.about-us-container {
    margin: 0 auto;
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1600px !important;
    background: linear-gradient(180deg, #fff 0%, #c3b4a9 100%);
}

.zoom-content {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin: 0 0;
    transition: all 0.3s ease;
}

@media screen and (max-width: 1400px) {
    .zoom-content {
        width: 100% !important;
    }
}

.about-us-header {
    text-align: center;
    margin-top: -10px;
    font-size: 60px;
    font-weight: 600;
    color: #1a1a1a;
    padding-bottom: 100px;
}

.about-us-deco-container {
    max-width: 1600px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.deco {
    position: absolute;
}
.cloud-1 {
    top: 150px;
    left: 0;
    width: 23%;
}
.cloud-2 {
    top: 130px;
    right: 6%;
    width: 28%;
}
.cloud-3 {
    top: 1120px;
    right: 4%;
    width: 16%;
    z-index: 2;
}
.cloud-4 {
    top: 700px;
    left: 3.5%;
    width: 13.5%;
    z-index: 2;
}
.star-1 {
    width: 3.5%;
    right: 6%;
    top: 6%;
}
.star-2 {
    width: 2%;
    right: 6%;
    top: 26%;
}
.star-3 {
    width: 1.8%;
    left: 6%;
    top: 30%;
}
.star-4 {
    width: 1.8%;
    right: 6%;
    top: 57%;
}
.star-5 {
    width: 2%;
    left: 6%;
    top: 52%;
}

.brand-section {
    display: inline-flex;
    align-items: flex-start;
    border-radius: 15px;
    padding: 180px 50px 0px 50px;
    max-width: 1000px;
    align-self: center;
    height: fit-content;
    align-items: center;
}

.brand-section .domino-logo {
    flex: 2;
    margin-right: 3rem;
    flex-shrink: 0;
    padding: 40px 10px 0px 0px;
}
.brand-section .domino-logo img {
    width: 100%;
}

.brand-section .content {
    flex: 8;
    display: flex;
    flex-direction: column;
    align-self: center;
}

.brand-section h2 {
    font-size: 26px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    text-transform: none;
}

.brand-section p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #4d4d4d;
    margin-bottom: 20px;
}

.brand-section .highlight {
    display: flex;
    align-items: center;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #fbaf31;
}

.highlight svg {
    margin-right: 40px;
    flex-shrink: 0;
}

.color-palette {
    display: flex;
    flex-direction: column;
    padding: 50px 50px 20px 50px;
    max-width: 1000px;
    align-self: center;
}

.color-palette-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.color-swatch {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}

.color-yellow {
    background-color: #fbaf31;
}

.color-black {
    background-color: #1a1a1a;
}

.color-palette-item p {
    font-size: 12px;
    font-weight: 400;
    color: #4d4d4d;
    margin: 0;
}

.color-palette-item p span {
    font-weight: bold;
    color: #fbaf31;
}

.card-content-p {
    background-color: #ede9e6;
    border-radius: 20px;
    padding: 15px 20px 15px 20px;
}

.card {
    border-top-left-radius: 85px !important;
    border-top-right-radius: 85px !important;
    margin-top: 150px;
    background-image: url("../images/about-us/deco/background.png");
    background-size: cover;
    background-repeat: repeat;
    max-width: 1600px !important;
}

.text-yellow {
    color: #fbaf31;
}

.brand-direction-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    margin-left: 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    background-image: url("../images/about-us/deco/bear.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
}

.brand-direction-content {
    max-width: 60%;
    z-index: 1;
}

.brand-direction-label {
    background-color: #ffd02f;
    color: #000;
    display: inline-block;
    padding: 0px 25px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.1;
    text-align: center;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    transform: rotate(-3deg);
    position: absolute;
    top: 100px;
    left: 60px;
    z-index: 10;
}

.brand-direction-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #491e0b;
    margin-top: 120px;
    margin-left: 60px;
    width: 65%;
}

.brand-direction-image {
    display: none;
}

.brand-direction-section {
    max-width: 1100px;
    align-self: center;
    padding-top: 150px;
}

.line-separator {
    align-self: center;
}

.about-wantdefoo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

.about-wantdefoo-content {
    flex: 8;
    margin-right: 90px;
}

.about-wantdefoo h2 {
    font-size: 26px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
    text-transform: none;
}

.about-wantdefoo-description {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #4d4d4d;
    background-color: #ede9e6;
    border-radius: 20px;
    padding: 20px;
}

.about-color-palette {
    margin-bottom: 20px;
}

.about-wantdefoo-highlight {
    display: flex;
    align-items: center;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #fbaf31;
}

.about-wantdefoo-highlight svg {
    margin-right: 40px;
    flex-shrink: 0;
    transform: rotate(270deg);
}

.highlight-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #fbaf31;
}

.about-wantdefoo-logo {
    flex: 3;
}

.about-wantdefoo-logo img {
    width: 100%;
    height: 100%;
}

.color-dark-brown {
    background-color: #491e0b;
}

.text-brown {
    color: #491e0b !important;
}

