.logo img {
    width: 280px;
}

/* Hero Section */
.hero-container {
    align-items: center;
}

.hero-container::before {
    content: "";
    position: absolute;
    top: 0;
    right: -200px;
    width: 20em;
    height: 20em;
    z-index: -1;
    background: url(/assets/shape/shape17.svg) no-repeat center/contain;
}

.hero-text {
    max-width: 700px;
    gap: 2.5rem;
}

.hero-text h1 {
    font-size: clamp(2rem, 5vw, 2.8rem);
    font-weight: bold;
    line-height: 1.2;
}

.hero-text .highlight::after {
    content: "";
    position: absolute;
    bottom: -0.5em;
    right: 5%;
    width: 4em;
    height: 1em;
    background: url(/assets/shape/ZiczackLine.svg) no-repeat center/contain;
}

.subheading, [data-key="partner-line1"]{
    font-size: 18px;
    color: #6b6b6b;
    font-weight: 500;
    max-width: 75%;
}

.shop-btn{
    padding: 16px 40px;
}

/* Features */
.features {
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    gap: 20px;
}

.features span,
.content-right-side span,
.partner-content-right-side span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
}

.features span::before,
.content-right-side span::before,
.partner-content-right-side span::before {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    background: url("/assets/Icon/okay.svg") no-repeat center/contain;
    margin-right: 10px;
}

/* Hero Image */
.hero-image {
    flex: 1 1 400px;
}

/* Section Containers */

.hero-container,
.brand-container,
.partner-content-container,
.monetize-container,
.work-container,
.content-container{
    margin-bottom: 100px;
}

.partner-content-container, .monetize-container{
    margin-bottom: 200px;
}

.monetize-container{
    gap: 20px !important;
}

[data-key="partner-monetize-subheading1"]{
    margin-bottom: 50px;
}

.brand-container,
.work-container,
.monetize-container,
.content-container,
.partner-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
}

.brand-images{
    margin-top: 20px;
}
.brand-container > img,
.monetize-container > img {
    width: 100px;
}

.brand-container h1,
.work-container > h1,
.partner-content-container h1,
.monetize-container > h1,
.content-container h1:nth-child(1),
.content-container h1:nth-child(2) {
    font-size: clamp(2rem, 5vw, 2.8rem);
    line-height: 1em;
}

/* Brand Container Decorations */
.brand-container {
    padding-bottom: 150px;
    position: relative;
    z-index: 1;
}

.partner-content-container {
    position: relative;
    z-index: 1;
}

.work-container{
    position: relative;
    z-index: 1;
    &::after {
    content: "";
    position: absolute;
    bottom: -100px;
    right: -222px;
    rotate: 180deg;
    height: 30rem;
    width: 20rem;
    z-index: -1;
    background: url(/assets/shape/shape13.svg) no-repeat center/contain;
}
}

.partner-content-container::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -222px;
    rotate: 180deg;
    height: 30rem;
    width: 20rem;
    z-index: -1;
    background: url(/assets/shape/shape16.svg) no-repeat center/contain;
}

.partner-content-container::after {
    content: "";
    position: absolute;
    bottom: -192px;
    right: -100px;
    height: 20rem;
    width: 20rem;
    z-index: -1;
    background: url(/assets/shape/line2.svg) no-repeat center / contain;
}

/* Brand Images */
.brand-images {
    position: relative;
    z-index: 1;
}

.brand-images::after {
    content: "";
    position: absolute;
    bottom: -130px;
    right: -378px;
    height: 30rem;
    width: 30rem;
    z-index: -1;
    background: url(/assets/shape/shape4.svg) no-repeat center / contain;
}

.brand-images::before {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 45%;
    height: 5rem;
    width: 5rem;
    z-index: -1;
    background: url(/assets/shape/starts.svg) no-repeat center/contain;
}

/* More Decorations */
.brand-container::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -130px;
    rotate: 85deg;
    height: 30%;
    width: 20%;
    z-index: -1;
    background: url(/assets/shape/shape12.svg) no-repeat center/contain;
}

.brand-container::after {
    content: "";
    position: absolute;
    top: -70px;
    left: -200px;
    rotate: 180deg;
    height: 30%;
    width: 30%;
    z-index: -1;
    background: url(/assets/shape/shape10.svg) no-repeat center/contain;
}

.monetize-container {
    position: relative;
    z-index: 1;
}

.monetize-container::before {
    content: "";
    position: absolute;
    top: 360px;
    left: -110px;
    height: 66%;
    width: 120%;
    z-index: -1;
    background: url(/assets/shape/partnerbackshape.svg) no-repeat center/contain;
}
.content-container{
    gap: 20px !important;
}
.partner-content-items {
    position: relative;
    z-index: 1;
}

.partner-content-items::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -100px;
    rotate: 85deg;
    height: 20%;
    width: 20%;
    z-index: -1;
    background: url(/assets/shape/openarrow.svg) no-repeat center/contain;
}

.partner-content-items::after {
    content: "";
    position: absolute;
    bottom: -70px;
    left: -100px;
    rotate: 270deg;
    height: 20%;
    width: 20%;
    z-index: -1;
    background: url(/assets/shape/openarrow.svg) no-repeat center/contain;
}

