﻿/* Remove default browser styles */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 1rem;
}

/* Remove default underline and color from links */
a {
    text-decoration: none;
    color: inherit;
}

/* Remove padding & bullets from lists */
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    outline: none;
}


body {
    font-family: "Poppins", sans-serif;
    width: 100%;
    overflow-x: hidden;
}
html, body {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.authentication-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap:2rem;
}


footer {
    bottom: 0;
}

.custom-link:hover {
    text-decoration: underline;
    color:white;
}

.btn-custom-hover:hover {
    color: #0d6efd;
}

.custom-background {
    background: url('/img/assets/Asset9.png');
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: auto;
    height:auto;
    clip-path: inset(0 0 0 0 round 0px 0px 100px 100px);
    z-index: 1;
}

.main-img {
    position: absolute;
    top: -360px;
    right: -300px;
    z-index: -1;
    width: 60%;
    overflow: hidden;
}

.section-border-bottom {
    border: none;
    border-bottom-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
}

.custom-header {
    text-align: center;
    width:auto;
    margin: 0 auto;
    font-weight: bold;
}

.primary-color {
    color: #00339e;
}

.custom-list-item {
    border: 3px solid #00339e;
    border-radius: 1rem;
    padding: clamp(0.5rem, 2vw, 1.5rem);
    cursor: pointer;
}



.custom-plus-btn {
    color: #00339e;
    font-size: 2rem;
}

.custom_content {
    display: none;
}

.custom-footer {
    background-color: #001a50;
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
    padding: 3.5rem 0;
    background-color: #001a50
}

.custom-yt-bg {
    background: url('/img/assets/Asset9.png');
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: fit-content;
    clip-path: inset(0 0 0 0 round 100px);
}
.video-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    overflow: hidden;
    max-width: 900px;
    margin: auto;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
}

.large-font {
    font-size: clamp(1.8rem, 2.5vw, 2.5rem);
}

.mid-font{
    font-size: 2rem
}


.logo-style {
    padding: 5rem 2rem;
    border-radius: 3rem
}

.inputs-style,
input.form-control {
    background-color: #f3f6f9 !important;
    padding: 10px;
    border: none !important;
    box-shadow: none !important;
    font-weight: 300;
    color: gray;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-clip: padding-box;
}

    input.form-control:focus {
        background-color: #f3f6f9 !important;
        outline: none !important;
    }

input:-webkit-autofill {
    background-color: #f3f6f9 !important;
    -webkit-box-shadow: 0 0 0px 1000px #f3f6f9 inset !important;
    box-shadow: 0 0 0px 1000px #f3f6f9 inset !important;
    color: gray !important;
}



.input-group .input-group-text {
    border: none !important; /* Removes border around the eye icon */
    background-color: #f3f6f9 !important; /* Matches the input field */
}

.input-group {
    border: none !important; /* Ensures no border around the group */
    box-shadow: none !important;
}

.social-icons img {
    width: 25px;
    height: 25px;
}

.custom-line-height {
    line-height: 1.5;
}

.custom-text-align{
    text-align:justify;
}

/* Payment Logos */
.payment-logos img {
    width: 70px;
    height: 35px;
}

.text-dark-black{
    color:black
}

/* Footer Links */
.footer-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-links li {
    font-size: 14px;
}

.footer-links a {
    text-decoration: none;
    color: white;
}

/* Divider */
.footer-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.assets-style {
    width: 100px;
    height: 70px;
}

.custom-width {
    width: 75%;
}

.font-base {
    font-size: 16px;
}

.font-small {
    font-size: 14px;
}

.font-xsmall {
    font-size: 12px;
}

.font-xxsmall{
    font-size:12px;
}

.font-large{
    font-size:18px;
}

.fq-p {
    width: fit-content;
    line-height: 2rem;
    text-align: start;
    color: #00339e;
    font-weight: 600;
}

.section-padding{
    padding: 2rem; 
}

.footer-logo{
    width:11rem;
}

.footer-icons {
    width: 25px;
    height: 25px
}

.custom-render-border {
    border: 3px solid #00339e;
    border-radius: 1rem;
    padding: 3rem 5rem;
    max-width: 90%;
    position: relative;
    background-color: white;
    z-index:2;
}

.corner-top-left, .corner-top-right, .corner-bottom-left, .corner-bottom-right {
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: 1;
}

.square-top, .square-bottom {
    position: absolute;
    width: 150px;
    height: 150px;
    z-index:1;
}

.square-part-top, .square-part-bottom {
    position: absolute;
    width: 150px;
    height: 150px;
    z-index:0;
}

.corner-top-left {
    top: -50px;
    left: -50px;
}

.corner-top-right {
    top: -50px;
    right: -50px;
}

.corner-bottom-left {
    bottom: -50px;
    left: -50px;
}

.corner-bottom-right {
    bottom: -50px;
    right: -50px;
}

