html {
    overflow-x: hidden;
    font-family: Hellix, sans-serif
}

.slider-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.content-wrapper {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 20px;
    max-width: 1020px;
    margin: 0 auto;
    width: 100%
}

.content-wrapper p {
    color: #ececec;
    font-family: Hellix, sans-serif;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 1.2;
    width: 100%;
    font-size: 1.2941176471vw
}

.content-wrapper h1 {
    margin-bottom: 30px
}

.w-100 {
    width: 100%
}

.hv-100 {
    height: 100vh
}

.text-start {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.top-row {
    height: 100%;
    position: relative;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.swiper-button-disabled {
    display: none !important;
    pointer-events: none;
    cursor: default
}

.mb {
    margin-bottom: 20px
}

.justify-end {
    justify-content: flex-end
}

.sticky {
    position: sticky;
    top: 100px;
    z-index: 1000
}

.container {
    max-width: 1320px;
    margin: 0 auto
}

.blog.ekip {
    padding-top: 80px !important
}

.blog.ekip .content {
    padding: 23px 0 !important
}

.blog.ekip .productOrj {
    flex: 0 0 auto;
    max-width: 33.33333333% !important
}

.blog.ekip .productOrj img {
    border-radius: 20px
}

@media (max-width: 960px) {
    .blog.ekip .productOrj {
        max-width: 50% !important;
        width: 50% !important
    }
}

@media (max-width: 768px) {
    .blog.ekip .productOrj {
        max-width: 100% !important;
        width: 100% !important
    }
}

.media-column .tiles .tile {
    opacity: 0;
    transform: scale(.8);
    transition: opacity .3s ease, transform .3s ease
}

.tiles {
    width: 100%
}

.line {
    display: block;
    width: 3px;
    height: 0
}

.media-container {
    position: sticky;
    top: 300px
}

.products-row {
    display: flex;
    align-items: center
}

.references {
    position: relative;
    background: #f8fafc;
    overflow: hidden
}

.references::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 20%, rgba(120, 119, 198, .1) 0, transparent 50%), radial-gradient(circle at 80% 80%, rgba(255, 119, 198, .1) 0, transparent 50%);
    pointer-events: none
}

.card-row {
    display: grid;
    grid-template-rows:auto
}

.card-row .card-content {
    border-radius: 20px;
    overflow: hidden;
    position: relative
}

.card-row .card-content .media-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.card-row .card-content .media-wrapper .element-cover {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.d-flex {
    display: flex
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.align-items-center {
    align-items: center
}

.ml {
    margin-left: 5px !important
}

.text-white {
    color: #fff !important
}

.text-dark {
    color: #0b1b35 !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.bd-img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 20px;
    max-height: 644px
}

.blog.ekip .image {
    height: auto !important;
    min-height: inherit !important
}

.bd-title {
    margin: 30px 0;
    font-size: 60px;
    color: #fff
}

.anchor-form {
    background: #fff;
    border-radius: 20px;
    padding: 40px 20px
}

.swiper-slide {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh
}

.slider-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.references, .references .swiper-slide {
    height: auto
}

.references {
    padding-bottom: 100px
}

.references h1, .references h2, .references h3, .references h4, .references h5, .references h6, .references p {
    color: #0b1b35
}

.references .partner-item {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    transition: all .4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(102, 126, 234, .1);
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 10px
}

.references .partner-item .image {
    max-width: 240px;
    height: 80px;
    object-fit: contain;
    margin: 0 auto 25px;
    transition: all .3s ease;
    border-radius: 10px;
    padding: 10px
}

.references .partner-item .title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 20px;
    text-align: center;
    transition: all .3s ease
}

.references .partner-item .description {
    color: #718096;
    line-height: 1.7;
    text-align: center;
    font-size: .95rem;
    flex: 1;
    display: flex;
    align-items: center
}

.references .partner-list {
    padding: 10px 0
}

.references .partner-list, .references .row {
    height: 100%
}

.content-wrapper.bd h2, .content-wrapper.bd h3, .content-wrapper.bd h4, .content-wrapper.bd h5, .content-wrapper.bd h6 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #0b1b35 !important
}

