@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
    --primary-color: #CF60B3;
    --background-color: #FFF;
    --bg-light: #ffeaf5;
    --bg-light-hover: #ffd6eb;
    --accent-bg: #FFECF4;
    --text-dark: #0D1222;
    --border-radius: 10px;
    --transition: all 0.3s ease;
    --shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Reset & Base */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--background-color);
    color: var(--text-dark);
    line-height: 1.5;
    overflow-x: clip;
    width: 100%;
    overscroll-behavior-x: none;
    -webkit-overflow-scrolling: touch;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 1680px;
    margin: 0 auto;
    overflow-x: clip;
}

/* Menu Active State */
.menu-item.active {
    background-color: #f0f0f0;
    font-weight: bold;
}

/* Header */
header {
    background: transparent;
    position: relative;
    z-index: 1;
}

header::after {
    content: "";
    position: absolute;
    bottom: -0.5em;
    right: 40%;
    width: 10em;
    height: 10em;
    z-index: -1;
    background: url(/assets/shape/shape2.svg) no-repeat center/contain;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
}

.logo img {
    width: 160px;
}

nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.login-btn {
    border: 1px solid var(--text-dark);
    background: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: var(--transition);
}

.login-btn:hover {
    background: var(--accent-bg);
}

.menu-icon {
    font-size: 1.5rem;
    cursor: pointer;
}

/* Hero Section */
.hero-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: clamp(40px, 6vw, 70px) 50px;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.hero-container::after {
    content: "";
    position: absolute;
    bottom: 21.5em;
    left: -8%;
    width: 10em;
    height: 10em;
    z-index: -1;
    background: url(/assets/shape/shape2.svg) no-repeat center/contain;
}

.hero-text {
    flex: 1 1 500px;
    max-width: 620px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    z-index: 1;
}

.hero-text h1 .highlight {
    color: var(--primary-color);
    position: relative;
}

.subheading {
    color: #6b6b6b;
    font-weight: 500;
}

.shop-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--bg-light);
    padding: 16px 20px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 16px;
    color: var(--text-dark);
    text-decoration: none;
    box-shadow: var(--shadow);
    transition: var(--transition);
    max-width: fit-content;
    cursor: pointer;
}

.shop-btn::after {
    content: "";
    width: 1em;
    height: 1em;
    background: url("/assets/Icon/Arrow.svg") no-repeat center/contain;
}

.shop-btn:hover {
    background: var(--bg-light-hover);
}

.highlight {
    color: var(--primary-color);
}

/* Footer */
/* Footer */
footer {
    background: #222;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 30px 40px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.footer-links>div {
    flex: 1 1 200px;
    min-width: 200px;
}

.footer-links img {
    max-width: 100%;
    height: auto;
    margin-bottom: 18px;
}

.footer-links h4 {
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
    font-size: .9rem;
}

.footer-links a {
    color: #d7d7d7;              
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff;     
    text-decoration: underline;
}

.foot a {
    color: #d7d7d7;              
    text-decoration: none;
    transition: color 0.3s ease;
}

.foot a:hover {
    color: #ffffff;     
    text-decoration: underline;
}

.newsletter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.subscribe-input {
    flex: 1;
    min-width: 150px;
    padding: 8px;
    border-radius: 30px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #ccc;
}

.subscribe-button {
    padding: 8px 15px;
    background: #d9d9d9;
    color: #000;
    border: none;
    border-radius: 30px;
    cursor: pointer;
}

.subscribe-button:hover {
    background: #bfbfbf;
}

.R-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
}


.R-img {
    display: flex;
    align-items: center;
    width: 40px;
}

.R-img>img {
    width: 100%;
    padding-top: 20px;
}

.foot {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    font-size: .85rem;
}

.footer-line {
    flex: 1 0 80%;
    height: 1px;
    background: #ccc;
    margin-bottom: 10px;
}

.copyright {
    margin-top: 15px;
    font-size: .8rem;
    text-align: center;
    color: #ebebeb;
}

.gotoArrow {
    position: absolute;
    top: -30px;
    right: 20px;
    width: 70px;
    border-radius: 50%;
    padding: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform .2s ease-in-out;
}

.gotoArrow:hover {
    transform: translateY(-3px);
}

.mediaIcons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.mediaIcons img {
    max-width: 30px;
}

/* Modal Menu */
.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
    display: none;
    justify-content: flex-end;
    align-items: flex-start;
    z-index: 1000;
}

.modal {
    background: #fff;
    border-radius: 12px;
    width: 280px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    animation: popIn .25s ease;
}

@keyframes popIn {
    from {
        transform: scale(.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.menu-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    gap: 12px;
}

.menu-item:hover {
    background: #f7f7f7;
}

.icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


.menu-text {
    flex: 1;
    font-size: 14px;
    color: #333;
}

.arrow {
    color: #aaa;
    font-size: 14px;
}

.divider {
    height: 1px;
    background: #eaeaea;
    margin: 0 16px;
}

.flag {
    width: 32px;
    border-radius: 4px;
    flex-shrink: 0;
}

/* Overlay */
.modal-overlay {
    display: none;
    /* hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

/* Modal */
.modal2 {
    background: #fff;
    width: 90%;
    max-width: 500px;
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    position: relative;
}

/* Close button */
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

/* Heading text */
.modal2 h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 1rem 0 0.5rem;
    color: #CF60B3;
}

.modal2 h2 span {
    color: #2b2b2b;
}

.modal2 p {
    font-size: 0.95rem;
    color: #444;
    margin: 0.5rem 0 1.5rem;
}

/* Input fields */
.modal2 .inputs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modal2 input {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 0.95rem;
    outline: none;
    width: 100%;
}

/* Send button */
.modal2 .send-btn {
    background: #ffeaf5;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    width: 100%;
    font-size: 0.95rem;
    font-weight: 500;
    transition: background 0.3s ease;
}

.modal2 .send-btn:hover {
    background: #CF60B3;
    color: white;
}



/* Responsive */
@media (max-width: 1024px) {
    .hero-text p {
        width: 100%;
    }

    footer {
        padding: 50px 20px;
    }

    .footer-links {
        justify-content: space-around;
    }

    .footer-links>div {
        max-width: 250px;
    }
}

@media (max-width: 768px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
    }

    .hero-text {
        align-items: center;
    }

    .footer-links {
        gap: 40px;
    }

    .subscribe-input {
        min-width: 200px;
    }
}

@media (max-width: 480px) {
    .header-content {
        padding: 10px;
    }

    .shop-btn {
        font-size: 14px;
        padding: 10px 16px;
    }

    .footer-links div,
    .newsletter-form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-links {
        text-align: center;
    }

    .login-btn{
        display: none;
    }
    .R-logo>div{
    line-height: 1;
}
}