/* =========================
   GLOBAL RESET
========================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Arial", Arial, sans-serif;
}

body {
    background: #0b0f19;
    color: #e5e7eb;
    line-height: 1.6;
    min-height: 100vh;
    background: #0b0f19 url(images/SORI-LLC.png);
    color: #e5e7eb;
    line-height: 1;
    min-height: 100vh;
}

/* =========================
   TITLE
========================= */
.centered-font {
    text-align: center;
    margin: 25px 0 10px;
    font-size: 32px;
    font-weight: 600;
    color: #f9fafb;
    letter-spacing: 1px;
    font-family: 'Ink Free', Courier, monospace;
}

/* =========================
   NAVBAR
========================= */
nav {
    background: white;
    padding: 12px 0;
    border-top: 1px solid #1f2937;
    border-bottom: 1px solid #1f2937;
       
}

nav ul {
    display: flex;
    justify-content: center;
    gap: 18px;
    list-style: none;
    flex-wrap: wrap;
}

nav ul li a {
    text-decoration: none;
    color: black;
    padding: 8px 14px;
    border-radius: 8px;
    transition: 0.3s ease;
    font-size: 14px;
}

nav ul li a:hover {
    background: #2563eb;
    color: #fff;
}

/* =========================
   CANVAS CONTAINER
========================= */
.canvas {
    display: flex;
    justify-content: center;
    padding: 30px 15px;
}

/* =========================
   MAIN BOX (CARD)
========================= */
.box {
    background: #111827;
    border: 1px solid #1f2937;
    border-radius: 14px;
    padding: 30px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

/* =========================
   TEXT CONTENT
========================= */

.centered-font {
    color: black;
    /* You can also use the hex code: color: #000000; */
}


.text h1 {
    color: black;
    font-size: 14px;
    margin-bottom: 6px;
    
}

.text h5 {
    color: white;
    font-size: 14px;
    margin-bottom: 6px;
}

.text h3 {
    color: #f9fafb;
    margin-bottom: 15px;
    font-size: 22px;
}

.text p {
    color: #d1d5db;
    margin-bottom: 12px;
    font-size: 15px;
    font-family: 'Ink Free', Courier, monospace;
}

 p {
    color: #d1d5db;
    margin-bottom: 12px;
    font-size: 15px;
    font-family: 'Ink Free', Courier, monospace;
}
/* =========================
   BUTTON LINK
========================= */
.btn-link {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 16px;
    background: #119675;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    transition: 0.3s ease;
}

.btn-link:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
}

/* =========================
   FOOTER
========================= */
.site-footer {
    text-align: center;
    padding: 20px;
    background-color: black;
}

.site-footer a {
    color: #0066cc;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 668px) {
    .centered-font {
        font-size: 15px;
    }

    nav ul {
        gap: 10px;
    }

    .box {
        padding: 20px;
    }
}

  

        .sidebar {
            width: 250px;
            background: #1e1e1e;
            padding: 20px;
            border-radius: 10px;
        }

        .content {
            flex: 2;
        }

        input, button {
            width: 100%;
            padding: 8px;
            margin-bottom: 12px;
            border-radius: 5px;
            border: none;
        }

        button {
            background: whitesmoke;
            color: black;
            cursor: pointer;
        }

        button:hover {
            background: black;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 10px;
        }

        th, td {
            border: 1px solid #444;
            padding: 8px;
            text-align: center;
        }

        .metrics {
            display: flex;
            gap: 20px;
            margin-top: 20px;
        }

        .metric-box {
            flex: 1;
            background: #1e1e1e;
            padding: 15px;
            border-radius: 20px;
            text-align: center;
        }
    
            .Call-out-container {
            max-width: 700px;
            margin: 30px auto;
            display: flex;
            gap: 10px;
        }

            .call-out {
            flex: 1;                  /* equal width columns */
            padding: 30px;
            border-radius: 15px;
            text-align: center;

            background: Gray;
            border: 1px solid #1f2937;
            box-shadow: 0 10px 25px rgba(0,0,0,0.4);
        }
        @media (max-width: 768px) {
            .Call-out-container {
                flex-direction: column;
                align-items: center;
            }

            .call-out {
                width: 90%;
            }
        }

