/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 21 Jul 2025, 4:41:32 pm
    Author     : gunjansrivastava
*/

/*body{
    background: linear-gradient(to bottom, #67E8F9 30%, #C084FC 100%);
    min-height: 100vh;
  background-attachment: fixed;
  margin: 0;
}*/

body {
    background: linear-gradient(to bottom, rgba(103, 232, 249, 0.1) 30%, rgba(192, 132, 252, 0.1) 100%);
    min-height: 100vh;
    margin: 0;
}

@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */

    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: unset;
        margin-left: unset;
    }

    .centered-content-box {
        padding: 20px;
        border-radius: 12px; /* Rounded corners */
        text-align: center;
        max-width: 600px; /* Limit width for better appearance on larger screens */
        width: 95%; /* Make it responsive */
        font-family: 'Inter', sans-serif; /* Use Inter font */
        color: #111827; /* Dark text color */
        font-family: 'Plus Jakarta Sans', sans-serif; /* Changed font to Plus Jakarta Sans */
        font-size: 14px;
    }

    .main-home-title{
        color: #111827;
        font-size: 28px;
        font-weight: bold;
    }
    
    .second-home-title{
        color: #111827;
        font-size: 25px;
        font-weight: bold;
    }

    .get-plan-button {
        background-color: #111827;
        color: #FFFFFF;
        border: none;
        padding: 1rem 2rem;
        font-size: 14px;
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .get-plan-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    p {
        font-size: 18px;
        margin-bottom: 2rem;
        line-height: 1.6;
    }

    .body-main{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; /* Keeps sticky header on top and content below */
        min-height: 80vh;
        margin: 0;
    }

    .centered-content-box-agent {
        /*background-color: rgba(255, 255, 255, 0.9);  Semi-transparent white background */
        padding: 20px;
        border-radius: 12px; /* Rounded corners */
        /*box-shadow: 0 8px 16px rgba(0,0,0,0.15);  Soft shadow for depth */
        text-align: center;
        max-width: 720px; /* Limit width for better appearance on larger screens */
        width: 95%; /* Make it responsive */
        font-family: 'Inter', sans-serif; /* Use Inter font */
        color: #111827; /* Dark text color */
        font-family: 'Plus Jakarta Sans', sans-serif; /* Changed font to Plus Jakarta Sans */
    }

    .agents-grid {
        grid-template-columns: 1fr;
    }

    .agent_container {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: unset;
        margin-left: unset;
        width: 605px;
    }

    .footer-main{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-top:1px solid #E5E7EB;
        bottom: 0;
    }
    .footer-text{
        display: flex;
        justify-content: center;
        align-items: center;
        color:#6B7280;
        font-size: 12px;
    }

}
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    .centered-content-box {
        /*background-color: rgba(255, 255, 255, 0.9);  Semi-transparent white background */
        padding: 40px;
        border-radius: 12px; /* Rounded corners */
        /*box-shadow: 0 8px 16px rgba(0,0,0,0.15);  Soft shadow for depth */
        text-align: center;
        max-width: 600px; /* Limit width for better appearance on larger screens */
        width: 80%; /* Make it responsive */
        font-family: 'Inter', sans-serif; /* Use Inter font */
        color: #111827; /* Dark text color */
        font-family: 'Plus Jakarta Sans', sans-serif; /* Changed font to Plus Jakarta Sans */
    }

    .main-home-title{
        color: #111827;
        font-size: 40px;
        font-weight: bold;
    }
    
    .second-home-title{
        color: #111827;
        font-size: 30px;
        font-weight: bold;
    }

    .get-plan-button {
        background-color: #111827;
        color: #FFFFFF;
        border: none;
        padding: 1rem 2rem;
        font-size: 1rem;
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .get-plan-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }


    p {
        font-size: 1.2rem;
        margin-bottom: 2rem;
        line-height: 1.6;
    }

    .body-main{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; /* Keeps sticky header on top and content below */
        min-height: 80vh;
        margin: 0;
    }

    .centered-content-box-agent {
        /*background-color: rgba(255, 255, 255, 0.9);  Semi-transparent white background */
        padding: 40px;
        border-radius: 12px; /* Rounded corners */
        /*box-shadow: 0 8px 16px rgba(0,0,0,0.15);  Soft shadow for depth */
        text-align: center;
        max-width: 600px; /* Limit width for better appearance on larger screens */
        width: 80%; /* Make it responsive */
        font-family: 'Inter', sans-serif; /* Use Inter font */
        color: #111827; /* Dark text color */
        font-family: 'Plus Jakarta Sans', sans-serif; /* Changed font to Plus Jakarta Sans */
    }

    @media (max-width: 900px) {
        .agents-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 600px) {
        .agents-grid {
            grid-template-columns: 1fr;
        }
    }


    .footer-main{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-top:1px solid #E5E7EB;
    }
    .footer-text{
        display: flex;
        justify-content: center;
        align-items: center;
        color:#6B7280;
        font-size: 14px;
    }
}
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    .centered-content-box {
        /*background-color: rgba(255, 255, 255, 0.9);  Semi-transparent white background */
        padding: 40px;
        border-radius: 12px; /* Rounded corners */
        /*box-shadow: 0 8px 16px rgba(0,0,0,0.15);  Soft shadow for depth */
        text-align: center;
        max-width: 600px; /* Limit width for better appearance on larger screens */
        width: 80%; /* Make it responsive */
        font-family: 'Inter', sans-serif; /* Use Inter font */
        color: #111827; /* Dark text color */
        font-family: 'Plus Jakarta Sans', sans-serif; /* Changed font to Plus Jakarta Sans */
    }

    .main-home-title{
        color: #111827;
        font-size: 3.9rem;
        font-weight: bold;
    }
    
    .second-home-title{
        color: #111827;
        font-size: 30px;
        font-weight: bold;
    }

    .get-plan-button {
        background-color: #111827;
        color: #FFFFFF;
        border: none;
        padding: 1rem 2rem;
        font-size: 1rem;
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .get-plan-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }


    p {
        font-size: 1.2rem;
        margin-bottom: 2rem;
        line-height: 1.6;
    }

    .body-main{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; /* Keeps sticky header on top and content below */
        min-height: 80vh;
        margin: 0;
    }

    .centered-content-box-agent {
        /*background-color: rgba(255, 255, 255, 0.9);  Semi-transparent white background */
        padding: 40px;
        border-radius: 12px; /* Rounded corners */
        /*box-shadow: 0 8px 16px rgba(0,0,0,0.15);  Soft shadow for depth */
        text-align: center;
        max-width: 600px; /* Limit width for better appearance on larger screens */
        width: 80%; /* Make it responsive */
        font-family: 'Inter', sans-serif; /* Use Inter font */
        color: #111827; /* Dark text color */
        font-family: 'Plus Jakarta Sans', sans-serif; /* Changed font to Plus Jakarta Sans */
    }

    @media (max-width: 900px) {
        .agents-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 600px) {
        .agents-grid {
            grid-template-columns: 1fr;
        }
    }

    .footer-main{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-top:1px solid #E5E7EB;
    }
    .footer-text{
        display: flex;
        justify-content: center;
        align-items: center;
        color:#6B7280;
        font-size: 14px;
    }
}
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */
    .centered-content-box {
        /*background-color: rgba(255, 255, 255, 0.9);  Semi-transparent white background */
        padding: 40px;
        border-radius: 12px; /* Rounded corners */
        /*box-shadow: 0 8px 16px rgba(0,0,0,0.15);  Soft shadow for depth */
        text-align: center;
        max-width: 600px; /* Limit width for better appearance on larger screens */
        width: 80%; /* Make it responsive */
        font-family: 'Inter', sans-serif; /* Use Inter font */
        color: #111827; /* Dark text color */
        font-family: 'Plus Jakarta Sans', sans-serif; /* Changed font to Plus Jakarta Sans */
    }

    .main-home-title{
        color: #111827;
        font-size: 40px;
        font-weight: bold;
    }
    
    .second-home-title{
        color: #111827;
        font-size: 30px;
        font-weight: bold;
    }

    .get-plan-button {
        background-color: #111827;
        color: #FFFFFF;
        border: none;
        padding: 1rem 2rem;
        font-size: 1rem;
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .get-plan-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }


    p {
        font-size: 1.2rem;
        margin-bottom: 2rem;
        line-height: 1.6;
    }

    .body-main{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; /* Keeps sticky header on top and content below */
        min-height: 80vh;
        margin: 0;
    }

    .centered-content-box-agent {
        /*background-color: rgba(255, 255, 255, 0.9);  Semi-transparent white background */
        padding: 40px;
        border-radius: 12px; /* Rounded corners */
        /*box-shadow: 0 8px 16px rgba(0,0,0,0.15);  Soft shadow for depth */
        text-align: center;
        max-width: 600px; /* Limit width for better appearance on larger screens */
        width: 80%; /* Make it responsive */
        font-family: 'Inter', sans-serif; /* Use Inter font */
        color: #111827; /* Dark text color */
        font-family: 'Plus Jakarta Sans', sans-serif; /* Changed font to Plus Jakarta Sans */
    }

    @media (max-width: 900px) {
        .agents-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 600px) {
        .agents-grid {
            grid-template-columns: 1fr;
        }
    }


    .footer-main{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-top:1px solid #E5E7EB;
    }
    .footer-text{
        display: flex;
        justify-content: center;
        align-items: center;
        color:#6B7280;
        font-size: 14px;
    }
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
    .centered-content-box {
        /*background-color: rgba(255, 255, 255, 0.9);  Semi-transparent white background */
        padding: 40px;
        border-radius: 12px; /* Rounded corners */
        /*box-shadow: 0 8px 16px rgba(0,0,0,0.15);  Soft shadow for depth */
        text-align: center;
        max-width: 600px; /* Limit width for better appearance on larger screens */
        width: 80%; /* Make it responsive */
        font-family: 'Inter', sans-serif; /* Use Inter font */
        color: #111827; /* Dark text color */
        font-family: 'Plus Jakarta Sans', sans-serif; /* Changed font to Plus Jakarta Sans */
    }

    .main-home-title{
        color: #111827;
        font-size: 40px;
        font-weight: bold;
    }
    
    .second-home-title{
        color: #111827;
        font-size: 30px;
        font-weight: bold;
    }


    p {
        font-size: 1.2rem;
        margin-bottom: 2rem;
        line-height: 1.6;
    }

    .body-main{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; /* Keeps sticky header on top and content below */
        min-height: 80vh;
        margin: 0;
    }

    .centered-content-box-agent {
        /*background-color: rgba(255, 255, 255, 0.9);  Semi-transparent white background */
        padding: 40px;
        border-radius: 12px; /* Rounded corners */
        /*box-shadow: 0 8px 16px rgba(0,0,0,0.15);  Soft shadow for depth */
        text-align: center;
        max-width: 600px; /* Limit width for better appearance on larger screens */
        width: 80%; /* Make it responsive */
        font-family: 'Inter', sans-serif; /* Use Inter font */
        color: #111827; /* Dark text color */
        font-family: 'Plus Jakarta Sans', sans-serif; /* Changed font to Plus Jakarta Sans */
    }

    @media (max-width: 900px) {
        .agents-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 600px) {
        .agents-grid {
            grid-template-columns: 1fr;
        }
    }


    .footer-main{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-top:1px solid #E5E7EB;
    }
    .footer-text{
        display: flex;
        justify-content: center;
        align-items: center;
        color:#6B7280;
        font-size: 14px;
    }
}
@media (min-width:1281px) { /* hi-res laptops and desktops */
    .centered-content-box {
        /*background-color: rgba(255, 255, 255, 0.9);  Semi-transparent white background */
        padding: 40px;
        border-radius: 12px; /* Rounded corners */
        /*box-shadow: 0 8px 16px rgba(0,0,0,0.15);  Soft shadow for depth */
        text-align: center;
        max-width: 600px; /* Limit width for better appearance on larger screens */
        width: 80%; /* Make it responsive */
        font-family: 'Inter', sans-serif; /* Use Inter font */
        color: #111827; /* Dark text color */
        font-family: 'Plus Jakarta Sans', sans-serif; /* Changed font to Plus Jakarta Sans */
    }

    .main-home-title{
        color: #111827;
        font-size: 3.9rem;
        font-weight: bold;
    }
    
    .second-home-title{
        color: #111827;
        font-size: 30px;
        font-weight: bold;
    }

    .get-plan-button {
        background-color: #111827;
        color: #FFFFFF;
        border: none;
        padding: 1rem 2rem;
        font-size: 1rem;
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .get-plan-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }


    p {
        font-size: 1.2rem;
        margin-bottom: 2rem;
        line-height: 1.6;
    }

    .body-main{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; /* Keeps sticky header on top and content below */
        min-height: 75vh;
        margin: 0;
    }

    .centered-content-box-agent {
        /*background-color: rgba(255, 255, 255, 0.9);  Semi-transparent white background */
        padding: 40px;
        border-radius: 12px; /* Rounded corners */
        /*box-shadow: 0 8px 16px rgba(0,0,0,0.15);  Soft shadow for depth */
        text-align: center;
        max-width: 600px; /* Limit width for better appearance on larger screens */
        width: 80%; /* Make it responsive */
        font-family: 'Inter', sans-serif; /* Use Inter font */
        color: #111827; /* Dark text color */
        font-family: 'Plus Jakarta Sans', sans-serif; /* Changed font to Plus Jakarta Sans */
    }

    @media (max-width: 900px) {
        .agents-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 600px) {
        .agents-grid {
            grid-template-columns: 1fr;
        }
    }


    .footer-main{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-top:1px solid #E5E7EB;
    }
    .footer-text{
        display: flex;
        justify-content: center;
        align-items: center;
        color:#6B7280;
        font-size: 14px;
    }
}


