/* ===== ABOUT PAGE STYLES ===== */


/* Base Styles for LTR (English & Russian) */
.about-us-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.8;
    direction: ltr;
    text-align: left;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 3rem;
    color: #222;
    position: relative;
}

    .section-title::after {
        content: '';
        position: absolute;
        bottom: -10px;
        right: 50%;
        transform: translateX(50%);
        width: 100%;
        height: 3px;
        background: linear-gradient(to left, #f0b400, #ffd700);
    }

/* Hero Section */
.about-hero-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: white;
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, #f0b400, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align:center !important;
    direction:unset !important;
}

.hero-subtitle {
    font-size: 1.5rem;
    opacity: 0.9;
    margin-bottom: 2rem;
    text-align: center;
    text-align: center !important;
    direction: unset !important;
}
}

.company-info {
    margin: 2.5rem 0;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.company-name {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #ffd700;
}

.company-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
}

.stat-label {
    display: block;
    font-size: 0.9rem;
    opacity: 0.8;
    margin-bottom: 0.5rem;
}

.stat-value {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffd700;
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-top: 2rem;
    text-align: justify;
    opacity: 0.95;
}

/* Video Section */
.video-section {
    padding: 5rem 0;
    background: #f8f9fa;
}

.video-wrapper {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.video-embed, .video-player {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
}

    .video-embed iframe,
    .video-player video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

/* Statistics Section */
.stats-section {
    padding: 5rem 0;
    background: white;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.stat-card {
    background: white;
    padding: 2.5rem 2rem;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .stat-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    }

.stat-number {
    font-size: 3.5rem;
    font-weight: bold;
    background: linear-gradient(to right, #f0b400, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.5rem;
}

.stat-title {
    font-size: 1.2rem;
    color: #555;
}

/* Mission & Vision Section */
.mission-vision-section {
    padding: 5rem 0;
    background: #f8f9fa;
}

.mission-vision-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.mission-card, .vision-card {
    background: white;
    padding: 3rem;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f0b400, #ffd700);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.card-title {
    font-size: 1.2rem;
    color: #222;
    margin: 0;
    height:80px;
}

.card-content {
    color: #555;
    line-height: 1.8;
    text-align: justify;
}

/* Values Section */
.values-section {
    padding: 5rem 0;
    background: white;
    text-align: center !important;
    direction: unset !important;
}

.values-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center !important;
    direction: unset !important;
}

.values-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .values-list li {
        padding: 1rem 0;
        border-bottom: 1px solid #eee;
        display: flex;
        align-items: center;
        gap: 1rem;
    }

        .values-list li:last-child {
            border-bottom: none;
        }

.value-icon {
    color: #ffd700;
    font-size: 1.2rem;
    font-weight: bold;
}

.value-text {
    font-size: 1.1rem;
    color: #333;
}

.values-text {
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: center;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
}

.video-fallback {
    padding: 2rem;
    text-align: center;
    background: #f8f9fa;
    border-radius: 8px;
}

    .video-fallback a {
        color: #f0b400;
        text-decoration: none;
    }

        .video-fallback a:hover {
            text-decoration: underline;
        }

/* Responsive Design for LTR */
@@media (max-width: 992px) {
    .hero-title {
        font-size: 2.8rem;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mission-vision-grid {
        grid-template-columns: 1fr;
    }
}

@@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .company-stats {
        gap: 1.5rem;
    }

    .stat-number {
        font-size: 2.8rem;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .mission-card, .vision-card {
        padding: 2rem;
    }
}

@@media (max-width: 480px) {
    .about-hero-section {
        padding: 4rem 0;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .company-stats {
        flex-direction: column;
        gap: 1rem;
    }
}



/* ===== CONTACT PAGE STYLES ===== */


/* LTR Contact Page Styles */
.contact-page {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #FFFFFF;
    color: #1A1A1A;
    line-height: 1.7;
}

/* LTR Header */
.contact-header {
    background: #1A1A1A;
    color: #FFFFFF;
    padding: 4rem 1rem 3rem;
    text-align: center;
    border-bottom: 5px solid #FFD700;
    margin-top: 0;
}

    .contact-header h1 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        font-weight: 700;
        text-align:center !important;
        direction:unset !important;
    }

    .contact-header p {
        max-width: 700px;
        margin: 0 auto;
        font-size: 1.1rem;
        opacity: 0.9;
        line-height: 1.8;
        text-align: center !important;
        direction: unset !important;
    }

/* LTR Contact Container */
.contact-container {
    max-width: 1200px;
    margin: 3rem auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

@media (max-width: 1024px) {
    .contact-container {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin: 2rem auto;
    }
}

/* LTR Contact Info */
.contact-info {
    background: #1A1A1A;
    color: #FFFFFF;
    padding: 2.5rem;
    border-radius: 8px;
    border: 3px solid #FFD700;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

    .contact-info h2 {
        color: #FFD700;
        font-size: 1.6rem;
        margin-bottom: 2rem;
        padding-bottom: 1rem;
        border-bottom: 3px solid #FFD700;
        font-weight: 700;
    }

/* LTR Contact Items */
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-left: 4px solid #FFD700; /* Changed from right to left */
    transition: all 0.3s ease;
    border-radius: 8px 0 0 8px; /* Changed border radius for LTR */
}

    .contact-item:hover {
        background: rgba(255, 255, 255, 0.1);
        transform: translateX(5px); /* Changed direction for LTR */
    }

.contact-icon {
    width: 55px;
    height: 55px;
    background: #FFD700;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1A1A1A;
    font-size: 1.5rem;
    flex-shrink: 0;
    border: 2px solid transparent;
}

.contact-details h3 {
    color: #FFD700;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.contact-details p {
    opacity: 0.9;
    margin-bottom: 0.3rem;
    font-size: 1rem;
}

/* LTR Working Hours */
.working-hours {
    margin-top: 2rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 215, 0, 0.2);
    border-radius: 8px;
}

    .working-hours h4 {
        color: #FFD700;
        margin-bottom: 1rem;
        font-size: 1.2rem;
        font-weight: 600;
    }

.hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.8rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* LTR Contact Form */
.contact-form-card {
    background: #FFFFFF;
    padding: 2.5rem;
    border-radius: 8px;
    border: 3px solid #E0E0E0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

    .contact-form-card h2 {
        color: #1A1A1A;
        font-size: 1.6rem;
        margin-bottom: 0.5rem;
        padding-bottom: 1rem;
        border-bottom: 3px solid #FFD700;
        font-weight: 700;
    }

.form-subtitle {
    color: #666;
    margin-bottom: 2rem;
    font-size: 1rem;
}

/* LTR Form Elements */
.form-group {
    margin-bottom: 1.5rem;
}

    .form-group label {
        display: block;
        margin-bottom: 0.5rem;
        color: #1A1A1A;
        font-weight: 600;
        font-size: 1rem;
    }

    .form-group input,
    .form-group textarea,
    .form-group select {
        width: 100%;
        padding: 1rem;
        border: 2px solid #E0E0E0;
        border-radius: 6px;
        font-family: inherit;
        font-size: 1rem;
        transition: all 0.3s ease;
        background: #FFFFFF;
    }

        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            outline: none;
            border-color: #FFD700;
            box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.15);
        }

    .form-group textarea {
        min-height: 150px;
        resize: vertical;
    }

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .contact-header {
        padding: 3rem 1rem 2rem;
    }

        .contact-header h1 {
            font-size: 2rem;
        }

    .contact-info,
    .contact-form-card {
        padding: 1.5rem;
    }

    .contact-item {
        padding: 1.2rem;
    }
}

/* LTR Submit Button */
.submit-btn {
    background: #1A1A1A;
    color: #FFFFFF;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    width: 100%;
    font-weight: 600;
    margin-top: 1rem;
    border: 2px solid transparent;
}

    .submit-btn:hover {
        background: #FFD700;
        color: #1A1A1A;
        transform: translateY(-2px);
        border-color: #1A1A1A;
    }

    .submit-btn:disabled {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }

/* LTR Map Section */
.map-section {
    max-width: 1200px;
    margin: 4rem auto;
    padding: 0 1.5rem;
}

    .map-section h2 {
        text-align: center;
        font-size: 2rem;
        margin-bottom: 2rem;
        color: #1A1A1A;
        font-weight: 700;
    }

.map-container {
    height: 400px;
    background: #F8F9FA;
    border-radius: 8px;
    border: 3px solid #E0E0E0;
    overflow: hidden;
}

.map-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
}

    .map-placeholder .icon {
        font-size: 3rem;
        margin-bottom: 1rem;
        color: #FFD700;
    }

