.footer-sec #button.show,
.menu-item:hover .submenu {
    opacity: 1;
    visibility: visible
}

.footer-sec #button,
.hearo-area .owl-carousel,
.submenu {
    visibility: hidden
}

body,
h1,
h2,
h3,
h4,
h5 {
    font-family: Inter, sans-serif;
    font-display: swap
}

@font-face {
    font-family: YourFont;
    src: url('/fonts/yourfont.woff2') format('woff2');
    font-display: swap
}

*,
.banner-sec .banner-body .banner-right img,
ul {
    margin: 0
}

*,
.tabs a,
.tabs-nav li {
    list-style: none
}

.tabs a,
a {
    outline: 0
}

:root {
    --primarycolor: #0069ef;
    --secondarycolor: #0069ef;
    --blackcolor: #000;
    --whitecolor: #FFF;
    --whitelightcolor: #f9f9f9;
    --paragraphcolor: #323f52;
    --lightyellowcolor: #f4ede4;
    --darkwhitecolor: #d5d5d5;
    --skylightbluecolor: #f6f9ff;
    --darkbluecolor: #031c42;
    --deepbluecolor: #0060b4
}

* {
    padding: 0;
    box-sizing: border-box;
    border: none
}

body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: auto !important;
    overflow-x: hidden !important
}

img {
    max-width: 100%
}

a {
    text-decoration: none !important
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 400
}

h2 {
    font-weight: 700;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 28px !important
}

button,
input,
select {
    outline: 0 !important
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

::-webkit-scrollbar {
    width: 8px;
    height: 5px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #9aadb7
}

::-webkit-scrollbar-thumb:hover {
    background: #e1e1e1
}

.mall-network h5,
.margin-button,
.margin-top,
.network-design h5 {
    margin-top: 50px
}

.header-mob-menu,
.hearo-area .owl-nav,
.main-header details:not([open])>:not(summary) {
    display: none !important
}

.banner-sec {
    margin: 0;
    padding: 0;
    position: relative;
    background: var(--whitecolor)
}

.banner-video-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
    position: relative;
    overflow: hidden
}

.banner-video-sec:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3294117647);
    z-index: 1
}

.banner-video-sec video {
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner-video-content-part {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 99;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: start;
    max-width: 1320px
}

.banner-video-content-part .banner-video-c {
    margin: 0;
    padding: 40px;
    background: var(--whitecolor);
    max-width: 45%;
    height: 58vh;
    border-radius: 13px
}

.banner-video-content-part .banner-video-c h1 {
    margin: 0 0 25px;
    padding: 0 0 25px;
    position: relative;
    font-size: 52px;
    font-weight: 700;
    color: var(--blackcolor);
    line-height: 60px
}

.banner-video-content-part .banner-video-c h1 span {
    color: var(--secondarycolor);
    font-size: 48px;
    display: block
}

.banner-video-content-part .banner-video-c h1:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
    background: var(--secondarycolor)
}

.banner-video-content-part .banner-video-c p {
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: var(--paragraphcolor);
    line-height: 26px
}

.banner-video-content-part .banner-video-c a {
    margin: 25px 0 0;
    padding: 14px 21px;
    background: var(--primarycolor);
    color: var(--whitecolor);
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    border-radius: 7px
}

.banner-sec .banner-body .banner-left h1,
.geospatial-list-body .geospatial-list-title h2 {
    font-weight: 700;
    letter-spacing: -.8px;
    font-family: 'Frank Ruhl Libre', serif;
    position: relative;
    color: var(--blackcolor)
}

.banner-sec .banner-body {
    margin: 0 auto;
    padding: 0 0 0 30px;
    max-width: 1410px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 5%;
    min-height: 25vh
}

.banner-sec .banner-body .banner-left {
    margin: 0;
    padding: 0;
    flex: 2
}

.banner-sec .banner-body .banner-left h1 {
    margin: 0 0 25px;
    padding: 0 0 25px;
    font-size: 56px;
    line-height: 68px
}

.banner-sec .banner-body .banner-left h1 span {
    color: var(--secondarycolor);
    font-size: 56px;
    display: block
}

.banner-sec .banner-body .banner-left h1:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background: var(--secondarycolor);
    border-radius: 10px
}

.banner-sec .banner-body .banner-left p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    max-width: 500px;
    font-weight: 400;
    margin-top: 30px
}

.banner-sec .banner-body .banner-right {
    margin: 0;
    padding: 0;
    flex: auto;
    width: 30%
}

.banner-brand-sec {
    margin: 150px 0 50px;
    padding: 0;
    position: relative;
    display: flex;
    align-items: self-start;
    gap: 0 30px
}

.banner-brand-sec h3 {
    margin: 0;
    padding: 0 30px 0 0;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    font-family: 'Frank Ruhl Libre';
    border-right: 1px solid #b9b9b9
}

.banner-brand-sec .parterner-list,
.footer-top-body .footer-top-left {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 20px
}

.banner-brand-sec .parterner-list img {
    margin: 0;
    padding: 0;
    height: 30px
}

.what-we-do-sec {
    margin: 0;
    padding: 50px 0;
    position: relative;
    background: linear-gradient(180deg, var(--whitelightcolor), transparent)
}

.reviews-sec .reviews-body,
.what-we-do-sec .what-we-do-body {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1380px;
    position: relative
}

.geospatial-list-body {
    margin: 0;
    position: relative;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 0 5%;
    align-items: flex-start
}

.geospatial-list-body .geospatial-list-title {
    margin: 0;
    padding: 0;
    position: relative;
    flex: 0 0 60%;
    text-align: center
}

.geospatial-list-title img {
    max-width: 82%
}

.geospatial-list-body .geospatial-list-title h2 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 36px
}

.faq-page .accordion-item.active .accordion-content,
.footer-sec .flag-select.open,
.geospatial-list-body .geospatial-list-title h2 span {
    display: block
}

.geospatial-list-body .geospatial-list-title p {
    margin: 0 0 15px !important;
    padding: 0;
    position: relative;
    font-size: 14px;
    color: #000;
    line-height: 22px;
    font-weight: 400;
}

.manage-services-title h2,
.technology-part .technology-title h3 {
    line-height: 44px;
    letter-spacing: -.8px;
    font-family: 'Frank Ruhl Libre', serif
}

.geospatial-list-body .geospatial-list-title img {
    mix-blend-mode: darken
}

.geospatial-list {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    flex-direction: column;
    flex: 0 0 30%
}

.geospatial-list .geospatial-box {
    margin: 0;
    padding: 10px;
    position: relative;
    background: rgb(255 255 255);
    width: 90%;
    border-radius: 10px;
    transition: .3s ease-in-out;
    box-shadow: 0 8px 25px rgb(0 0 0 / 3%)
}

.geospatial-list .geospatial-box:hover {
    box-shadow: 0 8px 25px rgb(0 0 0 / 10%);
    background: var(--primarycolor)
}

.geospatial-list .geospatial-box a {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 13px
}

.geospatial-list .geospatial-box a img {
    margin: 0 0 0 -1px;
    padding: 0;
    max-width: 30px
}

.geospatial-list .geospatial-box a h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #000;
    position: relative;
    display: block;
    width: 100%;
    font-weight: 500
}

.geospatial-list .geospatial-box:hover a h3,
.geospatial-list .geospatial-box:hover a h3:before {
    color: var(--whitecolor)
}

.geospatial-list .geospatial-box:hover a img {
    filter: brightness(0) invert(1)
}

.geospatial-list .geospatial-box a h3::before {
    position: absolute;
    content: "\f054";
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    color: var(--primarycolor);
    height: fit-content
}

.technology-part {
    position: relative;
    margin: 50px 0 0;
    background-size: cover !important;
    min-height: 630px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden
}

.technology-part .technology-title {
    position: absolute;
    left: 65px;
    top: 70px
}

.technology-part .technology-title h3 {
    margin: 0 0 15px;
    padding: 0;
    position: relative;
    font-size: 38px;
    font-weight: 700;
    color: var(--whitecolor)
}

.technology-part:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .4
}

.technology-part .technology-title p {
    margin: 0 0 8px;
    padding: 0;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: var(--whitecolor);
    line-height: 25px;
    max-width: 700px
}

.technology-part .technology-list {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 90%;
    gap: -17px;
    grid-template-columns: repeat(auto-fill, minmax(301px, 1fr));
    justify-items: center;
    display: flex;
    gap: 20px;
    bottom: 54px;
    left: 60px
}

.technology-part video {
    border-radius: 10px
}

.technology-part .technology-list .technology-box {
    margin: 0;
    height: 223px;
    position: relative;
    width: 100%
}

.technology-part .technology-list .technology-box .technology-box-body {
    margin: 0;
    padding: 35px;
    position: relative;
    background: var(--secondarycolor);
    border-radius: 13px;
    height: 100%;
    transition: .3s ease-in-out;
    overflow: hidden
}

.technology-part .technology-list .technology-box:hover .technology-box-body {
    background: var(--whitecolor);
    position: absolute;
    bottom: 0;
    height: fit-content
}

.technology-part .technology-list .technology-box .technology-box-body h3 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    color: var(--whitecolor);
    position: relative;
    display: block;
    width: 100%;
    transition: .3s ease-in-out
}

.footer-box ul li a:hover,
.technology-part .technology-list .technology-box:hover .technology-box-body h3,
.technology-part .technology-list .technology-box:hover .technology-box-body p {
    color: var(--blackcolor)
}

.technology-part .technology-list .technology-box .technology-box-body p {
    margin: 0 0 15px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--whitelightcolor);
    position: relative;
    display: block;
    width: 100%;
    transition: .3s ease-in-out
}

.technology-part .technology-list .technology-box .technology-box-body .technology-box-content {
    margin: 30px 0 0;
    padding: 0;
    position: relative;
    visibility: hidden;
    opacity: 0;
    height: 5px;
    transition: .3s ease-in-out
}

.technology-part .technology-list .technology-box:hover .technology-box-body .technology-box-content {
    visibility: visible;
    opacity: 1;
    height: 240px
}

.technology-box-content h4 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #0069ef;
    position: relative;
    display: block;
    width: 100%
}

.technology-box-content ul {
    margin: 15px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px 0
}

.technology-box-content ul li a {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 10px
}

.technology-box-content ul li a img {
    margin: 0;
    padding: 0;
    position: relative;
    max-width: 23px
}

.tabs a:hover,
.technology-box-content ul li a:hover {
    color: #0060b4
}

.address-body,
.api-int-sec,
.client-sec .client-body .client-slider,
.contact-banner-sec {
    margin: 0;
    padding: 0;
    position: relative
}

.api-int-sec .api-int-body {
    margin: 0 auto;
    padding: 40px;
    max-width: 1320px;
    position: relative;
    display: flex;
    gap: 0 5%;
    justify-content: space-between;
    /* background: linear-gradient(111deg, #fbbb55, #007bff); */
    background: #f8f9fb;
    border-radius: 10px;
    overflow: hidden
}

.api-int-sec .api-int-body:before {
    position: absolute;
    content: '';
    left: -16%;
    bottom: 7px;
    width: 100%;
    height: 50%;
    background: url("../images/api-int/api-int.webp") center center/contain no-repeat
}

.api-int-sec .api-int-body .api-title {
    margin: 0;
    padding: 0;
    position: relative;
    max-width: 65%;
    width: 100%;
    display: flex;
    flex-direction: column
}

.api-int-sec .api-int-body .api-title h2 {
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    font-size: 42px;
    font-weight: 700;
    color: #0069ef;
    letter-spacing: -.8px;
    font-family: 'Frank Ruhl Libre', serif;
    line-height: 40px
}

.api-body .api-tab-list ul li a h4,
.api-int-sec .api-int-body .api-title p,
.manage-services-title h2,
.manage-services-title p {
    color: var(--blackcolor);
    position: relative
}

.api-title h2 span {
    font-size: 24px !important;
    color: #000
}

.api-int-sec .api-int-body .api-title p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    max-width: 70%
}

.api-int-sec .api-int-body .api-title p span {
    display: block;
    margin: 15px 0 0
}

.api-int-sec .api-int-body .api-body {
    margin: 0;
    padding: 25px;
    position: relative;
    max-width: 32%;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e7ebf0;
    border-radius: 8px
}

.api-body .api-tab-list ul {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 10px;
    flex-direction: column
}

.api-body .api-tab-list ul li {
    margin: 0;
    padding: 0;
    width: 100%
}

.api-body .api-tab-list ul li a {
    margin: 0;
    padding: 2px 2px 3px;
    position: relative;
    display: inline-flex;
    width: 100%;
    font-weight: 400;
    transition: .3s ease-in-out;
    align-items: flex-start;
    gap: 0 15px
}

.api-body .api-tab-list ul li a img {
    width: 46px
}

.api-body .api-tab-list ul li a h4 {
    margin: 10px 0 0;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    max-width: 100%
}

.api-body .api-tab-list ul li a h4 span {
    display: block;
    margin: 5px 0 0;
    padding: 0;
    position: relative;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    line-height: 22px
}

.api-body .api-tab-list ul li a:hover h4,
.manage-services-content .manage-services-box .ms-box:hover h3 {
    color: var(--primarycolor)
}

.manage-services-sec {
    margin: 0;
    padding: 70px 0 80px;
    position: relative
}

.manage-services-sec .manage-services-body {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1140px;
    position: relative
}

#ang-technologies--J6F7D4 .ang-technologies-title,
.advertisers-service-sec h2,
.heading-tag,
.manage-services-sec .manage-services-body .manage-services-title,
.paragraph-tag {
    text-align: center
}

