:root {
    --bg-color-alt: #ededed;
    --bg-color-alt2: #f7f7f7;
    --black: #000;
    --white: #fff;
    --gray: #EDEDED;
    --dark-gray: #606060;
    --blue: #00188C;
    --green: #00403E;
	--yellow: #DFFE00;
	--beige: #C5BCB1;
	--purple: #8D8ADB;
	--greygreen: #787663;
}

body { 
    background-color: var(--bg-color-alt2);    
	font-family: "TikTok Sans", sans-serif;
    font-size: 16px;
    color: var(--black);
    line-height: 1.5;
	background: var(--black);
	overflow-x: hidden!important;
}

a {
    text-decoration: none;
}

ul li, ol li {
	font-weight: 400;
}

.full {
    width: 100%;
}

.icons-table li {
    display: inline-block;
    width: 32%;
    padding: 15px 0 0 70px;
    height: 54px;
    vertical-align: middle;
    line-height: 1.2em;
}

.icons-table li:nth-child(1) {		
	background-size: contain;
}

.icons-table li:nth-child(2) {	
	background-size: contain;
}

.icons-table li:nth-child(3) {	
	background-size: contain;
}

.icons-table li:nth-child(4) {	
	background-size: contain;
}

.icons-table li:nth-child(5) {
	background-size: contain;
}

.icons-table li:nth-child(6) {	
	background-size: contain;
}

.icons-table li:nth-child(7) {
	padding: 5px 0 0 70px;	
	background-size: contain;
}

.icons-table li:nth-child(8) {
	background-size: contain;
}

.icons-table li:nth-child(9) {
	background-size: contain;
}

/*.icons-table li:nth-child(3n+1) {
	width: 40%;
}*/

.history-mobile {
	display:none;
}

.pagewrap {
    /*max-width: 1440px;*/
    margin: 0 auto;
    background-color: var(--white);
    box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
}

.header {
    background-color: var(--gray);
    padding: 26px 120px;
    position: sticky;
	width:100%;
	height: 85px;
    top: 0;
    z-index: 25;
	transition: all 0.6s ease;
}

header .container-fluid, 
footer .container-fluid, 
.contact-row .container-fluid, 
.numbers-row .container-fluid, 
.services-icons-row .container-fluid, 
.three-column-row .container-fluid, 
.career-row .container-fluid, 
.icon-text-row .container-fluid {
	max-width: 1200px;
	margin: 0 auto;
}

.admin-bar .header {
    top: 32px;
}

.admin-bar .offcanvas-start {
    top: 32px;
}

.language-select {
    border: 0 none;
    font-size: 20px;
    font-weight: 700;
    outline: none;  
}

.main-menu {
    gap: 32px;
    margin-right: 40px;
}

.main-menu a {
    color: var(--black);
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}

.main-menu li {
    position: relative;
}

.main-menu li.has-submenu {
	margin-left: 24px;
}

.main-menu li.has-submenu::before {
      content: "";
	  background: url("../images/arrow-down.png");
      position: absolute;
    left: -24px;
    top: 50%;
    width: 24px;
    height: 12px;
      transform: translateY(-50%) rotate(0deg);
      transition: transform 0.6s ease;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
    }

.main-menu li.has-submenu:hover::before {
	transform: translateY(-50%) rotate(180deg);
}

.main-menu li.has-submenu:hover > header {
	height: 200px;
}

/*.main-menu li.current-menu-item a,
.main-menu > li:hover a,*/
.main-menu > li a:hover {
    /*color: var(--green);*/
	border-bottom: 1px solid var(--black);
}

.main-menu .sub-menu {
    position: absolute;
    padding: 40px 0 0 0;
    margin: -14px 0 0 0;
    width: 340px;
    display: none;
}

.has-submenu-2 .sub-menu {
    right: -272px;
    top: -32px;
	display: none!important;
}

.main-menu > li:hover .sub-menu {
    display: block;
}

.main-menu .sub-menu > li:hover .sub-menu {
    display: block!important;
}

.has-submenu-2.active .sub-menu {
	display: block!important;
}

.main-menu .sub-menu li {
    display: block;
	background: var(--gray);
	padding: 0 20px;
}

.main-menu .sub-menu li a {
    font-size: 18px;
    display: block;
    padding: 4px 8px;    
    /*transition: all 0.3s ease;*/
}

.main-menu .sub-menu li a:hover {
    /*background: var(--green);*/
}

.lang-switch {
    margin-right: 30px;
}

.search {
    position: relative;
}

.search .s-form {
    position: absolute;
    right: 0;
    background: #fff;
    display: none;
    padding: 12px;
    top: 60px;
}

.search .s-form.active {
    display: flex;
}

.search .s-form form {
    display: flex;
    align-items: center;
    position: relative;
}

.search .s-form form input[type="text"] {
    padding: 6px;
    font-size: 16px;
}

.search .s-form form button {
    position: absolute;
    right: 6px;
    width: 30px;
    border: 0;
    display: flex;
    background: transparent;
}

.header-img {
	min-height: calc(56.25vw - 85px);
}

.text-with-image .text {
	 padding: 100px 240px;
	 background:var(--blue);
	text-align: center;
}

.text-with-image .text h1, .text-with-image .text h2 {
	font-size:48px; 
	font-weight: 600;
	color:#fff; 
	text-align:center; 
	padding: 70px
}

.two-column-row-icons {
	padding: 120px 120px 0;
	max-width: 1440px;
	margin: 0 auto;
}

.two-column-row-icons .half {
	padding: 84px 120px; 
}

.two-column-row-icons h2 {
	font-size: 48px;
    font-weight: 600;
    margin-bottom: 40px;
}

