:root {
	--ogun-bg: #7f1d1d; /* deep red background accent */
	--ogun-fg: #ffffff; /* white foreground */
	--ogun-primary: #dc2626; /* red-600 */
	--ogun-accent: #ef4444; /* red-500 */
	--ogun-muted: #6b7280; /* slate-500 */
	/* Bootstrap primary override */
	--bs-primary: #dc2626;
}

/* CTA */
.cta-wrap {
	padding-top: 2rem;
	padding-bottom: 3rem;
}
.cta-section {
	background: radial-gradient(1200px 600px at 20% 20%, rgba(255,255,255,.18), rgba(255,255,255,.02)) , linear-gradient(120deg, #dc2626 0%, #b91c1c 50%, #7f1d1d 100%);
	box-shadow: 0 20px 40px rgba(0,0,0,.12);
}
.cta-title {
	font-size: clamp(1.8rem, 1.2rem + 2vw, 2.6rem);
	letter-spacing: .02em;
}
.cta-section .btn {
	font-weight: 600;
}

.footer-shell {
	background: #f4f4f5;
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
	position: relative;
}
.footer-top {
	display: block !important;
	visibility: visible !important;
}
.footer-logo {
	width: 160px;
	height: 48px;
	background: #dc2626;
	color: #fff;
	border-radius: 999px;
	letter-spacing: .12em;
	font-size: .9rem;
}
.footer-logo-img {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	width: auto;
}
.footer-logo-img img {
	max-height: 80px;
	min-height: 40px;
	height: auto;
	width: auto;
	min-width: 200px;
	display: block !important;
	object-fit: contain;
	visibility: visible !important;
	opacity: 1 !important;
}
.footer-contact {
	color: #1f2937;
	font-size: .95rem;
}
.footer-contact .footer-label,
.footer-contact .footer-link,
.footer-contact .footer-text {
	text-align: left;
}
@media (max-width: 767.98px) {
	.footer-contact .footer-label,
	.footer-contact .footer-link,
	.footer-contact .footer-text {
		text-align: center;
	}
}
.footer-icon {
	color: #dc2626;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(220,38,38,.12);
}
.footer-label {
	font-weight: 600;
	font-size: .85rem;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.footer-link {
	color: inherit;
	text-decoration: none;
	transition: color .2s ease;
}
.footer-link:hover {
	color: #dc2626;
}
.footer-text {
	display: block;
}
.footer-divider {
	border-color: rgba(17,24,39,1);
	margin: 2rem 0 1.5rem;
}
.footer-social .social-link {
	color: #1f2937;
	opacity: .8;
	transition: opacity .2s ease, transform .2s ease;
}
.footer-social .social-link:hover {
	opacity: 1;
	transform: translateY(-2px);
}
.footer-copy {
	font-size: .9rem;
	display: flex;
	align-items: center;
	gap: 0.25rem;
	flex-wrap: wrap;
	justify-content: center;
}
.footer-credit-link {
	color: inherit;
	text-decoration: none;
	transition: color .2s ease;
	font-weight: 500;
}
.footer-credit-link:hover {
	color: #dc2626;
}
.heart-beat {
	display: inline-block;
	vertical-align: middle;
	animation: heartbeat 1.5s ease-in-out infinite;
	margin: 0 0.15rem;
}
@keyframes heartbeat {
	0%, 100% { transform: scale(1); }
	10% { transform: scale(1.15); }
	20% { transform: scale(1); }
	30% { transform: scale(1.15); }
	40% { transform: scale(1); }
}
.footer-links .footer-link {
	font-size: .9rem;
}

.scroll-top-btn {
	position: fixed;
	right: 1.5rem;
	bottom: 1.5rem;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: none;
	background: #ffffff;
	color: #dc2626;
	box-shadow: 0 10px 25px rgba(220,38,38,.25);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: opacity .3s ease, transform .3s ease, visibility .3s;
}
.scroll-top-btn.visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.scroll-top-btn svg {
	animation: bounceUp 1.4s ease-in-out infinite;
}
@keyframes bounceUp {
	0%, 100% { transform: translateY(2px); }
	50% { transform: translateY(-3px); }
}

.whatsapp-btn {
	position: fixed;
	right: 1.5rem;
	bottom: 5.5rem; /* scroll-top'un üstünde */
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #22c55e;
	color: #ffffff;
	box-shadow: 0 12px 26px rgba(34,197,94,.35);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease, visibility .2s;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	animation: whatsappPop 1.8s ease-in-out infinite;
}
.whatsapp-btn.visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.whatsapp-btn:hover {
	transform: translateY(-2px) scale(1.03);
	box-shadow: 0 14px 30px rgba(34,197,94,.45);
}
@keyframes whatsappPop {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.05); }
}

