/* About + Services pages — extracted from Demolition-marea/css/marea.css. Do not enqueue globally. */

/* Home section overlaps the hero; About pe ye overlap nahi chahiye. */
.devstren-who-we-are.devstren-who-we-are--about {
    margin-top: 0;
}

/* About hero */
.devstren-about-hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: end;
    overflow: visible;
    padding: 2rem;
}

.about-hero-image {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.devstren-about-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .08));
}

.about-hero-content h1 {
    font-size: 100px;
    line-height: 100%;
}

.about-hero-content p {
    font-size: 20px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0;
}

.about-hero-cta {
    display: inline-flex;
    padding: 1rem;
    background: var(--devstren-color-text-light);
    color: var(--devstren-dark);
    font-size: var(--devstren-font-p);
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0px;
    text-decoration: none;
}

.wpcf7 form.estimate-form,
.estimate-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 1.5rem;
    background: var(--devstren-color-overlay);
    backdrop-filter: blur(var(--devstren-form-blur));
}

.wpcf7 form.estimate-form h3,
.estimate-form h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--devstren-color-text-light);
}

.wpcf7 form.estimate-form label,
.wpcf7 form.estimate-form .estimate-form-note,
.estimate-form label,
.estimate-form-note {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin: 0;
    color: var(--devstren-color-text-muted);
    font-family: var(--devstren-font-primary);
    font-size: 16px;
    font-weight: 200;
    line-height: 100%;
    letter-spacing: 0;
}

.about-estimate-wrap .wpcf7 {
    width: 100%;
}

.wpcf7 form.estimate-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    position: relative;
}

.wpcf7 form.estimate-form .row {
    width: 100%;
    flex: 0 0 auto;
    align-items: flex-start;
}

.wpcf7 form.estimate-form .row > [class*="col-"] {
    min-width: 0;
}

.wpcf7 form.estimate-form input[type="text"],
.wpcf7 form.estimate-form input[type="tel"],
.wpcf7 form.estimate-form input[type="email"],
.wpcf7 form.estimate-form input[type="url"],
.wpcf7 form.estimate-form input[type="number"],
.wpcf7 form.estimate-form select,
.wpcf7 form.estimate-form textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    flex: 0 0 auto;
    margin: 0;
    border: 1px solid var(--devstren-color-form-border);
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    padding: 16px;
    color: var(--devstren-color-text-light);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.wpcf7 form.estimate-form input[type="text"]:focus,
.wpcf7 form.estimate-form input[type="tel"]:focus,
.wpcf7 form.estimate-form input[type="email"]:focus,
.wpcf7 form.estimate-form input[type="url"]:focus,
.wpcf7 form.estimate-form input[type="number"]:focus,
.wpcf7 form.estimate-form select:focus,
.wpcf7 form.estimate-form textarea:focus {
    color: var(--devstren-color-text-light);
    background-color: transparent;
    border-color: var(--devstren-color-form-border);
    box-shadow: none;
    outline: 0;
}

.wpcf7 form.estimate-form input[type="text"]::placeholder,
.wpcf7 form.estimate-form input[type="tel"]::placeholder,
.wpcf7 form.estimate-form input[type="email"]::placeholder,
.wpcf7 form.estimate-form textarea::placeholder {
    color: var(--devstren-color-form-muted);
    opacity: 1;
}

.wpcf7 form.estimate-form select {
    height: 3.25rem;
    min-height: 3.25rem;
    max-height: 3.25rem;
    padding-right: 2.75rem;
    color: var(--devstren-color-form-muted);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23AAAAAA' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px 8px;
}

.wpcf7 form.estimate-form select:focus,
.wpcf7 form.estimate-form select:valid {
    color: var(--devstren-color-text-light);
}

.wpcf7 form.estimate-form input.is-valid,
.wpcf7 form.estimate-form input.is-invalid,
.wpcf7 form.estimate-form textarea.is-valid,
.wpcf7 form.estimate-form textarea.is-invalid,
.wpcf7 form.estimate-form select.is-valid,
.wpcf7 form.estimate-form select.is-invalid,
.wpcf7 form.estimate-form .wpcf7-not-valid {
    background-color: transparent;
    box-shadow: none;
}

.wpcf7 form.estimate-form select.is-valid,
.wpcf7 form.estimate-form select.is-invalid,
.wpcf7 form.estimate-form select.wpcf7-not-valid {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23AAAAAA' stroke-width='1.5'/%3E%3C/svg%3E");
}

.wpcf7 form.estimate-form select option {
    background: #111;
    color: #fff;
}

.wpcf7 form.estimate-form textarea {
    min-height: 6rem;
    max-height: none;
    resize: vertical;
}

