@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body,
html {
    overflow-x: hidden;
}

:root {
    --bs-white: #fff;
    --bs-nav: #FFF7ED;
    --bs-black: #18191F;
    --bs-heading: #0e2b5c;
    --bs-description: #909090;
    --bs-primary-dark: #E6932B;
    --bs-primary-light: #FFE492;
    --bs-header-border: #EAEAEA;
    --bs-card-border: #DFDFDF;
    --bs-footer: #016a7d;
    --bs-footer-border: #227D8E;
    --bs-btn-hover: #e9e9e9;
}

body {
    font-family: "Inter", sans-serif;
    background-color: var(--bs-white);
    color: var(--bs-dark);
    line-height: 24px;
    font-size: 20px;
}

.header h2 {
    font-size: 50px;
    color: red;
    padding: 20px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #0f0e0e;
}

a:focus {
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
}

img {
    border: none;
}

.clr {
    clear: both;
}

/* Header */

.navbar-top {
    background-color: #e6e0da;
    border-bottom: 1px solid var(--bs-card-border);
    padding: 10px 0;
}

.navbar-top-a {
    background-color: var(--bs-nav) !important;
}

.fixed-top-scroll {
    background-color: #ffffffba;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    transition: all 0.5s ease-in-out;
    animation: slideDown 0.4s ease-in-out;
    backdrop-filter: blur(20px) saturate(1.2);
    -webkit-backdrop-filter: blur(20px) saturate(1.2);
    background-clip: padding-box;
    box-shadow: 0 0 10px #ccc;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.logo {
    margin: 0;
}

.logo img {
    width: 200px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--bs-black);
    font-size: 16px;
}

.nav-link {
    color: var(--bs-black) !important;
}

a.nav-link.active {
    color: var(--bs-primary-dark) !important;
    font-weight: 600;
}

/* .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link::before {
    background-image: url(../images/border-nav.svg);
    background-repeat: no-repeat;
    background-position: bottom;
} */
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.3rem !important;
    padding-left: 1.3rem !important;
    font-size: 16px;
}

/* .dropdown:hover .dropdown-menu {
    display: block;
} */

.ai-services-btn a {
    font-size: 15px !important;
    color: var(--bs-white) !important;
    font-weight: 600 !important;
    text-align: center;
}

.dropdown-item1 {
    font-size: 14px;
    color: var(--bs-heading);
    font-weight: normal;
}

.mega-dropdown-menu h5 {
    font-size: 14px;
    font-weight: bold;
}

.dropdown-menu li {
    display: block;
}

.main-nav li {
    display: inline-block;
    float: none;
}

.mega-dropdown-menu ul {
    padding: 0;
}

.mega-dropdown-menu ul li a {
    padding: 5px 0;
    color: var(--bs-heading);
    font-size: 14px;
    text-decoration: none;
}

.mega-dropdown-menu ul li a:hover {
    color: var(--bs-primary-dark);
}

.dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    font-weight: 400;
    color: var(--bs-black);
}

.mega-dropdown-menu {
    padding: 30px !important;
    right: 0;
    left: 1% !important;
    min-width: 850px !important;
    top: 50%;
    left: 50%;
    transform: translate(-20%, -1%);
    border-radius: 10px !important;
    border: none !important;
    box-shadow: 0 0 10px #ccc;
}

.product-men a {
    text-decoration: none;
    border-right: 1px solid #ccc;
    height: 100px;
}

.product-men a:hover {
    background-color: #f6f6f6;
}

.product-men a img {
    margin-bottom: 10px;
}

.product-men a span {
    font-size: 16px;
    color: var(--bs-heading);
}

.ww-logo {
    width: 40px;
    display: block;
    margin: 0 auto;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--bs-primary-dark) !important;
}

.btn {
    margin: 0 5px;
}

.btn-text {
    border: 1px solid var(--bs-primary-dark) !important;
    background-color: var(--bs-primary-dark);
    color: var(--bs-white) !important;
    font-size: 14px !important;
    padding: 5px 5.5px;
    border-radius: 100px !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    overflow: hidden;
    position: fixed;
    right: 7%;
    /* top: 5.5%; */
    transform: translate(0%, -50%);
    animation: boxShadowBlink 1.2s infinite ease-in-out;
    box-shadow: 3px 3px 2px #ccc;

}

.btn-text img {
    transition: transform 0.3s ease;
    background-color: #fff;
    border-radius: 100px;
    padding: 6px;
}

.btn-text span {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s ease;
    margin-left: 0;
}

.btn-text:hover span {
    max-width: 200px;
    opacity: 1;
    margin-left: 10px;
}

.btn-text:hover img {
    transform: scale(1.1);
}

.btn-text-two {
    border: 1px solid var(--bs-primary-dark) !important;
    background-color: var(--bs-primary-dark) !important;
    color: var(--bs-white) !important;
    font-size: 14px !important;
    /* width: 115px; */
    /* height: 40px; */
    border-radius: 6px !important;
    text-decoration: none;
    text-align: center;
    padding: 8px 20px;
}

@keyframes boxShadowBlink {

    0%,
    100% {
        box-shadow: 0 0 0px rgba(255, 0, 0, 0);
    }

    50% {
        box-shadow: 0 0 10px #cc9200;
    }
}

.to-top-btn {
    position: fixed;
    right: 2.5%;
    bottom: 15%;
    background-color: transparent;
    font-size: 40px;
    color: #fff;
    border: 3px solid #5399ef;
    cursor: pointer;
    z-index: 1200;
    display: none;
    border-radius: 10px;
    width: 42px;
    height: 42px;
    background: conic-gradient(#5eb3fc, #5298ee);
}

.to-top-btn i {
    font-size: 22px;
}

.whatsapp-float {
    position: fixed;
    right: 2%;
    bottom: 3.5%;
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.25);
    z-index: 9999;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.whatsapp-float i {
    color: #fff;
    font-size: 34px;
}


/* .btn-text:hover {
    background-color: var(--bs-btn-hover);
} */

.header-banner {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    background-position: center;
    overflow: hidden;
}

.header-banner::before {
    content: '';
    background-color: var(--bs-nav);
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    opacity: 0.9;
}

.bg-video {
    position: relative;
    z-index: -1;
}

.banner-men {
    position: absolute;
    top: 10%;
    width: 100%;
}

.banner-men {
    padding: 40px 0;
}

.banner-men h3 {
    font-size: 50px;
    font-weight: bold;
    color: var(--bs-heading);
}

#colorText {
    font-weight: bold;
    transition: color 0.3s ease;
}

