

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu li a:hover {
    color: red;
}

/**
 * 01.1 - Typography
 * -----------------------------------------------
*/
body, html {
    height: 100%;
    width: 100%;
}

html, html a {
    -webkit-font-smoothing: antialiased;
}

body {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: normal;
    margin: auto !important;
    overflow-x: hidden !important;
    background: #333;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}
.yorumdis a, .yorumcevap a{
    color: #14A1D0;
    font-weight: bold;
}
.yorumdis a:hover, .yorumcevap a:hover{
    color: #14A1D0;
    text-decoration: underline!important;
}
h1 {
    font-size: 48px;
    line-height: 78px;
}

h2 {
    font-size: 34px;
    line-height: 58px;
}

h3 {
    font-size: 26px;
    line-height: 57px;
}

h4 {
    font-size: 22px;
    line-height: 39px;
}

h5 {
    font-size: 18px;
    line-height: 19px;
}

h6 {
    font-size: 14px;
    line-height: 23px;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-weight: 700;
}

img {
    max-width: 100%;

}

p {
    font-size: 14px;
    line-height: 23px;
}

a {
    outline: none !important;
    text-decoration: none !important;
    -webkit-transition: all ease 0.25s;
    -moz-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

a:hover, a:focus {
    text-decoration: none;
}

textarea:focus, input:focus {
    color: #000;
}

ul, ol {
    padding-left: 0;
    margin: 0;
}

li {
    list-style: none;
}

iframe {
    border: none;
    max-width: 100%;
}

#header {
    width: 100%;
    position: relative;
    background: #222222;
}
#header img{
    float: left;
    display: block;
    margin-left: 30px;
}
#header:after{
    content: '';
    display: block;
    clear: both;
}
.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1040px;
    background: #FFEFBF;
}

.menu {
    background: #222;
    overflow: hidden;
    text-align: right;
    padding: 21px 0 0;
}

.menu ul {
    display: inline-block;
    height: 102px;
    overflow: hidden;
}

.menu li {
    display: inline-block;
    color: #ffffff;
    margin: 40px 15px;
}

.menu li a {
    color: #FFF;
}

.headbeyaz {
    overflow: hidden;
    background: #fff;
}

.head {
    margin-left: 30px;
    color: #ed1b24;
}
.head:after{
    content: '';
    display: block;
    clear: both;
}
.head span {
    float: left;
    font-size: 38px;
    font-weight: 300;
}

.head p {
    float: left;
    margin: 9px 0 0 13px;
    font-weight: 300;
    line-height: normal;
}

.headbeyaz img{
    position: absolute;
    left: 30px;
    top: 0;
}

.ustbaslik {
    width: 100%;
    font-size: 24px;
    background: #ed1b24;
    color: #fff;
    font-weight: bold;
    padding: 5px 0 3px 30px;
    float: left;
}
a{
    color: #ed1b24;
    font-weight: bold;
}
.headsag {
    background: #ffefbf;
    overflow: hidden;
    width: 250px;
    position: absolute;
    top: 127px;
    right: 0;
}
.titanbaslik{
    background: #ed1b24;
    font-size: 35px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px 0 15px 15px;
    clear: both;
}
.headsag p {
    margin: 0;
    font-size: 42px;
    line-height: normal;
    font-weight: bold;
    color: #ed1b24;
    text-align: center;
    text-transform: uppercase;
}

.contentsol {
    float: left;
    width: 790px;
    background: #fff;
    padding: 30px 10px 0 30px;
}

.contentsol h1 {
    margin: 0;

    font-size: 27px;
    line-height: 54px;
    width: 100%;
}
.contentsol h1 p{
    margin: 0 0 15px;
}
.contentsol h1 div{
    overflow: hidden;
}
.contentsol h1 span {
    color: #ed1b24;
    display: inline-block;
    border-bottom: 2px solid;
}

.contentsol h1 img {
    float: left;
    margin-right: 24px;
}

.contentsol h1 > p {
    margin: 12px 0 0 0;
    font-size: 28px;
    line-height: normal;
}

.contentsol > p {
    width: 100%;
    margin: 0 0 30px;
    line-height: normal;
    font-weight: 300;
    font-size: 18px;
}

.video, .video a {
    float: left;
    width: 337px;
    margin-right: 20px;
}

.yazi {

}

.yazi strong {
    color: #ff0000;
    font-size: 28px;
    line-height: normal;
    margin-bottom: 20px;
    display: block;
}

.yazi strong > span {
    font-weight: 300;
    font-size: 22px;
}

.yazi p {
    margin: 0 0 20px 0;
    font-size: 17px;
    font-weight: 300;
}

.contentsol > b {
    font-size: 18px;
    color: #ff0000;
    margin-bottom: 40px;
    width: 100%;
    display: block;
}



.yazi h4 {
    margin: 0 0 30px 0;
    line-height: 28px;
    color: #ff0000;
    font-size: 28px;
}

