:root {    --font1: "Urbanist", Helvetica, Arial, sans-serif;    --primary-orange: #ff6b00;    --radius: 3px;}.container2 {    width: 1170px;}body {    font-family: var(--font1);    padding: 0px;    margin: 0px;    overflow: auto !important;}body.menu-open {    overflow: hidden;}.header-ust {    background-color: rgba(128, 0, 0, 0.52);    border-bottom: 1px solid #e0e0e0;    font-size: 14px;    color: #333;}.header-ust .container {    margin: 0 auto;    display: flex;    justify-content: space-between;    align-items: center;    padding-right: 15px;    padding-left: 15px;    padding-top: 10px;    padding-bottom: 10px;}.header-ust-sol {    width: 100%;    display: flex;}.header-ust-sol span {    margin-right: 20px;    display: inline-flex;    align-items: center;}.header-ust-sol a {    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;        justify-content: center;    }}.toplam {    position: fixed;    top: 0;    left: 0;    width: 100%;    z-index: 1000;    transition: background-color 0.3s ease;    box-shadow: 0px 0px 10px 0px #0000004f;    padding-top: 0;}.site-header .container {    display: flex;    justify-content: space-between;    align-items: center;}.site-header {    background: white;    height: 90px;}.logo {    color: #fff;    text-decoration: none;    flex-shrink: 0;    line-height: 1;    display: flex;    align-items: center;    width: 160px;    margin-top: 2px;    background: white;    border-bottom-left-radius: 24px;    border-bottom-right-radius: 24px;    box-shadow: 0px 3px 17px #ffffff82;    position: relative;    top: 10px;}.logo img {    width: 100%;}.main-nav {    flex-grow: 1;    display: flex;    justify-content: end;    padding-right: 0;    border-right: 1px solid #ffffff1f;    margin-right: 0;}.main-nav ul {    display: flex;    list-style: none;    gap: 20px;    margin-bottom: 0;    align-items: center;    margin-top: -15px;    padding: 0;}.main-nav a {    color: #000000;    padding: 0;    position: relative;    letter-spacing: 0.1rem;    text-decoration: none;    transition: all .5s;    font-size: 14px;    font-weight: 600;    background: transparent;    text-transform: uppercase;}.main-nav a:hover {    color: rgb(128, 0, 0);}.has-dropdown>a {    display: flex;    align-items: center;    gap: 5px;}.has-dropdown>a::after {    content: "Ã¢Ë†Â¨";    font-size: 12px;}.header-right {    display: flex;    align-items: center;    gap: 14px;}.contact-info {    color: rgb(128, 0, 0);    font-size: 15px;    white-space: nowrap;    font-size: 16px;    font-weight: 600;    text-decoration: none;}.contact-info a {    font-weight: 700;    text-decoration: none;    color: rgb(128, 0, 0);}.cart-icon {    position: relative;    display: flex;    align-items: center;    justify-content: center;    width: auto;    height: auto;    color: #fff;    font-size: 14px;    padding-left: 25px;    border-left: 1px solid #ffffff1f;}.cart-icon svg {    width: 22px;    height: 22px;}.cart-count {    margin-left: 5px;    font-weight: 700;    line-height: 1;    display: flex;    align-items: center;}.cta-button {    background-color: rgb(128, 0, 0);    color: #fff;    padding: 12px 25px;    font-weight: 700;    text-transform: uppercase;    font-size: 14px;    border-radius: 4px;    transition: background-color 0.3s ease;    white-space: nowrap;    text-decoration: none;}.cta-button:hover {    background-color: #b84d12;    color: #fff;}.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: rgb(128, 0, 0);    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);}.header-top-dil {    display: flex;    padding-left: 0px;    padding-right: 0px;    margin-bottom: 0px;    margin-top: 0;}.header-top-dil li {    list-style: none;    margin-left: 20px;    position: relative;    padding-left: 0;}.header-top-dil li span {    display: none;}.header-top-dil li a {    color: #333333;    font-size: 13px;    font-weight: 600;    text-transform: uppercase;    letter-spacing: 0;    display: flex;    align-items: center;}.header-top-dil li:first-child:before {    display: none;}.header-top-dil li a .icon {    margin-right: 0;}.header-top-dil li a .icon img {    height: auto;    width: 20px;}.nav-overlay {    position: fixed;    top: 0;    left: 0;    width: 100%;    height: 100%;    background-color: #0009;    z-index: 998;    opacity: 0;    visibility: hidden;    transition: opacity 0.5s ease, visibility 0.5s ease;}.nav-overlay.is-active {    opacity: 1;    visibility: visible;}@media (max-width: 1150px) {    .contact-info {        display: none;    }}@media (max-width: 991.98px) {    .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;        color: white;    }    .cta-button {        display: none;    }    .about-section, .services-section {        text-align: center;    }    .about-image {        margin-top: 40px;    }    .button-group {        justify-content: center;    }    .about-headline {        font-size: 30px;    }}.site-header .header-top-dil {    display: none;}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 0.1s ease-out 0s;    -moz-transition: all 0.1s ease-out 0s;    -ms-transition: all 0.1s ease-out 0s;    -o-transition: all 0.1s ease-out 0s;    transition: all 0.1s ease-out 0s;    color: #fff;    align-items: center;    justify-content: center;    animation: whatsapp infinite 2s linear;    z-index: 9999;}@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;    }}@media (max-width: 1024px) {    a.WhatsApp1 {        bottom: 60px;    }    .site-header .header-top-dil {        display: flex;    }    .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: 999;        display: flex;    }    .btn1 {        background: #5f8f8f;        border-color: #5f8f8f;        color: #fff;    }    .btn2 {        background: #497676;        border-color: #497676;        color: #fff;    }    .btn3 {        background: #375f5f;        border-color: #375f5f;        color: #fff;    }    .header-ust-sol span.adres {        display: none;    }    .header-ust-sol .header-top-dil {        display: none;    }    .header-ust {        background: #800000;    }    .footer-bottom {        position: relative !important;        background: #800000 !important;        opacity: 1 !important;    }    .header-top-dil {        margin-left: 0;    }    .logo {        width: 140px;    }    .footer-social-links {        margin-top: 0 !important;    }}.mobilbuttonlar {    display: none;}.footer-bottom {    background: rgb(128, 0, 0);    text-align: center;    position: absolute;    bottom: 0;    z-index: 9;    width: 100%;    padding: 15px 20px;    opacity: 0.5;    font-size: 15px;}.footer-bottom .copyright-text {    color: white;    padding: 0;    margin: 0;    display: inline-block;}.iletisim4 .maps {    width: 100%;    position: relative;}.iletisim4 .maps iframe {    height: 700px;    display: none;}.iletisim4 .bilgiler {    position: relative;    bottom: 0;    width: 100%;}.iletisim4 .bilgiler .metin {    background: white;    padding: 40px 0px;    border-radius: 5px;}.iletisim4 .about_list {    padding: 0;}.iletisim4 .about_list .list-number {    display: flex;    font-size: 18px;    letter-spacing: 0.3px;    line-height: 35px;    font-weight: 600;    text-align: center;    border-radius: 50%;    margin-top: 3px;    -webkit-transition: all 0.1s ease-out 0s;    -moz-transition: all 0.1s ease-out 0s;    -ms-transition: all 0.1s ease-out 0s;    -o-transition: all 0.1s ease-out 0s;    transition: all 0.1s ease-out 0s;    color: #fff;    align-items: center;    justify-content: center;    margin-right: 20px;    background: rgb(128, 0, 0);    animation: pulseBig4 infinite 2s linear;    padding: 9px 10px;}.iletisim4 .about_list .about_list__inner {    display: flex;    align-items: center;}.iletisim4 .title h1 {    font-size: 21px;    font-weight: 600;    margin-top: 0;    margin-bottom: 30px;}.iletisim4 .about_list li {    list-style: none;    margin-top: 20px;}.iletisim4 .about_list li:first-child {    margin-top: 0px;}.iletisim4 .cta-area-3.cta-height::before {    background-image: -moz-linear-gradient(0deg, rgba(216, 19, 36, 0.85882) 0%, rgba(150, 24, 52, 0.88) 32%, rgba(11, 33, 84, 0.9) 99%, #0b2154 100%);    background-image: -webkit-linear-gradient(0deg, rgba(216, 19, 36, 0.85882) 0%, rgba(150, 24, 52, 0.88) 32%, rgba(11, 33, 84, 0.9) 99%, #0b2154 100%);    background-image: -ms-linear-gradient(0deg, rgba(216, 19, 36, 0.85882) 0%, rgba(150, 24, 52, 0.88) 32%, rgba(11, 33, 84, 0.9) 99%, #0b2154 100%);}.iletisim4 .about_list h5 {    font-size: 14px;    margin-bottom: 5px;    font-weight: 700;    margin-top: 0;}.iletisim4 .about_list p {    font-size: 14px;    font-weight: 400;    line-height: 28px;    color: #596277;    margin: 0;    padding: 0;}.iletisim4 .about_list .list-number svg {    width: 26px;    height: 26px;    flex: 0 0 26px;    fill: none;    stroke: currentColor;    stroke-width: 1.6;    color: #fff;    margin-top: 3px;}.footer-social-links {    list-style-type: none;    display: flex;    gap: 10px;    padding: 0;    margin: 0;    margin-top: -15px;    margin-left: 30px;}.footer-social-links a {    text-decoration: none;    background-color: #800000;    width: 30px;    height: 30px;    border: 2px solid #800000;    border-radius: 50%;    display: flex;    justify-content: center;    align-items: center;    transition: all 0.3s ease-in-out;}.footer-social-links a svg {    height: 15px;    width: 15px;    fill: #ffffff;    line-height: 1.2;    transition: 0.3s ease;}@media(max-width: 1024px) {    .iletisim4 .about_list a, .iletisim4 .about_list p {        color: black !important;        text-decoration: none !important;    }    .footer-bottom {        margin-bottom: 40px !important;    }}