@charset "UTF-8";
/*----------------------------------------------------
@Dosya          : Default Styles
@Geliştirici    : Erhan SAYİM
@E-mail         : destek@sayim.com.tr
@Url            : https://ajans.sayim.com.tr
@Proje Adı      : Sayim - Ajans Yazılımı
/*----------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@700&display=swap');
#arayalim b, #bizimkiler span, .vitrin-5 .col-md-3 div, .vitrin-baslik {
    text-align: center;
}
#whatsapp form button, .buton1:hover, .buton2:hover, .buton3:hover, .buton4:hover, .buton5:hover, .ozellik li:hover img, .vitrin-1 .col-md-4 ul li:hover>.img img, .vitrin-4 .col-md-4 span:hover img, footer .sol ul li a img:hover {
    animation: 1s infinite zoom-in-zoom-out;
}
.ozellik li div b, .ozellik-dis h3, .vitrin-1 ul li h3, .vitrin-4 .col-md-4 span div h3, .vitrin-baslik h3 {
    -webkit-text-fill-color: transparent!important;
}
#slider ul, ul {
    list-style: none;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}
@-moz-keyframes spin {
    100% {
    -moz-transform: rotate(360deg);
}
}@-webkit-keyframes spin {
    100% {
    -webkit-transform: rotate(360deg);
}
}@keyframes spin {
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes zoom-in-zoom-out {
    0%, 100% {
    transform: scale(1, 1);
}
50% {
    transform: scale(1.08, 1.08);
}
}@keyframes gradient {
    0%, 100% {
    background-position: 0 50%}
50% {
    background-position: 100% 50%}
}*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    color: #000001;
    font-family: Nunito, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
}
body, h1, h2, h3, h4, h5, h6, p, ul {
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%}
a {
    text-decoration: none;
    color: #000002;
}
.container, .container-fluid {
    display: flow-root;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#anasayfa-slider .row .metin-slider span, #yukari, .hidden {
    display: none;
}
.col-md-12, .container-fluid, .reklam img {
    width: 100%}
.container, header {
    width: 90%}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:after, .row:before {
    display: table;
    content: ""}
.row:after {
    clear: both;
}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
.col-md-1 {
    width: 8.33333333%}
.col-md-2 {
    width: 16.66666667%}
.col-md-3 {
    width: 25%}
.col-md-4 {
    width: 33.33333333%}
.col-md-5 {
    width: 41.66666667%}
.col-md-6 {
    width: 50%}
.col-md-7 {
    width: 58.33333333%}
.col-md-8 {
    width: 66.66666667%}
.col-md-9 {
    width: 75%}
.col-md-10 {
    width: 83.33333333%}
.col-md-11 {
    width: 91.66666667%}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20, .vitrin-1 .vitrin-baslik, .vitrin-2 .vitrin-baslik, .vitrin-3 .vitrin-baslik, .vitrin-4 .vitrin-baslik, .vitrin-5 .vitrin-baslik, .vitrin-6 .vitrin-baslik, .yorum .vitrin-baslik {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mr-5 {
    margin-right: 5px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-25 {
    margin-right: 25px;
}
.ml-0 {
    margin-left: 0;
}
.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-25 {
    margin-left: 25px;
}
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pb-0 {
    padding-bottom: 0;
}
.pb-5 {
    padding-bottom: 5px;
}
#whatsapp form, .pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pr-5 {
    padding-right: 5px;
}
.pr-10, .vitrin-1 ul {
    padding-right: 10px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-25 {
    padding-right: 25px;
}
.pl-0 {
    padding-left: 0;
}
.pl-5 {
    padding-left: 5px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-25 {
    padding-left: 25px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.reklam {
    position: relative;
    display: flex;
    width: 100%}
.reklam:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 10px #000;
}
#yukari {
    width: 30px;
    height: 30px;
    border: 2px solid #45a041;
    box-shadow: 0 0 4px #2cc9ff;
    background: url(../images/yukari.gif) center/88% no-repeat #fff;
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 9;
    transform: rotate(-90deg);
    border-radius: 25%;
    cursor: pointer;
}
#bizimkiler, header {
    border-radius: 0 0 20px 20px;
    position: fixed;
}
#menu-bg, #menu-bg:before {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    border-radius: 0 0 10px 10px;
    z-index: 9999;
}
#menu-bg {
    background: linear-gradient(90deg, #000 0, #034d53 50%, #000 100%);
    box-shadow: inset 0 0 120px #08436c;
}
#menu-bg:before {
    content: '';
    box-shadow: 0 0 20px #000;
}
.menu-icon {
    float: left;
    width: 20px;
    height: 20px;
    background-size: 100%!important;
    background-repeat: no-repeat!important;
    margin-right: 5px;
}
header {
    z-index: 999999;
    left: 5%;
    top: 0;
    padding: 10px 30px;
    background: #04040c9c;
    box-shadow: 0 0 40px #000000d9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header.koyu-renk {
    background: #04040c;
}
.adres-cubugu .container, header #logo, header ul {
    display: flex;
}
.yorum .cont, header ul li {
    position: relative;
    overflow: hidden;
}
header ul li b {
    color: #ffff;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #2d2727;
    display: flex;
    align-items: center;
}
header ul li .menu-icerik div:last-child, header ul li:last-child b {
    border-right: 0px;
}
header ul li b a {
    color: #fff;
    display: flex;
    align-items: center;
}
header ul li .menu-icerik {
    display: flex;
    position: absolute;
    width: 112%;
    left: -6%;
    padding-top: 45px;
    top: 35px;
    justify-content: center;
}
header ul li .menu-icerik div {
    max-width: 24%;
    padding: .5%;
    border-right: 1px solid #ffffff12;
}
header ul li .menu-icerik div h3 {
    text-shadow: 0 0 10px #000;
    color: #13d7e6;
    display: flex;
    align-items: center;
}
header ul li .menu-icerik div p {
    color: #b1ffee;
    font-size: 14px;
    line-height: 17px;
    text-shadow: 0 0 10px #000;
}
header ul li .menu-icerik div ul {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ffffff12;
}
header ul li .menu-icerik div ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    text-shadow: 0 0 10px #000;
}
#bizimkiler {
    z-index: 11;
    width: 70%;
    top: 50px;
    left: 15%;
    height: 50px;
    background: #00d6ff40;
    box-shadow: 0 0 20px #000;
    overflow: hidden;
}
#bizimkiler #atlas, #bizimkiler #jamiryo {
    content: '';
    position: absolute;
    bottom: 0;
    background-size: auto 100%!important;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
#bizimkiler #jamiryo {
    width: 60px;
    height: 25px;
    background: url(../images/jamiryo.gif) center no-repeat;
    left: -50px;
}
#bizimkiler #atlas {
    width: 90px;
    height: 40px;
    background: url(../images/atlas.gif) center no-repeat;
    left: -200px;
}
#bizimkiler span {
    position: relative;
    float: left;
    left: 0;
    top: 0;
    width: 0;
    height: 100%}
#bizimkiler span p {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 50px;
    color: #fff;
    font-weight: 900;
    text-shadow: 0 0 10px #000;
}
#bizimkiler span b {
    color: #00ff8c;
}
#anasayfa-slider {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
#anasayfa-slider .row {
    margin-top: 180px;
    display: block;
    text-align: center;
}
#anasayfa-slider .row .slogan1 {
    font-size: 33px;
    color: #fff;
    font-weight: 900;
    text-shadow: 0 0 10px #4475fc;
    line-height: 33px;
}
#anasayfa-slider .row .slogan2 {
    font-size: 25px;
    color: #fff;
    font-weight: 900;
    text-shadow: 0 0 10px #ff6464;
    line-height: 44px;
}
#anasayfa-slider .row .slogan3 {
    font-size: 25px;
    color: #fff;
    font-weight: 900;
    text-shadow: 0 0 10px #2eff26;
    line-height: 44px;
    text-decoration: underline;
}
#arayalim b, footer {
    text-shadow: 0 0 10px #000;
}
#anasayfa-slider .row .metin-slider {
    display: flex;
    font-size: 38px;
    color: #01f787;
    font-weight: 900;
    text-shadow: 0 0 10px #000;
    justify-content: center;
    flex-direction: column;
    padding: 25px 0;
}
#anasayfa-slider .row .metin-slider span.aktif {
    display: block!important;
}
#anasayfa-slider .row .video1, #anasayfa-slider .row .video2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%}
#anasayfa-slider .row .video1 {
    z-index: -1;
}
#anasayfa-slider .row .video2 {
    z-index: -1;
    opacity: .5;
}
#anasayfa-slider .row .resim {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#anasayfa-slider .row .resim img{
    width: 100%;
    height: auto;
}
#anasayfa-slider .iletisim, .vitrin-3 .tab-menu, footer .sol ul {
    display: flex;
    justify-content: center;
}
#anasayfa-slider .iletisim a {
    margin: 0 8px;
    background: #3ab77e;
    background: -moz-linear-gradient(left, #3ab77e 0, #2196f3 100%);
    background: -webkit-linear-gradient(left, #3ab77e 0, #2196f3 100%);
    background: linear-gradient(to right, #3ab77e 0, #2196f3 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgb(56 0 189 / 20%);
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 20%);
    line-height: 17px;
    color: #fff;
    border-radius: 100px;
    padding: 7px 20px 7px 45px;
    overflow: hidden;
    position: relative;
    text-shadow: 0 0 4px #000;
    cursor: pointer;
}
#anasayfa-slider .iletisim a:before {
    position: absolute;
    content: '';
    background-size: 100%!important;
    width: 30px;
    height: 30px;
    left: 12px;
    top: 8px;
}
#anasayfa-slider .iletisim a:first-child:before {
    background: url(../images/soru.png) no-repeat;
}
#anasayfa-slider .iletisim a:last-child:before {
    background: url(../images/teklif.png) no-repeat;
}
#anasayfa-slider .iletisim a:after {
    content: ''}
#arayalim {
    position: absolute;
    width: 40%;
    left: 30%;
    bottom: 50px;
    box-shadow: inset 0 0 10px #041c30;
    background: -webkit-gradient(linear, left top, right top, from(#134046), color-stop(#267781), to(#134046));
    background: -webkit-linear-gradient(left, #134046, #267781, #134046);
    background: -o-linear-gradient(left, #134046, #267781, #134046);
    background: linear-gradient(to right, #134046, #267781, #134046);
    border-radius: 35px 35px 0 0;
}
#arayalim b {
    float: left;
    width: 100%;
    margin: 10px 0 5px;
    color: #fff;
}
#arayalim div {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: #00000029;
    padding: 10px;
}
#arayalim div input {
    width: 40%;
    height: 35px;
    padding-left: 15px;
    border-radius: 6px;
    border: none;
    outline: 0;
    box-shadow: 0 0 4px #000;
    background: #00000045;
    color: #fff;
}
#arayalim input::placeholder {
    color: #ffffffa1;
    opacity: 1;
}
#arayalim input:-ms-input-placeholder {
    color: #ffffffa1;
}
#arayalim input::-ms-input-placeholder {
    color: #ffffffa1;
}
#arayalim div span {
    background: #236c75;
    color: #fff;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    box-shadow: 0 0 6px #383838;
    border-radius: 5px;
    cursor: pointer;
}
.vitrin-baslik h3 {
    -webkit-background-clip: text!important;
    font-size: 29px;
}
.vitrin-1, .vitrin-5 {
    background: #f7f7f7;
}
.vitrin-1 .vitrin-baslik h3 {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(#ff7b3a), to(#000));
    background: -webkit-linear-gradient(left, #000, #ff7b3a, #000);
    background: -o-linear-gradient(left, #000, #ff7b3a, #000);
    background: linear-gradient(to right, #000, #ff7b3a, #000);
}
.vitrin-1 .vitrin-baslik p, .vitrin-3 .vitrin-baslik p, .vitrin-4 .vitrin-baslik p, .vitrin-5 .vitrin-baslik p, .yorum .vitrin-baslik p {
    font-size: 16px;
    color: #155d88;
    font-weight: 700;
}
.vitrin-1 ul {
    text-align: right;
    border-right: 1px solid #e9e9e9;
}
.vitrin-1 ul li {
    position: relative;
    padding: 20px 0;
}
.vitrin-1 ul li h3 {
    font-weight: 900;
    background: -webkit-gradient(linear, left top, right top, from(#ff0070), color-stop(#001d93), to(#ff0070));
    background: -webkit-linear-gradient(left, #ff0070, #001d93, #ff0070);
    background: -o-linear-gradient(left, #ff0070, #001d93, #ff0070);
    background: linear-gradient(to right, #ff0070, #001d93, #ff0070);
    -webkit-background-clip: text!important;
}
.vitrin-1 ul li p {
    font-size: 14px;
    color: #7e7e7e;
}
.vitrin-1 ul li .img {
    position: absolute;
    z-index: 1;
    padding: 15px;
    top: calc(50% - 45px);
    border: 1px solid #ddd;
    box-shadow: 0 10px 30px -10px #5d5d5dad;
    background: #fff;
}
.vitrin-1 .col-md-4:first-child ul li .img {
    right: -92px;
    border-left: 0;
    border-radius: 0 30px 30px 0;
}
.vitrin-1 .col-md-4:nth-child(2) a {
    width: 75%;
    display: block;
    margin: 0 auto;
}
.vitrin-1 .col-md-4:last-child ul li .img {
    left: -92px;
    border-right: 0;
    border-radius: 30px 0 0 30px;
}
.vitrin-1 .col-md-4:last-child ul {
    text-align: left;
    border-left: 1px solid #e9e9e9;
    padding-left: 10px;
    border-right: 0px;
}
.vitrin-2 {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 20px #000;
    overflow: hidden;
}
.vitrin-2 .vitrin-baslik h3 {
    background: -webkit-gradient(linear, left top, right top, from(#90ff00), color-stop(#11ffc7), to(#8e00ff));
    background: -webkit-linear-gradient(left, #90ff00, #11ffc7, #8e00ff);
    background: -o-linear-gradient(left, #90ff00, #11ffc7, #8e00ff);
    background: linear-gradient(to right, #fff, #fff, #cbff00);
}
.vitrin-2 .vitrin-baslik p {
    font-size: 16px;
    color: #fff;
}
.vitrin-2 .background {
    background-size: auto 100%!important;
    background-position: center center!important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.vitrin-2 .video {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%}
.adres-cubugu .video video, .ic-sayfa .video video, .vitrin-2 .video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -2;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: opacity 1s;
}
.vitrin-5 .col-md-3 div, .vitrin-6, footer {
    z-index: 1;
    position: relative;
}
.vitrin-2 .saydam {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .9;
    z-index: -1;
    box-shadow: inset 0 0 130px #d45415;
}
.vitrin-3, .vitrin-4 {
    background: #fff;
}
.vitrin-3 .vitrin-baslik h3, .vitrin-4 .vitrin-baslik h3, .vitrin-5 .vitrin-baslik h3 {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(#1aa483), to(#000));
    background: -webkit-linear-gradient(left, #000, 1aa483, #8e00ff);
    background: -o-linear-gradient(left, #000, #1aa483, #000);
    background: linear-gradient(to right, #000, #1aa483, #8e00ff);
}
.vitrin-3 .tab-menu li {
    display: flex;
    align-items: center;
    margin-right: 10px;
    background: linear-gradient(to left, #25c4ad, #002c26);
    box-shadow: 0 0 5px #00000096;
    border-radius: 10px 10px 0;
    overflow: hidden;
    cursor: pointer;
}
.vitrin-3 .tab-menu li.aktif {
    background: linear-gradient(to left, #2579c4, #244863);
}
.vitrin-3 .tab-menu li img {
    height: 30px;
    background: #fff;
    padding: 3px;
    border-radius: 50%;
    margin: 3px;
}
.vitrin-3 .tab-menu li h3 {
    font-size: 15px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    line-height: 15px;
    padding-right: 10px;
}
#whatsapp form, .adres-cubugu .fiyatlar-dis, .post-thumb a, .post-thumb a img, .vitrin-3 .tab-icerik {
    float: left;
    width: 100%}
.vitrin-3 .tab-icerik li {
    background: #fff;
    overflow: hidden;
    display: none;
}
.vitrin-3 .tab-icerik li.aktif {
    display: block;
}
.vitrin-3 .tab-icerik li .col-md-3 div {
    position: relative;
    display: flow-root;
    width: 88%;
    margin: 0 auto 40px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 15px #e3dcdc;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
}
.vitrin-3 .tab-icerik li .col-md-3 div:after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59));
    background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
    background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
    background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
    border-radius: 15px;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    transition: .5s;
}
.vitrin-3 .tab-icerik li .col-md-3 div:hover:after {
    transform: rotate(3deg);
}
.vitrin-3 .tab-icerik li .col-md-3 div img {
    float: left;
    width: 100%;
    height: auto;
    border: 1px solid #f5f2f2;
    border-radius: 4px;
    margin-bottom: 15px;
}
.vitrin-3 .tab-icerik li .col-md-3 div b {
    float: left;
    width: 100%;
    text-align: center;
    color: #253d4e;
    overflow: hidden;
    display: -webkit-box;
    height: 35px;
    line-height: 18px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 8px 0;
    font-size: 14px;
}
.vitrin-3 .tab-icerik li .col-md-3 p {
    position: relative;
    float: left;
    width: 100%}
.vitrin-3 .tab-icerik li .col-md-3 div .piyasa_fiyat {
    font-size: 18px;
    color: #f36069;
    float: left;
    width: 100%;
    line-height: 15px;
    text-decoration: line-through;
}
.vitrin-3 .tab-icerik li .col-md-3 div .indirim {
    position: absolute;
    right: 0;
    top: 0;
    background: #d73842;
    color: #fff;
    font-size: 11px;
    padding: 6px 3px;
    border-radius: 9px;
    border: 1px solid #7b1414;
    box-shadow: inset 0 0 10px #6d0909;
}
.vitrin-3 .tab-icerik li .col-md-3 div .fiyat {
    font-size: 18px;
    font-weight: 700;
    color: #3bb77e;
    float: left;
    width: 100%;
    line-height: 15px;
    margin-top: 5px;
    text-shadow: 0 1px 2px #00ff8c;
}
.vitrin-3 .tab-icerik li .col-md-3 div .link1, .vitrin-3 .tab-icerik li .col-md-3 div .link2, .vitrin-3 .tab-icerik li .col-md-3 div .link3 {
    box-shadow: 0 0 3px #f35f69;
    margin: 10px auto 0;
    display: table;
    background: #f35f69;
    padding: 0 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
}
.vitrin-3 .tab-icerik li .col-md-3 div .link2 {
    background: #c1a0e7;
    box-shadow: 0 0 3px #c1a0e7;
}
.vitrin-3 .tab-icerik li .col-md-3 div .link3 {
    background: #06b291;
    box-shadow: 0 0 3px #066c58;
}
.vitrin-3 .tab-icerik li .col-md-3 div .link1:hover, .vitrin-3 .tab-icerik li .col-md-3 div .link2:hover, .vitrin-3 .tab-icerik li .col-md-3 div .link3:hover {
    background: #59bae8;
    box-shadow: 0 0 3px #59bae8;
}
.vitrin-3 .tab-icerik .tab-icerik-aciklama {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: 25px;
    background: linear-gradient(to left, #fff, #1d2124);
}
.vitrin-3 .tab-icerik .img-dis {
    display: flex;
    width: 100%;
    margin: 0;
    align-items: center;
    height: 275px;
    overflow: hidden;
}
.vitrin-3 .tab-icerik .tab-icerik-aciklama img {
    width: 100px;
    margin: 0 25px;
    border-radius: 50%;
    border: 1px solid #dddd;
}
.vitrin-3 .tab-icerik .tab-icerik-aciklama div {
    background: linear-gradient(to left, #fff, #fff);
    padding: 10px 30px;
    border-radius: 50px 0 0 50px;
    margin: 10px 0;
}
.vitrin-3 .tab-icerik .tab-icerik-urun {
    float: left;
    width: 100%;
    padding: 50px 20px 20px;
    border-bottom: 0;
    position: relative;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
}
.vitrin-4 .col-md-4 span {
    cursor: pointer;
    position: relative;
    float: left;
    padding: 15px;
    margin: 10px 10px 25px;
    height: 155px;
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-radius: 10px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
}
.vitrin-4 .col-md-4 span img {
    width: 60px;
    position: absolute;
    top: -20px;
}
.vitrin-4 .col-md-4 span div {
    display: flow-root;
    text-align: left;
}
.vitrin-4 .col-md-4 span div h3 {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(#22b344), to(#000));
    background: -webkit-linear-gradient(left, #000, #22b344, #000);
    background: -o-linear-gradient(left, #000, #22b344, #000);
    background: linear-gradient(to right, #000, #22b344, #000);
    -webkit-background-clip: text!important;
    padding-left: 70px;
    font-size: 21px;
}
.vitrin-4 .col-md-4 span div p {
    line-height: 21px;
    font-size: 14px;
}
.vitrin-5 .col-md-3 div:before {
    content: '';
    position: absolute;
    background: url(../images/sag-ok.png) center/100% no-repeat;
    right: 0;
    top: 10px;
    width: 60px;
    height: 60px;
}
.vitrin-5 .col-md-3 div span {
    width: 80px;
    display: table;
    margin: 0 auto 15px;
    padding: 10px 15px;
    border-radius: 10px 40px;
    position: relative;
    box-shadow: 0 0 10px #000;
}
.vitrin-5 .col-md-3 div span b {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px 20px;
    animation: 6s linear infinite spin;
}
.vitrin-5 .col-md-3 div p {
    font-size: 14px;
    color: #434343;
    padding: 0 25px;
    margin-bottom: 10px;
}
.vitrin-6 {
    background: linear-gradient(-45deg, #2a828c, #000, #20435f, #19535b);
    background-size: 400% 400%;
    animation: 15s infinite gradient;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: inset 0 0 10px #000;
}
.vitrin-6 .vitrin-baslik h3 {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(#1aa483), to(#000));
    background: -webkit-linear-gradient(left, #000, 1aa483, #8e00ff);
    background: -o-linear-gradient(left, #000, #1aa483, #000);
    background: linear-gradient(to right, #fff, #c7eeff, #34ff00);
}
.vitrin-6 .bg-1, .vitrin-6 .bg-2 {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-1.png) 0 0/auto 100% no-repeat;
    opacity: .2;
}
.vitrin-6 .bg-2 {
    background-repeat-x: no-repeat;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.vitrin-6 .scroll p {
    font-size: 14.5px;
    text-align: center;
    width: 84%;
    margin: 0 auto;
    text-shadow: 0 0 2px #535050;
}
.vitrin-6 .etiket {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
}
.vitrin-6 .etiket a {
    background: #00000091;
    color: #fff;
    font-size: 13px;
    padding: 3px 14px;
    display: inline-flex;
    margin: 5px;
    box-shadow: inset 0 0 4px #000;
    border-radius: 6px;
}
.vitrin-6 .etiket a:before {
    content: '#';
    margin-right: 4px;
    color: #c3ff00;
}
.vitrin-6 .etiket a:hover {
    background: #f16c2c;
}
footer {
    background: #333549;
    border-top: 5px dashed #fff;
    color: #fff;
    box-shadow: inset 0 0 30px #000;
}
footer:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/footer-bg.png) top center/auto 50% no-repeat #0000003b;
    opacity: .7;
}
#sayfa-iletisim-form, #slider, #slider ul, #slider ul li, .adres-cubugu, .ic-sayfa, .ic-sayfa .container, .loop-grid article, .post-thumb, footer .icerik h4 {
    position: relative;
}
footer .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
footer .sol .logo {
    width: 50%;
    margin: 0 auto;
}
#sayfa-iletisim-form label, footer .sol p {
    font-size: 13px;
}
footer .sol span {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    font-size: 17px;
    color: #00ff8b;
    text-shadow: 0 0 5px #000;
}
footer .sol ul li a {
    float: left;
    padding: 0;
    margin: 0;
    display: grid;
}
footer .sol ul li a img {
    width: 25px;
    border-radius: 4px;
    box-shadow: 0 0 5px #1a1b2f;
    margin: 0 5px;
}
footer .sol .duyuru {
    position: absolute;
    left: 0;
    bottom: 0;
}
footer .buton1:before, footer .buton2:before {
    content: '';
    background-size: auto 64%!important;
    background-position: 12px 7px!important;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%}
footer .buton1:before {
    background: url(../images/whatsapp.png) no-repeat;
}
footer .buton2:before {
    background: url(../images/mail.png) no-repeat;
}
footer .sag, footer .sol {
    background: #3d3f53;
    box-shadow: inset 0 0 50px #000;
    text-align: center;
    padding: 40px 20px;
    float: left;
    position: relative;
    z-index: 1;
}
footer .icerik {
    display: flex;
    flex-direction: column;
    padding: 20px;
}
footer .icerik h4 {
    float: left;
    font-size: 20px;
    width: fit-content;
    margin-bottom: 10px;
}
.ic-sayfa-icerik p, footer .icerik a {
    padding-bottom: 5px;
    margin-bottom: 5px;
}
footer .icerik h4:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #00ff8b;
}
footer .icerik a {
    color: #fff;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ffffff12;
    text-shadow: 0 0 10px #000;
}
.ic-sayfa h1, footer .icerik a:hover {
    color: #00ff8b;
}
footer .icerik a:last-child {
    border-bottom: 0;
}
footer .sag {
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .sag h5 {
    font-size: 25px;
    color: #00ff8b;
}
footer .copyright {
    text-align: center;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #131212;
}
footer .copyright a {
    float: inherit;
    color: #00ffa3;
    text-shadow: 0 0 4px #000;
    background: #3d4054;
    padding: 3px 15px;
    margin: 0 10px;
    border-right: 1px solid #131212;
    border-left: 1px solid #131212;
}
#whatsapp {
    position: fixed;
    bottom: 0;
    left: 6%;
    z-index: 3;
    width: 310px;
    background: url(../images/yorum-bg.webp) 0 0/200% 200% #f2f4f9;
    -webkit-box-shadow: 0 10px 15px 0 rgb(56 0 189 / 20%);
    box-shadow: 0 0 15px #000;
    font-size: 12px;
    border: 1px solid #001114;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.adres-cubugu:after, .ic-sayfa:after {
    content: '';
    box-shadow: inset 0 0 120px #000;
    opacity: .8;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%}
#whatsapp span {
    display: flex;
    background: #01404a;
    text-align: center;
    color: #fff;
    justify-content: center;
    padding: 5px 0;
    align-items: center;
}
#whatsapp .menu-icon {
    background: url(../images/whatsapp.png);
}
#whatsapp form p {
    color: #000;
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
}
#whatsapp form input {
    margin: 0 10px;
    width: calc(100% - 20px);
}
#whatsapp form button {
    position: absolute;
    bottom: 11px;
    right: 16px;
    width: 25px;
    height: 27px;
    background: url(../images/mesaj-button.png) 0 0/100% no-repeat;
    border: none;
    cursor: pointer;
}
.ic-sayfa {
    color: #fff;
    padding-top: 80px;
    padding-bottom: 30px;
    box-shadow: 0 0 15px #000;
}
.ic-sayfa:after {
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, #000 0, #09ada9 100%);
}
.ic-sayfa h1 {
    background: url(../images/footer-ok.png) left center/auto 56% no-repeat;
    padding-left: 30px;
    text-shadow: 0 0 5px #000;
}
.ic-sayfa .kisa_aciklama {
    width: 50%;
    font-size: 14px;
}
.ic-sayfa ul {
    position: absolute;
    bottom: -41px;
    left: 0;
    z-index: 0;
    background: #349f9c;
    border: 1px solid #000;
    box-shadow: 0 0 5px #000;
    border-radius: 10px 15px 15px 10px;
    padding-right: 10px;
    overflow: hidden;
    color: #fff;
}
.ic-sayfa ul li {
    float: left;
    text-shadow: 0 0 3px #000;
}
.ic-sayfa ul li a {
    float: left;
    color: #fff;
    font-size: 15px;
}
.ic-sayfa li:first-child a:before {
    content: '';
    float: left;
    width: 38px;
    height: 26px;
    background: url(../images/anasayfa.png) center/auto 75% no-repeat #69dbc9;
    margin-right: 10px;
}
.ic-sayfa li a:after {
    content: '';
    float: right;
    width: 30px;
    height: 26px;
    margin-right: 10px;
    margin-left: 10px;
    background: url(../images/footer-ok.png) center/auto 75% no-repeat #005957;
    border-right: 1px solid #4886bb;
    border-left: 1px solid #4886bb;
}
.ic-sayfa li.aktif a:after {
    background: 0 0;
    width: 0;
    border: none;
}
.ic-sayfa-icerik h1, .ic-sayfa-icerik h2, .ic-sayfa-icerik h1 a, .ic-sayfa-icerik h2 a {
    color: #349f9c;
    font-weight: 700;
}
.ic-sayfa-icerik ul {
    float: left;
    margin-left: 30px;
    list-style: auto;
    width: 100%}
.adres-cubugu {
    float: left;
    width: 100%;
    color: #fff;
    padding-top: 50px;
    height: 400px;
    overflow: hidden;
    display: flex;
    align-content: space-between;
}
.adres-cubugu:after {
    position: absolute;
    width: 100%;
    background: linear-gradient(87deg, #797fdd 0, #000 50%, #000 100%);
}
.adres-cubugu .container .row {
    display: flex;
    align-content: stretch;
    align-items: center;
}
.adres-cubugu .background, .ic-sayfa .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100%!important;
    background-position: center center!important;
    z-index: -1;
}
.adres-cubugu .video, .ic-sayfa .video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.adres-cubugu h1 {
    border: 3px solid #ffffffe3;
    border-bottom: none;
    border-top: none;
    background: #00000087;
    text-align: center;
    padding: 0 20px;
    box-shadow: inset 0 0 10px #000;
    text-shadow: 0 0 4px #000;
    color: #38ff53;
    margin-top: 20px;
}
.adres-cubugu .kisa_aciklama p {
    font-size: 15px;
    padding: 5px 20px;
    text-align: center;
    border: 3px solid #ffffff7a;
    border-top: none;
    border-bottom: none;
    background: #00000057;
    line-height: 20px;
    text-shadow: 0 0 4px #000;
}
.adres-cubugu .linkler {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #78767633;
}
.adres-cubugu .linkler a {
    font-size: 16px;
    margin: 0 8px;
    padding: 0 30px 0 0;
    text-shadow: 0 0 10px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    box-shadow: inset 0 0 10px 0 #575355;
    border-radius: 10px;
    color: #000;
}
.adres-cubugu .linkler a img {
    width: 40px;
    margin-right: 20px;
    padding: 7px 9px;
    border-right: 1px solid silver;
}
.adres-cubugu .linkler .button1 {
    background: #fff;
    border: .5px solid #000;
}
.adres-cubugu .linkler .button1:hover {
    animation: 1.5s infinite zoom-in-zoom-out;
}
.adres-cubugu .fiyatlar {
    font-weight: 700;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: inset 0 0 10px #000;
    margin: 10px auto 0;
    display: table;
}
.yorum .arrow, .yorum .dots {
    display: block;
    position: absolute;
}
.adres-cubugu .fiyatlar .piyasa {
    display: flex;
    text-decoration: line-through;
    margin-right: 25px;
    font-size: 16px;
    line-height: 35px;
    color: red;
}
.adres-cubugu .fiyatlar .indirim {
    display: flex;
    margin-right: 25px;
    line-height: 6px;
    color: red;
}
.adres-cubugu .fiyatlar .normal {
    float: left;
    padding: 7px 10px;
    margin-right: 20px;
    color: #fff;
    font-size: 24px;
    background: #3670d6;
    box-shadow: inset 0 0 10px #000;
}
.ozellik-dis {
    float: left;
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.ozellik-dis h3 {
    padding: 5px 0;
    background: -webkit-gradient(linear, left top, right top, from(#ff0070), color-stop(#001d93), to(#ff0070));
    background: -webkit-linear-gradient(left, #ff0070, #001d93, #ff0070);
    background: -o-linear-gradient(left, #ff0070, #001d93, #ff0070);
    background: linear-gradient(to right, #ff0070, #001d93, #ff0070);
    -webkit-background-clip: text!important;
    font-weight: 700;
    font-size: 23px;
}
.ozellik-dis p {
    text-align: left;
}
.ozellik {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.ozellik li {
    transition: .5s;
    padding: 20px 10px;
    flex: calc(45% - 20px);
    margin: 15px 15px 15px 0;
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 3px;
    border: 1px dashed #d0cfcf;
    box-shadow: 2px 3px 6px #e1e1e1;
    cursor: pointer;
}
.ozellik li:hover {
    background: #f4fff7;
}
.ozellik li img {
    height: fit-content;
    width: 65px;
}
.ozellik li div:first-child {
    width: 20%;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ded3d3;
}
.ozellik li div:last-child {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ozellik li div b {
    background: -webkit-gradient(linear, left top, right top, from(#0056a0), color-stop(#3cb706), to(#000));
    background: -webkit-linear-gradient(left, #0056a0, #3cb706, #000);
    background: -o-linear-gradient(left, #0056a0, #3cb706, #000);
    background: linear-gradient(to right, #0056a0, #3cb706, #000);
    -webkit-background-clip: text!important;
    font-weight: 700;
}
.ozellik li div p {
    color: #000;
    font-size: 14px;
    text-align: left;
}
.buton1, .buton2, .buton3, .buton4, .buton5 {
    position: relative;
    overflow: hidden;
    color: #fff;
    border-radius: 100px;
    padding: 8px 12px 8px 45px;
    margin: 10px 0;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 88%);
}
.buton1 {
    background: #3ab77e;
    background: -moz-linear-gradient(left, #3ab77e 0, #2196f3 100%);
    background: -webkit-linear-gradient(left, #3ab77e 0, #2196f3 100%);
    background: linear-gradient(to right, #3ab77e 0, #2196f3 100%);
}
.buton2, .buton3, .buton4, .buton5 {
    background: #423c8a;
    background: -moz-linear-gradient(left, #423c8a 0, #ff6a6a 100%);
    background: -webkit-linear-gradient(left, #423c8a 0, #ff6a6a 100%);
    background: linear-gradient(to right, #423c8a 0, #ff6a6a 100%);
}
#slider {
    overflow: hidden;
    margin: 0 auto;
    width: calc(75%);
    padding: 0;
    height: 330px;
    box-shadow: 0 0 50px #000;
    border-right: 1px solid #000000d1;
    border-left: 1px solid #000000d1;
    border-radius: 0 0 30px 30px;
    background: linear-gradient(306deg, #797fdd 0, #151645 50%, #797fdd 100%);
    background-size: 400% 400%;
    animation: 5s infinite gradient;
}
#slider ul {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
#slider ul li {
    float: left;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}
#slider ul li img {
    height: 85%;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 3px;
    background: #fff;
    box-shadow: 0 0 50px #000;
}
#sayfa-iletisim-bilgi {
    float: left;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 20px;
    overflow: hidden;
    width: 410px;
}
#sayfa-iletisim-bilgi b {
    text-align: center;
    background: #edfaff;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
#sayfa-iletisim-bilgi a, .loop-grid article {
    background: #fff;
    overflow: hidden;
    display: flex;
}
#sayfa-iletisim-bilgi a {
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 10px;
    justify-content: flex-start;
    font-size: 14px;
}
#sayfa-iletisim-bilgi a img {
    width: 40px;
    margin-right: 5px;
    border-right: 1px solid #ddd;
    background: #ecfaff;
    padding: 5px;
}
#sayfa-iletisim-form {
    padding: 10px;
    border: 1px solid #ddd;
    background: linear-gradient(to right, #daf1fb 0, #effff4 100%);
    box-shadow: 0 0 10px silver;
    border-radius: 10px;
    width: 40%;
    margin: 20px auto 0;
}
#sayfa-iletisim-form h3 {
    text-align: left;
    border-bottom: 1px solid #dddd;
    margin-bottom: 10px;
}
#sayfa-iletisim-form button {
    padding: 10px 15px;
    border: none;
    box-shadow: unset;
}
.banka-hesaplari {
    border: 1px solid #ddd;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.banka-hesaplari img {
    height: 150px;
}
.loop-grid article {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
}
.post-thumb {
    overflow: hidden;
    width: 250px;
}
.loop-grid .entry-content-2 {
    padding: 20px 30px;
    text-align: left;
    width: calc(100% - 250px);
}
.yorum, .yorum .wrap {
    width: 100%;
    position: relative;
}
.border-radius-15 {
    border-radius: 15px;
}
#mobil-menu {
    position: fixed;
    z-index: 9999999;
    right: 50px;
    top: 11px;
    width: 23px;
    height: 25px;
    background: url(../images/menu.png) center/76% no-repeat;
    border-radius: 3px;
    border: 1px solid #514e4e;
}
#dil {
    position: absolute;
    right: 18px;
    top: 60px;
    border: 1px solid #000d;
    border-radius: 3px;
    background: #00000078;
    min-width: 95px;
}
#dil a {
    display: flex;
    align-items: center;
    padding: 2px 6px;
    color: #fff;
    justify-content: flex-start;
    border-bottom: 1px solid #0000004f;
    font-size: 12px;
}
#dil a img {
    width: 25px;
    float: left;
    border: 1px solid #fff;
    padding: 1px;
    background: #000;
    border-radius: 2px;
    margin-right: 5px;
}
#dil a span {
    float: left;
    background: 0 0;
    border: none;
}
#dil div {
    padding: 3px 6px;
    display: none;
}
#dil div a {
    padding: 0;
    border: none;
}
.yorum .vitrin-baslik h3 {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(#1aa483), to(#000));
    background: -webkit-linear-gradient(left, #000, 1aa483, #8e00ff);
    background: -o-linear-gradient(left, #000, #1aa483, #000);
    background: linear-gradient(to right, #000, #155d88, #000);
}
.yorum .vitrin-baslik p {
    font-weight: 700;
    font-size: 16px;
    color: #155d88;
}
.yorum {
    background: url(https://yazilimajans.cubecdn.net/assets/images/yorum-bg.webp) #f2f4f9;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ddd;
}
.yorum .wrap {
    max-width: 70%;
    margin: auto;
    background: #ffffffe3;
    border-radius: 10px;
    box-shadow: 0 0 7px #afafaf;
}
.yorum .arrow {
    cursor: pointer;
    top: 45%;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(https://yazilimajans.cubecdn.net/assets/images/footer-ok.png) center center/auto 50% no-repeat #fff;
    box-shadow: 0 0 3px #7684a4;
}
.yorum .arrow:before {
    cursor: pointer;
}
.yorum .arrow.left {
    left: -20px;
    transform: rotate(-180deg);
}
.yorum .arrow.right {
    right: -20px;
}
.yorum .dots {
    text-align: center;
    width: 100%;
    bottom: 15px;
    left: 0;
    z-index: 3333;
    height: 12px;
}
.yorum .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    position: relative;
}
.yorum .dots .dot.active, .yorum .dots .dot:hover {
    background: #ea830e;
    border-color: #ea830e;
}
.yorum .dots .dot.active {
    -webkit-animation: .5s ease-in-out forwards yorum-scale;
    -moz-animation: .5s ease-in-out forwards yorum-scale;
    -ms-animation: yorum-scale .5s ease-in-out forwards;
    -o-animation: .5s ease-in-out forwards yorum-scale;
    animation: .5s ease-in-out forwards yorum-scale;
}
.yorum .cont>div {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.yorum .cont>div.inactive {
    opacity: 1;
}
.yorum .cont>div.active {
    position: relative;
    opacity: 1;
}
.yorum .cont div .img img {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #fff;
}
.yorum .cont div .img {
    width: 100px;
    height: 100px;
    margin-left: 30px;
}
.yorum .cont div span {
    float: left;
    width: calc(100% - 140px);
    margin: 30px 15px;
}
.yorum .cont div h2 {
    font-size: 1em;
}
.yorum .cont div p {
    color: #413e3e;
    width: 100%;
    float: left;
    position: relative;
}
.yorum .cont div.active .img {
    display: inline-table;
    margin-top: 10px;
    background: linear-gradient(-45deg, #56dbc0, #20fff8, #32fe79, #96fffd);
    background-size: 400% 400%;
    animation: .6s ease-in-out forwards yorum-show;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 0 6px #646060;
    -webkit-animation: .6s ease-in-out forwards yorum-show;
    -moz-animation: .6s ease-in-out forwards yorum-show;
    -ms-animation: yorum-show .6s ease-in-out forwards;
    -o-animation: .6s ease-in-out forwards yorum-show;
}
.yorum .cont div.active .img img {
    -webkit-animation: .5s ease-in-out forwards yorum-show;
    -moz-animation: .5s ease-in-out forwards yorum-show;
    -ms-animation: yorum-show .5s ease-in-out forwards;
    -o-animation: .5s ease-in-out forwards yorum-show;
    animation: .5s ease-in-out forwards yorum-show;
}
.yorum .cont div.active h2 {
    -webkit-animation: .4s ease-in-out forwards yorum-content-in;
    -moz-animation: .4s ease-in-out forwards yorum-content-in;
    -ms-animation: yorum-content-in .4s ease-in-out forwards;
    -o-animation: .4s ease-in-out forwards yorum-content-in;
    animation: .4s ease-in-out forwards yorum-content-in;
}
.yorum .cont div.active p {
    -webkit-animation: .5s ease-in-out forwards yorum-content-in;
    -moz-animation: .5s ease-in-out forwards yorum-content-in;
    -ms-animation: yorum-content-in .5s ease-in-out forwards;
    -o-animation: .5s ease-in-out forwards yorum-content-in;
    animation: .5s ease-in-out forwards yorum-content-in;
}
.yorum .cont div.inactive .img img {
    -webkit-animation: .5s ease-in-out forwards yorum-hide;
    -moz-animation: .5s ease-in-out forwards yorum-hide;
    -ms-animation: yorum-hide .5s ease-in-out forwards;
    -o-animation: .5s ease-in-out forwards yorum-hide;
    animation: .5s ease-in-out forwards yorum-hide;
}
.yorum .cont div.inactive h2 {
    -webkit-animation: .4s ease-in-out forwards yorum-content-out;
    -moz-animation: .4s ease-in-out forwards yorum-content-out;
    -ms-animation: yorum-content-out .4s ease-in-out forwards;
    -o-animation: .4s ease-in-out forwards yorum-content-out;
    animation: .4s ease-in-out forwards yorum-content-out;
}
.yorum .cont div.inactive p {
    -webkit-animation: .5s ease-in-out forwards yorum-content-out;
    -moz-animation: .5s ease-in-out forwards yorum-content-out;
    -ms-animation: yorum-content-out .5s ease-in-out forwards;
    -o-animation: .5s ease-in-out forwards yorum-content-out;
    animation: .5s ease-in-out forwards yorum-content-out;
}
@-webkit-keyframes yorum-scale {
    0% {
    -webkit-box-shadow: 0 0 0 0 #eee;
    box-shadow: 0 0 0 0 #eee;
}
35% {
    -webkit-box-shadow: 0 0 10px 5px #eee;
    box-shadow: 0 0 10px 5px #eee;
}
70% {
    -webkit-box-shadow: 0 0 10px 5px #ea830e;
    box-shadow: 0 0 10px 5px #ea830e;
}
100% {
    -webkit-box-shadow: 0 0 0 0 #ea830e;
    box-shadow: 0 0 0 0 #ea830e;
}
}@-moz-keyframes yorum-scale {
    0% {
    -moz-box-shadow: 0 0 0 0 #eee;
    box-shadow: 0 0 0 0 #eee;
}
35% {
    -moz-box-shadow: 0 0 10px 5px #eee;
    box-shadow: 0 0 10px 5px #eee;
}
70% {
    -moz-box-shadow: 0 0 10px 5px #ea830e;
    box-shadow: 0 0 10px 5px #ea830e;
}
100% {
    -moz-box-shadow: 0 0 0 0 #ea830e;
    box-shadow: 0 0 0 0 #ea830e;
}
}@-ms-keyframes yorum-scale {
    0% {
    -ms-box-shadow: 0 0 0 0 #eee;
    box-shadow: 0 0 0 0 #eee;
}
35% {
    -ms-box-shadow: 0 0 10px 5px #eee;
    box-shadow: 0 0 10px 5px #eee;
}
70% {
    -ms-box-shadow: 0 0 10px 5px #ea830e;
    box-shadow: 0 0 10px 5px #ea830e;
}
100% {
    -ms-box-shadow: 0 0 0 0 #ea830e;
    box-shadow: 0 0 0 0 #ea830e;
}
}@-o-keyframes yorum-scale {
    0% {
    -o-box-shadow: 0 0 0 0 #eee;
    box-shadow: 0 0 0 0 #eee;
}
35% {
    -o-box-shadow: 0 0 10px 5px #eee;
    box-shadow: 0 0 10px 5px #eee;
}
70% {
    -o-box-shadow: 0 0 10px 5px #ea830e;
    box-shadow: 0 0 10px 5px #ea830e;
}
100% {
    -o-box-shadow: 0 0 0 0 #ea830e;
    box-shadow: 0 0 0 0 #ea830e;
}
}@keyframes yorum-scale {
    0% {
    box-shadow: 0 0 0 0 #eee;
}
35% {
    box-shadow: 0 0 10px 5px #eee;
}
70% {
    box-shadow: 0 0 10px 5px #ea830e;
}
100% {
    box-shadow: 0 0 0 0 #ea830e;
}
}@-webkit-keyframes yorum-content-in {
    from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@-moz-keyframes yorum-content-in {
    from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}
to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
}
}@-ms-keyframes yorum-content-in {
    from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}@-o-keyframes yorum-content-in {
    from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
}
}@keyframes yorum-content-in {
    from {
    opacity: 0;
    transform: translateY(100%);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}@-webkit-keyframes yorum-content-out {
    from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
}@-moz-keyframes yorum-content-out {
    from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
}
to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
}@-ms-keyframes yorum-content-out {
    from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}
to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
}@-o-keyframes yorum-content-out {
    from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-100%);
}
}@keyframes yorum-content-out {
    from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-100%);
}
}@-webkit-keyframes yorum-show {
    from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
}@-moz-keyframes yorum-show {
    from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
}
to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
}
}@-ms-keyframes yorum-show {
    from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
}
to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
}
}@-o-keyframes yorum-show {
    from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
}
to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
}
}@keyframes yorum-show {
    from {
    opacity: 0;
    transform: scale(0);
}
to {
    opacity: 1;
    transform: scale(1);
}
}@-webkit-keyframes yorum-hide {
    from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
}@-moz-keyframes yorum-hide {
    from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
}
to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
}
}@-ms-keyframes yorum-hide {
    from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
}
to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
}
}@-o-keyframes yorum-hide {
    from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
}
to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
}
}@keyframes yorum-hide {
    from {
    opacity: 1;
    transform: scale(1);
}
to {
    opacity: 0;
    transform: scale(0);
}
}
@media only screen and (max-width:700px) {
    #mobil-menu, header {
        display: block;
    }
    footer .icerik, footer .sag, footer .sol {
        border-bottom: 1px solid #272727;
    }
    #anasayfa-slider .iletisim a, #slider {
        margin-bottom: 15px;
    }
    .ic-sayfa-icerik h1, .ic-sayfa-icerik h2, .ic-sayfa-icerik p {
        padding-left: 10px!important;
    }
    .ic-sayfa-icerik ul {
        width: auto;
    }
    .hidden-xs {
        display: none!important;
    }
    header {
        height: 50px;
        background: #000;
    }
    header #logo {
        position: fixed;
        top: 10px;
    }
    header ul {
        display: none;
        width: 100%}
    header ul:first-child {
        margin-top: 50px;
    }
    header ul li.drop {
        border-bottom: .5px dashed #ffffff17;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    header ul li .menu-icerik div ul {
        margin-top: 5px;
        padding-top: 5px;
    }
    header ul li .menu-icerik {
        width: 100%;
        padding: 0;
        left: 0;
        position: unset;
        overflow-y: scroll;
        height: 350px;
        display: none;
        margin-top: 10px;
    }
    header ul li .menu-icerik div {
        width: 100%;
        max-width: 100%;
        border: none;
        margin-bottom: 10px;
        background: #00000063;
        padding: 10px;
        border-radius: 4px;
        box-shadow: inset 0 0 10px #000;
    }
    header ul li b {
        border: none;
    }
    #bizimkiler span p {
        font-size: 12px;
    }
    #menu-bg {
        background: linear-gradient(180deg, #034d53 0, #00090d 50%, #145c93 100%);
        box-shadow: inset 0 0 120px #000;
    }
    #menu-bg[data-ak="1"] {
        height: 100vh!important;
    }
    header ul li .menu-icerik div p {
        font-size: 13px;
    }
    #anasayfa-slider .row video {
        position: fixed;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -2;
        transform: translateX(-50%) translateY(-50%);
        background-size: cover;
        transition: opacity 1s;
    }
    #anasayfa-slider .iletisim {
        flex-direction: column;
        align-items: center;
    }
    #anasayfa-slider .row {
        margin-top: 85px;
    }
    #arayalim {
        left: 0;
        width: 100%}
    #arayalim div input {
        margin-right: 10px;
    }
    .col-xs-12, .vitrin-6 .scroll p {
        width: 100%}
    .col-xs-6 {
        width: 50%}
    .vitrin-1 .col-md-4:first-child ul.sol-ul {
        padding-right: 85px;
        padding-left: 15px;
        text-align: left;
        border: none;
    }
    .vitrin-1 .col-md-4:first-child ul.sol-ul li .img {
        right: -87px;
        border-radius: 30px 0 0 30px;
    }
    .vitrin-1 .col-md-4 ul.sag-ul {
        padding-left: 85px;
        padding-right: 15px!important;
        text-align: left;
        border: none;
    }
    .vitrin-1 .col-md-4 ul.sag-ul li .img {
        left: -90px;
        border-radius: 0 30px 30px 0;
    }
    .vitrin-4 .col-md-4 span {
        height: unset;
    }
    .vitrin-5 .col-md-3 div:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .vitrin-3 .tab-menu, footer .row {
        flex-direction: column;
    }
    .vitrin-3 .tab-menu li {
        margin: 0 20px 10px 10px;
    }
    .vitrin-3 .tab-menu li:last-child {
        margin-bottom: 0;
    }
    .vitrin-3 .tab-icerik .tab-icerik-aciklama {
        flex-direction: column;
        padding-top: 10px;
    }
    .yorum .cont>div {
        flex-direction: column!important;
    }
    .yorum .wrap {
        max-width: 100%!important;
    }
    .yorum .cont div span {
        margin: 10px 0 30px!important;
        width: 83%!important;
    }
    .ozellik-dis h3, .ozellik-dis p, .yorum .cont div h2 {
        text-align: center;
    }
    footer .icerik {
        background: #3d3f53;
    }
    .container {
        width: 100%!important;
    }
    footer .sag {
        background: #2b2d3e;
    }
    footer {
        padding: 0!important;
    }
    footer .copyright {
        display: flex;
        flex-direction: column;
        padding: 20px 0;
    }
    .vitrin-3 .tab-icerik .img-dis {
        margin-bottom: 10px;
        align-items: flex-start;
        height: auto;
    }
    .vitrin-1, .vitrin-2, .vitrin-3, .vitrin-4, .vitrin-5, .vitrin-6, .yorum {
        width: 100%;
        overflow: hidden;
    }
    .vitrin-6 .etiket a {
        margin: 2px 1px;
        font-size: 14px;
        padding: 3px 8px;
    }
    .vitrin-6 .etiket {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }
    .adres-cubugu .container .row, .ozellik li {
        flex-direction: column;
        display: flex;
    }
    .ozellik li {
        align-items: center;
        text-align: center;
        flex: 100%;
        margin-left: 15px;
    }
    .ozellik li div:first-child {
        border: none;
        margin: 0;
        align-items: center;
    }
    .ozellik li div:first-child img{
    height: unset;
}
    .ozellik li div p, .ozellik li div:last-child {
        width: 100%;
        text-align: center;
    }
    .adres-cubugu {
        height: auto;
    }
    .adres-cubugu .linkler {
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
    }
    .adres-cubugu .iletisim {
        flex-direction: row;
    }
    .adres-cubugu .iletisim a {
        font-size: 13px;
        margin-right: 0;
        margin-left: 3px;
    }
    .adres-cubugu .iletisim a img {
        margin-right: 2px;
        width: 35px;
    }
    .adres-cubugu .linkler a {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    #slider {
        width: 95%;
        border-radius: 10px;
        margin-top: 15px;
    }
    #sayfa-iletisim-bilgi, .ic-sayfa .kisa_aciklama {
        width: 100%;
        max-width: 95%!important;
        margin: 0 auto;
        float: unset;
    }
    .ic-sayfa {
        padding-left: 10px;
        padding-right: 10px;
    }
    .loop-grid article {
        display: flex;
        flex-direction: column;
        text-align: center;
        border-bottom: 1px solid #ddd;
        width: 100%;
        margin-bottom: 10px;
    }
    .loop-grid .entry-content-2 {
        width: 95%;
        text-align: center;
        padding: 0;
    }
    .loop-grid article:last-child {
        border: unset;
    }
    #sayfa-iletisim-form {
        width: 95%!important;
    }
    .iletisim-sol h2, .iletisim-sol p {
        padding-left: 15px;
    }
}

/* WMG v20 SEO Pro düzenlemeleri */
:root{--wmg-blue:#2453d7;--wmg-navy:#071228;--wmg-orange:#ff6a13;--wmg-soft:#f4f7fb}html{scroll-behavior:smooth}body{font-display:swap}header{backdrop-filter:blur(12px)}#logo img{max-width:190px;height:auto;object-fit:contain}.vitrin-baslik h3,.ic-sayfa h1{letter-spacing:-.03em}.vitrin-baslik p,.ozellik-dis p,.ic-sayfa p{color:#334155}.tab-icerik-urun>div>div,.vitrin-3 .tab-icerik-urun>div>div{border-radius:24px;box-shadow:0 16px 42px rgba(15,23,42,.08);border:1px solid #e5edf7;overflow:hidden;background:#fff}.tab-icerik-urun figure img{object-fit:cover}.link1,.link2,.link3,.button1,.buton1,.buton2{border-radius:14px!important;font-weight:900!important}.link3,.button1,.buton1{background:linear-gradient(135deg,var(--wmg-blue),#3568ff)!important;color:#fff!important}.link1,.link2{background:linear-gradient(135deg,var(--wmg-navy),#173b99)!important;color:#fff!important}.fiyat,.normal{color:var(--wmg-orange)!important}.ozellik li{border-radius:22px;border:1px solid #e5edf7;box-shadow:0 12px 32px rgba(15,23,42,.06)}.wmg-project-list h3{margin-top:24px;color:#0f172a}.wmg-project-list p{background:#f8fbff;border-left:4px solid var(--wmg-blue);padding:16px;border-radius:14px}footer .copyright a{color:#ffb47a}@media(max-width:768px){#logo img{max-width:155px}.tab-icerik-urun>div{margin-bottom:18px}.ic-sayfa h1{font-size:30px}}

/* ===== WMG UI Refresh v22 ===== */
:root{
    --wmg-blue:#2453d7;
    --wmg-blue-dark:#173b99;
    --wmg-navy:#071228;
    --wmg-text:#0f172a;
    --wmg-soft:#f6f8fc;
    --wmg-card:#ffffff;
    --wmg-line:#e5edf7;
    --wmg-shadow:0 18px 45px rgba(15,23,42,.08);
}
html{scroll-behavior:smooth}
body{
    background:linear-gradient(180deg,#f8fbff 0%,#ffffff 26%,#f5f7fb 100%);
    color:var(--wmg-text);
}
a{transition:all .25s ease}
#mobil-menu.hidden,#yukari{display:block}
#yukari{
    width:46px;
    height:46px;
    right:22px;
    bottom:22px;
    border:0;
    border-radius:16px;
    transform:none;
    box-shadow:0 16px 36px rgba(36,83,215,.22);
    background:linear-gradient(135deg,var(--wmg-blue),#2ec5ff) center no-repeat;
}
#yukari:before{
    content:'↑';
    color:#fff;
    font-size:22px;
    font-weight:900;
    line-height:46px;
    text-align:center;
    display:block;
}
#bizimkiler{
    width:min(1080px,88%);
    left:50%;
    transform:translateX(-50%);
    top:88px;
    height:42px;
    border-radius:16px;
    background:linear-gradient(90deg,rgba(36,83,215,.14),rgba(46,197,255,.12));
    border:1px solid rgba(255,255,255,.35);
    box-shadow:0 12px 35px rgba(15,23,42,.08);
    backdrop-filter:blur(10px);
}
#menu-bg{
    background:rgba(7,18,40,.38);
    backdrop-filter:blur(6px);
    box-shadow:none;
}
header,
#bizimkiler{
    border-radius:0 0 24px 24px;
}
header.site-header{
    left:50%;
    transform:translateX(-50%);
    top:14px;
    width:min(1380px,94%);
    padding:0;
    background:rgba(7,18,40,.74);
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 18px 50px rgba(2,8,23,.32);
    backdrop-filter:blur(18px);
}
header.koyu-renk{
    background:rgba(7,18,40,.92);
}
header .header-inner{
    display:flex;
    align-items:center;
    gap:24px;
    min-height:84px;
    padding:0 22px;
}
header #logo{
    flex:0 0 auto;
    align-items:center;
}
header #logo img{
    max-width:186px;
    height:auto;
}
.header-nav{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:22px;
    flex:1 1 auto;
}
header ul{
    display:flex;
    align-items:center;
    gap:8px;
    margin:0;
    padding:0;
}
header ul li{
    overflow:visible;
}
header ul li b,
header ul li b a{
    min-height:44px;
    padding:0 16px;
    margin:0;
    border:0 !important;
    border-radius:999px;
    font-size:15px;
    font-weight:800;
    color:#fff;
    background:transparent;
}
header ul li:hover > b,
header ul li:hover > b a,
header ul li b:hover,
header ul li b a:hover{
    background:rgba(255,255,255,.10);
    color:#fff;
}
header ul li .menu-icerik{
    width:min(1140px,84vw);
    left:50%;
    top:52px;
    transform:translateX(-50%);
    padding:22px;
    border-radius:24px;
    background:linear-gradient(180deg,#0b1731 0%,#0f203f 100%);
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 26px 60px rgba(2,8,23,.34);
    gap:14px;
    z-index:99999;
}
header ul li .menu-icerik div{
    max-width:none;
    flex:1 1 0;
    padding:16px 18px;
    border:1px solid rgba(255,255,255,.07);
    border-radius:18px;
    background:rgba(255,255,255,.03);
}
header ul li .menu-icerik div h3{
    font-size:17px;
    color:#fff;
    margin-bottom:8px;
    text-shadow:none;
}
header ul li .menu-icerik div p{
    color:#cbd5e1;
    font-size:13px;
    line-height:1.55;
    text-shadow:none;
}
header ul li .menu-icerik div ul{
    gap:8px;
    margin-top:14px;
    padding-top:14px;
    border-top:1px solid rgba(255,255,255,.08);
}
header ul li .menu-icerik div ul li a{
    color:#fff;
    text-shadow:none;
    padding:10px 12px;
    border-radius:12px;
    background:rgba(255,255,255,.04);
}
header ul li .menu-icerik div ul li a:hover{
    background:rgba(255,255,255,.10);
    transform:translateX(4px);
}
.header-actions{
    display:flex;
    align-items:center;
    gap:12px;
    flex:0 0 auto;
}
.header-phone{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:44px;
    padding:0 16px;
    border-radius:999px;
    background:linear-gradient(135deg,var(--wmg-blue),#3568ff);
    color:#fff;
    font-weight:900;
    box-shadow:0 14px 30px rgba(36,83,215,.20);
}
.header-phone:hover{
    color:#fff;
    transform:translateY(-1px);
}
#dil{
    position:relative;
}
#dil > a{
    display:flex;
    align-items:center;
    gap:8px;
    height:44px;
    padding:0 14px;
    border-radius:999px;
    color:#fff;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.10);
}
#dil > a img,
#dil div a img{width:22px;height:22px;border-radius:50%;object-fit:cover}
#dil > a span,
#dil div a span{color:#fff}
#dil div{
    display:none;
    position:absolute;
    right:0;
    top:52px;
    min-width:180px;
    padding:10px;
    border-radius:18px;
    background:#0f203f;
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 18px 44px rgba(2,8,23,.32);
}
#dil div a{
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px 12px;
    border-radius:12px;
}
#dil div a:hover{background:rgba(255,255,255,.08)}

