html {
    scroll-behavior: smooth;
}

body {
    color: white;
    font-family: 'DM Sans', sans-serif;
}

.hero-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    /* height: 100vh;*/
}

.hero-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: white;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.mockup-container {
    position: relative;
    display: flex;
    justify-content: center;
}

.mockup-container img {
    max-width: 100%;
    position: relative;
    z-index: 10;
}

.blue-bg {
    background: #0b2c61;
}

.blue-bg .btn-outline-light {
    color: #ffffff !important;
}

/* Key Features!*/

.feature-section {
    padding: 50px 20px;
}

.feature-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.feature-card:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.icon-box {
    background-color: #0d1b2a;
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 15px;
}

.feature-title {
    font-weight: bold;
}

.view-more {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.feature-title {
    color: #0F051D;
}

.feature-card p {
    color: #7B7583;
}

.feature-section .fw-bold {
    color: #0F051D;
}

.feature-section .f-text {
    color: #7B7583 !important;
}

/* Key Features!*/


/*How it works! */
.works .section-title {
    text-align: center;
    /*font-size: 24px;*/
    font-weight: bold;
    margin-bottom: 60px;
}

.works .step {
    margin-bottom: 30px;
}

.works .step img {
    width: 100%;
    border-radius: 10px;
}

.works .step h4 {
    font-weight: bold;
}

/*How it works! */

.works h4 {
    color: #0F051D;
}


.works p {
    color: #7B7583;
}

.container.works a {
    text-decoration: none;
}

.works h5 {
    font-size: 20px;
    color: #152B62;
    font-weight: 600;
}

.works .row.step.align-items-center a {
    font-weight: 500;
}

.section-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #1f1f1f;
    margin-bottom: 20px;
}

.section-subtitle {
    text-align: center;
    color: #6c757d;
    margin-bottom: 40px;
}