html, body {
	font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

/* Navbar over slider */
.navbar-hero {
	background: rgba(255,255,255,.1);
	backdrop-filter: blur(6px);
	transition: background .25s ease, box-shadow .25s ease, border-color .25s ease, color .25s ease;
	border-bottom: 1px solid transparent;
}
/* İç sayfalarda navbar baştan beyaz */
body.inner-page .navbar-hero {
	background: #ffffff;
	border-bottom-color: #e5e7eb;
	box-shadow: 0 6px 20px rgba(0,0,0,.08);
}
body.inner-page .navbar-hero .navbar-brand,
body.inner-page .navbar-hero .nav-link {
	color: #111827;
}
body.inner-page .navbar-hero .nav-separated .nav-item + .nav-item::before {
	color: #9ca3af;
}
.navbar-hero .navbar-brand {
	color: #ffffff;
	display: flex;
	align-items: center;
}
.navbar-hero .nav-logo {
	height: 38px;
	width: auto;
	display: block;
}
.navbar-hero .nav-link {
	color: #ffffff;
	font-weight: 400; /* Poppins normal */
	font-size: 0.85rem;
	position: relative;
	margin: 0 .5rem;
	text-transform: uppercase;
	letter-spacing: .06em;
	padding: .25rem .25rem;
}
.navbar-hero .navbar-toggler {
	border-color: rgba(255,255,255,.4);
}
.navbar-hero .navbar-toggler-icon {
	filter: invert(1) grayscale(1) brightness(100%);
}
.navbar-hero.scrolled {
	background: #ffffff;
	border-bottom-color: #e5e7eb;
	box-shadow: 0 6px 20px rgba(0,0,0,.08);
}
.navbar-hero.scrolled .navbar-brand,
.navbar-hero.scrolled .nav-link {
	color: #111827;
}
.navbar-hero .nav-separated .nav-item + .nav-item::before {
	content: "|";
	display: inline-block;
	color: rgba(255,255,255,.7);
	margin: 0 .55rem 0 .4rem;
	font-size: 0.85rem;
}
.navbar-hero.scrolled .nav-separated .nav-item + .nav-item::before {
	color: #9ca3af;
}
/* Tek satır hizalama ve dağınıklığı önleme (lg ve üstü) */
@media (min-width: 992px) {
	.navbar-hero .nav-separated {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
	.navbar-hero .nav-separated .nav-item {
		display: flex;
		align-items: center;
		white-space: nowrap;
	}
	.navbar-hero .navbar-collapse {
		justify-content: flex-end;
	}
}
/* Mobil menü iyileştirmeleri */
@media (max-width: 991.98px) {
	.navbar-hero .nav-link {
		font-size: 0.9rem;
		padding: .5rem 1rem;
	}
	.navbar-hero .nav-separated .nav-item + .nav-item::before {
		display: none;
	}
}
/* Smooth underline glow hover */
.navbar-hero .nav-link::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -4px;
	width: 0;
	height: 2px;
	background: currentColor;
	box-shadow: 0 0 12px rgba(220,38,38,.55);
	border-radius: 2px;
	transition: width .25s ease, left .25s ease, box-shadow .25s ease;
}
.navbar-hero .nav-link:hover::after,
.navbar-hero .nav-link:focus::after {
	left: 0;
	width: 100%;
	box-shadow: 0 0 0 rgba(220,38,38,0);
}

.hero-slider {
	position: relative;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
}
.hero-slider .slider-track {
	width: 100%;
	height: 100%;
	min-height: 100vh; /* parent min-height durumunda güvence */
	position: relative;
}
.hero-slider .slide {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100vh; /* nadir layout durumları için ek güvence */
	opacity: 0;
	transition: opacity .6s ease;
}
.hero-slider .slide.active {
	opacity: 1;
}
.hero-slider .slide-overlay {
	position: absolute;
	inset: 0;
	background: radial-gradient(1200px 600px at 30% 40%, rgba(0,0,0,.15), rgba(0,0,0,.55));
}
.hero-slider .slide-content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height: 100vh;
	color: #fff;
}
.hero-slider .slide-content .lead {
	color: #fef2f2;
}

