@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.woff2') format('woff2'),
         url('fonts/Poppins-Regular.woff') format('woff'),
         url('fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Bold.woff2') format('woff2'),
         url('fonts/Poppins-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body, html {
    width: 100%;
    height: 100%;
    font-family: 'Poppins', Arial, sans-serif;
    color: white;
    overflow-x: hidden;
}

.Home {
    background-image: url('images/header.webp');
    background-size:100% 100%;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content:start;
    align-items: start;
    padding: 0 80px;
    position: relative;
}

.navbar {
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 80px;
    z-index: 1;
    box-sizing: border-box;
}

.logo img {
height: 60px;
}

.navul {
list-style-type: none;
display: flex;
gap: 20px;
margin: 0;
font-size: 18px;
font-weight: 500;
}

.navli {
display: inline-block;
}

.nava {
color: white;
text-decoration: none;
padding: 5px 10px;
position: relative;
line-height: 24px;
}

.nava::after {
content: '';
position: absolute;
width: 100%;
transform: scaleX(0);
height: 2px;
bottom: 0;
left: 0;
background-color: white;
transform-origin: bottom right;
transition: transform 0.25s ease-out;
}

.nava:hover::after {
transform: scaleX(1);
transform-origin: bottom left;
}

button.login-btn{
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration-line: none;
    background-color: transparent;
    color: white;
    border: 2px solid white;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 18px;
    transition: background-color 0.3s, color 0.3s;
}

button.login-btn:hover{
    background-color: white;
    color: #007bff;
}

.home1 {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-left: 100px;
    margin-top:120px;
    width:50%;
}

.heading {
font-weight: 600;
font-size: 76px;
line-height: 76.8px;
letter-spacing: 1.52px;
}

.pointsul {
padding:18px 20px;
display: flex;
justify-content: left;
column-gap: 40px;
}

.pointsli {
font-size: 22px;
font-weight: 600;
}

.subheading {
    width: 80%;
font-size: 18px;
font-weight: 400;
line-height: 28px;
margin-top:10px;
}

/* .subscribe-form {
display: flex;
justify-content: left;
margin-top: 40px;
background-color: white;
border-radius: 8px;
overflow: hidden;
width: 70%;
min-width:375px;
} */

.subscribe-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    width: 70%;
}
 

.subscribe-form input[type="email"] {
padding: 18px 15px;
border: none;
font-size: 1em;
border-radius: 8px 0 0 8px;
color: #333;
flex: 1;
min-width: 0;
}

.subscribe-form a {
padding: 16px 20px;
border: none;
background-color: #ffcd3e;
color: black;
cursor: pointer;
font-size: 1em;
font-weight: 500;
border-radius:  0px 8px 8px 0px;
white-space: nowrap;
transition: background-color 0.3s;
text-decoration-line: none;
}

.subscribe-form a:hover {
background-color: #987a26;
color:white;
}


.subscribe-form input[type="email"]::placeholder {
color: #aaa;
}

.mobile-image {
position: absolute;
right: 220px;
bottom: 0px;
aspect-ratio:0.60;
}

.mobile-image img {
    width: 420px;
    height: 650px;
    max-width: 100%;
}

/* Media Queries for Responsiveness */
@media screen and (max-width: 1440px) {
    .Home {
        padding: 0 60px;
    }

    .navbar {
        padding: 20px 60px;
    }

    .home1 {
        padding-left: 80px;
    }

    .mobile-image {
        right: 180px;
    }
}

@media screen and (max-width: 1280px) {
    .Home {
        padding: 0 20px;
    }

    .navbar {
        padding: 20px 40px;
    }

    .home1 {
        padding-left: 60px;
    }

    .mobile-image {
        right: 110px;
    }
}

@media screen and (max-width: 1024px) {
    .Home {
        padding: 0 20px;
    }

    .navbar {
        padding: 20px 20px;
    }

    .home1 {
        padding-left: 40px;
        margin-top: 80px;
        position:relative;
        bottom: 60px;
    }

    .heading {
        font-size: 64px;
        line-height: 68px;
    }
    .pointsli{
        font-size:20px;
    }

    .subheading {
        width: 90%;
    }

    .mobile-image {
        top: 100px;
        width: 400px;
    }

    .subscribe-form a{
        padding:23px 22px;
    }
}

@media screen and (max-height: 700px) {
    .mobile-image img {
        height: 550px;
        width: auto; /* Ensure the width adjusts proportionally */
    }
}

@media screen and (max-height: 600px) {
    .mobile-image img {
        height: 500px;
        margin-top:100px;
        margin-right:60px;
        width: auto; /* Ensure the width adjusts proportionally */
    }
}

@media screen and (max-height: 500px) {
    .mobile-image img {
        height: 400px;
        width: auto; /* Ensure the width adjusts proportionally */
    }
}

