:root {
    --main-color: rgb(52, 72, 255);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    background-color: rgba(245, 247, 248);
}

.navbar {
    background-color: #000;
    padding: 10px 0;
}

form.login-form {
    width: 100%;
}

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

.nav-link {
    color: #fff !important;
    margin-right: 15px;
    font-weight: 500;
}

.framixa-pro {
    display: flex;
    align-items: center;
}

.pro-badge {
    background-color: #000;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    margin-left: 4px;
    border: 1px solid #fff;
}

.btn {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 48px;
    line-height: 24px;
}

.btn-primary {
    background-color: #3861fb;
    color: white;
    border: none;
}

.btn-outline {
    background-color: transparent;
    color: white;
    border: 1px solid white;
}

.btn-outline-light,
.btn-outline-light:focus,
.btn-outline-light:active {
    background-color: transparent !important;
    border: 1px solid #dee2e6 !important;
    color: #212529 !important;
    border-radius: 4px !important;
    padding: 8px 16px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
}

.btn-outline-light:hover {
    background-color: transparent !important;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active {
    background-color: rgb(52, 72, 255) !important;
    border-color: rgb(52, 72, 255) !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding: 8px 16px !important;
    font-weight: 500 !important;
}

.btn-primary:hover {
    background-color: rgba(52, 72, 255, 0.9) !important;
    border-color: rgba(52, 72, 255, 0.9) !important;
}

.btn + .btn {
    margin-left: 10px !important;
}

.btn-light {
    border-radius: 20px;
    padding: 5px 20px;
    font-weight: 500;
}

.rounded-custom {
    border-radius: 14px !important;
}

.btn-login,
.cloud-button {
    position: relative !important;
    overflow: hidden !important;
    color: white !important;
    background-color: transparent !important;
    border: 1px solid white !important;
    transition: color 0.4s ease !important;
}

.btn-login::before,
.cloud-button::before {
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    bottom: -5px;
    width: calc(100% + 4px);
    height: 0%;
    background-color: white;
    z-index: -1;
    transition: height 0.5s ease, border-radius 0.5s ease;
}

.btn-login:hover,
.cloud-button:hover {
    color: black !important;
}

.btn-login:hover::before,
.cloud-button:hover::before {
    height: 180%;
    border-top-left-radius: 50% 20px;
    border-top-right-radius: 50% 20px;
}

.btn-login::before,
.cloud-button::before {
    height: 0%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-register {
    background-color: #fff !important;
    color: #000 !important;
    font-weight: 500 !important;
    border-radius: 14px !important;
}

.btn-register:hover,
.btn-register:active,
.btn-register:focus {
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 14px !important;
}

.btn:not(.btn-link):hover {
    transform: none !important;
    box-shadow: none !important;
}

.mobile-menu-container {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    background-color: #000;
    z-index: 1050;
    transition: left 0.3s ease;
    overflow-y: auto;
    padding: 20px;
}

.mobile-menu-container.active {
    left: 0;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    display: none;
}

.mobile-menu-overlay.active {
    display: block;
}

.mobile-menu-toggle {
    cursor: pointer;
    z-index: 1001;
}

.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.mobile-menu-container a {
    display: block;
    color: #fff;
    padding: 15px 0;
    text-decoration: none;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .navbar-nav .nav-item {
    margin: 0 10px;
}

header .navbar-nav .nav-link {
    font-size: 16px;
    padding: 8px 12px;
    text-align: center;
    transition: color 0.3s ease;
}

header .navbar-nav .nav-link:hover {
    color: #007bff;
}

.container-xxl {
    max-width: 1450px !important;
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

header .navbar-brand {
    margin-right: 50px !important;
}

header .navbar > .container-xxl {
    justify-content: space-between !important;
}

header .navbar-nav {
    margin-left: 30px !important;
}

.pro-badge.cloud-button {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 2px 8px;
}

.pro-badge.cloud-button::before {
    left: -3px;
    right: -3px;
    bottom: -6px;
    width: calc(100% + 6px);
}

.pro-badge.cloud-button:hover::before {
    height: 200%;
}

.section-1 {
    overflow: hidden;
    background: rgba(1, 1, 1);
    color: white;
    padding-top: 100px;
    padding-bottom: 80px;
    position: relative;
    min-height: 700px;
}

.section-1 .hero-left-side {
    background-color: transparent;
    display: flex;
    align-items: center;
}

.section-1 .hero-right-side {
    background-color: transparent;
}

.section-1 .hero-content {
    position: relative;
    z-index: 2;
}

.section-1 .hero-title {
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 1rem;
    color: white;
}

.section-1 .hero-description {
    font-size: 1.1rem;
    color: #aaa;
    margin-bottom: 1.5rem;
    max-width: 500px;
}

.section-1 .integration-logo img {
    height: 110px;
    width: auto;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.section-1 .integration-logo img:hover {
    opacity: 1;
}

.section-1 .btn-primary {
    background-color: #4361ee;
    border-color: #4361ee;
}

.section-1 .text-muted {
    color: #777 !important;
}

.section-1 .hero-image-container {
    position: absolute;
    top: 50%;
    right: -30%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.9;
}

.section-1 .hero-main-image {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

/* Animasyon sınıfı */
.animated-btn {
    position: relative;
    overflow: hidden;
}

.animated-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.5s ease;
    z-index: 1;
}

.animated-btn:hover:after {
    left: 100%;
}

/* Buton konteyneri için stil */
.button-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
}

.start-btn,
.pricing-btn {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 14px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 180px;
    height: 48px;
    line-height: 24px;
    text-decoration: none;
}

.start-btn {
    background-color: var(--main-color);
    color: white;
    border: none;
}

.pricing-btn {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    position: relative;
    overflow: hidden;
}

.pricing-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.5s ease;
    z-index: 1;
}

.pricing-btn:hover:after {
    left: 100%;
}

.customer-stories-dropdown {
    position: relative;
}

.customer-stories-dropdown .dropdown-menu {
    width: 800px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
}

.customer-stories-dropdown.show .dropdown-menu.show {
    display: block;
}

.customer-stories-dropdown .dropdown-item {
    padding: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    white-space: normal;
    display: block;
}

.customer-stories-dropdown .dropdown-item:hover {
    background-color: #f8f9fa;
}

.customer-stories-dropdown .dropdown-item h5 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.customer-stories-dropdown .dropdown-item p {
    font-size: 14px;
    font-weight: 700;
    color: #666;
}

.customer-stories-dropdown .border-end {
    border-right: 1px solid #e9ecef;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.feature-item:hover {
    background-color: #f8f9fa;
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
}

.icon-background {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: rgba(99, 102, 241, 0.2);
    border-radius: 50%;
    z-index: 0;
    animation: pulse-blue 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse-blue {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.3;
    }
}

.feature-icon svg {
    position: relative;
    z-index: 1;
}

.feature-icon i {
    font-size: 24px;
    color: #3861fb;
}

.feature-text {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.customer-stories-dropdown h5 {
    font-weight: 700;
    color: #333;
    font-size: 16px;
}

.customer-stories-dropdown p {
    font-weight: 400 !important;
    color: #666;
}

.feature-text {
    font-size: 14px;
    color: #333;
    font-weight: 400 !important;
}

.youtube-channel {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s;
}

.youtube-channel:hover {
    color: #ff0000;
}

.youtube-logo {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

/* YouTube kanalı container stili */
.youtube-channel-container {
    display: flex;
    align-items: flex-start;
}

/* YouTube ikonu stili */
.youtube-icon {
    font-size: 24px;
    margin-right: 10px;
    margin-top: 2px;
}

.youtube-icon i {
    font-size: 24px;
    color: #ff0000; /* YouTube kırmızısı */
}

/* Sosyal medya kanalı container stili */
.youtube-channel-container,
.instagram-channel-container {
    display: flex;
    align-items: flex-start;
}

/* Sosyal medya ikonu stili */
.youtube-icon,
.instagram-icon {
    font-size: 24px;
    margin-right: 10px;
    margin-top: 2px;
}

.youtube-icon i {
    font-size: 24px;
    color: #ff0000; /* YouTube kırmızısı */
}

.instagram-icon i {
    font-size: 24px;
    color: #e1306c; /* Instagram pembe/kırmızısı */
}

/* PRO Dropdown Stili */
.pro-dropdown .dropdown-menu {
    width: 800px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
}

.pro-dropdown.show .dropdown-menu.show {
    display: block;
}

.pro-dropdown .dropdown-item {
    padding: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    white-space: normal;
    display: block;
}

.pro-dropdown .dropdown-item:hover {
    background-color: rgba(56, 97, 251, 0.05);
}

.pro-dropdown .dropdown-item h5 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

.pro-dropdown .dropdown-item p {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

.pro-feature-container {
    display: flex;
    align-items: flex-start;
}

.pro-icon {
    font-size: 24px;
    margin-right: 10px;
    margin-top: 2px;
}

.pro-icon i {
    font-size: 24px;
    color: rgb(56, 97, 251);
}

.pro-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.pro-item:hover {
    background-color: rgba(56, 97, 251, 0.05);
}

.pro-item-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(56, 97, 251, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.pro-item-icon i {
    font-size: 24px;
    color: rgb(56, 97, 251);
}

.pro-item-text {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

/* Integration Swiper Stilleri */
.integration-swiper {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}

.integration-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    width: 120px;
    margin: 0 auto;
    position: relative;
    transition: transform 0.3s;
}

.integration-logo img {
    height: 80px;
    width: auto;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.integration-logo:hover img {
    opacity: 1;
}

/* Tamamen akıcı CSS animasyonu */
.swiper-wrapper {
    display: flex;
    animation: smoothScroll 40s linear infinite;
    width: max-content;
    will-change: transform; /* Performans optimizasyonu */
}

@keyframes smoothScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    flex-shrink: 0;
}

.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
    padding-bottom: 10px !important;
}

.tooltip-arrow,
.tooltip .tooltip-arrow,
.bs-tooltip-auto .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

/* Animasyonu duraklatmak için (isteğe bağlı) */
@media (prefers-reduced-motion) {
    .swiper-wrapper {
        animation-play-state: paused;
    }
}

/* Tooltip stilini özelleştirme - mavi renk */
.tooltip .tooltip-inner {
    background-color: #3861fb !important; /* Mavi renk */
    color: white !important;
    border-radius: 6px !important;
    padding: 8px 12px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
}

/* Section 2 - Features Slider */
.section-2 {
    padding: 120px 0 140px;
    background-color: #f8f9ff;
    position: relative;
    overflow: hidden;
    cursor: default !important;
}

.section-2 * {
    cursor: default !important;
}

.section-2 .wave-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    height: 70%;
    background-image: url("../images/wave-bg.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    z-index: 1;
    opacity: 0.7;
}

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

.section-2 .row {
    margin: 0 -30px;
}

.section-2 .col-lg-5,
.section-2 .col-lg-7 {
    padding: 0 30px;
}

.section-2 .features-content-wrapper,
.section-2 .features-image-wrapper {
    position: relative;
}

.section-2 .feature-content {
    user-select: text;
    transition: opacity 0.5s ease;
    margin-bottom: 40px;
}

.section-2 .feature-content.active {
    display: block;
}

.section-2 .feature-badge {
    display: inline-block;
    background-color: rgba(56, 97, 251, 0.1);
    color: #3861fb;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
    user-select: text;
}

.section-2 .feature-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #000;
    line-height: 1.2;
    user-select: text;
}

.section-2 .feature-description {
    font-size: 18px;
    color: #666;
    margin-bottom: 35px;
    line-height: 1.7;
    user-select: text;
}

.section-2 .feature-btn {
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 14px !important;
    margin-bottom: 40px;
    cursor: pointer !important;
    width: 50%;
}

.section-2 .feature-image-container {
    display: none;
    transition: opacity 0.5s ease;
    padding-left: 50px;
    margin-top: 40px;
}

.section-2 .feature-image-container.active {
    display: block;
}

.section-2 .feature-image {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Pagination */
.section-2 .feature-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
}

.section-2 .feature-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(56, 97, 251, 0.2);
    cursor: pointer !important;
    transition: all 0.3s ease;
}

.section-2 .feature-dot.active {
    background-color: #3861fb;
}

/* Navigasyon Butonları */
.section-2 .feature-next,
.section-2 .feature-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 28px;
}

.section-2 .feature-next {
    right: -25px;
}

.section-2 .feature-prev {
    left: -25px;
}

.section-2 .feature-next:after {
    content: "›";
}

.section-2 .feature-prev:after {
    content: "‹";
}

/* Progress Bar */
.feature-progress-container {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: rgba(56, 97, 251, 0.2);
    overflow: hidden;
    z-index: 100;
}

.feature-progress-bar {
    height: 100%;
    width: 0;
    background-color: #4285f4;
    transition: width 0.1s linear;
}

/* Features Image Container */
.features-image-wrapper {
    position: relative;
    overflow: visible;
    padding: 0;
    width: 90%;
    margin: 0 auto;
}

.feature-image-container {
    perspective: initial;
    transform-style: initial;
    transition: transform 0.3s ease-out;
    will-change: transform;
    transform-origin: center center;
    width: 110%;
    height: auto;
    position: relative;
    left: -5%;
}

.feature-image-container img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.feature-image-container.active {
    transform: scale(1);
}

.feature-image-container.active.scaled {
    transform: scale(1.15);
}

.section-3 {
    padding: 80px 0 100px;
    background-color: #f8f9ff;
    position: relative;
    overflow: hidden;
    cursor: default !important;
}

.section-3 .row {
    margin-left: -10px;
    margin-right: -10px;
}

.section-3 .col-lg-4,
.section-3 .col-md-6,
.section-3 .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.section-3 .mb-4 {
    margin-bottom: 20px !important;
}

.section-3 .mt-5 {
    margin-top: 30px !important;
}

.section-3 .feature-badge {
    display: inline-block;
    background-color: rgba(56, 97, 251, 0.1);
    color: #3861fb;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
    user-select: text;
}

.section-3 .section-3-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000;
    line-height: 1.2;
}

.section-3 .feature-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.section-3 .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.section-3 .feature-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background-color: rgba(56, 97, 251, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    position: relative;
}

.section-3 .feature-card-icon i {
    font-size: 28px;
    color: #3861fb;
}

.section-3 .feature-card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
    position: relative;
}

.section-3 .feature-card-description {
    font-size: 15px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.5;
    position: relative;
}

.section-3 .feature-card-link {
    color: #3861fb;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 15px;
}

.section-3 .feature-card-link i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.section-3 .feature-card-link:hover i {
    transform: translateX(5px);
}

.section-3 .feature-image-container {
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 16px;
}

.section-3 .feature-image {
    max-width: 100%;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.section-3 .feature-image-badge {
    position: absolute;
    top: -15px;
    right: 30px;
    background-color: #3861fb;
    color: white;
    padding: 8px 16px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(56, 97, 251, 0.3);
}

.section-3 .feature-card-large {
    height: 100%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.section-3 .feature-card-large .feature-card-image {
    margin-top: 15px;
    border-radius: 8px;
    position: relative;
    height: 180px;
    transition: transform 0.3s ease;
}

.section-3 .feature-card-large:hover .feature-card-image img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.section-3 .features-showcase {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.read-more-container {
    position: relative;
    margin: 50px auto;
    max-width: 300px;
}

.read-more-button-wrapper {
    position: relative;
    z-index: 2;
}

.read-more-button {
    padding: 14px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-decoration: none;
    transition: all 0.3s ease;
    gap: 8px;
    width: 100% !important;
}

.read-more-button:focus {
    padding: 14px !important;
}

.read-more-button.btn-primary {
    background-color: #5e50fa;
    color: white;
    border: 2px solid #5e50fa;
}

.read-more-button.btn-primary:hover {
    background-color: #4a3fe0;
    border-color: #4a3fe0;
}

.read-more-button.btn-outline-secondary {
    background-color: transparent;
    color: #6c757d;
    border: 2px solid #6c757d;
}

.read-more-button.btn-outline-secondary:hover {
    background-color: rgba(108, 117, 125, 0.1);
}

.read-more-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.read-more-icon {
    font-size: 20px;
    animation: bounce 2s infinite;
}

.read-more-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(
            circle,
            rgba(56, 97, 251, 0.6) 0%,
            rgba(56, 97, 251, 0) 70%
    );
    border-radius: 50%;
    z-index: 1;
    animation: pulse 2s infinite;
}

.read-more-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.absolute-button {
    position: absolute;
    bottom: 2rem;
    left: 0;
    padding: 0 !important;
    margin: 0 !important;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(0.8);
    }
    50% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1.2);
    }
    100% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(0.8);
    }
}

.feature-image-container {
    perspective: initial;
    transform-style: initial;
}

.btn-white {
    background-color: #fff !important;
    color: #000 !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    border: 1px solid #fff !important;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
    background-color: #f8f8f8 !important;
    color: #000 !important;
    border-color: #f8f8f8 !important;
}