.yazi h4 span {
    font-size: 18px;
}

.contentsol h2 {
    width: 100%;
    margin: 0 0 0 0;
    line-height: normal;
}

.contentsol h2 p {
    font-size: 17px;
    font-weight: 300;
    margin: 0;
    line-height: normal;
}

.yazi1 p {
    float: left;
    margin: 0;
    font-size: 17px;
    line-height: normal;
    font-weight: 300;
}

.yazi1 p b {
    margin: 10px 0;
    float: left;
    width: 100%;
}

.res {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.satici {
    margin-bottom: 40px;
    background: #ed1b24;
    padding: 15px;
}

.satici span {
    font-size: 24px;
    font-weight: 300;
}

.satici b {
    font-size: 32px;
    border-bottom: 2px solid;
}

.satici p {
    margin: 10px 0 0 0;
    font-size: 17px;
    line-height: normal;
    font-weight: 300;
}

.satici a {
    color: #FFF;
}

.contentsol h3 {
    width: 100%;
    margin: 0;
    line-height: 62px;
    font-size: 62px;
}

.contentsol h3 > img {
    float: left;
    margin-right: 15px;
}

.contentsol h3 p {
    margin: 0 0 0;
    font-size: 28px;
    line-height: normal;
}

.res strong {
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    color: #ff0000;
}
.yazi1:after{
    content: '';
    clear: both;
    display: block;
}
.contentsol h4 {
    margin: 0;
    line-height: 40px;
    font-size: 24px;
}

.contentsol h4 p {
    margin: 0;
    line-height: normal;
    font-size: 28px;
}

.res1 {
    float: left;
    margin-right: 20px;
}
.yazi2. .yazi3{
    overflow: hidden;
}
.yazi2 p {
    margin: 0 0 30px 0;
    font-size: 19px;
    line-height: normal;
    font-weight: 300;

}

.yazi3 p {

    font-size: 19px;
    line-height: normal;
    font-weight: 300;
    width: 100%;
}

.titanform {
    width: 100%;
    margin: 0 0 20px;
}

.titanust {
    border: 5px solid #ed1b24;
    padding: 15px;
    background: #ffefbf;
}

.titanust > span {
    font-size: 20px;
}

.link {

    width: 100%;
    margin: 22px 0;
}

.link strong {
    padding-right: 5px;
    font-size: 25px;
    line-height: normal;
    color: #000;
    border-bottom: 1px solid;
}

.link span {
    padding-right: 5px;
    font-size: 25px;
    line-height: normal;
    color: #ed1b24;
    border-bottom: 1px solid;
}

.titanust > p {
    margin: 0;
    font-weight: 300;
    font-size: 17px;
    line-height: normal;
}

.titanalt {
    background: url('../jpg/alo.jpg') no-repeat;
    background-size: cover;
    width: 100%;
    border: 5px solid #ed1b24;
    margin: -5px 0 0 0;
}

.form-inner {
    padding: 20px 0 0 20px;
}

.form-inner p {
    margin: 0;
    line-height: normal;
    font-size: 32px;
    color: #fff;
    max-width: 450px;
}

.form-inner span {
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff;
    float: left;
}

.forminput {
    width: 320px;
    margin-bottom: 16px;
}

.forminput input {
    height: 45px;
    border-radius: 8px;
    border: none;
    padding-left: 14px;
    width: 100%;
    font-size: 16px;
}

.form-inner > a {
    padding: 10px 15px;
    background: #333;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
}



.contentsag {
    background: #ffefbf;
    overflow: hidden;
}

.contentsag p {
    margin: 20px 10px 25px 20px;
    font-size: 17px;
    line-height: normal;
    font-weight: 300;
}

.contentsag strong {
    margin: 15px 0 30px 0;
    width: 100%;
    float: left;
    padding-left: 20px;
}

.contentsag p a {
    color: #000;
}

.buton {
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    background: #FF2727;
    border-radius: 7px;
    font-size: 17px;
    padding: 12px 0;
    width: 200px;
    margin: 0 auto 25px;
    text-align: center;
    cursor: pointer;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.buton:hover{


    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);

}

.faceyorumlars {
    background: #fff;
    padding: 20px;
}

.yorumdis {
    margin: 15px 0;
}

.yorumcevap {
    float: right;
    width: 890px;
    margin: 15px 0;
}

.faceresim {
    width: 110px;
    float: left;
    margin-right: 20px;
}

.faceyazi {
    width: auto;
    overflow: hidden;
}
.faceyazi img{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
}
.yorumcevap .faceyazi {
    overflow: hidden;
}

.yorumdis .faceyazi p {
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    line-height: normal;
}
.yorumdis, .yorumcevap{
    clear: both;
    margin: 0 0 15px;
}
.yorumdis:after, .yorumcevap:after{
    content: '';
    display: block;
    clear: both;
}
.faceresim img{
    width: 100%;
}
.yorumdis .faceyazi span {
    font-size: 15px;
    line-height: normal;
    margin: 0 10px 0 0;
    display: inline-block;
}

.yorumdis .faceyazi > img {
    margin-top: 10px;
}

.yorumcevap .faceyazi p {
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    line-height: normal;
}


.yorumcevap .faceyazi > img {
    margin-top: 10px;
}

.faceyazi strong {
    width: 100%;
    margin-top: 10px;
    display: block;
}

.faceyazi strong span {
    margin-right: 25px;
    color: #14A1D0;
}



@media screen and (min-width: 0\0
) {
    .contentsag {
        height: 5552px;
    }
}

#white-background {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fefefe;
    opacity: 0.7;
    z-index: 9999;
}

