/*#region Genel*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 14px;
    
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

section {
    padding: 80px 0; /* Top ve bottom padding ekler */
    margin: 0 auto; /* Ortalamak i�in */
}

body {
    visibility: hidden;
    font-family: Gilroy-Regular, sans-serif;
    margin-bottom: 60px;
    background-color: #071C91 !important;
    color: #FFFFFF !important;
    overflow: auto;
}

    body.loaded {
        visibility: visible;
    }

#spinner {
    visibility: visible;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

    a:hover {
        color: #FFD700;
    }

button, .btn {
    background-color: #FFFFFF;
    color: #071C91;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: calc(var(--bs-gutter-x)* 4.5);
    padding-left: calc(var(--bs-gutter-x)* 2.5);
}

.btn-primary[b-l88xh9n6xb] {
    color: #fff;
    background-color: #04B8FF;
    border-color: #04B8FF;
    font-family: Gilroy-Regular;
}

button:hover, .btn:hover {
    background-color: #ffd70000;
}

.bUlasin {
    border-radius: 9px;
    width: 150px;
    height: 40px;
    font-size: 18px;
    text-align: center;
}

hr {
    margin: 0;
}

@media (max-width: 768px) {
    .bUlasin {
        background-color: transparent !important;
        color: #fff;
        padding: 10px 20px;
        border-radius: 8px;
        text-align: center;
        font-size: 16px;
    }
}

/*#endregion Genel*/

/*#region Gilroy Fonts*/