.manage-services-title h2 {
    margin: 0 0;
    padding: 0;
    font-size: 52px;
    font-weight: 700
}

.manage-services-title p {
    margin: 0 auto 10px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    max-width: 870px;
}

.manage-services-body .manage-services-content {
    margin: 50px 0 0;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: center
}

.about-us-sec .about-us-body .about-us-box,
.footer-contact-sec .footer-contact-body .footer-contact-left,
.manage-services-body .manage-services-content .manage-services-box {
    margin: 0;
    padding: 0;
    position: relative;
    flex: 1
}

.manage-services-body .manage-services-content .manage-services-box:nth-child(2) {
    margin: 50px 0 0
}

.manage-services-body .manage-services-content .manage-services-box:nth-child(3) {
    margin: 100px 0 0
}

.manage-services-body .manage-services-content .manage-services-box:nth-child(4) {
    margin: 150px 0 0
}

.manage-services-box .ms-box .ms-box-img {
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    width: 100%;
    height: 250px;
    background-size: cover !important;
    border-radius: 6px 6px 0 0 !important
}

.manage-services-content .manage-services-box .ms-box h3 {
    margin: 0 0 14px;
    padding: 0;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: var(--blackcolor);
    line-height: 22px;
    font-family: Inter
}

.manage-services-content .manage-services-box .ms-box p {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    max-width: 240px;
    color: #212529
}

.about-us-sec {
    margin: 0;
    padding: 60px 0;
    position: relative;
    background: var(--deepbluecolor);
    overflow: hidden
}

.awards-sec,
.home-client-sec,
.what-we-offer-sec {
    background: var(--whitelightcolor)
}

.about-us-sec:before {
    position: absolute;
    content: '';
    right: -45px;
    top: 0;
    width: 640px;
    height: 640px;
    background: url("../images/world-map.png") center center/contain no-repeat;
    opacity: .1
}

.about-us-sec .about-us-body {
    margin: 0 auto;
    padding: 20px 30px;
    max-width: 1380px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0 5%
}

.about-us-box-video-sec,
.counter-list,
.counter-list .counter-box,
.counter-list .counter-box h3 {
    padding: 0;
    position: relative;
    margin: 0
}

.about-us-box-video-sec {
    overflow: hidden;
    display: flex;
    filter: contrast(1.3)
}

.about-us-sec .about-us-body .about-us-box h2 {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    font-family: 'Frank Ruhl Libre';
    width: 72%
}

.about-us-sec .about-us-body .about-us-box h2 span {
    font-size: 40px
}

.about-us-sec .about-us-body .about-us-box p {
    color: #fff;
    margin-bottom: 20px
}

.counter-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 22px 9px;
    max-width: 580px
}

.counter-list .counter-box {
    display: block;
    align-items: center;
    gap: 0 10px
}

.counter-list .counter-box h3 {
    min-width: 105px;
    font-size: 40px;
    font-weight: 700;
    color: #fff
}

.counter-list .counter-box h4 {
    margin: 0;
    padding: 0 0 5px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: block;
    width: 100%;
    line-height: 22px
}

.counter-list .counter-box a {
    margin: 0;
    padding: 18px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    width: 230px;
    line-height: 16px;
    border: 1px solid;
    border-radius: 10px
}

.awards-sec {
    margin: 0;
    padding: 60px 0;
    position: relative
}

.awards-sec .awards-body {
    margin: 0 auto;
    padding: 60px;
    max-width: 1320px;
    position: relative;
    text-align: center;
    background: #fff;
    box-shadow: 0 5px 20px rgb(0 0 0 / 6%)
}

.awards-list:after,
.awards-list:before {
    top: -58px;
    height: 108px;
    background: url("../images/awards/line.webp") center center/contain no-repeat;
    position: absolute;
    content: '';
    width: 190px
}

.awards-sec .awards-body:before {
    position: absolute;
    content: '';
    left: 0;
    top: 30px;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 96%;
    height: 83%;
    border: 1px dashed #e3a642
}

.awards-sec .awards-body h2 {
    margin: -30px auto 40px;
    padding: 0 14px;
    position: relative;
    font-size: 42px;
    font-weight: 700;
    color: var(--blackcolor);
    letter-spacing: -.8px;
    line-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Frank Ruhl Libre', serif;
    background: #fff;
    max-width: fit-content
}

.awards-list {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px
}

.awards-list .awards-box {
    flex: 0 0 18%
}

.awards-list .awards-box:nth-child(3) {
    flex: 0 0 10%
}

.awards-list:before {
    left: -34px
}

.awards-list:after {
    right: -34px;
    transform: rotateY(180deg)
}

.what-we-offer-sec {
    margin: 0;
    padding: 55px 0;
    position: relative
}

.what-we-offer-sec .what-we-offer-body {
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    max-width: 1320px
}

.what-we-offer-sec .what-we-offer-body .what-we-offer-title {
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 5%
}

.what-we-offer-title .wwo-left {
    flex: 3
}

.what-we-offer-title .wwo-img {
    flex: 2
}

.what-we-offer-title .wwo-left h2 {
    margin: 0 0 16px;
    padding: 0;
    position: relative;
    font-size: 42px;
    font-weight: 700;
    color: var(--blackcolor);
    font-family: 'Frank Ruhl Libre'
}

.what-we-offer-title .wwo-left p {
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    font-size: 18px;
    font-weight: 300;
    color: var(--blackcolor);
    line-height: 26px
}

.what-we-offer-body .what-we-offer-list {
    margin: 0;
    padding: 0;
    position: relative;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    justify-items: center
}

.what-we-offer-body .what-we-offer-list .what-we-offer-box {
    margin: 0;
    padding: 30px;
    position: relative;
    min-height: 200px;
    background: #fff;
    width: 100%;
    border-radius: 10px
}

.what-we-offer-box .wwo-icon {
    margin: -72px 0 25px;
    position: relative;
    background: #fff;
    padding: 18px;
    width: 85px;
    height: 85px;
    border-radius: 100px;
    box-shadow: 0 8px 17px #00000029
}

.what-we-offer-box .wwo-icon img {
    filter: invert(.4) sepia(50) saturate(3) hue-rotate(175deg)
}

.what-we-offer-box .wwo-content h3 {
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #0069ef;
    max-width: 320px;
    min-height: 60px;
    font-family: 'Frank Ruhl Libre', serif
}

.inner-reviews-box-list .inner-reviews-box .inner-reviews-box-bottom p,
.what-we-offer-box .wwo-content p {
    font-size: 14px !important;
    line-height: 22px !important
}

.client-sec {
    margin: 0;
    padding: 50px 0;
    position: relative
}

.client-sec .client-body {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1320px;
    position: relative;
    text-align: center
}

.client-sec .client-body h2 {
    margin: 0 0 50px;
    position: relative;
    padding: 0;
    font-size: 32px;
    font-weight: 600;
    color: var(--blackcolor)
}

.client-sec .client-body .owl-nav,
.common-contact-us-sec,
.magnetMenu,
.owl-dots {
    display: none
}

.client-sec .client-body .client-slider:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 300px;
    background: linear-gradient(90deg, #fff, #ffffff00);
    z-index: 99
}

.client-sec .client-body .client-slider:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 300px;
    background: linear-gradient(270deg, #fff, #ffffff00);
    z-index: 99
}

.home-client-sec {
    margin: 0;
    padding: 20px 0 10px;
    position: relative
}

.home-client-sec .home-client-body {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1380px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 0 30px
}

.home-client-sec .home-client-body .home-client-title {
    margin: 0;
    padding: 0;
    position: relative;
    min-width: 200px;
    text-align: left
}

.home-client-sec .home-client-body .home-client-title h2 {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: var(--blackcolor)
}

.home-client-sec .home-client-body .home-client-img {
    margin: 0;
    padding: 0;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    flex: 0 0 84%
}

.inner-reviews-sec,
.reviews-sec {
    margin: 0 auto;
    padding: 50px 0;
    position: relative
}

.inner-reviews-sec .inner-reviews-title,
.reviews-sec .reviews-body .reviews-title {
    margin: 0 0 70px;
    padding: 0;
    text-align: center
}

.inner-reviews-sec .inner-reviews-title h2,
.reviews-sec .reviews-body .reviews-title h2 {
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    font-size: 42px;
    font-weight: 600;
    color: var(--blackcolor);
    font-family: 'Frank Ruhl Libre', serif
}

.reviews-sec .reviews-body .reviews-title p {
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 26px
}

.reviews-video-or-list {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: start;
    gap: 0 5%;
    justify-content: space-between
}

.reviews-video-or-list:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    height: 100%;
    border-right: 1px dashed #b7b7b7;
    width: 0
}

.reviews-sec .reviews-body .reviews-content,
.reviews-video-or-list .reviews-video {
    margin: 0;
    padding: 0;
    max-width: 45%;
    width: 100%
}

.reviews-box-slider .reviews-box {
    margin: 0;
    padding: 0 15px;
    position: relative
}

.reviews-box-slider .reviews-box .reviews-box-top {
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 20px
}

.reviews-box-slider .reviews-box .reviews-box-top .reviews-img {
    margin: 0;
    padding: 0;
    min-width: 80px;
    height: 80px;
    border-radius: 100px;
    background-size: cover !important;
    position: relative
}

.inner-reviews-box-list .inner-reviews-box .inner-reviews-box-top .inner-reviews-img:before,
.reviews-box-slider .reviews-box .reviews-box-top .reviews-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: -12px;
    width: 40px;
    height: 30px;
    background: url("../images/client-img/quote-icon.svg") center center/contain no-repeat
}

.inner-reviews-box-list .inner-reviews-box .inner-reviews-box-top h3,
.reviews-box-slider .reviews-box .reviews-box-top h3 {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #000
}

.reviews-box-slider .reviews-box .reviews-box-bottom p {
    font-size: 14px !important;
    line-height: 22px !important;
    color: #000;
    font-weight: 400
}

.inner-reviews-box-list .inner-reviews-box .inner-reviews-box-bottom h4,
.reviews-box-slider .reviews-box .reviews-box-bottom h4 {
    margin: 40px 0 0;
    padding: 0;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: var(--secondarycolor)
}

.inner-reviews-sec .inner-reviews-body {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1020px;
    position: relative;
    display: flex;
    gap: 0 8%
}

.bottom-footer .bottom-footer-box,
.inner-reviews-sec .inner-reviews-body .inner-reviews-box-list,
footer.footer-sec .footer-body .footer-box {
    margin: 0;
    padding: 0;
    flex: 1
}

.inner-reviews-sec .inner-reviews-title p {
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: var(--paragraphcolor);
    line-height: 26px
}

.inner-reviews-box-list .inner-reviews-box {
    margin: 0 0 60px;
    padding: 30px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgb(0 0 0 / 8%)
}

.inner-reviews-box-list .inner-reviews-box .inner-reviews-box-top {
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 20px
}

.inner-reviews-box-list .inner-reviews-box .inner-reviews-box-top .inner-reviews-img {
    margin: 0;
    padding: 0;
    min-width: 80px;
    height: 80px;
    border-radius: 100px;
    background-size: cover !important;
    position: relative;
    border: 1px solid #dbdbdb
}

.footer-contact-sec:after,
.footer-contact-sec:before {
    position: absolute;
    background: #76a9c340;
    border-radius: 200px;
    content: '';
    left: 0
}

.footer-contact-sec {
    margin: 0;
    padding: 10px 0;
    position: relative;
    background: #0060b4;
    overflow: hidden
}

.footer-contact-sec:before {
    bottom: -135px;
    width: 270px;
    height: 270px
}

.footer-contact-sec:after {
    bottom: 150px;
    width: 110px;
    height: 110px
}

.footer-contact-sec .footer-contact-body {
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: flex;
    max-width: 1440px;
    justify-content: space-between;
    gap: 0 5%
}

.footer-contact-sec .footer-contact-body .footer-contact-left img {
    margin: 0 0 0 -75px;
    max-width: 339px;
    z-index: 99;
    position: absolute;
    bottom: -12px;
    left: 60px;

}

.footer-contact-left .call-to-action-part {
    position: absolute;
    top: -150px;
    right: 0;
    bottom: 0;
    max-width: 400px;
    margin: auto;
    height: fit-content
}

.footer-contact-left .call-to-action-part h3 {
    padding: 0;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: var(--whitecolor);
    font-family: 'Frank Ruhl Libre'
}

.footer-contact-left .call-to-action-part p {
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: var(--whitecolor);
    line-height: 24px
}

.industries-sec {
    margin: 100px 0 50px
}

.submenu-new-img img {
    margin: 0 0 25px;
    padding: 4px;
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border-radius: 9px;
    color: #18bd5a
}

.footer-contact-left .call-to-action-part .contact-us-btn {
    margin: 0;
    padding: 13px 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    gap: 0 10px;
    width: 180px;
    line-height: 16px;
    border: 2px solid
}

.footer-contact-right h2 {
    margin: 0;
    padding: 0;
    position: relative;
    font-weight: 700;
    color: #fff;
    font-family: 'Frank Ruhl Libre'
}

.footer-contact-right p {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 24px
}

.footer-contact-sec .footer-contact-body .footer-contact-right {
    margin: 0;
    position: relative;
    flex: 0 0 40%;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
    padding: 23px;
    border-radius: 10px
}

.footer-contact-right form {
    margin: 20px 0 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 4%
}

.fa-mobile {
    font-size: 23px !important
}

.footer-contact-right form .form-group {
    margin: 0 0 15px;
    padding: 0;
    width: 48%
}

