.loader,
.scroll-to-top {
  width: 50px;
  height: 50px;
}
#preloader,
.scroll-to-top {
  position: fixed;
  background: var(--primary-color);
}
.btn,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  letter-spacing: 0.5px;
}
#preloader,
.stats-section::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn,
.hero-card,
.service-card,
.stats-section {
  overflow: hidden;
}
.btn,
.footer h5,
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.5px;
}
.newsletter-input,
.social-icon,
.testimonial-card {
  backdrop-filter: blur(10px);
}
.footer-links a,
.social-icon,
.video-thumbnail a {
  text-decoration: none;
}
.gallery-hero,
.stat-item,
.team-cta,
.team-hero,
.team-info {
  text-align: center;
}
:root {
  --primary-color: #0056b3;
  --secondary-color: #6c757d;
  --dark-color: #212529;
  --light-color: #f8f9fa;
  --accent-color: #ffc107;
  --danger-color: #dc3545;
}
#preloader {
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-bg,
.scroll-to-top {
  align-items: center;
  display: flex;
}
.loader {
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: 1s ease-in-out infinite spin;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.scroll-to-top {
  bottom: 30px;
  right: 15px;
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.about-section,
.btn,
.cta-section,
.footer,
.logo-container,
.nav-link,
.services-section,
.stat-item,
.stats-section,
.video-thumbnail {
  position: relative;
}
.btn,
.logo-bg,
.navbar {
  transition: 0.4s;
}
.scroll-to-top.active {
  opacity: 1;
  visibility: visible;
}
.scroll-to-top:hover {
  background: #004494;
  transform: translateY(-5px);
}
.nav-link.active::after,
.section-title:after {
  background: var(--primary-color);
  content: "";
}
body {
  font-family: Roboto, sans-serif;
  line-height: 1.7;
  color: #333;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Oswald, sans-serif;
}
.btn {
  border-radius: 50px;
  padding: 12px 28px;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 86, 179, 0.2);
}
.btn-primary {
  background-color: var(--primary-color);
  background-image: linear-gradient(to right, #0056b3, #007bff);
}
.btn-primary:hover {
  background-image: linear-gradient(to right, #004494, #0069d9);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 86, 179, 0.3);
}
.navbar,
.navbar.scrolled {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.btn-outline-light:hover,
.nav-link.active,
.nav-link:hover {
  color: var(--primary-color) !important;
}
.navbar {
  padding: 15px 0;
}
.navbar.scrolled {
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.98) !important;
}
#Partners img {
  max-width: 50%;
}
.logo-bg {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, var(--primary-color), #007bff);
  border-radius: 12px;
  justify-content: center;
}
.logo-bg:hover {
  transform: rotate(15deg);
}
.logo-text {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
.nav-link {
  color: #495057 !important;
  font-weight: 500;
  padding: 8px 15px !important;
  margin: 0 5px;
  transition: 0.3s;
}
.nav-link.active::after {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  border-radius: 2px;
}
.advanced-hero-section,
.hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7))
      center/cover fixed,
    url("../images/bg.jpeg") center/cover fixed;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-content {
  z-index: 2;
}
.hero-title {
  font-size: 3.5rem;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.hero-subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
}
.hero-card {
  transform: perspective(1000px) rotateY(5deg);
  transition: 0.5s;
  border: none;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.about-img:hover,
.hero-card:hover {
  transform: perspective(1000px) rotateY(0);
}
.feature-list li {
  margin-bottom: 15px;
  transition: 0.3s;
}
.feature-list li:hover {
  transform: translateX(10px);
}
.feature-icon {
  width: 25px;
  height: 25px;
  background: var(--primary-color);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #fff;
  font-size: 12px;
}
.icon-box,
.service-icon {
  align-items: center;
  display: flex;
}
#about .icon-box,
.service-icon {
  margin: 0 auto 20px;
}
.stats-section {
  background: linear-gradient(135deg, var(--primary-color), #007bff);
}
.stats-section::before {
  content: "";
  position: absolute;
  background: url("../images/stastatic.jpeg") center/cover;
  opacity: 0.1;
}
.stat-item {
  transition: 0.4s;
  z-index: 1;
}
.stat-item:hover {
  transform: translateY(-10px);
}
.stat-number {
  background: linear-gradient(to right, #fff, #f8f9fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-section {
  background-color: #f8f9fa;
}
.about-img {
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  transform: perspective(1000px) rotateY(-5deg);
}
.icon-box {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  justify-content: center;
  background: rgba(0, 86, 179, 0.1);
  color: var(--primary-color);
  font-size: 2rem;
  transition: 0.4s;
}
.feature-card:hover .icon-box {
  background: var(--primary-color);
  color: #fff;
  transform: rotate(15deg) scale(1.1);
}
.service-card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: 0.4s;
  height: 100%;
}
.service-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 15px 40px rgba(0, 86, 179, 0.15);
}
.service-icon {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-color), #007bff);
  color: #fff;
  font-size: 1.8rem;
  transition: 0.4s;
}
.service-card:hover .service-icon {
  transform: rotate(15deg) scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 86, 179, 0.3);
}
.clients-section {
  background-color: #f8f9fa;
}
.client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.4s;
  margin: 10px;
  opacity: 0.7;
}
.gallery-item,
.team-card {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.client-logo:hover {
  transform: scale(1.1);
  opacity: 1;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.testimonial-section {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8))
      center/cover fixed,
    url("../images/testimonial.jpeg") center/cover fixed;
  color: #fff;
}
.testimonial-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 30px;
  transition: 0.4s;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.testimonial-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.15);
}
.testimonial-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.3);
}
.cta-section {
  background: linear-gradient(135deg, var(--primary-color), #007bff);
  color: #fff;
  overflow: hidden;
}
.cta-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0,
    rgba(255, 255, 255, 0) 70%
  );
  animation: 8s linear infinite pulse;
}
@keyframes pulse {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.footer {
  background: linear-gradient(135deg, #0f172a, #020617);
  color: #fff;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #3b82f6, #06b6d4, #f59e0b);
}
.footer::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.15), transparent);
  top: -100px;
  right: -100px;
  z-index: 0;
}
.footer .container {
  position: relative;
  z-index: 2;
}
.footer h5 {
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}
.footer h5::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 2px;
  background: var(--accent-color);
  bottom: 0;
  left: 0;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.65);
  transition: 0.3s;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.footer-links a::before {
  content: "›";
  margin-right: 8px;
  color: var(--accent-color);
  opacity: 0;
  transition: 0.3s;
}
.footer-links a:hover {
  color: #fff;
  transform: translateX(6px);
}
.footer-links a:hover::before,
.lightbox .lb-close,
.lightbox .lb-nav a.lb-next,
.lightbox .lb-nav a.lb-prev,
.team-card:hover .team-social {
  opacity: 1;
}
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.social-icon:hover {
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  transform: translateY(-6px) scale(1.1);
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.4);
}
.newsletter-input {
  background: #ffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 50px;
  padding: 12px 20px;
}
.newsletter-input:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.4);
}
.newsletter-btn {
  border-radius: 50px;
  padding: 12px 25px;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  color: #000;
  font-weight: 600;
  border: none;
  transition: 0.3s;
}
.newsletter-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(245, 158, 11, 0.4);
}
#footer-last {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
  padding-bottom: 20px;
}
hr.bg-secondary {
  background: rgba(255, 255, 255, 0.1) !important;
  height: 1px;
  border: none;
}
.animate-up {
  animation: 1s ease-out fadeInUp;
}
.animate-left {
  animation: 1s ease-out fadeInLeft;
}
.animate-right {
  animation: 1s ease-out fadeInRight;
}
.animate-delay-1 {
  animation-delay: 0.2s;
}
.animate-delay-2 {
  animation-delay: 0.4s;
}
.animate-delay-3 {
  animation-delay: 0.6s;
}
.hover-scale {
  transition: transform 0.4s;
}
.gallery-item:hover .gallery-img,
.hover-scale:hover {
  transform: scale(1.05);
}
@media (max-width: 1199.98px) {
  .hero-title {
    font-size: 3rem;
  }
  #home-top {
    margin-top: 65px;
  }
}
@media (max-width: 991.98px) {
  .about-img,
  .hero-card {
    transform: none !important;
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-card {
    margin-top: 50px;
  }
  .about-img {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2.2rem;
  }
  .hero-subtitle {
    font-size: 1rem;
  }
  .stat-number {
    font-size: 2.5rem;
  }
  .section-title:after {
    width: 40%;
  }
}
@media (max-width: 575.98px) {
  .hero-title {
    font-size: 1.8rem;
  }
  .btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  .icon-box {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}
.hero-title {
  color: #fff !important;
}
.gallery-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7))
      center/cover,
    url("../images/earth.jpeg") center/cover;
  color: #fff;
  padding: 120px 0 80px;
}
.gallery-filter {
  margin-bottom: 40px;
}
.filter-btn {
  background: 0 0;
  border: none;
  padding: 8px 20px;
  margin: 0 5px;
  color: var(--dark-color);
  font-weight: 500;
  border-radius: 50px;
  transition: 0.3s;
}
.filter-btn.active,
.filter-btn:hover {
  background: var(--primary-color);
  color: #fff;
}
.gallery-item {
  margin-bottom: 30px;
  border-radius: 8px;
  transition: 0.3s;
  position: relative;
}
.gallery-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.gallery-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.5s;
}
.gallery-overlay,
.video-play-btn {
  transition: 0.3s;
  position: absolute;
}
.gallery-overlay {
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 15px;
  transform: translateY(100%);
}
.gallery-item:hover .gallery-overlay {
  transform: translateY(0);
}
.gallery-caption {
  margin-bottom: 0;
  font-weight: 500;
}
.gallery-category {
  font-size: 0.8rem;
  color: var(--accent-color);
  margin-bottom: 5px;
}
.video-play-btn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-size: 24px;
}
.video-thumbnail:hover .video-play-btn {
  background: var(--primary-color);
  color: #fff;
  transform: translate(-50%, -50%) scale(1.1);
}
.stats-section {
  background: linear-gradient(135deg, var(--primary-color), #007bff);
  color: #fff;
  padding: 60px 0;
}
.stat-item {
  padding: 20px;
}
.stat-number {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.stat-label {
  font-size: 1.1rem;
  opacity: 0.9;
}
.lightbox .lb-image {
  border: 5px solid #fff;
  border-radius: 3px;
}
.blog-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/bg.jpeg") center/cover no-repeat;
}
.blog-card {
  transition: transform 0.3s, box-shadow 0.3s;
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.blog-category {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}
.author-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.tag-badge {
  background-color: #f0f4f8;
  color: #3a506b;
}
.team-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7))
      center/cover,
    url("https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80")
      center/cover;
  color: #fff;
  padding: 120px 0 80px;
}
.section-title {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}
.social-icon,
.team-social {
  display: flex;
  transition: 0.3s;
}
.section-title:after {
  content: "";
  position: absolute;
  width: 60%;
  height: 4px;
  background: var(--primary-color);
  bottom: -10px;
  left: 20%;
  border-radius: 2px;
}
.team-card {
  border: none;
  border-radius: 10px;
  transition: 0.3s;
  margin-bottom: 30px;
  background: #fff;
}
.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.team-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-bottom: 4px solid var(--primary-color);
}
.team-social {
  position: absolute;
  top: 15px;
  right: 15px;
  flex-direction: column;
  opacity: 0;
}
.social-icon {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--primary-color);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.social-icon:hover {
  background: var(--primary-color);
  color: #fff;
  transform: scale(1.1);
}
.team-info {
  padding: 20px;
}
.team-name {
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--dark-color);
}
.team-position {
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
}
.team-bio,
.team-specialty {
  color: var(--secondary-color);
}
.team-bio {
  font-size: 0.9rem;
  margin-bottom: 15px;
}
.team-divider {
  width: 100px;
  height: 2px;
  background: #eee;
  margin: 20px auto;
}
.team-specialty {
  font-size: 0.8rem;
  font-style: italic;
}
.department-header h2,
.team-cta {
  color: #fff;
}
.department-header {
  background: var(--primary-color);
  color: #fff;
  padding: 80px 0 40px;
  margin-bottom: 40px;
  position: relative;
}
.department-header::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--primary-color);
}
.team-cta {
  background: linear-gradient(135deg, var(--primary-color), #007bff);
  padding: 80px 0;
}
.team-cta .btn {
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: 600;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .gallery-hero,
  .team-hero {
    padding: 100px 0 60px;
  }
  .gallery-img {
    height: 200px;
  }
  .filter-btn {
    margin: 5px;
    padding: 6px 15px;
    font-size: 0.9rem;
  }
  .team-img {
    height: 220px;
  }
  .team-social {
    opacity: 1;
    flex-direction: row;
    top: auto;
    bottom: 15px;
    right: 50%;
    transform: translateX(50%);
  }
  .social-icon {
    margin: 0 5px;
  }
}
#content-head {
  margin-top: 45px;
}
#text-on-img {
  background-color: #000;
  opacity: 0.8;
  border-radius: 20px;
}
.faq-hero {
  background: linear-gradient(135deg, #0a2b3e 0, #1a4a6f 100%);
  padding: 120px 0 80px;
  margin-top: 76px;
}
.accordion-button:not(.collapsed) {
  background-color: #e8f0fe;
  color: #0d6efd;
  font-weight: 600;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(13, 110, 253, 0.25);
}
.accordion-item {
  border: none;
  margin-bottom: 1rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.accordion-body {
  background-color: #f9fafc;
  color: #4a5568;
  line-height: 1.7;
}
.faq-category {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
}
.faq-category:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background: #ffc107;
  border-radius: 3px;
}