.two-column-row-icons p {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.two-column-row-icon {
	padding:0 120px 120px;
	max-width: 1440px;
	margin: 0 auto;
}

.two-column-row-icon h2 {
	font-size: 48px;
    font-weight: 600;
    margin-bottom: 40px;
}

.two-column-row-icon h3 {
	font-size: 32px;
}

.two-column-row-icon p {
	font-size: 20px;
	line-height: 26px;
	min-height: 78px;
}

.two-column-row-icon .top {
	padding: 60px 120px 0;
}

.two-column-row-icon .half {
	padding: 0 120px 60px;
}

.two-column-row-icon .half-2 {
	padding: 0 120px 60px 0;
}

.three-column-row h3 {
	font-size: 32px;
	font-weight: 600;
}

.three-column-row p {
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
}

.corner-left {
	position:absolute; 
	left: 8vw; 
	bottom: 8vw;
	max-width: 8vw;
}

.corner-right {
	position:absolute; 
	right: 8vw; 
	top: 8vw;	
	max-width: 8vw;
}

.numbers-row {
	padding:120px;
	background:var(--green);
}

.numbers-row h2 {
	font-size: 48px;
	font-weight: 600;
	color: #fff;
}

.numbers-list h3 {
	font-size: 100px;
	font-weight: 300;
	color: var(--yellow);
	text-align: left;
}

.numbers-list p {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-align: left;
}

/*floating orb bg*/
.floating {
  font: 5vmin/1.3 Serif;
  overflow: hidden;
  background: transparent;
}

.floating {
  display: block;
  font-size: 52px;
  color: transparent;
}

@keyframes move {
  from {
    transform: rotate(0deg) scale(12) translateX(-20px);
  }
  to {
    transform: rotate(180deg) scale(80) translateX(20px);
  }
}
.intro-text-row {
    padding: 180px 120px 6%;
	max-width: 1440px;
	margin: 0 auto;
	/*animation: animatedBackground 10s linear infinite alternate;*/
}

@keyframes animatedBackground {
  from {
    background:url(../images/M Clasp.png) no-repeat -200px 100%, url(../images/M Clasp.png) no-repeat 105% 115%;
  }
  to {
    background: url(../images/M Clasp.png) no-repeat 0 100%, url(../images/M Clasp.png) no-repeat 100% 100%;
  }
}

.intro-text-row h2 {
    font-size: 48px;
	font-weight: 600;
    line-height: 60px;
    color: var(--black);
    margin-bottom: 50px;
}

.intro-text-row p {
    font-size: 20px;
	line-height: 26px;
    color: var(--black);
}

.services-row {
	padding: 0 120px 120px;
	max-width: 1440px;
	margin: 0 auto;
}

.services-row .service-block .service-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;    
    padding-top: 150px;
    color: var(--white);
}

.services-row .service-block .service-text h3 {
    font-size: 34px;
    font-weight: 600;
}

.services-row .service-block {
    background: var(--green);
	padding: 36px;
}

.services-row .service-block:hover {
 	background: var(--yellow);
	color: var(--black);
}

.services-row .service-block:hover h3 {
	color: var(--black);
}

.services-row .service-block:hover img {
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(180deg);
	animation: rotate 1s linear;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}

.services-row .circles{
	width: 127px;
	color: #fff;
}

.circles .middle,
.circles .inner {
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  transform-origin: center;
}

.services-row .service-block:hover .circles .outer, 
.services-row .service-block:hover .circles .middle, 
.services-row .service-block:hover .circles .inner{
	stroke: #000;
}

.services-row .service-block:hover .circles .middle,
.services-row .service-block:hover .circles .inner {
  opacity: 0;
  transform: scale(1.5);
}

.section-row .service-block {
	padding: 120px 0;
}

.section-row .service-block h2 {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	padding: 0 120px 45px;
}

.section-row .service-block p {
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	padding: 0 120px;
}

.section-row .service-block a {
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	padding: 22px 120px;
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	min-height: 70px;
	color: #000;
	transition: all 0.5s linear;
}

.section-row .service-block a:hover {
	background: var(--yellow);	
}

.section-row .service-block a:hover img {
	opacity:1!important;
}

.services-icons-row {
    padding: 6% 10%;
    background: var(--bg-color-alt);
}

.services-icons-row h2 {
    font-size: 32px;
	font-weight: 600;
    line-height: 42px;
    color: #000;;
    margin-bottom: 50px;
}

.services-icons-row p {
    font-size: 20px;
    color: var(--black);
}