.content-wrapper.bd p {
    font-size: 18px;
    line-height: 2rem;
    margin-bottom: 2.5rem;
    color: #0b1b35 !important
}
.content-wrapper.bd {
    color: #0b1b35 !important
}
.content-wrapper.bd * {
    color: #0b1b35 !important
}

.products-section {
    position: relative
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 80px;
    align-items: start
}

.product-card.active {
    opacity: 1
}

.product-logo {
    margin-bottom: 40px
}

.product-logo img {
    max-width: 200px;
    height: auto
}

.product-title {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.2;
    text-align: left
}

.product-description {
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 500px;
    color: #fff
}

.right-content {
    position: sticky;
    top: 100px;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.canvas-container {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: relative
}

#canvas3d {
    width: 100%;
    height: 100%;
    display: block
}

.scroll-indicator {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    opacity: .5;
    z-index: 100
}

.scroll-indicator p {
    font-size: .9rem;
    margin-bottom: 10px
}

.scroll-line {
    width: 2px;
    height: 40px;
    background: linear-gradient(to bottom, #3b82f6, transparent);
    margin: 0 auto
}

.mb-140 {
    margin-bottom: 40px !important
}

@media (max-width: 1024px) {
    .container {
        grid-template-columns:1fr;
        gap: 40px
    }

    .right-content {
        position: relative;
        top: 0;
        height: 60vh;
        margin-bottom: 60px
    }

    .product-card {
        margin-bottom: 100px
    }

    .product-title {
        font-size: 2rem
    }
}

@media (min-width: 992px) {
    .text-md-center {
        text-align: center
    }

    .fs-60 {
        font-size: 60px !important
    }
}

@media (min-width: 1700px) {
    .content-wrapper p {
        font-size: 22px
    }
}

@media (max-width: 960px) {
    .content-wrapper p {
        font-size: calc(17.2px + .28235vw)
    }

    .productOrj {
        flex: 0 0 auto;
        width: 50%
    }
}

.header-section {
    background: linear-gradient(135deg, #1e3c72 0, #2a5298 100%);
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.05)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,170.7C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
    background-size: cover;
    opacity: .3
}

.header-section h1 {
    color: #fff;
    font-size: 2.8rem;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    animation: fadeInDown .8s ease
}

.header-section p {
    color: rgba(255, 255, 255, .95);
    font-size: 1.2rem;
    position: relative;
    z-index: 1
}

.contact-cards {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 80px
}

.contact-card {
    border-radius: 15px;
    padding: 15px 30px;
    display: flex;
    gap: 1.5rem;
    transition: all .3s ease;
    text-align: left;
    border: 1px solid #b8b8b8
}

.contact-card .icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #1e3c72 0, #2a5298 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: all .4s ease
}

.contact-card:hover .icon {
    transform: scale(1.1) rotate(5deg)
}

.contact-card h3 {
    color: #1e3c72;
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: 600
}

.contact-card p {
    color: #666;
    font-size: 1rem;
    line-height: 1.8
}

.contact-card a {
    color: #2a5298;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s ease
}

.contact-card a:hover {
    color: #1e3c72;
    text-decoration: underline
}

.main-grid {
    display: grid;
    grid-template-columns:1.2fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
    align-items: center
}

.form-container {
    border-radius: 15px;
    padding: 45px;
    border: 1px solid #b8b8b8
}

.form-container h2, .info-container h2 {
    color: #1e3c72;
    font-size: 2rem;
    margin-bottom: 30px;
    font-weight: 600;
    padding-bottom: 15px
}

.form-group {
    margin-bottom: 25px
}

.form-group label {
    display: block;
    color: #333;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: .95rem
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e0e0e0;
    background: #f8f9fa;
    border-radius: 8px;
    color: #333;
    font-size: 1rem;
    transition: all .3s ease;
    font-family: inherit
}

.form-group input:focus, .form-group textarea:focus {
    outline: 0;
    border-color: #2a5298;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(42, 82, 152, .1)
}

.form-group textarea {
    resize: vertical;
    min-height: 140px
}

.submit-btn {
    width: 100%;
    padding: 16px;
    background: #0b1b35;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    text-transform: uppercase;
    letter-spacing: .5px
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(30, 60, 114, .3)
}