@media screen and (max-height: 700px) {
    .home1 .heading {
        font-size: 50px;
        line-height: 54px;
    }

    .home1 .subheading {
        font-size: 16px;
        line-height: 24px;
    }

    .home1{
        margin-top:80px;
        margin-left:40px;
    }
}

@media screen and (max-height: 600px) {
    .home1 .heading {
        font-size: 50px;
        line-height: 54px;
    }

    .home1 .subheading {
        font-size: 16px;
        line-height: 24px;
    }

    .home1{
        margin-top:40px;
        margin-left:40px;
    }
}


@media screen and (max-width: 990px) {
    .navbar{
        justify-content: space-between;
        padding:20px 0px;
    }
    .Home {
        display: flex;
        flex-direction: column;
        padding: 0 20px;
        justify-content: flex-start;
    }

    .home1 {
        width: 100%;
        padding-left: 0;
        align-items: center;
        margin-top: 120px;
        text-align: center;
    }

    .heading {
        font-size: 64px;
        line-height: 60px;
    }
    a.login{
        display:none;
    }


    .subheading {
        width: 70%;
        font-size: 20px;
        line-height: 28px;
    }

    .subscribe-form {
        width: 80%;
        justify-content: center;
    }

    .subscribe-form input[type="email"]{
        padding:23px 30px;
        font-size:20px;
    }

    .mobile-image {
        display:none;
    }
}

@media screen and (max-width: 768px) {
    .Home {
        padding: 0 15px;
        align-items: center;
        background-size:cover;
        background-position: center;
    }

    .navbar {
        flex-direction: row;
        gap: 0px;
        justify-content: center;
    }

    .navul{
        display: none;
    }

    .home1 {
        padding-left: 20px;
        width: 100%;
        align-items: center;
        margin-top:60px;
    }

    .heading {
        font-size: 64px; /* Reduced font size */
        line-height: 60px;
    }

    .subheading {
        width: 80%;
        font-size: 18px;
        line-height: 24px;
    }

    .subscribe-form {
        flex-direction: row;
        width: 80%;
    }
}

@media screen and (max-width: 576px) {
    .navbar {
        flex-direction: column;
        text-align: center;
    }

    .navul {
        flex-direction: column;
        gap: 10px;
    }

    .home1 {
        padding-left: 0;
        align-items: center;
        text-align: center;
        margin-top: 80px;
    }
    .pointsli{
        font-size:16px;
    }

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

    .subheading {
        font-size: 16px;
        line-height: 22px;
        width: 90%;
    }

    .subscribe-form {
        flex-direction: row;
        width: 90%;
    }
}

@media screen and (max-width: 400px) {
    .heading {
        font-size: 48px;
    }
    .pointsul{
        column-gap: 30px;
        flex-direction:column;
    }

    .subheading {
        font-size: 14px;
    }

    .mobile-image img {
        width: 200px;
    }
}


/* Base styles */
.stats-section { 
    color: #333; 
    padding: 40px 100px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-direction: row; /* Row layout by default */
    flex-wrap: wrap; /* Allow wrapping for responsive behavior */
    row-gap:20px
}

.stat-item {
    flex: 1;
    margin: 0 15px;
    text-align: center;
    min-width: 150px; /* Ensure a minimum width */
}

.stat-number {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #335ef7;
    text-align: center;
}

.stat-label {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 7px;
    font-size: 18px;
    font-weight: 500;
}

.stat-number {
    transition: all 1s ease-out;
}

@media screen and (min-width: 577px) {
    .stats-section {
        flex-direction: row; /* Ensure row layout for larger screens */
    }

    .stat-number {
        font-size: 36px;
    }

    .stat-label {
        font-size: 18px;
    }
}

/* Below 576px: Switch to column layout */
@media screen and (max-width: 576px) {
    .stats-section {
        flex-direction: column; /* Switch to column layout */
        padding: 20px 10px; /* Adjust padding */
    }

    .stat-item {
        margin: 20px 0; /* Add spacing between items in column layout */
    }

    .stat-number {
        font-size: 28px; /* Slightly smaller font size for mobile */
    }

    .stat-label {
        font-size: 16px;
    }
}


.about-section {
    padding: 30px 40px;
    background-color: #ffffff;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
}

.about-title {
    font-size: 48px;
    line-height: 62.4px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.about-title::after {
    content: "";
    display: block;
    width: 93%; 
    height: 3px; 
    background-color: #335ef7; 
    margin: 0 auto;
    margin-top: 10px; 
    border-radius: 10px;
}

.about-subtitle {
    text-align: center;
    font-size: 18px;
    width: 750px;
    margin-top: 10px;
    color: #565656;
}

.about-content {
    display: grid;
    grid-template-columns: 1.2fr 0.6fr 1.2fr;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    gap: 40px;
}


/* .about-left, .about-right {
    margin-top: 110px;
} */

.about-image-wrapper {
    margin: 0 auto;
    min-width: 400px;
    margin-left: -70px;
}

.about-image {
    height: auto;
    width: 100%;
    max-height: 700px; 
}



.about-features {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap:30px;
}

.about-feature h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: black;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
    margin-left: 10px;
}