/* Section 4 - Müşteri Yorumları */
.section-4 {
    padding: 100px 0;
    background-color: #000;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.section-4 .section-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}

.section-4 .section-subtitle {
    font-size: 18px;
    color: #aaa;
    margin-bottom: 50px;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-swiper {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}

.testimonial-card {
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.card-shine {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 3;
    transition: background 0.1s ease;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    background-color: rgba(54, 54, 54, 0.1);
}

.testimonial-content {
    font-size: 18px;
    line-height: 1.8;
    color: #ddd;
    margin-bottom: 30px;
    flex-grow: 1;
}

.testimonial-info {
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
}

.testimonial-name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
}

.testimonial-company {
    font-size: 18px;
    color: #aaa;
    display: block;
    margin-bottom: 5px;
    user-select: text;
}

.testimonial-rating {
    display: flex;
    margin-bottom: 10px;
}

.testimonial-rating i {
    color: #ffd700;
    font-size: 16px;
    margin-right: 2px;
}

.testimonial-date {
    font-size: 14px;
    color: #888;
    text-align: right;
}

.testimonial-swiper .swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.testimonial-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.testimonial-swiper .swiper-pagination-bullet-active {
    background-color: #fff;
}

.testimonial-swiper .swiper-button-next,
.testimonial-swiper .swiper-button-prev {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-swiper .swiper-button-next:after,
.testimonial-swiper .swiper-button-prev:after {
    font-size: 18px;
}

.testimonial-swiper .swiper-button-next:hover,
.testimonial-swiper .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.testimonial-logo {
    height: 30px;
    width: auto;
    margin-top: 15px;
    opacity: 0.7;
}

.testimonial-swiper-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    gap: 20px;
}

.testimonial-swiper-button-prev,
.testimonial-swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-swiper-button-prev:hover,
.testimonial-swiper-button-next:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.testimonial-swiper-pagination {
    display: flex;
    gap: 8px;
}

.testimonial-swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-swiper-pagination-bullet-active {
    background-color: #fff;
    width: 30px;
    border-radius: 10px;
}

.section-4 .feature-badge {
    display: inline-block;
    background-color: rgba(56, 97, 251, 0.1);
    color: #3861fb;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
    user-select: text;
}

.testimonial-company a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.testimonial-company a:hover {
    text-decoration: underline;
}

.testimonial-swiper .swiper-slide {
    width: 450px;
    height: auto;
    margin-right: 30px;
}

.testimonial-item {
    height: 100%;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-text {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.testimonial-name {
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 600;
}

.testimonial-company {
    font-size: 17px;
}

.testimonial-company a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    z-index: 20;
    pointer-events: auto;
}

.testimonial-company a:hover {
    text-decoration: underline;
}

/* Swiper'ın tıklanabilirlik sorununu çözmek için */
.swiper-wrapper {
    pointer-events: auto;
}

.swiper-slide {
    pointer-events: auto;
}

/* Testimonial Bölümü Temel Stilleri */
.testimonial-container {
    margin-top: 50px;
    overflow: hidden;
    position: relative;
}

.testimonial-swiper-top,
.testimonial-swiper-bottom {
    margin-bottom: 20px;
    overflow: visible;
    width: 100%;
}

.testimonial-swiper-top .swiper-wrapper,
.testimonial-swiper-bottom .swiper-wrapper {
    transition-timing-function: linear !important;
}

.testimonial-swiper-top .swiper-slide,
.testimonial-swiper-bottom .swiper-slide {
    width: auto;
    max-width: 350px;
}

.testimonial-card {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.testimonial-content {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #fff;
}

.testimonial-info {
    text-align: left;
}

.testimonial-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
}

.testimonial-company a {
    color: #6c63ff;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.testimonial-company a:hover {
    color: #8a84ff;
    text-decoration: underline;
}

.testimonial-swiper-bottom .swiper-wrapper {
    transform: translateX(10px) !important;
}

/* Testimonial Marquee Stilleri */
.testimonial-marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.testimonial-marquee-content {
    display: flex;
    animation: testimonial-marquee 60s linear infinite;
    width: max-content;
}

.testimonial-marquee-content.reverse {
    animation: testimonial-marquee-reverse 60s linear infinite;
}

.testimonial-marquee-item {
    flex-shrink: 0;
    padding: 0 15px;
    width: 450px; /* Daha geniş kartlar */
}

.testimonial-card {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonial-card::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    border-radius: 12px;
    background: linear-gradient(45deg, transparent, transparent);
    transition: all 0.5s ease;
}

.testimonial-card:hover::before {
    background: linear-gradient(45deg, #3448ff, #7f0ab5, #3448ff);
    background-size: 200% 200%;
    animation: gradient-animation 3s ease infinite;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.testimonial-card:hover {
    transform: none;
    background-color: rgba(0, 0, 0, 0.85);
    box-shadow: 0 0 20px rgba(52, 72, 255, 0.3);
}

.testimonial-card::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    z-index: -1;
    transition: all 0.3s ease;
}

.testimonial-card:hover::after {
    background: rgba(0, 0, 0, 0.85);
}

.testimonial-content,
.testimonial-info {
    position: relative;
    z-index: 2;
}

@keyframes testimonial-marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes testimonial-marquee-reverse {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

/* Responsive Testimonial Stilleri */
@media (max-width: 1200px) {
    .testimonial-marquee-item {
        width: 400px;
    }
}

@media (max-width: 992px) {
    .testimonial-marquee-item {
        width: 350px;
    }
}

@media (max-width: 768px) {
    .testimonial-marquee-item {
        width: 300px;
        padding: 0 10px;
    }
}

@media (max-width: 576px) {
    .testimonial-marquee-item {
        width: 280px;
        padding: 0 8px;
    }
}

/* Section 5 - Entegrasyonlar */
.section-5 {
    padding: 120px 0 0 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.section-5 .section-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

.section-5 .section-subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.section-5 .feature-badge {
    display: inline-block;
    background-color: rgba(56, 97, 251, 0.1);
    color: #3861fb;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.integration-showcase {
    position: relative;
    margin-top: 50px;
    margin-bottom: 0;
}

.last-footer-item-container {
    position: relative;
    height: 500px;
    margin-bottom: 0;
    perspective: 1000px;
}

.last-footer-item {
    position: absolute;
    border-radius: 12px;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: center center;
}

.last-footer-item img {
    border-radius: 12px;
    max-width: 100%;
    height: auto;
}

.last-footer-item-main {
    width: 70%;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 3;
    text-align: center;
}

.last-footer-item-left {
    width: 45%;
    left: 25%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    opacity: 0.9;
}

.last-footer-item-right {
    width: 45%;
    left: 75%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    opacity: 0.9;
}

.integration-feature {
    background-color: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
}

.integration-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.integration-feature-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background-color: rgba(56, 97, 251, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.integration-feature-icon i {
    font-size: 28px;
    color: #3861fb;
}

.integration-feature-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}

.integration-feature-description {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

/* Section 6 - Request Demo */
.section-6 {
    padding: 80px 0;
    background-color: #f8fafc;
    width: 100%;
}

.request-demo-wrapper {
    background: #fff;
    border-radius: 0;
    padding: 60px 0;
    box-shadow: none;
    width: 100%;
    margin: 0;
}

.request-demo-content {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.request-demo-title {
    font-size: 36px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
}

.request-demo-subtitle {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 32px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.request-demo-features {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 40px;
}

.request-demo-feature {
    display: flex;
    align-items: center;
    gap: 8px;
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-text {
    font-size: 14px;
    color: #475569;
}

.request-demo-form {
    max-width: 600px;
    margin: 0 auto;
}

.request-demo-form-group {
    display: flex;
    gap: 12px;
    max-width: 900px;
    margin: 0 auto;
}

.request-demo-input {
    flex: 1.2;
    height: 52px;
    padding: 0 24px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-size: 15px;
    color: #1e293b;
    transition: all 0.3s ease;
    background-color: #fff;
    box-shadow: none;
}

.request-demo-input:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: none;
}

.request-demo-input::placeholder {
    color: #94a3b8;
    font-size: 15px;
}

.request-demo-button {
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 52px;
    padding: 0 32px;
    background-color: #3861fb;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.request-demo-button:hover {
    background-color: rgba(56, 97, 251, 0.9);
}

.footer {
    background-color: #000;
    color: #fff;
    padding: 60px 0 30px;
}

.footer-logo {
    height: 30px;
    width: auto;
}

.footer-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #fff;
}

.company-info p {
    color: #9ca3af;
    font-size: 14px;
}

.hosting-info {
    display: flex;
    align-items: center;
}

.hostina-logo {
    height: 20px;
    margin: 0 5px;
    filter: brightness(0) invert(1); /* Logo'yu beyaz renge çevirir */
}

.footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    color: #9ca3af;
    font-size: 14px;
}

.login-form-wrapper {
    max-width: 480px;
    margin: 0 auto;
    padding: 40px;
    background: var(--bs-white);
    border-radius: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.login-title {
    font-size: 32px;
    font-weight: 600;
    color: var(--bs-dark);
    margin-bottom: 8px;
}

.login-subtitle {
    color: var(--bs-gray-600);
    font-size: 16px;
}

.login-form .form-control {
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid var(--bs-gray-300);
}

.login-form .form-control:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
}

.forgot-password {
    color: var(--bs-primary);
    text-decoration: none;
    font-size: 14px;
}

.forgot-password:hover {
    text-decoration: underline;
}

.divider {
    text-align: center;
    margin: 20px 0;
    position: relative;
}

.divider::before,
.divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: calc(50% - 30px);
    height: 1px;
    background: var(--bs-gray-300);
}

.divider::before {
    left: 0;
}

.divider::after {
    right: 0;
}

.divider span {
    background: var(--bs-white);
    padding: 0 15px;
    color: var(--bs-gray-600);
    font-size: 14px;
}

.social-login button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px;
    border-radius: 8px;
}

.social-login img {
    width: 20px;
    height: 20px;
}

.register-link {
    color: var(--bs-primary);
    text-decoration: none;
    font-weight: 500;
}

.register-link:hover {
    text-decoration: underline;
}

.login-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.login-image img {
    max-width: 100%;
    height: auto;
}

/* Login Button Styles */
.btn-primary {
    padding: 12px 24px;
    font-weight: 500;
    border-radius: 8px;
}

.btn-outline-secondary {
    border-color: var(--bs-gray-300);
    color: var(--bs-gray-700);
}

.btn-outline-secondary:hover {
    background-color: var(--bs-gray-100);
    border-color: var(--bs-gray-400);
    color: var(--bs-gray-900);
}

/* Auth Page Specific Styles - Yeni eklenen stiller */
.auth-page {
    min-height: 100vh;
    background-color: #004d40;
    background-image: url("../img/auth-bg.svg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.auth-logo {
    height: 40px;
    width: auto;
}

.password-field {
    position: relative;
}

.password-toggle {
    padding: 0;
    opacity: 0.6;
}

.password-toggle:hover {
    opacity: 1;
}

.password-toggle img {
    width: 20px;
    height: 20px;
}

.login-container {
    display: flex;
    width: 90%;
    max-width: 1100px;
    height: 600px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.login-form-side {
    width: 50%;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
}

.login-form-wrapper {
    width: 100%;
    max-width: 400px;
}

.login-title {
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
}

.login-subtitle {
    color: #666666;
    font-size: 14px;
    margin-bottom: 30px;
}

.login-form .form-group {
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding: 0 15px;
    font-size: 14px;
}

.form-control:focus {
    outline: none;
    border-color: #004d40;
}

.password-field {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.password-toggle img {
    width: 20px;
    height: 20px;
    opacity: 0.5;
}

.text-end {
    text-align: right;
    margin-bottom: 20px;
}

.forgot-password {
    color: #00796b;
    font-size: 14px;
    text-decoration: none;
}

.forgot-password:hover {
    text-decoration: underline;
}

.btn-login {
    width: 100%;
    height: 50px;
    background-color: #004d40;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-login:hover {
    background-color: #00796b;
}

.divider {
    text-align: center;
    margin: 20px 0;
    position: relative;
}

.divider::before,
.divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: calc(50% - 70px);
    height: 1px;
    background-color: #e0e0e0;
}

.divider::before {
    left: 0;
}

.divider::after {
    right: 0;
}

.divider span {
    background-color: #fafafa;
    padding: 0 15px;
    color: #666666;
    font-size: 14px;
}

.social-login {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.social-btn {
    flex: 1;
    height: 45px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.social-btn:hover {
    background-color: #f5f5f5;
}

.social-btn img {
    width: 20px;
    height: 20px;
}

.social-btn span {
    font-size: 14px;
    color: #333333;
}

.signup-link {
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.signup-link a {
    color: #00796b;
    font-weight: 500;
    text-decoration: none;
    margin-left: 5px;
}

.signup-link a:hover {
    text-decoration: underline;
}

.login-section .login-image-side::after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.brand-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.brand-logo {
    width: 200px;
    margin-bottom: 10px;
}

.brand-tagline {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin: 0;
}

.login-section {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.login-section .login-form-side {
    width: 100%;
    padding: 0;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
}

.login-section .login-image-side {
    width: 85%;
    background: linear-gradient(135deg, rgb(0 8 85), var(--main-color));
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.login-section .login-welcome-text {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    padding: 0 60px;
    max-width: 600px;
}

.login-section .login-welcome-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

.login-section .login-welcome-subtitle {
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.5;
}

.login-section .login-brand {
    margin-bottom: 40px;
    text-align: center;
}

.login-section .login-brand img {
    height: 50px;
}

.login-section .login-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
    text-align: left;
}

.login-section .login-subtitle {
    font-size: 16px;
    color: #8896ab;
    margin-bottom: 40px;
    text-align: left;
}

.login-section .login-form {
    width: 75%;
    text-align: left;
}

.login-section .login-form .form-group {
    margin-bottom: 25px;
    text-align: left;
    width: 100%;
    position: relative;
}

.login-section .login-form .form-control {
    width: 100%;
    height: 55px;
    border-radius: 14px;
    border: 2px solid #edf2f7;
    padding: 20px;
    font-size: 15px;
    transition: all 0.3s ease;
    text-align: left;
    background: #f8fafc;
    color: #4a5568;
}

.login-section .login-form .form-control::placeholder {
    color: transparent;
}

.login-section .login-form .form-control:hover {
    border-color: #cbd5e0;
    background: #fff;
}

.login-section .login-form .form-control:focus {
    border-color: var(--main-color);
    background: #fff;
    outline: none;
    box-shadow: none;
}

.login-section .form-group .form-label {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    transition: all 0.3s ease;
    pointer-events: none;
    font-size: 15px;
    color: rgba(160, 174, 192, 0.9);
    padding: 0 5px;
    margin: 0;
}

.login-section .form-group .form-control:focus ~ .form-label,
.login-section .form-group .form-control:not(:placeholder-shown) ~ .form-label {
    top: 0;
    transform: translateY(-50%) scale(0.9);
    background-color: #fff;
    color: var(--main-color);
    opacity: 0.95;
    font-weight: 600;
}

.login-section
.form-group
.form-control:not(:focus):not(:placeholder-shown)
~ .form-label {
    color: rgba(74, 85, 104, 0.9);
}

.login-section .login-options {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.login-section .remember-me {
    display: flex;
    align-items: center;
}

.login-section .remember-me input {
    margin-right: 8px;
}

.login-section .forgot-password {
    color: var(--main-color);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.login-section .login-button {
    width: 100%;
    height: 55px;
    border-radius: 14px;
    background: var(--main-color);
    border: none;
    color: white;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s;
    margin-bottom: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.login-section .login-button i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.login-section .login-button:hover {
    background: rgb(41, 58, 204);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(52, 72, 255, 0.2);
}

.login-section .login-button:hover i {
    transform: translateX(5px);
}

.login-section .login-divider {
    display: flex;
    align-items: center;
    margin: 25px 0;
    text-align: left;
}

.login-section .login-divider-line {
    flex: 1;
    height: 1px;
    background: #edf2f7;
}

.login-section .login-divider-text {
    padding: 0 15px;
    color: #8896ab;
    font-size: 14px;
    text-align: left;
}

.login-section .social-login {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
}

.login-section .social-button {
    flex: 0 1 auto;
    min-width: 120px;
    height: 50px;
    border-radius: 14px;
    border: 2px solid #edf2f7;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #4a5568;
    transition: all 0.3s;
    font-size: 14px;
    cursor: pointer;
}

.login-section .social-button i {
    margin-right: 10px;
    font-size: 20px;
}

.login-section .social-button:hover {
    background: #f8fafc;
    border-color: #cbd5e0;
}

.login-section .social-button.gameixa-button {
    background: rgb(118, 96, 250);
    border: none;
    color: white;
}

.login-section .social-button.gameixa-button:hover {
    background: rgb(98, 76, 230);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(118, 96, 250, 0.3);
}

.login-section .social-button img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    object-fit: contain;
}

.login-section .register-link {
    text-align: center;
    font-size: 14px;
    color: #4a5568;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.login-section .register-link a {
    color: var(--main-color);
    font-weight: 600;
    text-decoration: none;
}

.back-home-button {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: white;
    border: 2px solid #edf2f7;
    border-radius: 14px;
    color: #4a5568;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
    z-index: 10;
}

.back-home-button:hover {
    background: #f8fafc;
    border-color: #cbd5e0;
    transform: translateY(-2px);
}

.back-home-button i {
    font-size: 20px;
}

.register-section {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.register-section .register-form-side {
    width: 100%;
    padding: 0;
    padding: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
}

.register-section .register-image-side {
    width: 85%;
    background: linear-gradient(135deg, rgb(0 8 85), var(--main-color));
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.register-section .register-image-side::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    background-image: url("https://cdn.dribbble.com/users/1626229/screenshots/17482392/media/e26327cd8507be6d3425a786c2433909.jpg");
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    transform: rotate(-10deg);
}

.register-section .register-image-side::after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.register-section .register-welcome-text {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    padding: 0 60px;
    max-width: 600px;
}

.register-section .register-welcome-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

.register-section .register-welcome-subtitle {
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.5;
}

.register-section .register-brand {
    margin-bottom: 40px;
    text-align: center;
}

.register-section .register-brand img {
    height: 50px;
}

.register-section .register-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
    text-align: left;
}

.register-section .register-subtitle {
    font-size: 16px;
    color: #8896ab;
    margin-bottom: 40px;
    text-align: left;
}

.register-section .register-form {
    width: 75%;
    text-align: left;
}

.register-section .register-form .form-group {
    margin-bottom: 25px;
    text-align: left;
    width: 100%;
    position: relative;
}

.register-section .register-form .form-control {
    width: 100%;
    height: 55px;
    border-radius: 14px;
    border: 2px solid #edf2f7;
    padding: 20px;
    font-size: 15px;
    transition: all 0.3s ease;
    text-align: left;
    background: #f8fafc;
    color: #4a5568;
}

.register-section .register-form .form-control::placeholder {
    color: transparent;
}

.register-section .register-form .form-control:hover {
    border-color: #cbd5e0;
    background: #fff;
}

.register-section .register-form .form-control:focus {
    border-color: var(--main-color);
    background: #fff;
    outline: none;
    box-shadow: none;
}

.register-section .input-flex-group {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.register-section .input-flex-group .form-group {
    flex: 1;
    margin-bottom: 0;
}

.register-section .form-check {
    margin-bottom: 25px;
}

.register-section .form-check-input {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border: 2px solid #edf2f7;
    border-radius: 4px;
    cursor: pointer;
}

.register-section .form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.register-section .form-check-label {
    color: #4a5568;
    font-size: 14px;
    cursor: pointer;
}

.register-section .terms-link {
    color: var(--main-color);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.register-section .terms-link:hover {
    text-decoration: underline;
    opacity: 0.9;
}

.register-section .form-group .form-label {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    transition: all 0.3s ease;
    pointer-events: none;
    font-size: 15px;
    color: rgba(160, 174, 192, 0.9);
    padding: 0 5px;
    margin: 0;
}

.register-section .form-group .form-control:focus ~ .form-label,
.register-section
.form-group
.form-control:not(:placeholder-shown)
~ .form-label {
    top: 0;
    transform: translateY(-50%) scale(0.9);
    background-color: #fff;
    color: var(--main-color);
    opacity: 0.95;
    font-weight: 600;
}

.register-section
.form-group
.form-control:not(:focus):not(:placeholder-shown)
~ .form-label {
    color: rgba(74, 85, 104, 0.9);
}

.register-section .register-options {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.register-section .remember-me {
    display: flex;
    align-items: center;
}

.register-section .remember-me input {
    margin-right: 8px;
}

.register-section .forgot-password {
    color: var(--main-color);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.register-section .register-button {
    width: 100%;
    height: 55px;
    border-radius: 14px;
    background: var(--main-color);
    border: none;
    color: white;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s;
    margin-bottom: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.register-section .register-button i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.register-section .register-button:hover {
    background: rgb(41, 58, 204);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(52, 72, 255, 0.2);
}

.register-section .register-button:hover i {
    transform: translateX(5px);
}

.register-section .register-divider {
    display: flex;
    align-items: center;
    margin: 25px 0;
    text-align: left;
}

.register-section .register-divider-line {
    flex: 1;
    height: 1px;
    background: #edf2f7;
}

.register-section .register-divider-text {
    padding: 0 15px;
    color: #8896ab;
    font-size: 14px;
    text-align: left;
}

.register-section .social-login {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
}

.register-section .social-button {
    flex: 0 1 auto;
    min-width: 120px;
    height: 50px;
    border-radius: 14px;
    border: 2px solid #edf2f7;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #4a5568;
    transition: all 0.3s;
    font-size: 14px;
    cursor: pointer;
}

.register-section .social-button i {
    margin-right: 10px;
    font-size: 20px;
}

.register-section .social-button:hover {
    background: #f8fafc;
    border-color: #cbd5e0;
}

.register-section .social-button.gameixa-button {
    background: rgb(118, 96, 250);
    border: none;
    color: white;
}

.register-section .social-button.gameixa-button:hover {
    background: rgb(98, 76, 230);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(118, 96, 250, 0.3);
}

.register-section .social-button img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    object-fit: contain;
}

.register-section .register-link {
    text-align: center;
    font-size: 14px;
    color: #4a5568;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.register-section .register-link a {
    color: var(--main-color);
    font-weight: 600;
    text-decoration: none;
}

.back-home-button {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: white;
    border: 2px solid #edf2f7;
    border-radius: 14px;
    color: #4a5568;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
    z-index: 10;
}

.back-home-button:hover {
    background: #f8fafc;
    border-color: #cbd5e0;
    transform: translateY(-2px);
}

.back-home-button i {
    font-size: 20px;
}

.fancy-link {
    color: var(--main-color);
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

.fancy-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: var(--main-color);
    transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    transform: scaleX(0);
    transform-origin: left;
}

.fancy-link:hover::after {
    width: 100%;
    transform: scaleX(1);
}

.fancy-link:not(:hover)::after {
    transform-origin: right;
}

.register-section .form-check-label {
    color: #4a5568;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    gap: 4px;
    align-items: center;
}

.register-section .form-check-label span {
    color: #4a5568;
}

.register-section .form-check-label .fancy-link {
    display: inline-block;
}

.page-section-title-wrapper {
    position: relative;
    padding: 40px 40px;
    margin-top: 40px;
    margin-bottom: -20px;
}

.page-section-title {
    font-size: 32px;
    color: #333;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.page-section-title-bg {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    font-size: 100px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.03);
    white-space: nowrap;
    z-index: 1;
}

.page-section-container {
    display: flex;
    padding: 40px;
    gap: 40px;
    height: 100vh;
}

.page-section-sidebar {
    width: 300px;
    background-color: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.page-section-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-section-sidebar li {
    margin-bottom: 15px;
}

.page-section-sidebar a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.7;
    transition: all 0.3s ease;
    display: block;
    padding: 8px 15px;
    position: relative;
    overflow: hidden;
}

.page-section-sidebar a:hover,
.page-section-sidebar a.active {
    opacity: 1;
    color: #3861fb;
    background: rgba(56, 97, 251, 0.05);
    border-radius: 6px;
}

.page-section-sidebar a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #3861fb;
    transition: width 0.3s ease;
}

.page-section-sidebar a:hover::after,
.page-section-sidebar a.active::after {
    width: 100%;
}

.page-section-content {
    background-color: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: scroll;
    flex: 1;
}

.page-section-content h1 {
    color: #333;
    font-size: 32px;
    margin-bottom: 30px;
}

.page-section-content h2 {
    color: #333;
    font-size: 24px;
    margin: 25px 0 15px 0;
}

.page-section-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 14px;
}

.page-section-content a {
    color: #3861fb;
    text-decoration: none;
}

.page-section-card {
    background: rgb(255, 255, 255);
    border-radius: 12px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.page-section-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-section-card-icon {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.page-section-card-icon i {
    font-size: 20px;
    color: #3861fb;
}

.page-section-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.page-section-card-description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 0;
}

.page-section-card-link {
    color: #3861fb;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.page-section-card-link:hover {
    text-decoration: underline;
}

.page-section-card-image {
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 150px;
    opacity: 0.1;
    transition: all 0.3s ease;
}

.page-section-card:hover .page-section-card-image {
    opacity: 0.2;
}

.page-section-card-large {
    padding: 30px;
    height: 100%;
    min-height: 250px;
}

.six-code-form {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
}

.six-code-input {
    width: 45px;
    height: 55px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    background: transparent;
    color: #333;
}

.six-code-input:focus {
    border-color: #3861fb;
    box-shadow: 0 0 0 3px rgba(56, 97, 251, 0.1);
    outline: none;
}

.six-code-input.filled {
    border-color: #3861fb;
    background: rgba(56, 97, 251, 0.05);
    transform: translateY(-2px);
}

.six-code-input.shake {
    animation: shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    border-color: #ff3b30;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.six-code-error {
    color: #ff3b30;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    display: none;
}

.six-code-error.show {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pricing-section {
    padding: 120px 0 40px;
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
}

.pricing-header {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.pricing-badge {
    display: inline-flex;
    padding: 10px 20px;
    background: rgba(var(--main-color), 0.08);
    border-radius: 100px;
    color: var(--main-color);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 24px;
    align-items: center;
    gap: 8px;
}

.pricing-badge i {
    font-size: 18px;
}

.pricing-title {
    font-size: 44px;
    font-weight: 700;
    color: #1a1f36;
    margin-bottom: 24px;
    line-height: 1.2;
}

.pricing-subtitle {
    font-size: 18px;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.pricing-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    height: 100%;
    min-height: 720px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    border-color: var(--main-color);
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(var(--main-color), 0.1);
}

.pricing-card.popular {
    border: none;
    background: #000;
    position: relative;
    overflow: visible;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.pricing-card.popular:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    border: none;
}

.pricing-card.popular::before {
    content: "Çok Tercih Edilen";
    position: absolute;
    top: -12px;
    right: 24px;
    background: var(--main-color);
    color: #fff;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(var(--main-color), 0.2);
    z-index: 1;
}

.pricing-card.popular .pricing-card-title {
    color: #fff;
}

.pricing-card.popular .pricing-card-description {
    color: rgba(255, 255, 255, 0.7);
}

.pricing-card.popular .pricing-card-price {
    color: #fff;
}

.pricing-card.popular .pricing-card-price small {
    color: rgba(255, 255, 255, 0.7);
}

.pricing-card.popular .pricing-card-feature {
    color: rgba(255, 255, 255, 0.85);
    border-color: rgba(255, 255, 255, 0.1);
}

.pricing-card.popular .pricing-card-features {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-card.popular .pricing-card-feature i {
    color: var(--main-color);
}

.pricing-card.popular .pricing-card-button.primary {
    background: var(--main-color);
    color: #fff;
    border: none;
}

.pricing-card.popular .pricing-card-button.primary:hover {
    background: #2d4cca;
    transform: translateY(-2px);
}

.pricing-card-header {
    margin-bottom: 0;
    position: relative;
}

.pricing-card-title {
    font-size: 26px;
    font-weight: 700;
    color: #1a1f36;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pricing-card-description {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 24px;
    line-height: 1.5;
}

.pricing-card-price-wrapper {
    text-align: center;
    margin: 12px 0;
    padding: 24px 0;
}

.pricing-card-price {
    font-size: 52px;
    font-weight: 600;
    color: #1a1f36;
    margin-bottom: 16px;
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
}

.pricing-card-price small {
    font-size: 18px;
    font-weight: 500;
    color: #6b7280;
    margin-top: 8px;
}

.pricing-card-quick-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: rgba(var(--main-color), 0.1);
    color: var(--main-color);
    border-radius: 14px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.pricing-card-quick-action:hover {
    background: rgba(var(--main-color), 0.15);
    transform: translateY(-2px);
}

.pricing-card.popular .pricing-card-quick-action {
    background: rgba(var(--main-color), 0.1);
    color: var(--main-color);
}

.pricing-card.popular .pricing-card-quick-action:hover {
    background: rgba(var(--main-color), 0.15);
}

.pricing-card-features {
    margin: 32px 0;
    padding: 24px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    flex-grow: 1;
}

.pricing-card-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 15px;
    color: #4b5563;
}

.pricing-card-feature i {
    color: var(--main-color);
    font-size: 22px;
    flex-shrink: 0;
}

.pricing-card-button {
    width: 100%;
    padding: 16px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    margin-top: auto;
}

.pricing-card-button.primary {
    background: var(--main-color);
    color: #fff;
    border: none;
}

.pricing-card-button.primary:hover {
    background: #2d4cca;
    transform: translateY(-2px);
}

.pricing-card-button.secondary {
    background: transparent;
    color: var(--main-color);
    border: 2px solid var(--main-color);
}

.pricing-card-button.secondary:hover {
    background: rgba(var(--main-color), 0.08);
    transform: translateY(-2px);
}

.lifetime-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: #10b981;
    color: white;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    margin-left: 8px;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.2);
}

.references-section {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.references-title {
    text-align: center;
    font-size: 32px;
    color: #1a1f36;
    margin-bottom: 40px;
    font-weight: 600;
}

.references-subtitle {
    text-align: center;
    color: #6b7280;
    margin-bottom: 40px;
    font-size: 16px;
}

.references-slider {
    display: flex;
    width: fit-content;
    animation: slide 30s linear infinite;
    gap: 80px;
}

.references-slider:hover {
    animation-play-state: paused;
}

.reference-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.reference-item:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.reference-item img {
    max-width: 140px;
    height: auto;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.references-container {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.references-container::before,
.references-container::after {
    content: "";
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    z-index: 2;
}

.references-container::before {
    left: 0;
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%
    );
}

.references-container::after {
    right: 0;
    background: linear-gradient(
            to left,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%
    );
}

/* Framixa PRO Card Styles */
.pro-showcase-card {
    background: #000;
    border-radius: 32px;
    padding: 48px;
    position: relative;
    overflow: hidden;
    margin: 80px 0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.pro-showcase-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(
            45deg,
            rgba(var(--main-color), 0.15) 0%,
            rgba(var(--main-color), 0) 100%
    );
    z-index: 1;
}

.pro-showcase-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 48px;
}

.pro-showcase-text {
    flex: 1;
}

.pro-showcase-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.pro-showcase-title i {
    color: var(--main-color);
    font-size: 40px;
}

.pro-showcase-description {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 32px;
    line-height: 1.6;
}

.pro-showcase-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--main-color);
    color: #fff;
    padding: 16px 32px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.pro-showcase-cta:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px -8px rgba(var(--main-color), 0.5);
}

.pro-showcase-cta i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.pro-showcase-cta:hover i {
    transform: translateX(4px);
}

.pro-showcase-logos {
    display: flex;
    gap: 24px;
    margin-top: 40px;
}

.pro-showcase-logo {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.pro-showcase-logo:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-4px);
}

.pro-showcase-logo i {
    color: #fff;
    font-size: 24px;
}

.pricing-comparison-section {
    padding: 40px 0 80px;
}

.free-features-title {
    text-align: center;
    margin-bottom: 32px;
    color: #1a1f36;
    font-size: 24px;
    font-weight: 600;
}

.free-features-title span {
    color: var(--main-color);
}

.free-features {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 48px;
    flex-wrap: wrap;
    padding: 32px;
    background: #fff;
    border-radius: 24px;
}

.free-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #4b5563;
    font-size: 15px;
}

.free-feature-item i {
    color: var(--main-color);
    font-size: 20px;
}

.comparison-table {
    background: #fff;
    border-radius: 24px;
    overflow: visible;
}

.comparison-row {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
}

.comparison-header-row {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 2px solid #f3f4f6;
}

.comparison-feature {
    flex: 0.8;
    padding: 24px;
    font-size: 15px;
    color: #4b5563;
    display: flex;
    align-items: center;
    gap: 12px;
}

.comparison-feature i {
    color: var(--main-color);
    font-size: 20px;
}

.search-wrapper {
    position: relative;
    width: 100%;
}

.search-wrapper i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    font-size: 16px;
}

.feature-search {
    width: 100%;
    padding: 8px 16px 8px 36px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    color: #1a1f36;
    transition: all 0.3s ease;
}

.feature-search:focus {
    outline: none;
    border-color: var(--main-color);
    box-shadow: 0 0 0 4px rgba(var(--main-color), 0.1);
}

.comparison-value {
    width: 240px;
    padding: 32px;
    text-align: center;
    font-weight: 500;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.package-name {
    font-size: 26px;
    font-weight: 600;
    color: #1a1f36;
    margin-bottom: 12px;
}

.package-price {
    font-size: 34px;
    font-weight: 700;
    color: #1a1f36;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 12px;
}

.package-price small {
    font-size: 17px;
    font-weight: 500;
    color: #6b7280;
}

.package-trial {
    display: inline-flex;
    padding: 12px 20px;
    background: var(--main-color);
    color: #fff;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    border: none;
}

.package-trial:hover {
    transform: translateY(-2px);
    background: #2d4cca;
}

.package-trial i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.package-trial:hover i {
    transform: translateX(4px);
}

.package-details {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 20px;
    gap: 6px;
    font-size: 14px;
    color: var(--main-color);
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid var(--main-color);
    border-radius: 14px;
    font-weight: 600;
}

.package-details:hover {
    background: rgba(var(--main-color), 0.08);
    color: var(--main-color);
    transform: translateY(-2px);
}

.package-details i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.package-details:hover i {
    transform: translateX(4px);
}

.comparison-check {
    color: var(--main-color);
    font-size: 22px;
}

.comparison-minus {
    color: #e5e7eb;
    font-size: 22px;
}

.pricing-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(56, 97, 251, 0.1);
    color: var(--main-color);
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 24px;
}

.references-section {
    padding: 120px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.references-section .breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 64px;
    padding: 8px 16px;
    background: #f8fafc;
    border-radius: 100px;
    width: fit-content;
}

.references-section .breadcrumb-item {
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
}

.references-section .breadcrumb-item a {
    color: inherit;
    text-decoration: none;
}

.references-section .reference-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
}

.references-section .reference-info {
    max-width: 500px;
}

.references-section .reference-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 32px;
}

.references-section .reference-title {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
    line-height: 1.2;
}

.references-section .reference-description {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 24px;
    line-height: 1.6;
}

.references-section .reference-link {
    color: var(--main-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.references-section .reference-preview {
    width: 100%;
    aspect-ratio: 9/16;
    border-radius: 48px;
    overflow: hidden;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.1);
}

.references-section .reference-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.references-section .form-group {
    margin-bottom: 25px;
    text-align: left;
    width: 100%;
    position: relative;
}

.references-section .form-control {
    width: 100%;
    height: 55px;
    border-radius: 14px;
    border: 2px solid #edf2f7;
    padding: 20px;
    font-size: 15px;
    transition: all 0.3s ease;
    text-align: left;
    background: #f8fafc;
    color: #4a5568;
}

.references-section .form-group .form-label {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    transition: all 0.3s ease;
    pointer-events: none;
    font-size: 15px;
    color: rgba(160, 174, 192, 0.9);
    padding: 0 5px;
    margin: 0;
}

.references-section-section .form-control:focus {
    border-color: var(--main-color);
    background: #FFF;
    outline: none;
    box-shadow: none;
}

.references-section .form-group .form-control:focus ~ .form-label, .references-section .form-group .form-control:not(:placeholder-shown) ~ .form-label {
    top: 0;
    transform: translateY(-50%) scale(0.9);
    background-color: #FFF;
    color: var(--main-color);
    opacity: 0.95;
    font-weight: 600;
}

.references-section ::placeholder {
    visibility: hidden !important;
}

.references-section {
    padding: 120px 0px 40px;
}

.references-header {
    text-align: center;
    margin-bottom: 64px;
}

.references-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(56, 97, 251, 0.1);
    color: var(--main-color);
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 24px;
}

.references-badge i {
    font-size: 16px;
}

.references-title {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
}

.references-section .references-subtitle {
    font-size: 16px;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

.references-section .references-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.references-section .reference-card {
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.references-section .reference-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.references-section .reference-logo {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 24px;
}

.references-section .reference-name {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

.references-section .reference-description {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 16px;
    line-height: 1.5;
}

.references-section .reference-link {
    color: var(--main-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.references-section .reference-link:hover {
    gap: 8px;
}

.references-section .reference-link i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.references-section .reference-link:hover i {
    transform: translateX(4px);
}

/* Başvuru Form Styles */
.references-section .reference-form-section {
    margin-top: 80px;
    padding: 64px;
    background: #f8fafc;
    border-radius: 32px;
    text-align: center;
}

.references-section .reference-form-title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
}

.references-section .reference-form-subtitle {
    font-size: 15px;
    color: #64748b;
    max-width: 500px;
    margin: 0 auto 40px;
}

.references-section .reference-form {
    max-width: 500px;
    margin: 0 auto;
}

.references-section .form-group {
    margin-bottom: 24px;
    text-align: left;
}

.references-section .form-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

.references-section .form-input {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #fff;
}

.references-section .form-input:focus {
    outline: none;
    border-color: var(--main-color);
    box-shadow: 0 0 0 4px rgba(56, 97, 251, 0.1);
}

.references-section .form-input::placeholder {
    color: #94a3b8;
}

.references-section .form-submit {
    background: var(--main-color);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 16px 32px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 16px;
}

.references-section .form-submit:hover {
    background: #2d4cca;
    transform: translateY(-2px);
}

section.pricing-section .references-section {
    min-height: 0;
    padding: 0;
}

.changelog-section {
    padding: 120px 0 40px;
    background: #fff;
}

.changelog-section .changelog-header {
    position: relative;
    background: var(--main-color);
    border-radius: 24px;
    padding: 48px;
    margin-bottom: 32px;
    overflow: hidden;
}

.changelog-section .changelog-header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: url('assets/img/patterns/dots.svg') repeat;
    opacity: 0.1;
}

.changelog-section .changelog-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.changelog-section .changelog-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
}

.changelog-section .changelog-year {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.changelog-section .changelog-year span {
    font-size: 14px;
    font-weight: 500;
    color: #64748b;
}

.changelog-section .changelog-year-badge {
    padding: 6px 12px;
    background: #f1f5f9;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
}

.changelog-section .changelog-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.changelog-section .changelog-item {
    position: relative;
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    border: 1px solid #e2e8f0;
}

.changelog-section .changelog-item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background: linear-gradient(90deg, transparent, var(--main-color));
    opacity: 0.1;
    border-radius: 0 24px 24px 0;
    pointer-events: none;
}

.changelog-section .changelog-item-date {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 16px;
}

.changelog-section .changelog-item-version {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.changelog-section .changelog-item-version .version-number {
    font-size: 64px;
    font-weight: 800;
    background: linear-gradient(45deg, var(--main-color), #60a5fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.15;
}

.changelog-section .changelog-item-section {
    margin-bottom: 24px;
}

.changelog-section .changelog-item-section:last-child {
    margin-bottom: 0;
}

.changelog-section .changelog-item-section-title {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 16px;
}

.changelog-section .changelog-item-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.changelog-section .changelog-item-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #64748b;
}

.changelog-section .changelog-item-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--main-color);
}

.changelog-section .version-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 64px;
}

.changelog-section .version-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.changelog-section .version-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.changelog-section .version-card-title {
    font-size: 15px;
    font-weight: 500;
    color: #64748b;
    margin-bottom: 8px;
}

.changelog-section .version-card-number {
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}

.changelog-section .version-card-date {
    font-size: 14px;
    color: #94a3b8;
}

.changelog-section .version-card.current {
    background: var(--main-color);
}

.changelog-section .version-card.current .version-card-title,
.changelog-section .version-card.current .version-card-number,
.changelog-section .version-card.current .version-card-date {
    color: #fff;
}

.license-check-section .form-group {
    margin-bottom: 25px;
    text-align: left;
    width: 100%;
    position: relative;
}

.license-check-section .form-control {
    width: 100%;
    height: 55px;
    border-radius: 14px;
    border: 2px solid #edf2f7;
    padding: 20px;
    font-size: 15px;
    transition: all 0.3s ease;
    text-align: left;
    background: #f8fafc;
    color: #4a5568;
}

.license-check-section .form-group .form-label {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    transition: all 0.3s ease;
    pointer-events: none;
    font-size: 15px;
    color: rgba(160, 174, 192, 0.9);
    padding: 0 5px;
    margin: 0;
}

.license-check-section .form-control:focus {
    border-color: var(--main-color);
    background: #FFF;
    outline: none;
    box-shadow: none;
}

.license-check-section .form-group .form-control:focus ~ .form-label, .license-check-section .form-group .form-control:not(:placeholder-shown) ~ .form-label {
    top: 0;
    transform: translateY(-50%) scale(0.9);
    background-color: #FFF;
    color: var(--main-color);
    opacity: 0.95;
    font-weight: 600;
}

.license-check-section ::placeholder {
    visibility: hidden !important;
}

.license-check-section {
    padding: 80px 0;
    background: #f8fafc;
}

.license-check-section .license-check-header {
    position: relative;
    background: var(--main-color);
    border-radius: 24px;
    padding: 48px;
    margin-bottom: 32px;
    overflow: hidden;
}

.license-check-section .license-check-header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: url('assets/img/patterns/dots.svg') repeat;
    opacity: 0.1;
}

.license-check-section .license-check-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.license-check-section .license-check-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
}

.license-check-section .license-check-form {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
}

.license-check-section .license-check-input {
    width: 100%;
    padding: 16px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 16px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.license-check-section .license-check-input:focus {
    outline: none;
    border-color: var(--main-color);
}

.license-check-section .license-check-button {
    width: 100%;
    padding: 16px;
    background: var(--main-color);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.license-check-section .license-check-button:hover {
    opacity: 0.9;
}

.license-check-section .license-result {
    display: none;
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    margin-top: 32px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.license-check-section .license-result.active {
    display: block;
}

.license-check-section .license-status {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.license-check-section .license-status-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.license-check-section .license-status-icon.success {
    background: #22c55e;
}

.license-check-section .license-status-icon.error {
    background: #ef4444;
}

.license-check-section .license-status-icon i {
    color: #fff;
    font-size: 24px;
}

.license-check-section .license-status-text {
    font-size: 24px;
    font-weight: 600;
}

.license-check-section .license-status-text.success {
    color: #22c55e;
}

.license-check-section .license-status-text.error {
    color: #ef4444;
}

.license-check-section .license-info {
    border-top: 1px solid #e2e8f0;
    padding-top: 24px;
}

.license-check-section .license-info-item {
    margin-bottom: 24px;
}

.license-check-section .license-info-label {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 8px;
}

.license-check-section .license-info-value {
    font-size: 16px;
    color: #0f172a;
    font-weight: 500;
}

.license-check-section .license-themes,
.license-check-section .license-plugins {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.license-check-section .license-theme,
.license-check-section .license-plugin {
    background: #f1f5f9;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 8px;
}

.license-check-section .license-plugin i {
    color: var(--main-color);
    font-size: 16px;
}

.license-check-section .license-error-message {
    text-align: center;
    color: #64748b;
    margin-top: 16px;
    line-height: 1.6;
}

.license-check-section .license-error-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 24px;
}

.license-check-section .license-error-button {
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.license-check-section .license-error-button.primary {
    background: var(--main-color);
    color: #fff;
}

.license-check-section .license-error-button.report {
    background: #ef4444;
    color: #fff;
}

.license-check-section .license-error-button:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.license-check-section .pro-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

.license-check-section .pro-status.success {
    background: rgba(34, 197, 94, 0.1);
    color: #22c55e;
}

.license-check-section .pro-status.error {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

.license-check-section .pro-status i {
    font-size: 16px;
}

.license-check-section .license-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}

.license-check-section .license-button {
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.license-check-section .license-button.report {
    background: #ef4444;
    color: #fff;
}

.license-check-section .license-button:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.blog-section {
    padding: 120px 0px 40px;
    background: #f8fafc;
}

.blog-section .section-header {
    text-align: center;
    margin-bottom: 64px;
}

.blog-section .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(56, 97, 251, 0.1);
    color: var(--main-color);
    padding: 8px 16px;
    border-radius: 100px;
    font-weight: 600;
    margin-bottom: 24px;
    font-size: 14px;
}

.blog-section .section-badge i {
    font-size: 20px;
}

.blog-section .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 24px;
    line-height: 1.2;
}

.blog-section .section-description {
    font-size: 16px;
    color: #64748b;
    max-width: 768px;
    margin: 0 auto;
    line-height: 1.6;
}

.blog-section .blog-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-section .blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.blog-section .blog-image {
    position: relative;
    height: 100%;
    min-height: 300px;
}

.blog-section .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-section .blog-content {
    padding: 32px;
}

.blog-section .blog-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.blog-section .blog-date,
.blog-section .blog-category {
    font-size: 14px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 4px;
}

.blog-section .blog-category {
    color: var(--main-color);
    font-weight: 600;
}

.blog-section .blog-title {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
    line-height: 1.4;
}

.blog-section .blog-excerpt {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 24px;
    line-height: 1.6;
}

.blog-section .blog-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--main-color);
    font-weight: 600;
    text-decoration: none;
    transition: gap 0.3s ease;
}

.blog-section .blog-link:hover {
    gap: 12px;
}

.profile-section {
    display: flex;
    width: 100%;
    background: #f8fafc;
}

/* Sidebar Styles */
.profile-section .profile-sidebar {
    width: 240px;
    background: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
    min-height: 100vh;
    position: sticky;
    top: 0;
}

.profile-section .profile-sidebar.collapsed {
    width: 80px;
    padding: 24px 12px;
    min-height: 100vh;
    position: sticky;
    top: 0;
}

.profile-section .profile-sidebar.collapsed .profile-user,
.profile-section .profile-sidebar.collapsed .menu-title,
.profile-section .profile-sidebar.collapsed .menu-divider,
.profile-section .profile-sidebar.collapsed .menu-brand,
.profile-section .profile-sidebar.collapsed .menu-link span,
.profile-section .profile-sidebar.collapsed .profile-credit,
.profile-section .profile-sidebar.collapsed .profile-status {
    display: none !important;
}

.profile-section .profile-sidebar.collapsed .menu-link {
    justify-content: center;
    padding: 12px;
    width: 48px;
    margin: 8px auto;
}

.profile-section .profile-sidebar.collapsed .menu-link i {
    margin: 0;
    font-size: 22px;
}

.profile-section .profile-sidebar.collapsed .menu-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.profile-section .sidebar-toggle {
    position: absolute;
    right: -12px;
    top: 24px;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s ease;
}

.profile-section .profile-sidebar.collapsed .sidebar-toggle i {
    transform: rotate(180deg);
}

.profile-section .sidebar-toggle:hover {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.profile-section .back-home-button {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.profile-section .back-home-button:hover {
    color: var(--main-color);
}

.profile-section .back-home-button i {
    font-size: 20px;
}

.profile-section .profile-user {
    margin-bottom: 32px;
}

.profile-section .profile-name {
    font-size: 20px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 4px;
}

.profile-section .profile-email {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 12px;
}

.profile-section .profile-credit {
    margin-bottom: 12px;
}

.profile-section .profile-credit-label {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 4px;
}

.profile-section .profile-credit-value {
    font-size: 20px;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 12px;
}

.profile-section .btn-credit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--main-color);
    color: #fff;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    width: 100%;
    justify-content: center;
}

.profile-section .btn-credit:hover {
    opacity: 0.9 !important;
    background: var(--main-color) !important;
    color: #fff !important;
}

.profile-section .profile-status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
}

.profile-section .pro-badge {
    background: rgba(56, 97, 251, 0.1);
    color: var(--main-color);
    padding: 2px 8px;
    border-radius: 100px;
    font-size: 12px;
}

.profile-section .menu-title {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.profile-section .menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.profile-section .menu-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    margin-bottom: 8px;
    color: #64748b;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
    width: 100%;
}

.profile-section .menu-link:hover,
.profile-section .menu-link.active {
    background: rgba(56, 97, 251, 0.1);
    color: var(--main-color);
}

.profile-section .menu-link i {
    font-size: 20px;
}

.profile-section .menu-divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    margin: 24px 0;
}

.profile-section .menu-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    margin-bottom: 16px;
    font-weight: 600;
}

/* Content Styles */
.profile-section .profile-content {
    flex: 1;
    padding: 32px;
    overflow-y: auto;
}

.profile-section .content-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 420px;
    display: flex;
    flex-direction: column;
}

.profile-section .card-header {
    padding: 24px 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
}

.profile-section .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
}

.profile-section .table {
    margin: 0;
}

.profile-section .table th {
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
    padding: 16px 32px;
    border-bottom-width: 1px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.profile-section .table td {
    padding: 16px 32px;
    vertical-align: middle;
    color: #334155;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.profile-section .table tr:last-child td {
    border-bottom: none;
}

.profile-section .table tr:hover {
    background: rgba(0, 0, 0, 0.01);
}

.profile-section .badge {
    font-size: 12px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 100px;
}

.profile-section .badge.bg-success {
    background: #10b981 !important;
    color: #fff;
}

.profile-section .badge.bg-warning {
    background: #f59e0b !important;
    color: #fff;
}

.profile-section .btn-icon {
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #64748b;
    background: #f8fafc;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.profile-section .btn-icon:hover {
    background: #f1f5f9;
    color: #0f172a;
    transform: translateY(-2px);
    border-color: rgba(0, 0, 0, 0.2);
}

.profile-section .section-actions {
    padding: 1.4rem !important;
    display: flex !important;
    gap: 8px !important;
}

.profile-section .progress {
    background: #f1f5f9;
    border-radius: 100px;
    margin-bottom: 6px;
    height: 6px;
}

.profile-section .progress-bar {
    background: #3b82f6;
    border-radius: 100px;
}

.profile-section small {
    color: #64748b;
    font-size: 12px;
}

.profile-section .table-responsive {
    flex: 1;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

.profile-section .table-responsive::-webkit-scrollbar {
    width: 6px;
}

.profile-section .table-responsive::-webkit-scrollbar-track {
    background: transparent;
}

.profile-section .table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.profile-section .pro-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #FFF;
}

.profile-section .pro-icon i {
    color: #FFF;
}

.profile-section .info-title {
    color: #64748b;
    text-decoration: none;
    transition: all 0.3s ease;
}

.profile-section .info-title:hover {
    color: var(--main-color);
}

.profile-section .tooltip {
    --bs-tooltip-bg: var(--main-color) !important;
}

.profile-section .tooltip .tooltip-inner {
    background: var(--main-color) !important;
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 8px;
}

.profile-section .tooltip .tooltip-arrow::before {
    border-top-color: var(--main-color) !important;
}

.profile-section .bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: var(--main-color) !important;
}

.profile-section .bs-tooltip-start .tooltip-arrow::before {
    border-left-color: var(--main-color) !important;
}

.profile-section .bs-tooltip-end .tooltip-arrow::before {
    border-right-color: var(--main-color) !important;
}

.profile-section .btn-primary {
    display: inline-flex;
    padding: 12px 20px;
    background: var(--main-color);
    color: #fff;
    border-radius: 14px !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    border: none;
}

.profile-section .btn-primary:hover {
    opacity: 0.9 !important;
    background: var(--main-color) !important;
    color: #fff !important;
}

/* Profile Section Styles */
.profile-section .profile-sidebar.collapsed .menu-text {
    display: none;
}

.profile-section .menu-text {
    transition: all 0.3s ease;
}

/* Modern Card Styles */
.profile-section .info-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.profile-section .info-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.profile-section .info-card-content {
    display: flex;
    gap: 20px;
    height: 100%;
}

.profile-section .info-details {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.profile-section .info-details h4 {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 8px;
}

.profile-section .info-number {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}


.profile-section .btn-manage {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--main-color);
    color: #fff;
    border: none;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 100%;
    height: 40px;
    justify-content: center;
    margin-top: auto;
}

.profile-section .info-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--main-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.profile-section .info-icon.purple {
    background: #8b5cf6;
}

.profile-section .info-icon.green {
    background: #10b981;
}

.profile-section .info-icon.orange {
    background: #f59e0b;
}

.profile-section.info-status {
    display: flex;
    gap: 8px;
}

/* Feature Card Styles */
.profile-section .feature-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 420px;
    display: flex;
    flex-direction: column;
}

.profile-section .feature-card:hover {
    box-shadow: none;
}

.profile-section .feature-content {
    padding: 24px;
}

.profile-section .feature-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.profile-section .feature-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.profile-section .pro-card .feature-icon {
    background: #000;
    color: #fff;
}

.profile-section .ai-card .feature-icon {
    background: linear-gradient(135deg, #06b6d4, #3b82f6);
    color: #fff;
}

.profile-section .feature-title {
    flex: 1;
}

.profile-section .feature-title h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
}

.profile-section .feature-info {
    margin-bottom: 24px;
}

.profile-section .countdown {
    text-align: center;
    margin-bottom: 16px;
    padding: 16px;
    background: #f8fafc;
    border-radius: 16px;
}

.profile-section .countdown-number {
    font-size: 36px;
    font-weight: 700;
    color: var(--main-color);
    line-height: 1;
    margin-bottom: 4px;
}

.profile-section .countdown-number small {
    font-size: 16px;
    color: #64748b;
}

.profile-section .countdown-label {
    font-size: 14px;
    color: #64748b;
}

.profile-section .feature-benefits {
    margin-bottom: 16px;
}

.profile-section .feature-benefits h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.profile-section .feature-benefits li {
    margin-bottom: 8px;
}

.profile-section .pro-purchase-card .feature-benefits li {
    margin-bottom: 8px;
}

.profile-section .ai-preview {
    margin-bottom: 24px;
}

.profile-section .ai-preview img {
    width: 100%;
    border-radius: 12px;
}

/* Table Card Styles */
.profile-section .table-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 420px;
    display: flex;
    flex-direction: column;
}

.profile-section .table-card .card-header {
    padding: 24px 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

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

.profile-section .card-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.profile-section .card-title i {
    font-size: 24px;
    color: var(--main-color);
}

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

.profile-section .search-box {
    position: relative;
}

.profile-section .search-box input {
    width: 250px;
    padding: 8px 16px 8px 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    font-size: 14px;
}

.profile-section .search-box i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
}

.profile-section .domain-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.profile-section .domain-info span {
    color: #334155;
    font-size: 14px;
}

.profile-section .action-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.profile-section .card-footer {
    padding: 16px 32px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.profile-section .pagination {
    display: flex;
    align-items: center;
    gap: 8px;
}

.profile-section .pagination .btn-icon {
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #64748b;
    background: #f8fafc;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.profile-section .pagination .btn-icon.active {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.profile-section .pagination .btn-icon:hover:not(.active):not(:disabled) {
    background: #f1f5f9;
    color: #0f172a;
}

.profile-section .pagination .btn-icon:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.profile-section .page-header {
    padding: 8px 0;
}

.profile-section .page-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 8px;
}

.profile-section .page-title i {
    font-size: 28px;
    color: var(--main-color);
}

.profile-section .page-subtitle {
    color: #64748b;
    font-size: 14px;
    margin: 0;
}

.profile-section .btn-manage {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--main-color);
    color: #fff;
    border: none;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 100%;
    height: 40px;
    justify-content: center;
    margin-top: auto;
}

.profile-section .btn-manage:hover {
    opacity: 0.9 !important;
    background: var(--main-color) !important;
    color: #fff !important;
}

.profile-section .pro-card .feature-icon {
    background: #000;
    color: #fff;
}

.profile-section .btn-dark {
    background: #000;
    color: #fff;
    border: none;
}

.profile-section .btn-dark:hover {
    background: #000 !important;
    opacity: 0.9 !important;
}

.profile-section .pro-purchase-card {
    background: #fff;
    border: 2px solid var(--main-color);
}

.profile-section .pro-purchase-card .price-tag {
    text-align: center;
    margin-bottom: 24px;
    padding: 16px;
    background: #f8fafc;
    border-radius: 16px;
}

.profile-section .pro-purchase-card .amount {
    font-size: 36px;
    font-weight: 700;
    color: var(--main-color);
}

.profile-section .pro-purchase-card .period {
    font-size: 16px;
    color: #64748b;
}

.profile-section .pro-purchase-card .feature-benefits li {
    margin-bottom: 16px;
}

.profile-section .pro-purchase-card .feature-benefits i {
    color: var(--main-color);
}

.profile-section .pro-card {
    height: 420px;
}

.profile-section .table-responsive {
    flex: 1;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

.profile-section .table-responsive::-webkit-scrollbar {
    width: 6px;
}

.profile-section .table-responsive::-webkit-scrollbar-track {
    background: transparent;
}

.profile-section .table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.support-div {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    height: calc(100vh - 180px);
}

/* Sol Sidebar Stilleri */
.support-div .support-list-col {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.support-div .support-list-header {
    padding: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.support-div .support-search {
    position: relative;
    margin-bottom: 16px;
}

.support-div .support-search input {
    width: 100%;
    padding: 12px 16px 12px 44px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.support-div .support-search i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
}

.support-div .new-ticket-btn {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--main-color);
    color: #fff;
    border: none;
    font-weight: 500;
}

.support-div .support-list {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
}

.support-div .ticket-item {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    gap: 16px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.support-div .ticket-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.08);
}

.support-div .ticket-item.active {
    background: var(--main-color);
    border-color: var(--main-color);
    box-shadow: 0 4px 12px rgba(var(--main-color-rgb), 0.2);
}

.support-div .ticket-item.active .ticket-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.support-div .ticket-item.active .ticket-header h4,
.support-div .ticket-item.active .ticket-preview,
.support-div .ticket-item.active .ticket-time {
    color: #fff !important;
}

.support-div .ticket-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 16px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #64748b;
    transition: all 0.3s ease;
}

.support-div .ticket-icon.unread {
    color: var(--main-color);
    background: rgba(var(--main-color-rgb), 0.1);
}

.support-div .ticket-content {
    flex: 1;
}

.support-div .ticket-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}

.support-div .ticket-header h4 {
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
}

.support-div .ticket-time {
    font-size: 12px;
    color: #64748b;
}

.support-div .ticket-preview {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.support-div .ticket-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.support-div .badge {
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
}

.support-div .badge.bg-warning {
    background: #fef3c7 !important;
    color: #92400e !important;
}

.support-div .badge.bg-success {
    background: #dcfce7 !important;
    color: #166534 !important;
}

.support-div .message-count {
    background: var(--main-color);
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 12px;
}

/* Sağ Taraf - Mesajlaşma Alanı */
.support-div .support-chat-col {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.support-div .chat-header {
    padding: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.support-div .chat-info h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #0f172a;
}

.support-div .chat-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.support-div .ticket-id {
    font-size: 13px;
    color: #64748b;
}

.support-div .chat-actions {
    display: flex;
    gap: 8px;
}

.support-div .chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
    background: #fff;
}

.support-div .message-date {
    text-align: center;
    margin: 24px 0;
}

.support-div .message-date span {
    background: #f1f5f9;
    padding: 6px 16px;
    border-radius: 12px;
    font-size: 13px;
    color: #64748b;
}

.support-div .message {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.support-div .message-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.support-div .message-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.support-div .message-content {
    max-width: 70%;
    background: #f8fafc;
    padding: 16px;
    border-radius: 16px;
    position: relative;
}

.support-div .user-message {
    justify-content: flex-end;
}

.support-div .user-message .message-content {
    background: var(--main-color);
    color: #fff;
}

.support-div .message-header {
    margin-bottom: 8px;
}

.support-div .message-name {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
}

.support-div .message-time {
    font-size: 12px;
    color: #64748b;
    margin-top: 8px;
    display: block;
}

.support-div .user-message .message-time {
    color: rgba(255, 255, 255, 0.8);
}

.support-div .message-attachment {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    margin-bottom: 8px;
}

.support-div .chat-input {
    padding: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    background: #fff;
    position: sticky;
    bottom: 0;
    z-index: 10;
}

.support-div .input-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fafbff;
    padding: 12px 16px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    min-height: 56px;
}

.support-div .input-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

.support-div .input-actions .btn-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #64748b;
    transition: all 0.3s ease;
    background: #fff;
    flex-shrink: 0;
}

.support-div .input-actions .btn-icon:hover {
    background: #f8fafc;
    color: var(--main-color);
    border-color: var(--main-color);
}

.support-div textarea {
    flex: 1;
    border: none;
    background: none;
    resize: none;
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.5;
    min-height: 24px;
    max-height: 120px;
    color: #0f172a;
    margin: 0;
}

.support-div textarea::placeholder {
    color: #64748b;
}

.support-div textarea:focus {
    outline: none;
}

.support-div .send-btn {
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: var(--main-color) !important;
    color: #fff !important;
    border: none !important;
    transition: all 0.3s ease !important;
    flex-shrink: 0 !important;
}

.support-div .send-btn:hover {
    opacity: 0.9;
}

.support-div .back-btn {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: none;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #64748b;
    transition: all 0.3s ease;
    background: #fff;
}

.support-div .back-btn:hover {
    background: #f8fafc;
    color: var(--main-color);
    border-color: var(--main-color);
}

.support-create-div .form-group {
    margin-bottom: 25px;
    text-align: left;
    width: 100%;
    position: relative;
}

.support-create-div .form-control {
    width: 100%;
    height: 55px;
    border-radius: 14px;
    border: 2px solid #edf2f7;
    padding: 20px;
    font-size: 15px;
    transition: all 0.3s ease;
    text-align: left;
    background: #f8fafc;
    color: #4a5568;
}

.support-create-div .form-group .form-label {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    transition: all 0.3s ease;
    pointer-events: none;
    font-size: 15px;
    color: rgba(160, 174, 192, 0.9);
    padding: 0 5px;
    margin: 0;
}

.support-create-div .form-control:focus {
    border-color: var(--main-color);
    background: #FFF;
    outline: none;
    box-shadow: none;
}

.support-create-div .form-group .form-control:focus ~ .form-label, .support-create-div .form-group .form-control:not(:placeholder-shown) ~ .form-label {
    top: 0;
    transform: translateY(-50%) scale(0.9);
    background-color: #FFF;
    color: var(--main-color);
    opacity: 0.95;
    font-weight: 600;
}

.support-create-div ::placeholder {
    visibility: hidden !important;
}

.support-create-div {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 24px;
    margin-bottom: 24px;
}

.support-create-div .ai-suggestion {
    background: linear-gradient(135deg, var(--main-color) 0%, #6366f1 100%);
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 32px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.support-create-div .ai-suggestion::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.support-create-div .ai-suggestion:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(99, 102, 241, 0.3);
}

.support-create-div .ai-suggestion:hover .ai-icon i {
    transform: translateX(4px) rotate(-45deg);
}

.support-create-div .ai-suggestion .ai-content {
    flex: 1;
    position: relative;
    z-index: 2;
}

.support-create-div .ai-suggestion h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}

.support-create-div .ai-suggestion h3::before {
    content: '';
    width: 6px;
    height: 24px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.support-create-div .ai-suggestion p {
    font-size: 15px;
    line-height: 1.5;
    opacity: 0.9;
    margin: 0;
    max-width: 80%;
    color: rgba(255, 255, 255, 0.9);
}

.support-create-div .ai-suggestion .ai-icon {
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 24px;
    position: relative;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.support-create-div .ai-suggestion .ai-icon i {
    font-size: 32px;
    color: #fff;
    transition: all 0.3s ease;
}

.support-create-div .create-form {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
}

.support-create-div .form-group {
    margin-bottom: 20px;
    position: relative;
}

.support-create-div .form-control {
    width: 100%;
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    height: 56px;
    background: transparent;
}

.support-create-div .form-control:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
    outline: none;
}

.support-create-div .form-label {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 4px;
    color: #64748b;
    font-size: 14px;
    transition: all 0.2s ease;
    pointer-events: none;
}

.support-create-div .form-control:focus ~ .form-label,
.support-create-div .form-control:not(:placeholder-shown) ~ .form-label {
    top: 0;
    font-size: 12px;
    color: var(--main-color);
}

.support-create-div textarea.form-control {
    min-height: 120px;
    resize: vertical;
    height: auto;
}

.support-create-div textarea.form-control ~ .form-label {
    top: 16px;
    transform: none;
}

.support-create-div textarea.form-control:focus ~ .form-label,
.support-create-div textarea.form-control:not(:placeholder-shown) ~ .form-label {
    top: -8px;
}

.support-create-div select.form-control ~ .form-label {
    background: #fff;
}

.support-create-div .form-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
    gap: 12px;
}

.support-create-div .btn-submit {
    background: var(--main-color);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.support-create-div .btn-ai {
    background: linear-gradient(135deg, var(--main-color) 0%, #6366f1 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.support-create-div .btn-ai::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.support-create-div .btn-ai i {
    margin-right: 8px;
    font-size: 18px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.support-create-div .btn-ai span {
    position: relative;
    z-index: 2;
}

.support-create-div .btn-ai:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.2);
}

.support-create-div .btn-ai:hover i {
    transform: translateX(4px) rotate(-45deg);
}

.support-create-div .btn-submit i {
    margin-right: 8px;
    font-size: 18px;
}

.support-create-div .btn-submit:hover {
    background: #4f46e5;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.2);
}

.support-create-div .working-hours-modal .modal-content {
    border: none;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.support-create-div .working-hours-modal .modal-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 24px 32px;
    background: linear-gradient(135deg, var(--main-color) 0%, #6366f1 100%);
    position: relative;
}

.support-create-div .working-hours-modal .modal-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}

.support-create-div .working-hours-modal .modal-title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.support-create-div .working-hours-modal .modal-title i {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.9);
}

.support-create-div .working-hours-modal .btn-close {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 12px;
    border-radius: 12px;
    opacity: 1;
    position: relative;
    z-index: 10;
}

.support-create-div .working-hours-modal .btn-close:hover {
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.support-create-div .working-hours-modal .modal-body {
    padding: 32px;
    background: #fff;
}

.support-create-div .working-hours-modal .hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.support-create-div .working-hours-modal .hours-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    background: #f8fafc;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.support-create-div .working-hours-modal .hours-list li:hover {
    background: #f1f5f9;
    transform: translateX(4px);
}

.support-create-div .working-hours-modal .day {
    font-size: 16px;
    font-weight: 500;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 8px;
}

.support-create-div .working-hours-modal .day::before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--main-color);
    border-radius: 50%;
    opacity: 0.7;
}