@font-face {
    font-family: 'Gilroy-Regular';
    src: url('/Gilroy/Gilroy-Regular.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-Light';
    src: url('/Gilroy/Gilroy-Light.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-Medium';
    src: url('/Gilroy/Gilroy-Medium.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-Heavy';
    src: url('/Gilroy/Gilroy-Heavy.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url('/Gilroy/Gilroy-Bold.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-SemiBold';
    src: url('/Gilroy/Gilroy-SemiBold.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url('/Gilroy/Gilroy-ExtraBold.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

/*#endregion*/

/*#region Navbar*/

.navbar {
    top: 0;
    left: 0;
    width: 100%; 
    height: 130px; 
    z-index: 9; 
    box-shadow: 0 0px 3px rgba(255, 255, 255, 0.5);
    --bs-navbar-brand-padding-y: 1.3125rem;
    --bs-navbar-nav-link-padding-x: 1rem;
    box-shadow: 0 0px 3px rgba(255, 255, 255, 0.12);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e ");
}

.navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
}

.navbar-nav {
    font-family: Gilroy-Light;
    font-size: 16px;
    color: white;
    --bs-nav-link-color: rgb(255, 255, 255);
}

    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
        font-family: Gilroy-Heavy;
        color: white
    }

.nav-link.dropdown-toggle:hover {
    color: #04B8FF !important;
    background-color: transparent;
}

.nav-link:hover {
    color: #04B8FF;
    background-color: transparent;
}

.btn-primary:hover {
    color: white;
}

a[b-l88xh9n6xb] {
    color: white;
    font-family: Gilroy-Regular;
}

@media (max-width: 768px) {
    .navbar-collapse {
        position: fixed;
        top: 56px;
        left: 0;
        width: 100%;
        height: calc(100vh - 258px);
        background-color: #071C91;
        z-index: 9999;
        overflow-y: auto;
        transform: translateY(-100%);
        transition: transform 0.3s ease-in-out;
    }

        .navbar-collapse.show {
            transform: translateY(108px);
        }

    .navbar-toggler {
        z-index: 10000;
        position: relative;
        background: none;
        border: none;
        color: white;
    }

    .nav-link {
        color: white;
        font-size: 1.5rem;
        text-align: center;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

        .navbar-nav .nav-link {
            color: #fff;
            font-size: 18px;
            text-align: center;
            display: inline-block;
            text-align: center;
            width: 100%;
        }

            .navbar-nav .nav-link:hover {
                color: #1F2882;
            }

    .bUlasin {
        background-color: #1F2882;
        color: #fff;
        padding: 10px 20px;
        border-radius: 8px;
        text-align: center;
        font-size: 16px;
    }

        .bUlasin:hover {
            background-color: #04B8FF;
        }
}

/*#endregion Navbar*/

/*#region Header*/
.header {

    height: 967px;
    position: relative;
    z-index: 0;
    background-position: center;
}

.HeaderText {
    position: absolute;
    top: 165px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.heroTitle {
    font-size: clamp(48px, 4vw, 96px);
    font-family: Gilroy-Medium, sans-serif;
    color: #fff;
    margin: 0;
    line-height: 1.2;
    white-space: nowrap;
}

.heroLable {
    font-size: 24px;
    font-family: Gilroy-Light;
    color: #ddd;
    text-align: center;
    margin-top: 47px;
}

@media (max-width:1440px) {
    .header {
        height: 930px;
    }
}

@media (max-width: 768px) {
    .header {
        height: 370px;
    }

    .HeaderText {
        top: 65px;
    }

    .heroTitle {
        font-size: 28px;
        margin-top: 32px;
    }

    .heroLable {
        font-size: 13px;
        margin-top: 12px;
    }

    .Logo {
        height: 90px;
    }
}


.buButton {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 33px;
    width: 153px;
    height: 52px;
    background: linear-gradient(335deg, #1F2882 0%, #04B8FF 100%);
    text-align: center;
    font-family: 'Gilroy-Light';
    font-size: 18px;
    margin: 177px auto; /* Ortalamak i�in margin auto */
    z-index: 99999
}



/*@media (max-width: 3024px) {
    .buButton {
        margin: 216px auto
    }
}*/

@media (max-width: 1440px) {
    .buButton {
        margin: 70px auto
    }
}

@media (max-width: 768px) {
    .buButton {
        width: 120px;
        height: 44px;
        font-size: 16px;
    }
}



/* TextLabels Konumland�rma */
.textLabels {
    text-align: center; /* Metni ortala */
    width: 100%; /* T�m geni�li�i kapla */
    z-index: 9999; /* �st katmanda g�r�nmesi i�in */
    line-height: 1.5; /* Sat�rlar aras�nda bo�luk */
    color: #fff; /* Yaz� rengi beyaz */
}

.securityRisk {
    font-size: 14px; 
}

    .securityRisk .gilroy-regular {
        font-family: 'Gilroy-Light';
    }

    .securityRisk .gilroy-semiBold {
        font-family: 'Gilroy-SemiBold';
        font-size: 14px;
    }

.securitySolution {
    margin-top: 224px;
    font-size: 14px;
}

    .securitySolution .gilroy-semiBold {
        font-family: 'Gilroy-SemiBold';
        font-size: 24px; 
    }

    .securitySolution .gilroy-regular {
        font-family: 'Gilroy-Light';
        font-size: 24px;
    }


@media (max-width: 1440px) {
    .securitySolution {
        margin-top: 182px;
    }
}


@media (max-width: 768px) {
    .textLabels {
        top: 506px; 
        font-size: 12px; 
        line-height: 1.4; 
        padding: 0 10px; 
    }

    .securityRisk {
        margin-bottom: 50px;
        font-size: 12px;
        display:none
    }

        .securityRisk .gilroy-regular {
            font-family: 'Gilroy-Light';
            font-size: 12px; /* Mobilde daha k���k */
        }

        .securityRisk .gilroy-semiBold {
            font-family: 'Gilroy-SemiBold';
            font-size: 12px; 
        }

    .securitySolution {
        margin-top: 75px;
    }

        .securitySolution .gilroy-semiBold {
            font-family: 'Gilroy-SemiBold';
            font-size: 18px; 
        }

        .securitySolution .gilroy-regular {
            font-family: 'Gilroy-Light';
            font-size: 16px; 
        }
}

/*#endregion Header*/

/*#region Header2*/
.header2 {
    /*    background-image: url(/images/ImageHeader.webp);
*/ background-repeat: no-repeat;
    background-size: cover;
    height: 955px;
    position: relative;
    z-index: 1;
}

.heroTitle2 {
    text-align: center;
    font-size: 48px;
    font-family: Gilroy-Light;
    color: #fff;
    margin: 0;
    line-height: 1.2;
    white-space: nowrap;
}

.heroLable2 {
    font-size: 24px; /* Tasar�mda istenen sabit boyut */
    font-family: Gilroy-Light;
    color: #ddd; /* Daha a��k bir renk */
    margin-top: 30px;
    text-align: center; /* �ok sat�rl� metin i�in ortalama */
}

.heroLable3 {
    font-size: 24px; /* Tasar�mda istenen sabit boyut */
    font-family: Gilroy-Light;
    color: #ddd; /* Daha a��k bir renk */
    text-align: center; /* �ok sat�rl� metin i�in ortalama */
    margin-top: 50px;
    margin-left: 15%;
    margin-right: 15%;
}

@media (max-width: 1440px) {
    .heroLable3 {
        font-size: 20px; /* Daha k���k boyut */
    }

    .header2 {
        height: 766px;
    }

    .heroTitle2 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .heroTitle2 {
        font-size: 15px; /* Daha k���k boyut */
    }

    .heroLable2 {
        font-size: 16px; /* Daha k���k boyut */
    }

    .heroLable3 {
        font-size: 15px; /* Daha k���k boyut */
    }

    .Logo {
        height: 90px;
    }

    .header2 {
        height: 600px;
    }
}

/*#endregion Header*/

/*#region Referance*/
.Text-Slider {
    position: relative;
    background: black;
    padding-bottom: 35px;
    padding-top: 0px;
}

/*@media (max-width: 3024px) {

    .Text-Slider {
        position: relative;
        background: linear-gradient(to top, #000000f2, #000000);
        padding-bottom: 35px;
        padding-top: 0px;
    }
}*/

.custom-slider {
    overflow: hidden;
    text-align: center;
    width: 100%;
    z-index: 9999;
    width: 100%;
    background: transparent;
    display: flex;
    padding-top: 50px;
}

.custom-slide-track {
    display: flex;
    width: calc(250px * 12 + 40px * 12);
    animation: custom-scroll 20s linear infinite;
    position: relative;
    left: 0;
}

.custom-slide {
    width: 176px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    padding: 0;
}

    .custom-slide img {
        max-width: 100%;
        height: auto;
        display: block;
    }

@keyframes custom-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 6 - 40px * 6)); /* Yeni geni�lik hesaplamas� */
    }
}

/*#endregion Referance*/

/*#region SectionDivider*/

.section-divider {
    width: 100%;
    border: none;
    opacity: 0.8;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding: 0 0;
    background-color: black
}

/*#endregion SectionDivider*/

/*#region SolutionTitle*/
.solutionsTitle {
    padding-left: 7%;
    font-size: 36px;
    line-height: 1.5;
    color: #fff;
}

    /* Regular Yaz� */
    .solutionsTitle .regular {
        font-family: 'Gilroy-Regular';
    }

    /* SemiBold Yaz� */
    .solutionsTitle .semiBold {
        font-family: 'Gilroy-SemiBold';
        font-weight: bold; /* Daha vurgulu g�r�n�m i�in */
    }

.solutionsTitleRight {
    padding-right: 25%;
    float: right;
    font-size: 36px;
    line-height: 1.5;
    color: #fff;
}

    /* Regular Yaz� */
    .solutionsTitleRight .regular {
        font-family: 'Gilroy-Regular';
    }

    /* SemiBold Yaz� */
    .solutionsTitleRight .semiBold {
        font-family: 'Gilroy-SemiBold';
        font-weight: bold; /* Daha vurgulu g�r�n�m i�in */
    }


@media (max-width: 768px) {
    .solutionsTitle {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .solutionsTitleRight {
        font-size: 28px;
        line-height: 1.3;
        padding-left: 7%;
        float: left;
    }
}

/*#endregion SolutionTitle*/


/*#region Solution Cards */
.solutionCards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 88%; /* Sa�dan soldan daraltmak i�in */
    margin: 50px auto; /* Ortalamak i�in */
}

/* Tek Kart */
.solutionCard {
    background: linear-gradient(135deg, #0034EE -36%, #0B1A2B 100%);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, height 0.5s ease;
    transform-origin: center;
    overflow: hidden;
    position: relative;
    width: calc(25% - 20px); /* 4 kolon olacak �ekilde geni�lik ayarla */
    min-height: 175px; /* Ba�lang��ta standart y�kseklik */
    height: 175px; /* Kart�n ba�lang�� y�ksekli�i */
}

    .solutionCard .solutionExtra {
        font-family: 'Gilroy-Light';
        font-size: 14px;
        line-height: 1.4;
        color: #fff;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease, opacity 0.5s ease;
    }

/* �kon ve Ba�l�k Ayn� Sat�rda */
.solutionCardHeader {
    display: flex;
    align-items: center;
    gap: 10px;
}

.solutionIcon {
    width: 40px;
    height: 40px;
}

/* Kart �konu */
.solutionCard .solutionIcon {
    width: 40px; /* �kon geni�li�i */
    height: 40px; /* �kon y�ksekli�i */
}

/* Kart Ba�l��� */
.solutionCard .solutionTitle {
    font-family: 'Gilroy-Regular';
    font-size: 16px;
    margin: 0;
    line-height: 1.4;
}

/* Kart A��klamas� */
.solutionCard .solutionDescription {
    font-family: 'Gilroy-Light';
    font-size: 14px;
    margin-top: 10px; /* �kon ve ba�l�ktan k���k bir bo�luk */
    line-height: 1.4;
}

.solutionDescription {
    font-family: 'Gilroy-Light';
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.4;
}

.solutionTitle {
    font-family: 'Gilroy-Regular';
    font-size: 16px;
    margin: 0;
    line-height: 1.4;
}

.solutionCard:hover {
    transform: scale(1.05); /* Kart b�y�r */
    height: 350px; /* Kart�n y�ksekli�i artar */
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3); /* G�lge efekti */
    z-index: 2;
}

    .solutionCard:hover .solutionExtra {
        max-height: 150px;
        opacity: 1;
    }

.infoButton {
    display: none; /* Ba�lang��ta gizli */
    margin-top: 15px;
    padding: 7px 27px; /* Daha k���k i� bo�luk */
    font-size: 12px; /* Daha k���k yaz� boyutu */
    font-family: 'Gilroy-Regular';
    color: #fff;
    background-color: #092EFF; /* Arka plan rengi */
    border: none;
    border-radius: 30px; /* Daha k���k yuvarlat�lm�� kenarlar */
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-self: flex-start; /* Sola dayal� yapar */
}

    .infoButton:hover {
        background-color: #0056b3; /* Hover s�ras�nda daha a��k mavi */
        color: #fff
    }

.solutionCard:hover .infoButton {
    display: block;
}

@media (max-width: 768px) {
    .solutionCard {
        width: 100%; /* Mobilde tam geni�likte olsun */
    }

    .solutionCards {
        width: 95%; /* Mobilde sa�dan soldan daha az bo�luk b�rak */
    }
}
/*#endregion Solution Cards */

/*#region Extra Solution Cards */
.EkstraSolutions {
    position: absolute;
    top: 1950px;
    width: 100%;
    display: grid;
    z-index: 4;
}

.EkstraSolution-divider {
    position: absolute;
    top: 2000px;
    left: 50%;
    transform: translateX(-50%); /* Yatayda tam ortala */
    width: 100%; /* �izginin geni�li�i */
    border: none; /* Varsay�lan kenarlar� kald�r */
    border-top: 2px solid rgba(255, 255, 255, 0.5); /* Hafif beyaz �izgi */
    z-index: 2; /* World'�n �st�nde g�r�nmesi i�in */
    opacity: 0.8; /* Hafif transparan */
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.Elektrik-Image {
    justify-content: center;
    left: 50%;
    display: flex;
    left: 50%;
    gap: 150px;
}

.Yazilim-Image {
    justify-content: center;
    left: 50%;
    display: flex;
    left: 50%;
    gap: 150px;
}

@media (max-width: 1080px) {
    .EkstraSolutions {
        gap: 15px; /* Kartlar aras�ndaki bo�luk */
        width: 95%; /* Daha fazla geni�lik */
        margin: 0 auto; /* Ortala */
        left: 20px;
        top: 1230px;
        min-height: 266px;
    }
}

@media (max-width: 768px) {
    .EkstraSolutions {
        grid-template-columns: repeat(1, 1fr); /* Tek kolon */
        gap: 15px; /* Kartlar aras�ndaki bo�luk */
        width: 90%; /* Daha fazla geni�lik */
        margin: 0 auto; /* Ortala */
        left: 20px;
        top: 1150px;
    }
}
/*#endregion Solution Cards */



/*#region AboutText */
.aboutText {
    text-align: center;
    line-height: 1.5;
    color: #fff;
    font-family: 'Gilroy-Light';
}

    .aboutText .highlight {
        font-family: 'Gilroy-Bold'; /* Tise Teknoloji i�in font stili */
        font-weight: normal;
        color: #fff; /* Ayn� beyaz renkte kals�n */
    }

@media (max-width: 1440px) {
    .aboutText {
        font-size: 18px; /* Yaz�y� k���lt */
        /* Daha geni� yer kapla */
    }
}

@media (max-width: 1080px) {
    .aboutText {
        font-size: 18px; /* Yaz�y� k���lt */
        /* Daha geni� yer kapla */
    }
}


@media (max-width: 768px) {
    .aboutText {
        font-size: 18px; /* Yaz�y� k���lt */
        /* Daha geni� yer kapla */
    }
}
/*#endregion AboutText */

/*#region testimonial*/

.testimonial-section {
    width: 85%;
    padding: 40px 0;
    position: relative;
}

.testimonial-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px;
    margin-top: -135px;
}

    .testimonial-container::-webkit-scrollbar {
        display: none;
    }

.testimonial {
    flex: 0 0 calc(25% - 20px); /* Ayn� anda 4 kart g�ster */
    background-color: rgba(255, 255, 255, 0.08); /* Transparan arka plan */
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
    min-height: 300px; /* Kartlar�n y�ksekliklerini e�itle */
    display: flex; /* Dikey hizalama i�in flexbox */
    flex-direction: column;
    justify-content: space-between; /* ��erikleri e�it hizala */
}

    .testimonial:hover {
        transform: translateY(-10px); /* Hover efekti */
    }


@media (max-width: 1440px) {
    .testimonial-section {
        width: 100%
    }
}

@media (max-width: 768px) {
    .testimonial-section {
        width: 100%
    }
}

.stars {
    font-size: 1.2rem;
    color: #f8b400;
    margin-bottom: 10px;
}

.testimonial p {
    flex-grow: 1;
    font-family: gilroy-Regular;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Kullan�c� Bilgileri */
.user {
    margin-top: 10px;
}

    .user img {
        height: 30px;
        margin-bottom: 35px;
    }

    .user h4 {
        font-size: 1.1rem;
        font-family: gilroy-Regular;
        margin-bottom: 5px;
        color: white;
    }

    .user p {
        font-size: 0.9rem;
        color: #bbb;
    }

@keyframes slide {
    0% {
        transform: translateX(0%);
    }

    25% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(-200%);
    }

    75% {
        transform: translateX(-300%);
    }

    100% {
        transform: translateX(0%);
    }
}

@media (max-width: 1080px) {

    .testimonial {
        flex: 0 0 calc(50% - 20px);
    }
}


/*#endregion Testimonation*/

/*#region Catalog*/

.catalog {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 0;
}

.catalog-container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.catalog-title {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 10px;
}

.catalog-subtitle {
    font-family: 'Gilroy-Light', sans-serif;
    font-size: 1rem;
    color: #ddd;
    margin-bottom: 30px;
}

.catalog-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent; /* Arka plan olmadan */
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    padding: 10px;
    max-width: 628px;
    margin: 0 auto;
}

.email-input {
    flex: 1;
    font-size: 1rem;
    font-family: 'Gilroy-Light', sans-serif;
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
    padding: 10px;
}

    .email-input::placeholder {
        color: rgba(255, 255, 255, 0.5); /* Soluk placeholder */
    }

.submit-button {
    background-color: #f44336; /* K�rm�z� buton */
    color: #fff;
    font-family: 'Gilroy-Regular', sans-serif;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

    .submit-button:hover {
        background-color: #d32f2f; /* Hover efekti */
    }

/*#endregion Catalog*/

/*#region test-cat mobil*/

@media (max-width: 768px) {

    .testimonial-container {
        flex-wrap: wrap; /* Kartlar�n alt alta gitmesini sa�lar */
        justify-content: center; /* Kartlar� ortalar */
    }

    .testimonial {
        flex: 0 0 calc(100% - 40px); /* Mobilde tek kart g�r�n�r */
        margin-bottom: 20px; /* Kartlar aras�nda bo�luk */
    }

    /* Catalog B�l�m� */

    .catalog {
        top: 5600px;
    }

    .catalog-container {
        padding: 0 20px; /* ��erik kenar bo�luklar� */
    }

    .catalog-title {
        font-size: 1.5rem; /* Ba�l�k boyutunu k���lt */
    }

    .catalog-subtitle {
        font-size: 0.9rem; /* Alt yaz� boyutunu k���lt */
    }

    .catalog-form {
        flex-direction: column; /* Input ve butonu alt alta koy */
        padding: 15px; /* �� bo�luk */
    }

    .email-input {
        margin-bottom: 10px; /* Input ile buton aras�nda bo�luk */
        width: 100%;
        text-align: center; /* Placeholder'� ortala */
    }

    .submit-button {
        width: 100%; /* Buton geni�li�i tam olacak */
        text-align: center;
    }
}

/*#endregion test-cat mobil*/

/*#region Footer*/

.footer[b-l88xh9n6xb] {
    position: relative;
}

.footer-container {
    max-width: 1200px; /* Maksimum geni�li�i ayarlar */
    margin: 0 auto; /* Ortalar */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0px; /* Ufak kenar bo�luklar� */
    box-sizing: border-box; /* Padding geni�li�e dahil edilir */
}

.footer-left,
.footer-right {
    display: flex;
    align-items: center;
}

    .footer-left img {
        margin-right: 10px; /* Logo ile metin aras�ndaki bo�luk */
    }

    .footer-right a {
        margin-left: 15px; /* �konlar aras�ndaki bo�luk */
    }

    .footer-right img {
        width: 31px; /* �kon geni�li�i */
        height: 31px;
    }

.footer-left,
.footer-right {
    padding-top: 10px; /* �� elemanlar�n �st bo�lu�unu art�r�r */
    padding-bottom: 35px; /* �� elemanlar�n alt bo�lu�unu art�r�r */
}

/* Mobil G�r�n�m */
@media (max-width: 768px) {


    .footer-container {
        flex-direction: column; /* ��eri�i dikey hizala */
        text-align: center; /* Ortala */
    }

    .footer-left {
        flex-direction: column; /* ��eri�i alt alta yerle�tir */
        align-items: center; /* Ortala */
        margin-bottom: 10px; /* Alt bo�luk */
        padding-top: 10px;
        padding-bottom: 0px;
    }

        .footer-left img {
            margin-bottom: 10px; /* Logo ile yaz� aras�nda bo�luk */
        }

        .footer-left p {
            margin: 0; /* Yaz�n�n d�� bo�luklar�n� kald�r */
        }
}


/*#endregion Footer*/

/*#region spinner*/
.spinner-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0f172a;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Spinner Animasyonu */
.spinner {
    width: 50px;
    height: 50px;
    border: 6px solid rgba(255, 255, 255, 0.3); /* Transparan beyaz */
    border-top: 6px solid #F24452; /* D�nen k�s�m rengi */
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*#endregion spinner*/

/*#region mtf4*/

.mtf4 {
    position: absolute;
    top: 496px;
    width: 100%;
    display: flex;
    flex-wrap: wrap; /* Mobilde ��elerin alt alta ge�mesini sa�lar */
    justify-content: space-between; /* Alan� e�it da��t�r */
    align-items: center; /* Mobilde ortalama i�in de�i�tirilir */
    box-sizing: border-box;
    padding: 0 10px; /* Kenarlardan i�erik ta��mas�n */
    z-index: 1;
}

    .mtf4 .row {
        width: 100%;
        margin: 0;
        display: flex;
        flex-wrap: wrap; /* Mobilde alt alta ge�i�i sa�lar */
        justify-content: center; /* Mobilde ortalar */
    }

    .mtf4 .col {
        width: 100%; /* Mobilde tek s�tun */
        margin-bottom: 10px; /* ��eler aras�nda bo�luk */
    }

        .mtf4 .col img {
            width: 100%; /* G�rsellerin ta�mas�n� �nler */
            max-width: 100%;
        }

/*#endregion mtf3*/

/*#region SolutionImage*/

.SolutionImage {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; /* Taray�c�larda yatayda ortalamak i�in */
    margin-top: 123px;
    width: 100%; /* Geni�lik ayar� */
    max-width: 1200px; /* Maksimum geni�lik */
}

    .SolutionImage img {
        width: 600px;
        height: 550px;
    }

@media (max-width: 1440px) {
    .SolutionImage {
        margin-top: 54px;
    }

        .SolutionImage img {
            width: 480px;
            height: 450px;
        }
}

@media (max-width: 768px) {

    .SolutionImage {
        margin-top: 45px;
    }

        .SolutionImage img {
            width: 330px;
            height: 315px;
        }
}




/*#endregion SolutionImage*/

/*#region Image-Cta Section*/

.image-text-section {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    gap: 60px; /* Daha uygun bir bo�luk */
    align-items: center;
    justify-content: space-between;
    margin: 65px auto; /* Ortalamak i�in margin auto */
    margin-top: 65px;
}

@media (max-width: 1440px) {
    .image-text-section {
        gap: 105px;
    }
}

@media (max-width: 768px) {
    .image-text-section {
        width: 57%;
        display: flex;
        flex-direction: column;
        gap: 100px;
    }

    margin-left: -50px;
}

.image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-container {
    flex: 1;
}

@media (max-width: 768px) {
    .text-container {
        margin-left: -50px;
    }
}

.image-container img {
    width: 350px;
    height: auto;
    border-radius: 10px;
}

.text-container ul {
    list-style: none;
}

.text-container li {
    font-size: 18px;
    margin: 10px 0;
    position: relative;
    padding-left: 20px;
    font-family: 'Gilroy', Arial, sans-serif; /* Fallback fontlar eklenir */
}

    .text-container li::before {
        content: "\2022"; /* Unicode for � */
        color: white; /* Renk ayar� */
        position: absolute;
        left: 0;
        font-size: 24px;
    }

/* Alt K�s�m Banner */
.cta-section {
    background-image: url('/images/WorldBanner.webp'); /* Banner resmi */
    background-size: cover; /* Resmi kapsay�c�ya tam s��d�r */
    background-position: center bottom; /* Ortada hizala, altta bitir */
    background-repeat: no-repeat; /* Resmi tekrar etme */
    border-radius: 20px; /* K��eleri yuvarlat */
    padding: 50px 10%; /* ��erik bo�lu�u */
    display: flex; /* ��erikleri hizalamak i�in flexbox kullan */
    justify-content: space-between; /* Metin ve d�nya resmi aras�nda bo�luk */
    align-items: center; /* Dikey ortala */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Hafif g�lge efekti */
    color: white; /* Metin rengi beyaz */
    margin-right: 15%;
    margin-left: 15%;
}

/* Sol Taraftaki Metinler */
.cta-text {
    max-width: 500px; /* Metinlerin geni�li�ini s�n�rla */
    z-index: 2; /* Resmin �zerinde kalmas�n� sa�lar */
}

    .cta-text h2 {
        font-size: 25px;
        margin-bottom: 15px;
        font-family: Arial, sans-serif;
    }

    .cta-text p {
        font-size: 18px;
        margin-bottom: 20px;
        font-family: Arial, sans-serif;
    }

.cta-button {
    background: linear-gradient(73deg, #04B8FF -7%, #1F2882 80%);
    color: white;
    border: none;
    border-radius: 30px; /* Buton k��elerini yuvarlat */
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .cta-button:hover {
        color: white !important;
        text-decoration: underline;
    }

.cta-image img {
    width: 300px; /* Resim geni�li�i */
    height: auto;
    opacity: 0.8; /* Hafif transparan */
    z-index: 1; /* Metinlerin arkas�nda kal�r */
    border-bottom-right-radius: 20px; /* K��elerin yuvarlat�lmas�na uyum sa�lar */
}




/*#endregion Image-Cta Section*/

/* #region Spiral*/

.sprl {
    position: absolute;
    top: 1217px;
}

    .sprl img {
        margin-left: -148px;
        height: 731px;
    }

@media (max-width: 1440px) {
    .sprl {
        top: 1217px;
    }

        .sprl img {
            margin-left: -148px;
            height: 731px;
        }
}

@media (max-width: 768px) {

    .sprl img {
        height: 0px;
    }
}

/* #endregion Spiral*/

/* #region Dropdown */
.dropdown-menu {
    position: absolute;
    z-index: 9999;
    background-color: #071C91;
    color: white;
    border: none;
    margin-top: 0.5rem;
    display: none;
}

    .dropdown-menu.show {
        display: grid;
        grid-template-columns: repeat(2, 50%);
        gap: 5px;
        grid-column-gap: 0px;
        padding: 1rem;
    }


.dropdown-item {
    color: white;
}

    .dropdown-item:hover {
        background-color: transparent;
        color: #B8EBFE;
    }

.nav-link.dropdown-toggle {
    color: white;
}

    .nav-link.dropdown-toggle:hover {
        color: #0056b3;
    }

.nav-item.dropdown {
    position: relative;
    z-index: 1050;
}

@media (max-width: 768px) {
    .dropdown-menu {
        display: block !important;
        position: relative;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .dropdown-toggle {
        pointer-events: none;
    }

    .dropdown-item {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
}
/* #endregion Dropdown */


/* #region Chatbot Icon Style */

.chatbot-container {
    position: fixed;
    bottom: 20px; /* Alta daha yak�n konumland�rma */
    right: 0;
    z-index: 999999;
}

/* Default Icon (Collapsed State) */
.chatbot-icon {
    background: linear-gradient(135deg, #0034EE -36%, #0B1A2B 100%);
    color: white;
    font-size: 20px;
    padding: 15px;
    border-radius: 10px 0 0 10px; /* Sadece sol taraf yuvarlat�l�r */
    cursor: pointer;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

    .chatbot-icon:hover {
        background: linear-gradient(135deg, #002FCC -36%, #0A1627 100%);
    }

/* Hidden Content */
.chatbot-content {
    position: absolute;
    bottom: 100%; /* ��eri�in yukar�da a��lmas�n� sa�lar */
    right: 0;
    background: linear-gradient(135deg, #0034EE -36%, #0B1A2B 100%);
    color: white;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 14px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

    .chatbot-content span {
        display: block;
        width: 100%;
        text-align: center; /* Yaz�y� ortalar */
    }

    /* Icons */
    .chatbot-content .icons {
        display: flex;
        flex-direction: column; /* Alt alta hizalama */
        gap: 10px;
    }

        .chatbot-content .icons a {
            display: flex;
            align-items: center;
            gap: 10px; /* �kon ve yaz� aras� bo�luk */
            text-decoration: none;
            color: white;
        }

            .chatbot-content .icons a img {
                width: 24px;
                height: 24px;
            }

            .chatbot-content .icons a span {
                font-size: 14px;
            }

/* Show Content on Hover */
.chatbot-container:hover .chatbot-content {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 10px); /* �konun 10px yukar�s�nda a��l�r */
}


/* #endregion Chatbot Icon Style */



.ElektrikSection {
    /*    background-image: url('/images/solBackground.png');*/
    background-image: linear-gradient(176deg, black, #000000b3);
    background-size: cover;
    background-position: center;
}

.YazilimSection {
    background-image: linear-gradient(176deg, black, #000000b3);
    background-size: cover;
    background-position: center;
}

.BinaSection {
    background-image: linear-gradient(176deg, black, #000000b3);
    background-size: cover;
    background-position: center;
}

.aboutSection {
    background-image: url('/images/bottom.webp');
    background-size: cover;
    background-position: center;
    height: 700px
}

.heroSection {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.endSection {
    padding-top: 0px;
    padding-bottom: 0px;
}


/*#region LedSlider*/

.slider-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 500px;
}

.slider-image {
    position: absolute;
    transition: all 0.6s ease;
    transform: scale(0.85);
    cursor: pointer;
    text-align: center;
    max-width: 600px;
}

    .slider-image img {
        width: 100%;
        border-radius: 30px;
    }

    .slider-image label {
        position: absolute;
        background-image: linear-gradient(to bottom, #243aff0f, #243afff5);
        height: 80px;
        width: 100%;
        bottom: 0px;
        left: 50%;
        align-content: center;
        transform: translateX(-50%);
        color: #fff;
        padding: 5px 10px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        font-size: 25px;
        cursor: pointer;
    }

.center-image {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.left-image {
    left: -25px;
}

.right-image {
    right: -25px;
}

.slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .dot.active {
        background-color: #333;
    }

@media (max-width: 768px) {
    .slider-wrapper {
        height: 300px;
    }

    .slider-image {
        position: static;
        opacity: 1;
        transform: scale(1);
    }

    .left-image, .right-image {
        display: none;
    }

    .slider-image img {
        width: 95%;
        height: auto;
    }

    .slider-dots {
        margin-top: 15px;
    }

    .slider-image label {
        font-size: 20px;
        width: 95%;
    }
}

/*#endregion LedSlider*/

/*#region EkstraSections*/

.solution-section {
    width: 100%;
    padding: 50px 7%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    z-index: 4;
    gap: 150px;
}

.image-placeholder img {
    max-height: 350px;
}

.HBAbutton {
    display: inline-block; /* veya block */
    margin-top: 30px;
    padding: 10px 20px;
    background: linear-gradient(to right, #1F2882, #04B8FF);
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

#ElektrikSolution {
    justify-items: center;
    width: 100%;
}

#YazilimSolution {
    justify-items: center;
    width: 100%;
    justify-content: right;
}

#BinaSolution {
    justify-items: center;
    width: 100%;
}



@media (max-width: 1440px) {
    .image-placeholder img {
        max-height: 300px;
    }
}

@media (max-width: 768px) {

    .solution-section {
        flex-direction: column;
    }

    #YazilimSolution {
        flex-direction: column-reverse;
    }

    .image-placeholder {
        margin-bottom: 20px;
    }

        .image-placeholder img {
            max-height: 215px;
        }

    EkstraSectionsUl-li ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    EkstraSectionsUl-li li {
        margin-bottom: 10px;
    }

    HBAbutton {
        width: 100%;
    }
}

/*#endregion EkstraSections*/

/*#region CustomRow*/

.custom-row {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 60px;
}

    .custom-row .custom-col img {
        width: 100%;
        height: auto;
    }

.custom-col {
    width: 100%;
}

/* Mobil g�r�n�m i�in (768px ve alt�ndaki ekranlar) */
@media (max-width: 768px) {
    .custom-row {
        flex-wrap: wrap;
    }

        .custom-row .custom-col:nth-child(2) {
            display: none; /* �kinci g�rseli gizle */
        }

        .custom-row .custom-col:first-child img {
            width: 100vw; /* �lk g�rsel t�m ekran� kaplas�n */
            height: auto;
        }
}

/*#endregion CustomRow*/


/*#region Stars*/

#starfield {
    position: absolute;
    top: 0; /* Hero'nun ba�lad��� yer */
    left: 0;
    width: 100%; /* Hero kadar geni�lik */
    height: 100vh; /* Hero'nun y�ksekli�i */
    overflow: hidden; /* Ta�malar� gizler */
}

.star {
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: white;
    border-radius: 50%;
    animation: blink 2s infinite ease-in-out;
}

@keyframes blink {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}
/*#endregion Stars*/

/*#region Cookie*/

/* Çerez bildirim alanı */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(181deg, #1F2882 0%, #04B8FF 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; /* İçerik taşarsa alt satıra geçmesi için */
    padding: 15px 20px;
    font-size: 14px;
    z-index: 1000;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
}

/* Çerez politikası yazısı */
.cookie-text {
    text-align: center;
    flex: 1;
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

/* Çerez politikası linki */
.cookie-link {
    color: #fff;
    text-decoration: underline;
}

/* Butonlar bölümü */
.cookie-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Ortak buton stilleri */
.cookie-btn {
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    border-radius: 5px;
    transition: all 0.3s ease;
}

/* Kabul et butonu */
.accept-btn {
    background-color: #ffffff00;
    color: #fff;
    margin-left: 15px;
}

/* Reddet butonu */
.reject-btn {
    background-color: #ffffff00;
    color: #fff;
}

/* Buton hover efekti */
.cookie-btn:hover {
    opacity: 0.8;
}

/* Mobil cihazlar için medya sorgusu */
@media screen and (max-width: 768px) {
    .cookie-banner {
        flex-direction: column; /* Mobilde içerikleri alt alta diz */
        align-items: center;
        text-align: center;
    }

    .cookie-text {
        font-size: 14px;
        line-height: 1.5;
        padding: 10px 0;
    }

    .cookie-buttons {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        padding-top: 10px;
    }

    .cookie-btn {
        width: 90%; /* Butonları tam genişlik yapmak için */
        max-width: 300px;
    }

    .accept-btn, .reject-btn {
        margin: 0; /* Mobilde yan boşlukları kaldır */
    }
}


/*#endregion Cookie*/


.scrollToTopBtn {
    background: linear-gradient(135deg, #0034EE -36%, #0B1A2B 100%);
    position: fixed;
    bottom: 20px;
    left: 20px;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    z-index: 1000;
}

.changeLang {
    position: absolute;
    z-index: 999999999;
    top: 5px;
    right: 35px;
}

.selectBox {
    background-color: transparent;
    color: white;
    font-size: 13px;
    font-family: 'Gilroy-Light';
    border: 1px solid white;
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 3px;
    border-radius: 9px
}

    .selectBox img {
        width: 20px;
        height: 15px;
    }

.arrow {
    margin-left: auto;
}

.langMenu {
    display: none;
    position: absolute;
    background-color: #071C91;
    color: white;
    list-style: none;
    padding: 0px;
    margin: 0;
    border: 1px solid white;
    width: 67px;    
    margin-top: 2px;
    border-radius: 8px;
}

    .langMenu li {
        padding: 7px;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 12px;
    }

        .langMenu li img {
            width: 20px;
            height: 15px;
        }

        .langMenu li:hover {
            background-color: black;
            border-radius: 8px;
        }


@media screen and (max-width: 768px) {
    .changeLang {
        top: 10px;
        right: 40px;
    }
}

#background-video {
    position: relative;
    width: 100%;
    object-fit: cover;
    height: -webkit-fill-available;
}

@media screen and (max-width: 768px) {
    #background-video {
        width: 100vw;
        object-fit: cover;
        height: -webkit-fill-available;
    }
}

.video-background {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 85vh;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
    opacity: 0.09;
    background: transparent;
    margin-top: -1rem;
}

    .video-background video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 8%, rgba(0,0,0,0.1) 12%, rgba(0,0,0,0.3) 16%, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.8) 24%, rgba(0,0,0,1) 28%, rgba(0,0,0,1) 75%, rgba(0,0,0,0.9) 78%, rgba(0,0,0,0.8) 82%, rgba(0,0,0,0.6) 86%, rgba(0,0,0,0.4) 90%, rgba(0,0,0,0.2) 94%, rgba(0,0,0,0.1) 97%, rgba(0,0,0,0) 100% );
        -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 8%, rgba(0,0,0,0.1) 12%, rgba(0,0,0,0.3) 16%, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.8) 24%, rgba(0,0,0,1) 28%, rgba(0,0,0,1) 75%, rgba(0,0,0,0.9) 78%, rgba(0,0,0,0.8) 82%, rgba(0,0,0,0.6) 86%, rgba(0,0,0,0.4) 90%, rgba(0,0,0,0.2) 94%, rgba(0,0,0,0.1) 97%, rgba(0,0,0,0) 100% );
        clip-path: inset(80px 0px 40px 0px);
        filter: brightness(0.8) saturate(1.1) blur(0.5px);
        mix-blend-mode: multiply;
    }

@media (max-width: 768px) {
    .video-background {
        height: 65vh;
        margin-top: -1rem;
        opacity: 0.1;
        background: linear-gradient(to bottom, #071C91 0%, rgba(7, 28, 145, 0.95) 8%, rgba(7, 28, 145, 0.7) 15%, rgba(7, 28, 145, 0.3) 25%, transparent 35%, transparent 75%, rgba(7, 28, 145, 0.05) 78%, rgba(7, 28, 145, 0.15) 82%, rgba(7, 28, 145, 0.3) 86%, rgba(7, 28, 145, 0.5) 90%, rgba(7, 28, 145, 0.7) 94%, rgba(7, 28, 145, 0.85) 97%, #071C91 100%);
    }

        .video-background video {
            clip-path: inset(60px 0px 40px 0px);
            filter: brightness(0.9) saturate(1.0) blur(0.8px);
            mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 8%, rgba(0,0,0,0.1) 12%, rgba(0,0,0,0.3) 16%, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.8) 24%, rgba(0,0,0,1) 28%, rgba(0,0,0,1) 75%, rgba(0,0,0,0.9) 78%, rgba(0,0,0,0.8) 82%, rgba(0,0,0,0.6) 86%, rgba(0,0,0,0.4) 90%, rgba(0,0,0,0.2) 94%, rgba(0,0,0,0.1) 97%, rgba(0,0,0,0) 100% );
            -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 8%, rgba(0,0,0,0.1) 12%, rgba(0,0,0,0.3) 16%, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.8) 24%, rgba(0,0,0,1) 28%, rgba(0,0,0,1) 75%, rgba(0,0,0,0.9) 78%, rgba(0,0,0,0.8) 82%, rgba(0,0,0,0.6) 86%, rgba(0,0,0,0.4) 90%, rgba(0,0,0,0.2) 94%, rgba(0,0,0,0.1) 97%, rgba(0,0,0,0) 100% );
        }
}