@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@media (max-width: 425px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body,
  html {
    width: 100%;
    overflow-x: hidden;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
}
.img-logo {
  width: 224px;
  height: 70px;
  object-fit: contain;
}
header,
.about,
.faqs,
.serv-footer {
  background: linear-gradient(to right, #000518 30%, #6fb1aa);
}
.nav-link {
  color: black;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 768px) {
  .nav-link {
    color: white;
  }
  .nav-link:hover {
    color: white;
  }
  .nav-link.dropdown-toggle:hover,
  .nav-link.dropdown-toggle:focus {
    background-color: transparent !important;
    color: white !important;
    text-decoration: none !important;
    cursor: default;
  }
}

.hero,
.full-services {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    url(img/bg.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 90vh;
  position: relative;
  background-attachment: fixed;
}
.hero h1 {
  font-family: "Poppins", sans-serif;
}
.img-top {
  height: 300px;
}
.dropdown-item:hover {
  background-color: #212529;
}
.btn {
  color: #6fb1aa;
  border: solid 1px #6fb1aa;
  transition: 0.3s;
}
.btn:hover {
  letter-spacing: 2px;
  background-color: #6fb1aa;
  color: #000518;
}
.hero .card,
.services .card {
  border: none;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}
.img-about {
  max-width: 100%;
  height: 400px;
}
.about h3 {
  color: #6fb1aa;
}

:root {
  --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  --accent-gradient: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  --text-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

body {
  font-family: "Inter", sans-serif;
}

.mission-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  overflow: hidden;
}

.mission-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}

.mission-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.service-item {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  padding: 1.2rem;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}

.service-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(102, 126, 234, 0.1) 0%,
    rgba(118, 75, 162, 0.1) 100%
  );
  transition: width 0.3s ease;
}

.service-item:hover::before {
  width: 100%;
}

.service-item:hover {
  transform: translateX(5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.service-icon {
  background: var(--primary-gradient);
  color: white;
  width: 45px;
  height: 45px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
  box-shadow: 0 8px 16px rgba(102, 126, 234, 0.3);
}

.mission-statement {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  border-radius: 20px;
  padding: 2rem;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.mission-statement::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: var(--secondary-gradient);
  border-radius: 22px;
  z-index: -1;
  opacity: 0.7;
}

.blockquote-custom {
  position: relative;
  padding-left: 3rem;
}

.blockquote-custom::before {
  content: '"';
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 4rem;
  font-weight: 700;
  background: var(--accent-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.pulse-dot {
  position: relative;
}

.pulse-dot::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: var(--accent-gradient);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-50%) scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
}

.floating-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.floating-shapes::before,
.floating-shapes::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  animation: float 6s ease-in-out infinite;
}

.floating-shapes::before {
  width: 120px;
  height: 120px;
  background: var(--primary-gradient);
  top: 20%;
  right: 10%;
  animation-delay: -2s;
}

.floating-shapes::after {
  width: 80px;
  height: 80px;
  background: var(--secondary-gradient);
  bottom: 20%;
  left: 15%;
  animation-delay: -4s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}

.text-accent {
  background: var(--accent-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.mission,
.footer {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    url(img/bg.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  background-attachment: fixed;
}
hr.thick {
  height: 4px;
  background-color: black;
}

/* Services Page */

.service-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  overflow: hidden;
  height: 100%;
  border: none;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.service-image {
  height: 310px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.service-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    rgba(103, 66, 193, 0.8),
    rgba(32, 201, 151, 0.8)
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-card:hover .service-image::after {
  opacity: 1;
}

.service-content {
  padding: 2rem;
}

.service-title {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.service-description {
  color: #6c757d;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  padding: 0.5rem 0;
  color: #495057;
  position: relative;
}
.full-services i {
  color: #000518;
}