.support-create-div .working-hours-modal .time {
    font-size: 15px;
    color: #64748b;
    font-weight: 500;
    padding: 6px 16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.support-create-div .working-hours-modal .hours-list li:last-child .time {
    color: #ef4444;
    background: #fee2e2;
}

.profile-license-settings-div {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 24px;
    margin-bottom: 24px;
}

.profile-license-settings-div .current-domain {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.profile-license-settings-div .current-domain .domain-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-license-settings-div .current-domain i {
    color: var(--main-color);
    font-size: 22px;
}

.profile-license-settings-div .current-domain .domain-name {
    font-size: 18px;
    color: #1e293b;
    font-weight: 500;
}

.profile-license-settings-div .current-domain .domain-status {
    font-size: 13px;
    color: var(--main-color);
    font-weight: 500;
    margin-left: 4px;
}

.profile-license-settings-div .current-domain .domain-info {
    font-size: 12px;
    color: #64748b;
    margin: 0;
    padding-left: 32px;
}

.profile-license-settings-div .settings-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.profile-license-settings-div .settings-card:last-child {
    margin-bottom: 0;
}

.profile-license-settings-div .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.profile-license-settings-div .card-title i {
    color: var(--main-color);
    font-size: 20px;
}

.profile-license-settings-div .form-group {
    margin-bottom: 20px;
    position: relative;
}

.profile-license-settings-div .domain-change-row {
    background: #fff5f5;
    border-radius: 8px;
    padding: 16px !important;
    margin: 0 0 24px;
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.profile-license-settings-div .domain-change-row .settings-label {
    color: #ef4444;
    display: flex;
    align-items: center;
    gap: 6px;
}

.profile-license-settings-div .domain-change-row .settings-description {
    color: #64748b;
    margin-top: 4px;
}

.profile-license-settings-div .form-control {
    width: 100%;
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    height: 56px;
    background: transparent;
}

.profile-license-settings-div .form-control:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
    outline: none;
}

.profile-license-settings-div .form-label {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 4px;
    color: #64748b;
    font-size: 14px;
    transition: all 0.2s ease;
    pointer-events: none;
}

.profile-license-settings-div .form-control:focus ~ .form-label,
.profile-license-settings-div .form-control:not(:placeholder-shown) ~ .form-label {
    top: 0;
    font-size: 12px;
    color: var(--main-color);
}

.profile-license-settings-div .settings-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.profile-license-settings-div .settings-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.profile-license-settings-div .settings-row:first-child {
    padding-top: 0;
}

.profile-license-settings-div .settings-info {
    flex: 1;
}

.profile-license-settings-div .settings-label {
    font-size: 15px;
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 4px;
}

.profile-license-settings-div .settings-description {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

.profile-license-settings-div .toggle-switch {
    position: relative;
    width: 44px;
    height: 24px;
}

.profile-license-settings-div .toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.profile-license-settings-div .toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 34px;
}

.profile-license-settings-div .toggle-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.profile-license-settings-div .toggle-switch input:checked + .toggle-slider {
    background-color: var(--main-color);
}

.profile-license-settings-div .toggle-switch input:checked + .toggle-slider:before {
    transform: translateX(20px);
}

.profile-license-settings-div .btn-start {
    background: var(--main-color);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.profile-license-settings-div .btn-start:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.profile-license-settings-div .btn-start i {
    font-size: 18px;
}

.profile-license-settings-div .verification-modal .modal-content {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    background: #fff;
    max-width: 360px;
    margin: 0 auto;
}

.profile-license-settings-div .verification-modal .modal-header {
    background: #fff;
    border: none;
    padding: 20px 20px 12px;
    position: relative;
}

.profile-license-settings-div .verification-modal .modal-title {
    color: #1e293b;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
}

.profile-license-settings-div .verification-modal .modal-title i {
    color: #1e293b;
    font-size: 15px;
}

.profile-license-settings-div .verification-modal .btn-close {
    position: absolute;
    right: 12px;
    top: 12px;
    background: transparent;
    opacity: 0.4;
    width: 20px;
    height: 20px;
    padding: 0;
    transition: all 0.2s ease;
}

.profile-license-settings-div .verification-modal .btn-close:hover {
    opacity: 0.6;
}

.profile-license-settings-div .verification-modal .modal-body {
    padding: 0 20px 20px;
}

.profile-license-settings-div .verification-modal .verification-info {
    text-align: left;
    margin-bottom: 16px;
}

.profile-license-settings-div .verification-modal .verification-text {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

.profile-license-settings-div .verification-modal .verification-email {
    display: block;
    font-weight: 500;
    color: #1e293b;
    font-size: 13px;
    margin: 4px 0;
}

.profile-license-settings-div .verification-modal .verification-form {
    max-width: 100%;
    margin: 0;
}

.profile-license-settings-div .verification-modal .verification-input {
    text-align: left;
    letter-spacing: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #1e293b;
    padding: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    transition: all 0.2s ease;
    width: 100%;
}

.profile-license-settings-div .verification-modal .verification-input:focus {
    border-color: #e2e8f0;
    box-shadow: none;
}

.profile-license-settings-div .verification-modal .verification-input::placeholder {
    letter-spacing: 4px;
    color: #cbd5e1;
    font-weight: normal;
}

.profile-license-settings-div .verification-modal .btn-verify {
    width: 100%;
    background: #f8fafc;
    color: #64748b;
    border: none;
    border-radius: 6px;
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.profile-license-settings-div .verification-modal .btn-verify:hover {
    background: #f1f5f9;
}

.profile-license-settings-div .verification-modal .btn-verify i {
    font-size: 14px;
}

.verification-modal .modal-dialog {
    max-width: 360px;
    margin: 1.75rem auto;
}

.verification-modal .modal-content {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.verification-modal .modal-header {
    padding: 20px 20px 12px;
    border: none;
}

.verification-modal .modal-title {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}

.verification-modal .modal-title i {
    font-size: 15px;
}

.verification-modal .btn-close {
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    opacity: 0.4;
    position: absolute;
    right: 16px;
    top: 16px;
}

.verification-modal .btn-close:hover {
    opacity: 0.6;
}

.verification-modal .modal-body {
    padding: 4px 20px 20px;
}

.verification-modal .verification-text {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 16px;
}

.verification-modal .verification-email {
    color: #1e293b;
    font-weight: 500;
}

.verification-modal .verification-input {
    width: 100%;
    height: 44px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0 12px;
    font-size: 15px;
    font-weight: 500;
    color: #1e293b;
    text-align: left;
    letter-spacing: 8px;
    margin-bottom: 12px;
}

.verification-modal .verification-input:focus {
    outline: none;
    border-color: #e2e8f0;
}

.verification-modal .verification-input::placeholder {
    color: #cbd5e1;
    letter-spacing: 4px;
}

.verification-modal .btn-verify {
    width: 100%;
    height: 40px;
    background: #f8fafc;
    border: none;
    border-radius: 6px;
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: background 0.2s;
}

.verification-modal .btn-verify:hover {
    background: #f1f5f9;
}

.verification-modal .btn-verify i {
    font-size: 14px;
}

.transfer-modal .modal-dialog {
    max-width: 460px;
    margin: 1.75rem auto;
}

.transfer-modal .modal-content {
    border: none;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.transfer-modal .modal-header {
    padding: 24px 32px;
    border: none;
    background: #f8fafc;
}

.transfer-modal .modal-title {
    font-size: 17px;
    font-weight: 600;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.transfer-modal .modal-title i {
    font-size: 20px;
    color: var(--main-color);
}

.transfer-modal .btn-close {
    padding: 0;
    margin: 0;
    width: 28px;
    height: 28px;
    opacity: 0.4;
    position: absolute;
    right: 24px;
    top: 24px;
}

.transfer-modal .btn-close:hover {
    opacity: 0.6;
}

.transfer-modal .modal-body {
    padding: 32px;
}

.transfer-modal .transfer-price {
    text-align: center;
    color: var(--main-color);
    font-size: 48px;
    font-weight: 600;
    margin: 24px 0;
    letter-spacing: -1px;
}

.transfer-modal .transfer-info {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 24px;
    text-align: center;
}

.transfer-modal .transfer-note {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 16px 0 0;
    text-align: center;
    font-style: italic;
}

.transfer-modal .form-group {
    margin-bottom: 24px;
    position: relative;
}

.transfer-modal .form-control {
    width: 100%;
    height: 52px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 15px;
    color: #1e293b;
    transition: all 0.2s ease;
    background: #f8fafc;
}

.transfer-modal .form-control:focus {
    outline: none;
    border-color: var(--main-color);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(var(--main-color-rgb), 0.1);
}

.transfer-modal .form-label {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: #f8fafc;
    padding: 0 4px;
    color: #64748b;
    font-size: 14px;
    transition: all 0.2s ease;
    pointer-events: none;
}

.transfer-modal .form-control:focus ~ .form-label {
    top: 0;
    font-size: 12px;
    color: var(--main-color);
    background: #fff;
}

.transfer-modal .form-control:not(:placeholder-shown) ~ .form-label {
    top: 0;
    font-size: 12px;
    background: #f8fafc;
}

.transfer-modal .btn-transfer {
    width: 100%;
    height: 52px;
    background: var(--main-color);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.transfer-modal .btn-transfer:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(var(--main-color-rgb), 0.2);
}

.transfer-modal .btn-transfer i {
    font-size: 18px;
}

.save-button-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
    padding: 0 24px 24px;
}

.btn-save:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(var(--main-color-rgb), 0.2);
}

.btn-save i {
    font-size: 18px;
}

.profile-discord-management-div {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 24px;
    margin-bottom: 24px;
}

.profile-discord-management-div .settings-card {
    background: #f8fafc;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 24px;
}

.profile-discord-management-div .card-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #1e293b;
}

.profile-discord-management-div .card-title i {
    font-size: 24px;
    color: var(--main-color);
}

.profile-discord-management-div .settings-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #e2e8f0;
}

.profile-discord-management-div .settings-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.profile-discord-management-div .settings-info {
    flex: 1;
    margin-right: 24px;
}

.profile-discord-management-div .settings-label {
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 4px;
}

.profile-discord-management-div .settings-description {
    color: #64748b;
    font-size: 13px;
    display: block;
}

.profile-discord-management-div .form-group {
    position: relative;
}

.profile-discord-management-div .form-control {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    font-size: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    transition: all 0.3s ease;
}

.profile-discord-management-div .form-control:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 0 3px rgba(var(--main-color-rgb), 0.1);
}

.profile-discord-management-div .form-label {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #64748b;
    pointer-events: none;
    transition: all 0.3s ease;
}

.profile-discord-management-div .form-control:focus ~ .form-label,
.profile-discord-management-div .form-control:not(:placeholder-shown) ~ .form-label {
    top: 0;
    left: 12px;
    font-size: 12px;
    padding: 0 4px;
    background: #fff;
    color: var(--main-color);
}

.profile-discord-management-div .btn-start {
    background: var(--main-color);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.profile-discord-management-div .btn-start:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--main-color-rgb), 0.15);
}

.profile-discord-management-div .btn-start i {
    font-size: 18px;
}

.save-button-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
    padding: 0 24px 24px;
    gap: 12px;
}

