:root {
    --Base-Dark: #060414;
    --primary-bc-red-500: #EC1E35;
    --Base-White: #FFF;
    --primary-bc-blue-500: #3598D2;
    --Text-Primary: #0A0A0A;
    --Text-Secondary_v2: #4D4D4D;
    --Text-Secondary: #333;

    --Gradient-Pembe-Mor: linear-gradient(285deg, #2841FF -3.22%, #B300AC 100.13%);
    --Gradient-Mor-Mavi: linear-gradient(94deg, #4937FE 3.61%, #1E9AF3 97.34%)
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    width: 100%;
    color: var(--Secondary-Text-Dark-Anthracite, #2D313F);
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bai Jamjuree', sans-serif;

}

img {
    object-fit: cover;
}

.just-mobile{
    display: none;
}

.just-desktop{
    display: block;
}

.text-center{
    text-align: center;
}

.relative {
    position: relative;
}

.main-container {
    max-width: 1440px;
    /* 1344px + 48px padding on each side */
    padding: 0 48px;
    margin: 0 auto;
    width: 100%;
}

.section-title-small {
    color: var(--Primary-DGN-Purple-Shade, #1D1666);

    font-size: 40px;
    font-weight: 700;
    line-height: 130%;
    /* 52px */
    letter-spacing: 0.8px;
    margin-top: 0px;
    margin-bottom: 32px;
}

.section-title-xsmall {
    color: var(--Text-Primary, #0A0A0A);
    /* Headline/H0 */
    font-family: Bai Jamjuree;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    /* 38.4px */
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.page-padding {
    padding-top: 100px;
}

.page-padding-l {
    padding-top: 140px;
}

.page-padding-xl {
    padding-top: 200px;
}

.page-padding-bottom {
    padding-bottom: 100px;
}

.page-padding-bottom-xxl {
    padding-bottom: 300px;
}

.border-white {
    border: 1px solid var(--Base-White) !important;
}

.justify-end {
    justify-content: end !important;
}

.justify-start {
    justify-content: start !important;
}

.mySwipper .swiper-wrapper {
    height: 590px;
}

.swiper-slide {
    overflow: hidden;
}

.news-slider .swiper-slide img {
    height: 590px;
    /* Sabit bir yükseklik belirleyin */
    max-height: 100%;
    /* Görüntünün kaydırma alanının yüksekliğini aşmamasını sağlar */
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}


/* .swiper-pagination {
    position: unset !important;
    margin-top: 48px;
}

.swiper-pagination-bullet {
    border-radius: 0px !important;
}

.swiper-pagination-bullet-active {
    background: var(--Secondary-Deep-Blue, #1B43B9);
} */

.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50% !important;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    height: 5px;
    /* Pagination yüksekliği */
    position: unset !important;
    margin-top: 48px;
    /* border-radius: 0px 8.75px 10px 0px; */
}

.swiper-pagination-bullet {
    flex: 1;
    height: 5px;
    /* Gri çizgi kalınlığı */
    background-color: #d3d3d3;
    /* Gri renk */
    position: relative;
    border: none;
    border-radius: 0px !important;
    /* border-radius: 0px 8.75px 10px 0px; */
    margin: 0 !important;
}

.swiper-pagination-bullet-active {
    flex: 1;
    background: var(--Secondary-Deep-Blue, #1B43B9);
    height: 5px;
    /* Aktif kısmın yüksekliği */
    margin: 0;
    /* Aktif kısmın kenar boşlukları yok */
    position: relative;
}

.section-heading {
    color: var(--Primary-DGN-Purple-Shade, #1D1666);
    font-size: 48px;
    font-weight: 600;
    line-height: 130%;
    /* 62.4px */
    letter-spacing: 0.96px;
    margin-top: 0px;
    margin-bottom: 20px;

}

.section-heading-centered {
    margin-bottom: 48px;
    color: var(--Primary-DGN-Purple-Shade, #1D1666);
    text-align: center;

    font-size: 48px;
    font-weight: 600;
    line-height: 130%;
    /* 62.4px */
    letter-spacing: 0.96px;
}

.section-description {
    margin-bottom: 40px;
    color: var(--Secondary-Text-Secondary, #2D313F);
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
    letter-spacing: 0.4px;
}

header {
    /* position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; */

    display: flex;
    align-items: center;
    /*   background: transparent;*/
    background: transparent;
    padding: 10px 0;
    height: 80px;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.menu-open {
    background: var(--Base-Dark, #060414);

}


.portal {
    display: flex;
    align-items: center;
    gap: 4px;
}

.portal-link {
    color: var(--Base-White, #FFF);
    font-family: "Bai Jamjuree";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
    /* 16.8px */
}

.navbar-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.logo img {
    height: 70px;
    margin-top:3px !important;
}

#nav-menu img {
    display: none;
}

#nav-menu ul {
    display: flex;
    list-style: none;
    gap: 24px;
    margin: 0;
    padding: 0;
}

#nav-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s ease;
    padding: 8px 0;
    font-family: "Bai Jamjuree";
}

#nav-menu ul li a:hover {
    background: linear-gradient(94deg, #4937FE 3.61%, #1E9AF3 97.34%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sub-menu ul {
    display: flex;
    list-style: none;
    gap: 24px;
    margin: 0;
    padding: 0;
}

.sub-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s ease;
    padding: 8px 0;
    font-family: "Bai Jamjuree";
}

.sub-menu ul li a:hover {
    background: linear-gradient(94deg, #4937FE 3.61%, #1E9AF3 97.34%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-end {
    display: flex;
    align-items: center;
    gap: 24px;
}

.language-select {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}


.menu-toggle {
    display: none;
}

/* Mega Menu Styles */
.mega-menu {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    background: var(--Base-Dark, #060414);
    backdrop-filter: blur(5px);
    /* border-top: 1px solid #1e1e1e; */
    overflow-y: auto;
    z-index: 999;
}

.mega-menu .icon {
    opacity: 0.3;
    mix-blend-mode: luminosity;

}

.mega-menu-content {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding-left: 160px;
}

#cozumler-menu .mega-menu-content {
    grid-template-columns: 1fr 1fr;
}

.mega-menu-content .mega-menu-column:nth-child(1),
.mega-menu-content .mega-menu-column:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.10);

}

.mega-menu-column {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding-top: 24px;
    padding-bottom: 32px;
    padding-left: 0px;
    padding-right: 0px;
}

.mega-menu-column h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.mega-menu-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mega-menu-column ul li a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.mega-menu-column a:hover {
    background: linear-gradient(94deg, #4937FE 3.61%, #1E9AF3 97.34%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.menu-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--Base-Grey, #F5F7FB);
    /* Label/Medium/Bold */
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 18.2px */
    letter-spacing: 0.28px;
    text-decoration: none;
}

.menu-item:hover {
    color: #fff;
}

.menu-item .icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.mega-menu.active {
    display: block;
}


.btn {
    display: flex;
    padding: 18px 30px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    line-height: 130%;
    /* 20.8px */
    text-decoration: none;
    width: fit-content;
    letter-spacing: 0.32px;
    border-radius: 10px;
}

.btn-big {
    padding: 18px 30px;
}

.btn-primary {
    background: var(--Gradient-Pembe-Mor);
    box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.25);
    color: var(--Base-White);
}

.btn-secondary {
    background: var(--Base-White, #FFF);
    box-shadow: 0px 0px 1px 0px #110D3D;
    color: var(--Primary-DGN-Purple-Shade, #1D1666);
}

/* .btn-primary:hover {
    color: var(--Base-Dark);
    border: 1px solid var(--Base-Dark);
    background: linear-gradient(0deg, rgba(10, 10, 10, 0.05) 0%, rgba(10, 10, 10, 0.05) 100%), #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn-secondary:hover {
    border: 1px solid var(--Base-White);
    background: var(--Base-Dark);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn-primary:focus {
    border: 1px solid var(--Base-White);
} */

.hero-section {
    background-image: url('images/Middle.jpg');
    background-size: cover;
    background-position: center;
    color: white;
}

.hero-content {
    /* max-width: 650px; */
    text-align: left;
}

.hero-content h1 {
    color: #FFF;
    font-size: 72px;
    font-weight: 700;
    line-height: 120%;
    /* 86.4px */
    letter-spacing: 1.44px;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.32px;
    margin-bottom: 40px;
}

.hero-buttons {
    display: flex;
    gap: 20px;
}

.slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    /* Text color */
    /* background-color: rgba(0, 0, 0, 0.5); */
    box-sizing: border-box;
    cursor: pointer;
}

.slide-content-inner {
    padding: 32px;
}

.slide-content-inner img {
    height: 56px;
    object-fit: contain;
    margin-bottom: 12px;
}

.slide-desc,
.slide-sub-desc {
    margin: 0;
    /* Remove default margin */
}

.slide-desc {
    font-family: Bai Jamjuree;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 52px */
    letter-spacing: 0.8px;
}

.slide-sub-desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.32px;
    color: #fff;
    opacity: 0.9;
    margin-top: 12px;
}

.products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.products-grid .card-container {
    padding-top: 72px;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 55px;
    background: var(--Base-Grey, #F5F7FB);

}

.products-grid .card-container img {
    height: 56px;
    width: auto;
    margin-bottom: 40px;
}

.products-grid img {
    width: 100%;
}

.card-container {
    display: flex;
    flex-direction: column;
    padding: 36px;
    height: 100%;
}

.card-container .title {
    margin-bottom: 40px;
}

.card-container .desc {
    margin-top: 0px;
}

.spacer {
    flex: 1 1 0;
    /* Boş alan oluşturur */
}

/* .text-card h2 {
    font-size: 24px;
    margin-bottom: 16px;
} */

.text-card .top-title {
    font-family: Bai Jamjuree;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    /* 24px */
}

.text-card h3 {
    margin-top: 0px;
    color: var(--Primary-DGN-Purple-Shade, #1D1666);
    font-size: 40px;
    font-weight: 700;
    line-height: 130%;
    /* 52px */
    letter-spacing: 0.8px;
}

.text-card p {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
    letter-spacing: 0.4px;
}

.button-container {
    display: flex;
    justify-content: flex-end;
    /* Butonu sağa hizala */
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 24px;
    margin-bottom: 72px;
}

.service-card {
    position: relative;
    background-color: var(--Base-Dark);
    height: 580px;
}

.service-card img {
    width: 100%;
    /* Resmi kartın genişliğine uyarlar */
    height: auto;
    /* Oranları korur */
}

.card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    /* color: white; */
    /* Text color */
    /* background-color: rgba(0, 0, 0, 0.5); */
    padding-bottom: 38px;
}

.card-content .title {
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
    /* 57.6px */
    letter-spacing: 0.96px;
    margin-bottom: 20px;
}

.border-purple {
    background: linear-gradient(285deg, #2841FF -3.22%, #B300AC 100.13%);
}

.border-purple::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: white;
    /* İç kısım için arka plan */
    border-radius: 8px;
    z-index: 0;
}

.border-blue {
    background: linear-gradient(107deg, #306BEB 11.06%, #00E4FF 88.01%);
}

.border-blue::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: white;
    /* İç kısım için arka plan */
    border-radius: 8px;
    z-index: 0;
}

.border-orange {
    background: linear-gradient(285deg, #99F34F 4.82%, #FF7301 94.73%);
}

.border-orange::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: white;
    /* İç kısım için arka plan */
    border-radius: 8px;
    z-index: 0;
}

.bg-orange-purple {
    background: var(--Gradient-Turuncu-Mor, linear-gradient(98deg, #F70 -0.52%, #4F13F8 104.2%));
}

.bg-orange-purple .title {
    color: var(--Base-White) !important;
}

.bg-orange-purple .sub-title {
    color: var(--Base-White) !important;
}

.image-card {
    position: relative;
    /* background-color: var(--Base-Dark); */
    height: 160px;
    border-radius: 10px;
}

.image-card .card-content {
    justify-content: center;
    padding-bottom: 0px;
    /* background-color: rgba(0, 0, 0, 0.4); */
}

.image-card img {
    height: 140px;
    width: 100%;
    /* filter: grayscale(100%); */
    /* Görseli siyah-beyaz yapar */

}

.image-card .title {
    color: #1D1666;
    text-align: center;
    /* Subtitle/Bold V2 */
    font-family: "Bai Jamjuree";
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
    /* 41.6px */
    margin-bottom: 8px;
    margin-top: 0px;
}

.image-card .sub-title {
    color: #1D1666;
    text-align: center;
    font-family: "Bai Jamjuree";
    font-size: 24px;
    font-weight: 400;
    line-height: 130%;
    /* 31.2px */
}


.text-red {
    color: var(--primary-bc-red-500);
}

.text-blue {
    color: var(--primary-bc-blue-500);
}

.text-yellow {
    color: #FBE10E;
}

.grid-cols-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 40px;
}

.solutions-image-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}


/* .testimonialSwiper {
    position: relative;
    padding-bottom: 48px;
    margin-right: auto;
    margin-left: unset;
} */

/* .testimonialSwiper .swiper-wrapper {
    height: auto !important;
}

.testimonialSwiper .swiper-slide {
    height: auto !important;
    opacity: 1;
} */
.testimonialSwiper {
    margin-bottom: 72px;
}

.testimonialSwiper .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    /* gap: 8px; */
    display: none;
    border-radius: 6.875px 0px 0px 8.125px;


}

.testimonialSwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: var(--Base-Grey, #F5F7FB);
    opacity: 1;
    border-radius: 0px;
    min-width: 85px;
}

.testimonialSwiper .swiper-pagination-bullet-active {
    background: var(--Gradient-Pembe-Mor, linear-gradient(285deg, #2841FF -3.22%, #B300AC 100.13%));
}

.ecosystem-section {
    /* background-image: url('https://hebbkx1anhila5yf.public.blob.vercel-storage.com/Frame%201597882599-pWaxqjI0OqcLu639DuqjBfOmuPPDw8.png'); */
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 80px 0;
    /* min-height: 500px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--Base-Grey, #F5F7FB);
}

.ecosystem-section .section-heading {
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
    /* 57.6px */
    letter-spacing: 0.96px;
    margin-bottom: 56px;
}

.ecosystem-section svg path {
    fill: #B4B9C9;
    /* Set the initial color */
}

.logo-slider {
    margin-bottom: 72px;
    padding: 0 40px;
}

.logo-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.logo-slide img {
    max-width: 180px;
    height: auto;
    /* filter: brightness(0) invert(1);
    opacity: 0.8; */
    transition: opacity 0.3s ease;
}

.logo-slide:hover img {
    opacity: 1;
}

.sub-nav {
    background: linear-gradient(94deg, rgba(73, 55, 254, 0.05) 3.61%, rgba(30, 154, 243, 0.05) 97.34%), #FFF;

    position: sticky;
    top: 0px;
    z-index: 100;
}



.nav-list {
    display: flex;
    list-style: none;
    justify-content: space-between;
    /* This will distribute space evenly */
    align-items: center;
    /* Vertically center the items */
    margin: 0;
    padding: 0;
}

.nav-list .selected {
    display: flex;
    align-items: center;
}

.nav-list .selected img {
    margin-right: 6px;
}

.nav-list .selected .nav-link {
    background: linear-gradient(94deg, #4937FE 3.61%, #1E9AF3 97.34%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;

}

.nav-list li {
    margin: 0;
}

.nav-item {
    flex: 0 1 auto;
    /* Allow items to shrink but not grow */
}

.nav-link {
    display: block;
    padding: 20px 0;
    /* Remove horizontal padding */
    /* color: #000; */
    color: var(--Secondary-Text-Dark-Anthracite, #2D313F);

    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    white-space: nowrap;
    font-weight: 500;
}

.nav-link:hover {
    background: var(--Gradient-Mor-Mavi, linear-gradient(94deg, #4937FE 3.61%, #1E9AF3 97.34%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Mobile Navigation Styles */
.mobile-nav-toggle {
    display: none;
    width: 100%;
    padding: 16px;

    text-align: left;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    border-radius: var(--Basic-Forms-Input-Border-Radius, 8px);
    border: 1px solid var(--Base-Grey, #F5F7FB);
    background: var(--Base-White, #FFF);
    box-shadow: 0px 4px 10.1px 0px rgba(11, 11, 42, 0.20);
    color: var(--Secondary-Text-Dark-Anthracite, #2D313F);
}

/* .sub-nav {
    background: var(--Base-White);
} */

.chevron-icon {
    transition: transform 0.3s ease;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.partner-card {
    padding: 40px;
    border: 1px solid var(--Base-Dark);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.partner-card h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}

.partner-card-black {
    background-color: #000;
    color: white;
    border: none;
}

.partner-card-red {
    background-color: #EC1E35;
    color: white;
    border: none;
}

.top-hero-title {
    /* Label/Large/Medium */
    font-family: Bai Jamjuree;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    /* 24px */
    background: linear-gradient(94deg, #4937FE 3.61%, #1E9AF3 97.34%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 72px;
}

.solution-box {
    border: 1px solid var(--Base-Dark);
    overflow: hidden;
    background: #fff;
}

.solution-image-wrap {
    position: relative;
    height: 430px;
    overflow: hidden;
}

.solution-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-content {
    padding: 32px 20px;
}

.solution-content h3 {
    font-size: 32px;
    font-weight: 200;
    line-height: 120%;
    /* 38.4px */
    margin-bottom: 20px;
    margin-top: 0px;
}

.solution-content p {
    font-size: 15px;
    font-weight: 600;
    line-height: 150%;
    /* 22.5px */
    letter-spacing: 0.3px;
    margin: 0;
}



#certificates .testimonial-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

#certificates .testimonial-card a {
    display: flex;
    justify-content: end;
    font-family: Bai Jamjuree;
    font-size: 15px;
    font-weight: 500;
    line-height: 120%;
    color: var(--primary-bc-red-500);
    text-decoration: none;
    /* 18px */
}

.chevron-contents {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.chevron-item {
    display: flex;
    gap: 12px;
}

.chevron-item img {
    height: 20px !important;
    margin-bottom: 0px !important;
}

.chevron-item p {
    margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: 0.28px;
}

.linkedin-button {
    position: absolute;
    bottom: 36px;
    right: 36px;
    background: white;
    padding: 18px 30px;
    z-index: 2;
    display: flex;
    align-items: center;
    text-decoration: none;
    border: 1px solid var(--Base-Dark);
}

.jobs-description {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
    letter-spacing: 0.4px;
    max-width: 800px;
}

.jobs-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.job-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    text-decoration: none;
    border-bottom: 1px solid rgba(74, 74, 74, 0.10);
    transition: all 0.3s ease;
}



.job-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.32px;
    color: var(--Secondary-Text-Secondary, #2D313F);
}

.job-item svg {
    /* color: var(--Base-Dark); */
    transition: transform 0.3s ease;
}

.job-item:hover {
    padding-left: 8px;
}

.job-item:hover svg {
    transform: translateX(4px);
}

.search-container {
    position: relative;
    margin-bottom: 68px;
}

.search-input {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border: 1px solid rgba(45, 49, 63, 0.10);
    background: var(--Neutral-colors-100, #FFF);
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.search-input::placeholder {
    /* color: var(--Base-Dark); */
}

.search-input:focus {
    outline: none;
    /* border-color: #000; */
}

.search-button {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
}

.certificates-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 72px;
}

.certificate-item {
    display: block;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid rgba(45, 49, 63, 0.10);
    padding-bottom: 28px;
    transition: transform 0.3s ease;
}

.certificate-item:hover {
    transform: translateX(8px);
}

.certificate-year {
    color: var(--Primary-DGN-Purple-Shade, #1D1666);
    /* Title/Small/Medium */
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.32px;
}

.certificate-title {
    color: var(--Primary-DGN-Purple-Shade, #1D1666);
    /* Subtitle/Semibold V3 */
    font-family: "Bai Jamjuree";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 36.4px */
    margin-bottom: 12px;
    margin-top: 12px;
    /* 38.4px */
}

.certificate-desc {
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    /* 22.5px */
    letter-spacing: 0.3px;
    margin-bottom: 28px;
    margin-top: 0px;
}

.view-link {
    display: flex;
    align-items: center;
    gap: 8px;
    /* color: var(--primary-bc-red-500); */
    font-weight: 500;
}

.view-link svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
}

.category-filters {
    display: flex;
    gap: 24px;
    border-bottom: 1px solid rgba(75, 88, 129, 0.2);

    justify-content: space-between;
}

.category-btn {
    background: none;
    border: none;
    /* padding: 14px; */
    cursor: pointer;
    position: relative;
    color: var(--Secondary-Text-Secondary_v2, #4B5881);
    /* Label/Large/Semibold */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 20.8px */
    letter-spacing: 0.64px;
    opacity: 0.5;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 24px;
    padding-right: 24px;
    min-width: 140px;
}

.category-btn.active {
    background: var(--Gradient-Mor-Mavi, linear-gradient(94deg, #4937FE 3.61%, #1E9AF3 97.34%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    opacity: 1;
}

.category-btn.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--Gradient-Mor-Mavi, linear-gradient(94deg, #4937FE 3.61%, #1E9AF3 97.34%));
}

/* News Grid */
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 56px;
}

.news-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.news-card {
    border: 1px solid rgba(45, 49, 63, 0.10);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.news-card:hover {
    transform: translateY(-4px);
}

.news-image {
    aspect-ratio: 16/9;
    background: var(--Base-Grey, #F5F7FB);
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-content {
    padding: 24px;
}

.news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.news-date {
    color: var(--Primary-DGN-Purple-Shade, #1D1666);
    text-align: center;
    /* Title/Small/Medium */
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.32px;
}

.news-category {
    padding: 8px 10px;
    border-radius: 8px;
    background: var(--Base-Grey, #F5F7FB);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 12px */
    letter-spacing: 0.24px;
    /* 18px */
}

.news-title {
    color: var(--Primary-DGN-Purple-Shade, #1D1666);
    /* Headline/H2 */
    font-family: "Bai Jamjuree";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    margin-bottom: 12px;

}

.news-excerpt {
    color: var(--Secondary-Text-Secondary_v2, #4B5881);

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.32px;
    margin-top: 0px;
    margin-bottom: 48px;
}

.news-link {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--primary-bc-red-500);
    text-decoration: none;
    font-weight: 500;
    justify-content: end;
    font-family: Bai Jamjuree;
    font-size: 15px;
    font-weight: 500;
    line-height: 120%;
    /* 18px */
}

.news-link svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.news-link:hover svg {
    transform: translateX(4px);
}

.news-filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 40px;

}

.software-solutions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.solution-item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.solution-item .section-description {
    margin-bottom: 0px;
}

.testimonials {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.testimonial-card {
    border-radius: 10px;
    padding: 40px 32px;
    border: 1px solid rgba(45, 49, 63, 0.10);

}

.blue-border {
    border: 1px solid rgba(48, 107, 235, 0.2);
    background: linear-gradient(107deg, rgba(48, 107, 235, 0.02) 11.06%, rgba(0, 228, 255, 0.02) 88.01%);
}

.pink-border {
    border: 1px solid rgba(40, 65, 255, 0.2);
    background: linear-gradient(285deg, rgba(40, 65, 255, 0.02) -3.22%, rgba(179, 0, 172, 0.02) 100.13%);
}

.orange-border {
    border: 1px solid rgba(255, 119, 0, 0.2);
    background: linear-gradient(98deg, rgba(255, 119, 0, 0.02) -0.52%, rgba(79, 19, 248, 0.02) 104.2%);
}

.testimonial-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.profile-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.header-text h3 {
    font-size: 20px;
    color: #1f2937;
    margin-bottom: 4px;
}

.header-text p {
    font-size: 14px;
    color: #6b7280;
}

.testimonial-card-content p {
    color: #4b5563;
    line-height: 1.6;
    font-size: 16px;
}

.meet-us .image-card {
    height: 360px;
}

.meet-us .image-card img {
    height: 360px;
    filter: unset;
}

.meet-us .image-card .title {
    color: var(--Base-White, #FFF);
    text-align: center;
    font-size: 56px;
    font-weight: 600;
    line-height: 120%;
    /* 67.2px */
    letter-spacing: 1.12px;
    margin-bottom: 20px;
}

.meet-us .card-content {
    color: var(--Base-White);
}

.meet-us p {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
    letter-spacing: 0.4px;
}

.buttons-flex {
    display: flex;
    gap: 20px;
    margin-top: 56px;
}

.direct-link {
    display: flex;
    align-items: center;
    gap: 4px;
}

.products-grid .direct-link a {
    text-decoration: none;
    background: var(--Gradient-Pembe-Mor, linear-gradient(285deg, #2841FF -3.22%, #B300AC 100.13%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Bai Jamjuree";
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    /* 24px */
}

.direct-link img {
    width: 24px !important;
    height: 24px !important;
    margin-bottom: 0px !important;
}

.grid-block-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 24px;

}

.grid-block-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 24px;

}

.grid-block-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 24px;
}

.info-card {
    position: relative;
    border-radius: 10px;
    height: 160px;
}

.info-card .card-content {
    justify-content: center;
    padding-bottom: 0px;
    /* background-color: rgba(0, 0, 0, 0.4); */
}

.info-card img {
    width: 100%;
    /* filter: grayscale(100%); */
    border-radius: 10px;
    height: 160px;
}

.info-card h3 {
    color: var(--Primary-DGN-Purple-Shade, #1D1666);
    text-align: center;
    /* Subtitle/Bold V2 */
    font-family: "Bai Jamjuree";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 41.6px */
    margin-top: 0px;
    margin-bottom: 8px;
}

.info-card p {
    color: var(--Primary-DGN-Purple-Shade, #1D1666);
    text-align: center;
    /* Headline/H1 */
    font-family: "Bai Jamjuree";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 31.2px */
    margin: 0;
}

.card-blue-background {
    background: var(--Base-Grey, #F5F7FB);
}


.card-blue-border {
    position: relative;
    background: white;
}

.card-blue-border::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: var(--Gradient-Mavi, #306BEB);
    z-index: -1;
    border-radius: 10px;
    /* Opsiyonel */
}

.card-yellow-border {
    /* border: 2px solid var(--Gradient-Turuncu-Yeil, #99F34F); */
    position: relative;
    background: white;
}

.card-yellow-border::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(285deg, #99F34F 4.82%, #FF7301 94.73%);
    z-index: -1;
    border-radius: 10px;
    /* Opsiyonel */
}


.card-purple-border {
    position: relative;
    background: white;
}

.card-purple-border::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: var(--Gradient-Pembe-Mor, #2841FF);
    z-index: -1;
    border-radius: 10px;
    /* Opsiyonel */
}

.card-gray-border {
    border: 1px solid rgba(45, 49, 63, 0.10);
    background: var(--Base-White, #FFF);
}

.text-white {
    color: var(--Base-White);
}

.text-white h3 {
    color: var(--Base-White);
}

.text-white p {
    color: var(--Base-White);

}

.content-flex {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.content-item p {
    margin: 0;
}

.purple-text {
    background: var(--Gradient-Pembe-Mor, linear-gradient(285deg, #2841FF -3.22%, #B300AC 100.13%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.contact-form {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.form-group {
    position: relative;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 0;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid rgba(45, 49, 63, 0.10);
    background: transparent;
    outline: none;
    transition: 0.3s;
    color: var(--Secondary-Text-Dark-Anthracite, #2D313F);
}

.form-group textarea {
    min-height: 100px;
    resize: vertical;
}

.form-group label {
    position: absolute;
    left: 0;
    top: 8px;

    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    /* 24px */
    pointer-events: none;
    transition: all 0.3s ease;
    color: rgba(45, 49, 63, 0.50);

}

.form-group .line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--Text-Primary);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

/* Active & Focus states */
.form-group input:focus~.line,
.form-group textarea:focus~.line {
    /* transform: scaleX(1); */
}

.form-group input:focus~label,
.form-group textarea:focus~label,
.form-group input:not(:placeholder-shown)~label,
.form-group textarea:not(:placeholder-shown)~label {
    top: -20px;
    font-size: 14px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    /* gap: 40px; */
}

.info-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.email-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--Text-Primary, #0A0A0A);
    /* Headline/H2 */
    font-family: Changa;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    /* 24px */
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.contact-link:hover {
    opacity: 0.7;
}

.base-background {
    background: var(--Base-Grey, #F5F7FB);
}

.black-background {
    background: var(--Base-Dark, #060414);
}

.black-background .header-text h3,
.black-background .header-text p,
.black-background .testimonial-card-content p {
    color: var(--Base-Grey, #F5F7FB);
}

.custom-mt {
    margin-top: 72px;
}

.text-grad-blue {
    background: var(--Gradient-Mavi, linear-gradient(107deg, #306BEB 11.06%, #00E4FF 88.01%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-grad-orange {
    background: var(--Gradient-Turuncu-Mor, linear-gradient(98deg, #F70 -0.52%, #4F13F8 104.2%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-grad-selected {
    background: linear-gradient(94deg, #4937FE 3.61%, #1E9AF3 97.34%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.anasayfa-div {
    display: flex;
    align-items: center;
    color: var(--Base-White, #FFF);
    font-family: "Bai Jamjuree";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 16.8px */
}

.hidden {
    display: none;
}

.sub-menu {
    display: none;
}

.view-link span {
    text-decoration: none;
    background: var(--Gradient-Pembe-Mor, linear-gradient(285deg, #2841FF -3.22%, #B300AC 100.13%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Bai Jamjuree";
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}

.sub-menu-buttons{
    display: none;
    margin-top: 83px;

    gap: 20px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 40px;

}

.sub-menu-buttons .btn{
    width: 100%;
}

.info-block{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.has-image{
    height: 160px !important;
}

.has-no-image{
    height: 95px !important;
}


.choose-section .title {
    color: var(--Primary-DGN-Purple-Shade, #1D1666);
    text-align: center;
    /* Main Title/Bold */
    font-family: "Bai Jamjuree";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 72.8px */
}


.choose-section .sub-title {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    color: var(--Secondary-Text-Secondary, #2D313F);
    text-align: center;
    /* Body/B1 */
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
    letter-spacing: 0.4px;
    margin-top: 20px;
}

.choose-section .btn {
    margin-top: 72px;
}


.footer {
    background: var(--Base-Dark);
    padding-top: 72px;
    /* max-width: 1400px;
    margin: 0 auto; */
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.10);
}


.social-icons {
    display: flex;
    gap: 20px;
}

.social-icons svg {
    width: 32px;
    height: 32px;
}

.social-icons a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-with-icon h3 {
    display: inline;
}

.footer-content {
    display: grid;
    grid-template-columns: 330px repeat(auto-fit, minmax(100px, auto));
    gap: 40px;
    /* padding-bottom: 3rem; */
    align-items: flex-start;
    padding-top: 40px;
}


.footer-section-contact {
    padding-right: 40px;
    border-right: 0.5px solid rgba(255, 255, 255, 0.10);
    height: 100%;
    box-sizing: border-box;
    /* Padding dahil toplam yüksekliği hesaba katar */


}

.footer-section h3 {
    background: var(--Gradient-Mor-Mavi, linear-gradient(94deg, #4937FE 3.61%, #1E9AF3 97.34%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* Label/Large/Extrabold */
    font-family: Manrope;
    font-size: 16px;
    font-weight: 800;
    line-height: 130%;
    /* 20.8px */
    letter-spacing: 0.64px;
    margin-bottom: 1rem;
    white-space: normal;
    word-wrap: break-word;
    hyphens: auto;
    margin: 0px;
    padding-bottom: 20px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    line-height: 120%;
    /* 18px */
    margin-bottom: 12px;
}

.footer-section ul li a {
    color: #F5F7FB;
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
    /* 18.2px */
    letter-spacing: 0.28px;
    text-decoration: none;


}

.footer-section ul li a:hover {
    color: var(--Base-White);
}

.footer-section-end {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 40px;
}

.icon-flex {
    display: flex;
    gap: 4px;
    align-items: center;
}

.contact-info {
    display: flex;
    flex-direction: column;
    /* Dikey düzenleme */
}

.contact-info p {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.contact-info a {
    text-decoration: none;
}

.contact-item {
    padding: 8px 0px;
    color: rgba(255, 255, 255, 0.60);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    /* 19.6px */
    letter-spacing: 0.28px;
}

.contact-item a {
    color: rgba(255, 255, 255, 0.60);


}

.contact-item svg {
    flex-shrink: 0;
    /* SVG'nin boyutunun küçültülmesini engeller */
    width: 16px;
    /* Sabit genişlik */
    height: auto;

}

.phone-item {}

.email-item {
    margin-top: 12px;
    margin-bottom: 12px;
}

.address-item {
    display: flex;
    /* İçerik hizalaması için */
    align-items: start;
    /* İçeriği başlangıç noktasına hizalar */
    padding: 0px;

}

.get-offer {
    margin-top: 60px;
}

.get-offer p {
    color: rgba(255, 255, 255, 0.60);
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    /* 19.6px */
    letter-spacing: 0.28px;
    margin-top: 0px;
}

.get-offer a {
    color: var(--Base-White, #FFF);
    font-family: "Bai Jamjuree";
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
    /* 16.8px */
}

.contact-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.phone-icon {
    background-color: #4CAF50;
}

.email-icon {
    background-color: #2196F3;
}

.address-icon {
    background-color: #FFC107;
}

.footer-bottom {
    border-top: 0.5px solid rgba(255, 255, 255, 0.10);
    padding: 48px 0px;
    text-align: center;
    color: rgba(245, 247, 251, 0.70);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.32px;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom a {
    color: #fff;
    text-decoration: underline;
    margin: 0 0.5rem;
}



@media (max-width: 1320px) {

    /* header{
        position: fixed;
    } */
    /* header nav {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #0A0A0A;
        position: fixed;
        top: 80px;
        left: 0;
        padding-top: 20px;
    }


    #nav-menu {
        padding-left: 48px;
        padding-right: 48px;
        height: calc(100vh - 80px);
    }

    .nav-end {
        display: none;
    }

    header nav ul {
        flex-direction: column;
        width: 100%;
    }

    header nav ul li {
        margin: 10px 0;
        text-align: center;
    }

    .menu-toggle {
        display: flex;
    } */


    .contact {
        display: none;
    }

    .footer-content {
        grid-template-columns: 300px repeat(2, 1fr);
    }
}


/* Responsive Styles */
@media (max-width: 1024px) {

    .sub-menu-buttons{
        display: flex;
        flex-direction: column;
    }

    #nav-menu,
    .sub-menu,
    .nav-end {
        display: none;
    }

    .menu-toggle {
        display: block;
        cursor: pointer;
    }

    .menu-toggle .close-menu {
        display: none;
    }

    .menu-toggle.active .open-menu {
        display: none;
    }

    .menu-toggle.active .close-menu {
        display: block;
    }

    #nav-menu img {
        display: block;
    }

    #nav-menu li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
        padding: 20px 16px;
    }



    #nav-menu ul {
        width: 100%;
        gap: 0px;
    }

    #nav-menu img {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    #nav-menu.active {
        display: block;
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        height: calc(100vh - 80px);
        background-color: #0a0a0b;
        /* border-top: 1px solid #1e1e1e; */
        overflow-y: auto;
    }

    #nav-menu.active ul {
        flex-direction: column;
        /* padding: 20px; */
    }

    #nav-menu.active ul li {
        margin-bottom: 15px;
    }


    #nav-menu li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
        padding: 20px 16px;
    }



    .sub-menu ul {
        width: 100%;
        gap: 0px;
    }

    .sub-menu img {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    .sub-menu.active {
        display: block;
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        height: calc(100vh - 80px);
        background-color: #0a0a0b;
        /* border-top: 1px solid #1e1e1e; */
        overflow-y: auto;
    }

    .sub-menu.active ul {
        flex-direction: column;
        /* padding: 20px; */
    }

    .sub-menu.active ul li {
        margin-bottom: 15px;
    }

    .sub-menu li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
        padding: 20px 16px;
    }

    .mega-menu-content {
        flex-direction: column;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    #cozumler-menu .mega-menu-content {
        grid-template-columns: 1fr;
    }

    .mega-menu-column {
        margin-bottom: 20px;
    }
}

/* Mobil versiyon için medya sorgusu */
@media (max-width: 768px) {

    body {
        font-size: 13.3px;
    }

    .just-desktop{
        display: none;
    }

    .just-mobile{
        display: block;
    }



    /* #nav-menu {
        padding-left: 16px;
        padding-right: 16px;
    } */

    .nav-list .selected img {
        display: none;
    }

    .sub-nav .nav-list {
        gap: 0px;
    }

    .products-grid .card-container {
        padding: 32px 16px;
    }

    .mobile-nav-toggle {
        display: flex;
    }

    .sub-nav {
        position: unset;
        border-bottom: unset;
        padding-top: 20px;
        background: #fff;
    }


    .nav-list {
        display: none;
        flex-direction: column;
        margin-top: 8px;
        border-radius: var(--Basic-Forms-Input-Border-Radius, 8px);
        border: 1px solid var(--Base-Grey, #F5F7FB);
        background: var(--Base-White, #FFF);
        box-shadow: 0px 4px 10.1px 0px rgba(11, 11, 42, 0.20);
    }

    .nav-list.active {
        display: flex;
    }

    .nav-item {
        width: 100%;
    }

    .nav-link {
        padding: 12px 16px;
    }


    .mobile-nav-toggle.active .chevron-icon {
        transform: rotate(180deg);
    }

    .page-padding {
        padding-top: 80px;
    }

    .page-padding-bottom {
        padding-bottom: 80px;
    }

    .page-padding-l {
        padding-top: 112px;
    }

    .page-padding-xl {
        padding-top: 160px;
    }

    .hero-content h1 {
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        /* 46.8px */
        letter-spacing: 0.72px;
    }

    .hero-content p {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 18px */
        letter-spacing: 0.24px;
    }

    .section-title-small {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        /* 31.2px */
        letter-spacing: 0.48px;
        margin-bottom: 20px;
    }

    .section-heading {
        font-size: 28px;
        font-weight: 600;
        line-height: 130%;
        /* 36.4px */
        letter-spacing: 0.56px;
    }

    .section-heading-centered {
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        margin-bottom: 48px;
        margin-top: 0px;
    }

    .section-description {
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
        /* 19.95px */
        letter-spacing: 0.266px;
    }

    .products-grid {
        grid-template-columns: 1fr;
    }

    /* .products-grid .card-container {
        border-top: 1px solid var(--Base-Dark);
        border-bottom: 1px solid var(--Base-Dark);
    } */

    /* Reset any previous order */
    .products-grid>* {
        order: unset;
    }


    /* Create pairs of image and card */
    /* .products-grid>img:nth-of-type(1) {
        order: 1;
    }

    .products-grid>.card-container:nth-of-type(1) {
        order: 2;
    }

    .products-grid>img:nth-of-type(2) {
        order: 3;
    }

    .products-grid>.card-container:nth-of-type(2) {
        order: 4;
    }

    .products-grid>img:nth-of-type(3) {
        order: 5;
    }

    .products-grid>.card-container:nth-of-type(3) {
        order: 6;
    } */

    /* Mobilde her bir öğenin sırasını düzenle */
    .products-grid>img:nth-of-type(1) {
        grid-row: 1;
    }

    .products-grid>.card-container:nth-of-type(1) {
        grid-row: 2;
    }

    .products-grid>img:nth-of-type(2) {
        grid-row: 3;
    }

    .products-grid>.card-container:nth-of-type(2) {
        grid-row: 4;
    }

    .products-grid>img:nth-of-type(3) {
        grid-row: 5;
    }

    .products-grid>.card-container:nth-of-type(3) {
        grid-row: 6;
    }

    .products-grid>img:nth-of-type(4) {
        grid-row: 7;
    }

    .products-grid>.card-container:nth-of-type(4) {
        grid-row: 8;
    }

    .products-grid>img:nth-of-type(5) {
        grid-row: 9;
    }

    .products-grid>.card-container:nth-of-type(5) {
        grid-row: 10;
    }

    .products-grid>img:nth-of-type(6) {
        grid-row: 11;
    }

    .products-grid>.card-container:nth-of-type(6) {
        grid-row: 12;
    }

    .services-grid {
        grid-template-columns: 1fr;
        grid-row-gap: 32px;
    }

    .card-container {
        padding: 32px 16px;
    }

    .contact-form {
        gap: 0px;
    }

    .form-group input,
    .form-group textarea {
        font-size: 13.3px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        /* 17.29px */
        letter-spacing: 0.266px;
    }

    .form-group label {
        font-size: 13.3px;
    }

    .products-grid .direct-link a {
        font-size: 14px;
    }


    /* .card-content .title {
        font-size: 28px;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: 0.56px;
    } */

    .view-link span {
        font-size: 14px;
    }

    .text-card h3 {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        /* 31.2px */
        letter-spacing: 0.48px;
    }

    .text-card .top-title {
        font-size: 15px;
        font-weight: 400;
        line-height: 120%;
        /* 18px */
    }

    .solutions-image-grid .card-content .title {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        /* 26px */
    }

    .info-card h3 {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        /* 26px */
    }

    .info-card p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        /* 20.8px */
    }

    .news-slider .swiper-slide img {
        height: 300px;
    }

    .meet-us .image-card .title {
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        /* 36.4px */
        letter-spacing: 0.56px;
    }

    .meet-us p {
        max-width: 250px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 21px */
        letter-spacing: 0.28px;
    }

    .slide-desc {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        /* 31.2px */
        letter-spacing: 0.48px;
    }

    .slide-sub-desc {
        font-size: 14px;
    }

    .btn-big {
        padding: 18px 30px;
    }

    .partners-grid {
        grid-template-columns: 1fr;
    }

    .grid-cols-2 {
        grid-template-columns: 1fr;
    }

    .main-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .custom-mt {
        margin-top: 48px;
    }

    #consulting-services .main-container {
        padding-left: 0;
        padding-right: 0;
    }

    #consulting-services .section-heading {
        padding-left: 16px;
    }

    #software-services .main-container {
        padding-left: 0;
        padding-right: 0;
    }

    #software-services .section-heading {
        padding-left: 16px;
    }

    .content-flex {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }



    .text-card p {
        font-size: 13.3px;
        font-weight: 500;
        line-height: 150%;
        /* 19.95px */
        letter-spacing: 0.266px;
    }


    .service-card {
        height: 375px;
    }

    .service-card img {
        height: 375px;
        object-fit: cover;
    }

    .ecosystem-section .section-heading {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        /* 23.4px */
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 48px;
    }

    .partner-card {
        padding: 20px;
    }

    .solutions-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .solution-content {
        padding: 20px 16px;
    }

    .solution-content h3 {
        font-size: 20px;
        font-weight: 200;
        line-height: 120%;
        /* 24px */
    }

    .solution-content p {
        font-size: 11px;
        line-height: 150%;
        /* 16.5px */
        letter-spacing: 0.22px;
    }

    .category-filters {
        overflow-x: auto;
        overflow-y: hidden;
        gap: 0px;

    }

    .news-grid {
        grid-template-columns: 1fr;
    }

    .news-grid-2 {
        grid-template-columns: 1fr;

    }

    .news-content {
        padding: 16px;
    }

    .news-filters {
        grid-template-columns: 1fr;
    }

    .software-solutions {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .grid-block-2 {
        grid-template-columns: 1fr;
    }

    .grid-block-3 {
        grid-template-columns: 1fr;
    }

    .grid-block-4 {
        grid-template-columns: 1fr;
    }

    .image-card .sub-title {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        /* 20.8px */
    }

    .choose-section .title {
        font-size: 32px;
    }

    .choose-section .sub-title {
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        /* 24px */
        letter-spacing: 0.32px;
        margin-top: 12px;
    }

    .choose-section .btn{
        margin-top: 48px;
    }

    /* .footer-content {
        grid-template-columns: 1fr;
    }

    .footer-top {
        flex-direction: column;
        gap: 2rem;
    } */
    .social-icons {
        display: none;
    }

    .category-btn {
        font-size: 13.3px;
        padding-left: 0px;
        padding-right: 0px;
        min-width: 120px
    }

    

    .footer-content {
        grid-template-columns: 1fr;
        padding-top: 40px;
    }

    .footer-section-mobile {
        border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
    }

    .footer-section-mobile h3 {
        /* padding: 20px 0; */
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        margin: 0;
    }

    .footer-section-mobile h3::after {
        content: '';
        width: 10px;
        height: 10px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
        transition: transform 0.3s ease;
    }

    .footer-section-mobile.active h3 {
        color: var(--primary-bc-red-500);
    }

    .footer-section-mobile.active h3::after {
        transform: rotate(-135deg);
    }

    /* .footer-section-mobile ul,
    .footer-section-contact .contact-info {
        display: none;
        padding: 0 0 20px;
    } */

    .footer-section-mobile ul {
        display: none;
        padding: 0 0 20px;
    }

    .footer-section-contact .contact-info {
        display: block;
        padding: 0 0 20px;
    }

    .footer-section-mobile.active ul,
    .footer-section-contact.active .contact-info {
        display: block;
    }

    .footer-section-contact {
        border-right: none;
        padding-right: 0;
        order: 99;
    }

    .address-item {
        height: unset;
    }

    .title-with-icon {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .title-with-icon h3 {
        display: block;
        margin: 0;
        padding-bottom: 0px;
    }

    /* Removed as per update 2 */
    /*.footer-section-end {
        flex-direction: column;
        gap: 0;
    }

    .footer-section-end > div {
        border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
    }

    .footer-section-end > div:last-child {
        border-bottom: none;
    }*/
}




@media (max-width: 480px) {}