/* ============================================================
   SFC GROUP - Marka Özelleştirme Katmanı
   Logo paleti: koyu yeşil (#123A6B) + altın (#C49A47)
   Bu dosya style.css'ten SONRA yüklenir ve şablonu farklılaştırır.
   ============================================================ */

/* ---------- GENEL ---------- */
body {
	background: var(--beyaz);
}
h1, h2 {
	letter-spacing: 0.3px;
}

/* Altın vurgulu bölüm rozetleri */
.section-badge,
.section-title .subtitle,
.about-content .subtitle {
	background: transparent !important;
	color: #C49A47 !important;
	border: 1px solid #C49A47;
	border-radius: 2px;
	padding: 6px 16px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
	font-weight: 600;
}
.section-title .line {
	background: linear-gradient(135deg, #B0883B 0%, #C49A47 50%, #D9B86A 100%) !important;
	height: 3px;
	width: 70px;
}

/* ---------- TOPBAR ---------- */
#topbar {
	background: #0B2342;
	border-bottom: 2px solid #C49A47;
}
#topbar .contact-info a:hover {
	color: #D9B86A;
}

/* ---------- HEADER ---------- */
#header {
	border-bottom: 1px solid #D4E0EE;
}
#header .menu ul li .link-item {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1.5px;
	font-weight: 600;
}
#header .menu ul li .link-item:hover {
	color: #C49A47 !important;
}
#header .btn-iletisim,
.btn-iletisim {
	background: linear-gradient(135deg, #B0883B 0%, #C49A47 50%, #D9B86A 100%) !important;
	border: none !important;
	border-radius: 2px !important;
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
}
#header .btn-iletisim:hover {
	filter: brightness(1.08);
	transform: translateY(-1px);
}

/* ---------- BUTONLAR ---------- */
.btn-primary {
	background: #123A6B !important;
	border: 1px solid #123A6B !important;
	border-radius: 2px !important;
}
.btn-primary:hover {
	background: #C49A47 !important;
	border-color: #C49A47 !important;
}
.btn-accent {
	background: linear-gradient(135deg, #B0883B 0%, #C49A47 50%, #D9B86A 100%) !important;
	border: none !important;
	border-radius: 2px !important;
	color: #fff !important;
}
.btn-outline-primary {
	border-radius: 2px !important;
	border-color: #123A6B !important;
	color: #123A6B !important;
}
.btn-outline-primary:hover {
	background: #123A6B !important;
	color: #fff !important;
}
.btn-outline-white {
	border-radius: 2px !important;
}

/* ---------- HERO ---------- */
#hero-alan .hero-badge {
	background: rgba(196,154,71,0.18);
	border: 1px solid #C49A47;
	color: #D9B86A;
	border-radius: 2px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
}
#hero-alan .hero-title {
	border-left: 4px solid #C49A47;
	padding-left: 22px;
}
#hero-alan .hero-stat .number {
	color: #D9B86A;
	font-family: 'Playfair Display', serif;
}

/* ---------- ÜRÜN KARTLARI ---------- */
.service-detail-card {
	border: 1px solid #D4E0EE;
	border-bottom: 6px solid #123A6B;
	border-radius: 0 !important;
	overflow: hidden;
	transition: all .35s ease;
	background: #fff;
}
.service-detail-card:hover {
	border-bottom-color: #C49A47;
	transform: translateY(-8px);
	box-shadow: var(--shadow-lg);
}
.service-detail-card .sdc-img,
.service-detail-card .sdc-img img {
	border-radius: 0 !important;
}
.service-detail-card .sdc-img img {
	transition: transform .5s ease;
}
.service-detail-card:hover .sdc-img img {
	transform: scale(1.05);
}
.sdc-icon,
.service-detail-card .sdc-icon {
	background: #C49A47 !important;
	background: linear-gradient(135deg, #B0883B 0%, #C49A47 50%, #D9B86A 100%) !important;
	color: #ffffff !important;
	border-radius: 0 !important;
	box-shadow: 0 3px 10px rgba(176,136,59,0.45) !important;
}
.sdc-link {
	color: #C49A47 !important;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1.5px;
}
.sdc-link:hover {
	color: #123A6B !important;
}

/* ---------- ÖZELLİK KUTULARI ---------- */
#features .row {
	align-items: stretch;
}
#features [class*="col-"] {
	display: flex;
}
.feature-box {
	border: 1px solid #D4E0EE !important;
	border-top: 4px solid #123A6B !important;
	border-radius: 0 !important;
	background: #ffffff !important;
	transition: all .3s ease;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	padding: 35px 22px !important;
}
.feature-box:hover {
	border-top-color: #C49A47 !important;
	box-shadow: var(--shadow-lg);
	transform: translateY(-6px);
}
.feature-box .icon {
	width: 84px !important;
	height: 84px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	font-size: 42px !important;
	color: #ffffff !important;
	background: #C49A47 !important;
	background: linear-gradient(135deg, #B0883B 0%, #C49A47 50%, #D9B86A 100%) !important;
	border-radius: 0 !important;
	margin: 0 auto 18px auto !important;
	box-shadow: 0 4px 14px rgba(176,136,59,0.4);
}
.feature-box .icon i {
	font-size: 42px !important;
	color: #ffffff !important;
	line-height: 1;
}
.feature-box h5 {
	font-family: 'Playfair Display', serif;
	font-size: 19px;
	color: #123A6B;
	margin-bottom: 10px;
}
.feature-box p {
	font-size: 14px;
	color: #6b7280;
	margin-bottom: 0;
}

/* ---------- CTA ---------- */
#cta {
	background: linear-gradient(135deg, #07182E 0%, #0B2342 55%, #123A6B 100%) !important;
	border-top: 3px solid #C49A47;
}
#cta .cta-content {
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
}

