.arjun-class {
  background: rgba(255, 255, 255, 0) !important;
  border: 1px solid #0a58ca7d !important;
  box-shadow: 0 0 30px rgba(0, 162, 255, 0.25) !important;
}

/* Service */
.h5-text {
  color: #00bcd4;
}

/* service */

/*Slider h1*/
.slider-h1 {
  font-size: 3.5rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shineText 6s linear infinite;
  text-shadow: 0 0 30px rgba(73, 205, 231, 0.539);
}

/* Add elegant highlight animation */
@keyframes shineText {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 200%;
  }
}

/* Optional second line style */
.slider-h1 span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #a9c7ff;
  letter-spacing: 0.5px;
  margin-top: 10px;
  text-transform: none;
}

/**icon section**/
.icon-section-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* --- Icon and Text Styling --- */
.row h4 {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 600;
  text-shadow: 0 0 5px rgba(197, 247, 255, 0.5);
  margin-top: 10px;
}

.col-lg-2 .text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  height: 100%;
}

.w-70px {
  width: 70px !important;
  height: 70px;
  filter: brightness(0) saturate(100%) invert(10%) sepia(99%) saturate(7483%) hue-rotate(359deg) brightness(101%) contrast(114%);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.col-lg-2:hover .w-70px {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(255, 0, 0, 0.3), 0 0 40px rgba(255, 0, 0, 0.5);
}

.col-lg-2:hover h4 {
  color: #fff;
  text-shadow: 0 0 8px #000000;
}

.get-a-free-quote {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 40px;
  border: 2px solid #ff0000;
  color: #ff0000;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

.get-a-free-quote:hover {
  background-color: #ff0000;
  color: #0b0f19;
  box-shadow: 0 0 20px #ff0000;
}

/* === Modern Why Choose Us Section === */
.bg-image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('images/background/3.webp') center/cover no-repeat;
  opacity: 0.1;
  z-index: 0;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(13, 12, 29, 0.7) 0%, rgba(8, 7, 20, 0.95) 100%);
  z-index: 1;
}

/* === Glassmorphism Design === */
.glass-card {
  background: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(15px);
  border: 1px solid #0a58ca4f !important;
  transition: all 0.4s ease;
  box-shadow: 0 0 25px rgba(138, 43, 226, 0.15) !important;
}

.glass-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 0 40px rgba(138, 43, 226, 0.35);
  border-color: rgba(255, 255, 255, 0.3);
}

/* === Image Inside Cards === */
.card-img-container {
  position: relative;
  overflow: hidden;
  height: 180px;
}

.card-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.card-img-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
}

.glass-card:hover img {
  transform: scale(1.1);
}

/* === Text Gradient Effect === */
.text-gradient {
  background: linear-gradient(90deg, #8a2be2, #6dd5fa, #ff758c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.glass-badge {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  letter-spacing: 2px;
}

/* contact Section */
.info-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border-radius: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 0 20px rgba(11, 80, 2, 0.798)
}

.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 25px var(--primary);
}

.icon-box {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  box-shadow: 0 0 20px rgba(3, 19, 255, 0.5);
}

.glass-form {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 30px rgba(0, 191, 255, 0.2);
}

.glass-form .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: inherit;
  padding: 14px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.glass-form .form-control:focus {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px var(--primary);
  color: #fff;
}

.glass-form textarea {
  resize: none;
}

.btn-gradient {
  color: #00ffee;
  font-weight: 600;
  transition: all 0.4s ease;
  border-radius: 5px;
}

.btn-gradient:hover {
  box-shadow: 0 0 25px var(--accent), 0 0 45px var(--primary);
  transform: scale(1.03);
  color: #6dd5fa;
}

/* .display {
  color: #ffffff;
} */

/* form {
  background: #ffffff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0, 102, 255, 0.3);
  transition: box-shadow 0.4s ease, transform 0.3s ease;
}

form:hover {
  box-shadow: 0 0 35px rgba(0, 102, 255, 0.6);
  transform: translateY(-5px);
}

form .form-control {
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 10px rgba(99, 162, 255, 0.379);
  transition: all 0.3s ease;
}


form .form-control:focus {
  box-shadow: 0 0 15px rgba(0, 102, 255, 0.6);
  border-color: #0066ff;
  background-color: #f8faff;
}

form .btn-primary {
  background: linear-gradient(90deg, #007bff, #00aaff);
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 123, 255, 0.5);
  transition: all 0.3s ease;
}

form .btn-primary:hover {
  background: linear-gradient(90deg, #0062cc, #0099ff);
  box-shadow: 0 0 35px rgba(0, 123, 255, 0.8);
  transform: scale(1.05);
} */

/* Map */
.map-container {
  min-height: 800px;
  border: 3px solid transparent;
  background: linear-gradient(#000, #000) padding-box,
    linear-gradient(135deg, var(--primary), var(--accent)) border-box;
  border-radius: 16px;
  box-shadow: 0 0 25px rgba(0, 191, 255, 0.3);
}

/* End Contact Section*/

/*cyber-security*/
.ncsi-info {
  color: #fff;
}

.ncsi-info p {
  color: #d3e0ff !important;
}

.ncsi-info .btn-primary {
  background: linear-gradient(90deg, #007bff, #00e1ff);
  border: none;
  transition: 0.3s ease;
}

.ncsi-info .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 20px rgba(0, 174, 255, 0.5);
}

.cyber-security {
  transition: 0.3s ease;
}

.cyber-security:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 20px rgba(0, 174, 255, 0.5);
}

/*End cyber-security*/

/* Intelligence Section */
.intelligence-section {
  min-height: 100vh;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 20px;
}

/* Titles */
.intelligence-title {
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  background: linear-gradient(90deg, #00c6ff, #0072ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}

.intelligence-subtitle {
  text-align: center;
  color: #a9c7ff;
  margin-bottom: 60px;
  font-size: 1.2rem;
  font-weight: 400;
}

/* Grid */
.intelligence-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 50px;
  justify-content: center;
  align-items: stretch;
}

/* Glass Cards */
.intelligence-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(15px);
  border: 1px solid #0a58ca8f;
  border-radius: 25px;
  padding: 50px 35px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 162, 255, 0.25);
  overflow: hidden;
}

.intelligence-card.large {
  min-height: 380px;
}

.intelligence-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg,
      transparent,
      rgba(0, 162, 255, 0.25),
      transparent);
  transform: rotate(45deg);
  transition: all 0.6s ease;
}

.intelligence-card:hover::before {
  left: 100%;
}

.intelligence-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 0 40px rgba(0, 162, 255, 0.5);
}

/* Icon */
.intelligence-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #007bff, #00e1ff);
  box-shadow: 0 0 30px rgba(0, 174, 255, 0.6);
  font-size: 2.2rem;
}

/* Text */
.intelligence-card h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: 1px;
}

.intelligence-card p {
  color: #bcd0f7;
  font-size: 1.05rem;
  line-height: 1.8;
  text-align: justify;
}

/* Custom Slider Start */

.swiper {
  width: 80%;
  max-width: 900px;
  height: 420px;
}

.swiper-slide {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 191, 255, 0.2);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.swiper-slide-active {
  transform: scale(1.05);
  box-shadow: 0 0 60px var(--glow);
}

/* Windows 7 Shine Effect */
.shine {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(115deg,
      transparent 0%,
      rgba(0, 191, 255, 0.2) 40%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(0, 191, 255, 0.2) 60%,
      transparent 100%);
  animation: shine 4s linear infinite;
}

@keyframes shine {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}


/* Animated Login */
.login-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.login-container {
  position: relative;
  width: 750px;
  height: 450px;
  border: 2px solid #d0f6ff72;
  box-shadow: 0 0 25px #5cf4ff4f;
  overflow: hidden;
}

