body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    padding-top: 90px;
}
.dlabnav .metismenu > li.mm-active > a
  {

    background: #8b0f6f !important;

  }

  :root {
        --primary-gradient: linear-gradient(to right, #6a0572, #ff3366);
        --primary-text-color: #ffffff;
    }

.primary-gradient {
    background: var(--primary-gradient) !important;
    color: var(--primary-text-color);
}

.ribbon {
    position: absolute;
    top: -5px;
    left: -5px;
    overflow: hidden;
    width: 100px;
    height: 100px;
    z-index: 1;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 140px;
    padding: 5px 0;
    background: var(--primary-gradient) !important;
    color: var(--primary-text-color);
    font-weight: bold;
    text-align: center;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 20px;
    left: -35px;
    font-size: 12px;
}

.header-box {
    height: 80px;
    padding: 10px 0;
    color: white;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.brand-logo-img {
    max-width: 120px;
    /* Resized for small screens */
    height: auto;
}

.contact-info {
    font-size: 14px;
}

.banner {
    /* background: url("{{ asset('public/assets/think4marry/images/banner-one.png') }}") no-repeat center center/cover; */
    min-height: 400px;
    display: flex;
    align-items: center;
    padding: 5%;
    color: white;
}

.banner-text {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(to right, #6a0572, #ff3366);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* for Firefox */
}

.banner-form {
    padding: 20px;
    background: linear-gradient(to right, #6a0572, #ff3366);
    opacity: 1 ;
    border-radius: 12px;
    text-align: center;
}

.search-box {
    background: linear-gradient(to right, #6a0572, #ff3366);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    margin-top:-50px;
}



.search-box .form-select {
    margin-bottom: 10px;
    /* Adds spacing on small screens */
}

.profile-card {
    padding: 15px;
    border: 1px solid;
    border-image: linear-gradient(to right, #6a0572, #ff3366) 1;
    border-radius: 10px;
    min-height: 225px;
    background: white;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.gardient-card{
    border: 1px solid;
    border-image: linear-gradient(to right, #6a0572, #ff3366) 1;
    border-radius: 10px;
}

.btn-gradient {
    background: linear-gradient(to right, #6a0572, #ff3366) !important;
    color: #ffffff !important;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    display: inline-block;
}

.heading-gradient {
    background: linear-gradient(to right, #6a0572, #ff3366);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}


.btn-gradient:hover {
    background: linear-gradient(to left, #6a0572, #ff3366) !important;
    opacity: 0.9;
}

.footer {
    /* background: #6a0572 */
    background-color: #6a0572;
        /* Transparent Background */
        backdrop-filter: blur(5px);
        color: white;
    text-align: left;
    padding: 15px;
    margin-top: 30px;
}

.footer-heading {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer a {
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer p {
    margin: 0;
}

.fab,
.fas {
    transition: transform 0.3s ease-in-out;
}

.fab:hover,
.fas:hover {
    transform: scale(1.2);
}

.copyright {
    min-height: 30px;
    background: linear-gradient(to right, #6a0572, #ff3366);
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright a {
    color: #ffffff text-decoration: none;
}

.copyright a:hover {
    text-decoration: underline;
}

h4 {
    color: #ff3366;
    /* Stylish heading color */
}

.footer p {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
}

img {
    border-radius: 10px;
    /* Soft corners */
}

.brand-logo-img {
    max-height: 50px;
}

.contact-info {
    font-size: 14px;
    color: #ffffff;
}

.navbar-nav .nav-link {
    font-weight: bold;
    color: #ff3366;
}

.navbar-nav .nav-link:hover {
    color: #cc0055;
}

.navbar-nav .nav-link {
    font-size: 14px;
    /* Smaller text */
    font-weight: normal;
    /* Remove bold */
    color: #ffffff !important;
    /* White color */
    text-transform: none;
    /* Keep normal text case */
}

.navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.7) !important;
    /* Slightly faded on hover */
}