#dlgbox {
    
    display: none;
    position: fixed;
    width: 480px;
    z-index: 9999;
    border-radius: 10px;
    background-color: #7c7d7e;
}

#dlg-header {
    background-color: #6d84b4;
    color: white;
    font-size: 16px;
    padding: 7px;
    margin: 10px 10px 0 10px;
    font-weight: 700;
}

#dlg-body {
    background-color: white;
    color: black;
    font-size: 14px;
    padding: 10px;
    margin: 0 10px 0 10px;
    overflow: hidden;
}

#dlg-link {
    float: left;
    margin: 0 10px;
    width: 100%;
}

#dlg-link > textarea {
    width: 96%;
}

#dlg-text {
    padding: 5px;
    clear: both;
}

#dlg-footer {
    background-color: #f2f2f2;
    text-align: right;
    padding: 10px;
    margin: 0 10px 10px 10px;
}

#dlg-footer button {
    background-color: #6d84b4;
    color: white;
    width: 20%;
    padding: 5px;
    border: 0;
}
.fovid{
    margin: 0 0 20px;
}
.fovid:after{
    display: block;
    content: '';
    clear: both;
}
.headbeyaz{

}

.img_text {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.img_text p {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 4px;
}

.contentsol h1 {
    margin-bottom: 20px;
}
@media screen and (max-width: 1023px){
    .headsag{
        display: none;
    }
    .headbeyaz{
        padding-right: 0;
    }
    .headbeyaz{
        float: none;
        padding: 5px 0;
    }

    .contentsag{
        display: none;
    }
    .contentsol{
        float: none;
        width: 100%;
        padding: 20px 10px;
    }
    .yorumcevap{
        float: none;
        width: auto;
        clear: both;
    }
    .faceresim{
        width: 60px;
        float: left;
        margin-right: 10px;
    }
    .yazi1 p{
        float: none;
        width: auto!important;
        margin-left: 0!important;
    }
    .contentsol h1 img{
        width: 75px;
        margin-right: 10px;
    }
    .video, .video a{
        width: auto;
    }
}
@media screen and (max-width: 600px){
    .contentsol h1{
        font-size: 25px;
        line-height: 1.2;
    }
    #header img{
        margin-left: 0;
        width: 70px;
    }
    .faceyorumlars{
        padding: 15px;
    }
    .head p{
        margin: 5px 0 0 5px;
    }
    .menu{
        padding: 0 0 0 10px;
    }
    .menu ul{
        height: 66px;
    }
    .menu li{
        margin: 25px 10px;
    }
    .ustbaslik{
        padding: 5px;
    }
    .yazi{
        padding-left: 0;
        overflow: hidden;
    }
    .video, .video a{
        float: none;
        margin: 0 0 10px;
    }
    .contentsol h3{
        width: 100%;
        margin: 0;
        line-height: 40px;
        font-size: 36px;
    }
    .faceyazi img {
        max-width: 220px;
    }

    .img_text {
        max-width: 220px;
    }

    .img_text p {
        font-size: 10px!important;
        bottom: 1px;
    }
}
/* Night Horse requested fixes */
.headbeyaz img[src*="aaj.png"]{
    height: 125px !important;
    width: auto !important;
    max-width: 180px;
    object-fit: contain;
    z-index: 2;
}
.news-marquee{
    width:100%;
    overflow:hidden;
    white-space:nowrap;
}
.news-marquee span{
    display:inline-block;
    padding-left:100%;
    animation: nh-marquee 13s linear infinite;
}
@keyframes nh-marquee{
    0%{ transform:translateX(0); }
    100%{ transform:translateX(-100%); }
}
.buton{
    animation: nh-blink 1.15s infinite;
    border:0;
}
@keyframes nh-blink{
    0%,100%{ opacity:1; }
    50%{ opacity:.55; }
}
.order_form{
    max-width:360px !important;
    margin:20px auto !important;
    padding:25px 16px !important;
}
.order_form .inp,
.order_form input,
.order_form textarea{
    width:100% !important;
    max-width:100% !important;
    font-size:16px;
}
.order_form label{
    font-size:22px !important;
    text-align:left;
}
.mobile-floating-order{
    display:none;
    position:fixed;
    right:12px;
    bottom:78px;
    z-index:9998;
    background:#FF2727;
    color:#fff !important;
    padding:12px 14px;
    border-radius:9px;
    font-size:15px;
    font-weight:bold;
    text-align:center;
    box-shadow:0 3px 12px rgba(0,0,0,.35);
    animation: nh-float-hide 4s infinite, nh-blink 1.15s infinite;
}
@keyframes nh-float-hide{
    0%,70%,100%{opacity:1; transform:translateX(0)}
    80%,90%{opacity:0; transform:translateX(24px)}
}
@media screen and (max-width: 600px){
    .headbeyaz img[src*="aaj.png"]{
        position:relative !important;
        left:auto !important;
        top:auto !important;
        float:none !important;
        display:block !important;
        margin:8px auto 0 !important;
        width:auto !important;
        max-width:140px !important;
        height:auto !important;
    }
    .head{
        margin-left:0 !important;
        text-align:center;
    }
    .head span,
    .head p{
        float:none !important;
        display:inline-block;
        vertical-align:middle;
    }
    .order_form{
        max-width:94% !important;
        padding:20px 12px !important;
        border-radius:14px !important;
    }
    .mobile-floating-order{ display:block; }
}