.wpcf7 form.estimate-form input[type="submit"],
.wpcf7 form.estimate-form .estimate-form-submit,
.estimate-form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 1rem 2rem;
    background: var(--devstren-color-primary);
    background-image: none;
    box-shadow: none;
    color: var(--devstren-color-text-light);
    font-weight: 700;
    font-size: 20.46px;
    line-height: 1;
    appearance: none;
}

.wpcf7 form.estimate-form input[type="submit"]:focus,
.wpcf7 form.estimate-form input[type="submit"]:hover,
.wpcf7 form.estimate-form .estimate-form-submit:focus,
.wpcf7 form.estimate-form .estimate-form-submit:hover {
    background: var(--devstren-color-primary-hover);
    color: var(--devstren-color-text-light);
    border: 0;
    box-shadow: none;
}

.wpcf7 form.estimate-form .estimate-form-note,
.estimate-form-note {
    padding-top: .375rem;
}

.wpcf7 form.estimate-form .wpcf7-spinner {
    margin: 0 0 0 8px;
    background-color: var(--devstren-color-text-light);
}

.wpcf7 form.estimate-form .wpcf7-not-valid-tip {
    color: #ff8a8a;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
}

.wpcf7 form.estimate-form .wpcf7-response-output,
.wpcf7 form.estimate-form.init .wpcf7-response-output,
.wpcf7 form.estimate-form.invalid .wpcf7-response-output,
.wpcf7 form.estimate-form.sent .wpcf7-response-output,
.wpcf7 form.estimate-form.failed .wpcf7-response-output {
    margin: 0;
    padding: 12px 0 0;
    border: 0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    color: var(--devstren-color-text-light);
}

.wpcf7 form.estimate-form.invalid .wpcf7-response-output,
.wpcf7 form.estimate-form.unaccepted .wpcf7-response-output,
.wpcf7 form.estimate-form.failed .wpcf7-response-output {
    color: #ff8a8a;
}

.wpcf7 form.estimate-form.sent .wpcf7-response-output {
    color: #b8e0b8;
}

/* About demolition */
.devstren-about-demolition {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 7.5rem 0;
}

