
@charset "UTF-8";

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Josefin Sans",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #000000; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #000000; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #FF6600; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: rgba(255, 255, 255, 0);  /* The default color of the main navmenu links */
  --nav-hover-color: #ffffff; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #40524d; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #2f5d50; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f1f6f5;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #2f5d50;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #2e2b28;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message,
.php-email-form .error-message {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.php-email-form .visible {
  opacity: 1;
}

.php-email-form .fade-out {
  opacity: 0;
}


.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(0, 0, 0, 0);
  --heading-color: #ffffff;
  --surface-color: rgba(255, 255, 255, 0.085);
  color: var(--default-color);
  transition: all 0.5s;
  z-index: 997;
  background-color: var(--background-color);
}

.header .topbar {
  background-color: var(--accent-color);
  height: 40px;
  padding: 0;
  font-size: 15px;
  transition: all 0.5s;
}

.header .topbar .contact-info i {
  font-style: normal;
  color: var(--contrast-color);
}

.header .topbar .contact-info i a,
.header .topbar .contact-info i span {
  padding-left: 10px;
  color: var(--contrast-color);
}

@media (max-width: 575px) {

  .header .topbar .contact-info i a,
  .header .topbar .contact-info i span {
    font-size: 13px;
  }
}

.header .topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
 margin-right: 25px;
}

.header .topbar .contact-info i a:hover {
  color: #000000;
  text-decoration: underline;
}

.header .topbar .social-links a {
  color: color-mix(in srgb, var(--contrast-color), transparent 0%);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

.header .topbar .social-links a:hover {
  color: #000000;
}

.header .branding {
  min-height: 60px;
  padding: 10px 0;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 60px;
  margin-right: 0px;
}

/* Pe mobil */
@media (max-width: 575px) {
  .header .logo img {
    max-height: 50px; /* setează înălțimea dorită pentru mobil */
    height: 50px;     /* forțează height dacă vrei fix */
  }
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

.scrolled .header .topbar {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  --background-color: rgba(7, 12, 16, 0.8);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu svg {
    height: 16px;
    padding-right: 10px;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: #ffffff;
    padding: 18px 15px;
    font-size: 16px;
    font-family: var(--nav-font);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.25s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.25s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #ff6600;
  }
}

@media (min-width: 1200px) {
  .navmenu2 {
    padding: 0;
  }

  .navmenu2 svg {
    height: 16px;
    padding-right: 10px;
  }

  .navmenu2 ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu2 li {
    position: relative;
  }

  .navmenu2 a,
  .navmenu2 a:focus {
    color: #ff6600;
    padding: 18px 15px;
    font-size: 16px;
    font-family: var(--nav-font);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.25s;
  }

  .navmenu2 a i,
  .navmenu2 a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.25s;
  }

  .navmenu2 li:last-child a {
    padding-right: 0;
  }

  .navmenu2 li:hover>a,
  .navmenu2 .active,
  .navmenu2 .active:focus {
    color: #ff6600;
    text-decoration: underline;
  }
}


/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--accent-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 0px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu svg {
    height: 16px;
    padding-right: 10px;
  }

.navmenu ul {
  display: none;
  list-style: none;
  position: absolute;
  top: 60px;       /* poziționare verticală față de toggle */
  left: 20px;      /* poziționare stânga */
  right: 20px;     /* păstrează lățimea ca înainte */
  padding: 10px 0;
  margin: 0;
  border-radius: 6px;
  background-color: var(--nav-mobile-background-color);
  overflow: visible; /* să crească doar cât e textul */
  transition: 0.3s;
  z-index: 99999;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  height: auto;     /* înălțimea se adaptează la conținut */
}

  .navmenu a,
  .navmenu a:focus {
    color: var(--default-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--accent-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--accent-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: #ee2c30;
    color: #ee2c30;
    transform: rotate(180deg);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #ffffff;
    position: absolute;
    font-size: 35px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}



/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--accent-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 0px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu2 {
    padding: 0;
    z-index: 9997;
  }

  .navmenu2 svg {
    height: 16px;
    padding-right: 10px;
  }

.navmenu2 ul {
  display: none;
  list-style: none;
  position: absolute;
  top: 60px;       /* poziționare verticală față de toggle */
  left: 20px;      /* poziționare stânga */
  right: 20px;     /* păstrează lățimea ca înainte */
  padding: 10px 0;
  margin: 0;
  border-radius: 6px;
  background-color: var(--nav-mobile-background-color);
  overflow: visible; /* să crească doar cât e textul */
  transition: 0.3s;
  z-index: 99999;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  height: auto;     /* înălțimea se adaptează la conținut */
}

  .navmenu2 a,
  .navmenu2 a:focus {
    color: var(--accent-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu2 a i,
  .navmenu2 a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu2 a i:hover,
  .navmenu2 a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--accent-color);
  }

  .navmenu2 a:hover,
  .navmenu2 .active,
  .navmenu2 .active:focus {
    color: var(--accent-color);
    text-decoration: underline;
  }

  .navmenu2 .active i,
  .navmenu2 .active:focus i {
    background-color: #ee2c30;
    color: #ee2c30;
    transform: rotate(180deg);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #ffffff;
    position: absolute;
    font-size: 35px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu2 {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu2>ul {
    display: block;
  }
}


/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  padding: 60px 0 30px;
  position: relative;
  border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 50%);
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 75px;
  margin-right: 6px;
}

.footer .footer-about p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: 17px;
  color: #ff6600;
  font-weight: 800;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

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

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
  text-decoration: underline;
}

.footer .footer-contact p a {
  margin-bottom: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.footer .footer-contact p a:hover {
  color: #ff6600;
  text-decoration: underline;
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom:25px;
  border-radius: 15px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
}

@media (max-width: 575px) {
  .footer .copyright {
    width: auto;
    margin: 0 15px;
  }
}


.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 45px;
  height: 45px;
  border-radius: 50px;
  transition: all 0.4s;
  display: flex; /* pentru a centra iconița */
  justify-content: center;
  align-items: center;
}

