/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


 .services-grid {backdrop-filter: blur(15px);}

 .blurred-5 {backdrop-filter: blur(5px);}


.eyebrow-title h2 {
	display: flex;
    flex-direction: row;
    align-items: center;
}

.hero-eyebrow-line {
    height: 2px;
	width: 30px;
    background: #3a6e9e;
    border-radius: 1px;
    display: block;
    margin-right: 10px;
}

.services-grid .elementor-icon-box-icon,
.services-grid .elementor-icon,
.services-grid .elementor-icon svg {
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    color: #ffffff !important;
}

.services-grid .elementor-icon svg,
.services-grid .elementor-icon svg * {
    fill: #ffffff !important;
    opacity: 0.9 !important;
}

.ct-button-icon .elementor-button-icon {
    transition: transform 0.25s ease;
}

.ct-button-icon .elementor-button:hover .elementor-button-icon {
    transform: translateX(6px);
}

.ct-button-icon svg {
	width: 30px;
}
.ct-button-icon-md svg {
	width: 24px;
}

.ct-custom-play-button .elementor-custom-embed-play {
	display: flex;
	border: 1px solid #ffffff29;
  background-color: #ffffff40;
  padding: 20px;
  border-radius: 50%;
  backdrop-filter: blur(10px);
	transition: all .3s ease;
}

.ct-custom-play-button .elementor-custom-embed-play:hover {
	background-color: var(--theme-palette-color-2);
}

.footer-contact-box {
	position: relative;
	cursor: pointer;
}

.footer-contact-box .elementor-icon-box-wrapper {
	height: 100%;
}

.footer-contact-box:hover .elementor-icon {
	background-color: #2A5B85 !important;
}

/* Επεκτείνει το link σε ολόκληρο το Icon Box */
.footer-contact-box .elementor-icon-box-title a::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
}

.value-card {
    clip-path: polygon(
        24px 0,
        100% 0,
        100% 100%,
        0 100%
    );
}

.value-icon {
    clip-path: polygon(
        24px 0,
        100% 0,
        calc(100% - 24px) 100%,
        0 100%
    );
    margin-left: -1px;
}
@media (max-width: 767px) {
    .value-card,
    .value-icon {
        clip-path: none;
    }

    .value-icon {
        margin-left: 0;
    }
}

/*popup*/
.ship-popup-intro {
    position: relative;
    z-index: 2;
}

.ship-image-container {
    width: 40% !important;
    min-height: 600px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    position: relative;
}

.ship-image {
    width: 100% !important;
    height: 600px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    clip-path: polygon(
        0 0,
        82% 0,
        100% 8%,
        100% 92%,
        82% 100%,
        0 100%
    );
}

.ship-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block;
}

@media (max-width: 767px) {
    .ship-image-container {
        width: 100% !important;
        min-height: auto !important;
    }

    .ship-image {
        width: 100% !important;
        height: 320px !important;
        clip-path: none;
    }
}