/* Custom image section added after official website text */
.custom-image-section{
    width:100%;
    max-width:720px;
    margin:18px auto 22px;
    text-align:center;
}
.custom-image-section img{
    display:block;
    width:100%;
    max-width:720px;
    min-height:180px;
    margin:0 auto;
    border:2px dashed #ddd;
    border-radius:8px;
    object-fit:cover;
}
@media screen and (max-width: 600px){
    .headbeyaz img[src*="aaj.png"]{
        position:relative !important;
        left:auto !important;
        top:auto !important;
        float:none !important;
        display:block !important;
        margin:8px 0 0 14px !important;
        width:auto !important;
        max-width:132px !important;
        height:auto !important;
    }
    .head{
        margin-left:0 !important;
        text-align:left !important;
    }
    .custom-image-section{
        max-width:94%;
        margin:14px auto 18px;
    }
    .custom-image-section img{
        min-height:135px;
    }
}

/* Form redesigned like requested screenshot, matched with Night Horse red/black theme */
.nh-offer-form{
    width:100% !important;
    max-width:520px !important;
    margin:22px auto !important;
    padding:26px 22px 24px !important;
    background:linear-gradient(180deg,#1f1f1f 0%,#111 100%) !important;
    border:3px solid #e71b23 !important;
    border-radius:14px !important;
    box-shadow:0 8px 28px rgba(0,0,0,.35) !important;
    box-sizing:border-box !important;
}
.nh-form-title{
    color:#fff;
    font-size:24px;
    line-height:1.2;
    font-weight:800;
    text-align:center;
    margin:0 0 14px;
    text-transform:uppercase;
}
.nh-price-bar{
    background:#e90000;
    color:#fff;
    border-radius:34px;
    padding:13px 12px;
    margin:0 auto 14px;
    font-size:32px;
    line-height:1.15;
    font-weight:900;
    text-align:center;
}
.nh-countdown{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    border:2px solid rgba(255,255,255,.9);
    border-radius:8px;
    padding:18px 14px 16px;
    margin:0 0 18px;
}
.nh-time-box{
    text-align:center;
}
.nh-time-box strong{
    display:block;
    background:#ffc20d;
    color:#000;
    border:2px solid #000;
    border-radius:10px;
    padding:8px 4px 6px;
    font-size:30px;
    line-height:1;
    font-weight:900;
    text-shadow:0 2px 3px rgba(0,0,0,.32);
}
.nh-time-box span{
    display:block;
    color:#fff;
    font-size:18px;
    font-weight:900;
    line-height:1.2;
    margin-top:6px;
    text-shadow:0 2px 2px #000;
}
.nh-offer-form .form-row{
    margin-bottom:14px !important;
}
.nh-offer-form label{
    color:#fff !important;
    font-size:21px !important;
    font-weight:800 !important;
    margin-bottom:7px !important;
}
.nh-offer-form .inp,
.nh-offer-form input,
.nh-offer-form textarea{
    height:49px !important;
    border:0 !important;
    border-radius:6px !important;
    background:#fff !important;
    color:#222 !important;
    font-size:24px !important;
    padding:8px 12px !important;
    box-shadow:none !important;
    outline:none !important;
    box-sizing:border-box !important;
}
.nh-offer-form textarea.nh-address{
    height:118px !important;
    min-height:118px !important;
    resize:vertical;
}
.nh-phone-wrap{
    display:flex;
    align-items:center;
    background:#fff;
    border-radius:6px;
    overflow:hidden;
}
.nh-phone-wrap span{
    flex:0 0 auto;
    padding:0 12px 0 14px;
    height:49px;
    display:flex;
    align-items:center;
    color:#222;
    font-size:22px;
    font-weight:800;
    border-right:2px solid #999;
}
.nh-phone-wrap input{
    border-radius:0 !important;
    padding-left:10px !important;
}
.nh-submit-btn{
    width:100% !important;
    min-height:66px;
    border-radius:8px !important;
    background:linear-gradient(90deg,#b400e7,#005bad) !important;
    color:#fff !important;
    font-size:34px !important;
    font-weight:900 !important;
    border:2px solid #000 !important;
    cursor:pointer;
}
@media screen and (max-width:600px){
    .nh-offer-form{
        max-width:94% !important;
        padding:20px 12px 18px !important;
        border-radius:12px !important;
    }
    .nh-form-title{font-size:20px;}
    .nh-price-bar{font-size:26px;padding:11px 8px;}
    .nh-countdown{gap:7px;padding:14px 8px;}
    .nh-time-box strong{font-size:22px;border-radius:8px;padding:7px 2px 5px;}
    .nh-time-box span{font-size:13px;}
    .nh-offer-form label{font-size:18px !important;}
    .nh-offer-form .inp,
    .nh-offer-form input,
    .nh-offer-form textarea{font-size:20px !important;height:47px !important;}
    .nh-phone-wrap span{height:47px;font-size:19px;padding:0 9px;}
    .nh-offer-form textarea.nh-address{height:105px !important;min-height:105px !important;}
    .nh-submit-btn{font-size:28px !important;min-height:58px;}
}




/* FINAL CLEAN RESPONSIVE HEADER + AGE BAR */
#header{
    display:flex;
    align-items:center;
    background:#222222;
    padding:14px 18px;
    min-height:118px;
    overflow:hidden;
}
#header .mobile-header-aaj-logo{
    display:block !important;
    flex:0 0 auto;
    width:150px;
    height:auto;
    max-height:96px;
    object-fit:contain;
    float:none !important;
    margin:0 28px 0 4px !important;
}
#header .menu{
    flex:1 1 auto;
    padding:0 !important;
    overflow:hidden;
    text-align:right;
    background:#222222;
}
#header .menu ul{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:24px;
    height:auto !important;
    overflow:visible !important;
    white-space:nowrap;
}
#header .menu li{
    display:block;
    margin:0 !important;
    font-size:18px;
    line-height:1.2;
}
.headbeyaz{
    clear:both;
    background:#ffffff;
    padding:18px 28px 16px;
    overflow:hidden;
}
.head{
    margin:0 !important;
    color:#ed1b24;
    display:flex;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
}
.head span{
    float:none !important;
    font-size:46px;
    line-height:1.05;
    font-weight:300;
}
.head p{
    float:none !important;
    margin:0 !important;
    font-size:22px;
    line-height:1.35;
    font-weight:300;
}
.headbeyaz img[src*="aaj.png"]{
    display:none !important;
}
.custom-image-section img{
    border:0 !important;
    border-radius:10px !important;
    min-height:auto !important;
    object-fit:contain !important;
    background:transparent !important;
}
@media screen and (max-width: 900px){
    #header{
        min-height:92px;
        padding:10px 12px;
    }
    #header .mobile-header-aaj-logo{
        width:96px;
        max-height:74px;
        margin-right:14px !important;
    }
    #header .menu{
        overflow-x:auto;
        overflow-y:hidden;
        text-align:left;
        -webkit-overflow-scrolling:touch;
    }
    #header .menu ul{
        justify-content:flex-start;
        gap:18px;
        min-width:max-content;
    }
    #header .menu li{
        font-size:16px;
    }
    .headbeyaz{
        padding:16px 12px 14px;
    }
    .head{
        gap:10px;
    }
    .head span{
        font-size:38px;
    }
    .head p{
        font-size:19px;
    }
}
@media screen and (max-width: 480px){
    #header{
        min-height:78px;
        padding:8px 10px;
    }
    #header .mobile-header-aaj-logo{
        width:82px;
        max-height:64px;
        margin-left:4px !important;
        margin-right:12px !important;
    }
    #header .menu li{
        font-size:15px;
    }
    .headbeyaz{
        padding:14px 10px 12px;
    }
    .head span{
        font-size:34px;
        width:100%;
    }
    .head p{
        font-size:18px;
        width:100%;
    }
    .ustbaslik{
        padding-left:10px !important;
        padding-right:10px !important;
        text-align:center;
        overflow:hidden;
    }
    .ustbaslik .buton{
        max-width:230px !important;
        width:86% !important;
    }
}

