@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap);
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
*,
h1,
h2,
h3,
h4,
h5,
p {
    padding: 0;
    margin: 0;
}

.nav-items a,
body {
    font-family: Manrope;
    font-style: normal;
}

*,
.View-More-btn,
.bannerSection a,
.f-location a,
.main-nav .navButton,
.text-deco,
a {
    text-decoration: none;
}

* {
    box-sizing: border-box;
    outline: 0;
    list-style: none;
    color: #000;
}

.container {
    max-width: 1240px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.pt-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.font_Manrope {
    font-family: Manrope;
}
.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: 0 0;
    transition: 0.3s linear;
    border-bottom: 1px solid #a8bcc2;
    z-index: 1000;
}

.business-Process,
.serviceCardColor {
    background: linear-gradient(
        270deg,
        rgb(0, 91, 150) -24.32%,
        rgb(13, 54, 66) 134.02%
    );
}

.main-nav.bgchange {
    background: rgba(0, 91, 150, 1);
    transition: 0.3s linear;
}

.main-nav .navbar {
    height: 80px;
    flex-wrap: nowrap;
    position: unset;
    transition: 0.3s linear;
    padding: 22px 12px;
}

.pt-80 {
    padding-top: 80px;
}

.main-nav .nav-items {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-items a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 6px;
}

.Partner-button button,
.View-More-btn {
    color: var(--p, #36c5f0);
    border: 1.5px solid var(--p, #36c5f0);
}
#HireUsmodal {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

#HireUsmodal.hide {
    opacity: 0;
    visibility: hidden;
}

.Partner-button button,
.main-nav .navButton {
    padding: 12px 30px;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: Manrope;
    font-style: normal;
    line-height: normal;
}

.nav-items .nav-res {
    display: none !important;
}

.main-nav .navButton {
    display: flex;
    align-items: flex-start;
    color: #fff;
}

.main-nav #nav-toggler {
    display: none;
}
.font_16_500 {
    font-size: 16px;
    font-weight: 500;
}
.font_18_600 {
    font-size: 18px;
    font-weight: 600;
}
.font_18_500 {
    font-size: 18px !important;
    font-weight: 500 !important;
}
.font_14_500 {
    font-size: 14px;
    font-weight: 500;
}
.font_20_400 {
    font-size: 20px !important;
    font-weight: 400 !important;
}
.font_22_500 {
    font-size: 22px !important;
    font-weight: 500 !important;
}
.font_24_700 {
    font-size: 24px !important;
    font-weight: 700 !important;
}
.font_28_700 {
    font-size: 28px !important;
    font-weight: 700 !important;
}
.font_48_700 {
    font-size: 48px !important;
    font-weight: 700;
}
.font_33_700 {
    font-size: 33px !important;
    font-weight: 700 !important;
}
.font_38_800 {
    font-size: 35px !important;
    font-weight: 800 !important;
}
.font_40_700 {
    font-size: 40px !important;
    font-weight: 700;
}
.hero-section {
    /* background-image: url(../assets/HOMEBANNER01.webp);
    background-size: cover;
    background-position: center; */
    /* min-height: 100vh */
}
.hero-section .swiper {
}

.hero-section .hero-content {
    /* padding: 76px 0 70px; */
}
#HireUsmodal {
    position: fixed;
    bottom: 0;
    content: "";
    z-index: 1;
    max-width: 950px;
    background-color: rgba(0, 91, 150, 1);
    box-shadow: 0px 3px 15px 0px rgba(84, 84, 84, 0.16);
    border-radius: 12px;
    width: 100%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -10%);
    padding: 35px 30px;
}
.Hire__Us_btn {
    max-width: 200px;
    height: 45px;
    /* border: 0; */
    /* border-radius: 8px; */
}
/* Slide content positioning */
.hero-section .slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10; /* video ke upar content ke liye */
    width: 80%;
    text-align: center;
}

/* Slide content heading */
.hero-section .slide-content h2 {
    font-size: 67px;
    font-weight: 700;
    line-height: 74px;
    max-width: 700px;
    text-align: left;
}

/* Slide content paragraph */
.hero-section .slide-content .business-p {
    width: 100%;
    max-width: 733px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 25px;
    text-align: left;
}

