body {
    font-family: 'Nunito Sans';
}

.login-button {
    background-color: #007acc;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 15px 30px 50px rgba(26, 34, 72, .08);
}

.login-button:hover {
    background-color: #085589;
}

i.fa.fa-facebook {
    width: 14px;
    align-items: center;
    padding: 2px;
}

.signUp-button {
    background-color: #FFF;
    color: #007acc;
    padding: 10px 20px;
    border: 1px solid #007acc;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 20px;
    box-shadow: 15px 30px 50px rgba(26, 34, 72, .08);
}

.signUp-button:hover {
    background-color: #f7f7f7;
}

.map1 img {
    width: 70%;
}

/* nav.navbar.navbar-expand-lg {
    background-color: rgba(39, 75, 227, .1);
} */

.navbar-brand img {
    height: 50px;
}

.nav-link {
    color: #007acc;
}

.social-icons img {
    height: 24px;
    margin-right: 10px;
}

.contact-info {
    display: flex;
    align-items: center;
    color: #007acc;
}

.contact-icon {
    margin-right: 5px;
}

.nav-item.contact-info {
    display: inline-grid;
    margin-left: 16px;
    float: right;
}

span.calltext {
    color: #6C757D;
    font-weight: 400;
    font-size: small;
}

span.phone {
    color: black;
}

.primary {
    color: #fff;
    background-color: #007acc;
    border-color: #007acc;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
}

.icon i {
    background: #007acc;
    padding: 15px;
    border-radius: 50px;
    color: #fff;
}

.icon {
    margin-right: 34px;
}

.right-side a {
    background-color: #fff;
    padding: 10px 13px;
    border-radius: 20px;
    color: #007acc;
}

.header-bottombar .container {
    width: 100%;
}

.header-bottombar .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.left-side a {
    color: white;
    text-decoration: none;
    background-color: transparent;
    padding-right: 35px;
    font-weight: 600;
}

.dropbtn {
    background-color: inherit;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 16px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a:hover {
    background-color: #e5eaf3;
}

nav.header-bottombar {
    background-color: #007acc;
    padding: 15px 0px;
}

.right-side a {
    margin-left: 10px;
}

.rightsocialicons {
    display: flex;
    justify-content: flex-end;
    /* Align to the right */
    align-items: center;
    /* Center items vertically */
    padding-right: 15px;
}

.logo-new .navbar-brand img {
    width: 100%;
    height: auto;
    max-width: 100%;
    /* Ensures the image is responsive within its container */
    max-height: 100%;
}

/* banner css */
span.Aipowered {
    font-size: 36px;
    font-weight: bolder;
    line-height: 54px;
    color: black;
}

.banner.sec {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 69vh;
    position: relative;
}

section.banner-sec-color {
    background-color: rgba(39, 75, 227, .1);
    position: relative;
}

.content {
    flex: 1;
    color: black;
}

.content h1 {
    font-size: 36px;
    font-weight: bolder;
    line-height: 54px;
}

h4 {
    line-height: 46px;
}

p.banner-tet-right {
    margin: 15px 0px;
    text-align: right;
    font-size: 1rem;
    font-weight: 600;
}

.image-section {
    flex: 0.85;
    text-align: center;
}

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

.bannerbackgroundimage {
    animation: floatAnimation 3s ease-in-out infinite;
    position: absolute;
    left: 0px;
    top: 100px;
    width: 100%;
    height: 80%;
    background-repeat: no-repeat;
}

@keyframes floatAnimation {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(0);
    }
}

.bannerbackgroundimage1 {
    position: absolute;
    top: 100px;
    width: 100%;
    height: 80%;
    background-repeat: no-repeat;
}

/* image with text */
.image-container {
    flex: 0.85;
}

/* .image-container img {
    width: 100%;
    height: auto;
} */
.section {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
}

.info {
    flex: 1;
    padding-right: 50px;
}

h1.sec-text {
    font-weight: 700;
    line-height: 57px;
    font-size: 40px
}

span.highlighted {
    color: #007ACC;
    font-style: italic;
}

h6.sec-par {
    line-height: 32px;
    font-weight: 500;
}

