/* Add custom CSS styles below */ 
.mburger {
   display: none;
}
h2.w-full.px-1.da-cp.whitespace-nowrap {
  color: #FCA311;
}
h2.w-full.da-cp.text-center {
  color: #FCA311;
}
.hero-slider-btn a {
    font-size: 1.5rem;   /* increase text size */
    font-weight: 700 !important;     /* bold */
    padding: 14px 28px;   /* make it feel like a button */
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.hero-slider-btn a {
    transition: transform 0.3s ease-in-out;
}

.hero-slider-btn a:hover {
    transform: scale(1.09);
}
.hero-slider-btn i {
    font-size: 1.4em;   /* icon scales relative to text */
}