.login-container .form-box {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.form-box.Login {
  left: 0;
  padding: 0 40px;
}

.form-box.Login .animation {
  transform: translateX(0%);
  transition: .7s;
  opacity: 1;
  transition-delay: calc(.1s * var(--S));
}

.login-container.active .form-box.Login .animation {
  transform: translateX(-120%);
  opacity: 0;
  transition-delay: calc(.1s * var(--D));
}

.form-box.Register {
  /* display: none; */
  right: 0;
  padding: 0 60px;
}

.form-box.Register .animation {
  transform: translateX(120%);
  transition: .7s ease;
  opacity: 0;
  filter: blur(10px);
  transition-delay: calc(.1s * var(--S));
}

.login-container.active .form-box.Register .animation {
  transform: translateX(0%);
  opacity: 1;
  filter: blur(0px);
  transition-delay: calc(.1s * var(--li));
}

.form-box h2 {
  font-size: 32px;
  text-align: center;
  color: #FFFFFF;
}

.form-box .input-box {
  position: relative;
  width: 100%;
  height: 50px;
  margin-top: 25px;
}

.input-box input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  border-bottom: 2px solid #fff;
  padding-right: 23px;
  transition: .5s;
}

.input-box input:focus,
.input-box input:valid {
  border-bottom: 2px solid #ffffff;
}

.input-box label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 16px;
  color: #ffffff;
  transition: .5s;
}

.input-box input:focus~label,
.input-box input:valid~label {
  top: -5px;
  color: #00b3ff;
}

.input-box box-icon {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 18px;
  transform: translateY(-50%);
  color: #fff;
}

.input-box input:focus~box-icon,
.input-box input:valid~box-icon {
  color: #e46033;
}

.login-btn {
  position: relative;
  width: 100%;
  height: 45px;
  background: transparent;
  border-radius: 40px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #c1fdff;
  overflow: hidden;
  z-index: 1;
}

.login-btn::before {
  content: "";
  position: absolute;
  height: 300%;
  width: 100%;
  background: linear-gradient(#7bf6ffc4, #7bf6ffc4, #7bf6ffc4, #7bf6ffc4);
  top: -100%;
  left: 0;
  z-index: -1;
  transition: .5s;
}

.login-btn:hover:before {
  top: 0;
}

.regi-link {
  font-size: 14px;
  text-align: center;
  margin: 20px 0 10px;
}

.regi-link a {
  text-decoration: none;
  color: #ee6131;
  font-weight: 600;
}

.regi-link a:hover {
  text-decoration: underline;
}

.info-content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.info-content.Login {
  right: 0;
  text-align: left;
  padding: 0 40px 60px 20px;
}

.info-content.Login .animation {
  transform: translateX(0);
  transition: .7s ease;
  transition-delay: calc(.1s * var(--S));
  opacity: 1;
  filter: blur(0px);
}

.login-container.active .info-content.Login .animation {
  transform: translateX(120%);
  opacity: 0;
  filter: blur(10px);
  transition-delay: calc(.1s * var(--D));
}

.info-content.Register {
  /* display: none; */
  left: 0;
  text-align: left;
  padding: 0 53px 60px 38px;
  pointer-events: none;
}

.info-content.Register .animation {
  transform: translateX(-120%);
  transition: .7s ease;
  opacity: 0;
  filter: blur(10PX);
  transition-delay: calc(.1s * var(--S));
}

.login-container.active .info-content.Register .animation {
  transform: translateX(0%);
  opacity: 1;
  filter: blur(0);
  transition-delay: calc(.1s * var(--li));
}

.info-content h2 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.3;
}

.info-content p {
  font-size: 16px;
}

.login-container .curved-shape {
  position: absolute;
  right: 0;
  top: -5px;
  height: 600px;
  width: 850px;
  /* background: linear-gradient(45deg, #25252b, #e46033); */
  /*transform: rotate(10deg) skewY(40deg);*/
  transform: rotate(10deg) skewY(40deg);
  transform-origin: bottom right;
  transition: 1.5s ease;
  transition-delay: 1.6s;
}

.login-container.active .curved-shape {
  transform: rotate(0deg) skewY(0deg);
  transition-delay: .5s;
}

.login-container .curved-shape2 {
  position: absolute;
  left: 250px;
  top: 100%;
  height: 700px;
  width: 850px;
  background: #25252b;
  border-top: 3px solid #e46033;
  transform: rotate(0deg) skewY(0deg);
  transform-origin: bottom left;
  transition: 1.5s ease;
  transition-delay: .5s;
}

.login-container.active .curved-shape2 {
  transform: rotate(-11deg) skewY(-41deg);
  transition-delay: 1.2s;
}

/* end Animated Login */

.cyguard-block {
  padding: 80px 0;
}

.cyguard-title {
  text-align: center;
  font-weight: 700;
  color: #fffffffa;
  /* Dark blue */
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cyguard-subtitle {
  font-weight: 600;
  color: #0056d2;
  /* Primary blue */
  margin-bottom: 20px;
}

.text-primary {
  color: #0056d2 !important;
}

/*
================================
1. Hero Section (Slanted Shape)
================================
*/
.cyguard-hero {
  position: relative;

  color: #ffffff;
  overflow: hidden;
  /* Important for clip-path */
}

.hero-shape-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* This is the slanted shape! */
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);

  z-index: 1;
}

.cyguard-hero .container {
  position: relative;
  z-index: 2;
  /* Content sits on top of the shape */
}

.cyguard-hero h1 {
  color: #ffffff;
  font-weight: 700;
}

.hero-lead {
  font-size: 1.5rem;
  font-weight: 300;
  opacity: 0.9;
}

/*
================================
2. Introduction Section
================================
*/
.cyguard-quote {
  border-left: 4px solid #0056d2;
  padding-left: 20px;
  font-size: 2rem;
  font-style: italic;
  font-weight: 500;
  color: #00ffff;
  margin-top: 30px;
}

/*
================================
3. Leadership Section
================================
*/
.leadership-card {
  border-radius: 12px;
  padding: 30px;
  border: 1px solid #e9ecef;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
  height: 100%;
  transition: all 0.3s ease;

  /* ADDED: Flexbox to align image and text */
  display: flex;
  flex-direction: column;
  /* Stack image on top of text by default */
  align-items: center;
  /* Center items horizontally */
  text-align: center;
  /* Center text */
}

.leadership-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 86, 210, 0.1);
}

.leader-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #0056d2;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.leader-text-content {
  flex-grow: 1;
}

.leadership-card h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.leader-quote {
  font-size: 0.95rem;
  line-height: 1.7;
  margin-top: 15px;
}

@media (min-width: 992px) {
  .leadership-card {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
  }

  .leader-avatar {
    margin-right: 25px;
    margin-bottom: 0;/
  }
}

/*
================================
4. Evolution Timeline
================================
*/
.evolution-timeline {
  position: relative;
}

.timeline-item {
  position: relative;
  padding-left: 30px;
  padding-bottom: 30px;
  border-left: 3px solid #0056d2;
}

/* The dot on the timeline */
.timeline-item::before {
  content: '';
  position: absolute;
  left: -11px;
  /* (Border width / 2) + (Dot width / 2) */
  top: 5px;
  width: 18px;
  height: 18px;
  border: 4px solid #0056d2;
  border-radius: 50%;
  z-index: 1;
}

.timeline-item:last-child {
  border-left: 3px solid transparent;
  /* Stop line on last item */
  padding-bottom: 0;
}

.timeline-item h5 {
  color: #097cff;
  font-weight: 600;
}

/*
================================
5. Core Capabilities (Hexagon Shape)
================================
*/
.capability-card {
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  height: 100%;
  border: 1px solid #e9ecef;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease;
}

.capability-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 86, 210, 0.1);
}

/* This is the Hexagon Shape! */
.capability-icon-shape {
  width: 80px;
  height: 90px;
  margin: 0 auto 25px auto;

  /* The clip-path for a hexagon */
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);

  /* Centering the icon inside */
  display: grid;
  place-items: center;
}

.capability-icon-shape i {
  font-size: 32px;
  color: #ffffff;
}