.scroll-top:hover {
  background-color: var(--default-color);
}

.scroll-top i {
  font-size: 20px;
  color: #ffffff;
  line-height: 0;
  transition: color 0.3s; /* pentru o animație lină */
}

.scroll-top:hover i {
  color: #ffffff; /* doar iconița își schimbă culoarea */
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 25px 0;
  position: relative;
}

.page-title h1 {
  font-size: 24px;
  font-weight: 700;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 35px;
  font-weight: 800;
  position: relative;
  color: #000000;
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 30px;
  }
}

.section-title h2:before,
.section-title h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #ff6600;
  display: inline-block;
}

.section-title h2:before {
  margin: 0 15px 10px 0;
}

.section-title h2:after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin-bottom: 0;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.section-title2 {
  text-align: center;
  padding: 60px 0 30px;
  position: relative;
}

.section-title2 h2 {
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
  color: #000000;
}

.section-title2 span {
  position: absolute;
  top: 10px;
  color: color-mix(in srgb, #bd1a2d, transparent 85%);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1;
}

.section-title2 p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

@media (max-width: 575px) {
  .section-title2 h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-title2 span {
    font-size: 35px;
  }

@media (max-width: 576px) {
  .section-title2 p {
    padding: 0 15px;  /* adaugă spațiu lateral */
    text-align: center; /* opțional, dacă vrei pe mijloc */
  }
}
}

/*--------------------------------------------------------------
# Spatiu mobil titluri
--------------------------------------------------------------*/
.mobile-br {
  display: none;
}

@media (max-width: 768px) {
  .mobile-br {
    display: inline;
  }
}

/*--------------------------------------------------------------
# Hero Section - ACASĂ
--------------------------------------------------------------*/
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 120px 0 60px 0;
}

.hero .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero .hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero .hero-background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, color-mix(in srgb, #000000, transparent 30%) 0%, color-mix(in srgb, var(--accent-color), transparent 10%) 500%);
}

.hero .container {
  position: relative;
  z-index: 2;
  padding: 40px 15px;
}

.hero .hero-badge {
  display: inline-block;
  padding: 8px 20px;
  background: color-mix(in srgb, var(--accent-color), transparent 10%);
  color: var(--contrast-color);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 10px;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 60%);
}

.hero h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0px;
}

.hero h2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 25px;
}

.hero p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: color-mix(in srgb, #ffffff, transparent 10%);
  max-width: 575px;
}

.hero .hero-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.hero .hero-actions .btn-primary {
  background: transparent;
  color: var(--contrast-color);
  border: 1px solid var(--accent-color);
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px color-mix(in srgb, var(--accent-color), transparent 50%);
}

.hero .hero-actions .btn-primary:hover {
  background: var(--accent-color);
  box-shadow: 0 4px 15px color-mix(in srgb, var(--accent-color), transparent 25%);
  color: #FFFFFF; 
  border: 1px solid var(--accent-color); 
}

.hero .hero-stats {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.hero .hero-stats .stat-item {
  text-align: left;
}

.hero .hero-stats .stat-item .stat-number {
  display: block;
  font-size: 30px;
  font-weight: 800;
  color: var(--accent-color);
  line-height: 1;
  margin-bottom: 5px;
}

.hero .hero-stats .stat-item .stat-label {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero .hero-visual {
  position: relative;
}

.hero .feature-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 102, 0, 0.5);
  border-radius: 10px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  margin-bottom: 20px;
  height: calc(50% - 10px);
}

.hero .feature-card:hover {
  transform: translateY(-5px);
}

.hero .feature-card i {
  font-size: 35px;
  color: var(--accent-color);
  margin-bottom: 12px;
}

