body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
	overflow-x: hidden;

}


h2 {
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 32px;
	color: #333;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #333;
}
h4 {
	font-size: 18px;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}

p {
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #1d304a;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #1f92bf;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
}
hr {
	height: 1px;
	/*width: 70px;*/
	text-align: center;
	position: relative;
	background: #999b90;
	margin-bottom: 20px;
	/*border: 0;*/
}
/* Navigation */

.logoquaz{
	width: 228px;
	height: 117px; 
}
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: #fff;
	border-color: rgba(231, 231, 231, 0);
	box-shadow: 0 0 30px rgba(0,0,0,0.2)
}
#menu a.navbar-brand {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #1d304e;
	text-transform: uppercase;
	letter-spacing: -1px;
}
#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #1d304e;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 20px 0 20px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #1f92bf;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #1f92bf !important;
	background-color: transparent;
}
#menu .phone {
	font-family: 'Montserrat', sans-serif;
	margin: 4px 0 0 120px;
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #999;
}
#menu .phone span {
	font-size: 14px;
	display: block;
	color: #1f92bf;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #1b6d3f;
}
.section-title {
	margin-bottom: 70px;
}
.section-title h2 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.section-title h2::after {
	position: absolute;
	content: "";
	background-color: #ffffff; /* put white */
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0;
}
.btn-custom {
	text-transform: uppercase; 
	color: rgb(255,255,255);
	background-color: #1d304e;
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #1f386e;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/slideshow/Header.png) center center no-repeat; /* Change the header image */
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: rgba(0,0,0,0.3);
}


.intro h1 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
	text-shadow: 0 0 15px rgba(0,0,0,0.5)
}
.intro p {
	color: #fff;
	font-size: 17px;
	line-height: 28px;
	padding: 10px;
	max-width: 600px;
	margin: 0 auto;
	background: rgba(0,0,0,.45);
}

.intro p:last-of-type {
	margin-bottom: 40px;
}

header .intro-text {
	padding-top: 350px;
	padding-bottom: 150px;
	text-align: center;
}
/* Get Touch Section */
#get-touch {
	padding: 40px 0 30px;
	color: rgba(255,255,255,.7);
	background: #1d304e;
}
#get-touch h3 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 10px 0;
}
#get-touch .btn-custom {
	margin: 0;
	background: transparent;
	border: 2px solid #fff;
}
#get-touch .btn-custom:hover {
	color: #1f386e;
	background: #fff;
	border: 2px solid #fff;
}
/* About Section */
#about {
	padding: 110px 0;
	background: #f6f6f6;
}
#about h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
}
#about h2 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
#about h2::after {
	position: absolute;
	content: "";
	background-color: #ffffff;
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0;
}
#about .about-text li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
}
#about .about-text li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #1f386e;
	font-size: 11px;
	font-weight: 300;
	padding-right: 8px;
}
#about img {
	padding: 0px;
	width: 500px;
	margin-top: 10px;
	background: #fff;
	border-right: 0;
	box-shadow: 0 0 50px rgba(0,0,0,0.06);
}
#about p {
	line-height: 24px;
	margin: 30px 0;
}
/* Services Section */
#services {
	padding: 100px 0;
}
#services .service-media {
	margin: 10px;
}
#services .service-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
#services .service-desc {
	margin: 10px 10px 20px;
}
#services h3 {
	font-weight: 700;
	padding: 5px 0;
}
#services .service-desc hr {
	margin-left: 0;
}
/* Portfolio Section */
#portfolio {
	padding: 100px 0;
	background: #f6f6f6;
}
.portfolio-item {
	margin: 15px 0;
}

.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(31, 56, 110, 0.8);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Testimonials Section */
#testimonials {
	padding: 80px 0;
}
#testimonials i {
	color: #e6e6e6;
	font-size: 32px;
	margin-bottom: 20px;
}
.testimonial {
	position: relative;
	padding: 20px;
}
.testimonial-image {
	float: left;
	margin-right: 15px;
}
.testimonial-image, .testimonial-image img {
	display: block;
	width: 64px;
	height: 64px;
}
.testimonial-content {
	position: relative;
	overflow: hidden;
}
.testimonial-content p {
	margin-bottom: 0;
	font-size: 14px;
	font-style: italic;
}
.testimonial-meta {
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

/*News Section*/
#news {
	padding: 100px 0;
	background-color: #f6f6f6;
}
.news-image {
	float: left;
	margin: 15px;
}

.newsletter {
	float:right;
	margin: 15px;
}


/* Contact Section */
#contact {
	padding: 100px 0 60px 0;
	background: #1f386e;
	color: rgba(255,255,255,.65);
}
#contact .section-title {
	margin-bottom: 40px;
}
#contact h2 {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#contact h4 {
	color: #fff;
	margin-top: 22px;
	margin-bottom: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#contact form {
	padding-top: 20px;
}
#contact h3 {
	font-size: 17px;
	font-weight: 600;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