/* LTR Messages */
.message {
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    border: 2px solid transparent;
    display: none;
}

    .message.show {
        display: block;
        animation: slideIn 0.3s ease;
    }

    .message.success {
        background: rgba(40, 167, 69, 0.1);
        border-color: #28A745;
        color: #155724;
    }

    .message.error {
        background: rgba(220, 53, 69, 0.1);
        border-color: #DC3545;
        color: #721c24;
    }

/* LTR Loading Spinner */
.spinner {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: currentColor;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* LTR Social Media */
.social-media {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 2px solid rgba(255, 215, 0, 0.2);
}

    .social-media h4 {
        color: #FFD700;
        margin-bottom: 1rem;
        font-size: 1.2rem;
        font-weight: 600;
    }

.social-links {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #FFD700;
    color: #FFD700;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

    .social-link:hover {
        background: #FFD700;
        color: #1A1A1A;
        transform: translateY(-2px);
    }

/* LTR Language Links */
.language-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0;
}

.language-link {
    padding: 0.5rem 1rem;
    background: #F8F9FA;
    border: 2px solid #E0E0E0;
    border-radius: 6px;
    color: #1A1A1A;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .language-link:hover {
        background: #FFD700;
        border-color: #FFD700;
        color: #1A1A1A;
    }

    .language-link.active {
        background: #1A1A1A;
        border-color: #1A1A1A;
        color: #FFFFFF;
    }

/* ===== GALLERY PAGE STYLES ===== */
.gallery-hero {
  height: 60vh;
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
              url('https://images.unsplash.com/photo-1547996160-81dfd9c4b1cd?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  text-align: center;
}

.gallery-hero-content {
  max-width: 600px;
  padding: 0 2rem;
}

.gallery-hero-title {
  font-size: 3.5rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.gallery-hero-subtitle {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  opacity: 0.9;
}

.gallery-filters {
  padding: 3rem 2rem;
  background-color: var(--color-white);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.filters-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.filter-btn {
  background: transparent;
  border: 1px solid var(--color-black);
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 25px;
}

.filter-btn.active,
.filter-btn:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

.gallery-section {
  padding: 3rem 2rem;
  background-color: var(--color-white);
}

.gallery-container {
  max-width: 1400px;
  margin: 0 auto;
}

.masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 250px;
  grid-gap: 1.5rem;
  grid-auto-flow: dense;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.8));
  padding: 2rem;
  color: var(--color-white);
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  transform: translateY(0);
}

.gallery-title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}

