.bg-color5 {
  background: var(--color5) !important;
}

.bg-color6 {
  background: var(--color6) !important;
}

.bg-color7 {
  background: var(--color7) !important;
}

.bg-color8 {
  background: var(--color8) !important;
}

.bg-color9 {
  background: var(--color9) !important;
}

.bg-color10 {
  background: var(--color10) !important;
}

.color5 {
  color: var(--color5) !important;
}

.color6 {
  color: var(--color6) !important;
}

.color7 {
  color: var(--color7) !important;
}

.color8 {
  color: var(--color8) !important;
}

.color9 {
  color: var(--color9) !important;
}

.color10 {
  color: var(--color10) !important;
}

.carousel-indicators {
  list-style: none;
}

a[class*='bg-color'],
button[class*='bg-color'] {
  transition: 0.3s;
}

a[class*='bg-color']:hover,
button[class*='bg-color']:hover {
  opacity: 0.8;
}

/* Modern Header Styles */
.navbar {
  background: rgba(255, 255, 255, 0.95);
  padding: 1.5rem 0;
  transition: all 0.3s ease;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.navbar.scrolled {
  padding: 1rem 0;
  background: rgba(255, 255, 255, 0.98);
}

.navbar-brand {
  font-size: 2.2rem;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  color: var(--color5) !important;
  font-weight: 700;
}

.navbar-brand:hover {
  transform: scale(1.05);
  color: var(--color6) !important;
}

.navbar-toggler {
  border: 2px solid var(--color5);
  padding: 0.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1001;
  background-color: transparent;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-collapse {
  width: 100%;
}

.navbar-nav {
  justify-content: center;
  width: 100%;
}

.navbar-nav .nav-link {
  position: relative;
  font-weight: 500;
  padding: 0.5rem 1.2rem;
  margin: 0 0.2rem;
  color: var(--color5) !important;
  transition: all 0.3s ease;
  font-size: 1.1rem;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: var(--color6);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.navbar-nav .nav-link:hover {
  color: var(--color6) !important;
}

.navbar-nav .nav-link:hover::after {
  width: 80%;
}

@media (max-width: 991.98px) {
  .navbar {
    padding: 1rem 0;
  }

  .navbar-brand {
    font-size: 1.8rem;
    padding-right: 3rem;
  }

  .navbar-collapse {
    background: white;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-top: 1rem;
    border-top: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1000;
    top: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }

  .navbar-nav {
    border-top: none;
    padding-top: 0;
  }

  .navbar-nav .nav-link {
    padding: 0.8rem 1rem;
    text-align: center;
  }
}

/* Hero Section Styles */
.hero-section {
  background: linear-gradient(135deg, var(--color5) 0%, var(--color6) 100%);
  padding: 12rem 0 8rem;
  position: relative;
  margin-bottom: -2rem;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.5;
}

.hero-title {
  color: white;
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
}

.hero-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.35rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  font-weight: 300;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero-button {
  display: inline-block;
  background: white;
  color: var(--color5) !important;
  padding: 1.2rem 3rem;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.hero-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, var(--color5), var(--color6));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hero-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.hero-button:hover::before {
  opacity: 1;
}

.hero-button span {
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .hero-section {
    padding: 8rem 0 6rem;
    margin-bottom: -1rem;
  }

  .hero-title {
    font-size: 3rem;
  }

  .hero-text {
    font-size: 1.2rem;
  }

  .hero-button {
    padding: 1rem 2.5rem;
  }
}

/* About Section Styles */
.about-section {
  background: white;
  padding: 8rem 0;
  position: relative;
  color: var(--color5);
}

.about-content {
  padding: 2rem;
}

.about-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--color5);
  position: relative;
  padding-bottom: 1rem;
}

.about-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--color5), var(--color6));
  border-radius: 2px;
}

.about-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--color6);
  margin-bottom: 2rem;
}

.about-features {
  margin-bottom: 2rem;
}

.about-feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.about-feature:hover {
  transform: translateX(10px);
}

