.poppins-thin {
	font-family: "Poppins", sans-serif;
	font-weight: 100;
	font-style: normal;
}

.poppins-extralight {
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-style: normal;
}

.poppins-light {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.poppins-regular {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.poppins-medium {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.poppins-semibold {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.poppins-bold {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.poppins-extrabold {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-style: normal;
}

.poppins-black {
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	font-style: normal;
}

.poppins-thin-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 100;
	font-style: italic;
}

.poppins-extralight-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-style: italic;
}

.poppins-light-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: italic;
}

.poppins-regular-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.poppins-medium-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: italic;
}

.poppins-semibold-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: italic;
}

.poppins-bold-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: italic;
}

.poppins-extrabold-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-style: italic;
}

.poppins-black-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	font-style: italic;
}


:root{
	--primary-color				: #010535;
	--secondary-color			: #FAFAFB;
	--text-color				: #666666;
	--accent-color				: #0076a0;
	--accent-secondary-color	: #209445;
	--white-color				: #FFFFFF;
	--divider-color				: #E6E6EB;
	--dark-divider-color		: #FFFFFF1A;
	--error-color				: rgb(230, 87, 87);
	--default-font				: "Poppins", serif;
	--accent-font				: "Poppins", serif;
}

.topbar {
	background: #209445;
}
.logo {
	height: 65px;
}

.logoMobil {
	display: none;
}

.about-us-images {
	padding: 20px;
}
.about-image-1 {
	transform: rotate(0deg);
}

.btn-default {
	background: #0076a0;
}

.page-header {
	padding: 50px 0;
}

.main-menu ul li a {
	padding: 14px 10px !important;
}

.main-footer {
	background: url(../images/footer-bg-image.png), #209445;
}

.btn-default.btn-highlighted span {
	background-image: linear-gradient(90deg, #acd58a 0, #209445 50%, #acd58a 100%);
}

.contact-info-item .icon-box,
.contact-info-item:after,
.service-catagery-list h3,
.sidebar-cta-box,
.slicknav_menu {
	background: linear-gradient(to right, #acd58a 0%, #209445 100%);
}

.slicknav_btn {
	background: #0076a0;
}


.page-header::before,
.hero::before,
.hero.hero-slider-layout .hero-slide::before {
	background: linear-gradient(90deg, #acd58a 0%, #209445 51.13%, rgba(226, 64, 59, 0.02) 63.85%);
}

.service-image a figure::before {
	background: linear-gradient(0.07deg, #acd58a 0.06%, rgba(1, 169, 134,0.5) 99.94%);
}

.footer-go-to-top-btn a:hover,
.footer-links ul li:hover,
.footer-links a:hover {
	color: #000;
}


.search-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.88);
	backdrop-filter: blur(6px);
	z-index: 1050;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: fadeIn 0.3s ease;
}

/* Sağ üst kapatma */
.search-close {
	position: absolute;
	top: 25px;
	right: 30px;
	font-size: 1.5rem;
	opacity: 0.8;
}

.search-close:hover {
	opacity: 1;
}

.search-box {
	width: 100%;
	max-width: 600px;
	padding: 20px;
}

.search-box input {
	border-radius: 50px 0 0 50px !important;
	padding-left: 25px;
	font-size: 1rem !important;
}

.search-box button[type="submit"] {
	border-radius: 0 50px 50px 0 !important;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: 600;
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

.topbar-login-btn ul li:hover {
	color: #000;
}

.btn-search {
	background: transparent;
	border: 1px solid #fff;
}
.btn-search:hover {
	background: transparent;
	border: 1px solid #fff;
}
.btn-search:hover i {
	color: #000;
}

.service-item-list {
	justify-content: center;
}
.service-item {
	width: 33%;
}
.service-content {
	bottom: 55px;
}
.service-image img {
	aspect-ratio: auto;
	object-fit: none;
}
.service-item:nth-of-type(-n + 4) {
	border-top-width: 0;
}

.our-team {
	background: transparent;
}
.our-company-slider {
	border-bottom: 1px transparent;
}
.our-company-slider .company-logo img {
	max-height: 133px;
	min-height: 133px;
}

.whatsapp {
	position:fixed;
	width:60px;
	bottom:20px;
	right: 15px;
	z-index:99999;
}
.whatsapp img {
	height: 60px;
}

.page-services .service-item-list {
	gap: 1px;
}
.page-services .service-item-list .service-item{
	width: 33%;
}
@media only screen and (max-width: 991px) {
	.logo {
		height: 40px;
	}
	.logoMobil {
		display: inline-block;
		height: 28px;
	}
}
@media only screen and (max-width: 767px) {

	.topbar-social-login {
		display: flex;
	}
	.hero::before {
		background: linear-gradient(90deg, #acd58a 0%, #209445 100%, rgba(226, 64, 59, 0.02) 0%);
	}
	.service-item {
		width: 100%;
	}
	.page-services .service-item-list .service-item{
		width: 100%;
	}
}