.Partner-button {
    padding-top: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.Partner-button button {
    display: flex;
    align-items: flex-start;
    background: 0 0;
}

.Partner-button button:hover {
    background-color: var(--p, #36c5f0);
    color: #fff;
}

.social-iconheader {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 20px;
}

.social-iconheader a:hover svg path,
.social-iconheader a:hover svg rect {
    stroke: #fb7a00;
}

.cardsSection {
    width: 100%;
    padding: 60px 0px 30px 0px;
}

.contentSection h2 {
    padding-top: 10px;
    color: #232323;
    text-align: center;
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contentSection .provide-business {
    width: 100%;
    max-width: 931px;
    padding-top: 24px;
    color: #636363;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}

.business-Process {
    padding: 14px 24px;
}

.business-Process h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    padding-top: 10px;
    margin-bottom: 0;
}

.main-services-cards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 48px;
}

.business-Process h2 {
    white-space: nowrap;
}

.serviceCard1 {
    width: 100%;
    max-width: 387px;
    position: relative;
    transition: transform 0.5s;
}

/* .serviceCard1::after {
    position: absolute;
    background-color: rgba(12, 11, 11, .57);
    backdrop-filter: blur(1px);
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    transition: .4s
} */

.serviceCard1:hover {
    transform: scale(1.02);
}

.serviceCard1:hover::after {
    opacity: 1;
}

.services-card p {
    color: #636363;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.View-More-btn,
.contect-office h5,
.serviceCard1 .know-more {
    font-weight: 500;
    font-family: Manrope;
    font-style: normal;
}

.services-card {
    padding: 16px 24px;
}

.serviceCard1 .know-more {
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    border: 1.5px solid #fb7a00;
    color: #fb7a00;
    font-size: 16px;
    line-height: normal;
    width: 137px;
    height: 46px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    z-index: 990;
}

.View-More-btn:hover,
.services-card .know-more:hover {
    background-color: #36c5f0;
    color: white;
}

.serviceCard1:hover .know-more {
    display: flex;
}

.View-More-btn {
    max-width: 142px;
    font-size: 16px;
    line-height: normal;
    padding: 12px 30px;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide.swiper-slide-active {
    z-index: 11;
}

.frm-info-bg {
    width: 100%;
    background-image: url(../assets/contact-us-connect-with-sync4tech-for-seamless-communication.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 40px !important;
}
.cnt__sec .frm-info-bg {
    padding: 0 !important;
}
.frm-info-bg .contect-office {
    width: 100%;
    max-width: 340px;
}

.contect-office h5 {
    color: var(--White, #fff);
    font-size: 24px;
    line-height: 28.8px;
    padding-top: 10px;
    margin-bottom: 0;
}

.frm-info-bg .contect-office a,
.frm-info-bg .contect-office p {
    color: var(--Stroke, #dfdfdf);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding-top: 8px;
    margin-bottom: 0;
}

#myForm2 label.error {
    position: absolute;
    bottom: -15px;
    font-size: 12px;
}

#bookconsultform label.error,
#companyNameselect label.error,
#repnameselect label.error,
.becomepartform label.error {
    color: red !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    position: absolute;
}

#bookconsultform label.error {
    top: calc(100% + 1px);
    left: 0;
}

.becomepartform label.error {
    top: calc(100% + 4px);
}

.fadeSwiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.fadeSwiper .sw-slide1 .section-1,
.fadeSwiper .sw-slide2 .section-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 74px;
}

path.kutbay-img {
    fill: gray;
}

.slideUse svg {
    filter: grayscale(100%) !important;
}

.slideUse svg:hover {
    filter: grayscale(0%) !important;
}

.slideUse svg:hover path.kutbay-img {
    fill: white;
}

.ui-section {
    padding-top: 100px;
    background-color: #efefef;
    padding-bottom: 100px;
}

.ui-section .grid-process .process-content .content-header img,
.ui-section .grid-process .process-illustration img,
.vision-image img,
.zapta-grid .zapta-building img {
    width: 100% !important;
    height: auto !important;
}

.ui-section .grid-process .process-illustration {
    text-align: center;
}

.ui-section .ui-design {
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 5.2rem;
    color: var(--white);
}

.ui-section .timeline-container {
    margin-top: 5.1rem;
    display: flex;
    flex-direction: column;
}

.ui-section .grid-process {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    opacity: 1;
}

.ui-section .grid-process .process-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 334px;
    padding: 72px 32px;
    background: rgba(0, 91, 150, 1);
    border-radius: 8px;
}

.ui-section .grid-process .process-content .content-header {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 1rem;
    align-items: center;
}

.ui-section .grid-process .process-content .content-header .content-title {
    color: var(--White, #fff);
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Manrope;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.ui-section .grid-process .process-content .process-list {
    margin-top: 2rem;
    margin-bottom: 0;
}

.ui-section .grid-process .process-content .process-list .list-item {
    list-style: decimal;
    color: var(--Grey-Shades-04, #d9d9d9);
    font-feature-settings: "clig" off, "liga" off;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.ui-section .grid-process + .row .col-12 img {
    clip-path: polygon(100% 0, 100% 0, 0 0, 0 0);
    transition: 2s;
    object-fit: contain;
}

.outcomes-section {
    background: rgba(0, 91, 150, 1);
    padding: 80px 0;
}

.outcomes-section .outcome-card {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.outcomes-section .outcome-card .outcom-p {
    background-color: #fff;
    padding: 24px;
    display: flex;
    gap: 24px;
}

.out-ul h3 {
    color: #153743;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
}

.out-ul li {
    color: #636363;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    list-style: disc;
}

.cont-frm button a {
    color: #fb7a00 !important;
}

.bannerSection a h4 {
    margin-bottom: 0;
}

#succesmodel .modal-dialog {
    max-width: 416px;
}

.table-responsive table {
    width: 100%;
}

.table-responsive table p {
    white-space: nowrap;
}

.table-responsive table tr td,
.table-responsive table tr th {
    padding-left: 10px;
    padding-right: 10px;
}
.faq_section {
    padding: 64px 0px 64px 0px;
    position: relative;
    /* background-color: #efefef !important; */
}
.faq_section .nav-link {
    padding: 0;
}
.faq_section .nav-tabs {
    display: flex;
    flex-direction: column;
    /* width: fit-content; */
    padding: 25px;
    background-color: white;
    gap: 18px;
    border: none;
}
.main_faq_content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.faq_section::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url(../assets/faq-inner.svg);
    background-repeat: no-repeat;
    width: 248px;
    height: 216px;
    z-index: -1;
}
.main_faq_content .nav.nav-tabs {
    padding: 0px;
    margin-top: 47px;
}

.faq_section .nav-link,
.faq_section .nav-link:hover,
.faq_section .nav-link:focus,
.faq_section .nav-link:active {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.faq_section .nav-tabs .nav-link {
    border-left: 2px solid transparent !important;
    border-radius: 0 !important;
    padding-left: 10px !important;
    background-color: transparent !important;
    text-align: left;
    font-family: "Inter", sans-serif;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 1.3;
    color: #636363 !important;
    transition: all 0.3s ease;
}

.faq_section .nav-link.active,
.faq_section .nav-link.active:hover {
    border-left: 2px solid #0090ff !important;
    color: #0090ff !important;
    background-color: transparent !important;
}

.nav-tabs .nav-link.active {
    color: #0090ff !important;
    padding-left: 18px !important;
}
.nav-link.main_fqtb svg path {
    /* stroke: #0090ff !important; */
    stroke: white !important;
}

.main_fqtb {
    display: flex !important;
    align-items: center !important;
    gap: 30px !important;
    justify-content: space-between;
}
.mx__335 {
    max-width: 335px;
    width: 100%;
}
.mx__385 {
    max-width: 385px;
    width: 100%;
}
.mx__480 {
    max-width: 480px;
    width: 100%;
}
.mx__660 {
    max-width: 660px;
    width: 100%;
}
.mx__730 {
    max-width: 730px;
    width: 100%;
}
.mx__900 {
    max-width: 900px;
    width: 100%;
}
.faq_section .accordion-item {
    /* max-width: 856px; */
    background-color: transparent;
    border-bottom: 1px solid #e9eaeb;
}
.faq_section .tab-content {
    max-width: 856px;
    width: 100%;
}
.faq_section .accordion {
    display: flex;
    flex-direction: column;
    gap: 0px;
    position: relative;
    z-index: 1;
    width: 100%;
}
.faq_section .accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}
.faq_section .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}
.faq_section .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    color: #232323;
    background-color: transparent;
}
.faq_section .accordion-body {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #636363;
    /* padding: 6px 40px 24px 22px; */
    padding: 5px 0px 0px 0px;
}
.faq_section .accordion-item .accordion-button {
    font-family: Manrope;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #0090ff;
    padding: 0;
    /* padding: 20px 32px 20px 32px; */
}
.faq_section .accordion-button {
    /* padding: 0px 20px 0px 20px; */
}
.accordion-button:not(.collapsed) {
    /* min-height: unset; */
    background-color: transparent !important;
    box-shadow: none !important;
    /* padding-top: 19px; */
}
.faq_section .accordion-button:focus {
    border-color: none !important;
    box-shadow: none !important;
}
.faq_section .accordion-item {
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 25px 0px 25px 0px;
    border-radius: 0;
}
.faq_section .accordion-item:first-of-type {
    border-radius: 0;
}
.faq_section .accordion-item:last-of-type {
    border-radius: 0;
}
.faq_section .accordion-button::after {
    background-image: url("../assets/accordian_plus.svg");
    transition: all 0.5s;
}
.faq_section .accordion-button:not(.collapsed)::after {
    background-image: url("../assets/accordian_cross.svg");
    transform: rotate(0deg);
}
.faq_section .accordion-button::after {
    transition: all 0.5s;
}
.faq_section .faq_listed li {
    list-style: disc;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #636363;
}
.faq_section .accordion-body p {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #636363;
    margin: 0;
}
.faq_section nav {
    border-bottom: none !important;
}
.pl__45 {
    padding-left: 45px;
}
.why_sync4tech {
    position: relative;
    padding: 80px 0px;
    background-color: #005b96;
}
.why_sync4tech::after {
    position: absolute;
    content: "";
    background-image: url(../assets/why_sync4tech_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 500px;
    height: 100%;
    top: 0;
    right: 0;
}
.why_sync4tech__wrapper {
    max-width: 650px;
}
.service_bg {
    background-image: none;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background-image 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

/* Background image setup */
.service_bg1::before {
    background-image: url(../assets/service_bg1.png);
}
.service_bg2::before {
    background-image: url(../assets/service_bg2.png);
}
.service_bg3::before {
    background-image: url(../assets/service_bg3.png);
}
.service_bg4::before {
    background-image: url(../assets/service_bg4.png);
}
.service_bg5::before {
    background-image: url(../assets/service_bg5.png);
}
.service_bg6::before {
    background-image: url(../assets/service_bg6.png);
}
.service_bg7::before {
    background-image: url(../assets/service_bg7.png);
}
.service_bg8::before {
    background-image: url(../assets/service_bg8.png);
}
.service_bg9::before {
    background-image: url(../assets/service_bg9.png);
}
.service_bg10::before {
    background-image: url(../assets/service_bg10.png);
}
.service_bg11::before {
    background-image: url(../assets/service_bg11.png);
}
.service_bg12::before {
    background-image: url(../assets/service_bg12.png);
}
.service_bg13::before {
    background-image: url(../assets/service_bg13.png);
}
.service_bg14::before {
    background-image: url(../assets/service_bg14.png);
}
.service_bg15::before {
    background-image: url(../assets/service_bg15.png);
}
.service_bg16::before {
    background-image: url(../assets/service_bg16.png);
}
.service_bg17::before {
    background-image: url(../assets/service_bg17.png);
}
.service_bg18::before {
    background-image: url(../assets/service_bg18.png);
}
.service_bg19::before {
    background-image: url(../assets/service_bg19.png);
}
.service_bg20::before {
    background-image: url(../assets/service_bg20.png);
}
.cards-container .global__white_btn::after,
.cards-container .global__white_btn::before {
    width: 20px;
    height: 20px;
}
.cards-container .global__white_btn {
    font-size: 14px;
}

.service_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 110% 110%; /* allow space for zoom */
    background-position: center;
    opacity: 1;
    transition: transform 0.3s ease-in-out, opacity 0.5s ease-in-out;
    z-index: 0;
}

/* ✅ Hover effect: smooth zoom-in */
.service_bg:hover::before {
    transform: scale(1.2);
}

.service_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000007e;
    transition: background 0.5s ease-in-out;
    z-index: 1;
}

/* Optional slight darkening on hover */
.service_bg:hover::after {
    background: rgba(0, 0, 0, 0.6);
}

.service_bg h3,
.service_bg p {
    position: relative;
    z-index: 2;
    transition: color 0.8s ease-in-out;
    color: white !important;
}

.blogCard h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* show only 2 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.4em; /* adjust spacing between lines */
}
.industries_section {
    padding: 64px 0px;
}
.business_benifits_section {
    padding: 60px 0px;
    background-color: #f7f7f7;
}
.business_benifits_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
    margin-top: 60px;
}
.business_benifits_cards {
    position: relative;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 380px;
    background: #1b232e;
    overflow: hidden;
    transition: all 0.4s ease;
}

/* Background animation */
.business_benifits_cards::before {
    content: "";
    position: absolute;
    top: -100%;
    right: 0;
    width: 240px;
    height: 240px;
    background-image: url("../assets/benifits_cards_bg.png");
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    z-index: 0;
}

.b_card_3::before {
    background-image: url("../assets/benifits_cards_bg_2.png");
}

.business_benifits_cards:hover::before {
    top: 0;
    opacity: 1;
}

/* Keep content above background */
.business_benifits_cards > * {
    position: relative;
    z-index: 1;
}

/* Default state (content slightly lowered) */
.business_benifits_cards svg,
.business_benifits_cards h2,
.business_benifits_cards p {
    transform: translateY(20px);
    opacity: 0.9;
    transition: all 0.5s ease;
}
.business_benifits_cards h2 {
    font-size: 18px !important;
    font-weight: 600 !important;
}
.business_benifits_cards p {
    font-size: 15px !important;
}
/* Hover state — move upward smoothly */
.business_benifits_cards:hover svg,
.business_benifits_cards:hover h2,
.business_benifits_cards:hover p {
    transform: translateY(0);
    opacity: 1;
}

/* SVG color change on hover */
.business_benifits_cards svg path {
    transition: all 0.4s ease;
    stroke: white;
}

.business_benifits_cards:hover svg path {
    stroke: #36c5f0; /* blue */
}

.b_card_2 {
    background: #e8ecf3;
}
.b_card_3 {
    background: #1985bc;
}
.b_card_4 {
    background: #04338c;
}
.globle_hero_btn {
    padding: 16px 32px !important;
    width: fit-content;
    background-color: #0090ff;
    color: white !important;
    border: 0;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.timeline_section {
    width: 100%;
    padding: 80px 0px;
}

.timeline_section .container {
    max-width: 900px;
    margin: 0 auto;
}

.timeline_section .eyebrow {
    color: #3b82f6;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.timeline_section .title {
    color: #1e40af;
    font-size: 32px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: 600;
}

.timeline_section .lead {
    color: #475569;
    font-size: 14px;
    margin-bottom: 60px;
}

.timeline_section .timeline-wrapper {
    position: relative;
}

.timeline_section .timeline-segment {
    position: absolute;
    width: 2px;
    left: 51.2%;
    transform: translateX(-1px);
    background: #cbd5e1;
    /* z-index: 2; */
    margin-top: -15px !important;
}

.timeline_section .progress-segment {
    position: absolute;
    width: 2px;
    left: 51.2%;
    transform: translateX(-1px);
    background: #3b82f6;
    /* z-index: 2; */
    transition: height 0.1s linear;
    margin-top: -15px !important;
}

.timeline_section .timeline {
    list-style: none;
    position: relative;
}

.timeline_section .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 90px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.timeline_section .row.visible {
    opacity: 1;
    transform: translateY(0);
}

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

.timeline_section .empty {
    width: 47%;
}

.timeline_section .marker {
    position: absolute;
    width: 34px;
    height: 34px;
    background: #e5efff;
    border-radius: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1 !important;
    border: 1px solid #e5efff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.marker__inner {
    background: linear-gradient(90deg, #0062ff 0%, #65d1ff 100%);
    width: 14px !important;
    height: 14px !important;
}

.timeline_section .card {
    background: white;
    padding: 24px;
    border: 0px;
    width: 47%;
    box-shadow: 0px 14px 32px 0px #0000000f;
}

.timeline_section .card {
    transition: background 0.5s ease-in-out, color 0.3s ease-in-out;
}

.timeline_section .card .kicker,
.timeline_section .card h3,
.timeline_section .card p {
    transition: color 0.3s ease-in-out;
}

.timeline_section .card:hover {
    background: linear-gradient(
        97.6deg,
        #005b96 0%,
        #0a65a0 50.87%,
        #001d30 100.5%
    );
    transition: color 0.3s ease-in-out;
}

.timeline_section .card:hover .kicker,
.timeline_section .card:hover h3,
.timeline_section .card:hover p {
    color: white !important;
}

.timeline_section .kicker {
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -3%;
    vertical-align: middle;
    color: #005b96;
    margin-bottom: 59px;
}

.timeline_section .card h3 {
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -3%;
    vertical-align: middle;
    color: #0a65a0;
    margin-bottom: 18px;
}

.timeline_section .card p {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;
    color: #383838;
}

.timeline_section .row.left .card {
    order: 1;
}

.timeline_section .row.left .empty {
    order: 3;
}

.timeline_section .row.right .empty {
    order: 1;
}

.timeline_section .row.right .card {
    order: 3;
}

.cont_main {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100vh; */
    width: 100%;
    /* margin-left: 20px; */
}

.global__white_btn {
    font-weight: 700;
    position: relative;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-family: Manrope;
    padding: 10px 30px;
    background-color: transparent;
    border: 2px solid white;
    transition: all 0.5s;
}
.global__white_btn::after,
.global__white_btn::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border: inherit;
    transition: all 0.5s;
}
.global__white_btn::before {
    top: -12px;
    left: -12px;
    border-width: 2px 0 0 2px;
}
.global__white_btn::after {
    bottom: -12px;
    right: -12px;
    border-width: 0 2px 2px 0;
}
.global__white_btn:hover {
    color: white;
    background: transparent;
}
.global__white_btn:hover::after,
.global__white_btn:hover::before {
    width: calc(100% + 23px);
    height: calc(100% + 23px);
}
/* global button effcet on card */
.service-card .global__white_btn {
    margin-top: 50px !important;
}
.service-card:hover .global__white_btn {
    color: white;
    background: transparent;
}

.service-card:hover .global__white_btn::before,
.service-card:hover .global__white_btn::after {
    width: calc(100% + 23px) !important;
    height: calc(100% + 23px) !important;
}
/* global button effcet on card */
.global__color_btn {
    font-weight: 700;
    position: relative;
    color: #36c5f0;
    text-decoration: none;
    font-size: 16px;
    font-family: Manrope;
    padding: 10px 30px;
    background-color: transparent;
    border: 2px solid #36c5f0;
    transition: all 0.5s;
    margin-left: 160px;
}
.global__color_btn::after,
.global__color_btn::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border: inherit;
    transition: all 0.5s;
    z-index: 10 !important;
}
.global__color_btn::before {
    top: -12px;
    left: -12px;
    border-width: 2px 0 0 2px;
}
.global__color_btn::after {
    bottom: -12px;
    right: -12px;
    border-width: 0 2px 2px 0;
}
.global__color_btn:hover {
    color: #36c5f0;
    background: transparent;
}
.global__color_btn:hover::after,
.global__color_btn:hover::before {
    width: calc(100% + 23px);
    height: calc(100% + 23px);
}
.tellProjectSection {
    background-color: #101010 !important;
    background-image: none;
    position: relative;
}

.tellProjectSection::after {
    position: absolute;
    content: "";
    background-image: url(../assets/stay_connected_bg.png) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 500px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
}
.why_sync4tech__wrapper {
    max-width: 650px;
    text-align: start;
}

.services-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 24px;
}

.services-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
}

