body{
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	height:100%;

}


a {
	color: #000000;
	text-decoration: none;

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

.loadingAjaxDialog {
	float: left;
	position: fixed;
	z-index: 9999999;
	left: 0px;
	top: 0px;
	background-color: #000000;
	background-image: url(img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.5;
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: none;
}




.loadingUploadDialog {
	float: left;
	position: fixed;
	z-index: 999;
	left: 0px;
	top: 0px;
	background-color: #000000;
	background-image: url(img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.5;
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: none;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}


.UyariMesaji {
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 18px;
	padding-right: 8px;
	padding-bottom: 23px;
	padding-left: 58px;
	float: left;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	background-size: 40px auto;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(img/svg/alert.svg);
}


.Basliklar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-top: 2px;
	text-align: right;
}
.AltCizgi {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.AltCizgi1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #F4F4F4;
}


/*header başalangıc*/,


/* =========================
   TOP BAR
========================= */

.hd-top{
    background:#F4E2C6;
}

.hd-top-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:50px;
}

.hd-top-offer{
    padding:6px 18px;
    border-radius:22px;
    border:1px solid #E2B76C;
    text-decoration:none;
    color:#333;
    display:flex;
    align-items:center;
    gap:8px;
}

.hd-top-social{
    display:flex;
    gap:18px;
}

.hd-top-social a{
    font-size:16px;
    color:#333;
}


/* =========================
   HEADER
========================= */

.hd-header-inner{
    background:#f5f5f5;
    border-bottom:1px solid #e6e6e6;
}

.hd-header-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:15px 0;
}


/* LOGO */

.hd-logo img{
    height:40px;
}


/* SEARCH */

.hd-search{
    width:520px;
    position:relative;
}

.hd-search input{
    width:100%;
    height:42px;
    border-radius:25px;
    border:1px solid #ddd;
    padding:0 50px 0 20px;
}

.hd-search button{
    position:absolute;
    right:5px;
    top:5px;
    width:32px;
    height:32px;
    border:none;
    border-radius:50%;
    background:#39a66a;
    color:#fff;
}


/* ACTIONS */

.hd-actions{
    display:flex;
    gap:10px;
}

.hd-fav,
.hd-user{
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #ddd;
    border-radius:8px;
    background:#fff;
}

.hd-offer{
    display:flex;
    align-items:center;
    gap:8px;
    padding:8px 16px;
    background:#39a66a;
    color:#fff;
    border-radius:25px;
    text-decoration:none;
    position:relative;
}

.hd-offer-count{
    position:absolute;
    right:-6px;
    top:-6px;
    background:#ff7a00;
    width:18px;
    height:18px;
    font-size:11px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}


/* =========================
   MENU
========================= */

.hd-menu{
    background:#f2f2f2;
	padding:0px;
}
/* menu */

.hd-menu-nav{
    display:flex;
    gap:20px;
    list-style:none;
    padding:0px 0;
    margin:0;
}
.hd-menu-nav li{
	padding:0px;
}
.hd-menu-nav li:hover{
		border-bottom: solide 1px #2fa36b;
	 background:#2fa36b;
}

/* link */

.hd-menu-nav li a{
    text-decoration:none;
    color:#333;
	line-height:40px;
    font-size:14px;
    white-space:nowrap;
	border-bottom: solide 1px #f2f2f2;
	width:100%;
	display:block;
	text-align:center;
}

/* alt çizgi */

.hd-menu-nav li a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;

    width:0;
    height:2px;

    background:#2fa36b;

    transition:0.25s;
}

/* hover olunca */

.hd-menu-nav li:hover a::after{
    width:100%;
}



/* =========================
   MEGA MENU (FULL WIDTH)
========================= */

.hd-mega{
    position:absolute;
    left:0;
    width:100%;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    padding:40px 0;
    display:none;
    z-index:50;
}

.hd-item:hover .hd-mega{
    display:block;
}


/* mega inner container */

.hd-mega-inner{
    max-width:1250px;
    margin:0 auto;
    display:flex;
    gap:60px;
}




/* =========================
   MEGA LINKS
========================= */

.hd-mega-links{
    display:flex;
    gap:60px;
}

.hd-col{
    display:flex;
    flex-direction:column;
    gap:16px;
    min-width:260px;
}