.avi img,
.footer-box ul li a:hover:before,
.footer-contact-right form .form-group.full-width,
.footer-sec .iti {
    width: 100%
}

.iti #mobile_code {
    padding-left: 83px !important;
    padding-right: 19px !important;
}


.footer-contact-right form .form-group .form-control {
    margin: 0;
    padding: 10px;
    position: relative;
    height: 42px;
    background: 0 0;
    border: 2px solid #fff;
    outline: 0;
    box-shadow: none;
    font-size: 14px;
    color: #FFF;
    border-radius: 6px;
    transition: .15s linear
}

.footer-contact-right #cservice {
    color: #000;
    background: #FFF !important;
}


.footer-contact-right form .form-group .form-control::placeholder {
    color: #fff !important;
    transition: .15s linear
}

.footer-contact-right form .form-group textarea.form-control {
    height: 110px
}


.footer-contact-right form .form-group .form-control:hover::placeholder {
    color: #000;
    transition: .15s linear
}

.footer-contact-right form .form-group button {
    margin: 0;
    padding: 16px 18px;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    gap: 0 10px;
    width: 190px;
    line-height: 16px;
    transition: .15s linear;
    cursor: pointer
}

.footer-contact-left ul {
    margin: 53px 0 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.footer-contact-left ul li a {
    margin: 0;
    padding: 13px;
    display: inline-flex;
    align-items: center;
    gap: 0 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    border: 2px solid #ffffff14;
    min-width: 300px;
    border-radius: 6px;
    background: #fff0;
    transition: .15s linear
}

.footer-contact-left ul li a i {
    color: #f44336
}

.footer-contact-left ul li a:hover {
    color: #fff;
    border: 2px solid #fff;
    background: #ffffff1f
}

footer.footer-sec {
    margin: 0;
    padding: 30px 0;
    position: relative
}

.footer-top-body {
    margin: 0 auto 30px;
    padding: 0 0 30px;
    max-width: 1320px;
    display: flex;
    position: relative;
    gap: 0;
    border-bottom: 1px solid #000;
    justify-content: center
}

.footer-top-body .footer-top-left .footer-top-box {
    margin: 0;
    padding: 0;
    position: relative;
    max-width: 150px
}

.footer-top-body .footer-top-left .footer-top-box:first-child {
    max-width: 180px
}

.footer-top-body .footer-top-left a {
    margin: 0;
    padding: 0;
    position: relative;
    height: fit-content;
    color: #000;
    font-size: 14px;
    font-weight: 600
}

footer.footer-sec .footer-body {
    margin: 0 auto 10px;
    padding: 0 30px;
    max-width: 1380px;
    display: flex;
    position: relative;
    gap: 0 30px
}

.footer-box h3 {
    margin: 0 0 5px;
    padding: 0;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #000
}

.footer-box ul {
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3px
}

.footer-box ul li a {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 13px;
    color: #626262;
    display: inline-flex;
    font-weight: 500
}

.footer-box ul li a:before {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 1px;
    background: var(--primarycolor);
    transition: .3s ease-in-out
}

.footer-box .footer-contact-box {
    margin: 0 0 15px;
    padding: 15px;
    border: 1px solid #0000001a
}

.footer-box .footer-contact-box h4 {
    margin: 0 0 10px;
    padding: 0;
    position: inherit;
    font-size: 16px;
    font-weight: 700;
    color: var(--secondarycolor)
}

.footer-box .footer-contact-box .contact-link {
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
    color: #383838
}

.bottom-footer {
    margin: 0 auto;
    padding: 15px 0;
    max-width: 1320px;
    border-top: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bottom-footer .bottom-footer-box p {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 13px;
    color: #000;
    font-weight: 500
}

.bottom-footer-box.bottom-footer-box-link ul {
    justify-content: center
}

.bottom-footer-box.bottom-footer-box-link ul li {
    padding: 0 10px 0 0;
    border-right: 1px solid #000;
    height: fit-content;
    line-height: 15px
}

.bottom-footer-box.bottom-footer-box-link ul li:last-child {
    padding: 0;
    border-right: none
}

.bottom-footer-box.bottom-footer-box-link ul li a {
    min-width: fit-content !important;
    border: none;
    padding: 0;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    height: fit-content
}

.bottom-footer-box.bottom-footer-box-link ul li a:hover {
    background: 0 0;
    color: #0060b4
}

.bottom-footer .bottom-footer-box ul {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 10px
}

.bottom-footer .bottom-footer-box ul a {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    font-size: 14px;
    background: var(--whitecolor);
    border-radius: 50px;
    color: var(--blackcolor);
    border: 1px solid
}

.bottom-footer .bottom-footer-box ul a.facebook {
    color: #0866ff
}

.bottom-footer .bottom-footer-box ul a.facebook:hover {
    color: #fff;
    background: #0866ff
}

.bottom-footer .bottom-footer-box ul a.twitter {
    color: #1da1f2
}

.bottom-footer .bottom-footer-box ul a.twitter:hover {
    color: #fff;
    background: #1da1f2
}

.bottom-footer .bottom-footer-box ul a.linkedin {
    color: #0077b5
}

.bottom-footer .bottom-footer-box ul a.linkedin:hover {
    color: #fff;
    background: #0077b5
}

.bottom-footer .bottom-footer-box ul a.insta {
    color: #e6405d
}

.bottom-footer .bottom-footer-box ul a.insta:hover {
    color: #fff;
    background: #e6405d
}

.bottom-footer .bottom-footer-box ul a.pinterest {
    color: #e60023
}

.bottom-footer .bottom-footer-box ul a.pinterest:hover {
    color: #fff;
    background: #e60023
}

.bottom-footer .bottom-footer-box ul a.blogger {
    color: #ff5722
}

.bottom-footer .bottom-footer-box ul a.blogger:hover {
    color: #fff;
    background: #ff5722
}

.bottom-footer .bottom-footer-box ul a.wordpress {
    color: #21759b
}

.bottom-footer .bottom-footer-box ul a.wordpress:hover {
    color: #fff;
    background: #21759b
}

.bottom-footer .bottom-footer-box ul a.youtube {
    color: #cd201f
}

.bottom-footer .bottom-footer-box ul a.youtube:hover {
    color: #fff;
    background: #cd201f
}

.bottom-footer .bottom-footer-box ul a.skype {
    color: #00aff0
}

.bottom-footer .bottom-footer-box ul a.skype:hover {
    color: #fff;
    background: #00aff0
}

.bottom-footer .bottom-footer-box ul a.whatsapp {
    color: #25d366
}

.bottom-footer .bottom-footer-box ul a.whatsapp:hover {
    color: #fff;
    background: #25d366
}

.faq-page {
    margin-top: 0;
    padding: 50px 0 0;
    position: relative
}

.faq-page .box-five-title {
    margin: 0 auto 30px;
    padding: 0 30px;
    max-width: 1200px;
    text-align: center
}

.faq-page .accordion {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 30px
}

.faq-page .accordion-item {
    border: none !important;
    border-bottom: 4px solid #ebebeb !important;
    margin-bottom: 10px !important;
    padding: 0 0 10px !important;
    box-shadow: none;
    background: 0 0 !important;
    border-radius: 0;
    margin-top: 0
}

.faq-page .accordion-item:first-child {
    border-top: 4px solid #ebebeb;
    padding: 10px 0
}

.faq-page .accordion-header {
    cursor: pointer;
    display: flex;
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
    min-height: 40px;
    align-items: center;
    position: relative
}

.faq-page .accordion-header:before {
    position: absolute;
    content: '\f107';
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    height: fit-content;
    font-family: 'Font Awesome 6 Free';
    font-size: 14px;
    font-weight: 600;
    color: #8d8d8d;
    transition: .3s ease-in-out;
    transform: rotate(0)
}

.faq-page .accordion-item.active .accordion-header:before {
    transform: rotate(180deg)
}

.faq-page .accordion-header p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: 'Frank Ruhl Libre';
}

.faq-page .accordion-content {
    display: none;
    padding: 10px 0
}

.faq-page .accordion-content p {
    font-size: 14px
}

@media screen and (max-width:600px) {
    .accordion {
        max-width: 100%
    }
}

.contact-banner-sec .item {
    margin: 0;
    padding: 0;
    position: relative;
    height: calc(100vh - 16vh);
    overflow: hidden
}

.contact-banner-sec .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px)
}

.contact-banner-sec .item img {
    height: 100%;
    object-fit: cover
}

.contact-banner-body {
    margin: 0;
    padding: 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #00000080;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0 3%
}

.contact-banner-body .contact-details {
    margin: 0;
    padding: 0;
    position: relative;
    flex: 2
}

.contact-banner-body .contact-form {
    margin: 0;
    padding: 30px;
    background: #fff;
    height: 100%;
    flex: 1;
    border-radius: 15px;
    box-shadow: 0 5px 5px #00000026
}

.contact-banner-body .contact-form h2 {
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #000
}

.contact-banner-body .contact-form p {
    margin: 0;
    padding: 0;
    font-size: 14px
}

.contact-banner-body .contact-form form {
    margin: 35px 0 0;
    padding: 0;
    position: relative;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between
}

.contact-banner-body .contact-form form .form-group {
    margin: 0;
    padding: 0;
    position: relative;
    flex: 0 0 46%
}

.contact-banner-body .contact-form form .form-group.full-width {
    flex: 0 0 100%
}

.contact-banner-body .contact-form form .form-group .form-control {
    margin: 0;
    padding: 5px 0;
    width: 100%;
    height: 36px !important;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #000;
    box-shadow: none;
    outline: 0 !important;
    background: #fff;
    font-size: 14px
}

.contact-banner-body .contact-form form .form-group textarea.form-control {
    height: 130px !important
}

.contact-banner-body .contact-form form button.contact-form-btn {
    position: relative;
    background: #7e0000;
    height: 45px;
    width: 166px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    border-radius: 7px;
    font-size: 16px
}

.contact-details h3 {
    margin: 0 0 5px;
    padding: 0;
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #fff
}

.contact-details>p {
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    font-size: 18px;
    font-weight: 300;
    color: #fff
}

.address-body h4 {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-flex;
    height: 28px;
    width: 90px;
    background: #fff;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #000
}

.float-container,
.float-container a {
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox
}

.address-body .address-list {
    margin: 0;
    padding: 18px 0 0;
    position: relative;
    border-top: 1px solid #fff;
    display: flex;
    justify-content: flex-start;
    gap: 0 2%
}

.address-body .address-list .address-box {
    margin: 0;
    padding: 0 0 0 30px;
    position: relative;
    flex: 1
}

.address-body .address-list .address-box>i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    color: #ffc800
}

.address-body .address-list .address-box .address-title {
    margin: 5px 0 6px;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff
}

.address-body .address-list .address-box p {
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
    color: #fff;
    line-height: 20px
}

.address-body .address-list .address-box p a {
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #fff;
    text-decoration: underline !important;
    display: inline-flex
}

.address-body .address-list .address-box a.email-link {
    padding: 12px 40px;
    background: #ffe000;
    border: none;
    color: #000;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    margin: 10px 0 0
}