.left-sidebar {
    position: sticky;
    top: 120px;
    align-self: start;
}

.left-sidebar h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 24px;
    line-height: 1.2;
}

.left-sidebar p {
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 32px;
    font-size: 15px;
}

.menu-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.menu-item {
    padding: 14px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #4b5563;
    font-size: 15px;
}

.menu-item:hover {
    background-color: #f3f4f6;
}

.menu-item.active {
    background-color: #005b96;
    color: white;
    font-weight: 500;
}

.cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.service-card {
    background: #f1f1f1;
    padding: 24px;
    border: 1px solid #e7e7e7;
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 1;
    transform: scale(1) translateY(0);
    will-change: transform, opacity;
    /* min-height: 186px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-card.active {
    opacity: 1;
    transform: scale(1) translateY(0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.service-card h3 {
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -3%;
    color: #383838;
}

.service-card p {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -2%;
    color: #6c757d;
    /* padding-top: 12px; */
}

@media (max-width: 1024px) {
    .services-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .left-sidebar {
        position: relative;
        top: 0;
    }

    .cards-container {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 550px) {
    .why_sync4tech::after {
        width: 200px !important;
        height: 170px !important;
    }

    .service-card h3 {
        font-size: 20px !important;
    }

    .service-card p {
        font-size: 16px;
        line-height: 22px;
    }
}

.btn12 {
    display: inline-block;
    color: #ffffff;
    padding: 0px 0px 40px 32px;
    position: relative;
    letter-spacing: 1px;
    margin: 0;
}

/* .btn__circle,
.btn__text,
.btn__white-circle {
    position: absolute;
}

.btn__circle {
    top: 0;
    left: 1px;
    height: 40px;
    border-radius: 100%;
    width: 40px;
    box-shadow: 0 0 1px 1px #fff;
    transition: 0.3s linear;
}

.btn__white-circle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #ffffff;
    display: flex;
    transition: 0.3s ease-in-out;
}

.btn__white-circle svg {
    width: 20px;
    height: 20px;
    margin: auto;
}

.btn__text {
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 2;
    transition: 0.3s linear;
    color: white;
    font-size: 15px;
    margin-left: -12px;
}

.btn12:hover .btn__circle {
    transform: scale(0);
}

.btn12:hover .btn__white-circle {
    transform: translate(-50%, -50%) scale(1);
    left: 20px;
}

.btn12:hover .btn__text {
    transform: translate(30px, -38%);
}

.content12 {
    padding-top: 30px;
} */
@media (max-width: 768px) {
    .timeline_section .timeline-segment {
        left: 20px;
    }

    .timeline_section .progress-segment {
        left: 20px;
    }

    .timeline_section .row {
        padding-left: 40px;
        justify-content: flex-start;
    }

    .timeline_section .empty {
        display: none;
    }

    .timeline_section .card {
        width: 100%;
        max-width: 500px;
    }

    .timeline_section .marker {
        left: 20px;
    }
}

html {
    scroll-behavior: smooth;
}

.services-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 24px;
}

