:root {
    --titan-bg: #12151a;
    --titan-panel: #1c2128;
    --titan-blue: #00d2ff;
    --titan-silver-text: #f5f5f7;
    --footer-text: #a0a0a5;
    --border-color: rgba(255, 255, 255, 0.12);
    --titan-black: #0a0c10;
    --titan-gold: #ffcc33;
    --titan-gray: rgba(255, 255, 255, 0.6);
}

body.titan-body {
    background-color: var(--titan-bg);
    color: var(--titan-silver-text);
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.titan-nav {
    background-color: rgba(18, 21, 26, 0.98) !important;
    padding: 1.5rem 0;
    border-color: var(--border-color) !important;
}

.titan-logo {
    font-weight: 800;
    font-size: 1.7rem;
    background: linear-gradient(135deg, #ffffff 30%, #a1a1a1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1.5px;
}

.titan-menu .nav-link {
    font-weight: 600;
    font-size: 0.95rem;
    color: #ffffff !important;
    padding: 0.5rem 1.2rem !important;
    transition: all 0.3s ease;
}

    .titan-menu .nav-link:hover {
        color: var(--titan-blue) !important;
        transform: translateY(-1px);
    }

.glass-dropdown {
    background: var(--titan-panel) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 8px;
    padding: 10px 0;
}

.dropdown-item {
    padding: 12px 25px;
    color: #e0e0e0;
    font-size: 1rem;
}

    .dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.05);
        color: #fff;
    }

.titan-footer {
    background-color: #0b0d10;
    border-color: var(--border-color) !important;
    color: var(--footer-text) !important;
    padding: 40px 0;
}

.footer-logo {
    font-weight: 700;
    font-size: 1.1rem;
    color: #ffffff;
    letter-spacing: 4px;
    opacity: 0.8;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        backdrop-filter: blur(15px);
        position: absolute;
        background: rgba(10, 10, 10, 0.95);
        border: 1px solid var(--border-color);
        border-bottom: 1px solid rgba(255, 193, 7, 0.2);
        border-radius: 12px;
        left: 0;
        margin-top: 15px;
        max-height: 90vh;
        overflow-y: auto;
        padding: 20px;
        right: 0;
        top: 100%;
        z-index: 1000;
    }

    .nav-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        padding: 10px 0;
    }
}

.glass-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-color);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

/*INDEX HOME*/
.hero-main {
    position: relative;
    height: 100vh;
    min-height: 800px;
    background-color: #0a0c10;
    overflow: hidden;
    color: #fff;
}

.podlojka {
    max-width: 800px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    backdrop-filter: blur(6px);
    padding: 10px;
}

.text-border {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000
}

.hero-bg-image {
    position: absolute;
    inset: 0;
    background: url('/images/main_bg12.jpg') no-repeat center center;
    background-size: cover;
    filter: brightness(0.8) contrast(1.1);
    z-index: 1;

    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

    .hero-bg-image::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, transparent 60%, #0a0c10 100%);
    }

.mt-navbar {
    padding-top: 100px;
}

.hero-display-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -1px;
}

.hero-lead-text {
    font-size: 1.25rem;
    opacity: 0.9;
    margin-top: 2rem;
    font-weight: 400;
}

.btn-social {
    border: 1px solid rgba(255,255,255,0.4);
    color: #fff;
    padding: 12px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

    .btn-social:hover {
        border-color: #ffcc33;
        color: #ffcc33;
        background: rgba(255, 204, 51, 0.05);
    }

/*Calculator*/
.exchange-widget-box {
    color: white;
}

.widget-title {
    font-size: 2.5rem;
    font-weight: 800;
}

.table-custom-dark {
    width: 100%;
    background: transparent !important;
    border-collapse: collapse;
}

    .table-custom-dark th {
        color: rgba(255, 255, 255, 0.4);
        font-weight: 400;
        font-size: 0.9rem;
        padding: 15px 0;
        border: none;
        text-transform: uppercase;
    }

    .table-custom-dark td {
        padding: 20px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        background: transparent !important;
        color: white !important;
    }

.flags-small {
    margin-left: 10px;
    font-size: 1.1rem;
}

.calculator-card {
    background: #151a21;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 35px;
    overflow: visible !important;
}

.calc-input-block {
    background: #1d242d;
    border-radius: 12px;
    padding: 12px 18px;
}

.label-min {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
}

.input-row-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-minimal {
    font-family: 'Inter', sans-serif;
    font-variant-numeric: tabular-nums;
    background: transparent;
    border: none;
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    outline: none;
    padding-right: 5px;
    text-align: right;
    width: 100%;
}

.swap-circle-btn {
    align-items: center;
    background: #151a21;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #ffcc33;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    width: 40px;
    z-index: 5;
}

    .swap-circle-btn:hover {
        background: #1d242d;
    }

.phone-field-dark {
    width: 100%;
    background: #1d242d;
    border: none;
    border-radius: 12px;
    padding: 15px;
    color: white;
    outline: none;
}

.btn-yellow-sm {
    background: #ffcc33;
    color: black;
    border: none;
    border-radius: 50px;
    padding: 12px 25px;
    font-weight: 800;
    font-size: 0.85rem;
    transition: 0.3s;
}

.btn-outline-gold {
    border: 1px solid #ffcc33;
    color: #ffcc33;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.fi {
    border-radius: 2px;
    width: 22px !important;
    height: 16px !important;
}

.select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 100px;
}

