/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* Header - Daha Canlı Renkler */
#header .menu-container > .menu-item > .menu-link {
	color: #1a2b4a !important;
	font-weight: 600;
	background-color: rgba(255, 255, 255, 0.45);
	border-radius: 6px;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	padding-left: 14px !important;
	padding-right: 14px !important;
	margin: 0 3px;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

#header .menu-link:hover {
	color: #209EBB !important;
}

#header .menu-item.current .menu-link {
	color: #209EBB !important;
}

#header .button-border {
	border-color: #209EBB !important;
	color: #209EBB !important;
	font-weight: 600;
}

#header .button-border:hover {
	background-color: #209EBB !important;
	color: #fff !important;
	border-color: #209EBB !important;
}

#header .button:not(.button-border) {
	background-color: #209EBB !important;
	color: #fff !important;
	font-weight: 600;
}

#header .button:not(.button-border):hover {
	background-color: #1a8ca0 !important;
	box-shadow: 0 4px 20px rgba(32, 158, 187, 0.4) !important;
}

/* Functionality Section */
.sg-section-heading {
	text-align: center;
	margin-bottom: 3rem;
}

.sg-section-heading h2 {
	font-weight: 700;
	color: #1a2b4a;
	font-size: 2rem;
	letter-spacing: 1px;
}

.sg-section-heading p {
	color: #64748b;
	font-size: 1.05rem;
	max-width: 700px;
	margin: 0.5rem auto 0;
}

.sg-section-heading.text-start p {
	margin-left: 0;
}

.sg-feature-box .fbox-icon i {
	color: var(--cnvs-themecolor, #209EBB) !important;
	font-size: 2.5rem;
}

.sg-feature-box .fbox-content h3 {
	color: #1a2b4a;
	font-size: 1.1rem;
	font-weight: 500;
}

.sg-feature-box .fbox-content p {
	font-size: 0.95rem;
	color: #666;
}

/* Business Case Section - Why SCOR Guide? */
#sg-business-case .list-group {
	--bs-list-group-active-bg: var(--cnvs-themecolor);
	--bs-list-group-active-border-color: var(--cnvs-themecolor);
}

#sg-business-case .list-group-item {
	font-size: 0.95rem;
	padding: 0.85rem 1.2rem;
	border-color: #e2e8f0;
}

#sg-business-case .tab-pane h3 {
	color: #1a2b4a;
	font-weight: 600;
	margin-bottom: 1rem;
}

#sg-business-case .tab-pane p {
	font-size: 1rem;
	color: #555;
	line-height: 1.7;
}

/* ----- SCOR Framework Results List ----- */
.sg-stats-list {
	list-style: none;
	padding: 0;
}

.sg-stats-list li {
	padding: 0.75rem 0;
	font-size: 1.05rem;
	color: #1e293b;
	border-bottom: 1px solid #e2e8f0;
}

.sg-stats-list li:last-child {
	border-bottom: none;
}

.sg-stats-list li i {
	color: #0d9488;
	margin-right: 0.75rem;
	font-size: 1.2rem;
}

/* ----- About Us Services ----- */
.sg-service-card {
	padding: 2rem;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	height: 100%;
	transition: box-shadow 0.3s ease;
}

.sg-service-card:hover {
	box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.sg-service-card h4 {
	color: #1a2b4a;
	font-weight: 600;
	font-size: 1.15rem;
	margin-bottom: 0.75rem;
}

.sg-service-card p {
	font-size: 0.95rem;
	color: #555;
	line-height: 1.65;
}

.sg-service-card .sg-service-icon {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background: linear-gradient(135deg, #14b8a6, #0d9488);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.25rem;
}

.sg-service-card .sg-service-icon i {
	color: #fff;
	font-size: 1.4rem;
}

.parkinsans{
  font-family: "Parkinsans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/* ----- Mobile Responsive Styles ----- */
@media (max-width: 991px) {
	/* Hero/Slider Section Mobile Fix */
	#slider .container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	#slider .slider-title h1 {
		font-size: 2rem !important;
	}
	
	#slider .slider-title h3 {
		font-size: 1.3rem !important;
	}
	
	#slider .slider-title p {
		font-size: 1rem !important;
		text-align: left !important;
	}
	
	#slider .col-lg-7 {
		text-align: left !important;
	}
	
	#slider .list-unstyled {
		font-size: 0.95rem !important;
	}
	
	#slider .list-unstyled li {
		width: 100%;
		margin-bottom: 0.5rem;
	}
}

