
/* Smooth scrolling styles */
html, body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.smooth__wrapper {
    position: relative;
    overflow: hidden;
}

.smooth__content {
    will-change: transform;
}
.img-fluid{
    max-width: 100%;
    height: auto;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
    .container.v2 {
        max-width: 88%;
    }
}

.mt-10{margin-top: 10px !important;}.mt-20{margin-top: 20px !important;}.mt-30{margin-top: 30px !important;}.mt-40{margin-top: 40px !important;}.mt-50{margin-top: 50px !important;}.mt-60{margin-top: 60px !important;}.mt-70{margin-top: 70px !important;}.mt-80{margin-top: 80px !important;}.mt-90{margin-top: 90px !important;}.mt-100{margin-top: 100px !important;}.mt-110{margin-top: 110px !important;}.mt-120{margin-top: 120px !important;}
.mb-10{margin-bottom: 10px !important;}.mb-20{margin-bottom: 20px !important;}.mb-30{margin-bottom: 30px !important;}.mb-40{margin-bottom: 40px !important;}.mb-50{margin-bottom: 50px !important;}.mb-60{margin-bottom: 60px !important;}.mb-70{margin-bottom: 70px !important;}.mb-80{margin-bottom: 80px !important;}.mb-90{margin-bottom: 90px !important;}.mb-100{margin-bottom: 100px !important;}.mb-110{margin-bottom: 110px !important;}.mb-120{margin-bottom: 120px !important;}
.pt-10{padding-top: 10px !important;}.pt-20{padding-top: 20px !important;}.pt-30{padding-top: 30px !important;}.pt-40{padding-top: 40px !important;}.pt-50{padding-top: 50px !important;}.pt-60{padding-top: 60px !important;}.pt-70{padding-top: 70px !important;}.pt-80{padding-top: 80px !important;}.pt-90{padding-top: 90px !important;}.pt-100{padding-top: 100px !important;}.pt-110{padding-top: 110px !important;}.pt-120{padding-top: 120px !important;}
.pb-10{padding-bottom: 10px !important;}.pb-20{padding-bottom: 20px !important;}.pb-30{padding-bottom: 30px !important;}.pb-40{padding-bottom: 40px !important;}.pb-50{padding-bottom: 50px !important;}.pb-60{padding-bottom: 60px !important;}.pb-70{padding-bottom: 70px !important;}.pb-80{padding-bottom: 80px !important;}.pb-90{padding-bottom: 90px !important;}.pb-100{padding-bottom: 100px !important;}.pb-110{padding-bottom: 110px !important;}.pb-120{padding-bottom: 120px !important;}

/* p{
    color: #7a7a7a;
} */

.text-orange{
    color: #FF4000;
    font-weight: bold;
}
.text-pink{
    color: #ff75b2;
    font-weight: bold;
}
.text-yellow{
    color: #FFD700;
    font-weight: bold;
}
strong{
    font-weight: bold !important;
}

/* Hide animation elements by default */
.animationFade1,
.animationFade2,
.animationFade3 {
    opacity: 0;
    visibility: hidden;
}
.text-center{
    text-align: center;
}

/**
 * SECTION HERO
 */
/* Pengaturan Wadah Scrollytelling dengan Prefix */
.section__hero1-scrolly-container {
    height: 300vh; 
    position: relative;
}