.select-icon {
    position: absolute;
    right: 5px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    z-index: 1;
}

.calc-input-block:focus-within {
    border-color: #ffcc33;
    box-shadow: 0 0 0 1px rgba(255, 204, 51, 0.2);
}

.custom-select-wrapper {
    position: relative;
    cursor: pointer;
    user-select: none;
    min-width: 100px;
}

.custom-select-trigger {
    display: flex;
    align-items: center;
    color: white;
    font-weight: 700;
    font-size: 1.1rem;
}

    .custom-select-trigger i {
        font-size: 0.8rem;
        color: #ffcc33;
    }

.custom-options {
    position: absolute;
    top: 130%;
    left: -10px;
    background: #1d242d;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    width: 140px;
    display: none;
    z-index: 1000;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    padding: 12px 15px;
    color: white;
    transition: 0.2s;
    font-size: 0.95rem;
}

    .custom-options.show {
        display: block;
    }

    .custom-option:hover {
        background: rgba(255, 204, 51, 0.1);
        color: #ffcc33;
    }


.swap-circle-btn:hover {
    transform: translate(-50%, -50%) scale(1) rotate(180deg);
    transition: 0.2s;
    background: #ffcc33;
    color: #000;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.swap-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1px;
    margin: 15px 0;
    position: relative;
    text-align: center;
    z-index: 2;
}


    .swap-circle-btn:hover {
        background: #ffcc33;
        color: #151a21;
    }

.contact-link {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .contact-link:hover {
        color: #ffcc33 !important;
        opacity: 1 !important;
        text-decoration: underline;
    }

.field-validation-error {
    color: #ff4d4d !important;
    display: block !important;
    font-size: 12px;
    margin-top: 5px;
}

.process-item {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.process-number {
    font-size: 0.9rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.3);
    margin-right: 25px;
    min-width: 30px;
}

.process-content {
    flex-grow: 1;
}

.process-arrow {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease;
}

.process-item:hover {
    border-bottom-color: #ffc107;
}

    .process-item:hover .process-arrow {
        color: #ffc107;
        transform: rotate(0deg);
    }

    .process-item:hover h3 {
        color: #ffc107 !important;
    }

.process-image-wrap {
    position: relative;
    display: inline-block;
}

.floating-sphere {
    border-radius: 50%;
    width: 400px;
    height: 400px;
    object-fit: cover;
    box-shadow: 0 0 50px rgba(255, 193, 7, 0.2);
    animation: floatAnim 6s ease-in-out infinite;
}

@keyframes floatAnim {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.glow-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(255,193,7,0.1) 0%, rgba(0,0,0,0) 70%);
    z-index: -1;
}

.sphere-container {
    position: relative;
    width: 400px;
    height: 400px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .sphere-container {
        width: 200px;
        height: 200px;
    }
}

.sphere-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgba(255, 193, 7, 0.2);
    box-shadow: 0 0 60px rgba(255, 193, 7, 0.15);
}

.sphere-glow {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.1) 0%, rgba(0,0,0,0) 70%);
    z-index: -1;
    pointer-events: none;
}

.process-item.active {
    border-bottom-color: #ffc107 !important;
}

    .process-item.active .process-arrow {
        color: #ffc107;
        transform: translateX(5px);
    }

