#client-quote {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    box-sizing: border-box;
}

.title {
    color: rgb(255, 101, 7);
    font-size: 3.4vw;
    font-weight: 700;
    margin-top: 15px;
}

.text-description {
    font-size: 1.5vw
}

.line {
    background: rgb(255, 102, 10);
    width: 100%;
    height: 16px;
    max-width: 1440px;
}

.total-line {
    background: rgb(60, 60, 60);
    min-width: 95%;
    height: 4px;
    margin-top: 15px;
}

.line-in-block {
    background: rgb(60, 60, 60);
    width: 100%;
    height: 7px;
    margin-top: 15px;
}

#welcome-page {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px;
    background: #010101;
}

.image-wrapper {
    position: relative;
    width: 100%;
    max-width: 1440px;
}

.image-wrapper img,
#type-page img,
.prepared-by-page img {
    width: 100%;
    height: auto;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.image-wrapper img[style*="display: block"],
#type-page img[style*="display: block"],
.prepared-by-page img[style*="display: block"] {
    display: block !important;
    opacity: 1 !important;
}

.image-wrapper img.force-show,
#type-page img.force-show,
.prepared-by-page img.force-show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#client-quote img {
    max-width: 100%;
    height: auto;
    transition: opacity 0.3s ease-in-out;
}

#client-quote img[style*="display: block"] {
    opacity: 1 !important;
    visibility: visible !important;
}

.welcome-text {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    padding: 0 20px;
    max-width: 70%;
    width: 60%;
    font-family: Montserrat, sans-serif;
}

.welcome-text-down {
    font-size: clamp(10px, 4.5vw, 62px );
    position: absolute;
    bottom: 0.2%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    padding: 0 20px;
    max-width: 95%;
    width: 95%;
    font-family: Montserrat, sans-serif;
    text-shadow:
            0 0 4px rgba(255, 100, 16, 0.9),
            0 0 10px rgba(255, 100, 16, 0.8),
            0 0 18px rgba(255, 100, 16, 0.6),
            0 0 28px rgba(255, 100, 16, 0.4);

    font-weight: 800;
}

.welcome-title {
    font-size: clamp(9px, 3vw, 45px);
    margin-bottom: 0.2em;
    font-weight: 800;
    color: rgb(255, 95, 31);
}

.welcome-text p {
    font-size: clamp(4px, 1.5vw, 25px);
}

#first-page,
#type-page,
#take-pride-page,
#why-wolfsteel-page,
#concrete-specs-page,
.prepared-by-page,
#fabricated-page {
    width: 100%;
    max-width: 1440px;
    display: flex;
    justify-content: center;
    font-family: Montserrat, sans-serif;
}

#reviews-page,
#breakdown-page,
#price-summary-page,
#payment-structure-page,
#timelines-page,
#warranties-page,
#youTube-page,
#overview-page {
    width: 100%;
    background-color: #FFFFFF;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    column-gap: 2px;
    font-family: Montserrat, sans-serif;
}

#follow_us-page {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 25px;
    padding-bottom: 15px;
}

@media (max-width: 600px) {
    .follow_us-page-link img {
        width: 28px;
        height: 28px;
    }
}

.follow_us-page-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    min-width: 50%;
}

.follow_us-page-link-know_more {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    min-width: 50%;
}

.follow_us-page-link-know_more a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 2vw;
    padding: 0.4vw;
    border: 1px solid #fe6607;
    border-radius: 500px;
}

.follow_us-page-group_links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    column-gap: 5vw;
}

.follow_us-page-link a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.5vw;
}

.link-see-more {
    font-size: clamp(13px, 2.5vw, 35px);
    font-weight: 700;
    font-style: italic;
    color: rgb(27, 103, 244);
    font-kerning: normal;
    text-decoration: underline;
}

.overview-page-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 10px 0 20px 0;
    font-family: 'League Gothic', sans-serif;
    font-size: clamp(15px, 2.2vw, 30px);
    border-top: 3px solid #3c3c3c
}

.overview-page-info {
    display: flex;
    flex-direction: column;
    column-gap: 1vw;
    min-width: 42%;
    max-width: 42%;
    margin: 30px 0 0 20px;
    row-gap: 10px;
}

.overview-page-info-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #3c3c3c;
    border-radius: 6px;
    padding: 10px 8px;
}

.overview-page-info-block-title {
    width: 50%;
    text-align: left;
    color: #ffffff;
    line-height: 1.4;
}

.overview-page-info-block-title--orange {
    color: #ff6410;
}

.overview-page-info-block-value {
    width: 50%;
    text-align: left;
    color: #ffffff;
    line-height: 1.4;
}

.overview-page-image {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.overview-page-image #laptop {
    display: block !important;
    visibility: visible !important;
    width: 100%;
    height: auto;
}

.overview-page-image #projectImage {
    position: absolute;
    top: 12%;
    left: 21.5%;
    width: calc(100% - 43.5%);
    height: auto;
    max-height: 17.5vw;
    object-position: top left;
    z-index: 2;
}

@media (min-width: 1670px) {
    .overview-page-image #projectImage {
        max-height: 295px;
    }
}

.breakdown-page-title {
    font-size: 2vw;
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-style: normal;
    font-kerning: none;
    margin-top: 1vw;
}

.breakdown-page-container {
    display: flex;
    row-gap: 10px;
    justify-content: space-evenly;
    min-width: 100%;
    padding: 10px 0;
}

