
/* Custom styles to match the Blade template */
#header.fixed #topNav a.logo > img[data-v-516f8228] {
    height: 60px !important;
}

/* Ensure proper spacing and typography */
.g-brd-bottom[data-v-516f8228] {
    border-bottom: 1px solid #e9ecef;
}
.g-brd-gray-light-v4[data-v-516f8228] {
    border-color: #e9ecef !important;
}
.g-py-150[data-v-516f8228] {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
}
.g-py-100[data-v-516f8228] {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
}
.g-mb-50[data-v-516f8228] {
    margin-bottom: 3.125rem !important;
}
.g-mb-4[data-v-516f8228] {
    margin-bottom: 1.5rem !important;
}
.g-mb-3[data-v-516f8228] {
    margin-bottom: 1rem !important;
}
.g-color-black[data-v-516f8228] {
    color: #000 !important;
}
.g-font-weight-600[data-v-516f8228] {
    font-weight: 600 !important;
}
.g-font-weight-700[data-v-516f8228] {
    font-weight: 700 !important;
}
.g-font-size-50[data-v-516f8228] {
    font-size: 3.125rem !important;
}
.g-line-height-1[data-v-516f8228] {
    line-height: 1 !important;
}
.g-width-80[data-v-516f8228] {
    width: 5rem !important;
}
.g-height-4[data-v-516f8228] {
    height: 0.25rem !important;
}
.g-bg-black[data-v-516f8228] {
    background-color: #000 !important;
}
.mb-50[data-v-516f8228] {
    margin-bottom: 3.125rem !important;
}
.mb-4[data-v-516f8228] {
    margin-bottom: 1.5rem !important;
}
.mb-3[data-v-516f8228] {
    margin-bottom: 1rem !important;
}
.mb-0[data-v-516f8228] {
    margin-bottom: 0 !important;
}

/* Typography */
h1[data-v-516f8228],
h2[data-v-516f8228],
h3[data-v-516f8228] {
    margin-top: 0;
}
.h3[data-v-516f8228] {
    font-size: 1.75rem;
    font-weight: 600;
}

/* List styling */
ul[data-v-516f8228] {
    padding-left: 1.5rem;
}
ul li[data-v-516f8228] {
    margin-bottom: 0.5rem;
}

/* Link styling */
a[data-v-516f8228] {
    color: #007bff;
    text-decoration: none;
}
a[data-v-516f8228]:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* Container and row styling */
.container[data-v-516f8228] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.row[data-v-516f8228] {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.col-lg-6[data-v-516f8228] {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}
@media (max-width: 991.98px) {
.col-lg-6[data-v-516f8228] {
        flex: 0 0 100%;
        max-width: 100%;
}
.g-py-150[data-v-516f8228] {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
}
.g-font-size-50[data-v-516f8228] {
        font-size: 2.5rem !important;
}
}
