:root {    --font1: "Teko", sans-serif;    --primary-orange: #ed1c24;}.mobilbuttonlar {}a {    text-decoration: none;}a.WhatsApp1 {    display: flex;    font-size: 18px;    background: #2EB843;    font-weight: 600;    width: 51px;    height: 51px;    position: fixed;    bottom: 60px;    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 {    overflow: inherit;    fill: white;    width: 25px;    height: 70px;}@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    }}body {    font-family: var(--font1);    padding: 0px;    margin: 0px;}body.menu-open {    overflow: hidden;}.header-ust {    background-color: transparent;    border-bottom: 1px solid #e0e0e0;    font-size: 14px;    color: #333;}.header-alt {    display: flex;    align-items: center;    padding: 20px 4%;}.header-ust .container {    margin: 0 auto;    padding: 10px 0px;    display: flex;    justify-content: space-between;    align-items: center;    background: linear-gradient(60deg,#16346d 0%,#2c57a9 80%);    max-width: 100%;    padding: 10px 4%;    justify-content: center;}.header-ust-sol span {    margin-right: 50px;    display: inline-flex;    align-items: center;}.header-ust-sol a {    font-size: 20px;    color: #ffffff;    text-decoration: none;}.header-ust-sol svg {    fill: #ffffff;    width: 20px;    height: auto;    margin-right: 10px;}.header-ust-sag {    display: flex;    gap: 10px;}.header-ust-sag .sosyal {    display: inline-flex;    justify-content: center;    align-items: center;    width: 28px;    height: 28px;    border-radius: 50%;    background-color: #0078d4;    color: #fff;    transition: all 0.3s ease;}.header-ust-sag .sosyal:hover {    background-color: #005fa3;}@media (max-width: 768px) {    .header-ust .container {        flex-direction: column;        gap: 5px;        text-align: center;    }    .header-ust-sol {        font-size: 13px;    }}.toplam {    position: fixed;    top: 0;    left: 0;    width: 100%;    background-color: #ffffff;    z-index: 1000;    transition: background-color 0.3s ease;    box-shadow: 0px 0px 10px 0px #0000004f;    padding-top: 0;}.site-header {    display: block;    justify-content: space-between;    align-items: center;}.site-header .logo {    flex-shrink: 0;    display: flex;    align-items: center;    text-decoration: none;}.site-header .logo img {    height: 50px;    width: auto;    display: block;}.site-header .main-nav {    flex-grow: 1;    display: flex;    justify-content: end;    padding-right: 0;    border-right: 1px solid #ffffff1f;    margin-right: 0;}.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 a {    color: #000000;    text-decoration: none;    padding: 0 0 0px 0;    position: relative;    transition: color 0.3s ease;    white-space: nowrap;    align-items: center;    display: flex;    font-size: 18px;    font-weight: 500;    text-transform: uppercase;    letter-spacing: .25px;    position: relative;}.site-header .main-nav a:before {    content: '';    position: absolute;    left: 0;    width: 100%;    background: red;    height: 2px;    bottom: 0;    opacity: 0;}.site-header .main-nav a.active:before {    opacity: 1;}.site-header .main-nav a.active {    color: var(--primary-orange);}.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: white;    border-radius: 0;    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);    min-width: 220px;    position: absolute;    top: 100%;    left: -70px;    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: 5px 0px 5px 10px;    display: block;    font-size: 14px;    font-weight: 500;    border-radius: 5px;    color: #000000;    font-size: 18px;    font-weight: 500;    text-transform: uppercase;}.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: #000000;    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;}.menu-toggle {    display: none;    background: none;    border: none;    cursor: pointer;    padding: 10px;    z-index: 1001;}.menu-toggle .bar {    display: block;    width: 25px;    height: 3px;    background-color: #fff;    margin: 5px 0;    transition: all 0.4s;}.menu-toggle.is-active .bar:nth-child(1) {    transform: translateY(8px) rotate(45deg);}.menu-toggle.is-active .bar:nth-child(2) {    opacity: 0;}.menu-toggle.is-active .bar:nth-child(3) {    transform: translateY(-8px) rotate(-45deg);}@media (max-width: 1200px) {    .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;    }    .site-header .menu-toggle {        display: block;    }    .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: #1a1a1a;        padding: 80px 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%;        color: white;    }    .site-header .main-nav ul li {        position: relative;    }    .site-header .main-nav ul li .mobil-logo {        margin-bottom: 25px;        display: none;    }    .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: max-content;        margin-top: 10px;        padding-top: 10px;        padding-bottom: 10px;    }    .site-header .nav-submenu.submenu-open > a::after {        transform: translateY(-50%) rotate(90deg);    }    .header-ust {        display: none;    }    a.WhatsApp1 {        bottom: 60px    }    .page-baslik1 {        margin-top: 90px !important;    }    .site-header .main-nav a:before {        display: none;    }    .btn small{        display: inline-block;        width: 100%;    }    .btn small {        font-size: 17px!important;    }    .btn svg{        margin-right: 0!important;    }    .btn{        display: block !important;        text-align: center;    }}.btn {    border-radius: 0;    display: flex;    justify-content: center;    align-items: center;    padding: 10px 20px;    width: 100%}.btn small{    font-size: 20px;}.btn svg {    width: 24px;    height: 24px;    fill: currentColor;    margin-right: 20px;}.mobilbuttonlar {    position: fixed;    width: 100%;    bottom: 0;    z-index: 999}.btn1 {    background: #ed1c24;    border-color: #ed1c24;    color: #fff;}.btn2 {    background: #d2141b;    border-color: #d2141b;    color: #fff}.btn3 {    background: #b90d13;    border-color: #b90d13;    color: #fff}.mobilbuttonlar {    display: flex;}.footer {    background: url(../images/bg-footer.jpg);    padding: 100px 0 40px;    background-position: top center;    background-size: cover;    margin-bottom: 40px;}.footer footer {    background-color: #222;    color: #fff;    padding: 30px 0;    text-align: left;    font-family: sans-serif;}.footer .footer-container {    max-width: 1400px;    margin: 0 auto;    display: flex;    flex-wrap: wrap;    justify-content: space-between;    padding: 0 20px;}.footer .footer-column {    width: 24%;    margin-bottom: 20px;}.footer .footer-column p {    color: #fff;    font-size: 19px;    line-height: 24px;    /* font-family: "Roboto", Sans-serif; */    font-weight: 200;    padding-right: 60px;}.footer .footer-column h3 {    font-size: 1.3em;    margin-bottom: 10px;    padding-bottom: 0;    margin-top: 0;    font-size: 24px;    text-transform: uppercase;    letter-spacing: .25px;    font-weight: 500;    color: white;}.footer .footer-column ul {    list-style: none;    padding: 0;}.footer .footer-column ul li svg {    overflow: inherit;    fill: #fff;    max-width: 20px;    max-height: 30px;    margin-right: 10px;}.footer .footer-column li {    font-size: 20px;    font-weight: 400;    line-height: 33px;    margin-bottom: 5px;}.footer .footer-column a {    color: #eee;    text-decoration: none;    transition: color 0.3s ease;}.footer .footer-column a svg {    overflow: inherit;    fill: #fff;    background: var(--primary-orange);    font-size: 20px;    border-radius: 50%;    padding: 15px;    max-width: 50px;    max-height: 50px;}.footer .footer-column a:hover {    color: #fff;}.footer .social-icons a {    display: inline-block;    margin-right: 10px;    font-size: 1.5em;}.footer .contact-list li {    display: flex;    align-items: flex-start;    margin-bottom: 10px;    color: #fff;    padding-left: 8px;    font-size: 20px;    font-weight: 400;    line-height: 24px;}.footer .contact-list li i {    margin-right: 10px;    width: 20px;    text-align: center;}.footer .copyright {    text-align: center;    margin-top: 70px;    font-size: 20px;    color: white;    font-size: 20px;    font-weight: 400;    line-height: 15px;    display: flex;    align-items: center;    justify-content: center;}