body {
    background: #fff;
}


h1,
.h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    line-height: 84px;
    margin-bottom: 25px;
}

h2,
.h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 59.8px;
    letter-spacing: -1px;
}

h3,
.h3 {
    font-size: 39px;
    font-weight: 600;
    line-height: 120%;
}

h4,
.h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
}

@media screen and (max-width:1400px) {

    h1,
    .h1 {
        font-size: 50px;
        line-height: 65px;
        margin-bottom: 25px;
    }

    h2,
    .h2 {
        font-size: 40px;
        font-weight: 700;
        line-height: 50.8px;
        letter-spacing: -1px;
    }

    h3,
    .h3 {
        font-size: 32px;
        font-weight: 600;
        line-height: 120%;
    }
}

@media screen and (max-width:992px) {

    h4,
    .h4 {
        font-size: 22px;
    }

    h3,
    .h3 {
        font-size: 30px;
    }

    h2,
    .h2 {
        font-size: 36px;
        line-height: 50px;
    }

    h1,
    .h1 {
        font-size: 46px;
        line-height: 70px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width:767px) {

    h4,
    .h4 {
        font-size: 20px;
        line-height: normal;
    }

    h3,
    .h3 {
        font-size: 24px;
    }

    h2,
    .h2 {
        font-size: 32px;
        line-height: normal;
    }

    h1,
    .h1 {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:576px) {

    h3,
    .h3 {
        font-size: 22px;
    }

    h2,
    .h2 {
        font-size: 28px;
    }

    h1,
    .h1 {
        font-size: 35px;
        line-height: 50px;
        margin-bottom: 20px;
    }
}


.section-padding {
    padding: 100px 0;
}


.footer-item .footer-about span {
    font-weight: 700;
}

.footer-item .footer-about p {
    margin-top: 20px;
}

/* navbar */
.header-nav.sticky .navbar-btn.call,
.header-nav .navbar-btn.button {
    display: none;
}

.header-nav.sticky .navbar-btn.button {
    display: block;
}

.header-nav .navbar-btn.call a {
    margin-left: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #fff !important;
    font-family: "Open Sans", sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #0E172E;
    padding: 15px 18px;
    border-radius: 3px;
    line-height: normal !important;
}

.header-nav {
    padding: 10px 0;
    top: 0;
}

.navbar-toggler.main-btn{
    padding: 8px 18px;
    border-radius: 20px;
    border: 1px solid #fff !important;
    color: #fff;
    background: #0E172E;
    line-height: normal;
    font-size: 14px;
    text-transform: capitalize;
}
.navbar-toggler:focus {
    box-shadow: none;
}

.header-nav.sticky .navbar .navbar-nav .nav-item a {
    line-height: normal !important;
}

.header-area.header-5-area .header-nav .navigation .navbar .navbar-btn .main-btn {
    background: #0E172E;
    color: #fff;
}

.header-area.header-5-area .header-nav .navigation .navbar .navbar-btn .main-btn:hover {
    background: #fff;
    color: #0E172E !important;
}

.footer-logo img,
.navbar-brand img {
    max-width: 200px !important;
}

/* navbar ends */

/* hero section */
.landing-banner {
    height: 100dvh;
    background: linear-gradient(243deg, rgba(0, 0, 0, 0.00) -2.41%, rgb(0 0 0 / 82%) 58.91%), url(../images/banner.webp) lightgray 50% / cover no-repeat;
    display: flex;
    align-items: center;
}

.landing-banner .contact-content {
    background: #fff;
    padding: 20px 30px 20px;
    border-radius: 10px;
    margin-top: 80px;
    width: 100%;
}

.landing-banner .contact-content .landing-form {
    padding-top: 0;
    gap: 10px;
}

.landing-banner .hero-content {
    padding-top: 150px;
}


.landing-banner .hero-content .sub-heading {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.landing-banner .hero-content p {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    color: #fff;
    margin-bottom: 30px;
}

.landing-banner .hero-content .btn-div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.landing-banner .hero-content .btn-div span {
    color: #fff;
}

.landing-banner .hero-content .main-btn {
    background: #fff;
    color: #0E172E;
    border: none;
    margin-left: 0;
    line-height: 50px;
}

.landing-banner .hero-content .main-btn:hover {
    background: #0E172E;
    color: #fff !important;
    border: none !important;
}

/* hero section ends */

/* client logo */
.landing-client-logo h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.64px;
}

.landing-client-logo .brand-list {
    padding-top: 35px;
}

/* client logo ends */

/* challenges */
.landing-challenges {
    position: relative;
    overflow: hidden;
    /* height: 100dvh !important; */
}

.landing-challenges .container {
    height: 100%;
}

/* .landing-challenges .container .row {
    height: 100%;
} */

/* .landing-challenges  {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    padding: 20px;
    flex-direction: column;
} */

.landing-challenges .challenges {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    border-radius: 12px;
    background: #E9ECF4;
    box-shadow: 0 0 15px 0 #E9ECF4;
    padding: 20px 20px 30px;
    flex-direction: column;
    height: 100%;
}

.landing-challenges .challenges img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}


/* .challenges:nth-child(1n) {
    transform: rotate(-3.549deg);
}

.challenges:nth-child(2n) {
    transform: rotate(3.549deg);
}

.challenges:first-child {
    opacity: 1;
    pointer-events: auto;
    z-index: 5;
} */

.landing-challenges .challenges .icon {
    background: #0E172E;
    padding: 6px;
    border-radius: 5px;
}

.landing-challenges .challenges h4 {
    margin-bottom: 0;
}

.landing-challenges .challenges .icon img {
    width: 40px;
    min-width: 40px;
    height: 40px;
}

/* .landing-challenges .challenges p {
    margin-bottom: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.26px;
} */

/* challenges ends */

/* landing-how-we */
.landing-how-we .how-we-row {
    padding-top: 60px;
}

.landing-how-we .how-we-row img {
    border-radius: 10px;
}

.landing-how-we .how-we-row.second img {
    margin-left: 50px;
}

.landing-how-we .how-we-row .content {
    margin-left: 50px;
}

.landing-how-we .how-we-row.second .content {
    margin-left: 0;
}

.landing-how-we .how-we-row .content h3 {
    margin-bottom: 30px;
    text-transform: capitalize;
}

.landing-how-we .how-we-row .content ul {
    list-style: none;
    position: relative;
    padding-left: 0;
}

.landing-how-we .how-we-row .content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 35px;
    font-size: 18px;
}