/* ---------- ARKA PLAN KÜRE/GLOBE MOTİFİ ---------- */
#cta::before,
#cta::after,
#counter::before,
#counter::after,
#page-hero::before {
	border-radius: 0 !important;
	background-color: transparent !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='46' fill='none' stroke='rgba(255,255,255,0.06)' stroke-width='1.5'/%3E%3Cellipse cx='50' cy='50' rx='46' ry='17' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='1.2'/%3E%3Cellipse cx='50' cy='50' rx='46' ry='33' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='1.2'/%3E%3Cellipse cx='50' cy='50' rx='17' ry='46' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='1.2'/%3E%3Cellipse cx='50' cy='50' rx='33' ry='46' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='1.2'/%3E%3Cline x1='4' y1='50' x2='96' y2='50' stroke='rgba(255,255,255,0.05)' stroke-width='1.2'/%3E%3Cline x1='50' y1='4' x2='50' y2='96' stroke='rgba(255,255,255,0.05)' stroke-width='1.2'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center !important;
}
#cta::before {
	transform: rotate(38deg);
}
#cta::after {
	transform: rotate(-28deg);
}
#counter::before {
	transform: rotate(-35deg);
}
#counter::after {
	transform: rotate(25deg);
}
#page-hero::before {
	transform: rotate(30deg);
}

/* ---------- COUNTER ---------- */
#counter {
	background: #0B2342 !important;
	border-top: 3px solid #C49A47;
}
#counter .counter-icon {
	color: #D9B86A !important;
}
#counter .number {
	font-family: 'Playfair Display', serif;
	color: #fff;
}

/* ---------- SAYFA HERO ---------- */
#page-hero {
	background: linear-gradient(135deg, #0B2342 0%, #123A6B 55%, #2E6BB0 100%) !important;
	position: relative;
}
#page-hero::after {
	content: "" !important;
	position: absolute !important;
	top: auto !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: auto !important;
	height: 3px !important;
	transform: none !important;
	background: linear-gradient(135deg, #B0883B 0%, #C49A47 50%, #D9B86A 100%) !important;
}
.page-breadcrumb li a {
	color: #D9B86A !important;
}

/* ---------- HAKKIMIZDA / İÇERİK ---------- */
.about-experience,
.about-experience-badge {
	background: linear-gradient(135deg, #B0883B 0%, #C49A47 50%, #D9B86A 100%) !important;
	border-radius: 2px !important;
	color: #fff !important;
}
.about-img-decor {
	border: 2px solid #C49A47 !important;
	border-radius: 2px !important;
}
.mv-card {
	border-left: 3px solid #C49A47;
	background: #F4F7FB;
	border-radius: 2px;
}
.mv-card .mv-icon {
	color: #C49A47 !important;
}
.why-card {
	border: 1px solid #D4E0EE;
	border-top: 3px solid #123A6B;
	border-radius: 2px;
	transition: all .3s ease;
}
.why-card:hover {
	border-top-color: #C49A47;
	box-shadow: var(--shadow-md);
}
.why-card .why-icon {
	color: #C49A47 !important;
	background: #F4F7FB !important;
	border-radius: 2px !important;
}

/* ---------- CHECKLIST ---------- */
.check-item i {
	color: #C49A47 !important;
}

/* ---------- FOOTER ---------- */
#footer {
	background: #0B2342 !important;
	border-top: 3px solid #C49A47;
}
#footer .footer-top {
	background: transparent !important;
}
#footer .footer-title {
	color: #D9B86A !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
}
#footer .footer-links li a:hover,
#footer .footer-contact a:hover {
	color: #D9B86A !important;
}
#footer .footer-social a {
	border: 1px solid #C49A47;
	color: #D9B86A;
	border-radius: 2px;
}
#footer .footer-social a:hover {
	background: #C49A47;
	color: #fff;
}
#footer .footer-bottom {
	border-top: 1px solid rgba(196,154,71,0.25);
}

