
:root {
    --primary-color: #2172ff;
    --primary-light: #4388ff;
    --accent-color: #5E2DD2;
    --dark-text: #333;
    --light-text: #777;
    --primary-purple: #6D1DC9;
    
    --primary-blue: #2575fc;
    --accent-orange: #ff7a00;
    --text-light: #ffffff;
    --text-dark: #333333;
    --card-bg: #ffffff;
    --footer-bg: #4b1ebb;
}

body {
    font-family:"Gabarito";
 overflow:scroll;
}

.login-container {
    max-width: 1000px;
    height: 550px;
    margin: 2rem auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(122.11deg, #79B0FD 5.96%, #2771F4 94.04%);
   
}

.left-panel {
    /* background: linear-gradient(122.11deg, #79B0FD 5.96%, #2771F4 94.04%); */
    height: 100%;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.brand {
    font-weight: 700;
    font-size: 1.5rem;
    color: white;
    margin-bottom: 3rem;
}

.brand span {
    color: #ffcc00;
}

.illustrations {
    position: relative;
    height: 80%;
}

.illustration-item {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}


.bubble {
    position: absolute;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
}

.bubble-1 {
    width: 200px;
    height: 200px;
    bottom: -100px;
    right: -50px;
}

.bubble-2 {
    width: 100px;
    height: 100px;
    top: 20%;
    left: -30px;
}

.login-form {
    height: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-header {
    text-align: center;
    color: var(--accent-color);
    font-weight: 600;
    margin-bottom: 2rem;
    margin-top:1rem;
    font-size:26px;
}

.form-label {
    color: var(--accent-color);
    font-weight: 400;
    font-size:14px;

}

.form-control {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 1rem;
}

.form-control:focus {
    border-color: var;
    box-shadow: 0 0 0 3px rgba(123, 71, 252, 0.2);
}

.forgot-password {
    text-align: right;
    margin-bottom: 1rem;
}

.forgot-password a {
    color: #D22D30;
    
    text-decoration: none;
    font-size: 0.9rem;
}

.forgot-password a:hover {
    color: var(--accent-color);
}
.login_image{
    margin-left:15%;
    margin-top:10%;
}
.login-btn {
    background-color: var(--accent-color);
    border: none;
    border-radius: 8px;
    color: white;
    padding: 12px;
    font-weight: 500;
    transition: all 0.3s;
    width: 100%;
}

.login-btn:hover {
    background-color: #6a3dd8;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(123, 71, 252, 0.3);
}
.right-card{
            width:100%;
            background-color:white;
            border-radius:20px;
            box-shadow: 0 4px 10px rgba(255, 122, 0, 0.3);
            padding:10px;

 } 
/* @media (max-width: 767.98px) {
    .login-container {
        height: auto;
        margin: 1rem;
    }
    
    .left-panel {
        height: 200px;
    }
    
    .login-form {
        padding: 1.5rem;
    }
} */
.card {
border-radius: 16px;
width:80%;
height:75%;
}
/* .panel-right{
background: linear-gradient(122.11deg, #2771F4  5.96%, #2771f7 94.04%);
} */




.navbar {
    background:#2672F5;

    padding: 0.5rem 2rem;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.2rem;
    color: white !important;
    text-decoration: none;
}

.navbar-brand span {
    color: #ffcc00;
}

.navbar-text {
    color: white !important;
    font-weight: 500;
    margin-left:20%;
    font-size:20px;
}

@media (max-width: 767.98px) {
    .navbar {
        padding: 0.5rem 1rem; 
        border-radius:10px;
    }

    .navbar-brand {
        font-size: 1rem; 
    }

    .navbar-brand img {
        max-width: 100px;  
    }

    .navbar-text {
        color: white !important;
        font-size: 8px; 
        margin-left: 10%;  
    }

    .navbar {
        flex-wrap: nowrap;
    }
}

.hero-section {
    background: linear-gradient(94.21deg, #2672F5 54.26%, #6F1AC8 99.21%);

    color: white;
    border-radius: 10px;
    padding: 2rem;
    margin: 2rem 0;
    text-align: center;
}

.hero-section h2 {
    color: #F3FB0D;
    
    font-weight: 600;
    margin-bottom: 1rem;
}

.hero-section p {
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.check-score-btn {
    background:linear-gradient(90.93deg, #FF7B28 50.48%, #FFD3B8 99.64%);
    color: white;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s;
}

.check-score-btn:hover {
    background:linear-gradient(90.93deg, #FF7B28 50.48%, #FFD3B8 99.64%);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(255, 122, 0, 0.3);
    color: white;
}

.feature-card {
    background-color: var(--card-bg);
    border-radius: 10px;
    border-bottom: 1px solid rgb(255, 11, 11);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);

    padding: 1.5rem;
    height: 100%;
    text-align: center;
    transition: all 0.3s;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(49, 47, 47, 0.1);
}

.feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: black;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);

}

.feature-card h5 {
    color: var(--primary-purple);
    font-weight: 600;
    margin-bottom: 1rem;
}

.feature-card p {
    font-size: 0.95 rem;
    color: #666;
}

.testimonial-section {
    margin: 3rem 0;
    text-align: center;
}

.testimonial-section h3 {
    color: var(--primary-purple);
    font-weight: 600;
    margin-bottom: 2rem;
}

.testimonial-card {
    background-color: var(--card-bg);
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);

    padding: 1.5rem;
    height: 100%;
    text-align: left;
    font-size: 0.95rem;
}

.testimonial-text {
    color: #555;
    margin-bottom: 1rem;
    min-height: 100px;
}

.read-more {
    color: var(--primary-purple);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.8rem;
}

.read-more:hover {
    text-decoration: underline;
}

.terms-section {
    margin: 3rem 0;
    text-align: left;
}
.term1 {
    color: var(--primary-purple);
    font-weight: 600;
    margin-bottom: 1rem;
}

footer {
    background:#2672F5;

    color: white;
    padding: 2rem 0;
}

.smart-logo {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.smart {
    color: white;
}

.score1 {
    color: #ffcc00;;
}

.footer-text {
    font-size: 0.90rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.footer-section {
    margin-bottom: 1.5rem;
}

.footer-heading {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 0.90rem;
    opacity: 0.9;
}

.footer-links a:hover {
    text-decoration: underline;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    font-size: 0.90rem;
}

.contact-icon {
    margin-right: 0.90rem;
    color: white;
}

.map-container {
    margin-top: 1rem;
    height: 120px;
    width:80%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 13px;
}

.copyright {
    font-size: 0.8rem;
    text-align: center;
    opacity: 0.8;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 1rem;
    margin-top: 1rem;
    margin-left:5%;
}

.disclaimer {
    font-size: 0.75rem;
    text-align: center;
    opacity: 0.7;
}
@media (max-width: 767.98px) {
    .feature-card, .testimonial-card {
        margin-bottom: 1.5rem;
    }
}

      /*2nd page*/
  
.form-container {
    background-color: white;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding: 30px;
    width: 100%;
    max-width: 700px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin: 40px auto;
}

h1 {
    color: #8e44ad;
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.form-group {
    flex: 1 0 calc(50% - 20px);
    margin: 0 10px 20px;
    min-width: 200px;
}

label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
}

input, select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

input::placeholder, select::placeholder {
    color: #aaa;
}

.date-input {
    position: relative;
}

.date-input input {
    padding-right: 30px;
}

.date-input:after {
    content: "📅";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.checkbox-group input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
    margin-top: 3px;
}

.checkbox-label {
    font-size: 12px;
    color: #555;
}

.submit-btn {
    background: linear-gradient(90.93deg, #FF7B28 78.64%, #FFD3B8 99.64%);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 12px 40px;
    font-size: 16px;
    cursor: pointer;
    display: block;
    margin: 20px auto 0;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background:linear-gradient(90.93deg, #FF7B28 50.48%, #FFD3B8 99.64%);
}

.pan-input {
    position: relative;
}

.success-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: green;
    font-size: 18px;
}
.error-message {
color: red;
font-size: 12px;
margin-top: 4px;
}

.terms-part-one{
 width:100%;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
padding:20px;
}


/*3rd page*/
.score-display {
    text-align: center;
}

.score {
    font-size: 48px;
    font-weight: bold;
    color: #68B030;

}

.score-label {
    font-size: 16px;
    margin-bottom: 20px;
}

.score-label span {
    color: #68B030;
    font-weight: bold;
}

.score-meter {
    height: 10px;
    background: linear-gradient(to right, red, orange, yellow, #68B030, green);
    border-radius: 5px;
    margin: 20px 0;
    position: relative;
}

.score-ranges {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 14px;
    color: #666;
}

.poor { color: red; }
.fair { color: orange; }
.good { color: #68B030; }
.excellent { color: green; }

.score-pointer {
    width: 2px;
    height: 15px;
    background-color: #333;
    position: absolute;
    top: -5px;
}

.explanation {
    margin-top: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.explanation h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

.explanation p {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 0;
}

.cta-button {
    display: block;
    width: 40%;
    margin: 20px auto 10px;
    padding: 12px;
    background: linear-gradient(90.93deg, #FF7B28 50.48%, #FFD3B8 99.64%);
    color: white;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.cta-button:hover {
    background-color: #E86C26;
}

.score-display .score {
font-size: 60px;
font-weight: bold;
}

.score-display .score-label {
font-size: 20px;
margin-top: 10px;
}

.score-label span {
font-weight: bold;
}

.score-meter {
position: relative;
height: 10px;
background: linear-gradient(to right, red, orange, yellow, green);
border-radius: 10px;
margin: 30px 0;
}

.score-ranges {
display: flex;
justify-content: space-between;
font-size: 14px;
margin-bottom: 30px;
}

.explanation {
text-align: left;
}



/* Score Color Classes */
.score.good {
color: #FFA500;
}

.score.fair {
color: #FF8C00;
}

.score.poor {
color: red;
}

.score.excellent {
color: green;
}


@media (max-width: 991.98px) {
  .testimonial-section {
    padding: 1rem;
  }

  .testimonial-card {
    padding: 1rem;
    font-size: 0.9rem;
  }

  .testimonial-text {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .testimonial-section h3 {
    font-size: 1.2rem;
  }

  .testimonial-card {
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .testimonial-text {
    font-size: 0.85rem;
  }
}
@media (max-width: 991.98px) {
  .feature-card {
    padding: 1rem;
  }

  .feature-icon {
    width: 50px;
    height: 50px;
  }

  .feature-card h5 {
    font-size: 1rem;
  }

  .feature-card p {
    font-size: 0.8rem;
  }
}

@media (max-width: 767.98px) {
  .feature-card {
    margin-bottom: 1.5rem;
  }

  .feature-icon {
    margin-bottom: 0.75rem;
  }

  .feature-card h5 {
    font-size: 0.95rem;
  }
}
@media (max-width: 991.98px) {
  footer {
    padding: 1.5rem 1rem;
    text-align: left;
  }

  .footer-section {
    margin-bottom: 1rem;
  }

  .footer-heading {
    font-size: 0.85rem;
  }

  .footer-text,
  .footer-links a,
  .contact-item {
    font-size: 0.75rem;
  }

  .map-container {
    height: 100px;
    width: 100%;
    margin: 1rem auto;
  }
}

@media (max-width: 767.98px) {
  .footer-section {
    display: block;
    width: 100%;
  }

  .footer-links li {
    margin-bottom: 0.3rem;
  }

  .map-container {
    height: 100px;
  }

  .copyright,
  .disclaimer {
    font-size: 0.6rem;
  }
}
@media (max-width: 991.98px) {
  header {
    padding: 1rem 1.5rem;
  }

  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-brand {
    font-size: 1.2rem;
  }

  .navbar-nav {
    flex-direction: column;
    width: 100%;
  }

  .nav-link {
    padding: 0.5rem 0;
    font-size: 0.95rem;
  }

  .navbar-toggler {
    display: block;
  }

  .navbar-collapse {
    width: 100%;
  }

  .contact-info,
  .social-icons {
    text-align: center;
    font-size: 0.85rem;
    margin-top: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  header {
    padding: 0.75rem 1rem;
  }

  .navbar-brand {
    font-size: 1rem;
  }

  .nav-link {
    font-size: 0.85rem;
    padding: 0.4rem 0;
  }

  .contact-info,
  .social-icons {
    font-size: 0.75rem;
    flex-direction: column;
  }

  .social-icons i {
    font-size: 1rem;
    margin: 0.3rem;
  }
}
@media (max-width: 991.98px) {
    .login-container {
        flex-direction: column;
        height: auto;
        max-width: 100%;
        margin: 1rem;
    }

    .left-panel {
        height: auto;
        padding: 1.5rem 1rem;
    }

    .login-form {
        padding: 1.5rem 1rem;
    }

    .right-card {
        margin-top: 1rem;
        padding: 1rem;
    }

    .login_image {
        width: 80%;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 767.98px) {
    .login-container {
        margin: 1rem;
        height: auto;
        box-shadow: none;
        border-radius: 0;
    }

    .left-panel {
        height:30%;
        padding: 1rem;
        text-align: center;
    }

    .brand {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .login-header {
        font-size: 22px;
    }

    .form-label {
        font-size: 10px;
    }

    .form-control {
        font-size: 14px;
    }

    .login_image {
        margin: 0 auto;
        margin-bottom: 1rem;
        width: 100px;
    }

    .right-card {
        border-radius: 10px;
        padding: 1rem;
        box-shadow: none;
    }
}
@media (max-width: 767.98px) {
    .form-control {
        font-size: 13px;
        padding: 6px 10px;
    }

    .login-btn {
        font-size: 13px;
        padding: 8px;
    }
}
