/* ================================
   DJAMBO - Common Styles
   ================================ */
@font-face {
    font-family: 'Clash Display';
    src: url('/fonts/clash-display/ClashDisplay-Regular.woff2') format('woff2'),
         url('/fonts/clash-display/ClashDisplay-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('/fonts/clash-display/ClashDisplay-Medium.woff2') format('woff2'),
         url('/fonts/clash-display/ClashDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Clash Display';
    src: url('/fonts/clash-display/ClashDisplay-Semibold.woff2') format('woff2'),
         url('/fonts/clash-display/ClashDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('/fonts/clash-display/ClashDisplay-Bold.woff2') format('woff2'),
         url('/fonts/clash-display/ClashDisplay-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* CSS Reset & Base */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
/* body > * {
  max-width: 100%;
} */

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Clash Display", sans-serif;
  background-color: #0a0a0a;
  color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
}
 .header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        padding: 1rem 0;
    }
    
    .header .navbar {
        padding: 0;
    }
     .modal-content {
            background: linear-gradient(135deg, #1a1a1a 0%, #2d1a1a 100%);
            border: none;
            border-radius: 24px;
            color: #fff;
        }

        .modal-header {
            border-bottom: none;
            padding: 2rem 2rem 1rem;
        }

        .modal-title {
            font-size: 30px;
            font-weight: 600;
        }

        .btn-close {
            background: #fff;
            border-radius: 50%;
            opacity: 1;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
   .form-label {
         font-size: 14px;
    font-weight: 600;
    font-family: 'Inter';
    margin-bottom: 0.5rem;
        }

        .form-control,
        .form-select {
            background-color: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 8px;
            color: #fff;
            padding: 15px;
            font-size: 14px;
        }

        .form-control:focus,
        .form-select:focus {
            background-color: rgba(255, 255, 255, 0.15);
            border-color: rgba(255, 255, 255, 0.3);
            color: #fff;
            box-shadow: none;
        }

        .form-control::placeholder {
            color: rgba(255, 255, 255, 0.5);
        }

        .form-select {
            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='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
        }

        .form-select option {
            background-color: #2d1a1a;
            color: #fff;
        }

        .form-check {
            background-color: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            padding: 1rem 1rem 1rem 3rem;
            margin-bottom: 1rem;
        }

        .form-check-input {
            width: 1.5rem;
            height: 1.5rem;
            margin-left: -2.5rem;
            border: 2px solid rgba(255, 255, 255, 0.3);
            background-color: transparent;
        }

        .form-check-input:checked {
            background-color: #ff4757;
            border-color: #ff4757;
        }

        .form-check-label {
            font-size: 1.1rem;
            font-weight: 600;
            margin-left:10px;
            display: flex;
            gap:10px;
        }
 .back-btn {
        width: 48px;
        height: 48px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.1);
        border: none;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .back-btn:hover {
        background: rgba(255, 255, 255, 0.15);
    }
        .form-check-label small {
            display: block;
            font-weight: 400;
            color: rgba(104, 102, 102, 1);
            margin-top: 0.25rem;
        }
        .modal-body {
            padding: 1rem 2rem 2rem;
        }
    .font-inter{
      font-family: inter !important;
    }
      .btn-doutline {
        background-color:transparent;
        color: #ffffff;
       border: 1px solid rgba(255, 255, 255, 1);
        padding: 0.875rem 2rem;
        border-radius: 50px;
        font-weight: 600;backdrop-filter: blur(32px);
        font-size: 18px;
        transition: all 0.3s ease;
    }
    .bors{
        box-shadow: 0px 0px 0px 1px rgba(255, 38, 1, 1);

box-shadow: 0px 1px 2px 0px rgba(250, 38, 48, 1);

    }
    .btn-doutline:hover {
        background-color: #262729;
        color: #ffffff;
        transform: translateY(-2px);
    }
    
    .btn-dprimary {
        background-color: rgba(250, 38, 48, 1);
        color: #ffffff;
        border: none;
        padding: 0.875rem 2.5rem;
        border-radius: 50px;
        font-weight: 600;
        font-size: 18px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 20px rgba(239, 68, 68, 0.4);
    }
    
    .btn-dprimary:hover {
        background-color: #dc2626;
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 6px 25px rgba(239, 68, 68, 0.5);
    }
    
    /* Glow Effect */
    .hero-section::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -30%);
        width: 600px;
        height: 400px;
        background: radial-gradient(ellipse, rgba(239, 68, 68, 0.3) 0%, transparent 70%);
        pointer-events: none;
    }
    .logo-text {
        font-size: 28px;
        font-weight: 600;
        color: #ffffff;
        letter-spacing: 2px;
    }
    
    .header .nav-link {
        color: rgba(255, 255, 255, 0.43);
        font-weight: 500;
        font-size:18px ;
        padding: 0.5rem 1.25rem;
        transition: color 0.3s ease;
    }
    
    .header .nav-link:hover,
    .header .nav-link.active {
        color: rgba(250, 38, 48, 1);
    }
    
    .auth-buttons {
        gap: 0.75rem;
    }
    
    .btn-login {
        background-color: rgba(36, 36, 36, 1);
        color: #ffffff;
    border: 1px solid rgba(36, 36, 36, 1);
        padding: 0.5rem 1.5rem;
        border-radius: 50px;
        font-weight: 600;backdrop-filter: blur(32px);
        font-size: 18px;
        transition: all 0.3s ease;
    }
    
    .btn-login:hover {
        background-color: #374151;
        color: #ffffff;
    }
    
    .btn-register {
        background-color: rgba(250, 38, 48, 1);
        color: #ffffff;
        border: none;
        padding: 0.5rem 1.5rem;
        border-radius: 50px;
        font-weight: 600;
        font-size: 18px;
        transition: all 0.3s ease;
    }
    
    .btn-register:hover {
        background-color: #dc2626;
        color: #ffffff;
    }
    
    .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.2);
    }
    
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .auth-buttons-m{
    display:none;
  }
    @media (max-width: 991.98px) {
        .navbar-collapse {
            background-color: rgba(17, 24, 39, 0.95);
            padding: 1rem;
            border-radius: 0.5rem;
            margin-top: 1rem;
        }
         .auth-buttons-m {
        display: flex;
        gap: 12px;
        margin-top: 6px;
    }
        .auth-buttons {
            display: flex;
            margin-top: 1rem;
            padding-top: 1rem;
            /* border-top: 1px solid #374151; */
        }
    }
/* Container Override */
.container {
  max-width: 1200px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* Common Button Styles */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.3);
}