.about-demolition-mark {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.about-demolition-mark img {
    display: block;
    opacity: .82;
}

.devstren-about-demolition .container {
    position: relative;
    z-index: 1;
}

.about-demolition-heading {
    padding-bottom: 4.5rem;
}

.about-demolition-heading h2 {
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
}

.about-polaroid {
    padding: 1rem 1rem 5.5rem;
    background: var(--devstren-color-text-light);
    transition: none;
}

.about-polaroid .project-polaroid-image {
    aspect-ratio: auto;
}

.about-polaroid img {
    transition: none;
}

.about-demolition-content h3 {
    margin: 0 0 1rem;
    color: var(--devstren-color-primary);
    font-size: var(--devstren-font-p);
    line-height: 1;
}

.about-demolition-content p {
    margin: 0 0 1rem;
    color: var(--devstren-color-text-light);
    font-size: var(--devstren-font-p);
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
}

/* Crew */
.devstren-crew {
    padding: 7.5rem 0;
}

.crew-heading {
    padding-bottom: 4.5rem;
}

.crew-heading h3 {
    margin: 0 0 1rem;
    color: var(--devstren-color-primary);
    font-size: var(--devstren-font-p);
    line-height: 100%;
}

.crew-heading h2 {
    margin: 0;
    font-size: var(--devstren-font-h2);
    line-height: 100%;
    text-transform: uppercase;
}

.crew-card {
    position: relative;
    padding: 0;
    background: transparent;
    transition:
        padding 0.2s ease,
        background 0.2s ease;
}

.crew-image {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
}

.crew-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.crew-image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: linear-gradient(to top,
            rgba(206, 68, 11, 1) 0%,
            rgba(206, 68, 11, 0) 100%);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.crew-card-details {
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.25rem;
    z-index: 2;
    color: #fff;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.crew-card-details h3 {
    margin: 0 0 0.4rem;
    font-family: 'Inter';
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 500;
}

.crew-card-details p {
    margin: 0;
    font-size: 20px;
    line-height: 100%;
    font-weight: 300;
}

.crew-card:hover {
    padding: 0.75rem;
    background: #fff;
}

.crew-card:hover .crew-image::after {
    opacity: 1;
}

.crew-card:hover .crew-card-details {
    opacity: 1;
}

/* Process */
.devstren-process {
    padding-top: 70px;
    padding-bottom: 80px;
}

.devstren-process-heading {
    margin-bottom: 28px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.devstren-process-heading h2 {
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
}

.devstren-process-card {
    position: relative;
    height: 100%;
    background: rgba(217, 217, 217, 0.08);
    backdrop-filter: blur(24.9px);
    padding: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 390px;
    transition: background-color 0.3s ease;
}

.devstren-process-card:hover {
    background: var(--devstren-color-primary);
}

.devstren-process-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.devstren-process-number {
    font-family: var(--devstren-font-heading);
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
}

.devstren-process-plus {
    font-family: var(--devstren-font-primary);
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--devstren-color-primary);
}

.devstren-process-card:hover .devstren-process-plus {
    color: var(--devstren-color-text-light);
}

.devstren-process-card-content {
    margin-top: auto;
}

.devstren-process-card-content h3 {
    font-family: var(--devstren-font-primary);
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 16px;
}

.devstren-process-card-content p {
    font-family: var(--devstren-font-primary);
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0;
}

/* Recognition */
.devstren-recognition {
    background: var(--devstren-dark);
    padding: 0 0 80px;
}

.devstren-recognition-intro {
    min-height: 108px;
    padding: 10px 15px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.devstren-recognition-intro-content h2 {
    line-height: 100%;
}

.devstren-recognition-intro-content p {
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    margin: 30px 0;
    font-weight: 300;
}

.devstren-recognition-intro-side h3 {
    font-family: var(--devstren-font-heading);
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--devstren-color-primary);
    margin: 31px 0 0;
}

.devstren-recognition-item {
    min-height: 139px;
    padding: 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    transition: background-color 0.3s ease;
}

.devstren-recognition-item:hover {
    background: #ffffff12;
    backdrop-filter: blur(4px);
}

.devstren-recognition-item h3 {
    flex: 0 0 25%;
    font-weight: 500;
    font-family: var(--devstren-font-primary);
    font-size: 30px;
    line-height: 120%;
    margin: 0;
}

.devstren-recognition-item p {
    flex: 1;
    font-family: var(--devstren-font-primary);
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    margin: 0;
}

.devstren-recognition-item h4 {
    flex: 0 0 10%;
    font-family: var(--devstren-font-primary);
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    text-align: right;
    text-transform: uppercase;
    color: var(--devstren-color-primary);
    margin: 0;
}

@media (max-width: 991px) {
    .about-hero-content h1 {
        font-size: 56px;
    }

    .devstren-recognition-intro,
    .devstren-recognition-item {
        flex-wrap: wrap;
        gap: 12px;
    }

    .devstren-recognition-item h3,
    .devstren-recognition-item h4 {
        flex: 1 1 auto;
    }
}

@media (max-width: 575px) {
    .about-hero-content h1 {
        font-size: 40px;
    }
}

/* Services grid */
.devstren-demo-services {
    padding: 110px 0;
}

.demo-services-heading h2 {
    margin: 0 0 54px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}

.demo-service-card {
    aspect-ratio: 727 / 790;
    padding: 28px;
    background: #ffffff12;
    backdrop-filter: blur(4px);
    transition: background-color .3s ease;
}

.demo-service-card:hover {
    background: var(--devstren-color-primary);
}

.demo-service-card-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.demo-service-image {
    aspect-ratio: 671 / 510;
    overflow: hidden;
}

.demo-service-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.demo-service-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 24px;
}

.demo-service-content h3 {
    margin: 0 0 12px;
    font-family: var(--devstren-font-heading);
    font-size: 42px;
    line-height: 100%;
    text-transform: uppercase;
}

.demo-service-content p {
    margin: 0 0 20px;
    font-family: var(--devstren-font-primary);
    font-size: 20px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0;
}

.demo-service-content .devstren-btn-primary,
.demo-service-content .devstren-btn-white {
    margin-top: auto;
    padding: 12px 18px;
    font-weight: 400;
}

.demo-service-card:hover .devstren-btn-primary {
    background: #fff;
    color: var(--devstren-color-primary) !important;
}

@media (max-width: 991px) {
    .demo-service-card {
        aspect-ratio: auto;
    }

    .demo-service-content h3 {
        font-size: 32px;
    }
}

/* Contact panel */
.devstren-contact-form {
    background: var(--devstren-dark);
    padding: 60px 30px;
}

.devstren-contact-form .container {
    width: 100%;
}

.devstren-contact-box {
    background: #ffffff12;
    backdrop-filter: blur(4px);
    padding: 30px;
}

.devstren-contact-image {
    display: flex;
}

.devstren-contact-image-wrap {
    position: relative;
    width: 100%;
    min-height: 560px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.devstren-contact-img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    display: block;
    object-fit: cover;
    filter: grayscale(100%);
}

.devstren-contact-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    pointer-events: none;
}

.devstren-contact-image-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 560px;
    padding: 28px 32px;
}