.services-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
}

.left-sidebar {
    position: sticky;
    top: 120px;
    align-self: start;
}

.left-sidebar h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 24px;
    line-height: 1.2;
}

.left-sidebar p {
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 32px;
    font-size: 15px;
}

.menu-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.menu-item {
    padding: 14px 16px;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #4b5563;
    font-size: 15px;
}

.menu-item:hover {
    background-color: #f3f4f6;
}

.menu-item.active {
    background-color: #005b96;
    color: white;
    font-weight: 500;
}

.cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.service-card {
    background: #f1f1f1;
    padding: 24px;
    border: 1px solid #e7e7e7;
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 1;
    transform: scale(1) translateY(0);
    will-change: transform, opacity;
    min-height: 186px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-card.active {
    opacity: 1;
    transform: scale(1) translateY(0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.service-card h3 {
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -3%;
    color: #383838;
}

.service-card p {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -2%;
    color: #6c757d;
}

@media (max-width: 1024px) {
    .services-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .left-sidebar {
        position: relative;
        top: 0;
    }

    .cards-container {
        grid-template-columns: 1fr;
    }
}

/* .wrapper12 {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 40px 0px 0px 0px;
}

.container12 {
    height: 400px;
    display: flex;
    flex-direction: nowrap;
    justify-content: start;
}

.industries_section .card12 {
    width: 120px;
    border-radius: 0.75rem;
    background-size: cover;
    cursor: pointer;
    overflow: hidden;
    border-radius: 1rem;
    margin: 0 10px;
    display: flex;
    align-items: flex-end;
    transition: 0.6s cubic-bezier(0.28, -0.03, 0, 0.99);
    box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.industries_section .card12::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 4.82%,
            rgba(0, 0, 0, 0.94) 97.52%
        ),
        linear-gradient(0deg, rgba(0, 91, 150, 0.1), rgba(0, 91, 150, 0.1));
    transition: all 0.3s ease;
    z-index: 0;
    pointer-events: none;
}

.industries_section .card12 > * {
    position: relative;
    z-index: 2;
}

.industries_section .card12 > .row {
    color: white;
    display: flex;
    align-items: end;
    flex-wrap: nowrap;
    margin: 0;
}

.industries_section .card12 > .row > .icon12 {
    background: linear-gradient(
        97.6deg,
        #005b96 0%,
        #0a65a0 50.87%,
        #001d30 100.5%
    );
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
    font-size: 16px;
}

.industries_section .card12 > .row > .description12 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    width: 415px;
    opacity: 0;
    transform: translateY(30px);
    transition-delay: 0.3s;
    transition: all 0.3s ease;
}

.description12 p {
    color: #ffffff;
    padding-top: 5px;
}

.wrapper12 input {
    display: none;
}

.wrapper12 input:checked + label {
    width: 500px;
}

.wrapper12 input:checked + label .description12 {
    opacity: 1 !important;
    transform: translateY(0) !important;
    padding-bottom: 8px;
}
.industries_section .card12[for="c1"] {
    background-image: url("../assets/support-1.jpg");
}

.industries_section .card12[for="c2"] {
    background-image: url("../assets/support-2.jpg");
}

.industries_section .card12[for="c3"] {
    background-image: url("../assets/support-3.jpg");
}

.industries_section .card12[for="c4"] {
    background-image: url("../assets/support-4.jpg");
}

.industries_section .card12[for="c5"] {
    background-image: url("../assets/support-1.jpg");
}

.industries_section .card12[for="c6"] {
    background-image: url("../assets/support-2.jpg");
} */

.wrapper12 {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    padding: 40px 0;
    overflow: hidden;
    position: relative;
}

.container12 {
    display: flex;
    justify-content: start;
    gap: 24px;
    height: 400px;
    transition: none;
}

@media (max-width: 1200px) {
    .container12 {
        transform: none !important;
        transition: none !important;
    }
}

.wrapper12 input {
    display: none;
    pointer-events: none;
}

@media (max-width: 1200px) {
    .wrapper12 input {
        display: none !important;
        pointer-events: none !important;
    }
    
    .card12:hover,
    .wrapper12 input:checked + label.card12 {
        width: 100% !important;
        transform: none !important;
    }
}

.card12 {
    width: 150px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    transition: all 0.6s cubic-bezier(0.28, -0.03, 0, 0.99);
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

/* Gradient overlay */
.card12::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 4.82%,
            rgba(0, 0, 0, 0.94) 97.52%
        ),
        linear-gradient(0deg, rgba(0, 91, 150, 0.1), rgba(0, 91, 150, 0.1));
    transition: all 0.3s ease;
    z-index: 0;
}

/* Expanded state */
.card12:hover,
.wrapper12 input:checked + label.card12 {
    width: 500px;
}

/* Content positioning */
.card12 > * {
    position: relative;
    z-index: 2;
}

.card12 > .row {
    color: white;
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    margin: 0;
}

.card12 > .row > .icon12 {
    background: linear-gradient(
        97.6deg,
        #005b96 0%,
        #0a65a0 50.87%,
        #001d30 100.5%
    );
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
    font-size: 16px;
    font-weight: 600;
}

.card12 > .row > .description12 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    width: 415px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.4s ease;
}
.card12 > .row > .description12 p,
.card12 > .row > .description12 h4 {
    color: white;
}

/* Show text on hover or checked */
.card12:hover .description12,
.wrapper12 input:checked + label.card12 .description12 {
    opacity: 1;
    transform: translateY(0);
    padding-bottom: 8px;
    padding: 0px 16px;
}

/* Hide text of checked card when another is hovered */
.container12:hover input:checked + label.card12:not(:hover) {
    width: 150px;
}

.container12:hover input:checked + label.card12:not(:hover) .description12 {
    opacity: 0;
    transform: translateY(30px);
    padding-bottom: 0;
}

/* Backgrounds (assets) */
.card12[for="c1"] {
    background-image: url("../assets/support-1.jpg");
}
.card12[for="c2"] {
    background-image: url("../assets/support-2.jpg");
}
.card12[for="c3"] {
    background-image: url("../assets/support-3.jpg");
}
.card12[for="c4"] {
    background-image: url("../assets/support-4.jpg");
}
.card12[for="c5"] {
    background-image: url("../assets/support-1.jpg");
}
.card12[for="c6"] {
    background-image: url("../assets/support-2.jpg");
}

/* Slider controls */
.slider-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

@media (max-width: 1200px) {
    .slider-controls {
        display: none !important;
    }
}

.slider-btn {
    background: linear-gradient(
        97.6deg,
        #005b96 0%,
        #0a65a0 50.87%,
        #001d30 100.5%
    );
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
}

.slider-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

/* Dots (hidden by default) */
.slider-dots {
    display: none;
    gap: 10px;
    margin-top: 20px;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background: #00f2fe;
    transform: scale(1.2);
}
.tellProjectSection .cont_main:first-of-type .global__white_btn {
    background-color: #36c5f0 !important;
    margin-left: 20px;
}
.why_sync4tech .global__white_btn {
    margin-left: 16px;
}
.bannerSection .global__white_btn {
    margin-left: 16px;
}
.mt__167 {
    margin-top: -167px !important;
}
.cardsSection .frm-info-bg {
    background-image: none;
}
.cardsSection .frm-info-bg .contect-office h5 {
    color: #101828 !important;
    font-size: 20px !important;
}
.cardsSection .frm-info-bg .contect-office p {
    font-size: 16px !important;
    color: #383838;
}
.cardsSection .frm-info-bg .contect-office a {
    color: #005b96 !important;
}

#searchOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #36c5f0; */
    background: rgba(0, 91, 150, 1);
    backdrop-filter: blur(5px);
    z-index: 999;
    padding: 150px 300px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

#searchOverlay.active {
    transform: translateY(0);
    opacity: 1;
    /* top: 80px; */
}

