/* genel header */
.site-header {
	align-items: center !important;
	background-color: white;
	width: 100%;
	height: 4vw;
	position: sticky !important;
	top: 0vw;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 0.8) !important; 
	backdrop-filter: blur(15px) !important;
	-webkit-backdrop-filter: blur(15px) !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05); 
	animation: slide-down 0.5s ease-out;
}

/*headerin gozukmesi icin*/
.body-innerwrapper {
    overflow-x: visible;
}

.site-header .logo-image {
	height: 1.2vw !important; 
	margin-top: 1.5vw;
	margin-left: 2vw; 
	min-height: 12px;
	width: auto; 
}

.sp-megamenu-parent > li > a {
   color: black;
}


/*headerin ortasindaki menu*/
.header-menu {
	display: table;
	margin-top: 0.9vw;
	margin-left: 2vw;
}
/*menunun ici*/
.site-header .sp-megamenu-parent > li > a {
	font-size: 1.2vw; 
	margin-top: 1.1vw;
}

/* dil ve giris yan yana dursun diye*/
.header-right {
	display: flex; 
	margin-right: 3vw;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	font-size: 19px;
	margin-top: 0.7vw;
}

/* signin butonunda icon cikmasi icin */
.signin-button a {
	color: #12284C; 
	transition: all 0.2s ease-in-out;
	display: inline-flex;
	align-items: center;
}

.signin-button a:hover {
	color: #0071CE;
}


/* tablet view */
@media (max-width: 991px) and (min-width: 767px) {

	#sp-section-1 > .row {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: center !important; 
	}

	.site-header .sp-megamenu-parent > li > a {
		font-size: 1.2vw !important; 
	}


	#sp-logo, #sp-menu, #sp-position8 {
		width: auto !important; 
		flex-basis: auto !important; 
	}
	
	#sp-menu {
		flex-grow: 1; 
	}
	
	.header-right a {
		font-size: 18px;
		padding: 1px;
	}  

	#sp-section-1 {
		min-height: 7vw !important; 
	}

	#offcanvas-toggler {
		display: none !important;
	}

	.sp-megamenu-parent {
		display: flex !important;
	}
}

/* mobile view */
@media (max-width: 767px) {
	#sp-section-1 > .row {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: center !important; 
	}
	
	#sp-logo, #sp-position8, #sp-menu {
		width: auto !important; 
		flex-basis: auto !important; 
		width: auto !important;
		flex-grow: 0 !important;
	}

	#sp-section-1 {
		min-height: 14vw !important; 
	}

	#sp-position8 {
		order: 2;
		margin-left: auto; 
		margin-right: 0;
	}

	#sp-menu {
		order: 3;
		margin-right: 3vw !important;
	}

	.header-right a {
		font-size: 16px;
		padding: 1px;
	}
}

/* feature box yazılarının sola dayanmasi icin */
.sppb-addon-content h5{
	text-align: left !important;
	font-size: 18px;
}

/*bottomlarin hepsi footer icin */
#sp-bottom2 {
	margin: 0 auto;
}

#sp-bottom1 {
	max-width: 25%;
	margin: auto;
	margin-left: 0;
}

#sp-bottom2 h3 {
	font-size: 14px;
}

#sp-bottom3 {
	margin: 0 auto;
}
#sp-bottom3 h3 {
	font-size: 14px;
}

#sp-bottom2 .sp-module-content ul.menu li {
	display: block !important;
	width: 100% !important;
}

#sp-bottom3 .sp-module-content ul.menu li {
	display: block !important;
	width: 100% !important;
}

#sp-bottom4 ul.social-icons li {
	gap: 1vw; 
	margin-top: 1vw;
	font-size: 20px !important;
}

.sp-copyright {
	display: block !important;
	width: 100% !important;
	position: absolute;
	bottom: 2vw;
	padding-left: 6vw;
}



/*MAIN DROPDOWN AYARLARI*/
/* nav menuden acilan dropdown */
.sp-megamenu-parent > li.sp-has-child {
	position: static !important;
}