.section__hero1-panels-container {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.section__hero1-panel {
    height: 100vh; 
    width: 100%;
    
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 10%;
    box-sizing: border-box;
    background-color: #fff;
}

/* Styling Teks di dalam Panel dengan Prefix */
.section__hero1-panel h1,
.section__hero1-panel h2 {
    font-size: 50px !important;
    line-height: 1.4 !important;
    color: #1a1a1a;
    max-width: 1200px;
}
.section__hero1 p {
    font-size: 18px;
}
.section__hero1-panel h1 strong, .section__hero1-panel h2 strong {
    font-weight: 900;
}
.section__hero1-scam {
    color: #ff4848;
}


/* Bagian Konten Final dengan Prefix */
.section__hero1-final-content {
    display: flex;
    gap: 3rem;
    padding: 100px 10%;
    background-color: #ffffff;
    align-items: center;
    min-height: 80vh;
    position: relative;
    z-index: 10;
}

.section__hero1-text-content {
    flex: 1;
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 600px;
}

.section__hero1-image-collage {
    flex: 1.2;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    align-items: start;
}

.section__hero1-news-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section__hero1-image-collage > div{
    position: absolute;
}

.section__hero1-image-collage .img1{
    top: -100px;
    right: 0;
    max-width: 270px;
}
.section__hero1-image-collage .img2{
    top: 60px;
    left: 120px;
    max-width: 400px;
    z-index: 9;
}
.section__hero1-image-collage .img3{
    top: -30px;
    left: 0;
    max-width: 270px;
}
.section__hero1-image-collage .img3.v2 {
    top: -60px;
}

@media only screen and (max-width:991px){
    .section__hero1-panel h1, .section__hero1-panel h2, h2 {
        font-size: 25px !important;
    }
    .section__hero1-image-collage .img3 {
        top: -10px;
        left: -80px;
    }
    .section__hero1-image-collage .img2 {
        top: 110px;
        left: 70px;
    }
    .section__hero1-image-collage .img1 {
        top: -110px;
        right: -70px;
    }
}
/* Media Query untuk Mobile */
@media (max-width: 768px) {
    .section__hero1-final-content {
        flex-direction: column;
        padding: 50px 5%;
    }
    .section__hero1-image-collage {
        margin-top: 40px;
        width: 100%;
        scale: 0.6;
        top: 60px;
    }
    .section__hero1 {
        padding-bottom: 100px;
    }
    .title_v2.container.pt-80 {
        padding-top: 150px !important;
    }
}

/**
 * SECTION SCROLL 1
 */
/* The main container that provides the scroll height for the sticky effect */
.section__scroll1 {
    /* Height is a multiple of viewport height. 100vh per card seems to work well. */
    height: 400vh;
    position: relative;
}

/* The element that sticks to the top of the viewport */
.section__scroll1 .section__scroll1__sticky-wrapper {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Prevents content from spilling out */
}

/* The two columns for image and text */
.section__scroll1 .section__scroll1__left-column,
.section__scroll1 .section__scroll1__right-column {
    flex: 1; /* Each column takes up 50% of the width */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Styling for the left (image) column */
.section__scroll1 .section__scroll1__device-image-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}
/* The wrapper for the text cards that will be translated vertically */
.section__scroll1 .section__scroll1__content-cards-wrapper {
    /* Add smooth transition for the transform property */
    transition: transform 0.3s ease-out;
}
/* Styling for individual content cards */
.section__scroll1 .section__scroll1__content-card {
    max-width: 450px;
    margin: 4rem 0;
    padding: 30px;
    text-align: left;
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
    border: 2px solid red;
    border-radius: 15px;
}
.section__scroll1 .section__scroll1__content-card.mobile_fauget{
    padding: 0;
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
    border: none;
}
.section__scroll1 .section__scroll1__content-card.mobile_fauget img{
    border-radius: 15px;
}
/* Fix for Malaysian language version to start first card in the middle */
.section__scroll1 .section__scroll1__content-card.mobile_fauget + .section__scroll1__content-card {
    margin-top: 0; /* Reset margin to ensure card is fully visible */
}
.section__scroll1 .section__scroll1__content-card.active {
    opacity: 1; /* Active card is fully visible */
}
.section__scroll1 .section__scroll1__content-card h2 {
    font-size: 22px;
    margin-bottom: 1rem;
    line-height: 1.4;
    font-weight: 600;
}
.section__scroll1 .section__scroll1__content-card p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #000000;
}
@media only screen and (min-width:1200px){
    .section__scroll1 .section__scroll1__device-image-wrapper img {
        max-width: 82%;
        margin: 0 auto;
    }
}
@media (max-width: 991px){
    .section__scroll1 {
        height: 200vh;
        padding: 0 15px;
    }
    .section__scroll1 .section__scroll1__content-card {
        max-width: 450px;
        margin: 2rem 0;
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .section__scroll1 {
        height: auto;
        padding: 0 15px !important;
    }
    .section__scroll1 .section__scroll1__sticky-wrapper {
        position: relative;
        top: 0;
        height: auto;
    }
}

/**
 * SECTION SEQUENTIAL STACK
 */
.section__sequential_stack {
    position: relative;
    padding-top: 80px;
}

.section__sequential_stack .card-section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    gap: 40px;
}

