/* General body styling */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #0d1f33;
}

/* Header Styling */
.header {
    background-color: #0b2139;
    padding: 20px 40px;
    color: white;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

/* Logo Section */
.logo-section {
    display: flex;
    align-items: center;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    margin-right: 15px;
}

.help-center {
    font-size: 18px;
    color: #cdd1d5;
}

/* Right Links Styling */
.right-links a {
    color: #cdd1d5;
    text-decoration: none;
    margin-left: 20px;
    font-size: 14px;
}

.right-links a:hover {
    text-decoration: underline;
}

/* Search Bar */
.search-bar {
    display: flex;
    justify-content: center;
}

.search-bar input {
    width: 100%;
    max-width: 600px;
    padding: 12px 20px;
    border-radius: 30px;
    border: none;
    background-color: #26374b;
    color: #cdd1d5;
    font-size: 16px;
}

.search-bar input::placeholder {
    color: #cdd1d5;
}




/* General body styling */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #fff;
    color: #0d1f33;
}

/* Breadcrumb Styling */
.breadcrumb {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 20px;
}

.breadcrumb a {
    color: #007bff;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/* Main Section Styling */
.main-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* Main Content */
.main-content {
    max-width: 70%;
}

.main-content h1 {
    font-size: 28px;
    font-weight: 600;
    color: #0d1f33;
    margin-bottom: 10px;
}

.main-content h2 {
    font-size: 22px;
    font-weight: 500;
    color: #0d1f33;
    margin-top: 30px;
}

.updated-info {
    font-size: 14px;
    color: #6c757d;
}

.main-content p {
    line-height: 1.6;
    margin-bottom: 20px;
}

.main-content a {
    color: #007bff;
    text-decoration: none;
}

.main-content a:hover {
    text-decoration: underline;
}

/* Sidebar Section */
.sidebar {
    max-width: 25%;
    background-color: #f8f9fa;
    border-left: 2px solid #e0e0e0;
    padding-left: 15px;
}

.sidebar-content p {
    font-size: 14px;
    color: #6c757d;
    margin: 10px 0;
}

.sidebar-content p:hover {
    color: #007bff;
    cursor: pointer;
}





/* General styling for the section */
.location-section {
    padding: 20px;
    font-family: Arial, sans-serif;
}

.location-section h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.location-section p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.location-section a {
    color: #007bff;
    text-decoration: none;
}

.location-section a:hover {
    text-decoration: underline;
}





.related-articles-section {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.related-articles {
    list-style: none;
    padding: 0;
}

.related-articles li {
    margin-bottom: 10px;
}

.related-articles li a {
    text-decoration: none;
    color: #4a54f1;
    font-size: 16px;
}

.feedback-section {
    background-color: #f7f7f7;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    border-radius: 10px;
}

.feedback-section p {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
}

.emoji-feedback span {
    font-size: 24px;
    margin: 0 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.emoji-feedback span:hover {
    transform: scale(1.2);
}



.header-section {
    background-color: #38404b; /* Dark blue/gray background color */
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.logo-img {
    width: 120px; /* Adjust the logo size as per requirement */
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