/* ===== PIXEL FIX: CLEAN HEADER, SINGLE LOGO, AGE STRIP ===== */
#header{
    display:block !important;
    position:relative !important;
    width:100% !important;
    min-height:0 !important;
    padding:0 !important;
    margin:0 !important;
    overflow:visible !important;
    background:#222222 !important;
}
#header .mobile-header-aaj-logo{
    display:block !important;
    position:absolute !important;
    left:32px !important;
    top:18px !important;
    width:170px !important;
    height:auto !important;
    max-height:115px !important;
    object-fit:contain !important;
    margin:0 !important;
    z-index:3 !important;
}
#header .menu{
    display:block !important;
    width:100% !important;
    min-height:145px !important;
    padding:0 24px 0 235px !important;
    box-sizing:border-box !important;
    background:#222222 !important;
    overflow:hidden !important;
}
#header .menu ul{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:28px !important;
    height:145px !important;
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
    white-space:nowrap !important;
    overflow:visible !important;
}
#header .menu li{
    margin:0 !important;
    padding:0 !important;
    float:none !important;
    display:block !important;
    line-height:1.2 !important;
}
#header .menu li a{
    font-size:19px !important;
    line-height:1.2 !important;
    color:#ffffff !important;
    text-decoration:none !important;
}
#header .headbeyaz{
    display:block !important;
    clear:both !important;
    width:100% !important;
    box-sizing:border-box !important;
    background:#ffffff !important;
    padding:18px 32px !important;
    margin:0 !important;
    overflow:visible !important;
}
#header .head{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:18px !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    color:#ed1b24 !important;
    flex-wrap:nowrap !important;
}
#header .head span{
    display:block !important;
    float:none !important;
    width:auto !important;
    margin:0 !important;
    padding:0 !important;
    font-size:52px !important;
    line-height:1.05 !important;
    white-space:nowrap !important;
    color:#ed1b24 !important;
}
#header .head p{
    display:block !important;
    float:none !important;
    width:auto !important;
    margin:0 !important;
    padding:0 !important;
    font-size:23px !important;
    line-height:1.35 !important;
    color:#ed1b24 !important;
}
#header .headbeyaz img,
#header .headbeyaz img[src*="aaj.png"]{
    display:none !important;
}
#header .headsag{
    display:none !important;
}
#header .ustbaslik{
    display:block !important;
    width:100% !important;
    box-sizing:border-box !important;
    position:relative !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    margin:0 !important;
    padding:16px 18px 18px !important;
    background:#ed1b24 !important;
    color:#ffffff !important;
    text-align:center !important;
    overflow:hidden !important;
    clear:both !important;
}
#header .news-marquee{
    display:block !important;
    width:100% !important;
    overflow:hidden !important;
    white-space:nowrap !important;
    margin:0 auto 10px !important;
    font-size:34px !important;
    line-height:1.25 !important;
    font-weight:700 !important;
}
#header .ustbaslik center{ margin:0 !important; }
#header .ustbaslik br{ display:none !important; }
#header .ustbaslik .buton{
    width:250px !important;
    max-width:90% !important;
    min-height:54px !important;
    border-radius:7px !important;
    font-size:22px !important;
}
@media screen and (max-width:900px){
    #header .mobile-header-aaj-logo{
        left:14px !important;
        top:12px !important;
        width:112px !important;
        max-height:82px !important;
    }
    #header .menu{
        min-height:102px !important;
        padding:0 10px 0 142px !important;
        overflow-x:auto !important;
        overflow-y:hidden !important;
        -webkit-overflow-scrolling:touch !important;
    }
    #header .menu ul{
        justify-content:flex-start !important;
        height:102px !important;
        gap:22px !important;
        min-width:max-content !important;
    }
    #header .menu li a{
        font-size:17px !important;
    }
    #header .headbeyaz{
        padding:16px 16px !important;
    }
    #header .head{
        gap:12px !important;
        flex-wrap:wrap !important;
    }
    #header .head span{
        font-size:42px !important;
    }
    #header .head p{
        font-size:20px !important;
    }
    #header .news-marquee{
        font-size:26px !important;
    }
}
@media screen and (max-width:480px){
    #header .mobile-header-aaj-logo{
        left:12px !important;
        top:12px !important;
        width:96px !important;
        max-height:72px !important;
    }
    #header .menu{
        min-height:92px !important;
        padding-left:125px !important;
        padding-right:8px !important;
    }
    #header .menu ul{
        height:92px !important;
        gap:18px !important;
    }
    #header .menu li a{
        font-size:16px !important;
    }
    #header .headbeyaz{
        padding:14px 12px !important;
    }
    #header .head{
        display:block !important;
    }
    #header .head span{
        font-size:38px !important;
        margin-bottom:6px !important;
    }
    #header .head p{
        font-size:19px !important;
        line-height:1.32 !important;
    }
    #header .news-marquee{
        font-size:22px !important;
    }
    #header .ustbaslik{
        padding:12px 10px 14px !important;
    }
    #header .ustbaslik .buton{
        width:220px !important;
        min-height:48px !important;
        font-size:19px !important;
    }
}