.btn-save {
    background: var(--main-color);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(var(--main-color-rgb), 0.15);
}

.btn-disconnect-discord {
    background: #ef4444;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.15);
}

.btn-disconnect-discord:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(239, 68, 68, 0.2);
}

.profile-discord-management-div .link-input {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 4px;
    margin-bottom: 24px;
}

.profile-discord-management-div .link-prefix {
    background: #fff;
    color: #64748b;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

.profile-discord-management-div .link-input input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 8px 12px;
    color: #1e293b;
    font-size: 14px;
    outline: none;
}

.profile-discord-management-div .copy-button {
    background: #fff;
    border: none;
    border-radius: 6px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
}

.profile-discord-management-div .copy-button:hover {
    background: var(--main-color);
    color: #fff;
    transform: rotate(180deg);
}

.profile-discord-management-div .copy-button i {
    transition: all 0.3s ease;
}

.profile-discord-management-div .section-title {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.profile-discord-management-div .section-title i {
    color: var(--main-color);
    font-size: 20px;
}

.profile-discord-management-div .how-to-text {
    display: block;
    margin-bottom: 24px;
    color: #64748b;
}

.profile-discord-management-div .how-to-text a {
    color: var(--main-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.profile-discord-management-div .how-to-text a:hover {
    text-decoration: underline;
}

.profile-discord-management-div .bot-settings-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.profile-discord-management-div .input-with-label {
    position: relative;
}

.profile-discord-management-div .input-with-label label {
    position: absolute;
    left: 0;
    top: -18px;
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
}

.profile-discord-management-div .input-with-label input {
    padding-top: 0;
    padding-bottom: 0;
}

.profile-discord-management-div .form-control[readonly] {
    background: #f8fafc;
    color: #64748b;
    cursor: not-allowed;
    border-color: #e2e8f0;
}

.profile-discord-management-div select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 40px;
}

.profile-security-div {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 24px;
    margin-bottom: 24px;
}

.profile-security-div .settings-card {
    background: #f8fafc;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 24px;
}

.profile-security-div .card-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #1e293b;
}

.profile-security-div .card-title i {
    font-size: 24px;
    color: var(--main-color);
}

.profile-security-div .settings-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #e2e8f0;
}