/* =========================
   PAYMENT PLATFORM SECTION
========================= */

.payment-platform {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
    min-height: 20vh;
    background: linear-gradient(135deg, #0f172a, #111827, #1e293b);
}

.payment-card {
    width: 100%;
    max-width: 700px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.payment-content {
    color: white;
}

.tag {
    display: inline-block;
    background: #22c55e;
    color: white;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: bold;
}

.payment-content h1 {
    font-size: 52px;
    margin-bottom: 15px;
    line-height: 1.1;
}

.payment-content h3 {
    font-size: 24px;
    color: #94a3b8;
    margin-bottom: 25px;
}

.payment-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #cbd5e1;
    max-width: 800px;
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.feature-box {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 25px;
    border-radius: 18px;
    transition: 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
    background: rgba(255,255,255,0.08);
}

.feature-box h4 {
    margin-bottom: 12px;
    font-size: 20px;
    color: #22c55e;
}

.feature-box p {
    font-size: 15px;
    color: #cbd5e1;
}

.button-group {
    display: flex;
    gap: 20px;
    margin-top: 45px;
    flex-wrap: wrap;
}

.primary-btn,
.secondary-btn {
    padding: 15px 32px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s ease;
}

.primary-btn {
    background: #22c55e;
    color: white;
}

.primary-btn:hover {
    background: #16a34a;
    transform: scale(1.05);
}

.secondary-btn {
    border: 1px solid rgba(255,255,255,0.2);
    color: white;
}

.secondary-btn:hover {
    background: rgba(255,255,255,0.08);
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media (max-width: 768px) {

    .payment-card {
        padding: 30px;
    }

    .payment-content h1 {
        font-size: 38px;
    }

    .payment-content h3 {
        font-size: 20px;
    }

    .payment-content p {
        font-size: 16px;
    }

}

 /* The poem text styling */
    .poem {
      text-align: center;          /* Centers each individual line of text */
      font-family: Georgia, serif; /* Classy font choice for poetry */
      line-height: 1.6;            /* Adds breathing room between lines */
    }

    /* Adds spacing between stanzas */
    .poem p {
      margin-bottom: 20px;
    }
    
    /* Removes extra margin from the final stanza */
    .poem p:last-child {
      margin-bottom: 0;
    }
/* Short, Compact Button */
  .btn-short {
    display: block;
    width: auto;
    min-width: 90px;
    padding: 8px 14px;
    margin: 0 auto; /* Centers the short button */
    background-color: green;
    color: #ffffff;
    border: none;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s ease;
  }

.white-link {
    color: white;
    text-decoration: none;
}

.photo-gallery {
    margin-top: 40px;
}

.photo-gallery h4 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-auto-rows: 180px;
    gap: 15px;
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease;
}

.gallery img:hover {
    transform: scale(1.04);
    box-shadow: 0 10px 20px rgba(0,0,0,.25);
}

.large {
    grid-column: span 2;
    grid-row: span 2;
}

.wide {
    grid-column: span 2;
}

.tall {
    grid-row: span 2;
}

@media (max-width: 768px) {
    .large,
    .wide,
    .tall {
        grid-column: span 1;
        grid-row: span 1;
    }
}
select{
    width:100%;
    padding:10px;
    margin-bottom:12px;
    box-sizing:border-box;
}

button:disabled{
    opacity:.6;
    cursor:not-allowed;
}

/* Form styles */
.form-group {
    margin-bottom: 15px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: white;
}

.char-counter {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #666;
    margin-top: -8px;
    margin-bottom: 10px;
}

.char-counter.limit-reached {
    color: #dc3545;
}

.submit-button {
    width: 100%;
    padding: 12px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-button:hover:not(:disabled) {
    background-color: #0056b3;
}

.submit-button:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
    opacity: 0.7;
}

/* Message styles */
.message {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    display: none;
}

.message.success {
    display: block;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.message.error {
    display: block;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.message.warning {
    display: block;
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

/* Input styles */
input, textarea, select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: inherit;
}

input:focus, textarea:focus, select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

input.error, textarea.error, select.error {
    border-color: #dc3545;
}

textarea {
    min-height: 120px;
    resize: vertical;
}