/* ---------- ÜRÜN DETAY ---------- */
.hd-icon-badge {
	background: linear-gradient(135deg, #B0883B 0%, #C49A47 50%, #D9B86A 100%) !important;
	border-radius: 2px !important;
}
.hd-sidebar-card {
	border: 1px solid #D4E0EE;
	border-radius: var(--radius-sm);
}
.hd-contact-card {
	background: linear-gradient(135deg, #0B2342 0%, #123A6B 55%, #2E6BB0 100%) !important;
	border: 1px solid #C49A47 !important;
}
.hd-contact-card .hd-contact-icon {
	color: #D9B86A !important;
}
.hd-service-list li a:hover {
	color: #C49A47 !important;
}
.hd-content h2, .hd-content h3 {
	color: #123A6B;
}
.hd-content ul li::marker {
	color: #C49A47;
}

/* ---------- İLETİŞİM ---------- */
.ci-card {
	border: 1px solid #D4E0EE;
	border-bottom: 3px solid #123A6B;
	border-radius: 2px;
	transition: all .3s ease;
}
.ci-card:hover {
	border-bottom-color: #C49A47;
	box-shadow: var(--shadow-md);
}
.ci-card .ci-icon {
	color: #C49A47 !important;
	background: #F4F7FB !important;
	border-radius: 2px !important;
}

/* ---------- TAG ITEMS ---------- */
#service-tags {
	margin-top: -28px;
	position: relative;
	z-index: 5;
}
#service-tags .tags-wrapper {
	background: #fff;
	box-shadow: var(--shadow-lg);
	border: 1px solid #D4E0EE;
	border-radius: 2px;
	padding: 14px 18px;
}
.tag-item {
	border: 1px solid #D4E0EE !important;
	border-radius: 2px !important;
	color: #123A6B !important;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
.tag-item:hover {
	background: #C49A47 !important;
	border-color: #C49A47 !important;
	color: #fff !important;
}
.tag-item i {
	color: #C49A47;
}
.tag-item:hover i {
	color: #fff;
}

/* ---------- WHATSAPP / SCROLLTOP ---------- */
.scroll-top {
	background: #C49A47 !important;
	border-radius: 2px !important;
}

/* ---------- MOBİL ---------- */
@media (max-width: 991px) {
	#service-tags {
		margin-top: 10px;
	}
	#hero-alan .hero-title {
		border-left-width: 3px;
		padding-left: 14px;
	}
}

/* ---------- HERO OVERLAY (fotoğraf görünür kalsın) ---------- */
#hero-alan .hero-overlay {
	background: linear-gradient(90deg, rgba(7,24,46,0.88) 0%, rgba(7,24,46,0.6) 45%, rgba(7,24,46,0.12) 100%) !important;
}
#hero-alan .hero-bg img {
	filter: none !important;
}

/* ---------- ANASAYFA HAKKIMIZDA ROZETİ + RESİM ---------- */
#about .about-image-wrapper .about-img-main,
.about-img-main {
	border-radius: 0 !important;
}
#about .about-experience,
.about-experience {
	background: #0B2342 !important;
	border: 2px solid #C49A47 !important;
	border-radius: 0 !important;
	color: #ffffff !important;
	box-shadow: 0 6px 20px rgba(11,35,66,0.35) !important;
}
#about .about-experience .number {
	color: #D9B86A !important;
}
#about .about-experience .text {
	color: #ffffff !important;
}