.services-icons-row .service-thumb {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-icons-row ul {
    margin: 0;
    padding: 0;
}

.services-icons-row li {
    font-size: 20px;
    font-weight: 500;
    color: var(--black);
    list-style: none;
}

.services-icons-row .service-icons p {
    font-size: 26px;	
	font-weight: 600;
    color: #000;
    margin-top: 20px;
}

.bio-list-row {
	padding: 0 120px 180px;
	max-width: 1440px;
    margin: 0 auto;
}

.bio-list-row .intro-text {
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	padding-right: 20px;
}

.bio-list-row .bio-name h3 {
	font-size: 24px;
	font-weight: 600;
	margin: 10px 0 0 0;
}

.bio-list-row .bio-name {
	font-size: 20px;
	font-weight: 300;
}

.bio-top {
	position: relative;
  	display: inline-block;
	padding-right: 15px; 
}

.bio-top img {
  display: block;  
}
.bio-top .bio-text {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 17px;
  font-weight: 300;
  background: var(--blue);
  color: white;
  padding: 20px;  
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 384px;
  height: 488px;
  max-width: calc((100vw - 300px) / 3);
  max-height: calc(1.270833 * (100vw - 300px) / 3);	
}

.bio-top:hover .bio-text {
	opacity: 1;
}

.icon-text-row {
	background: var(--beige);
}

.icon-text-row .row {
	padding: 120px 0;
	background-position-x: 80%!important;
	background-position-y: 12%!important;	
}

.icon-text-row p {
	font-size:20px;
	font-weight: 400;
	line-height: 26px;
}

.icon-text-row ul {
	list-style-image: url('https://meccanica.gr/wp-content/uploads/2026/05/list-icon.png');
	margin-top: 40px;
}

.icon-text-row ul li {
	font-size:28px;
	font-weight: 600;
	margin: 0 0 20px 30px;
	padding-left: 10px;
}

.two-column-row {
/*	max-width: 1440px;
	margin: 0 auto;*/
}

.two-column-row .half:not(.half-2) {
	padding: 200px 115px 200px calc(50vw - 600px);
}

.two-column-row .half-2 {
	padding: 200px calc(50vw - 600px) 200px 120px;
}

.two-column-row h2 {
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 40px;
}

.two-column-row p {
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
}

.image-section-row {
    position: relative;
    overflow: hidden;
    height: 720px;
}

.image-section-row img {
    width: 100%;
    height: 720px;
    object-fit: cover;
}

.image-section-row .section-title {
    position: absolute;
    left: 0;
    top: 0;
    padding: 60px 120px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;	
    color: var(--white);
	font-size: 48px;
	font-weight: 600;	
}

.image-section-row .section-text {
    position: absolute;
    background: var(--blue);
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px 120px;
    min-height: 305px;
    max-width: 50%;
    color: var(--white);
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
}

.image-section-row .section-text .btn, .contact-row .btn, .wp-block-buttons .wp-block-button__link {
	width: 460px;
	max-width: 100%;
	height: 81px;
	background: #fff;
	padding: 20px 80px 20px 20px;
	font-size: 26px;
	font-weight: 600;	
	display:block;
	text-align: left;
	transition: all 0.5s linear;
}

.wp-block-buttons .wp-block-button__link {
	background: #000;
	border-radius: 5px;
}

.image-section-row .section-text .btn:hover, .contact-row .btn:hover, .wp-block-buttons .wp-block-button__link:hover {
	background: var(--yellow);
}

.image-section-row .section-text .btn::after, .contact-row .btn::after, .wp-block-buttons .wp-block-button__link::after {
	content: '';
    background: url(https://meccanica.gr/wp-content/uploads/2026/05/btn-after.png) no-repeat;
	width: 78px;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.image-section-row .section-title h3 {
    font-size: 48px;
    font-weight: 600;
}

.image-section-row .section-title h3 a {
    color: var(--white);
}

.image-section-row .section-title p {    
    font-size: 17px;
}

.logos-section {
    padding: 6% 10%;
    background: url(../images/green-shadow3.png) no-repeat right bottom;
}

.logos-section h2 {
    font-size: 38px;
    line-height: 42px;
    color: var(--black);
    margin-bottom: 50px;
}

.logos-section p {    
    font-size: 20px;
    color: var(--black);
    margin-bottom: 50px;
}

.logos-section img {
	width:90%;
    max-width: 150px;
}

.logos-section .case-studies-link {
    background: var(--green);
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    display: block;
    text-align: center;
    padding: 15px;
	width:350px;
	margin:0 auto;
}

.pre-contact-form {
    background: #ededed;
}

.contact-form-row {
    padding-bottom: 100px;
}

.contact-form-form {
    position: relative;
}

.contact-form-form input,
.contact-form-form textarea {
    border-radius: 0;
    border: 0;
	border-bottom: 1px solid #000;
    outline: none;
    box-shadow: none;
    padding: 10px;
    font-size: 32px;
    font-weight: 600;
    resize: none;
}

.contact-form-form button {
    background: var(--green);
    border-color: var(--green);
    padding: 15px 25px;
    margin-left: auto;
}

.contact-form-form button:hover {
    background: var(--black);
    border-color: var(--black);
}

.contact-form-form p {
    margin-bottom: 0;
}

.contact-form-form br {
    display: none;
}

.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap textarea {
    width: 100%;
}

.career-row h2 {
	font-size: 48px;
	font-weight: 600;
}

input[type="file"]::file-selector-button {
    display: none;
}

input[type="file"]::-webkit-file-upload-button {
    display: none;
}

.contact-form-form input[type="submit"] {
    background: #C5BCB1;
	color: #000;
    font-size: 32px;
    font-weight: 600;
    margin-left: auto;
    float: right;
}

.contact-form-form input[type="submit"]::after {
    content: '';
    background: url(https://meccanica.gr/wp-content/uploads/2026/05/btn-after.png) no-repeat;
    width: 78px;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.contact-form-form input[type="submit"]:hover {
    background: var(--yellow);
}

.contact-form-form.d-flex.flex-column.career-form {
    background: #fff;
    padding: 50px;
}

.contact-form-form .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    padding: 20px;
    border: 0;
    display: block;
    width: 100%;
}

.wpcf7-file {
    display: block;
    background: #fff;
    width: 100%;
}

.page-heading-row {
    position: relative;
    overflow: hidden;
    height: 450px;
	margin-top: 113px;
}

.page-heading-row::after {
    content: '';
    background: url(../images/slidermask.png) no-repeat;
    width: 175px;
    height: 175px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.page-heading-row.gray::after {
    background: url(../images/slidermask-gray.png) no-repeat;
}
.page-heading-row img {
    width: 100%;
    height: 450px;
    object-fit: cover;
	object-position: top;
}

.single-case-study .page-heading-row img, .post-type-archive-case-study .page-heading-row img {
 object-position: top left;
}
.page-id-1078 .page-heading-row img {
	object-position: 100% 36%;	
}


.page-id-262 .page-heading-row img {
	object-position: bottom;	
}

.page-id-2859 .text-with-image .text {
	background: var(--green)!important;	
	color: #fff!important;
}

.page-heading-content-row.home {
	background-color: var(--greygreen);
}

.page-heading-content-row.home p{
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	max-width: 1200px;
	margin: 0 auto;
}

.page-heading-content-row.company-policies {
    max-width: 1200px;
    margin: 150px auto;
}

.page-heading-content-row.company-policies h1 {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	color: #000;
	text-align: left;
}

.page-heading-content-row.company-policies p {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #000;
	text-align: left;
}

.page-heading-content-row.company-policies .btn {
	width: 460px;
    max-width: 100%;
    height: 81px;    
    padding: 23px 80px 23px 20px;
    font-size: 22px;
    font-weight: 600;
    display: block;
    text-align: left;
    transition: all 0.5s linear;
	background: url(https://meccanica.gr/wp-content/uploads/2026/05/btn-after.png) center right no-repeat #fff;
	background-size: contain;
}

.page-heading-content-row.company-policies .btn:hover {
	background-color: var(--yellow);	
}

.page-heading-top-content-row.home .page-heading, .page-heading-top-content-row.home .page-heading-text {
	padding: 0 120px;
	text-align: left;
}

.page-heading, .page-heading-text {
	/*padding: 0 120px;*/
	text-align: center;
}

.page-heading h1 {
	font-size: 58px;
	font-weight: 600;
	color: #000;
}

.page-heading h4 {
	font-size: 24px;
	font-weight: 600;
	color: var(--purple);

}

.page-heading-text {
	font-size: 20px;
}

.page-heading-links a.headerbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #000;
    border-bottom: 5px solid #000;
    font-size: 32px;
	font-weight:600;
	transition: all 0.5s linear;
	padding-bottom: 10px;
}

.page-heading-links {
	padding: 0 120px;
}

.page-heading-links a.headerbtn:hover {
	border-bottom: 5px solid var(--yellow);
}

.page-heading-content-row.home p span {
	color: var(--yellow);
}

.page-heading-content-row {
    padding: 120px;
}

.page-heading-content-row h1 {
    font-size: 58px;
    line-height: 68px;
    font-weight: 600;
    color: var(--black);
}

.page-id-2859 .page-heading-content-row h1 {
	color: #fff;
}

.page-heading-content-row p, .page-heading-content-row li {    
    font-size: 18px;
    color: var(--black);
}

.page-heading-content-row p:last-child {
    margin-bottom: 0;
}

.page-heading-content-row p a.pdf, .page-heading-content-row a.pdf, .article a.pdf {	
    font-size: 18px;
    color: var(--black);	
	padding-left: 25px;
}

.page-heading-content-row p a.pdf:hover, .article a.pdf:hover {
    color: var(--green);
}

.page-heading-content-row p a.pdf:hover {
	color: var(--green);	
}

/*our values list*/
ul.our-values {
	list-style: none;
    padding-left: 0;
}
ul.our-values li {
	padding-left: 80px;
	min-height: 65px;
	margin-bottom: 15px;
}

ul.our-values li:nth-child(1) {    
    background-size: 60px auto;

}
ul.our-values li:nth-child(2) {    
    background-size: 60px auto;   
}
ul.our-values li:nth-child(3) {    
    background-size: 60px auto;    
}
ul.our-values li:nth-child(4) {    
    background-size: 60px; 
	height: 60px;
	display: table-cell;
	vertical-align: middle;
}


.news-list-row {
    padding: 6% 10%;
    background: url(../images/green-shadow4.png) no-repeat right center;
}

.case-study-template-default .news-list-row, .post-type-archive-case-study .news-list-row{
	background:none!important;
}

.news-list-row .article {
    padding: 70px;
    background: var(--bg-color-alt);
}

.news-list-row .article:nth-child(even) {
    background: transparent;
}

.news-list-row .article.inner {
    background: transparent;
}

.news-list-row .article .article-link {
    color: var(--black);
}

.news-list-row .article time {
    font-size: 21px;
}

.news-list-row .article h2 {
    font-size: 35px;
    font-weight: 500;
    margin: 15px 0;
}

.news-list-row .article p, .news-list-row .article ul li {    
    font-size: 18px;
}

.news-list-row.projects p {
	font-size:16px;
}

.news-list-row.projects strong {
	margin-bottom: 10px;
}

a.more-link {
    color: black;
    text-decoration: underline;
    font-weight: 600;
}

ul.dash {
  list-style: none; /* Remove list bullets */
  padding: 0;
  margin: 0;
}

ul.dash li {
  padding-left: 18px;
  text-indent: -18px;
}

ul.dash li::before {
  content: "-";
  padding-right: 8px;
}

.article td {
	font-weight: 300!important;	
}

.prevnext-link {
    display: flex;
    gap: 20px; 
    color: var(--black);
    align-items: center;
    transition: all 0.3s ease;
}

.prevnext-link:hover {
    color: var(--green);
}

.prevnext-link:last-child {
    text-align: right;
}

.prevnext-link p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
}

.prevnext-link h3 {
    font-size: 16px;
    font-weight: 500;
}

.services-list-row {
    padding: 120px;
	max-width: 1440px;
	margin: 0 auto;
}

.parent-pageid-15 .services-list-row {
	background: none;
}

.services-list-row h2 {
	font-size: 48px;
	font-weight: 600;
	margin: 100px 0 20px;
	color: var(--black);
}

.services-list-row .article p {
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	padding: 0 10%;
}

.services-list-row .article {
    background: var(--green);
	color: #fff;
}

.parent-pageid-15 .services-list-row .article, .parent-pageid-1057 .services-list-row .article {
    background: transparent;
	color: var(--black);
}

.parent-pageid-15 .services-list-row .article p, .parent-pageid-15 .services-list-row .article ul li, .parent-pageid-1057 .services-list-row .article p {
	font-weight: 400;    
}

.services-list-row .article:nth-child(2) {
    background: var(--green);
}

.services-list-row .article:nth-child(4) {
    background: #8D8ADB; /*var(--blue);*/
}

.services-list-row .article:nth-child(6) {
    background: var(--blue);
}

.services-list-row .article:nth-child(8) {
	background: var(--dark-gray);
}

.services-list-row .article:nth-child(10) {
	background: #C5BCB1;
	color: #000;
}

.services-list-row .article:nth-child(12) {
	background: #B1D0CB;
	color: #000;
}

.services-list-row .article:nth-child(14) {
	background: var(--blue);
}


.services-list-row .service-toggle:first-child {
	border-radius: 50px 50px 0 0;
}

.services-list-row .service-toggle:last-child {
	border-radius: 0 0 50px 50px;
}

.services-list-row .service-toggle {
	background: var(--green);
	color: #ffffff;
}

.services-list-row .service-toggle:nth-child(2),.services-list-row .service-toggle:nth-child(5),.services-list-row .service-toggle:nth-child(8) {
	background: var(--blue);
}

.services-list-row .service-toggle:nth-child(3),.services-list-row .service-toggle:nth-child(6),.services-list-row .service-toggle:nth-child(9) {
    background: var(--dark-gray);
}

.services-list-row .service-toggle h3 {
	padding: 45px 160px 45px 60px;	
} 
.services-list-row .service-toggle .service-toggle-content {
	padding: 45px 60px;
}

.services-list-row .service-toggle .service-toggle-content {
	border-top: 1px solid #ffffff;
	display:none;
	transition: all 0.3s ease;
}

.services-list-row .service-toggle .service-toggle-content.active {
	display:block;
}

.services-list-row .service-toggle  p {    
    font-size: 18px;
    line-height: 24px;
	font-weight: 300;
}

.service-toggle h3 {
    position: relative;
    padding: 45px 100px 45px 60px;
    margin: 0;
    font-size: 28px;
	text-transform: uppercase;
    font-weight: 300;
    cursor: pointer;
}

.service-toggle h3::after {
	content: '';    
    display: block;
    width: 32px;
    height: 39px;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: all 0.3s ease;
}

.service-toggle h3.active::after {
    transform: translateY(-50%) rotate(0deg);
}

.page-id-283 .page-heading-content-row, .page-id-1045 .page-heading-content-row {
	padding-bottom: 2%;
}

.page-id-283 .page-heading-content-row h2, .page-id-1045 .page-heading-content-row h2 {
	margin-top: 40px;
	color: #80b43e;
}

.page-id-283 .services-list-row .article p, .page-id-283 .services-list-row .article h2,.page-id-1045 .services-list-row .article p, .page-id-1045 .services-list-row .article h2 {
	color: var(--black);
}

.page-id-283 .services-list-row .article:nth-child(even),.page-id-1045 .services-list-row .article:nth-child(even) {
	color: var(--black);
	background: transparent;
}

.page-id-283 .services-list-row .article:nth-child(odd), .page-id-1045 .services-list-row .article:nth-child(odd) {
	color: var(--black);
	background: var(--bg-color-alt);
}

.page-id-283 .services-list-row .article:nth-child(odd) img, .page-id-1045 .services-list-row .article:nth-child(odd) img {
	padding: 1.5rem 0 1.5rem 1.5rem;
}

.page-id-283 .services-list-row .article:nth-child(4) h2, .page-id-1045 .services-list-row .article:nth-child(4) h2 {
	color: #80b43e;
	margin-bottom: 50px;
}

.page-id-283 .services-list-row .article:nth-child(4) img, .page-id-1045 .services-list-row .article:nth-child(4) img {
	margin-top: 100px;	
}

.page-id-17 .services-list-row .article:nth-child(2) p, .page-id-17 .services-list-row .article:nth-child(2) h2, .page-id-17 .services-list-row .article:nth-child(2) td {
	color: var(--black);
}

.page-id-17 .services-list-row .article:nth-child(2) {
	 background: transparent;
}

.page-id-1054 .services-list-row .article:nth-child(2) p, .page-id-1054 .services-list-row .article:nth-child(2) h2, .page-id-1054 .services-list-row .article:nth-child(2) td {
	color: var(--black);
}

.page-id-1054 .services-list-row .article:nth-child(2) {
	 background: transparent;
}

.services-list-row .article .article-link {    
	cursor: default;
	/*margin: 0;*/
}

.parent-pageid-15 .services-list-row .article .article-link, .parent-pageid-1057 .services-list-row .article .article-link {
	color: var(--black);
}

.parent-pageid-15 .services-list-row .article .article-link h2, .parent-pageid-1057 .services-list-row .article .article-link h2 {
	display:none;	
}


.parent-pageid-15 .services-list-row .article .article-link .p-4, .parent-pageid-1057 .services-list-row .article .article-link .p-4 {
	padding:0!important;	
}

.services-list-row .article h2 {
	margin-bottom: 1rem;
}

.contact-row {
    background: var(--beige);
    text-align: left;
    padding: 120px;
}

.contact-row h3 {    
    font-size: 48px;
    color: var(--black);    
}

.contact-row form {
	display: flex!important;
	gap: 0;
}

.contact-row input {
	width: 300px!important;
	height: 80px;
	background: #fff;
	padding: 20px;
	font-size: 28px;
	display: inline-flex;
	border: 0;
	transition: 0.3s ease;
}

.contact-row .wpcf7-form-control-wrap {
	display: inline!important;
}

.contact-row input[type="submit"] {
  top: -10px;
  position: relative;
  width: 80px!important;
  height: 80px;
  border: none;
  cursor: pointer;  

  /* hide text */
  font-size: 0;
  color: transparent;

  /* center icon */
  background-color: var(--yellow);
  background-image: url("https://meccanica.gr/wp-content/uploads/2026/05/link-after.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
  
  transition: 0.3s ease;
}

.contact-row form:hover input[type="submit"] {  
	background-color: #fff;
}

.contact-row form:hover input[type="email"] {
	background: var(--yellow);
}

.footer {
    background: var(--black);
    padding: 50px 20px;
}

.footer h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
}

.footer li {
    list-style: none;
}

.footer li,
.footer li a {    
    font-size: 14px;
	line-height: 28px;
	font-weight: 400;
    color: var(--white);   
}

.footer li a {
    transition: all 0.3s ease;
}

.footer li a:hover {
    color: var(--yellow)!important;
}

.footer p {    
    font-size: 21px;
    color: var(--white);   
    margin: 0;
}

.footer p.small {
    font-size: 14px;
}

.footer .top-row {
}

.footer .top-row p {    
    font-size: 25px;
    font-weight: 500;
}

ul.logolist {
	max-width: 275px;
}

.mobimenu {
    background: var(--gray);
    color: #000;
    max-width: 330px;
}

.mobimenu .side-nenu a {
	color: #000;
	font-size: 26px;
	font-weight: 600;
}

.mobilogo {
	width: 90%;
	margin-top:10px;
}

.side-nenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.side-nenu ul {
    margin-top: 10px;
    padding-left: 18px;
    list-style: none;
}

 .side-nenu .wpml-ls-menu-item ul {
	padding-left: 0px;	
}

.side-nenu li {
    margin-bottom: 20px;
}

.side-nenu a {
    color: #fff;
    display: block;
    font-weight: 300;
}

.side-nenu .has-submenu ul {
    /*display: none;*/
}

.side-nenu .has-submenu ul li a {
	font-size: 16px;
	font-weight: 400;
}

.side-nenu .has-submenu > a, .side-nenu .has-submenu-2 > a {
    position: relative;
}

.side-nenu .has-submenu.active > a::after, .side-nenu .has-submenu-2.active > a::after {
    transform: rotate(180deg);
}

.side-nenu .has-submenu.active > a, .side-nenu .has-submenu-2.active > a {
    color: var(--green);
}

.side-nenu .has-submenu.active  ul, .side-nenu .has-submenu-2.active  ul {
    display: block;
    margin-top: 20px;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 120%;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1619.97px) {

    .main-menu {
        gap: 15px;
        margin-right: 30px;
    }

}

@media screen and (max-width: 1450px) {

	.bio-top .bio-text {
		font-size: 16px;	
	}
	
	.two-column-row .half, .two-column-row .half:not(.half-2) {
		padding: 200px 120px
	}	
	
}

@media screen and (max-width: 1390px) {
	.page-heading h1 {
		font-size: 44px;
	}
	
	.text-with-image .text{
		padding: 100px;
	}
	
	.text-with-image .text h1, .text-with-image .text h2 {
		font-size: 44px;
	}
	
	.page-heading-links a.headerbtn {
		font-size: 28px;
		line-height: 32px;
	}

	.bio-top .bio-text {
		font-size: 15px;	
	}
	
	.image-section-row .section-text .btn, .contact-row .btn {
		font-size: 24px;
	}
	
}

@media screen and (max-width: 1300px) {

	.header {
        padding: 26px 60px;
    }
	
	.footer {
        padding: 60px;
    }
	
	.page-heading-top-content-row.home .page-heading, .page-heading-top-content-row.home .page-heading-text {
		padding: 0 60px;
	}
	
	.page-heading-links {
		padding: 0 60px;
	}
	
	.page-heading-content-row {
		padding: 120px 60px;
	}
	
	.intro-text-row {
		padding: 120px 60px;
	}
	
	.services-row {
		padding: 0 60px 120px;
	}
	
	.image-section-row .section-title, .image-section-row .section-text {
		padding: 60px;
	}
	
	.section-row .service-block h2 {
		padding: 0 60px 45px;
	}
	
	.section-row .service-block p {
		padding: 0 60px;
	}
	
	.section-row .service-block a {
		padding: 20px 60px;
	}
	
	.contact-row {
		padding: 120px 60px;
	}
	
	.contact-row h3 {
		font-size: 40px;
	}
	
	.two-column-row .half, .two-column-row .half:not(.half-2) {
		padding: 200px 60px
	}
	
	.icon-text-row .row {
		padding: 120px 40px;
	}
	
	.icon-text-row ul li {
		font-size: 21px;
	}
	
	.bio-list-row .intro-text {
		font-size: 17px;
		line-height: 21px;
	}
	
	.bio-list-row .bio-name {
		font-size: 16px;
		line-height: 20px;
	}
	
	.bio-list-row .bio-name h3 {
		font-size: 20px;
		line-height: 24px;
	}
	
	.bio-top .bio-text {
		font-size: 14px;
		line-height: 18px;
	}

	.image-section-row .section-text .btn, .contact-row .btn {
		font-size: 23px;
	}
}

@media screen and (max-width: 1250px) {
	
	.bio-list-row .intro-text {
		font-size: 15px;
		line-height: 21px;
	}

	.bio-top .bio-text {
		font-size: 13px;	
	}
	
	.image-section-row .section-text .btn, .contact-row .btn {
		font-size: 22px;
	}
}


@media screen and (max-width: 1200px) {

	.bio-top .bio-text {
		font-size: 12px;	
	}
	
}

@media screen and (max-width: 1100px) {
	
	.bio-list-row .intro-text {
		font-size: 12px;
		line-height: 21px;
	}

	.bio-top .bio-text {
		font-size: 10px;	
		padding: 10px;
		max-width: calc((100vw - 287px) / 3);
    	max-height: calc(1.270833 * (100vw - 287px) / 3);
	}
	
	.page-heading h1 {
		font-size: 36px;
	}
	
	.page-heading-text {
		font-size: 16px;
	}	
	
	.page-heading-content-row.company-policies .btn { 
		font-size: 20px;	
	}
	
	.footer-logo {
		margin: 10vw 0 5vw;
        width: 70vw;
        display: inline-block;
    }
	
}

@media screen and (max-width: 992px) {
	
	.header-img {
        min-height: 100vw;
    }
	
    #service-block-image {
        display: none;
    }

	.bio-top .bio-text {
		font-size: 9px;	
	}	
	
    .image-section-row {
        height: auto;
    }

    .image-wrap {
        display: block;
    }

    .image-section-row .section-title {
        position: relative;
        width: 100%;
        max-width: 100%;
        padding: 20px;
    }

    .image-section-row img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
	
	.image-section-row .section-text {
		padding: 60px 20px;
		max-width: 100%;
		position: relative;
	}
	
	.image-section-row .section-text .btn, .contact-row .btn {
		height: 60px;
		font-size: 22px;
		padding: 13px 20px;
	}
	
	.image-section-row .section-text .btn::after, .contact-row .btn::after {
		width: 59px;
		height: 59px;
		background-size: cover;
	}
	
	.image-section-row .section-title {
		position: absolute;
		top: 20px;
		left: 20px;
	}

    .image-section-row .section-title h3 {
        font-size: 32px;
        background-size: 22px;
        padding-right: 28px;
    }

    .image-section-row .section-title p {
        font-size: 15px;
    }

    .image-section-row::after {
        display: none;
    }		

	.services-list-row .article p {
		padding: 40px 20px;		
	}

}

@media screen and (max-width: 767.97px) {
	h1 {
		font-size:40px;
	}
	h2 {
		font-size: 36px;
	}
	p {
		font-size: 16px;
		line-height: 22px;
	}
	
	.infographic {
		display:none!important;
	}
	
	.infographic.active {
		display:block!important;
	}
	
	.info-more {
		display:block!important;
		cursor: pointer;
	}
	
	.info-more.hidden {
		display:none!important;
	}

    .header {
        padding: 15px 20px;
		height: 60px;
    }
	
	
	.header-img {
		min-height:120vw;
	}
	
	.text-with-image .text {
	 padding: 50px 25px;
	}

	.text-with-image .text h1, .text-with-image .text h2 {
		font-size:30px; 
		color:#fff; 
		text-align:center; 
		padding: 40px 30px;
	}
	
	.page-id-2808 .text-with-image .text h2 {
		font-size:40px; 
	}
	
	.text-with-image .image img {
		object-fit: cover;
		height: 350px;
	}
	
	.icon-text-row .row {
		padding: 200px 20px 50px;
		background-position-y: 50px!important;
		background-size: 114px!important;
	}
	
	.icon-text-row ul li {
		font-size: 22px;
		line-height: 30px;
		margin:0;
	}
	
	.two-column-row .half, .two-column-row .half:not(.half-2) {
		padding: 100px 20px;
	}
	
	.two-column-row h2 {
		font-size: 40px;
	}
	
	.two-column-row-icons {
		padding:20px 20px 0 20px;
	}

	.two-column-row-icons .half {
		padding: 40px 30px; 
	}

	.two-column-row-icons h2 {
		font-size: 36px;
		margin: 30px 0 5px;
	}

	.two-column-row-icons p {
		font-size: 16px;
		line-height: 22px;
	}
	
	.two-column-row-icon {
		padding: 0 20px 20px;
	}
	
	.two-column-row-icon .top {
		padding: 40px 30px;
	}
	
	.two-column-row-icon h2 {
		font-size: 36px;
		margin: 30px 0 0 0;
	}
	
	.two-column-row-icon h3 {
		font-size: 24px;
	}
	
	.two-column-row-icon p {
		font-size: 16px;
	}

	.two-column-row-icon .half {
		padding: 0 30px;
	}
	
	.two-column-row-icon .half-2 {
		padding: 0 30px 50px;
	}
	
	
	.three-column-row h3 {
		font-size: 24px;		
	}

	.three-column-row p {
		font-size: 16px;		
		line-height: 20px;
	}
	
	.numbers-row {
		padding:80px 20px;		
	}
	
	.numbers-list h2 {
		font-size: 34px;
	}
	
	.numbers-list h3 {
		font-size: 80px;
	}
	
	.numbers-list p {
		font-size: 21px;
	}
	
	.bio-list-row {
		padding: 0px 20px 50px;
	}
	
	.bio-top {
		padding-right: 0px;
	}
	
	.bio-top .bio-text {
		max-width: calc(100vw - 40px);
        max-height: calc(1.27 * (100vw - 40px));
		padding: 15px;
	}
	
	.bio-top .bio-text p {
		font-size: 16px;	
		line-height: 20px;
	}
	
	.bio-list-row .intro-text {
		text-align: center;
	}

	.corner-left {
		position:absolute; 
		left: 50px; 
		bottom: 50px;
		background-size: 50px;
		width: 50px;
	}
	
	.three-column-row {
		padding: 50px 20px!important;
	}
	
	.services-list-row .article p {
		font-size: 16px;
		line-height: 20px;
		padding: 40px 20px;		
	}
	
	.services-list-row h2 {
		font-size: 26px;
		line-height: 32px;
		margin: 20px 0;
	}

	.corner-right {
		position:absolute; 
		right: 50px; 
		top: 50px;	
		background-size: 50px;
		width: 50px;
	}
	
	.page-heading-row {
		height: 250px;
		margin-top: 60px;
	}
	
	.page-heading-row img {
		height: 250px;
		object-position: right;
	}
	
	.page-heading-top-content-row.home .page-heading, .page-heading-top-content-row.home .page-heading-text, .page-heading-links {
		padding: 0 20px;
	}
	.page-heading h1 {
		font-size: 40px;
	}
	.page-heading h4, .page-heading-text {
		font-size: 18px;
	}
	
	.page-heading-links a.headerbtn {
		font-size: 24px;
		line-height: 40px;
	}
	
	.page-heading-content-row.home p {
		font-size: 24px;
		line-height: 42px;
	}
	
	.page-heading-content-row.company-policies h1 {
		font-size: 36px;
		line-height: 48px;		
		padding: 0;
	}

	.page-heading-content-row.company-policies p {
		font-size: 16px;
		line-height: 22px;
	}

	.page-heading-content-row.company-policies .btn {				
		height: 60px;		
		padding: 20px 60px 20px 15px;
		font-size: 16px;
		font-weight: 600;		
	}
	
	#service-block-image {
		display: none;
	}
	
	.services-row .service-block {
		margin:10px 0;
	}
	
	.section-row .service-block {
		padding: 60px 0;
	}
	
	.section-row .service-block h2 {
		padding: 20px;	
		font-size: 36px;
	}
	
	.section-row .service-block p {
		padding: 5%;	
		font-size: 16px;
	}
	
	.section-row .service-block a {
		width: auto;
		margin: 20px;
		padding: 7% 0 0 0;	
		font-size: 18px;
	}
	
	.contact-row h3 {
		font-size: 36px;
	}
	
	.contact-row h5 {
		font-size: 16px;
	}
	
	.single-case-study .page-heading-row img, .post-type-archive-case-study .page-heading-row img {
		object-position: left;
	}
	.page-id-28 .page-heading-row img {
		object-position: 75% 100%;
	}
	
	.page-heading-row::after {
		width: 35px;
		height: 35px;
		background-size: contain;
	}

    .main-swiper .swiper-slide {
        height: 250px;
    }

    .main-swiper .slide-text h2 {
        font-size: 15px;
    }

    .main-swiper .slide-text img {
        width: 24px;
    }
    
    .main-swiper::before {
        width: 35px;
        height: 35px;
        background-size: contain;
    }
	
	.page-heading-content-row, .logos-section,.services-icons-row {
		padding:80px 20px;
	}
	
	.page-heading-content-row p, .page-heading-content-row li, .page-heading-content-row p a.pdf {
		font-size: 14px;
	}
	
	.page-id-2859 .page-heading-content-row {
		padding: 50px 20px;
	}
	
	.page-heading-content-row p a.pdf {
		padding-left: 20px;
		background-size: 20px;
	}
	
	.history-desktop {
		display:none;
	}
	.history-mobile {
		display:block;
	}
	
	.services-icons-row {
		margin: 20px!important;
		padding: 100px 10px!important;
	}

    .services-icons-row h2 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 20px;
    }
	
	.services-icons-row .infographic h2 {
		font-size: 24px;
		font-weight: bold;
	}

    .services-icons-row p,
    .services-icons-row li {
        font-size: 15px;
    }

    .services-icons-row .service-thumb img {
        max-width: 100px;
    }
	
	.parent-pageid-15 .services-icons-row .service-thumb img {
        max-width: 120px;
    }
	
	.services-icons-row .service-thumb {
		min-height:80px;
	}

    .services-icons-row .service-icons p {
        font-size: 24px;
    }

	.service-toggle h3 {
		font-size:18px;
	}
	.services-list-row .service-toggle h3 {
		padding: 45px 120px 45px 30px;	
	} 
	.services-list-row .service-toggle .service-toggle-content {
		font-size: 14px;
		padding: 45px 30px 45px 30px;
	}
	
	.parent-pageid-15 .services-list-row .article .article-link .p-4, .parent-pageid-1057 .services-list-row .article .article-link .p-4 {
		padding: 1.5rem!important;
	}
	
    .logo {
        width: 180px;
        display: inline-block;
    }
    
    .service-block img {
        width: 50%;
        height: auto;
        object-fit: cover;
    }
	
	.services-row {
		padding: 0;
	}
	
	.service-block {
		min-height: 50vh;
	}

    .services-row .service-block .service-text h3 {
        font-size: 28px;
    }

    .services-row .service-block .service-text p {
        font-size: 13px;
    }
	
	.links a {
		font-size: 24px;
        line-height: 40px;
		border-bottom: 2px solid #000;
	}
	
	.links a img {
		opacity: 1!important;
		width: 20px!important;
	}
	
    .image-section-row {
        height: auto;
    }

    .image-wrap {
        display: block;
    }

    .image-section-row .section-title {
        position: relative;
        width: 100%;
        max-width: 100%;
        padding: 20px;
    }

    .image-section-row img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
	
	.image-section-row .section-text {
		padding: 60px 20px;
		max-width: 100%;
		position: relative;
	}
	
	.image-section-row .section-text .btn, .contact-row .btn {
		height: 60px;
		font-size: 18px;
		padding: 14px;
	}
	
	.image-section-row .section-text .btn::after, .contact-row .btn::after {
		width: 59px;
		height: 59px;
		background-size: cover;
	}
	
	.image-section-row .section-title {
		position: absolute;
		top: 20px;
		left: 20px;
	}

    .image-section-row .section-title h3 {
        font-size: 32px;
        background-size: 22px;
        padding-right: 28px;
    }

    .image-section-row .section-title p {
        font-size: 15px;
    }

    .image-section-row::after {
        display: none;
    }
	
	.logos-section {
		background-size:contain;
	}

    .logos-section h2 {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 20px;
        text-align: center;
    }

    .logos-section p {
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
    }

    .contact-row, .career-row {
        padding: 50px 20px!important;
    }
	
	.career-row h2 {
		font-size: 36px;
	}
	
	.contact-form-form input, .contact-form-form textarea, .contact-form-form input[type="submit"] {
		font-size: 20px;
	}

    .contact-row a {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 20px;
        text-align: center;
        background-size: 25px;
        padding-right: 40px;
    }
	
	.contact-form-row {
		background-size: 80vw;
	}

    .lang-switch {
        margin-right: 10px;
    } 

    .language-select {
        font-size: 12px;
    }

    .intro-text-row {
        padding: 80px 20px!important;        		
    }		
	
	.intro-text-row h2 {
        font-size: 30px;
        line-height: 36px;
		font-weight: 600;
        margin-bottom: 20px;        
    }
	
	.intro-text-row p {
		font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;        
	}
  
    .logolist li {
        width: 42%;
    }
	
	.footer {
		padding: 50px 20px;
	}

    .footer .top-row p {
        font-size: 18px;
    }

    .footer h3 {
        font-size: 12px;
		font-weight: 600;
		line-height: 16px;
    }

    .footer li, .footer li a{
        font-size: 12px;
		line-height: 24px;
    }

    .footer .social li a img {
        max-width: 30px;
        max-height: 30px;
    }

    .footer p {
        font-size: 12px;
    }

    .page-heading-content-row h1 {
        font-size: 36px;
        line-height: 40px;
		padding: 50px 30px;
    }

    .services-list-row {
        padding: 6% 0;
    }

    .breadcrumb {
        font-size: 16px;
    }

    .prevnext-links {
        flex-direction: column;
        gap: 30px;
    }

    .prevnext-link {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .prevnext-link:last-child {
        text-align: center;
        flex-direction: column-reverse;
    }

    .contact-form-form.d-flex.flex-column.career-form {
        padding: 10px;
    }
	
	.icons-table li {		
		width: 49%;
	}
	
	.contact-row input { 
		width: 230px!important;
		height: 60px;
		font-size: 22px;
	}
	
	.contact-row input[type="submit"] { 
		width: 60px!important;
		height: 60px;
		top: -8px;
	}

}