@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');



/*@font-face {
    font-family: generalSans-Medium;
    src: url("./OTF/GeneralSans-Medium.otf");
}

@font-face {
    font-family: generalSans-Light;
    src: url("./OTF/GeneralSans-Light.otf");
}

@font-face {
    font-family: generalSans-Bold;
    src: url("./OTF/GeneralSans-Bold.otf");
}*/

.navbar-toggler {
    border: none;
    color: black;
    padding: 0 !important;
}


html {
    scroll-behavior: smooth;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing-: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Poppins', sans-serif !important;
}

@media(min-width:375px) {
    .navbar-toggler {
        font-size: 23px !important;
    }
}

@media (max-width: 750px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }
}

.section1img2 {
    width: 85%;
    display: flex;
    justify-content: center;
    border: 7px solid #000000;
    border-radius: 20px;
    margin: 40px;
}

.slider-item-align-feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 120px;
    gap: 30px;
}

.section1img-feature {
    width: 45%;
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

@media (max-width: 991.98px) {
    .section1img2 {
        display: none;
    }

    .section1img {
        display: none;
    }



    .aboutSvg {
        display: none;
    }

    .about div {
        margin-top: 50px;
        color: black !important;
    }

    .about h1 {
        color: black !important;
        text-align: center;
    }

    .products-first-img {
        height: 250px !important;
    }
}
/*
.indexContactForm {
    margin-top: 50px;
    background: linear-gradient(92.84deg, rgba(247, 254, 255, 0.7) 0.42%, rgba(229, 253, 255, 0.7) 50.82%, rgba(247, 254, 255, 0.7) 101.35%), rgba(99, 170, 176, 0.4);
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.2), inset 0px 0px 15px rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 100px 50px;
}
*/

.modal-backdrop {
    opacity: 0.2 !important;
    z-index: 1 !important;
}



/*

.modal-content {
    background-color: transparent !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 95%;
}

.modal-content-submit {
    background: #fff;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.2), inset 0px 0px 15px rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    width: 970px !important;
    display: flex;
    justify-content: space-between;
    height: 90%;
}*/

.form-field-label {
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 8px;
    line-height: 100%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    border: 1px solid #EAEAEE;
    padding: 10px;
    border-radius: 5px;
}

    .form-field-label:hover {
        transform: translateY(-2px);
        border: 1px solid #9A48EF;
    }

    .form-field-label:focus-visible {
        transform: translateY(-2px);
        border: 2px solid #9A48EF !important;
        box-shadow: 0px 5px 7px #A5AAB5;
    }

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
    color: fieldtext !important;
}

.form-field-box {
    display: flex;
    /* padding: 70px 25px 30px 25px; */
    width: 50%;
    justify-content: center;
    align-items: center;
}

.left-contact-section {
    display: flex;
    background: #F4ECFC;
    width: 50%;
    height: auto;
    padding: 30px 0 0 35px;
    border-radius: 10px 0px 0px 10px;
    align-content: stretch;
    flex-direction: column;
    justify-content: flex-start;
}

/*.modal-dialog {
    display: flex !important;
    --min-height-login: 693px;
    height: 80%;
}*/


.contact-design-svg {
    /*    padding: 50px 0 0 0;
   width: 50%;*/
    height: auto;
}

.row {
    margin: 0px;
}


@media (min-width: 1400px) {
    .row2 {
        position: relative;
        display: block;
        margin: 15%;
    }
}

.contact-row {
    width: 75%;
    align-items: center;
    margin-left: 12%;
}

p {
    margin-bottom: 25px;
    font-family: Poppins;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.navbar {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    /*  background-color: #0f757c;*/
    z-index: 99;
}

.scroll {
    box-shadow: 0 4px 6px 0 rgba(10, 10, 10, 0.05);
    background-color: #0f757c;
}

.scrolled {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 4px;
}

.dropdown-item {
    transition: 350ms;
    border-radius: 10px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 10px;
    margin: 30px 0px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    box-shadow: 2px 2px 30px 0px rgba(20, 20, 20, 0.1);
    border-radius: 10px;
}

.dropdown-item:hover {
    background-color: #0f757d;
    color: white;
}





.button {
    width: 160px;
    height: 45px;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    margin-left: 50px;
}

.button-tag {
    width: 140px;
    height: 45px;
    font-family: 'Poppins';
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #b50e0e;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    /*  border-radius: 45px;*/
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

.about-us-sec-1-container {
    background: url("./../img/about-us/header.png");
    background-size: cover;
    overflow-x: hidden;
    background-position-y: 20%;
}

.training-second-col {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

@media (max-width: 767px) {
    .training-last-sec .row .col-md-6 {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .about-us-sec-1-container {
        background: url("./../img/about-us/header-mobile.png");
    }

    .our-story-title,
    .meet-our-team-title {
        font-size: 48px !important;
    }
}

.button:hover {
    background-color: #9A48EF;
    /*  box-shadow: 0px 5px 7px #9A48EF;*/
    color: #fff;
    transform: translateY(-7px);
}

.pageContent {
    padding-right: 10%;
    padding-left: 10%;
}

.navbarHr {
    margin: 0px;
}

.footerContainer {
    padding: 30px 10%;
}

footer {
    background-color: #10292e;
}


.nav-link {
    font-size: 15px;
    line-height: 1;
    color: rgb(0, 0, 0);
    font-weight: 600;
    transition: 0.4s;
}

.nav-item {
    margin: 0px 7px;
}

.nav-link:hover {
    color: #0b757d !important;
}

/* FOOTER START */

footer {
    position: relative;
}

.footer-box {
    flex-direction: row;
    justify-content: space-evenly;
    gap: 350px;
}

/*.footer-first-col {
    display: flex;
    position: relative;
    top: 25px;
    flex-direction: column;
    justify-content: space-evenly;
    width: 50%;
}

.footer-second-col {
    display: flex;
    position: relative;
    top: 25px;
    flex-direction: column;
    justify-content: space-evenly;
}

.footer-third-col {
    display: flex;
    position: relative;
    top: 25px;
    flex-direction: column;
    justify-content: space-evenly;
}*/

.fa-youtube:before {
    content: "\f167";
    font-size: 20px;
    color: #E2D9F0;
    padding: 10px;
}

.fa-instagram:before {
    content: "\f16d";
    font-size: 20px;
    color: #E2D9F0;
    padding: 10px;
}

.fa-linkedin:before {
    content: "\f08c";
    font-size: 20px;
    color: #E2D9F0;
    padding: 10px;
}



.btn-floating {
    display: inline-flex;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 10px 10px 10px 0;
    height: 50px;
    gap: 10px;
    align-items: flex-end;
}


    .btn-floating:hover {
        color: #9A48EF;
        text-decoration: underline;
        padding: 10px 10px 10px 0;
    }

@media(max-width:1200px) {
    .footer-first-col {
        text-align: center;
        justify-content: center;
    }
}

.index-footer {
    margin-top: 25px;
    background: #9A48EF;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1F6D70, #134E5E);
    /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #1F6D70, #134E5E);*/
    background-color: #080f24;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding-top: 50px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    /* z-index: 999 !important;  TODO */
}

.footerTitle {
    font-size: 15px;
}


.footerHr {
    border-color: white;
}

.footerParts {
    /* text-align: center;*/
}

.footerText i {
    display: none;
}

.footerTitleHr {
    border-color: rgb(255, 255, 255, .7);
    margin-top: 10px;
    margin-bottom: 10px;
    width: 50%;
}

.footerBottomLine {
    font-size: 10px;
    display: flex;
    justify-content: center;
}

@media(max-width:960px) {
    .footerBottomLine {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}

.footerBottomLine a {
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: all 350ms;
}

    .footerBottomLine a:hover {
        border-bottom: 1px solid #fff;
        color: #fff;
    }


.footerIcon {
    color: white;
    margin-right: 5px;
    font-size: 12px;
}

.policy-link {
    color: white;
    font-size: 11px;
    margin-bottom: 0
}

    .policy-link:hover {
        border-bottom: 1px solid white;
        color: white;
    }

.footerText {
    color: white;
    font-size: 12px;
    transition: 350ms;
}

    .footerText:hover {
        color: white;
        margin-left: 7px;
        color: #f6f6f6;
    }

.footer-logo {
    width: 160px;
    height: auto;
    margin-bottom: 50px;
    justify-content: flex-start;
}

.footer-img-container {
    text-align: start;
}

.footer-first-col {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

@media(max-width:960px) {
    .footer-first-col {
        top: -20px;
    }
}

.footer-motto {
    margin: 0;
    font-size: 2rem;
    margin-top: -15px;
    font-weight: 600;
    width: 100%;
}

.footer-motto-title {
    margin: 0;
    font-size: 1.1rem;
}

.custom-left-box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: baseline;
    width: 80%;
    gap: 20px;
    justify-content: flex-end;
}

.custom-link-box {
    display: flex;
    padding: 20px 40px 0 0;
}

.footer-motto-sm {
    font-size: 10px !important;
}

@media(max-width:960px) {
    .footer-motto {
        text-align: center;
        font-size: 14px;
    }
}

.footerContactText a {
    font-size: 12px;
    color: #fff;
    text-decoration: none !important;
}

.footerContactText {
    font-size: 12px;
    color: #fff;
}

    .footerContactText:hover {
        color: #fff;
    }

    .footerContactText i {
        margin-right: 5px;
    }

.contact-footer {
    margin-top: 0;
}

.footerParts .btn {
    font-size: 17px;
    border: none;
    padding: 3px 7px;
    margin-left: 5px;
    margin-top: 10px;
}

.footerKvkk {
    font-size: 9px;
    margin-top: 15px;
}

    .footerKvkk a {
        color: #fff;
        font-size: 10px;
        border-bottom: 1px solid transparent;
        transition: 350ms;
    }

        .footerKvkk a:hover {
            border-bottom: 1px solid #fff;
            color: #fff;
        }

.social-media-title {
    color: #9A48EF;
    font-size: 1rem;
    text-decoration: underline;
    text-transform: lowercase;
}

.footer-line {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    margin-top: 3rem;
    margin-bottom: 1rem;
    gap: 10px;
}

.footer-icon {
    width: 25px;
    height: auto;
    margin-bottom: 20px;
    justify-content: flex-start;
    color: #9A48EF;
}



/* FOOTER FIN */
.card {
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 10px;
}

.card-title {
    color: #D6CAEA;
}

.cardSection {
    margin-top: 100px;
}

.section1-col1 {
    margin-top: 50px;
}

.section1-col2 {
    margin-top: 25px;
}

.contactUs {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0f757d;
    color: white;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 0.9px;
    box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.10) !important;
    transition: 350ms;
}

    .contactUs:hover {
        box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.25) !important;
    }

.about-us-fa-linkedin {
    color: #0b65c2;
}

.fa-arrow-right {
    font-size: 36px;
}

.fa-arrow-2 {
    transform: rotate(90deg);
}

.fa-arrow-3 {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .training-last-sec .row .col-md-6 {
        text-align: center !important;
    }

    .fa-arrow-1 {
        transform: rotate(90deg);
    }

    .fa-arrow-2 {
        transform: rotate(90deg);
    }

    .fa-arrow-3 {
        transform: rotate(90deg);
    }
}

.fa-envelope-icon {
    color: #ce3e31;
}

.section1Contact {
    display: flex;
    align-items: center;
}

.stars {
    margin-left: 50px;
}

.section1Header {
    font-size: 62px;
    font-weight: 400;
    letter-spacing: -0.4px;
    color: #0f757c;
}

.our-section-2-mobile {
    display: none;
}

.check-our-products {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 567px) {
    .customized-card-row .col-sm-2 {
        display: flex;
        justify-content: center;
    }

    .customized-card-row .col-sm-10 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .customized-software-solutions-row .col-xl-6 {
        padding: 0;
    }

        .customized-software-solutions-row .col-xl-6 .card-consultancy .card-body {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 0;
            text-align: left !important;
        }
}

@media (max-width: 440px) {
    .timeline-texts h4 {
        text-align: center !important;
    }

    .our-section-1,
    .our-section-2-1,
    .our-section-2-2,
    .our-section-3-1,
    .our-section-3-2 {
        text-align: center;
    }

    .customized-header {
        margin-top: 50px !important;
        font-size: 40px !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .infrastructural-header {
        font-size: 48px !important;
    }

    .gis-exp-geotext {
        font-size: 19px;
    }

    .contact-header-text {
        margin-top: -75px;
    }

    .contact-header-img {
        display: none;
    }

    .check-our-products {
        justify-content: center;
    }

    .our-section-2-web {
        display: none;
    }

    .our-section-2-mobile {
        display: block;
    }

    .training-col-1 {
        align-items: center;
    }

    .end-user-text {
        text-align: center !important;
    }

    .instrastucturel-row-1 .col-xl-6 h4 {
        text-align: center !important;
    }

    .products-text,
    .products-text {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .row-belsis-gis .col-md-12 h4 {
        text-align: center !important;
    }

    .row-belsis-ims .col-sm-12 h4 {
        text-align: center !important;
    }

    .row-belsis-cad .col-md-12 h4 {
        text-align: center !important;
    }

    .row-belsis-mis .col-md-12 h4 {
        text-align: center !important;
    }

    .row-belsis-edms .col-md-12 h4 {
        text-align: center !important;
    }

    .mobile-card-container {
        margin-top: 48px;
        display: block;
    }

    .section1Header {
        font-size: 48px;
    }

    .pageContent {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

    .review-row .col-md-12 {
        text-align: center !important;
    }
}

.row-place-foo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Section1trustedText {
    margin-top: 50px;
    color: #676f7c;
    font-size: 15px;
}

.section2 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #09595f;
    color: white;
}

.section2Header {
    font-size: 70px;
    font-weight: 400;
    letter-spacing: -0.4px;
    color: white;
    font-family: Poppins;
}

.cardSectionHeader {
    text-align: center;
    margin-bottom: 40px;
    margin-top: -50px;
    font-size: 70px;
    font-weight: 400;
    letter-spacing: -0.4px;
    color: #0F757C;
    font-family: Poppins;
}

.Section1trustedTextP1 {
    font-family: Poppins !important;
    font-size: 20px !important;
    text-align: center;
    padding: 10px 50px;
    height: 140px;
    color: #e1c9fb;
}

.slider-text-align {
    margin-bottom: 25px;
    font-family: Poppins;
    letter-spacing: 0.4px;
    font-size: 25px;
    text-align: center;
    color: #3E4958;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    border: 1px solid #10292e;
    padding: 25px;
    background-color: #10292e;
    border-radius: 50%;
    opacity: 1 !important;
}

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

.btn_container {
    display: flex;
    justify-content: space-between;
    position: relative;
    bottom: 125px;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .btn_container > button {
        border: none;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 50px;
        padding: 25px;
        font-size: 24px;
        color: #388389;
        transition: 250ms;
    }

        .btn_container > button:hover {
            background-color: rgba(255, 255, 255, 0.4);
        }

.consultancySection {
    padding-bottom: 50px;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    border-radius: 15px !important;
}

.consultancy-last-sec {
    display: flex;
}

.consultancy-icon {
    font-size: 64px;
    color: #017dfc;
    margin-bottom: 10px;
}

.consultancy-process {
    position: relative;
    right: 40px;
}

.indexFormSection {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 100px;
}

.consultancySection {
    width: 100%;
}

.consultancy-content {
    justify-content: center;
}

.consultancy-text {
    max-width: 750px !important;
}

#carouselExampleIndicators {
    width: 90%;
}

.form-group {
    position: relative;
    margin-bottom: 0.5rem;
}

.form-control {
    border-radius: 10px;
}

.contact-form-control {
    border-radius: 10px;
    background: linear-gradient(#ffffff1a, #ffffff1a 25%);
    box-shadow: inset 0 1px 1px #ffffff1a, 0 50px 100px -20px #32325d40, 0 30px 60px -30px #0000004d;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #19313f;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 7px 0 0 10px;
    transition: all 200ms;
    opacity: 0.5;
    color: #fff;
}

.faq-section {
    margin-top: -50px;
}

.indexContactForm h2 {
    text-align: center;
    color: #0F757C;
    margin-top: -50px;
}

.indexContactForm form {
    margin-top: 50px;
}

.carousel-control-next,
.carousel-control-prev {
    width: 0%;
}

.section2Col1 {
    overflow: hidden;
}

.cardSectionCard {
    cursor: pointer;
    box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.10) !important;
    transition: 350ms;
}

    .cardSectionCard:hover {
        box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.25) !important;
    }

.consultancyCard {
    padding: 10px 20px;
    overflow: hidden;
}

.consultancyArrow {
    font-size: 24px;
    border-radius: 50%;
    border: 1px solid #0f757d;
    padding: 16px;
    background-color: #0f757d;
    color: white;
}



svg {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
}

.about {
    margin-top: 100px;
    padding-left: 5%;
    padding-right: 5%;
}

    .about h1 {
        color: white;
        text-align: center;
    }

    .about div {
        margin-top: 50px;
        color: white;
    }

.aboutText {
    text-align: justify;
}

.teamMembers {
    height: 300px;
    object-fit: cover;
    object-position: top;
}

.memberCard {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    width: 60%;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    margin-bottom: 10px;
}

    .memberCard > img {
        border-radius: 8px;
    }

.team {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .team > h2 {
        text-align: center;
        margin-bottom: 20px !important;
        color: rgb(25, 69, 145);
        font-weight: 600;
    }

.indexContactFormButton {
    width: -webkit-fill-available;
    padding: 12px 12px;
    background-color: #3E4958;
    border: 1px solid transparent;
    color: white;
    border-radius: 5px;
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%);
    transition: all 0.3s ease 0s;
    cursor: pointer; /* Bu eksikti */
    outline: none;
}

    .indexContactFormButton:hover {
        color: #fff;
        transform: translateY(-7px);
        background-color: #9A48EF;
        box-shadow: 0px 5px 7px #A5AAB5;
    }



.indexContactFormButton-contact {
    width: -webkit-fill-available;
    padding: 12px 12px;
    background-color: #697780;
    border: 1px solid transparent;
    color: white;
    border-radius: 5px;
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%);
    transition: all 0.3s ease 0s;
    cursor: pointer; /* Bu eksikti */
    outline: none
}

    .indexContactFormButton-contact:hover {
        color: #fff;
        transform: translateY(-7px);
        background-color: #9A48EF;
        box-shadow: 0px 5px 7px #A5AAB5;
    }




.aboutUsImg {
    width: 100%;
}

#timeline {
    position: relative;
    padding: 2em 0;
    margin-bottom: 2em;
}

    #timeline::before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 18px;
        height: 100%;
        width: 8px;
        border-radius: 25px;
        background: linear-gradient(92.84deg, rgba(247, 254, 255, 0.7) 0.42%, rgba(229, 253, 255, 0.7) 50.82%, rgba(247, 254, 255, 0.7) 101.35%), rgba(99, 170, 176, 0.4);
        box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.2), inset 0px 0px 15px rgba(255, 255, 255, 0.35);
        backdrop-filter: blur(5px);
    }