.about-feature-icon {
  width: 50px;
  height: 50px;
  background: rgba(var(--color5-rgb), 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  font-size: 1.5rem;
  color: var(--color5);
  transition: all 0.3s ease;
}

.about-feature:hover .about-feature-icon {
  background: var(--color5);
  color: white;
  transform: rotate(360deg);
}

.about-feature-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--color5);
}

.about-feature-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color6);
  margin: 0;
}

.about-button {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: linear-gradient(45deg, var(--color5), var(--color6));
  color: white !important;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.about-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, var(--color6), var(--color5));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.about-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.about-button:hover::before {
  opacity: 1;
}

.about-button span {
  position: relative;
  z-index: 1;
}

.about-image {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.about-image:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.about-image img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

.about-image:hover img {
  transform: scale(1.05);
}

.about-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(var(--color5-rgb), 0.2), rgba(var(--color6-rgb), 0.2));
  opacity: 0;
  transition: all 0.3s ease;
}

.about-image:hover .about-image-overlay {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .about-section {
    padding: 4rem 0;
  }

  .about-content {
    padding: 1rem;
    text-align: center;
    margin-bottom: 3rem;
  }

  .about-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .about-feature {
    justify-content: center;
  }

  .about-feature:hover {
    transform: translateY(-5px);
  }

  .about-feature-icon {
    margin-right: 1rem;
  }

  .about-image {
    margin: 0 auto;
    max-width: 500px;
  }
}

/* Features Section Styles */
.features-section {
  background: linear-gradient(135deg, var(--color5) 0%, var(--color6) 100%);
  padding: 8rem 0;
  position: relative;
  color: white;
}

.features-header {
  text-align: center;
  margin-bottom: 4rem;
}

.features-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 1rem;
  display: inline-block;
}

.features-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: white;
  border-radius: 2px;
}

.features-subtitle {
  font-size: 1.2rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  max-width: 800px;
  margin: 0 auto 2rem;
}

.features-button {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: white;
  color: var(--color5) !important;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.features-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.95);
}

.feature-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.feature-icon {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  color: white;
  transition: all 0.3s ease;
  transform: rotate(0deg);
}

.feature-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.feature-card:hover .feature-icon {
  background: white;
  color: var(--color5);
  transform: rotate(360deg);
}

.feature-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: white;
}

.feature-text {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
}

.feature-link {
  color: white;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  padding-bottom: 2px;
  transition: all 0.3s ease;
}

.feature-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: white;
  transition: all 0.3s ease;
}

.feature-link:hover {
  color: rgba(255, 255, 255, 0.9);
}

.feature-link:hover::after {
  width: 100%;
}

@media (max-width: 991.98px) {
  .features-section {
    padding: 4rem 0;
  }

  .features-title {
    font-size: 2rem;
  }

  .features-subtitle {
    font-size: 1.1rem;
  }

  .feature-card {
    margin-bottom: 2rem;
  }

  .features-button {
    padding: 0.8rem 2rem;
  }
}

/* Pricing Section Styles */
.pricing-section {
  background: white;
  padding: 8rem 0;
  position: relative;
}

.pricing-header {
  text-align: center;
  margin-bottom: 4rem;
}

.pricing-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--color5);
  position: relative;
  padding-bottom: 1rem;
  display: inline-block;
}

.pricing-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--color5), var(--color6));
  border-radius: 2px;
}

.pricing-subtitle {
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--color6);
  max-width: 800px;
  margin: 0 auto 2rem;
}

.pricing-card {
  background: white;
  border-radius: 20px;
  padding: 0;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.pricing-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.pricing-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.pricing-card:hover .pricing-image img {
  transform: scale(1.1);
}

.pricing-card-content {
  padding: 2rem;
}

.pricing-card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--color5);
}

.pricing-card-text {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color6);
  margin-bottom: 2rem;
  min-height: 100px;
}

.pricing-card-price {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color5);
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.pricing-card-price::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -10px;
  left: 0;
  background: linear-gradient(90deg, var(--color5), var(--color6));
  opacity: 0.3;
}

.pricing-card-button {
  display: block;
  padding: 1rem 2.5rem;
  background: linear-gradient(45deg, var(--color5), var(--color6));
  color: white !important;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  margin: 0 auto 2rem;
  width: fit-content;
}