/* ---------- DİL SEÇİCİ ---------- */
#topbar .col-lg-4 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
}
.dil-secim {
	display: flex;
	gap: 4px;
}
.dil-secim a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 24px;
	padding: 0 7px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #D9B86A !important;
	border: 1px solid rgba(196,154,71,0.5);
	border-radius: 2px;
	transition: all .25s ease;
	text-decoration: none;
}
.dil-secim a:hover {
	background: rgba(196,154,71,0.2);
	color: #fff !important;
}
.dil-secim a.aktif {
	background: linear-gradient(135deg, #B0883B 0%, #C49A47 50%, #D9B86A 100%);
	border-color: #C49A47;
	color: #fff !important;
}
.dil-secim-mobil {
	padding: 15px 20px 5px 20px;
	justify-content: center;
	gap: 8px;
}
.dil-secim-mobil a {
	min-width: 52px;
	height: 36px;
	font-size: 13px;
	color: #123A6B !important;
	border-color: #123A6B;
}
.dil-secim-mobil a.aktif {
	color: #fff !important;
}

/* ---------- RTL (ARAPÇA) DÜZENLEMELERİ ---------- */
html[dir="rtl"] body {
	direction: rtl;
	text-align: right;
}
html[dir="rtl"] #hero-alan .hero-title {
	border-left: none;
	border-right: 4px solid #C49A47;
	padding-left: 0;
	padding-right: 22px;
}
html[dir="rtl"] #hero-alan .hero-overlay {
	background: linear-gradient(270deg, rgba(7,24,46,0.88) 0%, rgba(7,24,46,0.6) 45%, rgba(7,24,46,0.12) 100%) !important;
}
html[dir="rtl"] .menu ul,
html[dir="rtl"] .footer-links,
html[dir="rtl"] ol, html[dir="rtl"] ul {
	padding-right: 0;
}
html[dir="rtl"] .sdc-icon {
	right: auto !important;
	left: 20px !important;
}
html[dir="rtl"] .mv-card {
	border-left: none;
	border-right: 3px solid #C49A47;
}
html[dir="rtl"] #about .about-experience {
	right: auto;
	left: -20px;
}

/* ============================================================
   FAALİYET ALANLARI IZGARASI
   ============================================================ */