#contact .btn-custom {
	margin: 30px 0;
	background: transparent;
	border: 2px solid #fff;
}
#contact .btn-custom:hover {
	color: #1f386e;
	background: #fff;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-item {
	margin: 20px 0;
}
#contact .contact-item span {
	color: rgba(255,255,255,1);
	display: block;
}
#contact .social {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 50px;
	margin-top: 50px;
	text-align: center;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 24px;
	padding: 10px;
	color: rgba(255,255,255,0.6);
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #fff;
}
/* Footer Section*/
#footer {
	background: #f6f6f6;
	padding: 30px 0;
}
#footer p {
	color: #888;
	font-size: 14px;
}
#footer a {
	color: #1f386e;
}
#footer a:hover {
	color: #e52f3c;
}
/* media section */
@media (max-width: 768px) {
#about img {
	margin: 50px 0;
}
.video {
	height: 100px;
	margin-top: 20px; 
}
}

/* Landing */
.brxe-container {
    position: relative; 
    text-align: right; 
    padding-right: 10%; 
}

.brxe-text-link {
    display: inline-block;
    font-size: 16px;
    color: #007bff; 
    text-decoration: none;
    padding: 10px 15px; 
    border-radius: 5px; 
    transition: background-color 0.3s ease; 
}

.brxe-text-link:hover {
    background-color: #f1f1f1; 
    color: #0056b3; 
}

@media (max-width: 768px) {
    .brxe-container {
        padding-right: 10px; 
    }
    
    .brxe-text-link {
        font-size: 14px; 
    }
}

.sectionLanding {
	padding: 80px 0 40px 0;
}

.contextContainer {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.landingTitles{
	text-align: center;
    padding: 20px 10px 20px 10px;
}

#landingMenu .context {
	width: 75%;
	text-align: center;
}

.cardsGrid {
	margin-top: 20px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr); /* 1 columna para mobile */
    justify-items: center; /* Centra las cards horizontalmente */
}

@media (min-width: 768px) {
    .cardsGrid {
        grid-template-columns: repeat(2, 1fr); /* 2 columnas para tablet */
    }
}

@media (min-width: 992px) {
    .cardsGrid {
        grid-template-columns: repeat(4, 1fr); /* 4 columnas para desktop */
    }
}

.card {
    background-color: #f8f8f9;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; /* Distribuye espacio uniformemente */
    height: 100%; /* Asegura que todas las cards tengan la misma altura */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px; /* Espacio entre el icono y el título */
}

.card h3 {
    margin-bottom: 10px; /* Espacio entre el título y la descripción */
    font-size: 1.25em;
    font-weight: 600;
}

.card p {
    margin-bottom: 20px; /* Espacio entre la descripción y el botón */
    color: #555;
    flex-grow: 1; /* Hace que el párrafo ocupe el espacio necesario */
}

.card .button {
    background-color: #1e89c6;
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1em;
    transition: background-color 0.3s ease, transform 0.3s ease; /* Animación en hover */
    width: auto; /* Ancho automático por defecto */
}

.card .button:hover {
    background-color: #229ce2; /* Cambia el color del fondo al hacer hover */
    transform: translateY(-3px); /* Desplaza ligeramente hacia arriba */
}

/* Botón ocupa 100% en dispositivos móviles */
@media (max-width: 767px) {
    .card .button {
        width: 100%; /* Ocupa el 100% del ancho en mobile */
    }
}

/* summary */
.responsive-table-container {
    width: 100%;
    overflow-x: auto; /* Enable horizontal scrolling on mobile screens */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on touch devices */
    padding: 0; /* Remove padding to use the full width */
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    min-width: 600px; /* Ensure minimum width to avoid content collapsing */
}

.responsive-table th, .responsive-table td {
    padding: 8px 10px; /* Padding optimized for mobile */
    border: 1px solid #ddd;
    text-align: left;
    white-space: nowrap; /* Prevent text from wrapping */
}

.responsive-table th {
    background-color: #f2f2f2;
}

.responsive-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Larger screens adjustments */
@media (min-width: 768px) {
    .responsive-table-container {
        padding: 0 15px; /* Add some padding for desktop and tablets */
    }
}

@media (min-width: 1200px) {
    .responsive-table {
        max-width: 1200px; /* Limit the width of the table on larger screens */
        margin: 0 auto; /* Center the table on larger screens */
    }
}

/* Brochures Section */
#brochures {
    background-color: #f4f4f4;
}

#brochures h2 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 20px;
    font-weight: 700;
}

#brochures .section-description {
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 40px;
    color: #555;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.brochuresGrid {
    display: flex;
    justify-content: center; /* Center the brochures */
    gap: 20px;
    flex-wrap: wrap; /* Ensure proper layout on smaller screens */
}

.brochure-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}

.pdf-icon {
    width: auto;
    height: 250px;
    margin-bottom: 15px;
}