.profile-security-div .settings-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.profile-security-div .settings-info {
    flex: 1;
    margin-right: 24px;
}

.profile-security-div .settings-label {
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 4px;
}

.profile-security-div .settings-description {
    color: #64748b;
    font-size: 13px;
    display: block;
}

.profile-security-div .form-group {
    position: relative;
    margin-bottom: 20px;
}

.profile-security-div .form-control {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    font-size: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    transition: all 0.3s ease;
}

.profile-security-div .form-control:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 0 3px rgba(var(--main-color-rgb), 0.1);
}

.profile-security-div .form-label {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #64748b;
    pointer-events: none;
    transition: all 0.3s ease;
}

.profile-security-div .form-control:focus ~ .form-label,
.profile-security-div .form-control:not(:placeholder-shown) ~ .form-label {
    top: 0;
    left: 12px;
    font-size: 12px;
    padding: 0 4px;
    background: #fff;
    color: var(--main-color);
}

.profile-security-div .btn-start {
    background: var(--main-color);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.profile-security-div .btn-start:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--main-color-rgb), 0.15);
}

.profile-security-div .btn-start i {
    font-size: 18px;
}

.profile-security-div .switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}

.profile-security-div .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.profile-security-div .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
}

.profile-security-div .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.profile-security-div input:checked + .slider {
    background-color: var(--main-color);
}

.profile-security-div input:checked + .slider:before {
    transform: translateX(24px);
}

.profile-security-div .security-status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
}

.profile-security-div .security-status.active {
    color: #22c55e;
}

.profile-security-div .security-status.inactive {
    color: #ef4444;
}

.profile-security-div .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.profile-security-div .modal.active {
    display: flex !important;
}

.profile-security-div .modal-content {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 500px;
    position: relative;
    padding: 24px;
}

.profile-security-div .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.profile-security-div .modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 12px;
}

.profile-security-div .modal-title i {
    font-size: 24px;
    color: var(--main-color);
}

.profile-security-div .modal-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #64748b;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-security-div .modal-body {
    margin-bottom: 24px;
}

.profile-security-div .qr-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 24px;
    background: #f8fafc;
    border-radius: 12px;
}

.profile-security-div .qr-code {
    width: 200px;
    height: 200px;
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.profile-security-div .qr-code img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.profile-security-div .qr-info {
    text-align: center;
    color: #64748b;
    font-size: 14px;
}

.profile-security-div .qr-secret {
    background: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    font-family: monospace;
    font-size: 14px;
    color: #1e293b;
    margin-top: 8px;
}

.profile-security-div .modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.profile-security-div .btn-cancel {
    background: #f1f5f9;
    color: #64748b;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.profile-security-div .btn-cancel:hover {
    background: #e2e8f0;
}

.profile-security-div .btn-confirm {
    background: var(--main-color);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.profile-security-div .btn-confirm:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--main-color-rgb), 0.15);
}

.profile-edit-div {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 24px;
    margin-bottom: 24px;
}

.profile-edit-div .settings-card {
    background: #f8fafc;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 24px;
}

.profile-edit-div .card-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #1e293b;
}

.profile-edit-div .card-title i {
    font-size: 24px;
    color: var(--main-color);
}

.profile-edit-div .settings-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #e2e8f0;
}

.profile-edit-div .settings-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.profile-edit-div .settings-info {
    flex: 1;
    margin-right: 24px;
}

.profile-edit-div .settings-label {
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 4px;
}

.profile-edit-div .settings-description {
    color: #64748b;
    font-size: 13px;
    display: block;
}

.profile-edit-div .form-group {
    position: relative;
    margin-bottom: 20px;
}

.profile-edit-div .form-row {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.profile-edit-div .form-row .form-group {
    flex: 1;
    margin-bottom: 0;
}

.profile-edit-div .form-control {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    font-size: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    transition: all 0.3s ease;
}

.profile-edit-div .form-control:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 0 3px rgba(var(--main-color-rgb), 0.1);
}

.profile-edit-div .form-label {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #64748b;
    pointer-events: none;
    transition: all 0.3s ease;
}

.profile-edit-div .form-control:focus ~ .form-label,
.profile-edit-div .form-control:not(:placeholder-shown) ~ .form-label {
    top: 0;
    left: 12px;
    font-size: 12px;
    padding: 0 4px;
    background: #fff;
    color: var(--main-color);
}

.profile-edit-div .switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}

.profile-edit-div .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.profile-edit-div .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
}

.profile-edit-div .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.profile-edit-div input:checked + .slider {
    background-color: var(--main-color);
}

.profile-edit-div input:checked + .slider:before {
    transform: translateX(24px);
}

.blog-section.in-page {
    padding: 80px 0;
    background: #fff;
}

.blog-section.in-page .section-header {
    margin-bottom: 48px;
}

.blog-section.in-page .section-badge {
    background: rgba(56, 97, 251, 0.08);
    border: 1px solid rgba(56, 97, 251, 0.2);
    padding: 8px 16px;
    border-radius: 100px;
    transition: all 0.3s ease;
}

.blog-section.in-page .section-title {
    font-size: 42px;
    line-height: 1.3;
    margin: 24px 0;
    color: #1a1f36;
}

.blog-section.in-page .blog-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    color: #64748b;
}

.blog-section.in-page .blog-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-section.in-page .blog-meta i {
    font-size: 18px;
    color: #3861fb;
}

.blog-section.in-page .blog-detail-image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 48px;
}

.blog-section.in-page .blog-detail-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
}

.blog-section.in-page .blog-detail-content {
    font-size: 18px;
    line-height: 1.8;
    color: #334155;
}

.blog-section.in-page .blog-detail-content h2 {
    color: #1a1f36;
    font-weight: 600;
    margin-top: 40px;
}

.blog-section.in-page .blog-detail-content p {
    margin-bottom: 24px;
}

.blog-section.in-page .lead {
    font-size: 20px;
    color: #1a1f36;
    font-weight: 500;
}

.blog-section.in-page .blog-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 48px 0;
}

.blog-section.in-page .blog-tags a {
    color: #3861fb;
    text-decoration: none;
    background: rgba(56, 97, 251, 0.05);
    padding: 6px 12px;
    border-radius: 100px;
    font-size: 14px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.blog-section.in-page .blog-tags a:hover {
    background: rgba(56, 97, 251, 0.1);
    transform: translateY(-2px);
}

.blog-section.in-page .blog-share {
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
    margin-top: 48px;
}

.blog-section.in-page .blog-share h3 {
    color: #1a1f36;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}

.blog-section.in-page .blog-share .share-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    max-width: 300px !important;
    margin: 0 auto !important;
}

.blog-section.in-page .blog-share .btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 12px !important;
    border-radius: 100px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
}

.blog-section.in-page .blog-share .btn-outline-primary {
    margin: 0 !important;
}

.blog-section.in-page .btn i {
    margin-right: 8px !important;
    font-size: 18px !important;
}

.blog-section.in-page .btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 16px rgba(56, 97, 251, 0.1) !important;
}

.blog-section.in-page .blog-author-box {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}

.blog-section.in-page .author-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.blog-section.in-page .author-info h4 {
    color: #1a1f36;
    font-weight: 600;
    margin-bottom: 8px;
}

.blog-section.in-page .author-info p {
    color: #64748b;
    margin-bottom: 0;
}

.contact-section.in-page {
    padding: 120px 0px 40px;
    background: #f8fafc;
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: center;
}

.contact-section.in-page .section-header {
    text-align: center;
    margin-bottom: 64px;
}

.contact-section.in-page .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(56, 97, 251, 0.1);
    color: var(--main-color);
    padding: 8px 16px;
    border-radius: 100px;
    font-weight: 600;
    margin-bottom: 24px;
    font-size: 14px;
}

.contact-section.in-page .section-badge i {
    font-size: 20px;
}

.contact-section.in-page .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 24px;
    line-height: 1.2;
}

.contact-section.in-page .section-description {
    font-size: 16px;
    color: #64748b;
    max-width: 768px;
    margin: 0 auto;
    line-height: 1.6;
}

.contact-section.in-page .map-container {
    position: relative;
    height: 600px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.contact-section.in-page .map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.contact-section.in-page .contact-info-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    height: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.contact-section.in-page .contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 32px;
}

.contact-section.in-page .contact-info-item:last-child {
    padding-bottom: 0;
}

.contact-section.in-page .contact-info-icon {
    width: 48px;
    height: 48px;
    background: rgba(56, 97, 251, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-section.in-page .contact-info-icon i {
    font-size: 24px;
    color: #3861fb;
}

.contact-section.in-page .contact-info-text h4 {
    color: #1a1f36;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
}

.contact-section.in-page .contact-info-text p {
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}

.contact-section.in-page .company-info {
    position: relative;
    margin-top: 48px;
    padding-top: 48px;
}

.contact-section.in-page .company-info:before {
    content: '';
    position: absolute;
    top: 0;
    left: -40px;
    right: -40px;
    height: 1px;
    background: rgba(226, 232, 240, 0.5);
}

.contact-section.in-page .company-info-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1f36;
    margin-bottom: 24px;
}

.contact-section.in-page .company-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.contact-section.in-page .company-info-item i {
    font-size: 20px;
    color: #3861fb;
}

.contact-section.in-page .company-info-item p {
    color: #64748b;
    margin: 0;
}

.contact-section.in-page .company-info-item strong {
    color: #1a1f36;
    font-weight: 500;
}

.addons-section {
    padding: 120px 0 40px;
    background: #fff;
}

.addons-section .section-header {
    text-align: center;
    margin-bottom: 64px;
}

.addons-section .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(56, 97, 251, 0.1);
    color: var(--main-color);
    padding: 8px 16px;
    border-radius: 100px;
    font-weight: 600;
    margin-bottom: 24px;
    font-size: 14px;
}

.addons-section .section-badge i {
    font-size: 20px;
}

.addons-section .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 24px;
    line-height: 1.2;
}

.addons-section .section-description {
    font-size: 16px;
    color: #64748b;
    max-width: 768px;
    margin: 0 auto;
    line-height: 1.6;
}

.addons-section .addon-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 48px;
}

.addons-section .addon-tab {
    padding: 12px 32px;
    border-radius: 24px;
    font-size: 15px;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f8fafc;
}

