/* Utility class for right content columns with zero padding and left alignment */
.content-col-right {
	padding: 0 !important;
	text-align: left;
}
.btn, .btn-mystyle, button {
	font-family: 'Inter', sans-serif !important;
}
.navbar, .nav-link, .dropdown-item, .nav-pills .nav-link, .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	border-radius: 0 !important;
}
/* Section title utility class for main headers */
.section-title {
	padding-top: 2rem;
	padding-bottom: 1rem;
}
/*tulay ozkan soykal*/

/*tulay ozkan soykal*/

/* Theme variables (centralized color tokens) */
:root {
	--greyLight1: #F1EEEA;
	--greyLight2: #F1EEEA;

	/* Primary / accent colors (reasonable defaults) */
	--blueDark: #591925;
	--blueThe: #F1EEEA;

	--redDark: #7a1420;
	--redThe: #FD217E;
	--redDarker: #6c0f17;

	--greenThe: #28a745;
	--greenPaleGrey: #e9f3ea;
	--greenDark: #1e7b2d;
	--greenDarker: #0f5a1f;
}

.GreenBlue{
		background: var(--blueThe);
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	html{
	font-size: 13px;
	} 
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
html{
	font-size: 13px;
	} 
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	html{
	font-size: 14px;
	} 
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	html{
	font-size: 15px;
	} 
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	html{
	font-size: 16px;
	} 
}



body {
	font-family: 'Inter', sans-serif;
	overflow-x: hidden;
	background: var(--greyLight1);
	position: relative;
  }

html{
	font-family: 'Inter', sans-serif;
	color: var(--blueDark)
} 
p,dd,li {
	font-weight:300;
	font-family: 'Inter', sans-serif;
	font-size:1rem;
	line-height:1.5rem;
	color:var(--blueDark);
	text-align: left;
	padding-bottom:3px;
}



dd {
	font-weight:300;
	font-family: 'Inter', sans-serif;
	font-size:1rem;
	line-height:1.5rem;
	color:var(--blueDark);
	text-align: left;
	padding-bottom:3px;
}

h6, dt{
	font-weight:600;
	font-family: 'Inter', sans-serif;
	font-size:1rem;
	line-height:1.5rem;
	color:var(--blueDark);
	text-align: left;
	padding-bottom:3px;
}


h1{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 1.75rem;
	color: var(--blueDark);
	margin-left: 0;
	padding-left: 0;
	text-transform: uppercase;
}


h2{
	font-size: 1.1rem;
	font-weight: 600;
	color:var(--blueDark);
	font-family: 'Inter', sans-serif;
	font-size: 1.5rem;
}

h3{ 
	font-weight: 500;
	color:var(--blueDark);
    text-align: left;
	font-family: 'Inter', sans-serif;
	font-size: 1.25rem;
}

h4{
    font-size: 1.4rem;
	font-weight: 200;
	color:var(--blueDark);
	font-family: 'Inter', sans-serif;
    font-style: italic;
    letter-spacing: 2px;
}

/*h6{
	font-size: 1.15rem;
	font-weight: 300;
	color:var(--blueDark);
    font-family: 'Merriweather', serif;
}*/


br{
	line-height: 4rem;
}

footer {
	height: 25vh;
	background-color:var(--blueDark);
	padding-top:6%; 
}

section {
	text-align: center;
	padding-top: 3rem;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	background-image: linear-gradient(var(--greyLight1),var(--greyLight2));
/*	height: 100vh;*/
}

header{
	height:auto;
	padding:0em;
	padding-top:10vh;
	margin:0px;
	vertical-align:middle;
	text-align: center;
	background:var(--blueThe);
}

header div{
	align-items: center;
	align-self: center;
	position: relative; 
}


.TextBlock{
font-family: 'Inter', sans-serif;
color:white;
font-weight:400;
font-size:1.5rem;
line-height:2.125rem;
font-style: oblique;
text-align: left;
}

.TextBlock li{
font-family: 'Inter', sans-serif;
color:white;
font-weight:300;
font-size:1rem;
line-height:2rem;
font-style: oblique;
text-align: left;
}

/*Project external Links*/

#WH dd a {
	text-decoration: none;
	color: var(--redDark);
	font-weight: 800;   
}

#WH dd a:hover{
	color:var(--redThe);
}

#WH dl li{
	font-family: 'Inter', sans-serif;
}


#TS .progress-bar {
	background: var(--greenThe);
}
.progress{
	background:var(--greenPaleGrey);
	height: 2rem;
}

#EduList{
	padding-top:30px;
	padding-bottom: 30px;
	background: var(--greyLight1);
	border-radius: 5px;
}

#EduList {
	
	line-height: 4rem;
}



#summary {
	font-family: 'Inter', sans-serif;
	color:white;
	font-weight:500;
	line-height: 1.5rem;
	font-size: 1rem;
}
#summary br {
	line-height: 2rem;
}


.ProjectSteps{
	display: inline-flex;
	text-decoration: none;
	list-style: none;
	padding: 0;
}

.btn-mystyle {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  gap: 10px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #A6275D;
  text-decoration: none;
  color: #A6275D;
  background-color: transparent;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  white-space: nowrap;
}

.btn-mystyle:hover {
  text-decoration: none;
  background-color: #FD217E;
  color: #FFFFFF;
  border-color: #FD217E;
}

.btn-mystyle:active,
.btn-mystyle:focus,
.btn-mystyle.active,
.btn-mystyle.focus {
  text-decoration: none;
  background-color: #FD217E;
  color: #FFFFFF;
  border-color: #FD217E;
  box-shadow: none;
}

.btn-mystyle.disabled,
.btn-mystyle:disabled {
  opacity: 0.5;
  color: #A6275D;
  background-color: transparent;
}