/* FINAL FORM WHITE + RED THEME */
.nh-offer-form{
    width:100% !important;
    max-width:520px !important;
    margin:24px auto !important;
    padding:24px 22px 26px !important;
    background:#ffffff !important;
    border:2px solid #ef1b24 !important;
    border-radius:16px !important;
    box-shadow:0 10px 28px rgba(0,0,0,.18) !important;
    box-sizing:border-box !important;
    font-family:Arial, Helvetica, sans-serif !important;
}
.nh-form-title{
    background:#ef1b24 !important;
    color:#ffffff !important;
    font-size:24px !important;
    line-height:1.2 !important;
    font-weight:900 !important;
    text-align:center !important;
    margin:0 0 14px !important;
    padding:13px 10px !important;
    border-radius:12px !important;
    letter-spacing:.3px !important;
}
.nh-price-bar{
    background:#111111 !important;
    color:#ffffff !important;
    border:2px solid #ef1b24 !important;
    border-radius:12px !important;
    padding:12px 10px !important;
    margin:0 auto 14px !important;
    font-size:30px !important;
    line-height:1.15 !important;
    font-weight:900 !important;
    text-align:center !important;
}
.nh-countdown{
    display:grid !important;
    grid-template-columns:repeat(4,1fr) !important;
    gap:10px !important;
    border:2px dashed #ef1b24 !important;
    background:#fff7f7 !important;
    border-radius:12px !important;
    padding:16px 12px 14px !important;
    margin:0 0 18px !important;
}
.nh-time-box strong{
    display:block !important;
    background:#ef1b24 !important;
    color:#ffffff !important;
    border:0 !important;
    border-radius:9px !important;
    padding:8px 4px 6px !important;
    font-size:28px !important;
    line-height:1 !important;
    font-weight:900 !important;
    text-shadow:none !important;
}
.nh-time-box span{
    display:block !important;
    color:#111111 !important;
    font-size:15px !important;
    font-weight:900 !important;
    line-height:1.2 !important;
    margin-top:6px !important;
    text-shadow:none !important;
}
.nh-offer-form .form-row{margin-bottom:15px !important;}
.nh-offer-form label{
    color:#111111 !important;
    font-size:19px !important;
    font-weight:900 !important;
    margin-bottom:7px !important;
    letter-spacing:.1px !important;
}
.nh-offer-form .inp,
.nh-offer-form input,
.nh-offer-form textarea{
    height:50px !important;
    border:1.8px solid #e2e2e2 !important;
    border-radius:10px !important;
    background:#ffffff !important;
    color:#151515 !important;
    font-size:19px !important;
    font-weight:600 !important;
    padding:9px 13px !important;
    box-shadow:0 3px 9px rgba(0,0,0,.06) !important;
    outline:none !important;
    box-sizing:border-box !important;
}
.nh-offer-form .inp::placeholder,
.nh-offer-form input::placeholder,
.nh-offer-form textarea::placeholder{
    color:#777777 !important;
    font-weight:500 !important;
    opacity:1 !important;
}
.nh-offer-form .inp:focus,
.nh-offer-form input:focus,
.nh-offer-form textarea:focus{
    border-color:#ef1b24 !important;
    box-shadow:0 0 0 3px rgba(239,27,36,.12) !important;
}
.nh-offer-form textarea.nh-address{
    height:112px !important;
    min-height:112px !important;
    line-height:1.35 !important;
    resize:vertical !important;
}
.nh-phone-wrap{
    display:flex !important;
    align-items:center !important;
    background:#ffffff !important;
    border:1.8px solid #e2e2e2 !important;
    border-radius:10px !important;
    overflow:hidden !important;
    box-shadow:0 3px 9px rgba(0,0,0,.06) !important;
}
.nh-phone-wrap:focus-within{
    border-color:#ef1b24 !important;
    box-shadow:0 0 0 3px rgba(239,27,36,.12) !important;
}
.nh-phone-wrap span{
    height:50px !important;
    padding:0 12px 0 14px !important;
    color:#111111 !important;
    background:#fff5f5 !important;
    font-size:19px !important;
    font-weight:900 !important;
    border-right:1.8px solid #e2e2e2 !important;
}
.nh-phone-wrap input{
    border:0 !important;
    box-shadow:none !important;
    border-radius:0 !important;
    padding-left:10px !important;
}
.nh-submit-btn{
    width:100% !important;
    min-height:60px !important;
    border-radius:12px !important;
    background:#ef1b24 !important;
    color:#ffffff !important;
    font-size:29px !important;
    font-weight:900 !important;
    border:0 !important;
    cursor:pointer !important;
    box-shadow:0 8px 16px rgba(239,27,36,.25) !important;
}
@media screen and (max-width:600px){
    .nh-offer-form{
        max-width:94% !important;
        padding:18px 12px 20px !important;
        border-radius:14px !important;
        margin:20px auto !important;
    }
    .nh-form-title{font-size:20px !important;padding:12px 8px !important;}
    .nh-price-bar{font-size:25px !important;padding:11px 8px !important;}
    .nh-countdown{gap:6px !important;padding:12px 7px !important;}
    .nh-time-box strong{font-size:20px !important;border-radius:7px !important;padding:7px 2px 5px !important;}
    .nh-time-box span{font-size:12px !important;}
    .nh-offer-form label{font-size:17px !important;}
    .nh-offer-form .inp,
    .nh-offer-form input,
    .nh-offer-form textarea{font-size:17px !important;height:48px !important;padding:9px 11px !important;}
    .nh-phone-wrap span{height:48px !important;font-size:17px !important;padding:0 9px !important;}
    .nh-offer-form textarea.nh-address{height:100px !important;min-height:100px !important;}
    .nh-submit-btn{font-size:24px !important;min-height:56px !important;}
}

