

body{
	font-family: Georgia, 'Times New Roman', Times, serif;   
	position: sticky;
	top: 0;
	z-index: 9999;
}
.text-class {
	white-space: nowrap; /* Prevent text from breaking onto a new line */
	font-family: Arial, Helvetica, sans-serif;
}
.text-class .text:hover {
  text-decoration: underline; /* Underline on hover */
  color: #0056b3; /* Slightly darker blue on hover */
}


	
	.nav-link {
		color: black;
		text-decoration: none;
	}
	
	.nav-link.active {
		color: white;
		background-color: blue;
		padding: 5px 10px;
		border-radius: 5px;
	}

	.headline{
		color: rgba(255, 255, 255, 0.9); /* Light white text */
				background-color: rgba(0, 0, 0, 0.6); /* Slightly dark background */
				padding: 5px 10px; /* Add padding for readability */
				border-radius: 5px; /* Rounded corners */
				display: inline-block; /* Ensure the background only wraps around the text */
				font-family: Georgia, 'Times New Roman', Times, serif;
	}
	
  /* default size on desktop */


		  
.faq-section {
    padding: 60px 0;
    background-color: #ffffff;
}
.section-title {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}
.section-subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
}
.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.faq-item:hover {
    background-color: #f9f9f9;
}
.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: #007bff;
    font-weight: bold;
    padding: 10px 0;
    cursor: pointer;
}
.faq-body {
    display: none;
    padding: 10px 15px;
    font-size: 18px;
    color: #333;
    line-height: 1.6;
}
.faq-arrow {
    font-size: 22px;
    color: #007bff;
}


/* also */

.faq-section {
    padding: 60px 0;
    background-color: #ffffff;
    font-family: 'Arial', sans-serif;
}
.section-title {
    font-size: 32px;
    color: #2c3e50;
    font-weight: bold;
    margin-bottom: 15px;
}
.section-subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
}
.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 10px;
}
.faq-item:hover {
    background-color: #e9ecef;
}
.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: #007bff;
    font-weight: bold;
    padding: 15px 0;
    cursor: pointer;
}
.faq-body {
    display: none;
    padding: 10px 20px;
    font-size: 18px;
    color: #333;
    line-height: 1.6;
}
.faq-arrow {
    font-size: 24px;
    color: #007bff;
    transition: transform 0.3s ease;
}
.faq-item.open .faq-arrow {
    transform: rotate(180deg);
}





.faq-section {
    padding: 60px 0;
    background-color: #ffffff;
    font-family: 'Arial', sans-serif;
}
.section-title {
    font-size: 32px;
    color: #2c3e50;
    font-weight: bold;
    margin-bottom: 15px;
}
.section-subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
}
.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 10px;
}
.faq-item:hover {
    background-color: #e9ecef;
}
.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: #41B5E5;
    font-weight: bold;
    padding: 15px 0;
    cursor: pointer;
}
.faq-body {
    display: none;
    padding: 15px 20px;
    font-size: 18px;
    color: #444;
    line-height: 1.6;
    background: #fff;
    border-left: 4px solid #007bff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.faq-arrow {
    font-size: 24px;
    color: #41B5E5;
    transition: transform 0.3s ease;
}
.faq-item.open .faq-arrow {
    transform: rotate(180deg);
}