.btn-mystyle:not(:disabled):not(.disabled):active,
.btn-mystyle:not(:disabled):not(.disabled).active,
.show > .btn-mystyle.dropdown-toggle {
  color: #FFFFFF;
  background-color: #FD217E;
  border-color: #FD217E;
}

.btn-mystyle:not(:disabled):not(.disabled):active:focus,
.btn-mystyle:not(:disabled):not(.disabled).active:focus,
.show > .btn-mystyle.dropdown-toggle:focus {
  box-shadow: none;
  background-color: #FD217E;
  border-color: #FD217E;
  color: #FFFFFF;
}
.img-fluid{
	padding-bottom: 3px;
}

.badge{
	font-family: 'Inter', sans-serif;
	font-size: 0.6rem;
	font-weight: 300;
	padding: 0.2rem 0.8rem 0.3rem 0.8rem;
	margin: 0;
	border-radius: 1px;
	background: #E1DBDD;
	color: #591925;
}


/*.tag-green{
color: #fff;
background-color:var(--greenThe);	
}

.tag-darkgreen{
color: #fff;
background-color:var(--greenDarker);	
}


.tag-blue{
color: #fff;
background-color:var(--blueThe);	
}

.tag-darkblue{
color: #fff;
background-color:var(--blueDark);	
}

.tag-pink{
color: #fff;
background-color:var(--redThe);	
}  

.tag-yellow{
color: #fff;
background-color:goldenrod;
}

.tag-darkpink{
color: #fff;
background-color:var(--redDark);	
}

.tag-purple{
color: #fff;
background-color:darkorchid;
}




/*Get in touch button*/
.get-in-touch {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 4px 12px;
	gap: 10px;
	height: 23px;
	border-radius: 21px;
	border: 1px solid #A6275D;
	text-decoration: none;
	white-space: nowrap;
}

.get-in-touch:hover {
	text-decoration: none;
	background-color: rgba(253, 33, 126, 0.1);
}

.button-works {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 20px;
	gap: 10px;
	height: 40px;
	border-radius: 40px;
	background: #A6275D;
	text-decoration: none;
	margin: 0 auto 8px;
	white-space: nowrap;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
}

.button-works:hover {
	text-decoration: none;
	background-color: #FD217E;
}

.button-works span {
	display: block;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	text-align: center;
}

.get-in-touch span {
	width: 70px;
	height: 15px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #A6275D;
	flex: none;
	order: 0;
	flex-grow: 0;
}


/*nav#main { position:fixed; top:45%; right:20px; z-index:9999; }*/

/* I added #MainNav to the selector of the active class */

nav#MainNav a:hover, nav#MainNav li.active a{ 
    
	font-family: 'Inter', sans-serif;
    background:var(--redThe); margin-top:0px; margin-bottom:0px; }

.nav-item{
	font-family: 'Inter', sans-serif;
}

.navbar{
	background-color: transparent;
	display: none;
}

.nav-link{
	color:#EFEFEF;
	font-size:1rem;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
}

.nav-pills .nav-link {
  border-radius: 0rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	font-family: 'Inter', sans-serif;
    color: #fff;
  background-color: var(--redDark);
}
.dropdown-item{
	font-family: 'Inter', sans-serif;
}

.dropdown-item.active, .dropdown-item:active {
	font-family: 'Inter', sans-serif;
    color: #fff;
    text-decoration: none;
	background-color:var(--redThe);
}

.dropdown-item:hover, .dropdown-item:focus {
	font-family: 'Inter', sans-serif;
    color: #fff;
  text-decoration: none;
  background-color: var(--redThe);
}


.bg-green1{
	background-color:var(--greenThe);
}

.bg-greyLight1{
	background-color:var(--greyLight1)
/*  	box-shadow: 0px 35px 0px 0px var(--redDarker) inset;
	padding-top: 1px;*/
}



.ProjectDivStyleLeft{
	text-align: left;
}


/*ScrollSnap*/

#interests li, #interests dt{
	color: white;
	line-height: 2rem;
}




.ScrollSnap {
/*  overflow: auto;*/
/*  height: 100vh;*/
  min-height: 100vh;
  scroll-snap-type: y proximity;
  scroll-padding-top: clamp(4rem, 18vh, 8rem);
  scroll-behavior: smooth;
}

.ScrollSnap > header,
.ScrollSnap > section {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
/* Scroll to Top Button base */
#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  border: none;
  outline: none;
  background-color: #A6275D;
  color: #fff;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}

/* Visibility transitions */
#scrollTopBtn {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

#scrollTopBtn.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

#scrollTopBtn:hover { background-color: #FD217E; }
#scrollTopBtn .scrolltop-icon { width: 48px; height: 48px; transition: transform 0.25s ease; }



/* Ensure SVG as <img> displays correctly */
#scrollTopBtn .scrolltop-icon {
  width: 48px;
  height: 48px;
}




/* Softer hover effect for the scroll-to-top icon */
#scrollTopBtn:hover .scrolltop-icon {
  filter: brightness(1.3); /* brighten by 30% instead of forcing white */
}



body.project-page #MainNav {
	display: flex;
}



.header-break {
	width: min(50%, 960px);
	height: 1px;
	margin: clamp(6rem, 20vh, 12rem) auto 3rem;
	background-color: #E4D3DA;
}



body:not(.project-page) #StoreOpsAgentHeading {
	scroll-margin-top: 0;
}


























footer {
	display: none !important;
}





.navbar .btn-mystyle {
	color: #A6275D;
	border-color: #A6275D;
	background-color: transparent;
}

.navbar .btn-mystyle:hover,
.navbar .btn-mystyle:focus,
.navbar .btn-mystyle:active {
	background-color: #FD217E;
	border-color: #FD217E;
	color: #FFFFFF;
}