.section__sequential_stack .card-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.section__sequential_stack .card {
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 390px;
    padding: 30px;
    border-radius: 20px;
    transform-origin: center center;
    background-color: #ffffff;
    color: #232323;
    border: 1px solid #eee;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s linear 0.5s;
    transform: translateX(100%);
}

.section__sequential_stack .card-1 {
    border: 3px solid #00EBAC;
}

.section__sequential_stack .card-2 {
    border: 3px solid #FF4000;
}

.section__sequential_stack .card.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    transform: translateX(0);
    transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s linear 0s;
}

.section__sequential_stack .card.previous {
    transform: translateX(-100%);
}

.section__sequential_stack .card.next {
    transform: translateX(100%);
}

.section__sequential_stack .card h3 {
    margin-top: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.section__sequential_stack .card p {
    font-size: 0.9rem;
}
.section__sequential_stack h2 {
    font-size: 36px !important;
    margin-bottom: 0 !important;
}

/* Add prefixed class section__sequential_stack to all styles */
.section__sequential_stack .checklist-container {
    display: flex;
    gap: 15px;
    width: 100%;
}

.section__sequential_stack .checklist-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.section__sequential_stack .checkbox-box {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 15px 15px 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.section__sequential_stack .checkbox-box:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.section__sequential_stack .parent-checkbox {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.section__sequential_stack .bullet-list {
    margin: 0px 0 0 8px;
    padding: 0;
    list-style-type: none;
}

.section__sequential_stack li {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.section__sequential_stack li::before {
    content: "○";
    font-size: 25px; 
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.section__sequential_stack.zh li::before {
    font-size: 20px; 
}

.section__sequential_stack .bullet-list li {
    font-size: 0.85rem;
    margin-bottom: 5px;
    line-height: 20px;
    color: #000000;
    display: flex;
    align-items: start;
}

.section__sequential_stack .card-navigation {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}

.section__sequential_stack .nav-buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.section__sequential_stack .nav-button {
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #232323;
    display: flex;
    align-items: center;
    gap: 8px;
}

.section__sequential_stack .next-button {
    margin-left: auto;
    color: #232323;
}

.section__sequential_stack .back-button,
.section__sequential_stack .next-button {
    color: #232323 !important;
    background: transparent !important;
}
.section__sequential_stack .nav-button .arrow-icon {
    transition: transform 0.3s ease;
}

.section__sequential_stack .nav-button:hover .arrow-icon {
    transform: translateX(3px);
}

.section__sequential_stack .back-button:hover .arrow-icon {
    transform: translateX(-3px);
}

.section__sequential_stack .nav-button:disabled,
.section__sequential_stack .nav-button[disabled] {
    opacity: 0;
    cursor: not-allowed;
    pointer-events: none;
}

.section__sequential_stack .checkbox-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
}

.section__sequential_stack .checkbox-item input[type="checkbox"]:checked ~ .checkbox-text {
    text-decoration: line-through;
    opacity: 0.75;
}

.section__sequential_stack .checkbox-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.section__sequential_stack .checkmark {
    position: relative;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 2px solid #ccc;
    border-radius: 3px;
    flex-shrink: 0;
    margin-top: 2px;
    transition: all 0.3s ease;
}

.section__sequential_stack .checkbox-item:hover .checkmark {
    border-color: #ff4000;
}

.section__sequential_stack .checkbox-item input:checked ~ .checkmark {
    background-color: #ff4000;
    border-color: #ff4000;
}

.section__sequential_stack .card-1 .checkbox-item input:checked ~ .checkmark {
    background-color: #00ebac;
    border-color: #00ebac;
}
.section__sequential_stack .card-1 .checkbox-item:hover .checkmark {
    border-color: #00ebac;
}

.section__sequential_stack .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.section__sequential_stack .checkbox-item input:checked ~ .checkmark:after {
    display: block;
}
.section__sequential_stack h4.landed-header {
    font-size: 15px;
    margin-bottom: 0;
    font-style: italic;
}
.before_you_go{
    display: flex;
    gap:15px;
}
.when_you_land .checkbox-box {
    background-color: rgb(0 235 172 / 9%);
}
@media (max-width: 991px){
    .section__sequential_stack {
        padding: 40px 15px;
    }
    .section__sequential_stack .checklist-container {
        flex-direction: column;
    }
    .section__sequential_stack h2 {
        text-align: center;
    }
}
@media (max-width: 767px){
    .before_you_go {
        flex-direction: column;
    }
    .when_you_land {
        margin-top: 30px;
    }
    .section__sequential_stack .card {
        padding: 20px 15px;
    }
    .section__sequential_stack .card h3 {
        font-size: 18px;
    }
    .section__sequential_stack h2 {
        font-size: 25px !important;
    }
}

/**
 * SECTION INSTAGRAM FEED
 */
.sk-ig-bottom-btn-container,
.community-section .sk_branding a,
.tutorial_link {
    display: none !important;
}

 .section__instagram_feed {
    padding: 140px 0 80px;
    position: relative;
    display: block;
}
.section-title{
    text-align: center;
}


/**
 * SECTION LOVE SCAMS
 */
 .section__love_scams {
    min-height: 100vh;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}
.section__love_scams .cards-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    width: 100%;
    max-width: 1000px;
}
.section__love_scams .card {
    width: 100%;
    height: 230px;
    padding: 30px;
    border-radius: 15px;
    color: #232323;
    background-color: #ffffff;
}
.section__love_scams .card.h270 {
    height: 270px;
}
.section__love_scams .card-1{
    border: 2px solid #ff57b2;
}
.section__love_scams .card-2{
    border: 2px solid #ff57b2;
}
.section__love_scams .card h3 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.section__love_scams .card p {
    font-size: 0.95rem;
    color: #000000;
}

/* Confetti and Warning Animation Styles */
.confetti-container,
.warning-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
    overflow: hidden;
}

.confetti-piece {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #00EBAC;
    top: -10px;
    animation: confetti-fall linear forwards;
}

.emoji-celebration {
    width: 50px;
    height: 50px;
    z-index: 10000;
    pointer-events: none;
}

.central-warning {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    z-index: 10000;
    pointer-events: none;
}

.completion-message,
.warning-message {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;
    animation: message-fade 4s ease-in-out forwards;
    z-index: 100;
}

.completion-message {
    background-color: #00EBAC;
    color: #fff;
}

.warning-message {
    background-color: #FF4000;
    color: #fff;
}

@keyframes message-fade {
    0% { opacity: 0; transform: translate(-50%, 20px); }
    10% { opacity: 1; transform: translate(-50%, 0); }
    80% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes confetti-fall {
    0% {
        transform: translateY(0) rotate(0deg) scale(1);
    }
    100% {
        transform: translateY(100vh) rotate(720deg) scale(0.7);
    }
}

.warning-emoji {
    position: absolute;
    width: 30px;
    height: 30px;
    animation: warning-pulse 1.5s ease-in-out infinite;
    z-index: 9998;
    opacity: 0;
}

@keyframes warning-pulse {
    0% { opacity: 0; transform: scale(0.5); }
    50% { opacity: 1; transform: scale(1.2); }
    100% { opacity: 0; transform: scale(0.5); }
}

@media (max-width: 991px){
    .section__love_scams .cards-container {
        flex-direction: column;
    }
    .section__love_scams .card {
        height: auto !important;
        padding: 20px;
    }
}
@media (max-width: 767px){
    .section__love_scams .card h3 {
        font-size: 18px;
    }
    .section__love_scams .card p {
        font-size: 14px;
    }
    .section__love_scams {
        padding: 20px !important;
    }
    .completion-message, .warning-message {
        padding: 10px 15px;
        width: 90%;
        text-align: center;
    }
    .central-warning {
        width: 40px !important;
        height: 40px !important;
    }
    .emoji-celebration {
        width: 40px !important;
        height: 40px !important;
    }
    .warning-emoji {
        width: 20px !important;
        height: 20px !important;
    }
}

/**
 * POLYLANG
 */
/* Main container for the dropdown */
.pll-dropdown-switcher {
    position: relative;
    display: inline-block;
    font-size: 1rem;
}

/* Style for the button that toggles the dropdown */
.pll-dropdown-toggle {
    background-color: #f0f0f0 !important;
    border: 1px solid #ccc;
    padding: 8px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 4px;
    position: relative; /* Needed for absolute positioning of the arrow */
    padding-right: 30px; /* Make space for the arrow */
}

/* Flag image inside the toggle button and list items */
.pll-dropdown-switcher img {
    width: 20px;
    height: auto;
}

/* The dropdown list */
.pll-dropdown-list {
    display: none; /* Hidden by default */
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 50px; /* Make it smaller since there is no text */
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    list-style: none; /* Removes the bullet points */
    padding: 0;
    margin: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
    text-align: center;
}

/* The dropdown arrow */
.pll-dropdown-arrow {
    position: absolute;
    right: 8px; /* Position it on the right side */
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #000000;
}

/* Style for the links inside the dropdown list */
.pll-dropdown-list a {
    display: block;
    padding: 10px 12px;
    text-decoration: none;
    color: #333;
}

.pll-dropdown-list a:hover {
    background-color: #f0f0f0;
}

/* Show the dropdown list when the container has the 'active' class */
.pll-dropdown-switcher.active .pll-dropdown-list {
    display: block;
}
.pll-dropdown-list li{
    padding-left: 0;
}
.pll-dropdown-list li:before{
    display: none;
}
@media only screen and (max-width:1024px){
    .pll-dropdown-list {
        top: -460%;
    }
}

/**
 * SECTION POPUP
 */
 .section__popup-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
   
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.section__popup-container {
    position: relative;
    width: 90%;
    max-width: 600px;
    padding: 2.5rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    text-align: center;
    border: 2px solid #000;
    box-sizing: border-box;
    -webkit-animation: popup-fade-in 0.3s ease-out forwards;
    animation: popup-fade-in 0.3s ease-out forwards;
}

.section__popup-header-bar {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    height: 40px;
    background-color: #2b2b2b;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.section__popup-header-bar::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.section__popup-dot {
    width: 12px;
    height: 12px;
    background-color: #ff5f56;
    border-radius: 50%;
    margin-right: 8px;
    border: 1px solid #000;
}

.section__popup-dot:nth-child(2) { background-color: #ffbd2e; }
.section__popup-dot:nth-child(3) { background-color: #28c940; }

.section__popup-content {
    padding-top: 2rem;
}

.section__popup-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    margin-top: 1rem;
    line-height: 1.2;
    color: #000;
}

.section__popup-description {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    color: #555;
    margin-top: 2rem;
    line-height: 1.5;
}

.section__popup-button {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding: 1rem 2rem;
    margin-top: 2.5rem;
    font-size: 1.1rem;
    color: #000 !important;
    background-color: #3bfae7 !important;
    border: 2px solid #000;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 6px 6px 0px #000;
    white-space: normal;
}

.section__popup-button:hover {
    transform: translate(2px, 2px);
    box-shadow: 4px 4px 0px #000;
}

.section__popup-button:active {
    transform: translate(6px, 6px);
    box-shadow: 0px 0px 0px #000;
}
@media (max-width: 991px){
    .section__popup-container {
        padding: 15px 15px 30px;
    }
    .section__popup-title {
        font-size: 30px;
    }
    .section__popup-button {
        font-size: 1rem;
    }
}
    