.features-bg-section {
    position: relative;
    background-image: url('/images/main-photo.jpg'); 
    background-size: cover;
    background-position: center;
    background-attachment: fixed; 
    min-height: 600px;
    display: flex;
    align-items: center;
}

.features-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1;
}

.feature-card-glass {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    height: 100%;
    transition: all 0.3s ease;
}

    .feature-card-glass:hover {
        background: rgba(255, 193, 7, 0.05);
        border-color: rgba(255, 193, 7, 0.3);
        transform: translateY(-5px);
    }

.feature-num-top {
    font-size: 0.7rem;
    font-weight: 800;
    color: #ffc107;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.feature-card-glass h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.ticker-section {
    background-color: #050505;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.ticker-wrap {
    width: 100%;
    background: linear-gradient(90deg, rgba(255,193,7,0.05) 0%, rgba(0,0,0,0) 50%, rgba(255,193,7,0.05) 100%);
    padding: 20px 0;
    border-top: 1px solid rgba(255, 193, 7, 0.1);
    border-bottom: 1px solid rgba(255, 193, 7, 0.1);
    display: flex;
}

.ticker {
    display: flex;
    white-space: nowrap;
    animation: tickerLoop 25s linear infinite;
}

.ticker-item {
    display: inline-block;
    padding: 0 40px;
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

@keyframes tickerLoop {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.premium-text-box {
    padding: 40px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.02);
}

.white-border-text {
    border-bottom: 2px solid #fff;
    padding-bottom: 2px;
}

.leading-relaxed {
    line-height: 1.6;
}

.about-section {
    background-color: #000;
}

.about-image-wrapper {
    position: relative;
    padding: 20px;
}

.about-main-img {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.about-speech-bubble {
    position: absolute;
    top: 10%;
    right: -5%;
    background: rgba(30, 30, 30, 0.95);
    border: 1px solid #ffc107;
    padding: 20px;
    border-radius: 15px;
    color: white;
    font-size: 0.95rem;
    max-width: 280px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    z-index: 2;
}

    .about-speech-bubble::before {
        content: '';
        position: absolute;
        left: -10px;
        top: 40px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #ffc107;
    }

.about-benefit-item {
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 2px solid rgba(255, 193, 7, 0.2);
    transition: border-color 0.3s ease;
}

    .about-benefit-item:hover {
        border-left-color: #ffc107;
    }

.btn-call-action {
    background: transparent;
    color: #ffc107;
    border: 1px solid #ffc107;
    padding: 12px 40px;
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

    .btn-call-action:hover {
        background: #ffc107;
        color: #000;
        box-shadow: 0 0 20px rgba(255, 193, 7, 0.3);
    }

.about-section-full {
    background-color: #000;
}

.about-full-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.min-vh-50 {
    min-height: 50vh;
}

.about-speech-bubble-floating {
    position: absolute;
    bottom: 10%;
    right: 5%;
    background: rgba(10, 10, 10, 0.85);
    border: 1px solid #ffc107;
    padding: 20px;
    border-radius: 15px;
    color: white;
    font-size: 0.9rem;
    max-width: 250px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.about-benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.benefit-item-v3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
}

.btn-yellow-outline {
    background: transparent;
    border: 1px solid #ffc107;
    border-radius: 50px;
    color: #ffc107;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 40px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

    .btn-yellow-outline:hover {
        background: #ffc107;
        color: #000;
    }

@media (max-width: 991px) {
    .about-benefits-grid {
        grid-template-columns: 1fr;
    }

    .about-full-img {
        height: 400px;
    }
}

.feedback-section {
    background-color: #000;
}

.feedback-card {
    max-width: 600px;
    background: transparent;
    padding: 40px;
    border: 1px solid rgba(255, 193, 7, 0.3); 
    border-radius: 15px;
}

.form-control-custom {
    background: transparent;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    cursor: pointer;
    font-size: 1.1rem;
    outline: none;
    padding: 12px 0;
    transition: 0.3s;
    width: 100%;
}

    .form-control-custom:focus {
        outline: none;
        border-bottom-color: #ffc107;
    }

.radio-container {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    position: relative;
}

.radio-container input {
    accent-color: #ffc107;
    margin-right: 8px;
}

.captcha-box {
    background: #fff;
    border-radius: 4px;
    color: #000;
}

    .btn-yellow-outline:hover {
        background: #ffc107;
        color: #000;
        box-shadow: 0 0 15px rgba(255, 193, 7, 0.4);
    }

.feedback-card-container {
    background: #0a0a0a;
    border: 1px solid rgba(255, 193, 7, 0.3);
    border-radius: 20px;
    overflow: hidden;
}

.feedback-image-box {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 450px;
}

    .feedback-image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.image-overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #0a0a0a, transparent);
    opacity: 0.4;
}

    .form-control-custom:focus {
        outline: none;
        border-bottom-color: #ffc107;
    }

.form-control-custom:invalid:focus {
    border-bottom-color: #ff4d4d !important;
}

#successMessage {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-main-content {
    background-color: #000;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

    .footer-links a:hover {
        color: #ffc107;
    }

.footer-socials a {
    color: white;
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 0.3s ease;
}

    .footer-socials a:hover {
        color: #ffc107;
        border-color: #ffc107;
        transform: translateY(-3px);
    }

.yellow-text {
    color: #ffc107 !important;
}

.fw-800 {
    font-weight: 800;
}

#contactFormFooter {
    scroll-margin-top: 200px;
}

::-webkit-scrollbar {
    width: 8px; 
    height: 8px; 
}

::-webkit-scrollbar-track {
    background: #000000;
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 193, 7, 0.3); 
    border-radius: 10px;
    border: 2px solid #000000;
    transition: all 0.3s ease;
}

    ::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 193, 7, 0.8);
    }

