/*rishab*/
body {
    height: 100vh;
    accent-color: #0075FF;
}
input[type=radio] {
scale: 1.3;
}
input[type="radio"]:checked + label {
    color: #FFFFFF;
}
.form-container {
    width: 100%;
    max-width: 840px;
    background: #FFFFFF;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 4px 20px 0px #00000014;
}

.maxbox {
    flex-direction: column !important;
    margin: 80px 0 !important;
}

p.paramax {
    margin: 51px 0 80px 0;
}

/* div#testFormText {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    max-width: 840px;
} */

/* h5 {
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 700 !important;
    color: #2D2D2D !important;
    text-align: center;
} */

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

a.navbar-brand img {
    width: 253.92px !important;
}

.matrix-fluid,
.matrix-row {
    height: 100%;
}

h4 {
//    color: #000000 !important;
    font-size: 48px;
    font-weight: 700 !important;
    line-height: 58px;
}

.max_sec {
    background: #E7E7E7;
}
/* Default style for label */
.matrix_van {
    background-color: transparent;
    border-radius: 5px;
    transition: all 0.3s ease;
    justify-content: space-between !important;
    width: 100% !important;
}

.form-check:has(input[type="radio"]:checked) {
    background: #0075FF !important;
    color: #FFFFFF !important;
}

input[type="radio"]:checked+label svg path {
    fill: #FFFFFF;
}

button.max_one {
    background: #0075FF;
    border-radius: 12px;
    padding: 10px 24px !important;
    border: none;
}

/*button hover*/
.my-text-flip span {
    position: relative;
    display: inline-block;
    padding: 0;
    transition: transform .3s;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
}

.my-text-flip span:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-text);
    transition: color .3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    text-align: center;
}

.my-text-flip:hover span {
    transform: rotateX(90deg) translateY(-12px);
}

.navbar .my-text-flip:hover {
    background-color: #000000 !important;
}
.dark .my-text-flip:hover {
    background-color: #000000 !important;
}

/*hover end*/
.mat_step {
    align-items: center;
}
.error_btn {
    margin-top: 40px !important;
}
button.max_sec {
    background: #E7E7E7 !important;
    border: none;
    padding: 10px 24px;
    border-radius: 12px;
}
ul.dotted-list {
    list-style-type: disc !important;
    padding-left: 16px !important;
}
/*end*/
* {
    font-family: 'Mona Sans';
    font-weight: bold;
}

.banner-image {
    background: url('/images/BG.webp') no-repeat center center/cover;
    padding: 80px 0px;
}
.banner-two{
    min-height: calc(100vh - 86px) !important;
}
.matrix {
    background: linear-gradient(to bottom, rgba(77, 128, 223, 0.267), rgba(67, 80, 151, 0.418)),
        url('/images/home-bg.png') center center/cover;
    min-height: calc(100vh - 86px);
}

a.nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}
ul.navbar-nav.mx-auto {
    padding: 20px 0;
}
a.btn.btn-dark.ms-3.header-btn {
    padding: 10px 24px;
    border-radius: 12px;
    width: 187px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.footer_matrix a,.ft-add{
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}
.content-section {
    background-color: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width:840px;
    width:100%;
}

.content-section h2, h2 {
//    color: #000000;
    font-size: 48px !important;
    line-height: 58px;
    font-weight: 700;
    margin: 0 !important;
}

.content-section p {
    color: #454545;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}

ul.offer-list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 16px;
    text-decoration: none;
    /*list-style-type: none;*/
}
ul.max-list{
    gap: 0px !important;
}
ul.offer-list li{
    color: #454545 !important;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}
.full-section {
    width: 100vw;
    height: 100vh;
    background: url('your-image.jpg') no-repeat center center;
    background-size: cover;
    margin: 0;
    padding: 0;
}
.my-text-flip:hover {
    background: #0075FF !important;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/*thankyou page*/
.icon-container_rs:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
span.tooltip {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #F6F6F6;
    color: #1E1E1E;
    font-family: 'Hanken Grotesk';
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    width: fit-content;
    block-size: fit-content;
    text-align: center;
    border-radius: 12px;
    padding: 3px 10px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
footer {
    padding: 80px 0;
    text-align: center;
}
.col-md-12.footer_matrix {
    gap: 40px;
    display: flex;
    flex-direction: column;
}
.max-card.p-3 {
    background: #F6F6F6;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.icon-driver{
    width:56px;
}
.max_space, .footer-image-section{
    margin-top: 80px !important;
}
p {
//    color: #454545;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}
.max-weight{
    font-weight:700;
}
.offer-item {
    background: #F6F6F6;
    border-left: 2px solid #0075FF;
    padding: 8px 16px;
    color: #454545;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
}
.offer-max {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.bold-max{
    padding:60px 0;
}
.g-3{
    margin-top:40px !important;
}

.offer-list li {
    display: flex; 
    align-items: center;
}
/*input.form-control {
    background: #E7E7E7;
    border-radius: 12px;
    padding: 12px 20px;
    margin: 16px 0;
}
input.form-control:placeholder{
    color:#454545;
    font-size:17px;
    font-weight:400;
    line-height:28px;
}*/
.form-step label {
    color: #454545;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.max-form{
    background: unset !important;
    border:none !important;
}
.error-container {
    text-align: center;
    padding: 50px;
}
.error-container h1 {
    font-size: 100px;
    font-weight: bold;
}
.error-container p {
    font-size: 20px;
    color: #6c757d;
}
.btn-primary {
    margin-top: 20px;
}
@media (max-width:1440px) {
    p.paramax {
        margin: 20px 0 !important;
    }

    .maxbox {
        margin: 30px 0 !important;
    }
}

@media (max-width:768px) {
    .mat_step {
        flex-direction: column;
        align-items: unset !important;
    }
    .max-flex{
    width: 100% !important;
    }
     .mobile-icon{
        display:none !important;
    }
    a.navbar-brand{
    margin: 0 10px !important;
    }
    .header-btn img.me-2{
    margin:0 !important;
    }
    .max-reverse{
     flex-direction: column-reverse !important;
     gap:40px;
    }
    .min-reverse{
     gap:40px;
    }
    .max_space, .footer-image-section{
    margin-top: 60px !important;
    }
    footer{
        padding:60px 0;
    }
}

.button-primary {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

@keyframes grow {
    0% {
        transform: scale(1.0);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(10px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes bounce {
    0% {
	transform: translateY(0);
    }
    50% {
	transform: translateY(10px);
    }
    100% {
	transform: translateY(0);
    }
}

.bounce {
    animation: bounce 0.5s ease-in-out backwards infinite
}

.slideUp {
    animation: slideUp 0.5s ease-in-out backwards;
}

.slideUp:nth-child(1) {
    animation-delay: 0.5s;
}

.slideUp:nth-child(2) {
    animation-delay: 1s;
}

.hero-image {
    background: linear-gradient(to bottom, rgba(25,122,255,0.83), rgba(36,136,255,0.83)), url('/images/Frame 86.webp') center center/cover;
}

.hero-button {
    transition: .2s;
    animation-delay: 1.5s;
}

.hero-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  border-radius: 9999px;
  animation: grow 1s infinite ease-in-out;
}

.hero-button:hover {
    transform: translateY(-2px);
}

.hero-button:active {
    transform: translateY(4px);
}