.square-top {
    top: 130px;
    right: -200px;
}

.square-bottom {
    bottom: 130px;
    left: -200px;
}

.square-part-top {
    top: -15px;
    left: 395px;
}

.square-part-bottom {
    bottom: -15px;
    right: 395px;
}


@media (max-width: 767px) {
    .large-font {
        font-size: 1.5rem;
    }

    .logo-style {
        padding: 5rem 2rem;
    }

    .custom-list-item {
        padding: 0.5rem 1rem;
    }

    .footer-border-top {
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem;
        padding: 2.5rem 0;
    }

    .assets-style {
        width: 70px;
        height: 40px;
    }

    .custom-width {
        width: 100%;
    }

    .custom-yt-bg {
        
        clip-path: inset(0 0 0 0 round 30px);
    }
    .custom-render-border{
        padding:2rem 0.5rem;
    }

    .font-large{
        font-size: 14px;
    }
    .custom-line-height {
        line-height: 1.5;
    }

    .main-img {
        visibility: hidden;
    }
    .mid-font {
        font-size: 1.2rem;
    }

    .font-base {
        font-size: 12px;
    }

    .video-container iframe {
        border-radius: 2rem;
    }

    .section-padding {
        padding: 1.5rem;
    }

    .square-part-top, .square-part-bottom {
        display: none;
        visibility: hidden;
    }
}

@media (min-width: 320px) and (max-width: 374px) {
    .font-base {
        font-size: 10px;
    }
    .mid-font {
        font-size: 1rem;
    }
    .large-font {
        font-size: 1.2rem;
    }
    .font-large {
        font-size: 12px;
    }
    .logo-style {
        padding: 3rem 1rem;
    }

    .font-xsmall {
        font-size: 11px;
    }
    .g-recaptcha {
        transform: scale(0.75);
        transform-origin: center center;
    }
    .font-xxsmall {
        font-size: 8px;
    }
    .square-part-top, .square-part-bottom {
        display: none;
        visibility: hidden;
    }

}

@media (min-width: 375px) and (max-width: 424px) {
    .font-base {
        font-size: 12px;
    }


    .mid-font {
        font-size: 1rem;
    }

    .large-font {
        font-size: 1.3rem;
    }

    .font-large {
        font-size: 14px;
    }

    .logo-style {
        padding: 5rem 2rem;
    }

    .g-recaptcha {
        transform: scale(0.75);
        transform-origin: center center;
    }

    .font-xxsmall {
        font-size: 10px;
    }

    .square-part-top, .square-part-bottom {
        display: none;
        visibility: hidden;
    }
}


    @media (min-width: 768px) and (max-width: 1023px) {
        .large-font {
            font-size: 2rem;
        }

        .font-large {
            font-size: 16px;
        }

        .logo-style {
            padding: 5rem 2rem;
        }

        .custom-width {
            width: 75%;
        }

        .custom-yt-bg {
            clip-path: inset(0 0 0 0 round 30px);
        }

        .custom-line-height {
            line-height: 1.6;
        }

        .main-img {
            visibility: hidden;
        }

        .mid-font {
            font-size: 1.5rem;
        }

        .font-base {
            font-size: 14px;
        }

        .video-container iframe {
            border-radius: 2rem;
        }

        .section-padding {
            padding: 1.5rem;
        }
        .square-part-top, .square-part-bottom {
            display: none;
            visibility:hidden;
        }
    }


    @media (min-width: 1024px) and (max-width: 1199px) {

        .large-font {
            font-size: 2.2rem;
        }

        .custom-width {
            width: 50%;
        }

        .font-large {
            font-size: 18px;
        }

        .custom-line-height {
            line-height: 1.7;
        }

        .main-img {
            top: 0px;
            right: -100px;
            z-index: -1;
            width: 60%;
            overflow: hidden;
        }

        .second-img {
            top: 0px;
            right: -100px;
            z-index: -1;
            width: 60%;
            overflow: hidden;
        }

        .mid-font {
            font-size: 1.8rem;
        }

        .font-base {
            font-size: 16px;
        }

        .video-container iframe {
            border-radius: 2.5rem;
        }

        .section-padding {
            padding: 1.5rem;
        }

        .square-part-top, .square-part-bottom {
            display: none;
            visibility: hidden;
        }
    }

    @media (min-width: 1200px) {
        .custom-paragraph {
            text-align: start;
        }
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .square-part-top {
            top: -15px;
            left: 310px;
        }

        .square-part-bottom {
            bottom: -15px;
            right: 310px;
        }

    }

    @media (min-width: 1400px) and (max-width: 1440px) {
        .custom-paragraph {
            text-align: start;
        }

        .square-part-top {
            top: -15px;
            left: 385px;
        }

        .square-part-bottom {
            bottom: -15px;
            right: 385px;
        }
    }
