.footer {    background: #152d77;    padding: 60px 30px 20px;    position: relative;    font-family: Arial, sans-serif;}.footer-container {    display: flex;    flex-wrap: wrap;    justify-content: space-between;    max-width: 1400px;    margin: auto;    gap: 40px;}.footer-column {    flex: 1;    min-width: 200px;}.logo-section {    max-width: 220px;}.footer-logo {    width: 100px;    margin-bottom: 25px;}.social-icons i {    font-size: 16px;    margin-right: 6px;    color: white;    cursor: pointer;}.footer-column h4 {    font-size: 18px;    margin-bottom: 15px;    font-weight: bold;    color: white;}.footer-column ul {    list-style: none;    padding: 0;}.footer-column ul li {    margin-bottom: 10px;}.footer-column ul li a {    color: white;    text-decoration: none;    transition: color 0.3s;}.footer-column ul li a:hover {    text-decoration: underline;}.footer-column strong{    font-size:18px;}.slogan {    flex: 1;    font-size: 24px;    font-weight: bold;    color: white;}.kavisli-underline {    position: relative;    display: inline-block;    font-weight: 600;    font-size: 36px;    color: white;}.kavisli-underline::after {    content: "";    position: absolute;    left: 0;    bottom: -5px;    width: 100%;    height: 25px;    background: transparent;    border-bottom: 3px solid white;    border-radius: 0 0 100% 100%;}.footer-bottom {    text-align: center;    margin-top: 40px;    font-size: 14px;    color: white;}/* Sabit sağ/sol ikonlar */.footer-icons a {    position: fixed;    display: flex;    justify-content: center;    align-items: center;    width: 80px;    height: 80px;    border-radius: 50%;    text-decoration: none;    color: white;    background-color: #fff; /* Beyaz arka plan */    box-shadow: 0 4px 10px rgba(0,0,0,0.15); /* Hafif gölge */    z-index: 9999;}/* WhatsApp */.footer-icons a.icon-whatsapp {    bottom: 20px;    left: 20px;    color: #25d366;    font-size: 60px;}/* Kayıt Ol */.footer-icons a.icon-form {    bottom: 40px;    right: 40px;    color: #111;    font-size: 55px;}/* Form resmini küçültmek istersen */.footer-icons a img {    width: 70px; /* 150px yerine daha uyumlu bir boyut */    height: auto;}/* PDF */.footer-icons a.icon-pdf {    bottom: 20px;    right: 20px;    color: #e30613;}@media (max-width: 768px) {    .footer-container {        flex-direction: column;        text-align: center;    }    .footer-column {        margin-bottom: 30px;        margin:0 auto;    }    .social-icons {        justify-content: center;    }    .slogan {        font-size: 20px;    }    .footer-icons a{        width: 20px;        height: 20px;        padding: 20px;        z-index:1002;    }    .footer-icons a img{        width:80px;    }}