/*

Strip

http://www.templatemo.com/tm-482-strip

*/

a { transition: all 0.3s ease; }

button:focus { outline: none; }

a:hover,
a:focus {
	color: #0275d8;
	text-decoration: none;
	outline: none;
}

ul, h1 { 
	padding: 0;
	margin: 0; 
}

html {	font-size: 18px; }

body {
	/*background: url(../img/strip-bg.jpg);*/
	color: rgba(255,255,255,0.95);	
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	padding-left: 60px;
	padding-right: 60px;
	/*overflow-x: hidden;*/
}

p { line-height: 2; }

p:last-child { margin-bottom: 0; }

.tm-img { padding: 15px; }

.tm-footer-text {
	font-size: 0.9em;
	margin-bottom: 0;
	padding: 30px 15px;
}

.tm-footer a {
	color: #fff;
}
.tm-container { 
	background-color: white; 
	padding: 30px 45px;
	max-width: 1600px;
}

.navbar-row { position: relative; }
.navbar-container {
	background-color: #cc9900; 
	font-size: 1em;
	position: absolute; 
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px;
    z-index: 1000;
}

.navbar {
	color: white;
	font-size: 1em;
	padding: 0;	
}

.navbar-container.sticky {
	background-color: rgba(204, 153, 0, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1000;
	font-size: 0.6em;
	padding: 1em 2em;
}

.navbar-container.sticky .navbar-brand {
	padding: 0.285em 1em;
}

.navbar-brand {
	color: white;
	/*display: inline-block;*/
	font-size: 3em;
	margin: 0;
    text-transform: uppercase;
    padding: 0.56em 1.3em;
    border: 1px solid white;
}

.navbar-brand:hover,
.navbar-brand:focus {
	color: white;
}

.nav-item {
	float: left;
	list-style: none;
	font-size: 1.8em;	
}

.navbar-nav .nav-link,
.navbar-nav .nav-link:focus {
	color: white;
	display: block;
	font-weight: 300;
	padding: 0.625em 1.43em;
	transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
	background-color: #9a6600;
	color: white;
	text-decoration: none;
}

.tm-page-content { /*margin-top: 255px;*/ }

.tm-home-right {
	padding: 100px 70px 100px 100px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.tm-section {
	background-position: bottom right;
	background-size: cover;
	background-repeat: no-repeat;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

}


#tm-section-1 {	background-image: url(../img/goat-pink-sweater-left.jpg); background-size:100%; background-position:center;}
#tm-section-2 {	background-image: url(../img/strip-bg-02.jpg); }
#tm-section-3 {	background-image: url(../img/strip-bg-03.jpg); }


#tm-section-4 {	
	/*background-image: url(../img/strip-bg-04.jpg); */
	display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; Full viewport height for vertical centering */
    margin: 0; /* Ensure no spacing issues */
    padding: 0; /* Ensure no extra padding */
}


.tm-footer { 
	background-color: #772E3F;
	font-weight: 300;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;	
}

.tm-section-header {
	font-weight: 300;
	margin-bottom: 30px;
}

.tm-white-curve-left,
.tm-white-curve-right {
	color: white;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Fix for Safari 9.0.3 on Mac */
.tm-white-curve-right {	margin-right: -1px; }

.tm-white-curve-left,
.tm-white-curve-right {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
}

.tm-white-curve-left-rec,
.tm-white-curve-left-circle,
.tm-white-curve-right-rec,
.tm-white-curve-right-circle {
	position: absolute;
	background-color: #772E3F;	
	height: 100%;
}

.tm-white-curve-left-rec,
.tm-white-curve-right-rec {
	width: 300px;
	background-color: #772E3F;
}

.tm-white-curve-left-circle {
	width: 520px;
	right: 0;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	background-color:#772E3F;
}

.tm-white-curve-right-rec {
	padding-right: 0;
	right: 0;
}

.tm-white-curve-right-circle {
	width: 520px;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.tm-white-curve-text {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-left: 50px;
	width: 85%;
	position: relative;
	z-index: 100;
}

.tm-white-curve-right > .tm-white-curve-text {
	margin-right: 0;
	margin-left: auto;
}

.tm-flex-center {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.thin-font { font-weight: 300; }

.tm-contact-left {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	/*padding: 60px;*/
}

.tm-contact-form-left {	padding-right: 0; }

.tm-contact-form-right { padding-right: 0; }

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: rgba(255,255,255,0.75);
  	font-weight: 300;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  	color: rgba(255,255,255,0.75);
  	font-weight: 300;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  	color: rgba(255,255,255,0.75);
  	font-weight: 300;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  	color: rgba(255,255,255,0.75);
  	font-weight: 300;
}

.form-control,
.submit-btn {
	border-radius: 0;
	color: rgba(255,255,255,0.75);
    background-color: rgba(0, 0, 0, 0.24);
    border: 1px solid rgba(204, 204, 204, 0.43);
}

.form-control:focus,
.submit-btn:focus { border-color: #2C9798; }

.btn { transition: all 0.3s ease; }

.submit-btn {
	padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    width: 100%;
}

.submit-btn:hover,
.submit-btn:focus,
.submit-btn:active,
.submit-btn.active.focus, 
.submit-btn.active:focus, 
.submit-btn.active:hover, 
.submit-btn:active.focus, 
.submit-btn:active:focus, 
.submit-btn:active:hover {
	color: #040404;
    background-color: rgba(255, 255, 255, 0.46);
    border-color: #F3F3F3;
}

.tm-section-subheader {
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

.blue-text { color: #00599a; }
.red-text { color: #882f33; }
.gray-text { color: #333333; }
.green-text {
	color: #2A8885;
	font-weight: 400;
}

.contact-info-link { color: black; }

.contact-info { margin-right: 20px; }
.contact-info:last-child { margin-right: 0; }

.contact-info-link:focus,
.contact-info-link:hover {
	color: #2A8885;
	text-decoration: none;
}

@media screen and (max-width: 1400px) {
	.navbar-nav .nav-link,
	.navbar-nav .nav-link:focus { padding: 0.4em 0.8em; }
	.navbar-brand {	padding: 0.4em 1em;	}
	.navbar-container { 
		font-size: 0.82em;
		padding: 1.4em 1.8em; 
	}
	.tm-page-content { margin-top: 174px; }
}

@media screen and (max-width: 1300px) {
	.tm-white-curve-left-circle,
	.tm-white-curve-right-circle {
		width: 445px;
	}
	/*.tm-contact-left { padding: 25px; }*/
}

@media screen and (max-width: 1199px) {
	.navbar-container { font-size: 0.6em; }
	.tm-page-content { margin-top: 135px; }
	.tm-home-right { padding: 80px 50px 50px 60px; }
	.contact-info { margin-right: 10px; }
}

@media screen and (max-width: 1060px) {
	.tm-section {
		display: block;
		height: auto;
	}

	.tm-section .col-lg-7,
	.tm-section .col-lg-5 {
		width: 100%;
	}

	.tm-white-curve-left-rec, 
	.tm-white-curve-right-rec {
		width: 60%;
	}

	.tm-white-curve-text {
		padding-top: 2em;
		padding-bottom: 2em;
	}

	.tm-white-curve-left-circle, 
	.tm-white-curve-right-circle {
		width: 50%;
	}

	.tm-white-curve-left-circle { right: 1em; }
	.tm-white-curve-right-circle { left: 1em; }

	#tm-section-2,
	#tm-section-3 {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	    -webkit-flex-direction: column;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    -webkit-justify-content: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	}

	.tm-img { padding: 30px; }
}

@media screen and (max-width: 991px) {

	.tm-page-content { margin-top: 100px; }
	.navbar-container .navbar-brand { padding: 0.285em 1em;	}
	.navbar-nav .nav-item {	float: none; }

	.navbar-brand {
		display: block;
		float: left;
		font-size: 2em;
	}

	.navbar {
		position: absolute;
		right: 0;
		top: 77px;
		background-color: #cc9900;
		text-align: right;
		width: 20em;
	}

	.navbar-container.sticky .navbar { top: 68px; }
	.navbar-nav .nav-item+.nav-item { margin-left: 0; }

	.navbar-toggler {
		display: block;
		float: right;
	}
}

@media screen and (max-width: 800px) {	
	body { 
		background: none;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 550px) {	
	.tm-container {
		padding-left: 30px;
		padding-right: 30px;
	}	
}

@media screen and (max-width: 480px) {
	.tm-white-curve-text { padding: 1.5em 1em; }
	.tm-white-curve-right > .tm-white-curve-text {
	    padding-right: 0;
	    padding-left: 2em;
	}

	.tm-section-header {
		font-size: 1.8em;
		margin-bottom: 0.5em;
	}

	.tm-home-right { padding: 2em; }
}

/* 
---------------------------------------------
Pricing
--------------------------------------------- 
*/

.pricing-tables .tables-left-dec img {
  width: 418px;
  height: 851px;
  left: 0;
  top: 120px;
  position: absolute;
  z-index: 1;
}

.pricing-tables .tables-right-dec img {
  width: 359px;
  height: 848px;
  right: 0;
  top: 45px;
  position: absolute;
  z-index: 1
}

.pricing-tables {
  z-index: 2;
  position: relative;
  padding-top: 0px;
  margin-top: 0px;
}

.pricing-tables .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.pricing-tables .section-heading h2 {
  text-align: center;
  margin: 0px 60px 0px 60px;
  margin-bottom: -5px;
  position: relative;
  z-index: 1;
}

.pricing-tables .item {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px;
  text-align: left;
  /*box-shadow: 0px 0px 15px rgba(0,0,0,0.1);*/
  border-radius: 0px;
}

.pricing-tables .item h4 {
  font-size: 40px;
  font-weight: 700;
  color: #FFF8E7;
}

.pricing-tables .item em {
  color: white;
  font-size: 15px;
  display: block;
  margin-top: 25px;
  text-decoration: line-through;
  font-style: normal;
}

.pricing-tables .item span {
  font-size: 44px;
  color: #BCA69E;
  font-weight: 700;
  display: block;
  margin-top: -5px;
}

.pricing-tables .item ul {
  margin-top: 30px;
}

.pricing-tables .item ul li {
  display: block;
  font-size: 20px;
  color: white;
  margin-bottom: 20px;
}

.pricing-tables .item .main-blue-button {
  margin-top: 40px;
}

.pricing-tables .first-item {
  /*background-image: url(../images/first-plan-bg.png);*/
  background-color:#772E3F;
  padding-bottom:60px;
}

.pricing-tables .second-item {
  /*background-image: url(../images/second-plan-bg.png);*/
  background-color:#000000;
  padding-bottom:60px;
}

.pricing-tables .third-item {
  /*background-image: url(../images/third-plan-bg.png);*/
  background-color:#A57315;
}

.tm-white-curve-bottom-rec {
	position: absolute;
	background-color: white;	
	height: 100%;
}

.tm-white-curve-bottom-rec {
	width: 33.333333%;
	background-color: #772E3F;
}
.tm-velos {
	max-width:40%;
	padding-top:25px;
}

/* 
---------------------------------------------
Services
--------------------------------------------- 
*/





.services-tables .first-item {
  /*background-image: url(../images/first-plan-bg.png);*/
  background-color:#FFFFFF;
  padding-bottom:370px;
  color:#000000;
}

.services-tables .second-item {
  /*background-image: url(../images/second-plan-bg.png);*/
  background-color:#FFFFFF;
  padding-bottom:270px;
    color:#000000;
}

.services-tables .third-item {
  /*background-image: url(../images/third-plan-bg.png);*/
  background-color:#FFFFFF;
    color:#000000;
}








.services-tables {
  z-index: 2;
  position: relative;
  padding-top: 0px;
  margin-top: 0px;
}

.services-tables .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.services-tables .section-heading h2 {
  text-align: center;
  margin: 0px 60px 0px 60px;
  margin-bottom: -5px;
  position: relative;
  z-index: 1;
}

.services-tables .item {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top:60px;
  padding-bottom:60px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  /*box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 0px;*/
}

.services-tables .item h4 {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
}


.services-tables .item ul {
  margin-top: 30px;
}

.services-tables .item ul li {
  display: block;
  font-size: 20px;
  color: #000000;
  margin-bottom: 8px;
}

.services-tables .item .main-blue-button {
  margin-top: 40px;
}
.head-title	{
	font-size: 30px;
	text-align: center;
	padding-top:30px;
	padding-bottom:30px;
}
.head-title h4 {
	font-size: 50px;
	font-weight: 700;
	color: #000000;
}


/* 
---------------------------------------------
radio form
--------------------------------------------- 
*/




.tm-logo {
	max-width:55%;
	padding-top:25px;
	padding-bottom:55px;
	padding-left:45px;
}




.contact-title{
	text-align:center;
	color:#000;
}

.contact-title li{
	display:block;
	margin-bottom: 8px;
}

.main-blue-button-hover{
	text-align:right;
	font-size: 12px;
	color:#FFFFFF;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;

}









/* General Styles */
.contact-section {
    background-color: #fff;
    padding: 30px;
    font-family: Arial, sans-serif;
    text-align: center;
}

.contact-section h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333; /* Darker text color for better contrast */
}

.contact-section p {
    font-size: 14px;
    color: #444; /* Darker text color for the description */
    margin-bottom: 20px;
}

.contact-form {
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.left-column,
.right-column {
    flex: 1;
    min-width: 280px;
    padding: 10px;
    box-sizing: border-box;
	padding-right: 20px;
}

.form-control {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    color: #333; /* Darker text for input fields */
    background-color: #fff;
}

textarea.form-control {
    height: 100px;
    resize: none;
    color: #333; /* Darker text for textarea */
}

input::placeholder,
textarea::placeholder {
    color: #666!important; /* Darker placeholder text for better visibility */
	opacity: 1;
}

input[type="checkbox"] {
    margin-right: 10px;
}

label {
    font-size: 14px;
    color: #333; /* Darker text for terms */
}

.btn-submit {
    display: block;
    width: 100%;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit:hover {
    background-color: #0056b3;
}

.tm-contact-left .tm-section-header {
    text-align: center; /* Centers the header text */
    padding-left: 0; /* Removes any previous padding */
}

.tm-contact-left .thin-font {
    text-align: center; /* Centers the subheading text */
    padding-left: 0; /* Removes any previous padding */
    margin-top: 10px; /* Optional: Adjust spacing between the heading and subheading */
	color:#000;
}





/* Responsive */
@media (max-width: 768px) {
    /* Section Padding */
    #tm-section-4 {
        padding: 10px 15px; /* Reduce padding for better fit */
    }

    /* Center and Stack Icons */
    .reason-for-contact {
        display: flex;
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center align everything */
        gap: 20px; /* Add spacing between items */
    }

    .reason-for-contact label {
        text-align: center; /* Center-align the labels */
    }

    .reason-for-contact img {
        width: 60px; /* Ensure icons are responsive */
        height: auto;
        margin-bottom: 5px; /* Add spacing below icons */
    }

    /* Adjust Form Fields */
    .contact-form input,
    .contact-form textarea {
        width: 100%; /* Full width for smaller screens */
        font-size: 16px; /* Adjust input text size */
        margin-bottom: 10px; /* Add spacing */
        padding: 10px; /* Better padding for touch screens */
    }


	.tm-contact-left .tm-section-header, .tm-contact-left .thin-font {
		text-align: center; /* Center the text */
		/*margin: 0 auto; *//* Ensure consistent centering */
	}

	.contact-form {
        max-width: 90%; /* Adjust the width to be smaller */
        margin: 0 auto; /* Center the form */
        padding: 20px; /* Adjust padding for better spacing */
    }
    .form-row {
        flex-direction: column; /* Stack form fields vertically */
    }
	.left-column,
	.right-column {
		flex: 1;
		min-width: 200px;
		padding: 10px;
		box-sizing: border-box;
		padding-right: 20px;
	}
    .form-control {
        font-size: 16px; /* Adjust input text size */
        padding: 10px; /* Better padding for touch screens */
    }
    .btn-submit {
        width: 100%; /* Full width for the button */
        font-size: 18px; /* Slightly larger button text */
        padding: 12px; /* Add padding */
    }
}



.lezanda{
	width:33.3333%;
	background-color:#772E3F;
	height:120px;
}




/* Styling for the radio options */
.radio-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
    text-align: center;
    color: #333;
}

.radio-options {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.radio-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.radio-option .icon {
    margin-bottom: 10px; /* Space between icon and radio button */
}

.radio-option .icon img {
    width: 50px; /* Set a fixed width for the icons */
    height: 50px; /* Set a fixed height for the icons */
    object-fit: contain; /* Ensure the icons maintain their aspect ratio */
}

.radio-option input[type="radio"] {
    margin-top: 10px; /* Space between radio button and label */
}

.radio-option span {
    font-size: 14px;
    color: #444;
}

.popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  	width: 90%;
    max-width: 400px;
    padding: 20px;
   	background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: center;
    z-index: 1000;
}

.popup h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
	color:#000;
}

.popup p {
    font-size: 1rem;
	color:#000;
}

.popup button {
     margin-top: 20px;
     padding: 10px 15px;
     border: none;
     background: #A57315;
     color: #fff;
     border-radius: 5px;
     cursor: pointer;
}

.popup button:hover {
     background:#A57315;
}

#overlay {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
     z-index: 999;
}

.pricing-tables .first-item .main-blue-button-hover {
	color:#fff;
	padding-top:304px;
}
.pricing-tables .second-item .main-blue-button-hover {
	color:#fff;
	padding-top:180px;
}

.tm-container-info{
	color:#000;
	text-align:center;
	padding-bottom:50px;
	padding-top:35px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.tm-container-info h2 {
	color:#000!important;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.tm-container-info span {
	color:#000!important;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

/* styles.css */
/*body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    overflow: hidden;
}*/

.container1 {
    position: relative;
    width: 100%; /* Πλάτος */
    height: 800px; /* Ύψος */
    background-image: url('../img/goat-pink-sweater.jpg');
    background-position: right -60% center; /* Move the image slightly more to the right */
    background-size: contain; /* Ensure the full image fits within the container */
    background-repeat: no-repeat; /* Prevent tiling */
}

.overlay1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 54%; /* Το πλάτος του σχήματος P */
    height: 85%;
    background-color: #772E3F;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    z-index: 2;
}

.text-content1 {
    position: relative;
    color: white;
    padding: 30px 30px; /* Μειωμένο padding */
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Τοποθετεί το κείμενο πιο ψηλά */
    text-align: left;
}

.text-content1 h1 {
    font-size: 3.2rem;
	/* margin-top:40px; */
    margin-bottom: 20px; /* Μειωμένο κενό κάτω από τον τίτλο */
    line-height: 1.2;
}

.text-content1 p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0; /* Εξαλείφεται τυχόν πρόσθετο κενό κάτω από το κείμενο */
}

.text-content1 p strong {
    font-weight: bold;
}
.text-content-lezanta1{
	background-color: #772E3F;
    width: 61.8%;
	height:100%;
}
.logo1 {
    margin-bottom: 20px; /* Κενό κάτω από το λογότυπο */
}

.logo1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo1 img {
    width: 215px; /* Adjust the width as needed */
    height: auto;
    margin-left: -230px; /* Move the logo a bit more to the left */
}

.mobile_banner{
    display: none;
}

@media (max-width: 768px) {

	
	.pricing-tables .item h4 {
    	font-size: 25px;
    	font-weight: 700;
	}
	
	.pricing-tables .item ul li{
	    	font-size: 13px;
	}
	.services-tables .item {
		padding-top:20px;
		padding-bottom:20px;
	
	}
	
	.pricing-tables .first-item .main-blue-button-hover {
    padding-top: 150px;
	}
	
	.pricing-tables .second-item .main-blue-button-hover {
    padding-top: 100px;
	}
	.pricing-tables .third-item .main-blue-button-hover {
    padding-top: 100px;
	}
	
    .tm-container{
        padding-top: 0;
    }

	
	tm-contact-left{
		padding:0px;
	}
	
    .logo1 img {
        width: 200px;
        margin: 0 auto; 
        display: block;
    }

    .container1 {
        position: relative;
        width: 100%;
        height: auto;
        background-image: none;
        background-color: #772E3F;
        padding-bottom: 900px;
        z-index: 1;
    }


    .mobile_banner {
        position: absolute; /* Position it above other content */
        top: 160%; /* Adjust the vertical position as needed */
        left: 50%; /* Center the image horizontally */
        transform: translate(-50%, -50%); /* Ensure proper centering */
        z-index: 10; /* Higher z-index to display in front */
        display: block; /* Ensure it is visible */
        width: 100%; /* Adjust the width */
        padding-bottom: 160px;
    }
    
    .mobile_banner img {
        width: 100%;
        height: auto;
        /* max-width: 400px; */
        display: block;
        margin: 0 auto; /* Center the image */
    }

    .container1 p{
        /* display: flex; */
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
        /* text-align: left; */
        position: relative;
    }




    .text-content1 h1{
        /* text-align: center; */
        font-size: 1.6em;
        
    }

    /* .text-content1 h1, p{
        text-align: center;
        
    } */
    
    .overlay1 {
        width: 100%;
        height: 60%;
    }

}



@media (max-width: 768px) {
    .radio-options {
        flex-direction: column; /* Stack radio buttons vertically */
        align-items: center; /* Center the radio buttons */
    }

    .radio-option {
        margin-bottom: 20px; /* Add space between each radio option */
    }
	.radio-option input[type="radio"] {
        margin-left: 100px;
		align-items:center;
    }
}




@media (max-width: 1400px) {


    /* .tm-container { 
        margin-top : 1000px;
        padding-top: 2px;
        padding-bottom: 30px;
        padding-left: 45px;
        padding-right: 45px;
    } */

    .container1 {
        position: relative;
        width: 100%;
        height: auto;
        background-image: none;
        background-color: #772E3F;
        padding-bottom: 950px;
        z-index: 1;
    }

        .logo1 img {
            width: 200px;
            margin: 0 auto; 
            display: block;
        }

    
    
        .mobile_banner {
            position: absolute; /* Position it above other content */
            top: 160%; /* Adjust the vertical position as needed */
            left: 50%; /* Center the image horizontally */
            transform: translate(-50%, -50%); /* Ensure proper centering */
            z-index: 10; /* Higher z-index to display in front */
            display: block; /* Ensure it is visible */
            width: 100%; /* Adjust the width */
            padding-bottom: 160px;
        }
        
        .mobile_banner img {
            width: 100%;
            height: auto;
            /* max-width: 400px; */
            display: block;
            margin: 0 auto; /* Center the image */
        }
    
        .container1 p{
            /* display: flex; */
            flex-direction: column;
            /* align-items: center; */
            justify-content: center;
            text-align: center;
            position: relative;
        }
    
    
    
    
        .text-content1 h1{
            text-align: center;
            font-size: 1.6em;
            
        }
    
        /* .text-content1 h1, p{
            text-align: center;
            
        } */
        
        .overlay1 {
            width: 100%;
            height: 60%;
        }
}




/* 
.pricing-tables .third-item * {
    border: 1px solid blue;
}

.pricing-tables .second-item * {
    border: 1px solid blue;
}

.pricing-tables .first-item * {
    border: 1px solid blue;
} */