.float-container {
    position: fixed;
    top: 68%;
    right: 24px;
    display: flex;
    flex-direction: column;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.float-container a {
    display: flex;
    width: 202px;
    height: 40px;
    margin-right: -194px;
    margin-bottom: 15px;
    padding: 7px 8px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-decoration: none;
    color: #fff;
    border-color: #46b8da;
    border-radius: 5px 0 0 5px;
    background-color: #0060b4;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.float-container a:hover {
    margin-right: -36px;
    background-color: #0060b4;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d
}

.float-container .icon:before {
    font-family: "Font Awesome 5 Free";
    margin-right: 25px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.float-container svg {
    margin-right: 11px
}

.float-container a:first-child {
    background-color: #ff500f
}

.float-container a:nth-child(2) {
    background-color: #7a942e
}

.float-container a:nth-child(3) {
    background-color: #128c7e
}

.float-container a:nth-child(4) {
    background-color: #faaf34
}

.magnetMenu ul li:nth-child(4) {
    background-color: #faaf34 !important
}

.box-two-box:hover .box-two-img img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

.all-inner-banners {
    height: 500px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat
}

.inner-banner-bottom-sec .sub-images {
    height: 100%;
    width: 95%;
    background-repeat: no-repeat
}

.ibm-body img {
    width: 70%;
    height: 50px
}

.notice-section {
    background: linear-gradient(45deg, #007bff, #000fd9);
    padding: 20px 0;
    min-width: 1300px;
    width: 67%;
    margin: 0 auto !important;
    border-radius: 10px;
    box-shadow: rgba(9, 30, 66, .25) 0 1px 1px, rgba(9, 30, 66, .13) 0 0 1px 1px
}

.network-design .flex-box img,
.paragraph-tag {
    margin: 0 auto;
    width: 60%
}

.notice-section h4 {
    position: relative;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    font-family: 'Frank Ruhl Libre'
}

.mall-network h5,
.network-design h5,
.small-network h5 {
    font-size: 25px;
    font-weight: 600;
    color: var(--blackcolor)
}

.certified-expertise .wwo-content h3,
.mall-network h5,
.network-design h5,
.small-network h5,
.terms-condition h2,
.terms-condition h3 {
    font-family: 'Frank Ruhl Libre', serif
}

.notice-section .button-lg {
    background: #fff;
    color: #000 !important;
    height: 43px;
    line-height: 40px;
    width: 170px;
    text-align: center;
    border-radius: 10px;
    font-weight: 500;
    border: 2px solid #0a127a
}

.approach {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px
}

.network-design {
    margin: 100px 0
}

.network-design .services-include-title p {
    text-align: center !important
}

.small-network {
    max-width: 1360px;
    margin: 20px auto
}

.network-design .rod-map {
    width: 70%;
    margin: 50px auto
}

.ftth-network .box-two-box h3,
.ftth-network .box-two-box p {
    text-align: left !important;
    padding: 0 !important
}

.big-c-vs-shopify-img {
    overflow: hidden
}

.terms-condition {
    width: 1340px;
    margin: 50px auto
}

.terms-condition h2 {
    margin: 0 0 16px;
    padding: 0;
    position: relative;
    min-width: 400px;
    font-size: 34px;
    font-weight: 700;
    color: #0069ef;
    line-height: 40px
}

.terms-condition li,
.terms-condition p {
    font-weight: 400;
    color: #000
}

.terms-condition a,
.terms-condition li,
.terms-condition p {
    margin: 0 0 10px;
    position: relative;
    font-size: 15px;
    line-height: 25px;
    padding: 0
}

.terms-condition li {
    display: flex;
    gap: 10px
}

.terms-condition a {
    font-weight: 700;
    color: #0069ef
}

.box-two-sec h2,
.terms-condition h3,
.terms-condition h6 {
    color: #000;
    position: relative
}

.terms-condition h3 {
    margin: 16px 0;
    padding: 0;
    min-width: 400px;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px
}

.terms-condition h6 {
    margin: 20px 0 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px
}

.box-two-sec h2,
.section-block-grey table h3 {
    padding: 0 10px;
    font-weight: 800;
    min-height: 33px
}

.assurance {
    text-align: center;
    width: 62%
}

.assurance p {
    width: 79%;
    margin: 0 auto
}

.certified-expertise .wwo-content h3 {
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    font-size: 23px;
    font-weight: 700;
    color: #0069ef;
    max-width: 320px;
    min-height: 24px
}

.box-two-sec .box-two-list h5,
.box-two-sec h2,
.section-block-grey table h3,
.small-content h3,
.telecom-text {
    font-family: 'Frank Ruhl Libre'
}

.box-two-sec h2 {
    margin: 32px 0 0;
    font-size: 20px
}

.dem-dtm-sec {
    text-align: center;
    width: 66%;
    margin: 0 auto !important
}

.all-process-sec .all-process-body .all-process-title {
    text-align: center;
    width: 60%;
    margin: 0 auto 30px
}

.highway-bridge {
    text-align: center;
    width: 69%;
    margin: 0 auto
}

.services-h2-content {
    text-align: center;
    width: 60%;
    margin: 0 auto 20px !important
}

.orthophoto {
    width: 60%;
    margin: 0 auto 30px !important;
    text-align: center
}

.orthophoto h2 {
    max-width: 100% !important
}

.footer-contact-left .sos-footer-icon {
    display: flex;
    gap: 20px;
    margin: 20px 0
}

.sec-icon::after,
.sec-icon::before {
    position: absolute;
    height: 1px;
    margin-top: -5.5px;
    top: 60%;
    content: "";
    width: 50px
}

.footer-contact-left .sos-footer-icon a {
    border: 1px solid #fffF;
    color: #0060b4;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 34px;
    background: #fff
}

.footer-contact-left .sos-footer-icon a:hover {
    border: 1px solid #fffF;
    background-color: #0060b4;
    color: #fff;
    transition: .5s
}

.geospatial-services .services-include-list {
    grid-template-columns: repeat(auto-fill, minmax(305px, 1fr)) !important
}

.services-titel-card {
    grid-template-columns: repeat(auto-fill, minmax(303px, 1fr)) !important
}

.sec-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 auto
}

.sec-icon::before {
    left: -70px;
    background: #f5f5f5
}

.sec-icon::after {
    right: -70px;
    background: #333
}

.advertisers-service-sec {
    width: 900px;
    margin: 0 auto;
    min-width: 1333px
}

.advertisers-service-sec span {
    color: #ff1783
}

.advertisers-service-sec .col {
    padding: 0 1em 1em;
    text-align: center
}

.advertisers-service-sec .service-card {
    width: 100%;
    height: 90%;
    padding: 2em 1.5em;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, .12);
    cursor: pointer;
    transition: .5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
    margin: 10px 0
}

.advertisers-service-sec .service-card::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(#0dcaf0, #0069ef);
    position: absolute;
    left: 0;
    top: -98%;
    z-index: -2;
    transition: .5s
}

.advertisers-service-sec h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
    z-index: 3
}

.advertisers-service-sec p {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .03em;
    z-index: 3
}

.advertisers-service-sec img {
    font-size: 30px;
    height: 2.5em;
    width: 2.5em
}

.advertisers-service-sec .service-card:hover:after {
    top: 0
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
    color: #0dcaf0
}

.advertisers-service-sec .service-card:hover h3 {
    color: #fff
}

.advertisers-service-sec .service-card:hover p {
    color: #f0f0f0
}

.technical .consultation-list {
    grid-template-columns: repeat(auto-fill, minmax(254px, 1fr))
}

.technical .industries-we-serve-box p {
    font-size: 14px !important;
    line-height: 24px !important
}

.box-two-sec .box-two-list h5,
.section-block-grey table h3 {
    font-size: 20px;
    position: relative;
    color: #000
}

.technical .industries-we-serve-left h2,
p {
    margin-bottom: 0 !important
}

.technical .industries-we-serve-body {
    gap: 19px !important
}

.empowering-title {
    width: 88% !important
}

.digitization-process {
    width: 59%;
    margin: 0 auto
}

.box-Services-title,
.urban {
    width: 60%;
    text-align: center
}

.hand-drawn {
    max-width: 1300px;
    margin: 20px auto
}

.hand-drawn p {
    margin: 10px 0
}

.Outsource .box-ten-cont-box .box-10-img img {
    width: 39% !important;
    height: 100%;
    display: flex;
    margin: 0 auto
}

.Outsource {
    background-color: none !important
}

.Outsource .box-ten-content {
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr))
}

.Outsource .box-ten-cont-box {
    background: #fff;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

.benefits-process .be-list,
.card-list-box .be-list {
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr))
}

.be-list .be-box {
    height: 206px;
    line-height: 116px
}

.bg-color-none {
    background: 0 0 !important
}

.box-Services-title {
    margin: 0 auto
}

.urban {
    display: block !important;
    margin-bottom: 28px !important
}

.ibm-content p {
    margin: 10px 0 !important
}

.card-list-box {
    width: 70%;
    margin: 0 auto !important
}

.section-block-grey {
    padding: 25px 0;
    background-color: #f9f9f9;
    width: 80%;
    margin: 50px auto;
    text-align: center;
    border-radius: 10px
}

.assessment {
    grid-template-columns: repeat(auto-fill, minmax(306px, 1fr)) !important
}

.states--G3H6R5U7,
.states--G3H6R5U7 .states--G3H6R5U7 {
    grid-template-columns: repeat(auto-fill, minmax(325px, 1fr))
}

.inner-banner-bottom-sec .pole-Loading-analysis img {
    width: 95%;
    height: 367px !important;
    border-radius: 5px;
    margin-top: 68px
}

.pole-analysis {
    width: 82% !important
}

.polo-loding-card {
    width: 100%;
    padding: 10px;
    height: 100%;
    background: #fffF;
    border-radius: 6px;
    box-shadow: rgba(50, 50, 93, .25) 0 6px 12px -2px, rgba(0, 0, 0, .3) 0 3px 7px -3px
}

.box-two-sec .box-two-list h5 {
    margin: 32px 0 0;
    font-weight: 800;
    min-height: 33px;
    text-align: left
}

.box-two-sec .box-two-list p {
    font-size: 15px !important;
    line-height: 25px !important;
    margin: 0;
    font-weight: 400;
    color: #000;
    text-align: left
}

.vlborder {
    border: 1px solid #0060b4;
    border-radius: 10px;
    width: 30%;
    margin-bottom: 25px
}

.loading-analysis {
    padding: 0;
    position: relative;
    text-align: center;
    width: 49%;
    margin: 0 auto 51px
}

.Pole-Loading-Analysis .box-three-box .box-three-img img {
    height: auto !important
}

.Pole-Loading-Analysis .box-three-box .box-three-img:before {
    height: 345px !important
}

.Pole-Loading-Analysis .box-two-body {
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

.Pole-Loading-Analysis .ss {
    position: absolute;
    top: 23%
}

.small-content h3 {
    padding: 0;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #000;
    text-align: center
}

.small-content p {
    font-size: 15px !important;
    line-height: 25px !important;
    margin: 0;
    font-weight: 400;
    text-align: center;
    color: #000
}

.hero-content h1,
.technology-title h5 {
    font-weight: 700;
    letter-spacing: -.8px;
    font-family: 'Frank Ruhl Libre', serif
}

.small-content {
    width: 53%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 0
}

.tabs {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto
}

.tabs .tabs-nav {
    margin: 0;
    padding: 0;
    display: flex
}

.tabs-nav li {
    float: left;
    width: 33.33%
}

.tabs-nav li:first-child a {
    border-right: 0;
    border-top-left-radius: 6px
}

.tabs-nav li:last-child a {
    border-top-right-radius: 6px;
    border-left: 0
}

.tabs a {
    background: #f5f5f5;
    border: 1px solid #cecfd5;
    color: #000;
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.tab-active a {
    background: #fff;
    border-bottom-color: transparent;
    color: #0060b4;
    cursor: default
}

.tabs-stage {
    border: 1px solid #cecfd5;
    border-radius: 0 0 6px 6px;
    border-top: 0;
    clear: both;
    padding: 24px 30px;
    position: relative;
    top: -1px
}

.tabs-stage ul li,
.telecom-text {
    padding: 0;
    position: relative;
    font-weight: 400;
    color: #000
}

.box-three-content span,
.tabs .tabheading {
    font-size: 20px
}

.tabs-stage ul li {
    font-size: 15px;
    margin-top: 10px;
    line-height: 28px
}

.img-sec {
    background-size: cover;
    background-repeat: no-repeat;
    height: 478px;
    border-radius: 3px;
    background-position-x: right;
    margin-top: 60px
}

.telecom-text {
    font-size: 33px;
    line-height: 50px
}

.network-sec {
    background: #0069ef;
    border-collapse: 10px;
    padding: 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.network-sec .box-three-title {
    width: 50%;
    margin: 0 auto
}

.client-item {
    width: 116px;
    height: 32px;
}

.client-item img {
    width: 100%;
    height: 100% !important;
    object-fit: contain
}

.client-sec .client-item img {
    height: 32px !important;
    object-fit: contain
}

.api-title img {
    position: absolute;
    top: 29%;
    left: 42px
}

.fttx {
    display: flex;
    gap: 30px;
    margin-top: 20px
}

.fttx ul li {
    list-style: none !important
}

.fttx li:before {
    position: absolute;
    content: '\f14a';
    top: 0;
    left: -13px;
    height: fit-content;
    font-family: 'Font Awesome 6 Free';
    font-size: 14px;
    font-weight: 500 !important;
    color: #0089ff;
    transition: .3s ease-in-out;
    transform: rotate(0)
}

.technology-title h5 {
    position: relative;
    font-size: 24px;
    color: var(--whitecolor);
    line-height: 18px
}

.slider-items {
    position: relative;
    max-height: 550px;
    /* height: 500px;
    -webkit-background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right */
}

.ctc-address a {
    color: #000 !important
}

.hero-content {
    position: absolute;
    top: 30%;
    left: 13%;
    margin: 0 auto;
    width: 40%
}

.Processing {
    width: 40%
}

.hero-content h1 {
    position: relative;
    font-size: 56px;
    color: #fff;
    line-height: 68px
}

.main-header .form-select {
    padding: 5px 4px;
    border: 1px solid #c3c3c3;
    border-radius: 6px;
    background: no-repeat;
    font-size: 13px;
    font-weight: 600;
    color: var(--paragraphcolor);
    min-width: 125px;
    width: 100%;
    cursor: pointer
}

.main-header option {
    text-transform: capitalize
}

.main-header .menu {
    position: absolute;
    top: 24px;
    left: 0;
    width: 189px;
    margin-block: .5rem;
    padding-block: .5rem;
    background-color: #f8f8f8;
    border-radius: .25rem;
    z-index: 1;
    padding: 10px
}

.main-header .header-contant ul {
    align-items: flex-start;
    gap: 12px 20px;
    border-bottom: 1px solid #dcdcdc
}

.main-header .header-contant ul li a {
    line-height: normal;
    font-size: 12px;
    text-transform: capitalize
}

.main-header .header-contant ul li:hover {
    color: #0069ef
}

.main-header .menu-list {
    display: flex;
    flex-direction: column;
    padding: 3px;
    width: 100%
}

.main-header #menuButton {
    border: 1px solid #dcdcdc;
    padding: 5px 8px;
    border-radius: 6px;
    text-align: left;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 42px;
    font-size: 12px;
    font-weight: 500
}

.main-header .teams {
    width: 23px;
    height: 22px
}

.main-header .nav--teams {
    position: relative;
    left: -5px
}

.footer-sec .form-area {
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(90, 116, 148, .3);
    padding: 40px;
    border-radius: 6px;
    margin-top: 5%
}

.footer-sec .form-control {
    width: 100%;
    padding: 15px 19px;
    font-size: 1rem;
    line-height: 1.4;
    color: #475f7b;
    background-color: #fff;
    border: 1px solid #dfe3e7;
    border-radius: .267rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.footer-sec .iti__flag-container {
    width: auto
}

.footer-sec .iti__selected-flag {
    max-width: 300px !important;
    width: 100% !important;
    background: #f0f8ff !important;
    border-radius: 6px 0 0 6px !important;
    margin-right: 2px !important
}

.footer-sec .select-container {
    position: relative;
    width: 100%;
    margin-top: 10px
}

.footer-sec .selected-flag {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.footer-sec .selected-flag img {
    margin-right: 10px;
    width: 20px;
    height: auto
}

.states--G3H6R5U7 .states--of--united img,
.states--of--united img {
    width: 75px
}

.footer-sec .selected-flag span {
    font-size: 14px;
    color: #475f7b
}

.footer-sec .flag-select {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(90, 116, 148, .3);
    border-radius: 6px;
    display: none;
    z-index: 1000
}

.footer-sec .flag-option {
    padding: 8px 12px;
    cursor: pointer
}

.footer-sec .flag-option:hover {
    background-color: #f0f0f0
}

.footer-sec .error-message {
    color: #fff;
    font-weight: 500;
    font-size: 14px
}

.footer-sec #button {
    display: inline-block;
    background-color: #0069ef;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    z-index: 1000
}

.footer-sec #button::after {
    content: "\f062";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 50px;
    color: #fff
}

.footer-sec #button:hover {
    cursor: pointer;
    background-color: #333
}

.footer-sec #button:active {
    background-color: #555
}