[data-key="partner-brand-title1"] {
    position: relative;
    z-index: 1;
}

[data-key="partner-brand-title1"]::after {
    content: "";
    position: absolute;
    top: -75px;
    right: -75px;
    height: 100px;
    width: 100px;
    z-index: -1;
    background: url(/assets/image/partnercart.svg) no-repeat center/contain;
}

/* Work Items */
.work-items {
    position: relative;
    align-items: flex-start;
    z-index: 1;
}

.work-items::after {
    content: "";
    position: absolute;
    top: 22px;
    height: 21%;
    width: 102%;
    z-index: -1;
    background: url(/assets/shape/partnerdotline3.svg) no-repeat center / contain;
}

/* Content Container */
.content-container {
    padding-bottom: 20rem;
    position: relative;
    z-index: 1;
}

.content-container::before {
    content: "";
    position: absolute;
    top: -70px;
    left: -22rem;
    rotate: 105deg;
    height: 18%;
    width: 43%;
    z-index: -1;
    background: url(/assets/shape/shape12.svg) no-repeat center/contain;
}

.content-container::after {
    content: "";
    position: absolute;
    bottom: -135px;
    right: -22rem;
    height: 30%;
    width: 140%;
    z-index: -1;
    background: url(/assets/shape/shape15.svg) no-repeat center/contain;
}

/* Text Width Control */
.brand-container p,
.work-container p,
.monetize-container p,
.content-container p,
.content-container-last-h1 {
    max-width: 50%;
    font-size: clamp(1rem, 4vw, 1.2rem);
}

/* Flex Layouts */
.brand-images,
.work-items,
.monetize-items,
.content-items,
.partner-content-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.brand-images img {
    width: 16rem;
}

.item,
.monetize-item {
    flex: 1 1 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.item img {
    width: 80px;
}

.item p,
.monetize-item p {
    max-width: 100%;
}

.partner-content-items{
    margin-top: 20px;
}
.partner-content-left-side {
    flex: 1 1 300px;
    max-width: 700px;
    display: flex;
    justify-content: center;
    position: relative;
}
.partner-content-left-side img{
    max-width: 60%;
}

.partner-content-right-side {
    flex: 1 1 600px;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.content-left-side{
    flex: 1 1 200px;
    max-width: 230px;
    display: flex;
    justify-content: center;
    position: relative;
}

.content-right-side{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.partner-content-right-side h1 {
    font-size: 1.3em;
}

.content-right-side p,
.partner-content-right-side p {
    text-align: start;
}

.partner-content-comp {
    width: 60%;
}


/* Responsive Styles */

@media (min-width: 1274px) and (max-width: 1440px) {

    
    .hero-container {
        gap: 1.5rem;
        padding: 50px 50px;
    }

    .hero-text {
        max-width: 620px;
    }

    .hero-text h1 span {
        font-size: clamp(2.4rem, 5vw, 2.5rem);
    }

    .hero-text p {
        font-size: 20px;
        max-width: 85%;
    }

    .hero-image {
        max-width: 680px;
        gap: 15px;
    }

    .banner-image::after {
        width: 20em;
        height: 20em;
        left: 100px;  /* adjust positioning */
    }
}

@media (max-width: 1273px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .hero-text {
    align-items: center;
}
    .shop-btn{
        align-self: center;
    }
}

@media (max-width: 1024px) {
    .brand-container p,
    .work-container p,
    .monetize-container p {
        max-width: 70%;
    }

    .content-container::after {
        right: -16rem;
        bottom: -215px;
    }
}

@media (max-width: 768px) {
    .features {
        justify-content: center;
    }

    .brand-images img {
        width: 8rem;
    }

    .work-container p,
    .monetize-container p {
        max-width: 90%;
    }

    .content-right-side,
    .partner-content-right-side {
        align-items: center;
    }

    .monetize-container::before,
    .work-items::after {
        display: none;
    }

    .content-container::after {
        right: 0;
        bottom: -15rem;
    }
}

@media (max-width: 480px) {
    .monetize-container::before,
    .work-items::after {
        display: none;
    }

    .content-container {
        padding-bottom: 8rem;
    }

    .content-container::after {
        right: -8rem;
        bottom: -14rem;
    }

    .brand-container p,
    .work-container p,
    .monetize-container p,
    .content-container p,
    .content-container-last-h1 {
        max-width: 100%;
    }

    .partner-content-container::after {
        width: 14rem;
        bottom: -235px;
    }

    [data-key="partner-brand-title1"]::after {
        top: -71px;
        right: 0;
        height: 75px;
        width: 75px;
    }

    .hero-image {
        flex: 1 1 330px;
    }
    .partner-content-comp {
    width: 100%;
    }
    .hero-container {
    margin-bottom: 0px;
    flex-direction: column-reverse;
    gap: 0px !important;
    padding: clamp(40px, 6vw, 50px) 15px !important;
    }
.hero-container::after {
    left: -29%;
}
.partner-content-right-side span
 {
   max-width: 85%;
}
.work-container {
    &::after {
        bottom: 110%;
        height: 10rem;
    }
}

.partner-content-container::before {
    height: 16rem;
}
}