@media only screen and (min-width: 1170px) {
    #timeline {
        margin-top: 6em;
        margin-bottom: 3em;
    }

        #timeline::before {
            left: 50%;
            margin-left: -2px;
        }
}

.timeline-block {
    position: relative;
    margin: 2em 0;
    margin-top: -75px !important;
}

    .timeline-block:after {
        content: "";
        display: table;
        clear: both;
    }

    .timeline-block:first-child {
        margin-top: 0;
    }

    .timeline-block:last-child {
        margin-bottom: 0;
    }

    .timeline-block .timeline-year.right strong,
    .timeline-block .timeline-year.left strong {
        display: inline-block;
        font-size: 1.5rem;
        font-weight: 700;
        margin-top: -10px;
    }


    .timeline-block .timeline-year.right strong {
        margin-left: 50px;
    }

    .timeline-block .timeline-year.left strong {
        margin-left: -75px;
    }

.consultancy-process {
    margin-right: 150px !important;
}

@media only screen and (min-width: 1170px) {
    .timeline-block {
        margin: 4em 0;
    }

        .timeline-block:first-child {
            margin-top: 0;
        }

        .timeline-block:last-child {
            margin-bottom: 0;
        }
}

@media only screen and (max-width: 1169px) {
    .timeline-block .timeline-year {
        margin-left: 14px;
    }

    .timeline-block {
        margin-top: 75px !important;
    }

    #timeline {
        padding: 0 !important;
    }


    .timeline-block .timeline-year.right strong,
    .timeline-block .timeline-year.left strong {
        display: block;
        font-size: 1.2rem;
        font-weight: 700;
        margin-top: 0px;
    }

    .timeline-block .timeline-year.left strong,
    .timeline-block .timeline-year.right strong {
        margin-left: -15px;
        margin-top: -40px;
        color: #0F757C;
    }
}

.timeline-block .timeline-year.left strong,
.timeline-block .timeline-year.right strong {
    color: #0F757C;
}

.timeline-year {
    background: #0b757d;
    position: absolute;
    top: 58px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #63AAB0, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 2px rgba(99, 170, 176, 0.05);
}

@media only screen and (min-width: 1170px) {
    .timeline-year {
        width: 16px;
        height: 16px;
        left: 50%;
        margin-left: -8px;
        display: flex;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
}

.timeline-texts {
    color: black;
    text-align: start;
    margin-left: 12px;
    margin-top: 12px;
    align-content: center;
    display: flex;
    flex-direction: column;
    font-size: 75%;
}

    .timeline-texts p {
        font-size: 16px;
        color: #8492a6;
    }

.timeline-content-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.timeline-img {
    width: 50%;
    height: 50%;
}

@media(max-width:768px) {
    .timeline-img {
        display: none;
    }
}

.timeline-content {
    position: relative;
    margin-left: 60px;
    color: white;
    border-radius: 25px;
    padding: 1em;
    background: linear-gradient(92.84deg, rgba(247, 254, 255, 0.7) 0.42%, rgba(229, 253, 255, 0.7) 50.82%, rgba(247, 254, 255, 0.7) 101.35%), rgba(99, 170, 176, 0.4);
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.2), inset 0px 0px 15px rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(5px);
    transform: rotate(-90deg);
}

    .timeline-content:after {
        content: "";
        display: table;
        clear: both;
    }

.timeline-content {
    display: inline-block;
}

    .timeline-content::before {
        content: '';
        position: absolute;
        top: 16px;
        right: 100%;
        height: 0;
        width: 0;
        border-right: 10px solid #ebebeb;
    }

    .timeline-content .percent {
        font-size: 2.5rem;
        font-weight: 300;
    }

    .timeline-content h5 {
        font-size: 1rem;
        ;
    }

@media (max-width: 1200px) {
    .timeline-right-text {
        text-align: left !important;
    }
}

@media only screen and (min-width: 1170px) {
    .timeline-content {
        margin-left: 0;
        width: 45%;
    }

        .timeline-content::before {
            top: 24px;
            left: 100%;
            border-color: transparent;
            border-left-color: #ebebeb;
        }

    .timeline-block:nth-child(even) .timeline-content {
        float: right;
    }

        .timeline-block:nth-child(even) .timeline-content::before {
            top: 24px;
            left: auto;
            right: 100%;
            border-color: transparent;
            border-right-color: #ebebeb;
        }
}

/* Data anime */