/* Final clean form update: price removed, normal fonts */
.nh-price-bar,
.nh-countdown{
    display:none !important;
}
.nh-offer-form{
    background:#ffffff !important;
    border:1px solid #eeeeee !important;
    box-shadow:0 8px 24px rgba(0,0,0,.10) !important;
}
.nh-form-title{
    background:#ef1b24 !important;
    color:#ffffff !important;
    font-weight:500 !important;
    letter-spacing:0 !important;
    text-transform:none !important;
    font-family:Arial, Helvetica, sans-serif !important;
}
.nh-offer-form label{
    font-weight:400 !important;
    color:#222222 !important;
    font-family:Arial, Helvetica, sans-serif !important;
}
.nh-offer-form .inp,
.nh-offer-form input,
.nh-offer-form textarea{
    font-weight:400 !important;
    font-family:Arial, Helvetica, sans-serif !important;
    color:#222222 !important;
}
.nh-offer-form .inp::placeholder,
.nh-offer-form input::placeholder,
.nh-offer-form textarea::placeholder{
    font-weight:400 !important;
    color:#777777 !important;
}
.nh-phone-wrap span{
    font-weight:400 !important;
    font-family:Arial, Helvetica, sans-serif !important;
}
@media screen and (max-width:600px){
    .nh-form-title{
        font-size:22px !important;
        font-weight:500 !important;
    }
    .nh-offer-form label{
        font-size:16px !important;
        font-weight:400 !important;
    }
    .nh-offer-form .inp,
    .nh-offer-form input,
    .nh-offer-form textarea{
        font-size:16px !important;
        font-weight:400 !important;
    }
    .nh-phone-wrap span{
        font-size:16px !important;
        font-weight:400 !important;
    }
}

