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

body .custom-model-inner .container {
    max-width: 100% !important;
}

.aboutBanner {
    height: 92vh;
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
    position: relative;
    z-index: 1;
}

.marginTopBottom {
    margin: 100px 0px;
}

.aboutBanner img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/* .aboutBanner::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.8);z-index: 1;} */
.aboutBanner .banner-details {
    position: relative;
    z-index: 99;
}

.aboutBanner .banner-details h1 {
    font-size: 53px;
    line-height: 70px;
    font-weight: 760;
    text-transform: capitalize;
    color: #fff;
}

.aboutBanner .banner-details h1 span {
    background: #0084FF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.aboutBanner .banner-details p {
    color: #fff;
    font-size: 24px;
    padding: 20px 0px 0px 0px;
    line-height: 37px;
}

/* button-design */
body .Click-here {
    border-radius: 30px;
    color: #fff;
    font-weight: 450;
    font-size: 20px;
    padding: 2px;
    padding-left: 35px;
    border: none;
    transition: 0.5s;
    text-decoration: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 1;
    background: #2247ca;
}

body .Click-here i {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #2247ca !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    margin-left: 13px;
}

body .Click-here::before {
    content: '';
    top: 0;
    right: 0px;
    width: 22%;
    height: 100%;
    border-radius: 50px;
    transition: 0.5s;
    background-color: #fff;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

body .Click-here:hover:before {
    width: 100%;
    opacity: 1;
}

body .Click-here:hover {
    color: #2247ca;
}

body .heading h2 {
    font-size: 45px !important;
    font-weight: 550;
    line-height: 55px;
}

.heading p {
    font-size: 18px;
    word-spacing: 4px;
    line-height: 30px;
    color: #6B6B6B;
}

.WhoWeAre .heading .Number {
    background-color: #007EFF;
    height: 90px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color: #fff;
    font-size: 35px;
    font-weight: 550;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.WhoWeAre .heading .details h3 {
    font-weight: 550;
    font-size: 25px !important;
    margin-bottom: 2px !important;
}

.WhoWeAre .heading .details p {
    color: #000;
}

.WhoWeAre .heading h4 {
    font-weight: 550;
    margin-bottom: 15px;
    font-size: 22px !important;
    line-height: 25px;
}

.WhoWeAre .heading .OurWork {
    padding: 16px 30px;
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    background-color: #007EFF;
}

.WhoWeAre .heading .Click-here.Click-here {
    margin-right: 10px;
    background-color: transparent;
    color: #007EFF !important;
    font-size: 16px;
    border-radius: 30px;
    border: 1px solid #007EFF;
}

.ourVision {
    background-color: #F2F2F2;
    padding: 50px 0px;
}

.Vision-Details {
    background-image: url(https://static.gmtasoftware.com/img/aboutUsNew/ourmission.webp);
    background-size: cover;
    background-position: center;
    padding: 50px 30px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    color: #fff;
}

.Vision-Details h3,
.Vision-Details h4 {
    font-weight: 550;
}

.Vision-Details h4 {
    font-size: 20px !important;
    margin-bottom: 10px;
}

.Vision-Details p {
    color: #BEC1C4;
    font-size: 17px;
    padding-left: 24px;
}

.Vision-Details span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.Vision-Details .OurWork {
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    background-color: #007EFF;
    margin-top: 30px;
}

.Vision-row {
    background-color: #fff;
    padding: 20px 23px;
    border-radius: 16px;
    margin: 0px 0px 25px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    gap: 25px;
    width: 94%;
    margin-left: auto;
    transition: 0.5s;
}

.Vision-row:hover {
    transform: scale(1.02);
}

.Vision-row:last-child {
    margin-bottom: 0px;
}

.Vision-row p {
    font-size: 28px;
    font-weight: 550;
}

.Vision-row span {
    font-size: 18px;
    font-weight: 450;
    color: #6B7280;
}

.overMission,
.overMission2,
.overMission3 {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    background-position: center;
    color: #fff;
    border-radius: 16px;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.18),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    transition: all 0.3s ease;
    transition: 0.7s;

}

.overMission {
    height: 95%;
    background-image: url(https://static.gmtasoftware.com/img/aboutUsNew/withoutHover.webp);
    box-shadow: 0 20px 45px rgba(0, 90, 70, 0.45);
}

.overMission2 {
    background-image: url(https://static.gmtasoftware.com/img/aboutUsNew/withoutHover3.webp);
    box-shadow: 0 20px 45px rgba(125, 70, 255, 0.45);

}

.overMission3 {
    background-image: url(https://static.gmtasoftware.com/img/aboutUsNew/withoutHover2.webp);
    box-shadow: 0 20px 45px rgba(255, 140, 40, 0.45);
}


.overMission h3,
.whatWeRow h3,
.CoreValues .corevalueBox h3,
.solution-box h4 {
    font-weight: 550;
    padding-top: 10px;
}

.overMission h5 {
    font-size: 17px !important;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 7px;
}

.overMission p {
    font-size: 16px;
    word-spacing: 3px;
    line-height: 25px;
    padding: 10px 0px;
}

.overMission h6 {
    font-size: 25px !important;
    font-weight: 550;
}

.innerMainDiv {
    background-color: rgb(255, 255, 255, 30%);
    padding: 20px;
    border-radius: 10px;
}

.overMission .innerMainDiv a {
    color: #fff;
}

.overMission1:hover {
    background-image: url(https://static.gmtasoftware.com/img/aboutUsNew/HoverWithin3.webp);
    transform: translateY(-6px);
    box-shadow: #24c9b6 0px 5px 15px;

}

.overMission2:hover {
    background-image: url(https://static.gmtasoftware.com/img/aboutUsNew/HoverWithin.webp);
    transform: translateY(-6px);
    box-shadow: #A855F7 0px 5px 15px;

}

.overMission3:hover {
    background-image: url(https://static.gmtasoftware.com/img/aboutUsNew/HoverWithin2.webp);
    transform: translateY(-6px);
    box-shadow: #FB923C 0px 5px 15px;
}

.timeline-details {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 30px;
    border-radius: 10px;
    margin: 40px 0px 140px 0px;
    z-index: 1;
    background-color: #fff;
    position: relative;
    border: 6px solid transparent;
    transition: 0.7s;
}

.timeline-details1:hover {
    border: 6px solid #14B8A6;
}

.timeline-details2:hover {
    border: 6px solid #3A7DFF;
}

.timeline-details3:hover {
    border: 6px solid #7614B8;
}

.timeline-details4:hover {
    border: 6px solid #FF0000;
}

.timeline-details h3 {
    font-weight: 550;
    padding: 10px 0px;
}

.timeline-details span {
    font-weight: 660;
    font-size: 24px;
}

.timeline-details .office {
    background-color: #F8FAFC;
    padding: 10px 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: inline-block;
    border-radius: 6px;
}

.timeline-details .office span {
    color: #64748B;
    font-weight: 400;
    font-size: 17px;
}

.timeline-details .office h4 {
    font-size: 25px;
    font-weight: 550;
    display: inline-block;
}

.timeline-details p {
    font-size: 19px;
    word-spacing: 2px;
    line-height: 30px;
    color: #7C8493;
    padding: 10px 0px;
}

.timeline-img1,
.timeline-img2,
.timeline-img3 {
    position: relative;
}

.timeline-img1 img {
    border-radius: 0px;
}

.timeline-img1::before,
.timeline-img3::before {
    content: "";
    position: absolute;
    top: 93%;
    width: 20px;
    z-index: -1;
    left: 44%;
    border-radius: 10px;
    height: 200px;
}

.timeline-img1::before {
    background-color: #B1FFF6;
}

.timeline-img2::before {
    background-color: #D3E2FF;
}

.timeline-img3::before {
    background-color: #EFD8FF;
}

.timeline-img2::before {
    content: "";
    position: absolute;
    top: 93%;
    width: 20px;
    z-index: -1;
    left: 46%;
    border-radius: 10px;
    height: 200px;
}

.TimeLineRow img,
.whatWeRow img {
    transition: 0.9s;
}

.TimeLineRow:hover img {
    transform: rotate(360deg) !important;
}

.leadership-project {
    background-color: #05070D;
    padding: 40px 0px;
}

.leadership-project .heading {
    width: 80%;
    margin: auto;
}

.leadership-project .heading h2 {
    padding-bottom: 10px;
}

.leadership-project .leadership-box .img-box {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.leadership-project .leadership-box .img-box img {
    width: 100%;
    display: block;
}

.leadership-project .widthMargin {
    margin: 0px 50px;
}

.leadership-project .leadership-box .img-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,
            rgba(5, 7, 13, 1) 0%,
            rgba(5, 7, 13, .2) 58%,
            rgba(5, 7, 13, 0) 100%);
    z-index: 1;
    pointer-events: none;
    transition: 0.6s;
}

.leadership-project .leadership-box {
    margin: 10px;
    background-color: rgba(255, 255, 255, 6%);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 10%);
    height: 97%;
    position: relative;
    z-index: 3;
}
.leadership-project .leadership-box .linkedin{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    opacity: 0;
}
.leadership-project .leadership-box:hover .linkedin{
    opacity: 1;
}

.leadership-project .leadership-box:hover .img-box::before {
    opacity: 0;
}

.leadership-project .leadership-box .inner-box {
    padding: 20px;
    color: #fff;
}

.leadership-project .leadership-box .inner-box h3 {
    font-weight: 550;
    font-size: 24px;
}

.leadership-project .leadership-box .inner-box h4 {
    font-weight: 450;
    color: #60A5FA;
    padding: 0px 0px 7px 0px;
    font-size: 17px;
}

.leadership-project .leadership-box .inner-box p {
    color: #94A3B8;
    font-size: 15px;
    line-height: 27px;
}

.whatWeRow {
    background-color: #334155;
    padding: 20px 30px 30px 30px;
    border-radius: 10px;
    margin: 0px 0px 35px 0px;
    color: #fff;
}

.whatWeRow:hover img {
    transform: rotateY(360deg) !important;
}

.whatWeRow p {
    font-size: 17px;
}

.whatWeRow span {
    padding: 4px 20px;
    display: inline-block;
    margin: 0px 15px 0px 0px;
    border-radius: 30px;
    font-size: 11px;
}

.whatWeRow5 span {
    border: 1px solid rgb(20, 184, 166, 0.5);
    background-color: rgb(20, 184, 166, 0.1);
}

.whatWeRow1 span {
    border: 1px solid rgb(59, 130, 246, 0.5);
    background-color: rgb(59, 130, 246, 0.1);
}

.whatWeRow2 span {
    border: 1px solid rgb(245, 158, 11, 0.5);
    background-color: rgb(245, 158, 11, 0.1);
}

.whatWeRow3 span {
    border: 1px solid rgb(16, 185, 129, 0.5);
    background-color: rgb(16, 185, 129, 0.1);
}

.whatWeRow4 span {
    border: 1px solid rgb(214, 92, 255, 0.5);
    background-color: rgb(214, 92, 255, 0.1);
}

.CoreValues .corevalueBox {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    transition: 0.5s;
    margin: 20px 0;
    border: 3px solid transparent;
    height: 92%;
    transition: 0.7s;
    top: 0px;
}

.CoreValues .corevalueBox:hover {
    position: relative;
    top: -5px;
}

.CoreValues .corevalueBox1:hover {
    box-shadow: rgba(241, 20, 20, 0.25) 0px 14px 28px, rgba(231, 10, 10, 0.22) 0px 10px 10px;
    border: 3px solid #F43F5E;
}

.CoreValues .corevalueBox2:hover {
    box-shadow: rgba(240, 206, 15, 0.25) 0px 14px 28px, rgba(235, 197, 72, 0.22) 0px 10px 10px;
    border: 3px solid #F59E0B;
}

.CoreValues .corevalueBox3:hover {
    box-shadow: rgba(15, 214, 240, 0.25) 0px 14px 28px, rgba(12, 207, 241, 0.22) 0px 10px 10px;
    border: 3px solid #14B8A6;
}

.CoreValues .corevalueBox4:hover {
    box-shadow: rgba(144, 111, 235, 0.25) 0px 14px 28px, rgba(159, 113, 212, 0.22) 0px 10px 10px;
    border: 3px solid #8B5CF6;
}

.CoreValues .corevalueBox5:hover {
    box-shadow: rgba(240, 167, 83, 0.25) 0px 14px 28px, rgba(223, 163, 108, 0.22) 0px 10px 10px;
    border: 3px solid #F6855C;
}

.CoreValues .corevalueBox6:hover {
    box-shadow: rgba(112, 194, 248, 0.25) 0px 14px 28px, rgba(68, 149, 224, 0.22) 0px 10px 10px;
    border: 3px solid #007EFF;
}

.CoreValues .corevalueBox p {
    font-size: 16px;
    color: #64748B;
    word-spacing: 3px;
    line-height: 28px;
}

.CoreValues .corevalueBox h3 {
    font-size: 23px !important;
    padding: 10px 0px;
}

.innerBoxs {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 20px;
}

.innerBoxs1 {
    background-color: rgb(255, 241, 242, 0.7);
}

.innerBoxs2 {
    background-color: rgb(255, 251, 235, 0.7);
}

.innerBoxs3 {
    background-color: rgb(240, 253, 250, 0.7);
}

.innerBoxs4 {
    background-color: rgb(245, 243, 255, 0.7);
}

.innerBoxs5 {
    background-color: rgb(255, 249, 243, 0.7);
}

.innerBoxs6 {
    background-color: rgb(217, 227, 246, 0.7);
}

.TrackRecord .heading p {
    font-size: 18px;
    color: #5C5C5C;
    line-height: 32px;
    padding: 10px 0px;
}

.TrackRecord .heading h3 {
    font-weight: 550;
    font-size: 25px !important;
    padding-top: 20px;
}

.TrackRecord ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 36px;
}

.TrackRecord ul li {
    width: 50%;
    padding: 7px 0px;
    font-size: 18px;
    color: #5C5C5C;
    list-style-type: disc;
}

.Track-record-img {
    display: flex;
    justify-content: end;
    align-items: center;
}

.Track-record-img img {
    width: 90%;
}

/* ===== Section ===== */
.process-section {
    padding: 80px 0;
    background: #fff;
}

.process-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}

/* ===== Timeline Line ===== */
.timeline {
    position: relative;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    height: 10px;
    border-radius: 10px;
    background: #eaf0ff;
}

/* ===== Step ===== */
.process-step {
    text-align: center;
    position: relative;
    z-index: 2;
}

/* Number Circle */
.step-number {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.step-blue {
    background: #3b6cff;
}

.step-green {
    background: #0a7a2e;
}

.step-cyan {
    background: #1cc8e9;
}

/* Connector */
.step-line {
    width: 13px;
    height: 80px;
    margin: auto;
}

.line-blue {
    background: #3b6cff;
}

.line-green {
    background: #0a7a2e;
}

.line-cyan {
    background: #1cc8e9;
}

/* Card */
.process-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px 25px;
    margin-top: 20px;
    min-height: 376px;
    transition: all 0.3s ease;
}

.process-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* Icon */
.card-icon {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: auto auto 20px;
}


.icon-blue {
    background: #eef3ff;
    color: #3b6cff;
    font-size: 60px;
}

.icon-green {
    background: #e8f8ed;
    color: #0a7a2e;
    font-size: 60px;
}

.icon-cyan {
    background: #eafaff;
    color: #1cc8e9;
    font-size: 60px;
}

.process-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.process-card p {
    font-size: 16px;
    line-height: 30px;
    word-spacing: 3px;
    color: #6c757d;
}

/* Mobile */
@media(max-width: 768px) {
    .timeline::before {
        display: none;
    }
}

.solution-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    border-radius: 15px;
    margin: 0px 10px 40px 10px;
    height: 92%;
    position: relative;
    transition: 0.6s;
}

.solution-box p {
    font-size: 17px;
    color: #5C5C5C;
    word-spacing: 3px;
    line-height: 28px;
    transform: 0.5s;
    padding-top: 20px;
}

.solution-box h3 {
    font-size: 25px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #007EFF;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transform: 0.5s;
    font-weight: 650;
}

.solution-box span {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 105px;
    color: rgba(0, 0, 0, 0.05);
    font-weight: 870;
}

.solution-box:hover {
    color: #fff;
}

.solution-box:hover p {
    color: #fff;
}

.solution-box:hover h3 {
    color: #000;
    background-color: #fff !important;
}

.solution-box:hover span {
    color: rgba(255, 255, 255, 0.3);
}

.solution-box1:hover {
    background-color: #6B8E7F;
}

.solution-box2:hover {
    background-color: #D4A574;
}

.solution-box3:hover {
    background-color: #5B7C99;
}

.solution-box4:hover {
    background-color: #C97064;
}

.solution-box5:hover {
    background-color: #4A7C7E;
}

.solution-box6:hover {
    background-color: #8B7BA8;
}

.custom-accordion {
    border-top: 2px solid #eee;
}

.accordion-item {
    border-bottom: 1px solid #eee;
}

.accordion-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 40px 20px;
    background: none;
    border: none;
    text-align: left;
}

.accordion-item.active {
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.acc-left {
    font-size: 64px;
    font-weight: 300;
    color: #000;
    min-width: 80px;
}

.acc-left.muted {
    color: #e5e7eb;
}

.acc-content {
    flex: 1;
}

.acc-content h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.acc-content p {
    margin: 0;
    color: #6b7280;
    max-width: 700px;
}

.acc-icon {
    width: 48px;
    height: 48px;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.accordion-item.active .acc-icon {
    background-color: #000;
}

.accordion-item.active .acc-left {
    color: #000;
}

/* LEFT GRID */
.left-grid {
    background:
        linear-gradient(#eee 1px, transparent 1px),
        linear-gradient(90deg, #eee 1px, transparent 1px);
    background-size: 40px 40px;
}

/* BELONG TEXT */
.belong-text {
    font-size: clamp(80px, 15vw, 200px);
    font-weight: 800;
    position: relative;
}

.successStories {
    background: #0b2a38;
    padding: 100px 0;
    color: #fff;
}

.successSwiper {
    width: 100%;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.successSwiper .topItems {
    position: absolute;
    top: -12%;
    z-index: -1;
    right: 0px;
}

.successSwiper .BottomItems {
    position: absolute;
    top: 80%;
    z-index: -1;
    right: left;
}

.story-card {
    transition: 0.4s;
}

.card-inner {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    gap: 20px;
    padding: 0px 20px 0px 0px;
    color: #000;
    align-items: center;
    z-index: 999;
    position: relative;
}

.card-inner img {
    width: 70%;
    height: 500px;
    object-fit: cover;
}

.card-inner .content {
    text-align: left;
}

.card-inner .content h3 {
    font-weight: 550;
    padding-bottom: 20px;
    font-size: 40px !important;
}
body .successStories .swiper-pagination{
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 99% !important;
}
.card-inner .content p {
    font-size: 17px;
    color: #525252;
}

body .card-inner .Click-here {
    font-size: 15px;
}

body .card-inner .Click-here i {
    width: 42px;
    height: 42px;
}

.story-card:not(.swiper-slide-active) {
    opacity: 0.4;
    transform: scale(0.9);
}

.swiper-slide-active {
    opacity: 1;
    transform: scale(1.1);
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    display: inline-block;
    z-index: 999;
}

.swiper-pagination-bullet {
    background: #61AFFF;
    opacity: 0.4;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}


.successSwiper .swiper-slide {
    position: relative;
    z-index: 1;
}

.successSwiper .swiper-slide-prev {
    margin-left: 12%;
}

.successSwiper .swiper-slide-active {
    margin-left: -6%;
    margin-right: -10%;
    z-index: 10;
    width: 60% !important;
    transform: scale(1.05);
}

.successSwiper .swiper-slide-prev,
.successSwiper .swiper-slide-next {
    z-index: 2;
    transform: scale(0.92);
    opacity: 0.9;
}

.successSwiper .swiper-wrapper {
    overflow: visible;
}

.successSwiper {
    overflow: visible;
}

.MobileAppScreen .MobileImg img {
    width: 50px;
    height: 50px;
}

.MobileAppScreen {
    background-color: #F4F4F4;
    padding: 10px;
    border-radius: 10px;
    gap: 10px;
    display: inline-block;
    width: 47%;
    margin: 0px 10px;
}

.MobileAppScreen .linkMobileApp p {
    font-weight: 540;
    font-size: 15px;
}

.MobileAppScreen .linkMobileApp a {
    color: gray;
    font-size: 14px;
    display: inline-block;
    padding-top: 3px;
}

.swiper-button-next,
.swiper-button-prev {
    top: 100%;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -10px;
}

.swiper-button-next {
    left: 54%;
    right: 10px;
}

.swiper-button-prev {
    left: 45%;
    right: 10px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
    color: #61AFFF;
    font-weight: 790;
    top: 15px;
    position: absolute;
    z-index: -1;
}




/* ===== Section Layout ===== */
.left-panel {
    position: relative;
    overflow: hidden;
    padding-right: 20px;
}

.grid-bg {
    position: absolute;
    width: 200%;
    height: 200%;
    background:
        linear-gradient(to right, rgba(0, 0, 0, 0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.07) 1px, transparent 1px);
    background-size: 50px 50px;
    transform-origin: top;
    top: 0%;
    left: -50%;
}

.belong-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.right-panel {
    padding: 0px 20px 20px 40px;
    height: 560px;
    overflow-y: scroll;
    position: relative;
    z-index: 2;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.right-panel::-webkit-scrollbar {
    display: none;
}

.right-panel .heading {
    background-color: #fff;
    position: sticky;
    z-index: 1;
    top: 0rem;
}

.right-panel .accordion {
    outline: none;
}

.right-panel .accordion,
.right-panel .accordion-collapse,
.right-panel .accordion,
.right-panel .accordion-item {
    position: relative;
    z-index: -1;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    background: transparent !important;
    color: #007EFF !important;
}

.life-gmta {
    padding: 80px 0;
    background: #f2f2f2;
    overflow: hidden;
    height: 780px;
}

/* Important width control */
.slider-container {
    width: 85%;
    margin: auto;
    overflow: visible;
    position: relative;
}

.slider-track {
    display: flex;
    align-items: center;
    gap: 50px;
    transition: transform 0.6s ease;
    position: relative;
}

/* Default slide */
.slide {
    flex: 0 0 28%;
    opacity: 0.9;
    transition: all 0.5s ease;
}

.slide img {
    width: 100%;
    border-radius: 20px;
}

/* Center Active Slide */
.slide.active {
    flex: 0 0 36%;
    opacity: 1;
    transform: scale(1.13);
    background: #ececec;
    padding: 18px;
    border-radius: 20px;
    min-height: 400px;
    margin: 0px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 3px #dcdcdc;
}

.slide.active img {
    border-radius: 25px;
}

body .container {
    max-width: 91%;
}

.imgwhoweare img {
    width: 100%;
    height: 100%;
}

.section-wrapper {
    width: 100%;
    background-color: #F0F5FB;
    padding: 40px 0;
}

.section-wrapper .heading p {
    width: 80%;
    margin: auto;
}

.progress-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    padding: 0 4px;
    position: absolute;
    top: -34px;
}

.dots-group,
.industry-item {
    align-items: center;
    display: flex;
}

.dots-group {
    gap: 6px;
}

.dot {
    width: 20px;
    height: 7px;
    border-radius: 3px;
    background: #c8d1e8;
    transition: 0.5s;
}

.dot.active {
    transition: 0.5s;
    width: 46px;
    background: #2563EB;
}

.slide-counter {
    font-size: 1rem;
    color: #8fa0c0;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.slide-counter span.current {
    color: #0d1b3e;
    font-weight: 700;
}

.section-wrapper .rowmain {
    width: 95%;
    margin: auto;
    display: flex;
}

.cards-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    position: relative;
    margin-top: 35px;
}

.list-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px 16px;
    width: 40%;
    flex-shrink: 0;
}

.industry-item {
    gap: 14px;
    padding: 17px 16px;
    border-radius: 12px;
    margin-bottom: 16px;
    align-items: center;
    border: 1px solid transparent;
    cursor: pointer;
}

.icon-wrap {
    font-weight: 750 !important;
    font-size: 21px;
    color: #475569;
    padding: 10px;
    border-radius: 7px;
    background-color: #F1F5F9;
}

.industry-item:last-child {
    margin-bottom: 0;
}

.industry-item:hover {
    background: #f4f6fc;
}

.industry-item.active {
    color: #000;
    background: #DBEAFE;
    box-shadow: rgba(200, 218, 226, 0.55) 0 25px 20px -20px;
    border: 1px solid rgb(37, 99, 235, 20%);
}

.industry-item.active .icon-wrap {
    background-color: #2563EB;
    color: #fff;
}

.industry-item.active .label {
    color: #000;
}

.industry-item .label {
    font-size: 19px;
    font-weight: 500;
    color: #475569;
    transition: color 0.2s;
}

.industry-item .arrow {
    margin-left: auto;
    font-size: 30px;
    opacity: 0;
    transition: opacity 0.2s;
}

.industry-item.active .arrow {
    opacity: 1;
    color: #2563EB;
    font-size: 30px;
}

.detail-card {
    flex: 1;
    width: 57%;
    border-radius: 20px;
    padding: 36px 38px 32px;
    position: relative;
    height: 100%;
    background: #FFFFFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 48%, rgba(219, 234, 254, 1) 100%);
}

.detail-bg-num {
    position: absolute;
    right: 0;
    top: -20px;
    font-size: 20rem;
    font-weight: 600;
    color: rgba(43, 93, 245, 0.07);
    line-height: 1;
    pointer-events: none;
    user-select: none;
    letter-spacing: -4px;
}

.detail-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
}

.detail-title {
    font-size: 2.1rem;
    font-weight: 600;
    color: #0d1b3e;
}

.capabilities-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.capabilities-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 22px;
    margin: 7px 0;
    color: #3a4a6b;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.5;
}

.detail-inner {
    animation: 0.35s forwards fadeSlide;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.team-section{
    padding:100px 0;
    background:#000;
    overflow:hidden;
}

.teamSlider{
    overflow:visible;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}
.team-section .swiper-horizontal{
    padding: 55px 0px !important;
    height: 550px;
}
.teamSlider .swiper-slide{
    transition:.5s;
}

.teamSlider .swiper-slide:nth-child(even){
    margin-top:-30px;
}

.teamSlider .swiper-slide:nth-child(odd){
    margin-top:30px;
}

.team-card{
    text-align:center;
}

.team-img{
    position:relative;
    overflow:hidden;
}

.team-img img{
    width:100%;
    height:100%;
    transition:.5s;
}

.team-controls{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:150px;
    position: relative;
    margin-top: 20px;
}

.team-prev,
.team-next{
    width: 100px;
    height: 100px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.3);
    background:transparent;
    color:#fff;
    font-size:20px;
    cursor:pointer;
    transition:.4s;
}

.team-next:hover, .team-prev:hover {
    border-color:#2d6cff;
    color:#2d6cff;
}

.team-prev:hover,
.team-next:hover{
    transform:translateY(-5px);
}

.team-pagination {
    position: absolute;
    margin-top: 30px;
    top: 10% !important;
    text-align: center;
}

.team-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 11px;
    background: #fff;
    opacity: 1;
    margin: 0 6px !important;
    transition: all .3s ease;
}

.team-pagination .swiper-pagination-bullet-active {
    background: rgb(58, 92, 227); /* Active dot color */
    width: 35px;
    border-radius: 20px;
}


@media only screen and (max-width: 10000px) and (min-width: 2000px) {
    body .container {
        max-width: 1600px;
    }
}

@media only screen and (max-width: 1680px) {
    .aboutBanner .banner-details h1 {
        font-size: 50px !important;
        line-height: 60px;
    }

    .aboutBanner .banner-details p {
        font-size: 20px;
        line-height: 30px;
    }

    .heading p,
    .TrackRecord .heading p {
        font-size: 16px;
        word-spacing: 1px;
        line-height: 28px;
    }

    .WhoWeAre .heading h4 {
        font-size: 18px !important;
    }

    .heading .gap-3.my-4 {
        margin: 10px 0px 15px 0px !important;
    }

    body .heading h2 {
        font-size: 38px !important;
        line-height: 45px;
    }

    .CoreValues .corevalueBox p,
    .process-card p,
    .overMission p,
    .Vision-Details p,
    .solution-box p,
    .timeline-details p {
        font-size: 15px;
        word-spacing: 2px;
        line-height: 24px;
    }

    .whatWeRow span {
        margin-bottom: 10px;
    }

    .CoreValues .corevalueBox h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .process-card h5 {
        line-height: 23px;
        font-size: 18px;
    }

    .TrackRecord ul li {
        font-size: 15px;
    }

    .TrackRecord .heading h3 {
        font-size: 19px !important;
    }

    body .container {
        max-width: 92%;
    }

    .timeline-details {
        margin: 40px 0px 65px 0px;
    }

    .leadership-project .widthMargin {
        margin: 0px 20px;
    }

    .leadership-project .leadership-box {
        margin: 10px 5px;
    }

    .industry-item .label {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1365px) {
    .capabilities-list li {
        font-size: 18px;
    }

    .leadership-project .widthMargin {
        margin: 0px 0px;
    }

    .leadership-project .leadership-box .inner-box p {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 25px;
    }

    .leadership-project .leadership-box .inner-box h3 {
        font-size: 22px;
    }

    .leadership-project .leadership-box .inner-box h4 {
        padding-bottom: 4px;
    }

    body .heading h2 {
        font-size: 34px !important;
        line-height: 40px;
    }

    .aboutBanner .banner-details h1 {
        font-size: 45px !important;
        line-height: 55px;
    }

    .aboutBanner .banner-details p {
        font-size: 18px;
        line-height: 27px;
    }

    .successSwiper .swiper-slide-active {
        width: 68% !important;
        margin-left: -10%;
    }

    .card-inner img {
        height: 400px;
    }

    .MobileAppScreen .linkMobileApp p {
        font-size: 13px;
    }

    .successSwiper {
        padding: 20px 0px 50px 0px;
    }

    .card-icon {
        height: 80px;
        width: 80px;
    }

    .slide.active {
        min-height: 220px;
    }

    .slider-track {
        gap: 30px;
    }

    .timeline-details p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1199px) {
    .leadership-project .heading{
        width: 100%;
    }
    .whatWeRow .d-flex.align-items-center.gap-4 img{
        width: auto;
        height: auto;
    }
    .industry-item {
        gap: 10px;
        padding: 8px 11px;
    }

    .detail-title {
        font-size: 24px;
        line-height: 30px;
    }

    .capabilities-list li {
        font-size: 16px;
    }

    .detail-card {
        padding: 36px 25px 32px;
    }

    .industry-item .label {
        font-size: 16px;
    }

    .icon-wrap {
        padding: 7px;
        font-size: 19px;
    }

    .leadership-project .leadership-box {
        margin: 10px 0px;
    }

    body .heading h2 {
        font-size: 30px !important;
        line-height: 40px;
    }

    .aboutBanner .banner-details h1 {
        font-size: 37px !important;
        line-height: 45px;
    }

    .aboutBanner .banner-details p {
        font-size: 16px;
        line-height: 25px;
    }

    .card-inner .content p {
        font-size: 15px;
    }

    .heading p,
    .TrackRecord .heading p {
        font-size: 15px;
    }

    .WhoWeAre .heading .Number {
        height: 50px;
        font-size: 20px;
        width: 80px;
    }

    .WhoWeAre .heading .Click-here.Click-here i {
        width: 40px;
        height: 40px;
    }

    .card-inner .Click-here.Click-here i {
        width: 35px;
        height: 35px;
    }

    .WhoWeAre .heading .OurWork {
        padding: 10px 30px;
    }

    .whatWeRow {
        margin: 0px 0px 14px 0px;
    }

    .successSwiper .swiper-slide-active {
        width: 75% !important;
        margin-left: -9%;
    }

    .card-inner .content h3 {
        padding-bottom: 6px;
    }

    .card-inner img {
        height: 350px;
    }

    .MobileAppScreen .linkMobileApp p,
    .MobileAppScreen .linkMobileApp a {
        font-size: 11px;
    }

    .MobileAppScreen .MobileImg img {
        width: 30px;
        height: 30px;
    }

    .successSwiper {
        padding: 20px 0px 50px 0px;
    }

    .overMission h5 {
        line-height: 22px;
        padding-top: 3px;
        font-size: 17px !important;
    }

    .overMission h3 {
        padding-top: 0px;
    }

    .WhatWeDo.marginTopBottom .row.mt-5 {
        margin-top: 20px !important;
    }

    .CoreValues .corevalueBox h3 {
        font-size: 20px !important;
    }

    .card-inner .content h3 {
        font-size: 28px !important;
    }

    .timeline-details {
        margin: 40px 0px 50px 0px;
        padding: 20px 15px;
    }

}

@media only screen and (max-width: 991px) {
    .team-heading{
        flex-direction:column;
    }

    .team-heading h2{
        font-size:42px;
    }

    .team-controls{
        gap:30px;
    }

    .team-prev,
    .team-next{
        width:90px;
        height:90px;
        font-size:18px;
    }
    .slider-container {
        width: 95%;
    }

    .life-gmta,
    .process-card {
        min-height: auto;
        height: auto;
    }

    .process-card {
        padding: 20px 15px;
    }

    .slide {
        flex: 0 0 65%;
    }

    .slide.active {
        flex: 0 0 75%;
    }

    body .container {
        max-width: 94%;
    }

    .card-inner img {
        height: 364px;
    }

    .WhoWeAre.marginTopBottom .heading,
    .Vision-Details {
        margin-bottom: 20px;
    }

    .whatWeRow span {
        margin: 0px 5px 10px 0px;
        font-size: 12px;
    }

    .whatWeRow h3 {
        font-size: 21px !important;
        line-height: 28px;
    }

    .marginTopBottom {
        margin: 50px 0px;
    }

    .TrackRecord ul {
        justify-content: start;
        text-align: left !important;
    }

    .TrackRecord .heading p,
    .ourVision .row.mb-5 {
        margin-bottom: 0px !important;
    }

    .Track-record-img img {
        width: 100%;
        height: auto;
        aspect-ratio: 3/1;
        object-fit: cover;
        margin-top: 20px;
    }

    .TrackRecord.my-5.py-5 {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .process-section {
        padding: 10px 0px;
    }

    .innerBoxs {
        width: 60px;
        height: 60px;
    }

    .Vision-row {
        width: 100%;
    }

    .ourVision .row.mt-5.pt-5 {
        margin-top: 10px !important;
        padding-top: 10px !important;
    }

    .overMission {
        margin: 0px 0px 30px 0px;
    }

    body .heading,
    body .heading p {
        text-align: center;
    }

    .WhoWeAre.marginTopBottom .heading,
    .WhoWeAre.marginTopBottom .heading p {
        text-align: left !important;
    }

    .row.timeline.mt-5.g-4 {
        margin-top: 10px !important;
    }

    .whatWeRow {
        padding: 15px;
    }

    .card-inner .content p {
        font-size: 12px;
    }

    .content .d-flex.mt-5.w-100 {
        flex-wrap: wrap;
        margin-top: 10px !important;
    }

    .MobileAppScreen {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .team-section .swiper-horizontal{
        height: 500px;
    }
    .team-prev, .team-next{
        width: 65px;
        height: 65px;
        font-size: 16px ;
    }
    .team-section{
        padding: 70px 0px;
    }
    .detail-card{
        padding: 36px 10px 32px;
    }
    .industry-item .label{
        font-size: 15px;
    }
    .section-wrapper .industry-item{
        margin-bottom: 7px;
    }
    .teamSlider .swiper-slide:nth-child(even),
    .teamSlider .swiper-slide:nth-child(odd){
        margin-top:0;
    }

    .team-heading h2{
        font-size:34px;
    }

    .team-content h4{
        font-size:24px;
    }
    .list-card, .detail-card, .section-wrapper .rowmain {
        width: 100%;
    }
    .cards-row{
       flex-wrap: wrap;
    }


    .timeline-details {
        margin: 10px 0px;
    }

    .timeline-img img {
        display: none;
    }

    .step-line {
        height: 30px;
    }

    .step-number {
        width: 100px;
        height: 100px;
    }

    body .heading h2 {
        font-size: 26px !important;
        line-height: 33px;
    }

    .right-panel {
        padding: 00px 0px 10px 0px;
        margin-top: 20px;
    }

    .accordion-btn {
        flex-wrap: wrap;
        gap: 10px;
    }

    .accordion-item .acc-left,
    .acc-content {
        width: 100%;
    }

    .accordion-item .acc-icon, .team-pagination {
        display: none;
    }

    .whatWeRow .d-flex.align-items-center.gap-4 {
        flex-wrap: wrap;
    }

    .whatWeRow span {
        font-size: 11px;
    }

    body .Click-here {
        font-size: 17px;
    }

    body .accordion-button {
        font-size: 17px;
    }

    .accordion-body {
        padding: 15px !important;
    }

    .WhoWeAre .heading .OurWork {
        margin-bottom: 10px;
    }

    .Vision-Details h4 {
        font-size: 18px;
    }

    .Vision-Details p {
        padding-left: 0px;
    }

    .Vision-Details {
        padding: 29px 22px;
    }

    .whatWeRow .d-flex.align-items-center.gap-4 {
        gap: 0px !important;
    }

    .whatWeRow .d-flex.align-items-center.gap-4 img {
        width: 60px;
    }

    .card-inner {
        display: block;
        padding: 0px;
    }

    .card-inner .content {
        padding: 20px;
    }

    .card-inner img {
        width: 100%;
    }

    .successSwiper .swiper-slide-active {
        width: 94% !important;
    }

    .swiper-button-next {
        left: 62%;
    }

    .swiper-button-prev {
        left: 36%;
    }

    .innerMainDiv {
        padding: 10px 20px;
    }

}

@media only screen and (max-width: 576px) {
    body .container {
        max-width: 99%;
        margin: auto;
    }

    .solution-box {
        margin: 0px 0px 40px 0px;
    }

    .aboutBanner {
        min-height: 500px;
        height: auto;
        padding: 20px 0px;
    }

    .TrackRecord ul li {
        width: 100%;
        padding: 3px 0px;
    }

    .aboutBanner .banner-details h1 {
        font-size: 28px !important;
        line-height: 38px;
    }

    body .Click-here i {
        width: 40px;
        height: 40px;
    }

    .whatWeRow .d-flex.align-items-center.gap-4 {
        flex-wrap: wrap;
    }

    .whatWeRow span {
        font-size: 11px;
    }

    .successSwiper .BottomItems {
        top: 92%;
    }
    .vision-img img, .overMission img, .CoreValues .corevalueBox img{
        width: 60px;
        height: 60px;
    }
}