.landing-how-we .how-we-row .content ul li:last-child {
    margin-bottom: 0;
}

.landing-how-we .how-we-row .content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background-image: url('../images/icons/right.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* how we ends */

/* features */
.landing-features h2 {
    text-transform: capitalize;
}

.landing-features .features-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    padding-top: 50px;
}

.landing-features .features-row .features-col {
    width: calc(30% - 20px);
}

.landing-features .features-row .features-col:nth-child(2n) {
    width: calc(40% - 20px);
    height: 500px;
}

.landing-features .features-row .features-col .center {
    max-height: 500px;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    object-fit: cover;
}

.landing-features .features-row .features-col .center img {
    width: 100%;
    height: 100%;
}

.landing-features .features-row .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.landing-features .features-row .content p {
    margin-bottom: 0;
}

.landing-features .features-row .content .icon {
    background: #0E172E;
    width: fit-content;
    padding: 6px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.landing-features .features-row .content .icon img {
    width: 24px;
    height: 24px;
}

/* features ends */

/* products */
.landing-products .first-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 50px;
}

.product-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    max-height: 400px;
}

.landing-products .first-row>.product-card h4 {
    margin-bottom: 0;
}

.landing-products .first-row>.product-card {
    width: calc(33.333% - 20px);
}

.landing-products .first-row>.product-card:nth-child(4) {
    width: calc(67.33% - 20px);
}

.landing-products .first-row>.product-card:nth-child(5) {
    width: calc(33.333% - 20px);
}

.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.product-card:hover img {
    transform: scale(1.05);
}

.product-card .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    color: white;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.product-card:hover .card-content {
    opacity: 1;
    transform: translateY(0);
}

.product-card.with-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.product-card.with-overlay:hover::before {
    opacity: 1;
}

.product-card.with-overlay .card-content {
    z-index: 2;
}

.product-card.with-overlay .card-content h4 {
    color: #fff;
}

/* products ends */

/* testimonial */
.testimonial-area .testimonial-carousel {
    padding-top: 50px;
}

.testimonial-area .testimonial-carousel .item {
    border-radius: 10px;
    background: #F2F6FF;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin: auto 10px;
}