[data-anime] {
    opacity: 0;
    transition: 150ms;
}

    [data-anime].animate {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

[data-anime-left] {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
    transition: 200ms;
}

    [data-anime-left].animate {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

[data-anime-right] {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
    transition: 350ms;
}

    [data-anime-right].animate {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

.about-usImg {
    width: 100%;
}

.about-us-sec2 {
    background: transparent;
}

.about-us-quote {
    justify-content: center;
    margin-top: 16px !important;
}

.about-us-card {
    background-color: #0f757c;
    color: white;
}

.blockquote-founder {
    box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.10) !important;
    padding: 10px;
    height: 250px;
    border-radius: 10px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.quote-sign {
    font-size: 28px;
}

.quote-text {
    color: #8492a6;
    line-height: 1.5rem !important;
    font-size: 16px;
}

.quote-text-col1 {
    margin-top: 64px !important;
}

.blockquote-footer {
    background-color: transparent;
}

.about-us-content {
    justify-content: center;
}

.page-content {
    min-height: 600px;
    margin-top: 150px;
    margin-bottom: 50px;
    padding-right: 10%;
    padding-left: 10%;
    position: relative;
    z-index: 2;
}

/* OUR STORY */
.our-story-title {
    text-align: center;
    color: rgba(15, 117, 125, 1);
    font-size: 72px;
    font-weight: 700;
}

.our-section-1 {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-top: 50px;
    align-items: center;
}

    .our-section-1 span {
        width: 400px !important;
    }

.our-section-2-1 {
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: center;
    width: 400px !important;
    align-items: center;
}

.our-section-2-2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
    max-width: 400px;
    position: relative;
    left: 25%;
    margin-bottom: 100px;
}

.our-section-3-1 {
    width: 400px;
    margin-top: 0px;
    display: flex;
    position: relative;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    left: 15%;
}

.our-section-3-2 {
    width: 400px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    right: 13%;
    gap: 15px;
}

.our-section-2-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.our-section-testomonial {
    color: rgba(15, 117, 125, 1);
    font-style: italic;
}

.our-section-testomonial-author {
    color: rgba(15, 117, 125, 1) !important;
    font-weight: 400;
}

.our-section span {
    font-size: 16px;
    color: #8492a6;
}

.timeline-texts > h4 {
    color: rgba(15, 117, 125, 1);
    ;
}

.meet-our-team-title {
    text-align: center;
    color: rgba(15, 117, 125, 1);
    font-size: 54px;
    font-weight: 700;
}

/* our story mobile */
@media (max-width: 410px) {
    .our-section-1 span {
        padding: 50px;
    }

    .our-section-2-1 span {
        padding: 0px;
    }

    .our-section-3-1 {
        margin-bottom: 50px;
        padding: 20px;
    }

    .our-section-3-2 img {
        margin-bottom: 25px;
    }
}

/* customized mobile */
.mobile-col-sm-10 {
    display: none;
}

@media (max-width: 410px) {

    .check-our-products {
        display: flex;
        justify-content: center;
    }

    .card-customized {
        margin-bottom: 24px;
    }

    .customized-card-row {
        margin-bottom: 18px;
    }

        .customized-card-row .col-sm-2 {
            width: auto !important;
        }

        .customized-card-row .col-sm-10 {
            width: auto !important;
        }

    .web-col-sm-10 {
        display: none;
    }

    .mobile-col-sm-10 {
        display: block;
    }

    .training-img-2 img {
        margin-top: 50px;
        margin-bottom: 25px;
    }

    .training-img-3 img {
        height: 100% !important;
        margin-bottom: 25px;
    }

    .training-text {
        text-align: center !important;
    }

    .training-row-3 .col-xl-8 h5 {
        text-align: center !important;
    }

    .training-row-3 .col-xl-8 p {
        text-align: center !important;
    }

    .training-row-4 .col-xl-8 h5 {
        text-align: center !important;
    }

    .training-row-4 .col-xl-8 p {
        text-align: center !important;
    }

    .training-img-4 img {
        margin-top: 25px;
        height: 100% !important;
        margin-bottom: 25px;
    }

    .indexContactForm {
        padding: 50px 25px !important;
    }

        .indexContactForm h2 {
            padding-top: 40px;
        }
}

@media (max-width:1200px) {
    .training-text-2 {
        text-align: center !important;
        margin-top: 25px;
    }

    .training-text-3 h5 {
        text-align: center !important;
    }

    .training-text-3 p {
        text-align: center !important;
        margin-bottom: 50px;
    }

    .training-text-4 h5 {
        margin-top: 25px;
        text-align: center !important;
    }

    .training-text-4 p {
        text-align: center !important;
    }
}

@media (max-width: 991.98px) {

    .our-section-2-1 {
        display: flex;
        gap: 15px;
        flex-direction: row;
        justify-content: center;
        width: 100% !important;
        align-items: center;
    }

    .our-section-2-2 {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-top: 75px;
        max-width: 400px;
        position: relative;
        left: 0%;
        padding: 0px 10px;
        margin-bottom: 100px;
    }

    .our-section-3-2 {
        width: 100%;
        margin-top: 50px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative;
        right: 0%;
        gap: 15px;
        margin-bottom: 48px;
    }

    .our-section-3-1 {
        width: 400px;
        margin-top: 16px;
        display: flex;
        position: relative;
        flex-direction: column;
        left: 0%;
        padding: 0px 25px;
    }
}

.our-section {
    margin-top: 96px;
}

@media (max-width: 1200px) {
    .our-section {
        margin-bottom: 50px;
    }
}

@media (max-width: 571.98px) {
    .our-section-1 {
        flex-direction: column;
    }

        .our-section-1 > span {
            order: 2;
            margin-bottom: 50px;
            padding: 0px 20px;
            margin-top: 10px;
        }

        .our-section-1 > img {
            order: 1
        }

    .our-section-2-1 {
        flex-direction: column;
    }

    .our-section-3-2 {
        flex-direction: column;
        margin-bottom: 0px;
    }
}

.our-story {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 10%;
    padding-left: 10%;
}

    .our-story > h2 {
        text-align: center;
    }

.card-text {
    color: black;
    font-size: 13px;
}

.card-body > h4 {
    margin: -7px 0px 3px 0px;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: rgb(74, 74, 74);
    font-size: 18px;
    font-weight: bold !important;
}

.promoted-products {
    display: flex;
    padding: 0;
    margin: 25px 0px 0px -20px;
}

@media(max-width:550px) {
    .promoted-products {
        margin-top: -10px !important;
    }
}

.promoted-products > li {
    width: 80px;
    height: 40px;
    display: flex;
    text-align: center;
    justify-content: center;
    border-radius: 50px;
    transition: 350ms;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
}


    .promoted-products > li > h3 > a {
        text-decoration: none;
        color: #0F757D;
        font-size: 15px;
        cursor: pointer;
    }


    .promoted-products > li:hover {
        box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.55);
    }

.promoted-products > li {
    margin-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .promoted-products-instrastuctural {
    }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .section1Contact {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .promoted-products > li > h3 {
        padding-top: 5px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .section1Contact {
        margin-bottom: 50px;
    }
}

.home-card-body {
    text-align: center;
    height: 390px;
    background: linear-gradient(92.84deg, rgba(247, 254, 255, 0.7) 0.42%, rgba(229, 253, 255, 0.7) 50.82%, rgba(247, 254, 255, 0.7) 101.35%), rgba(99, 170, 176, 0.4);
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.2), inset 0px 0px 15px rgba(255, 255, 255, 0.35) !important;
    backdrop-filter: blur(5px);
    border-radius: 50px;
}

@media(max-width:1200px) {
    .consultancyCard > img {
        display: none;
    }

    .contact-card {
        margin-bottom: 40px;
    }
}

.training-text-4 {
    text-align: right;
}

@media(max-width:992px) {

    .training-row-3 {
        flex-direction: column-reverse;
    }

        .training-row-3 .col-xl-8 {
            margin-top: 16px;
        }

    .customized-second-col {
        display: flex;
        align-items: center;
    }

    .testomonial-card {
        height: 475px;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .testimonial-form-row {
        margin-top: 50px;
    }
}

@media (max-width: 1200px) {
    .testimonial-form-row {
        margin-top: -50px;
    }
}

.testomonial-card {
    justify-content: center !important;
    align-items: center !important;
    display: flex;
}

.testomonial-card-body {
    flex: none !important;
}

.team-col {
    display: flex;
    justify-content: center;
}

.member-line {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border: 0;
}

.card-body > small {
    margin: 0px 0px 0px 2px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: rgb(74, 74, 74);
    font-family: "Open Sans";
    font-size: 12px;
}

.product-title {
    text-align: center;
    margin-bottom: 50px;
}

.card {
    transition: 250ms;
    border: 0px solid transparent !important;
}

    .card:hover {
        box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.55);
    }

.card-img-top {
    border-radius: 10px 10px 0px 0px
}

.product-col {
    display: flex;
    justify-content: center;
}

#cards_landscape_wrap-2 {
    text-align: center;
    background: #ffffff;
}

    #cards_landscape_wrap-2 .container {
        padding-top: 110px;
        padding-bottom: 100px;
    }

    #cards_landscape_wrap-2 a {
        text-decoration: none;
        outline: none;
    }

    #cards_landscape_wrap-2 .card-flyer {
        border-radius: 5px;
    }

        #cards_landscape_wrap-2 .card-flyer .image-box {
            background: #ffffff;
            overflow: hidden;
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
            border-radius: 5px;
        }

            #cards_landscape_wrap-2 .card-flyer .image-box img {
                -webkit-transition: all .9s ease;
                -moz-transition: all .9s ease;
                -o-transition: all .9s ease;
                -ms-transition: all .9s ease;
                width: 100%;
                height: 200px;
            }

        #cards_landscape_wrap-2 .card-flyer:hover .image-box img {
            opacity: 0.7;
            -webkit-transform: scale(1.15);
            -moz-transform: scale(1.15);
            -ms-transform: scale(1.15);
            -o-transform: scale(1.15);
            transform: scale(1.15);
        }

        #cards_landscape_wrap-2 .card-flyer .text-box {
            text-align: center;
        }

            #cards_landscape_wrap-2 .card-flyer .text-box .text-container {
                padding: 30px 18px;
            }

    #cards_landscape_wrap-2 .card-flyer {
        background: #ffffff;
        margin-top: 50px;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
    }

        #cards_landscape_wrap-2 .card-flyer:hover {
            background: #fff;
            box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
            -webkit-transition: all 0.2s ease-in;
            -moz-transition: all 0.2s ease-in;
            -ms-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
            margin-top: 50px;
        }

        #cards_landscape_wrap-2 .card-flyer .text-box p {
            margin-top: 10px;
            margin-bottom: 0px;
            padding-bottom: 0px;
            font-size: 14px;
            letter-spacing: 1px;
            color: #000000;
        }

        #cards_landscape_wrap-2 .card-flyer .text-box h6 {
            margin-top: 0px;
            margin-bottom: 4px;
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
            font-family: 'Poppins Black', sans-serif;
            letter-spacing: 1px;
            color: #00acc1;
        }

/*a:hover {
    text-decoration: none;
    background-color: #9A48EF!important;
    color:#fff;
}*/

ul {
    list-style-type: none;
}

.pull-left {
    position: relative;
    bottom: 40px;
}

.about-us-container {
    margin-left: 10%;
    margin-right: 10%;
}

.section {
    padding: 5% 10% !important;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.svg {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
}

.first {
    margin-top: 2%;
    color: white;
    background-color: #0b757d;
}


.second {
    background: #E74C3C;
    padding: 10px;
    color: #fff;
    z-index: 3;
}

.svg-second-section {
    fill: #E74C3C;
}


.third {
    padding-bottom: 10%;
}

.svg-third-section {
    fill: #fff;
}


.fourth {
    background: #12B3EC;
    color: #fff;
    margin-bottom: 25px;
}

.svg-fourth-section {
    fill: #12B3EC;
}


.copy {
    text-align: center;
    margin-top: 5%;
}

/* CAROUSEL SLİDER */
.what-we-offer-slide {
    width: 100% !important;
    padding: 2% 10%;
}

.carousel-indicators > li {
    background-color: black;
    height: 20px !important;
    width: 20px !important;
    border-radius: 50%;
    background-color: rgb(11 117 125);
}

.carousel-indicators {
    justify-content: flex-start !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
    bottom: -18px !important;
}

.what-we-offer-slide > ol {
    padding: 2% 10%;
}

.buttons {
    display: flex;
    justify-content: flex-end;
    padding-left: 10%;
    position: relative;
    right: 0;
}

.carousel-button {
    border: none;
    background-color: transparent;
    color: rgb(11 117 125);
    font-size: 24px;
    z-index: 99;
}

.what-we-offer {
    margin-bottom: 35px;
}

.what-we-offer-carousel-inner {
    min-height: 600px;
}

.slide-1 {
    margin-bottom: 60px;
}

.slide-2 {
    background-color: #edf0f6;
}

.what-we-offer-title {
    margin-top: 150px;
    padding-left: 10%;
    color: #0b757d;
}

@media(max-width:900px) {
    .training-order::before {
        border: none !important;
    }
}

.training-order::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0;
    border-top: 2px dashed #0f757c;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.training-title {
    font-size: 18px;
    color: black;
}

.training-order-empty {
    background-color: transparent !important;
}

.training-order {
    background: #0f757c;
    color: white;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50px !important;
    height: 80px;
    width: 80px;
    font-size: 36px;
}

.training-order-1 {
    background: #0f757c;
}

.training-order-2 {
    background: #5f76af;
}

.training-order-3 {
    background: #9c6da8;
}

.training-order-4 {
    background: #c56789;
}

@media(max-width:768px) {
    .training-order-3 {
        float: left !important;
    }

    .training-order-4 {
        float: right !important;
    }
}

@media(max-width:992px) {
    .training-row-2 {
        margin-top: 100px !important;
    }
}

.training-last-sec > .row > .col-md-6 > .card {
    box-shadow: none !important;
}

.index-carousel-indicators {
    display: none;
}

.the-process-title {
    padding-left: 11px;
}

.iletisim-card {
    width: 380px;
    height: 200px;
    background: linear-gradient(92.84deg, rgba(247, 254, 255, 0.7) 0.42%, rgba(229, 253, 255, 0.7) 50.82%, rgba(247, 254, 255, 0.7) 101.35%), rgba(99, 170, 176, 0.2);
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.2), inset 0px 0px 15px rgba(255, 255, 255, 0.35);
    transition: all 0.5s ease;
    cursor: pointer;
    user-select: none;
    z-index: 1;
    overflow: hidden;
    padding-top: 35px;
    border-radius: 15px;
    margin-bottom: 25px;
}