@media (max-width: 1200px) {
    .section {
        padding: 20px;
    }

    .info h1 {
        font-size: 2rem;
    }
}

@media (max-width: 1024px) {

    .image-container.w3-animate-left img {
        width: 100%;
    }

    .image-container.w3-animate-right img {
        width: 100%;
    }

    .content h1 {
        font-size: 24px;
        line-height: 40px;
    }

    span.Aipowered {
        font-size: 25px;
        line-height: 41px;
    }

    .image-container img {
        height: auto;
    }

    .bannerbackgroundimage {
        height: 75%;
        width: 100% !important;
    }

    .bannerbackgroundimage1 {
        display: none;
    }

    .banner.sec {
        min-height: auto;
        padding: 25px;
    }
}

@media (max-width: 768px) {
    .video-container video {
        width: 100%;
    }

    .video-container {
        width: 400px;
        height: 368px;
    }

    .info {
        order: 2;
    }

    .image-container {
        order: 1;
    }

    h1.sec-text {
        line-height: 42px;
    }

    .info h1 {
        font-size: 25px;
    }

    .info {
        padding-right: 0px;
    }

    h6.sec-par {
        font-size: 14px;
    }

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

    .cardimage {
        height: 142px;
        float: left;
    }

    span.Aipowered {
        font-size: 20px;
    }

    h1.sec-text {
        font-size: 28px;
    }


}

@media (max-width: 480px) {

    .info p {
        font-size: 0.9rem;
    }

}

.w3-animate-right {
    position: relative;
    animation: animateright 0.4s;
    animation-name: animateRight;
    animation-duration: 2s;
}

@keyframes animateRight {
    from {
        right: -300px;
        opacity: 0;
    }

    to {
        right: 0;
        opacity: 1;
    }
}

/* text with image */
section.division-new {
    background-color: #f1f2fa;
}

/* tabs */
.title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
}

.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    padding-top: 20px;
}

.tab {
    padding: 10px 20px;
    margin: 0 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #f1f2fa;
}

.tab.active {
    background-color: #007ACC;
    color: #fff;
    border-bottom: none;
}

.tab-content {
    display: none;
    text-align: center;
}

.tab-content.active {
    display: block;
}

section.tabs-sec {
    padding: 40px 0px;
}

/* cards */
img.elements30 {
    animation: floatAnimation 3s ease-in-out infinite;
    position: absolute;
    top: 0;
    right: 0;
}

section.features {
    background: #f1f2fa;
    padding: 50px 0px;
    background-repeat: no-repeat;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.feature-item {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}

.feature-item img {
    width: 60px;
    height: auto;
    margin-bottom: 10px;
}

.feature-item h3 {
    margin: 10px 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    color: #000;
}

.feature-item p {
    color: #666;
    line-height: 23px;
}

.feature-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: linear-gradient(90deg, #007acc 0%, #726EFC 100%);
    color: white;
}

.feature-item:hover h3,
.feature-item:hover p {
    color: #fff;
}

@media (max-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    h1.sec-text {
        font-size: 28px;
    }

}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 3fr;
    }


}

.tab-content img {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 2px solid #dcdcdc;
}