.container-fluid{
    --bs-gutter-x: unset;
    --bs-gutter-y: unset;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.sticky-header {
    border-bottom: 1px solid #dee2e6;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #FFFFFF !important;
}
.logo-img {
    height: 28px; /* Adjust as needed */
    width: 134px;
}

/* Flexbox to center the logo within the container */
.sticky-header .container {
    display: flex;
    justify-content: center;
    align-items: center; /* Vertically center if header height is variable */
    height: 4vh;
}


h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}


.home-message{
    color: #4B5563;
}

.card {
    background-color: rgba(255, 255, 255, 0.9);
}

.align-text-left{
    text-align: left !important;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: unset;
    color: #000000;
    font-weight: bold;
}

.centered-content-box h2 {
    color: #495057; /* Slightly darker heading */
    margin-bottom: 15px;
}

.centered-content-box p {
    line-height: 1.6;
    margin-bottom: 25px;
}

.centered-content-box .btn {
    padding: 10px 30px;
    border-radius: 25px; /* More rounded button */
    font-weight: bold;
    background-color: #007bff; /* Bootstrap primary blue */
    border-color: #007bff;
    transition: all 0.3s ease; /* Smooth hover effect */
}

.centered-content-box .btn:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    transform: translateY(-2px); /* Slight lift on hover */
}



