:root {    --font1: "Montserrat", Helvetica, Arial, sans-serif;    --primary-orange: #ff6b00;    --color1: #647883;    --color2: #005e9e;    --primary-color: #005e9e;    --text-color: #555;    --light-text-color: #fff;    --text-color2: #0f2855;}body {    font-family: var(--font1);    padding: 0px;    letter-spacing: -0.4px;    margin: 0px;}a {    text-decoration: none;}body.menu-open {    overflow: hidden;}a.WhatsApp1 {    display: flex;    font-size: 18px;    background: #2EB843;    font-weight: 600;    width: 51px;    height: 51px;    position: fixed;    bottom: 20px;    left: 20px;    border-radius: 50%;    -webkit-transition: all .1s ease-out 0s;    -moz-transition: all .1s ease-out 0s;    -ms-transition: all .1s ease-out 0s;    -o-transition: all .1s ease-out 0s;    transition: all .1s ease-out 0s;    color: #fff;    align-items: center;    justify-content: center;    animation: whatsapp infinite 2s linear;    z-index: 9999}a.WhatsApp1 svg {    width: 30px;    overflow: inherit;    fill: #fff;}@keyframes whatsapp {    0% {        box-shadow: 0 0 0 0 #2EB843    }    50% {        box-shadow: 0 0 0 10px #015dc700    }    100% {        box-shadow: 0 0 0 0 #015dc700    }}.header-menu__top {    background-color: var(--primary-color);    color: var(--light-text-color);    height: 50px;    font-size: 14px;    display: flex;    align-items: center;}.header-menu__container {    width: 100%;    max-width: var(--container-width);    display: flex;    justify-content: start;    align-items: center;    padding: 0 50px;}.ms-auto {    margin-left: auto !important;}.header-menu__top-left,.header-menu__top-center,.header-menu__top-right {    display: flex;    align-items: center;    gap: 25px;}.header-menu__top-center a {    display: flex;    align-items: center;    gap: 8px;    color: #fff;}.header-menu__top-center a svg {    fill: #fff;}.header-menu__top-right {    margin-left: auto;}.header-menu__socials {    display: flex;    gap: 15px;}.header-menu__socials li {    list-style: none;}.header-menu__socials li a {    position: relative;    z-index: 2;    display: block;    width: 23px;    height: 23px;    line-height: 23px;    border-radius: 50%;    font-size: 12px;    text-align: center;    color: var(--primary-color);    background-color: #fff;    -webkit-transition: all 0.4s linear;    transition: all 0.4s linear;}.header-menu__socials li a svg {    fill: #005e9e;    width: 13px;}.header-menu__main {    background-color: #fff;}/* Site Header: Genel ve Masaüstü */.site-header {    position: fixed;    top: 0;    left: 0;    width: 100%;    background-color: #fff;    z-index: 1000;    transition: background-color 0.3s ease;    box-sizing: border-box;    box-shadow: 0px 0px 10px 0px #00000021;}.site-header .logo {    flex-shrink: 0;    display: flex;    align-items: center;    text-decoration: none;}.site-header .logo img {    height: 90px;    width: auto;    display: block;}.site-header .menu-ust {    display: flex;    margin-bottom: 0;    border-bottom: 1px solid #0000002b;    padding: 0px 0px;}.site-header .menu-ust li {    list-style: none;}.site-header .main-nav {    flex-grow: 1;    display: flex;    justify-content: end;    padding-right: 25px;    border-right: 1px solid #ffffff1f;    margin-right: 25px;}.site-header .main-nav ul#main-menu {    display: flex;    list-style: none;    gap: 29px;    margin: 0;    padding: 0;    align-items: center;}.site-header .main-nav li:nth-child(2) {}.site-header .main-nav a {    font-size: 16px;    font-weight: 500;    display: block;    position: relative;    color: var(--text-color2);    line-height: 100px;    text-decoration: none;    transition: color 0.3s ease;}.header-menu__cta-button:hover {    background-color: var(--text-color);    color: #fff;}.header-menu__cta-button {    text-transform: capitalize;    position: relative;    z-index: 1;    font-size: 15px;    font-weight: 400;    min-width: 170px;    height: 60px;    display: -webkit-inline-box;    display: -ms-inline-flexbox;    display: inline-flex;    -webkit-box-align: center;    -ms-flex-align: center;    align-items: center;    -webkit-box-pack: center;    -ms-flex-pack: center;    justify-content: center;    text-align: center;    padding: 0 15px;    border: 0;    border-radius: 3px;    overflow: hidden;    -webkit-transition: all 0.3s linear;    transition: all 0.3s linear;    color: #fff;    background-color: var(--color2);    border-radius: 50px;    gap: 5px;}.header-menu__cta-button svg {    width: 16px;    height: 16px;    fill: #fff;}.site-header .main-nav a:hover {    color: var(--primary-orange);}/* Alt Menüler: Masaüstü */.site-header .nav-item.nav-submenu {    position: relative;}.site-header .nav-submenu > a::after {    content: "▼";    font-size: 0.6em;    margin-left: 7px;    display: inline-block;    transition: transform 0.3s ease-in-out;}.site-header .nav-submenu ul {    list-style: none;    padding: 10px;    margin: 0;    margin-top: 15px;    background-color: #0b1a2c;    border-radius: 8px;    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);    min-width: 220px;    position: absolute;    top: 100%;    left: 0;    opacity: 0;    visibility: hidden;    transform: translateY(10px);    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;    z-index: 10;}.site-header .nav-submenu ul li {    padding: 0;    margin: 0;}.site-header .nav-submenu ul a {    padding: 10px 15px;    display: block;    font-size: 14px;    font-weight: 500;    border-radius: 5px;}.site-header .nav-item.nav-submenu:hover > ul {    opacity: 1;    visibility: visible;    transform: translateY(0);}.site-header .nav-item.nav-submenu:hover > a::after {    transform: rotate(180deg);}/* Hamburger Menü Butonu */.site-header .menu-toggle {    display: none;    background: none;    border: none;    cursor: pointer;    padding: 10px;    z-index: 1001;}.site-header .menu-toggle .bar {    display: block;    width: 25px;    height: 3px;    background-color: var(--primary-color);    margin: 5px 0;    transition: all 0.4s;}.site-header .menu-toggle.is-active .bar:nth-child(1) {    transform: translateY(8px) rotate(45deg);}.site-header .menu-toggle.is-active .bar:nth-child(2) {    opacity: 0;}.site-header .menu-toggle.is-active .bar:nth-child(3) {    transform: translateY(-8px) rotate(-45deg);}/* Mobil Menü Arka Plan Overlay */.nav-overlay {    position: fixed;    top: 0;    left: 0;    width: 100%;    height: 100%;    background-color: rgba(0, 0, 0, 0.6);    z-index: 998;    opacity: 0;    visibility: hidden;    transition: opacity 0.5s ease, visibility 0.5s ease;}.nav-overlay.is-active {    opacity: 1;    visibility: visible;}/* Mobil Görünüm */@media (max-width: 1200px) {    .site-header .menu-toggle {        display: block;        margin-right: 20px;    }    .site-header .main-nav {        border-right: none;        margin-right: 0;        padding-right: 0;        justify-content: flex-end;    }    .site-header .main-nav ul#main-menu {        overflow-y: auto;        padding-bottom: 40px;        flex-direction: column;        position: fixed;        top: 0;        left: -100%;        width: 80%;        max-width: 320px;        height: 100vh;        background-color: #ffffff;        padding: 170px 40px 40px;        align-items: flex-start;        gap: 15px;        transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);        z-index: 999;    }    .site-header .main-nav ul#main-menu.is-active {        left: 0;    }    .site-header .main-nav ul a {        font-size: 18px;        width: 100%;    }    .site-header .main-nav ul li {        position: relative;    }    .site-header .main-nav ul li .mobil-logo {        margin-bottom: 25px;        display: block !important;    }    /* Mobil Alt Menüler */    .site-header .nav-submenu > li::after {        content: "›";        font-size: 1.8em;        font-weight: bold;        position: absolute;        right: 10px;        top: 50%;        transform: translateY(-50%) rotate(0deg);        transition: transform 0.3s ease-in-out;    }    .site-header .nav-submenu ul {        position: static;        width: 100%;        opacity: 1;        visibility: visible;        transform: none;        box-shadow: none;        background-color: rgba(0, 0, 0, 0.2);        padding: 10px 0 10px 20px;        margin-top: 10px;        border-radius: 8px;        max-height: 0;        overflow: hidden;        transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out, margin 0.4s ease-in-out;        padding-top: 0;        padding-bottom: 0;        margin-top: 0;    }    .site-header .nav-submenu.submenu-open > ul {        max-height: 500px;        margin-top: 10px;        padding-top: 10px;        padding-bottom: 10px;    }    .site-header .nav-submenu.submenu-open > a::after {        transform: translateY(-50%) rotate(90deg);    }}/**/footer.footer7 {    width: 100%;    height: auto;    color: #fff;    overflow: hidden;}footer.footer7 .footer-orta {    width: 100%;    height: auto;    background: #00091d;    position: relative;    padding: 80px 0px 80px 0px;}footer.footer7 .footer-orta .circle-map {    position: absolute;    top: 20%;    right: 18%;    z-index: -1;}footer.footer7 .footer-logo {    width: 100%;    height: 70px;    margin-bottom: 25px;}footer.footer7 .footer-logo img {    height: 100%;}footer.footer7 .footer-liste {    width: 100%;    height: auto;    padding: 0px;}footer.footer7 .footer-liste h3 {    width: 100%;    height: auto;    margin-top: 0px;    margin-bottom: 20px;    font-size: 0.95rem;}footer.footer7 .footer-liste p {    width: 100%;    height: auto;    margin-top: 0px;    margin-bottom: 20px;    font-size: 0.85rem;}footer.footer7 .footer-liste li {    width: auto;    height: auto;    margin-top: 0px;    margin-bottom: 10px;    list-style: none;    align-items: center;}footer.footer7 .footer-liste li a {    color: rgba(228, 230, 235, 0.70);    font-size: 0.85rem;}footer.footer7 .footer-liste li a:hover {    color: #483f7e;}footer.footer7 .footer-sosyal {    width: 100%;    height: auto;    margin-top: 20px;    display: inline-block;}footer.footer7 .footer-sosyal li {    display: inline-block!important;    margin-right: 5px;}footer.footer7 .footer-sosyal li a {    position: relative;    width: 35px;    height: 35px;    color: #5a5a5a;    font-size: 14px;    line-height: 33px;    text-align: center;    border-radius: 50%;    display: inline-block;    border: 1px solid #5a5a5a;    -webkit-transition: all 300ms ease;    -ms-transition: all 300ms ease;    -o-transition: all 300ms ease;    -moz-transition: all 300ms ease;    transition: all 300ms ease;}footer.footer7 .footer-sosyal li a:hover {    color: #ffffff;    border-color: #483f7e;    background: #483f7e;}footer.footer7 .footer-liste.galeri a img {    width: 100%;}footer.footer7 .footer-liste.iletisim li {    display: flex;}footer.footer7 .footer-liste.iletisim .icon {    color: #483f7e;    font-size: 17px;}footer.footer7 .footer-liste.iletisim .text {    padding-left: 15px;    font-size: 14px;    color: rgba(228, 230, 235, 0.70);}footer.footer7 .footer-alt {    width: 100%;    height: auto;    background: var(--primary-color);    padding: 14px 0px 14px 0px;    font-size: 12px;    display: flex;    align-items: center;    justify-content: center;    z-index: 999;    position: relative;}footer.footer7 .footer-alt .hasem-logo {    height: 15px;    display: flex;    align-items: center;    margin-left: 15px;    margin-top: -2px;}footer.footer7 .footer-alt .hasem-logo img {    height: 100%;}.lines {    left: 0;    right: 0;    margin: auto;    width: 100%;    z-index: 0;    position: absolute;    top: 0;    height: 100%;    z-index: -1;}.lines .line3 {    right: 26%!important;    left: auto!important;}.lines .line2 {    left: 44%!important;}.lines .line {    left: 17%!important;}.lines .line3,.lines .line2,.lines .line {    width: 1px;    left: 49%;    background: hsla(0,0%,100%,.1);    overflow: hidden;    position: absolute;    height: 100%;}.lines .line3:after,.lines .line2:after,.lines .line:after {    content: "";    display: block;    position: absolute;    height: 15vh;    width: 100%;    top: -50%;    left: 0;    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(75%,#fff),to(#fff));    background: -webkit-linear-gradient(top,hsla(0,0%,100%,0),#fff 75%,#fff);    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff 75%,#fff);    -webkit-animation: run 7s 0s infinite;    animation: run 7s 0s infinite;    -webkit-animation-fill-mode: forwards;    animation-fill-mode: forwards;    -webkit-animation-timing-function: cubic-bezier(.4,.26,0,.97);    animation-timing-function: cubic-bezier(.4,.26,0,.97);}.lines .line2:after {    -webkit-animation-delay: 2s;    animation-delay: 2s;}.lines .line3:after {    -webkit-animation-delay: 3s;    animation-delay: 3s;}@keyframes run {    0% {        top: -50%    }    to {        top: 110%    }}.mobilbuttonlar {    display: none;}@media(max-width: 1024px) {    footer.footer7 {        margin-bottom: 40px;    }    footer.footer7 .footer-orta {        display: none;    }    .site-header .main-nav a {        line-height: normal;    }    .site-header .logo img {        height: 70px;    }    .header-menu__container {        padding: 10px 20px;    }    .header-menu__top-right {        display: none;    }    .menu-toggle {        display: block;    }    .main-nav {        justify-content: flex-end;    }    .main-nav ul {        flex-direction: column;        position: fixed;        top: 0;        left: -100%;        width: 80%;        max-width: 320px;        height: 100vh;        background-color: #1a1a1a;        padding: 120px 40px 40px;        align-items: flex-start;        gap: 25px;        transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);        z-index: 999;    }    .main-nav ul.is-active {        left: 0;    }    .main-nav ul a {        font-size: 20px;    }    .cta-button {        display: none;    }    a.WhatsApp1 {        bottom: 60px    }    .btn {        border-radius: 0;        display: flex;        justify-content: center;        align-items: center;        padding: 10px 20px;        width: 100%    }    .btn svg {        width: 24px;        height: 24px;        fill: currentColor    }    .mobilbuttonlar {        position: fixed;        width: 100%;        bottom: 0;        z-index: 99999;        display: flex;    }    .btn1 {        background: #005e9e;        border-color: #005e9e;        color: #fff    }    .btn2 {        background: #024b7d;        border-color: #024b7d;        color: #fff    }    .btn3 {        background: #00385f;        border-color: #00385f;        color: #fff    }}