/* The Dreamer Bank - Ana Sayfa Tasarımı */
/* #### Generated By: http://font.download #### */

/* Safari Bootstrap Hover Fix */

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
@font-face {
    font-family: 'Rubik One Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Rubik One Regular'), url('../fonts/RubikOne-Regular.woff') format('woff');
}

.bg-cream,
body.bg-cream {
    background-color: #faf6e9 !important;
}

.bg-star {
    background-color: #000;
    position: relative;
}

.bg-star::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/starts-background.png);
    opacity: 0.7;
    z-index: -1;
}

/* Genel Reset ve Temel Stiller */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Be Vietnam Pro', sans-serif;

    color: #fff;
    overflow-x: hidden;
}

a,
span,
div,
p {
    font-family: 'Be Vietnam Pro', sans-serif;
}

/* Header Stiller - Transparan */
.main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
    padding: 5px 0;
    transition: all 0.3s ease;
}

.main-header.scrolled {
    background: #000;

    padding: 15px 0;
}

/* Master Header Scroll Behavior - Basit ve Temiz */
.master-header .main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #1b1b1b;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease;
    transform: translateY(0);
    border-bottom: 2px solid #292929;
}

/* Cream background sayfalar için */
.bg-cream.master-header .main-header {
    background: rgba(250, 246, 233, 0.95);
    border:0px;
}

/* Fixed Header for Support Page */
.fixed-header .main-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 15px 0;
    transform: translateY(0) !important;
    /*background-image: url(../img/starts-background.png);*/
    background: transparent;
    transition: background-color 0.3s ease;
}

/* Fixed header scroll durumunda background */
.fixed-header .main-header.scrolled {
    background: #000 !important;
}

.bg-cream.fixed-header .main-header {
    background: rgba(250, 246, 233, 0.95) !important;
}

.bg-cream.fixed-header .main-header.scrolled {
    background: rgba(250, 246, 233, 0.95) !important;
}

/* Add top padding to main content when header is fixed */
.fixed-header .contain-main {
    padding-top: 80px;
}

/* Center Tab Menu Scroll Animation */
.profile-header .center-tab-menu {
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

/* Header sabitlendiğinde (scrolled) tab menüsünü gizle */
.profile-header.scrolled .center-tab-menu {
    transform: translateX(-50%) translateY(-20px);
    opacity: 0;
    pointer-events: none;
}

/* Sayfa en tepedeyken tab menüsünü göster */
.profile-header:not(.scrolled) .center-tab-menu {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    pointer-events: auto;
}

/* Navbar Stiller */
.navbar {
    padding: 0;
}

.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.navbar-brand {
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    /* Logo sola yapıştır */
    margin-right: auto;
}

.navbar-brand img {
    height: 30px;
    width: auto;
}

/* Menu Toggle Button */
.menu-toggle {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.menu-toggle:hover {
    color: #ff6b47;
}

.menu-toggle:hover .menu-line {
    background-color: #ff6b47;
}

/* Menu Icon - Custom Hamburger Lines */
.menu-icon {
    display: flex;
    flex-direction: column;
    gap: 4px;
    /* width: 20px; */
    border-radius: 18px;
    border: 2px solid #2e2e2e;
    padding: 6px 6.5px;
    background-color: #000;
}

.menu-line {
    width: 15px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.menu-line:nth-child(1) {

   
}

.menu-line:nth-child(2) {
    width: 15px;

    position: relative;
}

.menu-line:nth-child(2)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    border-radius: 2px;
}

.menu-line:nth-child(3) {
    width: 15px;

}



.menu-line-white {
    width: 100%;
    height: 3px;
    background-color: #FEFCE1;
    border-radius: 2px;
    transition: all 0.3s ease;
}


/* Menu Text */
.menu-text-white {
    font-size: 18px;
    font-weight: 700;
    color: #fff;

    letter-spacing: 1px;
    transition: color 0.3s ease;
    margin-left: 15px;
}

.menu-line-white:nth-child(2) {
    width: 100%;

    position: relative;
}

.menu-line-white:nth-child(2)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    border-radius: 2px;
}

.menu-line-white:nth-child(3) {
    width: 20px;

}

body.bg-cream .menu-line:nth-child(1) {
    
}

body.bg-cream .menu-line {
    background-color: #141414
}

body.bg-cream .menu-text {
    color: #141414;
}

body.bg-cream .btn-login {
    color: #141414;
        background-color: unset;
}
body.bg-cream .menu-icon{
    background-color: unset;
}
.auth-page .menu-icon{
    background-color: unset;
}
.auth-page .menu-line{
    color:#000;
    background: #000;
}
.menu-line-dark {
    width: 100%;
    height: 3px;
    background-color: #141414;
    border-radius: 2px;
    transition: all 0.3s ease;
}


/* Menu Text */
.menu-text-dark {
    font-size: 18px;
    font-weight: 700;
    color: #141414;

    letter-spacing: 1px;
    transition: color 0.3s ease;
    margin-left: 15px;
}

.menu-line-white:nth-child(2) {
    width: 100%;

    position: relative;
}

.menu-line-white:nth-child(2)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    border-radius: 2px;
}

.menu-line-white:nth-child(3) {
    width: 20px;

}

/* Menu Text */
.menu-text {
    font-size: 18px;
    font-weight: 700;
    color: #FEFCE1;

    letter-spacing: 1px;
    transition: color 0.3s ease;
    margin-left: 15px;
}

/* Desktop Header Right Section */
.desktop-header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Giriş Yap ve Kayıt Ol Butonları */
.auth-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.auth-buttons {
    font-size: 18px;
    font-weight: 700;
}

.btn-login {
        background: #000;
    /* border: none; */
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 7px 10px;
    border: 2px solid #2e2e2e;
    border-radius: 99px;
}

.btn-login.black {
    color: #141414 !important;

}

.btn-login:hover {
    color: #ff6b47;
}

.btn-register {
    background: #FF7141;
    color: #fff;
    padding: 16px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    width: 121px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;

    top: 14px;
    left: 1199px;
}

.btn-register:hover {
    background: #ff6a3d;
    transform: translateY(-2px);
    color: #fff;
}

/* Hero Section - Ana Banner */
.hero-section {
    min-height: 100vh;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 100px 0 0px;
    position: relative;
}