.capability-card h5 {
  font-weight: 600;
  color: #0077ff;
  margin-bottom: 10px;
}

/*
================================
6. Sectors We Serve
================================
*/
.sector-item {
  padding: 20px;
}

.sector-item i {
  font-size: 42px;
  color: #0056d2;
  margin-bottom: 15px;
}

.sector-item h5 {
  font-weight: 600;
  color: #0077ff;
}

/*
================================
7. Contact Footer
================================
*/
.cyguard-contact {
  color: #f8f9fa;
  padding: 70px 0;
}

.cyguard-contact p {
  color: #e9ecef;
  margin-bottom: 0.5rem;
  font-weight: 300;
}

.cyguard-contact p strong {
  color: #ffffff;
  font-weight: 600;
}

.footer-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0056d2;
  /* Accent border */
  display: inline-block;
}

.text-j {
  color: #FFFFFF;
}

.p-m {
  color: #fff;
}

/* team section */
.teamx-section {
  color: #fff;
}

.teamx-member {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  transition: all 0.4s ease;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.teamx-member:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 200, 255, 0.3);
}

.teamx-img-wrapper {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #00bcd4;
  box-shadow: 0 0 15px rgba(0, 188, 212, 0.3);
  transition: all 0.4s ease;
}

.teamx-member:hover .teamx-img-wrapper {
  transform: scale(1.05);
  border-color: #1de9b6;
  box-shadow: 0 0 20px rgba(29, 233, 182, 0.4);
}

.teamx-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.text-light-50 {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 768px) {
  .teamx-img-wrapper {
    width: 150px;
    height: 150px;
  }
}

/* End Team Section */

/* National Cyber Security Intelligence */
.leadership-modern {
  color: #fff;
  overflow: hidden;
  position: relative;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}

.section-title .highlight {
  color: #9b6dff;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.leader-card {
  perspective: 1000px;
}

.leader-inner {
  position: relative;
  width: 100%;
  height: 400px;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.leader-card:hover .leader-inner {
  transform: rotateY(180deg);
}

.leader-front,
.leader-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  backface-visibility: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  padding: 30px;
}

.leader-front {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.leader-img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border: 4px solid #00bcd4;
  box-shadow: 0 0 20px rgba(155, 109, 255, 0.5);
}

.leader-back {
  transform: rotateY(180deg);
}

.btn-outline-light {
  border: 2px solid #9b6dff;
  color: #85fff3;
  border-radius: 50px;
  padding: 8px 20px;
  transition: 0.3s;
}

.btn-outline-light:hover {
  border-color: #9b6dff;
  color: #00f2ff;
  transform: scale(1.05);
  font-size: 1rem;
}

.fst-italic {
  color: #d3e0ff;
  font-size: 1rem;
}

.krishna-sir {
  color: #00c6ff;
}

.text-ceo {
  color: #f8f9fa;
  font-weight: 100%;
}

/* End National Cyber Security Intelligence */

.text-choose {
  color: #ffffff;
}

.text-security {
  color: #5aebff;
}

/* Faq Section */
.accordion-button {
  background: transparent !important;
  color: #0dcaf0 !important;
  font-weight: 600;
  letter-spacing: 0.3px;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  color: #fff !important;
  background: linear-gradient(90deg, #0dcaf0, #6610f2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.accordion-button::after {
  filter: invert(1);
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.accordion-body {
  color: #d4d4d4;
  font-size: 0.95rem;
  line-height: 1.6;
  background: rgba(15, 20, 35, 0.4);
  border-top: 1px solid rgba(0, 255, 255, 0.1);
  border-radius: 0 0 1rem 1rem;
}

/* end faq section */

/* Other Important Links */
.scroll-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.scroll-track {
  display: flex;
  white-space: nowrap;
  animation: scrollLogos 25s linear infinite;
}

.scroll-content {
  display: flex;
  align-items: center;
}

.scroll-content a {
  display: inline-block;
  padding: 0 30px;
  opacity: 0.85;
  transition: all 0.3s ease-in-out;
}

.scroll-content a:hover {
  opacity: 1;
  transform: scale(1.05);
}

.scroll-content img {
  height: 60px;
  width: auto;
  filter: grayscale(100%) brightness(0.9);
  transition: all 0.3s ease-in-out;
}

.scroll-content a:hover img {
  filter: brightness(1.2) drop-shadow(0 0 8px rgba(0, 255, 255, 0.5));
}

@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* End Other Important Links  */

/* Cyber Tips Section */
.cyber-tips-modern {
  color: #fff;
  padding: 80px 0;
}

.cyber-container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

.tips-list {
  position: relative;
  border-left: 2px solid rgba(0, 212, 255, 0.3);
  padding-left: 2rem;
}

.tip-item {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 1rem;
  transition: all 0.3s ease;
}

.tip-item:hover {
  transform: translateX(5px);
}

.tip-number {
  position: absolute;
  left: -3rem;
  top: 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #00d4ff;
  opacity: 0.8;
}

.tip-content h5 {
  font-weight: 900;
  color: #4053ff;
  margin-bottom: 0.3rem;
}

.tip-content p {
  font-size: 0.95rem;
  color: #ffffff;
  line-height: 1.6;
  font-size: 1rem;
}

.tip-item::before {
  content: "";
  position: absolute;
  left: -1.15rem;
  top: 0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #00d4ff;
  box-shadow: 0 0 10px #00d4ff;
}

/* End Cyber Tips Section */

/* achievements */
.achievement-container {
  width: 90%;
  max-width: 1200px;
  margin: 2rem auto;
  padding: 1rem;
}

.achievement-header {
  text-align: center;
  margin-bottom: 3rem;
}

.achievement-header h1 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 0.5rem;
}

.achievement-header p {
  font-size: 1.1rem;
  color: #ffffff;
  max-width: 800px;
  margin: 0 auto;
}

.achievement-section {
  margin-bottom: 3rem;
}

.achievement-section h2 {
  font-size: 2rem;
  color: #444;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

.achievement-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.achievement-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  aspect-ratio: 16 / 10;
}

.achievement-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.achievement-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.achievement-card:hover img {
  transform: scale(1.05);
}

.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  color: #fff;
  padding: 1.5rem 1rem 1rem;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  text-align: center;
}

.achievement-card:hover .card-overlay {
  transform: translateY(0);
}

.card-overlay h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  color: #fff;
}

.card-overlay p {
  font-size: 0.9rem;
  color: #ccc;
}

.milestone-list {
  list-style: none;
  padding-left: 0;
}

