@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800&display=swap');

body {
    font-family: 'Lexend Deca', sans-serif !important;
    letter-spacing: 1.7px;
    list-style: none;
}

.sl-card-img-1 {
    width: 42px;
    height: 42px;
}

.unbeatable .card {
    /* Slightly translucent white background */
    background-color: rgba(255, 255, 255, 0.1) !important; 
    /* This creates the frosted glass effect */
    backdrop-filter: blur(5px); 
    -webkit-backdrop-filter: blur(5px); /* For Safari compatibility */
    border: 1px solid rgba(255, 255, 255, 0.2) !important; 
    color: #ffffff;
    font-weight: bold;
    /* Increase font size for impact, especially on desktop */
    font-size: 3rem; 
}

.navbar .navbar-brand img {
    width: auto;
    height: 70px;
}
ul.navbar-nav {
  list-style: none !important;
}

.headerBG1 { 
    background-image: url("/assets/assets_boundaries/img/home-banner-b.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.headerBG2 { 
    background: url('/assets/assets_boundaries/img/headerbg2.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.headerBG3 { 
    background: url('/assets/assets_boundaries/img/headerbg3.png');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.sec1 {
    
}
.sec1 .mainHeading {
    color: #0265FF;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
}
.sec1 .mainSubtitle {
    color: #3B3B3C;
    font-size: 32px;
    font-weight: 200;
    line-height: 120%;
}
.sec1 .btn {
    background-color: #0265FF;
    border-radius: 12px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    line-height: 120%;
    padding: .6rem 1.5rem;
}

.sec2 {}
.sec2 .mainHeading {
    color: #000000;
    font-size: 40px;
    font-weight: 300;
}
.sec2 .colHeading {
    color: #0265FF;
    font-size: 46px;
    font-weight: 500;
    line-height: 120%;
}
.sec2 .colText {
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    line-height: 120%;
}
.sec2 .mainHeading2 {
    color: #000000;
    font-size: 40px;
    font-weight: 500;
}
.sec2 .mainHeading2 span {
    color: #0265FF;
}

.sec3 {}
.sec3 .mainHeading {
    color: #0265FF;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
}
.sec3 .mainText {
    color: #000000;
    font-size: 24px;
    font-weight: 200;
    line-height: 160%;
}
.sec3 .btn {
    width: auto;
    background-color: #0265FF;
    border-radius: 8px;
    color: #ffffff;
    padding: .7rem 1.5rem;
}


.sec4 {}
.sec4 .img-fluid {
    object-position: center !important;
    height: 200px;
    margin-bottom: 2.5rem;
}
.sec4 .mainHeading {
    color: #000000;
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
}
.sec4 .colHeading {
    color: #0265FF;
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
}
.sec4 .colText {
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    line-height: 120%;
}


.sec5 .mainHeading2 {
    color: #000000;
    font-size: 40px;
    font-weight: 500;
}
.sec5 .mainHeading2 span {
    color: #0265FF;
}
.sec5 .colHeading {
    color: #0265FF;
    font-size: 46px;
    font-weight: 400;
    line-height: 120%;
}
.sec5 .colText {
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    line-height: 120%;
}

.sec6 {
    /* Deep blue background color with background image (sec6bg2.png) */
    background: #0d1a49 url('/assets/assets_boundaries/img/sec6bg2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
    /* Set ALL text inside this section to white */
    color: #ffffff; 
    /* Add extra vertical padding */
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.unbeatable h2{
    color: #ffffff;
    font-weight: bold;
    /* Increase font size for impact, especially on desktop */
    font-size: 3rem; 
}
.sec6 .mainHeading {
    color: #ffffff;
    font-size: 56px;
    font-weight: 500;
}
.sec6 p {
    color: #ffffff; 
    line-height: 1.6;
}
.sec6 .mainHeading span {
    color: #ffffff;
    font-size: 150px;
    font-weight: 500;
}
.sec6 .mainText {
    color: #ffffff;
    font-size: 20px;
    font-weight: 200;
}


.sec7 .mainHeading {
    color: #000000;
    font-size: 40px;
    font-weight: 500;
}
.sec7 .mainHeading span {
    color: #0265FF;
}
.sec7 .subHeading {
    color: #000000;
    font-size: 32px;
    font-weight: 400;
}
.sec7 .box {
    background-color: #80BFFF;
    border-radius: 18px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
}
.sec7 .revName {
    color: #000000;
    font-size: 27px;
    font-weight: 600;
}
.sec7 .revText {
    color: #000000;
    font-size: 24px;
    font-weight: 200;
    text-align: center;
}


.sec8 .mainHeading {
    color: #000000;
    font-size: 40px;
    font-weight: 500;
}
.sec8 .mainHeading span {
    color: #0265FF;
}
.sec8 .box {
    background: url('/assets/assets_boundaries/img/sec8box.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 6rem 5rem;
}
.sec8 .box .contHeading {
    color:#ffffff;
    font-size: 24px;
    font-weight: 700;
}
.sec8 .box .contText {
    color:#ffffff;
    font-size: 18px;
    font-weight: 300;
}
.sec8 .box .rowc a {
    color:#ffffff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    margin-left: 1rem;
    line-height: 100%;
}
.sec8 form {
    width: 90%;
    padding: .8rem 2rem;
}
.sec8 form label {
    font-size: 24;
    padding: 0;
    margin-bottom: 10px;
}
.sec8 form .form-control {
    border: none;
    border-bottom: #c4c4c4 2px solid;
    margin-bottom: 30px;
}
.sec8 form .btn {
    background-color: #0265FF;
    border-radius: 12px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    line-height: 120%;
    padding: .8rem 3.5rem;
    width: auto;
}

footer {
    background: linear-gradient(120deg, #4275FA, #0265FF);
    padding: 2rem 5rem;
    margin-top: 7rem;
}
footer .heading {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}


.secAbout1 .mainHeading {
    color: #000000;
    font-size: 40px;
    font-weight: 400;
}
.secAbout1 .mainHeading span {
    color: #0265FF;
}
.secAbout2 .mainHeading {
    color: #000000;
    font-size: 40px;
    font-weight: 400;
}
.secAbout2 .mainHeading span {
    color: #0265FF;
}
.secAbout2 .box {
    background: #0265FF;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #ffffff;
}
.secAbout2 .box p {
    color: #ffffff;
    font-weight: 200;
    padding: 2rem;
}
.secAbout2 .box2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}
.secAbout2 .box2 .bHeading {
    margin-top: 10px;
    color: #0265FF;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}
.secAbout2 .box2 .bText {
    text-align: center;
}

.secAbout3 .mainHeading {
    color: #000000;
    font-size: 40px;
    font-weight: 400;
}
.secAbout3 .mainHeading span {
    color: #0265FF;
}
.secAbout3 .mainText {
    font-size: 24px;
    font-weight: 200;
    text-align: justify;
}