/* collapse card */
.rotating-background {
    background-size: cover;
    animation: spin 20s linear infinite;
    position: absolute;
    left: -200px;
    top: 100px;
    height: 600px;
    width: 600px;
    background-repeat: no-repeat;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.card {
    border: none;
    margin-bottom: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-header .btn {
    width: 100%;
    text-align: left;
    position: relative;
}

.card-header .btn .fas {
    position: absolute;
    right: 20px;
    top: 10px;
    transition: transform 0.4s ease;
}

.card-header {
    background-color: #fff;
    padding: 15px 20px;
}

h2.mb-0 {
    margin: 0px;
}

button.btn.btn-link.btn-block.text-left {
    font-size: 16px;
    font-weight: 800;
    color: black;
    font-family: 'Nunito Sans';
}

.card-body h6 {
    padding: 0px 19px;
    font-size: 16px;
    font-weight: 400;
}

section.collapse-sec {
    padding: 40px 0px;
    background-color: #f8f9fa;
}

/* Footer */
.fw-link.s-fw-link ul li {
    list-style: none;
    line-height: 30px;
}

.fw-link.s-fw-link ul li a:hover {
    text-decoration: underline;
    color: #fff;
    font-size: 16px;
}

.fw-link.s-fw-link ul li a {
    color: #fff;
    font-size: 16px;
}

.f-logo.mb-20 img {
    width: 200px;
}

.fw-title h5 {
    font-weight: 700;
}

h4.footer-title {
    font-weight: 700;
}

.fw-link.s-fw-link ul {
    padding: 0;
}

footer.footer-sec {
    background: #085589;
    color: #fff;
    /* padding: 50px 0px 0px 0px; */
    /* background-image: url("../images/pattern-19.png"); */
    background-size: cover;
}

.copyright-text i {
    float: right;
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    color: #007ACC;
}

.copyright-text p {
    margin-top: 7px;
}

.copyright-wrap {
    border-top: 1px solid #fff;
    padding: 15px 0px;
}

/* scroll animatation c ss */
.animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.start-animation {
    opacity: 1;
    transform: translateY(0);
}

/* banner video css */
.video-container {
    position: relative;
    width: 580px;
    height: 400px;
    background-image: url('../images/slider_img02\ 1.png');
    background-size: cover;
    background-position: center;
}

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: auto;
    z-index: 10;
}

/* features page css */
/* banner css */
section.banner-sec-color.features {
    background: #e9edfc;
    background-image: url(../images/pattern-5.png);
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
}

ul.breadcrumb li {
    display: inline;
    font-size: 18px;
    color: black;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: black;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #007ACC;
    text-decoration: underline;
}

ul.breadcrumb {
    background: none;
    padding: 0px;
}

/* features sec css */

section.features-list {
    background: #f1f2fa;
    padding: 40px 0px;
}

.card1 {
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 20px;
    position: relative;
}

h3.cardtitle {
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 22px;
}

p.card-para {
    font-size: 16px;
}

.card1 img {
    padding: 20px;
}

.cardimage {
    position: relative;
    width: 100px;
    height: 100px;
    float: left;
}

.image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
}

.image2 {
    opacity: 0;
}

.card1:hover .image1 {
    opacity: 0;
}

.card1:hover .image2 {
    opacity: 1;
}

.cardslist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 25px;
}

.card1:hover {
    background-image: url(../images/fancy-circle-dots\ 1.png);
    background-color: #007acc;
    color: white;
}

.card-new {
    display: flex;
}

/* request demo css */
.form-section {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    padding: 40px;
}

