<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.bg-photo{
  background: url(/assets/home-bg-4298d40a43332117bc83240f586accae9a03dc4e4d35755a4bc9d633f63fccf1.jpg);
}

.bg-head{
  background: url(/assets/header-bg-1bbc79513706f2306e9191b734a1457f0d93aee1d3d8d302d73234e76b604d0b.png);
}

.disabled-link {
  pointer-events: none;
  opacity: 0.5;
}


/* Hide the submenu by default */
.sub-menu ul {
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

/* Show the submenu when it's expanded */
.sub-menu.active ul {
  display: grid;
  max-height: 1000px; /* You can adjust this value as needed */
}

/* Add transition only for mobile screens */
@media (max-width: 1024px) {
  .sub-menu ul {
    transition: none;
  }
}

/* app/assets/stylesheets/application.css */
.ad {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 20px 0;
  text-align: center;
  background-color: #f9f9f9;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.text-[15px] {
  margin-bottom: 10px !important; /* Adjust as needed */
}

p{
  font-size: 16px
}
</pre></body></html>