/* Extracted from home.blade.php */

#best-digital p {
        color: white;

    }

    .slider-style-four .title:before {
        background-color: orange !important;
    }

    @media (max-width:700px) {
        #phone {
            width: 350px !important;
        }

        .rs-1 .title {
            display: none;
        }

        #consult-text {
            font-size: 13px;
        }

        .consultation-box {
            border-left: 4px solid goldenrod !important;
        }

        #why-webcrowd .container {
            padding-bottom: 0px !important;
        }

        #why-webcrowd .card {

            min-height: 285px !important;
        }

        #why-webcrowd h3 {
            font-size: 18px !important;
            color: antiquewhite;
        }

        .testimonial-section {
            padding-bottom: 0px !important;
            padding-top: 0px !important;
        }

        .testimonial-section .sec-title h2 {
            font-size: 20px !important;
        }

        .project-section-three .sec-title h2 {
            font-size: 20px !important;

        }

        .video-section {
            padding-bottom: 0px !important;
        }

        .video-section i {
            display: none;
        }

        .sec-title h2 {
            font-size: 20px !important;
        }

        .features-section-two {
            padding-top: 0px !important;
        }
    }

/* --- style block --- */

#banner1 {
        display: none;
    }

    .marketing-section {
        position: relative;
        background: url('https://webcrowdsolutions.com/images/main-slider/bg-slider1.webp') no-repeat center center/cover;
        min-height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: white;
        overflow: hidden;
        /* Ensures overlay does not exceed container */
    }

    .marketing-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        /* Black overlay with 50% opacity */
    }

    .marketing-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
    }

    .marketing-content {
        position: relative;
        z-index: 1;
        max-width: 600px;
        padding-left: 20px;
        padding-top: 50px;
        padding-right: 20px;
    }

    .marketing-btn {
        background-color: #fd7e14;
        border: none;
        padding: 10px 20px;
        font-size: 1.0rem;
        border-radius: 5px;
        color: white;
    }

    .marketing-btn:hover {
        background-color: #e76a00;
    }

    .marketing-section .lead {
        text-align: justify;
        font-size: 15px;
    }

    @media (max-width:700px) {
        #banner1 {
            display: block;
        }

        .main-slider {
            display: none;
        }

        .faqs-section .image-column {
            display: none !important;
        }

        .news-section {
            padding-top: 0px !important;
        }
    }

/* --- style block --- */

.hero-section {
                position: relative;
                height: 560px;
                overflow: hidden;
            }

            .hero-video {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
                z-index: 1;
            }

            .hero-overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.5);
                z-index: 2;
            }

            .hero-content {
                position: relative;
                z-index: 3;
                font-family: 'Fira Code', monospace;
                color: #fff;
                padding: 2rem 1rem;
            }

            .hero-content h1 {
                font-size: 53px;
                font-weight: bold;
                margin: 1rem 0;
                background: linear-gradient(90deg, #ff8a00, rgb(43, 183, 229), rgb(255, 102, 0));
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-size: 200% auto;
                animation: shine 4s linear infinite;
            }

            @keyframes shine {
                to {
                    background-position: 200% center;
                }
            }

            .hero-content span,
            .hero-content p {
                color: #eee;
            }

            .hero-content .btn-enquiry {
                background: #FF9D23;
                color: #fff;
                border: none;
                padding: 0.75rem 1.5rem;
                font-weight: bold;
                margin-top: 1rem;
                transition: background 0.3s ease;
            }

            .hero-content .btn-enquiry:hover {
                background: darkorange;
            }

            @media (max-width:700px) {
                .hero-section {
                    display: none !important;
                }
            }

/* --- style block --- */

.highlight-title {
                color: #FF9D23;
                font-weight: 800;
            }

            .check-icon {
                width: 55px;
                height: 55px;
                background-color: #FF9D23;
                color: white;
                border-radius: 50%;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                font-size: 16px;
                margin-right: 10px;
            }

            .feature-box {
                background-color: #302F2F;
                padding: 20px;
                border-radius: 16px;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
                margin-bottom: 24px;
            }

            .feature-box i {
                color: #EDB831;
                font-size: 20px;
                margin-right: 20px;
            }

            .feature-box h5 {
                color: antiquewhite !important;
                font-size: 18px;
            }

            .video-thumbnail {
                position: relative;
                overflow: hidden;
                border-radius: 16px;
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            }

            .video-thumbnail img {
                width: 100%;
                border-radius: 16px;
            }

            #no1-digital .container {
                padding-top: 0px !important;
                /* padding-bottom: 0px !important; */
            }

            .play-button {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 70px;
                height: 70px;
                z-index: 10;
            }

            @media (max-width:700px) {
                #no1-digital .container {
                    padding-top: 0px !important;
                    padding-bottom: 0px !important;
                }

                #no1-digital h2 {
                    font-size: 15px !important;

                }

                .banner-section {
                    padding: 50px 0px !important;
                }

                .feature-box {}
            }