.hero .feature-card span {
  font-size: 15px;
  font-weight: 500;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.hero .feature-card:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .hero .hero-visual {
    margin-top: 60px;
  }

  .hero .feature-card {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 42px;
  }

  .hero p {
    font-size: 18px;
  }

  .hero .hero-actions {
    flex-direction: row;
    align-items: flex-start;
    gap: 25px;
  }

  .hero .hero-stats {
    gap: 24px;
  }

  .hero .feature-card {
    padding: 16px;
  }

  .hero .feature-card i {
    font-size: 24px;
  }

  .hero .feature-card span {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .hero h1 {
    font-size: 30px;
  }

  .hero .hero-visual {
    margin-top: 40px;
  }

  .hero .feature-card {
    padding: 12px;
    margin-bottom: 12px;
  }

  .hero .feature-card i {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .hero .feature-card span {
    font-size: 11px;
  }
}

/*--------------------------------------------------------------
# Home About Section - DESPRE NOI 1
--------------------------------------------------------------*/
.home-about {
  padding: 60px 0;
}

.home-about .image-gallery {
  position: relative;
  height: 100%;
}

.home-about .image-gallery .primary-image {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.home-about .image-gallery .primary-image img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.home-about .image-gallery .secondary-image {
  position: absolute;
  bottom: 0rem;
  right: 2rem;
  width: 60%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.home-about .image-gallery .secondary-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* MOBIL, adaptat dupa exemplul tau */
@media (max-width: 768px) {
  .home-about .image-gallery {
    height: 300px;
    margin-top: 0;
  }

  .home-about .image-gallery .primary-image {
    width: 80%;
    height: 65%;
  }

  .home-about .image-gallery .primary-image img {
    height: 100%;
  }

  .home-about .image-gallery .secondary-image {
    display: block;
    width: 65%;
    height: 50%;
    bottom: -60px;
    right: 0;
  }

  .home-about .image-gallery .secondary-image img {
    height: 100%;
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  .home-about .image-gallery {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    height: auto;
  }

  .home-about .image-gallery .primary-image,
  .home-about .image-gallery .secondary-image {
    position: relative;
    width: 100%;
    height: auto;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
  }

  .home-about .image-gallery .secondary-image {
    margin-top: 0;
  }

  .home-about .image-gallery .primary-image img,
  .home-about .image-gallery .secondary-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
}


.home-about .content {
  padding-left: 2rem;
}

@media (max-width: 992px) {
  .home-about .content {
    padding-left: 0;
    margin-top: 2rem;
  }
}

.home-about .content .section-header {
  margin-bottom: 2rem;
}

.home-about .content .section-header h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 800;
  margin: 0;
}

@media (max-width: 768px) {
  .home-about .content .section-header h2 {
    font-size: 1.8rem;
  }
}

.home-about .content p {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.home-about .content .action-section {
  display: flex;
  align-items: center;
  gap: 2rem;
}

@media (max-width: 768px) {
  .home-about .content .action-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

.home-about .content .action-section .btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--accent-color);
  color: var(--contrast-color);
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.home-about .content .action-section .btn-cta:hover {
  transform: translateY(-5px);
  background: var(--default-color);
  box-shadow: 0 15px 35px rgba(255, 102, 0, 0.35);
  color: var(--contrast-color);
}

.home-about .content .action-section .btn-cta:hover i {
  transform: translateX(0px);
}

.home-about .content .action-section .btn-cta i {
  transition: transform 0.3s ease;
}

.home-about .content .action-section .contact-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.home-about .content .action-section .contact-info .contact-icon {
  width: 45px;
  height: 45px;
  background-color: var(--surface-color);
  border: 2px solid color-mix(in srgb, var(--accent-color), transparent 50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-about .content .action-section .contact-info .contact-icon i {
  color: var(--accent-color);
  font-size: 1.25rem;
}

.home-about .content .action-section .contact-info .contact-details {
  display: flex;
  flex-direction: column;
}

.home-about .content .action-section .contact-info .contact-details span {
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  margin-bottom: 0.1rem;
  font-weight: 500;
}

.home-about .content .action-section .contact-info .contact-details strong {
  font-size: 1.1rem;
  color: var(--accent-color);
  font-weight: 700;
  transition: all 0.3s ease;
}

.home-about .content .action-section .contact-info .contact-details strong:hover {
  color: var(--default-color);
  text-decoration: underline;
}

/*--------------------------------------------------------------
# About Section - DESPRE NOI 2
--------------------------------------------------------------*/
.about {
  padding-top: 30px;
  padding-bottom: 60px;
}

.about .hero-content {
  margin-bottom: 4rem;
}

.about .hero-content h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  background: var(--accent-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  font-weight: 800;
}

@media (max-width: 768px) {
  .about .hero-content h2 {
    font-size: 2.2rem;
    background: none;
    -webkit-text-fill-color: initial;
    color: var(--heading-color);
  }
}

.about .hero-content .hero-description {
  font-size: 1.2rem;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

.about .dual-image-layout {
  margin-bottom: 90px;
}

.about .dual-image-layout .primary-image-wrap {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.about .dual-image-layout .primary-image-wrap img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.about .dual-image-layout .primary-image-wrap img:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .about .dual-image-layout .primary-image-wrap img {
    height: 300px;
  }
}

.about .dual-image-layout .secondary-image-wrap {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  position: relative;
  top: 40px;
}

@media (max-width: 992px) {
  .about .dual-image-layout .secondary-image-wrap {
    top: 0;
    margin-top: 2rem;
  }
}

.about .dual-image-layout .secondary-image-wrap img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.about .dual-image-layout .secondary-image-wrap img:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .about .dual-image-layout .secondary-image-wrap img {
    height: 280px;
  }
}

.about .metrics-section {
  margin-bottom: 90px;
}

.about .metrics-section .metrics-wrapper {
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), black 20%));
  border-radius: 15px;
  padding: 3rem 2rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.about .metrics-section .metric-item .metric-icon {
  margin-bottom: 1rem;
}

.about .metrics-section .metric-item .metric-icon i {
  font-size: 2.5rem;
  color: var(--contrast-color);
  opacity: 1;
}

.about .metrics-section .metric-item .metric-value {
  font-size: 3rem;
  font-weight: 600;
  color: var(--contrast-color);
  font-family: var(--heading-font);
  line-height: 1;
  margin-bottom: 0rem;
}

@media (max-width: 768px) {
  .about .metrics-section .metric-item .metric-value {
    font-size: 2.2rem;
  }
}

.about .metrics-section .metric-item .metric-label {
  color: color-mix(in srgb, var(--contrast-color), transparent 10%);
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  /* Prima linie de coloane */
  .about .metrics-section .metric-item:nth-child(-n+2) .metric-label {
    margin-bottom: 20px; /* ajustează cât spațiu vrei */
  }

  /* A doua linie de coloane */
  .about .metrics-section .metric-item:nth-child(n+3) .metric-label {
    margin-bottom: 0;
  }
}

.about .testimonial-highlight .testimonial-card {
  background: var(--surface-color);
  padding: 3rem;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.10);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 50%);
  position: relative;
}

.about .testimonial-highlight .quote-icon {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about .testimonial-highlight .quote-icon i {
  color: var(--contrast-color);
  font-size: 1.3rem;
}

.about .testimonial-highlight blockquote {
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.8;
  margin: 2rem 0;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.about .testimonial-highlight .testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.about .testimonial-highlight .testimonial-author .author-info {
  text-align: center;
}

.about .testimonial-highlight .testimonial-author .author-info h5 {
  margin: 1px;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--accent-color);
}

.about .testimonial-highlight .testimonial-author .author-info span {
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--default-color);
}

/*--------------------------------------------------------------
# Services Section - SERVICII
--------------------------------------------------------------*/
.services {
  padding: 60px 0 0px;
}

.services .services-container {
  margin-bottom: 60px;
}

.services .services-container .service-item {
  display: flex;
  background-color: var(--surface-color);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 50%);
  box-shadow: 0 10px 30px color-mix(in srgb, var(--default-color), transparent 90%);
  transition: all 0.4s ease;
  height: 100%;
}

.services .services-container .service-item:hover {
  transform: translateY(-5px);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 10%);
  box-shadow: 0 15px 40px color-mix(in srgb, var(--accent-color), transparent 85%);
}

.services .services-container .service-item:hover .service-icon {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.services .services-container .service-item:hover .service-link {
  color: var(--accent-color);
}

.services .services-container .service-item:hover .service-link i {
  transform: translateX(0px);
}

.services .services-container .service-item .service-icon {
  flex: 0 0 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  font-size: 2rem;
  transition: all 0.3s ease;
}

.services .services-container .service-item .service-content {
  padding: 30px;
  position: relative;
}

.services .services-container .service-item .service-title {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 15px;
  color: var(--heading-color);
  position: relative;
  z-index: 2;
}

.services .services-container .service-item .service-text {
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  position: relative;
  z-index: 2;
}

.services .services-container .service-item .service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 1rem;
  color: color-mix(in srgb, var(--accent-color), transparent 10%);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.services .services-container .service-item .service-link:hover {
  color: #000000;
}

.services .services-container .service-item .service-link i {
  transition: transform 0.3s ease;
}

.services .cta-wrapper {
  padding: 60px 0 0px;
}

@media (max-width: 575px) {
  .services .cta-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.services .cta-wrapper .cta-box {
  background: var(--accent-color);
  border-radius: 20px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 40px color-mix(in srgb, var(--default-color), transparent 85%);
}

.services .cta-wrapper .cta-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0.05;
  z-index: 1;
}

.services .cta-wrapper .cta-box .cta-image {
  position: relative;
  z-index: 2;
}

.services .cta-wrapper .cta-box .cta-image img {
  width: 175px;
  height: 175px;
  object-fit: cover;
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
  .services .cta-wrapper .cta-box .cta-image img {
    margin-bottom: 30px;
  }
}

.services .cta-wrapper .cta-box .cta-content {
  position: relative;
  z-index: 2;
}

.services .cta-wrapper .cta-box .cta-content h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 15px;
  color: var(--default-color);
}

.services .cta-wrapper .cta-box .cta-content p {
  color: color-mix(in srgb, var(--contrast-color), transparent 10%);
  margin-bottom: 25px;
  font-size: 1.1rem;
  line-height: 1.6;
}

.services .cta-wrapper .cta-box .cta-content .primary-btn {
  display: inline-block;
  background-color: var(--default-color);
  color: var(--contrast-color);
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.services .cta-wrapper .cta-box .cta-content .primary-btn:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  background-color: var(--contrast-color);
  color: var(--accent-color);
}

@media (max-width: 991px) {
  .services .cta-wrapper .cta-box .cta-content {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .services {
    padding: 60px 0 0px;
  }

  .services .services-container .service-item {
    flex-direction: column;
  }

  .services .services-container .service-item .service-icon {
    flex: 0 0 auto;
    height: 80px;
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Services Section - SERVICII 2
--------------------------------------------------------------*/
.services2 {
  padding-top: 0px;
  padding-bottom: 60px;
}

.services2 .service-block2 {
  background: var(--surface-color);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 50%);
  box-shadow: 0 10px 40px color-mix(in srgb, var(--default-color), transparent 90%);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.services2 .service-block2:hover {
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 10%);
  box-shadow: 0 20px 60px color-mix(in srgb, var(--accent-color), transparent 85%);
}

.services2 .service-block2 .service-content {
  padding: 40px 30px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.services2 .service-block2 .service-content .icon {
  width: 70px;
  height: 70px;
  background: none;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  position: relative;
}

.services2 .service-block2 .service-content .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.services2 .service-block2 .service-content h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
  color: var(--accent-color);
}

.services2 .service-block2 .service-content p {
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  line-height: 1.6;
  margin-bottom: 25px;
  flex: 1;
}

.services2 .service-block2 .service-image {
  height: 250px;
  overflow: hidden;
}

.services2 .service-block2 .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .services2 .service-block2 .service-content {
    padding: 30px 20px 20px;
  }

  .services2 .service-block2 .service-content .stats {
    gap: 20px;
  }

  .services2 .service-block2 .service-image {
    height: 165px;
  }
}

/*--------------------------------------------------------------
# Services Section - SERVICII 3
--------------------------------------------------------------*/
.services3 {
  padding: 60px 0 0px;
}

.services3 .tabs-wrapper {
  background-color: var(--surface-color);
  border-radius: 20px;
  padding: 40px;
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 50%);
}

.services3 .nav-tabs {
  border: 0;
  gap: 20px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .services3 .nav-tabs {
    flex-direction: column;
    gap: 15px;
  }
}

.services3 .nav-item {
  flex: 1;
  min-width: 0;
}

@media (max-width: 992px) {
  .services3 .nav-item {
    flex: none;
  }
}

.services3 .nav-link {
  background: color-mix(in srgb, var(--surface-color), var(--default-color) 0%);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 50%);
  border-radius: 20px;
  padding: 25px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 80px;
  cursor: pointer;
}