.addons-section .addon-tab.active[data-type="accounting"] {
    background: linear-gradient(135deg, #1a1f36, #2d3555);
    color: #fff;
}

.addons-section .addon-tab.active[data-type="marketplace"] {
    background: linear-gradient(135deg, #9333ea, #6b21a8);
    color: #fff;
}

.addons-section .addon-tab.active[data-type="payment"] {
    background: linear-gradient(135deg, #ff6b35, #ff8f35);
    color: #fff;
}

.addons-section .addon-tab.active[data-type="all"] {
    background: var(--main-color);
    color: #fff;
}

.addons-section .addon-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 32px;
    margin-left: 0;
    margin-right: auto;
    min-height: 600px;
}

.addons-section .addon-card {
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
    position: relative;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    opacity: 0;
    visibility: hidden;
    display: none;
    width: 100%;
    transform-origin: left top;
    height: auto;
}

.addons-section .addon-card.show {
    opacity: 1;
    visibility: visible;
    display: block;
    animation: showFromLeft 0.3s ease forwards;
}

@keyframes showFromLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.addons-section .addon-grid:has(.addon-card.show:only-child) {
    grid-template-columns: repeat(3, 1fr);
    justify-content: start;
}

.addons-section .addon-grid:has(.addon-card.show:nth-last-child(2):first-child) {
    grid-template-columns: repeat(3, 1fr);
    justify-content: start;
}

.addons-section .addon-image {
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}

.addons-section .addon-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
    padding: 32px;
}

.addons-section .addon-image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-decoration: none;
    cursor: pointer;
}

.addons-section .addon-image::after {
    content: 'TEK TIKLA KURULUM';
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    padding: 16px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    z-index: 1;
}

.addons-section .addon-card:hover .addon-image::after {
    bottom: 0;
}

.addons-section .addon-card[data-type="accounting"] {
    box-shadow: 0 4px 24px rgba(26, 31, 54, 0.08);
}

.addons-section .addon-card[data-type="marketplace"] {
    box-shadow: 0 4px 24px rgba(147, 51, 234, 0.08);
}

.addons-section .addon-card[data-type="payment"] {
    box-shadow: 0 4px 24px rgba(255, 107, 53, 0.08);
}

.addons-section .addon-card:hover {
    transform: translateY(-5px);
}

.addons-section .addon-content {
    padding: 32px;
    background: #fff;
}

.addons-section .addon-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.addons-section .addon-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1f36;
}

.addons-section .addon-badge {
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.addons-section .addon-badge.accounting {
    background: linear-gradient(135deg, #1a1f36, #2d3555);
    color: #fff;
}

.addons-section .addon-badge.marketplace {
    background: linear-gradient(135deg, #9333ea, #6b21a8);
    color: #fff;
}

.addons-section .addon-badge.payment {
    background: linear-gradient(135deg, #ff6b35, #ff8f35);
    color: #fff;
}

.addons-section .addon-price {
    margin: 16px 0;
}

.addons-section .price-amount {
    font-size: 24px;
    font-weight: 600;
    color: #1a1f36;
    margin-bottom: 4px;
}

.addons-section .price-period {
    font-size: 13px;
    color: #64748b;
}

.addons-section .addon-features {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
}

.addons-section .addon-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 8px;
}

.addons-section .addon-feature i {
    color: var(--main-color);
    font-size: 16px;
}

.addons-section .addon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 32px;
    padding: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(56, 97, 251, 0.2);
    background: var(--main-color);
    color: #fff;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
}

.addons-section .addon-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(56, 97, 251, 0.3);
}

.themes-section {
    padding: 120px 0 40px;
    background: #fff;
}

.themes-section .section-header {
    text-align: center;
    margin-bottom: 64px;
}

.themes-section .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(56, 97, 251, 0.1);
    color: var(--main-color);
    padding: 8px 16px;
    border-radius: 100px;
    font-weight: 600;
    margin-bottom: 24px;
    font-size: 14px;
}

.themes-section .section-badge i {
    font-size: 20px;
}

.themes-section .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 24px;
    line-height: 1.2;
}

.themes-section .section-description {
    font-size: 16px;
    color: #64748b;
    max-width: 768px;
    margin: 0 auto;
    line-height: 1.6;
}

.themes-section .theme-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 48px;
}

.themes-section .theme-tab {
    padding: 12px 32px;
    border-radius: 24px;
    font-size: 15px;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f8fafc;
}

.themes-section .theme-tab.active[data-type="supreme"] {
    background: linear-gradient(135deg, #1a1f36, #2d3555);
    color: #fff;
}

.themes-section .theme-tab.active[data-type="core"] {
    background: linear-gradient(135deg, #9333ea, #6b21a8);
    color: #fff;
}

.themes-section .theme-tab.active[data-type="base"] {
    background: linear-gradient(135deg, #ff6b35, #ff8f35);
    color: #fff;
}

.themes-section .theme-tab.active[data-type="all"] {
    background: var(--main-color);
    color: #fff;
}

.themes-section .theme-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 32px;
    margin-left: 0;
    margin-right: auto;
}

.themes-section .theme-card {
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
    position: relative;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 100%;
    transform-origin: left top;
}

.themes-section .theme-card.show {
    opacity: 1;
    visibility: visible;
    height: auto;
    animation: showFromLeft 0.3s ease forwards;
}

@keyframes showFromLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.themes-section .theme-grid:has(.theme-card.show:only-child) {
    grid-template-columns: repeat(3, 1fr);
    justify-content: start;
}

.themes-section .theme-grid:has(.theme-card.show:nth-last-child(2):first-child) {
    grid-template-columns: repeat(3, 1fr);
    justify-content: start;
}

.themes-section .theme-image {
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}

.themes-section .theme-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.themes-section .theme-image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-decoration: none;
    cursor: pointer;
}

.themes-section .theme-image::after {
    content: 'DEMOYU GÖRÜNTÜLE';
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    padding: 16px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    z-index: 1;
}

.themes-section .theme-card:hover .theme-image::after {
    bottom: 0;
}

.themes-section .theme-card[data-type="ecommerce"].supreme,
.themes-section .theme-card[data-type="blog"].supreme,
.themes-section .theme-card[data-type="all"].supreme,
.themes-section .theme-card.supreme {
    box-shadow: 0 4px 24px rgba(26, 31, 54, 0.08);
}

.themes-section .theme-card[data-type="ecommerce"].core,
.themes-section .theme-card[data-type="blog"].core,
.themes-section .theme-card[data-type="all"].core,
.themes-section .theme-card.core {
    box-shadow: 0 4px 24px rgba(147, 51, 234, 0.08);
}

.themes-section .theme-card[data-type="ecommerce"].base,
.themes-section .theme-card[data-type="blog"].base,
.themes-section .theme-card[data-type="all"].base,
.themes-section .theme-card.base {
    box-shadow: 0 4px 24px rgba(255, 107, 53, 0.08);
}

.themes-section .theme-card:hover {
    transform: translateY(-5px);
}

.themes-section .theme-card.supreme:hover {
    box-shadow: 0 8px 32px rgba(26, 31, 54, 0.12);
}

.themes-section .theme-card.core:hover {
    box-shadow: 0 8px 32px rgba(147, 51, 234, 0.12);
}

.themes-section .theme-card.base:hover {
    box-shadow: 0 8px 32px rgba(255, 107, 53, 0.12);
}

.themes-section .theme-content {
    padding: 32px;
    background: #fff;
}

.themes-section .theme-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.themes-section .theme-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1f36;
}

.themes-section .theme-badge {
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.themes-section .theme-badge.supreme {
    background: linear-gradient(135deg, #1a1f36, #2d3555);
    color: #fff;
}

.themes-section .theme-badge.core {
    background: linear-gradient(135deg, #9333ea, #6b21a8);
    color: #fff;
}

.themes-section .theme-badge.base {
    background: linear-gradient(135deg, #ff6b35, #ff8f35);
    color: #fff;
}

.themes-section .theme-price {
    font-size: 24px;
    font-weight: 600;
    color: #1a1f36;
    margin: 16px 0;
}

.themes-section .theme-features {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
}

.themes-section .theme-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 8px;
}

.themes-section .theme-feature i {
    color: var(--main-color);
    font-size: 16px;
}

.themes-section .theme-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 32px;
    padding: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(56, 97, 251, 0.2);
    background: var(--main-color);
    color: #fff;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
}

.themes-section .theme-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(56, 97, 251, 0.3);
}

.license-dropdown-profile {
    min-width: 200px !important;
    padding: 8px !important;
    border: 1px solid #f1f1f1 !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

.license-dropdown-profile .dropdown-item {
    padding: 10px !important;
    border-radius: 8px !important;
    color: var(--text-color) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center !important;
    margin: 2px !important;
    transition: all 0.2s ease !important;
}

.license-dropdown-profile .dropdown-item i {
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    background: #F8F9FA !important;
    margin-right: 10px !important;
    font-size: 16px !important;
    color: var(--text-color) !important;
}

.license-dropdown-profile .dropdown-item:hover {
    background: var(--main-color) !important;
    color: #fff !important;
}

.license-dropdown-profile .dropdown-item:hover i {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
}

.license-dropdown-profile .dropdown-divider {
    margin: 8px 0 !important;
    border-color: #f1f1f1 !important;
    opacity: 0.7 !important;
}

.license-dropdown-profile .dropdown-item.text-danger {
    color: #dc3545 !important;
}

.license-dropdown-profile .dropdown-item.text-danger i {
    color: #dc3545 !important;
}

.license-dropdown-profile .dropdown-item.text-danger:hover {
    background: #dc3545 !important;
    color: #fff !important;
}

.license-dropdown-profile .dropdown-item.text-danger:hover i {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
}

.domain-info {
    display: block !important;
}

.before-checkout-section {
    min-height: 100vh !important;
    padding: 120px 0px 40px !important;
    background: #f8fafc !important;
}

.before-checkout-section .section-header {
    text-align: center !important;
    margin-bottom: 40px !important;
}

.before-checkout-section .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(56, 97, 251, 0.1);
    color: var(--main-color);
    padding: 8px 16px;
    border-radius: 100px;
    font-weight: 600;
    margin-bottom: 24px;
    font-size: 14px;
}

.before-checkout-section .section-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #1a1f36 !important;
    margin-bottom: 16px !important;
}

.before-checkout-section .section-description {
    font-size: 16px !important;
    color: #64748b !important;
    max-width: 600px !important;
    margin: 0 auto !important;
}

.before-checkout-section .checkout-steps {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-bottom: 40px !important;
}

.before-checkout-section .step-item {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 24px !important;
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 100px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #64748b !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.before-checkout-section .step-item.active {
    background: var(--main-color) !important;
    border-color: var(--main-color) !important;
    color: #fff !important;
}

.before-checkout-section .step-item:not(.active):hover {
    border-color: var(--main-color) !important;
    color: var(--main-color) !important;
}

.before-checkout-section .step-number {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    background: rgba(var(--main-rgb), 0.1) !important;
    border-radius: 50% !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.before-checkout-section .step-item.active .step-number {
    background: rgba(255, 255, 255, 0.2) !important;
}

.before-checkout-section .checkout-container {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 40px !important;
    background: #fff !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.before-checkout-section .tab-content {
    display: none !important;
}

.before-checkout-section .tab-content.active {
    display: block !important;
}

.before-checkout-section .form-group {
    margin-bottom: 24px !important;
}

.before-checkout-section .form-label {
    display: block !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #1a1f36 !important;
    margin-bottom: 8px !important;
}

.before-checkout-section .form-control {
    width: 100% !important;
    height: 48px !important;
    padding: 0 16px !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    color: #1a1f36 !important;
    transition: all 0.3s ease !important;
}

.before-checkout-section .form-control:focus {
    border-color: var(--main-color) !important;
    outline: none !important;
}

.before-checkout-section .domain-extras {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
    margin-top: 24px !important;
}

.before-checkout-section .domain-extra-item {
    flex: 1 !important;
    min-width: 250px !important;
    padding: 16px !important;
    background: #fff !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.before-checkout-section .domain-extra-item.disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

.before-checkout-section .domain-extra-item.active {
    border-color: var(--main-color) !important;
    background: rgba(var(--main-rgb), 0.05) !important;
}

.before-checkout-section .domain-extra-checkbox {
    display: none !important;
}

.before-checkout-section .domain-extra-content {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    cursor: pointer !important;
}

.before-checkout-section .domain-extra-content * {
    cursor: pointer !important;
}

.before-checkout-section .domain-extra-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    background: rgba(var(--main-rgb), 0.1) !important;
    border-radius: 8px !important;
    color: var(--main-color) !important;
    font-size: 20px !important;
}

.before-checkout-section .domain-extra-info {
    flex: 1 !important;
}

.before-checkout-section .domain-extra-title {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1a1f36 !important;
    margin-bottom: 4px !important;
}

.before-checkout-section .domain-extra-description {
    font-size: 13px !important;
    color: #64748b !important;
}

.before-checkout-section .domain-info-text {
    display: none;
    margin-top: 12px;
    font-size: 13px;
    color: var(--main-color);
}

.before-checkout-section .domain-info-text.active {
    display: block;
}

.before-checkout-section .btn-next {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 24px !important;
    background: var(--main-color) !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #fff !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.before-checkout-section .btn-next:hover {
    opacity: 0.9 !important;
}

.before-checkout-section .btn-next i {
    font-size: 18px !important;
}

.before-checkout-section .themes-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 24px !important;
    margin-bottom: 32px !important;
}

.before-checkout-section .theme-item {
    background: #fff !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}

.before-checkout-section .theme-item:hover {
    border-color: var(--main-color) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.before-checkout-section .theme-preview {
    position: relative !important;
    aspect-ratio: 16/9 !important;
    overflow: hidden !important;
}

.before-checkout-section .theme-preview img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.before-checkout-section .theme-actions {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    background: rgba(0, 0, 0, 0.7) !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
}

.before-checkout-section .theme-preview:hover .theme-actions {
    opacity: 1 !important;
}

.before-checkout-section .btn-preview,
.before-checkout-section .btn-select {
    padding: 8px 16px !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.before-checkout-section .btn-preview {
    background: #fff !important;
    color: #1a1f36 !important;
}

.before-checkout-section .btn-select {
    background: var(--main-color) !important;
    color: #fff !important;
}

.before-checkout-section .btn-preview:hover,
.before-checkout-section .btn-select:hover {
    opacity: 0.9 !important;
    transform: scale(1.05) !important;
}

.before-checkout-section .theme-info {
    padding: 16px !important;
}

.before-checkout-section .theme-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1a1f36 !important;
    margin-bottom: 8px !important;
}

.before-checkout-section .theme-price {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: var(--main-color) !important;
}

.before-checkout-section .theme-item.free {
    border-color: #10b981 !important;
}

.before-checkout-section .theme-item.free .theme-price {
    color: #10b981 !important;
}

.before-checkout-section .theme-item.free:hover {
    border-color: #059669 !important;
}

.before-checkout-section .theme-item.selected {
    border-color: var(--main-color) !important;
    background: rgba(var(--main-rgb), 0.05) !important;
}

.before-checkout-section .theme-item.selected .theme-title {
    color: var(--main-color) !important;
}

.before-checkout-section .theme-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.before-checkout-section .theme-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px -1px rgba(0, 0, 0, 0.15);
}

.before-checkout-section .theme-image {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.before-checkout-section .theme-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.before-checkout-section .theme-content {
    padding: 20px;
}

.before-checkout-section .theme-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.before-checkout-section .theme-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1f36;
    margin: 0;
}

.before-checkout-section .theme-badge {
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 500;
}

.before-checkout-section .theme-badge.supreme {
    background: rgba(var(--main-rgb), 0.1);
    color: var(--main-color);
}

.before-checkout-section .theme-badge.free {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.before-checkout-section .theme-price {
    font-size: 24px;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 15px;
}

.before-checkout-section .theme-button {
    display: inline-block;
    width: 100%;
    padding: 12px;
    background: var(--main-color);
    color: #fff;
    text-align: center;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.before-checkout-section .theme-button:hover {
    opacity: 0.9;
}

.before-checkout-section .theme-features {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.before-checkout-section .theme-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #64748b;
}

.before-checkout-section .theme-feature i {
    color: var(--main-color);
    font-size: 16px;
}

.before-checkout-section .themes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 32px;
}

.before-checkout-section .order-summary {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
}

.before-checkout-section .summary-header h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1f36;
    margin-bottom: 24px;
}

.before-checkout-section .selected-theme-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 12px;
    margin-bottom: 20px;
}

.before-checkout-section .theme-preview-small {
    width: 120px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
}

.before-checkout-section .theme-preview-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.before-checkout-section .theme-details {
    flex: 1;
}

.before-checkout-section .selected-theme-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.before-checkout-section .selected-extras {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.before-checkout-section .extra-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.before-checkout-section .extra-item i {
    font-size: 18px;
    color: #64748b;
}

.before-checkout-section .extra-item span {
    flex: 1;
    font-size: 14px;
    color: #64748b;
}

.before-checkout-section .extra-item strong {
    font-size: 14px;
    color: #10b981;
    font-weight: 600;
}

.before-checkout-section .payment-methods {
    margin: 32px 0;
}

.before-checkout-section .payment-methods h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1f36;
    margin-bottom: 20px;
}

.before-checkout-section .payment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
}

.before-checkout-section .payment-option {
    position: relative;
}

.before-checkout-section .payment-option input {
    display: none;
}

.before-checkout-section .payment-option label {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.before-checkout-section .payment-option input:checked + label {
    border-color: var(--main-color);
    background: rgba(var(--main-rgb), 0.05);
}

.before-checkout-section .payment-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(var(--main-rgb), 0.1);
    border-radius: 12px;
    color: var(--main-color);
    font-size: 24px;
}

.before-checkout-section .payment-info h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1f36;
    margin-bottom: 4px;
}

.before-checkout-section .payment-info p {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

.before-checkout-section .total-summary {
    padding: 24px;
    background: #f8fafc;
    border-radius: 12px;
    margin-bottom: 24px;
}

.before-checkout-section .summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.before-checkout-section .summary-row:last-child {
    margin-bottom: 0;
}

.before-checkout-section .summary-row span {
    font-size: 14px;
    color: #64748b;
}

.before-checkout-section .summary-row strong {
    font-size: 14px;
    color: #1a1f36;
}

.before-checkout-section .summary-row small {
    font-size: 12px;
    color: #64748b;
}

.before-checkout-section .summary-divider {
    height: 1px;
    background: #e2e8f0;
    margin: 16px 0;
}

.before-checkout-section .summary-row.total {
    font-size: 18px;
    font-weight: 600;
}

.before-checkout-section .checkout-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.before-checkout-section .btn-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 500;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
}

.before-checkout-section .btn-back:hover {
    border-color: var(--main-color);
    color: var(--main-color);
}

.before-checkout-section .btn-checkout {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    background: var(--main-color);
    border: none;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.before-checkout-section .btn-checkout:hover {
    opacity: 0.9;
}

.before-checkout-section .credit-usage-label {
    border: none;
    background: transparent !important;
}

.before-checkout-section .credit-usage-label:hover {
    color: #10b981 !important;
}

.before-checkout-section .credit-usage-label.active {
    background: rgba(16, 185, 129, 0.1) !important;
    color: #10b981 !important;
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.payment-success-section {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.payment-success-section .success-container {
    text-align: center;
    color: #333;
    position: relative;
    z-index: 2;
    max-width: 600px;
    padding: 40px;
}

.payment-success-section .success-icon {
    width: 120px;
    height: 120px;
    background: var(--main-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    animation: payment-success-shake 0.5s ease-in-out;
}

.payment-success-section .success-icon i {
    font-size: 60px;
    color: white;
}

.payment-success-section .success-title {
    font-size: 32px;
    margin: 20px 0;
    font-weight: 600;
    color: var(--main-color);
}

.payment-success-section .success-text {
    font-size: 18px;
    margin-bottom: 20px;
    color: #666;
}

.payment-success-section .error-details {
    background: #ebf0ff;
    border: 1px solid #ebf0ff;
    border-radius: 15px;
    padding: 20px;
    margin: 30px 0;
}

.payment-success-section .detail-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #ebf0ff;
}

.payment-success-section .detail-item:last-child {
    border-bottom: none;
}

.payment-success-section .detail-label {
    color: #666;
    font-weight: 500;
}

.payment-success-section .detail-value {
    color: var(--main-color);
    font-weight: 600;
}

.payment-success-section .success-btn {
    background: var(--main-color);
    color: white;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid var(--main-color);
    margin: 10px;
}

.payment-success-section .success-btn:hover {
    background: transparent;
    color: var(--main-color);
}

.payment-success-section .floating-shapes div {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #ebf0ff;
    border-radius: 50%;
    animation: payment-success-float 15s linear infinite;
}

.payment-success-section .shape-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.payment-success-section .shape-2 {
    top: 60%;
    left: 20%;
    animation-delay: 2s;
}

.payment-success-section .shape-3 {
    top: 40%;
    left: 80%;
    animation-delay: 4s;
}

.payment-success-section .shape-4 {
    top: 80%;
    left: 70%;
    animation-delay: 6s;
}

.payment-success-section .shape-5 {
    top: 30%;
    left: 50%;
    animation-delay: 8s;
}

@keyframes payment-success-float {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.5;
    }
    50% {
        transform: translateY(-100px) rotate(180deg);
        opacity: 0.8;
    }
    100% {
        transform: translateY(0) rotate(360deg);
        opacity: 0.5;
    }
}

@keyframes payment-success-shake {
    0%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-10px);
    }
    75% {
        transform: translateY(10px);
    }
}

.payment-success-section .redirect-timer {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}

.payment-success-section .timer-count {
    font-weight: 600;
    color: var(--main-color);
}

.payment-success-section .error-code {
    display: inline-block;
    background: #ffebeb;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    color: var(--main-color);
    margin-top: 10px;
}

