/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    color: #000;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Typography */
.section-title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 40px;
    color: inherit;
}

/* Hero Section */
.hero {
    background-color: #D5D0CD;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

/* Header */
.header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 34px 60px 0 100px;
    position: relative;
    z-index: 10;
}

/* Navigation */
.nav {
    flex-shrink: 0;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 128px;
}

.nav-list a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    transition: opacity 0.3s;
}

.nav-list a:hover {
    opacity: 0.7;
}

/* Logo */
.logo {
    flex-shrink: 0;
    position: relative;
    right: 7%;
    top: 40px;
}

.logo img {
    height: 120px;
    width: auto;
}

/* Hero Content */
.hero-content {
    position: relative;
    z-index: 5;
    padding: 140px 0 0 100px;
}

.hero-text {
    max-width: 488px;
}

.hero-title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 14px;
    color: #000;
    letter-spacing: 0;
}

.hero-subtitle {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #000;
}

/* Hero Illustration */
.hero-illustration {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    max-width: 1910px;
    z-index: 1;
}

.hero-illustration img {
    width: 100%;
    height: auto;
    display: block;
}

/* Benefits Section (Block 13) */
.benefits {
    position: relative;
    width: 100%;
    height: 510px;
    background: #D5D0CD;
}

.benefits-title {
    position: absolute;
    left: 120px;
    top: 76px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 43px;
    color: #000000;
    margin: 0;
}

.benefits-icons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 1057px;
    left: 210px;
    top: 193px;
    gap: 400px;
}

.benefit-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefit-icon img {
    width: auto;
    height: 72px;
}

.benefits-texts {
    position: absolute;
    left: 120px;
    top: 306px;
    display: flex;
    gap: 260px;
}

.benefit-text {
    width: 200px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 0;
}

.benefit-text:first-child {
    width: 235px;
}

.benefit-text:nth-child(3) {
    width: 250px;
}

.benefit-text:last-child {
    width: 191px;
}

/* Projects Section (Block 14) */
.projects {
    position: relative;
    width: 100%;
    height: 2010px;
    background: #84878C;
}

.projects-header {
    position: absolute;
    width: 100%;
    height: 150px;
    left: 0;
    top: 0;
    background: #DBD5D2;
}

.projects-title {
    position: absolute;
    width: 546px;
    left: 119px;
    top: 18px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 43px;
    color: #000000;
    margin: 0;
}

/* Project Row */
.project-row {
    position: absolute;
    width: 100%;
    height: 620px;
}

.project-row-1 {
    top: 150px;
}

.project-row-2 {
    top: 770px;
}

.project-row-3 {
    top: 1390px;
}

