.home-news-section {
padding: 80px 0;
background: #D9EFFF;
transition: background-color 0.6s ease;
} .season-summer .home-news-section {
background: #FFFFFF;
}
.home-news-section__container {
max-width: 1448px;
margin: 0 auto;
padding: 0 24px;
}
.home-news-section__header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 40px;
}
.home-news-section__title {
font-family: 'Montserrat', sans-serif;
font-size: 36px;
font-weight: 700;
color: #1B5FB4;
margin: 0;
letter-spacing: 0.05em;
transition: color 0.6s ease;
}
.season-summer .home-news-section__title {
color: #4a9b4a;
}
.home-news-section__link {
display: inline-flex;
align-items: center;
gap: 8px;
font-family: 'Montserrat', sans-serif;
font-size: 1rem;
font-weight: 500;
color: #1B5FB4;
text-decoration: none;
transition: color 0.6s ease, opacity 0.2s ease;
}
.season-summer .home-news-section__link {
color: #4a9b4a;
}
.home-news-section__link:hover {
opacity: 0.7;
}
.home-news-section__link span {
font-size: 1.2rem;
} .home-news-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
} .home-news-card {
background: transparent;
border-radius: 16px;
overflow: visible;
text-decoration: none;
transition: all 0.3s ease;
display: flex;
flex-direction: column;
}
.home-news-card:hover {
transform: translateY(-3px);
}
.home-news-card__image {
aspect-ratio: 16/10;
overflow: hidden;
border-radius: 16px;
}
.home-news-card__image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.home-news-card:hover .home-news-card__image img {
transform: scale(1.05);
}
.home-news-card__placeholder {
width: 100%;
height: 100%;
background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
border-radius: 16px;
}
.home-news-card__content {
padding: 20px 5px;
display: flex;
flex-direction: column;
flex-grow: 1;
}
.home-news-card__header {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 10px;
margin-bottom: 12px;
}
.home-news-card__title {
font-family: 'Montserrat', sans-serif;
font-size: 1rem;
font-weight: 600;
color: #1B5FB4;
margin: 0;
line-height: 1.3;
flex: 1;
transition: color 0.6s ease;
}
.season-summer .home-news-card__title {
color: #4a9b4a;
}
.home-news-card__arrow {
flex-shrink: 0;
width: 40px;
height: 40px;
border-radius: 50%;
border: 2px solid #1B5FB4;
display: flex;
align-items: center;
justify-content: center;
color: #1B5FB4;
background: transparent;
transition: all 0.3s ease;
}
.home-news-card__arrow svg {
width: 20px;
height: 20px;
}
.season-summer .home-news-card__arrow {
border-color: #4a9b4a;
color: #4a9b4a;
}
.home-news-card:hover .home-news-card__arrow {
background: #1B5FB4;
color: #fff;
}
.season-summer .home-news-card:hover .home-news-card__arrow {
background: #4a9b4a;
color: #fff;
}
.home-news-card__date {
display: flex;
align-items: center;
gap: 8px;
font-family: 'Montserrat', sans-serif;
font-size: 0.85rem;
color: #6b7280;
margin-bottom: 10px;
}
.home-news-card__date svg {
flex-shrink: 0;
color: #9ca3af;
}
.home-news-card__excerpt {
font-family: 'Montserrat', sans-serif;
font-size: 0.9rem;
color: #6b7280;
line-height: 1.5;
margin: 0;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
} .home-news-grid--archive {
grid-template-columns: repeat(4, 1fr);
gap: 20px;
} @media (max-width: 1200px) {
.home-news-grid {
grid-template-columns: repeat(2, 1fr);
}
.home-news-grid--archive {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 992px) {
.home-news-grid--archive {
grid-template-columns: repeat(2, 1fr);
}
.dombay-news-archive {
padding: 40px 30px 80px;
}
}
@media (max-width: 768px) {
.home-news-section {
padding: 40px 0;
}
.home-news-section__container {
padding: 0 20px;
}
.home-news-section__header {
flex-direction: column;
align-items: flex-start;
gap: 15px;
}
.home-news-section__title {
font-size: 20px;
}
.home-news-grid {
grid-template-columns: 1fr;
gap: 15px;
}
.home-news-grid--archive {
grid-template-columns: 1fr;
}
.dombay-news-archive {
padding: 30px 20px 60px;
}
}  .dombay-news-page {
max-width: 900px;
margin: 0 auto;
padding: 40px 20px 80px;
} .news-single__banner {
height: 450px;
background-size: cover;
background-position: center;
background-color: #1e3a5f;
position: relative;
border-radius: 12px;
overflow: hidden;
margin-bottom: 40px;
}
.news-single__banner-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 100%);
display: flex;
align-items: flex-end;
}
.news-single__banner-content {
padding: 0 30px 40px;
width: 100%;
text-align: left;
}
.news-single__date {
display: inline-block;
font-family: 'Montserrat', sans-serif;
font-size: 0.9rem;
color: rgba(255, 255, 255, 0.8);
margin-bottom: 15px;
}
.news-single__title {
font-family: 'Montserrat', sans-serif;
font-size: 2.5rem;
font-weight: 700;
color: #fff;
margin: 0 0 20px 0;
line-height: 1.2;
text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.news-single__categories {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.news-single__category {
display: inline-block;
padding: 6px 16px;
background: rgba(255, 255, 255, 0.2);
color: #fff;
font-size: 0.85rem;
font-weight: 500;
text-decoration: none;
border-radius: 20px;
backdrop-filter: blur(10px);
transition: all 0.2s ease;
}
.news-single__category:hover {
background: #fff;
color: var(--primary-color);
} .news-single__content {
font-family: 'Montserrat', sans-serif;
font-size: 1.1rem;
line-height: 1.8;
color: #374151;
}
.news-single__content p {
margin-bottom: 1.5em;
}
.news-single__content h2,
.news-single__content h3,
.news-single__content h4 {
color: var(--primary-color);
margin-top: 2em;
margin-bottom: 1em;
}
.news-single__content img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
.news-single__content a {
color: var(--primary-color);
text-decoration: underline;
}
.news-single__content a:hover {
text-decoration: none;
} .news-single__gallery {
margin-top: 50px;
padding-top: 40px;
border-top: 1px solid #e5e7eb;
}
.news-single__gallery-title {
font-family: 'Montserrat', sans-serif;
font-size: 1.5rem;
font-weight: 600;
color: var(--primary-color);
margin: 0 0 25px 0;
}
.news-gallery-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 15px;
}
.news-gallery-item {
aspect-ratio: 1;
border-radius: 8px;
overflow: hidden;
cursor: pointer;
}
.news-gallery-item img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.news-gallery-item:hover img {
transform: scale(1.05);
} .news-single__nav {
display: flex;
justify-content: space-between;
gap: 20px;
margin-top: 60px;
padding-top: 40px;
border-top: 1px solid #e5e7eb;
}
.news-nav-link {
flex: 1;
padding: 20px;
background: #f8fafc;
border-radius: 12px;
text-decoration: none;
transition: all 0.2s ease;
}
.news-nav-link:hover {
background: #f1f5f9;
}
.news-nav-link--next {
text-align: right;
}
.news-nav-link__label {
display: block;
font-size: 0.85rem;
color: #6b7280;
margin-bottom: 5px;
}
.news-nav-link__title {
display: block;
font-family: 'Montserrat', sans-serif;
font-size: 1rem;
font-weight: 600;
color: var(--primary-color);
} .dombay-news-archive {
max-width: 1448px;
margin: 0 auto;
padding: 40px 24px 80px;
}
.news-archive__header {
text-align: left;
margin-bottom: 50px;
}
.news-archive__title {
font-family: 'Montserrat', sans-serif;
font-size: 2.5rem;
font-weight: 700;
color: #1B5FB4;
margin: 0 0 15px 0;
transition: color 0.6s ease;
}
.season-summer .news-archive__title {
color: #4a9b4a;
}
.news-archive__description {
font-size: 1.1rem;
color: #6b7280;
max-width: 600px;
margin: 0;
} .news-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
} .news-card {
background: #fff;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
}
.news-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.news-card__image {
aspect-ratio: 16/10;
overflow: hidden;
}
.news-card__image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.news-card:hover .news-card__image img {
transform: scale(1.05);
}
.news-card__image--placeholder {
background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
display: flex;
align-items: center;
justify-content: center;
}
.news-card__image--placeholder svg {
width: 50px;
height: 50px;
color: #94a3b8;
}
.news-card__content {
padding: 25px;
}
.news-card__date {
font-size: 0.85rem;
color: #6b7280;
margin-bottom: 10px;
}
.news-card__title {
font-family: 'Montserrat', sans-serif;
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-color);
margin: 0 0 12px 0;
line-height: 1.3;
}
.news-card__title a {
color: inherit;
text-decoration: none;
}
.news-card__title a:hover {
color: #0557a8;
}
.news-card__excerpt {
font-size: 0.95rem;
color: #6b7280;
line-height: 1.6;
margin-bottom: 15px;
}
.news-card__link {
display: inline-flex;
align-items: center;
gap: 5px;
font-size: 0.9rem;
font-weight: 500;
color: var(--primary-color);
text-decoration: none;
}
.news-card__link:hover {
text-decoration: underline;
} .news-pagination {
display: flex;
justify-content: center;
gap: 10px;
margin-top: 50px;
}
.news-pagination a,
.news-pagination span {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 40px;
height: 40px;
padding: 0 15px;
background: #f1f5f9;
color: #1B5FB4;
font-weight: 500;
text-decoration: none;
border-radius: 8px;
transition: all 0.3s ease;
}
.news-pagination a:hover {
background: #1B5FB4;
color: #fff;
}
.news-pagination .current {
background: #1B5FB4;
color: #fff;
}
.season-summer .news-pagination a,
.season-summer .news-pagination span {
color: #4a9b4a;
}
.season-summer .news-pagination a:hover {
background: #4a9b4a;
color: #fff;
}
.season-summer .news-pagination .current {
background: #4a9b4a;
color: #fff;
} .news-empty {
text-align: center;
padding: 60px 20px;
}
.news-empty__text {
font-size: 1.1rem;
color: #6b7280;
} @media (max-width: 992px) {
.news-grid {
grid-template-columns: repeat(2, 1fr);
}
.news-single__title {
font-size: 2rem;
}
}
@media (max-width: 768px) {
.dombay-news-page {
padding: 30px 15px 60px;
}
.news-single__title {
font-size: 1.75rem;
}
.news-single__content {
font-size: 1rem;
}
.news-gallery-grid {
grid-template-columns: repeat(2, 1fr);
}
.news-single__nav {
flex-direction: column;
}
.news-nav-link--next {
text-align: left;
}
}
@media (max-width: 576px) {
.news-grid {
grid-template-columns: 1fr;
}
.news-archive__title {
font-size: 1.75rem;
}
.news-single__title {
font-size: 1.5rem;
}
.news-card__content {
padding: 20px;
}
}