.services3 .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--accent-color);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

@media (max-width: 768px) {
  .services3 .nav-link {
    padding: 20px 15px;
    min-height: 70px;
  }
}

.services3 .nav-link .tab-icon {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  background: var(--accent-color);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.services3 .nav-link .tab-icon i {
  font-size: 24px;
  color: var(--contrast-color);
}

@media (max-width: 768px) {
  .services3 .nav-link .tab-icon {
    width: 40px;
    height: 40px;
  }

  .services3 .nav-link .tab-icon i {
    font-size: 20px;
  }
}

.services3 .nav-link .tab-content {
  position: relative;
  z-index: 2;
  flex: 1;
}

.services3 .nav-link .tab-content h5 {
  margin: 0 0 4px 0;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  transition: color 0.4s ease;
}

@media (max-width: 768px) {
  .services3 .nav-link .tab-content h5 {
    font-size: 13px;
  }
}

.services3 .nav-link:hover {
  transform: translateY(-3px);
  border-color: transparent;
  box-shadow: 0 15px 40px color-mix(in srgb, var(--accent-color), transparent 75%);
}

.services3 .nav-link:hover::before {
  opacity: 1;
}

.services3 .nav-link:hover .tab-icon {
  background: var(--contrast-color);
  box-shadow: 0 8px 25px color-mix(in srgb, var(--default-color), transparent 80%);
}

.services3 .nav-link:hover .tab-icon i {
  color: var(--accent-color);
}

.services3 .nav-link:hover .tab-content h5,
.services3 .nav-link:hover .tab-content span {
  color: var(--contrast-color);
}

.services3 .nav-link.active {
  border-color: var(--accent-color);
  box-shadow: 0 15px 40px color-mix(in srgb, var(--accent-color), transparent 85%);
}

.services3 .nav-link.active::before {
  opacity: 1;
}

.services3 .nav-link.active .tab-icon {
  background: var(--contrast-color);
}

.services3 .nav-link.active .tab-icon i {
  color: var(--accent-color);
}

.services3 .nav-link.active .tab-content h5,
.services3 .nav-link.active .tab-content span {
  color: var(--contrast-color);
}

.services3 .tab-content .tab-pane {
  padding: 0px 0;
}

@media (max-width: 768px) {
  .services3 .tab-content .tab-pane {
    padding: 20px 0;
  }
}

.services3 .content-wrapper {
  padding-right: 40px;
}

@media (max-width: 992px) {
  .services3 .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

.services3 .content-wrapper .icon-badge {
  width: 70px;
  height: 70px;
  background: var(--accent-color);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--accent-color), transparent 70%);
}