.brand-direction-wtf-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    padding-top: 150px;
    position: relative;
    overflow: hidden;
    gap: 80px;
    margin-right: -100px;
    margin-bottom: 100px;
}

.brand-direction-wtf-content {
    flex: 1;
    z-index: 1;
}

.brand-direction-wtf-label {
    background-color: #491e0b;
    color: white;
    display: inline-block;
    padding: 0px 25px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.1;
    text-align: center;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    transform: rotate(3.699deg);
}

.brand-direction-wtf-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #4d4d4d;
    margin-top: 2rem;
    width: 90%;
}

.brand-direction-wtf-image {
    flex: 1;
    z-index: 3;
}

.brand-direction-wtf-image img {
    width: 50%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}

.brand-direction-wtf-section {
    max-width: 1000px;
    align-self: center;
}

.image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -210px;
}

.image-container .product-all {
    width: 70%;
    height: 20%;
}
.image-container .product-one {
    width: 20%;
    height: 20%;
    margin-top: 4%;
    margin-right: -2%;
}

.image-container .product-two {
    width: 26%;
    height: 26%;
}

.image-container .product-three {
    width: 18%;
    height: 18%;
    margin-top: 9%;
}

.view-more {
    display: none;
}

/* Mobile responsiveness */
@media (max-width: 1300px) {
    .about-us-container {
        padding-left: 20px;
        padding-right: 20px;
        width: 100% !important;
    }

    .image-container {
        margin-top: -80px;
    }

    .card {
        margin-top: 100px;
    }

    .about-us-header {
        font-size: 30px;
        padding-bottom: 10px;
    }

    .section {
        padding: 0 20px;
    }

    .brand-section {
        flex-direction: column;
        align-items: center;
        padding: 20px;
        text-align: center;
    }

    .brand-section .domino-logo {
        margin-right: 0;
        margin-bottom: 50px;
        max-width: 30%;
    }

    .brand-section h2 {
        font-size: 20px;
    }

    .brand-section p,
    .brand-section .highlight {
        font-size: 14px;
    }

    .brand-section .highlight,
    .domino-highlight,
    .about-wantdefoo-highlight,
    .about-color-palette,
    .brand-section-color-palette {
        display: none;
    }

    .view-more {
        display: block;
        outline: none;
        border: none;
        background: transparent;
        color: #fbaf31;
        font-size: 15px;
        font-weight: 500;
        margin-top: 20px;
    }

    .highlight svg {
        margin-right: 15px;
    }

    .color-palette {
        padding: 20px;
    }

    .color-swatch {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .brand-direction-section {
        padding-top: 0;
    }

    .brand-direction-container {
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin-top: 30px;
        margin-left: 0px;
        background-image: url("../images/about-us/deco/direction-background.png");
    }

    .brand-direction-content {
        display: grid;
        justify-content: center;
        justify-items: center;
        max-width: 100%;
        text-align: center;
    }
    .brand-direction-text {
        width: 100%;
        margin: 40px 0px 20px 0px;
    }

    .brand-direction-image {
        display: block;
        width: 100%;
        margin-top: 20px;
    }
    .brand-direction-image img {
        width: 100%;
    }

    .brand-direction-label {
        position: unset;
        display: inline-block;
        padding: 0px 15px;
        font-size: 25px;
        transform: rotate(-6deg);
        width: fit-content;
        margin-bottom: 0px;
        border-radius: 8px;
        margin-top: 30px;
    }

    .line-separator svg {
        width: 100%;
    }

    .about-wantdefoo {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
        padding: 20px;
    }

    .about-wantdefoo-content {
        max-width: 100%;
        text-align: center;
        order: 2;
        display: grid;
        justify-items: center;
        margin: 0;
    }

    .about-wantdefoo h2 {
        font-size: 20px;
    }

    .about-wantdefoo-description {
        font-size: 14px;
        padding: 15px;
    }

    .about-wantdefoo-logo {
        margin-top: 20px;
        max-width: 40%;
        order: 1;
        margin-bottom: 50px;
    }

    .about-wantdefoo-highlight {
        align-items: center;
    }

    .highlight-text {
        text-align: start;
        margin-top: 10px;
    }

    .brand-direction-wtf-container {
        margin: 0;
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
        padding: 20px;
        gap: 0;
        margin-bottom: 80px;
    }

    .brand-direction-wtf-content {
        max-width: 100%;
        text-align: center;
    }
    .brand-direction-wtf-text {
        width: 100%;
        padding: 5%;
    }

    .brand-direction-wtf-image {
        width: 100%;
        margin-top: 20px;
        height: fit-content;
    }
    .brand-direction-wtf-image img {
        width: 100%;
        position: unset;
    }

    .brand-direction-wtf-label {
        position: unset;
        display: inline-block;
        padding: 0px 15px;
        font-size: 25px;
        transform: rotate(6deg);
        width: fit-content;
        margin-bottom: 0px;
        border-radius: 8px;
        margin-top: 30px;
    }

    .m-page {
        padding-bottom: 0px !important;
    }
}
