.signlink a{
color: #8a1739  !important;
}
.banner {
background-color: #8a1739 !important;
}

.banner h1 {
color: var(--Neutrals-Base-White, #FAFAFA);
}

.banner p {
color: var(--Neutrals-Neutrals100, #E4E4E4);
font-size: 20px;
}

.scrolling-images {
overflow: hidden;
position: relative;
white-space: nowrap;
width: 100%;
}

.scrolling-images-inner {
display: flex;
animation: scroll 3s linear infinite;
height: 68px;
width: 68px;
}

.svg-image {
flex-shrink: 0;
width: 100px;
/* Adjust size as needed */
margin: 0 10px;
/* Adjust spacing as needed */
}

@keyframes scroll {
0% {
transform: translateX(0);
}

100% {
transform: translateX(-100%);
}
}

.start-btn {
text-decoration: none;
color: #000;
background-color: #fff;
border-radius: 100px;
padding: 10px 20px;
display: inline-block;
font-size: 18px;
}

/* Popup Overlay */
.popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
display: none;
/* Set to none initially */
justify-content: center;
align-items: center;
z-index: 9999;
}


@media (max-width: 768px) {
.popup-overlay {
width: 100%;
top: 89px;
right: -50px;
}

.left-image {
display: none;
}
}

/* Popup Content */
.popup-content {
background-color: #fff;
padding: 20px;
max-width: 450px;
width: 100%;
display: block;
border-radius: 10px;
position: relative;
max-height: calc(115vh - 100px); /* Ensures the popup does not exceed the viewport height */
overflow-y: auto;
}

.popup-content h2 {
margin-top: 0;
}

.close-popup {
position: absolute;
top: 10px;
right: 15px;
font-size: 24px;
cursor: pointer;
color: #aaa;
float: right;
font-weight: bold;
}

.login-container {
display: flex;
width: 100%;
}

.left-image {
width: 50%;
}

.left-image img {
width: 100%;

border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}

.right-form {
padding-left: 20px;
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
}

form {
box-shadow: none;
}


h2 {
font-size: 24px;
margin-bottom: 20px;
}

.form-group {
margin-bottom: 0px;
}

.form-group label {
display: block;
font-size: 16px;
margin-bottom: 0px;
}

.form-control {
width: 100%;
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
}

.login-btn {
width: 100%;
padding: 10px;
background-color: #1a1a87;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
margin-top: 15px;
}

.remember-me {
display: flex;
align-items: center;
font-size: 14px;
}

.lost-password {
margin-top: 10px;
font-size: 14px;
}

.close-popup:hover,
.close-popup:focus {
color: black;
text-decoration: none;
}


.form-group {
color: #000;
text-align: left;
}

#signup-form input[type=email],
#signup-form input[type=password],
#signup-form input[type=text] {
margin: 0px 0 0;
}

#form-title,
#toggle-text {
margin-bottom: 0px;
}

#signup-form {
height: 470px;
overflow: hidden;
overflow-y: scroll;
}

#signup-form::-webkit-scrollbar {
width: 8px;
background-color: #f0f0f0;
}

/* Show scrollbar and background only when scrolling */
#signup-form:hover::-webkit-scrollbar {
width: 8px;
}

#signup-form:hover::-webkit-scrollbar-thumb {
background-color: #888;
/* Scrollbar color */
border-radius: 10px;
}

