/* old color */
/* #00CED1; */

@font-face {
  font-family: "MyWebFont";
  src: url("./css/font/DISTGRG_.ttf") format("truetype");
}

@import url("https://fonts.googleapis.com/css?family=Lato:400,700");

body {
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
  color: #505962;
}

/*--- Nav Scrolling Offset --*/
.offset:before {
  height: 4rem;
  margin-top: -4rem;
  content: "";
  display: block;
}

/*--- Extra Bootstrap Column Padding --*/
[class*="col-"] {
  padding: 0.3rem;
}

/*============= NAVIGATION =============*/

.navbar {
  padding: 0.7rem 1rem;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: background-color 0.5s ease 0s;
}

.navbar-brand img {
  height: 2rem;
}

.svg-inline--fa.fa-w-14 {
  color: white;
  font-size: 1.6rem;
}

.navbar-nav li {
  padding-right: 0.8rem;
}

.navbar-nav .nav-link {
  color: white;
  padding-top: 0.8rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #3b82f6;
}

.navbar.solid {
  background: rgba(0, 0, 0, 0.7) !important;
  transition: background-color 1s ease 0s;
}

/*============= LANDING PAGE =============*/

.home-inner {
  background-image: url("img/background4.jpg");
  filter: brightness(40%);
}

.caption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 38%;
  z-index: 1;
}

.caption h1 {
  font-family: MyWebFont;
  color: white;
  font-size: 6.5 rem;

  font-weight: 700;
  letter-spacing: 0.3rem;
  text-shadow: 0.1rem 0.1rem 0.8rem black;
  padding-bottom: 1rem;
}

.caption h3 {
  color: white;
  font-size: 5 rem;

  font-weight: 600;
  text-shadow: 0.1rem 0.1rem 0.5rem black;
  padding-bottom: 1rem;
}

.btn-lg {
  border-width: medium;
  border-radius: 0;
  padding: 0.8rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 400;

  display: inline-block !important;
}

.submit_btn {
  background-color: #3b82f6;
  /* Turquoise color, adjust as needed */
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  /* Adjust the size as needed */
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  transition-duration: 0.4s;
}

/*============= FEATURES SECTION =============*/

.narrow {
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
}

.btn-sm {
  border-width: medium;
  border-radius: 0;
  padding: 0.5rem 1.1rem;
  font-size: 1rem;
  margin: 1rem;
}

.btn-turquoise {
  border-color: #3b82f6;
  background-color: #3b82f6;
  color: white;
}

.btn-turquoise:hover,
.btn-turquoise:focus {
  border-color: #3b82f6;
  background-color: #3b82f6;
  color: white;
}

.jumbotron {
  margin-bottom: 0;
  border-radius: 0;
  padding: 1rem 0 3rem;
}

h3.heading {
  font-size: 1.9rem;
  font-weight: 700;

  text-align: center;
  margin-bottom: 1.9rem;
}

.heading-underline {
  width: 3rem;
  height: 0.2rem;
  background-color: #3b82f6;
  margin: 0 auto 2rem;
}

.feature {
  text-align: center;
  margin: 50px;
}

.feature .fa-layers {
  color: #3b82f6;
  height: 6rem;
  margin: 0 auto;
  width: 3.9rem;
}

.feature h3 {
  font-size: 1.2rem;
  font-weight: 700;

  padding-bottom: 0.4rem;
}

.feature p {
  font-size: 1.1rem;
}

.lead p {
  text-align: justify;
  margin-left: 20px;
}

/*============= FIXED BACKGROUND IMG DARK =============*/

#fixed {
  background-image: url("img/fixed/darkanbackground2.jpg");
  z-index: -1;
}

.dark {
  background-color: rgba(0, 0, 0, 0.55);
  padding: 7rem 2rem;
  text-align: center;
  z-index: 1000 !important;
}

.dark h3,
.dark p {
  color: #e9ecef;
}