.footer-sec .ios-img-1 {
    width: 112px
}

.footer-sec .ios-img-2 {
    width: 117px
}

.states--G3H6R5U7 .states--of--united,
.states--of--united {
    width: 100%;
    transition: transform .3s ease-in-out;
    position: relative;
    text-align: center
}

.footer-sec .footer-sec .footer-top-body .footer-top-left {
    gap: 0 3px
}

.footer-sec .footer-sec .teams {
    width: 20px
}

.teams--img {
    border: 1px solid #7b83eb;
    padding: 3px;
    border-radius: 7px
}

.ios--three {
    margin-left: 15px
}

.footer-contact-right h2 {
    font-size: 27px !important
}

.teams {
    left: 6px;
    margin: 0;
    bottom: 6px
}

.same {
    position: relative
}

.float-container a i {
    margin-right: 12px
}

.states--G3H6R5U7 {
    margin-bottom: 50px;
    gap: 40px;
    display: grid;
    justify-items: center
}

.states--of--united {
    margin: 0;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    gap: 20px;
    align-items: center;
    background: #05606e;
    box-shadow: rgba(0, 0, 0, .05) 0 6px 24px 0, rgba(0, 0, 0, .08) 0 0 0 1px;
    border: 1px solid #0000
}

.states--of--united h5 {
    margin: 6px 0;
    padding: 0;
    position: relative;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    min-height: 24px;
    text-align: left
}

.states--of--united p {
    font-size: 14px !important;
    line-height: 23px !important;
    margin: 0;
    font-weight: 500;
    color: #fff;
    text-align: left
}

.inner-reviews-body .inner-reviews-box i {
    color: #ff9800;
    margin-bottom: 5px
}

.life-polosoft-body {
    margin: 50px auto;
    position: relative;
    max-width: 1400px
}

.box-three-box .box-three-content {
    padding: 0 30px
}

.what-we-offer-box .wwo-content p {
    padding: 15px 0 0;
    font-size: 14px !important;
    line-height: 24px !important
}

.what-we-offer-box .wwo-content h3 {
    margin-bottom: 0
}

.be-list .be-box h5 {
    font-size: 14px;
    font-weight: 400
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.column {
    float: left;
    width: 14.66%;
    margin: 10px 13px;
    cursor: pointer
}

#digital--image .client-item img {
    height: 53px !important;
    object-fit: contain;
    border-radius: 9px
}

.states--G3H6R5U7 .states--of--united {
    display: flex;
    gap: 20px;
    align-items: center
}

.states--G3H6R5U7 .Standard--G5T8S4H3 {
    background: #e9e9e9;
    padding: 20px;
    margin: 70px 0;
    box-shadow: rgba(0, 0, 0, .02) 0 1px 3px 0, rgba(27, 31, 35, .15) 0 0 0 1px;
    border-radius: 10px
}

.states--G3H6R5U7 .states--G3H6R5U7 {
    margin-bottom: 50px;
    gap: 40px;
    display: grid;
    justify-items: center
}

.states--G3H6R5U7 .states--of--united {
    margin: 0;
    padding: 20px;
    border-radius: 12px;
    background: #05606e;
    box-shadow: rgba(0, 0, 0, .05) 0 6px 24px 0, rgba(0, 0, 0, .08) 0 0 0 1px;
    border: 1px solid #0000
}

.states--G3H6R5U7 .states--of--united h5 {
    margin: 6px 0;
    padding: 0;
    position: relative;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    min-height: 24px;
    text-align: left
}

.states--G3H6R5U7 .states--of--united p {
    font-size: 14px !important;
    line-height: 23px !important;
    margin: 0;
    font-weight: 500;
    color: #fff;
    text-align: left
}

.box-two-sec--H7G5F9 .box-two-title {
    text-align: center;
    margin-bottom: 70px
}

.box-two-sec--H7G5F9 .box-three-list .box-three-box .box-three-img {
    height: 313px
}

.box-two-sec--H7G5F9 .box-three-list .box-three-box .box-three-img:before {
    height: 370px
}

#ang-technologies--J6F7D4 .ang-technologies-body h4 {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 800;
    color: #000;
    min-height: 33px;
    font-family: 'Frank Ruhl Libre'
}

#ang-technologies--J6F7D4 .Platform {
    display: flex;
    justify-content: space-between
}

#ang-technologies--J6F7D4 .ang-technologies-list {
    display: flex;
    width: 48%;
    height: 106px;
    justify-content: center;
    margin: 0 auto
}

#ang-technologies--J6F7D4 .ang-technologies-sec {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
    width: 84%;
    flex-wrap: wrap
}

#ang-technologies--J6F7D4 .ang-technologies-sec .ang-technologies-body {
    margin: 0;
    padding: 20px;
    width: 39%
}

#ang-technologies--J6F7D4 .ang-technologies-list .ang-technologies-box {
    padding: 12px 30px;
    width: 102px
}

#ang-technologies--J6F7D4 .ang-technologies-list .ang-technologies-box h3 {
    font-size: 12px
}

#client-sec .client-item img {
    height: 25px !important;
    object-fit: contain
}

#scroll-top {
    min-height: 100vh;
    overflow-x: hidden
}

.what-we-do-sec {
    min-height: 400px
}

.sidebar {
    min-height: 300px
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    transition: opacity .3s
}

.video-container {
    aspect-ratio: 16/9;
    width: 100%;
    overflow: hidden
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.hearo-area .owl-carousel.owl-loaded {
    visibility: visible
}

.home-client-sec img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    display: block
}

img {
    max-width: 100%;
    height: auto;
    aspect-ratio: attr(width) / attr(height);
}

.all-inner-banner-sec img {
    height: 450px !important;
}

.thank-you-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    width: 40%;
    margin: 0 auto;
}

.thank-you-card {
    background-color: rgb(0 105 239);
    padding: 27px 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 395px;
}

.thank-you-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(to bottom right, #fff, #fff);
    border-radius: 50%;
    transform: translate(50%, 50%);
}

.thank-you-card h1 {
    font-size: 34px;
    font-weight: 700;
    color: #ffff;
    letter-spacing: -0.8px;
    line-height: 68px;
    margin: 0;
    font-family: 'Frank Ruhl Libre', serif;
}

.thank-you-card p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    max-width: 500px;
    font-weight: 400;
    font-family: 'Frank Ruhl Libre', serif;
}

.share-button {
    padding: 9px 13px;
    border: none;
    color: #000;
    background: #FFFF;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: .5s;
    text-decoration: none;
    font-family: 'Frank Ruhl Libre', serif;
}

.share-button:hover {
    background: #FFF;
    color: #0069ef;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


@media screen and (max-width: 600px) {
    .thank-you-container {
        width: 90%;
    }

    h1 {
        font-size: 28px;
        line-height: 34px;
    }
}


/* CHECKOUT PAGE CSS  */
.checkout-header {
    margin-bottom: 40px;
}

.checkout-content {
    width: 80%;
    margin: 50px auto;
}

.shipping-section .shipping-section h4 {
    font-size: 1.6rem;
    font-weight: bold;
    font-family: math;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.shipping-section .input--form--box {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 10px;
}

.shipping-section .input--form--box .form-group {
    width: 100%;
}

.shipping-section .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #374151;
}

.shipping-section .required::after {
    content: '*';
    color: #ef4444;
    margin-left: 4px;
}

.shipping-section .form-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 15px;
    transition: border-color 0.2s;
}

.shipping-section .address-row select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 15px;
    transition: border-color 0.2s;
}

.shipping-section .form-input:focus {
    outline: none;
    border-color: #0069ef;
}

.checkout-header .shipping-section input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
    padding-left: 92px !important;
    width: 100%;
    padding-right: 148px !important;
}

.shipping-section .address-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

.error-msg {
    margin-top: 4px;
    color: #d9534f;
    font-size: 0.9rem;
}


.shipping-section .checkbox-group {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

.shipping-section .cart-section {
    background: white;
    border-radius: 12px;
    padding: 24px;
    height: fit-content;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.shipping-section .item-details p {
    color: #6b7280;
    font-size: 14px;
}

.shipping-section .item-price {
    margin-left: auto;
    font-weight: 600;
    color: #1f2937;
}

.shipping-section .discount-section {
    padding: 16px 0;
    border-bottom: 1px solid #f3f4f6;
}

.shipping-section .discount-input {
    display: flex;
    gap: 12px;
    align-items: center;
}

.shipping-section .discount-input input {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
}

.shipping-section h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0069ef;
    position: absolute;
    right: 28%;
}

.ButtonContainer {
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    display: inline-block;
    height: 40px;
    margin: 50px auto;
    display: flex;
    width: 31%;
}

#paypal-button-container {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 56px auto 30px;
    width: 20%;
}

.PaymentButton-Button {
    border: 1px solid transparent;
    border-radius: 3px;
    display: inline-block;
    background: #0069ef;
    border-color: #0069ef;
    color: #fff !important;
    font-family: Muli, helvetica, sans-serif;
    font-style: italic;
    height: 50px;
    min-width: 360px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
}

.ButtonContainer .PaymentButton-Button a {
    color: #000 !important;

}


@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


@media (max-width: 768px) {
    .checkout-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .address-row {
        grid-template-columns: 1fr;
    }

    .container {
        padding: 20px 15px;
    }
}

.Checkout-section h4 {
    color: #1e293b;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 24px;
    text-transform: capitalize;
    background: #000;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shipping-table {
    width: 100%;
    border-collapse: collapse;
    background: #f8fafc;
    border-radius: 8px;
    overflow: hidden;
}

.shipping-table th,
.shipping-table td {
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.shipping-table th {
    background: #0080ff;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    width: 80px;
}

.shipping-table td {
    color: #111827;
    font-size: 15px;
}

.shipping-table tr:hover {
    background: #f3f4f6;
    transition: background 0.2s ease;
}


.shipping-table td a:hover {
    color: #10b981;
    text-decoration: underline;
}


@media (max-width: 640px) {
    .Checkout-section {
        margin: 16px;
        padding: 16px;
    }

    .Checkout-section h4 {
        font-size: 22px;
    }

    .shipping-table th,
    .shipping-table td {
        padding: 12px;
        font-size: 14px;
    }
}

/* success page css */

.success-section {
    max-width: 700px;
    margin: 100px auto;
    padding: 60px;
    background: linear-gradient(205deg, #008000, #000000);
    border-radius: 25px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    box-shadow: 0 15px 50px rgb(8 8 8 / 12%);
    border: 1px solid #cbcbcb;
    position: relative;
    overflow: hidden;
}

.success-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
    animation: rotate 10s linear infinite;
}

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

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

.success-section h1 {
    color: #FFF;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 18px;
    text-transform: c;
    position: relative;
    z-index: 1;
    font-family: 'Inter';
    text-transform: capitalize;
}

.success-section p {
    color: #FFF;
    font-size: 14px;
    line-height: 25px;
    max-width: 472px;
    margin: 0 auto;
    z-index: 1;
    font-weight: 400;
    font-family: 'Inter';
}

.success-icon {
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 40px;
    animation: bounce 2s infinite;
    z-index: 1;
    background: green;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 44px auto;
}

@keyframes bounce {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}



@media (max-width: 640px) {
    .success-section {
        margin: 50px;
        padding: 30px;
    }

    .success-section h1 {
        font-size: 30px;
    }

    .success-section p {
        font-size: 16px;
    }

    .success-icon {
        font-size: 80px;
    }

    .success-btn {
        padding: 12px 24px;
    }
}



.lifecycle ul {
    grid-template-columns: repeat(auto-fill, minmax(224px, 1fr)) !important;

    li p {
        font-size: 14px !important;
        font-weight: 600;
    }

    li {
        display: block !important;
        text-align: center;
    }
}

.box-three-box-rail .box-three-img {
    height: auto !important;


}

.box-three-box-rail .box-three-img:before {
    height: 658px !important;
}

.ux-ui-list ul {
    grid-template-columns: repeat(auto-fill, minmax(289px, 1fr)) !important;
}

.core-functions {
    height: 650px;
    padding: 50px;
    position: relative;
    background-size: cover !important;
}

.core-functions .box-ten-title h2 {
    color: #FFF;
}

.core-functions .box-ten-title p {
    font-size: 14px !important;
    font-weight: 400;
    margin: 0 auto;
    line-height: 25px;
    margin-bottom: 30px !important;
}

.home-demo .item {
    background: #ff3f4d;
}

.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}

