body{
    background-color: #003C8F;
}
.navbar {
    background: #F9BB23;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.navbar-brand {
    color: #043D06;
}
.navbar-nav .nav-link {
    color: #043D06;
    font-weight: bold;
    margin-left: 10px;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #fff;
}
.logo {
    width: 30px;
    border-radius: 50%;
    display: block;
    margin-left: 9px;
    filter: drop-shadow(0 0 2px #043D06) drop-shadow(0 0 2px #043D06);
}
.rad-logo {
    width: 50px;
    display: block;
    filter: drop-shadow(0 0 2px #043D06) drop-shadow(0 0 2px #043D06);
}
.dashboard-content {
    padding: 160px 20px 20px 20px;
}
.internal {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border: 2px solid #0e0a0a;
    margin-bottom: 20px;
    border-radius: 10px;
    width: 100%;;
    box-shadow: -6px 6px 0 #043D06;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}
.internal:hover {
    transform: scale(1.05);
    box-shadow: -6px 6px 0 #FCE425;
}
.offices {
    font-size: 2rem;
    font-weight: bold;
}
.services, .pdf {
    font-size: 0.9rem;
    color: #F9BB23;
    background-color: #fff;
    border: none;
}
.data-offices {
    color: blue;
}
.form-btn {
    font-size: 0.9rem;
    color: #003C8F;
    background-color: #fff;
    border: none;
}
.feedback-btn {
    font-size: 0.9rem;
    color: #043D06;
    background-color: #fff;
    border: none;
}
.sunn-header {
    display: flex;
    align-items: center;
    padding: 10px 20px;
}
.sunn-header img {
    height: 130px;
    margin-right: 15px;
}
.header-text {
    flex: 1;
    line-height: 1.4;
}
.header-text h1 {
    margin: 0;
    font-size: 20px;
    color: #f4b400;
    font-weight: bold;
}
.header-text h2 {
    margin: 0;
    font-size: 16px;
    color: #003366;
    font-weight: bold;
}
.header-text p {
    margin: 0;
    font-size: 13px;
    color: #003366;
}
.header-text .slogan {
    margin-top: 8px;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
}
.header-text .red {
    color: red;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
}
.header-text .green {
    color: green;
    font-family: Verdana, Geneva, Tahoma, sans-serif; 
    font-weight: bold;
}
.modal-content {
    padding: 20px;
}
h6, h4 {
    font-weight: bold;
}
.modal-body p {
    margin-left: 20px;
}
.modal-body {
    padding: 0 40px 0 40px;
    font-family: 'Times New Roman', Times, serif;
}
.form-label {
    font-weight: bold;
}
.alert {
    border: start;
    border-color: #043D06;
}
.Charter-table {
    width: 100%;
    padding: 5px;
}
.Charter-table table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
.Charter-table th, .Charter-table td {
    border: 1px solid black;
    padding: 2px 10px;
    vertical-align: top;
}
.label {
    font-weight: bold;
    background-color: #F9BB23;
}
.header {
    font-weight: bold;
    text-align: center;
    background-color: #F9BB23;
    color: black;
}
.data {
    font-weight: bold;
    text-align: center;
}
.close {
    border: 1px solid black;;
}
.star-rating {
  direction: rtl;
  display: inline-flex;
  justify-content: center;
  gap: 5px;
}
.star-rating input {
  display: none;
}
.star-rating label {
  font-size: 30px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
}
.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
  color: #f9bb23;
}
.star-rating label:hover {
  transform: scale(1.1);
  transition: transform 0.2s;
}

.navbar-toggler {
    background: none;
    border: none;
}
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

@media (max-width: 900px) {
    .brand-group .navbar-brand {
        font-size: 15px !important;
    }
    .navbar {
        flex-direction: column;
        align-items: center;
    }
    .brand-group {
        text-align: center;
    }
    .brand-group .d-flex {
        justify-content: start !important;
    }
    .navbar-collapse {
        background-color: #F9BB23;
        padding: 10px;
        border-radius: 10px;
    }
    .navbar-nav {
        margin-right: 23px;
        align-items: start;
        font-size: 15px !important
    }
    .dashboard-content {
        padding: 180px 20px 20px 20px;
    }
    .col-6, .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .internal {
        max-width: 300px;
        margin-bottom: 15px;
    }
    .internal button {
        width: 100%;
    }
    #pdfModal .modal-dialog {
        max-width: 100%;
        margin: 0.5rem;
    }
    #pdfModal .modal-body {
        height: 70vh;
    }
    #pdfViewer {
        height: 70vh;
    }
    .modal-dialog {
        width: 95%;
        max-width: 95%;
        margin: 10px auto;
    }
    .modal-content {
        padding: 10px;
    }
    .sunn-header img {
        width: 70px;
        margin-bottom: 60px;
    }
    .sunn-header .header-text h1 {
        font-size: 1.1rem;
    }
    .sunn-header .header-text h2 {
        font-size: 1rem;
    }
    .sunn-header .header-text p {
        font-size: 0.85rem;
    }
    .sunn-header .slogan {
        font-size: 1.1rem;
        margin-top: 5px;
    }
    .sunn-header .slogan .red {
        color: #b30000;
        font-weight: bold;
    }
    .sunn-header .slogan .green {
        color: #007a00;
        font-weight: bold;
    }
    .form-content .d-flex {
        flex-direction: column !important;
        gap: 10px !important;
    }
    .form-content label {
        font-size: 0.9rem;
    }
    .form-content input[type="number"],
    .form-content select,
    .form-content textarea {
        width: 100% !important;
    }
    .table-responsive {
        overflow-x: auto;
    }
    table.table {
        width: 700px !important;
    }
    .btn {
        width: 100%;
        padding: 10px;
        font-size: 1rem;
    }
    .modal-title {
        font-size: 1.1rem;
    }
    .form-instruction p,
    .form-cc {
        font-size: 0.9rem;
    }
}