/*Hello Pithia*/

body {
	margin: 0px;
	padding: 0px;
}

/* General Mega Menu Styling */
.navbar .megamenu {
  padding: 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Desktop View */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}

/* Mobile View */
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}

/*carousel*/
.carousel-control-prev-icon,
.carousel-control-next-icon {
    	/* background-color: black; /* Κάνει τα icons μαύρα */
    	/* border-radius: 50%; /* Makes them circular */
   	 width: 84px; /* Adjust width */
    	height: 84px;
}

.carousel-control-prev-icon {
    	background-image: url("left-next-icon-green.svg") !important;
}

.carousel-control-next-icon {
    	background-image: url("right-next-icon-green.svg") !important;
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    	/* background-color: black !important; /* Active color when hovered */
}

.carousel-indicators [data-bs-target] {
    	background-color: black !important; /* Κάνει τα bullets μαύρα */
    	opacity: 1; /* Τα κάνει πάντα ορατά */
}

.carousel-indicators .active {
    	background-color: gray !important; /* Χρώμα για το ενεργό bullet */
}

.nav-pills {
    	font-size: 24px !important;
}

#tab-color-green .nav-pills .nav-link.active {
	color: white !important;
	background-color: #46B056 !important;
}

#tab-color-blue .nav-pills .nav-link.active {
	color: white !important;
	background-color: #4cb6d3 !important;
}

#tab-color-darkblue .nav-pills .nav-link.active {
	color: white !important;
	background-color: #4A5982 !important;
}

#tab-color-darkblue2 .nav-pills .nav-link.active {
	color: white !important;
	background-color: #6594BF !important;
}

#tab-color-silver .nav-pills .nav-link.active {
	color: white !important;
	background-color: #748891 !important;
}

#tab-color-black .nav-pills .nav-link.active {
	color: white !important;
	background-color: black !important;
}

#tab-color-pink .nav-pills .nav-link.active {
	color: white !important;
	background-color: #C1949B !important;
}

#tab-color-brown .nav-pills .nav-link.active {
	color: white !important;
	background-color: #9F8D85 !important;
}

.nav-pills .nav-link.active {
	color: white !important;
	background-color: #4cb6d3 !important;
}

.nav-pills .nav-link {
	color: black; !important;
}

#hello-pithia {
	margin-top: 0px;
	background-image: url('your-image-url.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#hello-pithia-product {
	margin-top: 0px;
	/* background-image: url('/pithia-official/assets/img/home-demo-image-2.webp'); */
	background-color: black;
	background-size: cover;
	background-position: center;
}

#information {
	padding-top: 64px;
	padding-bottom: 64px;
}

#information h1 {
	font-size: 4rem;
	margin-bottom: 32px;
	text-align: center;
	font-kerning: auto;
	letter-spacing: 2px;
}

#information p {
	font-size: 24px;
	text-align: justify;
}

#products {
	padding-top: 32px;
	padding-bottom: 32px;
}

#products h1 {
	font-size: 3.5rem;
	margin: 0px;
	letter-spacing: 2px;
}

#products h2 {
	font-size: 2.5rem;
	margin-bottom: 5px;
	letter-spacing: 1px;
	text-align: center;
}

#products h3 {
	font-size: 1.5rem;
	margin-bottom: 16px;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 32px;
}

#footer-pithia {
	background-color: #333333;
	height: 250px;
	color: white;
}

#fysis-find-google-maps {
  	background-color: #caf3fe;
  	padding-top: 64px;
  	padding-bottom: 64px;
}

#fysis-find-google-maps h1 {
  	text-align: center;
  	color: #212529;
  	margin-bottom: 64px;
}	

.navbar {
	background-color: #CAF3FE;
}

.vertical-align {
	margin: auto;
}

.text-horizontal {
	text-align: center;
}

.information-container {
	max-width: 1000px;
	min-width: 100%;
}

.google-map {
  	width: 100%;
  	height: 640px;
  	/*max-height: 640px;*/
}

.card {
	border: none !important;
}

/* Video Background */
.video-container {
	position: relative;
	width: 100%;
	height: 640px;
	overflow: hidden;
}

.promo-video-container {
	background-color: black;
	background-image: url('https://official.pithia.gr/assets/img/video-fallback.webp');
    	background-size: cover;
    	background-position: center;
	position: relative;
    	width: 100%;
    	height: 100vh; /* Ύψος όσο η οθόνη */
    	overflow: hidden;
}

.promo-video-container video {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	object-fit: cover;
	/* filter: grayscale(100%); */
	/* opacity: 0.8; /* Hide initially */*/
	/* transition: opacity 0.3s ease-in-out; */
}

.promo-video-container-product {
	background-color: black;
	background-image: url('https://official.pithia.gr/assets/img/video-fallback.webp');
    	background-size: cover;
    	background-position: center;
	position: relative;
    	width: 100%;
    	height: 100vh; /* Ύψος όσο η οθόνη */
    	overflow: hidden;
}