label {
    display: block;
    margin: 5px 0 5px;
    font-weight: 600;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.submit-button {
    background-color: #007acc;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.submit-button:hover {
    background-color: #0A3664;
}

.form {
    background-color: #f1f2fa;
    padding: 40px 0;

}

.info-section {
    background-color: #007acc;
    padding: 40px 25px;
    border-radius: 5px;
    color: #fff;
    background-image: url(../images/fancy-circle-dots\ 1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}

form {
    padding-right: 50px;
    width: 50%;
}

.video-container-demo {
    position: relative;
    background-size: cover;
    background-position: center;
    width: auto;
    height: 300px;
}

.video-container-demo video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    z-index: 10;
    background: #fff;
    padding: 18px;
    border-radius: 12px;
}

h2.sec-text {
    font-weight: 700;
    margin: 15px 0px;
}

ul.request.list {
    list-style: none;
}

i.fa-solid.fa-arrow-right-long {
    padding-right: 10px;
}

ul.request.list li {
    padding: 5px 0px;
}

.g-recaptcha {
    margin: 15px 0px;
}

h6.privacy-title.animate.start-animation {
    line-height: 24px;
}

li.animate.start-animation {
    font-weight: 600;
    line-height: 25px;
}

/* web apps page css */

.about-section {
    display: inline-flex;
    max-width: 100%;
    margin: auto;
    background-color: #DFEEFD;
    border-radius: 5px;
    padding: 20px 37px;
    margin-bottom: 20px;
    align-items: center;
}

.responsive-image {
    width: 100%;
    height: auto;
}

.right-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {
    .about-section {
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    .container {
        flex-direction: column;
    }
}

.about-section1 {
    display: inline-flex;
    max-width: 100%;
    margin: auto;
    background-color: #FFE2E2;
    border-radius: 5px;
    padding: 20px 37px;
    margin-bottom: 20px;
    align-items: center;
}

.about-section2 {
    background-color: #E0F3F4;
    border-radius: 5px;
    padding: 20px 37px;
    margin-bottom: 20px;
    align-items: center;
}

.webapp img {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 50px;
}

.about {
    background-color: #f1f2fa;
    padding: 40px 0px;
}

/* overview page */

.overview-section {
    display: inline-flex;
    max-width: 100%;
    margin: auto;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    align-items: center;
    padding: 0 35px;
}

.content-sec {
    background-color: #f1f2fa;
}

.new-list {
    flex: 1;
    padding: 30px 50px 20px 0px;
    background-color: #0062A4;
    border-radius: 5px;
    margin-top: 20px;
    margin-right: 15px;
    color: #fff;
    display: inline-block;
}

h2.list-title {
    font-size: 27px;
    font-weight: 600;
}

.title {
    font-size: 2em;
    margin-bottom: 20px;
}

ul.request.list.listsize li {
    font-size: 18px;
    margin-left: 36px;
}

section.overview-demo {
    background-color: #007acc;
    background-image: url('../images/fancy-circle-dots\ 2.png');
    padding: 50px 0px;
}

.video-container-demo1 {
    position: relative;
    background-size: cover;
    background-position: center;
    width: 560px;
    height: 250px;
}

.video-container-demo1 video {
    position: absolute;
    top: 50%;
    left: 42%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: auto;
    z-index: 10;
    background: #fff;
    padding: 18px;
    border-radius: 12px;
}

/* about us page */
h3.sec-text {
    font-weight: 700;
}

h6.sec-par1 {
    line-height: 28px;
    color: #343a40;
}

section.company-overview-section {
    padding: 50px 0px;
    background-color: #f5F7FB;
}

.about-sec {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.team-card {
    display: flex;
    align-items: center;
    background-color: #007ACC;
    background-image: url(../images/pattern-5.png);
    background-repeat: no-repeat;
    color: white;
    padding: 20px;
    margin: auto;
    border-radius: 5px;
}

.text-section {
    background-color: white;
    padding: 50px 30px;
    margin-top: 22px;
}

.team-image img {
    width: 100%;
    height: auto;
    margin-right: 20px;
}

.team-info {
    flex: 1;
}

h1.team-names {
    font-weight: 700;
    margin: 13px 0px;
}


/* privacy page */

section.privacy-sec {
    background-color: #f5F7FB;
    padding: 30px 0px;
}

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

h6.sec-par2 {
    line-height: 27px;
    margin-bottom: 15px;
}

.privacy-text {
    background: #ffff;
    padding: 50px;
}

.privacy {
    background-color: #f5F7FB;
    padding-bottom: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}




/* css page */
@media screen and (min-width: 600px) and (max-width: 990px) {
    .team-image {
        flex: 0 0 35%;
        max-width: 35%;
    }

    .team-info {
        flex: 0 0 65%;
        max-width: 65%;
        margin-left: 20px;
    }

    .leftsidelogo .navbar-brand img {
        max-width: 80%;
    }

    .cardimage {
        float: inline-end;
    }

    .rightsocialicons {
        justify-content: flex-end;
        align-items: center;
    }

    .icon {
        margin-right: 10px;
    }

    .icon i {
        font-size: 0.8em;
    }

    .contact-info {
        display: none;
    }

    .responsive-sec {
        display: flex;
        justify-content: flex-end;
    }

    .signUp-button,
    .login-button {
        padding: 5px 10px;
        font-size: 0.9em;
        margin-left: 5px;
    }

    .header-bottombar .header .left-side {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .header-bottombar .header .left-side a {
        padding: 5px;
        margin-right: 10px;
    }

    .header-bottombar .header .right-side {
        display: none;
    }

    .navbar-nav {
        display: -webkit-box;
    }

    /* banner */
    .banner .content h1 {
        line-height: 1.5;
        /* Adjust the line height for better readability */
    }

    .banner.sec {
        padding: 20px 0px;
    }

    .banner-tet-right {
        font-size: 1em;
        /* Adjust the font size down */
        margin-top: 0.5em;
        /* Add a little margin on top */
    }

    .banner .content h4 {
        font-size: 1.2em;
        /* Adjust the font size down */
    }

    .login-button {
        padding: 10px 20px;
        /* Adjust padding to better fit smaller screens */
        font-size: 1em;
        /* Adjust the font size if necessary */
    }

    .banner .content,
    .image-section.animate {
        flex-direction: column;
        /* Stack content and image section on top of each other */
        align-items: center;
        /* Center-align the child elements */

    }

    .video-container {
        position: relative;
        width: 351px;
        height: 255px;
        background-image: url(../images/slider_img02\ 1.png);
        background-size: cover;
        background-position: center;
    }

    .right-column.animate.start-animation {
        padding: 0px !important;
    }

    .new-list {
        padding: 0px 10px 0px 10px;
    }

    ul.request.list.listsize li {
        margin-left: 0px;
    }

    h2.list-title {
        font-size: 23px;
    }

}


@media (max-width: 600px) and (min-width:320px) {

    /* .banner.sec{
        padding: 0px;
    } */
    h3.sec-text {
        font-size: 18px;
        font-weight: 600;
        line-height: 33px;
    }

    .cards-container.cards-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .icon {
        display: none;
    }

    .right-side {
        display: none;
    }

    .logo-new .navbar-brand img {
        width: 30%;
    }

    .tab-content img {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        width: 100%;
    }

    .copyright-text {
        float: left;
    }

    .section {
        display: block;
    }

    h3.cardtitle {
        font-size: 16px;
    }

    .about-section1 {
        display: block;
    }

    .fw-link.s-fw-link ul li a {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

    .footer-top-wrap.pt-80.pb-45 {
        padding: 0px;
    }

    footer.footer-sec {
        background-image: none;
    }

    form {
        width: 100%;
    }

    .info-section {
        display: none;
    }

    .overview-section {
        display: block;
        left: 37%;
    }

    .new-list {
        margin-left: 32px;
    }

    .video-container-demo1 {
        position: relative;
        background-size: cover;
        background-position: center;
        width: 393px;
        height: 161px;
    }

    .content-sec {
        background-color: #fff;
    }

    .content h1 {
        font-weight: 700;
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    span.Aipowered {
        line-height: 35px;
    }

    .privacy-text {
        padding: 20px;
    }

    ul.request.list li {
        font-weight: 500;
        font-size: 14px;
    }

    h4 {
        line-height: 31px;
        font-size: 16px;
    }

    h1.team-names {
        font-weight: 700;
        margin: 13px 0px;
        font-size: 20px;
    }

    .cardslist {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .cardimage {
        float: right;
    }

    ul.breadcrumb li {
        font-size: 16px;
    }

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

    p.card-para {
        font-size: 14px;
    }

    .overview-section {
        padding: 0px;
    }

    section.features {
        padding: 20px 0px;
    }

    h3.sec-text {
        font-size: 16px;
        line-height: 26px;
    }

    h2.sec-text.animate.start-animation {
        font-size: 18px;
    }

    label.animate.start-animation {
        font-size: 14px;
        font-weight: 400;
    }

    .info-section {
        display: none;
    }

    h6.w3-animate-right {
        line-height: 26px;
        padding-right: 10px;
    }

    h1.sec-text {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
    }

    p.banner-tet-right {
        text-align: left;
        margin: 0px;
    }

    .header-bottombar .header .left-side {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .header-bottombar .header .left-side::-webkit-scrollbar {
        display: none;
    }

    .video-container {
        display: none;
    }

    .banner.sec {
        display: inline-block;
        padding-top: 0px;
    }

    .rightsocialicons {
        margin-top: -59px;
    }

    .signUp-button {
        border: none;
        font-size: 14px;
    }

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

    .team-card {
        display: block;
    }

}

/* contact us page */
.contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.contact-image {
    flex: 1;
    padding: 20px;
}

.contact-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    /* Optional: if you want rounded corners */
}

.contact-info1 {
    flex: 1;
    padding: 20px;
}

.contact-info1 h1 {
    margin: 0;
    color: #333;
}

.icon-text {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.icon-text img {
    width: 37px;
    height: auto;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
    }
}

form.contact-new {
    width: 100%;
}

.input-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.input-group {
    flex-basis: calc(50% - 10px);
    margin-bottom: 15px;
    display: block;
}

.input-group label {
    display: block;
}

.input-group .required {
    color: red;
}

.checkbox-group {
    margin-bottom: 15px;
}

.checkbox-group input {
    margin-right: 5px;
}

.checkbox-group label {
    display: inline;
}

@media (max-width: 768px) {
    .input-group {
        flex-basis: 100%;
    }
}

.contact-form1 {
    padding: 30px 50px;
    background-color: #007acc;
    border-radius: 5px;
    color: #fff;
    background-image: url(../images/fancy-circle-dots\ 2.png);
    background-repeat: no-repeat;
    padding-right: 0px;
}

section.contact {
    background-color: #f5F7FB;
}

section.contact-page {
    background-color: #f5F7FB;
    padding-bottom: 50px;
}

textarea {
    overflow: auto;
    width: 100%;
    border-radius: 5px;
}

.custom-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.checkbox-group {
    display: flex;
    align-items: center;
}

/* locations */
section.locations {
    background-color: #f5F7FB;
    padding-top: 50px;
}

section.locations1 {
    background-color: #f5F7FB;
    padding-bottom: 50px;
}

.container.location {
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px;
}

.office-info {
    flex: 1;
    margin-right: 20px;
}

.map {
    flex: 2;
    height: 400px;
    background-color: #ddd;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .office-info,
    .map {
        flex: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}

section.tabs-sec.animate.start-animation {
    background-image: url(../images/2-1.jpg);
}

.footer-sec {
    position: relative;
    background: #f0f0f0;
    /* Change this to match your footer's background color */
    padding-top: 40px;
    margin-top: 10px;
    /* Space for the curves */
}

.footer-sec::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    height: 60px;
    /* background-image: radial-gradient(circle at 50% 0, transparent 60px, #085589 61px); */
    /* Changed position to 0 */
    background-size: 120px 60px;
    background-repeat: repeat-x;
}

/* Keep your existing footer styles */
.footer-top-wrap {
    /* padding-top: 80px; */
    padding-bottom: 45px;
}

.copyright-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/*homepage responsive css */

@media (max-width: 480px) {

    .section img {
        width: 100%;
    }

    .feature-item p {
        color: #666;
        font-weight: 400;
        line-height: 23px;
        font-size: 13px;
    }

    .left-side a {
        font-weight: 600;
        font-size: 14px;
    }

    .feature-item h3 {
        font-size: 18px;
    }

    .bannerbackgroundimage {
        display: none;
    }

    .bannerbackgroundimage1 {
        display: none;
    }

    body {
        font-size: 14px;
        max-width: 100%;
        overflow-x: hidden;
    }
}


/* responsive css */
@media (max-width: 1366px) {}

@media screen and (max-width: 1024px) {
    .video-container video {
        width: 100%;
    }

    .video-container {
        width: 400px;
        height: 368px;
    }

    body {
        font-size: 14px;
        max-width: 100%;
        overflow-x: hidden;
    }

    .feature-item h3 {
        font-size: 16px;
    }

    .cards-container {
        grid-template-columns: repeat(3, 1fr);
    }

    footer.footer-sec {
        background-image: none;
    }
}

@media (max-width: 576px) {

    .tab {
        text-align: center;
    }

    /* Reset and force proper dropdown behavior */
    .dropdown {
        position: relative !important;
        display: inline-block !important;
    }

    /* Force dropdown to appear above everything */
    .dropdown-content {
        position: fixed !important;
        /* Using fixed instead of absolute */
        z-index: 99999 !important;
        /* Extremely high z-index */
        background-color: white !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3) !important;
        border: 1px solid #ccc !important;
        min-width: 100px !important;
        display: none;
    }

    /* Position the dropdown correctly */
    .dropdown:hover .dropdown-content {
        display: block !important;
    }

    /* Calculate position dynamically using JavaScript */
    button.btn.btn-link.btn-block.text-left {
        font-size: 14px;
        font-weight: 600;
    }

    img.img-fluid {
        width: 100%;
    }

    img.elements30 {
        display: none;
    }

    .features-grid {
        margin-top: 0px;
    }

    span.Aipowered {
        font-size: 23px;
    }
}


/* tab */

.copyright-wrap .row {
    display: flex;
    justify-content: space-between;
    /* Space out text and icons */
    align-items: center;
    /* Align items vertically */
}

.copyright-text {
    display: flex;
    align-items: center;
}

.copyright-left {
    flex: 1;
    /* Takes available space on the left */
    text-align: left;
    /* Aligns text to the left */
}

.copyright-right {
    display: flex;
    justify-content: flex-end;
    /* Moves icons to the right */
    gap: 10px;
    /* Spacing between icons */
}

.copyright-right a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.copyright-right a i {
    font-size: 20px;
    color: #007acc;
    /* Adjust color for Facebook */
}

@media (max-width: 768px) {
    .copyright-wrap .row {
        flex-direction: column;
        /* Stack elements vertically */
        text-align: center;
        /* Center-align text and icons */
    }

    .copyright-left {
        text-align: center;
        /* Center-align text on smaller screens */
        margin-bottom: 10px;
        /* Add spacing between text and icons */
    }

    .copyright-right {
        justify-content: left;
        /* Center icons on smaller screens */
    }
}


/* mobile  navbar responsive */
.navbar-mobile {
    width: 100%;
}

.container-fluid {
    width: 100%;
    margin: 0;
    padding: 0;
}

.mobile-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo-container {
    max-width: 130px;
}

.mobile-logo {
    max-width: 100%;
    height: auto;
}

.navbar-toggler {
    background: none;
    border: none;
    font-size: 24px;
    color: #007acc;
    cursor: pointer;
}

/* Mobile Menu */
.mobile-menu {
    display: none;
    background-color: #fff;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}

.mobile-menu.active {
    display: block;
}

/* Navigation Links */
.mobile-nav-links {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
}

.mobile-nav-item {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    width: 100%;
}

/* Dropdowns */
.mobile-dropdown {
    border-bottom: 1px solid #eee;
    width: 100%;
}

.mobile-dropdown-header {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    font-weight: 500;
    cursor: pointer;
    color: #333;
    width: 100%;
}

.mobile-dropdown-content {
    display: none;
    padding-left: 15px;
    width: 100%;
    box-sizing: border-box;
}

.mobile-dropdown-content.active {
    display: block;
}

.mobile-dropdown-content a {
    display: block;
    padding: 10px 0;
    color: #555;
    text-decoration: none;
    width: 100%;
}

/* Contact Information */
.mobile-contact-info {
    margin: 20px 0;
    width: 100%;
}

.mobile-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
}

.mobile-contact-item i {
    font-size: 20px;
    margin-right: 15px;
    color: #007acc;
}

.mobile-contact-item div {
    display: flex;
    flex-direction: column;
}

.contact-label {
    font-size: 12px;
    color: #777;
}

.contact-value {
    font-weight: 500;
    color: #333;
}

/* Social Media Icons */
.mobile-social-icons {
    display: flex;
    margin: 20px 0;
    width: 100%;
}

.mobile-social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f5f5f5;
    margin-right: 10px;
    color: #007acc;
    text-decoration: none;
}

/* Buttons */
.mobile-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.mobile-login-button,
.mobile-register-button {
    padding: 10px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.mobile-login-button {
    background-color: #f5f5f5;
    color: #007acc;
}

.mobile-register-button {
    background-color: #007acc;
    color: white;
}

/* Media Queries */
@media (min-width: 768px) {
    .navbar-mobile {
        display: none;
    }
}

@media (max-width: 767px) {

    .navbar,
    .header-bottombar {
        display: none;
    }

    .navbar-mobile {
        display: block;
        width: 100vw;
        /* Full viewport width */
    }

    body,
    html {
        margin: 0;
        padding: 0;
        width: 100%;
        overflow-x: hidden;
        /* Prevent horizontal scrolling */
    }

    .navigation-bar {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}