/* Production form fixes: address removed, mobile field + Turnstile */
.nh-offer-form .nh-phone-wrap {
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    overflow: hidden !important;
    border: 2px solid #d7d7d7 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-sizing: border-box !important;
}
.nh-offer-form .nh-phone-wrap:focus-within {
    border-color: #e71b23 !important;
    box-shadow: 0 0 0 3px rgba(231,27,35,.12) !important;
}
.nh-offer-form .nh-phone-wrap > span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 58px !important;
    min-width: 58px !important;
    height: 52px !important;
    padding: 0 10px !important;
    margin: 0 !important;
    border: 0 !important;
    border-right: 2px solid #d7d7d7 !important;
    background: #f2f2f2 !important;
    color: #111 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    box-sizing: border-box !important;
}
.nh-offer-form .nh-phone-wrap input[type="tel"] {
    flex: 1 1 auto !important;
    width: 1% !important;
    min-width: 0 !important;
    height: 52px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    font-size: 18px !important;
    background: #fff !important;
    box-sizing: border-box !important;
}
.nh-field-help {
    display: block !important;
    margin-top: 6px !important;
    color: #666 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    text-align: left !important;
}
.nh-turnstile-wrap {
    width: 100% !important;
    margin: 14px 0 16px !important;
    display: flex !important;
    justify-content: center !important;
    overflow: hidden !important;
}
.nh-turnstile-wrap .cf-turnstile {
    width: 100% !important;
    max-width: 100% !important;
}
.nh-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
.nh-form-message {
    min-height: 20px !important;
    margin: 8px 0 10px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}
.nh-form-message.is-error { color: #b00020 !important; }
.nh-form-message.is-success { color: #138a36 !important; }
.nh-submit-btn:disabled {
    cursor: not-allowed !important;
    opacity: .55 !important;
    filter: grayscale(.15) !important;
}
@media (max-width: 420px) {
    .nh-offer-form .nh-phone-wrap > span {
        flex-basis: 54px !important;
        min-width: 54px !important;
        height: 48px !important;
        font-size: 17px !important;
    }
    .nh-offer-form .nh-phone-wrap input[type="tel"] {
        height: 48px !important;
        font-size: 17px !important;
        padding: 0 11px !important;
    }
}

/* Honeypot remains active for bot protection but is never visible to visitors. */
.nh-honeypot,
.nh-honeypot input {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}
