/* Header Styling Starts */

.text-black {
    color: black;
}

a {
    text-decoration: none;
}

a:hover {
    color: black;
    transition: 0.2s ease-in-out;
}

li {
    list-style: none;
}

.header-div {
    background: white;
    padding: 15px 30px;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 1px 4px 0 rgba(99, 114, 130, .15);
}

.header-img img {
    max-height: 50px;
}

/* .menu ul {
    display: flex;
    justify-content: end;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.menu ul li a:hover{
    color: #049784;
} */

.login-a:hover {
    color: #049784;
}

.btn-header {
    padding: 10px 20px;
    color: white;
    font-size: 18px;
    border-radius: 50px;
    border: none;
    background-color: #05bfa5;
    transition: 0.3s ease-in-out;
}

.btn-header:hover {
    color: white;
    background: #049784;
}

/* Dropdown Menu Container */
.dropdown {
    position: relative;
}

ul.dropdown-menu.dropdown-menu-end.show {
    min-width: 110px;
    transform: translate(-56px, 42px);
}

/* Hide dropdown menu by default */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%; /* Adjust positioning as needed */
    right: 0; /* Align to the right edge of the parent */
}

/* Show dropdown menu on hover */
.dropdown:hover .dropdown-menu,
.dropdown-menu:hover {
    display: block;
    min-width: 110px;
}


.nav-link {
    color: black;
}

.nav-link:hover {
    color: #049784;
}

nav.navbar.sticky-top.navbar-expand-lg.bg-white {
    padding: 12px 18px;
}

button:focus:not(:focus-visible) {
    outline: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}


/* Header Styling Ends */

/* Home Page Styling Starts */
/* Home Page Section One Css Starts */

.hero {
    background: url('/images/bqhome/bqbg-1.jpg') no-repeat;
    background-size: cover;
    height: 556px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 20px;
}

.hero-content {
    width: 70%;
}

.heading-one {
    font-size: 74px;
    line-height: 88px;
    font-weight: 600;
    margin-bottom: 20px;
}

.heading-one span {
    font-weight: 300;
}

.p-one {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    text-align: left;
}

.btn-started {
    padding: 10px 40px;
    color: white;
    font-size: 18px;
    border-radius: 50px;
    border: none;
    background-color: #05bfa5;
    transition: 0.3s ease-in-out;
}

.btn-started:hover {
    color: white;
    background: #049784;
}

/* Home Page Section Two Css Starts */

.second-sec {
    background: #edf2f7;
}

.stats {
    padding: 40px 60px;
    text-align: center;
}

.stats .stat-item img {
    height: 60px;
    margin-bottom: 10px;
}

.stats .stat-item h3 {
    margin-bottom: 0.5rem;
    font-size: 36px;
    font-weight: bold;
    color: #0f106d;
}

.stats .stat-item p {
    margin: 0;
    font-weight: 500;
    color: #666;
}