/* --- style block --- */

/* body {
      margin: 0;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    } */



            .banner-section {
                position: relative;
                /* background-color: #FF9D23; */
                /* background: linear-gradient(135deg, #232323,rgb(180, 155, 105)); */
                background: linear-gradient(4deg, #e8ed31, #085483);
                color: #fff;
                text-align: center;
                padding: 75px;
                overflow: hidden;
                color: white !important;
                padding-left: 0px;
            }

            .banner-section:after {
                content: none !important;
            }

            .banner-section::before {
                content: none !important;

            }

            .banner-section small {
                font-size: 14px;
            }

            .banner-section h2 {
                font-weight: bold;
                font-size: 28px;
                margin-top: 10px;
                color: antiquewhite !important;
            }

            .banner-section p {
                font-size: 14px;
                margin-bottom: 20px;
                color: antiquewhite !important;
            }

            .btn-quote {
                z-index: 2;
                position: relative;
            }

            .wave-container {
                position: absolute;
                bottom: 0;
                width: 100%;
                height: 60px;
                overflow: hidden;
                line-height: 0;
            }

            .waves {
                position: relative;
                width: 100%;
                height: 100%;
            }

            .parallax>use {
                animation: moveWaves 10s linear infinite;
            }

            .parallax>use:nth-child(1) {
                animation-delay: -2s;
                animation-duration: 15s;
            }

            .parallax>use:nth-child(2) {
                animation-delay: -3s;
                animation-duration: 12s;
            }

            .parallax>use:nth-child(3) {
                animation-delay: -4s;
                animation-duration: 10s;
            }

            .parallax>use:nth-child(4) {
                animation-delay: -5s;
                animation-duration: 8s;
            }

            @keyframes moveWaves {
                0% {
                    transform: translate3d(-90px, 0, 0);
                }

                100% {
                    transform: translate3d(85px, 0, 0);
                }
            }

/* --- style block --- */

/* body {
      background-color: #000;
      color: #fff;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    } */

            .agr-card-section {
                padding: 60px 0;
            }

            .agr-card {
                /* background-color: #111; */
                color: #fff;
                border-radius: 2px;
                border: 2px groove orange;
                transition: transform 0.3s ease;
                position: relative;
                overflow: hidden;
                height: 100%;
                min-height: 370px;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
            }

            .agr-card-hover:hover {
                transform: scale(1.02);
            }

            .agr-card-hover .agr-card-bg {
                background-image: linear-gradient(to bottom right, rgb(80 47 7 / 98%), rgba(0, 0, 0, 0.814)), url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRfCEKAt-cTj16khWydLOIRj2qkITwF8MeFog&s');
                background-size: cover;
                background-position: center;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 1;
                transition: opacity 0.4s ease;
                opacity: 0;
                border-radius: 2px;
            }

            .agr-card-hover:hover .agr-card-bg {
                opacity: 1;
            }

            .agr-card-content {
                position: relative;
                z-index: 2;
                padding: 2rem;
            }

            .agr-card-content h5 {
                color: #FF9D23;
            }

            .agr-icon {
                width: 90px;
                height: 90px;
                border: 2px solid #FF9D23;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 auto 20px auto;
                color: #FF9D23;
                transition: transform 0.3s ease, color 0.3s ease, border-color 0.3s ease;
                font-size: 22px;
            }

            .agr-card:hover .agr-icon {
                transform: scale(1.05);
                color: antiquewhite;
                border-color: antiquewhite;
            }

            .agr-card h5 {
                font-weight: 700;
                margin-bottom: 10px;
                font-size: 1.5rem;
            }

            .agr-card p {
                color: antiquewhite;
                font-size: 1.05rem;
            }

            .agr-card-section h2 {
                font-size: 2.5rem;
                font-weight: 700;
            }

            .agr-card-section h3 {
                font-size: 1.5rem;
            }

/* --- style block --- */

/* body {
      background-color: #000;
      color: #fff;
    } */

            .serve-section {
                padding: 60px 0;
            }

            .serve-card {
                background-color: transparent;
                border: 1px solid orange;
                border-radius: 0px;
                padding: 25px 15px;
                text-align: center;
                color: #eee;
                transition: all 0.3s ease;
                height: 100%;
            }

            .serve-card:hover {
                background-color: #232323;
                border-color: #ffb347;

                color: #fff;
            }

            .serve-icon {

                /* font-size: 2rem;
      margin-bottom: 10px;
      color: #ffb347; */
                width: 60px;
                height: 60px;
                border: 2px solid #ffb347;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 auto 20px auto;
                color: #ffb347;
                transition: transform 0.3s ease, color 0.3s ease, border-color 0.3s ease;
                font-size: 22px;
            }

            .serve-title {
                font-size: 1.1rem;
                font-weight: 600;
            }

            .right-panel {
                padding-left: 30px;
            }

            .right-panel h3 {
                color: #ffb347;
                font-weight: 700;
                margin-bottom: 15px;
            }

            .right-panel p {
                color: #ccc;
                font-size: 1rem;
                line-height: 1.6;
            }

            .btn-enquiry {
                background: linear-gradient(to right, #ffb347, #ff7300);
                color: #000;
                font-weight: 600;
                border-radius: 30px;
                padding: 10px 25px;
                margin-top: 20px;
                border: none;
                transition: all 0.3s ease;
            }

            .btn-enquiry:hover {
                background: linear-gradient(to right, #ff7300, #ffb347);
                color: #000;
            }

            @media (max-width: 992px) {
                .right-panel {
                    padding-left: 0;
                    margin-top: 40px;
                }

                .serve-section h3 {
                    font-size: 26px !important;
                    text-align: center;
                }

                .serve-section p {
                    padding: 0px 10px !important;
                }

                .serve-section .btn {
                    justify-items: center;
                }

                .techtools-section .container {
                    padding: 0px !important;
                }

                .serve-section .col-lg-7 {
                    display: none !important;
                }

                .serve-section .container {
                    padding-top: 0px !important;
                }
            }

/* --- style block --- */

/* body {
      background-color: #000;
      color: #fff;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    } */

            .techtools-section {
                background-color: #0d0d0d;
                padding: 20px 0;
            }

            .techtools-title {
                color: #ffb347;
                font-weight: 700;
                font-size: 2rem;
                margin-bottom: 15px;
            }

            .techtools-description {
                color: #ccc;
                font-size: 1rem;
                max-width: 500px;
            }

            .techtools-grid {
                display: grid;
                grid-template-columns: repeat(4, 1fr);
                gap: 15px;
                margin-top: 20px;
            }

            .techtools-card {
                background-color: #1a1a1a;
                border: 1px solid orange;
                border-radius: 6px;
                padding: 15px;
                display: flex;
                align-items: center;
                justify-content: center;
                height: 80px;
                transition: transform 0.3s ease;
            }

            .techtools-card img {
                max-height: 40px;
                max-width: 100%;
                object-fit: contain;
            }

            .techtools-card:hover {
                transform: translateY(-4px);
                border-color: #ffb347;
                background-color: #222;
            }

            @media (max-width: 992px) {
                .techtools-grid {
                    grid-template-columns: repeat(3, 1fr);
                }
            }

            @media (max-width: 768px) {
                .techtools-grid {
                    grid-template-columns: repeat(2, 1fr);
                }

                .techtools-description {
                    max-width: 100%;
                }
            }

/* --- style block --- */

.video-section {
                padding-bottom: 0px;
            }

            .about-section-two {
                padding-bottom: 40px;

            }

            .custom-card {
                position: relative;
                overflow: hidden;
                border-radius: 10px;
                transition: transform 0.3s ease-in-out;
            }

            .custom-card:hover {
                transform: scale(1.05);
            }

            .custom-card img {
                width: 100%;
                height: auto;
                display: block;
            }

            .custom-card::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgba(237, 184, 49, 0.46));
                opacity: 0;
                transition: opacity 0.3s ease-in-out;
            }

            .custom-card:hover::before {
                opacity: 1;
            }

            .consultation-box {
                border-left: 4px solid goldenrod !important;
            }

            #why-webcrowd .card {
                background-color: #16161E;
                min-height: 285px;
            }

            #why-webcrowd h5 {
                color: white;
            }

            @media (max-width:567px) {
                .custom-card {
                    margin-left: 20px;
                    margin-right: 20px;
                }
            }

            /* Mobile Styles */
            @media (max-width: 768px) {
                .best-digital-h2 {
                    font-size: 20px !important;
                }
            }