.slider-indicator {
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	background: rgba(255,255,255,.9);
	color: #111827;
	backdrop-filter: blur(4px);
	border-top-left-radius: .75rem;
	border-top-right-radius: .75rem;
	border-bottom-left-radius: .75rem;
	padding: .5rem .75rem;
	font-weight: 600;
	letter-spacing: .06em;
}
.slider-indicator .sep {
	opacity: .6;
	margin: 0 .25rem;
}

.slider-nav {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	background: rgba(255,255,255,.95);
	color: #111827;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	padding: .35rem .5rem;
	display: flex;
	align-items: center;
	gap: .25rem;
	box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
.slider-nav .slash {
	color: #9ca3af;
	font-weight: 600;
	padding: 0 .25rem;
}
.slider-nav .nav-btn {
	border: 0;
	background: transparent;
	color: #111827;
	font-weight: 700;
	letter-spacing: .06em;
	padding: .35rem .6rem;
	border-radius: .5rem;
}
.slider-nav .nav-btn:hover {
	background: rgba(220,38,38,.1);
	color: #b91c1c;
}

.hero {
	background: linear-gradient(120deg, #dc2626 0%, #b91c1c 50%, #7f1d1d 100%);
	color: #fff;
}
.hero .lead {
	color: #ffe4e6;
}

.section-title {
	font-weight: 600;
}

.service-card {
	border: 1px solid #e5e7eb;
	transition: transform .15s ease, box-shadow .15s ease;
}
.service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 20px rgba(2, 6, 23, .08);
}

.badge-kpi {
	background: rgba(220,38,38,.12);
	color: #991b1b;
}

.contact-card {
	border: 1px solid #e5e7eb;
}

.accordion-button:focus {
	box-shadow: none;
}

/* Services grid */
.service-card {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1; /* kare kart */
	box-shadow: 0 12px 30px rgba(0,0,0,.12);
	transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 38px rgba(0,0,0,.18);
}
.service-card .service-meta {
	position: absolute;
	left: .75rem;
	right: .75rem;
	bottom: .75rem;
	background: linear-gradient(180deg, rgba(17,24,39,.0), rgba(17,24,39,.35));
	color: #fff;
	padding: .6rem .8rem;
	border-radius: .8rem;
	backdrop-filter: blur(4px);
}
.service-card .service-title {
	font-weight: 600;
}
.service-card .service-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 28px;
	color: #ffffff;
	background: rgba(255,255,255,.18);
	border: 1px solid rgba(255,255,255,.35);
	border-radius: .6rem;
	transition: transform .2s ease, background .2s ease;
}
.service-card:hover .service-arrow {
	transform: translateX(2px) translateY(-2px);
	background: rgba(220,38,38,.9);
	border-color: rgba(220,38,38,1);
}

/* Why Us section */
.why-us-section {
	background: linear-gradient(135deg, rgba(17,24,39, .75), rgba(17,24,39,.4)), url('assets/img/slide3.svg') center/cover no-repeat;
	color: #fff;
}
.why-us-section .why-title {
	font-size: clamp(1.8rem, 1.2rem + 2vw, 2.4rem);
	font-weight: 300;
}
.why-us-section .why-title strong {
	font-weight: 700;
}
.why-items .why-item {
	height: 100%;
	border-right: 1px solid rgba(255,255,255,.15);
}
.why-items .col-12.col-lg-3:last-child .why-item {
	border-right: 0;
}
.why-icon {
	color: #ffffff;
	opacity: .9;
}
.why-item h5 {
	color: #fff;
}
.why-item p {
	color: #e5e7eb !important;
}
@media (max-width: 991.98px) {
	.why-items .why-item {
		border-right: 0;
		border-bottom: 1px solid rgba(255,255,255,.12);
	}
	.why-items .col-12:last-child .why-item {
		border-bottom: 0;
	}
}