.hero-content h1 {
    font-family: 'Rubik One Regular', monospace;
    font-size: 100px;
    font-weight: 400;
    line-height: 108px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.hero-content h1 span {
    font-family: 'Rubik One Regular', monospace;
}

.hero-content .text-whit {
    color: #faf6e9;
}


.hero-subtitle {
    font-weight: 400;
    font-size: 24px;
    color: #faf6e9;
    margin-bottom: 40px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.hero-subtitle b {
    color: #d2ccc1;
    font-weight: 700;;
}

.hero-subtitle .highlight {
    color: #fff;
    font-weight: bold;
}

/* Hadi Başlayalım Butonu */
.btn-start {
    background: #f4582e;
    color: #141414;
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;

    border: none;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.btn-start:hover,
.btn-start:active,
.btn-start:focus {
    background: #ff6a3d;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
}

/* Mobile Header Right */
.mobile-header-right {
    display: none;
    align-items: center;
    gap: 15px;
}

.bg-cream .mobile-header-right a {
    color: #141414;
    border-color: #141414;
    background: none !important;
}

/* Mobile Login Button */
.mobile-login-btn {
    background: none;
    border: 2px solid #2e2e2e;
    color: #fff;
    padding: 8px 16px;
    border-radius: 99px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    transition: all 0.1s ease;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.mobile-login-btn:hover,
.mobile-login-btn:active,
.mobile-login-btn:focus {
    background: #fff;
    color: #000;
}

/* iOS Safari için özel hover çözümü */
@supports (-webkit-touch-callout: none) {
    .mobile-login-btn:active {
        background: #fff !important;
        color: #000 !important;
        transform: scale(0.98);
        transition: all 0.1s ease;
    }
}

/* Touch cihazlar için alternatif çözüm */
@media (hover: none) and (pointer: coarse) {
    .mobile-login-btn:active {
        background: #fff !important;
        color: #000 !important;
        border-color: #2e2e2e !important;
    }
}

/* Mobile Register Button */
.mobile-register-btn {
    background: #FF7141;
    border: none;
    color: #fff;
    padding: 8px 16px;
    border-radius: 99px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.mobile-register-btn:hover {
    background: #ff6a3d;
    color: #fff;
    transform: translateY(-1px);
}

/* Mobile Hamburger Menu */
.mobile-menu-toggle {
    display: none;
    background: #000;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 4px;
    padding: 7px 7px;
    z-index: 1001;

}

.mobile-menu-toggle {
    border: 2px solid #2e2e2e;
    border-radius: 50%;
}

.mobile-menu-toggle.black .hamburger-line {
    background-color: #141414 !important;
}

.hamburger-line {
    width: 19px;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.bg-cream .mobile-menu-toggle {
    border: 2px solid #141414;
    background: none !important;

}

.bg-cream .hamburger-line {
    background-color: #141414;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Desktop Side Menu Overlay */
.desktop-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.desktop-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Desktop Side Menu */
.desktop-side-menu {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    z-index: 1999;
    transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 0;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.desktop-side-menu.active {
    right: 0;
}

.desktop-menu-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 25px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.3);
}

.desktop-menu-close {
    background: none;
    border: none;
    color: #FEFCE1;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktop-menu-close:hover {
    color: #ff6b47;
    background: rgba(255, 107, 71, 0.1);
    transform: rotate(90deg);
}

.desktop-menu-content {
    display: flex;
    flex-direction: column;
    height: calc(100% - 95px);
    padding: 40px 30px 30px;
}

.desktop-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 50px;
    flex: 1;
}

.desktop-nav-link {
    color: #FEFCE1;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 25px;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 8px;
    border-left: 4px solid transparent;
}

.desktop-nav-link:hover {
    color: #ff6b47;
    background: rgba(255, 107, 71, 0.1);
    border-left-color: #ff6b47;
    transform: translateX(10px);
}



.desktop-nav-link:hover::before {
    width: 100%;
}

.desktop-menu-auth {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.desktop-menu-btn-login {
    background: none;
    border: 2px solid #FEFCE1;
    color: #FEFCE1;
    padding: 15px 25px;
    border-radius: 12px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.desktop-menu-btn-login:hover {
    background: #FEFCE1;
    color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(254, 252, 225, 0.3);
}

.desktop-menu-btn-register {
    background: linear-gradient(135deg, #FF7141 0%, #ff6b47 100%);
    color: #fff;
    padding: 15px 25px;
    border-radius: 12px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 113, 65, 0.3);
}

.desktop-menu-btn-register:hover {
    background: linear-gradient(135deg, #e55a3d 0%, #d4503a 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 113, 65, 0.4);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Mobile Side Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background: #000;
    z-index: 1999;
    transition: right 0.3s ease;
    padding: 20px;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.mobile-menu-close {
    background: none;
    border: none;
    color: #FEFCE1;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    transition: color 0.3s ease;
}

.mobile-menu-close:hover {
    color: #ff6b47;
}

.mobile-menu-content {
    display: flex;
    flex-direction: column;
    height: calc(100% - 70px);
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.mobile-nav-link {
    color: #FEFCE1;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
    border-bottom: 1px solid rgba(254, 252, 225, 0.1);
    transition: color 0.3s ease;
}

.mobile-nav-link:hover {
    color: #ff6b47;
}

.mobile-auth-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: auto;
}

.mobile-btn-login {
    background: none;
    border: 2px solid #FEFCE1;
    color: #FEFCE1;
    padding: 15px 20px;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.mobile-btn-login:hover {
    background: #FEFCE1;
    color: #000;
}

.mobile-btn-register {
    background: #FF7141;
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.mobile-btn-register:hover {
    background: #ff6a3d;
    color: #fff;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .mobile-register-btn {
        display: none;
    }
    
    .navbar-brand img{ 
        height: 23px !important;
    }

    /* Desktop menu gizle, mobile menu göster */
    .desktop-menu {
        display: none;
    }

    .desktop-side-menu {
        display: none;
    }

    .desktop-menu-overlay {
        display: none;
    }

    .mobile-header-right {
        display: flex;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    /* Logo sola yasla */
    .navbar-brand {
        position: static;
        transform: none;
        left: auto;
    }

    /* Desktop header right gizle mobilde */
    .desktop-header-right {
        display: none;
    }

    /* Auth buttons gizle mobilde */
    .auth-buttons {
        display: none;
    }



    .hero-content h1 {
        font-family: 'Rubik One Regular', monospace;
        font-size: 44px;
        line-height: 48px;
        font-style: normal;
        font-weight: 400;
        color: #fff;
        margin-bottom: 15px;
        text-transform: uppercase;
        text-align: center;
        max-width: 100%;
        word-break: keep-all;
        padding: 0 10px;
    }

    .hero-content .text-white {
        color: #fff;
    }

   
    .hero-subtitle {
        font-family: 'Be Vietnam Pro', sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 0%;
        text-align: center;
        color: #DAD6C8;
        padding: 0 0px;
        margin-bottom: 40px;
        max-width: 342px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-subtitle .highlight {
        color: #fff;
        font-weight: 400;
    }

    .btn-start {
        background: #f4582e;
        color: #141414;
        padding: 10px 24px;
        border-radius: 30px;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        display: inline-block;
        transition: all 0.3s ease;
        border: none;
        box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
    }
}

@media (max-width: 576px) {
    .hero-section {
        min-height: 95vh;
    }

    .hero-content h1 {
        font-family: 'Rubik One Regular', monospace;
        font-size: 43px;
        line-height: 44px;
        font-style: normal;
        font-weight: 600;
        color: #fff;
        margin-bottom: 15px;
        text-transform: uppercase;
        text-align: center;
        max-width: 100%;
        word-break: keep-all;

    }

    .hero-subtitle b{
        font-weight: 700;
    }

    .hero-content .text-white {
        color: #fefce1;
    }

   

    .hero-subtitle {
        font-family: 'Be Vietnam Pro', sans-serif;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: 0%;
        text-align: center;
        color: #e6e2da;
       
        margin-bottom: 40px;
        max-width: 342px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-subtitle .highlight {
        color: #fff;
        font-weight: 400;
    }

    .main-header {
        padding: 7px 0;
    }

    .navbar-brand {
        font-size: 16px;
  
        padding-top: 0px;
    }

    .navbar-brand img {
        height: 23px;
        margin-top: 9px;;
    }

    .mobile-header-right {
        gap: 8px;
        margin-top: 0px;
        ;
    }

    .mobile-login-btn {
        padding: 7px 10px;
        font-size: 15px;
        border-radius: 99px;
        line-height: 100%;
        font-style: normal;
        font-weight: 400px;
        background: #000;;
    }

    .mobile-menu {
        width: 280px;
        right: -280px;
    }

    .mobile-nav-link {
        font-size: 16px;
        padding: 12px 0;
    }

    .mobile-btn-login,
    .mobile-btn-register {
        padding: 12px 16px;
        font-size: 14px;
    }
}

/* İç Sayfalar için Header Background */
.inner-page .main-header {
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
}


/* Features Section with Curved Top */
.features-section {
    background: #f5f1e8;
    color: #333;
    padding: 0 0 75px 0;
    position: relative;
    margin-top: -1px;
}


.features-section .container {
    position: relative;
    z-index: 2;
    padding-top: 120px;
}

.features-image {
    text-align: center;
    margin-bottom: 60px;
}

.features-image img {
    max-width: 350px;
    height: auto;
    border-radius: 20px;

}

.features-content {
    padding-top: 60px;
}

.features-content .div1 {
    max-width: 530px;
    margin-top: 65px;
}

.features-content h2 {
    font-size: 40px;
    font-weight: 900;
    color: #141414;
    margin-bottom: 25px;
    line-height: 1.1;
    text-transform: uppercase;

    font-family: 'Be Vietnam Pro';
}

.features-content p {
    font-size: 24px;
    color: #666661;
    margin-bottom: 35px;
    line-height: 1.6;
    font-weight: 500;
    font-style: normal;
    font-family: 'Be Vietnam Pro';
}

.features-content b,
strong {
    color: #141414;
}



.btn-profile {
    background: #141414;
    color: #fff;
    padding: 20px 50px;
    border-radius: 99px;
    font-size: 20px;
    font-family: 'Be Vietnam Pro';
    font-weight: 700;
    text-decoration: none;
    display: inline-block;

    border: none;
   -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    transition: all 0.1s ease;
}


.btn-profile:hover,
.btn-profile:active,
.btn-profile:focus {
    background: #ff6130;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
}
.btn-profile:active {
    background-color: #ff6130 !important;
}
.features-info {
    padding-left: 40px;
}

.info-card {
    margin-bottom: 30px;
    padding: 20px 0;
}

.info-card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.info-card p {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Responsive for Features Section */
@media (max-width: 768px) {
    .features-content .div1 {
        margin-top: 0px;
    }
    .features-content{
        margin-top: 0px;
    }
    .features-image img {
        max-width: 260px;
    }

    .curved-top {
        height: 60px;
    }

    .features-section .container {
        padding-top: 45px;
    }

    .features-image {
        margin-bottom: 25px;
    }

    .features-content h2 {
        font-size: 22px;
        text-align: center;
        margin-bottom: 10px;
    }

    .features-content p {
        text-align: center;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 120%;
        font-weight: 600;

    }

    .btn-profile {
        display: block;
        text-align: center;
        margin: 0 auto 60px;
        max-width: 180px;
        font-size: 16px;
        padding: 14px 24px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
        line-height: 100%;
        font-weight: 600;
    }

    .features-info {
        padding-left: 0;
        text-align: center;
    }

    .info-card {
        margin-bottom: 25px;
    }
}

.curved_1 {

    background: #000;
    /* üst siyah alan */
}

.wave_1 {
    position: relative;
    height: 80px;
    background: #f5f1e8;
    /* alt açık bej renk */
    clip-path: none;;
}

.curved_2 {
    height: 20px;
    background: #f5f1e8;
    /* üst siyah alan */
}

.wave_2 {
    position: relative;
    height: 80px;
    background: #2c1b15;
    /* alt açık bej renk */
    clip-path: none;;
}

.curved_3 {
    margin-top: -1px;
    height: 49px;
    background: #2c1b15;
    /* üst siyah alan */
}

.wave_3 {
    background: #f5f1e8;
    position: relative;
    height: 80px;

    /* alt açık bej renk */
    clip-path: none;;
}

.curved_4 {
    padding-top: 0px;
    height: auto;
    background: #f5f1e8
        /* üst siyah alan */
}

.wave_4 {
    background: #000;
    position: relative;
    height: 45px;

    /* alt açık bej renk */
    clip-path: none;;
}


/* Responsive Styles for curved_1 and wave_1 */
@media (max-width: 768px) {
    .curved_1 {
        margin-top: -1px;
        /* tablet için daha küçük yükseklik */
    }

    .wave_1 {
        height: 60px;
        /* tablet için daha küçük yükseklik */
        clip-path: none;

    }
}

@media (max-width: 576px) {
    .curved_1 {
        /* mobil için daha da küçük yükseklik */
        margin-top: -1px;
    }

    .wave_1 {
        height: 30px;
        /* mobil için daha da küçük yükseklik */
        clip-path: none;;

    }
}


/* Support Form Styles */
.support-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px;

    box-shadow: 10px 8px 0 0 #CFC2AD, 5px 2px 0px 7px #CFC2AD;
}

.support-form h3 {
    font-size: 14px;
    font-weight: 900;
    color: #141414;
    margin-bottom: 20px;
    text-align: left;
}

.coin-selection {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    padding: 8px;
    background: rgba(255, 200, 180, 0.3);
    border-radius: 99px;
}

.coin-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.coin-image {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.multiply {
    font-size: 1.5rem;
    font-weight: bold;
    color: #666;
}

.coin-options {
    display: flex;
    gap: 10px;
}

.coin-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ddd;
    background: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #333;
}

.coin-btn.active {
    background: #ff6b47;
    color: #fff;
    border-color: #ff6b47;
}

.coin-btn:hover {
    border-color: #ff6b47;
    transform: scale(1.05);
}

.form-group {
    margin-bottom: 15px;
}

.support-form-card .form-input,
.support-form-card .form-textarea {
    border-radius: 99px;
    background: #efede8;
    border: none;
    color: #666;
    font-size: 1rem;
    font-family: 'Be Vietnam Pro', sans-serif;
    resize: none;
}

.form-input {
    width: 100%;
    padding: 15px;
}

.form-textarea {
    width: 100%;
    padding: 15px;
    height: 90px;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: #999;
    font-style: italic;
}

.form-input:focus,
.form-textarea:focus {
    outline: none;
    background: #ddd;
}

.support-btn {
    width: 100%;
    background: #FF7141;
    color: #fff;
    border: none;
    border-radius: 99px;
    padding: 6px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 25px;
}

.support-btn:hover {
    background: #ff6a3d;
    transform: translateY(-2px);
}

.supporters-section h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #141414;
    margin-bottom: 15px;
}

.supporters-section {
    text-align: left;
}

.supporter-item {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.supporter-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #00c464;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.supporter-item:nth-child(2) .supporter-avatar {
    background: #ff6b47;
}

.supporter-info {
    flex: 1;
}

.supporter-info span {
    display: block;
}

.supporter-info span.supporter-name {
    font-weight: 600;
    ;
}

.supporter-info strong {
    color: #333;
    font-weight: 700;
}

.supporter-message {
    background: rgba(255, 200, 180, 0.4);
    padding: 8px 12px;
    border-radius: 12px;
    margin: 8px 0;
    font-size: 0.9rem;
    color: #141414;
    width: auto;
    display: inline-block;
    clear: both;
}

.supporter-reaction {
    font-size: 0.85rem;
    color: #666;
    margin-top: 5px;
}

/* Responsive for Support Form */
@media (max-width: 768px) {
    .support-form-card {
        padding: 16px;
        max-width: 280px;
        margin: 0 auto;
        border-radius: 35px;
        box-shadow: 6px 4px 0 0 #CFC2AD, 3px 1px 0px 4px #CFC2AD;
    }

    .support-form h3 {
        font-size: 12px;
        margin-bottom: 12px;
        font-weight: 700;
    }

    .coin-selection {
        gap: 8px;
        margin-bottom: 12px;
        padding: 6px;
    }

    .coin-image {
        width: 24px;
        height: 24px;
    }

    .multiply {
        font-size: 1.2rem;
    }

    .support-form .coin-options {
        gap: 6px;
    }

    .support-form .coin-btn {
        width: 28px;
        height: 28px;
        font-size: 11px;
        border-width: 1px;
    }

    .support-form .form-group {
        margin-bottom: 10px;
    }

    .support-form .form-input {
        padding: 10px 12px;
        font-size: 0.85rem;
        border-radius: 20px;
        height: 30px;
        font-size: 12px;
    }

    .support-form .form-input::placeholder {
        font-size: 10px;
        font-style: normal;
    }

    .support-form .form-textarea {
        padding: 10px 12px;
        height: 60px;
        font-size: 0.85rem;
        border-radius: 16px;
        font-size: 12px;
        min-height: auto;
    }

    .support-form .form-textarea::placeholder {
        font-size: 10px;
    }

    .support-btn {
        padding: 8px;
        font-size: 0.9rem;
        margin-bottom: 16px;
        border-radius: 20px;
    }


    .supporters-section h4 {
        font-size: 10px;
        font-weight: 900;
        line-height: 100%;
        margin-bottom: 10px;
    }

    .supporter-item {
        gap: 8px;
        margin-bottom: 12px;
    }

    .supporter-avatar {
        width: 28px;
        height: 28px;
        font-size: 0.8rem;
    }

    .supporter-info strong {
        font-size: 0.85rem;
    }

    .supporter-message {
        padding: 6px 8px;
        font-size: 0.75rem;
        margin: 4px 0;
        border-radius: 8px;
        width: auto;
        display: inline-block;
        clear: both;
    }

    .supporter-reaction {
        font-size: 0.7rem;
        margin-top: 2px;
    }
}


/* How It Works Section */
.how-it-works-section {
    background: #2c1b14;
    color: #fff;
    padding: 80px 0;
    position: relative;

}

.how-it-works-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: 1;
}

.how-it-works-section .container {
    position: relative;
    z-index: 2;
}

.how-it-works-section .how-it-works-section-bacground {
    background: url(../img/image-mainpage-3.png) no-repeat;
    height: 276px;
    ;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
}

.how-it-works-image {
    text-align: center;
    margin-bottom: 60px;
}

.how-it-works-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.how-it-works-content {
    padding-top: 40px;
}

.how-it-works-content b {
    color: #fff;
}

.how-it-works-content h2 {
    font-size: 48px;
    font-weight: 400;
    color: #F1B24B;
    margin-bottom: 25px;
    line-height: 1.1;
    text-transform: uppercase;
    font-style: normal;
    font-family: 'Rubik One Regular';
}

.how-it-works-content h2 .mobile-break {
    display: inline;
    font-family: 'Rubik One Regular';
}

.how-it-works-content p {
    font-size: 24px;
    color: #F7E9D4;
    margin-bottom: 35px;
    line-height: 1.6;
    font-weight: 500;
    font-style: bold;
    font-family: 'Be Vietnam Pro';
    max-width: 600px;
}

.how-it-works-content strong {
    color: #fff;
}

.steps-list {
    margin-top: 40px;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 15px;
    padding: 20px 0;
}

.step-number {
    width: 45px;
    height: 45px;
    background: #F1B24B;
    color: #2D1B12;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 900;
    flex-shrink: 0;
    font-family: 'Be Vietnam Pro';
}

.step-content {
    flex: 1;
    font-size: 24px;
    color: #E5E5E5;
    line-height: 1.6;
    padding-top: 3px;
}

.step-content strong {
    color: #fff;
    font-weight: 600;
}

.how-it-works-info {
    padding-left: 40px;
}

/* Desktop Progressive Alignment for Steps */
@media (min-width: 769px) {
    .step-item:nth-child(1) {
        justify-content: flex-start;
        margin-left: 0;
        margin-right: auto;
    }

    .step-item:nth-child(2) {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 80%;
    }

    .step-item:nth-child(3) {
        justify-content: flex-end;
        margin-left: auto;
        margin-right: 0;
        max-width: 70%;
    }
}

/* Responsive for How It Works Section */
@media (max-width: 768px) {
    .how-it-works-section {
        padding: 60px 0 380px 0px;
    }

    .how-it-works-section .how-it-works-section-bacground {
        background: url(../img/image-mainpage-3-mobile.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        bottom: 120px;
        height: 225px;
        z-index: 999;
        width: 100%;
    }

    .how-it-works-image {
        margin-bottom: 40px;
    }

    .how-it-works-content {
        padding-top: 0px;
    }

    .how-it-works-content h2 {
        font-size: 35px;
        font-weight: 400;
        line-height: 38px;
        text-align: left;
        margin-bottom: 20px;
    }

    .how-it-works-content h2 .mobile-break {
        display: block;
    }

    .how-it-works-content strong {
        font-weight: 700;
        color: #F7E9D4;
    }

    .how-it-works-content p {
        text-align: left;
        margin-bottom: 25px;
        font-size: 17px;
        font-weight: 500;
        color: #C9B6A5;
        max-width: 358px;
    }

    .how-it-works-content .step-content {
        font-size: 15px;
        color: #C9B6A5;
        font-weight: 500;
        ;
        max-width: 310px;
        margin-top: -2px;
        line-height: 1.3;
        ;
    } 

    .how-it-works-content strong {
        font-size: 15px;
        color: #F7E9D4;
        font-weight: 600;
        ;
    }

    .how-it-works-content b {
        font-size: 16px;
        color: #F7E9D4;
        font-weight: 600;
        ;
    }

    .how-it-works-info {
        padding-left: 0;
        margin-top: 40px;
    }

    .step-item {
        flex-direction: row;
        text-align: left;
        gap: 15px;
        margin-bottom: 0px;
        align-items: flex-start;
    }

    .step-number {
        width: 35px;
        height: 35px;
        padding: 0px 10px;
        font-size: 20px;
        flex-shrink: 0;
        margin-top: 0px;
    }

    .step-content {
        font-size: 16px;
        padding-top: 0px;
        flex: 1;
    }

    .step-item:nth-child(1) .step-number {
        padding: 0px 10px 0px 9px;
    }

    .step-item:nth-child(2) .step-number {
        padding: 1px 9px 1px 9px;
    }

    .step-item:nth-child(3) .step-number {
        padding: 0px 9px 0px 9px;
    }




    .steps-list {
        margin-top: 35px;
    }
}

/* Goa
ls Section */
.goals-section {
    background: #F5F1E8;
    color: #333;
    padding: 80px 0;
    position: relative;
}

.goals-section .container {
    position: relative;
    z-index: 2;
}

.goals-image {
    text-align: center;
    margin-bottom: 40px;
}

.goals-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.goals-content {
    padding-left: 100px;
}

.goals-content h2 {
    font-size: 40px;
    font-weight: 900;

    color: #141414;
    margin-bottom: 25px;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: 'Be Vietnam Pro';
}



.goals-content p {
    font-size: 24px;
    color: #666661;
    margin-bottom: 35px;
    line-height: 120%;
    font-weight: 600;
    font-family: 'Be Vietnam Pro';
}

.goals-content strong {
    color: #141414;
}

.btn-start-goals {
    background: #141414;
    color: #fff;
    width: 227px;
    height: 60px;
    padding: 20px 10px;
    border-radius: 99px;
    font-size: 21px;
    font-family: 'Be Vietnam Pro';
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    border: none;
    gap: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    transition: all 0.1s ease;
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.btn-start-goals:hover,
.btn-start-goals:active,
.btn-start-goals:focus {
    background: #ff6130;
    color: #fff;

    background-color: #ff6130 !important; 

}
.btn-start-goals:active {
    background-color: #ff6130 !important;
}

/* Responsive for Goals Section */
@media (max-width: 768px) {
    .goals-section {
        padding: 60px 0px 100px 0;
    }

    .goals-content {
        padding-left: 0;
        text-align: center;
        margin-top: 50px;
    }

    .goals-content h2 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 15px;
    }

    .goals-content p {
        text-align: center;
        margin-bottom: 35px;
        font-size: 18px;
    }

    .btn-start-goals {
        display: inline;
        text-align: center;
        margin: 0 auto;
        max-width: 250px;
        font-size: 18px;
        padding: 15px 30px;
    }

    .goals-image {
        margin-top: 35px;
        margin-bottom: 0px;
        ;
    }
}

@media (max-width: 576px) {
    .goals-content h2 {
        font-size: 24px;
        line-height: 1.2;
    }

    .goals-image img {
        max-width: 350px;
    }

    .goals-content p {
        font-size: 18px;
    }

    .btn-start-goals {
        font-size: 16px;
        padding: 12px 24px;
    }
}

@media (max-width: 400px) {
    .goals-content h2 {
        font-size: 21px;
        line-height: 1.2;
    }


    .goals-content p {
        font-size: 16px;
    }

  .features-content p{
    font-size: 16px;
  }
}

/* Support Section */
.support-section {
    background: #000 url(../img/starts-background.png) repeat;

    color: #fff;
    padding: 250px 0;
    position: relative;
    margin-top: -25px;

}

.support-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.support-section .container {
    position: relative;
    z-index: 2;
}

.support-content {
    text-align: left;
    max-width:500px;
    background: #000;
}

.support-content h2 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 40px;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: 'Rubik One Regular';
}

.support-description p {
    font-size: 24px;
    color: #fff;
    line-height: 1.6;
    font-weight: 400;
    font-family: 'Be Vietnam Pro';
}

.support-description strong {
    color: #DAD6C8;
    font-weight: 400;
}

/* Responsive for Support Section */
@media (max-width: 768px) {
    .support-section {
        padding: 200px 0;
        min-height: 1200px;
    }

    .support-description strong {
        font-size: 15px;
        ;
    }

    .support-content {
        text-align: left;
    }

    .support-content h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .support-description p {
        font-size: 16px;
        text-align: left;
    }
}

@media (max-width: 576px) {
    .support-content h2 {
        font-size: 24px;
        line-height: 28px;
        font-weight: 400;
    }

    .support-description p {
        font-size: 16px;
        line-height: 120%;
        font-weight: 600;
        color: #e6e2da;
    }

    .support-description strong {
        color: #fff;
        font-weight: 900;
    }
}

/* Footer Section */
.footer-section {
    background: #f9f5e9;
    color: #333;
    padding: 80px 0 0 0px;
    position: relative;
    text-align: center;
    z-index: 999;
}

.footer-content h2 {
    font-size: 48px;
    font-weight: 900;
    color: #141414;
    margin-bottom: 20px;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: 'Be Vietnam Pro';
}

.footer-content h3 {
    font-size: 32px;
    font-weight: 700;
    color: #141414;
    margin-bottom: 20px;
    line-height: 1.1;

    font-family: 'Be Vietnam Pro';
}

.footer-subtitle {
    font-size: 18px;
    color: #666661;
    margin-bottom: 40px;
    line-height: 1.6;
    font-weight: 400;
    font-family: 'Be Vietnam Pro';
}

.footer-subtitle strong {
    color: #141414;
    font-weight: 700;
}

.footer-url {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.url-input-container {
    display: flex;
    align-items: center;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 99px;
    padding: 8px 8px 8px 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    width: 100%;
}



.url-prefix {
    font-size: 18px;
    color: #141414;
    font-weight: 600;
    font-family: 'Be Vietnam Pro';
    white-space: nowrap;
}

.url-input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 18px;
    color: #141414;
    font-weight: 600;
    font-family: 'Be Vietnam Pro';
    padding: 8px 4px;
    min-width: 120px;
    flex: 1;
}

.url-input::placeholder {
    color: #999;
    font-style: italic;
    font-weight: 400;
}

.btn-create-profile {
    background: #f4582e;
    color: #fff;
    padding: 12px 24px;
    border-radius: 99px;
    font-size: 16px;
    font-family: 'Be Vietnam Pro';
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: none;
    white-space: nowrap;
    margin-left: 8px;
}

.btn-create-profile:hover {
    background: #ff6a3d;

    transform: scale(1.02);
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo-img {
    height: 80px;
    width: auto;
    margin-bottom: 15px;
}

.footer-hashtag {
    font-size: 16px;
    color: #141414;
    font-weight: 600;
    font-family: 'Be Vietnam Pro';
    margin: 0;
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

.social-link {
    width: 50px;
    height: 50px;

    color: #141414;

    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 33px;
    transition: all 0.3s ease;
}



.main-footer-brand {
    position: relative;
    margin-top: 150px;
}

.main-footer-brand h3 {
    font-size: 120px;
    font-weight: 900;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Rubik One Regular', monospace;
    letter-spacing: -5px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    /* right: 50%; */
    transform: translate(-50%);
}

/* Main Footer - Siyah Bant */
.main-footer {
    background: #000;
    padding: 30px 0;
}

.bg-white .main-footer {
    background: #fff;

}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.footer-link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Be Vietnam Pro';
    transition: color 0.3s ease;
    white-space: nowrap;
}

.footer-link:hover {
    color: #FF7141;
}

.footer-copyright {
    text-align: center;
}

.footer-copyright p {
    color: #FEFCE1;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Be Vietnam Pro';
    margin: 0;
}

.footer-copyright .highlight {
    color: #f4582e;
    font-weight: 600;
}

/* Responsive for Footer Section */
@media (max-width: 768px) {
    .main-footer {
      
        
    }
    .footer-section {
        padding: 40px 0 30px;
    }

    .main-footer-brand h3 {
        font-size: 72px !important;
        bottom: -46px;
        color: #000;
    }

    .main-footer-brand {
        margin-top: 62px;
    }

    .footer-content h2 {
        font-size: 24px;
        font-weight: 900;
        margin-bottom: 15px;
    }

    .footer-content h3 {
        font-family: 'Be Vietnam Pro', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        text-align: center;

        /* Text Color/Black */
        color: #000;




    }

    .main-footer-brand h3 {
        font-family: 'Rubik One Regular';
    }

    .footer-subtitle {
        font-size: 16px;
        margin-bottom: 45px;
    }

    .footer-url {
        margin-bottom: 85px;
    }

    .url-input-container {
        padding: 7px 3px 7px 8px;
        max-width: 95%;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 4px;
        align-items: center;
        justify-content: center;
    }

    .url-prefix {
        font-size: 14px;
        white-space: nowrap;
    }

    .url-input {
        font-size: 14px;
        min-width: 60px;
        max-width: 100px;
        text-align: left;
        padding: 6px 2px;
        flex: 1;
    }

    .btn-create-profile {
        font-size: 12px;
        padding: 8px 12px;
        margin-left: 4px;
        white-space: nowrap;
        flex-shrink: 0;
        width: auto;
    }

    .footer-logo-img {
        height: 130px;
        margin-bottom: 30px;
        ;
    }

    .footer-logo {
        margin-bottom: 40px;
    }

    .footer-hashtag {
        font-size: 18px;
        font-weight: 900;
    }

    .footer-social {
        gap: 30px;
        margin-bottom: 40px;
        margin-top: 15px;
        ;
    }

    .social-link {
        width: 45px;
        height: 45px;
        font-size: 30px;
    }

    .footer-brand h3 {
        font-size: 80px;
        letter-spacing: -3px;
    }

    .footer-links {
        gap: 20px;
        margin-bottom: 15px;
        flex-direction: column;
        align-items: center;
    }

    .footer-link {
        font-size: 14px;
        font-weight: 400;
        color: #FAF6E9;

    }
}

@media (max-width: 576px) {
    .footer-content h2 {
        font-size: 24px;
        line-height: 1.2;
    }

    .footer-subtitle {
        font-size: 16px;
        font-weight: 500;
    }

    .url-input-container {
        max-width: 450px;
        padding: 5px 3px 5px 8px;
        gap: 2px;
        flex-wrap: nowrap;
    }

    .url-prefix {
        font-size: 12px;
    }

    .url-input {
        font-size: 12px;
        min-width: 50px;
        max-width: 40%;
        padding: 4px 1px;
        flex: 1;
    }

    .btn-create-profile {
        font-size: 11px;
        padding: 10px 10px;
        margin-left: 15px;
    }

    .footer-brand h3 {
        font-size: 60px;
        letter-spacing: -2px;
    }
}

@media (max-width: 576px) {
    .support-form-card {
        background-image: url(../img/donate-bg.png);
        background-size: 100% 100%;
        padding: 24px;
        max-width: 260px;
        border-radius: 35px;
        /*box-shadow: 10px 8px 0 0 #CFC2AD, -3px -3px 0 0 #CFC2AD;*/
        box-shadow: none;
    }

    .support-form h3 {
        font-size: 12px;
        font-weight: 900;
        ;
        margin-bottom: 10px;
    }

    .coin-selection {
        gap: 8px;
        margin-bottom: 10px;
        padding: 8px;
    }

    .coin-image {
        width: 24px;
        height: 24px;
    }

    .multiply {
        font-size: 1rem;
    }

    .coin-btn {
        width: 24px;
        height: 24px;
        font-size: 0.7rem;
    }

    .form-input {
        padding: 8px 10px;
        font-size: 0.8rem;
    }

    .form-textarea {
        padding: 8px 10px;
        height: 50px;
        font-size: 0.8rem;
    }

    .support-btn {
        padding: 6px;
        font-size: 10px;
        margin-bottom: 12px;
        font-weight: 700;
    }

    .supporters-section h4 {
        font-size: 0.9rem;
        margin-bottom: 8px;
    }

    .supporter-item {
        gap: 6px;
        margin-bottom: 15px;
    }

    .supporter-avatar {
        width: 24px;
        height: 24px;
        font-size: 0.7rem;
    }

    .supporter-info strong {
        font-size: 10px;
        ;
        font-weight: 900;
        ;
    }

    .supporter-info span {
        font-size: 12px;
        font-weight: 500;
        line-height: 100%;
        margin-top: 0px;
    }

    .supporter-message {
        padding: 8px 8px;
        gap: 10px;
        font-size: 8px;
        margin: 3px 0;
        width: auto;
        border-radius: 99px;
        display: inline-block;
        clear: both;
    }

    .supporter-reaction {
        font-size: 8px;
        margin-top: 1px;
        font-weight: 400;
        color: #141414;
        margin-left: -10px;
    }

    .wave_4 {
        background-color: #000;
    }

    footer.main-footer {
        padding: 0px 0px 20px 0px;
        background: #000;
    }
}

/* Suppo
rter Reaction Profile Picture Styles */
.supporter-reaction {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 5px;
}

.reaction-pp {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    object-fit: cover;

}

.logo-left {
    left: 0px;
    transform: none;
    top: 0px;
}

/*
 Profile Header Styles */
.profile-header {
    background: none;
    backdrop-filter: 0;
}

.profile-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.profile-header .navbar-brand {
    position: static;
    transform: none;
    left: auto;
}

/* Center Tab Menu */
.profile-header .center-tab-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.profile-header .tab-buttons {
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 4px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.profile-header .tab-btn {
    background: none;
    border: none;
    color: #fff;
    padding: 12px 0px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.profile-header .tab-btn.active {
    background: #fff;
    color: #000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.profile-header .tab-btn:hover:not(.active) {
    background: rgba(255, 255, 255, 0.1);
}

/* Header Right Side */
.profile-header .header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Profile Header Notification Button - Figma Design */
.profile-header .notification-btn {
    /* Frame 132 - Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 8px 4px 8px;
    gap: 8px;
    position: relative;
    width: 40px;
    height: 38px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.profile-header .notification-btn:hover {
    background: #f8f8f8;
    transform: translateY(-1px);
    box-shadow: 0px 2px 28px rgba(0, 0, 0, 0.12);
}

.profile-header .notification-btn i {
    /* notification-01 icon */
    width: 24px;
    height: 24px;
    color: #141414;
    font-size: 20px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

/* Notification button with notifications - icon orange */
.profile-header .notification-btn.has-notifications i {
    color: #FF7141 !important;
}

.profile-header .notification-btn.has-notifications:hover i {
    color: #e55a3d !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .profile-header .header-right {
        display: none;
    }

    .profile-container .tab-content {
        margin-top: 108px !important;
    }

    .profile-header .center-tab-menu {
        position: static;
        transform: none;
        flex: 1;
        display: flex;
        justify-content: center;
        transform: translate(-55%, 0%);
        position: absolute;
        top: 110px;
        left: 50%;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    /* Mobilde scroll durumunda tab menüsünü gizle */
    .profile-header.scrolled .center-tab-menu {
        transform: translate(-55%, -20px);
        opacity: 0;
        pointer-events: none;
    }

    .profile-header:not(.scrolled) .center-tab-menu {
        transform: translate(-55%, 0%);
        opacity: 1;
        pointer-events: auto;
    }

    .profile-header .tab-buttons {
        width: 100%;
        max-width: 200px;
    }

    .profile-header .tab-btn {
        flex: 1;
        padding: 10px 16px;
        font-size: 12px;
    }

    .profile-header .header-right {
        gap: 10px;
    }

    .profile-header .notification-btn {
        font-size: 18px;
        padding: 8px;
        background: no-repeat;
    }

    .profile-header .notification-btn i {
        color: #fff;
        font-size: 23px;
    }

    .bg-cream .profile-header .notification-btn i {
        color: #000;
    }

    .auth-page .mobile-menu-toggle {
        border: none;

    }

    .support-page .mobile-menu-toggle {
        border: none;
    }
}

@media (max-width: 576px) {
    .profile-header .profile-header .navbar-brand img {
        height: 50px;
    }

    .profile-header .tab-btn {
        padding: 8px 12px;
        font-size: 11px;
    }

    .profile-header .notification-btn {
        font-size: 16px;
        padding: 6px;
    }
}

.profile-header .center-tab-menu {
    display: flex;
    justify-content: center;
    margin-top: 0px;
}

.profile-header .tab-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 24px 4px 2px;
    gap: 16px;
    width: 177px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 99px;
    position: relative;
}

.profile-header .tab-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    gap: 8px;
    width: 78px;
    height: 48px;
    border: none;
    border-radius: 99px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    cursor: pointer;
    transition: all 0.profile-header .3s ease;
    flex: none;
    flex-grow: 0;
}

.profile-header .tab-btn.active {
    background: #141414;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.profile-header .08);
    color: #FFFFFF;
}

.profile-header .tab-btn:not(active) {
    background: transparent;
    color: #141414;
}

.profile-header .tab-btn:hover:not(active) {
    background: rgba(20, 20, 20, 0.profile-header .05);
}


/* Profile Menu Toggle Button */
.profile-header .profile-menu-toggle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    gap: 8px;
    width: 72px;
    height: 38px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.profile-header .profile-menu-toggle:hover {
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-1px);
}

.profile-header .profile-menu-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 56px;
    height: 24px;
}

.profile-header .profile-avatar {
    width: 24px;
    height: 24px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.profile-header .profile-img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    background: url('../img/image.png');
    background-size: cover;
    background-position: center;
}

.profile-header .dropdown-arrow {
    width: 24px;
    height: 24px;
    flex: none;
    order: 1;
    flex-grow: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-header .dropdown-arrow svg {
    width: 12px;
    height: 12px;
}

.profile-header .dropdown-arrow path {
    stroke: #000000;
    stroke-width: 1.5px;
}

/*Segmented Control */
/* Responsive Design */
@media (max-width: 768px) {
    .profile-container .supporters-section {
        margin-top: 5px;
    }

    .profile-header .profile-menu-toggle {
        width: 64px;
        height: 36px;
        padding: 6px;
        gap: 6px;
    }

    .profile-header .profile-menu-content {
        width: 52px;
        height: 24px;
        gap: 6px;
    }

    .profile-header .profile-avatar,
    .profile-img {
        width: 22px;
        height: 22px;
    }

    .profile-header .dropdown-arrow {
        width: 22px;
        height: 22px;
    }

    .profile-header .dropdown-arrow svg {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 480px) {
    .profile-header .profile-menu-toggle {
        width: 56px;
        height: 32px;
        padding: 4px;
        gap: 4px;
    }

    .profile-header .profile-menu-content {
        width: 48px;
        height: 24px;
        gap: 4px;
    }

    .profile-header .profile-avatar,
    .profile-img {
        width: 20px;
        height: 20px;
    }

    .profile-header .dropdown-arrow {
        width: 20px;
        height: 20px;
    }

    .profile-header .dropdown-arrow svg {
        width: 8px;
        height: 8px;
    }
}

/*
 Profile Header Styles */
/* Profile Container Styles */
.profile-container {
    padding-top: 120px;
    min-height: 100vh;


}



/* Kazanç İstatistikleri Kartı */
.profile-container .earnings-card {
    background: #FFFFFF;
    border-radius: 48px;
    padding: 32px;
    margin-bottom: 24px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.profile-container .earnings-header {
    margin-bottom: 16px;
}

.profile-container .greeting-text {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin: 0 0 4px 0;
}

.profile-container .profile-url-section {
    display: flex;
    align-items: center;
    gap: 16px;
}

.profile-container .profile-url {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #666666;
}

.profile-container .copy-btn {
    background: none;
    border: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
    color: #000000;
    padding: 0;
    margin-left: auto;
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-3px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(3px);
    }
}

.profile-container .copy-btn.shake-animation {
    animation: shake 1s ease-in-out;
}

.profile-container .divider {
    border: none;
    border-top: 1px solid #E5E5E5;
    margin: 16px 0;
}

.profile-container .earnings-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.profile-container .supporters-section {
    display: flex;
    align-items: center;
    gap: 16px;
}

.profile-container .time-filter {
    position: relative;
}

.profile-container .supporters-text {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
}



.profile-container .filter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 99px;
    cursor: pointer;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}

.profile-container .filter-btn i {
    color: #000000;
    font-size: 10px;
}

.profile-container .earnings-amount {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;

    line-height: 56px;
    color: #141414;
    text-align: left;
    margin-left: 20px;
}

.profile-container .earnings-stats {
    list-style: none;
    padding: 0;
    margin: 16px 0 0 40px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.profile-container .earnings-stats li {
    display: flex;
    align-items: center;
    gap: 8px;
}




/* Mesaj Kartı */
.profile-container .message-card {
    background: #FFFFFF;
    border-radius: 48px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.profile-container .message-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
}

.profile-container .message-header h3 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #141414;
    margin: 0;
}



.profile-container .message-text {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #666661;
    margin-bottom: 0px;
}

.profile-container .social-links {
    display: flex;
    gap: 16px;
}

.profile-container .social-link {
    width: auto;
    height: 32px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    color: #666661;
    text-decoration: none;
    transition: all 0.3s ease;
}



/* Destekler Kartı - Supporter Comment Card */
.profile-container .supporters-card {
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    position: relative;
    max-width: 700px;
    height: auto;

    margin: 24px auto;
    /* White */
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    border-radius: 48px;
}

.profile-container .supporters-title {
    /* Destekler */
    max-width: 652px;
    height: 25px;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    /* Text Color/Black */
    color: #141414;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0;
}

.profile-container .supporters-list {
    /* Frame 65 */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    max-width: 652px;
    height: auto;
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}



.profile-container .supporter-item {
    /* Frame 147 */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    max-width: 652px;
    height: auto;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}



.profile-container .supporter-item .supporter-main {
    /* Frame 63 */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 8px;
    max-width: 652px;
    height: 32px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.supporter-main.thanks {
    order: 1 !important;
    margin-left: 15px;
}

.supporter-main .supporter-name.thanks {
    font-weight: 400;
}

.profile-container .supporter-avatar {
    /* Frame 145 */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6px 9px;
    gap: 10px;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.profile-container .supporter-avatar.red {
    background: #EAA6A6;
}

.profile-container .supporter-avatar.yellow {
    background: #EAD8A6;
    color: #FFFFFF;
}

.profile-container .supporter-avatar.green {
    background: #D4EAA6;
}

.profile-container .supporter-avatar.cyan {
    background: #A6EACF;
}

.profile-container .supporter-avatar.blue {
    background: #A6E3EA;
}

.profile-container .supporter-avatar img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
}

.profile-container .supporter-info {
    /* Frame 62 */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 4px;
    height: 18px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.profile-container .supporter-name {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height */
    /* Text Color/Black */
    color: #141414;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.profile-container .supporter-count {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    /* Text Color/Black */
    color: #141414;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.profile-container .supporter-reply {
    /* Yanıtla */
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height */
    /* Primary Color */
    color: #FF7141;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    cursor: pointer;

}

.profile-container .supporter-message-container {
    /* Frame 149 */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 0px 0px 40px;
    gap: 10px;
    max-width: 652px;
    height: auto;
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.profile-container .supporter-message-container.answer {
    padding-left: 0px;
    ;
}

.profile-container .supporter-message {
    /* Frame 64 */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;
    height: auto;
    background: rgba(255, 113, 65, 0.25);
    border-radius: 99px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height */
    /* Text Color/Black */
    color: #141414;
    width: auto;
}

.profile-container .supporter-message-only {
    background: rgba(255, 113, 65, 0.25);
    padding: 8px 16px;
    border-radius: 99px;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #141414;
    flex: 1;
    height: 34px;
    display: flex;
    align-items: center;
}

.profile-container .load-more-btn {
    /* Frame 19 */
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 10px;
    max-width: 652px;
    height: 48px;
    /* Text Color/Black */
    border: 1px solid #141414;
    border-radius: 99px;
    /* Inside auto layout */
    flex: none;
    order: 6;
    align-self: stretch;
    flex-grow: 0;
    background: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 16px;
}

.profile-container .load-more-btn span {
    /* Daha fazlası */
    width: 101px;
    height: 20px;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    /* Text Color/Black */
    color: #141414;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.profile-container .load-more-btn i {
    /* arrow-down-01 */
    width: 24px;
    height: 24px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    /* Black */
    color: #141414;
}

.profile-container .load-more-btn:hover {
    background: #f8f8f8;
    border-color: #FF7141;
}

.profile-container .load-more-btn:hover span,
.profile-container .load-more-btn:hover i {
    color: #FF7141;
}

/* Responsive Design */
@media (max-width: 768px) {
    .profile-container {
        padding-top: 100px;
    }

    .profile-container .container {
        padding: 0 16px;
    }

    .profile-container .earnings-card,
    .profile-container .message-card,
    .profile-container .supporters-card {
        border-radius: 24px;
        padding: 20px;
        margin-bottom: 16px;
    }

    .profile-container .greeting-text {
        font-size: 18px;
        line-height: 22px;
    }



    .profile-container .earnings-content {
        flex-direction: row;
        align-items: flex-start;
        gap: 12px;
    }



    .profile-container .filter-btn {
        padding: 6px 12px;
        font-size: 11px;
    }

    .profile-container .earnings-stats {
        margin-left: 0px;
    }



    .profile-container .supporter-item {
        flex-wrap: wrap;
    }

    .profile-container .supporter-message,
    .profile-container .supporter-reply {
        margin-left: 0;
        margin-top: 0px;
        font-size: 12px !important;
    }
}

@media (max-width: 700px) {

    .profile-container .supporters-title {
        font-size: 25px;
        ;
        margin-top: 20px;
    }

    .profile-container .supporter-name {
        font-size: 16px;
        ;
    }

    .profile-container .supporter-main.thanks {
        order: 1;
        margin-left: 20px;
    }

    .profile-container .supporter-info .supporter-name.thanks {
        font-weight: 400;
        font-style: regular;

    }

    .profile-container .supporter-message {
        font-size: 17px;
        height: auto;
    }

    .profile-container .supporter-avatar img {
        width: 40px;
        height: 40px;
    }

    .profile-container .supporter-avatar {
        width: 40px;
        height: 40px;
        font-size: 17px;
        border-radius: 50%;
    }

    .profile-container .supporter-item .supporter-main {
        width: 40px;
    }

    .profile-container .earnings-card,
    .profile-container .message-card,
    .profile-container .supporters-card {
        border-radius: 41px;
        padding: 20px 16px 20px 25px;
    }

    .profile-container .greeting-text {
        font-size: 21px;
        line-height: 20px;
    }



    .profile-container .supporters-text {
        font-size: 26px;
        line-height: 26px;
    }

    .profile-container .filter-btn {
        padding: 6px 14px;
        font-size: 11px;
        max-width: 100px;
        float: inline-end;
    }





    .profile-container .social-links {
        gap: 12px;
    }

    .profile-container .social-link {
        width: 28px;
        height: 28px;
    }
}

/* Edit Form Styles */
.profile-container .edit-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 16px;

    width: 700px;

    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    border-radius: 32px;
    z-index: 1000;
    margin: 0 auto;
    margin-bottom: 24px;
    max-height: 90vh;
    overflow-y: auto;
}

.profile-container .edit-form-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 16px;
    width: 636px;
    height: 25px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}



.profile-container .edit-form-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    flex: 1;
}



.profile-container .edit-message-textarea::placeholder {
    color: #666661;
}

.profile-container .edit-social-input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 42px;
    gap: 10px;
    width: 636px;
    height: 42px;
    border: 1px solid #141414;
    border-radius: 99px;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #141414;
    outline: none;
}

.profile-container .edit-social-input::placeholder {
    color: #666661;
}

.profile-container .add-social-btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 10px;
    width: 636px;
    height: 48px;
    border: 1px dashed #141414;
    border-radius: 99px;
    flex: none;
    order: 3;
    align-self: stretch;
    flex-grow: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.profile-container .add-social-btn:hover {
    background: #f8f9fa;
}

.profile-container .add-social-btn svg {
    width: 24px;
    height: 24px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.profile-container .add-social-btn span {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #666661;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.profile-container .save-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 24px;
    gap: 8px;
    width: 636px;
    height: 48px;
    background: #FF7141;
    border-radius: 99px;
    border: none;
    flex: none;
    order: 4;
    align-self: stretch;
    flex-grow: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.profile-container .save-btn:hover {
    background: #e55a2b;
    transform: translateY(-1px);
}

.profile-container .save-btn {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}

/* Mobile responsive adjustments for edit form */
@media (max-width: 768px) {}

/* Henüz Destek Almadın Kartı */
.profile-container .no-support-card {
    /* Destekler */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
    gap: 16px;

    max-width: 700px;
    height: 165px;
    left: calc(50% - 700px/2);
    top: 862px;
    /* White */
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    border-radius: 48px;
    margin: 0 auto;
    ;
}

.profile-container .no-support-content {
    /* Frame 107 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 16px;
    width: 636px;
    height: 101px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.profile-container .no-support-icon {
    /* 🧡 */
    width: 636px;
    height: 36px;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    color: #000000;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.profile-container .no-support-text {
    /* Frame 108 */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    width: 636px;
    height: 49px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.profile-container .no-support-title {
    /* Henüz Destek Almadın */
    width: 636px;
    height: 23px;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    /* identical to box height */
    text-align: center;
    color: #000000;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0;
}

.profile-container .no-support-description {
    /* Ama merak etme, sayfanı tekipçilerinle paylaşarak ilk desteklerini alabilirsin. */
    width: 636px;
    height: 18px;
            font-family: 'Be Vietnam Pro';
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 20px;
        color: #666661;

    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 0;
}

/* Profile Footer Links */
.profile-container .profile-footer-links {
    /* Frame 138 */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;

    width: 340px;
    height: 20px;

    margin: 50px auto 100px auto;
}

.profile-container .profile-footer-links .footer-link {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* Text Color/White */
    color: #FFFFFF;
    text-decoration: none;
    /* Inside auto layout */
    flex: none;
    flex-grow: 0;
}

.profile-container .profile-footer-links .footer-link:hover {
    color: #FF7141;
}

/* Responsive Design for No Support Card */
@media (max-width: 768px) {
    .profile-container .no-support-card {
        position: relative;
        width: 100%;

        height: auto;
        left: auto;
        top: auto;
        margin: 24px auto;
        padding: 24px 16px;
    }

    .profile-container .no-support-content {
        width: 100%;
        height: auto;
    }

    .profile-container .no-support-icon {
        width: 100%;
        height: auto;
        font-size: 28px;
        line-height: 36px;
    }

    .profile-container .no-support-text {
        width: 100%;
        height: auto;
        gap: 12px;
    }

    .profile-container .no-support-title {
        width: 100%;
        height: auto;
        font-size: 16px;
        line-height: 20px;
    }

    .profile-container .no-support-description {
        width: 100%;
        height: auto;
        font-size: 17px;
        text-align: center;
      
    }

    .profile-container .profile-footer-links {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
        justify-content: center;
        margin: 40px auto 20px;
        gap: 16px;
    }

    .profile-container .profile-footer-links .footer-link {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 576px) {
    .profile-container .no-support-card {

        padding: 50px 12px;
    }

    .profile-container .no-support-icon {
        font-size: 24px;
        line-height: 32px;
    }

    .profile-container .no-support-title {
        font-size: 18px;
        line-height: 18px;
    }

    .profile-container .no-support-description {
        font-size: 17px;
    
    }

    .profile-container .profile-footer-links {
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }

    .profile-container .profile-footer-links .footer-link {
        font-size: 12px;
        line-height: 16px;
    }
}

/* P
rofil Bilgilerim */
.profile-settig-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    gap: 24px;
    max-width: 700px;
    height: auto;
    top: 120px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    background: #fff;
    border-radius: 48px;
    ;
    margin: 0 auto;
}

.profile-settig-container h3 {
    max-width: 652px;
    height: 25px;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #141414;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0;
}

.profile-settig-container p {
    font-size: 12px;
    font-weight: 400;
    color: #666661;
    text-align: left;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
}

.profile-settig-container .btn-primary {
    background-color: #635BFF;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    border-radius: 99px;
    padding: 13px;
}

.profile-settig-container .btn-danger {
    background-color: #FA233B;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    border-radius: 99px;
    padding: 13px;
}

.btn-primary:hover {
    background-color: #544dd9;
}

.btn-danger:hover {
    background-color: #c7392d;
}

.delete-account-tab h3 {
    text-align: center;
    color: #FA233B !important;
}

/* SweetAlert Custom Styles for Delete Account */
.delete-account-popup {
    border-radius: 24px !important;
    padding: 20px !important;
}

.delete-account-title {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #141414 !important;
}

.delete-account-content {
    font-family: 'Be Vietnam Pro', sans-serif !important;
}

.delete-account-confirm-btn {
    background-color: #FA233B !important;
    color: #FFFFFF !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 12px 24px !important;
    border-radius: 12px !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.delete-account-confirm-btn:hover {
    background-color: #E01F33 !important;
    transform: translateY(-1px);
}

.delete-account-cancel-btn {
    background-color: #F8F9FA !important;
    color: #666661 !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 12px 24px !important;
    border-radius: 12px !important;
    border: 1px solid #E5E5E5 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.delete-account-cancel-btn:hover {
    background-color: #E5E5E5 !important;
    color: #141414 !important;
}

.delete-account-success-popup {
    border-radius: 24px !important;
}

.swal2-icon.swal2-warning {
    border-color: #FF7141 !important;
    color: #FF7141 !important;
}

.swal2-icon.swal2-error {
    border-color: #FA233B !important;
    color: #FA233B !important;
}

.swal2-icon.swal2-success {
    border-color: #4CAF50 !important;
    color: #4CAF50 !important;
}

.profile-settig-container .profile-avatar {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0px;
    gap: 10px;
    isolation: isolate;
    width: 125px;
    height: 125px;
    background: url('path-to-image.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 999px;
    flex: none;
    order: 0;
    flex-grow: 0;
    position: relative;
    overflow: visible;
}

.profile-settig-container .avatar-edit {
    /* Frame 93 */
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px;
    gap: 10px;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 93px;
    top: 93px;
    /* Background/Black */
    background: #000000;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    z-index: 0;
    cursor: pointer;
}

.profile-settig-container .avatar-edit svg {
    /* edit-03 */
    width: 16px;
    height: 16px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.profile-settig-container .profile-avatar img {
    width: 124px;
    border-radius: 99px;
    ;
}

.profile-settig-container .profile-field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    max-width: 652px;
    height: 74px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
}

.profile-settig-container .profile-field label {
    max-width: 652px;
    height: 18px;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #141414;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0;
}

.profile-settig-container .profile-input-group {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    gap: 10px;
    max-width: 652px;
    height: 48px;
    border: 1px solid #141414;
    border-radius: 99px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.profile-settig-container .profile-input-group input {
    margin: 0;
    width: auto;
    height: 18px;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #141414;
    border: none;
    outline: none;
    background: transparent;
    flex: 1;
}

/* Support Link Input - Clickable */
#settingsSupportLink {
    cursor: pointer !important;
    transition: all 0.3s ease;
}

#settingsSupportLink:hover {
    color: #FF7141;
}

#settingsSupportLink::selection {
    background: #FF7141;
    color: #fff;
}

.profile-container .profile-input-icon {
    width: 24px;
    height: 24px;
    flex: none;
    order: 1;
    flex-grow: 0;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.profile-container .profile-input-icon:hover {
    opacity: 0.7;
    transform: scale(1.1);
}

.profile-container .profile-input-icon.lock:hover {
    opacity: 1 !important;
    transform: scale(1.1);
}

.profile-container .profile-input-icon.info:hover {
    opacity: 1 !important;
    transform: scale(1.1);
}

.profile-container .profile-input-icon[title]:hover::after {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    right: 0;
    background: #141414;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 400;
    width: 260px;
    z-index: 1000;
    margin-bottom: 8px;
    font-family: 'Be Vietnam Pro', sans-serif;
    pointer-events: none;
}

.profile-container .profile-input-icon[title]:hover::before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 8px;
    border: 6px solid transparent;
    border-top-color: #141414;
    z-index: 1000;
    margin-bottom: 2px;
}


/* Profile Container - Tema Seçimi */
.profile-container .theme-selector-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    gap: 16px;
    width: 700px;
    height: auto;
    top: 660px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    border-radius: 48px;
}

.profile-container .theme-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 8px;
    max-width: 652px;
    height: 25px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.profile-container .theme-header h3 {
    width: 55px;
    height: 25px;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #141414;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0;
}

.profile-container .theme-info-btn {
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.profile-container .theme-options {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 16px;
    max-width: 652px;
    height: 214px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.profile-container .theme-option {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 16px;
    margin: 0 auto;
    width: 250px;
    height: 214px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.profile-container .theme-preview {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 56px 16px 16px;
    gap: 10px;
    width: 250px;
    height: 172px;
    border-radius: 24px;
    flex: none;
    order: 0;
    flex-grow: 0;
    position: relative;
}

.profile-container .light-theme .theme-preview {
    background: #f5f1e8;
}

.profile-container .dark-theme .theme-preview {
    background: #000000;

}

.profile-container .theme .active {
    border: 2px solid #FF7141;
}

.profile-container .theme-image {
    display: none;
}

.profile-container .theme-mockup {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px;
    gap: 4px;
    width: 218px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 16px;
    flex: none;
    order: 0;
    flex-grow: 1;
}

.profile-container .mockup-bar {
    border-radius: 9999px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
}

.profile-container .mockup-bar.orange {
    width: 202px;
    height: 16px;
    background: #FFB39C;
    order: 0;
}

.profile-container .mockup-bar.cream {
    box-sizing: border-box;
    width: 202px;
    height: 16px;
    background: #f5f1e8;
    border: 0.5px solid #DAD6C8;
    order: 1;
}

.profile-container .mockup-bar.gray {
    box-sizing: border-box;
    width: 202px;
    height: 24px;
    background: #D7D4C5;
    border: 0.5px solid #DAD6C8;
    order: 2;
}

.profile-container .dark-theme .mockup-bar.gray {
    background: #DAD6C8;
}

.profile-container .mockup-bar:last-child {
    width: 202px;
    height: 16px;
    background: #FF7141;
    order: 3;
}

.profile-container .theme-btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 16px;
    gap: 8px;
    height: 26px;
    border: 1px solid #DAD6C8;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
    flex: none;
    order: 1;
    flex-grow: 0;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #DAD6C8;
    transition: all 0.3s ease;
}

.profile-container .theme-btn.active {
    background: #FF7141;
    border: none;
    color: #FFFFFF;
}

.profile-container .light-theme .theme-btn {
    width: 64px;
}

.profile-container .dark-theme .theme-btn {
    width: 67px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .profile-container .theme-selector-container {
        width: 100%;
        position: relative;
        top: auto;
        margin: 20px 0;
    }

    .profile-container .theme-header,
    .profile-container .theme-options {
        width: 100%;
    }

    .profile-container .theme-options {
        /* Mobile: Keep side by side layout */
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0px;
        gap: 16px;
        width: 310px;
        height: 214px;
        margin: 0 auto;
        /* Inside auto layout */
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
    }

    .profile-container .theme-option {
        /* Mobile: Smaller width for side by side */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px;
        gap: 16px;
        margin: 0 auto;
        width: 147px;
        height: 214px;
        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;
    }

    .profile-container .theme-preview {
        /* Mobile: Smaller preview */
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 56px 16px 16px;
        gap: 10px;
        width: 120px;
        height: 172px;
        border-radius: 24px;
        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;
    }

    .profile-container .theme-mockup {
        /* Mobile: Smaller mockup */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 8px;
        gap: 4px;
        width: 88px;
        height: 100px;
        background: #FFFFFF;
        border-radius: 16px;
        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 1;
    }

    .profile-container .mockup-bar.orange {
        width: 72px;
        height: 16px;
        background: #FFB39C;
        border-radius: 9999px;
        /* Inside auto layout */
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
    }

    .profile-container .mockup-bar.cream {
        box-sizing: border-box;
        width: 72px;
        height: 16px;
        background: #f5f1e8;
        border: 0.5px solid #DAD6C8;
        border-radius: 9999px;
        /* Inside auto layout */
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
    }

    .profile-container .mockup-bar.gray {
        box-sizing: border-box;
        width: 72px;
        height: 24px;
        background: #D7D4C5;
        border: 0.5px solid #DAD6C8;
        border-radius: 9999px;
        /* Inside auto layout */
        flex: none;
        order: 2;
        align-self: stretch;
        flex-grow: 0;
    }

    .profile-container .dark-theme .mockup-bar.gray {
        background: #DAD6C8;
    }

    .profile-container .mockup-bar:last-child {
        width: 72px;
        height: 16px;
        background: #FF7141;
        border-radius: 9999px;
        /* Inside auto layout */
        flex: none;
        order: 3;
        align-self: stretch;
        flex-grow: 0;
    }

    .profile-container .light-theme .theme-btn {
        /* Light theme button - inactive state */
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 4px 16px;
        gap: 8px;
        width: 64px;
        height: 26px;
        border: 1px solid #DAD6C8;
        border-radius: 999px;
        background: transparent;
        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;
        font-family: 'Be Vietnam Pro';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        color: #DAD6C8;
    }

    .profile-container .dark-theme .theme-btn {
        /* Dark theme button - active state */
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 4px 16px;
        gap: 8px;
        width: 67px;
        height: 26px;
        background: #FF7141;
        border-radius: 999px;
        border: none;
        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;
        font-family: 'Be Vietnam Pro';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        color: #FFFFFF;
    }
}

/* Notification Dropdown */
.mobile-header-right {
    position: relative;
}

.profile-header .header-right {
    position: relative;
}

.notification-dropdown {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 16px;
    position: absolute;
    width: 390px;
    min-height: 319px;
    height: auto;
    ;
    right: 80px;
    top: 60px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    z-index: 1000;
}

.notification-dropdown.active {
    display: flex;
}

.notification-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 24px;
    width: 358px;
    height: 23px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.notification-title {
    margin: 0 auto;
    width: 94px;
    height: 23px;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #141414;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.mark-all-read {
    margin: 0 auto;
    width: 150px;
    height: 15px;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    color: #FF7141;
    flex: none;
    order: 1;
    flex-grow: 0;
    cursor: pointer;
    background: none;
    border: none;
}

.notification-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 8px;
    width: 358px;
    height: 72px;
    background: #f5f1e8;
    border: 0.5px solid #DAD6C8;
    border-radius: 99px;
    flex: none;
    flex-grow: 0;
}

.notification-item:nth-child(2) {
    order: 1;
}

.notification-item:nth-child(3) {
    order: 2;
}

.notification-item:nth-child(4) {
    order: 3;
}

.notification-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px;
    gap: 10px;
    width: 48px;
    height: 48px;
    background: rgba(255, 113, 65, 0.25);
    border-radius: 24px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.notification-icon i {

    flex: none;
    order: 0;
    flex-grow: 0;
    color: #FF7141;
    font-size: 24px;
}

.notification-text {
    width: 270px;
    height: 15px;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #141414;
    flex: none;
    order: 1;
    flex-grow: 1;
}

.notification-text.multi-line {
    height: 30px;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .notification-dropdown {
        width: 320px;
        right: 0;
        top: 50px;
    }

    .notification-header {
        width: 288px;
    }

    .notification-item {
        width: 288px;
    }
}

@media (max-width: 480px) {
    .notification-dropdown {
        width: 280px;
        right: 0;
        top: 50px;
    }

    .notification-header {
        width: 248px;
    }

    .notification-item {
        width: 248px;
    }

    .notification-text {
        width: 200px;
        font-size: 11px;
    }
}

@media (max-width: 400px) {
    .notification-dropdown {
        width: calc(100vw - 20px);
        right: 10px;
        top: 50px;
    }

    .notification-header {
        width: calc(100% - 32px);
    }

    .notification-item {
        width: calc(100% - 32px);
    }
}

/* Mobile Profile Dropdown Menu */
.mobile-profile-dropdown {
    position: absolute;
    width: 198px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 16px;
    gap: 24px;
    top: 88px;
    right: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.mobile-profile-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Mobil cihazlarda dropdown'ı gizle */
@media (max-width: 768px) {
    .mobile-profile-dropdown {
        display: none !important;
    }
}

.mobile-profile-menu-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mobile-profile-menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    cursor: pointer;
    transition: color 0.3s ease;
}

.mobile-profile-menu-item span {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #666661;
    transition: color 0.3s ease;
}

.mobile-profile-menu-item:hover span {
    color: #333;
}

.mobile-profile-menu-item.logout {
    border-top: 1px solid #f0f0f0;
    padding-top: 16px;
    margin-top: 8px;
}

.mobile-profile-menu-item.logout span {
    color: #c7392d;
    font-weight: 400;
}

.mobile-profile-menu-item.logout:hover span {
    color: #d41e32;
}

.mobile-profile-menu-item.logout svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* Mobile Header Right Container için relative position */
.mobile-header-right {
    position: relative;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .mobile-profile-dropdown {
        width: 180px;
        padding: 12px;
        top: 70px;
        right: 10px;
    }

    .mobile-profile-menu-item span {
        font-size: 14px;
        line-height: 18px;
    }

    .mobile-profile-menu-content {
        gap: 12px;
    }

    .mobile-profile-menu-item.logout {
        padding-top: 12px;
        margin-top: 6px;
    }
}

@media (max-width: 480px) {
    .mobile-profile-dropdown {
        width: 160px;
        padding: 10px;
        top: 65px;
        right: 5px;
    }

    .mobile-profile-menu-item span {
        font-size: 13px;
        line-height: 16px;
    }
}

/* =
==== DESKTOP PROFILE DROPDOWN STYLES - FIGMA DESIGN ===== */
.profile-header .desktop-profile-dropdown {
    /* Profil Bilgilerim - Auto layout */
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 24px;
    position: absolute;
    width: 198px;
    height: 172px;
    right: 0;
    top: calc(100% + 8px);
    /* White */
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    z-index: 1000;
}

.profile-header .desktop-profile-dropdown.active {
    display: flex;
}

.profile-header .desktop-profile-menu-content {
    /* Frame 139 - Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    width: 166px;
    height: 92px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.profile-header .desktop-profile-menu-item {
    cursor: pointer;
    transition: opacity 0.2s ease;
    text-decoration: none;
}

.profile-header .desktop-profile-menu-item a {
    text-decoration: none;
}

.profile-header .desktop-profile-menu-item:hover {
    opacity: 0.7;
}

.profile-header .desktop-profile-menu-item span {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* Text Color/Gray */
    color: #666661;
    /* Inside auto layout */
    flex: none;
    flex-grow: 0;
}

/* Keşfet */
.profile-header .desktop-profile-menu-item:nth-child(1) span {
    width: 50px;
    height: 20px;
    order: 0;
}

/* Sıkça Sorulan Sorular */
.profile-header .desktop-profile-menu-item:nth-child(2) span {
    width: 166px;
    height: 20px;
    order: 1;
}

/* Bize Ulaş */
.profile-header .desktop-profile-menu-item:nth-child(3) span {
    width: 71px;
    height: 20px;
    order: 2;
}

.profile-header .desktop-profile-menu-item:hover span {
    color: #c7392d !important;
}

/* Logout item - Frame 134 */
.profile-header .desktop-profile-menu-item.logout {
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 100%;
    height: 24px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    color: #c7392d;
}

.profile-header .desktop-profile-menu-item.logout span {
    /* Çıkış Yap */

    width: 72px;
    height: 20px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* Text Color/Red */
    color: #c7392d;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.profile-header .desktop-profile-menu-item.logout svg {
    /* logout-square-01 */

    width: 24px;
    height: 24px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

/* Responsive - Hide desktop dropdown on mobile */
@media (max-width: 768px) {
    .profile-header .desktop-profile-dropdown {
        display: none !important;
    }
}

/* ===== 
MOBILE NOTIFICATION DROPDOWN STYLES - FIGMA DESIGN ===== */
.mobile-header-right .mobile-notification-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 16px;
    width: 358px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    z-index: 1000;
}

.mobile-header-right .mobile-notification-dropdown.active {
    display: flex;
}

/* Bildirimler Header */
.mobile-header-right .mobile-notification-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 23px;
}

.mobile-header-right .mobile-notification-title {
    /* Bildirimler */
    width: 94px;
    height: 23px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    /* Text Color/Black */
    color: #141414;
    margin: 0;
}

.mobile-header-right .mobile-mark-all-read {
    /* Tümünü okundu işaretle */
    width: 141px;
    height: 15px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    /* Text Color/Orange */
    color: #FF7141;
    background: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.mobile-header-right .mobile-mark-all-read:hover {
    opacity: 0.7;
}

/* Notification Items Container */
.mobile-header-right .mobile-notification-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

/* Frame 61 - First Notification */
.mobile-header-right .mobile-notification-item {
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    gap: 10px;
    width: 100%;
    height: 80px;
    /* White */
    background: #FFFFFF;
    /* Text Color/Soft Gray */
    border: 0.5px solid #DAD6C8;
    border-radius: 99px;
    transition: background-color 0.2s ease;
}

.mobile-header-right .mobile-notification-item:hover {
    background: #F8F9FA;
}

/* Frame 129 - Icon Container */
.mobile-header-right .mobile-notification-icon {
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px;
    gap: 10px;
    width: 48px;
    height: 48px;
    background: rgba(255, 113, 65, 0.25);
    border-radius: 24px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.mobile-header-right .mobile-notification-icon i {
    width: 24px;
    height: 24px;
    color: #FF7141;
    font-size: 16px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

/* Notification Text */
.mobile-header-right .mobile-notification-text {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    /* Text Color/Black */
    color: #141414;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 1;
}

/* Single line text */
.mobile-header-right .mobile-notification-text.single-line {
    width: 268px;
    height: 15px;
}

/* Multi line text */
.mobile-header-right .mobile-notification-text.multi-line {
    width: 268px;
    height: 30px;
}

/* Responsive adjustments for mobile notifications */
@media (max-width: 480px) {
    .mobile-header-right .mobile-notification-dropdown {
        width: calc(100vw - 32px);
        right: 16px;
        left: 16px;
    }

    .mobile-header-right .mobile-notification-item {
        height: auto;
        min-height: 80px;
        padding: 12px;
    }

    .mobile-header-right .mobile-notification-text {
        font-size: 11px;
        line-height: 14px;
    }

    .mobile-header-right .mobile-notification-text.single-line,
    .mobile-header-right .mobile-notification-text.multi-line {
        width: auto;
        height: auto;
    }
}

@media (max-width: 400px) {
    .mobile-header-right .mobile-notification-dropdown {
        width: calc(100vw - 20px);
        right: 10px;
        left: 10px;
    }
}

/* Hide mobile notification dropdown on desktop */
@media (min-width: 769px) {
    .mobile-header-right .mobile-notification-dropdown {
        display: none !important;
    }
}

/* 
===== MOBILE NOTIFICATION SIDE MENU - FIGMA DESIGN ===== */
/* Mobile Notification Menu Overlay */
.mobile-notification-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    z-index: 1998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-notification-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Mobile Notification Side Menu - Bildirimler / Mobile Responsive */
.mobile-notification-side-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 390px;
    height: 100vh;
    /* Background/Cream */
    background: #000 url('../img/starts-background.png') repeat;
    background-blend-mode: overlay;
    opacity: 0.9;
    z-index: 1999;
    transition: right 0.3s ease;
    overflow-y: auto;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
}

.mobile-notification-side-menu.active {
    right: 0;
}

/* Mobile Top Bar */
.mobile-notification-menu-header {
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 24px 16px 32px;
    gap: 16px;
    width: 100%;
    height: 96px;

    position: sticky;
    top: 0;
    z-index: 2000;
}

/* Standart Logo */
.mobile-notification-menu-header .mobile-notification-title {
    width: 75px;
    height: 48px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #141414;
    margin: 0;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    position: relative;
}

/* Frame 30 - Close Button Area */
.mobile-notification-menu-header .mobile-notification-close-area {
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 16px;
    width: auto;
    height: 24px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.mobile-notification-menu-close {
    /* Icon Button */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.mobile-notification-menu-close:hover {
    background: rgba(255, 113, 65, 0.1);
}

.mobile-notification-menu-close i {
    /* menu-01 */
    width: 24px;
    height: 24px;
    color: #FF7141;
    font-size: 18px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

/* Mobile Notification Menu Content */
.mobile-notification-menu-content {
    padding: 0px 16px 20px;

    margin-top: 105px;
}

/* Bildirimler Header */
.mobile-notification-menu-content .mobile-notification-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
    padding: 0px 0px 16px;
}

.mobile-notification-menu-content .mobile-notification-header .mobile-notification-title {
    /* Bildirimler */
    width: 94px;
    height: 23px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    /* Text Color/Black */
    color: #fff;
    margin: 0;
}

.mobile-notification-menu-content .mobile-mark-all-read {
    /* Tümünü okundu işaretle */
    width: 150px;
    height: 15px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 0px;
    text-align: right;
    /* Text Color/Orange */
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
    padding: 8px 0px;
}

.mobile-notification-menu-content .mobile-mark-all-read:hover {
    opacity: 0.7;
}

/* Notification Items Container */
.mobile-notification-menu-content .mobile-notification-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

/* Frame 61, 62, 63 - Notification Items */
.mobile-notification-menu-content .mobile-notification-item {
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    gap: 10px;
    width: 358px;
    height: 80px;
    /* White */
    background: #FFFFFF;
    /* Text Color/Soft Gray */
    border: 0.5px solid #DAD6C8;
    border-radius: 99px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.mobile-notification-menu-content .mobile-notification-item:hover {
    background: #F8F9FA;
    border-color: #FF7141;
    transform: translateY(-1px);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

/* Frame 129 - Icon Container */
.mobile-notification-menu-content .mobile-notification-icon {
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px;
    gap: 10px;
    width: 48px;
    height: 48px;
    background: rgba(255, 113, 65, 0.25);
    border-radius: 24px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.mobile-notification-menu-content .mobile-notification-icon i {
    /* favourite, money-send-02, reset-password */

    color: #FF7141;
    font-size: 16px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

/* Notification Text */
.mobile-notification-menu-content .mobile-notification-text {
    /* Burak S. ₺100 tutarında destek gönderdi. */
    width: 268px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    /* Text Color/Black */
    color: #141414;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 1;
}

/* Single line text */
.mobile-notification-menu-content .mobile-notification-text.single-line {
    height: 15px;
}

/* Multi line text */
.mobile-notification-menu-content .mobile-notification-text.multi-line {
    height: 30px;
}

/* Responsive adjustments for mobile notification side menu */
@media (max-width: 480px) {
    .mobile-notification-side-menu {
        width: 100%;
        max-width: none;
    }

    .mobile-notification-menu-header {
        padding: 20px 16px 24px;
        height: 80px;
    }

    .mobile-notification-menu-content {
        padding: 0px 16px 16px;
    }

    .mobile-notification-menu-content .mobile-notification-item {
        width: 100%;

        margin: 0 auto 15px auto;
        padding: 12px;
        height: auto;
        min-height: 70px;
    }

    .mobile-notification-menu-content .mobile-notification-text {
        font-size: 11px;
        line-height: 14px;
        width: 80%;
    }

    .mobile-notification-menu-content .mobile-notification-icon {
        width: 40px;
        height: 40px;
        padding: 8px;
    }

    .mobile-notification-menu-content .mobile-notification-icon i {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .mobile-notification-side-menu {
        width: 100vw;
    }

    .mobile-notification-menu-content .mobile-notification-item {
        width: calc(100% - 24px);
        max-width: none;
    }
}

/* Hide mobile notification side menu on desktop */
@media (min-width: 769px) {

    .mobile-notification-side-menu,
    .mobile-notification-overlay {
        display: none !important;
    }
}

/* P
rofile Mobile Menu - Logged In User / Mobile Responsive */
.profile-mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.profile-mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.profile-mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 390px;
    height: 100vh;
    background: #000;

    opacity: 1;
    z-index: 1001;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
}

.profile-mobile-menu.active {
    right: 0;
}

/* Mobile Top Bar */
.profile-mobile-top-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 16px 32px;
    gap: 230px;
    width: 100%;
    height: 81px;
    box-sizing: border-box;
    margin-top: 6px;;
}

/* Logo Section */
.profile-mobile-logo {
    display: flex;
    align-items: center;
    width: 75px;
    height: 48px;
    position: relative;
}

.logo-circle {
    position: absolute;
    width: 49.09px;
    height: 48px;
    left: 14.6px;
    top: 0px;
    background: #141414;
    border-radius: 50%;
}

.logo-text {
    position: relative;
    width: 75px;
    height: auto;
}

.logo-dreamer {
    position: absolute;
    width: 75px;
    height: 17.13px;
    left: 0px;
    top: 14.97px;
    background: #FFFFFF;
    box-shadow: 0.5px 1px 0px #8D8A85;
    font-family: 'Rubik One Regular', cursive;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #141414;
}

.logo-the {
    position: absolute;
    width: 15px;
    height: 10px;
    left: 31px;
    top: 4px;
    background: #FFFFFF;
    font-family: 'Rubik One Regular', cursive;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #141414;
}

.logo-bank {
    position: absolute;
    width: 20px;
    height: 8px;
    left: 29px;
    top: 36px;
    background: #FFFFFF;
    font-family: 'Rubik One Regular', cursive;
    font-size: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #141414;
}

/* Header Icons */
.profile-mobile-header-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: auto;
    height: 24px;
}

.profile-mobile-notification-btn {
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-mobile-menu-close {
    width: 35px;
    height: 35px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px ;
    margin-top: 0px; 
}

/* Menu Content */
.profile-mobile-menu-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0px 16px;
    gap: 24px;
    width: 100%;
    height: 422px;
    margin-top: 16px;
}

/* Navigation */
.profile-mobile-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 34px;
    width: 358px;
}

.profile-mobile-nav-link {
    width: 358px;
    height: 30px;
    font-family: 'Rubik One Regular', cursive;
    font-size: 24px;
    line-height: 30px;
    text-align: right;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: color 0.1s ease;

    /* iOS FIX */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    touch-action: manipulation;
        appearance: none;
    -webkit-tap-highlight-color: transparent;
}
.profile-mobile-nav-link:hover {
    opacity: 1 !important;
    color: #ff6a3d !important;
}
.profile-mobile-nav-link:active {
    opacity: 1 !important;
    color: #ff6a3d !important;
}
.profile-mobile-nav-divider {
    width: 358px;
    height: 0px;
    border: 1px solid #D7D4C5;
    opacity: 0.5;
}

/* Logout Section */
.profile-mobile-logout-section {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    width: 358px;
    height: 30px;
}

.profile-mobile-logout-section i {
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
}

.profile-mobile-logout-section a:hover {
    color: #c7392d;
}

.profile-mobile-logout-link {
    width: 140px;
    height: 30px;
    font-family: 'Rubik One Regular', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: right;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* Social Links */
.profile-mobile-social-links {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    width: 128px;
    height: 32px;
    margin-top: auto;
}

.profile-mobile-social-link {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.profile-mobile-social-link:hover {
    transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 480px) {
    .profile-mobile-menu {
        width: 100vw;
        right: -100vw;
    }

    .profile-mobile-menu.active {
        right: 0;
    }

    .profile-mobile-top-bar {
        gap: calc(100vw - 200px);
    }

    .profile-mobile-menu-content {
        width: 100%;
    }

    .profile-mobile-nav,
    .profile-mobile-nav-link,
    .profile-mobile-nav-divider,
    .profile-mobile-logout-section {
        width: calc(100vw - 48px);
    }
}

@media (min-width: 768px) {
    .profile-mobile-menu {
        display: none;
    }

    .profile-mobile-menu-overlay {
        display: none;
    }
}

/* FAQ 
Section Styles */
.sss-main {
    padding-top: 120px;
    /* Header'dan birkaç pixel aşağıda olması için */
    min-height: 100vh;
    position: relative;
}

.faq-hero-section {
    position: relative;
    text-align: center;
    padding: 50px 0;
}

.faq-title {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 51px;
    color: #141414;
    margin-bottom: 48px;
    max-width: 434px;
    margin-left: auto;
    margin-right: auto;
}

.faq-main-title {
    font-family: 'Rubik One Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 79px;
    text-align: center;
    color: #141414;
    margin-bottom: 26px;
    max-width: 816px;
    margin-left: auto;
    margin-right: auto;
}

.faq-description {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #666661;
    max-width: 626px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.faq-description strong,b {
    font-weight: 600;
    color: #141414;
}

/* Newsletter Section */
.newsletter-section {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 20px;
}

.newsletter-title {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #141414;
    margin-bottom: 24px;
}

.newsletter-form {
    width: 100%;
}

.newsletter-input-wrapper {
    display: flex;
    align-items: center;
    gap: 0;
    background: none;
    border: 1px solid #141414;
    border-radius: 99px;
    padding: 6px 6px 6px 20px;
    transition: all 0.3s ease;
}

.newsletter-input-wrapper:focus-within {
    border-color: none;
    background-color: #ebebeb;
    /*box-shadow: 0 0 0 4px rgba(255, 113, 65, 0.1);*/
}

.newsletter-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #141414;
    padding: 8px 12px;
}

.newsletter-input::placeholder {
    color: #BBBAB4;
}

.newsletter-btn {
    background: #f4582e;
    border: none;
    border-radius: 99px;
    padding: 12px 32px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    min-width: 120px;
    border: 1px solid #141414;
}

.newsletter-btn:hover {
    background: #E86438;
    transform: translateY(-1px);
}

.newsletter-btn:active {
    transform: translateY(0);
}

.newsletter-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.newsletter-message {
    text-align: center;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    font-weight: 500;
    min-height: 20px;
}

.newsletter-message.success {
    color: #4CAF50;
}

.newsletter-message.error {
    color: #FA233B;
}

/* Responsive Design */
@media (max-width: 992px) {
    .faq-main-title {
        font-size: 48px;
        line-height: 60px;
        max-width: 600px;
    }

    .faq-title {
        font-size: 32px;
        line-height: 40px;
        max-width: 350px;
    }

    .faq-description {
        font-size: 20px;
        line-height: 26px;
        max-width: 500px;
    }
}

@media (max-width: 768px) {

    .sss-main {
        padding-top: 100px;
    }

    .faq-hero-section {
        padding: 30px 0;
    }

    .faq-main-title {
        /* SIK SORULAN SORULAR */
        font-family: 'Rubik One Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 40px;
        line-height: 35px;
        /* or 88% */
        text-align: center;
        /* Text Color/Black */
        color: #141414;



    }

    .faq-title {
        /* SORULARIN MI VAR? */

        width: 342px;
        height: 25px;
        font-family: 'Be Vietnam Pro';
        font-style: normal;
        font-weight: 900;
        font-size: 20px;
        line-height: 25px;
        text-align: center;
        /* Text Color/Black */
        color: #141414;
        margin-bottom: 25px;


    }

    .faq-description {
        /* DreamerBank’ın nasıl çalıştığını, coinleri, ödemeleri ve güvenliği kısa ve net cevapları burada bulabilirsin. */
        height: 54px;
        font-family: 'Be Vietnam Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        text-align: center;
        /* Text Color/Gray */
        color: #666661;


    }

    .newsletter-section {
        padding: 30px 15px;
    }

    .newsletter-title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .newsletter-input-wrapper {
        padding: 2px 5px 2px 10px;
    }

    .newsletter-input {
        font-size: 16px;
        padding: 7px 8px;
    }

    .newsletter-btn {
        padding: 1px 10px;
        font-size: 12px;
        min-width: 80px;
        height: 35px;
    }
}

/* FAQ A
ccordion Styles */
.faq-accordion-container {
    margin-top: 60px;
    padding: 0 15px;
}

.faq-accordion {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.accordion-item {
    box-sizing: border-box;
    border: 2px solid #666661;
    border-radius: 99px;
    background: transparent;
    /*transition: border-radius 0.7s cubic-bezier(0.34, 1.56, 0.64, 1),
                all 0.6s cubic-bezier(0.4, 0, 0.2, 1);*/
    overflow: hidden;
}

.accordion-item.active {
    border-radius: 16px;
    /* transition: border-radius 0.7s cubic-bezier(0.34, 1.56, 0.64, 1),
                all 0.6s cubic-bezier(0.4, 0, 0.2, 1);*/
}

.accordion-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 19.5px 24px;
    gap: 10px;
    height: 64px;
    cursor: pointer;
    /*transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);*/
}

.accordion-question {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #141414;
    flex: 1;
    text-align: left;
}

.accordion-icon {
    width: 24px;
    height: 24px;
    position: relative;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-icon i {
    color: #000000;
    font-size: 18px;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.icon-plus {
    position: relative;
    width: 24px;
    height: 24px;
    display: block;
}

.icon-plus::before,
.icon-plus::after {
    content: '';
    position: absolute;
    background-color: #141414;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.icon-plus::before {
    left: 50%;
    top: 20.83%;
    bottom: 20.83%;
    width: 1.5px;
    transform: translateX(-50%);
}

.icon-plus::after {
    top: 50%;
    left: 20.83%;
    right: 20.83%;
    height: 1.5px;
    transform: translateY(-50%);
}

.accordion-item.active .icon-plus::before {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}

.accordion-content {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    opacity: 1;

}

.accordion-item.active .accordion-content {
    max-height: 500px;
    padding: 0 24px 24px 24px;
    opacity: 1;
    transform: translateY(0);
}

.accordion-content p {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666661;
    margin: 0;
    transition: all 0.4s ease;
}

/* Responsive Design for Accordion */
@media (max-width: 768px) {
    .faq-accordion {
        max-width: 100%;
        gap: 15px;
    }



    .accordion-question {
        font-size: 18px;
        line-height: 22px;
    }

    .accordion-icon {
        width: 20px;
        height: 20px;
    }

    .icon-plus {
        width: 20px;
        height: 20px;
    }

    .accordion-content {
        padding: 0 20px;
    }

    .accordion-item.active .accordion-content {
        padding: 0 20px 20px 20px;
    }

    .faq-accordion-container {
        margin-top: 40px;
        padding: 0 10px;
    }
}

@media (max-width: 480px) {
    .faq-accordion-container {
        margin-top: 40px;
        padding: 0 10px;
    }

    .accordion-header {
        padding: 14px 18px;
        min-height: 50px;
    }

    .accordion-question {
        font-size: 16px;
        line-height: 20px;
    }

    .accordion-content {
        padding: 0 18px;
    }

    .accordion-item.active .accordion-content {
        padding: 0 18px 18px 18px;
    }

    .accordion-content p {
        font-size: 14px;
        line-height: 20px;
    }
}

/* FAQ
 Accordion Styles - Custom Implementation */
.faq-accordion-container {
    margin-top: 60px;
    padding: 0 15px;
}

.faq-accordion {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-accordion .accordion-item {
    box-sizing: border-box !important;
    border: 1px solid #666661;
    border-radius: 25px !important;
    background: transparent !important;
    /*transition: border-radius 0.7s cubic-bezier(0.34, 1.56, 0.64, 1), all 0.1s cubic-bezier(0.4, 0, 0.2, 1) !important;*/
    overflow: hidden !important;
}

.faq-accordion .accordion-item.active {
    border-radius: 25px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 0px 18px 18px 18px !important;
    gap: 10px !important;
    /*transition: border-radius 0.7s cubic-bezier(0.34, 1.56, 0.64, 1), all 0.1s cubic-bezier(0.4, 0, 0.2, 1) !important;*/
}

.faq-accordion .accordion-header {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 19.5px 24px !important;
    gap: 10px !important;
    height: 64px !important;
    cursor: pointer !important;
    /*transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;*/
}

.faq-accordion .accordion-item.active .accordion-header {
    padding: 14px 0px 14px 0px !important;
    gap: 0px !important;
    width: 652px !important;
    max-width: 100%;

    flex: none !important;
    order: 0 !important;
    align-self: stretch !important;
    flex-grow: 0 !important;
}

.faq-accordion .accordion-question {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 25px !important;
    color: #141414 !important;
    flex: 1 !important;
    text-align: left !important;
}

.faq-accordion .accordion-icon {
    width: 24px !important;
    height: 24px !important;
    position: relative !important;
    flex: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.faq-accordion .accordion-icon i {
    color: #000000 !important;
    font-size: 18px !important;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.faq-accordion .icon-plus {
    position: relative !important;
    width: 24px !important;
    height: 24px !important;
    display: block !important;
}

.faq-accordion .icon-plus::before,
.faq-accordion .icon-plus::after {
    content: '' !important;
    position: absolute !important;
    background-color: #141414 !important;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.faq-accordion .icon-plus::before {
    left: 50% !important;
    top: 20.83% !important;
    bottom: 20.83% !important;
    width: 1.5px !important;
    transform: translateX(-50%) !important;
}

.faq-accordion .icon-plus::after {
    top: 50% !important;
    left: 20.83% !important;
    right: 20.83% !important;
    height: 1.5px !important;
    transform: translateY(-50%) !important;
}

.faq-accordion .accordion-item.active .icon-plus::before {
    opacity: 0 !important;
}

.faq-accordion .accordion-item.active .icon-plus::after {
    transform: translateY(-50%) rotate(45deg) !important;
}

.faq-accordion .accordion-content {
    padding: 0 !important;

    overflow: hidden !important;

    /* transform: translateY(-10px) !important;
    /*transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1),
                padding 0.6s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;*/


}

.faq-accordion .accordion-item.active .accordion-content {

    padding: 0 !important;

    transform: translateY(0) !important;
    width: 558px !important;
    max-width: 100%;


    flex: none !important;
    order: 1 !important;
    flex-grow: 0 !important;
}

.faq-accordion .accordion-content p {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #666661 !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.faq-accordion .accordion-content strong {
    font-weight: 700;
    color: #141414;
    font-size: 16px;
}

/* Responsive Design for FAQ Accordion */
@media (max-width: 768px) {
    .faq-accordion {
        max-width: 100% !important;
        gap: 15px !important;
    }

    .faq-accordion .accordion-header {
        padding: 14px 18px !important;
        min-height: 50px !important;

        height: auto !important;

    }

    .faq-accordion .accordion-question {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .faq-accordion .accordion-icon {
        width: 20px !important;
        height: 20px !important;
    }

    .faq-accordion .icon-plus {
        width: 20px !important;
        height: 20px !important;
    }

    .faq-accordion .accordion-content {
        padding: 0 20px !important;
    }

    .faq-accordion .accordion-item.active .accordion-content {
        padding: 0 20px 20px 20px !important;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .faq-accordion-container {
        margin-top: 5px !important;
        padding: 0 10px !important;
    }



    .faq-accordion .accordion-question {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .faq-accordion .accordion-content {
        padding: 0 18px !important;

    }

    .faq-accordion .accordion-item.active .accordion-content {
        padding: 0 0px 0px 0px !important;
        width: 100%;

    }

    .faq-accordion .accordion-content p {
        font-size: 16px !important;
        line-height: 120% !important;
    }
}

/* Speci
al Email Button for SSS Page */
.sss-email-button {
    /* Frame 125 - Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 24px;
    gap: 10px;
    width: 413px;
    height: 73px;
    margin: 0 auto;
    /* Primary Color */
    background: #FF7141;
    border-radius: 99px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}

.sss-email-button:hover {
    background: #ff6a3d;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 113, 65, 0.3);
}

.sss-email-button .email-icon {
    /* mail-01 icon */
    width: 24px;
    height: 24px;
    flex: none;
    order: 0;
    flex-grow: 0;
    position: relative;
}

.sss-email-button .email-icon::before {
    content: '';
    position: absolute;
    left: 8.33%;
    right: 8.33%;
    top: 25%;
    bottom: 54.17%;
    border: 1.5px solid #141414;
}

.sss-email-button .email-icon::after {
    content: '';
    position: absolute;
    left: 8.33%;
    right: 8.33%;
    top: 14.58%;
    bottom: 14.58%;
    border: 1.5px solid #141414;
}

.sss-email-button .email-text {
    /* merhaba@thedreamerbank.com */
    width: 331px;
    height: 25px;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    /* Text Color/Black */
    color: #141414;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

/* Responsive for SSS Email Button */
@media (max-width: 768px) {
    .sss-email-button {
        width: 90%;
        max-width: 350px;
        height: 60px;
        padding: 18px;
    }

    .sss-email-button .email-text {
        font-size: 18px;
        width: auto;
        flex: 1;
    }
}

@media (max-width: 576px) {
    .sss-email-button {
        width: 95%;
        max-width: 300px;
        height: 55px;
        padding: 15px;
    }

    .sss-email-button .email-text {
        font-size: 18px;
    }
}

/* Con
tact Page Styles */
.contact-main {
    padding-top: 120px;
    /* Header'dan birkaç pixel aşağıda olması için */

}

.contact-hero-section {
    position: relative;
    text-align: center;
    padding: 60px 0;
}

.contact-title {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #141414;
    margin-bottom: 24px;
}

.contact-title .mobile-break {
    display: none;
}

.contact-description {
            font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #666661;
    max-width: 626px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.contact-description strong {
        font-weight: 900;
    color: #141414;
}

/* Contact Page Tablet Styles */
@media (max-width: 992px) {


    .contact-description {
        font-size: 20px;
        line-height: 26px;
    }
}

/* Contact Page Mobile Styles */
@media (max-width: 768px) {
    .contact-main {
        padding-top: 80px;
    }

    .contact-hero-section {
        padding: 20px 0;
        margin-top: 35px;
    }

    .contact-form-section {
        min-height: 0vh !important;
    }

    .contact-title {
        font-size: 40px;
        line-height: 40px;
        font-family: 'Rubik One Regular';
        font-weight: 400;
    }

    .contact-title .mobile-break {
        display: inline;
    }

    .contact-description {
        font-family: 'Be Vietnam Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        text-align: center;
        color: #666661;
    }
}

/* Contact Form Styles */
.contact-form-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    min-height: 60vh;
}

.contact-form {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.form-field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    margin-bottom: 24px;
    width: 100%;
}

.form-label {
    width: 100%;
    height: 18px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #141414;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin-bottom: 0;
}

.form-input {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border: 1px solid #141414;
    border-radius: 99px;
    padding: 0 20px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    background: transparent;
    color: #141414;
    flex: none;
    order: 1;
    flex-grow: 0;
    outline: none;
    transition: all 0.3s ease;
}

.form-input:focus {}

.form-input::placeholder {
    color: #999;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.form-textarea {
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    border: 1px solid #141414;
    border-radius: 24px;
    padding: 15px 20px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    background: transparent;
    color: #141414;
    flex: none;
    order: 1;
    flex-grow: 0;
    outline: none;
    resize: vertical;
    min-height: 100px;
    transition: all 0.3s ease;
}

.form-textarea:focus {
   
}

.form-textarea::placeholder {
    color: #999;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.form-submit-btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 24px;
    gap: 8px;
    width: 100%;
    height: 48px;
    background: #f4582e;
    border: 1.5px solid #141414;
    border-radius: 99px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #141414;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 16px;
}

.form-submit-btn:hover {
    background: #27AE60;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(46, 204, 113, 0.3);
}

.form-submit-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(46, 204, 113, 0.2);
}

/* Responsive Design for Contact Form */
@media (max-width: 768px) {
    .contact-form {
        max-width: 100%;
        padding: 0 20px;
    }

    .form-field {
        margin-bottom: 20px;
    }

    .form-input,
    .form-textarea {
        font-size: 16px;
        /* Prevents zoom on iOS */
    }
}

@media (max-width: 480px) {
    .contact-form-section {
        padding: 40px 0;
    }

    .form-input {
        height: 44px;
        padding: 0 16px;
    }

    .form-textarea {
        padding: 12px 16px;
        min-height: 80px;
    }

    .form-submit-btn {
        height: 52px;
        font-size: 16px;
    }
}

.contain-main {
    padding-top: 120px;
    /* Header'dan birkaç pixel aşağıda olması için */

}

.contain-hero-section {
    position: relative;
    text-align: center;
    padding: 0px 0;
}

.contain-title {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #141414;
    margin-bottom: 24px;
}

.contain-description {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #666666;
    margin-bottom: 0;
}

.contain-description strong {
    font-weight: 500;
    color: #141414;
}

/* Profile Section Styles - Destek Page */
.profile-section {
    /* Frame 54 - Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 24px;

    width: 1320px;
    max-width: 100%;
    height: 210px;
    left: 60px;
    top: 174px;
}

.profile-avatar {
    /* Ellipse 22 */
    width: 125px;
    height: 125px;
    border-radius: 50%;
    overflow: hidden;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-info {
    /* Frame 53 - Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 100%;
    height: 61px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.contain-main .profile-name {
    /* Ecem Yılmaz */
    width: 100%;
    height: 30px;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    /* Text Color/White */
    color: #FFFFFF;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0;
}

.bg-cream .contain-main .profile-name {
    color: #141414
}

.profile-username {
    /* @ecemyılmaz */
    width: 100%;
    height: 23px;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    /* identical to box height */
    text-align: center;
    /* Text Color/Gray */
    color: #666661;
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 0;
}

/* Responsive Design for Profile Section */
@media (max-width: 768px) {
    .profile-section {
        position: relative;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
        padding: 40px 20px;
        gap: 20px;
    }



    .profile-info {
        width: 100%;
        height: auto;
        gap: 6px;
    }

    .profile-name {
        width: 100%;
        height: auto;
        font-size: 20px;
        line-height: 25px;
    }

    .profile-username {
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 20px;

    }

    .bg-dark .profile-username {
        color: #fff;
    }

    .bg-star .profile-username {
        color: #fff;
    }
}

@media (max-width: 576px) {
    .profile-section {
        padding: 30px 15px;
        gap: 16px;
    }



    .profile-name {
        font-size: 18px;
        line-height: 22px;
    }

    .profile-username {
        font-size: 14px;
        line-height: 18px;
    }
}

/* Dona
tion Card */
.donation-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    gap: 16px;
    width: 100%;
    max-width: 450px;

    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    border-radius: 40px;
    margin: 0 auto;
    margin-bottom: 20px;
    ;
}

/* Step-4 specific styling for centering the thank you card */
.step-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}

.step-4 .donation-card {
    margin: 0;
    text-align: center;
}

/* Thank you card specific elements */
.donation-thanks-img {
    margin-bottom: 20px;
}

.donation-thanks-img img {
    max-width: 100%;
    height: auto;
}

.donation-card-title {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #141414;
    margin: 16px 0 0px 0;
}

.donation-card-description {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666661;
    margin: 0;
}

/* Responsive adjustments for donation card */
@media (max-width: 768px) {
    .donation-card {
        width: 95%;
        left: 0;
        position: relative;

        margin: 0 auto;
    }

    .step-4 {
        min-height: calc(100vh - 120px);
        padding: 10px;
    }



    .donation-card-description {
        font-size: 14px;
        line-height: 20px;
    }
}

.contain-content {
    margin: 0 auto;
    ;
    padding-top: 80px;
}

/* Special styling for step-4 to override contain-content padding */
.contain-content .step-4 {
    padding-top: 0;
    margin-top: -80px;
}

/* Hide all steps by default, show only active ones */
[class*=".contain-content step-"] {
    display: none;
}

[class*=".contain-content step-"].active {
    display: block;
}

/* Override for step-4 to use flex for centering */
.step-4.active {
    display: flex;
}

.w-450 {
    width: 450px;
    max-width: 100%;
    ;
}

/* Donati
on Form Styles */
.donation-title {
    width: 90%;
    min-height: 25px;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #141414;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0;
}

.donate-select {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    gap: 18px;
    width: 100%;
    height: 72px;
    background: rgba(255, 113, 65, 0.25);
    border-radius: 16px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

@media (max-width: 700px) {
    .donate-select {
        padding: 12px;
        gap: 0px;
        height: 64px;
        border-radius: 12px;
        margin-bottom: 10px;
    }
}

.amount-selector {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 235px;
    height: 40px;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding-left: 10px;
}

.coin-icon {
    width: 30px;
    height: 30px;

    background-size: contain;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.multiply-sign {
    width: 9px;
    height: 18px;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #BBBAB4;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.amount-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 40px;
    height: 40px;
    border-radius: 99px;
    border: none;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.amount-btn-outline {
    background: #FFFFFF;
    border: 1px solid #f4582e;
    color: #f4582e;
}

.amount-btn-active {
    background: #f4582e;
    color: #FFFFFF;
}

.donate-select .custom-amount {
    flex: none;
    order: 1;
    flex-grow: 0;
}

.donate-select .custom-input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    gap: 10px;
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #141414;
    border-radius: 50%;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #DAD6C8;
    text-align: center;
}

.sender-input {
    width: 100%;
    height: 48px;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
}

.sender-field {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 16px;
    gap: 10px;
    width: 100%;
    height: 48px;
    background: #efede8;
    border-radius: 99px;
    border: none;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #141414;
}

.sender-field::placeholder {
    color: #BBBAB4;
}

.anonymous-checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 100%;
    height: 24px;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
}

.checkbox {
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #141414;
    border-radius: 4px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.checkbox-label {
    width: 100%;
    height: 18px;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #141414;
    flex: none;
    order: 1;
    flex-grow: 0;
    cursor: pointer;
}

.message-input {
    width: 100%;
    height: 120px;
    flex: none;
    order: 4;
    align-self: stretch;
    flex-grow: 0;
}

.message-field {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 16px;
    gap: 10px;
    width: 100%;
    height: 120px;
    background: #efede8;
    border-radius: 16px;
    border: none;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #141414;
    resize: none;
}

.message-field::placeholder {
    color: #BBBAB4;
}

input.sender-field::placeholder {
    font-size: 15px !important;
    color: #BBBAB4 !important;

    font-weight: 400 !important;

}

.donate-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 8px;
    width: 100%;
    height: 42px;
    background: #f4582e;
    border-radius: 99px;
    border: none;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: none;
    order: 5;
    align-self: stretch;
    flex-grow: 0;
}

.donate-button:hover {
    background: #e55a2b;
    transform: translateY(-1px);
}

/* Focus states */
.sender-field:focus,
.message-field:focus,
.custom-input:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 113, 65, 0.3);
}

.amount-btn:hover {
    transform: translateY(-1px);
}

.amount-btn-outline:hover {
    background: rgba(255, 113, 65, 0.1);
}

/* 
Content Creator About Card */
.creator-about-card {
    position: relative;
    width: 100%;

    left: calc(50% - 450px/2);
    gap: 5px;
    margin-top: 24px;
}



.creator-message-title {
    width: 100%;

    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #141414;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 0 16px 0;
}

.creator-message-text {
    width: 100%;
    height: auto;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #666661;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 0 16px 0;
}

.creator-social-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 16px;
    width: 100%;
    height: auto;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
}

.creator-social-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px;
    gap: 10px;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    flex: none;
    order: 0;
    flex-grow: 0;
    color: #141414;
    text-decoration: none;
    transition: all 0.3s ease;
}

.creator-social-btn i {
    width: 24px;
    height: 24px;
    font-size: 24px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.creator-social-btn:hover {
    background: rgba(20, 20, 20, 0.05);
    color: #141414;
}

/* Supporter Comment Card */
.donation-card .supporter-comment-card {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 556px;
    left: calc(50% - 450px/2);

    margin-top: 24px;
}

.donation-card .supporters-title {
    width: 100%;
    height: 25px;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #141414;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 0 16px 0;
}

.donation-card .no-support-icon {
    font-size: 24px;
        line-height: 32px;
}

.donation-card .supporter-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    width: 100%;
    height: auto;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.donation-card .supporter-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    width: 100%;
    height: auto;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin-bottom: 8px;
}

.donation-card .supporter-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 100%;
    height: 32px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.donation-card .supporter-avatar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6px 9px;
    gap: 10px;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    flex: none;
    order: 0;
    flex-grow: 0;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.donation-card .supporter-avatar-a {
    background: #EAA6A6;
}

.donation-card .supporter-avatar-anonymous {
    background: #EAD8A6;
}

.supporter-avatar-c {
    background: #D4EAA6;
}

.donation-card .supporter-avatar-b {
    background: #A6EACF;
}

.donation-card .supporter-avatar-m {
    background: #A6E3EA;
}

.donation-card .supporter-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 4px;
    height: 18px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.donation-card .supporter-name {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #141414;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.donation-card .supporter-count {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    color: #141414;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.supporter-message-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 32px;
    gap: 10px;
    width: auto;
    min-height: 34px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.donation-card .supporter-message {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;
    min-height: 34px;
    background: rgba(255, 113, 65, 0.25);
    border-radius: 16px;
    flex: none;
    order: 0;
    flex-grow: 0;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #141414;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    max-width: 100%;
    /* border: 1px solid rgba(255, 113, 65, 0.5);*/
}

.donation-card .supporter-reaction {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 40px;
    gap: 8px;
    width: auto;
    height: 32px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.donation-card .supporter-reaction .reaction-pp {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.donation-card .supporter-reaction .reaction-text {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #141414;
    flex: none;
    order: 0;
    flex-grow: 0;
        word-break: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
    max-width: 100%;
}

.donation-card .show-more-btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 19.5px 24px;
    gap: 10px;
    width: 100%;
    height: 63px;
    border: 2px solid #141414;
    border-radius: 99px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: none;
    order: 6;
    align-self: stretch;
    flex-grow: 0;
    margin-top: 16px;
}

.donation-card .show-more-btn span {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #141414;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.donation-card .show-more-btn i {
    width: 24px;
    height: 24px;
    color: #141414;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.donation-card .show-more-btn:hover {
    background: rgba(20, 20, 20, 0.05);
}

/* Responsive Design for New Cards */
@media (max-width: 768px) {
    .donate-button {

        font-family: 'Be Vietnam Pro';
        font-style: normal;
        font-weight: 700;
        font-size: 17px;
        line-height: 18px;
        /* identical to box height */
        text-align: center;
        /* Text Color/White */
        color: #FFFFFF;
        /* Inside auto layout */
        flex: none;
        height: 60px;
        flex-grow: 0;
        margin-top: 20px;

    }

    .amount-btn {
        width: 42px;
        height: 42px;
        font-size: 15px;
        border-radius: 50%;
        padding: 0px;

    }

    .step-1,
    .step-2,
    .step-3,
    .step-4 {
        margin-top: 50px;
    }

    .contain-content {
        padding-top: 0px;
        ;
    }

    .creator-about-card,
    .supporter-comment-card {
        width: 95%;
        left: 0;
        position: relative;
        top: auto;
        margin: 24px auto;
        padding: 20px 16px 20px 25px !important;
    }
    .donation-card.no-supporter-card{
        padding: 50px 12px;
        border-radius: 38px;;
    }
     .donation-card.no-supporter-card h3{
                font-size: 18px;
        line-height: 18px;
        margin-bottom: 0px;
    }

    .donation-card .creator-message-title,
    .donation-card .creator-message-text,
    .donation-card .creator-social-links,
    .donation-card .supporters-title,
    .donation-card .supporter-list,
    .donation-card .supporter-item,
    .donation-card .supporter-main,
    .donation-card .show-more-btn {
        width: 100%;
        max-width: 100%;
    }

    .creator-message-title {
        font-size: 18px;
        line-height: 22px;
    }

    .creator-message-text {
        /* Selam, artık buradayım. Destek olursan süper olur. Mesajlarını da bekliyorum. Şimdiden teşekkürler. */

        font-family: 'Be Vietnam Pro';
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 20px;
        /* Text Color/Gray */
        color: #666661;
        /* Inside auto layout */
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
        margin-top: 0px;
        margin-bottom: 0px;;

    }

    .supporters-title {
        font-size: 18px;
        line-height: 22px;
    }

    .supporter-name {
        font-size: 12px;
        line-height: 16px;
    }

    .supporter-count {
        font-size: 10px;
        line-height: 13px;
    }

    /*
    .supporter-message {
        font-size: 12px;
        line-height: 16px;
        padding: 6px 12px;
        height: auto;
        margin-top: 10px;
    }

    .show-more-btn {
        padding: 15px 20px;
        height: auto;
    }

    .show-more-btn span {
        font-size: 14px;
        line-height: 18px;
    }*/
}

@media (max-width: 576px) {
    .creator-message-title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 0px;
        ;
    }


    .supporters-title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 0px;
        ;
    }

    .supporter-avatar {
        width: 28px;
        height: 28px;
        font-size: 14px;
        line-height: 18px;
    }

    .supporter-name {
        font-size: 11px;
        line-height: 14px;
    }

    .supporter-count {
        font-size: 9px;
        line-height: 12px;
    }

    .supporter-message {
        font-size: 11px;
        line-height: 14px;
        padding: 5px 10px;
    }

    .supporter-reaction .reaction-pp {
        width: 28px;
        height: 28px;
    }

    .supporter-reaction .reaction-text {
        font-size: 12px !important;
        line-height: 16px;
    }

    .show-more-btn span {
        font-size: 12px;
        line-height: 16px;
    }

    .show-more-btn i {
        width: 20px;
        height: 20px;
        font-size: 16px;
    }
}

.bg-star .footer-section {
    background: none !important;
}

.bg-star .footer-hashtag {
    color: #fff;
}

.bg-star .social-link {
    color: #fff;
}

.bg-star .main-footer-brand h3 {
    color: #fff;
    bottom: -58px;
}

.bg-star footer.main-footer {
    background-color: #fff;
}

.bg-star .curved_4 {
    padding-top: 0px !important;
    height: 44px;
    background: #000000
        /* üst siyah alan */
    ;
}

.bg-star .wave_4 {
    background: #fff;
}

.bg-star .footer-link {
    color: #141414;
}

.bg-star .footer-copyright p {
    color: #141414;
}

/* Öze
l Donation Card - Figma Tasarımı */
.donation-card-figma {
    position: relative;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    border-radius: 48px;
    padding: 40px;
    box-sizing: border-box;
    margin: 0 auto;
}

/* Geri ve Kapat Butonları */
.donation-card-figma .back-btn {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 15px;
    top: 40px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
}



.donation-card-figma .close-btn {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 15px;
    top: 40px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
}



/* Profil Bölümü */
.donation-card-figma .profile-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 16px;
    position: absolute;
    width: 100%;
    height: 199px;
    left: 0;
    top: -55px;
}

.donation-card .credit-card-info {
    margin-top: 160px;
    width: 100%;
}

.donation-card-figma .profile-avatar {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    overflow: hidden;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.donation-card-figma .profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.donation-card-figma .profile-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 100%;
    height: 58px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.donation-card-figma .profile-title {
    width: 100%;
    height: 30px;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #141414;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0;
}

.donation-card .card-secury {
    display: flex;
    gap: 15px;
}

.donation-card-figma .donation-amount {
    width: 245px;
    max-width: 100%;
    height: 20px;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #666661;
    flex: none;
    order: 1;
    flex-grow: 0;
}

/* Form Alanları */
.donation-card-figma .form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;

    width: 379px;
    left: calc(50% - 379px/2);
}

.donation-card-figma .form-group.cardholder-name {
    height: 74px;

}

.donation-card-figma .form-group.card-number {
    height: 75px;

}

.donation-card-figma .form-group.expiry-date {
    width: 181px;
    height: 67px;


}

.donation-card-figma .form-group.security-code {
    width: 181px;
    height: 67px;

}

.donation-card-figma .form-label {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #141414;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0;
}

.donation-card-figma .form-input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 16px;
    gap: 10px;
    width: 100%;
    height: 48px;
    border: 1px solid #666661;
    border-radius: 99px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    background: #FFFFFF;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #141414;
}

.donation-card-figma .form-input::placeholder {
    color: #DAD6C8;
}

/* Checkbox Bölümleri */
.donation-card-figma .checkbox-group {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;

    width: 100%;
    left: calc(50% - 379px/2);
}

.donation-card-figma .checkbox-group.save-card {
    height: 39px;
    top: 701px;
}

.donation-card-figma .checkbox-group.email-consent {
    height: 26px;
    top: 756px;
}

.donation-card-figma .checkbox-input {
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #141414;
    border-radius: 4px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0;
}

.donation-card-figma .checkbox-label {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #141414;
    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 0;
    cursor: pointer;
    width: 90%;
}

.donation-card-figma .checkbox-label span {
    color: #666661;
}

/* Destek Butonu */
.donation-card-figma .support-btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 24px;
    gap: 8px;

    height: 48px;
    left: calc(50% - 379px/2);
    top: 830px;
    background: #f4582e;
    border: 1.5px solid #141414;
    border-radius: 99px;
    cursor: pointer;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}

.donation-card-figma .support-btn:hover {
    background: #e55a2b;
}

/* Responsive Tasarım */
@media (max-width: 480px) {
    .donation-card-figma {
        width: 95%;
        height: auto;

        padding: 20px;
        border-radius: 48px;
    }

    .donation-card-figma .form-group {
        width: 100%;
        left: 0;
        position: relative;
        top: auto !important;
        margin-bottom: 16px;
    }

    .donation-card-figma .checkbox-group {
        width: 100%;
        left: 0;
        position: relative;
        top: auto !important;
        margin-bottom: 16px;
    }

    .donation-card-figma .support-btn {
        width: 100%;
        left: 0;
        position: relative;
        top: auto !important;
        margin-top: 20px;
        font-size: 17px;
    }

    .donation-card-figma .profile-section {
        width: 100%;
        left: 0;

    }
}

/* 
Kredi Kartı Seçim Alanı Stilleri */
.donation-card .credit-cards-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 24px 0;
    margin-top: 105px;
    width: 100%;
}

.donation-card .saved-cards-title {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #141414;
    margin: 0;
    width: 100%;
}

.donation-card .credit-card-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.donation-card .credit-card {
    position: relative;
    width: 310px;
    height: 168px;
    border-radius: 12px;
}

.donation-card .card-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FDF1DF;
    border-radius: 12px;
    top: 0;
    left: 0;
}

.donation-card .card-logo {
    position: absolute;
    width: 48px;
    height: 37px;
    left: 16px;
    top: 8px;
}

.donation-card .card-number-label {
    position: absolute;
    left: 16px;
    top: 89px;
    font-family: 'Be Vietnam Pro';
    text-transform: none;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.08em;
    color: #141414;
}

.donation-card .card-number-display {
    position: absolute;
    left: 16px;
    top: 112px;
    display: flex;
    gap: 40px;
    align-items: center;
}

.donation-card .card-digits {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.08em;
    color: #141414;
}

.donation-card .card-digits-last {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.08em;
    color: #141414;
}

.donation-card .slider-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.donation-card .slider-dot {
    width: 8px;
    height: 8px;
    background: #FF7141;
    opacity: 0.25;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.donation-card .slider-dot.active {
    width: 24px;
    height: 8px;
    background: #FF7141;
    opacity: 1;
    border-radius: 999px;
}

.donation-card .add-different-card-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    gap: 8px;
    border: 1px solid #141414;
    border-radius: 24px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.donation-card .add-different-card-btn:hover {
    background: #f5f5f5;
}

.donation-card .add-different-card-btn span {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #141414;
}

.donation-card .add-icon {
    width: 24px;
    height: 24px;
    flex: none;
}

.donation-card .card-payment-footer {


    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    /* Text Color/Gray */
    color: #666661;
    width: 100%;
    text-align: center;
}

/* Kredi Kartı Slider Stilleri */
.credit-card-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.credit-cards-container {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: 300%;
    /* 3 kart için 300% */
    transform: translateX(0%);
    /* İlk kart görünür olsun */
}

.credit-card {
    flex: 0 0 33.333%;
    /* Container'ın 1/3'ü */
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    padding: 24px;
    min-height: 200px;

    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 1;
    transform: scale(1);
}

.credit-card:not(.active) {
    opacity: 0.7;
    transform: scale(0.95);
}

.credit-card.active {
    opacity: 1;
    transform: scale(1);

}

.credit-card:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.card-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    z-index: 1;
}

.card-logo {
    position: relative;
    z-index: 2;
    width: 60px;
    height: auto;
    margin-bottom: 20px;
}

.card-number-label {
    position: relative;
    z-index: 2;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-number-display {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 12px;
    align-items: center;
}

.card-digits,
.card-digits-last {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
}

.card-digits-last {
    color: #fff;
    font-weight: 700;
}

/* Slider Navigation Stilleri */
.slider-navigation {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background-color: #667eea;
    transform: scale(1.2);
}

.slider-dot:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .donation-card-figma .profile-title {
        font-size: 18px;
    }

    .donation-card-figma .donation-amount {
        font-size: 14px;
    }

    .creator-social-links {
        gap: 0px;
    }

    .creator-social-btn {
        width: 35px;
    }

    .credit-card {
        padding: 20px;
        min-height: 180px;
    }

    .card-logo {
        width: 50px;
        margin-bottom: 16px;
    }

    .card-digits,
    .card-digits-last {
        font-size: 16px;
    }

    .donation-thanks-img img {
        width: 150px !important;

    }

    .donation-card .donation-card-title {
        font-size: 24px;
    }

    .donation-card .donation-card-description {
        font-size: 14px !important;
        line-height: 18px !important;

    }
}

@media (max-width: 480px) {
    .credit-card {
        padding: 16px;
        min-height: 160px;
    }

    .card-number-display {
        gap: 8px;
    }

    .card-digits,
    .card-digits-last {
        font-size: 14px;
    }

    .donation-thanks-img img {
        width: 150px !important;

    }

    .donation-card .donation-card-title {
        font-size: 24px;
    }

    .donation-card .donation-card-description {
        font-size: 16px !important;

    }

    .donation-title {
        font-size: 20px;
        ;
    }
}

.donation-thanks-img img {
    width: 250px;
    margin: 0 auto;
}

.donation-card .donation-card-title {
    text-align: center;
    font-family: 'Rubik One Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #141414;
}

.donation-card .donation-card-description {

    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #545454;



}

/* Step System Styles */
.step-0,
.step-1,
.step-2,
.step-3,
.step-4 {
    display: none;
}

.step-0.active,
.step-1.active,
.step-2.active,
.step-3.active,
.step-4.active {
    display: block;
}

/* P
rofile section - sadece step-0'da görünür */
.contain-hero-section.hide-profile {
    display: none;
}

/*
 help-circle */
.help-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1.5px solid #141414;
    border-radius: 50%;
    margin-left: 8px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #141414;
    background: transparent;
    transition: all 0.3s ease;
}

.help-circle:hover {
    background: #141414;
    color: #fff;
    transform: scale(1.1);
}

.help-circle::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #141414;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    margin-bottom: 8px;
    z-index: 1000;
    max-width: 200px;
    white-space: normal;
    text-align: center;
    line-height: 1.3;
}

.help-circle::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #141414;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    margin-bottom: 3px;
}

.help-circle:hover::before,
.help-circle:hover::after {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {

    .contain-main .step-4 {

        justify-content: center;
        /* yatay ortalama */
        align-items: center;
        /* dikey ortalama */
        height: 90vh;
        /* ekranın tamamı kadar yüksek */
    }

    .contain-main .step-4.active {
        display: flex;
        flex-direction: column;
    }

    .help-circle {
        width: 20px;
        height: 20px;
        font-size: 12px;
        margin-left: 6px;
    }

    .help-circle::before {
        font-size: 11px;
        padding: 6px 10px;
        width: 200px;
    }
}

/*
 Bootstrap Carousel Indicators Custom Styling */
#creditCardCarousel .carousel-indicators {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px;
    gap: 8px;
    margin: 20px 0 0 0;
    width: auto;
    height: 8px;
}

#creditCardCarousel .carousel-indicators button {
    width: 8px;
    height: 8px;
    background: #FF7141;
    opacity: 0.25;
    border-radius: 999px;
    border: none;
    margin: 0;
    text-indent: 0;
}

#creditCardCarousel .carousel-indicators button.active {
    width: 24px;
    height: 8px;
    background: #FF7141;
    opacity: 1;
    border-radius: 999px;
}

/* Credit Card Opacity Fix */
.credit-card {
    opacity: 1 !important;
}

.credit-card.active {
    opacity: 1 !important;
}

/* 
Sender Input with Inline Anonymous Checkbox */
.sender-input-wrapper {
    position: relative;
    order: 1;

    width: 100%;
}



.sender-input-wrapper .sender-field {
    width: 100%;
    padding: 15px 120px 15px 15px;
    border-radius: 99px;
    background: #efede8;
    border: none;

    font-size: 1rem;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.sender-input-wrapper .sender-field::placeholder {
    color: #999;

}

.sender-input-wrapper .sender-field:focus {
    outline: none;
  
}

.sender-input-wrapper .sender-field:focus~.anonymous-checkbox-inline,
.anonymous-checkbox-inline:hover,
.anonymous-checkbox-inline:has(input:checked) {
    display: flex;
}

.anonymous-checkbox-inline {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    display: none;
}

.checkbox-inline {
    width: 20px;
    height: 20px;
    border: 2px solid #FF7141;
    border-radius: 4px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    transition: all 0.3s ease;
}

.checkbox-inline:checked {
    background: #FF7141;
    position: relative;
}

.checkbox-inline:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.checkbox-label-inline {
    font-size: 14px;
    font-weight: 600;
    color: #FF7141;
    cursor: pointer;
    margin: 0;
    user-select: none;
    white-space: nowrap;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .sender-input-wrapper .sender-field {
        padding: 12px 100px 12px 12px;
        font-size: 16px;
    }

    .message-field {
        font-size: 16px;
    }

    .anonymous-checkbox-inline {
        right: 12px;
        gap: 6px;
    }

    .checkbox-inline {
        width: 18px;
        height: 18px;
    }

    .checkbox-label-inline {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .sender-input-wrapper .sender-field {
        padding: 10px 90px 10px 17px;
        font-size: 16px;
    }

    .anonymous-checkbox-inline {
        right: 10px;
        gap: 5px;
    }

    .checkbox-inline {
        width: 16px;
        height: 16px;
    }

    .checkbox-inline:checked::after {
        font-size: 12px;
    }

    .checkbox-label-inline {
        font-size: 12px;
    }
}

/* Countdown Container Styles */
.countdown-container {
    margin-top: 30px;
    text-align: center;
    padding: 40px 20px;

    border-radius: 20px;
}

.countdown-text {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.countdown-circle {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.countdown-svg {
    position: absolute;
    top: 0;
    shape-rendering: geometricPrecision;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.countdown-circle-bg {
    fill: none;
    stroke: #000;
    stroke-width: 3;
}

.countdown-circle-progress {
    fill: none;
    stroke: #000;
    stroke-width: 12;
    stroke-linecap: round;
    stroke-dasharray: 339.292;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s linear;
    shape-rendering: geometricPrecision;
}

.countdown-timer {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    font-family: 'Be Vietnam Pro', sans-serif;
    position: relative;
    z-index: 1;
}

/* Step 4 - Teşekkür Sayfası için özel stiller */
.step-4.active {
    min-height: 100vh;
    display: block;
    align-items: center;
    justify-content: center;
}

.step-4.active .donation-card {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.donation-card .countdown-text {
    color: #141414;
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .countdown-container {
        margin-top: 0px;
        padding: 0px 15px;
    }

    .countdown-text {
        font-size: 11px;
    }

    .countdown-circle {
        width: 50px;
        height: 50px;
    }

    .countdown-timer {
        font-size: 32px;
    }
}


/* Username Input Validation Styles */
.url-input {
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.url-input.available {
    border-color: #00c464 !important;
    box-shadow: 0 0 0 2px rgba(80, 255, 108, 0.2);
}

.url-input.unavailable {
    border-color: #ff6b47 !important;
    box-shadow: 0 0 0 2px rgba(255, 107, 71, 0.2);
}

.username-message {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
    min-height: 20px;
}

.username-message.success {
    color: #00c464;
}

.username-message.error {
    color: #ff6b47;
}

.btn-create-profile[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.faq-content-container {
    width: 100%;
    max-width: 720px;
    color: #141414;
    font-family: 'Be Vietnam Pro', sans-serif;
    margin: 0 auto;
}

.success-divider {
    width: 100%;
    height: 1px;
    background: #D7D4C5;
    margin: 24px 0;
}

.support-page .mobile-login-btn {
    display: none;
}

.support-page .auth-buttons {
    display: none;
}

