@charset "UTF-8";
body {
  font-family: "Poppins", sans-serif;
  background-color: #0a0a0a;
  color: #fff;
}

.navbar-toggler {
  background-color: #119200;
  border: none;
}

.custom-navbar {
  background: radial-gradient(circle at top right, rgba(0, 255, 102, 0.2), transparent 50%), #0a0a0a;
  padding: 0.8rem 0;
}
.custom-navbar .navbar-brand .logo-img {
  height: 40px;
  margin-right: 10px;
}
.custom-navbar .navbar-brand .logo-text {
  font-weight: 600;
  font-size: 1.2rem;
  color: #119200;
}
.custom-navbar .nav-link {
  color: #fff !important;
  font-weight: 500;
  margin: 0 12px;
  transition: color 0.3s ease;
}
.custom-navbar .nav-link.active {
  color: #119200;
}
.custom-navbar .nav-link:hover {
  color: #119200;
}
.custom-navbar .nav-link .toggle-icon {
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}
.custom-navbar .dropdown-menu {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
  background-color: #31422D;
  border: none;
  border-radius: 5px;
  padding: 0;
}
.custom-navbar .dropdown-menu .dropdown-item {
  color: #fff !important;
  padding: 10px 15px;
  transition: background 0.3s ease;
}
.custom-navbar .dropdown-menu .dropdown-item:hover {
  background-color: #119200;
  color: #fff !important;
}
.custom-navbar .dropdown-menu .dropdown-submenu {
  color: #fff !important;
  transition: background 0.3s ease;
  list-style: circle;
  margin: 0px 0;
}
.custom-navbar .dropdown-menu .dropdown-submenu li {
  margin: 3px 0;
}
.custom-navbar .dropdown-menu .dropdown-submenu li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.custom-navbar .dropdown-menu .dropdown-submenu li a:hover {
  color: #119200;
}
.custom-navbar .get-started-btn {
  background-color: #119200;
  color: #0a0a0a;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.custom-navbar .get-started-btn:hover {
  background-color: rgb(22.9383561644, 197, 0);
  transform: scale(1.05);
  color: #119200;
}

