@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
}

:root {
    --primary-color: #f26c20;
    --white-color: #fff;
    --black-color: #000;
}

body {
    width: 100%;
    overflow-x: hidden;
}

.form-box-section {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-box {
    max-width: 375px;
    width: 100%;
    display: block;
    margin: auto;
    padding: 1rem;
    border: 2px solid var(--primary-color);
    border-radius: .2rem;
    background-color: var(--black-color);
}

.form-box .logo-box img {
    display: block;
    max-width: 200px;
    width: 100%;
    margin: 20px auto 30px;
}

.form-box form .input-field:nth-child(1),
.form-box form .input-field:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    height: 40px;
    border-radius: 1rem;
    background-color: transparent;
    position: relative;
    width: 100%;
}

.form-box form .input-field:nth-child(1) i,
.form-box form .input-field:nth-child(2) i {
    color: var(--white-color);
    font-size: 20px;
    border: none;
    padding: 0 7px;
}

.form-box form .input-field:nth-child(1) input,
.form-box form .input-field:nth-child(2) input,
.form-box form .input-field:nth-child(1) input:focus,
.form-box form .input-field:nth-child(2) input:focus {
    border: none;
    background-color: transparent;
    color: var(--white-color);
    box-shadow: none;
    height: 32px;
    line-height: normal;
    padding: 8px 0;
    border-bottom: 1px solid var(--primary-color);
    width: 100%;
    font-size: 16px;
    color: var(--primary-color);
}

.form-box form .input-field:nth-child(1) input::placeholder,
.form-box form .input-field:nth-child(2) input::placeholder {
    font-size: 16px;
    color: var(--primary-color);
}

.form-box form .input-field input[type=checkbox] {
    border: 1px solid var(--primary-color) !important;
    height: auto;
    background-color: transparent;
}

.form-box form .input-field small {
    color: #ffffffb3;
    font-size: 14px;
}

button,
a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    outline: none;
    width: 100%;
    cursor: pointer;
    color: var(--white-color);
}

.form-box form .input-field button.forgot-btn,
.form-box form .input-field a.forgot-btn {
    font-size: 13px;

    padding: 8px 18px;
    background-color: var(--primary-color);
    border-radius: 8px;
    margin-bottom: 2px;
    text-align: center;
    margin-top: 3%;
}

.form-box form .input-field a.login-btn,
.form-box form .input-field button.login-btn {
    border: 1px solid var(--primary-color);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 4px;
    height: 44px;
    margin-bottom: 10px;
    background-color: transparent;
}

.form-box form .input-field a.demo-login,
.form-box form .input-field button.demo-login {
    border: 1px solid #4caf50;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 4px;
    height: 44px;
    margin-bottom: 10px;
    background-color: #4caf50;
}

.or {
    width: 100%;
    display: flex;
    align-items: center;
    color: var(--white-color);
    position: relative;
    font-size: 12px;
    justify-content: center;
    margin-bottom: 1px;
}

.or::after,
.or::before {
    content: "";
    width: 150px;
    position: relative;
    background-color: var(--primary-color);
    height: 1px;
}

.or::after {
    left: 10px
}

.or::before {
    right: 10px;
}

.contact-info p {
    color: var(--white-color);
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0;
}

.contact-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-card .crad {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    width: 100%;
}

.contact-card .crad img {
    width: 45px;
    height: 45px;
    margin: 10px 0;
    filter: grayscale(1);
}

.contact-card .crad .text p {
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 9px;
    margin-left: 5px;
    line-height: 16px;
    text-align: left;
}

button.whatsapp-btn {
    text-align: center;
    display: flex;
    background-color: var(--primary-color);
    border-radius: 5px;
    color: var(--white-color);
    text-transform: uppercase;
    text-decoration: none;
    padding: 6px;
    font-size: 16px;
    position: relative;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

button.whatsapp-btn i {
    font-size: 30px;
}

.footer-text {
    color: var(--white-color);
    font-size: 12px;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 1rem;
}



/* Info Section */
.info-section {
    background-color: #111;
    color: #ddd;
    text-align: center;
    padding: 70px 20px;
    line-height: 1.8;
}

.info-section h2 {
    color: #f0b000;
    font-size: 1.9em;
    margin-bottom: 20px;
}

.info-section p {
    max-width: 900px;
    margin: 0 auto 30px;
    font-size: 1em;
    color: #ccc;
}

.info-section b {
    color: #f0b000;
}

.cta-btn {
    background-color: #f0b000;
    color: #111;
    border: none;
    padding: 12px 25px;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s ease;width: fit-content;
    margin: auto;
}

.cta-btn:hover {
    background-color: #d89d00;
    transform: scale(1.05);
}

/* WhatsApp Floating Button */
.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #00ff47;
    color: #000;
    padding: 12px 20px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 999;
}

.whatsapp-btn:hover {
    background: #00cc3a;
}


/* Section 1 - What is Cricbet99 */
.what-is-section {
    background-color: #f6c93b;
    color: #000;
}

.what-is-section h2 {
    color: #000;
    font-weight: bold;
}

/* Section 2 - Why Choose Cricbet99 */
.why-section {
    background-color: #000;
    color: #fff;
}

.feature-box {
    background-color: #111;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.feature-box:hover {
    transform: scale(1.02);
    box-shadow: 0 0 10px rgba(255, 204, 0, 0.4);
}

/* Guide Section */
.guide-section {
    background-color: #f6c93b;
    color: #000;
}

.guide-section h2 {
    color: #000;
    font-weight: 700;
}

.guide-section ul {
    list-style-type: disc;
    margin-left: 20px;
    color: #111;
}

.guide-section b {
    color: #000;
}

.guide-section img {
    max-width: 100%;
    border-radius: 10px;
}

/* About Section */
.about-section {
    background-color: #0d0d0d;
    color: #fff;
}

.about-section h2 {
    color: #ffcc00;
}

.about-section table {
    background-color: #111;
    border: 1px solid #ffcc00;
}

.about-section th {
    background-color: #1a1a1a;
    color: #ffcc00;
    width: 220px;
}

.about-section td {
    color: #fff;
}


/* Secure Login Box (Enhanced Design) */
.secure-login-box {
    background-color: #0f0f0f;
    border: 2px solid #f0c000;
    border-radius: 10px;
    padding: 25px;
    max-width: 950px;
    margin: 40px auto;
    color: #fff;
    transition: 0.3s ease;
}

.secure-login-box:hover {
    box-shadow: 0 0 15px rgba(255, 204, 0, 0.4);
}

.secure-icon {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
}

.secure-login-box h5 {
    font-size: 1.3em;
}

.secure-login-box ul {
    padding-left: 20px;
    line-height: 1.7;
}

.secure-login-box ul li {
    list-style-type: disc;
    font-size: 1rem;
}

/* Footer Styling */
.footer-section {
    background-color: #0d0d0d;
    color: #ccc;
    font-size: 0.95rem;
    border-top: 1px solid #333;
}

.footer-logo {
    font-size: 1.8rem;
    color: #ffcc00;
    text-shadow: 1px 1px 0 #006699;
}

.footer-link {
    color: #ccc;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
    transition: 0.2s ease;
}

.footer-link:hover {
    color: #ffcc00;
    text-decoration: underline;
}

.footer-links {
    color: #888;
    font-size: 0.85rem;
}

.footer-bottom {
    color: #aaa;
    font-size: 0.9rem;
}

.footer-section img {
    filter: brightness(0.95);
}

@media (max-width: 768px) {
    .footer-logo {
        text-align: center;
    }

    .footer-section .col-md-4 {
        text-align: center;
    }
}