.brochure-card h3 {
    margin-bottom: 10px;
    font-size: 1.25em;
    font-weight: 600;
}

.brochure-card p {
    margin-bottom: 20px;
    color: #555;
    flex-grow: 1; /* Makes sure the button stays at the bottom */
}

.button.download-button {
    background-color: #1d314e;
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    width: 100%; /* Full width on mobile */
}

.button.download-button:hover {
    background-color: #2d4b77;
    transform: translateY(-3px); /* Slight lift on hover */
}

/* Gallery Section */
#gallery {
    background-color: #f4f4f4;
}

#gallery h2 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 20px;
    font-weight: 700;
}

#gallery .section-description {
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 40px;
    color: #555;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr); /* 1 column for mobile */
}

@media (min-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for tablet */
    }
}

@media (min-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(4, 1fr); /* 4 columns for desktop */
    }
}

.gallery-grid a {
    display: block;
    width: 100%;
    padding-top: 75%; /* This sets the aspect ratio to 4:3 (height relative to width) */
    position: relative;
    overflow: hidden; /* Ensures images don't overflow their containers */
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.gallery-grid a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the container, maintaining aspect ratio */
    transition: transform 0.3s ease;
}

.gallery-grid a img:hover {
    transform: scale(1.05); /* Slight zoom effect on hover */
}

/* advantages */
.advantages-section {
    text-align: center;
}

.advantages-container {
    max-width: 1200px;
    margin: 0 auto; 
    display: flex;
    justify-content: center; 
    flex-wrap: wrap;
}

#advantages .card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    margin: 15px;
    width: 300px; 
    height: 300px; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#advantages .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

#advantages .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    align-self: center; /* Center the icon horizontally */
}

#advantages h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333333;
}

#advantages p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}


@media (max-width: 768px) {
    .card {
        max-width: 100%;
        margin: 15px 0;
    }
}

/* General Styles */

.contact-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* Contact Card Styles */
.contact-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-width: 40%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
	margin-left: 20px;
    margin-right: 20px;	
}

.contact-card__media {
    margin-bottom: 15px;
}

.contact-card__image img {
    max-width: 80px;
    height: auto;
    border-radius: 50%;
}

.contact-card__title {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333333;
}

.contact-card__text p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
}

.contact-button {
    display: inline-block;
    padding: 12px 25px;
    font-size: 16px;
    color: #ffffff;
    background-color: #007bff;
    border: none;
    border-radius: 35px;
    text-decoration: none;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.contact-button:hover {
    background-color: #0056b3;
	color: rgb(231, 231, 231);
}

/* Map Section Styles */
.contact-map {
    flex: 1;
    max-width: 55%;
    text-align: center;
    margin-bottom: 30px;
}

.contact-map img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Responsive Styles */
@media (max-width: 992px) {
    .contact-container {
        flex-direction: column;
        align-items: center;
    }

    .contact-card,
    .contact-map {
        max-width: 100%;
    }

    .contact-map img {
        margin-top: 20px;
    }
}


/* General Styles */
#successStory {
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

#successStory .container {
    max-width: 800px;
    margin: auto;
	margin-top: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#successStory h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

#successStory h2 {
    font-size: 2em;
    margin-top: 20px;
    margin-bottom: 10px;
}

#successStory p {
    font-size: 1.1em;
    margin-bottom: 20px;
}

/* Image Styles */
#successStory  .image-container {
    text-align: center;
    margin-bottom: 20px;
}

#successStory .image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

#successStory .image-caption {
    font-size: 0.9em;
    color: #555;
    margin-top: 5px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    #successStory h1 {
        font-size: 2em;
    }

    #successStory h2 {
        font-size: 1.5em;
    }

    #successStory .container {
        padding: 15px;
    }
}



/* News Grid */
.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

/* News Item */
#news .container{
	display: flex;
    flex-direction: column;
    align-items: center;}

.news-item {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
	width: 400px;
}

.news-item img {
    width: 100%;
    height: auto;
}

.news-content {
    padding: 20px;
}

.news-content h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #0056b3;
}

.news-content .date {
    font-size: 0.9em;
    color: #888;
    margin-bottom: 15px;
}

.news-content p {
    font-size: 1em;
    margin-bottom: 15px;
    color: #555;
}

.read-more {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1em;
    color: #fff;
    background-color: #007bff;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.read-more:hover {
    background-color: #0056b3;
}

.news-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .news-grid {
        grid-template-columns: 1fr;
    }
}

.faq-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.faq-question {
    width: 100%;
    padding: 15px;
    font-size: 1.2em;
    color: #007bff;
    background-color: #f4f4f4;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.3s ease;
    outline: none;
}

.faq-question:hover {
    background-color: #e2e6ea;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 15px;
    font-size: 1em;
    color: #555;
}

.faq-answer p {
    margin: 10px 0;
}

.faq-item.open .faq-answer {
    max-height: 500px; /* A large enough value to fit the content */
}