/*============= PORTFOLIO SECTION =============*/
.row.padding {
  padding: 2rem 0 1rem;
}

img.example-image {
  max-width: 100%;
}

.row.no-padding [class*="col-"] {
  padding: 0;
}

.portfolio-item img:hover {
  transform: scale(1.3);
  cursor: zoom-in;
}

.portfolio-item img {
  transition: transform 0.4s ease;
}

.portfolio-item {
  overflow: hidden;
}

/*============= PRICING SECTION =============*/
.pricing-column {
  background-color: white;
  padding: 2rem;
  border-top: 0.2rem solid #3b82f6;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.075);
  transition: transform 0.7s ease;
  overflow: hidden;
  position: relative;
}

.pricing-column:hover {
  transform: scale(1.1);
}

.pricing-column h3 {
  padding: 1rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.pricing-column p {
  opacity: 0.8;
  margin-top: 1.3rem;
}

.pricing-column h4 {
  font-size: 1.1rem;
  padding: 0.4rem;
}

.pricing-column .item {
  font-size: 700;
}

.pricing-column h1 {
  padding: 0.8rem 0;
}

.ribbon {
  background-color: #6c757d;
  color: white;
  width: 10rem;
  height: 2rem;
  font-size: 0.8rem;
  font-weight: 700;
  padding-top: 0.4rem;
  position: absolute;
  right: -2.8rem;
  top: 1.6rem;
  transform: rotate(45deg);
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

/*============= TEAM SECTION FIXED BG IMG LIGHT =============*/

#fixed-2 {
  background-image: url("img/fixed/aiprompttool1.jpg");
  z-index: -1;
  opacity: 0.5;
}

.light {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 3rem 2rem 2rem;
  z-index: 1000 !important;
}

.card {
  border-radius: 0;
  border: 0.1rem solid rgba(0, 0, 0, 0.075);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.075);
  margin: 0 1rem;
  transition: transform 0.4s ease;
}

.card-img-top {
  border-radius: 0;
}

.card:hover {
  transform: scale(0.95);
}

.card h4 {
  font-weight: 700;
  color: #3b82f6;
}

.card h5 {
  color: #3b82f6;
}

.card p {
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin: 1rem 0 1.5rem;
}

.card svg.svg-inline--fa {
  color: #3b82f6 !important;
  font-size: 1.3rem;
  width: 2rem;
}

.card svg.svg-inline--fa:hover {
  color: #6c757d !important;
}

.owl-dot.active span,
.owl-dot:hover span {
  background: #3b82f6 !important;
}

/*============= SKILLS SECTION =============*/

.skill h3 {
  color: #3b82f6;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 1rem 0 0.5rem;
}

.skill p {
  font-size: 1.1rem;

  font-weight: 700;
}

/*============= CLIENT SECTION =============*/

.clients img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.clients img:hover {
  transform: scale(0.95);
}

blockquote .svg-inline--fa {
  margin: 1rem;
  color: #3b82f6;
}

.clients-hr {
  border-top: 0.05 rem solid #3b82f6;
}

/*============= CONTACT SECTION =============*/

footer {
  background: url("img/footer/paper.jpg") no-repeat;
  /*background-color: #40474e;*/
  background-size: cover;
  color: white;
}

footer .row {
  background-color: rgba(57, 63, 70, 0.85);
  padding: 1rem 2rem 3rem;
}

footer img {
  height: 2rem;
  margin: 1.5rem 0;
}

footer a {
  color: white;
}

footer svg.svg-inline--fa {
  font-size: 1.6rem;
  margin: 1.2rem 0.5rem 0 0;
}

footer svg.svg-inline--fa:hover {
  color: #3b82f6 !important;
}

footer h3 {
  margin: 20px 0;
}

/* --- Contact Form --*/
.form-group {
  margin-bottom: 1.3rem;
  color: white;
}

.form-control {
  background-color: #53595f;
  border-radius: 0;
  border: 0.15rem solid#666b71;
  color: white !important;
  size: 1.1rem;
}

