@charset "UTF-8";
.img-round img {
  border-radius: 8px;
}

.news-articles .elementor-posts .elementor-post {
  align-items: center;
}
.news-articles .elementor-posts .elementor-post__read-more {
  font-size: 14px;
}
.news-articles .elementor-posts .elementor-post__meta-data {
  margin-top: 13px;
}
@media (max-width: 768px) {
  .news-articles .elementor-posts .elementor-post {
    flex-direction: column;
  }
  .news-articles .elementor-post__thumbnail {
    margin-bottom: 20px !important;
  }
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
  background-color: unset !important;
}

@media (max-width: 1020px) {
  .with-background {
    margin: 15px !important;
  }
  .hero-content h1 {
    font-size: 25px !important;
  }
}
/* style.css */
body {
  font-family: "Helvetica", Arial, sans-serif;
  margin: 0;
  color: #333;
}

.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5%;
  background: #fff;
  border-bottom: 2px solid #eee;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

nav a {
  text-decoration: none;
  color: #003399;
  font-weight: bold;
}

.btn-partner {
  background: #ff6600;
  color: white !important;
  padding: 10px 20px;
  border-radius: 5px;
}

/* Hero Section Styling */
.hero-b2b {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.color-hero-banner {
  background: #202d73;
  background-size: cover;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.hero-btns {
  padding-top: 40px;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.btn-primary {
  background: #ff6600;
  color: white;
  padding: 15px 30px;
  text-decoration: none;
  margin-right: 10px;
  border-radius: 4px;
}

.topbar-link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.topbar-link:hover {
  color: #fff;
  opacity: 0.9;
}

.topbar-icon {
  color: #f26a21;
  font-size: 14px;
  line-height: 1;
}

.site-header-custom {
  position: relative;
  z-index: 999;
  font-family: "Open Sans", sans-serif;
}

.topbar-custom {
  background: #202d73;
  color: #fff;
  font-size: 15px;
}

.topbar-inner {
  min-height: 56px;
}

.topbar-link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.topbar-link:hover {
  color: #fff;
  opacity: 0.9;
}

.main-navbar-custom {
  background: #fff;
  min-height: 92px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.custom-logo {
  max-height: 60px;
  width: auto;
}

.site-branding a {
  display: inline-block;
}

.navbar-nav {
  gap: 0.35rem;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-link {
  color: #202d73 !important;
  font-weight: 700;
  font-size: 18px;
  padding: 0.75rem 1rem !important;
  line-height: 1.2;
}

.navbar-nav .current-menu-item > .nav-link,
.navbar-nav .current_page_item > .nav-link,
.navbar-nav .active > .nav-link {
  color: #202d73 !important;
}

.navbar-nav .current-menu-item > .nav-link::after,
.navbar-nav .current_page_item > .nav-link::after,
.navbar-nav .active > .nav-link::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 8px;
  height: 4px;
  background: #f26a21;
  border-radius: 2px;
}

.booking-btn {
  background: #202d73;
  border: 1px solid #202d73;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 24px;
  border-radius: 10px;
  white-space: nowrap;
}

.booking-btn:hover {
  background: #ff6600;
  border-color: #ff6600;
  color: #fff;
}

.navbar-toggler {
  border: none;
  box-shadow: none !important;
  padding: 0.4rem 0.6rem;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

@media (max-width: 1400px) {
  .main-navbar-custom {
    min-height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .custom-logo {
    max-height: 48px;
  }
  .navbar-collapse {
    background: #fff;
    padding-top: 1rem;
  }
  .navbar-nav .nav-link {
    padding: 0.8rem 0 !important;
    font-size: 17px;
  }
  .navbar-nav .current-menu-item > .nav-link::after,
  .navbar-nav .current_page_item > .nav-link::after,
  .navbar-nav .active > .nav-link::after {
    left: 0;
    right: auto;
    width: 40px;
    bottom: 6px;
  }
  .topbar-inner {
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .topbar-left {
    gap: 0.5rem !important;
    flex-direction: row;
    align-items: center !important;
  }
}
ul#menu-language-menu {
  list-style: none;
  display: flex;
  gap: 20px;
  margin-bottom: 0 !important;
}

.hero-content.with-background {
  margin: 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8509803922);
  background: rgba(0, 0, 0, 0.5019607843);
  padding: 20px 7px 40px 7px;
  border-radius: 8px;
  text-align: center;
  text-shadow: -1px 0px 3px rgb(0, 0, 0);
  display: inline;
  line-height: 30px;
}

.synergates-section h2 {
  color: #4A423F;
  font-size: 22px;
}

/* Hero Section */
.about-intro {
  background: #003399;
  color: white;
  text-align: center;
  padding: 100px 0;
}

.about-intro h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
}

/* Flexbox Row */
.flex-row {
  display: flex;
  align-items: center;
  gap: 50px;
}

.text-content {
  flex: 1;
}

.image-placeholder {
  flex: 1;
}

.image-placeholder img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Brand Box */
.brand-box {
  background: #f8f9fa;
  border-left: 5px solid #ff6600;
  padding: 30px;
  font-size: 1.1rem;
  line-height: 1.8;
}

/* Fleet Grid */
.fleet-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  align-items: center;
}

.safety-card {
  background: white;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}

/* Locations */
.location-info h2 {
  margin-top: 8px;
}

.location-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 30px 0;
}

.tag {
  background: #003399;
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
}

.support-text {
  color: #202d73;
  font-weight: bold;
  font-size: 1.1rem;
}

/* Grid για τις κατηγορίες συνεργατών */
.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding: 50px 5%;
  background: #f9f9f9;
}

.partner-card {
  background: white;
  padding: 30px;
  border-top: 5px solid #003399;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.partner-card:hover {
  transform: translateY(-10px);
}

/* Partnerships Specific Styles */
.partners-hero {
  background: linear-gradient(rgba(0, 51, 153, 0.9), rgba(0, 51, 153, 0.9)), url("b2b-meeting.jpg");
  color: white;
  text-align: center;
  padding: 80px 0;
}

/* Φόρμα */
.form-wrapper {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  padding: 50px;
  border-radius: 12px;
}

.b2b-contact-form .form-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.b2b-contact-form input,
.b2b-contact-form select,
.b2b-contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.btn-submit {
  background: #ff6600;
  color: white;
  border: none;
  padding: 15px 30px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  margin-top: 20px;
  transition: background 0.3s;
}

.btn-submit:hover {
  background: #e65c00;
}

/* Locations Styling */
.locations-hero {
  background: #003399;
  color: white;
  text-align: center;
  padding: 60px 0;
}

.location-item-row {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 60px 0;
}

.location-item-row.reverse {
  flex-direction: row-reverse;
}

.location-info {
  flex: 1;
}

.loc-tag {
  background: #202d73;
  color: white;
  padding: 5px 12px;
  font-size: 0.8rem;
  font-weight: bold;
  border-radius: 3px;
  text-transform: uppercase;
}

.loc-details {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.loc-details li {
  padding: 8px 0;
  border-bottom: 1px dashed #ddd;
}

.location-map {
  flex: 1.2;
  height: 350px;
}

.map-placeholder {
  background: #e9ecef;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #666;
  border: 1px solid #ddd;
}

.btn-outline {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #003399;
  color: #003399;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: 0.3s;
}

.btn-outline:hover {
  background: #003399;
  color: white;
}

/* Responsive */
@media (max-width: 768px) {
  .location-item-row,
  .location-item-row.reverse {
    flex-direction: column;
  }
  .location-map {
    width: 100%;
  }
}
/* Contact Page Layout */
.contact-hero {
  background: #003399;
  color: white;
  text-align: center;
  padding: 60px 0;
}

.flex-row {
  display: flex;
  gap: 80px;
  /* padding: 60px 0; */
  align-items: flex-start;
}

.contact-details {
  flex: 1;
}

.contact-form-container {
  flex: 1.5;
  background: #f9f9f9;
  padding: 40px;
  border-radius: 8px;
}

.contact-form-container-partner {
  flex: 1.5;
  padding: 40px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-submit {
  background: #202d73;
  border: 1px solid #202d73;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 24px;
  border-radius: 10px;
  white-space: nowrap;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-submit:hover {
  background: #ff6600 !important;
  border: 1px solid #ff6600;
}

.detail-box {
  margin-bottom: 40px;
}

.detail-box h3 {
  color: #003399;
  margin-bottom: 15px;
  border-bottom: 2px solid #eee;
  display: inline-block;
}

.orange-border {
  border-left: 4px solid #ff6600;
  padding-left: 20px;
}

/* CF7 Grid Styling */
.corporate-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-field.full-width {
  grid-column: span 2;
}

.corporate-form-grid label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 0.9rem;
}

.corporate-form-grid input,
.corporate-form-grid select,
.corporate-form-grid textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

#partner-form .corporate-form-grid input,
#partner-form .corporate-form-grid select,
#partner-form .corporate-form-grid textarea {
  margin-top: -12px;
}

.btn-submit {
  background: #ff6600;
  color: white;
  border: none;
  padding: 18px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  transition: 0.3s;
}

.btn-submit:hover {
  background: #003399;
}

/* Responsive */
@media (max-width: 768px) {
  .flex-row {
    flex-direction: column;
  }
  .corporate-form-grid {
    grid-template-columns: 1fr;
  }
  .form-field.full-width {
    grid-column: span 1;
  }
}
/* Careers & Accordion */
.careers-header {
  text-align: center;
  margin-bottom: 50px;
}

.accordion-container {
  max-width: 900px;
  margin: 0 auto;
}

.accordion-item {
  background: #fff;
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.accordion-header {
  width: 100%;
  padding: 20px;
  background: #f8f9fa;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: bold;
  color: #003399; /* Blue Rent Blue */
  transition: background 0.3s;
}

.accordion-header:hover {
  background: #f0f2f5;
}

.accordion-content {
  padding: 0 25px;
  max-height: 0; /* Κρυφό αρχικά */
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease;
  background: #fff;
}

/* Όταν το accordion είναι ανοιχτό (θα χρειαστεί λίγο JS παρακάτω) */
.accordion-item.active .accordion-content {
  max-height: 1000px;
  padding: 25px;
  border-top: 1px solid #eee;
}

.accordion-item.active .arrow-icon {
  transform: rotate(180deg);
}

/* Λίστες Προσόντων */
.job-requirements,
.job-benefits {
  list-style: none;
  padding: 0;
}

.job-requirements li::before {
  content: "✓";
  color: #ff6600; /* Blue Rent Orange */
  margin-right: 10px;
  font-weight: bold;
}

.btn-apply {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 25px;
  background: #003399;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
}

.ea-container {
  max-width: 100%;
  width: 95%;
}

/* Container & Section */
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.partner-types-rows {
  padding: 80px 0;
  background-color: #fff;
}

/* Base Style for Rows */
.b2b-row {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 80px; /* Space between rows */
  padding-bottom: 40px;
  border-bottom: 1px solid #eee; /* Light separation */
}

/* Remove border from last row */
.b2b-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/* Reverse Image Layout */
.b2b-row.reverse {
  flex-direction: row-reverse;
}

/* Image Container */
.b2b-image {
  flex: 1.1; /* slightly larger image */
}

.b2b-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

/* Text Container */
.b2b-text {
  flex: 1;
}

/* Content Elements */
.b2b-text h3 {
  color: #003399; /* Blue Rent Blue */
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.card-icon {
  font-size: 2rem;
  margin-bottom: 10px;
}

/* Check-list Style */
.check-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.check-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ff6600; /* Blue Rent Orange */
  font-weight: bold;
}

/* Small Button (CTA) */
.btn-small {
  display: inline-block;
  padding: 10px 20px;
  background: #003399;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  margin-top: 15px;
  transition: background 0.3s;
}

.btn-small:hover {
  background: #ff6600;
}

/* Responsive Styling for Mobile */
@media (max-width: 768px) {
  .b2b-row,
  .b2b-row.reverse {
    flex-direction: column; /* Stack image and text vertically */
    gap: 30px;
    text-align: center;
  }
  .check-list li {
    padding-left: 0;
  }
  .check-list li::before {
    position: static;
    margin-right: 5px;
  }
}
@media (max-width: 550px) {
  .contact-form-container-partner {
    padding: 30px 0px !important;
  }
}
@media (max-width: 385px) {
  .section-form .form-wrapper {
    padding: 20px;
  }
  .section-form .container {
    padding: 0 !important;
  }
}
/* footer */
.site-footer-custom {
  background: #202d73;
  color: #ffffff;
  margin-top: 0;
  font-family: "Open Sans", sans-serif;
}

.site-footer-custom a {
  color: #ffffff;
  text-decoration: none;
}

.site-footer-custom a:hover {
  color: #ff7a21;
}

.footer-top {
  padding: 42px 0 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-middle {
  padding: 30px 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-bottom {
  padding: 18px 0 24px;
}

.footer-logo-wrap .custom-logo {
  max-height: 88px;
  width: auto;
}

.footer-logo-text {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.footer-logo-text img {
  max-width: 250px;
}

.footer-contact-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
}

.footer-contact-item .fa-solid,
.footer-contact-item .fa-regular {
  color: #ff7a21;
  font-size: 14px;
  margin-top: 4px;
  flex: 0 0 14px;
}

.footer-contact-item .fa-solid,
.footer-contact-item .fas,
.footer-contact-item .fa-brands {
  font-family: "FontAwesome";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}

.fa,
.fa-solid,
.fa-regular,
.fa-brands,
.fas,
.far,
.fab {
  display: inline-block !important;
  font-style: normal !important;
  line-height: 1 !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-solid,
.fas {
  font-family: "FontAwesome" !important;
  font-weight: 900 !important;
}

.fa-regular,
.far {
  font-family: "FontAwesome" !important;
  font-weight: 400 !important;
}

.fa-brands,
.fab {
  font-family: "FontAwesome" !important;
  font-weight: 400 !important;
}

.footer-contact-item span,
.footer-contact-item a {
  color: #fff;
  word-break: break-word;
}

.footer-menu-wrap {
  text-align: left;
}

.footer-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu-list li {
  margin-bottom: 14px;
}

.footer-menu-list li a {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.footer-menu-list li a::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff7a21;
  font-weight: 700;
}

.footer-social {
  margin-top: 26px;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 6px;
  color: #062d78 !important;
  font-size: 20px;
  transition: all 0.25s ease;
}

.footer-social-link:hover {
  transform: translateY(-2px);
  background: #ff7a21;
  color: #fff !important;
}

.footer-copyright {
  font-size: 15px;
  color: #fff;
}

.footer-copyright a {
  color: #ff7a21;
}

@media (max-width: 991.98px) {
  .footer-top {
    padding: 32px 0 28px;
  }
  .footer-middle {
    padding: 24px 0 16px;
  }
  .footer-logo-wrap {
    text-align: center !important;
    margin-bottom: 10px;
  }
  .footer-logo-wrap .custom-logo {
    max-height: 72px;
  }
  .footer-contact-block {
    max-width: 320px;
    margin: 0 auto;
  }
  .footer-menu-wrap {
    text-align: center;
  }
  .footer-menu-list li a {
    padding-left: 16px;
  }
}
@media (max-width: 575.98px) {
  .footer-contact-item {
    font-size: 14px;
  }
  .footer-menu-list li a {
    font-size: 15px;
  }
  .footer-copyright {
    font-size: 14px;
    line-height: 1.6;
  }
}
.footer-container {
  max-width: 1200px;
}

@media (max-width: 1020px) {
  .footer-contact-block {
    align-items: center;
  }
}/*# sourceMappingURL=bluerent-corporate.css.map */