.services3 .content-wrapper .icon-badge i {
  font-size: 30px;
  color: var(--contrast-color);
}

.services3 .content-wrapper h3 {
  font-size: 30px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .services3 .content-wrapper h3 {
    font-size: 24px;
  }
}

.services3 .content-wrapper p {
  font-size: 16px;
  line-height: 1.7;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  margin-bottom: 30px;
}

.services3 .content-wrapper .feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 35px;
}

@media (max-width: 576px) {
  .services3 .content-wrapper .feature-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.services3 .content-wrapper .feature-grid .feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.services3 .content-wrapper .feature-grid .feature-item i {
  font-size: 20px;
  color: var(--accent-color);
  flex-shrink: 0;
}

.services3 .content-wrapper .feature-grid .feature-item span {
  font-size: 17px;
  color: var(--default-color);
  line-height: 1.4;
  font-style: italic;
}

.services3 .content-wrapper .btn-primary {
  background: var(--accent-color);
  color: var(--contrast-color);
  padding: 15px 35px;
  border-radius: 10px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  border: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px color-mix(in srgb, var(--accent-color), transparent 85%);
}

.services3 .content-wrapper .btn-primary:hover {
  transform: translateY(-2px);
  background: var(--default-color);
  box-shadow: 0 15px 35px color-mix(in srgb, var(--accent-color), transparent 85%);
  color: var(--contrast-color);
}

.services3 .content-wrapper .btn-primary i {
  transition: transform 0.3s ease;
}

.services3 .visual-content {
  position: relative;
}

.services3 .visual-content .main-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.services3 .visual-content .main-image img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}

.services3 .visual-content .main-image:hover img {
  transform: scale(1.05);
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.services3 .cta-section {
  background: var(--surface-color);
  border-radius: 20px;
  padding: 50px;
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 75%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  margin-top: 60px;
}

@media (max-width: 768px) {
  .services3 .cta-section {
    padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .cta-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.services3 .cta-section .cta-content h3 {
  font-size: 30px;
  font-weight: 700;
  text-shadow: 0 0 1px currentColor;
  margin-bottom: 20px;
  color: var(--accent-color);
}

@media (max-width: 768px) {
  .services3 .cta-section .cta-content h3 {
    font-size: 28px;
  }
}

.services3 .cta-section .cta-content .lead {
  font-size: 18px;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  margin-bottom: 30px;
  line-height: 1.6;
}

.services3 .cta-section .cta-content .cta-highlights {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.services3 .cta-section .cta-content .cta-highlights li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.services3 .cta-section .cta-content .cta-highlights li i {
  color: var(--accent-color);
  margin-right: 12px;
  font-size: 16px;
}

.services3 .cta-section .cta-content .cta-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.services3 .cta-section .cta-content .cta-actions .btn {
  padding: 12px 30px;
  border-radius: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.services3 .cta-section .cta-content .cta-actions .btn.btn-outline {
  background: transparent;
  color: var(--accent-color);
  border: 2px solid var(--accent-color);
}

.services3 .cta-section .cta-content .cta-actions .btn.btn-outline:hover {
  background: #1a3a6b;
  border: 2px solid #1a3a6b;
  color: var(--contrast-color);
  transform: translateY(-2px);
}

.services3 .cta-section .cta-images {
  position: relative;
}

.services3 .cta-section .cta-images .main-image {
  border-radius: 15px;
  width: 100%;
  height: 350px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .services3 .cta-section .cta-images .main-image {
    height: 250px; /* setează înălțimea dorită pe mobil */
    margin-top: 40px; /* setează margin-top dorit pe mobil */
  }
}


/*--------------------------------------------------------------
# Why Section - DE CE NOI
--------------------------------------------------------------*/
.why {
  padding: 60px 0;
}

.why .row {
  align-items: stretch;
}

.why .col-lg-5,
.why .col-lg-7 {
  display: flex;
  flex-direction: column;
}

.why .content-wrapper {
  height: auto;
}

.why .hero-image-wrapper {
  flex: 1;
  display: flex;
}

.why .hero-image-wrapper .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 15px;
  box-shadow: 0 25px 60px color-mix(in srgb, var(--default-color), transparent 85%);
}

.why .content-wrapper h2 {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--accent-color);
}

@media (max-width: 768px) {
  .why .content-wrapper h2 {
    font-size: 1.35rem;
  }
}

.why .content-wrapper .lead-text {
  font-size: 1.1rem;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.why .info-grid {
  margin-bottom: 0rem;
}

.why .info-grid .info-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.why .info-grid .info-item:last-child {
  margin-bottom: 0;
}

.why .info-grid .info-item .info-icon {
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--accent-color), transparent 75%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.why .info-grid .info-item .info-icon i {
  font-size: 1.75rem;
  color: var(--default-color);
}

.why .info-grid .info-item .info-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.why .info-grid .info-item .info-text strong {
  font-weight: 800;
  color: var(--accent-color);
}

.why .info-grid .info-item .info-text span {
  font-size: 0.95rem;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.why .core-values {
  padding-top: 0px;
}

.why .core-values .value-card {
  background-color: var(--surface-color);
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.why .core-values .value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(255, 102, 0, 0.2);
}

.why .core-values .value-card .value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
  margin-bottom: 20px;
}

.why .core-values .value-card .value-icon i {
  font-size: 25px;
  color: #000000;
}

.why .core-values .value-card h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: 800;
  color: var(--default-color);
}

.why .core-values .value-card p {
  font-size: 0.95rem;
  margin-bottom: 0;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

@media (max-width: 991.98px) {
  .why .content-wrapper {
    margin-top: 0rem;
  }
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 102, 0, 0.25);
}

.call-to-action .container {
  position: relative;
  z-index: 1;
}

.call-to-action .content h2 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--default-color);
}

@media (max-width: 768px) {
  .call-to-action .content h2 {
    font-size: 1.75rem;
  }
}

.call-to-action .content p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.call-to-action .features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem 0;
}