.form-control:focus {
  background: #53595f;
  border: 0.15rem solid#666b71;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #b2b5b8 !important;
}

input.btn {
  cursor: pointer;
}

hr.socket {
  border-top: 0.2rem solid#666b71;
  width: 100%;
}

/*============= TOP SCROLL=============*/

.top-scroll svg.svg-inline--fa {
  font-size: 3rem;
  height: 1.7rem;
  color: #53595f;
  background: white;
}

a.top-scroll {
  right: 1.2rem;
  bottom: 1.2rem;
  position: fixed;
  opacity: 0.3;
  z-index: 1000;
  display: none;
}

a.top-scroll:hover {
  opacity: 0.5;
}

/*========== MEDIA QUERIES ==========*/

/* Devices under 992px (lg) */

@media (max-width: 1920px) {
  .caption h1 {
    font-size: 3.5rem;
    letter-spacing: 0.2rem;
    padding-bottom: 1.5rem;
  }

  .caption h3 {
    font-size: 2.2rem;
    padding-bottom: 1.8rem;
  }

  .btn-lg {
    padding: 0.7rem 1.2rem;
    font-size: 1rem;
  }

  .narrow h1 {
    font-size: 2.1rem;
  }
}

/* Devices under 992px (lg) */

@media (max-width: 991px) {
  .caption h1 {
    font-size: 3.5rem;
    letter-spacing: 0.2rem;
    padding-bottom: 1.5rem;
  }

  .caption h3 {
    font-size: 2.2rem;
    padding-bottom: 1.8rem;
  }

  .btn-lg {
    padding: 0.7rem 1.2rem;
    font-size: 1rem;
  }

  .narrow h1 {
    font-size: 2.1rem;
  }
}

/* Devices under 768px (md) */

@media (max-width: 767px) {
  .caption h1 {
    font-size: 2.7rem;
    letter-spacing: 0.15rem;
    padding-bottom: 0.5rem;
  }

  .caption h3 {
    font-size: 1.7rem;
    padding-bottom: 1.2rem;
  }

  .btn-lg {
    padding: 0.6rem 1.1rem;
    font-size: 1rem;
  }

  .narrow h1 {
    font-size: 1.8rem;
  }

  #fixed {
    background-image: url("img/fixed/darkanbackground.jpg");
  }

  #fixed-2 {
    background-image: url("img/imglight.jpg");
  }

  footer {
    background: url("img/footer/paper.jpg");
  }

  .clients img {
    max-width: 50%;
    margin: 0 auto;
  }

  .top-scroll {
    display: none !important;
  }
}

/* Devices under 576px (md) */

@media (max-width: 575px) {
  .caption h1 {
    font-size: 1.9rem;
    letter-spacing: 0.1rem;
    padding-bottom: 0.4rem;
  }

  .caption h3 {
    font-size: 1.2rem;
    padding-bottom: 1rem;
  }

  .btn-lg {
    padding: 0.6rem 1.1rem;
    font-size: 1rem;
  }

  .narrow {
    width: 85%;
  }
}

/* PRIVACY POLICY */

.privacypolicy {
  color: #333;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin: 30px 10%;
  line-height: 1.7em;

  position: relative;
}

.privacypolicy strong {
  color: #0056b3;
  font-size: 18px;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.privacypolicy li {
  margin-bottom: 10px;
  margin-left: 100px;
  margin-right: 100px;
}

.privacypolicy p {
  margin-bottom: 10px;
}


#switcher {
  display: flex;
  align-items: center;
  margin-top: 5px;
  justify-content: center;
}

.separate {
  color: white;
  margin-right: 12px;
}

/*============= EU FUNDING SECTION =============*/

.eu-funding-section {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  padding: 2rem;
  margin: 2rem 0;
  text-align: center;
  color: #333;
}

.eu-logos-bar {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background-color: #fff;
  border-radius: 4px;
}