.payment-unsuccess-section {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.payment-unsuccess-section .unsuccess-container {
    text-align: center;
    color: #333;
    position: relative;
    z-index: 2;
    max-width: 600px;
    padding: 40px;
}

.payment-unsuccess-section .unsuccess-icon {
    width: 120px;
    height: 120px;
    background: #dc3545;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    animation: payment-unsuccess-shake 0.5s ease-in-out;
}

.payment-unsuccess-section .unsuccess-icon i {
    font-size: 60px;
    color: white;
}

.payment-unsuccess-section .unsuccess-title {
    font-size: 32px;
    margin: 20px 0;
    font-weight: 600;
    color: #dc3545;
}

.payment-unsuccess-section .unsuccess-text {
    font-size: 18px;
    margin-bottom: 20px;
    color: #666;
}

.payment-unsuccess-section .error-details {
    background: #fff5f5;
    border: 1px solid #ffebeb;
    border-radius: 15px;
    padding: 20px;
    margin: 30px 0;
}

.payment-unsuccess-section .detail-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #ffebeb;
}

.payment-unsuccess-section .detail-item:last-child {
    border-bottom: none;
}

.payment-unsuccess-section .detail-label {
    color: #666;
    font-weight: 500;
}

.payment-unsuccess-section .detail-value {
    color: #dc3545;
    font-weight: 600;
}

.payment-unsuccess-section .unsuccess-btn {
    background: #dc3545;
    color: white;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid #dc3545;
    margin: 10px;
}

.payment-unsuccess-section .unsuccess-btn:hover {
    background: transparent;
    color: #dc3545;
}

.payment-unsuccess-section .floating-shapes div {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(220, 53, 69, 0.1);
    border-radius: 50%;
    animation: payment-unsuccess-float 15s linear infinite;
}

.payment-unsuccess-section .shape-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.payment-unsuccess-section .shape-2 {
    top: 60%;
    left: 20%;
    animation-delay: 2s;
}

.payment-unsuccess-section .shape-3 {
    top: 40%;
    left: 80%;
    animation-delay: 4s;
}

.payment-unsuccess-section .shape-4 {
    top: 80%;
    left: 70%;
    animation-delay: 6s;
}

.payment-unsuccess-section .shape-5 {
    top: 30%;
    left: 50%;
    animation-delay: 8s;
}

@keyframes payment-unsuccess-float {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.5;
    }
    50% {
        transform: translateY(-100px) rotate(180deg);
        opacity: 0.8;
    }
    100% {
        transform: translateY(0) rotate(360deg);
        opacity: 0.5;
    }
}

@keyframes payment-unsuccess-shake {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-10px);
    }
    75% {
        transform: translateX(10px);
    }
}

.payment-unsuccess-section .redirect-timer {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}

.payment-unsuccess-section .timer-count {
    font-weight: 600;
    color: #dc3545;
}

.payment-unsuccess-section .error-code {
    display: inline-block;
    background: #ffebeb;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    color: #dc3545;
    margin-top: 10px;
}

.section-404 {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.section-404 .error-container {
    text-align: center;
    color: #333;
    position: relative;
    z-index: 2;
}

.section-404 .error-404 {
    font-size: 150px;
    font-weight: 800;
    margin: 0;
    color: var(--main-color);
    animation: section-404-pulse 2s infinite;
}

.section-404 .error-title {
    font-size: 32px;
    margin: 20px 0;
    font-weight: 600;
    color: var(--main-color);
}

.section-404 .error-text {
    font-size: 18px;
    margin-bottom: 30px;
    color: #666;
}

.section-404 .error-btn {
    background: var(--main-color);
    color: white;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid var(--main-color);
}

.section-404 .error-btn:hover {
    background: transparent;
    color: var(--main-color);
}

.section-404 .floating-shapes div {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(var(--main-color-rgb), 0.1);
    border-radius: 50%;
    animation: section-404-float 15s linear infinite;
}

.section-404 .shape-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.section-404 .shape-2 {
    top: 60%;
    left: 20%;
    animation-delay: 2s;
}

.section-404 .shape-3 {
    top: 40%;
    left: 80%;
    animation-delay: 4s;
}

.section-404 .shape-4 {
    top: 80%;
    left: 70%;
    animation-delay: 6s;
}

.section-404 .shape-5 {
    top: 30%;
    left: 50%;
    animation-delay: 8s;
}

@keyframes section-404-float {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.5;
    }
    50% {
        transform: translateY(-100px) rotate(180deg);
        opacity: 0.8;
    }
    100% {
        transform: translateY(0) rotate(360deg);
        opacity: 0.5;
    }
}

@keyframes section-404-pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.section-404 .error-container {
    animation: section-404-fadeIn 1s ease-in;
}

@keyframes section-404-fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-section {
    padding: 80px 0 !important;
    background: #f8f9fa !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

.about-section .section-badge {
    display: inline-flex !important;
    align-items: center !important;
    padding: 8px 16px !important;
    background: rgba(56, 97, 251, 0.1) !important;
    color: var(--main-color) !important;
    border-radius: 30px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    margin-bottom: 20px !important;
}

.about-section .section-badge i {
    margin-right: 8px !important;
    font-size: 18px !important;
}

.about-section .section-title {
    font-size: 42px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin-bottom: 20px !important;
}

.about-section .section-description {
    font-size: 18px !important;
    color: #666 !important;
    max-width: 600px !important;
    margin: 0 auto !important;
}

.about-section .about-content {
    margin-top: 60px !important;
    margin-bottom: 80px !important;
}

.about-section .about-card {
    background: #fff !important;
    border-radius: 16px !important;
    padding: 40px 30px !important;
    height: 100% !important;
    border: 1px solid rgba(56, 97, 251, 0.1) !important;
    transition: all 0.4s ease !important;
}

.about-section .about-card:hover {
    box-shadow: 0 20px 40px rgba(56, 97, 251, 0.1) !important;
}

.about-section .about-icon {
    width: 70px !important;
    height: 70px !important;
    background: rgba(56, 97, 251, 0.1) !important;
    border-radius: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 25px !important;
}

.about-section .about-icon i {
    font-size: 32px !important;
    color: var(--main-color) !important;
}

.about-section .about-card h3 {
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #1a1a1a !important;
}

.about-section .about-card p {
    font-size: 16px !important;
    color: #666 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

.about-section .about-stats {
    margin-bottom: 80px !important;
    background: #fff !important;
    padding: 60px 0 !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
}

.about-section .stat-card {
    padding: 20px !important;
}

.about-section .stat-icon {
    width: 60px !important;
    height: 60px !important;
    background: rgba(56, 97, 251, 0.1) !important;
    border-radius: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 20px !important;
}

.about-section .stat-icon i {
    font-size: 28px !important;
    color: var(--main-color) !important;
}

.about-section .stat-card h3 {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin-bottom: 10px !important;
}

.about-section .stat-card p {
    font-size: 16px !important;
    color: #666 !important;
    margin: 0 !important;
}

.about-section .about-team {
    text-align: center !important;
}

.about-section .about-team h2 {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 50px !important;
    color: #1a1a1a !important;
}

.about-section .team-card {
    background: #fff !important;
    border-radius: 20px !important;
    padding: 30px !important;
    border: 1px solid rgba(56, 97, 251, 0.1) !important;
    transition: all 0.4s ease !important;
}

.about-section .team-card:hover {
    box-shadow: 0 20px 40px rgba(56, 97, 251, 0.1) !important;
}

.about-section .team-card img {
    width: 140px !important;
    height: 140px !important;
    border-radius: 70px !important;
    margin-bottom: 20px !important;
    object-fit: cover !important;
    border: 4px solid rgba(56, 97, 251, 0.1) !important;
}

.about-section .team-card h4 {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    color: #1a1a1a !important;
}

.about-section .team-card p {
    font-size: 14px !important;
    color: #666 !important;
    margin-bottom: 15px !important;
}

.about-section .social-links {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
}

.about-section .social-links a {
    width: 32px !important;
    height: 32px !important;
    border-radius: 16px !important;
    background: rgba(56, 97, 251, 0.1) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--main-color) !important;
    transition: all 0.3s ease !important;
}

.about-section .social-links a:hover {
    background: var(--main-color) !important;
    color: #fff !important;
}

.framixa-pro-section {
    padding: 120px 0px 40px;
    background: #f8fafc;
}

.framixa-pro-section .section-header {
    text-align: center;
    margin-bottom: 64px;
}

.framixa-pro-section .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(56, 97, 251, 0.1);
    color: var(--main-color);
    padding: 8px 16px;
    border-radius: 100px;
    font-weight: 600;
    margin-bottom: 24px;
    font-size: 14px;
}

.framixa-pro-section .section-badge i {
    font-size: 20px;
}

.framixa-pro-section .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 24px;
    line-height: 1.2;
}

.framixa-pro-section .section-description {
    font-size: 16px;
    color: #64748b;
    max-width: 768px;
    margin: 0 auto;
    line-height: 1.6;
}

.framixa-pro-section .pro-card {
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.framixa-pro-section .pro-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.framixa-pro-section .pro-card-image {
    margin-bottom: 24px;
}

.framixa-pro-section .pro-card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 16px;
}

.framixa-pro-section .pro-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(56, 97, 251, 0.1);
    color: var(--main-color);
    padding: 8px 16px;
    border-radius: 100px;
    font-weight: 600;
    margin-bottom: 16px;
}

.framixa-pro-section .pro-badge i {
    font-size: 20px;
}

.framixa-pro-section .pro-title {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
    line-height: 1.2;
}

.framixa-pro-section .pro-description {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 24px;
    line-height: 1.6;
}

.framixa-pro-section .purchase-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    padding: 24px 0;
    z-index: 100;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.framixa-pro-section .purchase-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.framixa-pro-section .purchase-info {
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
}

.framixa-pro-section .purchase-info::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
}

.framixa-pro-section .purchase-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    position: relative;
    background: linear-gradient(
            90deg,
            #fff 0%,
            #666 50%,
            #fff 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s linear infinite;
}

@keyframes shine {
    0% {
        background-position: -200% center;
    }
    50% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}

.framixa-pro-section .purchase-title::before,
.framixa-pro-section .purchase-title::after {
    display: none;
}

.framixa-pro-section .purchase-price {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.framixa-pro-section .purchase-price::before {
    content: '🔥';
    font-size: 24px;
}

.framixa-pro-section .purchase-price .original-price {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: line-through;
    margin-right: 8px;
}

.framixa-pro-section .purchase-price .discount-badge {
    background: rgba(255, 59, 48, 0.2);
    color: #ff3b30;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 14px;
    margin-left: 8px;
}

.framixa-pro-section .purchase-button {
    background: var(--main-color);
    color: #fff;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.framixa-pro-section .purchase-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    background: rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.6s ease;
}

.framixa-pro-section .purchase-button:hover::before {
    transform: translate(-50%, -50%) rotate(225deg);
}

.framixa-pro-section .purchase-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(var(--main-color-rgb), 0.3);
}

a.social-button {
    text-decoration: none;
}

.btn-outline-primary {
    --bs-btn-color: #3f78e0;
    --bs-btn-border-color: #3f78e0;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3f78e0;
    --bs-btn-hover-border-color: #3f78e0;
    --bs-btn-focus-shadow-rgb: 63, 120, 224;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3f78e0;
    --bs-btn-active-border-color: #3f78e0;
    --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
    --bs-btn-disabled-color: #3f78e0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #3f78e0;
    --bs-gradient: none;
}

.alert-danger {
    background-color: #dc2626 !important;
    border-color: #dc2626 !important;
    color: #FFF !important;
}

.alert-success {
    background-color: #16a34a !important;
    border-color: #16a34a !important;
    color: #FFF !important;
}

.alert-primary {
    background-color: #2563eb !important;
    border-color: #2563eb !important;
    color: #FFF !important;
}

.alert-warning {
    background-color: #ef8407 !important;
    border-color: #ef8407 !important;
    color: #FFF !important;
}

.alert-info {
    background-color: #0ea5e9 !important;
    border-color: #0ea5e9 !important;
    color: #FFF !important;
}

.profile-license-settings-div .tfa-modal .modal-content {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    background: #fff;
    max-width: 360px;
    margin: 0 auto;
}

.profile-license-settings-div .tfa-modal .modal-header {
    background: #fff;
    border: none;
    padding: 20px 20px 12px;
    position: relative;
}

.profile-license-settings-div .tfa-modal .modal-title {
    color: #1e293b;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
}

.profile-license-settings-div .tfa-modal .modal-title i {
    color: #1e293b;
    font-size: 15px;
}

.profile-license-settings-div .tfa-modal .btn-close {
    position: absolute;
    right: 12px;
    top: 12px;
    background: transparent;
    opacity: 0.4;
    width: 20px;
    height: 20px;
    padding: 0;
    transition: all 0.2s ease;
}

.profile-license-settings-div .tfa-modal .btn-close:hover {
    opacity: 0.6;
}

.profile-license-settings-div .tfa-modal .modal-body {
    padding: 0 20px 20px;
}

.profile-license-settings-div .tfa-modal .verification-info {
    text-align: left;
    margin-bottom: 16px;
}

