﻿

@font-face {
    font-family: 'mohsen';
    src: url('../font/mohsen.ttf') format('truetype');
}
body {
    font-family: 'mohsen' !important;
}
.gradient-custom-2 {
    /* fallback for old browsers */
    background: #fccb90;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #36D1DC, #5B86E5);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, #36D1DC, #5B86E5);
}

.navbar-brand span {
    font-size : 28px !important;
}

@media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-left-radius: .3rem;
        border-bottom-left-radius: .3rem;
    }
}

@media (max-width : 600px){
    .navbar-brand span {
        font-size: 22px !important;
    }
}
/* Modern Banner Background */
.banner {
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

/* Overlay Effect */
.banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Dark overlay for readability */
    z-index: 1;
}

/* Banner Content Styling */
.banner-content {
    position: relative;
    z-index: 2;
    padding: 20px;
}

    .banner-content h1 {
        font-size: 2.5rem;
        font-weight: bold;
        letter-spacing: 1px;
    }

    .banner-content p {
        font-size: 1.2rem;
        opacity: 0.9;
    }

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa; /* Light background */
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Hide default radio buttons */
#rdbreporspical input[type="radio"] {
    display: none;
}

/* Style the buttons */
#rdbreporspical label {
    padding: 10px 20px;
    margin: 5px;
    border: 2px solid #007bff;
    border-radius: 5px;
    color: #007bff;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

    /* Hover effect */
    #rdbreporspical label:hover {
        background-color: #007bff;
        color: white;
    }

/* Active (selected) effect */
#rdbreporspical input[type="radio"]:checked + label {
    background-color: #007bff;
    color: white;
    font-weight: bold;
    border-color: #0056b3;
}
.navbar {
    background: linear-gradient(135deg, #6c757d, #007bff); /* Gray to Blue */
}

.navbar-brand, .navbar-nav .nav-link {
    color: white !important;
    font-weight: bold;
    text-align: center !important;
}

.navbar-nav .nav-link {
    font-size: 1.1rem;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
}

    /* Hover & Active State */
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
        background-color: rgba(0, 123, 255, 0.2); /* Soft Transparent Blue */
        border-radius: 5px;
    }

.navbar-toggler {
    border: none;
    outline: none;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

.nav-item i {
    margin-left: 8px;
}
.navbar-nav {
    display: flex;
    justify-content: center;
    width: 100%;
}