.stats .stat-item svg {
    width: 50%;
    height: 80px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

.stats .stat-item svg path {
    fill: #5773ff;
}

.stats .stat-item svg text {
    fill: #666;
    font-weight: bold;
}

.stats .stat-item {
    margin: 0 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-40 {
    gap: 40px;
}

/* Home Page Section Three Css Starts */

.third-sec {
    background: #fefefe;
}

.performance-div {
    padding: 80px 30px;
    text-align: center;
    width: 70%;
    margin: auto;
}

.heading-two {
    text-align: center;
    font-size: 59px;
    font-weight: 700;
    line-height: 71px;
    color: #141690;
    margin-bottom: 40px;
}

.p-two {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #212529;
}

.publish-div {
    width: 83%;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 40px;
}

.publish-div .p-three {
    color: #4a6592;
    font-size: 18px;
    line-height: 30px;
}

.arrow-right {
    height: 20px;
    fill: #2a93ff;
}

.heading-three {
    font-size: 40px;
    color: #141690;
    font-weight: 400;
    margin-bottom: 40px;
}

.font-14 {
    font-size: 14px;
}

.btn-learn {
    padding: 10px 40px;
    color: white;
    font-size: 18px;
    border-radius: 50px;
    border: none;
    background-color: #007bff;
    opacity: 0;
    animation: fadeIn 2s ease forwards 2s;
    transition: 0.3s ease;
}

.btn-learn:hover {
    color: #007bff;
    background: #edf2f7;
    box-shadow: 3px 9px 8px #d2cfcf;
    transform: scale(1.05);
}

/* Home Page Section Four Css Starts */

.fourth-sec {
    padding: 80px 0;
}

.bq-for-p {
    width: 70%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 30px;
}

.bq-for-p p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

/* Testimonial Plus Brand Slider Css Starts */

.testimonial {
    margin: 20px 0;
}

.testimonial img {
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 10px;
}

.testimonial-content {
    background: #f8f9fa;
    padding: 30px;
    cursor: grab;
}

.testimonial-content p {
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
    font-style: italic;
}

.slick-slide {
    margin: 0px 20px;
    height: auto;
}

.slick-slide img {
    width: 100%;
}

.slick-next, .slick-prev {
    top: 40%;
}

.slick-next {
    right: -35px;
}

.slick-prev {
    left: -35px;
}

.slick-next:before, .slick-prev:before {
    font-size: 26px;
}

.customer-logos {
    padding: 50px 0px;
}

.slick-carousel .slick-prev:before,
.slick-carousel .slick-next:before {
    color: #656565;
}

/* Testimonial Plus Brand Slider Css Ends */
/* Home Page Styling Ends */

/* About Page Styling Starts */

.hero-about {
    position: relative;
    height: 556px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 20px;
    overflow: hidden; /* Ensures video doesn't overflow */
}

.hero-about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust the alpha value to control the darkness */
    z-index: 1;
}

.hero-about > * {
    position: relative;
    z-index: 2;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.hero-about .p-one {
    font-size: 18px;
    line-height: 28px;
}

.hero-about .heading-one {
    font-size: 58px;
    line-height: 70px;
}

.btn-learn-about {
    padding: 10px 40px;
    color: #007bff;
    font-size: 18px;
    border-radius: 50px;
    border: none;
    background-color: #edf2f7;
    transition: 0.3s ease-in-out;
}

.btn-learn-about:hover {
    color: #007bff;
    background: #d4d4d4;
    /* transform: scale(1.05); */
}

.brand-p {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: black;
}

.about-section {
    background-color: #f7f9fe;
    padding: 60px 0px;
}

.about-box {
    background-color: #ffffff;
    border-radius: 30px;
    border: none;
    padding: 50px 30px;
}

.about-box h2 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #141690;
}

.about-box hr {
    width: 50px;
    border-top: 3px solid #007bff;
    margin: 30px 0;
}

.about-box p {
    font-size: 16px;
    line-height: 1.6;
}

.contact-info-sec {
    padding: 50px 0;
}

.contact-info-sec h2 {
    font-size: 36px;
    color: #2c3e50;
    margin-bottom: 10px;
}

.underline {
    width: 100px;
    height: 3px !important;
    background-color: #3F51B5;
    margin: 0 auto 30px auto;
}

.contact-box {
    background-color: #f9fbfe;
    padding: 40px 40px;
    border-radius: 20px;
    /* height: 355px; */
}

.contact-box h5 {
    font-size: 18px;
    color: #333;
}

.contact-box p {
    margin: 5px 0;
    color: #555;
}

/* About Page Styling Ends */

/* Contact Us Page Styling Starts */

.contact-sec {
    background-image: url('/images/bqhome/bq-contactbg.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.contact-form-sec {
    padding: 50px 0;
    background-color: #f8f9fa;
}

.contact-form-sec .form-container {
    background-color: #ffffff;
    padding: 80px 40px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-form-sec h1 {
    font-size: 2rem;
    font-weight: bold;
    color: #0d6efd;
    margin-bottom: 20px;
}

.contact-form-sec p.description {
    color: #6c757d;
    margin-bottom: 30px;
}

.contact-form-sec .form-control {
    margin-bottom: 15px;
}

.contact-form-sec .form-check-label {
    color: #6c757d;
}

.contact-form-sec .btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    padding: 10px 20px;
}

.form-title {
    text-align: center;
}

.form-title h1 {
    color: #141690;
}

.contact-us-form .form-control:focus,
.contact-us-form .form-select:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid;
}

/* Contact Us Page Styling Ends */

/* Support Page Styling Starts */

.support-sec {
    padding: 50px 0;
}

.support-sec .title-support {
    font-size: 62px;
    line-height: 81px;
    font-weight: 700;
    color: #0f106d;
}

.support-sec .subtitle {
    color: #05bfa5;
    font-weight: bold;
    line-height: 45px;
    font-size: 16px;
}

.support-sec .description {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
}

.title-ready {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #141690;
}

.support-sec .icon {
    font-size: 3rem;
    color: blue;
}

.ready-p {
    width: 80%;
    font-size: 18px;
    line-height: 28px;
    margin: auto;
}

.support-box h3 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    color: #141690;
    margin-bottom: 16px;
}