@media(max-width:1200px) {
    .iletisim-card {
        display: flex;
        align-items: center;
    }
}

.iletisim-pos {
    display: flex;
    align-content: space-around;
    justify-content: space-around;
}

.iletisim-card:hover {
    color: #0b757d;
    transform: scale(1.0255);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px;
    cursor: default;
}

    .iletisim-card:hover .itetisim-icons {
        color: white;
    }

    .iletisim-card:hover .iletisim-card-text {
        color: white;
    }

    .iletisim-card:hover .backgroundEffect {
        bottom: 0;
        height: 320px;
        width: 100%;
        position: absolute;
        z-index: -1;
        background: #0b757d;
        animation: popBackground 0.3s ease-in;
    }

.iletisim-card-text {
    font-size: 12px;
    font-weight: 500;
    color: black;
    padding: 0px 25px;
    margin-bottom: 0 !important;
}

.iletisim-card-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: black;
    padding: 0px 25px;
    margin-bottom: 5px !important;
}

.iletisim-card:hover .iletisim-card-title {
    color: white;
}

.itetisim-icons {
    font-size: 44px;
    margin-bottom: 15px;
    color: #0b757d;
}



.contact-card {
    padding: 0px !important;
}

.contact-us-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-contact-map-form {
    padding: 25px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    margin: 5px;
    background-color: white;
}

.services-header {
    font-weight: bold;
    color: #D2AFF8;
    margin-bottom: 10px;
    font-size: 52px;
    margin-bottom: 20px;
    line-height: 56px;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 72px;
    position: relative;
    z-index: 2;
}

@media(max-width:768px) {
    .services-header {
        margin-top: 50px !important;
    }
}

.services-small {
    text-align: center;
    margin-bottom: 110px;
    position: relative;
    z-index: 2;
}

@media(max-width:768px) {
    .services-small {
        margin-bottom: 50px;
    }
}

.services-icon {
    font-size: 36px;
    display: block;
    text-align: center;
    padding: 22px;
    height: 80px;
    border-radius: 10px;
    background-color: #0b757d;
    color: white;
    margin-right: 30px;
}

.services-col {
    display: flex;
    margin-bottom: 25px;
    z-index: 2;
}

.services-content {
    font-size: 14px;
    font-weight: 400;
    color: #8492a6;
    line-height: 1.7em;
}

.services-title {
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 10px;
}



.about-us-background {
    position: absolute;
    width: 100%;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
}



.services-icons-section {
    margin-bottom: 70px;
}

.z-index {
    position: relative;
    z-index: 2;
}

.products-text {
    font-family: "Nunito", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #8492a6;
    line-height: 1.7em;
    padding-right: 15px;
    padding-left: 15px;
}

.about-us-text {
    font-family: "Nunito", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: white;
    text-align: center;
    line-height: 1.7em;
    padding-right: 15px;
    padding-left: 15px;
}

.products-card {
    background-color: rgb(179, 202, 255);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 10px 30px 0px rgba(10, 10, 10, 0.1);
    padding: 50px;
    padding-bottom: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.products-icon {
    font-size: 38px;
    margin-bottom: 10px;
}

.col-xl-6:nth-child(1) .products-card {
    background-color: #017dfc;
}

.col-xl-6:nth-child(2) .products-card {
    background-color: #292ba0;
}

.products-header {
    margin-top: 75px;
    margin-bottom: 25px;
    text-align: center;
}

.accordion-card {
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 10px;
}

    .accordion-card > .collapse {
        transition: 150ms;
    }

.card-header {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border: 0 !important;
    padding: 0.75rem 1.25rem;
}

.btn-link {
    color: black;
    font-weight: 500;
}

    .btn-link:hover {
        color: #10292e;
        text-decoration: none;
    }

.contact-us-button {
    color: #000000;
    border-radius: 4px !important;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 12px 30px;
    min-width: 120px;
    outline: 0;
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
    font-size: 14px;
    background: #fff;
    border: none;
    transition: 350ms;
    margin-top: 25px;
}

    .contact-us-button:hover {
        box-shadow: 2px 2px 20px 0px rgba(20, 20, 20, 0.3);
    }

.products-first-col {
    display: flex;
    align-items: center;
}

.products-col {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}

.products-contact-col {
    text-align: center;
}

.product-content {
    font-family: "Nunito", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #8492a6;
    line-height: 1.7em;
}

.accordion-section {
    margin-bottom: 50px;
    margin-left: 5%;
    margin-right: 5%;
}

/* NAVBAR START */
.nav-container {
    max-width: 92%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    background: transparent;
}


.menu-area {
    /*   border: 1px solid rgba(0, 26, 42, 0.20);
    box-shadow: 0px 0px 6px 1px rgba(0, 26, 42, 0.15);*/
    padding: 10px;
    /*    margin-top: 40px;*/
    background: linear-gradient(0deg, rgba(0, 26, 42, 0.90) 0%, rgba(0, 26, 42, 0.90) 100%), #FFF;
    height: 100px;
    display: flex;
}


.navbarLogo img {
    height: auto;
    width: 140%;
}

.img:hover {
    background: rgba(145, 121, 189, 0.00) !important;
}

.navbar-toggler-icon {
    color: white !important;
}

    .navbar-toggler-icon i {
        margin-left: -20px;
    }

.navbar {
    display: flex;
    flex-direction: row;
}

@media(max-width:1020px) {
    .navbar {
        padding: 0 !important;
    }
}

@media(min-width:1020px) {
    .navbar {
        height: 80px;
    }
}

.navbar-toggler {
    border: none;
    color: black;
    padding: 0 !important;
}

@media(min-width:375px) {
    .navbar-toggler {
        font-size: 23px !important;
    }
}

.dropdown-menu {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin: 0px !important;
    border: 0 solid transition !important;
    border: none !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 1030 !important;
}

@media(max-width:930px) {
    .dropdown-menu {
        padding-left: 20px;
    }

    .button {
        display: none;
    }
}

.mainMenu a,
.navbar-default .navbar-nav > li > a,
.mainMenu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    padding: 20px 25px;
    margin: 0 !important;
    display: block !important;
    background-color: transparent;
}

@media(max-width:992px) {
    .navbar li a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    }

    .contact-us-container {
        display: none;
    }
}

@media(max-width:992px) {

    .mainMenu a,
    .navbar-default .navbar-nav > li > a,
    .mainMenu ul li a,
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
    }

    .navbar-collapse,
    .dropdown-item {
        background: #0F757D;
        display: block;
        margin-top: -15px
    }
}



.mainMenu .active a,
.mainMenu .active a:focus,
.mainMenu .active a:hover,
.mainMenu li a:hover,
.mainMenu li a:active,
.mainMenu li a:target,
.mainMenu li a:focus,
.navbar-default .navbar-nav > .show > a,
.navbar-default .navbar-nav > .show > a:focus,
.navbar-default .footer-logo .navbar-nav > .show > a:hover {
    color: #9A48EF;
    font-weight: 600;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/*==========Sub Menu=v==========*/
.mainMenu .collapse ul > li:hover a {
    color: rgb(255, 255, 255);
}

.mainMenu .collapse ul > li:hover > a {
    background: #209fa9;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.mainMenu .collapse ul ul > li:hover > a,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:hover {
    background: #209fa9;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.mainMenu .collapse ul ul ul > li:hover > a {
    background: #0f757c;
}

.mainMenu .collapse ul ul,
.mainMenu .collapse ul ul.dropdown-menu {
    background: #11858e;
}

    .mainMenu .collapse ul ul ul,
    .mainMenu .collapse ul ul ul.dropdown-menu {
        background: #0f757c;
    }

        .mainMenu .collapse ul ul ul ul,
        .mainMenu .collapse ul ul ul ul.dropdown-menu {
            background: #0f757c;
        }

/******************************Drop-down menu work on hover**********************************/

.mainMenu {
    /* background: white;s */
    border: 0 solid;
    margin: 0;
    /* padding: 0; */
    min-height: 20px;
    width: 100%;
}

@media only screen and (min-width: 930px) {
    .mainMenu .collapse ul li:hover > ul {
        display: block;
    }

    .mainMenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 180px;
        display: none;
    }

        /*******/
        .mainMenu .collapse ul ul li {
            position: relative;
            padding: 0 !important;
            border-bottom: 1px solid rgb(255, 255, 255, .4);
        }

            .mainMenu .collapse ul ul li:hover > ul {
                display: block;
                -webkit-transition: all 300ms ease-in-out;
                -o-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

        .mainMenu .collapse ul ul ul {
            position: absolute;
            top: 0;
            left: 100%;
            max-width: 150px;
        }


            /*******/
            .mainMenu .collapse ul ul ul li {
                position: relative;
                -webkit-transition: all 300ms ease-in-out;
                -o-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

                .mainMenu .collapse ul ul ul li:hover ul {
                    display: block;
                    -webkit-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                }

            .mainMenu .collapse ul ul ul ul {
                position: absolute;
                top: 0;
                left: -100%;
                min-width: 250px;
                display: none;
                z-index: 1;
            }
}

@media only screen and (max-width: 930px) {
    .navbar-nav .show .dropdown-menu .dropdown-menu > li > a {
        padding: 16px 15px 16px 35px;
    }

    .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
        padding: 16px 15px 16px 45px;
    }
}

@media(min-width:1200px) {
    .langNav {
        margin-top: -10px;
        margin-left: 10px;
    }
}


.langNav .active {
    display: none !important;
}

.langNav ul li:nth-last-child(-n+2) {
    display: none !important;
}

/* NAVBAR FIN */
.about-us-title {
    text-align: center;
    color: white;
    margin-top: 50px !important;
}

.about-us-section1 {
    margin-top: 90px;
}

@media(max-width:970px) {
    .about-us-section1 {
        margin-top: 20px;
    }
}

.about-us-section-img img {
    border-radius: 25px;
    margin-bottom: 25px;
    -webkit-box-shadow: 1px 2px 15px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 1px 2px 15px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 1px 2px 15px 0px rgba(0, 0, 0, 0.20);
}

.about-us-section1-content > h3 {
    padding-left: 13px;
    margin-bottom: 18px;
}

.about-us-section1-col2 {
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .about-us-section1 {
        flex-direction: column-reverse;
    }
}

.section1 {
    position: relative;
    z-index: 5;
}

.footer-container {
    padding: 0% 13%;
}

.contact-us-link {
    font-size: 11px;
    line-height: 1;
    color: rgb(0, 0, 0);
    font-weight: 400;
    transition: 0.4s;
}

@media (max-width: 992px) {
    .contact-us-link {
        display: none;
    }
}

.contact-us-link:hover {
    color: #9A48EF !important;
}

/* TIMELINE START */
:root {
    --color-black: black;
    --color-white: white;
    --color-grey: #494949;
    --color-blue: #D6CAEA;
    --sticky-top-pos: 30vh;
    --buffer: 5rem;
}

.timeline {
    max-width: 1000px;
    margin: 0 auto;
    background: var(--color-blue);
}

.timeline__content__container {
    background: var(--color-blue) !important;
}

.timeline__section {
    display: grid;
    grid-template-columns: 150px 5px 50px auto;
    align-items: start;
    position: relative;
}

.timeline__left {
    font-size: 2.5rem;
    text-align: right;
    text-transform: uppercase;
}

.timeline__left,
.timeline__middle,
.timeline__tracker {
    position: sticky;
    top: var(--sticky-top-pos);
    /*   margin-bottom: var(--buffer); */
}

.timeline__left,
.timeline__middle {
    margin-bottom: var(--buffer);
}

.timeline__right {
    background: var(--color-blue);
    background: linear-gradient(180deg, rgb(255, 255, 255) 100%, rgb(141, 141, 141) 0%, rgb(187, 187, 187) 0%, rgb(210, 210, 210) 0%, );
}

    .timeline__right > div {
        background-color: var(--color-white);
        padding-bottom: var(--buffer);
        padding-left: 45px;
        margin-left: 4px;
    }

.timeline__date {
    color: white;
}

    .timeline__date > div:first-child {
        font-size: 1.3rem;
    }

.timeline__bullet {
    --bullet-dims: 20px;
    background-color: var(--color-white);
    width: var(--bullet-dims);
    height: var(--bullet-dims);
    border-radius: 99999%;
    transform: translateX(calc(var(--bullet-dims) / 2 + 2px));
    float: right;
}

.timeline__content {
    font-size: 2.25rem;
    color: var(--color-white);
    transition: color 1s cubic-bezier(0, 0.39, 0.58, 1);
}

.animate-on-scroll {
    color: var(--color-white);
}


/* TIMELINE END */

.fp-wrap {
    position: relative;
}

    .fp-wrap:hover .icon-wrap,
    .team-img:hover + .icon-wrap {
        opacity: 1;
    }

        .fp-wrap:hover:after,
        .team-img:hover + .icon-wrap:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(0, 0, 0, .4);
            cursor: pointer;
            z-index: 1;
        }

    .fp-wrap .icon-wrap,
    .team-img + .icon-wrap {
        position: absolute;
        bottom: 0;
        left: 50%;
        opacity: 0;
        z-index: 2;
        transition: opacity 0.3s ease-in-out;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 50%;
    }

        .fp-wrap .icon-wrap a,
        .team-img + .icon-wrap a {
            display: block;
            color: #fff;
            text-align: center;
            margin-right: 10px;
            margin-bottom: 10px;
        }