/* About (Biz Kimiz) */
.about-section .display-6 {
	font-size: clamp(1.8rem, 1.2rem + 2vw, 2.5rem);
	line-height: 1.25;
}
.about-stats {
	background: #f3f4f6;
	padding: 1.25rem 1rem;
}
.about-stats .stat-item {
	padding: 1rem 0;
}
.about-stats .stat-item + .stat-item {
	border-left: 1px solid #e5e7eb;
}
.about-stats .stat-num {
	font-weight: 700;
	font-size: clamp(1.8rem, 1.2rem + 2vw, 2.8rem);
	line-height: 1;
}
@media (max-width: 767.98px) {
	.about-stats .stat-item + .stat-item {
		border-left: 0;
		border-top: 1px solid #e5e7eb;
	}
}

/* About text spacing and button sizing */
.about-section .row.align-items-center {
	margin-top: .75rem; /* üstteki başlıktan biraz aşağı */
}
.about-section p {
	line-height: 1.9; /* satır aralığını aç */
}
.about-section .btn {
	padding: .75rem 1.5rem; /* yazı boyutu sabit, buton daha büyük */
	border-width: 2px;
}

/* Section kicker underline */
.section-kicker {
	position: relative;
	display: inline-block;
	padding-bottom: .35rem;
}
.section-kicker::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: currentColor;
	opacity: .8;
	border-radius: 2px;
}

/* Headline split weights */
.headline-split {
	font-size: clamp(1.6rem, 1.2rem + 1.5vw, 2rem);
}
.headline-split .bold {
	font-weight: 700;
	text-transform: uppercase;
}
.headline-split .light {
	font-weight: 400;
	text-transform: uppercase;
	color: #111827;
	opacity: .85;
}

/* About page timeline responsive */
@media (max-width: 767.98px) {
	.about-section .timeline .position-absolute {
		display: none !important;
	}
	.about-section .timeline .col-md-2 {
		order: -1;
		margin-bottom: 0.5rem;
	}
}

/* Service Detail Page */
.service-detail-image-wrapper {
	max-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.service-detail-content {
	background: #ffffff;
}
.service-detail-text {
	font-size: 1.05rem;
	line-height: 1.8;
	color: #4b5563;
}
.feature-box {
	transition: transform .2s ease, box-shadow .2s ease;
}
.feature-box:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0,0,0,.08) !important;
}
.feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