.gcc-carousel .services-include-box {
    margin: 0;
    padding: 20px;
    position: relative;
    text-align: center;
    border-radius: 12px;
    background: #eff0f1;
    width: 100%;
    transition: transform .3s ease-in-out;
    border: 1px solid #0000;
}

.gcc-carousel .services-include-img-box {
    height: 160px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 0 22px;
    border-radius: 10px;
    box-shadow: 0 3px 5px #0000001f;
}

.gcc-carousel .services-include-img-box img {
    margin: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.gcc-carousel .services-include-box h3 {
    margin: 13px 0 !important;
    padding: 0;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    height: 24px;

}

.gcc-carousel .services-include-box p {
    font-size: 13px !important;
    line-height: 23px !important;
    margin: 5px 0 0 !important;
    font-weight: 400;
    color: #000;

}

.inner-banner-bottom-sec .box-two-title {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.box-three-box-rail .box-three-content h3 {
    margin: 10px 0 !important;
}

.engineering h5 {
    margin: 13px 0 7px;
    padding: 0;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    min-height: 24px;
}


.our--leadership--team-sec {


    /* leadership start */
    .leadership-box {
        margin: 0 0;
        padding: 20px;
        position: relative;
        text-align: left;
        border-radius: 12px;
        background: #e3f2ff;
        width: 100%;
        height: 670px;
        transition: transform .3s ease-in-out;
        border: 2px solid #acd6fb;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;

        h5 {
            margin: 13px 0 0 !important;
            padding: 0;
            position: relative;
            font-size: 20px;
            font-weight: 600;
            color: #000;
            line-height: 27px
        }

        p {
            font-size: 14px !important;
            line-height: 23px !important;
            margin: 5px 0 12px !important;
            font-weight: 400;
            color: #000;
            text-align: justify;
        }

    }

    .team-members {
        background: #FFF;
        text-align: center;
        border-radius: 10px;
        margin-bottom: 20px;
        padding: 17px;
        box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;

        img {
            width: 100%;
            height: 100%;
            border-radius: 10px;
            margin-bottom: 10px;
        }

        h5 {
            margin: 13px 0 0 !important;
            padding: 0;
            position: relative;
            font-size: 18px;
            font-weight: 600;
            color: #000;

        }

        p {
            font-size: 14px !important;
            line-height: 23px !important;
            margin: 5px 0 12px !important;
            font-weight: 400;
            color: #000;

        }
    }



    /* Base hidden state */
    .scroll-animate {
        opacity: 0;
        transform: translateY(40px);
        transition: all 0.8s ease-out;
    }

    /* When element becomes visible */
    .scroll-animate.active {
        opacity: 1;
        transform: translateY(0);
    }

    /* Optional variations */
    .fade-left {
        transform: translateX(-40px);
    }

    .fade-right {
        transform: translateX(40px);
    }

    .fade-left.active,
    .fade-right.active {
        transform: translateX(0);
    }

    /* leadership End */


    .client-item {
        width: 120px;
        height: 40px;
    }

    .client-item img {
        height: 100% !important;
        width: 100% !important;
        object-fit: contain
    }

    .swal2-title {
        text-align: left;
        color: #000;
    }

    .swal2-html-container p {
        font-size: 14px !important;
        line-height: 27px !important;
        margin: 5px 0 12px !important;
        font-weight: 400;
        color: #000;
        text-align: left;
    }


    #sanjibModal .modal-content {
        position: fixed;
        left: 225px;
    }

    #alokModal .modal-content {
        position: fixed;
        left: 475px;
    }



    #debasisModal .modal-content {
        position: fixed;
        left: 225px;
    }


    #williamModal .modal-content {
        position: fixed;
        left: 225px;
    }

    #biswajitModal .modal-content {
        position: fixed;
        left: 475px;
    }

    #santanuModal .modal-content {
        position: fixed;
        left: 475px;
    }

    .btn-close {
        background: #0069ef;
        border-radius: 7px;
        width: 25px;
        height: 25px;
        cursor: pointer;
        color: #FFF;
        font-size: 12px;
        line-height: 26px;
    }

    .sub-text {
        font-size: 12px;
        margin-left: 11px;
        margin-top: 7px;
    }
}













/* New Home page design start */
.technology-process {
    margin: 20px 0 60px;
    padding: 0;
    position: relative;
    gap: 60px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(408px, 1fr));
    justify-items: center;
    background-color: rgb(235 243 255);
    padding: 30px;
    border: 2px solid #d0def7;
    border-radius: 20px;

    h5 {
        font-size: 15px;
        font-weight: 600;
        line-height: 30px;
        color: #243F84;
    }

    h3 {
        font-size: 1.8rem;
        font-weight: 700;
        font-family: 'Frank Ruhl Libre', serif;
        line-height: 45px;
        color: #192649;
    }

    p {
        padding: 0;
        color: #000;
        line-height: 30px;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 90px !important;
    }

    a {
        background: #192649;
        color: #FFF;
        border-radius: 6px;
        width: 200px;
        display: block;
        text-align: center;
        font-size: 14px;
        font-weight: 300;
        padding: 11px;
        transition: all 0.3s ease-in-out;

        &:hover {
            background: #0069ef;
        }
    }

    .lidar-data-processing {


        img {
            width: 100%;
            height: 100%;
            border-radius: 10px;
        }
    }
}

.services-slider {
    border: 2px solid #d0def7;
    border-radius: 20px;
    background-color: rgb(235 243 255);
}

.engineering-services {
    margin: 20px 0 0;
    padding: 0;
    position: relative;
    gap: 8px;
    display: grid;
    justify-items: center;
    align-items: center;
    grid-template-columns: repeat(auto-fill, minmax(408px, 1fr));
    padding: 30px 60px;


    .sub-content {
        background: linear-gradient(45deg, #0060B4, #6cbaff);
        padding: 26px;
        border-radius: 2px 10px 10px 2px;
        height: 265px;
        position: absolute;
        width: 48%;
        left: 47%;
    }

    img {
        border-radius: 5px;
    }

    h5 {
        font-size: 14px;
        font-weight: 500;
        line-height: 30px;
        color: #FFF;
    }

    h3 {
        font-size: 1.3rem;
        font-weight: 700;
        font-family: 'Frank Ruhl Libre', serif;
        line-height: 25px;
        color: #FFF;
    }

    p {
        padding: 0;
        color: #FFF;
        line-height: 25px;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 20px !important;
    }

    a {
        background: #FFF;
        color: #0766b9;
        border-radius: 0px;
        width: 138px;
        display: block;
        text-align: center;
        font-size: 12px;
        font-weight: 300;
        padding: 10px;
        transition: all 0.3s ease-in-out;
        text-transform: uppercase;
        font-weight: 600;


    }

    .fa-arrow-down {
        border: 1px solid #0665b8;
        width: 20px;
        height: 20px;
        padding: 4px;
        border-radius: 50%;
        transform: rotate(270deg);
        position: relative;
        color: #0564b7;
        left: 8px;
    }

    .lidar-data-processing {


        img {
            width: 100%;
            height: 100%;
            border-radius: 10px;
        }
    }
}

/* Slider parent relative */
.owl-carousel {
    position: relative;
}

/* Engineering box ko space dena */
.engineering-services {
    position: relative;
    padding-bottom: 60px;
    /* dots ke liye space */
}

/* Dots ko box ke under lana */
.owl-theme .owl-dots {
    position: absolute;
    bottom: 7px;
    /* box ke andar bottom */
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    z-index: 5;
}

/* Dot Base Style */
.owl-theme .owl-dots .owl-dot span {
    width: 40px !important;
    height: 4px !important;
    margin: 4px 5px;
    background: #ccc;
    display: block;
    position: relative;
    overflow: hidden;
}

/* Progress Fill */
.owl-theme .owl-dots .owl-dot span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #0060B4;
}

/* Active Dot Progress Animation */
.owl-theme .owl-dots .owl-dot.active span::after {
    animation: dotProgress 1.5s linear forwards;
}

/* Progress Animation */
@keyframes dotProgress {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}


.owl-dots {
    display: block !important;
}


.technilgy-main-card-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
    gap: 25px;
    position: relative;
    top: 45px;
    z-index: 99;

    .technilgy-card-box {
        background: #ffffff;
        padding: 20px;
        border-radius: 14px;
        border: 1px solid #d0def7;
        text-align: center;
        width: 240px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;

        &:hover {
            background-color: #0060B4;
        }

        &:hover h5 {
            color: #FFF;
        }
    }

    .ai-automation {
        background-color: #FFF;
        width: 70px;
        height: 70px;
        border-radius: 50px;
        border: 1px solid #ebf3ff;
        padding: 16px;
        margin: -58px auto 35px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    h5 {
        font-size: 18px;
        font-weight: 700;
        font-family: 'Frank Ruhl Libre', serif;
        line-height: 30px;
        color: #000;
    }
}

.card-box {
    padding-top: 90px;
    gap: 151px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(475px, 0fr));
}

.detailing-project {
    background: #FFF;
    padding: 28px;
    border-radius: 20px;
    width: 730px;

    p {
        color: #445375;
        margin-bottom: 30px !important;
    }
}

.technology-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 2px solid #d0def7;
    border-radius: 20px;
    background-color: rgb(235 243 255);
    padding: 30px;
}

.detailing-project {
    background: #FFF;
    padding: 28px;
    border-radius: 20px;

    p {
        margin: 0;
    }
}

.technology-box {
    display: flex;
    align-items: center;
    gap: 20px;



    .technology-icon {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;

        .icon-box {
            width: 51px;
            height: 45px;
            border-radius: 7px;
            background-color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        }

        h5 {
            font-size: 14px;
            font-weight: 600;
            font-family: 'Inter';
            line-height: 21px;
            color: #192649;
        }


    }
}




.technology-wrapper {
    position: relative;
}

.technology-process {
    position: sticky;
    top: 200px;
    padding: 40px;
    transition: all 0.6s ease;
    z-index: 10;
}

.technology-process:nth-child(1) {
    top: 210px;
}

.technology-process:nth-child(2) {
    top: 220px;
}

.technology-process:nth-child(3) {
    top: 230px;
}

.technology-process:nth-child(4) {
    top: 0 !important;
}

.technology-process.active {
    transform: scale(1);
    opacity: 1;
    z-index: 10;
}

.technology-process:nth-child(4) {
    top: 0 !important;
}

/* Active tab button style */
.technilgy-card-box {
    cursor: pointer;
    transition: all 0.3s ease;
}

.technilgy-card-box.active {
    background: #1763a6;
    color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.technilgy-card-box.active h5 {
    color: #fff;
}




/* .carousel-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);

} */

.gcc-partners {
    text-align: center;
    margin: 0 auto;

    .gcc-content {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        text-align: left;
        width: 98%;
        margin: -60px auto 60px;
    }

    .gcc-card-box {
        border-radius: 14px;
        border: 1px solid #d1e2ff;
        padding: 20px;
        background: #ffffff;

        img {
            border: 2px solid #d1e2ff;
            width: 50px;
            padding: 11px;
            margin-bottom: 30px;
            border-radius: 11px;
            box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        }

        h5 {
            font-size: 18px;
            font-weight: 700;
            font-family: 'Frank Ruhl Libre', serif;
            line-height: 30px;
            color: #000;
        }

        p {
            font-size: 14px;
            font-weight: 400;
            font-family: 'Inter';
            line-height: 24px;
            color: #445375;
            margin-bottom: 20px !important;
        }

        a {
            font-size: 14px;
            font-weight: 400;
            font-family: 'Inter';
            line-height: 24px;
            color: #000000;
            background: #ecf3ff;
            padding: 10px 15px;
            border-radius: 50px;
        }
    }
}

.gcc-content .active {
    background-color: #0060B4;


    img {
        filter: brightness(0) invert(1);
    }

    h5 {

        color: #FFF;
    }

    p {
        color: #FFF;
        font-size: 14px;
    }

    a {
        font-size: 14px;
        font-weight: 400;
        font-family: 'Inter';
        line-height: 24px;
        color: #000000;
        background: #FFF;
        padding: 10px 15px;
        border-radius: 50px;
    }
}

.developed-section {
    background-color: #0060B4;
    padding: 100px;
    margin: 50px 0;
    position: relative;
}

.developed-two-body {
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    max-width: 1360px;
}

.developed-content {
    gap: 186px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(463px, 1fr));
    justify-items: center;
}

.thumb {
    position: absolute;
    bottom: -31px;
    right: -133px;
}

.customer-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #ecf3ff;
}


.customer-img {
    background: #ecf3ff;
    padding: 10px;
    border-radius: 50px;
}


