/* ==========================================================================
   WIP — Women in Power | Brand Override CSS
   Built on Babun HTML5 Template
   100% Solid Color Buttons — ZERO GRADIENTS ON BUTTONS
   ========================================================================== */

:root {
    --wip-rose: #C74972;
    --wip-indigo: #5C72B4;
    --wip-lavender: #dbcbe5;
    --wip-dark-slate: #16171B;
    --wip-muted: #646A7A;
    --wip-light-bg: #F8F9FC;
}

/* Global Colors */
h1, h2, h3, h4, h5, h6, .text-dark { color: var(--wip-dark-slate) !important; }
body, p { color: var(--wip-muted); }

/* Buttons & Gradients - Disable gradients and use solid color */
[class*="btn-"], .quote-one, .arrow-btn, .round-btn, .slick-arrow {
    background-image: none !important;
}

.btn-twenty, .btn-one, .btn-four, .quote-one, .arrow-btn, .round-btn, .slick-arrow {
    background-color: var(--wip-rose) !important;
    color: #ffffff !important;
    border-color: var(--wip-rose) !important;
}

.btn-twenty:hover, .btn-one:hover, .btn-four:hover, .quote-one:hover, .arrow-btn:hover, .round-btn:hover, .slick-arrow:hover {
    background-color: var(--wip-dark-slate) !important;
    color: #ffffff !important;
    border-color: var(--wip-dark-slate) !important;
}

.btn-twenty.btn-secondary-solid {
    background-color: var(--wip-indigo) !important;
    border-color: var(--wip-indigo) !important;
}

.btn-twenty.btn-secondary-solid:hover {
    background-color: var(--wip-dark-slate) !important;
}

/* Specific component colors */
.main-count { color: var(--wip-rose) !important; }
.upper-title-two, .upper-title { color: var(--wip-rose) !important; }

.chart-inner { background-image: none !important; }
.block-feature-thirteen .graph-panel .chart-box:nth-child(1) .chart-inner { background-color: var(--wip-rose) !important; }
.block-feature-thirteen .graph-panel .chart-box:nth-child(2) .chart-inner { background-color: var(--wip-indigo) !important; }

/* Icon boxes */
.card-style-twenty .icon, .card-style-twentyOne .icon .numb {
    background-color: var(--wip-rose) !important;
    background-image: none !important;
    color: #fff !important;
}

.card-style-twenty:hover .icon {
    background-color: var(--wip-rose) !important;
}

/* Hero Background Dark Overlay */
.hero-video-bg::after {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(15, 16, 24, 0.72) !important;
    z-index: 1;
}

/* Ensure navbar active state uses WIP color */
.theme-main-menu.white-vr .navbar-nav .nav-link:hover,
.theme-main-menu.white-vr .navbar-nav .nav-link.active {
    color: var(--wip-rose) !important;
}

/* ============================================================
   WIP — Hero Banner Seven Lift & Height Balance
   ============================================================ */
.hero-banner-seven {
    padding: 280px 0 110px !important;
}

.hero-banner-seven .upper-title-two {
    letter-spacing: 2px;
    font-size: 15px;
    margin-bottom: 20px !important;
}

.hero-banner-seven .hero-heading {
    font-size: 68px !important;
    line-height: 1.12 !important;
}

.hero-banner-seven p.text-xl {
    font-size: 20px !important;
    line-height: 1.55 !important;
    max-width: 580px;
}

.hero-banner-seven .lead-form {
    padding: 35px 45px 40px !important;
    border-radius: 26px !important;
}

.hero-banner-seven .lead-form h3 {
    font-size: 30px !important;
    margin-bottom: 0 !important;
}

.hero-banner-seven .lead-form input {
    height: 58px !important;
    border-radius: 10px !important;
}

.hero-banner-seven .lead-form button {
    height: 56px !important;
    border-radius: 10px !important;
}

@media (max-width: 1200px) {
    .hero-banner-seven {
        padding: 230px 0 90px !important;
    }
    .hero-banner-seven .hero-heading {
        font-size: 56px !important;
    }
}

@media (max-width: 991px) {
    .hero-banner-seven {
        padding: 190px 0 75px !important;
    }
    .hero-banner-seven .hero-heading {
        font-size: 48px !important;
    }
}