/* --- style block --- */

.preview-card {
                height: 450px;
                overflow: hidden;
                position: relative;
                border-radius: 1rem;
                box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
                transition: transform 0.3s;
            }

            .preview-card:hover {
                transform: scale(1.02);
            }

            .preview-img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: auto;
                transition: transform 10s linear;
            }

            .preview-card:hover .preview-img {
                transform: translateY(-85%);
            }

            .caption-overlay {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                background: rgba(255, 255, 255, 0.4);
                backdrop-filter: blur(10px);
                color: #000;
                font-weight: 600;
                text-align: center;
                padding: 0.8rem;
                font-size: 1.1rem;
                transition: background 0.4s, transform 0.4s;
            }

            .preview-card:hover .caption-overlay {
                background: rgba(255, 255, 255, 0.6);
                transform: translateY(-0px);
            }

            .card-title {
                display: none;
                /* Hide the original titles below the cards */
            }

/* --- style block --- */

.map-container {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
        }

        iframe {
            max-width: 100%;
            height: 400px;
            /* Adjust as needed */
        }

        /* Custom Styling for SweetAlert2 */
        .custom-swal-popup {
            border-radius: 10px;
            /* Rounded corners */
            background-color: #222;
            /* Dark background */
            color: #fff;
            /* White text */
            font-family: 'Arial', sans-serif;
            /* Custom font */
        }

        .custom-swal-title {
            font-size: 22px;
            font-weight: bold;
            color: #FF9D23;
            /* Gold title */
        }

        .custom-swal-button {
            background-color: #FF9D23 !important;
            /* Gold button */
            color: #222 !important;
            font-size: 16px;
            border-radius: 5px;
            padding: 10px 20px;
        }