* {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 193, 7, 0.3) #000000;
}

.exchange-hero {
    min-height: 80vh;
    display: flex;
    align-items: center;
    padding-top: 100px; 
}

.calculator-wrapper {
    max-width: 900px;
    background: rgba(10, 10, 10, 0.9);
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(255, 193, 7, 0.2);
    backdrop-filter: blur(10px);
}

.bg-dark-soft {
    background: rgba(255, 255, 255, 0.02);
}

.info-step {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

    .info-step:last-child {
        border-bottom: none;
    }

.italic {
    font-style: italic;
}

.exchange-hero-wide {
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.wide-content-area {
    padding: 0 5%;
    width: 100%;
}

.custom-calc-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.calculator-wrapper-wide {
    background: rgba(15, 15, 15, 0.85);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 193, 7, 0.15);
    border-radius: 24px;
    max-width: 1400px;
    padding: 40px;
    -webkit-backdrop-filter: blur(15px);
    width: 100%;
}

.display-2 {
    letter-spacing: -1px;
    line-height: 1.1;
}

@media (max-width: 991px) {

}

.crypto-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.crypto-card-container {
    background: #000;
    border: 1px solid rgba(255, 193, 7, 0.4);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(255, 193, 7, 0.1);
}

.bg-black-form {
    background: #080808;
}

select.form-control-custom {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffc107' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 16px 12px;
}

.crypto-features i {
    filter: drop-shadow(0 0 5px rgba(255, 193, 7, 0.5));
}

.crypto-main-card {
    border: 1px solid rgba(255, 193, 7, 0.2);
    border-radius: 25px;
    overflow: hidden;
    background: #000;
}

.crypto-img-side {
    position: relative;
    height: 100%;
    min-height: 500px;
}

    .crypto-img-side img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #000, transparent);
}

.badge-item {
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 20px;
    border-radius: 50px;
    color: white;
    font-size: 0.9rem;
    border: 1px solid rgba(255, 193, 7, 0.1);
}

    .form-control-custom option {
        background-color: #0a0a0a; 
        color: white; 
        padding: 10px;
    }

        .form-control-custom option:hover,
        .form-control-custom option:focus {
            background-color: #ffc107 !important;
            color: black !important;
        }

.transfer-main-card {
    border: 1px solid rgba(255, 193, 7, 0.2);
    border-radius: 20px;
    overflow: hidden;
    background: #000;
}

.benefit-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
}

.img-overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(0,0,0,1), transparent);
}

.transfer-img-wrap {
    position: relative;
    overflow: hidden;
}

.select-dark option {
    background-color: #0a0a0a !important;
    color: white !important;
}

.incasso-main-card {
    border: 1px solid rgba(255, 193, 7, 0.2);
    border-radius: 20px;
    overflow: hidden;
}