/* Section Spacing */
section {
  position: relative;
}

/* Utility Classes */
.text-red {
  color: rgba(250, 38, 48, 1);
}

.bg-dark-card {
  background-color: #1f2937;
}

.border-dark {
  border-color: #374151 !important;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #111827;
}

::-webkit-scrollbar-thumb {
  background: #374151;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #4b5563;
}

/* Selection Color */
::selection {
  background-color: rgba(239, 68, 68, 0.3);
  color: #ffffff;
}

/* Focus Visible */
:focus-visible {
  outline: 2px solid rgba(250, 38, 48, 1);
  outline-offset: 2px;
}

/* Animation Utilities */
.animate-fade-in {
  animation: fadeIn 0.6s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


 .site-footer {
        background-color: #0a0a0a;
        padding: 120px 0 40px;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }

    .footer-logo {
        font-size: 30px;
        font-weight: 600;
        color: #ffffff;
        text-decoration: none;
        letter-spacing: 2px;
    }

    .footer-logo:hover {
        color: #ffffff;
    }

    .footer-copyright {
        color: rgba(138, 143, 152, 1);
        font-size: 16.8px; font-weight: 400;
        margin-top: 0.5rem;
    }

    .footer-social {
        display: flex;
        gap: 20px;
        margin-top: 2rem;
    }

    .footer-social a {
        color: rgba(138, 143, 152, 1);
        font-size: 15px;font-weight: 400;
        transition: color 0.3s ease;
    }

    .footer-social a:hover {
        color: #ffffff;
    }

    .footer-links h6 {
        color: rgba(255, 255, 255, 0.4);
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 0;
        display: none;
    }

    .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-links ul li {
        margin-bottom: 12px;
    }

    .footer-links ul li a {
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none;
        font-size: 0.95rem;
        transition: color 0.3s ease;
    }

    .footer-links ul li a:hover {
        color: #ffffff;
    }

    @media (max-width: 767px) {
        .site-footer {
            text-align: center;
        }
.dmodal-content{
  padding: 0.6rem;
}
        .footer-social {
            justify-content: center;
        }

        .footer-links {
            margin-top: 2rem;
        }

        .footer-links ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px 25px;
        }

        .footer-links ul li {
            margin-bottom: 0;
        }
    }

    @media (max-width: 576px) {
      .form-check-label {
            flex-direction: column;gap: 0px;
        }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .auth-buttons{
    display:none;
  }
  
}

.fw-400{font-weight: 400;}
.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;}
.fw-800{font-weight: 800;}
.fs-10{font-size: 10px !important;}
.fs-12{font-size: 12px !important;}
.fs-14{font-size: 14px !important;}
.fs-16{font-size: 16px !important;}
.fs-18{font-size: 18px !important;}
.fs-22{font-size: 22px !important;}
.fs-20{font-size: 20px !important;}
.fs-28{font-size: 28px !important;}
.fs-24{font-size: 24px !important;}
.fs-32{font-size: 32px !important;}
.fs-36{font-size: 36px !important;}
.fs-40{font-size: 40px !important;}
.fs-46{font-size: 46px !important;}
.fs-48{font-size: 48px !important;}
.fs-60{font-size: 60px !important;}
.fs-64{font-size: 64px !important;}
 /* PIN Inputs */
    .pin-inputs {
        display: flex;
        gap: 1rem;
        margin-bottom: 1rem;
        justify-content: center;
    }

    .pin-input {
        width: 45px;
        height: 50px;
        background: #1a1a1a;
        border: 1px solid #3a3a3a;
        border-radius: 12px; font-family: inter;
        text-align: center;
        font-size: 1.55rem;
        font-weight: 600;
        color: #fff;
        transition: border-color 0.3s ease;
    }

    .pin-input:focus {
        outline: none;
        border-color: #ef4444;
    }
/* Success Modal */
    .dmodal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(255 255 255 / 30%);
        z-index: 9999;
        align-items: center;
        justify-content: center;
    }

    .dmodal.show {
        display: flex;
    }

    .dmodal-content {
        background: #000000;
        border-radius: 24px;
        padding: 3rem;
        text-align: center;
        max-width: 450px;
        width: 90%;
        animation: scaleIn 0.4s ease;
    }

    @keyframes scaleIn {
        from {
            opacity: 0;
            transform: scale(0.8);
        }
        to {
            opacity: 1;
            transform: scale(1);
        }
    }

    .success-badge {
        width: 100px;
        height: 100px;
        margin: 0 auto 2rem;
    }

    .success-badge svg {
        width: 100%;
        height: 100%;
    }