.unlock h3 {
color: #005AA1;
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.unlock p {
color: var(--Neutrals-Neutrals1000, #221F1F);
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
padding-bottom: 20px;
}

#pills-tab {
padding: 5px;
background: #E4E4E4;
border-radius: 8px;
}

.nav-link {
padding: 10px 1rem;
}

ul.list-unstyled1 li svg {
margin-top: 7px;
}

ul.list-unstyled li {
display: flex;
align-items: start;
}

ul.list-unstyled li svg {
flex-shrink: 0;
/* Prevent SVG from shrinking */
margin-right: 10px;
/* Space between icon and list item text */
}

.custom-card p {
margin: 0;
/* Remove default margin for better alignment */
}

.custom-card {
padding-right: 42px;
padding-top: 64px;
}

.row.g-4.align-items-center {
border-radius: var(--Spacing-ml, 20px);
/* Fallback to 20px if variable is not defined */

opacity: 1;
/* Default to full opacity; adjust as needed */
background: linear-gradient(180deg, rgba(62, 0, 255, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%);
}

.about {
background-color: #fff;
}

.row.about1.g-4.align-items-center {
border-radius: var(--Spacing-ml, 20px);
opacity: var(--sds-size-stroke-border);
background: linear-gradient(180deg, rgba(255, 105, 122, 0.12) 0%, rgba(255, 255, 255, 0.12) 100%);
}

.custom-card1 {
padding-left: 42px;
padding-top: 64px;
}

@media (max-width: 768px) {
.custom-card1 {
padding-left: 0px;
padding-top: 0px;
}
.btn-practice {
font-size: 10px;
font-weight: bold;
padding: 8px 10px;
}
}
.premium-popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
z-index: 1000;
}

.premium-popup-content {
border-radius: 22px;
border: 2px solid #FAFAFA;
background: var(--Success-Success, #A4F4E7);
padding: 30px;
width: 100%;
max-width: 926px;
margin: 100px auto;
text-align: center;
position: relative;
}

.premium-close-popup {
position: absolute;
top: 10px;
right: 20px;
font-size: 24px;
cursor: pointer;
color: #000;
}

.upgrade-banner .popup-icon {
width: 50px;
height: 50px;
margin-bottom: 20px;
}

.upgrade-header h3 {
color: var(--Neutrals-Neutrals1000, #221F1F);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.upgrade-cont h4 {
color: #0084D0;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.upgrade-banner p {
color: var(--Neutrals-Neutrals1000, #221F1F);
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 20px;
}

.btn-upgrade {
background-color: #0066FF;
color: white;
padding: 10px 20px;
border-radius: 25px;
text-decoration: none;
font-weight: bold;
font-size: 16px;
}
.btn-upgrade:hover {
background-color: #0066FF;
color: white;
padding: 10px 20px;
border-radius: 25px;
text-decoration: none;
font-weight: bold;
font-size: 16px;
}
.btn-upgrade:hover {
background-color: #004bb5;
}
.icon-box {
display: flex;
align-items: center;
justify-content: space-between;
text-decoration: none;
padding: 10px;
border-radius: 10px;
background-color: #f9f9f9;
}

.icon-box img {
width: 50px;
margin-right: 0px;
}

.icon-box h3 {
font-size: 1.2rem;
margin: 0;
}

.questions-count {
color: #005AA1 !important;
font-size: 12px !important;
font-style: normal;
font-weight: 500 !important;
line-height: normal;
letter-spacing: -0.3px;
}

.features .icon-box h3 {
text-align: left;
font-weight: 700;
font-size: 15.5px;
}

.btn-practice {
width: 90%;
background-color: #333635;
color: white;
border: none;
border-radius: 100px;
padding: 5px 18px;
font-size: 11px;
cursor: pointer;
}

.btn-practice:hover {
background-color: #005b99;
}

.far.fa-arrow-alt-circle-right {
font-size: 1.5rem;
color: #333;
margin-left: 10px;
}

.features .icon-box {
box-shadow: 0 0px 2px rgba(0, 0, 0, .2);
border-radius: 6.712px;
gap:10px;
}

.features .icon-box:hover {
box-shadow: 0 0px 2px rgba(0, 0, 0, .2);
border-radius: 6.712px;
}

.features .icon-box i {
padding-right: 20px;
/*padding-left: 20px;*/
}

.testlock {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}

.icon-box {
text-align: center;
flex-grow: 1;
}
.row.about2.g-4.align-items-center {
border-radius: var(--Spacing-ml, 20px);
opacity: var(--sds-size-stroke-border);
background: linear-gradient(180deg, rgba(197, 255, 21, 0.12) 0%, rgba(255, 255, 255, 0.12) 100%);
}

.custom-card2 {
padding-right: 42px;
padding-top: 64px;
}
.cardhome {
transition: transform 0.2s;
border-radius: var(--Spacing-ml, 20px);
border: var(--sds-size-stroke-border) solid #ACD5FF;
opacity: var(--sds-size-stroke-border);
background: linear-gradient(180deg, #D5EAFF 0%, rgba(213, 234, 255, 0.00) 100%);
}

.cardhome1 {
text-align: right;
border-radius: var(--Spacing-ml, 20px);
border: var(--sds-size-stroke-border) solid #B8FFD0;
opacity: var(--sds-size-stroke-border);
background: linear-gradient(180deg, #DCFCE7 0%, rgba(220, 252, 231, 0.00) 100%);
}

.cardhome4 {
text-align: right;
border-radius: var(--Spacing-ml, 20px);
border: var(--sds-size-stroke-border) solid rgba(254, 249, 195, 0.00);
opacity: var(--sds-size-stroke-border);
background: linear-gradient(180deg, rgba(254, 249, 195, 0.00) 0%, #FEF9C3 100%);
}

.cardhome3 {
border-radius: var(--Spacing-ml, 20px);
border: var(--sds-size-stroke-border) solid rgba(255, 237, 213, 0.00);
opacity: var(--sds-size-stroke-border);
background: linear-gradient(180deg, rgba(255, 237, 213, 0.00) 0%, #FFEDD5 100%);
}

.cardhome:hover {
transform: scale(1.05);
}

.cardhome1:hover {
transform: scale(1.05);
}

.cardhome2:hover {
transform: scale(1.05);
}

.cardhome3:hover {
transform: scale(1.05);
}

.cardhome4:hover {
transform: scale(1.05);
}

.card1-icon svg {
border-radius: 8px;
opacity: var(--sds-size-stroke-border);
background: #FFF;
box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.32), 0px 1px 2px 0px rgba(0, 0, 0, 0.32), 0px 0px 0px 1px #B8DAFF, 0px 1px 0.75px 0px rgba(255, 255, 255, 0.24) inset, 0px -2px 0.75px 0px rgba(0, 0, 0, 0.12) inset;
text-align: right;
}

.card4-icon svg {
border-radius: 8px;
opacity: var(--sds-size-stroke-border);
background: #FFF;
box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.32), 0px 1px 2px 0px rgba(0, 0, 0, 0.32), 0px 0px 0px 1px #B8DAFF, 0px 1px 0.75px 0px rgba(255, 255, 255, 0.24) inset, 0px -2px 0.75px 0px rgba(0, 0, 0, 0.12) inset;
text-align: right;
}

.card-icon svg {
border-radius: 8px;
opacity: var(--sds-size-stroke-border);
background: #FFF;
box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.32), 0px 1px 2px 0px rgba(0, 0, 0, 0.32), 0px 0px 0px 1px #B8DAFF, 0px 1px 0.75px 0px rgba(255, 255, 255, 0.24) inset, 0px -2px 0.75px 0px rgba(0, 0, 0, 0.12) inset;
}

.cardhome-title {
font-size: 1.25rem;
font-weight: bold;
padding: 6px 8px;
justify-content: center;
align-items: center;
}

.cardhome-text {
font-size: 0.9rem;
color: #333;
padding: 6px 8px;
justify-content: center;
align-items: center;
}

.card-icon {
display: flex;
width: 48px;
height: 48px;
padding: 6px 8px;
justify-content: center;
align-items: center;
}

.row.about4.g-4.align-items-center {
border-radius: var(--Spacing-ml, 20px);
opacity: var(--sds-size-stroke-border);
background: linear-gradient(180deg, rgba(55, 93, 251, 0.12) 0%, rgba(255, 255, 255, 0.12) 100%);
}

.custom-card4 {
padding-right: 42px;
padding-top: 64px;
}
.row.about5.g-4.align-items-center {
border-radius: var(--Spacing-ml, 20px);
opacity: var(--sds-size-stroke-border);
background: linear-gradient(180deg, rgba(56, 199, 147, 0.12) 0%, rgba(255, 255, 255, 0.12) 100%);
}

.custom-card5 {
padding-right: 42px;
padding-top: 64px;
}
@media only screen and (max-width: 667px) {
#about {
padding: 0px !important;
}
.aboutnew1 {
padding-right: 15px !important;
padding-left: 15px !important;
}
}

.quiz_per_c {
border: 1px solid #005AA1;
border-radius: 50%;
   color: #005AA1;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;

}

.mobile_padding_is{
padding-right: 0px !important;
padding-left: 0px !important;
}
.features .icon-box h3{
width: 100% !important;
}
.unlocknow{
background:#bc1e36 !important;
}
.unlockcolor{
    color: #bc1e36 !important;
}

@media (max-width: 767px) {
    .view-more-btn, .hide-more-btn{
        margin: 10px 0px !important;
    }
    .content-current h2{
        font-size: 20px;
    }
.quiz_per_c{
    width: 40px;
height: 40px;
display: block;
line-height: 40px;
text-align: center;
padding: 0;
}
.features .icon-box{
    border: 1px solid #dedddd;
}
.progress-stat1.text-right{
    display: flex;
    align-items: center;
    justify-content: end;
}
.banner h1{
    font-size: 18px !important;
    line-height: 22px;
}
.banner h3 {
    color: rgba(246, 202, 32, 1);
    font-size: 19px !important;
    font-weight: 600;
}
.content-wrap section{
    padding: 0px !important;
}
.banner p {
    color: var(--Neutrals-Neutrals100, #E4E4E4);
    font-size: 18px;
    line-height: 28px ! IMPORTANT;
}
.btn-practice{
    width: 100%;
    background-color: #8a1739;
    color: white;
    border: none;
    border-radius: 100px;
    padding: 5px 2px;
    font-size: 11px;
}
.features .icon-box h3{
    height: 100% !important;
    margin-top: 0px !important;
  font-size: 14px !important;
  
}
.testlock{
    height: auto !important;
}
.custom-card {
    padding-right: 0px;
    padding-top: 25px;
}
.custom-card2 {
    padding-right: 0;
    padding-top: 20px;
}
.custom-card4 {
    padding-right: 0;
    padding-top: 20px;
}
.custom-card5 {
    padding-right: 0;
    padding-top: 20px;
}
.features .icon-box i {
width: 20px !important;
        margin-right: 10px;
}
.fa-bus:before, .fa-car:before, .fa-motorcycle:before, .fa-truck:before{
    font-size: 26px;
}
    }


    .about {
        padding: 0px 0px;
    }


    /* new styles */

    .banner h3{
     color: rgba(246, 202, 32, 1);
    font-size: 25px;
    font-weight: 600;
}
    .banner h4{
    color:#fff;
    font-size: 14px;
     font-weight: 400;
}
.buttonstart{
    background: rgba(246, 202, 32, 1);
    color: #000;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    padding: 15px 29px;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
}
.borderline{
    border: 1px solid;
    max-width: max-content;
    padding: 10px;
    margin: 10px auto;
}
.appstorelinkstop ul{
    display: flex;
    gap: 10px;

     margin-bottom: 2px;
    padding-left: 0px;

}
.applinksnew{
float: right;
    margin-top: 20px;
    overflow: hidden;
    clear: both;
    z-index: 9;
    position: absolute;
    right: 20px;
}
.appstorelinkstop p{
    text-align: center;
    overflow: hidden;
    clear: both;
    font-size: 14px;
    color:#000;
        font-weight: 500;
    
}
.appstorelinkstop ul li{
    list-style: none;
}
.content-wrap{
    overflow: hidden;
    clear:both;
    
}
.tab-current #Capa_1 path{
    fill:#fff !important;
}
.tab-current #Capa_2 path{
    fill:#fff !important;
}
.tab-current #icon_truck path{
    fill:#fff !important;
}

.tabs #menuElem{
    margin-top: -24px;
    z-index: 9;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.content-wrap .content-current{
        margin-top: 40px;
}
.banner{
    padding-bottom: 30px !important;
}
.tabs {
    position: inherit !important;
}
.tabs-style-underline nav {
    padding: 0px 0;
    background: #fdfafa;
    max-width: max-content;
    margin: 0 auto;
    box-shadow: 0px 5.22px 5.22px 0px rgba(138, 21, 56, 0.25);
    border-radius: 130.43px;
}
.tabs nav a{
    line-height: 1.5;
}
.tabs nav li.tab-current a {
    color: #fff;
    background: #009a44  !important;
    border-radius: 50px;
    padding: 0px 10px;
}
.tabs nav ul li{
    border:none;
}
.newbuttondesign{
    display: flex;
    gap:10px;
        align-items: center;
}
.features .icon-box i {
    padding-right: 5px;
}
.fa-chevron-right{
    width: 20px !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
}
.flashcardssection .fas.fa-chevron-right{
        width: 20px !important;
}
.btn-practice {
width: 100%;
background-color: #333635;
color: white;
border: none;
border-radius: 100px;
padding: 5px 8px;
font-size: 11px;
cursor: pointer;
height: 100%;
}
.flashcardssection .mobile_padding_is{
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 0 1px ! IMPORTANT;
        }

.icon-box{
    gap:10px;
}
@media (max-width: 767px) {
.tabs #menuElem{
left: 50% ! IMPORTANT;
        position: absolute !important;
        margin: 0 auto !important;
        max-width: 95% !important;
        margin-top: -26px !important;
        width: 100% !important;
        background: #fff ! IMPORTANT;
}
.newbuttonstyle .unlocknow{
    justify-content: center;
}
.scrolling-images-inner{
        height: 60px !important;
}
.borderline{
    padding: 2px 0px 0px !important;
}
.buttonstart{
padding: 4px 0px !important;
        width: 100% !important;
        font-size: 14px;
}
.scrolling-images-inner .svg-image{
    width: 40px;
    margin: 0 10px;
    height: 40px;
}
.tabs nav ul li{
    -webkit-flex: 1 !important;
}
.content-wrap .content-current {
    margin-top: 14px;
}
    .tabs nav ul {
        border-bottom: none !important;
    }
.banner{
    padding-bottom: 10px !important;
}
}

@media (max-width: 767px) {
.tabs nav li.tab-current a{
    padding: 0px 2px !important;
}

#menuElem ul li a svg{
    width:18px  !important;
    height: auto !important;
}
	.tabs nav ul li {
		        background: none !important;
        box-shadow: none !important;
		border-radius: 10px;
		margin: 2px 0px !important;
        padding: 0px 3px;
	}
.tabs nav a span {
    vertical-align: middle;
    font-size: 11px;
    padding-left: 0px;
            display: inline-block ! IMPORTANT;
 
}
#carc .tab-pane{
    margin-top: 2px !important;
}
.applinksnew{
        position: initial !important;
         float: none !important;
             margin-top: 30px;
}
.appstorelinkstop ul{
    justify-content: center !important;
   
}
.applinksnew ul li a img{
    width: 120px !important;
}
.tabs nav ul li{
    -webkit-flex: 1 !important;
}
.content-wrap .content-current {
    margin-top: 14px;
}
    .tabs nav ul {
        border-bottom: none !important;
    }
.banner{
    padding-bottom: 10px !important;
}
.tabs nav li a{
    margin: 4px 0;
}
}



.newbuttonstyle{
        display: flex;
    gap: 10px;
    align-items: center;
}
.newbuttonstyle .unlocknow{
    color: white;
    border: none;
    border-radius: 100px;
    padding: 5px 3px;
    font-size: 11px;
    cursor: pointer;
    height: 100%;
}
.features .icon-box{
    gap:10px !important;
}
.tabscontent-data .tabs{
      position: initial;

}
.tabs nav li.tab-current a {
    color: #fff;
    background: #8a1739 !important;
    border-radius: 50px;
    padding: 0px 10px;
}
.tabs nav ul li{
    border:none !important;
}
.tabs nav a{
    line-height: 1.5;
}