.support-sec .support-option img {
    max-width: 100%;
    height: auto;
}

.ready-div {
    margin: 160px 0;
}

.support-card {
    margin: 110px 0;
}

.icon-support svg {
    height: 40px;
    width: 40px;
    fill: #007aff;
}

/* Support Page Styling Ends */

/* Footer Styling Starts */
/* Footer Top Srtyling Starts */

.ft-top-sec {
    background: #456dfe;
    padding: 45px 0;
}

.ft-top-text {
    font-size: 21px;
    line-height: 21px;
    color: white;
}

.ft-top-title {
    color: white;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
}

.ft-img {
    text-align: end;
}

.ft-btn {
    text-align: center;
}

.btn-join {
    padding: 10px 40px;
    color: white;
    font-size: 18px;
    border-radius: 50px;
    border: none;
    background-color: #05bfa5;
    transition: 0.3s ease;
}

.btn-join:hover {
    color: white;
    box-shadow: 2px 2px 2px grey;
    background: black;
}

/* Footer Bottom Styling Starts */

.ft-btm-sec {
    background-color: #0b1d3c;
    color: #fff;
    padding: 40px 0;
}

.ft-btm-sec p {
    color: #959eb8;
    font-size: 16px;
    line-height: 24px;

}

.ft-btm-sec h6 {
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 21px;
    font-size: 14px;
}

.ft-btm-sec a {
    color: #959eb8;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 29px;
}

.ft-btm-sec a:hover {
    color: #05bfa5;
    text-decoration: underline;
}

.ft-btm-sec a:active {
    color: #05bfa5;
    text-decoration: none;
}

.social-icons a {
    color: #fff;
    font-size: 20px;
    /* margin-right: 15px; */
    /* display: contents; */
}

.gap-25 {
    gap: 25px;
}

.social-icons a svg {
    fill: #fff;
    width: 24px;
    height: 24px;
    /* margin-right: 15px; */
}

.newsletter input[type="email"] {
    margin-bottom: 10px;
}

.w-70 {
    width: 70%;
}

.btn-submit {
    padding: 10px 30px;
    color: white;
    font-size: 18px;
    border-radius: 50px;
    border: none;
    background-color: #05bfa5;
    transition: 0.3s ease;
}

.btn-submit:hover {
    color: white;
    background: #049784;
}

.email-input {
    width: 100%;
    border: none;
}

.gap-30 {
    gap: 30px;
}

.email-input:focus {
    border: 1px solid black;
    outline: none;
    box-shadow: none;
}

.copy-right-sec {
    background: #2a324b;
    padding-top: 35px;
    padding-bottom: 15px;
}