.fp-wrap {
    position: relative;
}

.team-img {
    width: 350px;
    height: 275px;
    transition: 350ms;
    object-fit: cover;
}

@media (max-width: 980px) {
    .team-img {
        object-fit: contain;
    }
}

.team-img:hover {
    transform: scale(1.025);
    overflow: hidden;
}

.icon-wrap {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 350ms ease-in;
    display: block;
    background: white;
    z-index: 1;
    width: 90px;
    height: 36px;
    border-radius: 10px;
    padding-top: 2px;
}

.fpwo-wrap {
    padding-top: 6px;
}

.team-member-text {
    margin-top: 12px;
}

.fpwow-icons a i {
    font-size: 22px;
    margin: 4px;
}

.fpwow-icons {
    display: flex;
    margin-left: 8px;
}

@media only screen and (min-width: 1200px) {

    /* When screen is larger than 1200px */
    .process-mobile {
        display: none;
        /* hide process-mobile div */
    }

    .process-web {
        display: block;
        /* show process-web div */
    }
}

@media only screen and (max-width: 1199px) {
    .process-mobile {
        display: block;
    }

    .process-web {
        display: none;
    }
}




.customized-software-solutions-order-2 {
    background-color: #5f76af !important;
}

.customized-software-solutions-order-3 {
    background-color: #9c6da8 !important;
}

.customized-software-solutions-order-4 {
    background-color: #c56789 !important;
}


.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
    text-align: center;
    padding: 50px;
    margin-bottom: 80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    #customers-testimonials.owl-carousel .owl-dots .owl-dot {
        display: inline-block;
    }

        #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
            background: #3190E7;
            display: inline-block;
            height: 20px;
            margin: 0 2px 5px;
            transform: translate3d(0px, -50%, 0px) scale(0.3);
            transform-origin: 50% 50% 0;
            transition: all 250ms ease-out 0s;
            width: 20px;
        }


.card-container {
    width: 100%;
    overflow: hidden;
}

.web-card-container .row .col-xl-3 .consultancy-card {
    justify-content: unset !important;
}

.consultancy-card {
    height: 200px;
    background-color: rgb(179, 202, 255);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.2), inset 0px 0px 15px rgba(255, 255, 255, 0.35);
    padding: 25px;
    text-align: center;
    width: 80% !important;
    height: 80% !important;
    font-size: 15px !important;
    line-height: 22px !important;
    border-radius: 10px;
    margin-bottom: 20px;
}

    .consultancy-card:hover {
        cursor: default !important;
    }

    .consultancy-card > p {
        letter-spacing: 0px !important;
    }

    .consultancy-card img {
        margin-top: 10px;
    }

.consultancy-section1-col1 {
    display: flex;
    align-items: center;
}

.customized-section2-col2 {
    text-align: right;
}

@media (min-width: 851px) {
    .spatial-section1-col1 h5 {
        text-align: left !important;
    }

    .spatial-section1-col1 p {
        text-align: left !important;
    }
}

@media only screen and (min-width: 441px) and (max-width: 850px) {

    .row-belsis-gis .col-xl-6,
    .row-belsis-ims .col-xl-6,
    .row-belsis-mis .col-xl-6,
    .row-belsis-cad .col-xl-6,
    .row-belsis-edms .col-xl-6 {
        text-align: center !important;
    }

    .spatial-section1-col1 {
        text-align: center !important;
    }

    .spatial-section1-col2 img {
        max-width: 75%;
    }

    .spatial-section1-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .spatial-card {
        height: 250px !important;
    }

    .spatial-card2 {
        height: 225px !important;
    }

    .customized-header {
        margin-top: 50px !important;
        font-size: 44px !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .our-section-3-1,
    .our-section-2-2 {
        text-align: center;
    }

    .our-section-3-2 span {
        text-align: right !important;
    }

    .training-row-3 img {
        max-width: 75%;
        margin-bottom: 24px;
    }

    .training-row-4 img {
        max-width: 75%;
        margin-bottom: 24px;
    }

    .about-us-sec-1-container {
        min-height: auto;
    }

    .our-section-2-web .row {
        flex-direction: column-reverse;
    }

    .our-section-3-1 {
        margin-top: 24px;
    }

    .our-section-3-2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .our-section-2-2 {
        order: 1;
        margin-top: 0px;
    }

    .our-section-2-1 {
        order: 2;
        margin-bottom: 24px;
        margin-top: -50px;
        flex-direction: row-reverse;
        padding-left: 15px;
        padding-right: 15px;
    }

    .instrastucturel-row-1 .col-xl-6 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center !important;
    }

    .training-section1-col1 {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 36px;
    }

    .training-section1-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .contact-us-button {
        text-align: center !important;
    }

    .gis-section1-row {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }

    .gis-section1-col1 {
        margin-top: 24px;
    }

    .gis-section1-col2 img {
        width: 75%;
    }

    .section1-col1 {
        align-items: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .consultancy-section1-col1 {
        text-align: center;
        margin-top: 48px;
    }

    .consultancy-section1-col2 {
        margin-top: -36px;
    }

    .consultancy-section1-row {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    .customized-section1-col1,
    .customized-section2-col2 {
        text-align: center;
    }
}


@media (min-width: 1200px) {
    .swipe-container {
        display: none !important;
    }
}

.web-card-container .row .col-xl-3 {
    display: flex;
    justify-content: center;
}

.card_ p {
    margin-top: 10px;
}


.card-container-consultancy {
    margin-top: 50px !important;
}

.card-consultancy .card-body .row .col-sm-10 h3,
h4 {
    line-height: 0.75;
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    .card-consultancy .card-body .row .col-sm-10 {
        padding-left: 8%;
    }
}

h3,
h4,
h5 {
    color: #D2AFF8;
}

.card-consultancy .card-body .row .col-sm-2 h3 {
    background: linear-gradient(92.84deg, rgba(247, 254, 255, 0.7) 0.42%, rgba(229, 253, 255, 0.7) 50.82%, rgba(247, 254, 255, 0.7) 101.35%), rgba(99, 170, 176, 0.4);
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.2), inset 0px 0px 15px rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(5px);
    color: #0F757D;
    font-size: 52px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50px !important;
    height: 64px;
    width: 64px;
}

.card-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

    .card-wrapper .card_ {
        backdrop-filter: blur(5px);
    }

.training-last-sec > .row > .col-md-6 > span {
    padding: 25px;
    font-size: 64px;
    border-radius: 50px;
    background: linear-gradient(92.84deg, rgba(247, 254, 255, 0.7) 0.42%, rgba(229, 253, 255, 0.7) 50.82%, rgba(247, 254, 255, 0.7) 101.35%), rgba(99, 170, 176, 0.4);
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.2), inset 0px 0px 15px rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(5px);
    color: #0F757D;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-sm-1 {
    text-align: left;
}

.order-sm-2 {
    align-items: flex-end;
    text-align: right;
}

@media (max-width: 767px) {
    .training-second-row {
        flex-direction: column-reverse;
    }

        .training-second-row .col-md-6 {
            width: 100%;
        }

        .training-second-row .order-sm-1 {
            order: 1;
            align-items: flex-end;
            display: flex;
            flex-direction: column;
            text-align: right;
        }

        .training-second-row .order-sm-2 {
            order: 2;
            align-items: start;
            text-align: left !important;
        }

        .training-second-row span {
            display: block;
            text-align: center;
        }
}

.card_mobile {
    width: 125px;
    height: 125px;
    flex-shrink: 0;
    text-align: center;
    line-height: 12px;
    font-size: 18px;
    margin-right: 10px;
    border-radius: 25px;
    color: white;
    background: linear-gradient(92.84deg, rgba(247, 254, 255, 0.7) 0.42%, rgba(229, 253, 255, 0.7) 50.82%, rgba(247, 254, 255, 0.7) 101.35%), rgba(99, 170, 176, 0.4);
    backdrop-filter: blur(5px);
}

.card_ {
    width: 250px;
    height: 250px;
    flex-shrink: 0;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    margin-right: 10px;
    border-radius: 25px;
    color: white;
    background: linear-gradient(92.84deg, rgba(247, 254, 255, 0.7) 0.42%, rgba(229, 253, 255, 0.7) 50.82%, rgba(247, 254, 255, 0.7) 101.35%), rgba(99, 170, 176, 0.4);
    backdrop-filter: blur(5px);
}

    .card_:hover {
        cursor: pointer;
    }

    .card_ > p {
        color: #0F757D;
    }

.check-our-products {
    text-decoration: none !important;
    color: #D2AFF8 !important;
    margin-top: 14px;
}

    .check-our-products h3 {
        float: right;
        background-color: #0F757D;
        color: white;
        border-radius: 25px;
        padding: 15px;
        font-size: 18px;
        transition: 250ms;
    }

    .check-our-products > h3:hover {
        color: #0F757D;
        box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
        background-color: white;
    }

.consultancy-card-1 {
    background-color: rgba(46, 131, 137, 0.4);
    transition: 250ms;
}

    .consultancy-card-1:hover {
        cursor: pointer;
        transform: scale(1.02);
    }


.card_content_consultancy {
    margin-top: 100px;
    user-select: none;
}

.card_content_consultancy_mobile {
    margin-top: 32px;
    user-select: none;
}

.card_content_consultancy > .col-md-12 > p {
    padding-bottom: 100px;
    color: #0F757D;
}

.consultancy-icon-carousel {
    font-size: 64px;
    margin-bottom: 10px;
    color: white;
}

.home-icon {
    font-size: 36px;
    text-align: center;
    padding: 22px;
    height: 80px;
    border-radius: 10px;
    background-color: #0b757d;
    color: white;
    margin-right: 30px;
}



.consultancy_row {
    text-align: center !important;
    justify-content: center !important;
    display: flex !important;
    width: fit-content !important;
}

    .consultancy_row > div > p {
        font-size: 12px;
    }

.consultancy_text,
.consultancy_image {
    flex-basis: 50%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    display: flex;
}

@media (max-width: 992px) {
    .consultancy_row {
        flex-wrap: wrap;
    }

    .consultancy_text .row .col-xl-12 {
        text-align: center !important;
    }

    .consultancy_text,
    .consultancy_image {
        flex-basis: 100%;
    }

    .consultancy_text {
        order: 2;
    }

    .consultancy_image {
        order: 1;
    }

    .consultancy_row:nth-child(3) .consultancy_text {
        order: 4;
    }

    .consultancy_row:nth-child(3) .consultancy_image {
        order: 3;
    }
}


.row-testimonial > p,
.testimonial > img {
    flex-basis: 50%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    display: flex;
}

@media (max-width: 992px) {
    .row-testimonial {
        flex-wrap: wrap;
    }

    .text-testimonial,
    .img-testimonial {
        flex-basis: 100%;
    }

    .text-testimonial {
        order: 2;
    }

    .img-testimonial {
        order: 1;
    }
}

.index-body {
    /*    background: linear-gradient(0deg, rgba(0, 26, 42, 0.90) 0%, rgba(0, 26, 42, 0.90) 100%), #FFF;
 background-image: url("../img/homepage-new.png");
    background-size: cover;*/
    background-image: url("../img/homepage-new.png");
    background-size: cover;
}

.training-card-text {
    font-size: 16px !important;
    margin-top: 30px;
}

.training-card-row > .col-xl-4 > .card {
    margin-bottom: 28px;
    box-shadow: none;
}

.training-card-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.instrastructural-bold-text {
    color: #0b757d;
    font-weight: bold;
}

.home-promoted-products-card {
    height: 400px;
}

.home-review-title {
    margin-top: 48px;
    margin-bottom: 48px;
    color: #0b757d;
}

@media(max-width:1200px) {
    .home-promoted-products-card {
        margin-bottom: 40px !important;
    }
}

.key-benefits-row {
    margin-top: 48px;
    margin-bottom: 48px;
}

.spatial-bi-sec2-row-2 {
    margin-bottom: 72px;
}

@media(max-width:1200px) {
    .spatial-bi-last-sec-row > img {
        margin-top: 50px;
    }

    .spatial-bi-last-sec-row-1 {
        margin-top: 48px;
    }
}