.submit-btn:active {
    transform: translateY(0)
}

.info-item {
    margin-bottom: 30px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #2a5298
}

.info-item h3 {
    color: #1e3c72;
    font-size: 1.2rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px
}

.info-item p {
    color: #666;
    line-height: 1.8;
    margin: 5px 0
}

.map-section {
    border-radius: 15px
}

.map-section h2 {
    color: #1e3c72;
    font-size: 2rem;
    margin-bottom: 25px;
    font-weight: 600
}

.map-container {
    width: 100%;
    height: 450px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none
}

.success-message {
    display: none;
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 500
}

.success-message.show {
    display: block;
    animation: slideDown .5s ease
}

.success-message.danger {
    background: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24
}

.iletisim main .contact-wrapper {
    background: #f4f6f8
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.products-section {
    min-height: 300vh;
    position: relative
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px
}

.left-content {
    flex: 1;
    max-width: 500px;
    padding-top: 100px;
    z-index: 10;
    position: relative
}

.product-card {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: .3;
    transition: opacity .3s
}

.product-card.active {
    opacity: 1
}

.text-purple {
    font-weight: 700;
    margin-bottom: 20px;
    color: #0971de
}

.product-title {
    font-size: 48px;
    background: 0 0;
    color: #fff
}

.product-description {
    font-size: 18px;
    color: #d7dee3;
    line-height: 1.6;
    margin-bottom: 20px
}

.right-content {
    position: sticky;
    top: 0;
    width: 50%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.inspect-button {
    padding: 14px 36px;
    border: none;
    border-radius: 30px;
    background: #005bbb;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(102, 126, 234, .5);
    width: 140px;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    transition: transform .3s, box-shadow .3s;
    display: flex;
    justify-content: center;
    align-items: center
}

.inspect-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(102, 126, 234, .6)
}

#mockup {
    position: relative;
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 220px
}

.mockup-container {
    position: relative;
    width: auto
}

.phone-mockup {
    height: 100%;
    width: auto;
    position: relative;
    z-index: 2
}

.phone-screen-content {
    position: absolute;
    top: 3.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 87%;
    height: 93%;
    overflow: hidden;
    border-radius: 35px;
    z-index: 1
}

.screen-slider {
    display: flex;
    width: 300%;
    height: 100%;
    transition: transform .8s cubic-bezier(.4, 0, .2, 1)
}

.screen-content {
    width: 33.333%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #000
}

.screen-content img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 1024px) {
    .container {
        flex-direction: column
    }

    .right-content {
        position: relative;
        width: 100%;
        height: 60vh
    }

    .left-content {
        max-width: 100%
    }

    .form-text {
        padding: 0 !important
    }

    .form-text .xxlg-12 {
        max-width: 100% !important
    }

    .contact-wrapper.iletisimbilgi {
        padding: 60px 20px !important
    }
}

#mockup .phone-mockup {
    height: 60vh
}

@media (max-width: 968px) {
    .container {
        flex-direction: column
    }

    .right-content {
        position: relative;
        width: 100%;
        height: 60vh
    }

    .product-card, .products-section {
        min-height: auto
    }

    .main-grid {
        grid-template-columns:1fr
    }

    .header-section h1 {
        font-size: 2.2rem
    }

    .form-container, .info-container {
        padding: 30px
    }

    .swiper-animate {
        margin-left: 0 !important
    }

    .right-content {
        display: none
    }
}

@media (max-width: 568px) {
    .header-section {
        padding: 60px 20px
    }

    .header-section h1 {
        font-size: 1.8rem
    }

    .contact-card {
        padding: 25px 20px
    }

    .form-container, .info-container {
        padding: 25px
    }
}

.error-message {
    color: #dc3545;
    font-size: 12px;
    font-weight: 600
}

.form-check-input {
    width: 20px !important;
    height: 20px !important;
    margin-top: .1em !important;
    vertical-align: top !important;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    -webkit-transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    cursor: pointer;
    padding: 5px !important
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-color: #1e3c72;
    border-color: #1e3c72
}

.form-check-label {
    margin: 0 !important
}