#searchOverlay .overlay-content {
    margin-top: 80px;
    text-align: center;
    color: white;
    width: 90%;
    max-width: 600px;
}

#searchOverlay .overlay-input {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    outline: 2px solid white;
}

.search-box {
    width: 100%;
}

.search-box input {
    width: 100%;
    padding: 12px;
    border: none;
    color: white !important;
    font-size: 50px;
    font-weight: 600 !important;
    outline: none;
    border-bottom: 2px solid white;
    border-left: none;
    border-right: none;
    border-top: none;
    background: transparent;
    font-family: Manrope, sans-serif;
}

.search-box input::placeholder {
    color: white !important;
    font-size: 50px;
    font-weight: 600 !important;
    font-family: Manrope, sans-serif;
}

.search-box input:focus {
    border-bottom: 2px solid white !important;
    outline: none;
}

.overlay_wrapper_links {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 350px;
    overflow-y: auto;
}

.overlay_wrapper_links::-webkit-scrollbar {
    width: 6px;
}

.overlay_wrapper_links::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

.overlay_wrapper_links div {
    padding: 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    transition: background 0.3s ease;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

#defaultQuickLinks {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#defaultQuickLinks h2 {
    font-size: 26px;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
}

#defaultQuickLinks div {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    transition: background 0.3s ease;
    padding-top: 6px;
    width: fit-content;
}