.milestone-list li {
  background: #f9f9f9;
  border-left: 5px solid #007bff;
  padding: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.milestone-list .milestone-year {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #007bff;
  margin-bottom: 0.25rem;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding-top: 60px;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  max-width: 900px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.close-button {
  color: #aaa;
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

.close-button:hover,
.close-button:focus {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.modal-body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}

.modal-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.modal-details {
  flex-grow: 1;
}

.modal-details h3 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 1rem;
}

.modal-details p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.modal-details p.issuer,
.modal-details p.date {
  font-style: italic;
  color: #777;
  font-size: 1rem;
}

.button-link {
  display: inline-block;
  background-color: #007bff;
  color: white;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 1.5rem;
  transition: background-color 0.3s ease;
}

.button-link:hover {
  background-color: #0056b3;
}

@media (min-width: 768px) {
  .modal-body {
    flex-direction: row;
  }

  .modal-body img {
    flex-basis: 40%;
    max-width: 40%;
  }

  .modal-details {
    flex-basis: 60%;
  }
}

@media (max-width: 767px) {
  .modal-content {
    width: 95%;
    /* Adjust width for smaller screens */
    margin: 10% auto;
  }

  .modal-details h3 {
    font-size: 1.5rem;
  }

  .modal-details p {
    font-size: 1rem;
  }

  .button-link {
    width: 100%;
    text-align: center;
  }
}

/* ============================================
   HORIZONTAL SCROLLING MILESTONES
============================================ */
.milestone-scroll-section h2 {
  font-size: 2.2rem;
  color: #333;
  text-align: center;
  margin-bottom: 2.5rem;
}

.milestone-scroll-container {
  display: flex;
  overflow-x: auto;
  padding: 1.5rem 10vw;
  -webkit-overflow-scrolling: touch;
  gap: 1.5rem;
  scrollbar-width: thin;
  scrollbar-color: #007bff #f0f0f0;
}

.milestone-scroll-container::-webkit-scrollbar {
  height: 8px;
}

.milestone-scroll-container::-webkit-scrollbar-track {
  border-radius: 4px;
}

.milestone-scroll-container::-webkit-scrollbar-thumb {
  background: #007bff;
  border-radius: 4px;
}

.milestone-scroll-container::-webkit-scrollbar-thumb:hover {
  background: #0056b3;
}

.milestone-card {
  flex: 0 0 320px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  padding: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 4px solid #007bff;
}

.milestone-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.milestone-card-year {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  background-color: #007bff;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  margin-bottom: 1rem;
}

.milestone-card h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  color: #00f7ff;
}

.milestone-card p {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .milestone-scroll-container {
    padding: 1.5rem;
  }

  .milestone-card {
    flex: 0 0 280px;
  }
}

/* achievements */

/* Footer Top Section  */
.ncsi-footer-carousel h5 {
  font-size: 1.8rem;
  margin-bottom: 1rem !important;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

@keyframes gradient-flow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@media (max-width: 768px) {
  .ncsi-footer-carousel h5 {
    font-size: 1.4rem;
  }
}

/* End Footer Top Section  */

/* Our Team text-small*/
.text-small {
  color: #00ffff;
}

/* Our Team text-small */


/* ===== Contact Section Styling ===== */
#contact-sec {
  padding: 80px 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  /*
    IMPORTANT: The glass effect requires a background to "blur".
    You must add your background image to the body or this section.
    Example:
    background: url('path/to/your-tech-background.jpg') no-repeat center center;
    background-size: cover;
  */
}

/* Color for paragraph text and links on the left */
.text-contact {
  color: #00c6ff;
}

/* ===== Form Styling (Right Side) ===== */
/* This is the main form container with the glass effect */
.ncsi-form-wrapper {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 40px rgba(0, 188, 212, 0.15);
  transition: all 0.3s ease;
}

.ncsi-form-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 45px rgba(0, 188, 212, 0.25);
}

/* === Form Labels === */
.ncsi-label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0.4px;
}

/* === Container for Input + Icon === */
.ncsi-input-box {
  position: relative;
}

/* === Input, Select, and Textarea Fields === */
.ncsi-input,
.ncsi-select,
.ncsi-textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 12px 45px 12px 15px;
  /* Right padding for icon */
  color: #fff;
  font-size: 15px;
  transition: 0.3s ease;
}

/* === Select Dropdown Specifics === */
.ncsi-select option {
  background: #2a2a3a;
  color: #fff;
}

.ncsi-select {
  appearance: none;
  /* hides default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* === Focus State for Inputs === */
.ncsi-input:focus,
.ncsi-select:focus,
.ncsi-textarea:focus {
  border-color: #00bcd4;
  box-shadow: 0 0 0 3px rgba(0, 188, 212, 0.3);
  background: rgba(255, 255, 255, 0.18);
  outline: none;
}


/* === Icons Inside Inputs === */
.ncsi-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #00bcd4;
  font-size: 16px;
  pointer-events: none;
  /* Allows clicking the select box */
}

/* === Textarea === */
.ncsi-textarea {
  resize: none;
  min-height: 130px;
  padding-top: 12px;
  /* Ensure text starts at top */
}