.hd-col a{
    border-bottom:1px solid #eee;
    padding-bottom:10px;
}


/* =========================
   RIGHT AREA
========================= */

.hd-mega-right{
    display:flex;
    flex-direction:column;
    gap:20px;
}


/* BANNERS */

.hd-banner-row{
    display:flex;
    gap:20px;
}

.hd-banner-big{
    width:300px;
    height:150px;
    border-radius:10px;
    overflow:hidden;
}

.hd-banner-big img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.hd-banner{
    width:140px;
    height:130px;
    border-radius:10px;
    overflow:hidden;
}

.hd-banner img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* =========================
   ANA SAYFA HERO
   Tek bant: krem zemin. Görsel position:absolute sağda tam yükseklikte,
   mask ile sola kreme erir; metin akışta üstte (z-index).
========================= */

.bm-hero{
    --bm-hero-cream:#fef9ec;
    position:relative;
    background:var(--bm-hero-cream);
    transition:background 0.55s ease;
    box-sizing:border-box;
    overflow:hidden;
    min-height:400px;
}

/* Sağa yaslı tam yükseklik görsel katmanı (sütun kutusu değil) */
.bm-hero-bg{
    position:absolute;
    z-index:0;
    top:0;
    right:0;
    bottom:0;
    width:min(78vw,920px);
    max-width:88%;
    -webkit-mask-image:linear-gradient(
        90deg,
        transparent 0%,
        rgba(0,0,0,0.2) 14%,
        rgba(0,0,0,0.65) 30%,
        #000 46%,
        #000 100%
    );
    mask-image:linear-gradient(
        90deg,
        transparent 0%,
        rgba(0,0,0,0.2) 14%,
        rgba(0,0,0,0.65) 30%,
        #000 46%,
        #000 100%
    );
    -webkit-mask-size:100% 100%;
    mask-size:100% 100%;
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
}

.bm-hero-bg-slides{
    position:absolute;
    inset:0;
}

.bm-hero-bg-slides a{
    position:absolute;
    inset:0;
    opacity:0;
    z-index:0;
    transition:opacity 0.65s ease;
    pointer-events:none;
}

.bm-hero-bg-slides a.active{
    opacity:1;
    z-index:1;
    pointer-events:auto;
}

.bm-hero-bg-slides img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    display:block;
}

/* Geniş alan ortada (header ile uyum); tıklamalar sheet’te delinir */
.bm-hero-sheet{
    position:relative;
    z-index:2;
   
    margin-left:auto;
    margin-right:auto;
    padding-left:12px;
    padding-right:12px;
    box-sizing:border-box;
    pointer-events:none;
}

.bm-hero-sheet > .bm-container{
    pointer-events:auto;
    position:relative;
    width:fit-content;
    max-width:min(620px,100%);
    margin:0;
    padding-right:8px;
}

.bm-hero-content{
    max-width:520px;
}

.bm-hero-content h1{
    font-size:clamp(1.6rem,2.4vw,2.15rem);
    font-weight:600;
    line-height:1.22;
    margin:0 0 14px;
    color:#3a3a3a;
}

.bm-hero-content h1 strong{
    color:#1a1a1a;
    font-weight:700;
}

.bm-hero-typewrap{
    display:block;
    margin-top:0.12em;
    min-height:1.25em;
}

.bm-hero-content p{
    margin:0 0 20px;
    font-size:0.98rem;
    line-height:1.55;
    color:#666;
}

.bm-search{
    display:flex;
    align-items:center;
    margin-bottom:16px;
    max-width:500px;
}

.bm-search input{
    flex:1;
    height:46px;
    border-radius:25px 0 0 25px;
    border:1px solid #ddd;
    border-right:none;
    padding:0 18px;
    background:#fff;
    color:#333;
}

.bm-search button{
    height:46px;
    width:52px;
    border-radius:0 25px 25px 0;
    border:1px solid #ddd;
    border-left:none;
    background:#39a66a;
    color:#fff;
    cursor:pointer;
}

/* Tek satır, scroll yok — kompakt pill */
.bm-tags{
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    gap:4px 6px;
    margin-bottom:26px;
    font-size:0.74rem;
    max-width:100%;
}

.bm-tags span{
    color:#777;
    margin-right:2px;
    flex-shrink:0;
    white-space:nowrap;
}