.banner-men h3 span {
    color: var(--bs-primary-dark);
}

.banner-men p {
    color: var(--bs-black);
    font-weight: 300 !important;
    width: 55%;
    line-height: 26px;
    font-size: 16px;
    font-weight: normal;
}

.banner-men h4 {
    font-weight: normal;
    padding: 30px 0 10px 0;
}

.get-started-btn {
    margin-top: 50px;
}

.get-started-btn a {
    background-color: var(--bs-primary-dark);
    padding: 15px 30px;
    font-size: 18px;
    font-weight: normal;
    color: var(--bs-white);
    text-decoration: none;
    border-radius: 100px;
}

.get-started-btn a:hover {
    background-color: var(--bs-black);
    transition: all .4s ease-in-out;
    color: var(--bs-white);
}

.banner-btn a img {
    padding-left: 8px;
}

/* About us */
.about-us {
    background-image: url(../images/about-bg.png);
    background-repeat: no-repeat;
    background-position: left;
    padding: 40px 0;
}

.heading h2 {
    color: var(--bs-heading);
    font-size: 50px;
    font-weight: bold;
    position: relative;
}

.heading h2::before {
    content: '';
    background-image: url(../images/heading-shap.png);
    background-repeat: no-repeat;
    background-position: bottom;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 57%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.heading-two h2::before {
    content: '';
    background-image: url(../images/heading-shap.png);
    background-repeat: no-repeat;
    background-position: bottom;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.heading p {
    color: var(--bs-description);
    font-size: 16px;
    font-weight: normal;
    padding-top: 10px;
    line-height: 30px;
    letter-spacing: normal;
}

.about-Photo {
    text-align: right;
}

.read-more-btn {
    margin-top: 50px;
}

.read-more-btn a img {
    padding-left: 5px;
    width: 20px;
}

.service-box {
    padding: 30px;
    border-radius: 20px;
    height: 300px;
    margin: 10px 0;
    transition: all .4s ease-out;
}

.service-box:hover {
    background-color: transparent;
    box-shadow: 0 0 10px #ebebeb;
    transition: all .4s ease-in-out;
}

.service-box h2 {
    font-size: 20px;
    font-weight: bold;
    color: var(--bs-black);
    text-transform: capitalize;
}

.service-box p {
    font-size: 14px;
    font-weight: 300;
    color: var(--bs-heading);
}

.service-box img {
    width: 70px;
    background-color: var(--bs-white);
    padding: 15px;
    border-radius: 15px;
}

.explore-more-btn a {
    color: var(--bs-black);
    font-size: 14px;
    text-decoration: none;
}

.explore-more-btn a img {
    margin-left: 7px;
}

.explore-more-btn a:hover {
    color: var(--bs-black);
    padding-left: 7px;
    transition: .5s ease-in-out;
}

.mein-box {
    margin-top: 40px !important;
}

.box-bg1 {
    background-color: #E1F1FF;
}

.box-bg2 {
    background-color: #F6ECE7;
}

.box-bg3 {
    background-color: #EBE7F6;
}

.box-bg4 {
    background-color: #F6F4E6;
}

.box-bg5 {
    background-color: #E6F6E7;
}

.box-bg6 {
    background-color: #F2F6E6;
}

.tab-btn {
    border: 2px solid #e7e7e7;
    border-radius: 50px;
    padding: 10px 10px;
    width: 170px;
    height: 60px;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.services-men {
    background-color: #F7F7F9;
    padding: 30px 0 60px 0;
    z-index: 1;
    position: relative;
}

.tab-btn img {
    width: 30px;
    height: 30px;
}

.tab-btn.active {
    border-color: var(--bs-primary-dark);
    background: #f9e1c3;
    color: var(--bs-primary-dark);
}

.icon-circle {
    width: 45px;
    height: 45px;
    background: var(--bs-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle i {
    font-size: 20px;
}

.tech-icons {
    margin-top: 40px;
}

#tab-content {
    margin-top: 40px;
}

.technologies-we-main {
    margin-top: 40px;
}

.language-icon {
    background-color: #F3F3F3;
    padding: 10px;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.language-box h2 {
    font-size: 16px;
    color: var(--bs-black);
}

.language-box {
    margin: 0 15px;
}

.tab-pane h3 {
    font-size: 22px;
}

.tab-pane p {
    font-size: 16px;
    color: var(--bs-description);
}

.why-choose-us {
    background-color: #faf7f4;
    padding: 30px 0 60px 0;
    z-index: 1;
    position: relative;
}

.why-choose {
    background-color: var(--bs-white);
    height: 280px;
    padding: 40px;
}

.why-choose:hover {
    box-shadow: none;
    background-color: var(--bs-white);
}

.why-choose img {
    width: 90px;
    height: 90px;
}

.why-choose h2 {
    margin-bottom: 10px !important;
    font-size: 18px;
}

.why-choose p {
    color: var(--bs-description);
}

.why-choose:hover {
    transform: translateY(-5px);
}

.requirement-gathering {
    display: flex;
    align-items: center;
    gap: 15px;
}

.number {
    font-size: 50px;
    font-weight: bold;
    min-width: 62px;
}

.step-content {
    border-left: 5px solid #4BAAB6;
    padding-left: 15px;
    height: 180px;
}

.bor-color1 {
    border-color: #01817F !important;
}

.bor-color2 {
    border-color: #7B8101 !important;
}

.bor-color3 {
    border-color: #426594 !important;
}

.bor-color4 {
    border-color: #760181 !important;
}

.bor-color5 {
    border-color: #418101 !important;
}

.bor-color6 {
    border-color: #CAC00C !important;
}

.step-content h3 {
    margin: 0;
    font-size: 18px;
    color: var(--bs-black);
    padding-bottom: 5px;
}

.step-content p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 0;
    color: var(--bs-description);
}

/* Colors for numbers */
.n1 {
    color: #4BAAB6;
}

.n2 {
    color: #01817F;
}

.n3 {
    color: #7B8101;
}

.n4 {
    color: #426594;
}

.n5 {
    color: #760181;
}

.n6 {
    color: #418101;
}

.n7 {
    color: #CAC00C;
}

.requirement-gathering-text {
    margin-bottom: 50px !important;
}

.have-project-men {
    /* background-color: var(--bs-primary-dark); */
    background-image: url(../images/say-hello-bg.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.have-project-men::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -0;
    background-color: #fffffff0;
    opacity: 0.9;
    z-index: -1;
}

.have-project-text h2 {
    font-size: 30px;
    font-weight: bold;
    color: var(--bs-black);
}

.have-project-text p {
    font-size: 15px;
    color: var(--bs-black);
    padding-top: 10px;
    font-weight: normal;
}

.lets-btn {
    margin-top: 40px;
}

.lets-btn a {
    background-color: var(--bs-black);
    text-decoration: none;
    padding: 15px 30px;
    color: var(--bs-white);
    border-radius: 100px;
}

.lets-btn a:hover {
    color: var(--bs-white);
}

.have-project-photo {
    width: auto;
    float: right;
}

.review-slider {
    margin: auto;
    overflow: hidden;
    position: relative;
}

.review-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.review-card {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 30px;
    min-width: 320px;
    max-width: 320px;
    margin: 10px;
    box-sizing: border-box;
}

.review-quote {
    margin-bottom: 30px;
}

.review-text {
    font-size: 15px;
    line-height: 1.4;
    color: #444;
    margin-bottom: 20px;
}

.review-author {
    display: flex;
    align-items: center;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.review-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.author-name {
    font-weight: bold;
    color: var(--bs-black);
}

.author-title {
    font-size: 12px;
    color: var(--bs-description);
}

.dots {
    text-align: center;
    margin-top: 10px;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
    margin-top: 20px;
}

.active1 {
    background-color: #003366;
}

.our-products-main {
    background-color: #fafafa;
    padding: 30px 0 60px 0;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
    position: relative;
}

.slider-container {
    position: relative;
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.slide-a {
    min-width: 100%;
    /* show one slide at a time */
    box-sizing: border-box;
    text-align: center;
    padding: 20px;
}

.slide-a a {
    text-decoration: none;
}

.slide-a a h3 {
    font-size: 25px;
    color: var(--bs-black);
    margin-top: 30px;
}

.slide-a a p {
    font-size: 12px;
    color: var(--bs-description);
    width: 80%;
    margin: 0 auto;
    padding-bottom: 10px;
    overflow: hidden;
}

.control-prev-icon-one span i {
    font-size: 30px;
    color: var(--bs-black);
}

.tags {
    margin-top: 10px;
}

.tag {
    display: inline-block;
    background: var(--bs-white);
    color: #333;
    font-size: 12px;
    padding: 5px 10px;
    margin: 3px;
    border-radius: 100px;
    border: 1px solid var(--bs-header-border);
}

.arrow.left {
    left: 10px;
}

.arrow.right {
    right: 10px;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 25px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}


/* Footer Start */
.footer {
    background-image: url(../images/footer-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-top {
    padding: 50px 0 30px 0;
}

.footer-logo h2 {
    font-size: 20px;
    color: var(--bs-white);
    padding-bottom: 10px;
}

.footer-logo h2::after {
    content: '';
    width: 40px;
    height: 3px;
    border-radius: 100px;
    background-color: var(--bs-white);
    display: block;
    margin-top: 5px;
}

.footer-logo h3 {
    font-size: 14px;
    font-weight: normal;
    color: var(--bs-white);
    margin-top: 5px;
    line-height: 24px;
}

.footer-logo img {
    margin-bottom: 10px;
    width: 250px;
}

.footer-logo p {
    color: var(--bs-white);
    font-size: 14px;
    padding: 5px 0;
    width: 90%;
    margin-bottom: 0;
}

.footer-logo ul {
    padding: 0;
    margin: 0;
}

.footer-logo ul li {
    padding: 3px 0;
}

.footer-logo ul li a {
    font-size: 15px;
    color: var(--bs-white);
    text-decoration: none;
    transition: .5s ease;
}

.footer-logo ul li a:before {
    content: "\27A3 ";
    font-size: 0;
    font-size: 15px;
    opacity: 0;
    opacity: 1;
    padding-right: 3px;
    transition: .5s ease-in-out;
    padding-right: 10px;
}

.footer-logo ul li a:hover {
    padding-left: 7px;
    transition: .5s ease-in-out !important;
}

.footer-logo a {
    font-size: 15px;
    color: var(--bs-white);
    text-decoration: none;
}

.footer-logo a:hover {
    color: var(--bs-white);
}

.get-call-back {
    color: var(--bs-black);
    background-color: var(--bs-white);
    width: 100% !important;
    display: block;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: normal;
    margin-top: 15px;
    color: var(--bs-black) !important;
    text-align: center;
}

.get-call-back i {
    padding-right: 25px;
}

.get-call-back:hover {
    background-color: var(--bs-primary-dark);
    transition: all .4s ease-in-out;
    color: var(--bs-white) !important;
}

.footer-buttom {
    /* background-color: var(--bs-white); */
    padding: 15px 0;
    border-top: 1px solid #dfdfdf3d;
}

.footer-buttom-text ul {
    padding: 0;
    margin: 0;
}

.footer-buttom-text ul li {
    display: inline-block;
    border-right: 2px solid var(--bs-card-border);
}

.footer-buttom-text ul li a {
    font-size: 15px;
    color: var(--bs-white);
    text-decoration: none;
    padding: 10px 20px;
}

.footer-buttom-text p {
    color: var(--bs-white);
    padding: 0;
    margin: 0;
    font-size: 15px;
    text-align: center;
}

/* Social Media */
.social-media-container {
    list-style-type: none;
    padding: 0;
}

.social-media-container a {
    text-decoration: none;
}

.social-media {
    display: inline-block;
    padding: 5px !important;
}

.social-media i {
    color: var(--bs-white);
    font-size: 20px;
    text-align: center;
}

/* About */
.mission-vision-mein {
    padding-top: 60px;
}

.mission-vision-box {
    border-right: 1px solid var(--bs-card-border);
    text-align: left;
    padding: 30px;
    position: relative;
}

.mv-img {
    display: inline-block;
    margin-right: 17px;
}

.mv-img img {
    width: 100px;
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 20px;
}

.mv-heading {
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
    display: inline-block;
}

.mv-heading h3 {
    margin: 0;
}

.mv-heading span {
    font-weight: bold;
    display: block;
    color: var(--bs-black);
    font-size: 40px;
}

.mv-heading h4 {
    position: absolute;
    top: 5%;
    right: 3%;
    font-size: 80px;
    color: #f4f4f4;
    font-weight: bold;
}

.mission-vision-box p {
    line-height: 27px;
    font-size: 16px;
    color: var(--bs-heading);
    padding-top: 20px;
}

.page-headding {
    background-image: url(../images/allpage-bg.jpg);
    padding: 100px 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.allpage-text {
    text-align: center;
    z-index: 1;
    position: relative;
}

.allpage-text h2 {
    color: var(--bs-white);
    font-weight: 200;
    font-size: 45px;
}

.allpages-heading h2 {
    font-size: 25px;
    color: var(--bs-heading);
}

.headding-border {
    width: 90px;
    margin: 0 auto;
    background-color: var(--bs-primary-dark);
    height: 2px;
    border-radius: 10px;
    display: block;
}

.allpages-heading p {
    font-size: 16px;
    width: 70%;
    color: var(--bs-description);
}

.contact-text {
    background-color: #fafafa;
    padding: 30px;
    border-radius: 10px;
}

.contact-text h2 {
    font-size: 20px;
    color: var(--bs-heading);
}

.contact-form {
    margin: 0;
    margin-top: 20px;
}

.input-mein label {
    width: 100%;
    font-size: 14px;
    color: var(--bs-heading);
    padding-bottom: 5px;
    font-weight: 600;
}

.input-btn {
    width: 100% !important;
    padding: 10px 15px;
    border: 1px solid var(--bs-card-border);
    border-radius: 10px;
    font-size: 14px;
}

.msg-input {
    height: 130px;
}

.modal-body-one {
    padding: 20px 50px !important;
}

.modal-footer-one {
    margin: 20px 0 20px 0 !important;
}

.modal-one {
    padding: 0 !important;
}

.send-message-btn {
    width: 100% !important;
    background-color: var(--bs-footer) !important;
    color: var(--bs-white) !important;
    font-size: 16px !important;
}

.send-btn {
    margin-top: 30px;
}

.send-msg {
    padding: 10px;
    background-color: var(--bs-primary-dark);
    border: none;
    font-size: 16px;
    border-radius: 12px;
    width: 100%;
    color: var(--bs-white);
}

.send-msg:hover {
    background-color: var(--bs-black);
    transition: all .4s ease-in-out;
}

.contact-text-right {
    background-color: transparent;
    padding: 0 10px;
}

.contact-details h2 {
    font-size: 14px;
    color: var(--bs-heading);
    font-weight: normal;
    padding-top: 10px;
    line-height: 20px;
}

.contact-details h2 i {
    padding-right: 20px;
    color: var(--bs-primary-dark);
}

.map {
    margin-top: 40px;
}

.privacy-policy-text h6 {
    font-size: 25px;
    color: var(--bs-footer);
    margin-bottom: 20px;
}

.privacy-policy-text1 h6 {
    font-size: 18px;
    color: var(--bs-heading);
    margin-top: 20px;
}

.privacy-policy-text1 ul {
    margin-bottom: 0;
    list-style: lower-alpha;
}

.privacy-policy-text1 ul li {
    color: var(--bs-description);
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 10px;
}

.tab-pane p a {
    color: var(--bs-black);
    text-decoration: none;
}

.policy-text {
    padding: 10px !important;
    border-radius: 10px;
    margin-bottom: 30px !important;
    border: none !important;
}

.nav-tabs .nav-item.show.policy-text-tab .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-white) !important;
    background-color: var(--bs-primary-dark) !important;
    border-radius: 10px;
}

.nav-link-a {
    padding: 13px 20px !important;
    font-size: 18px;
    border-radius: 10px !important;
    color: var(--bs-black) !important;
    background-color: #eaf4fe !important;
    margin: 0 5px;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-black) !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-bottom: 1px solid var(--bs-card-border) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.2em !important;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.accordion-item {
    border: none !important;
    background-color: #faf6f1 !important;
    border-radius: 12px !important;
    margin-bottom: 20px;
    padding: 25px;
}

.accordion-button.accordion-button-a.collapsed {
    padding: 0;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transform: rotate(-180deg);
}

.accordion-button-a {
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-heading);
}

.accordion-body-a {
    font-size: 16px;
    color: var(--bs-description) !important;
    line-height: 28px;
    font-weight: 400;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

.accordion-button.accordion-button-a.collapsed {
    background-color: transparent;
}

.accordion-button.accordion-button-a.collapsed {
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.2em !important;
}

.accordion-body-a strong {
    color: var(--bs-black);
}

.portfolio-card {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
    background: var(--bs-white);
    margin: 20px 0;
    /* border: 1px solid #e9e9e9; */
    box-shadow: 0 0 20px #e7e7e7;
}

.portfolio-card .overlay {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.692);
    color: var(--bs-white);
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 300ms ease, transform 300ms ease;
}

.portfolio-card:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}

.overlay h4 {
    font-size: 20px;
}

.overlay p {
    font-size: 14px;
}

.portfolio-card img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(0);
    width: 100%;
    height: auto;
    min-height: 120%;
    transition: transform 2000ms cubic-bezier(.22, .9, .35, 1);
    will-change: transform;
    pointer-events: none;
}

.portfolio-card:focus-within .overlay {
    opacity: 1;
    transform: translateY(0);
}

.mobileapp-photo {
    height: initial;
    width: initial;
}

.portfolio-card:hover img {
    transform: translateX(-50%) translateY(-75%);
}

.mobileapp-photo img {
    transform: none;
    position: initial;
}

.mobileapp-photo:hover img {
    transform: none;
}

.portfolio-headding {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 15px 15px 0 0;
    border: 1px solid #e9e9e9;
}

.portfolio-headding h2 {
    font-size: 22px;
    color: var(--bs-heading);
    margin: 0;
}

.careers-card {
    background-color: var(--bs-white);
    padding: 20px;
    border-radius: 8px;
    margin: 10px 0;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
}

.careers-card h2 {
    font-weight: 600;
    margin-top: 16px;
    font-size: 20px;
    color: #0e2b5c;
}

.careers-card p {
    color: #627792;
    font-size: 13px;
    margin: 10px 0px;
    line-height: 1.6em;
}

.careers-card svg {
    width: 46px;
    padding: 10px;
    border-radius: 8px;
}

.careers-card ul {
    padding: 0;
}

.careers-card ul li {
    background-color: #f4f6f9;
    color: #0d2c5c;
    font-size: 11px;
    font-weight: 500;
    padding: 6px 8px;
    border-radius: 4px;
    height: auto !important;
    line-height: normal !important;
    display: inline-block;
}

.careers-card a {
    text-decoration: none;
    color: var(--bs-primary-dark);
    background-color: var(--bs-nav);
    padding: 12px 20px;
    margin-top: 10px !important;
    margin-bottom: 10px;
    border-radius: 5px;
}

.careers-card a:hover {
    background-color: var(--bs-primary-dark);
    color: var(--bs-white);
    transition: all .4s ease-in-out;
}

.careers-card:hover {
    transform: translateY(-5px);
    transition: all .4s ease-in-out;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.105);
}

.apply-now-btn {
    display: inline-grid;
}

.language-mein {
    padding: 40px 0;
}

.language-text h2 {
    font-size: 40px;
    color: var(--bs-heading);
    padding-bottom: 15px;
}

.language-text p {
    font-size: 16px;
    color: var(--bs-description);
    font-weight: 300;
}

.language-text ul {
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.all-services-headding h3 {
    font-size: 26px !important;
    border-left: 5px solid #000;
    padding-left: 10px;
}

.language-text ul li {
    color: var(--bs-black);
    font-size: 16px;
    padding: 5px 0;
}

.language-text ul li i {
    color: var(--bs-primary-dark);
    padding-right: 10px;
}

.development-photo {
    text-align: left;
}

.product-tabs {
    color: var(--bs-white) !important;
    padding: 15px !important;
    border-bottom: 1px solid #ddd;
    padding: 0 !important;
}

.product-tabs li {
    float: left;
    margin-bottom: -1px;
    font-size: 18px;
}

.product-tabs li button {
    margin-right: 2px;
    line-height: 1.42857143;
    padding: 29px 35px 24px;
    text-align: center;
}

.product-tabs li button i {
    color: #cdcdcd;
    padding-right: 10px;
    font-size: 30px !important;
    vertical-align: middle;
    float: none;
    margin-right: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent !important;
    border-bottom: 2px solid var(--bs-primary-dark);
    border-radius: 0;
}

.tab-content-one {
    padding: 30px 0;
}

.product-heading {
    text-align: center;
}

.product-heading h2 {
    font-size: 25px;
    color: var(--bs-heading);
}

.prodict-photo img {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.about-Photo .img-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.about-Photo .hover-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    border-radius: 10px;
    transition: opacity 0.4s ease;
}

.hover-text a {
    color: var(--bs-white);
    text-decoration: none;
    /* padding: 100vh; */
}

.hover-text a:hover {
    color: var(--bs-white);
}

.about-Photo .img-wrapper:hover .hover-text {
    opacity: 1;
}

.job-card {
    padding: 20px 16px;
    background-color: #FEFEFE;
    border-radius: 8px;
    transition: 0.2s;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
    margin: 10px 0;
}

.job-card-header {
    display: flex;
}

.job-card svg {
    width: 46px;
    padding: 10px;
    border-radius: 8px;
}

.job-card-title {
    font-weight: 600;
    margin-top: 16px;
    font-size: 20px;
    color: #0e2b5c;
}

.job-card-subtitle {
    color: #627792;
    font-size: 13px;
    margin: 10px 0px;
    line-height: 1.6em;
}

.detail-button {
    background-color: #f4f6f9;
    color: var(--bs-heading);
    font-size: 11px;
    font-weight: 500;
    padding: 6px 8px;
    border-radius: 4px;
    height: auto !important;
    line-height: normal !important;
}

.job-card-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
}

.job-card-buttons a {
    font-size: 16px;
    color: var(--bs-footer);
    border: 1px solid rgb(14 43 92 / 10%);
    padding: 8px 25px;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

.job-card-buttons a:hover {
    background-color: var(--bs-primary-dark);
    color: var(--bs-white);
    transition: all .4s ease-in-out;
}

.modal-content-one {
    border-radius: 30px !important;
    border: none !important;
}

.modal-header-one h1 {
    color: var(--bs-heading);
    font-size: 20px !important;
}

.form-btn {
    margin-bottom: 10px;
}

.form-btn label {
    font-size: 14px;
    margin-bottom: 5px;
}

.ai-powered {
    background-color: #eceefb;
    /* background-image: url("../images/ai-bg.jpg"); */
    position: relative;
    overflow: hidden;
}

.ai-powered::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg,
            #3a87c3,
            #d4af37,
            #b22222,
            #3a87c3);
    animation: rotateGradient 8s linear infinite;
    z-index: 0;
    opacity: 0.3;
}

.ai-powered * {
    position: relative;
    z-index: 1;
}

@keyframes rotateGradient {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.heading-border h2::before {
    background-image: none;
}

.ai-powered-btn {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 50px;
}

.ai-powered-a {
    background-color: var(--bs-white) !important;
    background-image: none;
}

.ai-photo-two {
    float: right;
}

.ai-photo-two img {
    /* width: 250px; */
    border-radius: 20px;
}

.explore-services-btn a {
    font-size: 18px;
    color: var(--bs-white);
    padding: 12px 30px;
    border-radius: 5px;
    background-color: var(--bs-black);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    background-size: 200% auto;
    transition: transform 0.3s ease;
}

.get-started-btn1 a {
    background-color: var(--bs-white);
    color: var(--bs-white);
}

.explore-services-btn a:hover {
    color: #ebebeb;
    transform: scale(1.05);
}


.explore-services-btn a {
    background-image: linear-gradient(270deg,
            #0a1d33,
            #3a87c3,
            #0a1d33);
    animation: slideGradient 4s linear infinite;
}

/* Second Button - Red/Gold Gradient */
.get-started-btn1 a {
    background-image: linear-gradient(270deg,
            #b22222,
            #d4af37,
            #b22222);
    animation: slideGradient 4s linear infinite;
}

@keyframes slideGradient {
    0% {
        background-position: 200% center;
    }

    100% {
        background-position: -200% center;
    }
}

.ai-services-box {
    padding: 40px;
    border-radius: 20px;
    /* background-color: #e6932b12; */
    margin: 10px 0;
    box-shadow: 0 0 10px #f1f1f1;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.ai-services-box:hover {
    transform: scale(1.05);
}

.ai-services-box h2 {
    margin-bottom: 20px;
}

.ai-services-box h2 svg {
    background-color: var(--bs-primary-dark);
    width: 60px;
    height: 60px;
    border-radius: 15px;
    font-size: 28px;
    padding: 15px;
}

.ai-services-box h3 {
    font-size: 20px;
    color: var(--bs-black);
}

.ai-services-box p {
    font-size: 15px;
    color: #6b7280;
    line-height: 30px;
}

.ai-services-box ul {
    padding: 0;
    margin: 0;
}

.ai-services-box ul li {
    font-size: 14px;
    color: #6b7280;
    text-decoration: dotted;
    padding: 5px 0;
}

.ai-services-box ul li i {
    color: var(--bs-primary-dark);
}

.ai-services-box::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg,
            #3a87c3,
            #d4af37,
            #b22222,
            #3a87c3);
    animation: rotate 5s linear infinite;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.ai-services-box:hover::before {
    opacity: 0.3;
}

.ai-services-box * {
    position: relative;
    z-index: 1;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.why-choose-text {
    font-size: 25px !important;
}

.why-choose-text::before {
    background-image: none !important;
}

.what-hrms-text h3 {
    font-size: 18px;
}

.what-hrms-text p {
    font-size: 14px;
    margin: 0;
    padding: 5px 0;
}

.call-box {
    background-color: #fff7ed;
    padding: 20px 200px;
    border-radius: 20px;
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 0;
}

.call-box::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../images/bg-shap.png');
    background-size: cover;
    background-position: center;
    border-radius: 0 0 30px 30px;
    z-index: -1;
}

.call-box-text h3 {
    font-size: 22px;
    color: var(--bs-black);
}

.call-box-text p {
    font-size: 16px;
    color: var(--bs-black);
}

.get-started-button {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.get-started-today-btn a {
    background-color: var(--bs-black);
    padding: 12px 20px;
    font-size: 18px;
    color: var(--bs-white);
    border-radius: 8px;
    text-decoration: none;
    transition: all .4s ease-out;
    font-weight: normal;
}

.get-started-today-btn a:hover {
    background-color: var(--bs-primary-dark);
    color: var(--bs-white);
    transition: all .4s ease-in-out;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler.active .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6l18 18M6 24L24 6'/%3E%3C/svg%3E");
}




@media only screen and (min-width: 320px) and (max-width: 767px) {

    .logo img {
        width: 140px;
    }

    .ai-services-box {
        padding: 25px;
    }

    .get-started-button {
        display: inline-block;
        margin-bottom: 0;
    }

    .call-box {
        padding: 20px;
    }

    .get-started-today-btn {
        margin-bottom: 30px;
    }

    .get-started-today-btn a {
        font-size: 15px;
    }

    .ai-services-box h2 svg {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        padding: 10px;
    }

    .ai-services-box p {
        font-size: 14px;
        line-height: 24px;
    }

    .technologies-work {
        padding-bottom: 40px;
    }

    .modal-body-one {
        padding: 20px 20px !important;
    }

    .modal-header-one h1 {
        font-size: 16px !important;
    }

    .navbar-light .navbar-toggler {
        background-color: transparent;
        border-color: #ffffff85;
        color: #8a81811f;
        padding: 0 10px;
    }

    .navbar-light .navbar-toggler-icon {
        width: 20px;
    }

    .product-tabs li {
        width: 100% !important;
    }

    .product-tabs li button {
        margin-right: 2px;
        line-height: 1.42857143;
        padding: 20px;
        text-align: center;
        width: 100%;
        border-radius: 0px !important;
    }

    .to-top-btn {
        position: fixed;
        right: 6%;
        bottom: 15%;
        width: 35px;
        height: 35px;
    }

    .whatsapp-float {
        width: 50px;
        height: 49px;
        position: fixed;
        right: 4%;
    }

    .whatsapp-float i {
        color: #fff;
        font-size: 28px;
    }

    .to-top-btn i {
        font-size: 20px;
    }

    .product-tabs li button i {
        padding-right: 0px;
        font-size: 22px !important;
        margin-right: 5px;
    }

    .nav-pills .nav-link.active {
        background-color: var(--bs-nav) !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0rem !important;
        font-size: 16px;
    }

    .navbar-light .navbar-toggler {
        color: transparent !important;
    }

    .banner-men {
        padding: 0;
    }

    .banner-men h3 {
        font-size: 35px;
        padding-right: 60px;
    }

    .banner-men h4 {
        font-size: 20px;
    }

    .banner-men p {
        width: 90%;
        line-height: 26px;
        font-size: 13px;
    }

    .get-started-btn a {
        padding: 12px 20px;
        font-size: 14px;
    }

    .heading h2 {
        font-size: 30px;
    }

    .heading h2::before {
        content: '';
        height: 100%;
        width: 80%;
        position: absolute;
        top: 50%;
        left: 38%;
        background-size: contain;
    }

    .heading p {
        font-size: 14px;
        line-height: 24px;
    }

    .read-more-btn {
        margin: 30px 0 20px 0;
    }

    .banner-btn a {
        font-size: 15px;
    }

    .btn-text {
        position: inherit;
        transform: none;
        display: initial;
    }

    .btn-text:hover span {
        max-width: 100% !important;
    }

    .btn-text span {
        opacity: initial;
    }

    .service-box {
        height: auto;
    }

    .tab-btn {
        border: 1px solid #e7e7e7;
        padding: 10px 20px 10px 7px;
        font-size: 14px;
        height: 50px;
    }

    .technologies-we-main {
        margin-top: 0px;
    }

    .technologies-tabs>div {
        width: 100%;
        margin-bottom: 0 !important;
        overflow: scroll;
        scrollbar-width: none;
        justify-content: left !important;
    }

    .service-box img {
        width: 60px;
    }

    .tab-btn {
        width: 100%;
    }

    .icon-circle {
        width: 35px;
        height: 35px;
    }

    .icon-circle i {
        font-size: 14px;
    }

    .tab-pane {
        flex-direction: column-reverse;
    }

    .tab-pane h3 {
        font-size: 20px;
    }

    .tab-pane p {
        font-size: 14px;
    }

    #tab-content {
        margin-top: 20px;
        overflow: hidden;
    }

    .tech-icons {
        margin-top: 25px;
        margin-bottom: 20px;
        overflow-y: scroll;
        scrollbar-width: none;
        width: 100%;
    }

    .language-box h2 {
        font-size: 14px;
    }

    .language-icon {
        padding: 8px;
        width: 60px;
        height: 60px;
        border-radius: 10px;
    }

    .language-box {
        margin: 0 0px;
    }

    .img-fluid-rounded {
        margin-bottom: 40px;
    }

    .step-content {
        height: auto;
    }

    .working-process {
        padding-bottom: 40px;
    }

    .mega-dropdown-menu {
        width: 100%;
        min-width: auto !important;
    }

    ul.navbar-nav.mx-auto.mb-2.mb-lg-0 {
        text-align: left;
        margin-top: 20px;
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 150px);
    }

    .mega-dropdown-menu {
        transform: translate(0%, 0%);
        padding: 0px !important;
    }

    .text-lg-start {
        margin: 15px 0px 0 15px !important;
        text-align: left;
    }

    .mega-dropdown-menu ul li a {
        padding: 4px 0;
        font-size: 13px;
    }

    .dropdown-menu {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(60vh - 150px);
    }

    .about-Photo {
        text-align: center;
        margin-top: 40px;
    }

    .slider-container {
        width: 100%;
    }

    .footer-logo h2 {
        padding-bottom: 0;
        padding-top: 20px;
    }

    .footer-buttom {
        padding: 8px 0;
    }

    .footer-buttom-text p {
        font-size: 12px;
        text-align: center;
    }

    .footer-buttom-text ul li a {
        font-size: 14px;
    }

    .footer-logo p {
        margin-bottom: 0;
    }

    .have-project-photo {
        width: 280px;
        float: none;
        margin: 0 auto;
        margin-top: 40px;
    }

    .product-men a {
        border-right: none;
    }

    .product-men a img {
        display: none;
    }

    .product-men a {
        border-right: none;
        height: auto;
        text-align: left;
    }

    .mission-vision-box {
        padding: 10px;
        border: none;
    }

    .mv-img img {
        width: 70px;
        padding: 15px;
        border-radius: 10px;
    }

    .mv-heading h4 {
        position: absolute;
        top: 1%;
        right: 3%;
        font-size: 35px;
    }

    .mv-heading span {
        font-size: 35px;
    }

    .mv-img {
        display: inline-block;
        margin-right: 15px;
    }

    .mission-vision-box p {
        line-height: 24px;
        font-size: 14px;
        padding-top: 8px;
    }

    .page-headding {
        padding: 30px 0;
    }

    .allpage-text h2 {
        color: var(--bs-white);
        font-weight: 200;
        font-size: 22px;
    }

    .portfolio-headding {
        padding: 15px;
    }

    .portfolio-headding h2 {
        font-size: 20px;
    }

    .portfolio-card {
        margin: 10px 0;
    }

    .allpages-heading h2 {
        font-size: 20px;
    }

    .allpages-heading p {
        font-size: 14px;
        width: 100%;
    }

    .contact-text {
        padding: 10px;
    }

    .allpages-heading {
        padding-top: 30px;
    }

    .contact-text h2 {
        font-size: 18px;
    }

    .contact-details h2 {
        font-size: 14px;
    }

    .map {
        margin: 20px 0 30px 0;
    }

    .careers-mein {
        padding-bottom: 30px;
    }

    .faq-mine {
        padding: 30px 0;
    }

    .accordion-button {
        padding: 14px !important;
        font-size: 15px !important;
    }

    .accordion-body {
        padding: 14px;
    }

    .accordion-body-a {
        font-size: 12px;
    }

    .nav-link-a {
        padding: 8px 8px !important;
        font-size: 14px;
    }

    .policy-text {
        padding: 30px 10px !important;
        margin-bottom: 0px !important;
    }

    li.policy-text-tab {
        width: 100%;
    }

    .nav-tabs .nav-item.show.policy-text-tab .nav-link,
    .nav-tabs .nav-link.active {
        width: 100%;
    }

    .nav-link-a {
        margin: 10px 0;
        width: 100%;
    }

    .privacy-policy-text h6 {
        font-size: 22px;
    }

    .terms-conditions {
        padding: 30px 0;
    }

    .language-text h2 {
        font-size: 30px;
        padding: 0;
    }

    .language-text ul li {
        font-size: 15px;
        padding: 5px 0;
    }

    .language-text p {
        font-size: 14px;
    }

    .development-photo {
        margin: 0 !important;
        margin-bottom: 30px !important;
    }

    .navbar-collapse form {
        margin-bottom: 20px !important;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }

    .ai-powered {
        padding: 30px 0;
        background-image: none;
        background-color: #eceefb;
    }

    .ai-photo {
        margin-top: 40px;
    }

    .ai-powered-btn {
        margin-top: 20px;
        display: inline-block;
    }

    .explore-services-btn {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .explore-services-btn a {
        font-size: 13px !important;
        padding: 12px 20px;
    }

    .get-started-btn {
        margin-top: 30px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .navbar-light .navbar-toggler {
        background-color: transparent;
        border-color: #ffffff85;
        color: #8a81811f;
        padding: 0 10px;
    }

    .navbar-light .navbar-toggler {
        color: transparent !important;
    }

    .explore-services-btn {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .call-box {
        padding: 20px 100px;
    }

    .technologies-work {
        padding-bottom: 40px;
    }

    .navbar-light .navbar-toggler-icon {
        width: 20px;
    }

    .modal-body-one {
        padding: 20px 20px !important;
    }

    .language-text h2 {
        font-size: 30px;
        padding: 0;
    }

    .language-text ul li {
        font-size: 15px;
        padding: 5px 0;
    }

    .product-tabs li button {
        padding: 15px 20px;
    }

    .ai-powered {
        padding: 30px 0;
        background-image: none;
        background-color: #eceefb;
    }

    .ai-photo {
        margin-top: 40px;
    }

    .product-tabs li button i {
        padding-right: 5px;
        font-size: 28px !important;
        margin-right: 5px;
    }

    .language-text p {
        font-size: 14px;
    }

    .terms-conditions {
        padding: 30px 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0rem !important;
        font-size: 16px;
    }

    .banner-men h3 {
        font-size: 35px;
    }

    .banner-men h4 {
        font-size: 20px;
    }


    .banner-men p {
        width: 100%;
        line-height: 26px;
        font-size: 14px;
    }

    .get-started-btn a {
        padding: 12px 20px;
        font-size: 14px;
    }

    .text-lg-start {
        margin: 15px 0px 0 15px !important;
        text-align: left;
    }

    .dropdown-menu {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 150px);
    }

    .dropdown-menu {
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(80vh - 150px);
    }

    .mega-dropdown-menu {
        transform: translate(0%, 0%);
        padding: 0px !important;
    }

    .mega-dropdown-menu {
        width: 100%;
        min-width: auto !important;
    }

    .product-men a img {
        display: none;
    }

    .product-men a {
        border-right: none;
        height: auto;
        text-align: left;
    }

    .service-box {
        height: auto;
    }

    .tab-btn {
        padding: 5px 5px;
        width: 100%;
        gap: 5px;
        height: 50px;
        font-size: 12px;
    }

    .icon-circle {
        width: 30px;
        height: 30px;
    }

    .icon-circle i {
        font-size: 12px;
    }

    .tab-pane h3 {
        font-size: 20px;
    }

    .tab-pane p {
        font-size: 14px;
    }

    .tech-icons {
        margin-top: 15px;
        overflow: scroll;
    }

    .language-icon {
        padding: 5px;
        width: 50px;
        height: 50px;
        border-radius: 10px;
    }

    .language-box h2 {
        font-size: 12px;
    }

    .step-content p {
        font-size: 12px;
        line-height: 20px;
    }

    .working-process {
        padding-bottom: 30px;
    }

    .have-project-text p {
        font-size: 14px;
    }

    .mv-heading h4 {
        position: absolute;
        top: 4%;
        right: 3%;
        font-size: 35px;
    }

    .mv-img img {
        width: 75px;
        padding: 15px;
        border-radius: 15px;
    }

    .mv-heading span {
        font-size: 35px;
    }

    .mission-vision-box p {
        line-height: 24px;
        font-size: 14px;
        padding-top: 15px;
    }

    .heading p {
        font-size: 14px;
        padding-top: 10px;
        line-height: 24px;
    }

    .heading h2 {
        font-size: 40px;
    }

    .portfolio-headding {
        padding: 15px;
    }

    .portfolio-headding h2 {
        font-size: 20px;
    }

    .page-headding {
        padding: 60px 0;
    }

    .allpages-heading h2 {
        font-size: 22px;
    }

    .allpages-heading p {
        font-size: 14px;
        width: 90%;
    }

    .allpages-heading {
        padding-top: 40px;
    }

    .contact-text {
        padding: 20px;
    }

    .faq-mine {
        padding: 30px 0;
    }

    .accordion-button {
        padding: 14px !important;
        font-size: 15px !important;
    }

    .accordion-body {
        padding: 14px;
    }

    .accordion-body-a {
        font-size: 12px;
    }

    .nav-link-a {
        padding: 8px 8px !important;
        font-size: 14px;
    }

    .policy-text {
        padding: 30px 10px !important;
        margin-bottom: 0px !important;
    }

    .footer-logo p {
        font-size: 12px;
        padding: 5px 0;
        width: 100%;
        margin-bottom: 5px;
    }

    .get-touch-text {
        padding-top: 30px;
    }

    .btn-text {
        font-size: 12px !important;
        width: auto;
        position: inherit;
        transform: none;
        display: initial;
    }

    .btn-text span {
        opacity: inherit;
    }



}


@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        padding: 0px 12px !important;
    }

    .technologies-work {
        padding-bottom: 40px;
    }

    .btn-text-two {
        font-size: 12px !important;
        width: auto;
    }

    .call-box {
        padding: 20px 100px;
    }

    .ai-powered {
        padding: 30px 0;
        background-image: none;
        background-color: #eceefb;
    }

    .logo img {
        width: 150px;
    }

    .mega-dropdown-menu {
        padding: 20px !important;
        min-width: 780px !important;
        transform: translate(-34%, 5%);
    }

    .service-box {
        padding: 20px;
        height: auto;
    }

    .tech-icons {
        overflow: scroll;
    }

    .step-content p {
        font-size: 12px;
        line-height: 18px;
    }

    .mv-heading h4 {
        position: absolute;
        top: 3%;
        right: 3%;
        font-size: 50px;
    }

    .portfolio-headding {
        padding: 15px;
    }

    .portfolio-headding h2 {
        font-size: 20px;
    }

    .page-headding {
        padding: 60px 0;
    }

    .allpages-heading h2 {
        font-size: 22px;
    }

    .allpages-heading p {
        font-size: 14px;
    }

    .nav-link-a {
        padding: 10px 15px !important;
        font-size: 16px;
    }


}