.devstren-contact-start {
    font-family: var(--devstren-font-heading);
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
}

.devstren-contact-copy h2 {
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.devstren-contact-copy p {
    font-family: var(--devstren-font-primary);
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0;
    margin: 0;
    line-height: 1.2;
}

.devstren-contact-form-area {
    display: flex;
}

.devstren-contact-form-content {
    width: 100%;
    padding: 30px;
}

.wpcf7 form.contact-line-form {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
}

.wpcf7 form.contact-line-form label {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    color: var(--devstren-color-text-light);
    font-family: var(--devstren-font-primary);
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
}

.wpcf7 form.contact-line-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.wpcf7 form.contact-line-form input[type="text"],
.wpcf7 form.contact-line-form input[type="tel"],
.wpcf7 form.contact-line-form input[type="email"],
.wpcf7 form.contact-line-form select,
.wpcf7 form.contact-line-form textarea {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 8px 0 12px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    color: var(--devstren-color-text-light);
    font-size: 16px;
    font-weight: 300;
    appearance: none;
    -webkit-appearance: none;
}

.wpcf7 form.contact-line-form input[type="text"]:focus,
.wpcf7 form.contact-line-form input[type="tel"]:focus,
.wpcf7 form.contact-line-form input[type="email"]:focus,
.wpcf7 form.contact-line-form select:focus,
.wpcf7 form.contact-line-form textarea:focus {
    color: var(--devstren-color-text-light);
    background-color: transparent;
    border-color: var(--devstren-color-text-light);
    box-shadow: none;
    outline: 0;
}

.wpcf7 form.contact-line-form input::placeholder,
.wpcf7 form.contact-line-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.45);
    opacity: 1;
}

.wpcf7 form.contact-line-form select {
    color: rgba(255, 255, 255, 0.45);
    padding-right: 1.75rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23FFFFFF' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 12px 8px;
}

.wpcf7 form.contact-line-form select:valid,
.wpcf7 form.contact-line-form select:focus {
    color: var(--devstren-color-text-light);
}

.wpcf7 form.contact-line-form select option {
    background: #111;
    color: #fff;
}

.wpcf7 form.contact-line-form textarea {
    min-height: 8rem;
    resize: vertical;
}

.wpcf7 form.contact-line-form input[type="submit"],
.wpcf7 form.contact-line-form .contact-form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    align-self: flex-start;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 14px 28px;
    background: var(--devstren-color-primary);
    background-image: none;
    box-shadow: none;
    color: var(--devstren-color-text-light);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.wpcf7 form.contact-line-form input[type="submit"]:hover,
.wpcf7 form.contact-line-form input[type="submit"]:focus {
    background: var(--devstren-color-primary-hover);
    color: var(--devstren-color-text-light);
    box-shadow: none;
}

.wpcf7 form.contact-line-form .wpcf7-not-valid-tip {
    color: #ff8a8a;
    font-size: 13px;
    font-weight: 300;
}

.wpcf7 form.contact-line-form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-weight: 300;
    color: var(--devstren-color-text-light);
}

@media (max-width: 991px) {
    .devstren-contact-form {
        padding: 40px 15px;
    }

    .devstren-contact-image-wrap,
    .devstren-contact-image-content {
        min-height: 420px;
    }

    .devstren-contact-copy h2 {
        font-size: 32px;
    }
}

/* Blog — featured + 3-col grid */
.devstren-featured-article {
    background: #111;
    box-shadow: -12px 0 40px rgba(206, 68, 11, 0.18);
}

.devstren-featured-article .row > [class*="col-"] {
    display: flex;
}

.featured-article-media,
.featured-article-copy {
    width: 100%;
    flex: 1;
}

.featured-article-media {
    height: 100%;
    min-height: 560px;
}

.featured-article-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-article-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 560px;
    padding: 72px 64px;
    background: #111;
}