.icon {
    background: linear-gradient(45deg, #636365, #a7a3bb);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.20);
    transition: all .35s ease;
}

.icon i {
    font-size: 15px;
}

.icon:hover {
    background: linear-gradient(45deg, #007bff, #021c7d);
    transform: translateX(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.modal {
    z-index: 999999 !important;
}


.vision {
    margin: 0;
    font-family: Inter, sans-serif;
    background: #f1f5f9;
}

.vision-banner {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px;
    text-align: left;
    background-color: #0e62e1;
    align-content: center;

    h1 {
        font-size: 3rem;
        margin-bottom: 23px;
        color: #FFF;
        font-weight: 900;
    }

    h3 {
        line-height: 37px;
        font-size: 1.5rem;
        color: #000;
        font-weight: 700;
    }
}

.vision-mission h3 {
    line-height: 37px;
    font-size: 1.3rem;
    color: #FFF;
    font-weight: 500;
}

.connecting {
    color: #000 !important;
    text-align: center;
    margin-bottom: 20px;
}

.vision-employees {
    position: relative;
    background: #FFF;
    padding: 20px;
    height: 170px;
    place-content: center;
    border-radius: 10px;
    margin: -100px 0px 70px;
    border: 2px solid #c8e0ff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

    .stats-grid {
        display: grid;
        grid-template-columns: repeat(9, auto);
        gap: 20px;
        text-align: center;
    }

    .stats-grid>div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    h3 {
        font-weight: 700;
        font-size: 40px;
        margin-top: 10px;
        color: #0069ef;
    }

    p {
        font-weight: 600;
        font-size: 16px;
        color: #0069ef;
    }

    .vl {
        border-right: 2px solid #c8e0ff;
        height: 98px;
    }
}

.vision-mission {
    max-width: 1300px;
    margin: auto;
    padding: 35px 0;

    .spotlight {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }

    .glass-card {
        background: rgb(255 255 255 / 75%);
        backdrop-filter: blur(12px);
        border-radius: 10px;
        padding: 46px;
        box-shadow: 0 30px 79px rgba(0, 0, 0, .08);
        position: relative;
        animation: slideUp 1s ease;
        border: 2px solid #fff;
    }

    .glass-card h2 {
        font-size: 34px !important;
        margin-bottom: 18px;
        color: #0f172a;
    }

    .glass-card p {
        line-height: 1.9;
        font-size: 1rem;
        color: #334155;
    }
}

.our-values {
    position: relative;
    background: #ffffff;
    place-content: center;
    padding: 30px;
    width: 95%;
    margin: -58px auto 66px;
    border-radius: 35px;
    border: 3px solid #c8e0ff;

    .innovation {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        text-align: center;

        div {
            border-right: 2px solid #c8e0ff;
            height: 240px;

            h3 {
                font-size: 17px;
                color: #000;
                font-weight: 700;
            }

            p {
                font-weight: 400;
                line-height: 1.9;
                font-size: 15px;
                color: #334155;
                width: 95%;
                margin: 0 auto;
                text-align: center;
            }
        }



    }
}

.innovation>div:nth-child(1) h2 {
    color: #00176e;
}

.innovation>div:nth-child(2) h2 {
    color: #af5d00;
}


.innovation>div:nth-child(3) h2 {
    color: #05971b;
}

.innovation>div:nth-child(4) h2 {
    color: #550100;
}

.innovation>div:nth-child(5) h2 {
    color: #006e96;
}


.innovation>div:nth-child(6) h2 {
    color: #650137;
}


@media (max-width: 1024px) {

    .vision-banner {
        height: auto;
        padding: 40px 20px;
        text-align: center;
    }

    .vision-banner h1 {
        font-size: 2.4rem;
    }

    .vision-banner h3 {
        font-size: 1.2rem;
        line-height: 30px;
    }

    .vision-employees {
        height: auto;
        margin: -70px 16px 50px;
        padding: 20px;
    }

    .vision-employees .stats-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }

    .vision-employees .vl {
        display: none;
    }

    .vision-mission .spotlight {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .vision-mission .glass-card {
        padding: 32px;
    }

    .glass-card h2 {
        font-size: 2.3rem;
    }

    .our-values .innovation {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 25px;
    }

    .our-values .innovation div {
        border-right: none;
    }
}

/* Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {

    .vision-banner {
        padding: 30px 16px;
    }

    .vision-banner h1 {
        font-size: 2rem;
    }

    .vision-banner h3 {
        font-size: 1.05rem;
        line-height: 28px;
    }

    .vision-employees {
        margin: -60px 12px 40px;
    }

    .vision-employees .stats-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 17px 54px;
    }

    .our-values .innovation div {
        border-bottom: none !important;
    }

    .patience {
        width: 100% !important;
    }

    .our-values .innovation {
        grid-template-columns: repeat(2, 1fr) !important;

    }

    .our-values {
        width: 100%;
        margin: 0;
        border-radius: 0;
    }

    .values-section {
        flex-direction: column-reverse;
    }

    .v-none {
        display: none !important;
    }

    .vision-employees h3 {
        font-size: 32px;
    }

    .vision-employees p {
        font-size: 14px;
    }

    .vision-mission {
        padding: 30px 16px;
    }

    .vision-mission .glass-card {
        padding: 26px;
    }

    .glass-card h2 {
        font-size: 2rem;
    }

    .glass-card p {
        font-size: 0.95rem;
    }

    .our-values {
        padding: 20px 10px;
    }

    .our-values .innovation {
        grid-template-columns: 1fr;
    }

    .our-values .innovation div {
        height: auto;
        padding: 15px 0;
        border-bottom: 1px solid #e5e7eb;
    }
}

.impact-section {
    background: #c8e0ff;
    padding: 50px 50px 70px;
    position: relative;


    .values-section {
        gap: 30px;
        display: flex;
        margin: 50px auto;
        max-width: 1320px;
        align-items: center;
        justify-content: space-evenly;

        .patience {
            width: 48.9%;
        }
    }

    p {
        font-weight: 400;
        line-height: 1.9;
        font-size: 1rem;
        color: #000;
        margin-bottom: 14px !important;
    }

    .impact-bg {
        width: 470px;
        height: 420px;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: contain !important;
    }
}


/* New Home page design start */
.technology-process {
    margin: 20px 0 60px;
    padding: 0;
    position: relative;
    gap: 60px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(408px, 1fr));
    justify-items: center;
    background-color: rgb(235 243 255);
    padding: 30px;
    border: 2px solid #d0def7;
    border-radius: 20px;
    height: 500px;

    h5 {
        font-size: 15px;
        font-weight: 600;
        line-height: 30px;
        color: #243F84;
    }

    h3 {
        font-size: 1.8rem;
        font-weight: 700;
        font-family: 'Frank Ruhl Libre', serif;
        line-height: 45px;
        color: #192649;
    }

    p {
        padding: 0;
        color: #000;
        line-height: 30px;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 90px !important;
    }

    a {
        background: #192649;
        color: #FFF;
        border-radius: 6px;
        width: 200px;
        display: block;
        text-align: center;
        font-size: 14px;
        font-weight: 300;
        padding: 11px;
        transition: all 0.3s ease-in-out;

        &:hover {
            background: #0069ef;
        }
    }

    .lidar-data-processing {


        img {
            width: 100%;
            height: 100%;
            border-radius: 10px;
        }
    }
}

.services-slider {
    border: 2px solid #d0def7;
    border-radius: 20px;
    background-color: rgb(235 243 255);
}

.engineering-services {
    margin: 20px 0 0;
    padding: 0;
    position: relative;
    gap: 8px;
    display: grid;
    justify-items: center;
    align-items: center;
    grid-template-columns: repeat(auto-fill, minmax(408px, 1fr));
    padding: 30px 60px;


    .sub-content {
        background: linear-gradient(45deg, #0060B4, #6cbaff);
        padding: 26px;
        border-radius: 2px 10px 10px 2px;
        height: 265px;
        position: absolute;
        width: 48%;
        left: 47%;
    }

    img {
        border-radius: 5px;
    }

    h5 {
        font-size: 14px;
        font-weight: 500;
        line-height: 30px;
        color: #FFF;
    }

    h3 {
        font-size: 1.5rem;
        font-weight: 700;
        font-family: 'Frank Ruhl Libre', serif;
        line-height: 25px;
        color: #FFF;
    }

    p {
        padding: 0;
        color: #FFF;
        line-height: 25px;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 20px !important;
    }

    a {
        background: #FFF;
        color: #0766b9;
        border-radius: 0px;
        width: 138px;
        display: block;
        text-align: center;
        font-size: 12px;
        font-weight: 300;
        padding: 10px;
        transition: all 0.3s ease-in-out;
        text-transform: uppercase;
        font-weight: 600;


    }

    .fa-arrow-down {
        border: 1px solid #0665b8;
        width: 20px;
        height: 20px;
        padding: 4px;
        border-radius: 50%;
        transform: rotate(270deg);
        position: relative;
        color: #0564b7;
        left: 8px;
    }

    .lidar-data-processing {


        img {
            width: 100%;
            height: 100%;
            border-radius: 10px;
        }
    }
}

/* Slider parent relative */
.owl-carousel {
    position: relative;
}

/* Engineering box ko space dena */
.engineering-services {
    position: relative;
    padding-bottom: 60px;
    /* dots ke liye space */
}

/* Dots ko box ke under lana */
.owl-theme .owl-dots {
    position: absolute;
    bottom: 7px;
    /* box ke andar bottom */
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    z-index: 5;
}

/* Dot Base Style */
.owl-theme .owl-dots .owl-dot span {
    width: 40px !important;
    height: 4px !important;
    margin: 4px 5px;
    background: #ccc;
    display: block;
    position: relative;
    overflow: hidden;
}

/* Progress Fill */
.owl-theme .owl-dots .owl-dot span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #0060B4;
}

/* Active Dot Progress Animation */
.owl-theme .owl-dots .owl-dot.active span::after {
    animation: dotProgress 1.5s linear forwards;
}

/* Progress Animation */
@keyframes dotProgress {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}


.owl-dots {
    display: block !important;
}


.technilgy-main-card-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
    gap: 25px;
    position: relative;
    top: 45px;
    z-index: 99;

    .technilgy-card-box {
        background: #ffffff;
        padding: 20px;
        border-radius: 14px;
        border: 1px solid #d0def7;
        text-align: center;
        width: 240px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;

        &:hover {
            background-color: #0060B4;
        }

        &:hover h5 {
            color: #FFF;
        }
    }

    .ai-automation {
        background-color: #FFF;
        width: 70px;
        height: 70px;
        border-radius: 50px;
        border: 1px solid #ebf3ff;
        padding: 16px;
        margin: -58px auto 35px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    h5 {
        font-size: 18px;
        font-weight: 700;
        font-family: 'Frank Ruhl Libre', serif;
        line-height: 30px;
        color: #000;
    }
}

.card-box {
    padding-top: 90px;
    gap: 151px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(475px, 0fr));
}

.detailing-project {
    background: #FFF;
    padding: 28px;
    border-radius: 20px;
    width: 730px;

    p {
        color: #445375;
        margin-bottom: 30px !important;
    }
}

.technology-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 2px solid #d0def7;
    border-radius: 20px;
    background-color: rgb(235 243 255);
    padding: 30px;
}

.detailing-project {
    background: #FFF;
    padding: 28px;
    border-radius: 20px;

    p {
        margin: 0;
    }
}

.technology-box {
    display: flex;
    align-items: center;
    gap: 20px;



    .technology-icon {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;

        .icon-box {
            width: 51px;
            height: 45px;
            border-radius: 7px;
            background-color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        }

        h5 {
            font-size: 14px;
            font-weight: 600;
            font-family: 'Inter';
            line-height: 21px;
            color: #192649;
        }


    }
}

.technology-wrapper {
    position: relative;
}

.technology-process {
    position: sticky;
    top: 200px;
    padding: 40px;
    transition: all 0.6s ease;
    z-index: 10;
}

.technology-process:nth-child(1) {
    top: 210px;
}

.technology-process:nth-child(2) {
    top: 220px;
}

.technology-process:nth-child(3) {
    top: 230px;
}

.technology-process:nth-child(4) {
    top: 0 !important;
}

.technology-process.active {
    transform: scale(1);
    opacity: 1;
    z-index: 10;
}

.technology-process:nth-child(4) {
    top: 0 !important;
}

/* Active tab button style */
.technilgy-card-box {
    cursor: pointer;
    transition: all 0.3s ease;
}

.technilgy-card-box.active {
    background: #1763a6;
    color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.technilgy-card-box.active h5 {
    color: #fff;
}


/* 

.carousel-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);

} */

.gcc-partners {
    text-align: center;
    margin: 0 auto;

    .gcc-content {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        text-align: left;
        width: 98%;
        margin: -60px auto 60px;
    }

    .gcc-card-box {
        border-radius: 14px;
        border: 1px solid #d1e2ff;
        padding: 20px;
        background: #ffffff;

        img {
            border: 2px solid #d1e2ff;
            width: 50px;
            padding: 11px;
            margin-bottom: 30px;
            border-radius: 11px;
            box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        }

        h5 {
            font-size: 18px;
            font-weight: 700;
            font-family: 'Frank Ruhl Libre', serif;
            line-height: 30px;
            color: #000;
        }

        p {
            font-size: 14px;
            font-weight: 400;
            font-family: 'Inter';
            line-height: 24px;
            color: #445375;
            margin-bottom: 20px !important;
        }

        a {
            font-size: 14px;
            font-weight: 400;
            font-family: 'Inter';
            line-height: 24px;
            color: #000000;
            background: #ecf3ff;
            padding: 10px 15px;
            border-radius: 50px;
        }
    }
}

.gcc-content .active {
    background-color: #0060B4;


    img {
        filter: brightness(0) invert(1);
    }

    h5 {

        color: #FFF;
    }

    p {
        color: #FFF;
        font-size: 14px;
    }

    a {
        font-size: 14px;
        font-weight: 400;
        font-family: 'Inter';
        line-height: 24px;
        color: #000000;
        background: #FFF;
        padding: 10px 15px;
        border-radius: 50px;
    }
}

.developed-section {
    background-color: #0060B4;
    padding: 100px;
    margin: 50px 0;
    position: relative;
}

.developed-two-body {
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    max-width: 1360px;
}

.developed-content {
    gap: 186px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(463px, 1fr));
    justify-items: center;
}

.thumb {
    position: absolute;
    bottom: -31px;
    right: -133px;
}

.customer-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #ecf3ff;
}