/* === Submit Button === */
.ncsi-btn {
  width: 100%;
  background: linear-gradient(135deg, #00bcd4, #007bff);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px 20px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.ncsi-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 20px rgba(0, 188, 212, 0.35);
}

/* === Responsive === */
@media (max-width: 768px) {
  .ncsi-form-wrapper {
    padding: 30px;
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.glass-form-wrapper {
  background: rgba(10, 10, 25, 0.4);

  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  padding: 2.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .glass-form-wrapper {
    padding: 1.5rem;
  }
}

.form-label {
  font-weight: 500;
  color: #E0E0E0;

}

.input-group-text {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #00bcd4;
  border-right: none;
}


.form-control-glass {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 0.375rem;
}


.input-group .form-control-glass {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

.form-control-glass:focus {
  background: rgba(255, 255, 255, 0.18);
  border-color: #00bcd4;
  box-shadow: 0 0 0 3px rgba(0, 188, 212, 0.3);
  color: #fff;
  outline: none;
}

.form-control-glass::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-select-glass {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.form-select-glass option {
  background: #2a2a3a;
  color: #fff;
}

.form-control-glass[type="file"] {
  color: rgba(255, 255, 255, 0.7);
}

.form-control-glass[type="file"]::file-selector-button {
  background-color: #00bcd4;
  border: none;
  color: #fff;
  font-weight: 500;
}

.invalid-feedback {
  font-weight: 600;
  background: #fff;
  color: #dc3545;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 5px;
  display: inline-block;
}

.section-divider {
  border-color: rgba(255, 255, 255, 0.3);
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.btn-submit-grad {
  background: linear-gradient(135deg, #00bcd4, #007bff);
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  padding: 0.75rem 1.5rem;
}

.btn-submit-grad:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 188, 212, 0.35);
}

.form-check-label {
  color: #E0E0E0;
}

.word-count {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}

.notice {
  color: #00fbff;
}

.notice .goog-te-gadget {
  text-align: center !important;
}

.skiptranslate {
  display: none !important;
}

.goog-te-banner-frame {
  display: none !important;
}


/* Join Form Start */
.join-form-wrapper {
  border-radius: 20px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.form-label {
  color: #e0e0e0;
  font-weight: 500;
}

.form-control-glass {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: #fff;
  padding-right: 40px;
}

.form-control-glass:focus {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-color: #00bcd4;
  box-shadow: 0 0 0 3px rgba(0, 188, 212, 0.3);
}

.form-control-glass::placeholder {
  color: #aaa;
}

.form-select.form-control-glass {
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  padding-right: 2.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select.form-control-glass:invalid {
  color: #aaa;
}

.form-select.form-control-glass option {
  background: #0a0a19;
  color: #fff;
}

.form-select.form-control-glass:valid {
  color: #fff;
}

.form-control-glass[type="date"] {
  padding-right: 15px;
}

.form-control-glass[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1) brightness(0.8) sepia(1) hue-rotate(150deg);
  cursor: pointer;
}

.form-control-glass[type="file"] {
  padding: 12px 15px;
}

.form-control-glass[type="file"]::file-selector-button {
  background-color: #00bcd4;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  padding: 8px 12px;
  margin-right: 12px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.form-control-glass[type="file"]::file-selector-button:hover {
  background-color: #009cb0;
}

.form-control-glass.is-invalid {
  border-color: #dc3545;
}

.form-control-glass.is-valid {
  border-color: #198754;
}

.input-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #00bcd4;
  opacity: 0.7;
  pointer-events: none;
}

.section-title {
  color: #00bcd4;
  font-weight: 500;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(0, 188, 212, 0.3);
  margin-bottom: 1.5rem;
}

.form-text {
  color: #ccc;
}

.submit-btn {
  background-color: #00bcd4;
  border: none;
  padding: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s;
}

.submit-btn:hover {
  background-color: #009cb0;
  box-shadow: 0 5px 15px rgba(0, 188, 212, 0.3);
  transform: translateY(-2px);
}

/* Join Form End */

/* Cyber Awarness */
.hero-section {
  padding: 80px 0;
  background: radial-gradient(circle at center, rgba(0, 188, 212, 0.1) 0%, rgba(5, 5, 16, 0) 70%);
  text-align: center;
}

.hero-title {
  font-size: 3rem;
  font-weight: 800;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 1.2rem;
  color: #a0a0a0;
  max-width: 700px;
  margin: 0 auto;
}

/* Glass Cards */
.cyber-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(0, 188, 212, 0.2);
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cyber-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.07);
  border-color: #00bcd4;
  box-shadow: 0 10px 30px rgba(0, 188, 212, 0.15);
}

.cyber-card .icon-box {
  font-size: 3rem;
  color: #00bcd4;
  margin-bottom: 20px;
}

.cyber-card h4 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.cyber-card p {
  color: #5aebff;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Section Headers */
.section-header {
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}

.section-header::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #00bcd4;
}

/* Safety Tips List */
.tip-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  background: rgba(0, 188, 212, 0.05);
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid #00bcd4;
}

.tip-icon {
  min-width: 40px;
  height: 40px;
  background: #00bcd4;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 20px;
  font-size: 1.2rem;
}

/* Footer Call to Action */
.cta-box {
  border-radius: 20px;
  padding: 50px;
  text-align: center;
  margin-top: 80px;
}

.btn-cyber {
  color: #00bcd4;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 30px;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}

.btn-cyber:hover {
  box-shadow: 0 0 15px rgba(0, 188, 212, 0.5);
  color: #00bcd4;
}

.text-common {
  font-size: 1rem;
}

/* End Cyber Awarness */


.complaint-form-wrapper {
  border-radius: 20px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.form-label {
  color: #e0e0e0;
  font-weight: 500;
}

.form-control-glass {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: #fff;
  padding-right: 40px;
  /* Space for icon */
}

.input-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #00bcd4;
  opacity: 0.7;
  pointer-events: none;
}

.form-text {
  color: #ccc;
}

.submit-btn {
  background-color: #00bcd4;
  border: none;
  padding: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s;
}

.submit-btn:hover {
  background-color: #009cb0;
  box-shadow: 0 5px 15px rgba(0, 188, 212, 0.3);
  transform: translateY(-2px);
}

/* End Complaint Form */

/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #FFFFFF;
  transition: .3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.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: .3s;
}

.footer .btn.btn-link::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f101";
  margin-right: 10px;
  color: #8e2eff;
  display: inline-block;
}

.footer .btn.btn-link:hover {
  /**color: var(--primary);**/
  letter-spacing: 1px;
  box-shadow: none;
  color: #ffffff;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

.downlaod-app .qrcode {
  max-width: 120px !important;
}

.downlaod-app .app-btn {
  width: 150px !important;
  height: auto;
  margin: 5px;
  display: block;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 14px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .copyright a:hover {
  color: var(--primary);
}

.btn-link {
  color: #FFFFFF;
}

/* End Footer section */

/* Donate */

.donate-form-wrapper {
  border-radius: 20px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.input-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #00bcd4;
  opacity: 0.7;
  pointer-events: none;
}

.amount-btn-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.amount-btn {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 188, 212, 0.3);
  color: #00bcd4;
  padding: 10px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s;
}

.amount-btn:hover,
.amount-btn.active {
  background: #00bcd4;
  color: #000;
  box-shadow: 0 0 15px rgba(0, 188, 212, 0.4);
}

.form-control-glass.is-invalid {
  border-color: #dc3545;
}

.form-control-glass.is-valid {
  border-color: #198754;
}

.submit-btn {
  background-color: #00bcd4;
  border: none;
  padding: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s;
}

.submit-btn:hover {
  background-color: #009cb0;
  box-shadow: 0 5px 15px rgba(0, 188, 212, 0.3);
  transform: translateY(-2px);
}

.text-cyber {
  color: #00bcd4;
}

/* End Donate */

/* Corporate Investigations */
.corp-hero {
  padding: 100px 0 60px 0;
  text-align: center;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.glass-card1 {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 30px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.3s ease, border-color 0.3s ease;
  height: 100%;
}

.glass-card1:hover {
  transform: translateY(-5px);
  border-color: #00bcd4;
  background: rgba(255, 255, 255, 0.05);
}

.definition-box {
  border-left: 4px solid #00bcd4;
  padding-left: 20px;
  margin-bottom: 40px;
}

.service-icon {
  font-size: 2.5rem;
  color: #00bcd4;
  margin-bottom: 20px;
  background: rgba(0, 188, 212, 0.1);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.step-number {
  font-size: 4rem;
  font-weight: 900;
  color: #00bcd4;
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 1;
}

.section-header {
  margin-bottom: 10px;
  position: relative;
  margin-top: 5px;
  display: inline-block;
  text-align: center;
}

.section-header::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #00bcd4;
}

.card-text {
  color: #5aebff;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.title-area {
  text-align: center;
  margin-bottom: 80px;
}

.sub-title {
  color: #069845;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.sec-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

/* --- 2. Timeline Structure --- */
.work-process-list {
  list-style: none;
  padding: 0;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  /* Ensure the beam doesn't overflow if it goes slightly out of bounds */
  overflow: hidden;
  padding-top: 20px;
  /* Slight top padding for beam entry */
}

/* Central Static Line (Dotted) */
.work-process-list::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  border-left: 1px dashed rgba(255, 255, 255, 0.2);
  transform: translateX(-50%);
  z-index: 0;
}

/* === NEW: The Vertical Light Beam (Progress Light) === */
.work-process-list::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  /* Width of the beam */
  height: 150px;
  /* Length of the light beam */

  /* The glowing gradient effect */
  background: linear-gradient(180deg, transparent, #00d0ff, #ffffff 90%, transparent);

  /* Neon Glow Shadow */
  box-shadow: 0 0 15px #00d0ff, 0 0 30px rgba(0, 208, 255, 0.5);

  z-index: 1;
  /* Sit above the dotted line */
  top: -200px;
  /* Start hidden above */
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Trigger the Beam Animation on Hover */
.work-process-list:hover::after {
  animation: dropBeam 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  opacity: 1;
}

/* The Animation Keyframes */
@keyframes dropBeam {
  0% {
    top: -200px;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    top: 100%;
    /* Move to the bottom */
    opacity: 0;
  }
}

/* List Items */
.work-process-single-list {
  position: relative;
  width: 50%;
  padding: 0 60px;
  box-sizing: border-box;
  margin-bottom: 80px;
}

/* Zig-Zag Logic */
.work-process-single-list:nth-child(odd) {
  left: 50%;
  text-align: left;
}

.work-process-single-list:nth-child(even) {
  left: 0;
  text-align: right;
}

/* --- 3. Elements Styling --- */
.single-work-process {
  position: relative;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* The Number Circle */
.box-number {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #02020a;
  border: 2px solid var(--theme-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  z-index: 2;
  transition: all 0.4s ease;
}

.work-process-single-list:nth-child(odd) .box-number {
  left: -90px;
}

.work-process-single-list:nth-child(even) .box-number {
  right: -90px;
}

.box-number-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--theme-color);
  opacity: 0.15;
  transition: all 0.4s ease;
}

.box-content {
  position: relative;
}

.box-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 15px 0;
  transition: color 0.3s ease;
}

.box-text {
  color: #ffffff;
  line-height: 1.6;
  margin: 0;
}

/* --- 4. Item Hover Effects (Blue Glow) --- */
.single-work-process:hover {
  transform: translateY(-7px);
}

.single-work-process:hover .box-number {
  border-color: #00d0ff !important;
  color: #00d0ff;
  background-color: rgba(0, 208, 255, 0.1);
  box-shadow: 0 0 25px rgba(0, 208, 255, 0.6), inset 0 0 10px rgba(0, 208, 255, 0.2);
  transform: scale(1.15);
}

.single-work-process:hover .box-title {
  color: #00d0ff;
  text-shadow: 0 0 10px rgba(0, 208, 255, 0.4);
}

.single-work-process:hover .box-number-bg {
  opacity: 0;
}

/* --- 5. Mobile Responsiveness --- */
@media (max-width: 768px) {
  .work-process-list::before {
    left: 30px;
  }

  /* Adjust beam position for mobile */
  .work-process-list::after {
    left: 30px;
  }

  .work-process-single-list {
    width: 100%;
    left: 0 !important;
    text-align: left !important;
    padding-left: 80px;
    padding-right: 0;
    margin-bottom: 50px;
  }

  .work-process-single-list:nth-child(odd) .box-number,
  .work-process-single-list:nth-child(even) .box-number {
    left: -50px;
    right: auto;
  }
}

/* End Corporate Investigations */

/* Message from the Director General */
.dg-hero {
  padding: 80px 0 40px 0;
  text-align: center;
}

.hero-title {
  font-size: 3rem;
  font-weight: 800;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.hero-subtitle {
  font-size: 1.1rem;
  color: #00bcd4;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

.message-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 50px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}

.quote-icon {
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 120px;
  color: rgba(0, 188, 212, 0.05);
  font-family: serif;
  line-height: 1;
  pointer-events: none;
}

.dg-image-wrapper {
  position: relative;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid rgba(0, 188, 212, 0.3);
}

.dg-photo {
  width: 100%;
  border-radius: 10px;
  filter: grayscale(20%) contrast(110%);
  transition: all 0.3s ease;
}

.dg-image-wrapper:hover .dg-photo {
  filter: grayscale(0%);
}

.message-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #cfcfcf;
  margin-bottom: 20px;
}

.message-text strong {
  color: #fff;
}

.signature-block {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}

.dg-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.dg-designation {
  color: #00bcd4;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
}

.more-text {
  display: none;
}

.read-more-btn {
  background: transparent;
  border: 1px solid #00bcd4;
  color: #00bcd4;
  padding: 8px 25px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 15px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.read-more-btn:hover {
  background: #00bcd4;
  color: #000;
  box-shadow: 0 0 15px rgba(0, 188, 212, 0.4);
}

.text-message {
  color: #00ffff;
}

/* End Message from the Director General */


/* Apoinment OF DG */
.donate-form-wrapper {
  background: rgba(10, 10, 25, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}


.form-control-glass:focus {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-color: #00bcd4;
  box-shadow: 0 0 0 3px rgba(0, 188, 212, 0.3);
}

.form-control-glass::placeholder {
  color: #aaa;
}

/* Select & File Inputs */
.form-select.form-control-glass option {
  background: #0a0a19;
  color: #fff;
}

.form-control-glass[type="file"]::file-selector-button {
  background-color: #00bcd4;
  border: none;
  border-radius: 6px;
  color: #000;
  font-weight: 600;
  padding: 6px 12px;
  margin-right: 10px;
  transition: background 0.3s;
}

.form-control-glass[type="file"]::file-selector-button:hover {
  background-color: #fff;
}

/* Information Box */
.info-box {
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.info-box h5 {
  color: hsl(180, 100%, 50%);
  font-weight: 700;
  margin-bottom: 5px;
}

.info-box p {
  color: #ffffff;
  font-size: 0.9rem;
  margin: 0;
}

.notice-h5 {
  color: #00ffff;
}

.text-visitor {
  color: #ffffff;
}

/* Apointment with DG */


/* Resoures */
.pdf-header {
  padding: 60px 0 40px 0;
  text-align: center;
  margin-bottom: 30px;
}

.pdf-header h1 {
  font-size: 2.8rem;
  font-weight: 800;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}

.pdf-header p {
  font-size: 1rem;
  color: #b0b0b0;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.filter-bar {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.filter-button {
  background-color: var(--card-bg);
  border: 1px solid var(--card-border);
  color: var(--text-color);
  padding: 8px 16px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 0.85rem;
}

.filter-button:hover,
.filter-button.active {
  background-color: var(--accent-cyan);
  color: #000;
  border-color: var(--accent-cyan);
  box-shadow: 0 4px 15px rgba(0, 188, 212, 0.3);
}

.pdf-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px var(--shadow-color);
  position: relative;
  overflow: hidden;
}

.pdf-card:hover {
  transform: translateY(-5px);
  border-color: var(--accent-cyan);
  box-shadow: 0 8px 25px rgba(0, 188, 212, 0.4);
}

.pdf-icon-wrapper {
  position: relative;
  width: 50px;
  height: 60px;
  margin-bottom: 15px;
  flex-shrink: 0;
}

.pdf-icon-wrapper .fa-file-pdf {
  font-size: 45px;
  color: var(--accent-red);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.pdf-icon-wrapper span {
  position: absolute;
  top: 45%;
  left: 45%;
  transform: translate(-50%, -50%);
  font-size: 0.65rem;
  font-weight: 700;
  color: #fff;
  z-index: 2;
  letter-spacing: 0.5px;
}

.pdf-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.3;
}

.pdf-description {
  font-size: 0.85rem;
  color: #00ffff;
  line-height: 1.5;
  margin-bottom: 20px;
  flex-grow: 1;
}

.download-pdf-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: var(--accent-cyan);
  color: #000;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.download-pdf-btn:hover {
  background: #fff;
  color: var(--accent-cyan);
  transform: translateY(-2px);
}

/* Resoures */


/* Blog Page */
.section-header {
  padding: 80px 20px 60px 20px;
}

.header-tag {
  display: inline-block;
  /* Faint Blue bg */
  color: #3b82f6;
  /* Accent Blue text */
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  border: 1px solid rgba(59, 130, 246, 0.2);
}

.header-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 15px;
  letter-spacing: -1px;
  color: #ffffff;
}

.header-desc {
  color: #ffffff;
  /* Grey text */
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* --- Grid Layout --- */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 30px;
  padding: 0 20px;
}

/* --- The Card Design --- */
.video-card {
  background-color: #020d1c;
  /* Dark Navy Blue (Fixed) */
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid transparent;
}

.video-card:hover {
  transform: translateY(-5px);
  border-color: rgba(59, 130, 246, 0.3);
  /* Blue border on hover */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Image Section */
.card-image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.video-card:hover .card-image-wrapper img {
  transform: scale(1.05);
}

/* Play Button */
.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  /* White Circle */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: transform 0.2s ease;
  z-index: 2;
}

.play-overlay i {
  color: #3b82f6;
  /* Blue Icon */
  font-size: 20px;
  margin-left: 4px;
}

.play-overlay:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

/* Content */
.card-body {
  padding: 25px;
}

/* Meta Data */
.meta-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: #bac2cf;
  /* Grey Text */
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.meta-item i {
  color: #3b82f6;
  /* Blue Icon */
  font-size: 1rem;
}

/* Typography */
.card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.3;
}

.card-desc {
  font-size: 1rem;
  color: #00ffff;
  /* Grey Text */
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 768px) {
  .header-title {
    font-size: 2rem;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }
}

/* End blog Page */

/* Our Activites */
.gallery-header {
  text-align: center;
  padding: 60px 0 40px;
}

.gallery-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}

.gallery-desc {
  color: #94a3b8;
}

.masonry-grid {
  column-count: 3;
  column-gap: 20px;
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 20px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #1e293b;
  background: #000;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

/* --- Hover Overlay --- */
.item-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, var(--overlay-bg), transparent);
  transform: translateY(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.gallery-item:hover .item-overlay {
  transform: translateY(0);
}

.gallery-item:hover img {
  transform: scale(1.05);
  opacity: 0.8;
}

.event-tag {
  font-size: 0.75rem;
  color: var(--accent-cyan);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.event-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

/* Responsive */
@media (max-width: 992px) {
  .masonry-grid {
    column-count: 2;
  }
}

@media (max-width: 576px) {
  .masonry-grid {
    column-count: 1;
  }
}

/* End Our Activites */

/* Business*/
.biz-hero {
  padding: 100px 0 80px 0;
  text-align: center;
  position: relative;
}

.hero-badge {
  border: 1px solid #00bcd4;
  color: #00bcd4;
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 20px;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-title span {
  background: linear-gradient(90deg, #fff, #00bcd4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Feature Cards */
.biz-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.biz-card:hover {
  transform: translateY(-10px);
  border-color: #00bcd4;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.biz-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #00bcd4, transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.biz-card:hover::before {
  opacity: 1;
}

.card-icon {
  width: 60px;
  height: 60px;
  background: rgba(0, 188, 212, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #00bcd4;
  margin-bottom: 25px;
}

.card-title {
  color: #00ffff;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.card-title-s {
  color: #00ffff;
}

.card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card-list li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-size: 0.95rem;
  color: #aaa;
}

.card-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #00bcd4;
  font-weight: bold;
}

/* Content Split Section */
.split-section {
  padding: 80px 0;
  position: relative;
}

.split-img {
  border-radius: 20px;
  border: 1px solid rgba(0, 188, 212, 0.3);
  box-shadow: 0 0 30px rgba(0, 188, 212, 0.1);
}

.img-fluid2 {
  height: 500px;
  width: 500px;
}

/* Stats / Trust */
.stat-item h3 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
}

.stat-item p {
  color: #00bcd4;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
}

/* CTA Section */
.biz-cta {
  border-radius: 20px;
  padding: 60px;
  text-align: center;
  margin-top: 60px;
}

.btn-glow {
  background: #00bcd4;
  color: #000;
  padding: 15px 35px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
  box-shadow: 0 0 20px rgba(0, 188, 212, 0.4);
}

.btn-glow:hover {
  box-shadow: 0 0 30px rgba(0, 188, 212, 0.6);
  transform: scale(1.05);
}

/* End Business */

/* Refund Policy */
:root {
  --neon-blue: #00bcd4;
  --dark-bg: #050510;
  --glass-bg: rgba(255, 255, 255, 0.03);
  --glass-border: rgba(255, 255, 255, 0.1);
  --text-muted: #a0a0b0;
}


/* --- Animations --- */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-up {
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
}

.delay-1 {
  animation-delay: 0.1s;
}

/* --- Hero Section --- */
.policy-hero {
  padding: 100px 0 60px 0;
  text-align: center;
}

.policy-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.2;
}

.last-updated {
  font-size: 0.9rem;
  color: var(--neon-blue);
  font-weight: 600;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* --- Main Policy Card --- */
.policy-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  padding: 60px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}

/* Glowing top border */
.policy-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--neon-blue), transparent);
  opacity: 0.7;
}

/* --- Content Styling --- */
.policy-section {
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 40px;
}

.policy-section:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.section-header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.section-icon {
  width: 40px;
  height: 40px;
  background: rgba(0, 188, 212, 0.1);
  color: var(--neon-blue);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-right: 15px;
  border: 1px solid rgba(0, 188, 212, 0.2);
}

.section-title {
  color: #00ffff;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.policy-text {
  color: #ffff;
  line-height: 1.8;
  font-size: 1.05rem;
  margin-bottom: 20px;
  padding-left: 55px;
  text-align: justify;
}

/* Styled List */
.policy-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 55px;
}