.condition-badge {
    background: rgba(255, 193, 7, 0.05);
    border: 1px solid rgba(255, 193, 7, 0.2);
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
}

.incasso-img-wrap img {
    filter: grayscale(0.5) contrast(1.2);
}

.invoice-main-card {
    border: 1px solid rgba(255, 193, 7, 0.2);
    border-radius: 20px;
    overflow: hidden;
}

.invoice-badge {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 10px 25px;
    border-radius: 8px;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.invoice-img-wrap img {
    filter: brightness(0.6) grayscale(0.2);
}

.search-container {
    max-width: 600px;
    position: relative;
}

.input-group-custom {
    display: flex;
    align-items: center;
    background: rgba(20, 20, 20, 0.8);
    border: 1px solid rgba(255, 193, 7, 0.2);
    border-radius: 12px;
    padding: 8px 8px 8px 20px;
    transition: all 0.3s ease;
}

    .input-group-custom:focus-within {
        border-color: #ffc107;
        box-shadow: 0 0 15px rgba(255, 193, 7, 0.1);
    }

    .input-group-custom input {
        background: transparent;
        border: none;
        color: white;
        width: 100%;
        outline: none;
        padding: 10px;
    }

.search-icon {
    color: #ffc107;
    font-size: 1.2rem;
}

#btnVerify {
    background: #ffc107;
    color: black;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.3s;
}

    #btnVerify:hover {
        background: white;
        transform: translateY(-2px);
    }

.status-box {
    position: relative;
    padding: 40px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-content i {
    font-size: 3.5rem;
    color: rgba(255, 255, 255, 0.1);
}

.status-content span {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.1rem;
}

.scanner-line {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #ffc107;
    box-shadow: 0 0 15px #ffc107;
    animation: scan 2s linear infinite;
    z-index: 1;
}

@keyframes scan {
    0% {
        top: 0;
    }

    100% {
        top: 100%;
    }
}

.status-success {
    border-color: #28a745 !important;
    background: rgba(40, 167, 69, 0.05);
}

.status-error {
    border-color: #dc3545 !important;
    background: rgba(220, 53, 69, 0.05);
}

.custom-accordion .accordion-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px !important;
    overflow: hidden;
}

.custom-accordion .accordion-button {
    background: transparent;
    color: white;
    font-weight: 600;
    padding: 25px;
    border: none;
    box-shadow: none;
    font-size: 1.1rem;
}

    .custom-accordion .accordion-button:not(.collapsed) {
        color: #ffc107;
        background: rgba(255, 193, 7, 0.05);
    }

    .custom-accordion .accordion-button::after {
        filter: invert(1);
    }

.q-number {
    color: #ffc107;
    margin-right: 15px;
    font-family: monospace;
    font-size: 1.2rem;
    opacity: 0.7;
}

.custom-accordion .accordion-body {
    padding: 25px 25px 25px 65px;
    line-height: 1.6;
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(255, 193, 7, 0.5);
}

.privacy-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.custom-list {
    list-style: none;
    padding-left: 0;
}

    .custom-list li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
    }

        .custom-list li::before {
            content: "\2014";
            position: absolute;
            left: 0;
            color: #ffc107;
            font-weight: bold;
        }

.border-yellow {
    border-color: #ffc107 !important;
}


.privacy-section .display-4 {
    letter-spacing: -1px;
}

.custom-toggler {
    border: none !important;
    outline: none !important;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.toggler-icon {
    display: block;
    width: 28px;
    height: 2px;
    background-color: #ffc107;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
}

.custom-toggler:not(.collapsed) .top-bar {
    transform: translateY(8px) rotate(45deg);
}

.custom-toggler:not(.collapsed) .middle-bar {
    opacity: 0;
}

.custom-toggler:not(.collapsed) .bottom-bar {
    transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 991.98px) {

    .titan-menu {
        text-align: center;
    }


        .nav-item:last-child {
            border-bottom: none;
        }

    .nav-link {
        font-size: 1.1rem;
        letter-spacing: 2px;
        color: white !important;
    }

        .nav-link:hover {
            color: #ffc107 !important;
        }
}

.gold-letter {
    color: #ffc107;
    background: linear-gradient(135deg, #ffecb3 0%, #ffc107 50%, #b8860b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    filter: drop-shadow(0 0 2px rgba(255, 193, 7, 0.4));
}