.promo-video-container-product video {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	object-fit: cover;
	/* filter: grayscale(100%); */
	/* opacity: 0.8; /* Hide initially */*/
	/* transition: opacity 0.3s ease-in-out; */
}

.video-container video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	object-fit: cover;
	opacity: 0; /* Hide initially */
	transition: opacity 0.3s ease-in-out;
	display: block;
}

.hover-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	transition: transform 0.3s ease-in-out;
}

.promo-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.title {
	margin-top: 36px;
	color: white;
	font-size: 18px;
	letter-spacing: 2px;
	transition: transform 0.3s ease-in-out;
}

.video-container:hover .title {
	transform: scale(1.2); /* Enlarges title */
}

.video-container:hover video {
	filter: grayscale(100%);
	opacity: 0.35; /* Show video on hover */
	autoplay: true; /* Starts playing */
	play: true; /* Ensures it plays */
}

.social-icons {
	display: flex;
	gap: 32px;
}

.specs-icons {
	display: flex;
	gap: 8px;
}

.specs-icon {
	font-size: 12px;
	color: black;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
	width: 84px;
}

.specs-icon p {
	padding-top: 8px;
	padding-bottom: 0px;
	margin-bottom: 0px;	
}

.specs-icon img {
	padding-bottom: 0px;	
}

.icon {
	font-size: 64px;
	color: white;
	text-decoration: none;
	transition: 0.3s;
}

.icon:hover {
	color: #CAF3FE; /* Change color on hover */
	transform: scale(1.1);
}

.copyright {
	text-align: center;
	font-size: 12px;
	margin-top: 16px;
}

.vertical-span {
    	display: block;
}

.card-text {
	font-size: 18px !important;
}

hr {
	/* border: 1px solid #C8C8C8; */
	border: 1px solid;
	width: 100%;
	margin-bottom: 32px;
}

/* ----- Media Queries ----- */