.vitrin-4,
.vitrin-5,
.vitrin-6,
.yorum{
    padding-top:90px;
    padding-bottom:90px;
}
.vitrin-baslik{
    max-width:860px;
    margin:0 auto 28px;
}
.vitrin-baslik h3{
    color:#0f2d66 !important;
    font-size:44px;
    line-height:1.12;
    text-transform:none;
    text-shadow:none;
}
.vitrin-baslik p{
    color:#475569 !important;
    font-size:17px;
    line-height:1.7;
}
.vitrin-4{
    background:transparent !important;
}
.vitrin-4 .col-md-4{
    padding:12px;
}
.vitrin-4 .col-md-4 span{
    background:var(--wmg-card) !important;
    border:1px solid var(--wmg-line) !important;
    border-bottom:1px solid var(--wmg-line) !important;
    border-radius:24px !important;
    padding:28px 24px !important;
    min-height:228px;
    box-shadow:var(--wmg-shadow);
    height:100%;
}
.vitrin-4 .col-md-4 span img{
    width:62px !important;
    height:62px !important;
    padding:12px;
    border-radius:18px;
    background:linear-gradient(135deg,rgba(36,83,215,.10),rgba(46,197,255,.12));
    box-shadow:none;
}
.vitrin-4 .col-md-4 span div{
    margin-top:14px;
}
.vitrin-4 .col-md-4 span div h3{
    color:#10244d !important;
    font-size:30px;
    line-height:1.25;
    -webkit-text-fill-color:initial !important;
}
.vitrin-4 .col-md-4 span div p{
    color:#475569 !important;
    font-size:15px;
    line-height:1.7;
}
.vitrin-5{
    background:transparent;
}
.vitrin-5 .col-md-3{
    padding:12px;
}
.vitrin-5 .col-md-3 div{
    min-height:160px;
    padding:24px 20px 20px;
    border-radius:24px;
    border:1px solid var(--wmg-line);
    box-shadow:var(--wmg-shadow);
    background:var(--wmg-card) !important;
    color:var(--wmg-text);
    overflow:hidden;
}
.vitrin-5 .col-md-3 div:before{
    opacity:.06;
    right:-10px;
    left:auto;
    width:112px;
    height:112px;
}
.vitrin-5 .col-md-3 div span{
    background:linear-gradient(135deg,var(--wmg-blue),#3568ff) !important;
    border-radius:16px !important;
    padding:12px 14px !important;
    color:#fff !important;
    margin-bottom:14px;
    width:64px;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.vitrin-5 .col-md-3 div span b{
    color:#fff !important;
    font-size:28px !important;
}
.vitrin-5 .col-md-3 div p{
    color:#334155 !important;
    font-size:16px;
    line-height:1.7;
    text-align:left;
}
.vitrin-3 .tab-menu{
    gap:12px;
    justify-content:center;
    flex-wrap:wrap;
}
.vitrin-3 .tab-menu li{
    margin:0;
    border:1px solid #d8e4f2;
    border-radius:999px;
    padding:10px 16px;
    background:#fff;
    box-shadow:0 10px 26px rgba(15,23,42,.05);
}
.vitrin-3 .tab-menu li.aktif{
    background:linear-gradient(135deg,var(--wmg-blue),#3568ff);
    border-color:transparent;
}
.vitrin-3 .tab-menu li.aktif h3{color:#fff}
.vitrin-3 .tab-menu li img{width:28px;height:28px}
.vitrin-3 .tab-menu li h3{
    color:#10326a;
    font-size:16px;
    margin-left:8px;
}
.vitrin-3 .tab-icerik li .col-md-3{
    padding:12px;
}
.vitrin-3 .tab-icerik li .col-md-3 div{
    border-radius:24px;
    border:1px solid var(--wmg-line);
    box-shadow:var(--wmg-shadow);
}
.vitrin-3 .tab-icerik li .col-md-3 div b{
    color:#10244d;
    font-size:18px;
}
.vitrin-3 .tab-icerik li .col-md-3 p{
    color:#475569;
}
.vitrin-6{
    background:linear-gradient(135deg,#0d2748,#113a6f) !important;
    border-radius:32px;
    width:min(1380px,94%);
    margin:0 auto 90px;
    box-shadow:0 24px 60px rgba(7,18,40,.16);
}
.vitrin-6 .vitrin-baslik h3,
.vitrin-6 .vitrin-baslik p,
.vitrin-6 .scroll p,
.vitrin-6 .etiket a{
    color:#fff !important;
}
.vitrin-6 .scroll p{
    font-size:17px;
    opacity:.92;
}
.vitrin-6 .etiket{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    justify-content:center;
    margin-top:24px;
}
.vitrin-6 .etiket a{
    padding:12px 18px;
    border-radius:999px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
}
.vitrin-6 .etiket a:before{display:none}
.vitrin-6 .etiket a:hover{
    background:rgba(255,255,255,.16);
}
.yorum{
    background:transparent !important;
}
.yorum .vitrin-baslik h3{
    color:#0f2d66 !important;
}
.yorum .vitrin-baslik p{
    color:#475569 !important;
}
.yorum .wrap{
    max-width:1120px;
    margin:0 auto;
    padding:30px 42px;
    border-radius:28px;
    background:#fff;
    border:1px solid var(--wmg-line);
    box-shadow:var(--wmg-shadow);
}
.yorum .cont>div{
    align-items:center;
    gap:28px;
}
.yorum .cont div .img{
    flex:0 0 116px;
    width:116px;
    height:116px;
    margin:0;
}
.yorum .cont div .img img{
    width:100%;
    height:100%;
    object-fit:cover;
    border:4px solid #dbeafe;
}
.yorum .cont div h2{
    color:#0f172a;
    font-size:28px;
    margin-bottom:8px;
}
.yorum .cont div p{
    color:#475569;
    font-size:17px;
    line-height:1.8;
}
.yorum .arrow{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#fff;
    border:1px solid var(--wmg-line);
    box-shadow:0 10px 25px rgba(15,23,42,.10);
}
.yorum .arrow:before{border-color:#2453d7}
.yorum .dots .dot{
    width:10px;
    height:10px;
    background:#cbd5e1;
    border:0;
}
.yorum .dots .dot.active,
.yorum .dots .dot:hover{background:#2453d7}

#whatsapp{
    border-radius:20px 20px 0 0;
    overflow:hidden;
    box-shadow:0 16px 40px rgba(15,23,42,.18);
}
footer{
    background:#0f172a;
}
footer .icerik a,
footer .sag p,
footer .sol p,
footer .sol span,
footer .icerik h4,
footer .sag h5,
footer .copyright{
    color:#dbe4f0 !important;
}
footer .icerik a:hover,
footer .copyright a,
footer .sag .buton1,
footer .sag .buton2{
    color:#fff !important;
}

#mobil-menu{
    position:fixed;
    right:18px;
    top:22px;
    z-index:1000000;
    width:50px;
    height:50px;
    padding:0;
    border:1px solid rgba(255,255,255,.12);
    border-radius:16px;
    background:rgba(7,18,40,.85);
    backdrop-filter:blur(14px);
    box-shadow:0 18px 40px rgba(7,18,40,.28);
    cursor:pointer;
}
#mobil-menu span{
    display:block;
    width:22px;
    height:2px;
    background:#fff;
    border-radius:999px;
    margin:5px auto;
    transition:all .25s ease;
}
#mobil-menu.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
#mobil-menu.active span:nth-child(2){opacity:0}
#mobil-menu.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

@media only screen and (min-width:701px){
    #mobil-menu{display:none !important}
}

@media only screen and (max-width:700px){
    body{padding-top:92px}
    #bizimkiler{display:none !important}
    header.site-header{
        top:12px;
        width:calc(100% - 24px);
        left:12px;
        transform:none;
        border-radius:24px;
    }
    header .header-inner{
        min-height:72px;
        padding:0 16px;
        gap:12px;
        flex-wrap:wrap;
    }
    header #logo{
        width:auto;
        position:static;
        flex:1 1 auto;
    }
    .header-actions{
        margin-left:auto;
        padding-right:58px;
    }
    .header-phone{display:none}
    #dil > a{height:38px;padding:0 12px}
    .header-nav{
        width:100%;
        order:3;
        display:block;
    }
    header ul{
        display:none;
        width:100%;
        padding:8px 0 0;
    }
    header ul:first-child{margin-top:0}
    header ul li{
        width:100%;
        margin-bottom:8px;
    }
    header ul li b,
    header ul li b a{
        width:100%;
        justify-content:space-between;
        min-height:48px;
        border-radius:16px;
        background:rgba(255,255,255,.06);
    }
    header ul li .menu-icerik{
        position:static;
        width:100%;
        transform:none;
        top:auto;
        padding:12px;
        margin-top:8px;
        border-radius:18px;
        display:none;
    }
    header ul li .menu-icerik div{
        width:100%;
        margin-bottom:10px;
    }
    .vitrin-baslik h3{font-size:34px}
    .vitrin-4, .vitrin-5, .vitrin-6, .yorum{padding-top:70px;padding-bottom:70px}
    .vitrin-4 .col-md-4,
    .vitrin-5 .col-md-3,
    .vitrin-3 .tab-icerik li .col-md-3{width:100%;padding:10px 15px}
    .vitrin-4 .col-md-4 span{min-height:unset}
    .vitrin-6{
        width:calc(100% - 24px);
        margin:0 12px 72px;
        border-radius:26px;
        padding-left:12px;
        padding-right:12px;
    }
    .vitrin-6 .etiket{justify-content:flex-start}
    .yorum .wrap{padding:26px 20px}
    .yorum .cont>div{gap:18px}
    .yorum .cont div .img{width:96px;height:96px;flex-basis:96px}
    #whatsapp{width:320px;left:10px;bottom:10px}
    #mobil-menu{display:flex !important;flex-direction:column;justify-content:center}
}


/* WMG v23 ultra modern overrides */

:root{--wmg-cyan:#38bdf8;--wmg-border:#dbe8f6;--wmg-text:#1e293b;--wmg-muted:#64748b}
body{background:linear-gradient(180deg,#f8fbff 0%,#ffffff 22%,#f8fbff 100%)}
.wmg-mini-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;background:rgba(36,83,215,.08);border:1px solid rgba(36,83,215,.12);color:var(--wmg-blue);font-weight:800;font-size:13px;letter-spacing:.02em;margin-bottom:18px}
.wmg-home-intro{padding:30px 15px 20px}.wmg-home-shell{position:relative;overflow:hidden;border:1px solid var(--wmg-border);border-radius:34px;background:radial-gradient(circle at top right,rgba(56,189,248,.14),transparent 28%),linear-gradient(135deg,#071228,#0b1735 52%,#173b99);color:#fff;padding:38px;display:grid;grid-template-columns:1.2fr .9fr;gap:26px;box-shadow:0 30px 70px rgba(7,18,40,.28)}
.wmg-home-shell:before{content:"";position:absolute;inset:auto -90px -90px auto;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(56,189,248,.35),transparent 70%)}
.wmg-home-copy h2{font-size:42px;line-height:1.12;color:#fff;margin:0 0 16px}.wmg-home-copy h2 strong{color:#8fd6ff}.wmg-home-copy p{font-size:17px;line-height:1.8;color:rgba(255,255,255,.86);max-width:760px}
.wmg-cta-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.wmg-home-panel{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:26px;backdrop-filter:blur(18px)}
.wmg-metric-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:18px}.wmg-metric-grid>div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:18px}.wmg-metric-grid strong{display:block;font-size:28px;color:#fff;line-height:1.1}.wmg-metric-grid span{display:block;color:rgba(255,255,255,.74);margin-top:6px;font-weight:700}
.wmg-feature-list{list-style:none;padding:0;margin:0}.wmg-feature-list li{display:flex;align-items:center;gap:12px;padding:10px 0;color:rgba(255,255,255,.88);font-weight:600}.wmg-feature-list li span{width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,var(--wmg-cyan),#22c55e);box-shadow:0 0 0 6px rgba(255,255,255,.08)}
.vitrin-3 .tab-menu{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin:8px 0 26px}.vitrin-3 .tab-menu li{display:flex;align-items:center;gap:12px;min-width:210px;padding:16px 20px;border-radius:22px;background:#fff;border:1px solid var(--wmg-border);box-shadow:0 14px 35px rgba(15,23,42,.06);transition:.25s}.vitrin-3 .tab-menu li img{width:42px;height:42px;object-fit:contain}.vitrin-3 .tab-menu li h3{font-size:18px;font-weight:900;margin:0}.vitrin-3 .tab-menu li.active,.vitrin-3 .tab-menu li:hover{transform:translateY(-4px);background:linear-gradient(135deg,#2453d7,#173b99);border-color:transparent}.vitrin-3 .tab-menu li.active h3,.vitrin-3 .tab-menu li:hover h3{color:#fff}.vitrin-3 .tab-icerik-aciklama{display:flex;align-items:center;gap:18px;background:linear-gradient(135deg,#0f172a,#173b99);border-radius:28px;padding:22px 26px;box-shadow:0 24px 60px rgba(15,23,42,.18);margin-bottom:28px}.vitrin-3 .tab-icerik-aciklama img{width:74px;height:74px;border-radius:22px;background:rgba(255,255,255,.08);padding:14px}.vitrin-3 .tab-icerik-aciklama h3,.vitrin-3 .tab-icerik-aciklama p{color:#fff!important}
.wmg-service-card,.tab-icerik-urun>div>div{position:relative;padding-bottom:22px}.wmg-card-label{display:inline-flex;margin:16px 18px 6px;padding:8px 12px;border-radius:999px;background:rgba(36,83,215,.08);color:var(--wmg-blue);font-size:12px;font-weight:900;letter-spacing:.02em}.wmg-service-card b,.tab-icerik-urun>div>div b{display:block;font-size:24px;line-height:1.25;padding:0 18px;color:#0f172a}.wmg-service-card small,.tab-icerik-urun>div>div small{display:block;padding:10px 18px 16px;color:#64748b;line-height:1.7;font-size:14px}.wmg-service-card p,.tab-icerik-urun>div>div p{padding:0 18px;margin:0}.wmg-service-card .link1,.wmg-service-card .link2,.wmg-service-card .link3,.tab-icerik-urun>div>div .link1,.tab-icerik-urun>div>div .link2,.tab-icerik-urun>div>div .link3{display:inline-flex;margin:0 0 10px 18px;min-width:auto}
.loop-grid{display:flex;flex-wrap:wrap}.wmg-blog-card{display:flex;flex-direction:column;padding:14px}.wmg-blog-card .post-thumb{border-radius:24px;overflow:hidden;box-shadow:0 18px 44px rgba(15,23,42,.12)}.wmg-blog-card .post-thumb img{width:100%;height:260px;object-fit:cover}.wmg-blog-card .entry-content-2{padding:24px;border:1px solid var(--wmg-border);border-top:none;border-radius:0 0 24px 24px;background:#fff;box-shadow:0 20px 50px rgba(15,23,42,.06)}.wmg-blog-card .post-title a{font-size:29px;line-height:1.28;color:#0f172a}.wmg-blog-card p{color:#475569;line-height:1.8;margin-bottom:18px}
.wmg-contact-panel,.wmg-form-panel,.wmg-map-panel{background:#fff;border:1px solid var(--wmg-border);border-radius:30px;box-shadow:0 18px 50px rgba(15,23,42,.08)}.wmg-contact-panel{padding:30px;height:100%}.wmg-contact-panel h2{font-size:34px;color:#0f172a;margin:0 0 12px}.wmg-contact-panel p{color:#475569;line-height:1.8}.wmg-contact-cards{display:grid;gap:12px;margin:22px 0}.wmg-contact-cards a,.wmg-contact-cards div{display:flex;flex-direction:column;padding:16px 18px;border-radius:20px;background:#f8fbff;border:1px solid var(--wmg-border)}.wmg-contact-cards strong{color:#0f172a}.wmg-contact-cards span{color:#475569;margin-top:4px}.wmg-form-panel{padding:26px}.wmg-form-panel #sayfa-iletisim-form{width:100%!important;margin:0}.wmg-form-panel .form-control{border-radius:16px;border:1px solid var(--wmg-border);padding:14px 16px;height:auto;box-shadow:none}.wmg-form-panel textarea.form-control{min-height:130px}.wmg-form-panel label{font-weight:800;color:#0f172a}.wmg-map-panel{overflow:hidden;margin-top:26px}.wmg-map-panel iframe{width:100%;height:360px;border:0;display:block}
.wmg-page-hero-block{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:stretch;margin-bottom:26px;padding:28px;border:1px solid var(--wmg-border);background:linear-gradient(135deg,#ffffff,#f7fbff);border-radius:28px;box-shadow:0 20px 50px rgba(15,23,42,.06)}.wmg-page-hero-block h2{font-size:36px;line-height:1.18;margin:0 0 12px;color:#0f172a}.wmg-page-hero-block p{line-height:1.85;color:#475569}.wmg-hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.wmg-hero-stats div{border-radius:22px;background:#0f172a;padding:18px;box-shadow:0 18px 42px rgba(15,23,42,.18)}.wmg-hero-stats strong{display:block;color:#fff;font-size:28px}.wmg-hero-stats span{color:rgba(255,255,255,.72);font-weight:700}
.wmg-pro-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.wmg-pro-card{overflow:hidden;border:1px solid var(--wmg-border);border-radius:26px;background:#fff;box-shadow:0 18px 46px rgba(15,23,42,.07);transition:.25s}.wmg-pro-card:hover{transform:translateY(-6px);box-shadow:0 28px 60px rgba(15,23,42,.12)}.wmg-pro-card figure{margin:0}.wmg-pro-card figure img{width:100%;height:220px;object-fit:cover}.wmg-pro-body{padding:20px}.wmg-pro-body small{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(36,83,215,.08);color:var(--wmg-blue);font-weight:800;margin-bottom:12px}.wmg-pro-body h3{font-size:22px;line-height:1.35;color:#0f172a;margin:0 0 10px}.wmg-pro-body p{line-height:1.7;color:#475569}.wmg-tag-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.wmg-tag-row span{padding:8px 11px;border-radius:999px;background:#eff6ff;border:1px solid var(--wmg-border);color:#173b99;font-size:12px;font-weight:800}
.wmg-ref-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.wmg-ref-card{display:flex;flex-direction:column;gap:14px;align-items:flex-start;padding:18px;border-radius:24px;background:#fff;border:1px solid var(--wmg-border);box-shadow:0 16px 40px rgba(15,23,42,.06);transition:.25s}.wmg-ref-card:hover{transform:translateY(-4px)}.wmg-ref-card img{width:100%;border-radius:18px;background:#f8fbff}.wmg-ref-card h3{margin:0;color:#0f172a;font-size:20px}.wmg-ref-card p{margin:6px 0 0;color:#64748b;line-height:1.6}
.yorum{padding-top:10px}.yorum .wrap{max-width:1100px;margin:0 auto;background:linear-gradient(135deg,#071228,#173b99);border-radius:32px;padding:34px 28px;box-shadow:0 24px 60px rgba(15,23,42,.22)}.yorum .cont>div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:24px;display:flex;align-items:center;gap:18px}.yorum .cont>div .img img{border-radius:20px;object-fit:cover;background:#fff}.yorum .cont h2{color:#fff}.yorum .cont p{color:rgba(255,255,255,.82)!important}.yorum .dots{bottom:-6px}.yorum .dot{background:rgba(255,255,255,.35)}.yorum .dot.active{background:#fff}
#sayfa-iletisim-form .col-md-12,#sayfa-iletisim-form .col-md-6{margin-bottom:14px}
@media(max-width:991px){.wmg-home-shell,.wmg-page-hero-block{grid-template-columns:1fr}.wmg-pro-grid{grid-template-columns:repeat(2,1fr)}.wmg-ref-grid{grid-template-columns:repeat(2,1fr)}.wmg-home-copy h2{font-size:34px}.wmg-blog-card .post-title a{font-size:24px}}
@media(max-width:767px){.wmg-home-shell{padding:24px;border-radius:24px}.wmg-metric-grid{grid-template-columns:1fr 1fr}.wmg-pro-grid,.wmg-ref-grid{grid-template-columns:1fr}.vitrin-3 .tab-icerik-aciklama{flex-direction:column;align-items:flex-start}.wmg-page-hero-block h2{font-size:30px}.wmg-home-copy h2{font-size:28px}.wmg-contact-panel,.wmg-form-panel{margin-bottom:18px}}


/* WMG v24 Ultra Tech Home Update */
:root{--wmg-blue:#2453d7;--wmg-cyan:#38bdf8;--wmg-orange:#ff6a13;--wmg-dark:#071228;--wmg-navy:#0b1735;--wmg-text:#0f172a;--wmg-muted:#64748b;--wmg-border:#dbe8f6;--wmg-green:#18c98b}body{background:linear-gradient(180deg,#f8fbff 0%,#ffffff 30%,#f6faff 100%);color:var(--wmg-text)}.wmg-hero-wrap{position:relative;overflow:hidden}.wmg-hero-wrap:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 22% 20%,rgba(56,189,248,.24),transparent 25%),radial-gradient(circle at 78% 30%,rgba(124,58,237,.22),transparent 26%),linear-gradient(90deg,rgba(2,8,23,.25),rgba(2,8,23,.05));pointer-events:none;z-index:2}.wmg-hero-wrap>*{position:relative;z-index:3}.wmg-particles{position:absolute;inset:0;z-index:4;pointer-events:none}.wmg-particles i{position:absolute;width:9px;height:9px;border-radius:50%;background:linear-gradient(135deg,var(--wmg-cyan),var(--wmg-green));box-shadow:0 0 22px rgba(56,189,248,.9);animation:wmgFloat 8s infinite ease-in-out}.wmg-particles i:nth-child(1){left:12%;top:24%;animation-delay:.1s}.wmg-particles i:nth-child(2){left:28%;top:64%;animation-delay:1.4s}.wmg-particles i:nth-child(3){left:58%;top:34%;animation-delay:2.3s}.wmg-particles i:nth-child(4){left:78%;top:68%;animation-delay:3.1s}.wmg-particles i:nth-child(5){left:88%;top:22%;animation-delay:4.1s}.wmg-particles i:nth-child(6){left:44%;top:82%;animation-delay:5s}@keyframes wmgFloat{0%,100%{transform:translateY(0) scale(.8);opacity:.45}50%{transform:translateY(-34px) scale(1.15);opacity:1}}
.wmg-mini-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;background:rgba(36,83,215,.08);border:1px solid rgba(36,83,215,.13);color:var(--wmg-blue);font-weight:900;font-size:13px;letter-spacing:.02em;margin-bottom:16px}.wmg-section-title{text-align:center;margin:0 auto 34px;max-width:920px}.wmg-section-title span{display:inline-flex;padding:9px 14px;border-radius:999px;background:rgba(36,83,215,.08);color:var(--wmg-blue);font-weight:900;margin-bottom:12px}.wmg-section-title h2{font-size:40px;line-height:1.14;color:var(--wmg-text);margin:0 0 12px}.wmg-section-title p{font-size:16px;line-height:1.75;color:#475569}.wmg-home-intro{padding:48px 15px 34px}.wmg-home-shell{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:38px;background:radial-gradient(circle at 80% 10%,rgba(56,189,248,.18),transparent 25%),radial-gradient(circle at 10% 90%,rgba(24,201,139,.14),transparent 26%),linear-gradient(135deg,#071228,#0b1735 52%,#173b99);color:#fff;padding:42px;display:grid;grid-template-columns:1.25fr .85fr;gap:28px;box-shadow:0 34px 80px rgba(7,18,40,.32)}.wmg-home-shell:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(90deg,transparent,black 12%,black 88%,transparent);pointer-events:none}.wmg-ai-orb{position:absolute;border-radius:50%;filter:blur(1px);opacity:.8;animation:wmgOrb 7s infinite ease-in-out}.orb-1{width:180px;height:180px;background:radial-gradient(circle,rgba(56,189,248,.32),transparent 70%);right:8%;top:5%}.orb-2{width:140px;height:140px;background:radial-gradient(circle,rgba(24,201,139,.26),transparent 70%);left:5%;bottom:10%;animation-delay:1.8s}@keyframes wmgOrb{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(22px,-18px,0)}}.wmg-home-copy,.wmg-home-panel{position:relative;z-index:2}.wmg-home-copy h2{font-size:44px;line-height:1.12;color:#fff;margin:0 0 16px}.wmg-home-copy h2 strong{color:#91dcff}.wmg-home-copy p{font-size:17px;line-height:1.85;color:rgba(255,255,255,.86);max-width:780px}.wmg-cta-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.wmg-home-panel{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:30px;padding:26px;backdrop-filter:blur(18px);box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}.wmg-metric-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:18px}.wmg-metric-grid>div{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);border-radius:22px;padding:18px}.wmg-metric-grid strong{display:block;font-size:30px;color:#fff;line-height:1.1}.wmg-metric-grid span{display:block;color:rgba(255,255,255,.72);margin-top:6px;font-weight:800}.wmg-feature-list{list-style:none;padding:0;margin:0}.wmg-feature-list li{display:flex;align-items:center;gap:12px;padding:10px 0;color:rgba(255,255,255,.88);font-weight:700}.wmg-feature-list li span{width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,var(--wmg-cyan),#22c55e);box-shadow:0 0 0 7px rgba(255,255,255,.08)}
.wmg-seo-text-block{padding:20px 15px 28px}.wmg-rich-text{border:1px solid var(--wmg-border);border-radius:30px;background:#fff;padding:28px 32px;box-shadow:0 20px 54px rgba(15,23,42,.06);column-count:2;column-gap:40px}.wmg-rich-text p{font-size:16px;line-height:1.9;color:#334155;margin-top:0}.wmg-why-section{padding:38px 15px}.wmg-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.wmg-why-card{position:relative;overflow:hidden;min-height:245px;border-radius:30px;padding:34px 28px;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(248,251,255,.86));border:1px solid rgba(219,232,246,.95);box-shadow:0 22px 58px rgba(15,23,42,.08);transition:.28s}.wmg-why-card:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 18% 20%,rgba(36,83,215,.10),transparent 24%),radial-gradient(circle at 85% 80%,rgba(56,189,248,.12),transparent 28%);pointer-events:none}.wmg-why-card:hover{transform:translateY(-9px);border-color:rgba(36,83,215,.35);box-shadow:0 32px 74px rgba(36,83,215,.16)}.wmg-card-glow{position:absolute;right:-40px;top:-40px;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(36,83,215,.18),transparent 70%);transition:.28s}.wmg-why-card:hover .wmg-card-glow{transform:scale(1.35)}.wmg-icon-badge{position:relative;z-index:1;width:76px;height:76px;border-radius:24px;background:linear-gradient(135deg,#eff6ff,#fff);box-shadow:0 16px 34px rgba(36,83,215,.12);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.wmg-icon-badge img{max-width:48px;max-height:48px}.wmg-why-card h3{position:relative;z-index:1;font-size:25px;line-height:1.2;margin:0 0 12px;color:#071228}.wmg-why-card p{position:relative;z-index:1;color:#475569;line-height:1.75;font-size:15px}.wmg-services-home{padding:46px 15px}.wmg-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.wmg-service-home-card{overflow:hidden;border:1px solid var(--wmg-border);border-radius:30px;background:#fff;box-shadow:0 22px 60px rgba(15,23,42,.08);transition:.28s}.wmg-service-home-card:hover{transform:translateY(-8px);box-shadow:0 34px 75px rgba(15,23,42,.14)}.wmg-service-home-card figure{height:190px;margin:0;overflow:hidden}.wmg-service-home-card figure img{width:100%;height:100%;object-fit:cover;transition:.45s}.wmg-service-home-card:hover figure img{transform:scale(1.08)}.wmg-service-home-card>div{padding:22px}.wmg-service-home-card small{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(255,106,19,.09);color:#db4d00;font-weight:900;margin-bottom:12px}.wmg-service-home-card h3{font-size:22px;line-height:1.28;color:#0f172a;margin:0 0 10px}.wmg-service-home-card p{color:#475569;line-height:1.7;min-height:78px}.wmg-price-line span{display:inline-flex;background:#ecfdf5;color:#047857;border:1px solid #bbf7d0;border-radius:999px;padding:8px 12px;font-weight:900}.wmg-card-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.wmg-card-actions a,.wmg-project-home-grid a{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:11px 16px;font-weight:900;text-decoration:none}.wmg-card-actions a:first-child,.wmg-project-home-grid a{background:linear-gradient(135deg,#2453d7,#3568ff);color:#fff}.wmg-card-actions a:last-child{background:#fff;border:1px solid var(--wmg-border);color:#2453d7}.wmg-region-section{padding:44px 0}.wmg-region-shell{position:relative;overflow:hidden;border-radius:34px;background:radial-gradient(circle at 5% 20%,rgba(56,189,248,.18),transparent 26%),linear-gradient(135deg,#071228,#173b99);color:#fff;text-align:center;padding:50px 36px;box-shadow:0 28px 75px rgba(7,18,40,.24)}.wmg-region-shell h2{color:#fff;font-size:38px;margin:0 0 14px}.wmg-region-shell p{max-width:980px;margin:0 auto 24px;color:rgba(255,255,255,.86);line-height:1.9}.wmg-tags{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.wmg-tags a{display:inline-flex;border:1px solid rgba(255,255,255,.20);background:rgba(255,255,255,.09);color:#fff;padding:11px 15px;border-radius:999px;text-decoration:none;font-weight:800}.wmg-project-showcase{padding:44px 15px}.wmg-project-home-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.wmg-project-home-grid article{overflow:hidden;border-radius:28px;background:#fff;border:1px solid var(--wmg-border);box-shadow:0 22px 58px rgba(15,23,42,.08);transition:.28s}.wmg-project-home-grid article:hover{transform:translateY(-8px)}.wmg-project-home-grid img{width:100%;height:210px;object-fit:cover}.wmg-project-home-grid div{padding:20px}.wmg-project-home-grid small{color:#ff6a13;font-weight:900;letter-spacing:.04em}.wmg-project-home-grid h3{font-size:21px;color:#0f172a;line-height:1.3;min-height:56px}.wmg-local-seo-copy{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;padding:42px 15px}.wmg-local-card{border:1px solid var(--wmg-border);border-radius:28px;background:#fff;padding:28px;box-shadow:0 20px 54px rgba(15,23,42,.07)}.wmg-local-card h2{font-size:26px;line-height:1.25;color:#0f172a}.wmg-local-card p{line-height:1.9;color:#475569}.wmg-faq-home{padding:44px 15px}.wmg-faq-grid{display:grid;gap:14px;max-width:1050px;margin:0 auto}.wmg-faq-grid details{background:#fff;border:1px solid var(--wmg-border);border-radius:22px;padding:18px 22px;box-shadow:0 16px 40px rgba(15,23,42,.05)}.wmg-faq-grid summary{cursor:pointer;font-size:18px;color:#0f172a;font-weight:900}.wmg-faq-grid p{line-height:1.8;color:#475569}.wmg-cta-final{margin-top:30px;margin-bottom:40px;padding:34px;border-radius:32px;background:linear-gradient(135deg,#ff6a13,#2453d7);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 28px 70px rgba(36,83,215,.20)}.wmg-cta-final h2{color:#fff;font-size:34px;margin:0 0 10px}.wmg-cta-final p{color:rgba(255,255,255,.88);line-height:1.8;max-width:760px}.wmg-cta-final .buton1,.wmg-cta-final .buton2{background:#fff!important;color:#173b99!important;border:0!important}.yorum.wmg-comments-modern .wrap{max-width:1100px;margin:0 auto;background:linear-gradient(135deg,#071228,#173b99);border-radius:34px;padding:34px 30px;box-shadow:0 28px 75px rgba(7,18,40,.25)}.yorum.wmg-comments-modern .cont>div{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);border-radius:28px;padding:26px;display:flex;align-items:center;gap:20px}.yorum.wmg-comments-modern .cont>div .img img{border-radius:22px;background:#fff;object-fit:cover}.yorum.wmg-comments-modern .cont h2{color:#fff}.yorum.wmg-comments-modern .cont p{color:rgba(255,255,255,.84)!important;line-height:1.75}.yorum.wmg-comments-modern .cont em{display:block;color:#fbbf24;font-style:normal;font-size:18px;margin-bottom:8px}.yorum.wmg-comments-modern .dot{background:rgba(255,255,255,.35)}.yorum.wmg-comments-modern .dot.active{background:#fff}.link1,.link2,.link3,.buton1,.buton2,.buton3{border-radius:999px!important;font-weight:900!important;text-decoration:none!important;box-shadow:0 12px 28px rgba(36,83,215,.16);transition:.25s!important}.buton3{display:inline-flex;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#fff;padding:13px 20px}.link1:hover,.link2:hover,.link3:hover,.buton1:hover,.buton2:hover,.buton3:hover{transform:translateY(-3px)}@media(max-width:1200px){.wmg-service-grid,.wmg-project-home-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:991px){.wmg-home-shell{grid-template-columns:1fr}.wmg-why-grid,.wmg-local-seo-copy{grid-template-columns:1fr}.wmg-rich-text{column-count:1}.wmg-service-grid,.wmg-project-home-grid{grid-template-columns:repeat(2,1fr)}.wmg-section-title h2{font-size:32px}.wmg-home-copy h2{font-size:34px}.wmg-cta-final{flex-direction:column;align-items:flex-start}}@media(max-width:767px){.wmg-home-shell{padding:24px;border-radius:26px}.wmg-home-copy h2{font-size:28px}.wmg-metric-grid,.wmg-service-grid,.wmg-project-home-grid{grid-template-columns:1fr}.wmg-section-title h2{font-size:28px}.wmg-rich-text{padding:22px}.wmg-why-card{min-height:auto}.wmg-region-shell{padding:32px 20px}.wmg-region-shell h2{font-size:28px}}

/* ================= WMG v25 FIX: link, hizmet, iletişim ve modern ana sayfa düzeni ================= */
:root{--wmg-blue:#2453d7;--wmg-dark:#071228;--wmg-mid:#173b99;--wmg-cyan:#38bdf8;--wmg-green:#16a34a;--wmg-orange:#ff6a13;--wmg-border:#dbe8f6;--wmg-text:#0f172a;--wmg-muted:#64748b;--wmg-soft:#f6f9ff}
.site-header{z-index:100!important}.site-header .header-inner{box-shadow:0 20px 55px rgba(15,23,42,.18)}
.wmg-mini-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;background:rgba(36,83,215,.08);border:1px solid rgba(36,83,215,.12);color:var(--wmg-blue);font-weight:900;font-size:13px;letter-spacing:.02em;margin-bottom:16px}
.wmg-section-title{text-align:center;max-width:960px;margin:0 auto 34px}.wmg-section-title span{display:inline-block;color:var(--wmg-blue);font-weight:900;letter-spacing:.16em;text-transform:uppercase;margin-bottom:12px}.wmg-section-title h2{font-size:42px;line-height:1.16;margin:0 0 12px;color:var(--wmg-text);font-weight:950}.wmg-section-title p{font-size:17px;line-height:1.8;color:#475569;margin:0 auto;max-width:860px}
.wmg-hero-wrap{position:relative;overflow:hidden;background:#050b1d}.wmg-particles{position:absolute;inset:0;pointer-events:none;overflow:hidden}.wmg-particles i{position:absolute;width:8px;height:8px;border-radius:50%;background:rgba(56,189,248,.65);box-shadow:0 0 22px rgba(56,189,248,.8);animation:wmgFloat 8s linear infinite}.wmg-particles i:nth-child(1){left:12%;top:22%;animation-delay:.1s}.wmg-particles i:nth-child(2){left:24%;top:68%;animation-delay:1s}.wmg-particles i:nth-child(3){left:46%;top:28%;animation-delay:2s}.wmg-particles i:nth-child(4){left:62%;top:76%;animation-delay:3s}.wmg-particles i:nth-child(5){left:78%;top:34%;animation-delay:4s}.wmg-particles i:nth-child(6){left:88%;top:60%;animation-delay:5s}.wmg-particles i:nth-child(7){left:38%;top:88%;animation-delay:6s}.wmg-particles i:nth-child(8){left:8%;top:78%;animation-delay:7s}@keyframes wmgFloat{0%{transform:translateY(35px) scale(.75);opacity:.15}50%{opacity:1}100%{transform:translateY(-90px) scale(1.25);opacity:.05}}
.wmg-home-intro{padding:42px 15px 28px}.wmg-home-shell{position:relative;overflow:hidden;border:1px solid rgba(56,189,248,.18);border-radius:38px;background:radial-gradient(circle at 16% 15%,rgba(56,189,248,.22),transparent 26%),radial-gradient(circle at 85% 18%,rgba(124,58,237,.20),transparent 24%),linear-gradient(135deg,#071228,#0b1735 52%,#173b99);color:#fff;padding:44px;display:grid;grid-template-columns:1.18fr .9fr;gap:28px;box-shadow:0 34px 80px rgba(7,18,40,.30)}
.wmg-home-shell:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(180deg,rgba(0,0,0,.9),transparent);pointer-events:none}.wmg-home-copy,.wmg-home-panel{position:relative;z-index:2}.wmg-home-copy h1{font-size:46px;line-height:1.12;color:#fff;margin:0 0 18px;font-weight:950}.wmg-home-copy h1 strong{color:#8fd6ff}.wmg-home-copy p{font-size:17px;line-height:1.85;color:rgba(255,255,255,.88);max-width:800px}.wmg-cta-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.wmg-home-panel{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.15);border-radius:30px;padding:26px;backdrop-filter:blur(18px)}
.wmg-metric-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:18px}.wmg-metric-grid>div{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);border-radius:22px;padding:18px}.wmg-metric-grid strong{display:block;font-size:30px;color:#fff;line-height:1.1}.wmg-metric-grid span{display:block;color:rgba(255,255,255,.75);margin-top:6px;font-weight:800}.wmg-feature-list{list-style:none;padding:0;margin:0}.wmg-feature-list li{display:flex;align-items:center;gap:12px;padding:10px 0;color:rgba(255,255,255,.90);font-weight:700}.wmg-feature-list li span{width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,var(--wmg-cyan),#22c55e);box-shadow:0 0 0 6px rgba(255,255,255,.08)}
.wmg-ai-orb{position:absolute;border-radius:50%;filter:blur(4px);opacity:.65;z-index:1}.orb-1{width:180px;height:180px;right:6%;top:-60px;background:radial-gradient(circle,#38bdf8,transparent 68%);animation:wmgPulse 5s infinite}.orb-2{width:220px;height:220px;left:-70px;bottom:-70px;background:radial-gradient(circle,#7c3aed,transparent 70%);animation:wmgPulse 7s infinite reverse}@keyframes wmgPulse{0%,100%{transform:scale(.95);opacity:.45}50%{transform:scale(1.08);opacity:.75}}
.wmg-services-modern-home,.wmg-service-page-grid-section{padding-top:42px}.wmg-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.wmg-service-home-card{position:relative;overflow:hidden;background:#fff;border:1px solid var(--wmg-border);border-radius:30px;box-shadow:0 24px 60px rgba(15,23,42,.08);transition:.28s}.wmg-service-home-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 0%,rgba(56,189,248,.14),transparent 34%),radial-gradient(circle at 100% 30%,rgba(36,83,215,.12),transparent 30%);opacity:.85;pointer-events:none}.wmg-service-home-card:hover{transform:translateY(-8px);box-shadow:0 34px 74px rgba(15,23,42,.14);border-color:rgba(36,83,215,.35)}.wmg-service-home-card figure{margin:0;position:relative;overflow:hidden;height:232px}.wmg-service-home-card figure img{width:100%;height:100%;object-fit:cover;display:block;transition:.35s}.wmg-service-home-card:hover figure img{transform:scale(1.05)}.wmg-service-home-card>div{position:relative;z-index:2;padding:22px}.wmg-service-home-card small{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(36,83,215,.08);color:var(--wmg-blue);font-weight:900;margin-bottom:12px}.wmg-service-home-card h3{font-size:25px;line-height:1.25;color:var(--wmg-text);margin:0 0 10px;font-weight:950}.wmg-service-home-card p{color:#475569;line-height:1.75;min-height:74px}.wmg-price-line span{display:inline-flex;background:#fff7ed;border:1px solid #fed7aa;color:#c2410c;border-radius:999px;padding:9px 14px;font-weight:950;margin:4px 0 14px}.wmg-card-actions{display:flex;gap:10px;flex-wrap:wrap}.wmg-card-actions a,.wmg-service-home-card .link1,.wmg-service-home-card .link2{display:inline-flex!important;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border-radius:999px;background:linear-gradient(135deg,#2453d7,#173b99);color:#fff!important;font-weight:900;text-decoration:none!important;box-shadow:0 12px 26px rgba(36,83,215,.25)}.wmg-card-actions a:nth-child(2),.wmg-service-home-card .link2{background:linear-gradient(135deg,#ff6a13,#ff8b38);box-shadow:0 12px 26px rgba(255,106,19,.24)}
.wmg-why-section{padding:52px 15px}.wmg-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.wmg-why-card{position:relative;overflow:hidden;min-height:245px;padding:28px;border:1px solid var(--wmg-border);border-radius:30px;background:linear-gradient(180deg,#fff,#f7fbff);box-shadow:0 24px 60px rgba(15,23,42,.07);transition:.28s}.wmg-why-card:before{content:"";position:absolute;right:-50px;bottom:-50px;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(36,83,215,.18),transparent 68%)}.wmg-why-card:hover{transform:translateY(-7px);box-shadow:0 32px 72px rgba(15,23,42,.13)}.wmg-why-icon{width:68px;height:68px;display:flex;align-items:center;justify-content:center;border-radius:22px;background:linear-gradient(135deg,#eff6ff,#ffffff);border:1px solid var(--wmg-border);box-shadow:0 16px 30px rgba(36,83,215,.10);margin-bottom:18px}.wmg-why-icon img{width:42px;height:42px;object-fit:contain}.wmg-why-card b{position:absolute;right:24px;top:22px;font-size:46px;line-height:1;color:rgba(36,83,215,.10);font-weight:950}.wmg-why-card h3{font-size:25px;line-height:1.25;color:var(--wmg-text);font-weight:950;margin:0 0 10px}.wmg-why-card p{color:#475569;line-height:1.75;margin:0}
.wmg-seo-text-block{padding:46px 15px}.wmg-rich-text{background:#fff;border:1px solid var(--wmg-border);border-radius:30px;padding:30px 34px;box-shadow:0 24px 60px rgba(15,23,42,.07)}.wmg-rich-text p{font-size:17px;line-height:1.95;color:#334155;margin:0 0 16px}.wmg-region-section{padding:54px 0;background:linear-gradient(135deg,#071228,#173b99);margin:34px 0;color:#fff}.wmg-region-shell{text-align:center;max-width:1100px;margin:auto}.wmg-region-shell h2{font-size:38px;color:#fff;margin:0 0 14px}.wmg-region-shell p{font-size:17px;line-height:1.85;color:rgba(255,255,255,.86)}.wmg-tags{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:24px}.wmg-tags a{display:inline-flex;padding:10px 15px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);color:#fff!important;text-decoration:none;font-weight:900}
.wmg-project-showcase{padding:48px 15px}.wmg-project-home-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.wmg-project-home-grid article{overflow:hidden;border-radius:26px;background:#fff;border:1px solid var(--wmg-border);box-shadow:0 20px 50px rgba(15,23,42,.08);transition:.25s}.wmg-project-home-grid article:hover{transform:translateY(-6px)}.wmg-project-home-grid img{width:100%;height:190px;object-fit:cover}.wmg-project-home-grid div{padding:18px}.wmg-project-home-grid small{color:var(--wmg-blue);font-weight:900}.wmg-project-home-grid h3{font-size:20px;line-height:1.35;color:var(--wmg-text);margin:8px 0 14px}.wmg-project-home-grid a{display:inline-flex;padding:9px 13px;border-radius:999px;background:#eff6ff;color:#173b99!important;font-weight:900;text-decoration:none!important}
.wmg-local-seo-copy{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:34px 15px}.wmg-local-card{background:#fff;border:1px solid var(--wmg-border);border-radius:26px;padding:26px;box-shadow:0 18px 45px rgba(15,23,42,.06)}.wmg-local-card h2{font-size:25px;color:var(--wmg-text);line-height:1.3;margin:0 0 12px}.wmg-local-card p{color:#475569;line-height:1.8}.wmg-faq-home{padding:46px 15px}.wmg-faq-grid{display:grid;gap:14px;max-width:980px;margin:auto}.wmg-faq-grid details{background:#fff;border:1px solid var(--wmg-border);border-radius:22px;padding:18px 20px;box-shadow:0 14px 34px rgba(15,23,42,.05)}.wmg-faq-grid summary{cursor:pointer;font-size:18px;font-weight:950;color:var(--wmg-text)}.wmg-faq-grid p{color:#475569;line-height:1.75}.wmg-cta-final{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#ff6a13,#2453d7);border-radius:34px;padding:34px;margin-top:26px;margin-bottom:40px;color:#fff;box-shadow:0 28px 70px rgba(36,83,215,.22)}.wmg-cta-final h2{color:#fff;font-size:34px;margin:0 0 10px}.wmg-cta-final p{color:rgba(255,255,255,.9);line-height:1.75;margin:0}.wmg-cta-final .buton1,.wmg-cta-final .buton2{background:#fff!important;color:#173b99!important;border-radius:999px;padding:13px 20px;text-decoration:none!important;font-weight:950}
.wmg-page-head-fix{min-height:auto!important;padding:72px 0 46px!important;background:linear-gradient(135deg,#071228,#173b99)!important;color:#fff!important}.wmg-page-head-fix .baslik h1{color:#fff!important;font-size:46px}.wmg-page-head-fix .baslik p{color:rgba(255,255,255,.82)!important;font-size:17px;line-height:1.7}.wmg-service-page-intro{padding:46px 15px 20px;text-align:center;max-width:1050px}.wmg-service-page-intro h2{font-size:42px;color:var(--wmg-text);line-height:1.18}.wmg-service-page-intro p{font-size:17px;line-height:1.9;color:#475569}.wmg-service-page-card{height:100%}
.wmg-contact-pro{position:relative}.wmg-contact-panel,.wmg-form-panel,.wmg-map-panel{background:#fff;border:1px solid var(--wmg-border);border-radius:30px;box-shadow:0 22px 60px rgba(15,23,42,.08)}.wmg-contact-panel{padding:30px;height:100%}.wmg-contact-panel h2{font-size:36px;line-height:1.18;color:var(--wmg-text);margin:0 0 12px}.wmg-contact-panel p{color:#475569;line-height:1.85}.wmg-contact-cards{display:grid;gap:12px;margin:22px 0}.wmg-contact-cards a,.wmg-contact-cards div{display:flex;flex-direction:column;padding:16px 18px;border-radius:20px;background:#f8fbff;border:1px solid var(--wmg-border);text-decoration:none!important}.wmg-contact-cards strong{color:var(--wmg-text)}.wmg-contact-cards span{color:#475569;margin-top:4px}.wmg-form-panel{padding:28px}.wmg-form-panel #sayfa-iletisim-form{width:100%!important;margin:0!important}.wmg-form-panel .col-md-12,.wmg-form-panel .col-md-6{margin-bottom:14px}.wmg-form-panel .form-control{border-radius:16px!important;border:1px solid var(--wmg-border)!important;padding:14px 16px!important;height:auto!important;box-shadow:none!important}.wmg-form-panel textarea.form-control{min-height:132px}.wmg-form-panel label{font-weight:900;color:var(--wmg-text)}.wmg-whatsapp-inline{display:inline-flex!important;margin-left:10px;border-radius:999px!important}.wmg-form-alert{border-radius:18px;padding:14px 16px;margin-bottom:16px;font-weight:900}.wmg-form-alert.ok{background:#dcfce7;color:#166534}.wmg-form-alert.err{background:#fee2e2;color:#991b1b}.wmg-map-panel{overflow:hidden;margin-top:26px}.wmg-map-panel iframe{width:100%;height:380px;border:0;display:block}
.wmg-blog-page-modern .row{display:flex;flex-wrap:wrap}.wmg-blog-card{display:flex;flex-direction:column}.wmg-blog-card .post-thumb{height:240px;overflow:hidden;border-radius:24px 24px 0 0}.wmg-blog-card .post-thumb img{width:100%;height:100%;object-fit:cover;display:block}.wmg-blog-card .entry-content-2{background:#fff;border:1px solid var(--wmg-border);border-top:none;border-radius:0 0 24px 24px;padding:24px;min-height:245px;box-shadow:0 20px 50px rgba(15,23,42,.06)}.wmg-blog-card .post-title a{font-size:22px;line-height:1.35;color:var(--wmg-text)!important;text-decoration:none!important}.wmg-blog-card p{color:#475569;line-height:1.75}
.wmg-page-hero-block{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:stretch;margin:44px auto 28px;padding:30px;border:1px solid var(--wmg-border);background:linear-gradient(135deg,#ffffff,#f7fbff);border-radius:30px;box-shadow:0 20px 50px rgba(15,23,42,.06)}.wmg-page-hero-block h2{font-size:38px;line-height:1.18;margin:0 0 12px;color:var(--wmg-text)}.wmg-page-hero-block p{line-height:1.85;color:#475569}.wmg-hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.wmg-hero-stats div{border-radius:22px;background:#0f172a;padding:18px;box-shadow:0 18px 42px rgba(15,23,42,.18)}.wmg-hero-stats strong{display:block;color:#fff;font-size:28px}.wmg-hero-stats span{color:rgba(255,255,255,.72);font-weight:800}.wmg-pro-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:50px}.wmg-pro-card{overflow:hidden;border:1px solid var(--wmg-border);border-radius:28px;background:#fff;box-shadow:0 18px 46px rgba(15,23,42,.07);transition:.25s}.wmg-pro-card:hover{transform:translateY(-6px);box-shadow:0 28px 60px rgba(15,23,42,.12)}.wmg-pro-card figure{margin:0}.wmg-pro-card figure img{width:100%;height:220px;object-fit:cover}.wmg-pro-body{padding:20px}.wmg-pro-body small{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(36,83,215,.08);color:var(--wmg-blue);font-weight:900;margin-bottom:12px}.wmg-pro-body h3{font-size:22px;line-height:1.35;color:var(--wmg-text);margin:0 0 10px}.wmg-pro-body p{line-height:1.7;color:#475569}.wmg-tag-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.wmg-tag-row span{padding:8px 11px;border-radius:999px;background:#eff6ff;border:1px solid var(--wmg-border);color:#173b99;font-size:12px;font-weight:900}.wmg-ref-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:50px}.wmg-ref-card{display:flex;flex-direction:column;gap:14px;align-items:flex-start;padding:18px;border-radius:24px;background:#fff;border:1px solid var(--wmg-border);box-shadow:0 16px 40px rgba(15,23,42,.06);transition:.25s}.wmg-ref-card:hover{transform:translateY(-4px)}.wmg-ref-card img{width:100%;border-radius:18px;background:#f8fbff}.wmg-ref-card h3{margin:0;color:var(--wmg-text);font-size:20px}.wmg-ref-card p{margin:6px 0 0;color:#64748b;line-height:1.6}
.wmg-comments-modern{background:linear-gradient(180deg,#f8fbff,#eef4ff);padding:54px 0!important}.wmg-comments-modern .vitrin-baslik h3{font-size:38px;color:var(--wmg-text)}.wmg-comments-modern .wrap{max-width:1100px;margin:0 auto;background:linear-gradient(135deg,#071228,#173b99);border-radius:34px;padding:34px 28px;box-shadow:0 24px 70px rgba(15,23,42,.22)}.wmg-comments-modern .cont>div{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);border-radius:26px;padding:28px;display:flex;align-items:center;gap:20px}.wmg-comments-modern .cont img{border-radius:20px;background:#fff}.wmg-comments-modern .cont em{display:block;color:#fbbf24;font-style:normal;font-weight:950;margin-bottom:10px}.wmg-comments-modern .cont h2{color:#fff}.wmg-comments-modern .cont p{color:rgba(255,255,255,.86)!important;line-height:1.8}.wmg-comments-modern .dot{background:rgba(255,255,255,.34)}.wmg-comments-modern .dot.active{background:#fff}
@media(max-width:1199px){.wmg-project-home-grid{grid-template-columns:repeat(3,1fr)}.wmg-service-grid{grid-template-columns:repeat(2,1fr)}.wmg-pro-grid{grid-template-columns:repeat(2,1fr)}.wmg-ref-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:991px){.wmg-home-shell,.wmg-page-hero-block{grid-template-columns:1fr}.wmg-why-grid,.wmg-local-seo-copy{grid-template-columns:1fr}.wmg-home-copy h1{font-size:36px}.wmg-section-title h2{font-size:34px}.wmg-project-home-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.wmg-home-shell{padding:26px;border-radius:26px}.wmg-home-copy h1{font-size:30px}.wmg-metric-grid{grid-template-columns:1fr 1fr}.wmg-service-grid,.wmg-project-home-grid,.wmg-pro-grid,.wmg-ref-grid{grid-template-columns:1fr}.wmg-cta-final{flex-direction:column;align-items:flex-start}.wmg-page-head-fix .baslik h1{font-size:34px}.wmg-contact-panel,.wmg-form-panel{margin-bottom:18px}.wmg-whatsapp-inline{margin-left:0;margin-top:10px}}


/* WMG v26 layout fix: contact, footer, comments alignment */

html,body{overflow-x:hidden!important;max-width:100%!important}
/* Sabit menünün içerik üstüne binmesini yumuşat */
.site-header{max-width:calc(100% - 48px)!important}

/* İletişim sayfası grid düzeltmesi */
.wmg-contact-pro{padding-top:34px!important;padding-bottom:56px!important;position:relative;z-index:1;overflow:visible!important}
.wmg-contact-pro>.row{display:grid!important;grid-template-columns:minmax(330px,.92fr) minmax(520px,1.18fr)!important;gap:26px!important;align-items:start!important;margin-left:0!important;margin-right:0!important}
.wmg-contact-pro>.row>.col-md-5,
.wmg-contact-pro>.row>.col-md-7,
.wmg-contact-pro>.row>.col-md-12{float:none!important;width:auto!important;max-width:none!important;padding-left:0!important;padding-right:0!important}
.wmg-contact-pro>.row>.col-md-12{grid-column:1 / -1!important}
.wmg-contact-panel,.wmg-form-panel{height:auto!important;min-height:unset!important;position:relative;overflow:hidden!important}
.wmg-contact-panel{padding:34px!important;background:linear-gradient(145deg,#ffffff 0%,#f8fbff 100%)!important}
.wmg-contact-panel:before{content:"";position:absolute;right:-80px;top:-80px;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(36,83,215,.14),transparent 70%);pointer-events:none}
.wmg-contact-panel h2{font-size:34px!important;margin-bottom:16px!important;letter-spacing:-.02em!important}
.wmg-contact-panel p{font-size:16px!important;line-height:1.85!important;color:#475569!important;margin-bottom:22px!important}
.wmg-contact-cards{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;margin:22px 0 22px!important}
.wmg-contact-cards a,.wmg-contact-cards div{position:relative;display:flex!important;flex-direction:column!important;gap:4px!important;background:#fff!important;border:1px solid #dbe8f6!important;border-radius:20px!important;padding:18px 20px 18px 22px!important;box-shadow:0 12px 30px rgba(15,23,42,.045)!important;min-height:auto!important;transition:.25s!important}
.wmg-contact-cards a:hover{transform:translateY(-3px);border-color:rgba(36,83,215,.35)!important;box-shadow:0 18px 42px rgba(36,83,215,.10)!important}
.wmg-contact-cards a:before,.wmg-contact-cards div:before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:4px;border-radius:0 999px 999px 0;background:linear-gradient(180deg,#2453d7,#22c55e)}
.wmg-contact-cards strong{font-size:15px!important;color:#0f172a!important;font-weight:950!important}
.wmg-contact-cards span{font-size:15px!important;color:#334155!important;line-height:1.55!important;margin:0!important}
.wmg-contact-panel .wmg-feature-list{display:grid!important;gap:10px!important;margin-top:18px!important;padding:0!important;list-style:none!important}
.wmg-contact-panel .wmg-feature-list li{display:flex!important;align-items:center!important;gap:12px!important;color:#0f172a!important;font-weight:850!important;font-size:15px!important;padding:10px 0!important;line-height:1.45!important;opacity:1!important;visibility:visible!important}
.wmg-contact-panel .wmg-feature-list li span{display:inline-block!important;flex:0 0 12px!important;width:12px!important;height:12px!important;border-radius:50%!important;background:linear-gradient(135deg,#2453d7,#22c55e)!important;box-shadow:0 0 0 6px rgba(36,83,215,.08)!important}

.wmg-form-panel{padding:30px!important;background:linear-gradient(145deg,#ffffff 0%,#f9fcff 100%)!important;box-shadow:0 22px 60px rgba(15,23,42,.08)!important}
.wmg-form-title{display:block!important;margin:0 0 22px!important;padding:0 0 16px!important;border-bottom:1px solid #dbe8f6!important;background:transparent!important;color:#0f172a!important;font-size:24px!important;line-height:1.25!important;font-weight:950!important;letter-spacing:-.02em!important;text-align:left!important;float:none!important;width:auto!important;height:auto!important;position:relative!important}
.wmg-form-title:after{content:"";position:absolute;left:0;bottom:-1px;width:86px;height:3px;border-radius:999px;background:linear-gradient(90deg,#2453d7,#22c55e)}
.wmg-form-panel #sayfa-iletisim-form{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;width:100%!important;margin:0!important;float:none!important;clear:both!important}
.wmg-form-panel #sayfa-iletisim-form:before,.wmg-form-panel #sayfa-iletisim-form:after{display:none!important}
.wmg-form-panel #sayfa-iletisim-form>.wmg-form-title,
.wmg-form-panel #sayfa-iletisim-form>.col-md-12{grid-column:1 / -1!important}
.wmg-form-panel #sayfa-iletisim-form>.col-md-6,
.wmg-form-panel #sayfa-iletisim-form>.col-md-12{float:none!important;width:auto!important;max-width:none!important;padding:0!important;margin:0!important;min-height:0!important;position:relative!important}
.wmg-form-panel label{display:block!important;margin:0 0 8px!important;color:#0f172a!important;font-weight:900!important;font-size:14px!important;line-height:1.35!important}
.wmg-form-panel .form-control{display:block!important;width:100%!important;border-radius:17px!important;border:1px solid #dbe8f6!important;background:#fff!important;padding:15px 17px!important;height:auto!important;min-height:54px!important;font-size:15px!important;color:#0f172a!important;box-shadow:0 10px 26px rgba(15,23,42,.035)!important;outline:none!important}
.wmg-form-panel .form-control:focus{border-color:#2453d7!important;box-shadow:0 0 0 4px rgba(36,83,215,.10)!important}
.wmg-form-panel textarea.form-control{min-height:144px!important;resize:vertical!important}
.wmg-form-panel .buton1,.wmg-form-panel .buton2{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;padding:13px 20px!important;border-radius:999px!important;margin:0 10px 0 0!important;float:none!important;line-height:1.2!important}
.wmg-map-panel{grid-column:1/-1!important;border-radius:30px!important;margin-top:2px!important;overflow:hidden!important;box-shadow:0 22px 60px rgba(15,23,42,.10)!important;border:1px solid #dbe8f6!important}
.wmg-map-panel iframe{width:100%!important;height:420px!important;display:block!important;border:0!important;filter:saturate(.98) contrast(.98)!important}

/* Yorum başlığını tam ortaya al */
.wmg-comments-modern .row{margin-left:0!important;margin-right:0!important}
.wmg-comments-modern .vitrin-baslik{float:none!important;width:100%!important;max-width:900px!important;margin:0 auto 32px!important;text-align:center!important;padding-left:15px!important;padding-right:15px!important;display:block!important}
.wmg-comments-modern .vitrin-baslik h3{display:block!important;text-align:center!important;margin-left:auto!important;margin-right:auto!important;max-width:820px!important;line-height:1.15!important;letter-spacing:-.03em!important}
.wmg-comments-modern .vitrin-baslik p{display:block!important;text-align:center!important;margin:14px auto 0!important;max-width:760px!important;color:#334155!important;line-height:1.75!important;font-size:16px!important}
.wmg-comments-modern .wrap{max-width:1100px!important;margin-left:auto!important;margin-right:auto!important}

/* Footer taşma ve sıralama düzeltmesi */
footer.container-fluid{position:relative!important;overflow:hidden!important;background:#071228!important;padding:58px 0 0!important;margin:0!important;color:#dbe4f0!important;z-index:1!important}
footer.container-fluid:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 20%,rgba(36,83,215,.16),transparent 26%),radial-gradient(circle at 82% 10%,rgba(34,197,94,.08),transparent 24%);pointer-events:none}
footer>.container{position:relative!important;max-width:1240px!important;width:calc(100% - 48px)!important;margin:0 auto!important;padding:0!important}
footer>.container>.row{display:grid!important;grid-template-columns:minmax(260px,1.15fr) repeat(auto-fit,minmax(185px,1fr))!important;gap:28px!important;align-items:start!important;margin:0!important;width:100%!important}
footer .col-md-3,footer .col-xs-12,footer .sol,footer .icerik,footer .sag{float:none!important;width:auto!important;max-width:none!important;padding:0!important;margin:0!important;min-height:0!important}
footer .sol{background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035))!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:28px!important;padding:24px!important;box-shadow:0 22px 55px rgba(0,0,0,.20)!important;overflow:hidden!important}
footer .sol .logo img{max-width:190px!important;width:auto!important;height:auto!important;display:block!important;margin:0 0 16px!important}
footer .sol p,footer .sag p{font-size:15px!important;line-height:1.75!important;color:#dbe4f0!important;text-align:left!important;margin:0 0 18px!important}
footer .sol span{display:block!important;margin:18px 0 12px!important;color:#fff!important;font-size:18px!important;font-weight:950!important;text-align:left!important}
footer .sol ul{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;padding:0!important;margin:0 0 14px!important;list-style:none!important;float:none!important}
footer .sol ul li{float:none!important;margin:0!important;padding:0!important}
footer .sol ul li a{display:flex!important;align-items:center!important;justify-content:center!important;width:38px!important;height:38px!important;border-radius:12px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.10)!important;transition:.25s!important}
footer .sol ul li a:hover{transform:translateY(-3px);background:rgba(36,83,215,.24)!important}
footer .sol .duyuru{max-width:82px!important;height:auto!important;margin-top:10px!important;opacity:.95!important}
footer .icerik h4,footer .sag h5{position:relative!important;color:#fff!important;font-size:22px!important;font-weight:950!important;margin:0 0 20px!important;padding:0 0 11px!important;text-align:left!important;line-height:1.25!important}
footer .icerik h4:after,footer .sag h5:after{content:"";position:absolute;left:0;bottom:0;width:52px;height:3px;border-radius:999px;background:#22c55e}
footer .icerik a{display:flex!important;align-items:center!important;min-height:36px!important;border-bottom:1px solid rgba(255,255,255,.08)!important;color:#e2e8f0!important;font-size:16px!important;text-decoration:none!important;padding:8px 0!important;line-height:1.35!important;transition:.2s!important}
footer .icerik a:hover{color:#fff!important;padding-left:6px!important}
footer .sag .buton1,footer .sag .buton2{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:260px!important;margin:10px 0 0!important;padding:13px 16px!important;border-radius:999px!important;text-decoration:none!important;background:linear-gradient(135deg,#2453d7,#3568ff)!important;color:#fff!important;font-weight:900!important;box-shadow:0 14px 34px rgba(36,83,215,.22)!important}
footer .sag .buton2{background:linear-gradient(135deg,#7c3aed,#fb5b73)!important}
footer .copyright{position:relative!important;margin-top:42px!important;padding:16px 12px!important;background:rgba(0,0,0,.24)!important;text-align:center!important;color:#dbe4f0!important;font-size:14px!important;line-height:1.6!important;width:100%!important;clear:both!important}
footer .copyright a{display:inline-flex!important;margin:0 8px!important;padding:6px 12px!important;border-radius:8px!important;background:rgba(255,255,255,.10)!important;color:#fff!important;text-decoration:none!important}

@media(max-width:991px){
  .wmg-contact-pro>.row{grid-template-columns:1fr!important;gap:20px!important}
  footer>.container>.row{grid-template-columns:1fr 1fr!important}
  footer .sol{grid-column:1/-1!important}
}
@media(max-width:767px){
  .site-header{max-width:calc(100% - 24px)!important}
  .wmg-contact-pro{padding-left:14px!important;padding-right:14px!important}
  .wmg-form-panel #sayfa-iletisim-form{grid-template-columns:1fr!important}
  .wmg-form-panel .buton1,.wmg-form-panel .buton2{width:100%!important;margin:0 0 10px!important}
  .wmg-map-panel iframe{height:330px!important}
  footer>.container{width:calc(100% - 28px)!important}
  footer>.container>.row{grid-template-columns:1fr!important}
  .wmg-comments-modern .vitrin-baslik h3{font-size:30px!important}
}


/* WMG v27 HARD CONTACT + FOOTER FIX */

html,body{overflow-x:hidden!important}.container{max-width:1240px}
.wmg-page-head-fix{padding:110px 0 56px!important;background:linear-gradient(135deg,#071228 0%,#173b99 100%)!important;overflow:hidden!important}.wmg-page-head-fix .container{max-width:1240px!important;margin:0 auto!important;width:calc(100% - 48px)!important}.wmg-page-head-fix .baslik{float:none!important;width:100%!important;max-width:760px!important;text-align:left!important;margin:0!important}.wmg-page-head-fix .baslik h1{font-size:50px!important;color:#fff!important;line-height:1.08!important;margin:0 0 18px!important}.wmg-page-head-fix .baslik p{color:#e7efff!important;font-size:18px!important;line-height:1.7!important;margin:0!important}.wmg-page-head-fix .breadcrumb{float:none!important;display:flex!important;gap:10px!important;margin:14px 0 0!important;padding:0!important;list-style:none!important;background:transparent!important}.wmg-page-head-fix .breadcrumb li,.wmg-page-head-fix .breadcrumb a,.wmg-page-head-fix .breadcrumb span{color:rgba(255,255,255,.78)!important;font-weight:700!important;text-decoration:none!important}
.wmg-contact-v27{position:relative!important;background:linear-gradient(180deg,#f8fbff 0%,#ffffff 60%,#f8fbff 100%)!important;padding:70px 0 62px!important;clear:both!important;overflow:hidden!important}.wmg-contact-wrap-v27{width:calc(100% - 48px)!important;max-width:1240px!important;margin:0 auto!important}.wmg-contact-grid-v27{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:34px!important;align-items:stretch!important;margin:0!important;padding:0!important}.wmg-contact-info-v27,.wmg-contact-form-v27{min-width:0!important;background:linear-gradient(145deg,#ffffff 0%,#f9fcff 100%)!important;border:1px solid #dbe8f6!important;border-radius:30px!important;box-shadow:0 24px 70px rgba(15,23,42,.08)!important;padding:34px!important;float:none!important;width:100%!important;max-width:none!important;position:relative!important;left:auto!important;right:auto!important;top:auto!important;transform:none!important}.wmg-contact-info-v27 h2{font-size:36px!important;line-height:1.18!important;color:#0f172a!important;margin:0 0 16px!important;font-weight:950!important;letter-spacing:-.035em!important}.wmg-contact-info-v27 p{font-size:16px!important;line-height:1.85!important;color:#334155!important;margin:0 0 24px!important}.wmg-contact-card-list-v27{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}.wmg-contact-card-list-v27 a,.wmg-contact-card-list-v27 div{display:block!important;padding:18px 20px 18px 22px!important;background:#fff!important;border:1px solid #dbe8f6!important;border-left:4px solid #2453d7!important;border-radius:18px!important;text-decoration:none!important;box-shadow:0 12px 34px rgba(15,23,42,.045)!important}.wmg-contact-card-list-v27 strong{display:block!important;color:#0f172a!important;font-weight:950!important;font-size:15px!important;margin:0 0 6px!important}.wmg-contact-card-list-v27 span{display:block!important;color:#334155!important;font-size:15px!important;line-height:1.55!important;margin:0!important}.wmg-contact-card-list-v27 a:nth-child(2),.wmg-contact-card-list-v27 div:nth-child(4){border-left-color:#22c55e!important}.wmg-contact-benefits-v27{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;margin-top:22px!important}.wmg-contact-benefits-v27 span{position:relative!important;display:block!important;padding-left:30px!important;color:#0f172a!important;font-size:15px!important;font-weight:850!important;line-height:1.5!important}.wmg-contact-benefits-v27 span:before{content:""!important;position:absolute!important;left:2px!important;top:4px!important;width:12px!important;height:12px!important;border-radius:50%!important;background:linear-gradient(135deg,#2453d7,#22c55e)!important;box-shadow:0 0 0 6px rgba(36,83,215,.08)!important}
.wmg-contact-form-v27{background:linear-gradient(145deg,#ffffff 0%,#f0fff8 100%)!important}.wmg-form-v27{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important;margin:0!important;padding:0!important;width:100%!important;float:none!important}.wmg-form-v27 *{box-sizing:border-box!important}.wmg-form-v27 h3{grid-column:1/-1!important;display:block!important;margin:0 0 8px!important;padding:0 0 16px!important;border-bottom:1px solid #dbe8f6!important;color:#0f172a!important;font-size:26px!important;line-height:1.25!important;font-weight:950!important;position:relative!important;background:transparent!important}.wmg-form-v27 h3:after{content:""!important;position:absolute!important;left:0!important;bottom:-1px!important;width:90px!important;height:3px!important;border-radius:999px!important;background:linear-gradient(90deg,#2453d7,#22c55e)!important}.wmg-form-v27 .field,.wmg-form-v27 .actions{float:none!important;width:auto!important;max-width:none!important;min-width:0!important;margin:0!important;padding:0!important}.wmg-form-v27 .full{grid-column:1/-1!important}.wmg-form-v27 label{display:block!important;margin:0 0 8px!important;color:#0f172a!important;font-size:14px!important;font-weight:900!important}.wmg-form-v27 input,.wmg-form-v27 textarea{display:block!important;width:100%!important;min-height:56px!important;border:1px solid #dbe8f6!important;border-radius:17px!important;background:#fff!important;padding:15px 17px!important;color:#0f172a!important;font-size:15px!important;line-height:1.45!important;box-shadow:0 10px 26px rgba(15,23,42,.035)!important;outline:none!important}.wmg-form-v27 textarea{min-height:155px!important;resize:vertical!important}.wmg-form-v27 input:focus,.wmg-form-v27 textarea:focus{border-color:#2453d7!important;box-shadow:0 0 0 4px rgba(36,83,215,.1)!important}.wmg-form-v27 .actions{display:flex!important;flex-wrap:wrap!important;gap:12px!important;align-items:center!important}.wmg-form-v27 .actions .buton1,.wmg-form-v27 .actions .buton2{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:50px!important;border-radius:999px!important;padding:14px 22px!important;margin:0!important;text-decoration:none!important;font-weight:950!important;line-height:1.2!important;float:none!important;border:0!important}.wmg-form-v27 .actions .buton2{background:linear-gradient(135deg,#7c3aed,#fb5b73)!important;color:#fff!important}.wmg-form-alert{grid-column:1/-1!important;border-radius:16px!important;padding:13px 16px!important;margin-bottom:16px!important;font-weight:850!important}.wmg-form-alert.ok{background:#dcfce7!important;color:#166534!important}.wmg-form-alert.err{background:#fee2e2!important;color:#991b1b!important}.wmg-map-v27{margin-top:34px!important;border-radius:30px!important;overflow:hidden!important;border:1px solid #dbe8f6!important;box-shadow:0 24px 70px rgba(15,23,42,.08)!important;background:#fff!important}.wmg-map-v27 iframe{display:block!important;width:100%!important;height:430px!important;border:0!important;filter:saturate(.98) contrast(.98)!important}
.wmg-comments-modern{clear:both!important;text-align:center!important;overflow:hidden!important}.wmg-comments-modern .row,.wmg-comments-modern .col-md-12,.wmg-comments-modern .vitrin-baslik{float:none!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.wmg-comments-head-v27,.wmg-comments-modern .vitrin-baslik{display:block!important;width:calc(100% - 48px)!important;max-width:900px!important;margin:0 auto 34px!important;text-align:center!important;clear:both!important}.wmg-comments-head-v27 h3,.wmg-comments-modern .vitrin-baslik h3{display:block!important;margin:0 auto 14px!important;text-align:center!important;color:#0f172a!important;font-size:44px!important;line-height:1.12!important;font-weight:950!important;letter-spacing:-.035em!important;max-width:850px!important}.wmg-comments-head-v27 p,.wmg-comments-modern .vitrin-baslik p{display:block!important;margin:0 auto!important;text-align:center!important;color:#334155!important;font-size:17px!important;line-height:1.75!important;max-width:760px!important}.wmg-comments-modern .wrap{max-width:1100px!important;margin-left:auto!important;margin-right:auto!important}
.wmg-footer-pro-v27{position:relative!important;display:block!important;width:100%!important;margin:0!important;padding:64px 0 0!important;background:#071228!important;color:#dbe4f0!important;overflow:hidden!important;clear:both!important;z-index:1!important}.wmg-footer-pro-v27:before{content:""!important;position:absolute!important;inset:0!important;background:radial-gradient(circle at 12% 20%,rgba(36,83,215,.18),transparent 28%),radial-gradient(circle at 85% 12%,rgba(34,197,94,.09),transparent 26%)!important;pointer-events:none!important}.wmg-footer-wrap-v27{position:relative!important;width:calc(100% - 48px)!important;max-width:1240px!important;margin:0 auto!important;display:grid!important;grid-template-columns:1.25fr repeat(3,minmax(160px,.75fr)) 1fr!important;gap:30px!important;align-items:start!important}.wmg-footer-brand-v27,.wmg-footer-col-v27,.wmg-footer-contact-v27{min-width:0!important;float:none!important;width:auto!important;max-width:none!important;margin:0!important;padding:0!important}.wmg-footer-brand-v27{background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035))!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:28px!important;padding:26px!important;box-shadow:0 22px 55px rgba(0,0,0,.18)!important}.wmg-footer-logo-v27 img{display:block!important;width:auto!important;max-width:190px!important;height:auto!important;margin:0 0 18px!important}.wmg-footer-brand-v27 p,.wmg-footer-contact-v27 p{font-size:15px!important;line-height:1.75!important;color:#dbe4f0!important;margin:0 0 18px!important;text-align:left!important}.wmg-social-title-v27{font-size:17px!important;font-weight:950!important;color:#fff!important;margin:18px 0 12px!important}.wmg-social-v27{display:flex!important;align-items:center!important;gap:10px!important;list-style:none!important;margin:0!important;padding:0!important}.wmg-social-v27 li{margin:0!important;padding:0!important;float:none!important}.wmg-social-v27 a{display:flex!important;align-items:center!important;justify-content:center!important;width:40px!important;height:40px!important;border-radius:13px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.10)!important;text-decoration:none!important;transition:.25s!important}.wmg-social-v27 a:hover{transform:translateY(-3px)!important;background:rgba(36,83,215,.24)!important}.wmg-footer-col-v27 h4,.wmg-footer-contact-v27 h4{position:relative!important;color:#fff!important;font-size:22px!important;line-height:1.25!important;font-weight:950!important;margin:0 0 18px!important;padding:0 0 12px!important;text-align:left!important}.wmg-footer-col-v27 h4:after,.wmg-footer-contact-v27 h4:after{content:""!important;position:absolute!important;left:0!important;bottom:0!important;width:52px!important;height:3px!important;border-radius:999px!important;background:#22c55e!important}.wmg-footer-col-v27 a{display:flex!important;align-items:center!important;min-height:38px!important;border-bottom:1px solid rgba(255,255,255,.08)!important;color:#e2e8f0!important;text-decoration:none!important;font-size:16px!important;line-height:1.35!important;padding:8px 0!important;transition:.2s!important}.wmg-footer-col-v27 a:hover{color:#fff!important;padding-left:6px!important}.wmg-footer-call-v27,.wmg-footer-mail-v27{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:48px!important;margin:10px 0 0!important;border-radius:999px!important;padding:13px 16px!important;text-decoration:none!important;color:#fff!important;font-weight:950!important;background:linear-gradient(135deg,#2453d7,#3568ff)!important;box-shadow:0 14px 34px rgba(36,83,215,.22)!important}.wmg-footer-mail-v27{background:linear-gradient(135deg,#7c3aed,#fb5b73)!important}.wmg-footer-bottom-v27{position:relative!important;margin-top:46px!important;padding:17px 12px!important;background:rgba(0,0,0,.24)!important;text-align:center!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:14px!important;flex-wrap:wrap!important;color:#dbe4f0!important;font-size:14px!important;line-height:1.5!important}.wmg-footer-bottom-v27 a{display:inline-flex!important;padding:7px 14px!important;border-radius:9px!important;background:rgba(255,255,255,.10)!important;color:#fff!important;text-decoration:none!important;font-weight:900!important}
footer.container-fluid{display:none!important}
@media(max-width:1200px){.wmg-footer-wrap-v27{grid-template-columns:1.2fr repeat(2,1fr)!important}.wmg-footer-contact-v27{grid-column:auto!important}}
@media(max-width:991px){.wmg-contact-grid-v27{grid-template-columns:1fr!important}.wmg-footer-wrap-v27{grid-template-columns:1fr 1fr!important}.wmg-footer-brand-v27{grid-column:1/-1!important}.wmg-page-head-fix .baslik h1{font-size:42px!important}}
@media(max-width:767px){.wmg-page-head-fix{padding:96px 0 42px!important}.wmg-page-head-fix .container,.wmg-contact-wrap-v27,.wmg-footer-wrap-v27,.wmg-comments-head-v27{width:calc(100% - 28px)!important}.wmg-contact-v27{padding:38px 0!important}.wmg-contact-info-v27,.wmg-contact-form-v27{padding:24px!important;border-radius:24px!important}.wmg-form-v27{grid-template-columns:1fr!important}.wmg-form-v27 .half{grid-column:1/-1!important}.wmg-form-v27 .actions .buton1,.wmg-form-v27 .actions .buton2{width:100%!important}.wmg-map-v27 iframe{height:330px!important}.wmg-footer-wrap-v27{grid-template-columns:1fr!important}.wmg-comments-head-v27 h3,.wmg-comments-modern .vitrin-baslik h3{font-size:32px!important}.wmg-footer-bottom-v27{gap:8px!important}.wmg-page-head-fix .baslik h1{font-size:36px!important}}

/* WMG v28 Slider/Hero Professional Animation Fix */
.wmg-hero-v28#anasayfa-slider{position:relative!important;min-height:760px!important;height:auto!important;overflow:hidden!important;background:#050a18!important;color:#fff!important;padding:150px 0 112px!important;display:block!important;isolation:isolate!important}
.wmg-hero-v28 *{box-sizing:border-box!important}.wmg-hero-v28:before{content:""!important;position:absolute!important;inset:0!important;background:radial-gradient(circle at 18% 22%,rgba(56,189,248,.22),transparent 26%),radial-gradient(circle at 74% 16%,rgba(124,58,237,.22),transparent 26%),radial-gradient(circle at 88% 76%,rgba(34,197,94,.13),transparent 28%),linear-gradient(135deg,#050a18 0%,#071228 45%,#0b1f56 100%)!important;z-index:-3!important}.wmg-hero-v28:after{content:""!important;position:absolute!important;inset:0!important;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px)!important;background-size:58px 58px!important;mask-image:linear-gradient(180deg,rgba(0,0,0,.95),rgba(0,0,0,.35) 80%,transparent)!important;z-index:-2!important}.wmg-hero-v28-bg{position:absolute!important;inset:-20% -10%!important;background:conic-gradient(from 90deg at 50% 50%,rgba(56,189,248,.02),rgba(124,58,237,.18),rgba(34,197,94,.10),rgba(251,91,115,.14),rgba(56,189,248,.02))!important;filter:blur(42px)!important;animation:wmgHeroAurora 14s linear infinite!important;z-index:-1!important}.wmg-neon-orbits{position:absolute!important;inset:0!important;pointer-events:none!important;z-index:2!important}.wmg-neon-orbits i{position:absolute!important;width:9px!important;height:9px!important;border-radius:50%!important;background:#38bdf8!important;box-shadow:0 0 20px #38bdf8,0 0 42px rgba(56,189,248,.65)!important;animation:wmgParticleV28 8s ease-in-out infinite!important}.wmg-neon-orbits i:nth-child(1){left:8%;top:72%;animation-delay:.2s!important}.wmg-neon-orbits i:nth-child(2){left:42%;top:28%;animation-delay:1.8s!important;background:#22c55e!important;box-shadow:0 0 20px #22c55e!important}.wmg-neon-orbits i:nth-child(3){left:79%;top:64%;animation-delay:3.1s!important;background:#fb5b73!important;box-shadow:0 0 20px #fb5b73!important}.wmg-neon-orbits i:nth-child(4){left:91%;top:31%;animation-delay:4.4s!important}.wmg-hero-v28-container{position:relative!important;z-index:5!important;width:min(1380px,calc(100% - 64px))!important;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(420px,1fr) minmax(480px,.94fr)!important;gap:48px!important;align-items:center!important}.wmg-hero-v28-copy{position:relative!important;z-index:6!important;max-width:750px!important}.wmg-hero-kicker{display:inline-flex!important;align-items:center!important;gap:9px!important;padding:11px 16px!important;border-radius:999px!important;background:rgba(56,189,248,.09)!important;border:1px solid rgba(56,189,248,.22)!important;color:#a7f3d0!important;font-size:14px!important;font-weight:950!important;letter-spacing:.045em!important;text-transform:uppercase!important;margin-bottom:22px!important;box-shadow:0 0 30px rgba(56,189,248,.10)!important}.wmg-hero-kicker:before{content:""!important;width:9px!important;height:9px!important;border-radius:50%!important;background:#22c55e!important;box-shadow:0 0 16px #22c55e!important}.wmg-hero-v28-copy h1{margin:0 0 22px!important;color:#fff!important;font-size:clamp(42px,4.8vw,76px)!important;line-height:1.02!important;letter-spacing:-.055em!important;font-weight:1000!important;text-shadow:0 22px 58px rgba(0,0,0,.45)!important}.wmg-hero-v28-copy h1 strong{background:linear-gradient(90deg,#7dd3fc,#86efac,#fb7185)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;text-shadow:none!important}.wmg-hero-v28-copy p{max-width:700px!important;color:rgba(226,232,240,.92)!important;font-size:18px!important;line-height:1.85!important;margin:0 0 24px!important;font-weight:650!important}.wmg-hero-tags-v28{display:flex!important;gap:10px!important;flex-wrap:wrap!important;margin:0 0 28px!important}.wmg-hero-tags-v28 span{display:inline-flex!important;align-items:center!important;padding:10px 14px!important;border-radius:999px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.12)!important;color:#fff!important;font-size:13px!important;font-weight:900!important;backdrop-filter:blur(12px)!important}.wmg-hero-actions-v28{display:flex!important;gap:14px!important;flex-wrap:wrap!important;align-items:center!important}.wmg-hero-actions-v28 a,.wmg-quick-lead-v28 button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:54px!important;padding:15px 24px!important;border-radius:999px!important;text-decoration:none!important;font-weight:1000!important;letter-spacing:.01em!important;border:0!important;line-height:1.2!important;transition:.25s!important;cursor:pointer!important}.wmg-primary-v28{background:linear-gradient(135deg,#22c55e,#38bdf8)!important;color:#04111f!important;box-shadow:0 18px 45px rgba(34,197,94,.25)!important}.wmg-secondary-v28{background:linear-gradient(135deg,#2453d7,#7c3aed)!important;color:#fff!important;box-shadow:0 18px 45px rgba(36,83,215,.28)!important}.wmg-ghost-v28{background:rgba(255,255,255,.08)!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important}.wmg-hero-actions-v28 a:hover,.wmg-quick-lead-v28 button:hover{transform:translateY(-4px)!important;filter:saturate(1.08)!important}.wmg-hero-v28-visual{position:relative!important;min-height:540px!important;display:flex!important;align-items:center!important;justify-content:center!important;perspective:900px!important}.wmg-hero-v28-visual img{position:relative!important;z-index:2!important;width:min(100%,760px)!important;height:auto!important;display:block!important;filter:drop-shadow(0 36px 68px rgba(0,0,0,.42)) drop-shadow(0 0 34px rgba(56,189,248,.16))!important;animation:wmgHeroFloatV28 6.5s ease-in-out infinite!important;transform-origin:center!important}.wmg-hero-v28-visual:before{content:""!important;position:absolute!important;width:78%!important;height:54%!important;border-radius:50%!important;background:radial-gradient(circle,rgba(56,189,248,.24),transparent 70%)!important;filter:blur(24px)!important;bottom:12%!important;left:9%!important;animation:wmgGlowPulseV28 5s ease-in-out infinite!important}.wmg-float-chip-v28{position:absolute!important;z-index:3!important;padding:13px 16px!important;border-radius:18px!important;background:rgba(7,18,40,.72)!important;border:1px solid rgba(255,255,255,.16)!important;color:#fff!important;font-weight:950!important;box-shadow:0 18px 42px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.08)!important;backdrop-filter:blur(16px)!important;animation:wmgChipFloatV28 5.8s ease-in-out infinite!important}.chip-a{left:2%!important;top:13%!important}.chip-b{right:4%!important;top:25%!important;animation-delay:1.2s!important}.chip-c{left:10%!important;bottom:16%!important;animation-delay:2.1s!important}.wmg-quick-lead-v28{position:absolute!important;left:50%!important;bottom:34px!important;z-index:7!important;transform:translateX(-50%)!important;width:min(840px,calc(100% - 42px))!important;display:grid!important;grid-template-columns:auto 1fr 1fr auto!important;gap:12px!important;align-items:center!important;padding:14px!important;border-radius:26px!important;background:rgba(7,18,40,.72)!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 24px 60px rgba(0,0,0,.30)!important;backdrop-filter:blur(18px)!important}.wmg-quick-lead-v28 strong{color:#fff!important;font-size:15px!important;white-space:nowrap!important;padding:0 8px!important}.wmg-quick-lead-v28 input{width:100%!important;height:52px!important;border-radius:17px!important;border:1px solid rgba(255,255,255,.14)!important;background:rgba(255,255,255,.10)!important;color:#fff!important;padding:0 16px!important;outline:none!important;font-weight:750!important}.wmg-quick-lead-v28 input::placeholder{color:rgba(255,255,255,.68)!important}.wmg-quick-lead-v28 button{min-height:52px!important;background:linear-gradient(135deg,#22c55e,#38bdf8)!important;color:#04111f!important;white-space:nowrap!important}.wmg-home-intro{padding-top:58px!important}.wmg-hero-v28+.wmg-home-intro{margin-top:0!important}
@keyframes wmgHeroAurora{0%{transform:rotate(0deg) scale(1)}50%{transform:rotate(180deg) scale(1.08)}100%{transform:rotate(360deg) scale(1)}}@keyframes wmgParticleV28{0%,100%{transform:translate3d(0,0,0) scale(.75);opacity:.35}50%{transform:translate3d(28px,-58px,0) scale(1.25);opacity:1}}@keyframes wmgHeroFloatV28{0%,100%{transform:translateY(0) rotateX(0) rotateY(0)}50%{transform:translateY(-18px) rotateX(2deg) rotateY(-3deg)}}@keyframes wmgGlowPulseV28{0%,100%{opacity:.55;transform:scale(.94)}50%{opacity:.95;transform:scale(1.05)}}@keyframes wmgChipFloatV28{0%,100%{transform:translateY(0)}50%{transform:translateY(-15px)}}
@media(max-width:1100px){.wmg-hero-v28#anasayfa-slider{padding-top:132px!important;min-height:auto!important}.wmg-hero-v28-container{grid-template-columns:1fr!important;gap:28px!important}.wmg-hero-v28-visual{min-height:auto!important}.wmg-quick-lead-v28{position:relative!important;left:auto!important;bottom:auto!important;transform:none!important;margin:34px auto 0!important;grid-template-columns:1fr 1fr!important}.wmg-quick-lead-v28 strong,.wmg-quick-lead-v28 button{grid-column:1/-1!important}.chip-a{left:6%!important}.chip-b{right:6%!important}.chip-c{left:12%!important}}
@media(max-width:767px){.wmg-hero-v28#anasayfa-slider{padding:116px 0 54px!important}.wmg-hero-v28-container{width:calc(100% - 28px)!important}.wmg-hero-v28-copy h1{font-size:36px!important}.wmg-hero-v28-copy p{font-size:16px!important}.wmg-hero-actions-v28 a{width:100%!important}.wmg-quick-lead-v28{width:calc(100% - 28px)!important;grid-template-columns:1fr!important;border-radius:22px!important}.wmg-float-chip-v28{display:none!important}.wmg-hero-tags-v28 span{font-size:12px!important}.wmg-hero-v28-visual img{max-width:112%!important}.wmg-hero-v28-visual{margin-top:10px!important}}
