/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* ---------- About Section ---------- */
.about-section {
  margin: 0 auto;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  /* ---------- Content Grid ---------- */
  /* ---------- Text Content ---------- */
  /* ---------- Stats Grid ---------- */
  /* ---------- Image Section ---------- */
  /* ---------- Quote Section ---------- */
}
.about-section .content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 640px) {
  .about-section .content-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .about-section .content-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
.about-section .text-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.about-section .text-content h2 {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 1rem 0;
  color: #111827;
}
@media (min-width: 640px) {
  .about-section .text-content h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .about-section .text-content h2 {
    font-size: 3rem;
  }
}
.about-section .tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.75rem;
  background: linear-gradient(to right, #eff6ff, #ede9fe);
  border-radius: 9999px;
  border: 1px solid #dbeafe;
  font-size: 0.75rem;
  font-weight: 500;
  color: #374151;
}
.about-section .tag .tag-dot {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #10b981;
  border-radius: 50%;
}
.about-section .gradient-text {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6, #06b6d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-section .pulse-line {
  width: 4rem;
  height: 0.25rem;
  border-radius: 9999px;
  background: linear-gradient(90deg, #2563eb, #7c3aed, #06b6d4);
}
.about-section .description p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #374151;
}
@media (min-width: 1024px) {
  .about-section .description p {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.about-section .stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 640px) {
  .about-section .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .about-section .stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.about-section .stats-grid .stat-card {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
}
.about-section .stats-grid .stat-card .stat-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .about-section .stats-grid .stat-card .stat-title {
    font-size: 1.875rem;
  }
}
.about-section .stats-grid .stat-card .gradient-text-small {
  background: linear-gradient(90deg, #2563eb, #2563eb 50%, #1d4ed8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-section .stats-grid .stat-card .stat-subtitle {
  font-size: 0.75rem;
  color: #4b5563;
  font-weight: 500;
}
.about-section .stats-grid .stat-card .stat-line {
  height: 0.25rem;
  border-radius: 9999px;
  margin-top: 0.5rem;
}
.about-section .stats-grid .stat-card .stat-line.gradient-line {
  background: linear-gradient(90deg, #bfdbfe, #60a5fa);
}
.about-section .image-wrapper {
  position: relative;
}
.about-section .image-wrapper .main-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
.about-section .image-wrapper .main-image-container .main-image {
  width: 100%;
  height: auto;
  max-height: 450px;
  /* أقل من قبل لتناسب الجوال */
  object-fit: cover;
}
@media (min-width: 1024px) {
  .about-section .image-wrapper .main-image-container .main-image {
    max-height: 550px;
  }
}
.about-section .image-wrapper .main-image-container .image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
  opacity: 0;
}
.about-section .image-wrapper .floating-element {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 6px 10px;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.about-section .image-wrapper .floating-element.top-left {
  top: 10px;
  left: 10px;
}
.about-section .image-wrapper .floating-element .dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #10b981;
}
.about-section .image-wrapper .floating-element span {
  font-size: 0.75rem;
}
.about-section .image-wrapper .bottom-info-card {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  text-align: center;
  cursor: pointer;
}
.about-section .image-wrapper .bottom-info-card .number {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 0.25rem;
}
.about-section .image-wrapper .bottom-info-card .label {
  font-size: 0.7rem;
  font-weight: 500;
  color: #4b5563;
}
.about-section .quote-section {
  margin-top: 3rem;
  text-align: center;
}
.about-section .quote-section .quote-card {
  max-width: 56rem;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  padding: 1.5rem;
  border-radius: 2rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.about-section .quote-section .quote-card blockquote {
  font-size: 1rem;
  font-weight: bold;
  font-style: italic;
  color: #374151;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .about-section .quote-section .quote-card blockquote {
    font-size: 1.25rem;
  }
}
.about-section .quote-section .quote-card .quote-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.about-section .quote-section .quote-card .quote-footer .line {
  height: 0.125rem;
  flex: 1;
  border-radius: 9999px;
  background: linear-gradient(90deg, #2563eb, #2563eb 50%, #1d4ed8);
}
.workflow-section {
  /* .section-label {
      display: inline-block;
      padding: 8px 20px;
      background: #f3f4f6;
      border: 1px solid #e5e7eb;
      border-radius: 9999px;
      font-size: 0.85rem;
      font-weight: 600;
      color: #374151;
      margin-bottom: 20px;
    } */
}
.workflow-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.workflow-section .section-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.workflow-section .section-header h2 span {
  background: linear-gradient(to right, #2563eb, #9333ea, #06b6d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.workflow-section .section-header p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.2rem;
  color: #4b5563;
  line-height: 1.6;
}
.workflow-section .card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}
.workflow-section .card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}
.workflow-section .fields-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  pointer-events: none;
}
.workflow-section .card-content {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background: white;
}
.workflow-section .card-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.workflow-section .card-content p {
  color: #4b5563;
  margin-bottom: 20px;
  line-height: 1.6;
  flex: 1;
}
.workflow-section .tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.workflow-section .tag {
  padding: 5px 12px;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 9999px;
  display: inline-block;
}
.workflow-section .tag-blue {
  background: #dbeafe;
  color: #1e40af;
}
.workflow-section .tag-purple {
  background: #f3e8ff;
  color: #6b21a8;
}
.workflow-section .tag-pink {
  background: #fce7f3;
  color: #9d174d;
}
.workflow-section .tag-green {
  background: #dcfce7;
  color: #166534;
}
.workflow-section .tag-teal {
  background: #ccfbf1;
  color: #115e59;
}
.workflow-section .card button {
  margin-top: 20px;
  background: none;
  border: none;
  color: #2563eb;
  font-weight: 600;
  cursor: pointer;
  font-size: 0.9rem;
  text-align: left;
  padding: 0;
}
.workflow-section .cta {
  text-align: center;
  margin-top: 80px;
}
.workflow-section .cta-box {
  max-width: 800px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.workflow-section .pulse-line {
  width: 4rem;
  height: 0.25rem;
  border-radius: 9999px;
  background: linear-gradient(90deg, #2563eb, #7c3aed, #06b6d4);
}
.workflow-section .cta-box h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.workflow-section .cta-box p {
  color: #4b5563;
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.6;
}
.workflow-section .cta-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 640px) {
  .workflow-section .cta-actions {
    flex-direction: row;
    justify-content: center;
  }
}
.workflow-section .grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.workflow-section .grid.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.workflow-section .grid.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.workflow-section .grid.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.workflow-section .grid.cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
.workflow-section a.button.btn-outline {
  color: #5d73f6 !important;
  border: 2px solid #437ff6 !important;
}
@media (max-width: 992px) {
  .workflow-section .grid.cols-4, .workflow-section .grid.cols-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .workflow-section .grid.cols-2, .workflow-section .grid.cols-3, .workflow-section .grid.cols-4, .workflow-section .grid.cols-5 {
    grid-template-columns: 1fr;
  }
}
/* ---------- Animations Classes ---------- */
.tag-dot, .floating-element .dot {
  animation: pulse 2s infinite;
}
.pulse-line {
  animation: pulseGlow 2s ease-in-out infinite;
}
.main-image-container .main-image {
  transition: transform 0.7s ease;
}
.main-image-container:hover .main-image {
  transform: scale(1.1);
}
.floating-element {
  transition: transform 0.3s ease;
}
.floating-element:hover {
  transform: scale(1.1);
}
.bottom-info-card {
  transition: transform 0.3s ease;
}
.bottom-info-card:hover {
  transform: scale(1.05);
}
.stat-card {
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}
.stat-card:hover {
  transform: translateY(-8px) rotate(1deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.cta-button {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 30px rgba(59, 130, 246, 0.4);
}
.fade-in-left {
  opacity: 0;
  transform: translateX(-30px);
  animation: fadeInLeft 0.8s ease forwards;
}
.fade-in-right {
  opacity: 0;
  transform: translateX(30px);
  animation: fadeInRight 0.8s ease forwards;
}
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
}
.delay-100 {
  animation-delay: 0.1s;
}
.delay-200 {
  animation-delay: 0.2s;
}
.delay-300 {
  animation-delay: 0.3s;
}
.delay-400 {
  animation-delay: 0.4s;
}
.delay-500 {
  animation-delay: 0.5s;
}
.delay-600 {
  animation-delay: 0.6s;
}
/* ---------- Keyframes ---------- */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulseGlow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.5;
  }
}
@keyframes pulseGlow {
  0%, 100% {
    transform: scaleX(1);
    opacity: 1;
  }
  50% {
    transform: scaleX(1.2);
    opacity: 0.6;
  }
}
/* Button primary style */
.dh-btn-homepage a.button.btn-primary {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: linear-gradient(to right, #3b82f6, #8b5cf6);
  color: white;
  padding: 1.25rem 2.5rem;
  border-radius: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  margin-right: 1rem;
}
.dh-btn-homepage a.button.btn-primary:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.dh-btn-homepage a.button.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
.dh-btn-homepage a.button.btn-primary:hover::before {
  left: 100%;
}
/* Button outline style */
.dh-btn-homepage a.button.btn-outline {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 1.25rem 2.5rem;
  border-radius: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  color: white;
  border: 2px solid white;
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
}
.dh-btn-homepage a.button.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.dh-btn-homepage a.button.btn-outline::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
.dh-btn-homepage a.button.btn-outline:hover::before {
  left: 100%;
}
/* Optional: Add hover lift and pulse-glow effects */
.dh-btn-homepage a.button.btn-primary, .dh-btn-homepage a.button.btn-outline {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.dh-btn-homepage a.button.btn-primary:hover, .dh-btn-homepage a.button.btn-outline:hover {
  transform: translateY(-3px) scale(1.05);
}
/* Floating Circles Styles */
.floating-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  animation: floatCircle 6s ease-in-out infinite;
  opacity: 1;
}
.floating-circle.slide-1-circle-1 {
  top: -10%;
  left: -5%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  background: rgba(255, 255, 255, 0.1);
}
.floating-circle.slide-1-circle-2 {
  top: 0%;
  left: 30%;
  width: 48px;
  height: 48px;
  animation-delay: 1s;
  background: rgba(59, 130, 246, 0.2);
}
.floating-circle.slide-1-circle-3 {
  top: 70%;
  left: 60%;
  width: 32px;
  height: 32px;
  animation-delay: 2s;
  background: rgba(147, 51, 234, 0.2);
}
.floating-circle.slide-2-circle-1 {
  top: -15%;
  left: -20%;
  width: 50px;
  height: 50px;
  animation-delay: 0.5s;
  background: rgba(16, 185, 129, 0.2);
}
.floating-circle.slide-2-circle-2 {
  top: 55%;
  left: 40%;
  width: 42px;
  height: 42px;
  animation-delay: 1.5s;
  background: rgba(59, 130, 246, 0.2);
}
.floating-circle.slide-2-circle-3 {
  top: 80%;
  left: 75%;
  width: 36px;
  height: 36px;
  animation-delay: 2.5s;
  background: rgba(16, 185, 129, 0.15);
}
.floating-circle.slide-3-circle-1 {
  top: -5%;
  left: -50%;
  width: 64px;
  height: 64px;
  animation-delay: 0s;
  background: rgba(147, 51, 234, 0.2);
}
.floating-circle.slide-3-circle-2 {
  top: 50%;
  left: 25%;
  width: 48px;
  height: 48px;
  animation-delay: 1s;
  background: rgba(236, 72, 153, 0.15);
}
.floating-circle.slide-3-circle-3 {
  top: 75%;
  left: 80%;
  width: 32px;
  height: 32px;
  animation-delay: 2s;
  background: rgba(147, 51, 234, 0.15);
}
/* Floating Animation */
@keyframes floatCircle {
  0%, 100% {
    transform: translateY(0px) translateX(0px) scale(1);
    opacity: 0.3;
  }
  25% {
    transform: translateY(-20px) translateX(10px) scale(1.1);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-10px) translateX(-5px) scale(0.9);
    opacity: 0.4;
  }
  75% {
    transform: translateY(-30px) translateX(15px) scale(1.2);
    opacity: 0.7;
  }
}
.blognews-section .section-header {
  text-align: center;
  margin-bottom: 60px;
  /* .section-label {
      display: inline-block;
      padding: 8px 20px;
      background: #f3f4f6;
      border: 1px solid #e5e7eb;
      border-radius: 9999px;
      font-size: 0.85rem;
      font-weight: 600;
      color: #374151;
      margin-bottom: 25px;
    } */
}
.blognews-section .section-header .pulse-line {
  width: 4rem;
  height: 0.25rem;
  border-radius: 9999px;
  background: linear-gradient(90deg, #2563eb, #7c3aed, #06b6d4);
}
.blognews-section .section-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.blognews-section .section-header h2 span {
  background: linear-gradient(to right, #2563eb, #9333ea, #06b6d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blognews-section .section-header p {
  font-size: 1.2rem;
  color: #4b5563;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}
.blognews-section .news-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.blognews-section .news-list .news-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.blognews-section .news-list .news-card .image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.blognews-section .news-list .news-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blognews-section .news-list .news-card .content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blognews-section .news-list .news-card .news-meta {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 15px;
}
.blognews-section .news-list .news-card h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.blognews-section .news-list .news-card p {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 20px;
}
.blognews-section .news-list .news-card .news-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.blognews-section .news-list .news-card .news-footer .author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blognews-section .news-list .news-card .news-footer .author .logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3b82f6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.8rem;
  font-weight: 700;
}
.blognews-section .news-list .news-card .news-footer .author div {
  font-size: 0.9rem;
}
.blognews-section .news-list .news-card .news-footer button {
  background: none;
  border: none;
  color: #2563eb;
  font-weight: 600;
  cursor: pointer;
  font-size: 0.95rem;
}
@media (min-width: 992px) {
  .blognews-section .news-list .news-card {
    flex-direction: row;
    height: 280px;
  }
  .blognews-section .news-list .news-card .image {
    width: 30%;
    height: 100%;
  }
  .blognews-section .news-list .news-card .content {
    width: 70%;
  }
}
.blognews-section .more-news {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 60px;
  align-items: center;
}
@media (min-width: 640px) {
  .blognews-section .cta-actions {
    flex-direction: row;
    justify-content: center;
  }
}
/**
 * Swiper 5.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 16, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow-slider.swiper-wrapper {
    height: 675px !important;
  }
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-button-prev {
  position: relative;
  top: 30%;
  width: 23px;
  height: 44px;
  z-index: 10;
  cursor: pointer;
  margin-bottom: 1rem;
  font-size: 2.3rem;
}
.swiper-button-prev:focus {
  outline: none;
}
.navigation.horizontal .swiper-button-prev {
  height: 15px;
  margin-bottom: 0;
  margin-right: 2rem;
}
.dir-rtl .navigation.horizontal .swiper-button-prev {
  margin-right: 0;
  margin-left: 2rem;
}
.swiper-button-next {
  position: relative;
  bottom: 30%;
  width: 23px;
  height: 44px;
  z-index: 10;
  cursor: pointer;
  margin-top: -0.5rem;
  font-size: 2.3rem;
}
.swiper-button-next:focus {
  outline: none;
}
.navigation.horizontal .swiper-button-next {
  height: 15px;
  margin-top: 0;
  margin-left: 2rem;
}
.dir-rtl .navigation.horizontal .swiper-button-next {
  margin-left: 0;
  margin-right: 2rem;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: relative;
  text-align: center;
  margin: auto;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.navigation.horizontal .swiper-pagination {
  display: block;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
  border: 1px solid #ffffff;
  margin: 0.75rem 0;
}
.navigation.horizontal .swiper-pagination-bullet {
  margin-bottom: 0;
  margin-right: 1.5rem;
}
.navigation.horizontal .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.dir-rtl .navigation.horizontal .swiper-pagination-bullet:first-child {
  margin-right: 0;
}
.dir-rtl .navigation.horizontal .swiper-pagination-bullet:last-child {
  margin-right: 1.5rem;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 30px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0 1.2rem;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
  display: none;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.g-slideshow .g-slideshow-slider .fn-slideshow-title {
  font-size: 5rem;
  line-height: 1;
  font-weight: 900;
  color: #00c9ff;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-slider .fn-slideshow-title {
    font-size: 3rem;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
}
.g-slideshow .g-slideshow-slider .swiper-slide.overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.dir-rtl .g-slideshow .g-slideshow-slider .swiper-slide.overlay::before {
  background-image: linear-gradient(-100deg, #5ec6f2 30%, rgba(255, 255, 255, 0));
}
.g-slideshow .g-slideshow-slider .swiper-slide .g-slide-container {
  width: 95rem;
  margin: 0 auto;
}
.g-slideshow .g-slideshow-slider .swiper-slide .g-slide-container .slide {
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 0.625rem;
  padding: 0.938rem;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .g-slide-container .slide {
    width: 90%;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide .g-slide-container .slide .g-slideshow-top-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .g-slide-container .slide .g-slideshow-top-title {
    font-size: 1.5rem;
    max-width: 90%;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide .g-slide-container .slide .fn-slideshow-title span {
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 3rem;
  font-weight: 500;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .g-slide-container .slide .fn-slideshow-title span {
    font-size: 2.25rem;
    max-width: 90%;
  }
}
.g-slideshow .navigation {
  position: absolute;
  z-index: 10;
  right: 50px;
  top: 50%;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
}
.dir-rtl .g-slideshow .navigation {
  right: auto;
  left: 50px;
}
.g-slideshow .navigation.horizontal {
  top: auto;
  bottom: 0;
  right: 2rem;
  flex-direction: row;
  transform: translateY(-100%);
}
.dir-rtl .g-slideshow .navigation.horizontal {
  right: auto;
  left: 2rem;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .navigation {
    right: 25px;
  }
}
.particles-js-canvas-el {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
@media only all and (max-width: 47.99rem) {
  .particles-js-canvas-el {
    opacity: 0.5;
  }
}
.control-group {
  margin-bottom: 1rem;
}
legend.form-message {
  margin-bottom: 1rem;
}
#g-navigation .g-grid {
  align-items: center;
}
.section-label {
  display: inline-flex;
  padding: 8px 20px;
  margin-bottom: 25px;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(10px);
  border-radius: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  gap: 1rem;
  text-transform: uppercase;
}
.section-label:hover {
  transform: translateY(-5px);
}
.fa-icon-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.fa-icon-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.fa-icon-title:hover::before {
  width: 100px;
  height: 100px;
}
.fa-icon-title:active {
  transform: rotate(15deg) scale(0.95);
}
.svg-inline--fa {
  width: 24px;
  height: 24px;
  color: white;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.fa-icon-title:hover .svg-inline--fa {
  transform: scale(1.1);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
svg.svg-inline--fa.fa-chevron-down {
  width: 16px;
  height: 16px;
}
#g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  color: #fff;
  opacity: 0.5;
}
.footer-section {
  /* Top Section */
  /* Newsletter */
  /* Middle Links */
  /* Social Media Section */
  /* Join community text */
  /* Bottom Section */
}
.footer-section .footer-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  border-bottom: 1px solid #334155;
  padding-bottom: 40px;
}
.footer-section .footer-top h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer-section .footer-top p {
  color: #cbd5e1;
  margin-bottom: 20px;
  line-height: 1.6;
}
.footer-section .footer-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.footer-section .footer-buttons a {
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
.footer-section .newsletter-box {
  background: #1e293b;
  padding: 30px;
  border-radius: 12px;
}
.footer-section .newsletter-box h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer-section .newsletter-box p {
  color: #cbd5e1;
  margin-bottom: 20px;
}
.footer-section .newsletter-box input {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 6px;
  background: #334155;
  color: white;
  margin-bottom: 15px;
}
.footer-section .newsletter-box button {
  width: 100%;
  padding: 12px;
  background: #2563eb;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  color: white;
  cursor: pointer;
}
.footer-section .newsletter-box button:hover {
  background: #1d4ed8;
}
.footer-section .footer-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
  margin: 60px 0;
}
.footer-section .footer-links h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-section .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-section .footer-links li {
  margin-bottom: 12px;
}
.footer-section .footer-links a {
  color: #cbd5e1;
  text-decoration: none;
}
.footer-section .footer-links a:hover {
  color: white;
}
.footer-section .footer-social {
  text-align: center;
  margin-bottom: 40px;
}
.footer-section .footer-social h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-section .social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}
.footer-section .social-icons a {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  transition: all 0.3s ease;
  overflow: hidden;
}
.footer-section .social-icons a.facebook {
  background: #1877f2;
}
.footer-section .social-icons a.twitter {
  background: #000000;
}
.footer-section .social-icons a.instagram {
  background: #c13584;
}
.footer-section .social-icons a.linkedin {
  background: #0077b5;
}
.footer-section .social-icons a.youtube {
  background: #ff0000;
}
.footer-section .join-community {
  color: #94a3b8;
  font-size: 14px;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
}
.footer-section .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #94a3b8;
  border-top: 1px solid #334155;
  padding-top: 20px;
}
.footer-section .footer-bottom a {
  color: #94a3b8;
  text-decoration: none;
  margin-left: 15px;
}
.footer-section .footer-bottom a:hover {
  color: white;
}
@media (min-width: 900px) {
  .footer-section .footer-top {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .footer-section .footer-bottom {
    justify-content: space-between;
  }
}
.footer-section .social-icons a:hover {
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.footer-section .social-icons a::after {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.4) 0%, transparent 60%);
  transform: rotate(25deg);
  transition: all 0.5s ease;
}
.footer-section .social-icons a:hover::after {
  top: 0;
  left: 0;
}
.footer-section .social-icons a svg {
  transition: transform 0.3s ease;
}
.footer-section .social-icons a:hover svg {
  transform: rotate(-10deg) scale(1.2);
}
/*# sourceMappingURL=custom.css.map */