.policy-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  color: #d0d0d0;
  line-height: 1.6;
}

.policy-list li::before {
  content: '▹';
  position: absolute;
  left: 0;
  color: var(--neon-blue);
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4;
}

.highlight {
  color: #fff;
  font-weight: 600;
}

.text-warning-custom {
  color: #ffbd2e;
}

/* --- Contact Box --- */
.contact-box {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(0, 188, 212, 0.3);
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  margin-top: 40px;
  transition: all 0.3s ease;
}

.contact-box:hover {
  border-color: var(--neon-blue);
  box-shadow: 0 0 20px rgba(0, 188, 212, 0.15);
  transform: translateY(-3px);
}

.contact-link {
  color: var(--neon-blue);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
  border-bottom: 1px dotted var(--neon-blue);
}

.contact-link:hover {
  color: #fff;
  border-bottom-style: solid;
}

@media (max-width: 768px) {
  .policy-title {
    font-size: 2.2rem;
  }

  .policy-card {
    padding: 30px 20px;
  }

  .policy-text,
  .policy-list {
    padding-left: 0;
    margin-left: 0;
  }
}

/* End Refund Policy */

/* Privacy And Policy */
.policy-header {
  padding: 80px 0 50px;
  text-align: center;
  border-bottom: 1px solid var(--border-color);
}