/* Contact Page */
.contact-info-card {
	background: white;
	border-radius: 1rem;
	padding: 2rem;
	text-align: center;
	height: 100%;
	border: 1px solid #e5e7eb;
	transition: all .3s ease;
	box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.contact-info-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(0,0,0,.12);
	border-color: #dc2626;
}
.contact-info-icon {
	width: 64px;
	height: 64px;
	background: linear-gradient(135deg, #fef2f2, #fee2e2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.5rem;
	color: #dc2626;
}
.contact-info-title {
	font-size: 1.125rem;
	font-weight: 700;
	color: #111827;
	margin-bottom: 0.75rem;
}
.contact-info-text {
	color: #6b7280;
	margin: 0;
	line-height: 1.6;
}
.contact-info-link {
	color: #dc2626;
	text-decoration: none;
	font-weight: 600;
	transition: color .2s;
}
.contact-info-link:hover {
	color: #b91c1c;
}
.contact-form-wrapper {
	background: white;
	border-radius: 1rem;
	padding: 2.5rem;
	border: 1px solid #e5e7eb;
	box-shadow: 0 2px 8px rgba(0,0,0,.04);
	height: 100%;
}
.contact-form .form-label {
	font-weight: 600;
	color: #374151;
	font-size: 0.875rem;
	margin-bottom: 0.5rem;
}
.contact-form .form-control {
	border-radius: 0.5rem;
	border: 1px solid #d1d5db;
	padding: 0.75rem 1rem;
	transition: all .2s;
}
.contact-form .form-control:focus {
	border-color: #dc2626;
	box-shadow: 0 0 0 3px rgba(220, 38, 38, .1);
}
.map-wrapper {
	height: 100%;
}
.map-container {
	border-radius: 1rem;
	overflow: hidden;
	border: 1px solid #e5e7eb;
	box-shadow: 0 2px 8px rgba(0,0,0,.04);
	height: 400px;
}
@media (max-width: 991px) {
	.contact-form-wrapper {
		margin-bottom: 2rem;
	}
	.map-container {
		height: 350px;
	}
}

/* Reference Cards */
.reference-card {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 1rem;
	padding: 1.5rem;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease;
	box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.reference-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0,0,0,.12);
	border-color: #dc2626;
}
.reference-logo-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem;
}
.reference-logo {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	filter: grayscale(100%);
	opacity: 0.7;
	transition: all .3s ease;
}
.reference-card:hover .reference-logo {
	filter: grayscale(0%);
	opacity: 1;
}
@media (max-width: 576px) {
	.reference-card {
		height: 100px;
		padding: 1rem;
	}
}

/* FAQ Styles */
.faq-accordion {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.faq-item {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 1rem;
	overflow: hidden;
	transition: all .3s ease;
	box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.faq-item:hover {
	box-shadow: 0 4px 16px rgba(0,0,0,.08);
	border-color: #dc2626;
}
.faq-question {
	width: 100%;
	background: transparent;
	border: none;
	padding: 1.5rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	text-align: left;
	cursor: pointer;
	transition: all .3s ease;
	font-size: 1.125rem;
	font-weight: 600;
	color: #111827;
}
.faq-question:hover {
	background: #fef2f2;
}
.faq-question:not(.collapsed) {
	background: #fef2f2;
	color: #dc2626;
}
.faq-icon {
	flex-shrink: 0;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f3f4f6;
	border-radius: 50%;
	transition: all .3s ease;
	color: #6b7280;
}
.faq-question:not(.collapsed) .faq-icon {
	background: #dc2626;
	color: #ffffff;
}
.faq-text {
	flex-grow: 1;
}
.faq-toggle {
	flex-shrink: 0;
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #dc2626;
}
.faq-question .icon-minus {
	display: none;
}
.faq-question:not(.collapsed) .icon-plus {
	display: none;
}
.faq-question:not(.collapsed) .icon-minus {
	display: block;
}
.faq-answer {
	padding: 0 1.5rem 1.5rem 5rem;
	color: #6b7280;
	line-height: 1.7;
	animation: fadeIn .3s ease;
}
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@media (max-width: 768px) {
	.faq-question {
		font-size: 1rem;
		padding: 1.25rem;
		gap: 0.75rem;
	}
	.faq-icon {
		width: 2rem;
		height: 2rem;
	}
	.faq-icon svg {
		width: 16px;
		height: 16px;
	}
	.faq-answer {
		padding: 0 1.25rem 1.25rem 3.5rem;
		font-size: 0.9rem;
	}
}

/* Breadcrumb - Modern Design */
.breadcrumb {
	background: transparent;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.breadcrumb-item {
	display: flex;
	align-items: center;
	font-size: 0.9rem;
}
.breadcrumb-item a {
	color: #6b7280;
	text-decoration: none;
	transition: color .2s ease;
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.75rem;
	border-radius: 0.5rem;
	background: rgba(220, 38, 38, 0.05);
}
.breadcrumb-item a:hover {
	color: #dc2626;
	background: rgba(220, 38, 38, 0.1);
}
.breadcrumb-item.active {
	color: #dc2626;
	font-weight: 500;
	padding: 0.35rem 0.75rem;
	border-radius: 0.5rem;
	background: rgba(220, 38, 38, 0.1);
}
.breadcrumb-item + .breadcrumb-item::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 0.25rem;
}