.testimonial-area .testimonial-carousel .item p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 27px;
}

.testimonial-area .testimonial-carousel .item .profile {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-area .testimonial-carousel .item .profile .logo {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50px;
}

.testimonial-area .testimonial-carousel .item .profile .details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.testimonial-area .testimonial-carousel .item .profile .details h5 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}

/* contact */

.error-message {
    color: #D8000C;
    /* A standard error red color */
    font-size: 0.875rem;
    /* 14px */
    display: block;
    /* Make it appear on its own line */
    margin-top: 4px;
    min-height: 1em;
    /* Prevents layout shifts when messages appear/disappear */
}

/* Add a red border to invalid fields */
input.error,
textarea.error {
    border-color: #D8000C !important;
}

.error-message {
    color: #d93025;
    font-size: 0.875em;
    display: none;
    margin-top: 0px;
    font-weight: 400;
    font-size: 12px;
}

.is-invalid {
    border-color: #d93025 !important;
}

.landing-contact {
    background: linear-gradient(243deg, rgba(0, 0, 0, 0.00) -2.41%, rgb(0 0 0 / 53%) 58.91%), url(../images/contact-bg.webp) lightgray 50% / cover no-repeat;
    height: 660px
}

.landing-contact .container {
    position: relative;
}

.landing-contact .left-content span,
.landing-contact .left-content h2,
.landing-contact .left-content p {
    color: #fff;
}

.landing-contact .left-content h2 {
    font-size: 57px;
    font-weight: 700;
    line-height: 70px;
}

.landing-contact .contact {
    padding: 40px 50px 70px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 600px;
    border-bottom: 4.667px solid #0E172E;
}

.landing-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 30px;
}

.landing-form input,
.landing-form textarea {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    background: rgba(189, 196, 203, 0.21);
    border: none;
}

.landing-form input::placeholder,
.landing-form textarea::placeholder {
    font-size: 14px;
    color: #878787;
    font-weight: 400;
    line-height: 26px;
}

.landing-form textarea {
    resize: none;
}

.landing-form .form-area {
    display: flex;
    gap: 15px;
}

.landing-form .form-area .form-group {
    width: 100%;
}

.landing-form .main-btn {
    margin-left: 0;
    background: #0E172E;
    color: #fff;
    width: 50%;
    margin-top: 20px;
}

.landing-form .main-btn:hover {
    background: #fff;
    color: #0E172E !important;
    border: 1px solid #0E172E;
}


.contact-us-box {
    padding: 0;
}

.modal-header .btn-close {
    border: none;
    outline: none;
    box-shadow: unset;
}

/* faq */
.landing-faq {
    padding-top: 150px;
}

.landing-faq .faq {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing-faq .faq-container {
    width: 100%;
    max-width: 800px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 50px;
}

.landing-faq .faq-item {
    border-bottom: 1px solid #e2e8f0;
}

.landing-faq .faq-item:last-child {
    border-bottom: none;
}

.landing-faq .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    font-size: 18px;
    font-weight: 500;
    color: #2d3748;
    cursor: pointer;
    background-color: #ffffff;
    transition: background-color, font-weight 0.3s ease;
    border-radius: 8px;
}

.landing-faq .faq-question:hover {
    background-color: #f7fafc;
}

.landing-faq .faq-question.active {
    color: #0E172E;
    font-weight: 600;
}

.landing-faq .faq-question .icon {
    font-size: 1.25rem;
    transition: transform 0.3s ease;
}

.landing-faq .faq-question.active .icon {
    transform: rotate(180deg);
}

.landing-faq .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
    padding: 0 24px;
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.6;
}

.landing-faq .faq-answer.open {
    max-height: 200px;
    padding: 0px 24px 20px;
}

.landing-faq .rounded-xl {
    border-radius: 12px;
}

.landing-faq .rounded-lg {
    border-radius: 8px;
}

/* cta */

.download-area .download-content {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.download-area .download-content span {
    padding: 0 120px;
}

.download-area .main-btn {
    margin-left: 0;
    margin-top: 20px;
}

.download-area .main-btn:hover {
    background: #0E172E;
}


.landing-steps  img{
    padding-top: 50px;
}

.about-5-area{
    padding: 70px 0;
}
.about-8-content ul li{
    margin-bottom: 10px;
}

.slick-slide img{
    height: 100%;
    object-fit: cover;
}