.policy-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 15px;
}

.last-updated {
  display: inline-block;
  color: var(--accent-cyan);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}

.policy-container {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 60px;
}

.toc-sidebar {
  position: sticky;
  top: 100px;
  height: fit-content;
}

.toc-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-muted);
  margin-bottom: 20px;
  font-weight: 700;
}

.toc-list {
  list-style: none;
  padding: 0;
  border-left: 2px solid var(--border-color);
}

.toc-link {
  display: block;
  padding: 10px 20px;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.2s;
  border-left: 2px solid transparent;
  margin-left: -2px;
}

.toc-link:hover,
.toc-link.active {
  color: var(--accent-cyan);
  border-left-color: var(--accent-cyan);
}

.policy-content {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #cbd5e1;
}

.policy-section {
  margin-bottom: 50px;
  scroll-margin-top: 120px;
}

.policy-section h2 {
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
}

.policy-section h3 {
  font-size: 1.3rem;
  color: #00ffff;
  margin-top: 25px;
  margin-bottom: 10px;
}

.policy-section p {
  margin-bottom: 15px;
}

.policy-section ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.policy-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  /* Cyan to Blue */
  color: #ffffff;
  padding: 14px 35px;
  border-radius: 50px;
  /* Pill shape */
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(6, 182, 212, 0.2);
}

.policy-contact-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(6, 182, 212, 0.5);
  /* Glow effect */
  color: #ffffff;
}

@media (max-width: 991px) {
  .policy-container {
    grid-template-columns: 1fr;
  }

  .toc-sidebar {
    display: none;
    /* Hide sidebar on mobile */
  }
}

/* End Privacy And policy */


/* Media Corner */
.media-hero {
  padding: 60px 0 40px;
  text-align: center;
  position: relative;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 800;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.hero-subtitle {
  color: var(--accent-cyan);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
  font-weight: 600;
}

.glass-card {
  background: var(--glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.glass-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(6, 182, 212, 0.15);
  border-color: rgba(6, 182, 212, 0.3);
}

.featured-img-box {
  height: 280px;
  position: relative;
  overflow: hidden;
}

.featured-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.glass-card:hover .featured-img-box img {
  transform: scale(1.05);
}

.featured-content {
  padding: 25px;
}

.tag {
  background: rgba(6, 182, 212, 0.15);
  color: var(--accent-cyan);
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 12px;
}

.feed-header {
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feed-scroll-area {
  max-height: 500px;
  overflow-y: auto;
  padding: 20px;
  scrollbar-width: thin;
  scrollbar-color: var(--accent-cyan) var(--bg-deep);
}

.timeline-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: var(--accent-cyan);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--accent-cyan);
}

.timeline-date {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-bottom: 4px;
  display: block;
}

.timeline-text {
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.5;
}

.timeline-text:hover {
  color: var(--accent-cyan);
  cursor: pointer;
}

.stat-box {
  text-align: center;
  padding: 20px;
}

.stat-num {
  font-size: 2rem;
  font-weight: 700;
  color: #00ffff;
}

.stat-label {
  color: #ffff;
  font-size: 0.8rem;
}

/* Media Corner End */

/* Scrolling Notification */
.cyber-ticker-wrap {
  width: 100%;
  background-color: #0a0a19;
  border-bottom: 1px solid rgba(0, 188, 212, 0.3);
  height: 40px;
  overflow: hidden;
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center;
}

.ticker-label {
  background: #00bcd4;
  /* Cyan */
  color: #000;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 10;
  box-shadow: 5px 0 15px rgba(0, 188, 212, 0.4);
}

.ticker-label::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  border-top: 40px solid #00bcd4;
  border-right: 20px solid transparent;
  width: 0;
}