.featured-article-eyebrow {
    color: var(--devstren-color-primary);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.featured-article-copy h2 {
    margin: 18px 0 14px;
    color: #fff;
    font-size: clamp(28px, 3.4vw, 44px);
    line-height: 1.05;
    text-transform: uppercase;
}

.featured-article-read {
    margin: 0 0 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.featured-article-excerpt p {
    margin: 0 0 1rem;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.featured-article-copy .devstren-btn-primary {
    align-self: flex-start;
    margin-top: 8px;
    padding: 14px 22px;
    text-transform: uppercase;
}

.devstren-blog {
    padding: 80px 0 100px;
    background: #0a0a0a;
}

.blog-heading h2 {
    margin: 0 0 48px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}

.blog-card {
    height: 100%;
    background: #1a1a1a;
}

.blog-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-card-image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.blog-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 24px 28px;
}

.blog-card-content h3 {
    margin: 0 0 12px;
    color: #fff;
    font-family: var(--devstren-font-primary);
    font-size: 22px;
    line-height: 1.15;
    text-transform: uppercase;
}

.blog-card-content p {
    margin: 0 0 20px;
    color: #b8b8b8;
    font-family: var(--devstren-font-primary);
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.4;
}

.blog-card-content .devstren-btn-primary {
    margin-top: auto;
    padding: 10px 18px;
}

.devstren-blog-pagination {
    display: flex;
    justify-content: center;
    margin-top: 56px;
}

.devstren-blog-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #141414;
}

.devstren-blog-pagination .page-numbers li {
    margin: 0;
}

.devstren-blog-pagination .page-numbers a,
.devstren-blog-pagination .page-numbers span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.devstren-blog-pagination .page-numbers .current {
    background: var(--devstren-color-primary);
    color: #fff;
}

.devstren-single-article {
    position: relative;
    padding: 72px 0 80px;
    background: #000;
    overflow: hidden;
}

.devstren-single-article::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        90deg,
        transparent 0,
        transparent 119px,
        rgba(255, 255, 255, 0.035) 120px
    );
    pointer-events: none;
}

.devstren-single-article::after {
    content: "";
    position: absolute;
    top: 0;
    right: -8%;
    width: 48%;
    height: 70%;
    background: radial-gradient(ellipse at center, rgba(206, 68, 11, 0.28) 0%, transparent 70%);
    pointer-events: none;
}

.devstren-single-article .container {
    position: relative;
    z-index: 1;
}

.single-article-title {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(32px, 4.4vw, 56px);
    line-height: 1.05;
    text-transform: uppercase;
}