@media(max-width:1000px) {
    .spatial-bi-last-sec-row-1 {
        margin-top: -250px;
    }

    .key-benefits-row > .col-md-12 > img {
        display: none;
    }

    .spatial-bi-last-sec-row > img {
        display: none;
    }
}

@media(max-width:440px) {

    .spatial-section1-col1 {
        text-align: center !important;
    }

    .consultancy-section1-col1 {
        text-align: center;
        margin-top: 36px;
    }

    .consultancy-section1-row {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    .spatial-section1-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .training-section1-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .gis-section1-row {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }

    .gis-section1-col1 {
        margin-top: 24px;
    }

    .review-row .col-xl-2 img {
        max-width: 120px;
    }

    .training-row-3 {
        margin-top: -25px;
    }

    .products-col > h5 {
        text-align: center !important;
    }

    .key-benefits-row {
        margin-top: 24px !important;
    }

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

    .promoted-products li {
        margin-top: 25px;
        width: 25%;
        float: left;
        text-align: center;
    }

        .promoted-products li:nth-child(2n+1) {
            clear: left;
        }

        .promoted-products li:nth-child(4),
        .promoted-products li:nth-child(5) {
            margin-top: 16px;
        }

    .promoted-products {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}


.spatial-bi-sec2-row {
    position: relative;
}

    .spatial-bi-sec2-row > img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 25%);
        z-index: 4;
    }

.spatial-bi-sec2-row-1 > .col-xl-5 > .card {
    box-shadow: none;
}

.spatial-bi-sec2-row-2 > .col-xl-5 > .card {
    box-shadow: none;
}

@media(min-width:1200px) {
    .training-text-4 {
        margin-top: 24px;
    }
}

@media(max-width:1200px) {
    .spatial-bi-sec2-row > img {
        display: none;
    }

    .spatial-bi-sec2-row-1 > div:nth-child(2) {
        display: none;
    }

    .spatial-bi-sec2-row-2 > div:nth-child(2) {
        display: none;
    }
}

@media(max-width:992px) {
    .spatial-bi-last-sec-row-2 {
        margin-top: 75px;
    }

    .spatial-bi-sec2-row-1 div:nth-child(3) {
        margin-top: 25px;
    }

    .spatial-bi-sec2-row-2 div:nth-child(3) {
        margin-top: 25px;
    }
}

.spatial-bi-last-sec-row-1 > .col-md-12 > .col-lg-4 > .card {
    box-shadow: none;
}

.spatial-bi-last-sec-row-2 > .col-lg-4 > .card {
    margin-top: 25px;
    box-shadow: none;
}

.spatial-bi-last-sec-row-3 > .col-lg-4 > .card {
    margin-top: 25px;
    box-shadow: none;
}

.spatial-card-title {
    font-size: 1.25rem !important;
}

.spatial-card-content {
    font-size: 16px !important;
}

.spatial-bi-last-sec-row > img {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, 65%);
    z-index: 4;
}

.spatialbi-last-sec-card-1 {
    position: relative;
    top: 75px;
}

.spatial-bi-last-sec-row {
    position: relative;
}

.spatialbi-contact-row > p > b {
    font-size: 24px;
}

.customized-row-2 .col-xl-8 .product-content {
    text-align: right;
}

@media(max-width:1200px) {
    .customized-row-2 .col-xl-8 .product-content {
        text-align: center !important;
    }
}

@media(max-width:992px) {
    .customized-row-1 {
        flex-direction: column-reverse;
    }

    .spatial-bi-last-sec-row-1 div:nth-child(1) {
        top: 100px;
    }

    .spatial-bi-last-sec-row-2 {
        margin-top: 300px;
    }
}

.row-belsis-ims div:nth-child(2) {
    text-align: right;
}

.row-belsis-mis div:nth-child(2) {
    text-align: right;
}

@media(max-width:1200px) {

    .instrastucturel-row-1,
    .row-belsis-gis,
    .row-belsis-cad,
    .row-belsis-edms {
        flex-direction: column-reverse;
    }

    .row-belsis-ims div:nth-child(2) {
        text-align: left;
    }

    .row-belsis-mis div:nth-child(2) {
        text-align: left;
    }

    .spatialbi-last-sec-card-1 {
        top: 400px;
    }
}

.gis-expertise-link {
    color: #0b757d;
    text-decoration: underline;
    transition: 350ms;
}

    .gis-expertise-link:hover {
        color: #12b6c1;
    }