@media (max-width: 575px) {
    .hero-banner-seven {
        padding: 155px 0 55px !important;
    }
    .hero-banner-seven .hero-heading {
        font-size: 36px !important;
    }
}

/* ============================================================
   WIP — Newsletter Banner & Footer Four Brand Colors
   ============================================================ */

/* Newsletter Banner */
.newsletter-banner {
    background: transparent !important;
}

.newsletter-banner .main-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

.newsletter-banner .bottom-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.newsletter-banner h2 {
    color: #fff !important;
}

.newsletter-banner p {
    color: rgba(255, 255, 255, 0.85) !important;
}

.newsletter-banner form input[type="email"] {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff !important;
    border-radius: 30px;
    padding: 12px 20px;
    flex: 1;
}

.newsletter-banner form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.65);
}

.newsletter-banner form button {
    background-color: var(--wip-rose) !important;
    background-image: none !important;
    color: #fff !important;
    border: none;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-left: 10px;
}

.newsletter-banner form button:hover {
    background-color: #fff !important;
    color: var(--wip-dark-slate) !important;
}

.newsletter-banner a {
    color: rgba(255, 255, 255, 0.85) !important;
}

.newsletter-banner a:hover {
    color: #fff !important;
}

/* Footer Four & Large Wrapper — using bg_04.svg with updated brand colors */
.footer-large-wrapper {
    position: relative;
    background: none !important;
    z-index: 1;
    overflow: hidden;
}

.footer-large-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/assets/bg_04.svg) no-repeat center bottom !important;
    background-size: cover !important;
    z-index: -1;
}

.footer-four {
    background: transparent !important;
}

.footer-four .footer-title {
    color: #fff !important;
}

.footer-four .footer-title:before {
    background: var(--wip-lavender) !important;
}

.footer-four .footer-nav-link a,
.footer-four .footer-intro p,
.footer-four .footer-intro span {
    color: rgba(255, 255, 255, 0.75) !important;
}

.footer-four .footer-nav-link a:hover {
    color: var(--wip-lavender) !important;
}

.footer-four .footer-intro ul li a {
    color: rgba(255, 255, 255, 0.75) !important;
}

.footer-four .footer-intro ul li a:hover {
    color: var(--wip-lavender) !important;
}

.footer-four .inner-wrapper {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-four .bottom-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 25px 0;
}

.footer-four .copyright,
.footer-four .bottom-nav a {
    color: rgba(255, 255, 255, 0.5) !important;
}

.footer-four .bottom-nav a:hover {
    color: var(--wip-rose) !important;
}

.footer-four .social-icon a {
    color: rgba(255, 255, 255, 0.6) !important;
}

.footer-four .social-icon a:hover {
    color: var(--wip-rose) !important;
}