.pricing-card-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, var(--color6), var(--color5));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pricing-card-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.pricing-card-button:hover::before {
  opacity: 1;
}

.pricing-card-button span {
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .pricing-section {
    padding: 4rem 0;
  }

  .pricing-title {
    font-size: 2rem;
  }

  .pricing-subtitle {
    font-size: 1.1rem;
  }

  .pricing-card {
    margin-bottom: 2rem;
  }

  .pricing-card.featured {
    transform: none;
  }

  .pricing-card.featured:hover {
    transform: translateY(-10px);
  }

  .pricing-card-button {
    padding: 0.8rem 2rem;
  }
}

/* Contact Section Styles */
.contact-section {
  background: linear-gradient(135deg, var(--color5) 0%, var(--color6) 100%);
  padding: 8rem 0;
  position: relative;
  color: white;
}

.contact-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 1rem;
  display: inline-block;
}

.contact-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: white;
  border-radius: 2px;
}

.contact-subtitle {
  font-size: 1.2rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
}

.contact-form {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.contact-form:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.form-group {
  margin-bottom: 1.5rem;
}

.input-group {
  position: relative;
  display: flex;
  align-items: center;
}

.input-group i {
  position: absolute;
  left: 1rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.2rem;
  transition: all 0.3s ease;
  top: 1rem;
}

.contact-form .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 1rem 1rem 1rem 3rem;
  color: white;
  font-size: 1rem;
  transition: all 0.3s ease;
  width: 100%;
}

.contact-form .form-control:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: none;
}

.contact-form .form-control:focus + i {
  color: white;
}

.contact-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.contact-form textarea.form-control {
  min-height: 150px;
  resize: vertical;
  padding-top: 1rem;
}

.contact-form textarea.form-control + i {
  top: 1rem;
  transform: none;
}

.contact-form .form-check {
  margin-bottom: 1.5rem;
}

.contact-form .form-check-input {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.contact-form .form-check-input:checked {
  background-color: white;
  border-color: white;
}

.contact-form .form-check-label {
  color: rgba(255, 255, 255, 0.9);
}

.contact-form .btn {
  background: white;
  color: var(--color5) !important;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  width: 100%;
}

.contact-form .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, var(--color5), var(--color6));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.contact-form .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.contact-form .btn:hover::before {
  opacity: 1;
}

.contact-form .btn span {
  position: relative;
  z-index: 1;
}

.contact-info-wrapper {
  display: grid;
  gap: 1.5rem;
  padding: 1rem;
}

.contact-info-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-info-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-info-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.contact-info-card:hover .contact-info-icon {
  background: white;
  color: var(--color5);
  transform: scale(1.1);
}

.contact-info-content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
}

.contact-info-content p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

@media (max-width: 991.98px) {
  .contact-section {
    padding: 4rem 0;
  }

  .contact-title {
    font-size: 2rem;
  }

  .contact-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .contact-subtitle {
    font-size: 1.1rem;
    text-align: center;
  }

  .contact-form {
    padding: 2rem;
    margin-bottom: 3rem;
  }

  .contact-info-wrapper {
    padding: 0;
  }

  .contact-info-card {
    padding: 1.2rem;
  }

  .contact-info-icon {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }

  .contact-info-content h3 {
    font-size: 1rem;
  }

  .contact-info-content p {
    font-size: 0.9rem;
  }
}

/* Footer Styles */
.footer {
  background: var(--color5);
  padding: 4rem 0;
  position: relative;
  color: white;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.5;
}

.footer-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.footer-copyright {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer-link {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  padding-bottom: 2px;
  transition: all 0.3s ease;
}

.footer-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: white;
  transition: all 0.3s ease;
}

.footer-link:hover {
  color: rgba(255, 255, 255, 0.9);
}

.footer-link:hover::after {
  width: 100%;
}

@media (max-width: 767.98px) {
  .footer {
    padding: 3rem 0;
  }

  .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }

  .footer-links {
    justify-content: center;
    gap: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand {
    max-width: 300px;
    white-space: normal;
    text-align: center;
    padding: 0;
    display: flex;
  }
}