.about-feature h3 img {
    margin-right: 10px;
}

.about-feature p {
    font-size: 16px;
    color: #565656;
    margin-left: 58px;
    margin-top: -5px;
    text-align: left;
}

.aboutlogo {
    width: 40px;
    height: 40px;
}

@media screen and (max-width: 1024px) {
    .about-title {
        font-size: 48px;
        line-height: 48px;
    }

    .about-feature h3{
        font-size: 28px;
        margin-left:20px;
        margin-bottom: 10px;
    }
    .about-feature p{
        font-size: 18px;
        padding-left:22px;
    }

    .about-subtitle {
        font-size: 18px;
        width: 80%;
    }
    .aboutlogo {
        width: 50px;
        height: 50px;
    }

    .about-content {
        grid-template-columns: 1fr; /* Single-column layout */
        gap: 20px;
        width: 90%; /* Full width for mobile */
    }

    .about-left{
        margin-top: 30px;
    }

    .about-image-wrapper {
        min-width: 350px;
        margin: 0 auto;
    }

    .about-image {
        max-height: 400px;
    }
}

/* For smaller mobile devices (max-width: 576px) */
@media screen and (max-width: 576px) {
    .about-title {
        font-size: 30px;
        line-height: 36px;
    }

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

    .about-content {
        grid-template-columns: 1fr; /* Maintain single-column layout */
        gap: 20px;
        width: 100%;
    }

    .about-left, .about-right {
        margin-top: 20px;
    }

    .about-image-wrapper {
        min-width: 300px;
        margin: 0 auto;
    }

    .about-image {
        max-height: 350px;
    }

    .about-feature h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .about-feature p {
        font-size: 14px;
    }
}