/* Footer Styling Ends */


/* 404 Error Page Styling Starts */

.error404-message {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    padding: 60px 0;
}

.content-area-sec {
    max-width: 600px;
    width: 100%;
}

.notfound-404 h1 {
    font-size: 10em;
    margin-bottom: 20px;
}

.notfound-404 .light-clr {
    color: #141690;
}

.notfound-404 .dark-clr {
    color: #000;
}

.heading-2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: black;
}

.main_btn a {
    display: inline-block;
    padding: 10px 20px;
    background: #05bfa5;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    border: none;
    transition: background 0.3s ease;
}

.main_btn a:hover {
    background: #049784;
    color: #fff;
}

/* 404 Error Page Styling Ends */

/* Others Pages Privacy etc Styling Starts */

.privacy-sec {
    background-image: url('/images/bqhome/bq-privacy.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #141690;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.privacy-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #01093ff2;
    z-index: 1;
}

.privacy-sec .container {
    position: relative;
    z-index: 2;
}

.privacy-heading {
    font-size: 44px;
    line-height: 44px;
    font-weight: 500;
    margin: 0;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 1rem;
}

.breadcrumb-item a {
    text-decoration: none;
    font-weight: 700;
    line-height: 24px;
    font-size: 16px;
    color: #16ffb1;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
}

.breadcrumb-item.active {
    color: white;
    font-weight: 700;
}

.privacy-policy {
    padding: 0px 100px;
}

.privacy-policy h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}


.privacy-policy h1,
.privacy-policy h2,
.privacy-policy h3,
.privacy-policy h4,
.privacy-policy h5,
.privacy-policy h6 {
    font-weight: 600;
    margin-top: 20px;
}

.privacy-policy ul li {
    list-style: disc;
}

.mb-10 {
    margin-bottom: 10px;
}

.privacy-policy p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.privacy-policy a {
    color: #007bff;
    text-decoration: underline black;
}

.privacy-policy a:hover {
    text-decoration: underline;
}

.terms-cnt ul li {
    list-style: lower-alpha;
    margin-bottom: 16px;
}

/* Others Pages Privacy etc Styling Ends */


/* Media Query Starts */

@media (max-width: 1516px) and (min-width: 1366px) {
    .publish-div {
        width: 100%;
    }
}

@media (max-width: 768px) {

    ul.dropdown-menu.dropdown-menu-end.show {
        top: 11px;
    }

    .started-li{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .slick-carousel {
        width: 100%;
        margin: 0 auto;
    }

    nav.navbar.sticky-top.navbar-expand-lg.bg-white {
        padding: 8px 0px;
    }

    .hero-content {
        width: 100%;
    }

    .heading-one {
        font-size: 40px;
        line-height: 44px;
    }

    .stats.d-flex{
        flex-direction: column;
    }

    .performance-div {
        padding: 20px 12px;
        width: 100%;
    }

    .p-one {
        font-size: 18px;
        line-height: 30px;
    }

    .heading-two {
        font-size: 32px;
        line-height: 40px;
        margin-top: 20px;
    }

    .publish-div{
        width: 100%;
        flex-direction: column;
    }

    .w-50{
        width: 100% !important;
    }

    .w-70{
        width: 100% !important;
    }

    .support-img{
        height: auto;
        max-width: 100%;
    }

    .privacy-policy {
        padding: 10px;
    }

    /* .contact-row{
        gap: 40px;
    } */

    .ft-img{
        text-align: left;
    }

    .ft-btn{
        text-align: left;
    }

    .about-box {
        height: fit-content;
    }

    .email-input {
        width: 80%;
    }

    .hero-about .heading-one {
        font-size: 32px;
        line-height: 36px;
    }
}

@media (max-width: 991.98px) {
    .d-lg-block {
        display: none !important;
    }
    .d-lg-none {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .slick-carousel {
        width: 60%;
        margin: 0 auto;
    }
}

/* Media Query Ends */