.call-to-action .features-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: var(--default-color);
}

.call-to-action .features-list li i {
  color: var(--accent-color);
  font-size: 1.3rem;
  margin-right: 1rem;
  flex-shrink: 0;
}

.call-to-action .cta-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.call-to-action .cta-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.call-to-action .cta-buttons i {
  font-size: 1.1rem;
}

@media (max-width: 576px) {
  .call-to-action .cta-buttons {
    flex-direction: column;
  }
}

.call-to-action .btn-primary {
  background: var(--accent-color);
  color: var(--contrast-color);
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px color-mix(in srgb, var(--accent-color), transparent 85%);
}

.call-to-action .btn-primary:hover {
  background: var(--default-color);
  transform: translateY(-3px);
  color: var(--contrast-color);
}

.call-to-action .btn-secondary {
  background: transparent;
  color: var(--default-color);
  border: 2px solid var(--default-color);
  padding: 13px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.call-to-action .btn-secondary:hover {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-3px);
}

.call-to-action .image-wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 50px color-mix(in srgb, var(--default-color), transparent 85%);
}

.call-to-action .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

@media (max-width: 768px) {
  .call-to-action .image-wrapper img {
    height: 250px;
  }
}

.call-to-action .image-wrapper:hover img {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .call-to-action .image-wrapper {
    margin-top: 2rem;
  }
}

@media (max-width: 992px) {
  .call-to-action .content {
    margin-bottom: 2rem;
  }
}

/*--------------------------------------------------------------
# Gallery Section - FLOTA DE TRANSPORT
--------------------------------------------------------------*/
.gallery {
  padding: 60px 0;
}

.gallery .gallery-item {
  margin-bottom: 30px;
}

.gallery .row:last-child .gallery-item {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .gallery .row:last-child .gallery-item {
    margin-bottom: 30px;
  }

  .gallery .row:last-child .gallery-item:last-child {
    margin-bottom: 0;
  }
}

.gallery .gallery-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  height: 100%;
}

.gallery .gallery-card:hover {
  transform: translateY(-5px);
}

.gallery .gallery-card:hover .gallery-overlay {
  opacity: 1;
  transform: translateY(0);
}

.gallery .gallery-card:hover .gallery-image img {
  transform: scale(1.1);
}

.gallery .gallery-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}

.gallery .gallery-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.gallery .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  background: rgba(0, 0, 0, 0.7);
  color: var(--contrast-color);
  opacity: 0;
  transform: translateY(0px);
  transition: all 0.3s ease;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.gallery .gallery-overlay h4 {
  font-size: 21px;
  font-weight: 900;
  margin-bottom: 3px;
  color: #ffffff;
}

.gallery .gallery-overlay p {
  font-size: 15px;
  margin-bottom: 15px;
  opacity: 1;
}

.gallery .gallery-overlay .gallery-actions {
  display: flex;
  gap: 15px;
}

.gallery .gallery-overlay .gallery-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ff6600;
  color: #FFFFFF;
  font-size: 17px;
  transition: 0.3s;
}