.wc-home-e65ef3a2 {
    font-family: Fira Code;color:rgb(209, 208, 208);font-size: 18px;
}

.wc-home-d9586b35 {
    font-size: 21px;
}

.wc-home-f861301b {
    font-size: 28px;
}

.wc-home-cdd8ca06 {
    text-align: center;
}

.wc-home-81baa2ac {
    font-weight:600; color:#fff;
}

.wc-home-36727555 {
    font-weight: 600; color:#fff;
}

.wc-home-f6b572a9 {
    padding-left: 10px;
}

.wc-home-51837317 {
    color: antiquewhite;
}

.wc-home-adfc677f {
    color: antiquewhite !important;
}

.wc-home-856a6cd7 {
    color: #FF9D23; font-size: 32px;
}

.wc-home-2a322e95 {
    background: linear-gradient(135deg, #1a1a1a, #333);
}

.wc-home-7d271799 {
    text-align: justify;
}

.wc-home-033ee492 {
    background: linear-gradient(135deg, #1a1a1a, #333); min-height: 546px;
}

.wc-home-a332c1c1 {
    color: orange ;
}

.wc-home-ba70006c {
    background-image: url('/images/background/bg-team1.webp');
}

.wc-home-4d89b229 {
    background-image: url('/webcrowd_images/envision.webp');
}

.wc-home-cbdc2131 {
    border:0;
}

.wc-home-224b51a7 {
    display: none;
}

.wc-home-discuss.contact-section-six {
    position: relative;
    background: #171717;
    padding: 80px 0 90px;
    overflow: hidden;
}

.wc-home-discuss .bg-pattern-8,
.wc-home-discuss .bg-pattern-9 {
    display: none;
}

.wc-home-discuss .content-column .inner-container {
    margin-top: 0;
    padding-right: 12px;
}

.wc-home-discuss__kicker {
    display: inline-block;
    color: #ff9d23;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.wc-home-discuss .title {
    color: #f6efe4 !important;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 16px;
}

.wc-home-discuss .text {
    color: #cfc8bb !important;
    font-size: 16px;
    line-height: 1.75;
    max-width: 460px;
    margin-bottom: 28px;
}

.wc-home-discuss__meta {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wc-home-discuss__meta a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #f3ead8;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.wc-home-discuss__meta a i {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 157, 35, 0.14);
    color: #ff9d23;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wc-home-discuss__meta a:hover {
    color: #ff9d23;
}

.wc-home-discuss__card {
    background: #2a2a2a;
    border: 1px solid rgba(255, 157, 35, 0.2);
    border-radius: 20px;
    padding: 36px 32px;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.32);
}

.wc-home-discuss .contact-form-two {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.wc-home-discuss .form-group {
    margin-bottom: 16px;
}

.wc-home-discuss .form-group input:not([type="submit"]),
.wc-home-discuss .form-group select,
.wc-home-discuss .form-group textarea {
    display: block !important;
    width: 100%;
    height: 54px !important;
    background: #1f1f1f !important;
    color: #f3ead8 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    font-size: 15px;
    line-height: 1.4 !important;
    align-items: unset !important;
}

.wc-home-discuss .form-group textarea {
    height: 130px !important;
    line-height: 1.55 !important;
    resize: vertical;
}

.wc-home-discuss .form-group input::placeholder,
.wc-home-discuss .form-group textarea::placeholder {
    color: #9a9388;
}

.wc-home-discuss .form-group select {
    height: 54px !important;
    line-height: 54px !important;
    padding: 0 40px 0 16px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23FF9D23' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
}

.wc-home-discuss .form-group select option {
    background: #1f1f1f;
    color: #f3ead8;
}

.wc-home-discuss .form-group input:focus,
.wc-home-discuss .form-group select:focus,
.wc-home-discuss .form-group textarea:focus {
    outline: none;
    border-color: #ff9d23 !important;
    box-shadow: 0 0 0 3px rgba(255, 157, 35, 0.18);
}

.wc-home-discuss .form-group button {
    width: 100% !important;
    min-height: 54px;
    margin-top: 4px;
    background: #ff9d23 !important;
    border: 0 !important;
    border-radius: 10px !important;
    color: #1a1a1a !important;
}

.wc-home-discuss .form-group button .btn-title {
    color: #1a1a1a !important;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.wc-home-discuss .form-group button:hover {
    background: #edb831 !important;
}

.wc-home-discuss .wc-phone-field {
    display: flex;
    gap: 8px;
    align-items: stretch;
}

.wc-home-discuss .wc-phone-field input[type="hidden"] {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.wc-home-discuss .wc-phone-field__code {
    flex: 0 0 142px;
    width: 142px !important;
    max-width: 142px;
    padding-right: 28px !important;
    background-position: right 10px center !important;
}

.wc-home-discuss .wc-phone-field__number {
    flex: 1 1 auto;
    min-width: 0;
    width: auto !important;
}

@media (max-width: 991.98px) {
    .wc-home-discuss.contact-section-six {
        padding: 48px 0 64px;
    }

    .wc-home-discuss .title {
        font-size: 30px;
    }

    .wc-home-discuss__card {
        padding: 24px 18px;
    }
}

.wc-home-why {
    padding: 80px 0 40px;
    background: #1c1c1c;
}

.wc-home-why__intro {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 28px;
}

.wc-home-why__intro span,
.wc-home-gallery__intro span {
    display: inline-block;
    color: #ff9d23;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.wc-home-why__intro h2,
.wc-home-gallery__intro h2 {
    color: #f6efe4;
    font-size: 34px;
    line-height: 1.25;
    margin-bottom: 10px;
}

.wc-home-why__lead {
    max-width: 980px;
    margin: 0 auto 32px;
    background: #2a2a2a;
    border: 1px solid rgba(255, 157, 35, 0.16);
    border-radius: 16px;
    padding: 24px 28px;
}

.wc-home-why__lead p,
.wc-home-why__copy p {
    color: #cfc8bb;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 16px;
}

.wc-home-why__copy p:last-child {
    margin-bottom: 0;
}

.wc-home-why__copy {
    height: 100%;
    background: #2a2a2a;
    border: 1px solid rgba(255, 157, 35, 0.16);
    border-radius: 16px;
    padding: 28px 26px;
}

.wc-home-why__media {
    height: 100%;
    min-height: 360px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 157, 35, 0.16);
}

.wc-home-why__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wc-home-gallery {
    padding: 60px 0 80px;
    background: #1c1c1c;
}

.wc-home-gallery__intro {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 40px;
}

.wc-home-gallery__intro p {
    color: #cfc8bb;
    margin: 0;
}

.wc-achieve-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 16px;
    background: #2a2a2a;
    border: 1px solid rgba(255, 157, 35, 0.18);
    aspect-ratio: 4 / 3;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.wc-achieve-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.wc-achieve-card:hover {
    transform: translateY(-4px);
    border-color: #ff9d23;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
}

.wc-achieve-card:hover img {
    transform: scale(1.06);
}

.fancybox-container {
    z-index: 10050 !important;
}

.fancybox-bg {
    background: rgba(8, 8, 8, 0.92) !important;
}

.fancybox-slide--image {
    padding: 12px !important;
}

.fancybox-slide--image .fancybox-content {
    background: transparent !important;
    max-width: 96vw !important;
    max-height: 94vh !important;
    width: auto !important;
}

.fancybox-image {
    max-width: 96vw !important;
    max-height: 92vh !important;
    width: auto !important;
    height: auto !important;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

.fancybox-infobar,
.fancybox-caption {
    color: #f3ead8;
}

.fancybox-caption {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding: 24px 12px 16px;
}

.fancybox-button {
    background: rgba(255, 157, 35, 0.18) !important;
    color: #ff9d23 !important;
}

.fancybox-button:hover:not([disabled]) {
    background: #ff9d23 !important;
    color: #1a1a1a !important;
}

.fancybox-navigation .fancybox-button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

@media (max-width: 767.98px) {
    .wc-home-why,
    .wc-home-gallery {
        padding: 40px 0 50px;
    }

    .wc-home-why__intro h2,
    .wc-home-gallery__intro h2 {
        font-size: 26px;
    }

    .wc-home-why__lead,
    .wc-home-why__copy {
        padding: 20px 18px;
    }
}

.wc-home-blogs-empty {
    margin: 0;
    padding: 36px 20px 12px;
    text-align: center;
    color: #cfc3b0;
    font-size: 16px;
}

.wc-home-blogs-grid .news-block {
    height: 100%;
}