#defaultQuickLinks div i {
    margin-right: 8px;
    color: white;
    transition: color 0.3s ease;
}

#defaultQuickLinks div a {
    display: inline-block;
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 500;
    transition: transform 0.3s ease, color 0.3s ease;
}

#defaultQuickLinks div:hover a {
    transform: translateX(6px);
    color: rgba(0, 91, 150, 1);
}

#defaultQuickLinks div:hover i {
    color: rgba(0, 91, 150, 1);
}

.overlay_wrapper_links h2 {
    font-size: 26px;
    font-weight: 600;
    color: white;
    padding-bottom: 12px;
}

.overlay_wrapper_links strong {
    font-size: 18px;
    color: #36c5f0;
}

.search-filters {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    justify-content: center;
    padding: 30px 0px 10px 0px;
}

.search-filters .filter {
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #ccc;
    background: none;
    color: white;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-filters .filter.active {
    background: #36c5f0;
    border-color: rgba(0, 91, 150, 1);
}

#searchQueryHeading {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    color: #cbcbcb;
}

.overlay_wrapper_links div {
    margin-bottom: 10px;
}

.overlay_wrapper_links div a {
    color: white;
    text-decoration: none;
    font-weight: 500;
}

.overlay_wrapper_links div a.read-more {
    color: #36c5f0;
    font-size: 16px;
    font-weight: 600;
    margin-left: 5px;
}

.overlay_wrapper_links {
    overflow-y: scroll;
}

.main-nav.change-main-nav-bg {
    background: rgba(0, 91, 150, 1);
    transition: 0.3s linear;
}

.card.glob_btn {
    position: relative;
    padding: 25px;
    background: transparent;
    /* border: 2px solid #dee2e6; */
    color: #fff;
    overflow: visible;
    transition: 0.3s ease;
}

/* Corner Borders */
.card.glob_btn::before,
.card.glob_btn::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    border: 2px solid #005b96;
    transition: 0.4s ease;
}

/* Top-left */
.card.glob_btn::before {
    top: -12px;
    left: -12px;
    border-width: 2px 0 0 2px;
}

/* Bottom-right */
.card.glob_btn::after {
    bottom: -12px;
    right: -12px;
    border-width: 0 2px 2px 0;
}