/* Small devices (mobiles, 320px and up) */
@media (min-width: 320px) {
	#hello-pithia h1 {
	font-size: 5rem;
	color: white;
	letter-spacing: 5px;
	}
	
	#hello-pithia h2 {
	font-size: 1.50rem;
	margin-top: 10px;
	color: white;
	letter-spacing: 3px;
	text-align: center;
	}
	
	#hello-pithia-product h1 {
	font-size: 3rem;
	color: white;
	letter-spacing: 3px;
	padding-bottom: 16px;
	}
	
	#hello-pithia-product h2 {
	font-size: 1.92rem;
	color: white;
	letter-spacing: 5px;
	color: white;
	}
	
	#fysis-find-google-maps h1 {
    	text-align: center;
   	color: #212529;
    	margin-bottom: 64px;
	}
	
	#information h1 {
	font-size: 3.5rem;
	margin-bottom: 32px;
	text-align: center;
	font-kerning: auto;
	letter-spacing: 2px;
	}

	#footer-pithia h3 {
	font-size: 1.2rem;
	font-kerning: auto;
	letter-spacing: 0.5px;
	}	

	#information p {
	font-size: 18px;
	text-align: center;
	}
	
	.basic-title{
	font-size: 2.5rem;
	text-align: center;
	font-kerning: auto;
	letter-spacing: 1px;
	}	
	
	.title {
	margin-top: 36px;
	color: white;
	font-size: 28px;
	letter-spacing: 2px;
	transition: transform 0.3s ease-in-out;
	}
	
	.product-icon-size {
	width: 64px;
	}

	.product-icon-title {
	font-size: 14px;
	}

	.product-icon-text {
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 8px;
	}
	
	.hover-container img {
	width: 320px;
	transition: transform 0.3s ease-in-out;
	}

	.video-container:hover img {
	transform: scale(1.2); /* Enlarges image */
	}
	
	.hide-on-mobile {
	/*display: none; */
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
	#hello-pithia h1 {
	font-size: 5rem;
	color: white;
	letter-spacing: 5px;
	}

	#hello-pithia h2 {
	font-size: 2.11rem;
	margin-top: 10px;
	color: white;
	letter-spacing: 3px;
	}
	
	#hello-pithia-product h1 {
	font-size: 3rem;
	color: white;
	letter-spacing: 5px;
	}
	
	#hello-pithia-product h2 {
	font-size: 2.12rem;
	color: white;
	letter-spacing: 5px;
	}

	#footer-pithia h3 {
	font-size: 1.2rem;
	font-kerning: auto;
	letter-spacing: 0.5px;
	}
	
	#information p {
	font-size: 18px;
	text-align: justify;
	}
	
	.hover-container h1 {
	color: white;
	font-size: 26px;
	font-weight: bold;
	}
	
	.hide-on-mobile {
	/* display: none; */
	}
	
	.basic-title{
	font-size: 2.5rem;
	text-align: center;
	font-kerning: auto;
	letter-spacing: 1px;
	}

	.hover-container img {
	width: 420px;
	transition: transform 0.3s ease-in-out;
	}

	.video-container:hover img {
	transform: scale(1.2); /* Enlarges image */
	}	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#hello-pithia h1 {
	font-size: 6.8rem;
	color: white;
	letter-spacing: 5px;
	}

	#hello-pithia h2 {
	font-size: 2.11rem;
	margin-top: 10px;
	color: white;
	letter-spacing: 3px;
	}

	#footer-pithia h3 {
	font-size: 2.0rem;
	font-kerning: auto;
	letter-spacing: 1px;
	}
	
	#fysis-find-google-maps h1 {
    	text-align: center;
    	color: #212529;
    	margin-bottom: 64px;
	}
	
	.hover-container h1 {
	color: white;
	font-size: 26px;
	font-weight: bold;
	}
	
	.product-icon-size {
	width: 64px;
	}

	.product-icon-title {
	font-size: 14px;
	}

	.product-icon-text {
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 8px;
	}
	
	.hide-on-mobile {
	/* display: block; */
	}
	
	.basic-title {
	font-size: 2.5rem;
	text-align: center;
	font-kerning: auto;
	letter-spacing: 2px;
	}
	
	.hover-container img {
	width: 320px;
	transition: transform 0.3s ease-in-out;
	}

	.video-container:hover img {
	transform: scale(1.2); /* Enlarges image */
	}
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#hello-pithia h1 {
	font-size: 5.5rem;
	color: white;
	letter-spacing: 5px;
	}

	#hello-pithia h2 {
	font-size: 2.32rem;
	margin-top: 10px;
	color: white;
	letter-spacing: 3px;
	}

	#footer-pithia h3 {
	font-size: 2.0rem;
	font-kerning: auto;
	letter-spacing: 1px;
	}

	#fysis-find-google-maps h1 {
    	text-align: center;
    	color: #212529;
    	margin-bottom: 64px;
	}
	
	.basic-title {
	font-size: 3rem;
	text-align: center;
	font-kerning: auto;
	letter-spacing: 2px;
	}
	
	.hover-container img {
	width: 320px;
	transition: transform 0.3s ease-in-out;
	}

	.video-container:hover img {
	transform: scale(1.2); /* Enlarges image */
	}
	
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#hello-pithia h1 {
	font-size: 5.1rem;
	color: white;
	letter-spacing: 5px;
	}

	#hello-pithia h2 {
	font-size: 2.31rem;
	margin-top: 10px;
	color: white;
	letter-spacing: 3px;
	}
	
	#hello-pithia-product h2 {
	font-size: 3.12rem;
	color: white;
	letter-spacing: 5px;
	}

	#footer-pithia h3 {
	font-size: 2.0rem;
	font-kerning: auto;
	letter-spacing: 1px;
	}
	
	#information p {
	font-size: 24px;
	text-align: justify;
	}
	
	.basic-title {
	font-size: 3.25rem;
	text-align: center;
	font-kerning: auto;
	letter-spacing: 2px;
	}
	
	.hover-container img {
	width: 420px;
	transition: transform 0.3s ease-in-out;
	}

	.video-container:hover img {
	transform: scale(1.2); /* Enlarges image */
	}
	
}

/* Extra extra large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	#products p{
	font-size: 24px;
	letter-spacing: 0.5px;
	}
	
	#hello-pithia h1 {
	font-size: 6.6rem;
	color: white;
	letter-spacing: 5px;
	}
	
	#hello-pithia h2 {
	font-size: 3.0rem;
	margin-top: -10px;
	color: white;
	letter-spacing: 3px;
	}
	
	#hello-pithia-product h1 {
	font-size: 4.3rem;
	color: white;
	letter-spacing: 5px;
	}
	
	#hello-pithia-product h2 {
	font-size: 4.12rem;
	color: white;
	letter-spacing: 5px;
	}

	#footer-pithia h3 {
	font-size: 2.0rem;
	font-kerning: auto;
	letter-spacing: 1px;
	}
	
	.hover-container h1 {
	color: white;
	font-size: 36px;
	font-weight: bold;
	}
	
	.product-icon-size {
	width: 80px;
	}

	.product-icon-title {
	font-size: 16px;
	}

	.product-icon-text {
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 16px;
	}
	
	.basic-title {
	font-size: 3.5rem;
	text-align: center;
	font-kerning: auto;
	letter-spacing: 2px;
	}
	
	.hover-container img {
	width: 520px;
	transition: transform 0.3s ease-in-out;
	}

	.video-container:hover img {
	transform: scale(1.2); /* Enlarges image */
	}
}