.ticker-track {
  flex-grow: 1;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}

.ticker-content {
  display: inline-block;
  padding-left: 100%;
  animation: cyber-scroll 20s linear infinite;
  color: #e0e0e0;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
}

.ticker-item {
  display: inline-block;
  padding-right: 50px;
}

.ticker-item span {
  color: #00bcd4;
  font-weight: bold;
  margin-right: 5px;
}

.ticker-track:hover .ticker-content {
  animation-play-state: paused;
}

@keyframes cyber-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@media (max-width: 768px) {
  .ticker-label {
    padding: 0 10px;
    font-size: 0.7rem;
  }

  .ticker-label::after {
    display: none;
  }

  .ticker-content {
    font-size: 0.8rem;
    animation-duration: 15s;
  }
}

/* Scrolling Notification */

.p-text {
  color: #00ffff;
}


/* Gallery */
/* Gallery Header Styling */
.gallery-header {
  padding: 60px 0 40px;
  text-align: center;
}

.gallery-header h1 {
  color: var(--primary-color);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.gallery-header p {
  color: #66fcf1;
  font-size: 1.1rem;
}

/* Gallery Item Card Styling */
.gallery-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 242, 255, 0.1);
  transition: all 0.3s ease;
  background-color: var(--card-bg);
  border: 1px solid #333;
}

/* Hover Effect: Lift and Glow */
.gallery-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 242, 255, 0.3);
  border-color: var(--primary-color);
}

/* Image Styling */
.gallery-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

/* Hover Effect: Zoom Image */
.gallery-item:hover .gallery-img {
  transform: scale(1.1);
}

/* Overlay Styling */
.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 12, 16, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay i {
  color: var(--primary-color);
  font-size: 2rem;
  margin-bottom: 10px;
}

.gallery-overlay span {
  color: white;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.9rem;
}

/* Caption Text below image (Optional) */
.caption-box {
  padding: 15px;
  text-align: center;
  background-color: var(--card-bg);
  border-top: 1px solid #333;
  z-index: 2;
  position: relative;
}

.caption-box h5 {
  margin: 0;
  font-size: 1rem;
  color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .gallery-header h1 {
    font-size: 2rem;
  }
}


/* Shield Section */
.shield-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.shield-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-size: 100% 200%;
  animation: scan 4s linear infinite;
  pointer-events: none;
}


.shield-badge {
  background: rgba(0, 188, 212, 0.15);
  color: #00bcd4;
  border: 1px solid #00bcd4;
  padding: 6px 16px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: inline-block;
  margin-bottom: 20px;
  box-shadow: 0 0 15px rgba(0, 188, 212, 0.3);
}

.shield-title {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 25px;
  line-height: 1.2;
}

.shield-text {
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 600px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.shield-feature {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 12px;
  border-left: 3px solid #00bcd4;
}

.shield-feature h5 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 5px;
  font-weight: 700;
}

.shield-feature p {
  color: #aaa;
  font-size: 0.9rem;
  margin: 0;
}

.btn-shield {
  background: #00bcd4;
  color: #000;
  padding: 14px 35px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.btn-shield:hover {
  background: #fff;
  box-shadow: 0 0 20px #00bcd4;
  transform: translateY(-3px);
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* vision */
.motion {
  padding: 0 24px;
  height: 240px;
  position: relative;
  overflow: hidden;
  perspective: 1200px;
  transform-style: preserve-3d;
  border: 1px solid var(--color-outline)
}

.motion * {
  transform-style: preserve-3d
}

.page {
  background: var(--color-surface);
  width: 320px;
  height: 100%;
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  overflow: hidden
}

.swiper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%
}

.swiper .wrapper {
  transform: translateX(calc(-80px - 16px - 16px));
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.swiper-slide {
  height: 200px;
  width: 160px;
  margin-right: 16px;
  flex-shrink: 0
}

.swiper-slide-bg {
  background: var(--color-surface-2);
  border-radius: 16px;
  width: 100%;
  height: 100%
}

.motion {
  border: none;
  padding: 0;
  height: 100%
}

* {
  box-sizing: border-box
}

.motion-creative .swiper {
  perspective: 1200px
}

.motion-creative .wrapper {
  transform: translateX(calc(160px / 2 - 16px));
  width: 160px;
  height: 200px
}

.motion-creative .swiper-slide {
  position: absolute;
  left: 0
}

.motion-creative .swiper-slide:first-child {
  animation: motion-creative-slide-1 4s infinite
}

.motion-creative .swiper-slide:nth-child(2) {
  animation: motion-creative-slide-2 4s infinite;
  left: 240px
}

.motion-creative .swiper-slide:nth-child(3) {
  animation: motion-creative-slide-3 4s infinite;
  left: 0;
  transform-origin: right;
  transform: rotateY(-90deg)
}

@keyframes motion-creative-slide-1 {
  0% {
    transform: translateX(0);
    opacity: 1
  }

  25% {
    transform: translateZ(-200px);
    opacity: .33
  }

  100%,
  50% {
    opacity: 0
  }
}

@keyframes motion-creative-slide-2 {
  0% {
    transform: translateX(0) rotate(90deg);
    transform-origin: center
  }

  25%,
  50% {
    transform: translateX(-240px);
    transform-origin: center
  }

  50.01% {
    transform-origin: left
  }

  100%,
  75% {
    transform-origin: left;
    transform: translateX(-360px) rotateY(90deg)
  }
}

@keyframes motion-creative-slide-3 {

  0%,
  50% {
    transform: translateX(120px) rotateY(-90deg)
  }

  100%,
  75% {
    transform: translateX(0) rotateY(0)
  }
}

/* vision */


/* terms of service */

.animate-up {
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
}

.delay-1 {
  animation-delay: 0.1s;
}

/* --- Hero Section --- */
.policy-hero {
  padding: 100px 0 60px 0;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 188, 212, 0.15) 0%, transparent 70%),
    linear-gradient(180deg, rgba(5, 5, 16, 0.9) 0%, #050510 100%);
}

.policy-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.2;
}


.last-updated {
  font-size: 0.9rem;
  color: var(--neon-blue);
  font-weight: 600;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* --- Main Policy Card --- */
.policy-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  padding: 60px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}

.policy-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--neon-blue), transparent);
  opacity: 0.7;
}

/* --- Content Styling --- */
.policy-section {
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 40px;
}

.policy-section:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.section-header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.section-icon {
  width: 40px;
  height: 40px;
  background: rgba(0, 188, 212, 0.1);
  color: var(--neon-blue);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-right: 15px;
  border: 1px solid rgba(0, 188, 212, 0.2);
}

.section-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.policy-text {
  color: var(--text-muted);
  line-height: 1.8;
  font-size: 1.05rem;
  margin-bottom: 20px;
  padding-left: 55px;
  text-align: justify;
}

/* Styled List */
.policy-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 55px;
}

.policy-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  color: #d0d0d0;
  line-height: 1.6;
}

.policy-list li::before {
  content: '▹';
  position: absolute;
  left: 0;
  color: var(--neon-blue);
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4;
}

.highlight {
  color: #fff;
  font-weight: 600;
}

/* --- Contact Box --- */
.contact-box {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(0, 188, 212, 0.3);
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  margin-top: 40px;
  transition: all 0.3s ease;
}

.contact-box:hover {
  border-color: var(--neon-blue);
  box-shadow: 0 0 20px rgba(0, 188, 212, 0.15);
  transform: translateY(-3px);
}

.contact-link {
  color: var(--neon-blue);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
  border-bottom: 1px dotted var(--neon-blue);
}

.contact-link:hover {
  color: #fff;
  border-bottom-style: solid;
}

@media (max-width: 768px) {
  .policy-title {
    font-size: 2.2rem;
  }

  .policy-card {
    padding: 30px 20px;
  }

  .policy-text,
  .policy-list {
    padding-left: 0;
    margin-left: 0;
  }
}

/* terms of service */