            html,
            body {
                width: 100%;
                height: auto;
                overflow-x: hidden;
            }

            body {
                margin: 0;
                font-family: 'Saira', sans-serif;
            }

            .header {
                display: flex;
                align-items: center;
                justify-content: space-between;
                background-color: #FF6600;
                color: white;
                padding: 15px 20px 10px 0px;
                position: relative;
                height: 80px;
                z-index: 10;
            }

            @media screen and (max-width: 768px) {
                .header {
                    width: 100%;
                }
            }

            /* LOGO STİLİ */
            .logo-container {
                position: relative;
                flex-shrink: 0;
                margin: 0;
                padding: 65px 0 0 0;
            }


            .logo {
                font-weight: bold;
                padding: 10px 30px 10px 0;
                margin: 0;
            }

            @media (max-width: 768px) {
                .header {
                    flex-direction: row;
                    justify-content: flex-end;
                    align-items: center;
                    padding: 5px 10px;
                    height: 60px;
                }

                .logo-container {
                    position: relative;
                    padding: 0;
                    margin: 0;
                    order: 2;
                }

                .logo {
                    padding: 5px;
                    width: auto;
                }

                .logo img {
                    height: 70px;
                    margin-bottom: -38px;
                }

                .mobile-menu-btn {
                    order: 1;
                    position: relative;
                    left: 0;
                    top: 0;
                }
            }

            /* OFİS BİLGİLERİ */
            .office-info {
                display: flex;
                flex-grow: 1;
                justify-content: space-between;
                text-align: left;
                margin: 0 40px;
            }

            .office {
                max-width: 300px;
            }

            .office .title {
                font-weight: bold;
                text-transform: uppercase;
                font-size: 13px;
                margin-bottom: 5px;
                letter-spacing: 0.5px;
            }

            .office p {
                font-size: 14px;
                margin: 0;
                line-height: 1.4;
            }

            /* TELEFON BİLGİSİ */
            .contact {
                display: flex;
                align-items: center;
                font-size: 26px;
                font-weight: bold;
                white-space: nowrap;
                letter-spacing: 0.5px;
            }

            .phone-icon {
                margin-right: 8px;
                font-size: 20px;
            }

            /* Mobil Uyum */
            @media (max-width: 1024px) {
                .header {
                    flex-direction: column;
                    text-align: center;
                    padding: 10px;
                }

                .logo {
                    margin-bottom: 10px;
                    font-size: 36px;
                    padding: 8px 20px;
                }

                .office-info {
                    flex-direction: column;
                    align-items: center;
                    text-align: center;
                    margin: 10px 0;
                }

                .office {
                    max-width: 100%;
                    margin-bottom: 10px;
                }

                .contact {
                    font-size: 22px;
                    margin-top: 10px;
                }
            }


            /* Hero Section */
            .hero-section {
                position: relative;
                width: 100%;
                overflow: hidden;
            }

			.hero-section > .image-container img {
				max-height: 100vh !important;
				object-fit: cover;
			}

            .image-container img {
                width: 100%;
                height: auto;
                display: block;
            }

            .form-container {
                position: absolute;
                top: 46%;
                left: 87%;
                padding: 15px;
                transform: translate(-50%, -50%);
                background: #f7f7f7;
                border-radius: 15px;
                box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
                max-width: 370px;
                width: 70%;
                height: 90%;
                text-align: center;
                border-top: 4px solid #003366;
                opacity: 1;
                visibility: visible;
                transition: all 0.3s ease;
            }

            .form-container.hidden {
                opacity: 0;
                visibility: hidden;
                display: none;
            }

            .close-btn {
                position: absolute;
                top: 10px;
                left: 10px;
                background: none;
                border: none;
                font-size: 20px;
                cursor: pointer;
                color: #003366;
            }

            .form-header h2 {
                color: #0960a5;
                font-size: 22px;
                font-weight: bold;
                margin-bottom: 20px;
                letter-spacing: 0.5px;
            }

            .contact-form input,
            .contact-form textarea {
                padding: 12px;
                border: 2px solid #0960a5;
                border-radius: 5px;
                font-size: 14px;
                color: #0960a5;
                background: #f7f7f7;
                font-family: 'Saira', sans-serif;
                width: 90%;
                box-sizing: border-box;
            }

            .contact-form textarea {
                height: 80px;
                width: 90%;
            }

            h4 {

                margin-top: 35px;
                /* Randevu tercih ettiğiniz satış ofisi hangisi? */
                height: 19px;
                font-family: 'Saira';
                font-style: normal;
                font-weight: 700;
                font-size: 15px;
                line-height: 19px;
                /* identical to box height */
                text-align: center;

                color: #0960A5;

                /* Inside auto layout */
                flex: none;
                order: 3;
                align-self: stretch;
                flex-grow: 0;

            }

            .radio-group {
                justify-content: space-between;
            }

            .radio-group label {
                /* Model Sanayi Merkezi */

                width: 77px;
                height: 26px;

                font-family: 'Saira';
                font-style: normal;
                font-weight: 500;
                font-size: 15px;
                line-height: 13px;
                /* or 108% */

                color: #0960A5;


                /* Inside auto layout */
                flex: none;
                order: 1;
                flex-grow: 0;

            }

            .submit-btn {
                width: 100%;
                background-color: #ff5300;
                color: white;
                padding: 12px;
                border: none;
                border-radius: 5px;
                font-size: 16px;
                cursor: pointer;
                margin-top: 15px;
                font-weight: bold;
            }

            .submit-btn:hover {
                background-color: #E65500;
            }

            .checkbox-group {
                margin: 5px;
                width: 100%;
                font-family: 'Saira';
                font-style: normal;
                font-weight: 200;
                font-size: 10px;
                line-height: 14px;
                text-align: left;
                color: #0960A5;


                /* Inside auto layout */
                flex: none;
                order: 1;
                flex-grow: 0;

            }

            .form-container>.close-btn {
                display: none;
            }

            /* mobil */
            @media (max-width: 1024px) {
                .form-container {
                    position: fixed;
                    left: 0;
                    top: 0;
                    width: 100svw;
                    height: 100svh;
                    max-width: none;
                    transform: translateY(-300%);
                    transition: transform .3s ease-in-out;
                    z-index: 1001;
                    box-sizing: border-box;
                }

                .form-container>.close-btn {
                    display: inline-block;
                }

                .form-container.active {
                    transform: translateY(0);
                }
            }

            @media (max-width: 768px) {
                .header {
                    flex-direction: column;
                    align-items: center;
                    text-align: center;
                }

                .logo-container {
                    position: relative;
                    top: auto;
                    left: auto;
                }

                .hero-section {
                    display: flex;
                    flex-direction: column;

                }

                .model-text h2 {
                    margin-top: 10px;
                }



            }

            .model-text {
                height: 20%;
            }

            .model-text h2 {
                /* MODEL SANAYİ MERKEZİ */

                height: 52px;

                font-family: 'Saira';
                font-style: normal;
                font-weight: 700;
                font-size: 33.1391px;
                line-height: 52px;
                text-align: center;
                color: #FF5300;
                flex: none;
                order: 0;
                align-self: stretch;
                flex-grow: 0;

            }

            .model-text p {
                font-family: 'Saira';
                font-style: normal;
                font-weight: 400;
                font-size: 18px;
                line-height: 24px;
                display: flex;
                align-items: center;
                color: #313131;
                flex: none;
                order: 2;
                align-self: stretch;
                flex-grow: 0;
                margin: 40px;
                margin-bottom: 20px;
            }

            .underline {
                width: 170px;
                /* Çizginin genişliği */
                height: 8px;
                /* Çizginin kalınlığı */
                background-color: #ff5300;
                /* Çizginin rengi */
                border-radius: 3px;
                /* Hafif yuvarlatma efekti */
                text-align: center;
                margin: 20px 0px 0px 40px;
            }

            .text-underline {
                position: relative;
            }

            .text-underline::before {
                position: absolute;
                bottom: -5px;
                left: 50%;
                transform: translateX(-50%);
                width: 100%;
                height: 8px;
                content: "";
                background: #ff5300;
            }

            .text-underline.underline-small::before {
                width: 60%;
            }

            .custom-button {
                display: inline-block;
                background-color: #ff6600;
                /* Turuncu arka plan */
                color: white;
                /* Beyaz yazı */
                font-weight: bold;
                font-size: 14px;
                text-decoration: none;
                padding: 12px 27px;
                /* Butonun iç boşluğu */
                border-radius: 20px;
                /* Yuvarlatılmış kenarlar */
                text-transform: uppercase;
                /* Büyük harf */
                text-align: center;
                transition: background 0.3s ease;
                margin: 30px 0 0 35px;
            }

            .custom-button:hover {
                background-color: #e65c00;
                /* Hover efekti */
            }

            .section-title {
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 40px 0;
            }

            .section-title h2 {
                /* Tanıtım Filmleri */

                width: 450px;
                height: 89px;

                font-family: 'Saira';
                font-style: normal;
                font-weight: 700;
                font-size: 56.5399px;
                line-height: 89px;
                /* identical to box height */
                text-align: center;

                color: #FF5300;


                /* Inside auto layout */
                flex: none;
                order: 0;
                flex-grow: 0;

            }

            .line {
                flex: 1;
                height: 2px;
                background-color: #ccc;
                max-width: 90%;
            }

            .tanitim-filmleri {
                padding: 40px 20px;
            }

            .video-container {
                display: flex;
                justify-content: center;
                gap: 40px;
                margin-top: 20px;
                flex-wrap: wrap;
            }

            .video-box {
                width: 580px;
                height: 320px;
                text-align: center;
            }

            .video-wrapper {
                position: relative;
                display: inline-block;
            }

            .video-box img {
                width: 100%;
                border-radius: 5px;
            }

            .play-button {
                width: 80px;
                height: 55px;
                background: url('galeri/model-tanitim-film.png') no-repeat center;
                background-size: contain;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                cursor: pointer;
            }

            .video-box h3 {
                /* MODEL SANAYİ MERKEZİ TANITIM FİLMİ */

                height: 38px;
                font-family: 'Saira';
                font-style: normal;
                font-weight: 700;
                font-size: 24px;
                line-height: 38px;
                color: #313131;
                flex: none;
                order: 0;
                align-self: stretch;
                flex-grow: 0;

            }

            .button-container {
                margin: 20px 0;
                text-align: center;
            }

            .tab-button {
                border: 2px solid #ff6600;
                background-color: white;
                color: #ff6600;
                font-weight: bold;
                padding: 12px 24px;
                border-radius: 20px;
                cursor: pointer;
                font-size: 16px;
                margin: 5px;
                transition: all 0.3s ease;
                letter-spacing: 0.5px;
            }

            .tab-button.active {
                background-color: #ff6600;
                color: white;
            }

            .tab-button:hover {
                background-color: #ff8500;
                color: white;
            }

            /* galeri */
            .gallery-container {
                display: flex;
                justify-content: center;
                gap: 20px;
                flex-wrap: wrap;
                margin-top: 20px;
                padding: 20px;
            }

            .image-group {
                display: flex;
                gap: 20px;
            }

            .image-group img {
                width: 400px;
                border-radius: 5px;
            }

            .hidden {
                display: none;
            }

            /* Galeri bitiş */

            /* whatsapp */
            .whatsapp-button {
                position: fixed;
                bottom: 5px;
                right: 50px;
                z-index: 1000;
                cursor: pointer;
                transition: transform 0.3s ease;
            }

            .whatsapp-button:hover {
                transform: scale(1.1);
            }

            .whatsapp-button img {
                width: auto;
                height: auto;
            }

            @media (max-width: 768px) {
                .whatsapp-button {
                    right: 20px;
                    bottom: 5px;
                    width: 175px;
                    height: auto;
                }

                .whatsapp-button img {
                    width: 100%;
                    height: auto;
                }
            }

            /* whatsapp bitiş */

            /* formun altonda bulunan telefon bitiş */
            .phone-bar {
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: #FF6600;
                color: white;
                font-weight: bold;
                font-size: 22px;
                padding: 15px 70px 10px 30px;
                border-bottom-left-radius: 40px;
                border-bottom-right-radius: 20px;
                bottom: 0;
                width: 75%;
                height: 30px;
                text-align: center;
                margin: 0px 0px 10px 0px;
                position: absolute;
                bottom: -50px;
                left: 50%;
                transform: translateX(-50%);
            }

            .phone-icon {
                font-size: 24px;
                margin-right: 10px;
            }

            .phone-number {
                font-size: 30px;
            }

            /* formun altonda bulunan telefon bitiş */

            /* footer */
            .footer {
                padding: 20px 0;
                text-align: center;
                font-family: 'Saira', sans-serif;
                background-color: white;
                border-top: 1px solid #ddd;
            }

            .footer-container {
                width: 100%;
                max-width: 1300px;
                margin: auto;
                padding: 0 20px;
            }

            .footer-info {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 15px 0;
            }

            .office-group {
                display: flex;
                align-items: center;
                gap: 30px;
            }

            .office-item {
                display: flex;
                align-items: center;
                gap: 10px;
                color: #FF6600;
            }

            .office-icon {
                width: 24px;
                height: 24px;
            }

            .office-text {
                font-size: 12px;
                line-height: 1.2;
                text-align: left;
            }

            .office-title {
                font-weight: bold;
                text-transform: uppercase;
                margin-bottom: 2px;
            }

            .phone-number {
                color: #ffffff;
                font-size: 28px;
                font-weight: bold;
            }

            .footer-bottom {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 15px 0;
                border-top: 1px solid #ddd;
            }

            .social-icons {
                display: flex;
                align-items: center;
                gap: 15px;
            }

            .social-icons img {
                width: 20px;
                height: 20px;
            }

            .copyright {
                color: #FF6600;
                font-size: 12px;
            }
        
            .copyright .agency-link {
                color: #e76107;
                text-decoration: none;
                /* istersen altı çizili olmasın diye */
            }

            @media (max-width: 768px) {

                .footer-info,
                .office-group {
                    flex-direction: column;
                    gap: 20px;
                }

                .office-item {
                    justify-content: center;
                }

                .footer-bottom {
                    flex-direction: column;
                    gap: 15px;
                }
            }

            /* kampanya sabit buton */
            .kampanya-buton {
                position: fixed;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                background-color: #0A5CA3;
                color: white;
                padding: 15px 10px;
                width: 50px;
                height: 180px;
                display: none;
                align-items: center;
                justify-content: center;
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
                text-align: center;
                cursor: pointer;
                transition: all 0.3s ease;
                z-index: 1000;
            }

            .kampanya-link {
                /* KAMPANYA FORMU */

                height: 200px !important;
                background: none;
                border: none;
                outline: none;
                cursor: pointer;

                font-family: 'Saira';
                font-style: normal;
                font-weight: 700;
                font-size: 18.9189px;
                line-height: 24px;
                /* identical to box height, or 129% */
                display: flex;
                align-items: center;
                text-align: center;

                color: #FFFFFF;

                transform: rotate(-90deg);

                /* Inside auto layout */
                flex: 1px;
                order: 1;
                flex-grow: 0;

            }

            .kampanya-text {
                writing-mode: vertical-lr;
                transform: rotate(0deg);
                text-transform: uppercase;
                font-size: 13px;
                letter-spacing: 2px;
                margin-bottom: auto;
                white-space: nowrap;
                font-weight: 500;
            }

            .kampanya-icon {
                font-size: 28px;
                margin-top: auto;
                font-weight: 200;
            }

            .kampanya-buton.show {
                display: flex;

            }

            .kampanya-buton:hover {
                width: 80px;
            }




            .footer-bottom {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 20px 40px;
                margin-top: 20px;
            }

            .social-icons {
                margin: 0;
                text-align: left;
                display: flex;
                align-items: center;
                gap: 10px;
            }

            .social-icons a {
                display: inline-flex;
                margin: 0 5px;
            }

            .social-icons img {
                transition: transform 0.3s ease;
            }

            .copyright {
                font-size: 12px;
                color: #ff6600;
                text-align: right;
            }

            /* Mobil uyum için */
            @media (max-width: 768px) {
                .footer-bottom {
                    flex-direction: column;
                    gap: 20px;
                    text-align: center;
                }

                .social-icons {
                    justify-content: center;
                    flex-wrap: wrap;
                }

                .social-icons > h5 {
                    width: 100%;
                    text-align: center;
                    margin: 0;
                }

                .copyright {
                    text-align: center;
                }
            }

            /* Mobil menü butonu */
            .mobile-menu-btn {
                display: none;
                flex-direction: column;
                justify-content: space-between;
                width: 30px;
                height: 20px;
                cursor: pointer;
                position: absolute;
                left: 20px;
                top: 30px;
                z-index: 1000;
            }

            .mobile-menu-btn span {
                width: 100%;
                height: 3px;
                background-color: white;
                border-radius: 3px;
                transition: all 0.3s ease;
            }

            .mobile-menu-close {
                display: none;
                position: absolute;
                top: 20px;
                right: 20px;
                font-size: 30px;
                color: #FF6600;
                cursor: pointer;
                z-index: 1001;
            }

            .model-text {
                width: 50%;
                float: left;
                height: 40%;
            }

            .model-text-right {
                float: right;
            }

            .model-text>img {
                width: 100%;
            }

            .sanayi-images {
                width: 100%;
                position: relative;
            }

            .swiper {
                width: 100%;
            }

            .swiper-container {
                width: 100%;
            }

            .swiper-slide {
                width: 33.33% !important;
            }

            .swiper-slide img {
                width: 100%;
                height: auto;
            }

            .swiper-wrapper {
                width: 100%;
            }

            .swiper-button-prev,
            .swiper-button-next {
                color: #FF5300 !important;
            }

            .swiper-pagination-bullet-active {
                background: #FF5300 !important;
            }

            .footer-phone-number {
                font-size: 18px;
            }

            @media screen and (max-width: 1400px) and (min-width: 1024px) {
                .header {
                    padding-right: 20px;
                }

                .office-info {
                    margin: 0;
                }

                .office .title {
                    font-size: 14px;
                }

                .phone-icon {
                    width: 22px;
                }

                .phone-number {
                    font-size: 20px;
                }

                .contact-form input,
                .contact-form textarea {
                    padding: 5px;
                }

                .form-orta>h4 {
                    height: auto;
                    margin-top: 3px;
                    margin-bottom: 5px;
                    font-size: 14px;
                }

                .form-container {
                    left: initial;
                    right: 0;
                    transform: translate(0%, -50%);
                }

                .form-header>h2 {
                    margin: 0;
                }

                .checkbox-group {
                    margin-top: 10px;
                    font-size: 12px;
                    line-height: normal;
                }
            }

            .contact-form .input {
                margin-top: 10px;
            }

            .input.error {
                position: relative;
            }

            .input.error::after {
                content: "";
                background-image: url(../icons/error-input.svg);
                position: absolute;
                right: 25px;
                top: 50%;
                transform: translateY(-50%);
                width: 15px;
                height: 15px;
            }

            .input.error.textarea::after {
                top: 10px;
                transform: translate(0);
            }

            .input.error > input, .input.error > textarea {
                border-color: red;
            }

            @media screen and (max-width: 1024px) {
                .mobile-menu-btn {
                    display: flex;
                }

                .mobile-menu-close {
                    position: fixed;
                    top: 15px;
                    right: 15px;
                    width: 30px;
                    height: 30px;
                    font-size: 20px;
                    color: white;
                    cursor: pointer;
                    z-index: 1001;
                    background-color: #FF6600;
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
                    border: none;
                }

                .header {
                    padding: 8px;
                }

                .office-info {
                    display: flex;
                    position: fixed;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100vh;
                    background-color: white;
                    padding: 50px 0 0 0;
                    overflow-y: auto;
                    z-index: 999;
                    flex-direction: column;
                    justify-content: flex-start;
                    row-gap: 15px;
                    transform: translateX(-100%);
                    transition: transform .3s ease-in-out;
                }

                .office-info.active {
                    transform: translateX(0);
                }

                .office {
                    width: 100%;
                    padding: 8px 20px;
                    margin: 0;
                    border-bottom: 1px solid #eee;
                }

                .office .title {
                    color: #FF6600;
                    font-size: 15px;
                    margin: 0 0 2px 0;
                    padding: 0;
                    display: flex;
                    align-items: center;
                    gap: 8px;
                    font-weight: bold;
                    text-transform: uppercase;
                }

                .office p {
                    color: #666;
                    font-size: 13px;
                    margin: 0;
                    padding: 0 0 0 30px;
                    line-height: 1.2;
                }

                .contact {
                    width: 100%;
                    justify-content: flex-start;
                    padding: 12px 20px;
                    margin: 0;
                    color: #FF6600;
                    border-top: 1px solid #eee;
                    display: flex;
                    align-items: center;
                }

                .phone-icon {
                    margin-right: 8px;
                }

                .phone-number {
                    color: #FF6600;
                    font-size: 20px;
                    font-weight: bold;
                    margin: 0;
                }

                .flex-column-mobile {
                    display: flex;
                    flex-direction: column;
                }

                .reverse-column-mobile {
                    flex-direction: column-reverse;
                }

                .model-text {
                    width: 100%;
                    height: auto;
                    float: none;
                }

                .model-text h2 {
                    height: auto;
                    font-size: 28px;
                }

                .model-text p {
                    height: auto;
                }

                .custom-button {
                    margin: 0;
                }

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

                .flex-horizontal-center {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }

                .section-title {
                    margin: 15px 0;
                }

                .section-title h2 {
                    width: auto;
                    height: auto;
                    font-size: 34px;
                    margin: 0;
                }

                .section-title>.line:first-child {
                    margin-right: 5px;
                }

                .section-title>.line:last-child {
                    margin-left: 5px;
                }

                .footer {
                    padding: 20px;
                }

                .footer-container {
                    padding: 0px;
                }

                .office-group {
                    align-items: flex-start;
                }

                .tanitim-filmleri {
                    padding: 0 20px;
                }

                .swiper {
                    width: 100%;
                }

                .video-container {
                    flex-direction: column;
                    flex-wrap: nowrap;
                    gap: 0;
                }

                .video-box {
                    width: 100%;
                    height: auto;
                }

                .video-box h3 {
                    height: auto;
                }

                .swiper-slide {
                    width: 100% !important;
                }

                .phone-bar {
                    bottom: 25px;
                    width: 100%;
                    padding: 12px 0px;
                    border-radius: 0;
                }

                .form-container .phone-number {
                    color: #fff;
                }

                .kampanya-buton {
                    display: flex;
                    height: 250px;
                }

                .kampanya-link {
                    height: 50px !important;
                }

                .kampanya-link > .text {
                    white-space: nowrap;
                    margin-left: 10px;
                }

                .form-orta>h4 {
                    height: auto;
                    font-size: 16px;
                    margin-top: 5px;
                }

                .radio-group label {
                    font-size: 14px;
                }

                .checkbox-group {
                    margin-top: 15px;
                    font-size: 16px;
                    line-height: normal;
                }

                .model-text p {
                    margin: 15px 40px;
                    margin-bottom: 40px;
                }
            .footer-phone-number {
                color: #FF6600;
                font-size: 20px;
                font-weight: bold;
                margin: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 5px;
            }


            }

            @media screen and (max-width: 768px) {
                .phone-bar {
                    bottom: -25px;
                }
            }

            .mt-15 {
                margin-top: 15px;
            }

            .mb-10 {
                margin-bottom: 10px;
            }

            .mb-25 {
                margin-bottom: 25px;
            }

            .order-2 {
                order: 2;
            }
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

.bilgilendirme-modal, #kvkkModal {
    display: block;
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -350%);
    width: 60%;
    height: 80svh;
    background-color: white;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 4px solid #0960a5;
    transition: transform 0.3s ease-in-out;
	overflow-y: auto;
}

.bilgilendirme-modal.active, #kvkkModal.active {
    transform: translate(-50%, -50%);
}

.modal-content {
    max-width: 90%;
    max-height: 90%;
}

#kvkkModal > .modal-content {
	max-width: 100%;
	width: 100%;
}

#kvkkModal > .close {
	color: black !important;
}

.close,
.prev,
.next {
    position: absolute;
    color: white;
    font-size: 40px;
    cursor: pointer;
    user-select: none;
    top: 50%;
    transform: translateY(-50%);
}

.close {
    top: 30px;
    right: 40px;
    font-size: 35px;
}

.bilgilendirme-modal > .close {
    color: black;
    right: 20px;
}

.prev {
    left: 30px;
}

.next {
    right: 30px;
}

.g-recaptcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-orta>h4 {
    height: auto;
    margin-top: 8px !important;
    font-size: 16px;
}