.hero-section {
  margin-bottom: 0;
}

/* .navbar {
  transition: box-shadow 0.3s ease;
} */

/* .navbar.shadow-bottom {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
} */

.hero-section .primary-cta {
  padding: 9px 24px;
}

.tab-swiper .swiper-pagination {
  top: 40px;
}

.notification-card {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 15px 25px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  transform: translateX(120%);
  transition: transform 0.3s ease-in-out;
  max-width: 350px;
  z-index: 10000000;
}

.notification-card.show {
  transform: translateX(0);
}

.notification-card.success {
  background-color: #d4edda;
  border-left: 4px solid #28a745;
  color: #155724;
}

.notification-card.error {
  background-color: #f8d7da;
  border-left: 4px solid #dc3545;
  color: #721c24;
}

.notification-card.info {
  background-color: #cce5ff;
  border-left: 4px solid #0d6efd;
  color: #004085;
}

.notification-card .close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  font-size: 18px;
  z-index: 4;
  color: inherit;
  opacity: 0.7;
}

.notification-card .close-btn:hover {
  opacity: 1;
}

.hero-section h1 {
    font-size: 32px;
}

.hero-section a {
    font-size: 16px!important;
}

.icon svg {
    color: white;
}

.contact-us-cta svg {
    color: white!important;
}


.contact-form-wrapper textarea {
  height: 160px;
  padding: 12px;
}

.form-wrapper h6 {
    font-size: 22px !important;
    font-weight: 600!important;

}

@media only screen and (min-width: 600px) {
  .hero-section img {
    display: none!important;
  }
}

@media only screen and (max-width: 600px) {
  .tab-swiper-pagination {
    position: static!important;
    margin-bottom: 1em;
  }

  .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #FF7D04!important;
  }
}