/* Custom width for off-canvas */
.custom-offcanvas {
    width: 70%;
  }
  
  /* Ensuring it applies only on screens 768px or smaller */
  @media (max-width: 768px) {
    .custom-offcanvas {
      width: 70% !important; /* Takes 70% of the screen width on mobile */
    }
  }
  
  .navbar-dark .navbar-nav .nav-link:hover {
    color: #2a8620;
    /* Gold color on hover */
}

html {
    scroll-behavior: smooth !important;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #13630a;
    /* Gold color */
}

.navbar-brand {
    font-weight: bold;
    color: #13630a;
    /* Matches the gold chandelier in the image */
}

.service-area .service-wrap {
    transition: transform 0.3s ease-in-out;
}

.service-area .service-wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.service-icon i {
    font-size: 2.5rem;
}
.content-rich-editor a{
    color:#1a0dab !important;
}