.breakdown-page-container-block {
    min-width: 35%;
    max-width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.breakdown-page-container-title {
    font-size: clamp(15px, 1.7vw, 24px);
    font-weight: 700;
    font-style: normal;
    color: rgb(0, 0, 0);
    font-kerning: none;
    text-decoration: none;
}

.breakdown-page-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    min-width: 90%;
    font-family: 'Monserrat Classic', sans-serif;
}

.breakdown-page-block-total {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    width: clamp(85%, 85%, 85%);
}

.breakdown-page-block-total span {
    font-size: clamp(15px, 1.7vw, 24px);
    font-weight: 700;
    font-style: normal;
    color: rgb(0, 0, 0);
    font-kerning: none;
    text-decoration: none;
}

.breakdown-page-block span {
    font-size: clamp(12px, 1.5vw, 20px);
    color: rgb(0, 0, 0);
    font-weight: 400;
    font-style: normal;
    font-kerning: none;
}

.breakdown-page-block span:first-of-type {
    max-width: 70%;
}

.breakdown-page-building {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    background: rgb(215, 215, 215);
    width: 100%;
    border: 1px solid rgb(179, 179, 179);
    border-radius: 8px;
    text-transform: uppercase;
}

.breakdown-page-accessories {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    background: rgb(255, 193, 172);
    width: 100%;
    border: 1px solid rgb(179, 179, 179);
    border-radius: 8px;
    text-transform: uppercase;
}

.price-summary-page-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 50%;
    min-width: 50%;
    row-gap: 6px;
    margin: 12px 0;
}

.price-summary-page-date {
    max-width: 90%;
    min-width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-summary-page-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #3b3b3b;
    border-radius: 8px;
    width: 100%;
    font-size: 1.8vw ;
    color: rgb(255, 101, 8);
    padding: 6px 6px 6px 3px;
    font-weight: 600;
}

.price-summary-page-block-subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    width: 100%;
    background: #d7d7d7;
    font-size: 1.8vw ;
    color: rgb(0, 0, 0);
    padding: 6px 6px 6px 3px;
    font-weight: 600;
}

.price-summary-page-block-value {
    max-width: 30%;
    min-width: 25%;
    text-align: left;
}

.price-summary-page-block-value[disabled] {
    border: none;
    background: transparent;
    color: rgb(255, 101, 8);
    font-size: 1.8vw;
    font-weight: 600;
    text-align: left;
    padding: 0;
    pointer-events: none;
}

.payment-structure-page-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 65%;
    min-width: 65%;
    margin: 12px 0;
    row-gap: 1px;
}

.payment-structure-page-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #3b3b3b;
    border-radius: 8px;
    width: 100%;
    font-size: 1.8vw ;
    color: rgb(255, 101, 8);
    padding: 2px 0 2px 6px;
    font-weight: 600;
}

.payment-structure-page-block-container {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    min-height: 4.2vw;
    justify-content: center;
}

.payment-structure-page-block-description {
    color: rgb(0, 0, 0);
    font-size: 1.2vw ;
    font-weight: 400;
}

.payment-structure-page-block-value {
    max-width: 30%;
    min-width: 25%;
    text-align: left;
    color: rgb(0, 0, 0);
}

.timelines-page-description {
    font-size: 1.5vw;
    font-weight: 400;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-kerning: none;
    text-decoration: none;
    text-align: center;
    max-width: 70%;
    min-width: 70%;
}

.timelines-page-container {
    display: flex;
    min-width: 90%;
    max-width: 90%;
    justify-content: center;
}

.timelines-page-block {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background: #ff6507;
    min-width: 33%;
    max-width: 33%;
    height: 20vw;
}

.timelines-page-block span {
    font-size: clamp(14px, 4.5vw, 60px);
    text-align: center;
    font-weight: 600;
    line-height: 0.9;
    letter-spacing: -0.03em;
    max-width: 85%;
    min-width: 85%;
    max-height: 50%;
    min-height: 50%;
    color: #000000;
}

.timelines-page-block a {
    font-size: 1.5vw;
    font-weight: 700;
    color: rgb(27, 103, 244);
}

.warranties-page-block {
    display: flex;
    min-width: 95%;
    max-width: 95%;
    justify-content: center;
    column-gap: 15px;
    flex-wrap: wrap;
}

.warranties-page-block img {
    width: 100%;
    max-width: 409px !important;
    height: auto;
    flex: 1 1 28%;
    display: block;
    cursor: pointer;
}

.title_up {
    font-family: 'League Gothic', sans-serif;
    font-size: clamp(25px, 11.8vw, 60px);
    color: #ff6410;
    text-align: left;
    text-transform: uppercase;
}

.title_down {
    font-family: 'League Gothic', sans-serif;
    font-size: clamp(25px, 11.8vw, 60px);
    color: #ff6410;
    text-align: right;
    text-transform: uppercase;
}

#first-page img,
#reviews-page img,
#take-pride-page img,
#why-wolfsteel-page img,
#breakdown-page img,
#price-summary-page img,
#concrete-specs-page img,
#fabricated-page img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

@media (max-width: 768px) {
    #client-quote {
        padding: 12px;
    }
}

.subscribe-button {
    margin: 10px 0;
    display: inline-block;
    padding: 5px 20px;
    background-color: #ffffff;
    color: #ff6410;
    font-weight: bold;
    border-radius: 60px;
    text-decoration: none;
    transition: background 0.3s;
    cursor: pointer;
    font-size: clamp(12px, 1.9vw, 26px);
    border: none;
    outline: none;
}

.subscribe-button:hover {
    opacity: 0.8;
}