@media (max-width: 767px) {
	/* Hero/Slider Section - Extra Small Screens */
	#slider {
		min-height: auto !important;
		padding: 60px 0 !important;
	}
	
	#slider .slider-title h1 {
		font-size: 1.75rem !important;
		margin-bottom: 1rem !important;
	}
	
	#slider .slider-title h3 {
		font-size: 1.15rem !important;
		margin-bottom: 1rem !important;
	}
	
	#slider .slider-title p {
		font-size: 0.95rem !important;
	}
	
	#slider .list-unstyled {
		font-size: 0.9rem !important;
		gap: 0.5rem !important;
	}
	
	#slider .button-large {
		width: 100%;
		text-align: center;
		margin-left: 0 !important;
	}
	
	/* Section Headings Mobile */
	.sg-section-heading h2 {
		font-size: 1.5rem;
	}
	
	.sg-section-heading p {
		font-size: 0.95rem;
	}
}

/* Simple Parallax Effect for Slider Background 
#slider {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
 */
/* Mobile optimization - disable parallax on mobile for better performance 
@media (max-width: 768px) {
    #slider {
        background-attachment: scroll !important;
    }
}
 */


 .sg-gallery .flex-control-nav {
top: auto !important;
bottom: 15px !important;
right: 15px !important;
}

/* Pricing Cards Border */
.pricing-panel .card {
	border-top: 3px solid var(--cnvs-themecolor) !important;
	border-left: 1px solid rgba(32, 158, 187, 0.25) !important;
	border-right: 1px solid rgba(32, 158, 187, 0.25) !important;
	border-bottom: 1px solid rgba(32, 158, 187, 0.25) !important;
}

/* Pricing Card Layout */
.pricing-panel .card-body {
	display: flex;
	flex-direction: column;
}
.pricing-panel .card-body > ul {
	flex-grow: 1;
}
.pricing-panel .card-body > a.button {
	order: 10;
	margin-top: 24px !important;
	font-size: 0.78rem;
	padding: 7px 14px;
	line-height: 1.5;
}

/* Pricing Tab Buttons */
.pricing-tab-btn {
	margin: 0 6px !important;
}
.pricing-tab-btn.active {
	background-color: var(--cnvs-themecolor) !important;
	border-color: var(--cnvs-themecolor) !important;
	color: #fff !important;
}
.pricing-tab-btn.button-border:hover {
	background-color: rgba(32, 158, 187, 0.1) !important;
	border-color: var(--cnvs-themecolor) !important;
	color: var(--cnvs-themecolor) !important;
}
left: auto !important;
text-align: right !important;
width: auto !important;
}
 
.sg-gallery .flex-control-paging li {
margin: 0 3px !important;
}
 
.sg-gallery .flex-control-paging li a {
background: transparent !important;
border: 2px solid #0066999d !important;
width: 8px !important;
height: 8px !important;
}
 
.sg-gallery .flex-control-paging li a.flex-active {
background: #0066999d !important;
border: 2px solid #0066999d !important;
}
 
.sg-gallery .flex-control-paging li a:hover {
background: rgba(0, 102, 153, 0.3) !important;
border: 2px solid #0066999d !important;
}
 
.sg-gallery .slide-caption {
background: rgba(30, 41, 59, 0.85) !important;
color: #e6e6e6 !important;
font-size: 0.7rem !important;
font-weight: 500 !important;
box-shadow: 0 2px 8px rgba(160, 160, 160, 0.216) !important;
border: 1px solid rgba(0, 62, 93, 0.2) !important;
}
 