.gallery-category {
  font-size: 0.875rem;
  opacity: 0.8;
  letter-spacing: 0.1em;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

.video-section {
  padding: 6rem 3rem;
  background-color: var(--color-gray-light);
}

.video-container {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.video-title {
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 3rem;
  color: var(--color-accent);
  letter-spacing: 0.05em;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.video-card {
  background: var(--color-white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.video-card:hover {
  transform: translateY(-10px);
}

.video-thumbnail {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.video-play-btn:hover {
  background: var(--color-white);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-info {
  padding: 1.5rem;
}

.video-info h3 {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}

.video-info p {
  color: var(--color-gray);
  line-height: 1.6;
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.lightbox.active {
  display: flex;
}

.lightbox-content {
  max-width: 90%;
  max-height: 90%;
  position: relative;
}

.lightbox-content img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: var(--color-white);
  font-size: 2rem;
  cursor: pointer;
  z-index: 1001;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  transform: translateY(-50%);
}

.lightbox-btn {
  background: rgba(255,255,255,0.2);
  border: none;
  color: var(--color-white);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.lightbox-btn:hover {
  background: rgba(255,255,255,0.3);
}

/* ===== WEBLOG PAGE STYLES ===== */
.weblog-hero {
  height: 60vh;
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
              url('https://images.unsplash.com/photo-1515562141207-7a88fb7ce338?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  text-align: center;
}

.weblog-hero-content {
  max-width: 600px;
  padding: 0 2rem;
}

.weblog-hero-title {
  font-size: 3.5rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.weblog-hero-subtitle {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  opacity: 0.9;
}

.weblog-section {
  padding: 6rem 3rem;
  background-color: var(--color-white);
}

.weblog-container {
  max-width: 1400px;
  margin: 0 auto;
}

.weblog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-bottom: 4rem;
}

.blog-post {
  background: var(--color-white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.blog-post:hover {
  transform: translateY(-10px);
}

.blog-post.featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.blog-post-image {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.blog-post.featured .blog-post-image {
  height: 100%;
}

.blog-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-post:hover .blog-post-image img {
  transform: scale(1.05);
}

.blog-post-category {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--color-accent);
  color: var(--color-white);
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.blog-post-content {
  padding: 2rem;
}

.blog-post.featured .blog-post-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-post-meta {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: var(--color-gray);
}

.blog-post-title {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.blog-post.featured .blog-post-title {
  font-size: 2rem;
}

.blog-post-excerpt {
  color: var(--color-gray);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.blog-post-link {
  color: var(--color-black);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.3s ease;
}

.blog-post-link:hover {
  color: var(--color-accent);
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.pagination-btn {
  display: flex;
  align-items: center;
  justify-content: center;
 
  height: 40px;
  border: 1px solid rgba(0,0,0,0.1);
  background: var(--color-white);
  color: var(--color-black);
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.pagination-btn.active,
.pagination-btn:hover {
  background: var(--color-black);
  color: var(--color-white);
  border-color: var(--color-black);
}

.pagination-btn.next {
  width: auto;
  padding: 0 1rem;
}

.newsletter-section {
  padding: 6rem 3rem;
  background-color: var(--color-gray-light);
}

.newsletter-container {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.newsletter-title {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
  color: var(--color-accent);
  letter-spacing: 0.05em;
}

.newsletter-subtitle {
  color: var(--color-gray);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.newsletter-form {
  display: flex;
  gap: 1rem;
  max-width: 400px;
  margin: 0 auto;
}

.newsletter-input {
  flex: 1;
  padding: 1rem;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 4px;
  font-size: 1rem;
}

.newsletter-btn {
  background-color: var(--color-black);
  color: var(--color-white);
  border: none;
  padding: 1rem 2rem;
  font-size: 1rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 4px;
}

.newsletter-btn:hover {
  background-color: var(--color-accent);
}

/* ===== WEBLOG DETAIL PAGE STYLES ===== */
.weblog-detail-hero {
  height: 50vh;
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
              url('https://images.unsplash.com/photo-1515562141207-7a88fb7ce338?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  text-align: center;
}

.weblog-detail-hero-content {
  max-width: 800px;
  padding: 0 2rem;
}

.breadcrumb {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.breadcrumb a {
  color: var(--color-white);
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.breadcrumb a:hover {
  opacity: 1;
}

.breadcrumb span {
  opacity: 0.6;
}

.weblog-detail-hero-title {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.weblog-detail-meta {
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  opacity: 0.8;
}

.weblog-detail-section {
  padding: 6rem 3rem;
  background-color: var(--color-white);
}

.weblog-detail-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 4rem;
}

.weblog-detail-image {
  margin-bottom: 3rem;
  border-radius: 8px;
  overflow: hidden;
}

.weblog-detail-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.weblog-detail-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--color-gray);
}

.weblog-detail-text h2 {
  font-size: 2rem;
  font-weight: 300;
  margin: 3rem 0 1.5rem;
  color: var(--color-black);
  letter-spacing: 0.05em;
}

.weblog-detail-text p {
  margin-bottom: 1.5rem;
}

.weblog-detail-text blockquote {
  border-left: 4px solid var(--color-accent);
  padding-left: 2rem;
  margin: 2rem 0;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--color-black);
}

.weblog-detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 2rem 0;
}

.gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.gallery-caption {
  font-size: 0.875rem;
  text-align: center;
  color: var(--color-gray);
  font-style: italic;
}

.weblog-detail-text ul {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}

.weblog-detail-text li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.weblog-detail-quote {
  background: var(--color-gray-light);
  padding: 3rem;
  border-radius: 8px;
  margin: 3rem 0;
  text-align: center;
}

.quote-content p {
  font-size: 1.3rem;
  font-style: italic;
  margin-bottom: 1rem;
  color: var(--color-black);
}

.quote-author {
  font-weight: 500;
  letter-spacing: 0.05em;
}

.weblog-detail-tags {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 3rem 0;
  padding: 2rem 0;
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.tags-label {
  font-weight: 500;
  letter-spacing: 0.05em;
}

.tag {
  background: var(--color-gray-light);
  padding: 0.5rem 1rem;
  border-radius: 25px;
  font-size: 0.875rem;
  text-decoration: none;
  color: var(--color-gray);
  transition: all 0.3s ease;
}

.tag:hover {
  background: var(--color-accent);
  color: var(--color-white);
}

.weblog-detail-share {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.share-label {
  font-weight: 500;
  letter-spacing: 0.05em;
}

.share-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--color-gray-light);
  border-radius: 50%;
  color: var(--color-gray);
  text-decoration: none;
  transition: all 0.3s ease;
}

.share-link:hover {
  background: var(--color-accent);
  color: var(--color-white);
}

.weblog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.sidebar-widget {
  background: var(--color-gray-light);
  padding: 2rem;
  border-radius: 8px;
}

.widget-title {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
  color: var(--color-accent);
}

.author-bio {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-name {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}

.author-description {
  color: var(--color-gray);
  line-height: 1.6;
  font-size: 0.875rem;
}

.recent-posts {
  list-style: none;
}

.recent-post-link {
  display: block;
  padding: 1rem 0;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.recent-post-link:hover {
  background: rgba(255,255,255,0.5);
  padding-left: 0.5rem;
}

.recent-post-link:last-child {
  border-bottom: none;
}

.recent-post-title {
  display: block;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: var(--color-black);
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}

.recent-post-date {
  font-size: 0.75rem;
  color: var(--color-gray);
}

.categories-list {
  list-style: none;
}

.categories-list li {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.categories-list li:last-child {
  border-bottom: none;
}

.categories-list a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: var(--color-gray);
  transition: color 0.3s ease;
}

.categories-list a:hover {
  color: var(--color-accent);
}

.category-count {
  background: var(--color-accent);
  color: var(--color-white);
  padding: 0.25rem 0.5rem;
  border-radius: 12px;
  font-size: 0.75rem;
}

.related-posts-section {
  padding: 6rem 3rem;
  background-color: var(--color-gray-light);
}

.related-posts-container {
  max-width: 1400px;
  margin: 0 auto;
}

.related-posts-title {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 3rem;
  text-align: center;
  color: var(--color-accent);
  letter-spacing: 0.05em;
}

.related-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.related-post {
  background: var(--color-white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.related-post:hover {
  transform: translateY(-10px);
}

.related-post-image {
  height: 200px;
  overflow: hidden;
}

.related-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.related-post:hover .related-post-image img {
  transform: scale(1.05);
}

.related-post-content {
  padding: 1.5rem;
}

.related-post-title {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.related-post-link {
  color: var(--color-black);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.3s ease;
}

.related-post-link:hover {
  color: var(--color-accent);
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1024px) {
  .heritage-content,
  .contact-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .milestones-grid,
  .boutiques-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .innovation-grid,
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .masonry-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  
  .weblog-grid {
    grid-template-columns: 1fr;
  }
  
  .blog-post.featured {
    grid-template-columns: 1fr;
  }
  
  .weblog-detail-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .related-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .about-hero-title,
  .contact-hero-title,
  .gallery-hero-title,
  .weblog-hero-title,
  .weblog-detail-hero-title {
    font-size: 2.5rem;
  }
  
  .milestones-grid,
  .boutiques-grid,
  .innovation-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }
  
  .masonry-grid {
    grid-template-columns: 1fr;
  }
  
  .gallery-item.wide {
    grid-column: span 1;
  }
  
  .filters-container {
    flex-direction: column;
    align-items: center;
  }
  
  .contact-form-container {
    padding: 2rem;
  }
  
  .weblog-section,
  .weblog-detail-section,
  .related-posts-section {
    padding: 4rem 2rem;
  }
  
  .weblog-detail-meta {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .weblog-detail-gallery {
    grid-template-columns: 1fr;
  }
  
  .weblog-detail-tags,
  .weblog-detail-share {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  
  .newsletter-form {
    flex-direction: column;
  }
  
  .related-posts-grid {
    grid-template-columns: 1fr;
  }
  
  .author-bio {
    flex-direction: column;
    text-align: center;
  }
}