.customer-img {
    background: #ecf3ff;
    padding: 10px;
    border-radius: 50px;
}



/*QA  new page */

.benefits-section {
    max-width: 1320px;
    position: relative;
    margin: 50px auto;


    /* ---------- Header ---------- */
    .eyebrow {
        text-align: center;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.08em;
        color: var(--blue);
        margin: 0 0 10px;
    }

    .eyebrow::before,
    .eyebrow::after {
        content: "—";
        margin: 0 8px;
        color: var(--blue);
        opacity: .5;
    }

    h2 {
        text-align: center;
        font-size: 32px;
        font-weight: 800;
        margin: 0 0 12px;
        letter-spacing: -0.01em;
    }

    p.subtitle {
        text-align: center;
        color: var(--muted);
        font-size: 15px;
        margin: 0 0 36px;
    }

    /* ---------- Benefit cards grid ---------- */
    .grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .card {
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 20px;
        padding: 24px;
        position: relative;
        overflow: hidden;
        transition: all .35s ease;
        box-shadow:
            0 10px 30px rgba(15, 23, 42, .06),
            0 1px 2px rgba(15, 23, 42, .05);
    }

    .card:hover {
        cursor: pointer;
        background: rgb(255 253 238 / 90%);
    }

    .icon-badge {
        width: 50px;
        height: 50px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 12px;
    }

    .icon-badge svg {
        width: 35px;
        height: 22px;
    }


    .badge-blue {
        background: #eaf0ff;
    }

    .badge-green {
        background: #e8f7ee;
    }

    .badge-purple {
        background: #efe8ff;
    }

    .badge-orange {
        background: #fff3e0;
    }

    .badge-teal {
        background: #e3f8fc;
    }

    .badge-pink {
        background: #fde9f1;
    }

    .badge-rose {
        background: #fdeaea;
    }

    .card h3 {
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 8px;
        line-height: 1.3;
    }

    .underline {
        width: 26px;
        height: 2px;
        border-radius: 2px;
        margin-bottom: 10px;
    }

    .ul-blue {
        background: var(--blue);
    }

    .ul-green {
        background: var(--green);
    }

    .ul-purple {
        background: var(--purple);
    }

    .ul-orange {
        background: var(--orange);
    }

    .ul-teal {
        background: var(--teal);
    }

    .ul-pink {
        background: var(--pink);
    }

    .ul-rose {
        background: var(--rose);
    }

    .card p {
        font-size: 14px;
        font-weight: 400;
        position: relative;
    }

    /* ---------- Bottom panel ---------- */
    .panel {
        background: var(--panel-bg);
        border: 1px solid var(--panel-border);
        border-radius: 18px;
        padding: 30px 32px 26px;
        position: relative;
    }

    .panel-grid {
        display: grid;
        grid-template-columns: 280px 1fr;
        gap: 28px;
    }

    .panel-left {
        position: relative;
        padding-right: 24px;
    }

    .panel-left::after {
        content: "";
        position: absolute;
        top: 4px;
        right: 0;
        bottom: 60px;
        width: 1px;
        background: var(--panel-border);
    }

    .panel-eyebrow {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.08em;
        color: var(--blue);
        margin: 0 0 8px;
    }

    .panel-left h2 {
        font-size: 22px;
        font-weight: 800;
        line-height: 1.25;
        margin: 0 0 14px;
    }

    .panel-left .mini-rule {
        width: 30px;
        height: 3px;
        background: var(--blue);
        border-radius: 2px;
        margin-bottom: 14px;
    }

    .panel-left p {
        font-size: 12.5px;
        color: var(--muted);
        line-height: 1.6;
        margin: 0 0 22px;
    }

    .illustration {
        display: flex;
        align-items: flex-end;
        gap: 10px;
    }

    .laptop {
        width: 130px;
    }

    .results-label {
        font-size: 12px;
        font-weight: 700;
        color: var(--ink);
        margin: 0 0 14px;
    }

    .stats-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }

    .stat-card {
        background: #fff;
        border: 1px solid var(--card-border);
        border-radius: 12px;
        padding: 16px 14px;
        box-shadow: var(--card-shadow);
    }

    .stat-icon {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .stat-icon svg {
        width: 15px;
        height: 15px;
    }

    .stat-card .stat-num {
        font-size: 18px;
        font-weight: 800;
        margin: 0 0 4px;
    }

    .stat-card .stat-desc {
        font-size: 11px;
        color: var(--muted);
        line-height: 1.4;
        margin: 0;
    }

    .footnote {
        text-align: center;
        font-size: 11px;
        color: var(--muted);
        margin-top: 22px;
    }
}

.tools-section {
    padding: 50px 0;
    background: #f8fbff;
    position: relative;
    overflow: hidden;


    .container {
        max-width: 1400px;
        margin: auto;
        padding: 0 15px;
    }

    .section-title {
        text-align: center;
        margin-bottom: 70px;
    }

    .section-title span {
        display: block;
        color: #2563eb;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .section-title h2 {
        font-size: 52px;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 15px;
    }

    .section-title p {
        max-width: 700px;
        margin: auto;
        color: #64748b;
        font-size: 17px;
        line-height: 1.8;
    }


    .tool-row {
        display: flex;
        align-items: center;
        gap: 0px;
        margin-bottom: 35px;
    }


    .tool-left {
        width: 320px;
        display: flex;
        align-items: center;
        position: relative;
    }

    .diamond {
        width: 75px;
        height: 75px;
        background: #fff;
        border: 4px solid currentColor;
        transform: rotate(45deg);
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .diamond i {
        transform: rotate(-45deg);
        font-size: 28px;
    }

    .connector {
        width: 70px;
        height: 2px;
        background: currentColor;
        margin: 0 15px;
        position: relative;
    }

    .connector:after {
        content: '';
        position: absolute;
        right: -5px;
        top: 50%;
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: currentColor;
    }

    .tool-left h3 {
        font-size: 15px;
        font-weight: 700;
        color: #0f172a;
        margin: 0;
    }

    .tool-right {
        flex: 1;
        min-height: 73px;
        border: 1px solid currentColor;
        border-radius: 10px;
        padding: 10px 19px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 6px;
        background: #fff;
    }

    .tool-right span {
        padding: 12px 24px;
        background: #fff;
        border: 1px solid #e2e8f0;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .7px;
        transition: .3s;
        cursor: pointer;
        font-family: 'Inter';
    }

    .tool-right span:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    }

    .blue {
        color: #2563eb;
    }

    .green {
        color: #22c55e;
    }

    .purple {
        color: #9333ea;
    }

    .orange {
        color: #f97316;
    }

    .cyan {
        color: #06b6d4;
    }

    .pink {
        color: #ec4899;
    }


    .tool-row:hover .diamond {
        transform: rotate(45deg) scale(1.08);
        transition: .3s;
    }

    .tool-row:hover .tool-right {
        box-shadow: 0 15px 35px rgba(37, 99, 235, .12);
    }

    .tool-right span {
        display: flex;
        align-items: center;
        gap: 4px;
        padding: 9px 13px;
        border-radius: 50px;
        background: #ffffff;
        transition: all .4s ease;
        position: relative;
    }

    .tool-right span i {
        font-size: 15px;
    }

    .tool-right span:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 25px rgba(37, 99, 235, .20);
    }
}

.title-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.card-top {
    display: flex;
    align-items: center;
    gap: 15px;
}

.card-icon {
    width: 67px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.15);
    flex-shrink: 0;
    margin-bottom: 20px;
    border: 2px solid #ebebeb;
}

.card-title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #1f2937;
}

.functional-testing {
    gap: 16px !important;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(221px, 1fr)) !important;
}

.box-ten-sec.big-c-tools .box-ten-cont-box h3 {
    font-size: 20px !important;
    text-align: left;

}

.functional-testings .services-include-sec {
    background: #e7edfc;
    padding: 50px;
}


.functional-testings .services-include-list .services-include-box {
    background: #FFF;
}

.quality {
    gap: 42px !important;
}

.testing-industries-list {
    grid-template-columns: repeat(auto-fill, minmax(209px, 1fr)) !important;
}


.impact-section {
    background: #FFF;
    padding: 70px 0 20px;



    .impact-container {
        max-width: 1320px;
        margin: auto;

    }

    img {
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        border: 3px solid gainsboro;
    }


}

.web-testing {
    background: aliceblue;
    padding: 50px !important;
}

.security-industry {
    background: #e7edfc;
    margin: 50px 0 !important;
    padding: 50px !important;

    .services-include-box {
        background: #FFF !important;
    }
}


.process-wrapper {

    display: flex;
    align-items: center;
    gap: 100px;
    flex-wrap: wrap;
    margin-bottom: 50px;


    .step {

        position: relative;
        width: 170px;
        height: 170px;
    }

    .circle {

        position: relative;
        width: 200px;
        height: 200px;
        margin: auto;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .circle::before {
        content: "";
        position: absolute;
        inset: -10px;
        border-radius: 50%;
        border: 4px dotted #3562ad;
    }

    .circle::after {

        content: "";
        position: absolute;
        width: 190px;
        height: 190px;
        background: #14a8c6;
        border-radius: 50%;
    }

    .dark::after {
        background: #284b9d;
    }

    .purple-bg::after {
        background: #8d39c8;
    }

    .content {

        position: relative;
        z-index: 5;
        text-align: center;
        color: #fff;
    }

    .content h2 {

        font-size: 30px;
        font-weight: 300;
        margin-bottom: 12px;
    }

    .content p {
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
        color: #ffffff;
        width: 86%;
        margin: 0 auto;
    }

}



.process-wrapper {

    display: flex;
    align-items: center;
    gap: 100px;
    flex-wrap: wrap;
    margin-bottom: 50px;


    .step {

        position: relative;
        width: 170px;
        height: 170px;
    }

    .circle {

        position: relative;
        width: 200px;
        height: 200px;
        margin: auto;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .circle::before {
        content: "";
        position: absolute;
        inset: -10px;
        border-radius: 50%;
        border: 4px dotted #3562ad;
    }

    .circle::after {

        content: "";
        position: absolute;
        width: 190px;
        height: 190px;
        background: #14a8c6;
        border-radius: 50%;
    }

    .dark::after {
        background: #284b9d;
    }

    .purple-bg::after {
        background: #8d39c8;
    }

    .content {

        position: relative;
        z-index: 5;
        text-align: center;
        color: #fff;
    }

    .content h2 {

        font-size: 30px;
        font-weight: 300;
        margin-bottom: 12px;
    }

    .content p {
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
        color: #ffffff;
        width: 86%;
        margin: 0 auto;
    }

}

.manual-testing-process {
    max-width: 1360px;
    margin: 50px auto;


    h1 {
        font-size: 2.4rem;
        font-weight: 800;
        color: var(--text-dark);
        margin-bottom: 50px;
        letter-spacing: -0.5px;
    }

    p {
        font-size: 13px;
    }

    .roadmap {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        column-gap: 10px;
        position: relative;
    }

    /* ===== Badge ===== */
    .badge-row {
        display: flex;
        justify-content: center;
        margin-bottom: 6px;
    }

    .badge {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 700;
        font-size: 1.1rem;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        border: 4px solid #ffffff;
        outline: 2px solid rgba(0, 0, 0, 0.04);
        z-index: 3;
        transition: transform .3s ease;
    }

    .step:hover .badge {
        transform: translateY(-4px) scale(1.05);
    }

    /* ===== Connector line ===== */
    .connector {
        width: 2px;
        height: 65px;
        background: repeating-linear-gradient(to bottom,
                #c9c9cc 0,
                #c9c9cc 4px,
                transparent 4px,
                transparent 8px);
        margin: 0 auto;
    }

    /* ===== Diamond Icon ===== */
    .icon-wrap {
        display: flex;
        justify-content: center;
        margin: 4px 0 14px;
    }

    .diamond {
        width: 78px;
        height: 78px;
        transform: rotate(45deg);
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
        border: 5px solid #ffffff;
        outline: 2px solid rgba(0, 0, 0, 0.05);
        transition: transform .35s cubic-bezier(.34, 1.56, .64, 1), box-shadow .35s ease;
        cursor: pointer;
    }

    .step:hover .diamond {
        transform: rotate(45deg) scale(1.12);
        box-shadow: 0 16px 28px rgba(0, 0, 0, 0.25);
    }

    .diamond svg {
        transform: rotate(-45deg);
        width: 32px;
        height: 32px;
        fill: #fff;
    }

    /* ===== Road ===== */
    .road-row {
        position: absolute;
        height: 90px;
        grid-column: 1 / -1;
        margin: 10px 0 30px;
    }

    .road-row svg {
        width: 100%;
        height: 100%;
        display: block;
        overflow: visible;
    }

    /* ===== Title & content ===== */
    .content {
        text-align: center;
        padding: 0 6px;
    }

    .title {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 8px;
        line-height: 21px;
        min-height: 82px;
        text-align: center;
    }

    .underline {
        width: 34px;
        height: 3px;
        border-radius: 2px;
        margin: 0 auto 16px;
    }

    /* color variants */
    .blue .badge {
        background: #29ace3;
    }

    .green .badge {
        background: #3aab53;
    }

    .blue .diamond {
        background: #29ace3;
    }

    .green .diamond {
        background: #3aab53;
    }

    .blue .title {
        color: #29ace3;
    }

    .green .title {
        color: #3aab53;
    }

    .blue .underline {
        background: #29ace3;
    }

    .green .underline {
        background: #3aab53;
    }


}