.header--menu-links>.megamenu>.dropdown-menu>.dropdown {
    float: left;
    margin: 0 10px;
    text-align: left;
    width: 200px;
}

.header--menu-links>.megamenu>.dropdown-menu>.dropdown>a {
    padding-left: 0;
    padding-right: 0;
    color: #222;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
}

.header--menu-links>.megamenu>.dropdown-menu>.dropdown>a:hover {
    padding-left: 0;
    padding-right: 0;
    color: red;
    font-size: 15px;
    line-height: 26px;
    font-weight: 700;
}
		.fomen {
			float: left;
			font-size: 32px;
			padding: 0px 15px;
			
		}
		.foalt {
			
			font-size: 12px;
			text-align:center;
			
			
		}
		
		
		.footerarkaplanbeyaz {
			
			background-color: #ffffff;
			
			
		}
		
		.footerarkaplangri {
			
			background-color: #777777;
			
			
		}
		
		.footerarkaplanacikgri {
			
			background-color: #7777772e;
			
			
		}
/* footer v2 patch */
.hm-footer-v2 .hm-footer-top {
    background: #f5f5f5;
    border-top: 1px solid #e3e3e3;
    padding: 36px 0 24px;
}

.hm-footer-row {
    display: flex;
    align-items: stretch;
}

.hm-footer-card {
    height: 100%;
    min-height: 260px;
    padding: 18px 22px;
    border-right: 1px solid #dddddd;
}

.hm-footer-row > div:last-child .hm-footer-card {
    border-right: 0;
}

.hm-footer-logo {
    display: inline-block;
    margin-bottom: 18px;
}

.hm-footer-logo img {
    max-width: 260px;
    width: 100%;
    height: auto;
}

.hm-footer-title {
    margin: 0 0 18px;
    color: #111111;
    font-size: 24px;
    font-weight: 700;
}

.hm-footer-desc {
    margin: 0 0 20px;
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.8;
}

.hm-footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hm-footer-socials a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #303030;
    color: #ffffff;
    border-radius: 4px;
    font-size: 16px;
    transition: all .2s ease;
}

.hm-footer-socials a:hover,
.hm-footer-list a:hover,
.hm-footer-grid-item:hover {
    background: #cf1f25;
    color: #ffffff;
    text-decoration: none;
}

.hm-footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hm-footer-list li {
    margin-bottom: 8px;
}

.hm-footer-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: #111111;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    border-radius: 4px;
}

.hm-footer-list a i {
    color: #666666;
    min-width: 14px;
}

.hm-footer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.hm-footer-grid-item {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 11px 14px;
    background: #eaeaea;
    color: #111111;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    border-radius: 2px;
}

.hm-footer-bottom {
    background: #242424;
    padding: 16px 0;
}

.hm-footer-bottom .text {
    margin: 0;
    float: none !important;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}



.hm-gazete-section {
    background: #fff;
    border: 1px solid #ececec;
    margin: 20px 0 25px;
    padding: 18px 20px 20px;
}
.hm-gazete-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.hm-gazete-title {
    color: #111;
    font-size: 24px;
    font-weight: 700;
}
.hm-gazete-title i { margin-right: 8px; }
.hm-gazete-actions {
    align-items: center;
    display: flex;
    gap: 10px;
}
.hm-gazete-arrow {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #222;
    height: 38px;
    width: 38px;
}
.hm-gazete-all {
    background: #111;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 14px;
    text-transform: uppercase;
}
.hm-gazete-all:hover,
.hm-gazete-all:focus { color: #fff; }
.hm-gazete-slider {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-behavior: smooth;
}
.hm-gazete-slider::-webkit-scrollbar { height: 8px; }
.hm-gazete-slider::-webkit-scrollbar-thumb {
    background: #d7d7d7;
    border-radius: 999px;
}
.hm-gazete-card {
    color: #111;
    flex: 0 0 148px;
    text-align: center;
}
.hm-gazete-thumb {
    background: #fafafa;
    border: 1px solid #ececec;
    display: block;
    min-height: 198px;
    padding: 6px;
}
.hm-gazete-thumb img {
    height: 184px;
    object-fit: cover;
    width: 100%;
}
.hm-gazete-name {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 8px;
    text-transform: uppercase;
}
.hm-gazete-page-note {
    color: #666;
    font-size: 13px;
    margin-top: 6px;
}
.hm-gazete-hero {
    align-items: flex-start;
    display: flex;
    gap: 25px;
    margin-bottom: 24px;
}
.hm-gazete-hero-image {
    flex: 1 1 auto;
    max-width: calc(100% - 280px);
}
.hm-gazete-zoom {
    background: #fff;
    border: 1px solid #e7e7e7;
    display: block;
    padding: 8px;
    width: 100%;
}
.hm-gazete-zoom img {
    max-height: 820px;
    object-fit: contain;
    width: 100%;
}
.hm-gazete-hero-sidebar {
    background: #fafafa;
    border: 1px solid #ececec;
    flex: 0 0 255px;
    padding: 18px;
}
.hm-gazete-select-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.hm-gazete-selected-name {
    font-size: 24px;
    font-weight: 800;
    margin-top: 18px;
}
.hm-gazete-selected-text {
    color: #666;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 8px;
}
.hm-gazete-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.hm-gazete-grid-item {
    background: #fff;
    border: 1px solid #ececec;
    color: #111;
    display: block;
    padding: 8px;
    transition: .2s ease;
}
.hm-gazete-grid-item.active,
.hm-gazete-grid-item:hover {
    border-color: #111;
    box-shadow: 0 8px 22px rgba(0,0,0,.08);
    color: #111;
}
.hm-gazete-grid-thumb { display: block; }
.hm-gazete-grid-thumb img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}
.hm-gazete-grid-name {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 8px;
    min-height: 34px;
    text-transform: uppercase;
}
.hm-gazete-modal {
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: .2s ease;
    z-index: 99999;
}
.hm-gazete-modal.active {
    opacity: 1;
    pointer-events: auto;
}
.hm-gazete-modal-backdrop {
    background: rgba(0,0,0,.85);
    inset: 0;
    position: absolute;
}
.hm-gazete-modal-dialog {
    inset: 30px;
    margin: auto;
    max-height: calc(100vh - 60px);
    max-width: 860px;
    position: absolute;
    width: calc(100% - 40px);
}
.hm-gazete-modal-close {
    background: #fff;
    border: 0;
    border-radius: 50%;
    font-size: 34px;
    height: 42px;
    line-height: 1;
    position: absolute;
    right: -14px;
    top: -14px;
    width: 42px;
}
.hm-gazete-modal-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}
.hm-gazete-modal-body { text-align: center; }
.hm-gazete-modal-body img {
    background: #fff;
    max-height: calc(100vh - 120px);
    max-width: 100%;
    object-fit: contain;
    padding: 8px;
}
body.hm-gazete-modal-open { overflow: hidden; }
