/* Main CSS file for Quad Agadir Tours */

/* You can add any additional custom styles here */

/* Responsive utilities */
@media (max-width: 768px) {
  .mobile-hidden {
    display: none;
  }
}

/* Additional helper classes */
.text-center {
  text-align: center;
}

.text-primary {
  color: #00A991;
}

.bg-light {
  background-color: #f8f9fa;
}

.shadow {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.rounded {
  border-radius: 15px;
}