/* Global Alignment (UN SDGs Banner) Background */
.fancy-banner-seven .bg-wrapper {
    background-image: url(../images/assets/2151682136.jpg) !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/* ============================================================
   WIP — Italy & Brazil Bilateral Section (Clean Full-Width, No Background)
   ============================================================ */
.italy-brazil-section {
    background: #ffffff !important;
    background-image: none !important;
    position: relative;
    overflow: hidden;
}

.bilateral-map-stage {
    position: relative;
    width: 100%;
    margin: 30px 0 50px;
}

.bilateral-map-stage .map-svg-container {
    position: relative;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    background: transparent;
    border: none;
    box-shadow: none;
}

.bilateral-map-stage .map-base-img {
    filter: none !important;
}

/* Floating Status Pills */
.bilateral-pill-tag {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 40px;
    padding: 8px 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
    font-size: 14px;
    transition: all 0.3s ease;
}

.bilateral-pill-tag.bridge-pill {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(92, 114, 180, 0.25);
}

.bilateral-pill-tag .sub-label {
    font-size: 12px;
    color: #6c757d;
}

.bilateral-pill-tag .live-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.bilateral-pill-tag .live-dot.pulse-rose {
    background: #C74972;
    box-shadow: 0 0 0 0 rgba(199, 73, 114, 0.7);
    animation: livePulseRose 2s infinite;
}

.bilateral-pill-tag .live-dot.pulse-indigo {
    background: #5C72B4;
    box-shadow: 0 0 0 0 rgba(92, 114, 180, 0.7);
    animation: livePulseIndigo 2s infinite 1s;
}

@keyframes livePulseRose {
    0% {
        box-shadow: 0 0 0 0 rgba(199, 73, 114, 0.7);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(199, 73, 114, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(199, 73, 114, 0);
    }
}

@keyframes livePulseIndigo {
    0% {
        box-shadow: 0 0 0 0 rgba(92, 114, 180, 0.7);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(92, 114, 180, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(92, 114, 180, 0);
    }
}

/* Enhanced Transatlantic Flow Animation */
.bilateral-flow-line {
    animation: bilateralDashFast 3.5s linear infinite;
}

@keyframes bilateralDashFast {
    from {
        stroke-dashoffset: 44;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.radar-ring-1 {
    animation: radarPulseStagger 2.4s ease-out infinite;
    transform-origin: center;
}

.radar-ring-2 {
    animation: radarPulseStagger 2.4s ease-out 0.8s infinite;
    transform-origin: center;
}

.radar-ring-3 {
    animation: radarPulseStagger 2.4s ease-out 1.6s infinite;
    transform-origin: center;
}

@keyframes radarPulseStagger {
    0% {
        r: 6px;
        opacity: 0.95;
        stroke-width: 2px;
    }
    50% {
        opacity: 0.5;
        stroke-width: 1.5px;
    }
    100% {
        r: 38px;
        opacity: 0;
        stroke-width: 0.5px;
    }
}


/* Pricing Card refinement for Italy & Brazil Hub (Template pricing-card-one) */
.pricing-card-one {
    padding: 40px 40px 45px;
}

.pricing-card-one .action-btn a:hover {
    color: var(--wip-rose);
}

/* ============================================================
   WIP — Template card-style-ten Number Highlight Refinement
   ============================================================ */
.card-style-ten .main-count {
    font-family: "ClashDisplay", sans-serif !important;
    line-height: 1 !important;
    margin-bottom: 0 !important;
}

.card-style-ten .main-count:before {
    bottom: 12% !important;
}

.card-style-eleven {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 45px 40px 48px;
    transition: all 0.35s ease-in-out;
}

.card-style-eleven:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
}


/* ============================================================
   WIP — Partner Logo One & Carousel Styling
   ============================================================ */
.partner-logo-one {
    position: relative;
    overflow: hidden;
}

.partner-logo-one .partner-slider-one .item {
    padding: 0 35px;
}

.partner-logo-one .slick-track {
    display: flex !important;
    align-items: center !important;
}

.partner-logo-one .slick-slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 120px !important;
}

.partner-logo-one .logo {
    width: 100%;
    height: 110px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.partner-logo-one .logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.partner-logo-one .logo img {
    max-height: 88px;
    max-width: 230px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(10%) opacity(0.9);
    transition: transform 0.35s cubic-bezier(0.2, 1, 0.3, 1), filter 0.35s ease, opacity 0.35s ease;
}

.partner-logo-one .logo:hover img {
    transform: scale(1.12);
    filter: grayscale(0%) opacity(1);
}

.partner-logo-one .logo img.logo-thamaia,
.partner-logo-one .logo img[src*="thamaia"] {
    filter: brightness(0) opacity(0.9) !important;
}

.partner-logo-one .logo:hover img.logo-thamaia,
.partner-logo-one .logo:hover img[src*="thamaia"] {
    filter: brightness(0) opacity(1) !important;
    transform: scale(1.12);
}

.partner-logo-one .logo img[src*="paraisopolis"] {
    border-radius: 14px;
}


/* ============================================================
   WIP — Digital Ecosystem (Template block-feature-eight & card-style-eleven)
   ============================================================ */
.block-feature-eight {
    background: url(../images/assets/bg_02.svg) no-repeat center !important;
    background-size: cover !important;
}

.card-style-eleven {
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.35s ease-in-out;
}

.card-style-eleven:hover {
    background: #ffffff !important;
    transform: translateY(-6px);
    border-color: rgba(219, 203, 229, 0.8) !important;
    box-shadow: 0 16px 40px rgba(219, 203, 229, 0.28) !important;
}

.card-style-eleven .arrow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f8f6fb;
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}

.card-style-eleven:hover .arrow-btn {
    background: #dbcbe5;
    opacity: 1;
}

.btn-thirteen:hover {
    background-color: #dbcbe5 !important;
    color: #16171B !important;
}

/* ============================================================
   WIP — Modern Floating Back-to-Top Button
   ============================================================ */
.scroll-top {
    width: 48px !important;
    height: 48px !important;
    line-height: 46px !important;
    position: fixed !important;
    bottom: 32px !important;
    right: 28px !important;
    z-index: 9999 !important;
    text-align: center !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #16171B !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important;
    font-size: 19px !important;
    cursor: pointer !important;
    padding: 0 !important;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.scroll-top:after {
    display: none !important;
}

.scroll-top i {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-top: -2px;
    font-weight: 700;
    transition: transform 0.25s ease;
}

.scroll-top:hover {
    background: #16171B !important;
    color: #ffffff !important;
    border-color: #16171B !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22) !important;
}

.scroll-top:hover i {
    transform: translateY(-2px);
}

@media (max-width: 575px) {
    .scroll-top {
        bottom: 20px !important;
        right: 18px !important;
        width: 42px !important;
        height: 42px !important;
        line-height: 40px !important;
        font-size: 16px !important;
    }
}

/* ============================================================
   WIP — Text Feature Nine (Core Principles Adaptation)
   ============================================================ */
.text-feature-nine {
    background: url(../images/assets/bg_03.svg) no-repeat center bottom !important;
    background-size: cover !important;
    background-color: #283a5e !important;
}

.text-feature-nine .vertical-text-wrapper .text-list:hover {
    color: #627fc1 !important;
}

.text-feature-nine .title-two h2 span {
    color: #627fc1 !important;
}

/* ============================================================
   WIP — Custom Preloader Animation with Official Logo
   ============================================================ */
.ctn-preloader {
    background: #ffffff !important;
}

.wip-preloader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.wip-preloader-logo-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.wip-preloader-glow {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(199, 73, 114, 0.22) 0%, rgba(133, 97, 162, 0.12) 50%, transparent 70%);
    animation: wipGlowPulse 2.4s ease-in-out infinite alternate;
    pointer-events: none;
}

.wip-preloader-logo {
    max-width: 135px;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
    animation: wipLogoBreathe 2.4s ease-in-out infinite;
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.08));
}

@keyframes wipLogoBreathe {
    0%, 100% {
        transform: scale(1);
        opacity: 0.95;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
        filter: drop-shadow(0 8px 24px rgba(199, 73, 114, 0.25));
    }
}

@keyframes wipGlowPulse {
    0% {
        transform: scale(0.85);
        opacity: 0.4;
    }
    100% {
        transform: scale(1.35);
        opacity: 0.85;
    }
}

.wip-preloader-bar {
    width: 120px;
    height: 3px;
    border-radius: 99px;
    background: rgba(22, 23, 27, 0.08);
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
}

.wip-preloader-indicator {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    border-radius: 99px;
    background: linear-gradient(90deg, #C74972, #8561A2, #5C72B4);
    animation: wipBarSlide 1.6s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

@keyframes wipBarSlide {
    0% {
        left: -100%;
        width: 30%;
    }
    50% {
        left: 25%;
        width: 60%;
    }
    100% {
        left: 100%;
        width: 30%;
    }
}

.ctn-preloader .txt-loading {
    margin-top: 0 !important;
}

.ctn-preloader .txt-loading .letters-loading {
    font-size: 22px !important;
    letter-spacing: 7px !important;
    line-height: 22px !important;
    color: rgba(22, 23, 27, 0.15) !important;
}

.ctn-preloader .txt-loading .letters-loading::before {
    color: #16171B !important;
    line-height: 22px !important;
}

/* ============================================================
   WIP — Confirmation Modal & Lead Form Enhancements
   ============================================================ */
.wip-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(14, 23, 20, 0.72);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.wip-modal-backdrop.active {
    opacity: 1;
    visibility: visible;
}

.wip-modal-card {
    background: #ffffff;
    border-radius: 28px;
    max-width: 520px;
    width: 100%;
    padding: 44px 38px 36px;
    text-align: center;
    position: relative;
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.35);
    transform: scale(0.92) translateY(20px);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.wip-modal-backdrop.active .wip-modal-card {
    transform: scale(1) translateY(0);
}

.wip-modal-close-btn {
    position: absolute;
    top: 20px;
    right: 22px;
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, 0.05);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    color: #16171B;
    transition: all 0.2s ease;
}

.wip-modal-close-btn:hover {
    background: #16171B;
    color: #ffffff;
}

.wip-modal-icon-badge {
    width: 76px;
    height: 76px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #C74972, #8561A2);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(199, 73, 114, 0.3);
}

.hero-banner-seven .lead-form select {
    height: 56px;
    padding: 0 16px;
    border: 1px solid #000;
    border-radius: 10px;
    font-size: 15px;
    color: #16171B;
    background-color: #fff;
    cursor: pointer;
}

.hero-banner-seven .lead-form select:focus,
.hero-banner-seven .lead-form input:focus {
    border-color: #C74972;
    outline: none;
    box-shadow: 0 0 0 3px rgba(199, 73, 114, 0.15);
}

.hero-banner-seven .lead-form input {
    height: 56px;
}

/* ==========================================================================
   WIP — Password Protected Site Gatekeeper & Modal Styling
   ========================================================================== */

/* Locked state: obscures content completely until authenticated */
html.wip-locked-html body,
body.wip-locked {
    overflow: hidden !important;
    height: 100vh !important;
}

html.wip-locked-html .box-layout,
html.wip-locked-html header,
html.wip-locked-html .scroll-top,
body.wip-locked .box-layout,
body.wip-locked header,
body.wip-locked .scroll-top {
    filter: blur(28px) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    user-select: none !important;
    transition: filter 0.5s ease, opacity 0.5s ease;
}

/* Password Modal Custom Backdrop & Styling */
#passwordModal {
    background: rgba(15, 16, 24, 0.94) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: 99999 !important;
}

#passwordModal .user-data-form {
    background: #ffffff;
    max-width: 520px;
    border-radius: 24px !important;
    padding: 46px 40px 38px;
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.45);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