.bm-tags a{
    color:#444;
    text-decoration:none;
    padding:3px 7px;
    border:1px solid #e8a85c;
    border-radius:14px;
    background:#fff;
    font-size:0.7rem;
    flex-shrink:0;
    white-space:nowrap;
}

.bm-tags a:hover{
    background:#fff8ef;
}

.bm-features{
    display:flex;
    flex-wrap:wrap;
    gap:14px 22px;
    font-size:0.78rem;
    font-weight:700;
    letter-spacing:0.02em;
    color:#444;
}

.bm-features > div{
    display:flex;
    align-items:center;
    gap:8px;
}

.bm-features i{
    color:#e8943a;
    font-size:1rem;
}

@media (max-width:900px){
    .bm-hero{
        display:flex;
        flex-direction:column;
        min-height:0;
        padding-bottom:32px;
    }
    .bm-hero > .bm-hero-sheet{
        order:1;
        padding-left:12px;
        padding-right:12px;
    }
    .bm-hero-sheet > .bm-container{
        padding-right:0;
    }
    .bm-tags{
        flex-wrap:wrap;
    }
    .bm-tags span,
    .bm-tags a{
        white-space:normal;
    }
    .bm-hero-bg{
        order:2;
        position:relative;
        top:auto;
        right:auto;
        bottom:auto;
        width:100%;
        max-width:100%;
        height:min(52vw,280px);
        margin-top:20px;
        -webkit-mask-image:linear-gradient(
            180deg,
            transparent 0%,
            rgba(0,0,0,0.25) 12%,
            #000 35%,
            #000 100%
        );
        mask-image:linear-gradient(
            180deg,
            transparent 0%,
            rgba(0,0,0,0.25) 12%,
            #000 35%,
            #000 100%
        );
    }
}

/*header bitiş*/

/*footer başlangıc*/
.ft-footer{
	background:linear-gradient(180deg,#1F2F37 0%,#2C3C43 100%);
    color:#fff;
    font-family:Arial,Helvetica,sans-serif;
}

.ft-footer .ft-container{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:200px 1fr 1fr 1fr 260px;
    gap:50px;
    padding:70px 20px;
}

.ft-footer .ft-col ul{
    list-style:none;
    padding:0;
    margin:0;
}

.ft-footer .ft-col ul li{
    margin-bottom:11px;
}

.ft-footer .ft-col ul li a{
    color:#cfd8dc;
    text-decoration:none;
    font-size:14px;
    transition:0.2s;
}

.ft-footer .ft-col ul li a:hover{
    color:#ffffff;
}

.ft-footer .ft-logo img{
    width:150px;
}

.ft-footer .ft-contact-box{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:20px;
}

.ft-footer .ft-contact-box i{
    font-size:18px;
    color:#25D366;
}

.ft-footer .ft-contact-box span{
    display:block;
    font-size:13px;
    color:#9fb0b8;
}

.ft-footer .ft-contact-box strong{
    display:block;
    font-size:15px;
}

.ft-footer .ft-social{
    margin-top:10px;
    display:flex;
    gap:10px;
}

.ft-footer .ft-social a{
    width:34px;
    height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#344750;
    border-radius:4px;
    color:#fff;
    text-decoration:none;
}

.ft-footer .ft-bottom{
    border-top:1px solid rgba(255,255,255,0.08);
    max-width:1400px;
    margin:auto;
    padding:22px 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.ft-footer .ft-copy{
    font-size:13px;
    color:#9fb0b8;
}

.ft-footer .ft-links a{
    margin-left:25px;
    color:#9fb0b8;
    font-size:14px;
    text-decoration:none;
}

.ft-footer .ft-links a:hover{
    color:#fff;
}

.ft-footer .ft-top{
    background:#000;
    padding:10px 18px;
    border-radius:30px;
    color:#fff;
    text-decoration:none;
    font-size:14px;
}

.ft-footer .ft-top i{
    margin-right:6px;
}



.login-block-menu a{
	display: block;
	font-size: 12pt;
	line-height: 46px;
	color: #666666;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #FFF;
	background-size: 26px;
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;


}
.login-block-menu a i{
	font-size: 22px;
	margin-top: 6px;
	text-align: center;
	width: 30px;
}

.left-solid{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.right-solid{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.login-block-menu a:hover{
	background-color: #F5F5F5;
}