.basic-info-step {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px; /* optional */
}

.progress{
    --bs-progress-height: 0.3rem;
    --bs-progress-bar-bg: #1F2937;
}

.progress-complete{
    --bs-progress-height: 0.3rem;
    --bs-progress-bar-bg: #16A34A;
}

.button-section-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.button-cancel{
    background-color: #E5E7EB;
    color: #1F2937;
    border: none;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.button-prev{
    background-color: #E5E7EB;
    color: #1F2937;
    border: none;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.button-next{
    background-color: #1F2937;
    color: #FFFFFF;
    border: none;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

label{
    margin-bottom: 5px;
    font-size: small;
}

.basic-info-message{
    text-align: center;
    color:#6B7280;
    font-size: small;
}

.agents-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.agent-card {
    background: white;
    border-radius: 5px;
    padding: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
    border: 1px solid #eaeaea;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    width:240px;
}

.agent-card:hover {
  
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: #4a90e2;
}

.agent-card h3 {
    margin: 0;
    color: #2c3e50;
    font-size: 1.1rem;
}

.selected {
    background-color: #f0f7ff;
    border-color: #4a90e2;
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.2);
}

.checkmark {
    position: absolute;
    top: 3px;
    right: 5px;
    width: 30px;
    height: 30px;
    /*background-color: #4a90e2;*/
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.2);*/
}

.selected .checkmark {
    display: flex;
}

.selection-count {
    text-align: center;
    margin-top: 2rem;
    font-weight: bold;
    color: #2c3e50;
}

.select-top-message{
    font-size: 14px;
    color:#6B7280;
    text-align: left;
}

a{
    text-decoration: none;
}

.button-submit{
    background-color: #4F46E5;
    color:#FFFFFF;
    border: none;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.processing-message-heading{
    font-size: 12px;
    font-weight: bold;
}
.processing-message-title{
    font-size: 18px;
}

.spinner {
    width: 48px;
    height: 48px;
    margin: 0 auto 2rem;
    border: 4px solid #f0f0f0;
    border-top: 5px solid #9CA3AF;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.text-12{
    font-size: 12px;
}


.form-submited-title{
    font-size: 36px;
    font-weight: semibold;
}
.form-submited-message{
    font-size: 18px;
    font-weight: regular;
}
.reference-message{
    font-size: 12px;
    margin-bottom: 1.2em !important;
    margin-top: 1em;
}

.basic-info-step-title{
    font-weight: bold;
}

.check-mark-background{
    background: #DCFCE7;
    height: 80px;
    width: 80px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.basic-info-step-number{
    font-size: 14px;
}

.basic-info-step-title{
    font-size: 14px;
}

.align-left{
    text-align: unset !important;
}