.gis-expertise-services-fifth {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(max-width:767px) {
    .gis-expertise-services-fifth {
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

        .gis-expertise-services-fifth p {
            text-align: left !important;
        }
}

@media(max-width:992px) {
    .row-gisexp-first .col-md-6 {
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }

        .row-gisexp-first .col-md-6 h3 {
            text-align: center !important;
        }

        .row-gisexp-first .col-md-6 p {
            text-align: center !important;
        }
}

/*.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 12px;
    margin-top: 8px;
}*/

/* Swipe Menu Starts */

.owl-nav {
    font-size: 36px;
    display: flex;
    justify-content: space-between;
}

.training-second-col {
    text-align: right;
}

.card_mobile_swipe {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    margin-right: 10px;
    border-radius: 25px;
    color: white;
    background: linear-gradient(92.84deg, rgba(247, 254, 255, 0.7) 0.42%, rgba(229, 253, 255, 0.7) 50.82%, rgba(247, 254, 255, 0.7) 101.35%), rgba(99, 170, 176, 0.4);
    backdrop-filter: blur(5px);
}

.card_content_swipe .col-md-12 img {
    margin-bottom: 0;
}

.card_content_swipe .col-md-12 p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.1em;
}

.consultancy-slider {
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-item {
    justify-content: center;
    display: flex;
}

/* Swipe Menu End */

.review-row {
    border-bottom: 1px solid lightgray;
}

/* Reviews */
@media(max-width:767px) {

    .review-row .col-xl-10 h4,
    p {
        text-align: center !important;
    }
}

/* Reviews */

/* About Us */
.about-us-quote {
    font-size: 18px;
    font-weight: 600;
    color: #0F757D;
}

/* About Us */

.link-case-study {
    border-bottom: 1px solid #0b757d;
    color: #0b757d;
    transition: 150ms;
}

    .link-case-study:hover {
        border-bottom: 1px solid #17bbc7;
        color: #17bbc7;
    }

.button-teams {
    width: 200px;
}

/* Policy Styles */
.policy-section {
}

.policy-header h1 {
    font-size: 32px;
    color: #0b757d;
}

.head-text {
    font-size: 32px;
    color: #D2AFF8;
    font-weight: 600;
}

.head-text-date-update {
    font-size: 12px;
    color: #66767F;
    font-weight: 500;
}

.policy-header {
    background: linear-gradient(0deg, rgba(0, 26, 42, 0.90) 0%, rgb(29 54 69) 100%), #FFF;
    margin: 0 -41% 0 -41%;
    padding: 170px 800px 30px 430px;
    margin-top: -25px !important;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: flex-start;
}

.cookie-consent button {
    background-color: #E1C9FB !important;
    /*opacity: 0.3;*/
    color: #fff;
    border: none;
    padding: 9px 30px !important;
    cursor: pointer;
    border-radius: 1.25rem;
}

    .cookie-consent button:hover {
        color: #fff !important;
        transform: translateY(-1px);
        background-color: #9A48EF !important;
        box-shadow: 0px 5px 7px #D9D9D9;
    }

.cookie-consent {
    z-index: 999;
}

.policy-title {
    font-size: 22px;
    border-bottom: 1px solid gray;
    color: #D2AFF8;
    font-weight: 800;
}

.policy-text {
    font-size: 14px;
}

    .policy-text b {
        font-size: 16px;
        font-weight: 800;
    }

.policy-title-sec ul {
    list-style: disc;
}

/* Policy Styles */
.spatial-card {
    height: 300px;
}

.spatial-card2 {
    height: 275px;
}

.about-us-sec-1-container {
    margin-top: 0 !important;
}

.consultancy-services-small {
    font-size: 18px;
    max-width: 500px;
}

.contact-map iframe {
    border-radius: 25px;
    border: 0;
}

.customized-text {
    line-height: 1.5em;
}

.customized-steps {
    font-size: 14px;
}

.customized-contact-button {
    margin-top: -20px;
}

.faq-content {
    margin-top: 70px;
}

.faq-title {
    color: #0b757d;
}

.gisexp-title {
    font-size: 44px;
    margin-top: 70px;
}

.gisexp-text {
    line-height: 1.5em;
    font-size: 14px;
}

.home-sec1-title {
    font-size: 44px;
}

.text-color-main {
    color: #0b757d;
}

.spatial-sec2-title {
    font-size: 36px;
}

.spatial-card-body {
    height: max-content !important;
    width: auto;
}

.spatial-text {
    line-height: 1.4em;
}

.structural-left-text {
    margin-left: -15px;
}

.training-text {
    line-height: 1.4em;
    font-size: 14px;
}

.training-text-lg {
    line-height: 1.4em;
    font-size: 16px;
}

.fa-star {
    font-size: 36px;
}

.training-card-body {
    height: 325px;
    width: auto;
}

.traning-services-title {
    font-size: 36px;
}

.training-left-text {
    margin-left: -15px;
}

.training-contact-button {
    width: fit-content;
}

.blog-slider {
    display: flex;
    position: relative;
    margin: 60px 1.5vw 60px 1.5vw;
    align-items: center;
}

.slider-spot {
    position: absolute;
    display: flex;
    margin-left: 3vw;
}

.blog-slider-back {
    width: max-content;
    min-width: 250px;
    height: 350px;
    justify-content: center;
    opacity: 0.9;
    background: rgba(15, 117, 125, 0.76);
}


.blog-slider-line {
    position: absolute;
    width: 10px;
    height: inherit;
    background: rgba(99, 170, 176, 0.40);
}

.blog-slider-small-title {
    width: 265px;
    margin-left: 40px;
    margin-right: 5vw;
    margin-top: 70px;
    margin-bottom: 1vh;
    color: var(--Off-white, #fff);
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.2vw;
    text-transform: uppercase;
}

.blog-slider-title {
    display: block;
    width: 265px;
    margin-left: 40px;
    color: var(--Off-white, #fff);
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 38.4px */
    margin-bottom: 1vh;
}

.blog-slider-bodytext {
    width: 265px;
    height: 80px;
    margin-left: 40px;
    margin-bottom: 15px;
    overflow: hidden;
    color: var(--Off-white, #fff);
    text-overflow: ellipsis;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 175% */
}

.spatial-sec2-title-blog {
    text-align: left;
    color: var(--Black, #14142B);
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
}

.all-blog-categoy-title {
    text-align: left;
    color: var(--Black, #14142B);
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
    margin: 10px 0px 30px 0px;
}

.all-blog-categoy-detail-title {
    text-align: left;
    color: var(--Black, #14142B);
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
}

.all-blog-categoy-subtitle {
    text-align: left;
    color: var(--Black, #14142B);
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-left: 15px;
}


.blog-categoy-button {
    display: inline-flex;
    padding: 0.5em 1.5em;
    align-items: flex-start;
    gap: 10px;
    border-radius: 28.5px;
    border: 1px solid var(--Grey, #AFB0B9);
}


.blog-categoy-button-text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 20px;
    color: var(--Grey, #AFB0B9);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

    .blog-categoy-button-text:hover {
        display: flex;
        flex-direction: row;
        justify-content: center;
        height: 20px;
        color: var(--Grey, #ffffff);
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 150% */
    }

.blog-categoy-block {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.blog-categoy-button {
    position: relative;
    display: flex;
    align-items: flex-start;
    border-radius: 28.5px;
    border: 1px solid var(--Grey, #AFB0B9);
    margin: 5px;
}

    .blog-categoy-button:hover {
        position: relative;
        display: flex;
        align-items: flex-start;
        border-radius: 28.5px;
        background: #0F757D;
        margin: 5px;
    }

.category-set {
    position: relative;
    display: inline-flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.blog-list-fix {
    display: block;
    width: 100%;
}


.blog-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 200px;
}

.blog-list-001 {
    position: relative;
    width: 328px;
    margin: 30px 15px 30px 15px;
    z-index: 0;
}

.blog-list-photo {
    width: 100%;
}

.blog-list-mask {
    position: absolute;
    width: 328px;
    height: 184px;
    z-index: 2;
    background: linear-gradient(0deg, #000 0%, rgba(38, 50, 56, 0.00) 29.7%);
}

.blog-list-tag {
    position: absolute;
    vertical-align: text-bottom;
    z-index: 1;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
}

.blog-list-title {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 5px;
    color: #282938;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 108.333% */
}

.blog-list-body {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #14142B;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.blog-list-read-button {
    position: relative;
    display: block;
    color: #282938;
    /* Label 2 */
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */
}

.read-button {
    position: relative;
}

.read-more-blog-detail {
    position: absolute;
    display: block;
    width: max-content;
    margin-left: 40px;
    margin-right: 3vw;
    color: #FFF;
    /* Label 2 */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */
}



.read-button-arrow {
    position: absolute;
    margin-left: 118px;
    margin-top: 7px;
}



.read-button-arrow-black {
    position: absolute;
    display: inline-block;
    float: right;
    margin-top: 7px;
    margin-left: 7px;
}

.column-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    float: left;
    width: 500px;
    height: auto;
}

.column-blog1 {
    position: relative;
    float: left;
    width: 500px;
    padding: 30px;
    height: auto;
}

.column-blog2 {
    position: relative;
    float: right;
    width: 80%;
    height: auto;
    margin-bottom: 100px;
}

.column3 {
    position: relative;
    float: right;
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}

.blog-detail-image {
    float: right;
    position: relative;
    margin-top: 50px;
    width: 100%;
    height: auto;
}

.blog-detail-row:after {
    content: "";
    display: table;
    clear: both;
}

.blog-detail-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.blog-detail-row-right {
    content: "";
    display: table;
    clear: both;
    margin-top: 10vh;
    height: 38vh;
}

.blog-detail-page-tag {
    position: relative;
    color: #0F757D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: 3px;
    text-transform: uppercase;
}


.blog-detail-page-title {
    position: relative;
    color: var(--Black, #14142B);
    font-family: Poppins;
    margin-top: 20%;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
}


.blog-detail-page-title {
    color: var(--Black, #14142B);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
    margin-top: 30px;
    margin-bottom: 20px;
}

.blog-detail-page-text-title-md {
    color: var(--Black, #14142B);
    /* Heading 3 */
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 30px */
    margin-top: 30px;
    margin-bottom: 20px;
}

.blog-detail-page-text-body-left {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
    color: var(--Black, #14142B);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.blog-detail-page-text-body-right {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
    color: var(--Black, #14142B);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}


.text-body-bullet-style {
    padding-left: 1.5em;
    text-indent: -1.5em;
    text-align: left;
    margin-top: 20px;
    color: var(--Black, #14142B);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.blog-detail-text-container {
    margin-left: 150px;
}


.share-link-box {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    margin-top: 15px;
}

.share-link-row {
    display: flex;
    width: 244px;
    align-items: flex-start;
    gap: 17px;
}

    .share-link-row > svg {
        display: inline-block;
        position: relative;
        top: 0;
        left: 0;
        width: 20px;
        z-index: -3;
    }

.blog-row-head {
    content: "";
    clear: both;
    justify-content: center;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    /* background-color: #c2a67e;/*/
    margin-bottom: 50px;
    width: 100%;
}

@media(min-width:375px) {
    .blog-row-head1 {
        position: relative;
        width: 600px;
    }
}

@media(min-width:375px) {
    .blog-row-head2 {
        position: relative;
        padding-left: 50px;
        width: 400px;
    }
}

.blog-row-center {
    content: "";
    clear: both;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*background-color: #c27ec2;/*/
    width: 100%;
}


.blog-row-center1 {
    position: relative;
    /*background-color: #7ec2b8;/*/
    padding-left: 10%;
    padding-right: 5%;
    width: 600px;
    padding-bottom: 100px;
}

.blog-row-center2 {
    display: flex;
    position: relative;
    padding-left: 10%;
    width: 400px;
    height: 200px;
}


.blog-row-bottom {
    content: "";
    clear: both;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    /*background-color: #c2a67e;/*/
    width: 100%;
}


.blog-row-bottom1 {
    position: relative;
    /*background-color: #d6f94b;/*/
    padding: 30px 0px 30px 0px;
}

.blog-row-bottom2 {
    position: relative;
    /*background-color: #967ec2;/*/
}

.blog-row-bottom-most-blog {
    content: "";
    clear: both;
    justify-content: center;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*background-color: #c2a67e;/*/
    width: 100%;
    margin-bottom: 50px;
}

.blog-writer-box {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: fit-content;
    height: 212px;
    background: #FFF;
    margin-bottom: 150px;
    margin-left: 10%;
}

.blog-writer-strip {
    position: relative;
    width: 16px;
    height: 225px;
    background: #0F757D;
}


.blog-photo-photo {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: left;
    position: relative;
    width: 63px;
    height: 63px;
    border-radius: 64.1px;
    margin-left: 50px;
    margin-top: 20px;
}

.blog-writer-name {
    position: relative;
    width: max-content;
    color: var(--Black, #14142B);
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
    letter-spacing: -1px;
}

.blog-writer-title {
    position: relative;
    width: max-content;
    color: var(--Black, #14142B);
    /* Body */
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-bottom: 20px;
}

.blog-writer-link-icons {
    display: flex;
    width: 80.125px;
    height: 17.027px;
    justify-content: center;
    align-items: flex-start;
    gap: 16.025px;
    flex-shrink: 0;
}


    .blog-writer-link-icons > a > svg {
        display: inline-block;
        position: relative;
        top: 0;
        left: 0;
        z-index: -3;
    }


.text-white {
    color: #E2D9F0 !important;
    font-weight: 600 !important;
    font-size: 48px;
    background: linear-gradient(0deg, rgba(0, 26, 42, 0.90) 0%, rgba(0, 26, 42, 0.90) 100%), #FFF;
}

.feature-sldr-title {
    color: #FFF !important;
    text-align: left;
    font-weight: 550 !important;
    font-size: 34px;
    line-height: 120%;
    letter-spacing: 0.3px;
}

.feature-sldr-desc {
    color: #fff;
    font-size: 15px !important;
    text-align: left;
    height: 30px;
    font-weight: 300;
}

.slider-item-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
}

.video-button-row {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 80px;
}

.left-section {
    display: flex;
    flex: 1 0 0;
    align-self: stretch;
    text-align: justify;
    background: url(<path-to-image>) / cover no-repeat;
    align-items: center;
}

.right-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: justify;
    flex: 1 0 0;
}

.image-text-row {
    display: flex;
    align-items: center;
    gap: 100px;
    align-self: stretch;
    flex-wrap: wrap;
    padding: 40px 60px;
}

.image-text-row-usp {
    display: flex;
    align-items: center;
    gap: 100px;
    align-self: stretch;
    flex-wrap: wrap;
    padding: 95px 60px;
}

.image-size {
    width: 100%;
    height: auto;
}

.image-size-div {
    max-width: 500px;
    height: auto;
    border-radius: 10px;
}

.left-text-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: justify;
    gap: 74px;
    flex: 1 0 0;
}

.right-image-section {
    display: flex;
    flex: 1 0 0;
    align-self: stretch;
    background: url(<path-to-image>) / cover no-repeat;
    align-items: center;
}

.slider-sm-img {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 650px;
    width: 65%;
    padding-top: 450px;
    flex-wrap: nowrap;
    justify-content: center;
}

.left-dashboard-image {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 295px;
    height: 192px;
    border-radius: 5px;
    border: 5px solid var(--Neutral-White, #FFF);
    box-shadow: 0px 4px 30px 0px rgba(0, 26, 42, 0.25);
}

.right-dashboard-image {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 295px;
    height: 192px;
    border-radius: 5px;
    border: 5px solid var(--Neutral-White, #FFF);
    box-shadow: 0px 4px 30px 0px rgba(0, 26, 42, 0.25);
}

.slider-row {
    display: flex;
    position: relative;
}

.slider-container {
    /*    background: linear-gradient(0deg, rgba(0, 26, 42, 0.90) 0%, rgba(0, 26, 42, 0.90) 100%), #FFF;
 background-image: url("../img/homepage-new.png");
    background-size: cover;*/
    background-image: url("../img/homepage-new.png");
    background-size: cover;
}

.slider-row2 {
    display: flex;
    position: relative;
    background-image: url(../img/feauture-bg.png);
    background-size: 100%;
    height: 460px;
}


.Section2trustedTextP2 {
    color: #FF661C;
    font-size: 17px !important;
    text-align: center;
    padding: 0px 50px;
    height: 30px;
}

.div-box {
    min-width: 100%;
    background-color: #fff;
    margin: 0 -30% 0 -30%;
    padding: 0 250px 0 250px;
}

.div-box-video {
    min-width: 100%;
    margin: 0 -30% 0 -30%;
    padding: 80px 310px 80px 310px;
    background-image: url(../img/feauture-bg-div2.png);
}

.div-box-gray {
    min-width: 100%;
    background-color: #f7f6fb;
    margin: 0 -30% 0 -30%;
    padding: 0 250px 0 250px;
}

.menu-head {
    background: linear-gradient(0deg, rgba(0, 26, 42, 0.90) 0%, rgba(0, 26, 42, 0.90) 100%), #FFF;
    height: 200px;
}


.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(21, 21, 33, 0.40);
    backdrop-filter: blur(2px);
    z-index: 100;
}


.submit-div {
    display: flex;
    width: 100%;
    /* background-color: #fff; */
    /* margin: 0 -10% 0 -10%; */
    padding: 100px;
    height: 380px;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-image: url(../img/submit-bg.svg);
    background-size: cover;
    border-radius: 30px;
    /* gap: 50px; */
    /* margin: 0 310px 0 310px; */
}

.submit {
    display: flex;
    justify-content: center;
}

.custom-button-light {
    border-color: #e9ebf3;
    background-color: #343F4D;
    color: #fff;
    border-radius: 5px;
    padding: .8rem 6rem;
    font-size: inherit;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer; /* Bu eksikti */
    outline: none;
}

    .custom-button-light:hover {
        background-color: #9A48EF;
        color: #fff;
        box-shadow: 0px 5px 7px #cdced0;
        transform: translateY(-7px);
    }

.custom-nowrap-box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    gap: 30px;
}

.custom-wrap-box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 30px;
    /* padding: 100px; */
}


/*a:hover {
    color: #9A48EF;
    text-decoration: underline;
}*/

a:hover {
    color: #9A48EF;
    text-decoration: underline;
}

a {
    color: #343F4D;
    text-decoration: none;
    background-color: transparent;
}

#go-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #E1C9FB !important;
    color: #3E4958;
    border: none;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    font-size: 20px;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    display: none; /* Başlangıçta gizli olacak */
}

    #go-to-top a {
        text-decoration: none;
        color: inherit;
    }

.fa-solid .fas {
    font-weight: 900;
}

.fa-arrow-up:before {
    content: "\f062" !important;
}


.test-form-box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.test-submit-form-box {
    display: flex;
    justify-content: center;
    /*  gap:60px;*/
}

.test-form-outbox {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    width: 80%;
    gap: 20px;
    background: rgba(255, 255, 255, 0.40);
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0px 5px 7px #A5AAB5;
}

.test-form-button {
    border-color: #e9ebf3;
    background-color: #343F4D;
    color: #fff;
    border-radius: 5px;
    padding: .8rem 2rem;
    transition: all 0.3s ease 0s;
    cursor: pointer; /* Bu eksikti */
    outline: none;
    font-size: inherit;
    font-weight: 500;
    width: 100%;
}

    .test-form-button:hover {
        background: #9A48EF;
        transform: translateY(-3px);
        color: #fff;
    }

.test-submit-div {
    display: flex;
    min-width: 100%;
    margin: 0 -30% 0 -30%;
    padding: 0 250px 0 250px;
    height: 450px;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-image: url(../img/test-gorsel.svg);
    background-size: cover;
    display: flex;
    align-items: center;
    gap: 100px;
    align-self: stretch;
    flex-wrap: wrap;
    padding: 40px 60px;
}

.custom-text-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #697780 !important;
    margin-bottom: 10px !important;
    text-align: left;
}

.custom-texts {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #697780 !important;
    margin-top: 10px !important;
    text-align: left;
}

.video-img {
    overflow: visible;
    border-radius: 0px;
    opacity: 1;
    place-self: center end;
    min-width: 500px;
    max-width: 48%;
    min-height: 200px;
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    margin: 0px;
    z-index: 3;
}

.video-frame {
    border-radius: 20px;
}

.left-section-video {
    display: flex;
    flex: 1 0 0;
    align-self: stretch;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.left-section-slider {
    display: flex;
    flex: 1 0 0;
    align-self: stretch;
    text-align: justify;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 30px;
    margin-right: 100px;
}

.video-text-row {
    display: flex;
    align-items: center;
    gap: 100px;
    flex-wrap: nowrap;
    flex-direction: row;
    min-width: 0px;
    min-height: 0px;
    height: max-content;
    width: calc(100% + 0px);
    overflow: visible;
    border-radius: 24px;
    padding: 16px;
    opacity: 1;
}

.video-container {
    position: relative;
    width: 500px;
    height: 270px;
    border: 3px solid #0D2A3B;
    border-radius: 25px;
}

.video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Video altında kalması için z-index daha düşük */
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 42, 59, 0.5); /* Transparan renk */
    z-index: 2; /* Overlay, videonun üstünde görünmesi için z-index daha yüksek */
}

.custom-text-title-video {
    width: auto;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #3E4958;
}

.text-desc-video {
    width: auto;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.custom-text-title-contact {
    width: auto;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #697780;
}

.text-desc-contact {
    width: auto;
    font-size: 16px;
    padding-right: 200px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: 0.4px;
    color: #3e4958;
    margin-bottom: 10px;
}


input[name="userval"] {
    display: none;
}

.index-body-contact {
    background-color: #233e4e;
}

.contact-text-row {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
    flex-direction: row;
    min-width: 0px;
    min-height: 0px;
    height: max-content;
    width: calc(100% + 0px);
    overflow: visible;
    border-radius: 24px;
    /* padding: 16px; */
    opacity: 1;
    background-image: url(../img/Contact-design-contact.svg);
    /* background-size: 100%; */
    background-repeat: no-repeat;
    margin-top: 30px;
}

.form-field-label-contact {
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 8px;
    line-height: 100%;
    font-size: 12px;
    font-weight: 300;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    box-shadow: inset 0 1px 1px #fff, 0 50px 100px -20px #e0e0e3ad, 0 5px 10px -30px #0000004d;
}


    .form-field-label-contact:hover {
        position: relative;
        width: 100%;
        display: flex;
        margin-bottom: 8px;
        line-height: 100%;
        font-size: 12px;
        font-weight: 300;
        border: 1px solid #9A48EF;
        padding: 10px;
        border-radius: 5px;
        background: linear-gradient(#ffffff08, #ffffff0a 35%);
    }

.bg-transparent-contact {
    background-color: #fff !important;
    color: black important;
    font-size: 12px;
}

.left-section-contact {
    display: flex;
    flex: 1 0 0;
    align-self: stretch;
    text-align: justify;
}



input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 15px;
    height: 15px;
}

.sm-title {
    color: #fff;
}

    .sm-title:hover {
        color: #E1C9FB;
    }

.video-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.video-button {
    display: flex;
    padding: 30px 40px;
    height: 36px;
    border-radius: 10px;
    background: #001a2a;
    align-items: center;
    color: #fff;
    margin-top: 20px;
    font-weight: 600;
    margin-right: 80px;
    box-shadow: 0px 4px 30px 0px rgba(0, 26, 42, 0.25);
    transition: all 0.3s ease 0s;
    cursor: pointer; /* Bu eksikti */
    outline: none;
}

    .video-button:hover {
        background: #9A48EF;
        transform: translateY(-3px);
        box-shadow: 0px 8px 40px 0px rgba(0, 26, 42, 0.4);
        color: #fff;
    }


.beta-tester-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    padding: 70px 50px;
    border-radius: 15px;
    box-shadow: 0px 4.623px 73.972px 0px rgba(0, 0, 0, 0.25);
    gap: 20px;
}





/* =================================================================== */
/* ============= 1. BAŞARI MESAJI (SUCCESS) İÇİN CSS ================= */
/* =================================================================== */

/* Modal çakışmasını önlemek için */
/* #mailAlert:not(.modal-success) {
    display: none !important;
} */

#mailAlert.modal-success .indexContactForm {
    margin-top: 0;
    background: linear-gradient(92.84deg, rgba(247, 254, 255, 0.7) 0.42%, rgba(229, 253, 255, 0.7) 50.82%, rgba(247, 254, 255, 0.7) 101.35%), rgb(211 220 221 / 40%);
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.2), inset 0px 0px 15px rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 50px 40px 40px;
    text-align: center;
    position: relative;
    animation: modalSlideIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#mailAlert.modal-success.modal.fade.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    font-family: 'Poppins', sans-serif;
    animation: modalFadeIn 0.4s ease-out;
}

#mailAlert.modal-success .modal-content {
    background-color: transparent !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 420px;
    width: 90%;
}

/* Success Icon için özel stil */
#mailAlert.modal-success .indexContactForm::before {
    content: '✓';
    display: block;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #9A48EF, #E1C9FB); /* Footer'daki mor tonları */
    border-radius: 50%;
    color: white;
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    margin: 0 auto 20px auto;
    box-shadow: 0 10px 30px rgba(154, 72, 239, 0.3); /* Mor renk uyumlu gölge */
    text-align: center;
    animation: successPulse 2s ease-in-out infinite;
    position: relative;
    z-index: 10;
}

/* Close button override */
#mailAlert.modal-success .close {
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid rgba(154, 72, 239, 0.2) !important; /* Mor border */
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    color: #9A48EF !important;
    font-size: 16px !important;
    font-weight: bold !important;
    z-index: 999 !important;
    float: none !important;
    margin-top: 0 !important;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
    backdrop-filter: blur(10px) !important;
}

    /* Close Button Hover - Mor gradient */
    #mailAlert.modal-success .close:hover {
        background: #9A48EF !important; /* Mor gradient */
        color: white !important;
        transform: scale(1.1) rotate(90deg) !important;
        box-shadow: 0 8px 25px rgba(154, 72, 239, 0.4) !important; /* Mor gölge */
    }

/* Başlık Rengi - r */
#mailAlert.modal-success h2 {
    color: #9A48EF !important; /* Footer ana mor renk */
    font-size: 32px !important;
    font-weight: 800 !important;
    margin: 0 0 15px 0 !important;
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: -0.5px !important;
    animation: fadeInUp 0.6s ease-out 0.4s both;
}

#mailAlert.modal-success p {
    color: #555 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    font-weight: 500 !important;
    font-family: 'Poppins', sans-serif !important;
    animation: fadeInUp 0.6s ease-out 0.6s both;
}


/* Responsive tasarım */
@media (max-width: 576px) {
    #mailAlert.modal-success .modal-content {
        width: 95%;
    }

    #mailAlert.modal-success .indexContactForm {
        padding: 35px 25px 30px;
    }

    #mailAlert.modal-success h2 {
        font-size: 26px !important;
    }

    #mailAlert.modal-success p {
        font-size: 14px !important;
    }

    #mailAlert.modal-success .close {
        top: 12px !important;
        right: 12px !important;
        width: 28px !important;
        height: 28px !important;
    }

    #mailAlert.modal-success .indexContactForm::before {
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
        margin-bottom: 15px;
    }
}




/* =================================================================== */
/* ================== 2. HATA MESAJI (ERROR) İÇİN CSS ================ */
/* =================================================================== */

#mailAlert.modal-error .indexContactForm {
    margin-top: 0;
    background: linear-gradient(92.84deg, rgba(247, 254, 255, 0.7) 0.42%, rgba(229, 253, 255, 0.7) 50.82%, rgba(247, 254, 255, 0.7) 101.35%), rgb(211 220 221 / 40%);
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.2), inset 0px 0px 15px rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 50px 40px 40px;
    text-align: center;
    position: relative;
    animation: modalSlideIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#mailAlert.modal-error.modal.fade.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    font-family: 'Poppins', sans-serif;
    animation: modalFadeIn 0.4s ease-out;
}