.gallery .gallery-overlay .gallery-actions a:hover {
  background: color-mix(in srgb, #ff6600, transparent 0%);
  color: #000000;
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .section-header .lead {
  font-size: 1.95rem;
  color: color-mix(in srgb, var(--default-color), transparent 5%);
  line-height: 1.6;
}

.faq .faq-wrapper {
  max-width: 950px;
  margin: 0 auto;
}

.faq .faq-item {
  border-left: 4px solid transparent;
  border-radius: 10px;
  background: var(--surface-color);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
  overflow: hidden;
}

.faq .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-left-color: color-mix(in srgb, var(--accent-color), transparent 25%);
}

.faq .faq-item.faq-active {
  border-left-color: var(--accent-color);
}

.faq .faq-item.faq-active .faq-header .faq-icon {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.faq .faq-item.faq-active .faq-header h4 {
  color: var(--accent-color);
}

.faq .faq-item.faq-active .faq-header .faq-toggle {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.faq .faq-item.faq-active .faq-header .faq-toggle i.bi-plus {
  display: none;
}

.faq .faq-item.faq-active .faq-header .faq-toggle i.bi-dash {
  display: block;
}

.faq .faq-item.faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
}

.faq .faq-item:not(.faq-active) .faq-header .faq-toggle i.bi-plus {
  display: block;
}

.faq .faq-item:not(.faq-active) .faq-header .faq-toggle i.bi-dash {
  display: none;
}

.faq .faq-item .faq-header {
  display: flex;
  align-items: center;
  padding: 25px;
  cursor: pointer;
  gap: 20px;
}

.faq .faq-item .faq-header .faq-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent-color), transparent 85%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-color);
  font-size: 20px;
  transition: all 0.3s ease;
}

.faq .faq-item .faq-header h4 {
  flex: 1;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--heading-color);
  transition: color 0.3s ease;
  line-height: 1.4;
}

.faq .faq-item .faq-header .faq-toggle {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--default-color), transparent 85%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--default-color);
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
}

.faq .faq-item .faq-header .faq-toggle i {
  position: absolute;
  transition: all 0.3s ease;
}

.faq .faq-item .faq-header .faq-toggle:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.faq .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq .faq-item .faq-content .content-inner {
  padding: 0 25px 25px 25px;
  overflow: hidden;
}

.faq .faq-item .faq-content .content-inner p {
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  line-height: 1.6;
  font-size: 1.05rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .faq .faq-item .faq-header {
    padding: 20px;
    gap: 15px;
  }

  .faq .faq-item .faq-header .faq-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .faq .faq-item .faq-header h4 {
    font-size: 1rem;
  }

  .faq .faq-item .faq-header .faq-toggle {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .faq .faq-item .faq-content .content-inner {
    padding: 0 20px;
  }

  .faq .faq-item.faq-active .faq-content .content-inner {
    padding-bottom: 20px;
  }
}

/*--------------------------------------------------------------
# Contact Section - DATE DE CONTACT
--------------------------------------------------------------*/
.contact {
  padding: 60px 0;
}

.contact .contact-main-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media (min-width: 992px) {
  .contact .contact-main-wrapper {
    grid-template-columns: 45% 55%;
    min-height: 600px;
  }
}

.contact-main-wrapper {
  display: flex;
  gap: 30px;
}

.contact .map-wrapper {
  height: 300px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .contact .map-wrapper {
    height: 100%;
    position: sticky;
    top: 100px;
  }
}

/* Responsivitate */
@media (max-width: 768px) {
  .contact-main-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}

.contact .contact-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact .contact-cards-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

@media (min-width: 576px) {
  .contact .contact-cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact .contact-card {
  background-color: var(--surface-color);
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  box-shadow: 0 6px 28px color-mix(in srgb, var(--default-color), transparent 90%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact .contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 36px color-mix(in srgb, var(--default-color), transparent 85%);
}

.contact .contact-card .icon-box {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact .contact-card .icon-box i {
  font-size: 22px;
  color: #000000;
}

.contact .contact-card .contact-text h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--accent-color);
}

.contact .contact-card .contact-text p {
  font-size: 14px;
  line-height: 1.5;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  margin-bottom: 0;
}

.contact .contact-card .contact-text a {
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.contact .contact-card .contact-text a:hover {
  color: var(--accent-color);
  text-decoration: underline;
}

.contact .contact-form-container {
  background-color: var(--surface-color);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 6px 28px color-mix(in srgb, var(--default-color), transparent 90%);
}

.contact .contact-form-container h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--accent-color);
  position: relative;
  padding-left: 15px;
}

.contact .contact-form-container h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: var(--default-color);
  border-radius: 2px;
}

.contact .contact-form-container>p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: color-mix(in srgb, var(--default-color), transparent 10%)
}

.contact .contact-form-container .php-email-form .form-control {
  height: auto;
  padding: 14px 20px;
  border-radius: 10px;
  background-color: color-mix(in srgb, var(--background-color), #ff6600 10%);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  color: var(--default-color);
  transition: all 0.3s ease;
}

.contact .contact-form-container .php-email-form .form-control:focus {
  background-color: var(--surface-color);
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent-color), transparent 85%);
}

.contact .contact-form-container .php-email-form .form-control::placeholder {
  color: color-mix(in srgb, #000000, transparent 5%);
}

.contact .contact-form-container .php-email-form textarea.form-control {
  min-height: 140px;
}

.contact .contact-form-container .php-email-form .form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}

@media (max-width: 576px) {
  .contact .contact-form-container .php-email-form .form-submit {
    flex-direction: column;
    align-items: flex-start;
  }
}

.contact .contact-form-container .php-email-form button {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border: none;
  padding: 12px 28px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.contact .contact-form-container .php-email-form button:hover {
  background-color: #000000;
  box-shadow: 0 6px 15px color-mix(in srgb, var(--default-color), transparent 75%);
}

.form-check {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.form-check input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin: 0;
  cursor: pointer;
}

.form-check-label {
  margin-left: 8px;
  line-height: 1;
  font-style: normal;
}

.form-check-label a {
  color: #ff6600;
}

.form-check-label a:hover {
  color: #ff6600;
  text-decoration: underline;
}

.form-check input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin: 0;
  cursor: pointer;
}

.contact .contact-form-container .php-email-form .social-links {
  display: flex;
  gap: 12px;
}

.contact .contact-form-container .php-email-form .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: color-mix(in srgb, var(--background-color), #ff6600 15%);
  color: #000000;
  font-size: 16px;
  transition: all 0.3s ease;
}