/*styling*/
.sp-megamenu-parent > li.sp-has-child .sp-dropdown {
	/* Sizing */
	margin-top: 0.95vw;
	margin-left: -17vw;
	padding-left: 4vw;
	width: 100vw !important;
	max-width: 100vw !important;
	background-color: white;
	/* Styling */
	background-color: rgba(255, 255, 255, 0.85) !important; 
	backdrop-filter: blur(15px) !important;
	-webkit-backdrop-filter: blur(15px) !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05); 
	animation: slide-down 0.5s ease-out;
}




.sp-dropdown-inner .sp-dropdown-items .sp-menu-item > a,
.sp-dropdown-inner .sp-dropdown-items .sp-menu-item > span {
	color: #1d1d1f !important; /* A professional dark grey for text */
}

.sp-dropdown .sp-dropdown-inner {
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

.sp-dropdown-inner .sp-dropdown-items .sp-menu-item > a:hover {
	color: #007BFF !important;
}

.sp-dropdown .sp-group-title { 
	font-weight: 600 !important;
	color: #070138;
	margin-bottom: 4px !important;
	margin-top: -4px !important;
}

.sp-megamenu-parent > li.sp-has-child {
	padding-bottom: 20px !important;
	margin-bottom: -20px !important;

}

@keyframes slide-down {
	from {
		opacity: 0;
		transform: translateY(-100%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/* SERVICES PAGE */
.sppb-carousel-extended-item {
	padding-left: 15px;
	padding-right: 15px;
}


.sppb-carousel-extended-inner {
	display: flex !important;
	align-items: stretch !important;
}

.sppb-carousel-extended-outer-stage {
	transition: transform 600ms ease-in-out !important;
}


.sppb-carousel-extended-item {
	height: auto !important;
	display: flex !important;
	flex-direction: column !important;
}


.sppb-carousel-extended-item .sppb-carousel-extended-team-content {
	flex-grow: 1 !important;
}



.sppb-addon-feature.info-card {
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #FFFFFF;
	border: 1px solid #EAEAEA;
	border-radius: 8px;
	padding: 30px;
	transition: all 0.3s ease-in-out;
}

.sppb-addon-feature.info-card .sppb-addon-content {
	display: flex;
	flex-direction: column;
	flex-grow: 1; 
	height: 100%;
}

/* This targets the wrapper around the text and button */
.sppb-addon-feature.info-card .sppb-media-content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	bottom:0;
}



.sppb-addon-feature.info-card .sppb-btn {
	margin-top: auto;
	align-self: flex-start; /* Aligns button to the left */
}

.sppb-addon-feature.info-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
	border-color: transparent;
}

/* feature box yazılarının sola dayanmasi icin */
.sppb-addon-text {
	text-align: left !important;
}

.sppb-addon-text h4 {
	font-size: 14px !important;
	font-weight: 400 !important;
}

.equal-height-grid > .sppb-row-container {
	display: flex;
}

.equal-height-grid .sppb-column,
.equal-height-grid .sppb-column-addons,
.equal-height-grid .sppb-addon-wrapper,
.equal-height-grid .clearfix,
.equal-height-grid .sppb-addon-feature {
	height: 100%;
}

.service-section .sppb-img-responsive {
	width: 100%;
	object-fit: contain;
}

/*servis carouselinin ayarlanmasi */
.services-carousel .sppb-carousel-extended-item {
	position: relative;
}

.services-carousel .sppb-carousel-extended-team-name a {
  color: #000000 !important; 
}

.services-carousel .sppb-carousel-extended-item > a::after  {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}


html {
	scroll-padding-top: 50px; 
}


/* login page */
.vertical-login .sppb-column-addons{
	width: 80%; 
	margin: 0 auto;
}

	

.portal-button {
	width: 30vw;
	height: 10vh;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #3d6db5;
	font-size: 3vh;
}

.login-divider {
	height: 50%;
}

/* service page */

.service-section .sppb-column-addons {
	max-height: 85vh;
}


.service-cols {
	display: flex;
	justify-content: center;
	align-items: center;
}