#mailAlert.modal-error .modal-content {
    background-color: transparent !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 420px;
    width: 90%;
}

/* Error Icon için özel stil */
#mailAlert.modal-error .indexContactForm::before {
    content: '!';
    display: block;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #FF6B35, #E74C3C); /* Footer turuncu-kırmızı */
    border-radius: 50%;
    color: white;
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    margin: 0 auto 20px auto;
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.3); /* Turuncu gölge */
    text-align: center;
    animation: errorPulse 2s ease-in-out infinite;
    position: relative;
    z-index: 10;
}

/* Close button override */
#mailAlert.modal-error .close {
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid rgba(255, 107, 53, 0.2) !important; /* Turuncu border */
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    color: #FF6B35 !important; /* Footer turuncu rengi */
    font-size: 16px !important;
    font-weight: bold !important;
    z-index: 999 !important;
    float: none !important;
    margin-top: 0 !important;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
    backdrop-filter: blur(10px) !important;
}

    /* Close Button Hover - Turuncu-kırmızı gradient */
    #mailAlert.modal-error .close:hover {
        background: #FF6B35 !important;
        color: white !important;
        transform: scale(1.1) rotate(90deg) !important;
        box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4) !important; /* Turuncu gölge */
    }

/* Başlık Rengi - Footer turuncu */
#mailAlert.modal-error h2 {
    color: #FF6B35 !important; /* Footer turuncu renk */
    font-size: 32px !important;
    font-weight: 800 !important;
    margin: 0 0 15px 0 !important;
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: -0.5px !important;
    animation: fadeInUp 0.6s ease-out 0.4s both;
}

#mailAlert.modal-error p {
    color: #555 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    font-weight: 500 !important;
    font-family: 'Poppins', sans-serif !important;
    animation: fadeInUp 0.6s ease-out 0.6s both;
}

/* Responsive tasarım */
@media (max-width: 576px) {
    #mailAlert.modal-error .modal-content {
        width: 95%;
    }

    #mailAlert.modal-error .indexContactForm {
        padding: 35px 25px 30px;
    }

    #mailAlert.modal-error h2 {
        font-size: 26px !important;
    }

    #mailAlert.modal-error p {
        font-size: 14px !important;
    }

    #mailAlert.modal-error .close {
        top: 12px !important;
        right: 12px !important;
        width: 28px !important;
        height: 28px !important;
    }

    #mailAlert.modal-error .indexContactForm::before {
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
        margin-bottom: 15px;
    }
}



/* =================================================================== */
/* ================== ORTAK ANİMASYON KEYFRAMES'LERİ ================= */
/* =================================================================== */

@keyframes modalFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(-30px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Success Pulse Animasyon - Mor gölgeler */
@keyframes successPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 10px 30px rgba(154, 72, 239, 0.3); /* Mor gölge */
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 12px 35px rgba(154, 72, 239, 0.5); /* Daha koyu mor gölge */
    }
}
/* Error Pulse Animasyon - Turuncu gölgeler */
@keyframes errorPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 10px 30px rgba(255, 107, 53, 0.3); /* Turuncu gölge */
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 12px 35px rgba(255, 107, 53, 0.5); /* Daha koyu turuncu gölge */
    }
}

/* Sadece bu ikon için line-height düzeltmesi */
.fa-arrow-up {
    line-height: normal !important;
    /* veya */
    line-height: 1.2 !important;
    /* veya */
    line-height: inherit !important;
}




/* --- Genel Cookie Bildirimi Stilleri (Masaüstü için) --- */

.cookie-consent {
    position: fixed;
    bottom: 40px;
    left: 15%;
    right: 15%;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 1rem;
    box-shadow: 0 8px 20px #8b8b8b1f;
    padding: 1rem 1.5rem; /* İç boşluk ekleyelim */
    /* Flexbox Ayarları */
    display: flex;
    justify-content: center; /* Yatayda ortalama */
    gap: 1.5rem; /* Elemanlar arası boşluk */
    z-index: 9999;
}

.cookietext {
    /* Bu class'taki margin'leri kaldıralım, boşlukları flex'in gap özelliği ile yöneteceğiz. */
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: #333; /* Metin rengini daha okunaklı yapalım */
    font-size: 15px;
    text-align: center; /* Mobil görünüm için de merkezde kalması iyi olur */
}

    .cookietext > a {
        color: #9A48EF;
        font-weight: 600;
        text-decoration: none; /* Alt çizgiyi kaldırmak daha modern durabilir */
    }

.cookie-consent button {
    /* Butonun küçülmesini engellemek için */
    flex-shrink: 0;
    background-color: #9A48EF; /* Linklerle uyumlu bir renk */
    color: #fff !important;
    border: none;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    border-radius: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap; /* "Kabul Et" yazısının kırılmasını engeller */
}



/* --- RESPONSIVE DÜZENLEME (MOBİL CİHAZLAR İÇİN) --- */

@media (max-width: 768px) {
    .cookie-consent {
        /* Yerleşimi dikey (alt alta) yap */
        flex-direction: column;
        /* Kenar boşluklarını azalt, kullanılabilir alanı artır */
        left: 15px;
        right: 15px;
        bottom: 20px; /* Alttan boşluğu azalt */
        /* Dikey düzende elemanlar arası boşluk */
        gap: 1rem;
        padding: 1.5rem 1rem; /* Yanlardan boşluğu ayarla */
    }

    .cookietext {
        /* Mobil düzende metin her zaman ortalanmalı */
        text-align: center;
    }

    .cookie-consent button {
        /* Butonun genişliğini ayarla */
        width: 100%;
        max-width: 250px; /* Çok fazla genişlemesini önle */
    }

    #kapatButton {
        position: absolute;
        top: 5px;
        right: 10px;
        font-size: 18px;
        cursor: pointer;
        font-weight: 700;
    }
}
