<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contact-info {
    text-align: center;
    margin-top: 20px;
}

.spacer {
    display: inline-block;
    width: 20px;
}

.whatsapp-icon {
    width: 60px;
    height: 60px;
}

.social-links {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.social-links li {
    margin-right: 10px;
}
.spacer {
    width: 50px;
}
.quick-menu {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.quick-menu li {
    margin-right: 10px;
}
.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: right;
}
.full-width-image {
    width: 50%;
    aspect-ratio: 16/9;
}



.banner1 {
    background-image: url('../../images/baner/banner1.jpg');
}

.banner2 {
    background-image: url('../../images/baner/banner2.jpg');
}

.banner3 {
    background-image: url('../../images/baner/banner3.jpg');
}

.banner4 {
    background-image: url('../../images/baner/banner4.jpg');
}

.banner5 {
    background-image: url('../../images/baner/banner5.jpg');
}

.logo-heading {
    margin-top: 4px;
}

.logo-image {
    width: 100px;
    height: 76px;
}

.left {
    float: left;
}
.map-container {
    width: 100%;
    height: 350px;
    /* Ä°htiyacÄ±nÄ±za gÃ¶re buraya baÅŸka stiller ekleyebilirsiniz */
}

  /* tasarla satfasÄ± iÃ§in */
.full-height {
    height: 100vh;
}
  /* Ã¼rÃ¼nler satfasÄ± iÃ§in */
.full-height-embedded {
    height: 150vh;
}

/* iletiÅŸim sayfasÄ± iÃ§in  */
.map-container {
    width: 500px;
    height: 500px;
    border: 2px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    float: left; /* Bu satÄ±rÄ± ekleyin */
    margin-left: 50px; /* Ä°steÄŸe baÄŸlÄ±, sol tarafa biraz boÅŸluk bÄ±rakÄ±r */
}

iframe {
    width: 100%;
    height: 100%;
    border: none; /* Bu satÄ±rÄ± gÃ¼ncelledim */
}
.h2 {
    float: left; /* Bu satÄ±rÄ± ekleyin */
    margin-left: 100px; /* Ä°steÄŸe baÄŸlÄ±, sol tarafa biraz boÅŸluk bÄ±rakÄ±r */

}

.left:hover {
content: url('../../images/img/WhatsApp_logo_2.svg');
}</pre></body></html>