.contact .contact-form-container .php-email-form .social-links a:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .contact .contact-form-container {
    padding: 25px 20px;
  }

  .contact .contact-form-container h3 {
    font-size: 22px;
  }
}

/*--------------------------------------------------------------
# Privacy Section - POLITICA CONFIDENȚIALITATE
--------------------------------------------------------------*/
.privacy {
  padding: 30px 0 60px;
  font-size: 1rem;
  line-height: 1.7;
}

.privacy .privacy-header {
  margin-bottom: 60px;
  text-align: center;
  border-bottom: 1px solid color-mix(in srgb, var(--accent-color), transparent 50%);
  padding-bottom: 40px;
}

.privacy .privacy-header .header-content {
  max-width: 800px;
  margin: 0 auto;
}

.privacy .privacy-header .header-content .last-updated {
  font-size: 0.95rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 20px;
}

.privacy .privacy-header .header-content h1 {
  font-size: 2.5rem;
  color: var(--accent-color) !important;
  margin-bottom: 20px;
  font-weight: 700;
  text-shadow: 0 0 1px currentColor;
}

.privacy .privacy-header .header-content .intro-text {
  font-size: 1.2rem;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  line-height: 1.6;
}

.privacy .privacy-content {
  max-width: 800px;
  margin: 0 auto 60px;
}

.privacy .privacy-content .content-section {
  margin-bottom: 50px;
}

.privacy .privacy-content .content-section:last-child {
  margin-bottom: 0;
}

.privacy .privacy-content .content-section h2 {
  font-size: 1.75rem;
  color: var(--accent-color) !important;
  margin-bottom: 25px;
  font-weight: 700;
  text-shadow: 0 0 1px currentColor;
}

.privacy .privacy-content .content-section h3 {
  font-size: 1.4rem;
  color: var(--heading-color);
  margin: 30px 0 20px;
  font-weight: 500;
}

.privacy .privacy-content .content-section p {
  margin-bottom: 20px;
}

.privacy .privacy-content .content-section p a:hover {
  color: #000000;
  text-decoration: underline;
}

.privacy .privacy-content .content-section p:last-child {
  margin-bottom: 0;
}

.privacy .privacy-content .content-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.privacy .privacy-content .content-section ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.privacy .privacy-content .content-section ul li:last-child {
  margin-bottom: 0;
}

.privacy .privacy-content .content-section ul li::before {
  content: "\f26b";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--accent-color);
}


.privacy .privacy-contact {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 0px;
  border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 50%);
}

.privacy .privacy-contact h2 {
  font-size: 1.8rem;
  color: var(--accent-color) !important;
  margin-bottom: 20px;
  font-weight: 800;
}

.privacy .privacy-contact p {
  margin-bottom: 20px;
}

.privacy .privacy-contact .contact-details {
  background-color: rgba(0, 0, 0, 0.15);
  padding: 25px;
  border-radius: 10px;
}

.privacy .privacy-contact .contact-details p {
  margin-bottom: 10px;
}

.privacy .privacy-contact .contact-details p:last-child {
  margin-bottom: 0;
}

.privacy .privacy-contact .contact-details p strong {
  color: var(--accent-color);
  font-weight: 600;
}

@media print {
  .privacy {
    font-size: 12pt;
    line-height: 1.5;
  }

  .privacy .privacy-header {
    text-align: left;
    border-bottom: 1pt solid #000;
    padding-bottom: 20pt;
    margin-bottom: 30pt;
  }

  .privacy h1 {
    font-size: 24pt;
  }

  .privacy h2 {
    font-size: 18pt;
    page-break-after: avoid;
  }

  .privacy h3 {
    font-size: 14pt;
    page-break-after: avoid;
  }

  .privacy p,
  .privacy ul {
    page-break-inside: avoid;
  }

  .privacy .contact-details {
    border: 1pt solid #000;
    padding: 15pt;
  }
}

@media (max-width: 767px) {
  .privacy .privacy-header {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }

  .privacy .privacy-header .header-content h1 {
    font-size: 2.2rem;
  }

  .privacy .privacy-header .header-content .intro-text {
    font-size: 1.1rem;
  }

  .privacy .privacy-content .content-section {
    margin-bottom: 40px;
  }

  .privacy .privacy-content .content-section h2 {
    font-size: 1.6rem;
  }

  .privacy .privacy-content .content-section h3 {
    font-size: 1.3rem;
  }
}

/*--------------------------------------------------------------
# WhatsApp button
--------------------------------------------------------------*/
a {
  text-decoration: none;
}

.floating_btn {
  position: fixed;
  bottom: 75px;   /* WhatsApp jos */
  right: 15px;    /* Aliniere la dreapta */
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  box-shadow: 0 0 0 0 #42db87;
  transition: all 300ms ease-in-out;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 10px rgba(66, 219, 135, 0);
  }
}

/*--------------------------------------------------------------
# Lang button - BUTON LIMBĂ
--------------------------------------------------------------*/
.lang-widget {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 90px;
  text-align: center;
  z-index: 9999;
  font-family: Arial, sans-serif;
}

.lang-widget .current-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid rgba(255, 102, 0, 1);
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.1);
  cursor: pointer;
}

.lang-widget .current-lang img {
  width: 35px;
  height: 25px;
  border: 1px solid #ddd;
  border-radius: 3px;
  object-fit: cover;
}

.lang-widget .current-lang span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #000000
}

.lang-widget .lang-options {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 55px; /* deasupra butonului */
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(255, 102, 0, 1);
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.1);
  color: #000000
}

.lang-widget .lang-options li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 10px;
  cursor: pointer;
}

.lang-widget .lang-options li:hover {
  background: #fff700;
  border-radius: 10px;
}

.lang-widget .lang-options img {
  width: 35px;
  height: 25px;
  border: 1px solid #ddd;
  border-radius: 3px;
  object-fit: cover;
}

.lang-widget .lang-options span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.lang-widget.open .lang-options {
  display: block;
}