.loader {
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-color: #fff transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.language-link {
    color: #ddfffc;
    display: block;
    font-family: Hellix, sans-serif;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.4;
    outline: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 100px;
    padding-right: 10px;
}

.language-link:hover {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 768px) {
    .language-link {
        margin-left: -20px;
        margin-right: 20px;
        padding-right: 0;

    }
}

.root:has(.agreement) nav .language-link {
    color: #0b1b35
}

.certificates-grid {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(380px, 1fr));
    gap: 30px;
    margin: 80px 0
}

.certificate-card {
    background: rgba(255, 255, 255, .95);
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 24px;
    padding: 32px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(20px)
}

.certificate-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0b1b35 0, #764ba2 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s cubic-bezier(.4, 0, .2, 1)
}

.certificate-card:hover {
    background: #fff;
    border-color: #0b1b35;
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .3)
}

.certificate-card:hover::before {
    transform: scaleX(1)
}

.certificate-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #0b1b35 0, #764ba2 100%);
    border: 2px solid rgba(102, 126, 234, .3);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 24px;
    transition: all .3s ease
}

.certificate-card:hover .certificate-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 30px rgba(102, 126, 234, .4)
}

.certificate-category {
    display: inline-block;
    padding: 6px 14px;
    background: linear-gradient(135deg, #0b1b35 0, #764ba2 100%);
    border-radius: 20px;
    font-size: .75rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 16px
}

.certificate-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.3
}

.certificate-description {
    font-size: .95rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 24px
}

.certificate-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 2px solid #f0f0f0
}

.certificate-date {
    font-size: .85rem;
    color: #999;
    display: flex;
    align-items: center;
    gap: 6px
}

.certificate-actions {
    display: flex;
    gap: 10px
}

.btn {
    padding: 10px 20px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-size: .9rem;
    font-weight: 600;
    transition: all .3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.btn-primary {
    background: linear-gradient(135deg, #0b1b35 0, #764ba2 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(102, 126, 234, .4)
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, .5)
}

.btn-secondary {
    background: #f0f0f0;
    color: #0b1b35;
    border: 2px solid #f0f0f0
}

.btn-secondary:hover {
    background: #fff;
    border-color: #0b1b35
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 27, 53, .8);
    backdrop-filter: blur(10px);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.modal.active {
    display: flex
}

.modal-content {
    background: #fff;
    border: 3px solid rgba(255, 255, 255, .3);
    width: 100%;
    max-width: 1000px;
    max-height: 90vh;
    height: 100%;
    border-radius: 24px;
    padding: 32px;
    position: relative;
    box-shadow: 0 25px 100px rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0
}

.modal-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333
}

.btn-close {
    background: #f0f0f0;
    border: 2px solid #f0f0f0;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 1.2rem;
    color: #0b1b35;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-close:hover {
    background: #0b1b35;
    border-color: #0b1b35;
    color: #fff
}

.pdf-viewer {
    flex: 1;
    border: 2px solid #f0f0f0;
    border-radius: 16px;
    overflow: hidden;
    background: #f8f9fa
}

.stats-section {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    margin-top: 60px;
    padding: 60px 20px;
    border-top: 2px solid rgba(255, 255, 255, .3)
}

.stat-card {
    text-align: center;
    padding: 32px;
    background: rgba(255, 255, 255, .15);
    border: 2px solid rgba(255, 255, 255, .3);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    transition: all .3s ease
}

.stat-card:hover {
    background: rgba(255, 255, 255, .25);
    border-color: rgba(255, 255, 255, .5);
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .2)
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
    margin-bottom: 12px
}

.stat-label {
    font-size: 1rem;
    font-weight: 500
}

.layers-section-responsive {
    position: relative;
    z-index: 10
}