/* Hover → Full rectangle border animation */
.card.glob_btn:hover::before,
.card.glob_btn:hover::after {
    width: calc(100% + 24px);
    height: calc(100% + 22px);
}
.timeline-wrapper {
    padding-top: 20px;
}
.mega-menu-wrapper a {
    text-decoration: none;
}

.mega-panel.active {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    position: relative;
    column-gap: 50px;
}

.mega-panel.active::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px; /* border thickness */
    background-color: #ddd; /* border color */
    transform: translateX(-50%);
}
.mega-content {
    border-left: 2px solid #dddddd8c;
    padding-left: 25px;
}

@media screen and (max-width: 1200px) {
    #searchOverlay {
        padding: 150px 100px !important;
    }

    .search-filters .filter {
        white-space: nowrap;
    }

    .search-filters {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 500px) {
    #searchOverlay {
        padding: 100px 30px !important;
    }
    .search-box input {
        font-size: 24px;
    }
    .search-box input::placeholder {
        font-size: 24px;
    }
}

/* Responsive design */
@media (max-width: 1100px) {
    .container12 {
        height: 350px;
    }
    .card12:hover,
    .wrapper12 input:checked + label.card12 {
        width: 400px;
    }
    .card12 > .row > .description12 {
        width: 315px;
    }
}

@media (max-width: 768px) {
    .container12 {
        height: 300px;
        gap: 16px;
    }
    .card12 {
        width: 120px;
    }
    .card12:hover,
    .wrapper12 input:checked + label.card12 {
        width: 300px;
    }
    .card12 > .row > .description12 {
        width: 215px;
    }
    .description12 h4 {
        font-size: 18px;
    }
    .description12 p {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .container12 {
        height: 250px;
    }
    .card12 {
        width: 100px;
    }
    .card12:hover,
    .wrapper12 input:checked + label.card12 {
        width: 250px;
    }
    .card12 > .row > .description12 {
        width: 165px;
    }
    .description12 h4 {
        font-size: 16px;
    }
    .description12 p {
        font-size: 12px;
    }
    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .bannerSection .global__white_btn {
        margin-left: 0px;
    }
    .why_sync4tech .global__white_btn {
        margin-left: 16px;
    }
    .tellProjectSection .cont_main:first-of-type .global__white_btn {
        margin-left: 0px;
    }
    .marker__inner {
        width: 10px;
        height: 10px;
    }
    .timeline {
        margin-right: 12px !important;
    }
}

@media screen and (max-width: 992px) {
    .mega-panel.active::after {
        display: none;
    }
    .mega-content {
        border-left: unset;
        padding-left: 0;
    }
    .global__color_btn {
        margin-left: 0px;
    }

    .container12 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        height: auto;
    }
    .slider-controls {
        display: none !important;
    }

    .industries_section .card12 {
        width: 100% !important;
        margin: 0 !important;
        height: auto !important;
        min-height: 200px;
    }

    .industries_section .card12 > .row {
        flex-direction: column;
        padding: 20px;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 100%;
        width: 100%;
    }

    .industries_section .card12 > .row > .icon12 {
        font-size: 16px;
        text-align: center;
        align-items: center;
        display: flex;
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }

    .industries_section .card12 > .row > .description12 {
        width: 100%;
        height: auto !important;
        opacity: 1 !important;
        transform: translateY(0) !important;
        padding: 0;
        text-align: center;
    }

    .wrapper12 input:checked + label .description12 {
        padding: 0;
    }

    .wrapper12 input:checked + label {
        width: 100%;
    }

    .card12:hover .description12,
    .wrapper12 input:checked + label.card12 .description12 {
        justify-content: center;
        text-align: center;
        width: 100%;
        opacity: 1;
        transform: translateY(0);
    }

    .card12:hover,
    .wrapper12 input:checked + label.card12 {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .container12 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        height: auto;
    }

    .industries_section .card12 {
        width: 100% !important;
        height: auto !important;
        min-height: 200px;
    }

    .industries_section .card12 > .row {
        flex-direction: column;
        padding: 20px;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 100%;
    }

    .industries_section .card12 > .row > .description12 {
        width: 100%;
        opacity: 1 !important;
        transform: translateY(0) !important;
        text-align: center;
    }

    .card12:hover,
    .wrapper12 input:checked + label.card12 {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .timeline_section .marker {
        left: -10px !important;
        width: 28px;
        height: 28px;
    }

    .timeline_section .card p {
        font-size: 16px;
        line-height: 22px;
    }

    .timeline_section .kicker {
        margin-bottom: 30px;
    }

    .timeline_section .card h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .timeline_section .card {
        padding: 16px;
    }

    .timeline_section .row {
        padding-left: 25px;
    }

    .why_sync4tech::after {
        width: 200px !important;
        height: 170px !important;
    }

    .service-card h3 {
        font-size: 20px !important;
    }

    .service-card p {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 1024px) {
    .row {
        --bs-gutter-x: 0 !important;
    }
    .business_benifits_wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 991px) {
    .ui-section .grid-process .process-illustration img {
        margin-top: -22px;
    }
    .mt__167 {
        margin-top: 0px !important;
    }
    .frm-info-bg {
        padding: 20px 10px !important;
    }

    .main-nav {
        background: #0f4757;
    }

    .main-nav #nav-toggler {
        display: block;
        font-size: 20px;
        color: #110f13;
    }

    .main-nav .nav-items {
        position: absolute;
        top: 104%;
        left: 0;
        right: 0;
        height: 100vh;
        width: 100%;
        background: #0f4757;
        flex-direction: column;
        align-items: start;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        transition: 0.3s linear;
        padding: 10px 26px 30px;
    }

    .main-nav .nav-items.show {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        border-radius: 0 0 30px 30px;
        transition: 0.7s linear;
    }

    .main-btn {
        display: none !important;
    }

    .nav-items .nav-res {
        display: block !important;
    }

    .contentSection h2,
    .hero-section .hero-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .main_faq_content {
        gap: 20px;
    }
    .mx__335 {
        max-width: 290px;
    }
    .faq_section {
        padding: 50px 0px 50px 0px;
    }
}

@media screen and (max-width: 992px) {
    .navbar-collapse.show {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, 0.55);
        padding: 0;
        border: none;
        outline: 0;
        box-shadow: none;
    }
    /* .nav-items.show .nav-link {
        padding: 0 !important;
        margin: 0 !important;
    } */
     .services-link{
        margin-left: 0px;
        padding-top: 0 !important;
        padding-bottom: 12px !important;
     }
     .navbar-nav .nav-item:nth-child(4){
        padding-bottom: 10px !important;
     }
     .navButton.nav-res{
        margin-left: 20px !important;
     }
    .nav-items.show{
        gap: 22px;
    }
}