.how-section {
    padding: 60px 40px;
    background: linear-gradient(293deg, #335EF7 0%, #4528DC 100%);
    opacity: 0.94; 
    color: white;
    text-align: center;
    padding-bottom: 80px;
}

.how-title {
    font-size: 54px;
    line-height: 62.4px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.how-title::after {
    content: "";
    display: block;
    width: 95%;
    height: 3px;
    background-color: #ffffff;
    margin: 0 auto;
    margin-top: 15px;
}

.how-subtitle {
    font-size: 16px;
    margin-bottom: 40px;
    margin-top: 10px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.how-steps {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    row-gap: 20px;
    column-gap: 10px;
}

.how-steps .st {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.arrow {
    flex: 0 1 5%;
    font-size: 50px;
    font-weight: 700;
    color: white;
    text-align: center;
    align-self: center;
    margin: auto 0;
    margin-left: 30px;
}

.step-icon {
    width: 70px;
    height: auto;
    margin-bottom: 20px;
}

.step h3 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

.step p {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    width: 250px;
}

/* Media Queries for Responsiveness */

/* For tablets and smaller screens (max-width: 1024px) */
@media screen and (max-width: 1024px) {
    .how-title {
        font-size: 44px;
        line-height: 52px;
    }

    .how-subtitle {
        font-size: 18px;
        width:80%;
    }

    .how-steps {
        grid-template-columns: 1fr 1fr; /* Two columns for tablets */
        grid-template-rows: auto;
        row-gap: 30px;
    }

    .arrow {
        font-size: 48px; /* Smaller arrow */
        display:none;
    }

    .step p {
        width: 220px; /* Smaller text box */
    }
}

/* For mobile devices (max-width: 768px) */
@media screen and (max-width: 768px) {
    .how-title {
        font-size: 44px;
        line-height: 44px;
    }

    .how-steps {
        grid-template-columns: 1fr; /* Single column layout */
        grid-template-rows: auto;
        gap: 30px;
    }

    .arrow {
        display: none; /* Hide arrows on smaller screens */
    }

    .step p {
        width: 70%; /* Full-width text */
        font-size:17px;
    }
}

/* For smaller mobile devices (max-width: 576px) */
@media screen and (max-width: 576px) {
    .step img{
        width:70px;
        height:70px;
    }
    .how-title {
        font-size: 30px;
    }

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

    .how-steps {
        grid-template-columns: 1fr; /* Single column */
        grid-template-rows: auto;
        gap: 40px;
    }

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

    .step p {
        font-size: 16px;
        width: 70%;
    }

    .step-icon {
        width: 50px;
    }
}

/* Base styles for the interface section */
.interface-section {
    text-align: center;
    padding: 40px 20px;
    background-color: #f6f9fe;
    color: #000000;
    padding-bottom: 100px;
}

.interface-title {
    display: inline-block;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    background-color: #f8f9fa;
    color: #000; 
    padding: 6px 12px; 
    border-radius: 25px; 
    box-shadow: 2px 4px 4px 4px rgba(0, 0, 0, 0.25); 
    box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.075); 
}

.interface-title .interface-icon {
    margin-right: 8px; 
    color: #007bff; 
    font-size: 20px;
}

.interface-heading {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.interface-heading::after {
    content: "";
    display: block;
    width: 50%;
    height: 3px;
    border-radius: 10px;
    background-color: #007bff;
    margin: 0 auto;
    margin-top: 10px;
}

.interface-description {
    font-size: 16px;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #565656;
}

/* Carousel container */
.carousel-container {
    position: relative;
    width: 100%; 
    margin: 0 auto; 
    overflow: hidden; 
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: center;
}

.sec{
    position: relative;
    width: 90%; 
    margin: 0 auto; 
    overflow: hidden; 
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: center;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    scroll-behavior: smooth;
}

.screenshot {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0px 10px;
}

.carousel-prev,
.carousel-next {
    display: block;
    background-color: #335ef7;
    color: #fff;
    border: none;
    font-size: 24px;
    padding: 18px;
    cursor: pointer;
    z-index: 2;
    height: 50px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
}

.carousel-prev:hover,
.carousel-next:hover {
    background-color: #021f84;
}

.carousel-prev {
    position: absolute;
    left: 0;
}

.carousel-next {
    position: absolute;
    right: 0;
}

/* Indicators for mobile slider */
.carousel-indicators {
    display: none;
    justify-content: center;
    margin-top: 10px;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 4px;
    background-color: #d3d3d3;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: #335ef7;
}

/* Media Queries */

/* Below 768px, remove navigation buttons and show slider indicators */
@media screen and (max-width: 768px) {
    .carousel-prev, .carousel-next {
        display: none;
    }

    .carousel-indicators {
        display: flex;
    }

    .carousel-container,.sec{
        width:90%;
    }
    .carousel {
        scroll-snap-type: x mandatory; /* Enable snapping on mobile */
        overflow-x: auto;
        scroll-behavior: smooth;
    }

    .screenshot {
        flex: 0 0 50%; /* Show one image at a time */
        max-width: 50%;
    }

    .sec button.carousel-prev,button.carousel-next{
        display:none;
    }
}

/* Below 576px: Adjust for smaller mobile screens */
@media screen and (max-width: 576px) {
    .interface-heading {
        font-size: 28px;
    }

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

    .carousel-container,.sec{
        width:100%;
        padding:0px 10px;
    }

    .dot {
        height: 8px;
        width: 8px;
    }
    .screenshot {
        flex: 0 0 75%; /* Show one image at a time */
        max-width: 75%;
    }
}


.carousel-prev,
.carousel-next {
    display: block;
    position: relative;
    background-color: #335ef7;
    color: #fff;
    border: none;
    font-size: 24px;
    padding: 18px;
    cursor: pointer;
    z-index: 2;
    height:50px;
    border-radius: 9999px;
    display:flex;
    align-items:center;
}

.carousel-prev {
    left: 0px; 
}

.carousel-next {
    right: 0px; 
}

.carousel-prev:hover,
.carousel-next:hover {
    background-color: #021f84;
}

/* Base styles */
.reviews-section {
    text-align: center;
    padding: 30px 20px;
    background-color: #ffffff;
    color: #000000;
}

.reviews-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
}

.reviews-icon {
    font-size: 24px;
    margin-right: 10px;
    color: #007bff;
}

.reviews-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.reviews-description {
    font-size: 18px;
    margin-bottom: 40px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    color: #555;
}

.reviews-carousel {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap; /* Allow wrapping for smaller screens */
}

.review-card {
    background-color: #fff;
    border-radius: 10px;
    padding-top: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.review-stars {
    font-size: 20px;
    color: #f39c12;
    padding-left: 20px;
    padding-right: 20px;
}

.review-title {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
    padding-left: 20px;
    padding-right: 20px;
}

.review-text {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
}

.review-author {
    width: 100%;
    display: flex;
    align-items: flex-start;
    background-color: #f6f9fe;
    padding: 20px 20px;
}

.review-author-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.review-author-name {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}

.review-author-title {
    font-size: 16px;
    color: #1c1c1c;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 4px;
    background-color: #d3d3d3;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: #335ef7;
}

/* Responsive Adjustments */

/* Tablets and smaller screens (max-width: 1024px) */
@media screen and (max-width: 1024px) {
    .reviews-heading {
        font-size: 28px;
    }

    .reviews-description {
        font-size: 16px;
        max-width: 90%; /* Adjust max-width for smaller screens */
    }

    .review-card {
        width: 300px; /* Make review cards smaller */
    }

    .review-title {
        font-size: 18px;
    }

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

    .review-author-name {
        font-size: 14px;
    }

    .review-author-title {
        font-size: 12px;
    }
}

/* Mobile devices (max-width: 768px) */
@media screen and (max-width: 768px) {
    .reviews-heading {
        font-size: 24px;
    }

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

    .reviews-carousel {
        gap: 20px;
    }

    .review-card {
        width: 250px; /* Smaller cards for mobile devices */
    }

    .review-title {
        font-size: 16px;
    }

    .review-text {
        font-size: 13px;
    }

    .review-author-photo {
        width: 40px;
        height: 40px;
    }

    .review-author-name {
        font-size: 14px;
    }

    .review-author-title {
        font-size: 12px;
    }
}

/* Small mobile devices (max-width: 576px) */
@media screen and (max-width: 576px) {
    .reviews-heading {
        font-size: 20px;
    }

    .reviews-description {
        font-size: 12px;
    }

    .reviews-carousel {
        flex-direction: column; /* Stack reviews vertically */
    }

    .review-card {
        width: 100%; /* Full-width for smaller mobile screens */
    }

    .review-title {
        font-size: 16px;
    }

    .review-text {
        font-size: 12px;
    }

    .review-author-photo {
        width: 35px;
        height: 35px;
    }

    .review-author-name {
        font-size: 13px;
    }

    .review-author-title {
        font-size: 11px;
    }
}


/* Base Styles for the Pricing Section */
.pricing-title {
    font-size: 48px;
    line-height: 62.4px;
    font-weight: 600;
    margin-bottom: 20px;
}

.pricing-title::after {
    content: "";
    display: block;
    width: 50%;
    height: 3px;
    background-color: #007bff;
    margin: 0 auto;
    margin-top: 10px;
}

.pricing-subtitle {
    font-size: 18px;
    margin-bottom: 40px;
    width: 700px;
    margin: 0 auto;
    color: #1b1a1a;
}

.pricing-section {
    text-align: center; 
    padding: 60px 20px;
    background-color: #f6f9fe;
    color: #000000;
}

.pricing-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.pt {
    font-size: 18px;
    font-weight: 600;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0 5px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8f8e8e;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #007bff;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.currency-label {
    font-size: 16px;
    color: #000;
}

.usd-label {
    padding-left: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #007bff;
    margin-right: 10px;
}

.inr-label {
    color: #333;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 600;
}

.toggle-container {
    display: flex;
    width: 300px;
    border: 2px solid #ccc;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    background-color: white;
    padding: 6px 8px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.toggle-option {
    flex: 1;
    text-align: center;
    padding: 12px 15px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}

.toggle-option span.discount {
    font-size: 12px;
    margin-left: 5px;
}

.toggle-option.active {
    color: white;
    background-color: #335ef7;
    border-radius: 50px;
}

.toggle-background {
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #007bff;
    border-radius: 50px;
    z-index: 1;
    transition: left 0.3s ease;
}

#annuallyBtn.active ~ .toggle-background {
    left: 50%;
}

#monthlyBtn.active ~ .toggle-background {
    left: 0;
}

.pricing-cards {
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    flex-wrap: wrap;
}

.pricing-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    flex: 1;
    margin: 0 10px;
}

.pricing-card-title {
    font-size: 24px;
    margin-top: 10px;
    color: #333;
}

.pricing-amount {
    font-size: 32px;
    font-weight: 700;
    color: #007bff;
    margin-bottom: 10px;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-features li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #555;
    border-top: 1px solid #dee2e6;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0px;
}

.pricing-contact {
    margin-top: 30px;
    font-size: 16px;
}

.pricing-contact a {
    color: #007bff;
    text-decoration: none;
}

.pricing-contact a:hover {
    text-decoration: underline;
}

/* Responsive Adjustments */

/* Tablets and smaller screens (max-width: 1024px) */
@media screen and (max-width: 1024px) {
    .pricing-title {
        font-size: 36px;
    }

    .pricing-subtitle {
        font-size: 16px;
        width: 50%; /* Reduce width for smaller screens */
    }

    .pricing-cards {
        flex-wrap: wrap;
        gap: 30px;
        /* Make it full-width for smaller screens */
    }

    .pricing-card {
        /* Reduce card width */
        margin: 0 auto;
    }
}

/* Mobile devices (max-width: 768px) */
@media screen and (max-width: 768px) {
    .pricing-title {
        font-size: 28px;
    }

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

    .pricing-cards {
        flex-direction: column;
        gap: 20px;
        max-width: 100%; /* Full-width cards on mobile */
    }

    .pricing-card {
        width: 80%;
        margin: 0 auto;
    }

    .pricing-card-title {
        font-size: 20px;
    }

    .pricing-amount {
        font-size: 28px;
    }
}

/* Small mobile devices (max-width: 576px) */
@media screen and (max-width: 576px) {
    .pricing-title {
        font-size: 32px;
        line-height: 34px;
    }

    .pricing-subtitle {
        font-size: 14px;
        width: 70%;
    }

    .pricing-cards {
        flex-direction: column;
        gap: 15px;
        max-width: 100%;
    }

    .pricing-card {
        width: 100%;
        margin: 0 auto;
    }

    .pricing-card-title {
        font-size: 18px;
    }

    .pricing-amount {
        font-size: 24px;
    }

    .pricing-features li {
        font-size: 14px;
    }

    .toggle-container{
        width:250px;
        padding:4px 5px;
        align-items: center;
    }

    .toggle-option{
        padding:8px 18px;
        text-wrap: nowrap;
    }

    .pricing-switch{
        flex-direction: column;
        row-gap: 2px;
    }
}

/* Styling for the Start Free Trial button */
button.free-btn {
    padding: 18px 20px;
    border: none;
    background-color: #ffcd3e;
    color: black;
    cursor: pointer;
    font-size: 1em;
    font-weight: 500;
    border-radius: 0px 8px 8px 0px;
    white-space: nowrap;
    transition: background-color 0.3s;
}

button.free-btn:hover {
    background-color: #987a26;
    color: white;
}

/* Base styles for the FAQ section */
.faq-section {
    padding: 60px 40px;
    background-color: #ffffff;
    color: #333;
}

.faq-title {
    text-align: center;
    font-size: 48px;
    line-height: 62.4px;
    font-weight: 600;
    margin-bottom: 30px;
}

.faq-title::after {
    content: "";
    display: block;
    width: 45%;
    height: 3px;
    background-color: #007bff;
    margin: 0 auto;
    margin-top: 10px;
}

.faq-subtitle {
    width: 600px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.faq-container {
    width: 700px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 20px;
}

.faq-question {
    padding: 8px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #dee2e6;
    font-size: 18px;
    color: #444444;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #fff;
    padding: 0 20px;
    border-radius: 0 0 5px 5px;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 15px 20px;
}

.faq-item.active .faq-question .material-symbols-outlined {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

/* Responsive Adjustments */

/* Tablets and smaller screens (max-width: 1024px) */
@media screen and (max-width: 1024px) {
    .faq-title {
        font-size: 36px;
    }

    .faq-subtitle {
        width: 90%;
        font-size: 16px;
    }

    .faq-container {
        width: 90%;
    }

    .faq-question {
        font-size: 16px;
    }

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

/* Mobile devices (max-width: 768px) */
@media screen and (max-width: 768px) {
    .faq-title {
        font-size: 30px;
    }

    .faq-subtitle {
        width: 95%;
        font-size: 14px;
    }

    .faq-container {
        width: 100%;
    }

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

    .faq-answer {
        font-size: 13px;
    }
}

/* Small mobile devices (max-width: 576px) */
@media screen and (max-width: 576px) {
    .faq-title {
        font-size: 32px;
        line-height: 38px;;
    }

    .faq-subtitle {
        font-size: 12px;
    }

    .faq-container {
        width: 100%;
    }

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

    .faq-answer {
        font-size: 12px;
    }
}


.contact-section {
    padding: 30px 20px;
    background-color: #f6f9fe;
    color: #333;
    }

.contact-title{
text-align: center;
font-size: 48px;
line-height:62.4px;
font-weight: 700;
margin-bottom: 20px;
}

.contact-title::after {
    content: "";
    display: block;
    width: 20%;
    height: 3px;
    background-color: #007bff;
    margin: 0 auto;
    margin-top: 10px;
}

.contact-subtitle {
text-align: center;
font-size: 16px;
margin-bottom: 40px;
color: #565656;
width:350px;
margin:0 auto;
margin-bottom: 30px;
}

.contact-container {
display: flex;
justify-content: space-between;
align-items: flex-start;
max-width: 1100px;
margin: 0 auto;
gap: 40px;
flex-wrap: wrap;
}

.contact-info {
flex: 1;
max-width: 45%;
}

.contact-form {
flex: 1;
width: 45%;
}

.contact-text {
font-size: 16px;
margin-bottom: 20px;
line-height: 1.5;
text-align: justify;
color:#000000;
}

.contact-details {
display: flex;
flex-direction: column;
gap: 15px;
margin-top:10px;
}

.contact-item {
display: flex;
align-items: center;
gap: 10px;
}

.contact-item p img {
width: 40px;
height: 40px;
}

.contact-item img{
width: 40px;
height: 40px;
}

.contact-item p {
margin: 0;
line-height: 1.4;
font-size: 16px;
display: flex;
align-items: center; 
column-gap: 12px;
}

.contact-form form {
display: flex;
flex-direction: column;
gap: 15px;
}

.contact-form input,
.contact-form textarea {
width: 100%;
padding: 15px;
border-radius: 5px;
font-size: 14px;
border:none;
box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.12);
}

.contact-form textarea{
    min-height: 100px;
}

.contact-form a {
background-color: #007bff;
color: white;
border: none;
padding: 15px;
cursor: pointer;
border-radius: 5px;
font-size: 16px;
text-decoration-line: none;
text-align: center;
transition: background-color 0.3s, color 0.3s;
}

.contact-form a:hover {
background-color: #0056b3;
}

.contact-item {
display: flex;
align-items: flex-start;
gap: 10px;
margin-bottom: 10px;
}

.contact-item img {
width: 24px;
height: 24px;
flex-shrink: 0;
}

@media screen and (max-width: 768px)
{
    .contact-title{
        font-size:32px;
    }
    .contact-container{
        flex-direction: column;
        align-items: center;
    }
    .contact-info{
        max-width: 90%;
    }
    .contact-form{
        width: 90%;
    }
    .contact-form input,
.contact-form textarea{
    width:100%;
}
}

/* Base styles for the footer */
footer {
    color: #333;
    padding: 40px 0;
    font-size: 14px;
    border-top: 1px solid #eee;
    background-color: #f9f9f9; /* Optional: Add background color */
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    flex-wrap: wrap; /* Enable wrapping for smaller screens */
    gap: 20px; /* Add some gap between sections */
}

.footer-section {
    flex: 1 1 23%; /* Ensures sections take up equal space */
    min-width: 200px; /* Set a minimum width to prevent too much shrinking */
    margin-bottom: 30px;
}

.footer-logo {
    width: 230px;
    height: 50px;
    margin-bottom: 15px;
    position:relative;
    left:-40px;
}

.tu{
    color:#000000;
}
.social-media a {
    margin-right: 10px;
}

.social-media img {
    width: 40px;
    height: 40px;
    margin-top: 20px;
}

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 14px;
    display: flex;
    column-gap: 12px;
}

.footer-section ul li img {
    width: 40px;
    height: 40px;
}

.footer-section ul li a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
    font-size: 16px;
}

.footer-section ul li a:hover {
    color: #007bff;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #eee;
    margin: 0 160px;
    padding-top: 10px;
    color: #000000;
}

.fot-link{
    font-size:18px;
    font-weight:600;
    margin-bottom:30px;
}

/* Responsive Adjustments */

/* Maintain row layout until 576px */
@media screen and (max-width: 1024px) {
    .footer-container {
        gap: 10px; /* Reduce gap between sections for better fit */
    }

    .footer-section {
        flex: 1 1 48%; /* Allow two sections per row on medium screens */
    }

    .footer-section p{
        width:80%;
    }

    .footer-logo {
        margin-left: 0; /* Reset any left margin for logo */
    }

    .footer-section h4 {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .footer-container {
        justify-content: space-between;
        gap: 20px; /* Add some space between items */
    }

    .footer-section {
        flex: 1 1 48%; /* Two columns per row */
        text-align: left;
    }

    .social-media img {
        width: 35px;
        height: 35px;
    }
    
    .footer-section h4 {
        font-size: 15px;
    }
    
    .footer-section ul li a {
        font-size: 14px;
    }
}

/* Switch to column layout only below 576px */
@media screen and (max-width: 576px) {
    .footer-container {
        flex-direction: column; /* Switch to column layout */
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .footer-section {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 20px;
        align-items: center;
        justify-content: center;
        text-align:center;
    }
    .footer-section .footer-logo{
        position: relative;
        top:0;
        left:0;
    }
    .footer-section p{
        text-align:center;
        margin:0 auto;
    }

    .social-media img {
        width: 40px;
        height: 40px;
    }

    .footer-section h4 {
        font-size: 14px;
    }

    .footer-section ul li a {
        font-size: 13px;
    }

    .footer-bottom {
        margin: 0 20px;
        padding-top: 10px;
    }
}


#al{
    width:100%;
}


.contact ul li{
    display:flex;
    flex-direction: row;
    align-items:center;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.about-left, .about-right {
    opacity: 0;
}

.about-left.animate-left {
    animation: slideInLeft 600ms ease-in-out forwards;
}

.about-right.animate-right {
    animation: slideInRight 600ms ease-in-out forwards;
}
.inv{
    width:100%;
    background-color:#ffcd3e;
    color:black;
    padding:6px;
    font-size:14px;
    text-align:center;
    position:sticky;
    top:0;
    z-index:10;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.fnv{
    width:100%;
    background-color:#0056b3;
    color:white;
    padding:6px;
    font-size:14px;
    text-align:center;
    position:sticky;
    top:0;
    z-index:10;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    margin-top:-20px;
}

.arr{
    color:black;
    padding-top: 4px;
}

.per{
    position:relative;
    top:-12px;
}

.modal {
     display: none; 
     position: fixed;
     overflow-y:scroll; 
     z-index: 1; 
     padding-top: 100px; 
     left: 0; 
     top: 0; 
     width: 100%; 
     height: 100%;
    background-color: rgba(0, 0, 0, 0.6); 
}
    .modal-content {
         background-color: #fff;
         color:#000;
          margin: auto;
           padding: 20px; 
          border-radius: 8px;
           width: 70%; 
           display:flex;
           flex-direction: column;
           justify-content: center;
           align-items: center;
        }
        img.lo{
            width:100px;
            margin:0 auto;
            text-align:center;
            padding-bottom: 20px;
        }
        .forbtn{
            width:100%;
            margin-top:12px;
            padding:18px 0px;
            margin-bottom:10px;
            font-size: 18px;
            font-weight: 500;
            background-color:#335ef7;
            transition: background-color 80ms;
        }
        .forbtn:hover{
            background-color: #0056b3;
        }
        .close-button {
            position: absolute;
            top: 10px;
            right: 15px;
            cursor: pointer;
            font-size: 20px;
            color:red;
        }
    input { 
        width: 100%; 
        margin: 10px 0;
        padding: 14px 10px; 
        border: 2px solid #8f8f8f;
        border-radius: 6px;
     }
     input::placeholder{
        font-size: 16px;
        color:#7a7676;
     }
       
    button 
    {
    background-color: #4CAF50;
     color: white;
      padding: 10px 20px;
       border: none;
        border-radius: 4px;
         cursor: pointer;
         }
         .form1{
            display:flex;
            flex-direction: column;
            width:100%;
            padding:0px 0px;
            column-gap: 15px;
         }

         .form2{
            display:grid;
            grid-template-columns: repeat(2,1fr);
            width:100%;
            padding:0px 0px;
            column-gap: 15px;
        }  
         @media screen and (max-width: 576px) {
            .modal-content{
                width: 90%; 
            }
            .lo{
                width:100px;
            }
            .form1{
                display:flex;
                flex-direction: column;
                width:100%;
                padding:0px 0px;
            }  
         }
         @media screen and (min-width: 1024px) {
            .modal-content{
                width: 50%; 
            }
            .lo{
                width:100px;
            }
        }

        /* Thank You Modal */
        .thank-you-modal {
            display: none; /* Initially hidden */
            position: fixed;
            z-index: 10;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.9); /* Light background overlay */
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }
        
        .thank-you-content {
            background-color: white;
            border-radius: 12px;
            padding: 40px;
            text-align: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            max-width: 700px;
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: relative;
            overflow: hidden;
        }
        
        .celb,
        .celb1 {
            width: 100px;
            height: 100px;
            position: absolute;
            top: 20px;
        }
        
        .celb {
            left: 20px;
        }
        
        .celb1 {
            right: 20px;
        }
        
        .thank-you-content div {
            font-size: 36px;
            font-weight: bold;
            color: #407af5;
            margin-bottom: 20px;
        }
        
        .thank-you-content p {
            font-size: 18px;
            color: #4a4a4a;
            margin-bottom: 20px;
            padding: 0px 30px;
        }
        
        .thank-you-btn {
            background-color: #407af5;
            color: white;
            padding: 12px 20px;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            font-size: 16px;
        }
        
        .thank-you-btn:hover {
            background-color: #3362d9;
        }
        
        .resend-email {
            margin-top: 20px;
            font-size: 14px;
        }
        
        .resend-email a {
            color: #407af5;
            text-decoration: none;
        }
        
        .resend-email a:hover {
            text-decoration: underline;
        }
        
        /* Responsiveness */
        @media (max-width: 768px) {
            .thank-you-content {
                padding: 30px;
                max-width: 90%;
                position: relative;
            }
        
            .thank-you-content h1 {
                font-size: 28px;
            }
        
            .thank-you-content p {
                font-size: 16px;
            }
        
            .celb, .celb1 {
                width: 70px;
                height: 70px;
                top: 10px;
            }
        
            .celb {
                left: 10px;
            }
        
            .celb1 {
                right: 10px;
            }
        
            .thank-you-btn {
                padding: 10px 15px;
                font-size: 14px;
            }
        }
        
        @media (max-width: 480px) {
            .thank-you-content {
                padding: 20px;
                max-width: 100%;
            }
        
            .thank-you-content h1 {
                font-size: 24px;
            }
        
            .thank-you-content p {
                font-size: 14px;
                padding: 0px 20px;
            }
        
            .celb, .celb1 {
                width: 50px;
                height: 50px;
                top: 5px;
            }
        
            .celb {
                left: 5px;
            }
        
            .celb1 {
                right: 5px;
            }
        
            .thank-you-btn {
                padding: 8px 12px;
                font-size: 12px;
            }
        }