.layers-pin-container-horizontal {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.product-card-let {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    max-width: 600px;
    height: 60vh;
    max-height: 400px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: box-shadow .3s ease-in-out;
    will-change: transform, z-index, opacity
}

.netkurum-card {
    z-index: 30;
    background-color: #c0392b
}

.funikid-card {
    z-index: 20;
    background-color: #2980b9
}

.mobile-apps-card {
    z-index: 10;
    background-color: #27ae60
}

.card-content {
    color: #fff;
    text-align: center;
    padding: 20px
}

.card-content h2 {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    margin-bottom: 40px
}

.card-content p {
    font-size: clamp(.9rem, 1.5vw, 1.1rem);
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .header h1 {
        font-size: 2.5rem
    }

    .certificates-grid {
        grid-template-columns:1fr
    }

    .modal-content {
        padding: 20px
    }

    .product-card-let {
        width: 90vw;
        height: 55vh
    }

    .bd-img {
        max-height: 260px
    }

    .works.news.block, .works.promo {
        padding-bottom: 0
    }

    .works.promo .video {
        height: auto
    }
}

.products h2 {
    text-align: left
}

.play-wrapper {
    cursor: pointer;
    display: inline-block;
    transition: all .3s ease;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .3))
}

.play-wrapper:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, .4))
}

.play-wrapper svg {
    width: 120px;
    height: 120px
}

.play-wrapper .bg {
    fill: rgba(255, 255, 255, 0.95);
    transition: all .3s ease
}

.play-wrapper:hover .bg {
    fill: white
}

.play-wrapper .icon {
    fill: #667eea;
    transition: all .3s ease
}

.play-wrapper:hover .icon {
    fill: #764ba2
}

.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .95);
    z-index: 9999;
    animation: fadeIn .3s ease
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.video-modal.active {
    display: flex;
    align-items: center;
    justify-content: center
}

.video-container {
    position: relative;
    width: 90%;
    max-width: 1200px;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .5);
    animation: slideUp .4s ease
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.video-container iframe, .video-container video {
    width: 100%;
    height: auto;
    min-height: 400px;
    display: block;
    border: none
}

.close-btn {
    position: absolute;
    top: -50px;
    right: 0;
    background: #fff;
    color: #333;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3)
}

.close-btn:hover {
    background: #667eea;
    color: #fff;
    transform: rotate(90deg)
}

.video-info {
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
    opacity: .8
}

.services-grid {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto
}

.service-card {
    background: rgba(255, 255, 255, .05);
    border-radius: 20px;
    padding: 3rem;
    position: relative;
    overflow: hidden;
    border: 1px solid #b8b8b8;
    transition: transform .3s ease
}

.service-icon {
    width: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
    font-size: 10px;
}
.service-genis-icon {
    width: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
    font-size: 10px;

}

.service-yuvarlak-icon {
    width: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
    font-size: 10px;

}

.service-yuvarlak-orta-icon {
    width: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
    font-size: 10px;

}

.service-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1
}

.service-description {
    font-size: 1rem;
    line-height: 1.8;
    opacity: .8;
    position: relative;
    z-index: 1
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 50px !important
}

::-webkit-scrollbar-thumb {
    background: #afb2b8
}

::-webkit-scrollbar-track {
    background: #f1f4f7
}

.container-form {
    max-width: 1320px;
    margin: 0 auto
}

.agreement.not-found header {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.error-code {
    font-size: 11rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1.5rem;
    color: #fff;
    position: relative;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important
}

.error-title {
    font-size: 40px !important;
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, .3)
}

.error-message {
    font-size: 1.15rem;
    margin-bottom: 3rem;
    opacity: .95;
    line-height: 1.8;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300
}

.btn-theme-primary {
    background: #005bbb;
    box-shadow: 0 8px 20px rgba(102, 126, 234, .5);
    color: #fff;
    padding: 18px 32px;
    border-radius: 30px
}

@media (max-width: 768px) {
    h1 {
        font-size: 1.8em
    }

    .play-wrapper svg {
        width: 80px;
        height: 80px
    }

    .video-container {
        width: 95%
    }

    .close-btn {
        top: -45px;
        width: 35px;
        height: 35px;
        font-size: 20px
    }

    .services-grid {
        grid-template-columns:1fr !important
    }
}
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 20px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}
.whatsapp-float svg {
    width: 32px;
    height: 32px;
}
@media (max-width: 768px) {
    .whatsapp-float {
        width: 60px;
        height: 60px;
        bottom: 90px;
        right: 20px;
    }
    .whatsapp-float svg {
        width: 28px;
        height: 28px;
    }
}