.profile-license-settings-div .tfa-modal .verification-text {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

.profile-license-settings-div .tfa-modal .verification-email {
    display: block;
    font-weight: 500;
    color: #1e293b;
    font-size: 13px;
    margin: 4px 0;
}

.profile-license-settings-div .tfa-modal .verification-form {
    max-width: 100%;
    margin: 0;
}

.profile-license-settings-div .tfa-modal .verification-input {
    text-align: left;
    letter-spacing: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #1e293b;
    padding: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    transition: all 0.2s ease;
    width: 100%;
}

.profile-license-settings-div .tfa-modal .verification-input:focus {
    border-color: #e2e8f0;
    box-shadow: none;
}

.profile-license-settings-div .tfa-modal .verification-input::placeholder {
    letter-spacing: 4px;
    color: #cbd5e1;
    font-weight: normal;
}

.profile-license-settings-div .tfa-modal .btn-verify {
    width: 100%;
    background: #f8fafc;
    color: #64748b;
    border: none;
    border-radius: 6px;
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.profile-license-settings-div .tfa-modal .btn-verify:hover {
    background: #f1f5f9;
}

.profile-license-settings-div .tfa-modal .btn-verify i {
    font-size: 14px;
}

.tfa-modal .modal-dialog {
    max-width: 360px;
    margin: 1.75rem auto;
}

.tfa-modal .modal-content {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.tfa-modal .modal-header {
    padding: 20px 20px 12px;
    border: none;
}

.tfa-modal .modal-title {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}

.tfa-modal .modal-title i {
    font-size: 15px;
}

.tfa-modal .btn-close {
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    opacity: 0.4;
    position: absolute;
    right: 16px;
    top: 16px;
}

.tfa-modal .btn-close:hover {
    opacity: 0.6;
}

.tfa-modal .modal-body {
    padding: 4px 20px 20px;
}

.tfa-modal .verification-text {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 16px;
}

.tfa-modal .verification-email {
    color: #1e293b;
    font-weight: 500;
}

.tfa-modal .verification-input {
    width: 100%;
    height: 44px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0 12px;
    font-size: 15px;
    font-weight: 500;
    color: #1e293b;
    text-align: left;
    letter-spacing: 8px;
    margin-bottom: 12px;
}

.tfa-modal .verification-input:focus {
    outline: none;
    border-color: #e2e8f0;
}

.tfa-modal .verification-input::placeholder {
    color: #cbd5e1;
    letter-spacing: 4px;
}

.tfa-modal .btn-verify {
    width: 100%;
    height: 40px;
    background: #f8fafc;
    border: none;
    border-radius: 6px;
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: background 0.2s;
}

.tfa-modal .btn-verify:hover {
    background: #f1f5f9;
}

.tfa-modal .btn-verify i {
    font-size: 14px;
}

.invoice-address {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.invoice-address .page-title {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
}

.invoice-address .page-subtitle {
    font-size: 14px;
    color: #64748b;
}

.invoice-address .settings-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
}

.invoice-address .settings-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

.invoice-address .settings-card .card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.invoice-address .settings-card .card-header i {
    font-size: 24px;
    color: var(--main-color);
}

.invoice-address .settings-card h4 {
    font-size: 24px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.invoice-address .settings-card .badge {
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
}

.invoice-address .settings-card .info-list {
    padding: 0px 32px !important;
    margin: 0;
    padding: 0;
    list-style: none;
}

.invoice-address .settings-card .info-item {
    color: #64748b;
    font-size: 15px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.invoice-address .settings-card .info-item i {
    font-size: 16px;
    color: #94a3b8;
}

.invoice-address .settings-card .actions {
    position: absolute;
    right: 24px;
    top: 24px;
    display: flex;
    gap: 8px;
}

.invoice-address .settings-card .btn {
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.invoice-address .settings-card .btn:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}

.invoice-address .settings-card .btn.text-danger:hover {
    background: #fee2e2;
    border-color: #fecaca;
}

.invoice-address .btn {
    padding: 10px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    min-width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.invoice-address .btn:hover {
    background: #f1f5f9;
}

.invoice-address .btn i {
    font-size: 20px;
}

.invoice-address .btn-save {
    padding: 10px 16px;
    font-size: 14px;
    height: 40px;
    min-width: auto;
}

.invoice-address .btn-save:hover {
    background: var(--main-color-hover);
}

.invoice-address .d-flex.gap-2 {
    gap: 8px !important;
}

.invoice-address {
    padding: 16px;
}

.invoice-address .settings-card {
    padding: 12px;
}

.invoice-address .btn {
    height: 40px;
    min-width: 40px;
}

.invoice-address .btn i {
    font-size: 18px;
}

.invoice-address .page-title {
    font-size: 15px;
}

.invoice-address .page-subtitle {
    font-size: 13px;
}

.invoice-address .settings-card h4 {
    font-size: 20px;
}

.invoice-address .settings-card .text-muted {
    font-size: 13px;
}

.hosting-modal .modal-dialog {
    max-width: 460px;
    margin: 1.75rem auto;
}

.hosting-modal .modal-content {
    border: none;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.hosting-modal .modal-header {
    padding: 24px 32px;
    border: none;
    background: #f8fafc;
}

.hosting-modal .modal-title {
    font-size: 17px;
    font-weight: 600;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.hosting-modal .modal-title i {
    font-size: 20px;
    color: var(--main-color);
}

.hosting-modal .btn-close {
    padding: 0;
    margin: 0;
    width: 28px;
    height: 28px;
    opacity: 0.4;
    position: absolute;
    right: 24px;
    top: 24px;
}

.hosting-modal .btn-close:hover {
    opacity: 0.6;
}

.hosting-modal .modal-body {
    padding: 32px;
}

.hosting-modal .transfer-price {
    text-align: center;
    color: var(--main-color);
    font-size: 48px;
    font-weight: 600;
    margin: 24px 0;
    letter-spacing: -1px;
}

.hosting-modal .transfer-info {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 24px;
    text-align: center;
}

.hosting-modal .transfer-note {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 16px 0 0;
    text-align: center;
    font-style: italic;
}

.hosting-modal .form-group {
    margin-bottom: 24px;
    position: relative;
}

.hosting-modal .form-control {
    width: 100%;
    height: 52px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 15px;
    color: #1e293b;
    transition: all 0.2s ease;
    background: #f8fafc;
}

.hosting-modal .form-control:focus {
    outline: none;
    border-color: var(--main-color);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(var(--main-color-rgb), 0.1);
}

.hosting-modal .form-label {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: #f8fafc;
    padding: 0 4px;
    color: #64748b;
    font-size: 14px;
    transition: all 0.2s ease;
    pointer-events: none;
}

.hosting-modal .form-control:focus ~ .form-label {
    top: 0;
    font-size: 12px;
    color: var(--main-color);
    background: #fff;
}

.hosting-modal .form-control:not(:placeholder-shown) ~ .form-label {
    top: 0;
    font-size: 12px;
    background: #f8fafc;
}

.hosting-modal .btn-transfer {
    width: 100%;
    height: 52px;
    background: var(--main-color);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.hosting-modal .btn-transfer:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(var(--main-color-rgb), 0.2);
}

.hosting-modal .btn-transfer i {
    font-size: 18px;
}

.before-checkout-section .hosting-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 16px;
}

.before-checkout-section .hosting-option {
    position: relative;
}

.before-checkout-section .hosting-option input {
    display: none;
}

.before-checkout-section .hosting-option label {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.before-checkout-section .hosting-option input:checked + label {
    border-color: var(--main-color);
    background: rgba(var(--main-rgb), 0.05);
}

/* IntlTelInput adjustments for floating labels */
.form-group.iti-enabled {
    position: relative;
}

.form-group.iti-enabled .iti {
    width: 100%;
    display: block;
}

.form-group.iti-enabled .form-label {
    z-index: 5;
}

.form-group.iti-enabled .form-control {
    padding-left: 90px !important;
}

.form-group.iti-enabled .iti__flag-container {
    z-index: 4;
}

.form-group.iti-enabled .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    border-radius: 0.375rem 0 0 0.375rem;
}

.form-group.iti-enabled .form-control:focus ~ .iti__flag-container .iti__selected-flag,
.form-group.iti-enabled .form-control:not(:placeholder-shown) ~ .iti__flag-container .iti__selected-flag {
    background-color: #f8f9fa;
}

/* IntlTelInput adjustments for floating labels */
.form-group.iti-enabled {
    position: relative;
}

.form-group.iti-enabled .iti {
    width: 100%;
    display: block;
}

.form-group.iti-enabled .form-label {
    z-index: 5;
}

.form-group.iti-enabled .form-control {
    padding-left: 90px !important;
    height: auto;
}

.form-group.iti-enabled .iti__flag-container {
    z-index: 4;
}

.form-group.iti-enabled .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    border-radius: 0.375rem 0 0 0.375rem;
    height: 100%;
    display: flex;
    align-items: center;
}

.form-group.iti-enabled .form-control:focus ~ .iti__flag-container .iti__selected-flag,
.form-group.iti-enabled .form-control:not(:placeholder-shown) ~ .iti__flag-container .iti__selected-flag {
    background-color: #f8f9fa;
}

/* Ensure the flag dropdown appears above other elements */
.iti__country-list {
    z-index: 1060 !important;
}

/* Fix floating label position */
.form-group.iti-enabled .form-control:focus ~ .form-label,
.form-group.iti-enabled .form-control:not(:placeholder-shown) ~ .form-label {
    transform: translateY(-1.5rem) scale(0.85);
    background-color: white;
    padding: 0 0.5rem;
}

/* Make phone inputs match other form controls */
.phone-input {
    min-height: 52px;
}

/* Fix flag container alignment */
.iti__flag-container {
    display: flex;
    align-items: center;
}

.iti__selected-dial-code {
    font-size: 0.9rem;
}


.iti.iti--allow-dropdown.iti--separate-dial-code.iti--show-flags.iti-enabled {
    width: 100% !important;
}

/* Input validation styles */
.phone-input.is-valid {
    border-color: #198754;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    padding-right: 40px !important; /* Ensure there's space for the icon */
}

.phone-input.is-invalid {
    border-color: #dc3545;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    padding-right: 40px !important; /* Ensure there's space for the icon */
}

/* Validation icon position adjustment for RTL */
.form-group.iti-enabled .phone-input.is-valid,
.form-group.iti-enabled .phone-input.is-invalid {
    background-position: right calc(2em) center;
} 


/*Last CSS*/
        .invoice-section .invoice-filter {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 20px;
            background-color: #fff;
            padding: 15px 20px;
            border-radius: 8px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.03);
        }
        
        .invoice-section .date-filter {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .invoice-section .date-input {
            border: 1px solid #e0e0e0;
            border-radius: 6px;
            padding: 8px 12px;
            font-size: 14px;
            color: #444;
            background-color: #fff;
            max-width: 150px;
        }
        
        .invoice-section .filter-label {
            font-size: 14px;
            font-weight: 500;
            color: #555;
        }
        
        .invoice-section .status-filter {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .invoice-section .status-select {
            border: 1px solid #e0e0e0;
            border-radius: 6px;
            padding: 8px 12px;
            font-size: 14px;
            color: #444;
            background-color: #fff;
        }
        
        .invoice-section .invoice-card {
            border: 1px solid #e9ecef;
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 20px;
            transition: all 0.3s ease;
            background-color: white;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }
        
        .invoice-section .invoice-card:hover {
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            transform: translateY(-2px);
        }
        
        .invoice-section .invoice-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 16px 20px;
            background-color: #f8f9fa;
            border-bottom: 1px solid #e9ecef;
        }
        
        .invoice-section .invoice-id {
            font-weight: 600;
            font-size: 15px;
            color: #3861FB;
        }
        
        .invoice-section .invoice-date {
            font-size: 14px;
            color: #6c757d;
        }
        
        .invoice-section .invoice-body {
            padding: 20px;
        }
        
        .invoice-section .invoice-card .card-title {
            display: flex;
            align-items: center;
            font-size: 18px;
            font-weight: 600;
            color: #333;
            margin-bottom: 20px;
        }
        
        .invoice-section .invoice-card .card-title i {
            margin-right: 10px;
            color: #3861FB;
        }
        
        .invoice-section .invoice-details {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 15px;
        }
        
        .invoice-section .invoice-detail-group {
            flex: 1;
            min-width: 180px;
        }
        
        .invoice-section .invoice-detail-label {
            font-size: 12px;
            color: #6c757d;
            margin-bottom: 5px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .invoice-section .invoice-detail-value {
            font-size: 14px;
            font-weight: 500;
            color: #333;
        }
        
        .invoice-section .invoice-items {
            margin-top: 20px;
            border-top: 1px solid #e9ecef;
            padding-top: 20px;
        }
        
        .invoice-section .invoice-item {
            display: flex;
            justify-content: space-between;
            padding: 10px 0;
            border-bottom: 1px dashed #e9ecef;
        }
        
        .invoice-section .invoice-item-name {
            font-size: 14px;
            color: #333;
        }
        
        .invoice-section .invoice-item-price {
            font-size: 14px;
            font-weight: 500;
            color: #333;
        }
        
        .invoice-section .invoice-total {
            display: flex;
            justify-content: space-between;
            margin-top: 15px;
            padding-top: 15px;
            border-top: 1px solid #e9ecef;
        }
        
        .invoice-section .invoice-total-label {
            font-size: 16px;
            font-weight: 500;
            color: #333;
        }
        
        .invoice-section .invoice-total-value {
            font-size: 16px;
            font-weight: 600;
            color: #3861FB;
        }
        
        .invoice-section .invoice-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 20px;
            border-top: 1px solid #e9ecef;
            background-color: #f8f9fa;
        }
        
        .invoice-section .invoice-status {
            padding: 6px 12px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .invoice-section .status-paid {
            background-color: rgba(25, 135, 84, 0.1);
            color: #198754;
        }
        
        .invoice-section .status-unpaid {
            background-color: rgba(220, 53, 69, 0.1);
            color: #dc3545;
        }
        
        .invoice-section .status-pending {
            background-color: rgba(255, 193, 7, 0.1);
            color: #fd7e14;
        }
        
        .invoice-section .invoice-actions {
            display: flex;
            gap: 8px;
        }
        
        .invoice-section .btn-action {
            padding: 7px 14px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
        }
        
        .invoice-section .btn-view {
            background-color: #f0f0f0;
            color: #444;
            border: none;
        }
        
        .invoice-section .btn-view:hover {
            background-color: #e0e0e0;
        }
        
        .invoice-section .btn-download {
            background-color: #3861FB;
            color: white;
            border: none;
        }
        
        .invoice-section .btn-download:hover {
            background-color: #2B4CD8;
            transform: translateY(-1px);
        }
        
        .invoice-section .pagination-container {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }
        
        .invoice-section .pagination {
            display: flex;
            list-style: none;
            padding: 0;
            margin: 0;
            gap: 5px;
        }
        
        .invoice-section .page-item {
            display: inline-block;
        }
        
        .invoice-section .page-link {
            padding: 8px 12px;
            border-radius: 4px;
            color: #495057;
            background-color: #f8f9fa;
            border: 1px solid #e9ecef;
            text-decoration: none;
            font-size: 14px;
            cursor: pointer;
        }
        
        .invoice-section .page-item.active .page-link {
            background-color: #3861FB;
            color: white;
            border-color: #3861FB;
        }
        
        .invoice-section .page-item.disabled .page-link {
            color: #adb5bd;
            pointer-events: none;
            cursor: default;
        }
              .discord-entegration .discord-card {
        background-color: #5865F2;
        border-radius: 10px;
        padding: 25px;
        margin-bottom: 25px;
        color: white;
        position: relative;
        overflow: hidden;
      }
      
      .discord-entegration .discord-logo {
        position: absolute;
        right: -20px;
        bottom: -20px;
        width: 120px;
        height: 120px;
        opacity: 0.1;
      }
      
      .discord-entegration .discord-title {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 10px;
      }
      
      .discord-entegration .discord-description {
        font-size: 14px;
        max-width: 80%;
        margin-bottom: 20px;
        line-height: 1.6;
        opacity: 0.9;
      }
      
      .discord-entegration .discord-connect-btn {
        background-color: white;
        color: #5865F2;
        border: none;
        border-radius: 5px;
        padding: 8px 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s ease;
        display: inline-flex;
        align-items: center;
        gap: 8px;
      }
      
      .discord-entegration .discord-connect-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      }
      
      .discord-entegration .discord-connect-btn i {
        font-size: 18px;
      }
      
      .discord-entegration .token-container {
        background-color: #f8f9fa;
        border-radius: 8px;
        padding: 20px;
        margin-top: 15px;
      }
      
      .discord-entegration .token-label {
        font-size: 14px;
        font-weight: 500;
        color: #444;
        margin-bottom: 10px;
      }
      
      .discord-entegration .token-input-group {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
      }
      
      .discord-entegration .token-prefix {
        background-color: #e9ecef;
        color: #6c757d;
        padding: 8px 15px;
        border-radius: 5px 0 0 5px;
        font-size: 13px;
        font-weight: 500;
      }
      
      .discord-entegration .token-input {
        flex: 1;
        border: 1px solid #e0e0e0;
        border-left: none;
        border-radius: 0 5px 5px 0;
        padding: 8px 15px;
        font-size: 14px;
        color: #333;
      }
      
      .discord-entegration .token-actions {
        display: flex;
        gap: 10px;
        margin-top: 20px;
      }
      
      .discord-entegration .token-btn {
        padding: 8px 15px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
      }
      
      .discord-entegration .token-btn-copy {
        background-color: #e9ecef;
        color: #495057;
        border: none;
      }
      
      .discord-entegration .token-btn-copy:hover {
        background-color: #dee2e6;
      }
      
      .discord-entegration .token-btn-refresh {
        background-color: #3861FB;
        color: white;
        border: none;
      }
      
      .discord-entegration .token-btn-refresh:hover {
        background-color: #2B4CD8;
      }
      
      .discord-entegration .token-btn-primary {
        background-color: #3861FB;
        color: white;
        border: none;
      }
      
      .discord-entegration .token-btn-primary:hover {
        background-color: #2B4CD8;
      }
      
      .discord-entegration a.token-btn {
        text-decoration: none;
      }
      
      .discord-entegration .bot-settings-card {
        margin-top: 30px;
      }
      
      .discord-entegration .bot-settings-title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #333;
        display: flex;
        align-items: center;
        gap: 10px;
      }
      
      .discord-entegration .bot-settings-title i {
        color: #5865F2;
      }
      
      .discord-entegration .bot-settings-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
        border-bottom: 1px solid #e9ecef;
      }
      
      .discord-entegration .bot-settings-info {
        flex: 1;
      }
      
      .discord-entegration .bot-settings-label {
        font-size: 15px;
        font-weight: 500;
        color: #333;
        margin-bottom: 5px;
      }
      
      .discord-entegration .bot-settings-description {
        font-size: 13px;
        color: #6c757d;
      }
      
      .discord-entegration .bot-server-list {
        margin-top: 20px;
      }
      
      .discord-entegration .bot-server-item {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 15px;
        border: 1px solid #e9ecef;
        border-radius: 8px;
        margin-bottom: 15px;
        transition: all 0.2s ease;
      }
      
      .discord-entegration .bot-server-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
      }
      
      .discord-entegration .bot-server-icon {
        width: 50px;
        height: 50px;
        border-radius: 25%;
        background-color: #e9ecef;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #6c757d;
      }
      
      .discord-entegration .bot-server-info {
        flex: 1;
      }
      
      .discord-entegration .bot-server-name {
        font-size: 16px;
        font-weight: 500;
        color: #333;
        margin-bottom: 5px;
      }
      
      .discord-entegration .bot-server-status {
        font-size: 13px;
        color: #198754;
        display: flex;
        align-items: center;
        gap: 5px;
      }
      
      .discord-entegration .bot-server-actions {
        display: flex;
        gap: 10px;
      }
      
      .discord-entegration .bot-server-btn {
        padding: 6px 12px;
        border-radius: 5px;
        font-size: 13px;
        font-weight: 500;
        cursor: pointer;
        border: none;
      }
      
      .discord-entegration .bot-server-btn-settings {
        background-color: #e9ecef;
        color: #495057;
      }
      
      .discord-entegration .bot-server-btn-settings:hover {
        background-color: #dee2e6;
      }
      
      .discord-entegration .bot-server-btn-remove {
        background-color: #f8d7da;
        color: #dc3545;
      }
      
      .discord-entegration .bot-server-btn-remove:hover {
        background-color: #f5c2c7;
      }
      
      /* Dil Ayarları Stilleri */
      .discord-entegration .language-label {
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: #333;
        margin-bottom: 8px;
      }
      
      .discord-entegration .language-select-container {
        position: relative;
        width: 100%;
        max-width: 300px;
      }
      
      .discord-entegration .language-select {
        width: 100%;
        padding: 10px 15px;
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        font-size: 14px;
        color: #333;
        appearance: none;
        background-color: #fff;
      }
      
      .discord-entegration .language-select-icon {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
        pointer-events: none;
      }
      
      .discord-entegration .language-input-container {
        width: 100%;
        max-width: 300px;
        margin-bottom: 15px;
      }
      
      .discord-entegration .language-input {
        width: 100%;
        padding: 10px 15px;
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        font-size: 14px;
        color: #333;
        background-color: #f8f9fa;
      }
      
      .discord-entegration .translation-group {
        margin-top: 20px;
        border: 1px solid #e9ecef;
        border-radius: 8px;
        padding: 20px;
        background-color: #f8f9fa;
      }
      
      .discord-entegration .translation-item {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dashed #e9ecef;
      }
      
      .discord-entegration .translation-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
      }
      
      .discord-entegration .translation-label {
        font-size: 13px;
        color: #6c757d;
        margin-bottom: 8px;
        font-family: monospace;
        background-color: rgba(0,0,0,0.03);
        padding: 6px 10px;
        border-radius: 4px;
        display: block;
      }
      
      .discord-entegration .translation-input-container {
        width: 100%;
      }
      
      .discord-entegration .translation-input {
        width: 100%;
        padding: 10px 15px;
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        font-size: 14px;
        color: #333;
      }
      
      .discord-entegration .language-actions {
        margin-top: 20px;
        display: flex;
        justify-content: flex-end;
      }
      
      .discord-entegration .btn-save {
        background-color: #3861FB;
        color: white;
        border: none;
        border-radius: 5px;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
        transition: all 0.2s ease;
      }
      
      .discord-entegration .btn-save:hover {
        background-color: #2B4CD8;
        transform: translateY(-2px);
      }
              .my-invoice .invoice-container {
            max-width: 900px;
            margin: 40px auto;
            padding: 0 15px;
        }
        
        .my-invoice .invoice-wrapper {
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 2px 20px rgba(0,0,0,0.08);
            overflow: hidden;
            position: relative;
        }
        
        .my-invoice .invoice-header {
            background-color: #3861FB;
            color: white;
            padding: 30px;
            position: relative;
        }
        
        .my-invoice .invoice-logo-section {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }
        
        .my-invoice .invoice-logo {
            height: 40px;
        }
        
        .my-invoice .invoice-title {
            font-size: 28px;
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .my-invoice .invoice-subtitle {
            font-size: 16px;
            font-weight: 400;
            opacity: 0.9;
        }
        
        .my-invoice .invoice-details-section {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            padding: 20px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-top: 20px;
        }
        
        .my-invoice .invoice-detail-group {
            margin-bottom: 15px;
            flex: 1;
            min-width: 200px;
            padding: 0 10px;
        }
        
        .my-invoice .invoice-detail-label {
            font-size: 12px;
            text-transform: uppercase;
            opacity: 0.8;
            margin-bottom: 5px;
            letter-spacing: 0.5px;
        }
        
        .my-invoice .invoice-detail-value {
            font-size: 15px;
            font-weight: 500;
        }
        
        .my-invoice .invoice-body {
            padding: 30px;
        }
        
        .my-invoice .customer-info {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 30px;
        }
        
        .my-invoice .customer-column {
            flex: 1;
            min-width: 250px;
            padding-right: 20px;
            margin-bottom: 20px;
        }
        
        .my-invoice .customer-title {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 10px;
            color: #3861FB;
        }
        
        .my-invoice .customer-content {
            font-size: 14px;
            line-height: 1.6;
            color: #555;
        }
        
        .my-invoice .items-table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 30px;
        }
        
        .my-invoice .items-table th {
            background-color: #f8f9fa;
            padding: 12px 15px;
            font-size: 13px;
            font-weight: 600;
            text-align: left;
            border-bottom: 1px solid #e9ecef;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: #495057;
        }
        
        .my-invoice .items-table td {
            padding: 15px;
            border-bottom: 1px solid #e9ecef;
            font-size: 14px;
            color: #333;
        }
        
        .my-invoice .items-table .product-title {
            font-weight: 500;
        }
        
        .my-invoice .items-table .product-description {
            color: #6c757d;
            font-size: 13px;
            margin-top: 5px;
        }
        
        .my-invoice .price-column {
            text-align: right;
            font-weight: 500;
        }
        
        .my-invoice .total-section {
            border-top: 2px solid #e9ecef;
            padding-top: 20px;
        }
        
        .my-invoice .total-row {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            margin-bottom: 10px;
            font-size: 14px;
        }
        
        .my-invoice .total-label {
            width: 150px;
            text-align: right;
            margin-right: 15px;
            color: #6c757d;
        }
        
        .my-invoice .total-value {
            width: 120px;
            text-align: right;
            font-weight: 500;
        }
        
        .my-invoice .grand-total {
            font-size: 18px;
            font-weight: 600;
            color: #3861FB;
        }
        
        .my-invoice .invoice-footer {
            border-top: 1px solid #e9ecef;
            padding: 20px 30px;
            color: #6c757d;
            font-size: 13px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: #f8f9fa;
        }
        
        .my-invoice .invoice-status {
            padding: 6px 12px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .my-invoice .status-paid {
            background-color: rgba(25, 135, 84, 0.1);
            color: #198754;
        }
        
        .my-invoice .status-unpaid {
            background-color: rgba(220, 53, 69, 0.1);
            color: #dc3545;
        }
        
        .my-invoice .status-pending {
            background-color: rgba(255, 193, 7, 0.1);
            color: #fd7e14;
        }
        
        .my-invoice .invoice-actions {
            display: flex;
            gap: 10px;
            margin-top: 30px;
            justify-content: center;
        }
        
        .my-invoice .btn-action {
            padding: 10px 24px;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
            border: none;
        }
        
        .my-invoice .btn-primary {
            background-color: #3861FB;
            color: white;
        }
        
        .my-invoice .btn-primary:hover {
            background-color: #2B4CD8;
            transform: translateY(-2px);
        }
        
        .my-invoice .btn-secondary {
            background-color: #e9ecef;
            color: #495057;
        }
        
        .my-invoice .btn-secondary:hover {
            background-color: #dee2e6;
            transform: translateY(-2px);
        }
        
        .my-invoice .payment-info {
            margin-top: 30px;
            padding: 20px;
            background-color: #f8f9fa;
            border-radius: 8px;
            font-size: 14px;
            color: #495057;
        }
        
        .my-invoice .payment-info-title {
            font-weight: 600;
            margin-bottom: 10px;
            color: #333;
        }
        
        .my-invoice .payment-note {
            font-size: 13px;
            color: #6c757d;
            margin-top: 10px;
            font-style: italic;
        }
        
        .marquee-container {
            background: linear-gradient(90deg, #3861FB 0%, #2B4CD8 100%);
            color: white;
            padding: 12px 0;
            position: relative;
            z-index: 1000;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        .marquee-content {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            font-family: 'Poppins', sans-serif;
            font-size: 14px;
            font-weight: 500;
        }

        .marquee-button {
            background: rgba(255, 255, 255, 0.2);
            border: 1px solid rgba(255, 255, 255, 0.4);
            color: white;
            padding: 6px 20px;
            border-radius: 6px;
            font-family: 'Poppins', sans-serif;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .marquee-button:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: translateY(-1px);
        }
        .discord-buttons {
            display: flex;
            gap: 10px;
            width: 25%;
        }
    
        .discord-connect-btn,
        .discord-disconnect-btn {
            display: inline-flex;
            padding: 12px 20px;
            color: #fff;
            border-radius: 14px !important;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            align-items: center;
            justify-content: center;
            gap: 12px;
            width: 100%;
            border: none;
        }
    
        .discord-connect-btn {
            background-color: #5865F2;
        }
    
        .discord-disconnect-btn {
            background-color: #dc3545;
        }
    
        .discord-connect-btn:hover {
            background-color: #4752C4;
            color: #fff;
        }
    
        .discord-disconnect-btn:hover {
            background-color: #bb2d3b;
            color: #fff;
        }
        .exit-button {
            color: #dc3545 !important;
            border-radius: 8px;
            transition: all 0.3s ease;
            margin-top: 20px !important;
            border-top: 1px solid #eaeaea;
            padding: 15px 20px !important;
            width: 100%;
            display: flex;
            align-items: center;
        }
    
        .exit-button:hover {
            background-color: #dc3545 !important;
            color: #fff !important;
        }
    
        .exit-button i {
            color: inherit;
            margin-right: 10px;
            font-size: 16px;
        }
    
        .exit-button .menu-text {
            font-size: 14px;
            font-weight: 500;
        }
        @media (max-width: 768px) {
            .exit-button {
                margin-top: 15px !important;
                padding: 12px 15px !important;
            }
            .discord-buttons {
                flex-direction: column;
            }
            .page-header-content {
                flex-direction: column;
                gap: 15px;
            }
    
            .discord-connect-btn {
                width: 100%;
                justify-content: center;
            }        
            .marquee-content {
                flex-direction: column;
                text-align: center;
                padding: 0 15px;
            }
            
            .marquee-button {
                margin-top: 8px;
            }
        }
        
.profile-discord-management-div #refresh-button {
    background: #fff;
    border: none;
    border-radius: 6px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
}

.profile-discord-management-div #refresh-button:hover {
    background: var(--main-color);
    color: #fff;
    transform: rotate(180deg);
}

.profile-discord-management-div #refresh-button i {
    transition: all 0.3s ease;
}