.custom-shape {
    width: 110%;
    border-radius: 40px 50px 40px 50px / 40px 40px 50px 50px;
    overflow: hidden;
    transform: rotate(230deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    margin: auto;
    position: relative;
    right: 70%;
    bottom: 15rem;
}

@media (min-width: 641px) and (max-width: 999px)  {
    .custom-shape {
        width: 535px;
        margin: auto;
        right: 0px;
        bottom: 5rem;
    }

    .hero-copy {
        bottom: 4rem;
    }

}


.custom-shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(45deg) translate(115px, 325px) scale(1.5);
}


@media (min-width: 1000px) {
    .custom-shape {
        width: 90%;
        margin: auto;
        right: 20rem;
        bottom: 7rem;
    }

    .hero-copy {
        top: 9rem;
        left: 9rem;
    }

    .custom-shape img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: rotate(130deg) translate(190px, 61px) scale(1.5);
    }

}

@media (min-width: 641px) and (max-width: 999px) {

    .custom-shape img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: rotate(130deg) translate(190px, 61px) scale(1.5);
    }

}

@media (max-width: 600px) {

    .custom-shape {
        width: 90%;
        margin: auto;
        right: 25%;
        bottom: 16rem;
    }

        .custom-shape img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: rotate(130deg) translate(230px, 7px) scale(2);
        }

    .hero-copy {
        display: flex;
        flex-direction: column;
        width: 50%;
        margin-left: 35%;
        margin-top: 4rem;
    }

    .hero-title {
        font-size: 15px;
        margin: 0;
    }

    .hero-copy h4 {
        margin: 0;
        font-size: 15px;
    }

}

.hero-paragraph {
    color: white;
}

/* Header - Dark Theme */
.site-header {
    background: linear-gradient(135deg, #1a1a1a, #2b2b2b); /* Subtle dark gradient */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}



/* Container layout */

.container-header {
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 0 20px; */
}

.container {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 20px;
}

.site-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Logo */
.header-logo-image {
    height: 50px;
}




@media (max-width: 640px) {
    .hero-cta {
        max-width: 80px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-cta .button {
        display: flex;
        font-size: 15px;
        justify-content: center;
        align-items: center;
    }

    .hero-cta .button+.button {
        margin-top: 16px
    }

    .hero-figure::after,
    .hero-figure-box-03,
    .hero-figure-box-04,
    .hero-figure-box-09 {
        display: none
    }
}

@media (min-width: 641px) and (max-width: 999px) {
    .hero {
        text-align: left;
        padding-top: 64px;
        padding-bottom: 88px
    }

    .hero-inner {
        display: flex;
        flex-direction: row-reverse;
        gap: 4rem;
        justify-content: space-between;
        align-items: center
    }

    .hero-copy {
        width: 552px;
    }

    .hero-cta {
        margin: 0
    }

    .hero-cta .button {
        min-width: 170px
    }

    .hero-cta .button:first-child {
        margin-right: 16px
    }

    .hero-figure svg {
        width: auto
    }
}

.language-toggle-header {
  display: flex;
  gap: 8px;
  align-items: center;
}

.lang-toggle {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 14px;
}

.lang-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
}

.lang-toggle.active {
  background: #fff;
  color: #1a1a1a;
}