.feature-card {
    text-align: left;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.icon {
    font-size: 40px;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #fff;
}

.icon-blue {
    background: #007bff;
}

.icon-orange {
    background: #fd7e14;
}

.icon-teal {
    background: #17a2b8;
}

.icon-pink {
    background: #e83e8c;
}

.icon-green {
    background: #28a745;
}

.icon-red {
    background: #dc3545;
}

.icon-purple {
    background: #6f42c1;
}

.icon-yellow {
    background: #ffc107;
}

.feature-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.feature-text {
    font-size: 0.95rem;
    color: #6c757d;
    margin-bottom: 15px;
}

.learn-more {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.learn-more:hover {
    text-decoration: underline;
}

.blue-bg .nav-item .nav-link {
    color: #fff !important;
}

.blue-bg .text-white .nav-item {
    padding-right: 15px;
}


/*About Us*/
.about-section {
    padding: 50px 30px;
}

.image-grid img {
    width: 100%;
    border-radius: 10px;
}

.profile-badge {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    border: 3px solid white;
}

.badge1 {
    top: 10%;
    left: 70%;
}

.badge2 {
    top: 70%;
    left: 10%;
}

.badge3 {
    bottom: 10%;
    right: 10%;
}

.about-section h2 strong {
    color: #1f1f1f;
}

.about-section .text-lg-start p {
    color: #696969;
}

body a {
    text-decoration: none !important;
    color: #152B62 !important;
}

/*About Us*/


/*Download App Now*/
.download-section {
    padding: 90px 20px;
}

.app-buttons img {
    height: 50px;
    margin-right: 10px;
}

.stats-box {
    background-color: #102c57;
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.stats-box i {
    font-size: 30px;
    margin-bottom: 10px;
}

.app-image img {
    max-width: 100%;
}

.container.download-section .fw-bold {
    color: #0F2137;
}

.container.download-section .left {
    color: #7B7583;
}

/*Download App Now*/


/* Frequently asked section*/
.FAQ {
    background-color: #f9f9f9;
}

.faq-title {
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    margin: 40px 0 20px;
}

.accordion-button {
    font-weight: 600;
    padding-right: 3rem;
    position: relative;
}

.accordion-button::after {
    content: '\002b';
    /* Plus icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 1rem;
    font-size: 1.25rem;
    color: #152B62;
    background: none;
    transform: none;
}

.accordion-button:not(.collapsed)::after {
    content: '\f00d';
    /* Close (X) icon */
}

.accordion-body {
    color: #666;
}

.accordion-button:not(.collapsed) {
    background-color: #FBFBFB;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: var(--bs-accordion-btn-icon-transform);
}

.FAQ .faq-title {
    color: #0F2137;
    line-height: 43px;
}

.accordion-button.collapsed,
.accordion-body {
    background: #f9f9f9;
}

.accordion-item {
    border-left: 0;
    border-right: 0;
}

/* Frequently asked section*/

/* Footer CSS*/
.footer-top {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 42px 30px;
    margin-top: -100px;
    z-index: 1;
    position: relative;
    margin-bottom: 70px;
}

.footer-top .icon-box-a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-top .icon-box-a i {
    background: #1d2977;
    color: #fff;
    padding: 15px;
    font-size: 20px;
    border-radius: 50%;
}

.footer {
    background-color: #152B62;
    color: #fff;
    padding-top: 100px;
}

.footer .social-icons a {
    color: #fff;
    margin-right: 15px;
    font-size: 18px;
}

.footer .form-control {
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.footer .form-control::placeholder {
    color: #ddd;
}

.footer .btn-subscribe {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    padding: 8px 16px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    margin-top: 30px;
    font-size: 14px;
}

.contact .icon-box-a strong {
    color: #232233;
}

.footer .social-icons a {
    border-right: 1px solid #ffffff;
    padding-right: 20px;
}


.FAQ {
    margin-bottom: 100px;
}


/* Footer CSS*/

/*success css*/

.testimonial-section {
    padding: 60px 0;
    background-color: #0f2560;
    color: white;
}

.testimonial-title {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 30px;
}

.testimonial-title::after {
    content: "";
    width: 60px;
    height: 4px;
    background: white;
    display: block;
    margin: 10px auto;
    border-radius: 2px;
}

.testimonial-slider {
    position: relative;
    overflow: hidden;
}

.testimonial-slide {
    display: none;
}

.testimonial-slide.active {
    display: flex;
}

.bubble {
    background-color: #fff;
    color: #000;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    max-width: 280px;
    font-weight: 500;
}

.bubble::after {
    content: '';
    position: absolute;
    left: 50px;
    bottom: -15px;
    border: 15px solid transparent;
    border-top-color: #fff;
}

.testimonial-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 40px;
    margin-left: 50px;
    /*border: 5px solid white;*/
}

.testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-content {
    padding-left: 40px;
    /* border-left: 1px solid white; */
}

.testimonial-name {
    font-weight: bold;
}

.testimonial-dots {
    text-align: center;
    margin-top: 30px;
}

.testimonial-dots span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #999;
    margin: 5px;
    border-radius: 50%;
    cursor: pointer;
}

.testimonial-dots span.active {
    background-color: #fff;
}


.speech-bubble {
    background-color: #fff;
    color: #222;
    padding: 20px 30px;
    border-radius: 20px;
    position: relative;
    font-size: 1.2rem;
    font-weight: 500;
    max-width: 300px;
    text-align: left;
}

.speech-bubble::before,
.speech-bubble::after {
    content: '';
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
}

.speech-bubble::before {
    width: 14px;
    height: 14px;
    right: 2px;
    bottom: -21px;
}

.speech-bubble::after {
    width: 8px;
    height: 8px;
    right: -6px;
    bottom: -34px;
}

/*success css*/


/*checkout look*/
.app-slider-section {
    padding: 60px 0;
    text-align: center;
}

.app-slider-section h2 {
    font-weight: bold;
    margin-bottom: 10px;
}

.slider-wrapper {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    padding: 40px 0;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 30px;
    justify-content: center;
}

.slide {
    flex: 0 0 auto;
    width: 300px;
    transition: transform 0.3s ease;
}

.slide.center {
    transform: scale(1.1);
    z-index: 2;
}

.slide img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    background-color: #0f2560;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.nav-arrow.left {
    left: 10px;
}

.nav-arrow.right {
    right: 10px;
}

.dot-indicators {
    margin-top: 20px;
}

.dot-indicators span {
    height: 12px;
    width: 12px;
    margin: 0 4px;
    background-color: #c4c4c4;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dot-indicators span.active {
    background-color: #0f2560;
}

.app-slider-section h2 {
    color: #0F2137;
}

.app-slider-section .sub-heading {
    color: #475467;
}


.about-section.container img {
    width: 100%;
}

.blue-bg .container h5 {
    border-left: 2px solid #FFFFFF;
    padding-left: 12px;
}

.stock-cards {
    background-color: #F7F9FB;
}

/*checkout look*/

/*responsive css*/

@media (max-width: 575px) {
    .blue-bg .navbar-nav .btn.btn-outline-light {
        margin-left: 0px !important;
    }

    .hero-section .container .text-center.mockup-container {
        margin-top: 50px;
    }

    .container.feature-section .text-md-start .icon-box {
        margin: auto;
        margin-bottom: 29px;
    }

    .container.works .step img {
        margin-bottom: 20px;
    }
}

/*responsive css*/


/*Add new css*/
.feature-section .text-xl, .about-section .text-xl{
    color: #0F051D;
 font-weight: 600;
 font-size:1.45rem;
}

.offer-t {
    color: #7B7583;
}

.feature-section .font-extrabold{
    color: #1f1f1f;
    margin-bottom: 30px;
    font-weight: 600;
}

/*Our Mission Start*/
 
.sr-section {
      padding: 50px 0;
      padding-bottom: 0;
    }
    .sr-title {
      font-size: 1.6rem;
      font-weight: bold;
      color: #0F051D;
      margin-bottom: 15px;
    }
    .sr-text {
      font-size: 1rem;
      margin-bottom: 15px;
    }
    .sr-img {
      max-width: 100%;
    }
 
    .middle .sr-img {
      max-width: 100%;
      width: 400px;
      height: 319px;
      object-fit: cover;
      object-position: bottom;
    }
 
    @media (max-width: 767px) {
      .sr-section {
        padding: 30px 15px;
      }
 
      .middle .sr-img {
        object-position: top;
        height: 100%;
        }
    }
 
    .sr-text{
      color: #7B7583;
      font-size: 1.1rem;
    }
 
 
    @media (max-width: 767px) {
        .sr-img{
            margin-bottom: 20px;
        }
    }    
 
    /*Our Mission End*/
/*Add new css*/
@media (max-width: 520px) { .footer .footer-top .align-items-center.justify-content-center{justify-content: start !important;}
}