/* Project Images */
.project-image {
    position: absolute;
    width: 700px;
    height: 620px;
    left: 0;
    top: 0;
    overflow: hidden;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-row-1 .project-image img {
    object-position: left center;
}

/* Project Category Text */
.project-category {
    position: relative;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 235px;
    line-height: 200px;
    color: #DBD5D2;
    margin: 0;
}

.project-category-1 {
    width: 918px;
}

.project-category-2 {
    text-align: right;
}

.project-category-3 {
    text-align: right;
}

/* Project Category Links - Hover Effects */
.project-category-link {
    text-decoration: none;
    color: inherit;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

/* Position adjustments for each row */
.project-row-1 .project-category-link {
    left: 770px;
    top: -34px;
    right: auto;
}

.project-row-2 .project-category-link {
    left: 500px;
    right: auto;
    top: -13px;
}

.project-row-3 .project-category-link {
    left: auto;
    right: 120px;
    top: 0;
}

.project-category-link .project-category {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    left: auto;
    top: auto;
}

/* Hover state - gentle color shift */
.project-category-link:hover .project-category {
    color: #FFFFFF;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}

/* Image zoom effect on hover */
.project-row:hover .project-image img {
    transform: scale(1.03);
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.project-image img {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Reviews Section (Block 10) */
.reviews {
    position: relative;
    width: 100%;
    height: 1095px;
    background: #E6E6E6;
    overflow: hidden;
}

.reviews-title {
    position: absolute;
    right: 120px;
    top: 150px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 43px;
    color: #000000;
    margin: 0;
}

.reviews-slider-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 234px;
    height: 750px;
    display: flex;
    align-items: flex-start;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    font-size: 32px;
    color: #31373F;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.slider-btn:hover {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.slider-btn-prev {
    left: 30px;
}

.slider-btn-next {
    right: 30px;
}

.reviews-slider {
    width: 100%;
    overflow: hidden;
    padding: 0 120px;
}

.reviews-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
}

.review-card {
    flex-shrink: 0;
    width: 325px;
    background: #FFFFFF;
    padding: 25px;
    box-sizing: border-box;
}

.review-card-tall {
    height: 553px;
}

.review-card-short {
    height: 335px;
}

.review-card-extra-tall {
    height: 645px;
}

.review-card-mini {
    height: 291px;
}

.review-quote-box {
    width: 65px;
    height: 65px;
    background: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.review-quote {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 96px;
    line-height: 36px;
    color: #31373F;
    margin-top: 30px;
}

.review-text {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin: 0;
}

.review-text strong {
    font-weight: 500;
    display: block;
    margin-top: 15px;
}

/* About Section (Block 9) */
.about {
    position: relative;
    width: 100%;
    height: 890px;
    background-color: #84878C !important;
}

.about-title {
    position: absolute;
    left: 119px;
    top: 90px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 43px;
    color: #000000;
    margin: 0;
}

.about-text {
    position: absolute;
    width: 900px;
    left: 120px;
    top: 160px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    color: #131212;
    margin: 0;
    /* text-align: justify; */
}

.about-photo {
    position: absolute;
    width: 440px;
    height: 590px;
    right: 170px;
    top: 210px;
    overflow: hidden;
}

.about-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-contact {
    position: absolute;
    width: 611px;
    height: 120px;
    left: 119px;
    top: 670px;
    background: #B5B1AF;
    display: flex;
    align-items: center;
}

.about-contact-text {
    position: absolute;
    left: 33px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #000000;
    margin: 0;
}

.about-contact-text a {
    color: #000000;
    text-decoration: none;
}

.about-contact-text a:hover {
    text-decoration: underline;
}

/* Pricing Section (Block 11) */
.pricing {
    position: relative;
    width: 100%;
    height: 1150px;
    background: #526275;
    overflow: hidden;
}

.pricing-illustration {
    position: absolute;
    left: 0;
    top: 120px;
    width: 460px;
}

.pricing-illustration img {
    width: 100%;
    height: auto;
}

.pricing-title {
    position: absolute;
    left: 120px;
    top: 70px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 43px;
    color: #FFFFFF;
    margin: 0;
}

.pricing-item {
    position: absolute;
    width: 320px;
    color: #FFFFFF;
}

.pricing-item-title {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    margin: 0 0 10px 0;
}

.pricing-list {
    list-style: disc;
    padding-left: 18px;
    margin: 0 0 15px 0;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
}

.pricing-list li {
    margin-bottom: 2px;
    font-weight: 300;
}

.pricing-item-price {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    margin: 0 0 5px 0;
}

.pricing-small {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    opacity: 0.8;
    margin: 0;
}

/* Row 1: справа от иллюстрации */
.pricing-item-1 {
    left: 610px;
    top: 120px;
}

.pricing-item-2 {
    left: 1280px;
    top: 120px;
}

/* Row 2: под иллюстрацией */
.pricing-item-3 {
    left: 120px;
    top: 420px;
}

.pricing-item-4 {
    left: 610px;
    top: 420px;
    width: 340px;
}

.pricing-item-5 {
    left: 1280px;
    top: 420px;
}

.pricing-additional {
    position: absolute;
    left: 120px;
    top: 720px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0;
}

.pricing-partners {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 820px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.pricing-partner-icon {
    width: 150px;
    height: 150px;
    background: rgba(132, 135, 140, 0.5);
    flex-shrink: 0;
}

.pricing-partner-text {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #FFFFFF;
    margin: 0;
    width: 230px;
}

.pricing-partner-left {
    text-align: right;
}

/* Contacts Section (Block 12) */
.contacts {
    position: relative;
    width: 100%;
    height: 510px;
    background: #B5B1AF;
}

.contacts-box {
    position: absolute;
    width: 387px;
    height: 387px;
    right: 120px;
    top: 61px;
    background: #DBD5D2;
}

.contacts-title {
    position: absolute;
    right: 310px;
    top: 116px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 43px;
    color: #000000;
    margin: 0;
}

.contacts-info {
    position: absolute;
    right: 297px;
    top: 213px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    margin: 0;
    text-align: left;
}

.contacts-info a {
    color: #000000;
    text-decoration: none;
    transition: opacity 0.3s;
}

.contacts-info a:hover {
    opacity: 0.7;
}

.contacts-social {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
}

.contacts-social svg {
    width: 20px;
    height: 20px;
    fill: #000000;
}

/* Footer */
.footer {
    background: #31373F;
    padding: 30px 0;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copy {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.footer-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-link:hover {
    color: rgba(255, 255, 255, 0.9);
}

.footer-link svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* ============================================
   PROJECT CATEGORY PAGES STYLES
   ============================================ */

/* Page Header */
.page-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 34px 60px 34px 100px;
    background: #D5D0CD;
    position: relative;
    z-index: 10;
}

.page-header .logo {
    position: relative;
    right: auto;
    top: auto;
}

.page-header .logo img {
    height: 80px;
    width: auto;
    transition: opacity 0.3s;
}

.page-header .logo:hover img {
    opacity: 0.8;
}

/* Category Hero Section */
.category-hero {
    background: #84878C;
    padding: 80px 120px 100px;
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: flex-end;
}

.category-hero-private-houses {
    background: linear-gradient(135deg, #84878C 0%, #6B7280 100%);
}

.category-hero-residential-interiors {
    background: linear-gradient(135deg, #84878C 0%, #526275 100%);
}

.category-hero-commercial {
    background: linear-gradient(135deg, #526275 0%, #31373F 100%);
}

.category-hero-content {
    max-width: 800px;
}

/* Back Link */
.back-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #DBD5D2;
    text-decoration: none;
    margin-bottom: 40px;
    transition: all 0.3s ease;
}

.back-link:hover {
    color: #FFFFFF;
}

.back-link .back-arrow {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.back-link:hover .back-arrow {
    transform: translateX(-5px);
}

/* Category Hero Title */
.category-hero-title {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 72px;
    line-height: 1.1;
    color: #DBD5D2;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.category-hero-description {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.7;
    color: #FFFFFF;
    margin: 0;
    max-width: 600px;
}

/* Projects Grid Section */
.projects-grid-section {
    background: #E6E6E6;
    padding: 80px 120px;
    min-height: 600px;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Project Card */
.project-card {
    background: #FFFFFF;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.project-card-image {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.project-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.project-card:hover .project-card-image img {
    transform: scale(1.08);
}

.project-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(49, 55, 63, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.project-card:hover .project-card-overlay {
    background: rgba(49, 55, 63, 0.4);
}

.project-card-view {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
    padding: 12px 24px;
    border: 1px solid #FFFFFF;
}

.project-card:hover .project-card-view {
    opacity: 1;
    transform: translateY(0);
}

.project-card-content {
    padding: 30px;
}

.project-card-title {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    color: #000000;
    margin: 0 0 12px 0;
}

.project-card-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.project-card-area,
.project-card-year {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #84878C;
}

.project-card-divider {
    color: #D5D0CD;
}

.project-card-description {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6;
    color: #31373F;
    margin: 0;
}

/* Projects Empty State */
.projects-empty {
    text-align: center;
    padding: 100px 40px;
}

.projects-empty p {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #84878C;
}

/* Projects CTA Section */
.projects-cta {
    background: #B5B1AF;
    padding: 100px 120px;
}

.projects-cta-content {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}

.projects-cta-title {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.3;
    color: #000000;
    margin: 0 0 20px 0;
}

.projects-cta-text {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    color: #31373F;
    margin: 0 0 40px 0;
}

.projects-cta-phone {
    display: block;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #000000;
    text-decoration: none;
    margin-bottom: 25px;
    transition: opacity 0.3s;
}

.projects-cta-phone:hover {
    opacity: 0.7;
}

.projects-cta-telegram {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #31373F;
    text-decoration: none;
    padding: 14px 28px;
    border: 1px solid #31373F;
    transition: all 0.3s ease;
}

.projects-cta-telegram:hover {
    background: #31373F;
    color: #FFFFFF;
}

.projects-cta-telegram svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* Responsive Styles for Project Pages */
@media (max-width: 1200px) {
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .category-hero-title {
        font-size: 56px;
    }
}

@media (max-width: 900px) {
    .page-header {
        padding: 20px 30px;
    }

    .page-header .logo img {
        height: 60px;
    }

    .category-hero {
        padding: 60px 40px 80px;
        min-height: 300px;
    }

    .category-hero-title {
        font-size: 42px;
    }

    .category-hero-description {
        font-size: 16px;
    }

    .projects-grid-section {
        padding: 60px 40px;
    }

    .projects-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .projects-cta {
        padding: 60px 40px;
    }

    .projects-cta-title {
        font-size: 26px;
    }

    .projects-cta-phone {
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    .page-header {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 20px;
    }

    .page-header .nav-list {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .category-hero {
        padding: 40px 20px 60px;
    }

    .category-hero-title {
        font-size: 32px;
    }

    .back-link {
        margin-bottom: 25px;
    }

    .projects-grid-section {
        padding: 40px 20px;
    }

    .project-card-image {
        height: 220px;
    }

    .project-card-content {
        padding: 20px;
    }

    .projects-cta {
        padding: 50px 20px;
    }
}

/* ============================================
   CONTACT WIDGET & SCROLL TO TOP
   ============================================ */

/* Contact Widget */
.contact-widget {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1000;
}

.contact-widget-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #526275;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    box-shadow: 0 4px 20px rgba(82, 98, 117, 0.4);
    transition: all 0.3s ease;
    position: relative;
}

.contact-widget-btn:hover {
    background: #31373F;
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(49, 55, 63, 0.5);
}

.contact-widget-btn svg {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
}

.contact-widget-btn .contact-icon-close {
    position: absolute;
    opacity: 0;
    transform: rotate(-90deg);
}

.contact-widget.active .contact-widget-btn .contact-icon-default {
    opacity: 0;
    transform: rotate(90deg);
}

.contact-widget.active .contact-widget-btn .contact-icon-close {
    opacity: 1;
    transform: rotate(0);
}

.contact-widget-menu {
    position: absolute;
    bottom: 70px;
    left: 0;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    padding: 8px 0;
    min-width: 180px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.contact-widget.active .contact-widget-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.contact-widget-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    color: #31373F;
    text-decoration: none;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 15px;
    transition: all 0.2s ease;
}

.contact-widget-item:hover {
    background: #F5F5F5;
    color: #526275;
}

.contact-widget-item svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #D5D0CD;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #31373F;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top:hover {
    background: #B5B1AF;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.scroll-to-top svg {
    width: 28px;
    height: 28px;
}

/* Mobile adjustments */
@media (max-width: 600px) {
    .contact-widget {
        bottom: 20px;
        left: 20px;
    }

    .contact-widget-btn {
        width: 50px;
        height: 50px;
    }

    .contact-widget-btn svg {
        width: 22px;
        height: 22px;
    }

    .contact-widget-menu {
        min-width: 160px;
    }

    .contact-widget-item {
        padding: 12px 16px;
        font-size: 14px;
    }

    .scroll-to-top {
        bottom: 20px;
        right: 20px;
        width: 44px;
        height: 44px;
    }

    .scroll-to-top svg {
        width: 24px;
        height: 24px;
    }
}

/* ============================================
   RESPONSIVE STYLES FOR MAIN PAGE SECTIONS
   ============================================ */

/* Benefits Section - Responsive */
@media (max-width: 1400px) {
    .benefits-icons {
        width: auto;
        left: 120px;
        right: 120px;
        gap: 100px;
    }

    .benefits-texts {
        gap: 80px;
    }
}

@media (max-width: 1100px) {
    .benefits {
        height: auto;
        padding: 60px 40px 80px;
    }

    .benefits-title {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 50px;
    }

    .benefits-icons {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        flex-wrap: wrap;
        gap: 40px;
        justify-content: center;
        margin-bottom: 40px;
    }

    .benefits-texts {
        position: relative;
        left: auto;
        top: auto;
        flex-wrap: wrap;
        gap: 40px;
        justify-content: center;
    }

    .benefit-text,
    .benefit-text:first-child,
    .benefit-text:nth-child(3),
    .benefit-text:last-child {
        width: 250px;
        text-align: center;
    }
}

@media (max-width: 700px) {
    .benefits {
        padding: 40px 20px 60px;
    }

    .benefits-title {
        font-size: 26px;
        line-height: 1.3;
    }

    .benefits-icons {
        flex-direction: column;
        gap: 30px;
    }

    .benefits-texts {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .benefit-text,
    .benefit-text:first-child,
    .benefit-text:nth-child(3),
    .benefit-text:last-child {
        width: 100%;
        max-width: 300px;
    }
}

/* Projects Section - Responsive */
@media (max-width: 1400px) {
    .project-category {
        font-size: 180px;
        line-height: 160px;
    }

    .project-row-1 .project-category-link {
        left: 650px;
    }

    .project-row-2 .project-category-link {
        left: 400px;
    }

    .project-row-3 .project-category-link {
        right: 60px;
    }
}

@media (max-width: 1200px) {
    .project-category {
        font-size: 140px;
        line-height: 130px;
    }

    .project-image {
        width: 500px;
    }

    .project-row-1 .project-category-link {
        left: 520px;
    }

    .project-row-2 .project-category-link {
        left: 300px;
    }
}

@media (max-width: 1000px) {
    .projects {
        height: auto;
    }

    .projects-header {
        position: relative;
        height: auto;
        padding: 40px;
    }

    .projects-title {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
    }

    .project-row {
        position: relative;
        height: auto;
        top: auto !important;
        display: flex;
        flex-direction: column;
    }

    .project-image {
        position: relative;
        width: 100%;
        height: 400px;
    }

    .project-category-link {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        display: block;
        padding: 30px 40px;
    }

    .project-category {
        font-size: 80px;
        line-height: 1;
        text-align: center !important;
    }
}

@media (max-width: 700px) {
    .projects-header {
        padding: 30px 20px;
    }

    .projects-title {
        font-size: 26px;
        line-height: 1.3;
    }

    .project-image {
        height: 280px;
    }

    .project-category-link {
        padding: 20px;
    }

    .project-category {
        font-size: 48px;
    }
}

@media (max-width: 500px) {
    .project-category {
        font-size: 36px;
    }
}