.hero-section {
  background: #0b0d0c;
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 550px;
}
.hero-section.others-pages-banner {
  min-height: 420px;
}
.hero-section .shape-left {
  position: absolute;
  bottom: 54%;
  left: -14%;
  width: 40%;
  z-index: 0;
}
.hero-section .shape-right {
  position: absolute;
  top: 2%;
  right: -10%;
  width: 44%;
  z-index: 0;
  transform: rotate(413deg);
}
.hero-section .shape-right-inner {
  position: absolute;
  top: -4%;
  right: 24%;
  width: 100%;
  z-index: 0;
  transform: rotate(359deg);
  max-width: 630px;
}
.hero-section .shape-bottom {
  position: absolute;
  bottom: -20%;
  right: -10%;
  width: 30%;
  z-index: 0;
}
.hero-section .shape-left-bottom {
  position: absolute;
  bottom: 7%;
  left: -7%;
  width: 33%;
  z-index: 0;
  transform: rotate(-125deg);
}
.hero-section .play-btn-wrappr {
  width: 100%;
  margin: auto;
}
.hero-section .play-btn-wrappr .play-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #59ff62;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b0d0c;
  font-size: 1rem;
  animation: pulse 2s infinite;
  margin-right: 10px;
}
.hero-section .play-btn-wrappr .play-line {
  height: 2px;
  background: linear-gradient(90deg, rgba(89, 255, 98, 0.5), transparent);
  width: 100%;
  max-width: 200px;
}
.hero-section .badge-pill {
  display: inline-block;
  padding: 10px 100px;
  border-radius: 50px;
  background: rgba(89, 255, 98, 0.1);
  color: #59ff62;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 1rem;
}
.hero-section .hero-title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}
.hero-section .main-pges-wrapper {
  display: flex;
  justify-content: center;
}
.hero-section .main-pges-wrapper .page-inner {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.hero-section .main-pges-wrapper .page-inner a {
  font-size: 16px;
  color: #119200;
  text-decoration: none;
}
.hero-section .main-pges-wrapper .page-inner .icon-wrape {
  width: 20px;
  height: 20px;
  background-color: #119200;
  border-radius: 50%;
  padding: 13px 13px;
  position: relative;
}
.hero-section .main-pges-wrapper .page-inner .icon-wrape img {
  width: 15px;
  height: 18px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 4px;
  right: 5px;
}
.hero-section .main-pges-wrapper .page-inner p {
  color: #a0a0a0;
  font-size: 16px;
}
.hero-section .hero-subtitle {
  color: #a0a0a0;
  margin-bottom: 2rem;
  font-size: 1rem;
}
.hero-section .hero-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.hero-section .hero-buttons .btn-primary-custom {
  background: #59ff62;
  color: #0b0d0c;
  padding: 0.7rem 1.2rem;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.3s;
}
.hero-section .hero-buttons .btn-primary-custom:hover {
  transform: scale(1.05);
}
.hero-section .hero-buttons .btn-outline-custom {
  border: 2px solid #59ff62;
  color: #59ff62;
  padding: 0.7rem 1.2rem;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.3s;
}
.hero-section .hero-buttons .btn-outline-custom:hover {
  background: #59ff62;
  color: #0b0d0c;
}
.hero-section .under-process-text {
  position: absolute;
  bottom: 20px;
  right: 25px;
  background: rgba(89, 255, 98, 0.15);
  color: #59ff62;
  padding: 8px 15px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border: 1px solid rgba(89, 255, 98, 0.3);
}
@media (max-width: 768px) {
  .hero-section .under-process-text {
    position: static;
    margin-top: 20px;
    text-align: center;
    display: inline-block;
  }
}

.trusted-section {
  background-color: #1b1e1a;
}
.trusted-section .trusted-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.trusted-section .icon-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.trusted-section .icon-slider .icon-track {
  display: flex;
  animation: scroll 20s linear infinite;
}
.trusted-section .icon-slider .icon-track img {
  width: 100px;
  height: 115px;
  margin: 0 15px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.cyber-security-section {
  background-color: #000;
}
.cyber-security-section .badge-pill {
  display: inline-block;
  padding: 10px 50px;
  border-radius: 50px;
  background: rgba(89, 255, 98, 0.1);
  color: #59ff62;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 15px;
}
.cyber-security-section h2 {
  font-size: 25px;
  font-weight: 700;
  text-align: left;
  color: #fff;
}
.cyber-security-section p {
  color: #a0a0a0;
  font-size: 14px;
  margin-bottom: -50px;
}
.cyber-security-section .btn-primary {
  background-color: #119200;
  border: none;
}
.cyber-security-section .btn-primary:hover {
  background-color: rgb(19.9691780822, 171.5, 0);
}
.cyber-security-section .image-card {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.cyber-security-section .image-card img {
  display: block;
  filter: brightness(0.6);
  transition: all 0.3s ease;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.cyber-security-section .image-card:hover img {
  filter: brightness(0.8);
  transform: scale(1.05);
}
.cyber-security-section .image-card .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.cyber-security-section .image-card .overlay-content {
  position: absolute;
  inset: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding: 1rem;
}
.cyber-security-section .image-card .overlay-content h5,
.cyber-security-section .image-card .overlay-content p {
  margin: 0;
}
.cyber-security-section .shape-bg {
  position: absolute;
  right: -44px;
  bottom: -88px;
  width: 250px;
  height: auto;
  z-index: 999999999999;
}
.cyber-security-section .custom-card {
  position: relative;
  z-index: 1;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(49, 66, 45, 0.2);
  border: 1px solid #31422D;
}
.cyber-security-section .custom-card .card-img-top {
  filter: brightness(0.7);
  transition: all 0.3s ease;
  max-width: 325px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  padding: 15px 0px;
}
.cyber-security-section .custom-card:hover .card-img-top {
  filter: brightness(0.85);
  transform: scale(1.05);
}
.cyber-security-section .custom-card .card-body {
  color: #fff;
  padding: 35px 10px;
  border-radius: 10px;
}

body {
  background-color: #0d0f0d;
  font-family: Arial, sans-serif;
}

.who-we-are {
  color: white;
  background-color: #1b1e1a;
}
.who-we-are .label-pill {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #119200;
}
.who-we-are .description {
  font-size: 16px;
  color: #ccc;
  line-height: 1.6;
}
.who-we-are .main-image {
  position: relative;
}
.who-we-are .main-image img {
  width: 100%;
  height: auto;
  min-height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
}
.who-we-are .main-image .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #119200;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: white;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(0, 255, 76, 0.7);
}


@media (max-width: 768px) {
    .hero-section .play-btn-wrappr .play-btn {
        width: 456px;
        height: 55px;
        
    }
}


.who-we-are .tagline {
  margin-top: 10px;
  font-size: 14px;
  color: #ccc;
}
.who-we-are .progress-title {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.8;
}
.who-we-are .progress {
  height: 5px;
  background-color: rgba(255, 255, 255, 0.1);
}
.who-we-are .progress .progress-bar {
  height: 5px;
  width: 0;
  background-color: #119200;
  transition: width 2s ease;
}
.who-we-are .stat-number {
  font-size: 2rem;
  font-weight: bold;
}
.who-we-are .stat-number::after {
  content: "+";
}
.who-we-are small {
  display: block;
  font-size: 14px;
  color: #aaa;
}

.reviews {
  overflow: hidden;
  color: white;
  background-color: #0d0f0d;
  width: 100%;
}
.reviews .label-pill {
  background: rgba(255, 255, 255, 0.1);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #119200;
}
.reviews .section-title {
  font-size: 2.5rem;
  font-weight: bold;
}
.reviews .btn-green {
  background-color: #119200;
  color: black;
  font-weight: 500;
  border-radius: 25px;
  padding: 10px 20px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.reviews .btn-green:hover {
  background-color: #119200;
  color: black;
}
.reviews .testimonial-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reviews .testimonial-card .stars {
  color: #ffcc00;
  font-size: 18px;
  margin-bottom: 10px;
}
.reviews .testimonial-card p {
  flex: 1;
  color: #ccc;
}
.reviews .testimonial-card .profile {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reviews .testimonial-card .profile img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.reviews .testimonial-card .profile strong {
  display: block;
  font-size: 14px;
}
.reviews .testimonial-card .profile small {
  color: #aaa;
  font-size: 12px;
}
.reviews .image-wrapper {
  position: relative;
}
.reviews .image-wrapper img {
  border-radius: 12px;
}
.reviews .image-wrapper .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #119200;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: white;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(66, 255, 107, 0.7);
}

.site-footer {
  background: radial-gradient(circle at top right, rgba(0, 255, 102, 0.2), transparent 50%), #0a0a0a;
  color: #fff;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.site-footer .footer-card,
.site-footer .footer-grid {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.site-footer .footer-eyebrow {
  color: #119200;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}
.site-footer .footer-title {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.site-footer .column-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.site-footer .footer-links,
.site-footer .footer-info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-links li,
.site-footer .footer-info li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  padding: 0.25rem 0;
}
.site-footer .footer-links li i,
.site-footer .footer-info li i {
  opacity: 0.8;
}
.site-footer .footer-links a,
.site-footer .footer-info a {
  color: white;
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease;
  font-size: 14px;
  font-weight: 400;
}
.site-footer .footer-links a:hover,
.site-footer .footer-info a:hover {
  color: #119200;
}
.site-footer .footer-links a:after,
.site-footer .footer-info a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #119200;
  transition: width 0.25s ease;
}
.site-footer .footer-links a:hover:after,
.site-footer .footer-info a:hover:after {
  width: 100%;
}
.site-footer .footer-divider {
  border-color: rgba(255, 255, 255, 0.08);
  opacity: 1;
}
.site-footer .social {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
  transition: transform 0.15s ease, border-color 0.2s ease;
}
.site-footer .social:hover {
  transform: translateY(-2px);
  border-color: #119200;
  color: #119200;
}
.site-footer .newsletter-form .input-group {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
}
.site-footer .newsletter-form .input-group .input-group-text {
  background: transparent;
  border: none;
  color: white;
}
.site-footer .newsletter-form .input-group .form-control {
  background: transparent;
  border: none;
  color: #fff;
}
.site-footer .newsletter-form .input-group .form-control::-moz-placeholder {
  color: white;
}
.site-footer .newsletter-form .input-group .form-control::placeholder {
  color: white;
}
.site-footer .newsletter-form .input-group .form-control:focus {
  box-shadow: none;
}
.site-footer .newsletter-form .input-group .btn-accent {
  background: #119200;
  color: #fff;
  font-weight: 600;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.6rem 1rem;
}
.site-footer .newsletter-form .input-group .btn-accent:hover {
  background: rgb(19.9691780822, 171.5, 0);
  transform: translateX(0);
}
.site-footer .newsletter-form .input-group .btn-accent:active {
  transform: translateY(0);
}
.site-footer .newsletter-form .valid-feedback,
.site-footer .newsletter-form .invalid-feedback {
  font-size: 0.9rem;
}
.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: white;
}
.site-footer .footer-bottom .bottom-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-bottom .bottom-links a {
  color: white;
  text-decoration: none;
}
.site-footer .footer-bottom .bottom-links a:hover {
  color: #119200;
}
.site-footer .back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #119200;
  color: #fff;
  border: none;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  transition: transform 0.15s ease;
  z-index: 1000;
}
.site-footer .back-to-top:hover {
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .site-footer .footer-card,
  .site-footer .footer-grid {
    padding: 1.25rem !important;
  }
}
.core-values-section {
  background-color: #0a0a0a;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.core-values-section .section-title {
  font-weight: 700;
  font-size: 2rem;
  color: #119200;
}
.core-values-section .section-subtitle {
  color: white;
  font-size: 1rem;
  max-width: 650px;
  margin: 0 auto;
}
.core-values-section .value-card {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(17, 146, 0, 0.3);
  border-radius: 10px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  height: 100%;
}
.core-values-section .value-card h4 {
  color: #119200;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.core-values-section .value-card p {
  color: white;
  font-size: 0.95rem;
}
.core-values-section .value-card .icon {
  font-size: 2rem;
  color: #119200;
}
.core-values-section .value-card:hover {
  transform: translateY(-5px);
  border-color: #119200;
  background-color: rgba(17, 146, 0, 0.05);
}
.core-values-section .btn-primary {
  background-color: #119200;
  border: none;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.core-values-section .btn-primary:hover {
  background-color: rgb(22.9383561644, 197, 0);
  transform: scale(1.05);
  color: #0a0a0a;
}

.our-story-section {
  background-color: #0a0a0a;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.our-story-section .section-title {
  font-weight: 700;
  color: #119200;
  font-size: 2rem;
  position: relative;
}
.our-story-section .section-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 150px;
  height: 3px;
  background-color: #119200;
  border-radius: 2px;
}
.our-story-section .story-content p {
  line-height: 1.7;
  margin-bottom: 1rem;
  color: white;
  font-size: 15px;
  font-weight: 400;
}
.our-story-section .btn-primary {
  background-color: #119200;
  border: none;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.our-story-section .btn-primary:hover {
  background-color: rgb(21.7506849315, 186.8, 0);
  transform: translateY(-2px);
}
.our-story-section .story-image img {
  transition: transform 0.5s ease;
  width: 100%;
  max-width: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-story-section .story-image img:hover {
  transform: scale(1.05);
}

.timeline-section h2 {
  color: #119200;
  font-weight: 700;
  text-transform: uppercase;
}
.timeline-section .timeline-step {
  background: #119200;
  color: #fff;
  padding: 20px 30px;
  border-radius: 8px;
  position: relative;
  margin: 15px 0;
  text-align: center;
  animation: fadeIn 0.8s ease-in-out;
}
.timeline-section .timeline-step .year {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.timeline-section .timeline-step .desc {
  font-size: 1rem;
  line-height: 1.5;
}
.timeline-section .timeline-step::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  border-left: 20px solid #119200;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.leadership-section .section-title {
  font-weight: 700;
  font-size: 2.2rem;
  color: #119200;
}
.leadership-section .section-subtitle {
  color: #777;
  max-width: 600px;
  margin: auto;
}
.leadership-section .leader-row {
  gap: 30px;
}
.leadership-section .leader-row .leader-image {
  flex: 1;
}
.leadership-section .leader-row .leader-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}
.leadership-section .leader-row .leader-image:hover img {
  transform: scale(1.05);
}
.leadership-section .leader-row .leader-content {
  flex: 1;
}
.leadership-section .leader-row .leader-content h3 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.leadership-section .leader-row .leader-content .designation {
  color: #119200;
  font-weight: 500;
  margin-bottom: 10px;
}
.leadership-section .leader-row .leader-content .bio {
  color: #777;
  font-size: 0.95rem;
  line-height: 1.6;
}

.guardians-section {
  background-color: #0a0a0a;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.guardians-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #119200;
  margin-bottom: 20px;
}
.guardians-section .guardians-list {
  list-style: none;
  padding: 0;
}
.guardians-section .guardians-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.6;
}
.guardians-section .guardians-list li::before {
  content: "✔";
  color: #119200;
  position: absolute;
  left: 0;
  font-weight: bold;
}
.guardians-section .btn-primary {
  background-color: #119200;
  border: none;
  padding: 10px 25px;
  font-weight: 600;
  transition: 0.3s ease;
}
.guardians-section .btn-primary:hover {
  background-color: rgb(22.9383561644, 197, 0);
}
.guardians-section .guardians-image {
  text-align: center;
  margin-top: 30px;
}
.guardians-section .guardians-image .image-wrapper {
  position: relative;
}
.guardians-section .guardians-image .image-wrapper img {
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
  border-radius: 50%;
}/*# sourceMappingURL=style.css.map */