.single-article-meta {
    margin: 0 0 28px;
    color: var(--devstren-color-primary);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.single-article-body {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.65;
}

.single-article-body > *:first-child {
    margin-top: 0;
}

.single-article-body h2,
.single-article-body h3,
.single-article-body h4 {
    margin: 2.25rem 0 1rem;
    color: #fff;
    line-height: 1.15;
    text-transform: uppercase;
}

.single-article-body h2 {
    font-size: clamp(26px, 3vw, 36px);
}

.single-article-body h3 {
    font-size: 26px;
}

.single-article-body p {
    margin: 0 0 1.25rem;
}

.single-article-body ul,
.single-article-body ol {
    margin: 0 0 1.5rem;
    padding-left: 1.4rem;
}

.single-article-body ul {
    list-style: disc;
}

.single-article-body ol {
    list-style: decimal;
}

.single-article-body ul ul {
    list-style: circle;
    margin: 0.4rem 0 0.6rem;
}

.single-article-body ol ol {
    list-style: lower-alpha;
    margin: 0.4rem 0 0.6rem;
}

.single-article-body li {
    margin: 0 0 0.45rem;
    padding-left: 0.2rem;
}

.single-article-body li::marker {
    color: var(--devstren-color-primary);
}

.single-article-body a {
    color: var(--devstren-color-primary);
    font-weight: 500;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-thickness: 1px;
    text-decoration-color: var(--devstren-color-primary);
    text-underline-offset: 0.28em;
    overflow-wrap: anywhere;
    word-break: break-word;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.single-article-body a:visited {
    color: var(--devstren-color-primary);
}

.single-article-body a:hover {
    color: var(--devstren-color-primary-hover);
    text-decoration-style: solid;
    text-decoration-color: var(--devstren-color-primary-hover);
}

.single-article-body a:focus-visible {
    color: var(--devstren-color-primary-hover);
    outline: 2px solid var(--devstren-color-primary);
    outline-offset: 3px;
}

.single-article-body a:has(img) {
    display: inline-block;
    max-width: 100%;
    text-decoration: none;
}

.single-article-table-wrap,
.single-article-body .wp-block-table {
    width: 100%;
    max-width: 100%;
    margin: 1.75rem 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.single-article-body table {
    width: 100%;
    min-width: 560px;
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
    color: #fff;
    letter-spacing: 0;
}

.single-article-body th,
.single-article-body td {
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    vertical-align: top;
    word-break: break-word;
    overflow-wrap: anywhere;
    line-height: 1.5;
}

.single-article-body th {
    font-weight: 600;
    text-align: left;
    background: rgba(255, 255, 255, 0.08);
}

.single-article-body td:first-child,
.single-article-body th:first-child {
    font-weight: 600;
    width: 22%;
}

.single-article-body table ul,
.single-article-body table ol {
    margin: 0;
    padding-left: 1.15rem;
}

.single-article-body table li {
    margin: 0 0 0.3rem;
}

@media (max-width: 767px) {
    .single-article-body table {
        min-width: 520px;
        font-size: 15px;
    }

    .single-article-body th,
    .single-article-body td {
        padding: 12px 14px;
    }

    .single-article-body td:first-child,
    .single-article-body th:first-child {
        width: 30%;
    }
}

.single-article-body img,
.single-article-body figure,
.single-article-featured {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 2rem 0;
}

.single-article-body blockquote {
    margin: 1.5rem 0;
    padding: 1rem 0 1rem 1.25rem;
    border-left: 3px solid var(--devstren-color-primary);
    color: #fff;
    font-style: italic;
}

.single-article-pages {
    margin-top: 2rem;
}

.single-article-pages a {
    color: #fff;
}

@media (max-width: 991px) {
    .featured-article-media,
    .featured-article-copy {
        min-height: 0;
    }

    .featured-article-media {
        min-height: 320px;
    }

    .featured-article-copy {
        padding: 40px 24px;
    }

    .about-hero-content h1 {
        font-size: clamp(48px, 12vw, 80px);
    }
}

/* ============================================
   Service Inner — Controlled Approach
   ============================================ */
.devstren-controlled-approach {
    background-color: var(--devstren-dark);
    color: var(--devstren-color-text-light);
    padding: 5rem 0;
}

.devstren-glow-bg {
    width: 500px;
    height: 500px;
    background: var(--devstren-color-primary);
    filter: blur(100px);
    right: 0px !important;
}

.devstren-tagline {
    color: var(--devstren-color-primary);
    font-size: var(--devstren-font-p);
    letter-spacing: 0.05em;
    font-weight: 400;
    text-transform: capitalize !important;
}

.devstren-heading {
    font-family: var(--devstren-font-heading);
    font-size: var(--devstren-font-h2);
    line-height: 1;
    color: var(--devstren-color-text-light);
}

.devstren-lead-text {
    color: var(--devstren-color-text-light);
    font-size: var(--devstren-font-p);
    line-height: 1;
    font-weight: 400;
}

.devstren-img-container {
    border-radius: 0;
}

.devstren-img-container img {
    width: 100%;
    height: 100%;
    max-height: 580px;
    object-fit: cover;
}

.devstren-badge {
    background-color: var(--devstren-color-primary);
    color: #ffffff;
    padding: 0.6rem 1.2rem;
    font-size: var(--devstren-font-p);
    letter-spacing: 0.08em;
}

.devstren-features-list .border-top,
.devstren-features-list .border-bottom {
    border-color: var(--devstren-color-form-muted-2) !important;
}

.devstren-num-box {
    width: 80px;
    height: 100px;
    background-color: var(--devstren-color-primary-2);
    color: #ffffff;
    font-size: 36px;
    border-radius: 0;
}

.devstren-feature-title {
    font-family: var(--devstren-font-heading);
    font-size: var(--devstren-font-article);
    color: var(--devstren-color-text-light);
    line-height: 1.2;
}

.devstren-feature-desc {
    color: var(--devstren-color-text-muted);
    line-height: 1.5;
    font-weight: 400;
}

.content-sec-cont {
    height: stretch;
}

.devstren-features-list {
    height: 91%;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .devstren-num-box {
        width: 60px;
        height: 60px;
    }
}

/* Company Proof */
.devstren-company-proof {
    background-color: var(--devstren-dark);
    color: var(--devstren-color-text-light);
    padding: 5rem 0;
}

.devstren-proof-heading {
    line-height: 1.05;
}

.devstren-company-proof .devstren-stat-card {
    min-height: 240px;
    border-radius: 0;
    transition: transform 0.8s ease, box-shadow 0.3s ease;
}

.devstren-company-proof .devstren-stat-card:hover {
    transform: translateY(-5px);
    background-color: var(--devstren-color-primary);
    color: #ffffff;
}

.devstren-company-proof .devstren-stat-dark {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.devstren-company-proof .stat-number {
    font-family: var(--devstren-font-heading);
    font-size: var(--devstren-font-h2);
    line-height: 1;
    letter-spacing: -0.02em;
}

/* Experience */
.devstren-glow-left {
    width: 400px;
    height: 400px;
    background: var(--devstren-color-primary);
    filter: blur(100px);
    left: 0px !important;
}

.devstren-polaroid-container {
    border-radius: 0;
    padding-bottom: 80px !important;
    transform: rotate(0deg);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.devstren-polaroid-container:hover {
    transform: rotate(-2deg) scale(1.01);
}

.devstren-polaroid-inner img {
    max-height: 510px;
    object-fit: cover;
}

.devstren-experience-equipment .devstren-text {
    font-weight: 300;
}

.devstren-experience-equipment .devstren-btn-secondary {
    background: white;
}

.devstren-experience-equipment .devstren-btn-secondary:hover {
    background-color: var(--devstren-color-primary);
    border-color: transparent;
}

@media (max-width: 991px) {
    .devstren-polaroid-container {
        transform: rotate(0deg);
        padding-bottom: 40px !important;
    }
}

/* Process workflow */
.devstren-process-section {
    background-color: var(--devstren-dark);
    color: var(--devstren-color-text-light);
    min-height: 700px;
}

.devstren-process-bg {
    opacity: 1;
    filter: grayscale(100%);
    pointer-events: none;
}

.devstren-process-img-wrapper img {
    min-height: 480px;
}

.devstren-inner-process-panel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    height: auto;
    min-height: 0;
    overflow: visible;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    padding: 20px;
    margin-top: 60px;
}

.devstren-process-section .devstren-num-box {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
}

.devstren-step-title {
    line-height: 1.2;
}

.devstren-step-desc {
    color: var(--devstren-color-text-muted);
    line-height: 1;
    font-weight: 400;
}

@media (max-width: 991px) {
    .devstren-process-img-wrapper img {
        min-height: 320px;
    }
}

/* Featured project */
.devstren-featured-project {
    background-color: var(--devstren-dark);
    color: var(--devstren-color-text-light);
}

.devstren-project-hero {
    background: rgba(255, 255, 255, 0.05);
}

.devstren-hero-img-wrapper img {
    min-height: 380px;
    max-height: 640px;
}

.devstren-location {
    color: var(--devstren-color-primary);
    letter-spacing: 0.04em;
}

.devstren-meta-label {
    font-family: var(--devstren-font-heading);
    font-size: var(--devstren-font-article);
    color: var(--devstren-color-text-light);
    letter-spacing: 0.04em;
}

.devstren-meta-text {
    font-family: var(--devstren-font-primary);
    letter-spacing: 0.3px;
    font-weight: 300;
}

.devstren-detail-card {
    background: rgba(255, 255, 255, 0.05);
    min-height: 400px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.devstren-detail-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.15);
}

.devstren-plus-icon {
    color: var(--devstren-color-primary);
    font-size: 7rem;
    line-height: 0.4;
    font-weight: 400;
}

.devstren-card-title {
    font-size: var(--devstren-font-article);
}

.ft-content {
    height: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .devstren-hero-img-wrapper img {
        min-height: 280px;
    }
}

/* Recent projects */
.devstren-recent-projects {
    background-color: var(--devstren-dark);
    color: var(--devstren-color-text-light);
}

.devstren-recent-projects .filter-btn {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: var(--devstren-font-p);
    font-weight: 500;
    padding: 0.25rem 0;
    position: relative;
    transition: color 0.3s ease;
    cursor: pointer;
    text-transform: capitalize !important;
}

.devstren-recent-projects .filter-btn:hover,
.devstren-recent-projects .filter-btn.active {
    color: #ffffff;
}

.devstren-recent-projects .filter-btn.active::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--devstren-color-primary);
}

.devstren-recent-projects .devstren-project-card {
    border-radius: 0;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.devstren-recent-projects .devstren-card-img-wrapper img {
    max-height: 300px;
    border-radius: 0px;
}

.devstren-recent-projects .devstren-project-card:hover {
    background-color: var(--devstren-color-primary);
    color: #ffffff;
}

.devstren-recent-projects .devstren-project-card:hover .card-category,
.devstren-recent-projects .devstren-project-card:hover .card-subtitle,
.devstren-recent-projects .devstren-project-card:hover .card-desc {
    color: rgba(255, 255, 255, 0.9);
}

.devstren-recent-projects .devstren-card-dark {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.devstren-recent-projects .devstren-card-dark .card-category {
    color: var(--devstren-color-primary);
}

.devstren-recent-projects .devstren-card-dark .card-subtitle,
.devstren-recent-projects .devstren-card-dark .card-desc {
    color: var(--devstren-color-text-muted);
}

.devstren-recent-projects .card-category {
    letter-spacing: 0.05em;
}

.devstren-recent-projects .card-subtitle {
    font-weight: 400;
}

.devstren-recent-projects .summary-heading {
    letter-spacing: 0.04em;
}

.devstren-recent-projects .devstren-project-card:hover .btn {
    background-color: #ffffff;
    color: #000000;
    border: none;
    border-radius: 0;
}

.devstren-recent-projects .devstren-btn-primary {
    background-color: var(--devstren-color-primary);
    color: #ffffff;
    border: none;
    border-radius: 0;
    text-transform: capitalize !important;
}

.devstren-banner-title {
    font-size: var(--devstren-font-h2);
    line-height: 1;
}

.devstren-banner-subtitle {
    font-family: var(--devstren-font-primary);
    color: var(--devstren-color-text-muted, rgba(255, 255, 255, 0.7));
    line-height: 1.5;
    letter-spacing: 0.8px;
    font-weight: 400;
}

.devstren-project-summary-banner .devstren-location {
    font-size: var(--devstren-font-article);
}

.devstren-completion {
    font-family: var(--devstren-font-heading);
    font-weight: 400;
    color: var(--devstren-color-text-light);
    letter-spacing: 0.03em;
    font-size: var(--devstren-font-card);
}

.devstren-category-tag {
    color: var(--devstren-color-primary, #ce440b);
    letter-spacing: 0.06em;
    font-size: var(--devstren-font-p);
}

.devstren-equipment-overview {
    background-color: var(--devstren-dark);
    color: var(--devstren-color-text-light);
    padding-bottom: 4rem;
}

.devstren-hero-card {
    min-height: 480px;
    border-radius: 0;
}

.devstren-hero-card .hero-img {
    min-height: 480px;
    max-height: 700px;
    filter: brightness(0.85);
}

.devstren-hero-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 2;
}

.devstren-hero-heading {
    font-size: var(--devstren-font-card);
}

.devstren-hero-overlay p {
    line-height: 1.5;
    letter-spacing: 0.4px;
    font-size: var(--devstren-font-p);
    font-weight: 300;
    margin-bottom: 1rem;
}

.devstren-hero-overlay p:last-child {
    margin-bottom: 0;
}

.devstren-gallery-img-wrapper img {
    height: 380px;
    transition: transform 0.4s ease;
}

.devstren-gallery-img-wrapper:hover img {
    transform: scale(1.03);
}

.devstren-overview-heading {
    font-family: var(--devstren-font-heading);
    font-size: var(--devstren-font-h2, 2.25rem);
    letter-spacing: 0.02em;
    color: var(--devstren-color-text-light);
}

.devstren-overview-block p {
    font-size: var(--devstren-font-p);
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.devstren-overview-block p:last-child {
    margin-bottom: 0;
}

.devstren-equipment-used {
    background-color: var(--devstren-dark);
    color: var(--devstren-color-text-light);
    min-height: 720px;
}

.devstren-equipment-bg {
    opacity: 0.90;
    filter: grayscale(100%);
    pointer-events: none;
}

.devstren-equipment-used .devstren-tagline {
    color: var(--devstren-color-text-light);
}

.devstren-sub-tagline {
    letter-spacing: 0.05em;
}

.devstren-equipment-used .col-lg-5 p {
    font-weight: 300;
    line-height: 1.5;
}

.devstren-main-heading {
    line-height: 1.1;
    color: #ffffff;
    letter-spacing: 0.02em;
}

.devstren-split-card {
    background: rgb(255 255 255 / 24%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 0px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    height: 700px;
    min-height: 500px;
    max-height: 700px;
    padding: 20px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.devstren-split-card .thect {
    height: stretch !important;
}

.devstren-split-card .devstren-card-heading {
    font-size: var(--devstren-font-article);
}

.devstren-split-card p {
    font-weight: 300;
    line-height: 1.4;
}

.devstren-brand-logo img {
    max-width: 88px;
    height: auto;
}

.devstren-equipment-used .devstren-card-img-wrapper img {
    min-height: 380px;
    border-radius: 0;
}

@media (max-width: 991px) {
    .devstren-hero-card,
    .devstren-hero-card .hero-img {
        min-height: 400px;
    }

    .devstren-split-card .devstren-main-heading {
        text-align: left;
    }

    .devstren-sub-tagline {
        text-align: left;
    }

    .devstren-equipment-used .devstren-card-img-wrapper img {
        min-height: 280px;
    }

    .devstren-split-card {
        height: auto;
        max-height: none;
    }
}

.projectInner-card {
    background-color: var(--devstren-dark);
    color: var(--devstren-color-text-light);
}

.projectInner-card .devstren-detail-card {
    width: 49%;
    transition-duration: 1s;
}

.projectInner-card .devstren-detail-card:hover .devstren-plus-icon {
    color: #fff;
}

.projectInner-card .devstren-detail-card:hover {
    color: #fff;
    background-color: var(--devstren-color-primary-2);
}

@media (min-width: 991px) {
    .projectInner-card-second .devstren-detail-card {
        width: 32%;
    }
}

@media (max-width: 990px) {
    .projectInner-card .devstren-detail-card,
    .projectInner-card-second .devstren-detail-card {
        width: 100%;
    }
}