@media (max-width: 991px) {
    .ui-section .grid-process .process-content {
        min-height: unset;
        order: 2;
    }

    .ui-section .grid-process + .row .col-12 img {
        clip-path: polygon(100% 0px, 100% 100%, 0px 100%, 0px 0px) !important;
    }

    .ui-section .grid-process .process-content,
    .ui-section .grid-process .process-illustration {
        max-width: 625px;
    }

    .ui-section .timeline-container {
        margin-top: 5rem;
        gap: 10px;
        align-items: center;
    }

    .ui-section .grid-process {
        grid-template-columns: 1fr;
        justify-content: center;
    }

    .ui-section .grid-process .row .col-12 img {
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
    }

    .pr-about-image,
    .ui-section .grid-process .process-illustration {
        order: 1;
    }
}
@media screen and (max-width: 767px) {
    .main_faq_content {
        flex-wrap: wrap;
    }
    .mx__335 {
        max-width: unset;
    }
    .business_benifits_wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 786px) {
    .contentSection h2,
    .hero-section .hero-content h1 {
        font-size: 30px;
        line-height: 50px;
    }
    .hero-section {
        padding-bottom: 50px;
    }

    .cardsSection {
        padding: 70px 0;
    }

    .ui-section .timeline-container {
        margin-top: 0;
    }

    .ui-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .outcomes-section .outcome-card {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 576px) {
    #contectUs .modal-dialog {
        max-width: 1120px;
        margin: 1.75rem auto;
    }

    .pt-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 550px) {
    .contentSection h2,
    .hero-section .hero-content h1 {
        font-size: 20px;
        line-height: 30px;
    }
    .hero-section .hero-content h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .hero-section .hero-content .business-p {
        font-size: 14px;
        line-height: 22px;
    }

    .Partner-button,
    .outcomes-section .outcome-card .outcom-p {
        flex-wrap: wrap;
    }

    .cardsSection {
        padding: 50px 0;
    }

    .frm-info-bg {
        padding: 0 10px 10px;
    }

    .wireframe img {
        width: 100px;
        height: 100px;
    }

    .ui-section .grid-process {
        gap: 10px;
    }

    .home-links a {
        font-size: 12px;
    }

    .out-ul h3 {
        font-size: 18px !important;
        line-height: 35px !important;
    }

    .out-ul li {
        font-size: 14px;
        line-height: 20px;
    }

    .pt-100 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .fadeSwiper .sw-slide1 .section-1,
    .fadeSwiper .sw-slide2 .section-1 {
        gap: 34px;
        padding-bottom: 20px;
    }

    .View-More-btn {
        font-size: 14px;
        padding: 10px 16px;
        width: fit-content;
        white-space: nowrap;
    }

    .main-services-cards {
        padding-top: 15px;
    }

    .partner-title span {
        font-size: 14px !important;
    }
    .font_48_700 {
        font-size: 28px !important;
    }
    h2{
        font-size: 24px !important;
    }
    h3{
        font-size: 17px !important;
    }
    .bannerSection {
        padding: 100px 0px 50px 0px;
        margin-top: 40px;
    }
    .font_33_700 {
        font-size: 26px !important;
        line-height: 35px;
    }
    .timeline_section,
    .industries_section,
    .why_sync4tech,
    .business_benifits_section {
        padding: 40px 0px;
    }
    .font_40_700 {
        font-size: 32px !important;
    }
    .font_20_400 {
        font-size: 16px !important;
    }
    .services-section {
        padding: 40px 20px;
    }
    .business_benifits_wrapper {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }
    .globle_hero_btn {
        font-size: 13px !important;
        padding: 8px 12px !important;
    }
    .tellProjectSection::after {
        z-index: 0;
    }
    .bannerSection .cont_main {
        margin-left: 12px;
    }
    .font_38_800{
        font-size: 28px !important;
    }
}

@media (max-width: 520px) {
    .ui-section .grid-process .process-content .content-header {
        grid-template-columns: 37px 1fr;
        gap: 0.6rem;
    }
    .trendingBlog div{
        align-items: flex-start !important;
    }
    .nav-link.mx-2.link-color.pb-2{
        margin-left: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 12px !important;
    }

    .ui-section .grid-process .process-content .process-list {
        margin-top: 1rem;
    }

    .outcomes-section {
        padding: 40px 0px;
    }

    .ui-section .grid-process {
        opacity: 1;
    }

    .ui-section .grid-process .process-content {
        padding: 30px 12px;
    }

    .fadeSwiper .sw-slide1 .section-1 img,
    .fadeSwiper .sw-slide2 .section-1 img {
        width: 100px;
        height: fit-content;
    }

    #succesmodel p {
        font-size: 14px !important;
        padding-top: 5px !important;
    }

    #succesmodel button {
        margin-bottom: 10px !important;
        width: 109px !important;
        height: 40px !important;
        margin-top: 0 !important;
    }

    .contentSection h2,
    .hero-section .hero-content h1 {
        font-size: 18px;
        line-height: 30px;
    }

    .contentSection {
        margin-bottom: 30px;
    }

    .expertContent p {
        text-align: justify !important;
    }

    .Partner-button button {
        padding: 10px 15px;
        font-size: 14px;
    }

    .prt-sect {
        padding-bottom: 30px !important;
    }

    .partner-title h2 {
        line-height: normal !important;
    }
}

@media screen and (max-width: 420px) {
    .table-responsive table tr td,
    .table-responsive table tr th {
        display: table-row;
    }

    .services-card p {
        font-size: 14px;
        line-height: 22px;
    }

    .business-Process h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .ui-section .grid-process .process-content .content-header .content-title {
        font-size: 14px;
    }

    .ui-section .grid-process .process-content .process-list .list-item {
        font-size: 14px;
        line-height: 20px;
        padding-top: 7px;
    }

    .ui-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .fadeSwiper .sw-slide1 .section-1 img,
    .fadeSwiper .sw-slide2 .section-1 img {
        width: 70px;
        gap: 20px;
    }

    .cardsSection,
    .toolCardSection {
        padding: 40px 0;
        padding-bottom: 40px !important;
    }

    .f-main-location,
    .team-cards p {
        padding-top: 0 !important;
    }

    .team-cards h1 {
        padding-top: 10px !important;
    }

    #succesmodel .modal-body {
        padding: 10px !important;
    }

    #succesmodel img {
        width: 50px;
    }

    .contentSection .provide-business {
        padding-top: 10px;
    }
}