#passwordModal .user-data-form h2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--wip-dark-slate);
    margin-bottom: 8px;
}

#passwordModal .user-data-form p {
    font-size: 15px;
    color: var(--wip-muted);
    margin-bottom: 25px;
}

#passwordModal .form-wrapper .input-group-meta input {
    height: 54px;
    border: 1.5px solid #E2E4EB;
    border-radius: 12px;
    background: #F8F9FC;
    padding: 0 52px 0 18px;
    font-size: 16px;
    transition: all 0.2s ease;
}

#passwordModal .form-wrapper .input-group-meta input:focus {
    border-color: var(--wip-rose);
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 4px rgba(199, 73, 114, 0.12);
}

#passwordModal .form-wrapper .input-group-meta input.is-invalid {
    border-color: #dc3545 !important;
    background: #FFF5F5;
}

#passwordModal .form-wrapper .input-group-meta input.is-valid {
    border-color: #198754 !important;
    background: #F3FBF7;
}

#passwordModal .form-wrapper .input-group-meta .placeholder_icon {
    top: 32px;
    right: 5px;
    cursor: pointer;
}

#passwordModal .btn-four {
    background-color: var(--wip-rose) !important;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    height: 54px;
    line-height: 54px;
    padding: 0 25px;
    border: none !important;
    color: #ffffff !important;
    box-shadow: 0 10px 20px rgba(199, 73, 114, 0.28);
    transition: all 0.3s ease;
}

#passwordModal .btn-four:hover {
    background-color: var(--wip-dark-slate) !important;
    box-shadow: 0 10px 20px rgba(22, 23, 27, 0.3);
    transform: translateY(-2px);
}

#passwordModal .agreement-checkbox label {
    font-size: 14px;
    color: var(--wip-muted);
}

/* Shake Animation on Invalid Password */
@keyframes wipShakeAnimation {
    0%, 100% { transform: translateX(0); }
    15%, 55%, 85% { transform: translateX(-9px); }
    35%, 75% { transform: translateX(9px); }
}

.wip-shake {
    animation: wipShakeAnimation 0.45s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}