#faaliyet { padding: 95px 0; background: #ffffff; }
.pt-section { padding-top: 90px !important; }
.fa-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	background: #ffffff;
	border: 1px solid #DDE6F2;
	border-bottom: 4px solid #123A6B;
	padding: 32px 26px 28px;
	transition: all .35s ease;
	position: relative;
	overflow: hidden;
}
.fa-card::before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 0;
	background: linear-gradient(135deg, #0B2342 0%, #123A6B 60%, #1E5AA8 100%);
	transition: height .35s ease;
	z-index: 0;
}
.fa-card:hover {
	border-bottom-color: #C49A47;
	box-shadow: 0 18px 40px rgba(11,35,66,0.18);
	transform: translateY(-8px);
}
.fa-card:hover::before { height: 100%; }
.fa-card > * { position: relative; z-index: 1; }
.fa-icon {
	width: 70px; height: 70px;
	display: flex; align-items: center; justify-content: center;
	font-size: 34px; color: #fff;
	background: linear-gradient(135deg, #B0883B 0%, #C49A47 50%, #D9B86A 100%);
	margin-bottom: 20px;
	box-shadow: 0 6px 16px rgba(176,136,59,0.35);
	transition: all .35s ease;
}
.fa-card:hover .fa-icon { transform: scale(1.08) rotate(-4deg); }
.fa-card h4 {
	font-family: 'Playfair Display', serif;
	font-size: 20px; color: #1f241c; margin-bottom: 10px;
	transition: color .35s ease;
}
.fa-card p {
	font-size: 14px; color: #6b7280; line-height: 1.65; margin-bottom: 16px;
	transition: color .35s ease;
}
.fa-link {
	font-size: 12px; font-weight: 700; letter-spacing: 1.5px;
	text-transform: uppercase; color: #C49A47;
	margin-top: auto; transition: color .35s ease;
}
.fa-card:hover h4, .fa-card:hover .fa-link { color: #fff; }
.fa-card:hover p { color: rgba(255,255,255,0.82); }
.fa-card:hover .fa-icon { box-shadow: 0 6px 20px rgba(0,0,0,0.3); }

/* ============================================================
   TEMEL DEĞERLER
   ============================================================ */
#degerler {
	padding: 95px 0;
	background: linear-gradient(135deg, #07182E 0%, #0B2342 55%, #123A6B 100%);
	position: relative;
	overflow: hidden;
}
#degerler::before {
	content: "";
	position: absolute; top: -40%; right: -10%;
	width: 600px; height: 600px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='46' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1.5'/%3E%3Cellipse cx='50' cy='50' rx='46' ry='17' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1.2'/%3E%3Cellipse cx='50' cy='50' rx='46' ry='33' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1.2'/%3E%3Cellipse cx='50' cy='50' rx='17' ry='46' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1.2'/%3E%3Cellipse cx='50' cy='50' rx='33' ry='46' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1.2'/%3E%3Cline x1='4' y1='50' x2='96' y2='50' stroke='rgba(255,255,255,0.04)' stroke-width='1.2'/%3E%3Cline x1='50' y1='4' x2='50' y2='96' stroke='rgba(255,255,255,0.04)' stroke-width='1.2'/%3E%3C/svg%3E");
	background-size: contain; background-repeat: no-repeat;
	transform: rotate(28deg);
}
.section-title-light .subtitle { color: #D9B86A !important; border-color: #C49A47 !important; }
.section-title-light h2 { color: #ffffff !important; }
.section-title-light p { color: rgba(255,255,255,0.7) !important; }
.deger-card {
	display: flex; align-items: flex-start; gap: 18px;
	height: 100%;
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(196,154,71,0.25);
	padding: 26px 24px;
	transition: all .3s ease;
}
.deger-card:hover {
	background: rgba(196,154,71,0.1);
	border-color: #C49A47;
	transform: translateY(-5px);
}
.deger-icon {
	flex: 0 0 auto;
	width: 56px; height: 56px;
	display: flex; align-items: center; justify-content: center;
	font-size: 26px; color: #0B2342;
	background: linear-gradient(135deg, #C49A47 0%, #D9B86A 100%);
}
.deger-text h4 {
	font-family: 'Playfair Display', serif;
	font-size: 18px; color: #fff; margin-bottom: 6px;
}
.deger-text p { font-size: 13.5px; color: rgba(255,255,255,0.68); line-height: 1.6; margin: 0; }

/* ============================================================
   NEDEN BİZ LİSTESİ
   ============================================================ */
#neden-biz { padding: 95px 0; background: #F4F7FB; }
.neden-list { margin-top: 28px; display: flex; flex-direction: column; gap: 20px; }
.neden-item { display: flex; align-items: flex-start; gap: 18px; }
.neden-item > i {
	flex: 0 0 auto;
	width: 58px; height: 58px;
	display: flex; align-items: center; justify-content: center;
	font-size: 26px; color: #fff;
	background: linear-gradient(135deg, #0B2342 0%, #123A6B 100%);
	border-bottom: 3px solid #C49A47;
}
.neden-item h5 {
	font-size: 17px; color: #1f241c; margin-bottom: 4px; font-weight: 700;
}
.neden-item p { font-size: 14px; color: #6b7280; margin: 0; line-height: 1.6; }

/* ============================================================
   RTL ek düzenlemeler (yeni bölümler)
   ============================================================ */
html[dir="rtl"] .fa-card { align-items: flex-end; text-align: right; }
html[dir="rtl"] .deger-card, html[dir="rtl"] .neden-item { flex-direction: row-reverse; text-align: right; }

/* ============================================================
   FAALİYET KARTI - FOTOĞRAFLI VARYANT
   ============================================================ */
.fa-card-img {
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	overflow: visible !important;
	position: relative;
}
.fa-card-img::before { display: none !important; }
.fa-card-img .fa-photo {
	position: relative;
	width: 100%;
	height: 185px;
	overflow: hidden;
	background: #0B2342;
}
.fa-card-img .fa-photo img {
	display: block;
	width: 100%; height: 100%;
	object-fit: cover;
	transition: transform .55s ease;
}
.fa-card-img:hover .fa-photo img { transform: scale(1.08); }
.fa-card-img .fa-photo::after {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(11,35,66,0.10) 0%, rgba(11,35,66,0.55) 100%);
}
.fa-card-img .fa-icon {
	position: absolute;
	left: 18px; top: 157px;
	width: 56px; height: 56px;
	margin-bottom: 0;
	z-index: 3;
	font-size: 26px;
	box-shadow: 0 6px 16px rgba(7,24,46,0.4);
}
.fa-card-img .fa-body {
	width: 100%;
	padding: 38px 24px 26px;
	display: flex; flex-direction: column;
	flex: 1;
}
.fa-card-img .fa-body h4 { transition: color .3s ease; }
.fa-card-img:hover .fa-body h4 { color: #123A6B; }
.fa-card-img:hover .fa-body p { color: #6b7280; }
.fa-card-img:hover .fa-link { color: #123A6B; }
html[dir="rtl"] .fa-card-img .fa-i
/* ---------- MOBİL MENÜ LOGO YÜKSEKLİĞİ ---------- */
#mobilmenu .ust .logo {
	max-height: 60px !important;
	width: auto !important;
	object-fit: contain;
}

/* ---------- MOBİL: WhatsApp butonunu yukarı çık butonundan ayır ---------- */
@media (max-width: 991px) {
	#whatsapp { bottom: 85px !important; }
	.scroll-top { bottom: 20px !important; right: 22px !important; }
}