.eu-logos-bar img {
  max-width: 100%;
  height: auto;
  max-height: 100px;
}

.eu-project-info {
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-left: 4px solid #3b82f6;
  background-color: rgba(59, 130, 246, 0.05);
  text-align: left;
}

.eu-project-info h4 {
  color: #3b82f6;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.eu-project-info p {
  margin-bottom: 0.5rem;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.6;
}

.eu-project-info strong {
  color: #1e3a5f;
}

.eu-funding-note {
  font-weight: 600;
  color: #2563eb !important;
  margin-top: 1rem !important;
}

.rodo-info {
  padding: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
  text-align: left;
}

.rodo-info h5 {
  color: #3b82f6;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.rodo-info p {
  color: #555;
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* EU Section Responsive */
@media (max-width: 767px) {
  .eu-funding-section {
    padding: 1rem;
    margin: 1rem 0;
  }

  .eu-logos-bar img {
    max-height: 70px;
  }

  .eu-project-info,
  .rodo-info {
    padding: 0.75rem;
  }
}

/*============= QUIZER-STYLE FOOTER =============*/

.footer-quizer {
  margin: 0;
  padding: 0;
}

/* Band 1: Social Bar */
.footer-social-bar {
  background: linear-gradient(135deg, #1a365d 0%, #2d5a87 50%, #1a365d 100%);
  padding: 1rem 0;
  text-align: center;
}

.footer-social-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 8px;
  color: white;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-social-bar a:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

/* Band 2: Invitation Section */
.footer-invitation {
  background: #ffffff;
  padding: 2rem 0;
  text-align: center;
}

.footer-invitation h4 {
  color: #1a365d;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.5px;
}

/* Band 3: Partner/Company Section */
.footer-partner {
  background: #1e3a5f;
  padding: 2rem 0;
  text-align: center;
}

.footer-partner img {
  height: 80px !important;
  width: auto;
  max-width: 250px;
  filter: brightness(1.1);
  margin: 0 !important;
}

.footer-partner .company-info {
  color: white;
  margin-top: 1rem;
}

.footer-partner .company-info p {
  margin: 0.2rem 0;
  font-size: 0.9rem;
  opacity: 0.9;
}

/* Band 4: EU Logos Section */
.footer-eu-logos {
  background: #ffffff;
  padding: 2.5rem 2rem;
}

.footer-eu-logos .eu-logos-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-eu-logos img {
  height: 60px !important;
  width: auto !important;
  object-fit: contain;
  margin: 0 !important;
}

.footer-eu-project-text {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #333;
}

.footer-eu-project-text h5 {
  color: #1a365d;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.footer-eu-project-text p {
  color: #555;
  font-size: 0.9rem;
  margin: 0.3rem 0;
}

/* Band 5: Copyright */
.footer-copyright {
  background: #f8f9fa;
  padding: 1rem 0;
  text-align: center;
  color: #666;
  font-size: 0.85rem;
  border-top: 1px solid #eee;
}

.footer-copyright a {
  color: #3b82f6;
  text-decoration: none;
  margin-left: 15px;
}

.footer-copyright a:hover {
  text-decoration: underline;
}

/* Band 4: EU Logos Bar - Fixed at Bottom */
.footer-eu-bar {
  background: #ffffff;
  padding: 0.8rem 0;
  text-align: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.footer-eu-bar img {
  width: 100%;
  max-width: 960px;
  height: auto !important;
  margin: 0 auto !important;
  display: block;
}

/* Add padding to body to compensate for fixed footer */
body {
  padding-bottom: 80px;
}

/* Footer Responsive */
@media (max-width: 767px) {
  .footer-eu-logos .eu-logos-container {
    gap: 20px;
  }

  .footer-eu-logos img {
    height: 45px !important;
  }

  .footer-invitation h4 {
    font-size: 1.1rem;
    padding: 0 1rem;
  }

  .footer-partner img {
    height: 60px !important;
  }
}

/*============= EU PROJECT BANNER (Homepage) =============*/

.eu-project-banner {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(135deg, #1a365d 0%, #2563eb 100%);
  border-radius: 12px;
  padding: 1rem 1.5rem;
  margin: 1.5rem auto;
  max-width: 600px;
  color: white;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.eu-project-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
}

.eu-banner-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eu-banner-icon i {
  font-size: 1.5rem;
  color: #fbbf24;
}

.eu-banner-content {
  flex: 1;
  text-align: left;
}

.eu-banner-content h5 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 400;
  opacity: 0.9;
}

.eu-banner-content p {
  margin: 0.25rem 0 0;
  font-size: 1rem;
  font-weight: 600;
}

.eu-project-banner .btn {
  white-space: nowrap;
  border-color: white;
  color: white;
}

.eu-project-banner .btn:hover {
  background: white;
  color: #1a365d;
}

@media (max-width: 575px) {
  .eu-project-banner {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }

  .eu-banner-content {
    text-align: center;
  }
}

/*============= EU PROJECT TABS SECTION =============*/

.nav-tabs-eu {
  border-bottom: none;
  margin-bottom: 1.5rem;
}

.nav-tabs-eu .nav-item {
  margin: 0 0.3rem;
}

.nav-tabs-eu .nav-link {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: white;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.nav-tabs-eu .nav-link:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  color: white;
}

.nav-tabs-eu .nav-link.active {
  background: #3b82f6;
  border-color: #3b82f6;
  color: white;
}

.nav-tabs-eu .nav-link i {
  margin-right: 0.5rem;
}

.tab-content-eu {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.eu-tab-content-inner {
  padding: 2rem;
  color: #333;
  text-align: left;
}

.eu-tab-content-inner h4 {
  color: #1a365d;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  border-bottom: 2px solid #3b82f6;
  padding-bottom: 0.5rem;
}

.eu-tab-content-inner h5 {
  color: #1a365d;
  font-weight: 600;
  margin: 1.5rem 0 0.75rem;
  font-size: 1.1rem;
}

.eu-tab-content-inner p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 1rem;
}

/* Info Details */
.eu-info-details {
  background: #f0f7ff;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  margin: 1rem 0;
}

.eu-info-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #1a365d;
}

.eu-info-item i {
  color: #3b82f6;
  font-size: 1.2rem;
}

/* Project Goal */
.eu-project-goal {
  background: linear-gradient(135deg, #f0f7ff 0%, #e0efff 100%);
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  margin: 1rem 0;
  border-left: 4px solid #3b82f6;
}

.eu-project-goal h5 {
  color: #1a365d;
  font-weight: 600;
  margin: 0 0 0.75rem 0;
  font-size: 1.1rem;
}

.eu-project-goal h5 i {
  color: #3b82f6;
  margin-right: 0.5rem;
}

.eu-project-goal p {
  color: #334155;
  margin: 0;
  line-height: 1.7;
}

/* Hashtags */
.eu-hashtags {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 1rem 0;
}

.hashtag {
  background: linear-gradient(135deg, #1a365d 0%, #2563eb 100%);
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
}

/* Effects List */
.eu-effects-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.eu-effects-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  color: #555;
}

.eu-effects-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #22c55e;
  font-weight: bold;
}

/* Funding Values */
.eu-funding-values {
  background: linear-gradient(135deg, #1a365d 0%, #2563eb 100%);
  border-radius: 8px;
  padding: 1.5rem;
  margin-top: 1.5rem;
  color: white;
}

.eu-funding-values h5 {
  color: white;
  margin-top: 0;
}

.eu-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}

.eu-value-item {
  text-align: center;
}

.value-label {
  display: block;
  font-size: 0.85rem;
  opacity: 0.9;
  margin-bottom: 0.25rem;
}

.value-amount {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
}

.value-amount.highlight {
  color: #fbbf24;
  font-size: 1.4rem;
}

/* Products Grid */
.eu-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.eu-product-card {
  background: #f8fafc;
  border-radius: 8px;
  padding: 1.5rem;
  border-left: 4px solid #3b82f6;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.eu-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.product-number {
  width: 32px;
  height: 32px;
  background: #3b82f6;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.eu-product-card h5 {
  color: #1a365d;
  margin: 0 0 0.75rem 0;
  font-size: 1rem;
}

.eu-product-card p {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.product-badge {
  display: inline-block;
  background: #22c55e;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

/* Orders Categories */
.eu-orders-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin: 1.5rem 0;
}

.eu-order-category {
  background: #f8fafc;
  border-radius: 8px;
  padding: 1.5rem;
}

.eu-order-category h5 {
  color: #1a365d;
  margin: 0 0 0.75rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.eu-order-category h5 i {
  color: #3b82f6;
}

.eu-order-category ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0;
}

.eu-order-category li {
  color: #555;
  margin-bottom: 0.35rem;
  font-size: 0.9rem;
}

.hours-info {
  font-style: italic;
  color: #6b7280;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}

/* Orders Info */
.eu-orders-info {
  background: #fffbeb;
  border-radius: 8px;
  padding: 1.5rem;
  border-left: 4px solid #f59e0b;
}

.eu-orders-info h5 {
  color: #92400e;
  margin-top: 0;
}

.eu-orders-info p {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

/* Current Orders Section */
.eu-current-orders {
  margin: 1.5rem 0;
}

.eu-current-orders h5 {
  color: #1a365d;
  font-weight: 600;
  margin-bottom: 1rem;
  border-bottom: 2px solid #3b82f6;
  padding-bottom: 0.5rem;
}

.eu-order-item {
  background: #f8fafc;
  border-radius: 8px;
  padding: 1.25rem;
  margin-bottom: 1rem;
  border-left: 4px solid #3b82f6;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.eu-order-item:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.order-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.order-header i {
  color: #dc2626;
  font-size: 1.5rem;
}

.order-number {
  background: #3b82f6;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.85rem;
}

.order-date {
  color: #6b7280;
  font-size: 0.85rem;
  font-style: italic;
}

.order-title {
  color: #1a365d;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.order-deadline {
  color: #dc2626;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.order-deadline strong {
  color: #1a365d;
}

.eu-orders-contact {
  background: linear-gradient(135deg, #1a365d 0%, #2563eb 100%);
  border-radius: 8px;
  padding: 1.25rem;
  margin-top: 1.5rem;
  color: white;
}

.eu-orders-contact h6 {
  color: #fbbf24;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.eu-orders-contact p {
  margin: 0.25rem 0;
  color: white;
  font-size: 0.9rem;
}

.eu-orders-contact i {
  margin-right: 0.5rem;
  opacity: 0.8;
}

.eu-orders-contact a {
  color: #93c5fd;
  text-decoration: none;
}

.eu-orders-contact a:hover {
  color: white;
  text-decoration: underline;
}

.eu-archive-info {
  background: #f3f4f6;
  border-radius: 8px;
  padding: 1rem;
  margin-top: 1rem;
}

.eu-archive-info p {
  margin: 0;
  color: #555;
  font-size: 0.9rem;
}

/* EU Tabs Responsive */
@media (max-width: 991px) {
  .eu-products-grid {
    grid-template-columns: 1fr;
  }

  .eu-orders-categories {
    grid-template-columns: 1fr;
  }

  .eu-values-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

@media (max-width: 767px) {
  .nav-tabs-eu {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-tabs-eu .nav-item {
    margin: 0.25rem 0;
  }

  .nav-tabs-eu .nav-link {
    text-align: center;
    padding: 0.6rem 1rem;
  }

  .eu-tab-content-inner {
    padding: 1.25rem;
  }

  .eu-tab-content-inner h4 {
    font-size: 1.25rem;
  }
}

/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/