/* UNIC GEO-STRUCT - Consolidated CSS */

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

/* Content Styles */
.content {
    color: #000;
    overflow: hidden;
}

.content__header {
    background: url('/images/bg-home.jpg') no-repeat center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.content__header__container {
    text-align: center;
    color: white;
}

.content__header__br {
    border-top: 2px solid #fff !important;
    width: 50vw;
    margin: 2rem auto;
}

.content__header__title {
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.content__header__btn {
    background-image: linear-gradient(90deg, #868f96 0%, #596164);
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.content__header__btn:hover {
    background-image: linear-gradient(90deg, #596164 0%, #868f96);
    transform: translateY(-2px);
}

.content__logo {
    width: 20%;
    position: relative;
    height: auto;
    margin: 0 auto 2rem;
}

.content__logo img {
    max-width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
}

.content__who {
    
    background: #ecf3f1;
}

.content__who .row {
    display: flex !important;
    flex-wrap: wrap;
}

.content__who .content__off {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    flex: 1;
}

.content__who .content__vid {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    flex: 1;
}

/* Force columns to be side by side on medium screens and up */


.content__off__ph .spP {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 0;
}

.content__off__ph span {
    font-weight: 400;
}

.content__off__ph strong {
    color: #333;
    font-weight: 700;
}

.content__how-it-works {
    padding: 100px 0;
    background: url('/images/bg-how-it-works.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
}

.content__how-it-works__header {
    text-align: center;
    margin-bottom: 60px;
}

.content__how-it-works__header h3 {
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.content__how-it-works__steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 0 2rem;
}

.content__how-it-works__steps .step-item {
    text-align: center;
    padding: 2rem;
    background: transparent;
    border-radius: 0;
    transition: none;
}

.content__how-it-works__steps .step-item .step-icon {
    margin-bottom: 1.5rem;
}

.content__how-it-works__steps .step-item .step-icon svg {
    stroke: #fff;
    fill: none;
    width: 75px;
    height: 75px;
}

.content__how-it-works__steps .step-item p {
    font-size: 1rem;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.content__how-it-works__steps .step-item h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Navigation Styles */
.navbar {
    padding: 1rem 0;
    transition: all 0.3s ease;
    background-color: transparent !important;
}

.navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    height: 50px;
    transition: all 0.3s ease;
}

.navbar.scrolled .navbar-brand img {
    height: 40px;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 1rem;
    margin: 0 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.navbar.scrolled .navbar-nav .nav-item .nav-link {
    color: #333333 !important;
}

.navbar.scrolled .navbar-nav .nav-item .nav-link:hover {
    color: #007bff !important;
    background-color: rgba(0, 123, 255, 0.1);
}

/* Navbar Toggle Button */
.navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
}

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

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Contact Icons in Navbar */
.navbar .contact-icon {
    color: #ffffff !important;
    font-size: 1.2rem;
    padding: 0.5rem 0.75rem !important;
    margin: 0 0.25rem;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.navbar .contact-icon:hover {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.navbar.scrolled .contact-icon {
    color: #333333 !important;
}

.navbar.scrolled .contact-icon:hover {
    color: #007bff !important;
    background-color: rgba(0, 123, 255, 0.1);
}

/* Dropdown Styles */
.navbar .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    margin-top: 0rem;
    padding: 1rem;
    min-width: 280px;
    display: none;
}

.navbar.scrolled .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.98);
}

.navbar .dropdown-item {
    color: #333333;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border-radius: 0.5rem;
}

.navbar .dropdown-item:hover {
    background-color: rgba(0, 123, 255, 0.1);
    color: #007bff;
    transform: translateX(5px);
}

/* Desktop dropdown functionality */
@media (min-width: 992px) {
    .navbar .dropdown {
        position: relative;
    }
    
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
    }
    
    .navbar .dropdown .nav-link {
        position: relative;
        padding-right: 2rem;
    }
    
    .navbar .desktop-dropdown-arrow {
        position: absolute;
        right: 0.5rem;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
        pointer-events: none;
    }
    
    .navbar .dropdown:hover .desktop-dropdown-arrow {
        transform: translateY(-50%) rotate(180deg);
    }
    
    .navbar .mobile-dropdown-toggle {
        display: none !important;
    }
}

/* Mobile dropdown functionality */
@media (max-width: 991px) {
    .navbar .dropdown {
        position: relative;
    }
    
    .navbar .mobile-dropdown-toggle {
        position: absolute;
        right: 0.5rem;
        top: 1.5rem;
        transform: translateY(-50%);
        background: none;
        border: none;
        color: #333333;
        font-size: 1rem;
        padding: 0.25rem;
        width: 2rem;
        height: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 100;
    }
    
    .navbar .mobile-dropdown-toggle:hover {
        color: #007bff;
    }
    
    .navbar .mobile-dropdown-toggle.rotated {
        transform: translateY(-50%) rotate(180deg);
    }
    
    .navbar .dropdown .nav-link {
        padding-right: 3rem;
        position: relative;
    }
    
    .navbar .desktop-dropdown-arrow {
        display: none !important;
    }
    
    .navbar .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin: 0;
        background-color: rgba(240, 240, 240, 0.95);
        border-radius: 0;
        box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
        backdrop-filter: none;
        display: none;
    }
    
    .navbar .dropdown-menu.show {
        display: block !important;
    }
    
    .navbar .dropdown-item {
        padding-left: 2rem;
        color: #555;
        font-size: 1rem;
        text-align: center;
    }
}

/* Mobile Navigation */
@media only screen and (max-width: 991px) {
    .navbar {
        background-color: rgba(255, 255, 255, 0.95) !important;
        backdrop-filter: blur(10px);
    }
    
    .navbar .navbar-nav .nav-item .nav-link {
        color: #333333 !important;
        text-align: center;
        margin: 0.25rem 0;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .navbar .navbar-nav .nav-item .nav-link:hover {
        color: #007bff !important;
    }
    
    .navbar .contact-icon {
        color: #333333 !important;
        margin: 0.25rem auto;
        display: flex;
        justify-content: center;
    }
    
    .navbar .contact-icon:hover {
        color: #007bff !important;
        background-color: rgba(0, 123, 255, 0.1);
    }
    
    /* Stack contact icons horizontally on mobile */
    .navbar-nav:last-child {
        flex-direction: row !important;
        justify-content: center;
        margin-top: 1rem;
    }
    
    .navbar-nav:last-child .nav-item {
        margin: 0 0.5rem;
    }
}

/*Proiect UE Page*/
.yellow-button {
background-color: rgb(250, 204, 21);
border-bottom-color: rgb(229, 231, 235);
border-bottom-right-radius: 9999px;
border-bottom-style: solid;
border-bottom-width: 0px;
border-left-color: rgb(229, 231, 235);
border-left-style: solid;
border-left-width: 0px;
border-right-color: rgb(229, 231, 235);
border-right-style: solid;
border-right-width: 0px;
border-top-color: rgb(229, 231, 235);
border-top-right-radius: 9999px;
border-top-style: solid;
border-top-width: 0px;
box-shadow: rgba(0, 0, 0, 0) 0px;
box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
box-sizing: border-box;
color: rgb(249, 250, 251);
font-family: Inter, system-ui, sans-serif;
font-feature-settings: normal;
font-size: 24px;
font-style: italic;
font-variation-settings: normal;
font-weight: 600;
line-height: 32px;
padding-bottom: 10px;
padding-left: 8px;
padding-right: 20px;
padding-top: 10px;
tab-size: 4;
display: flex;
align-items: center;
}

.yellow-button p{
 margin-bottom: 0;
}

.margins-container{
  max-width: 58rem;
  margin: auto;
}

@media (width <=58rem) {
  .margins-container{
  margin-left: 30px;
  margin-right: 30px;
}
}

.reflex-blue{
  color:rgb(0, 51, 153)
}

.responsive-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.responsive-logos img{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Hero Section */
.hero-section {
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-section h1 {
    font-weight: 600;
    letter-spacing: 3px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Video Section */
.content__vid {
    position: relative;
    width: 100%;
    height: auto;
}

.content__vid__pr {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.content__off {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.content__off video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Services Section */
.content__srv {
    padding: 100px 0;
    background: #f8f9fa;
}

.content__srv__pr__title {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 2rem;
}

.content__proiectare {
    padding: 50px 0;
    background: #ffffff;
}

.content__proiectare__tlt {
    font-weight: 600;
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 1rem;
}

.content__proiectare__desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 1rem;
}

.content__studii {
    padding: 50px 0;
    background: #f8f9fa;
}

.content__title {
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Service icon */
.service-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1.5rem;
    width: 100px;
    height: 100px;
}

.service-icon svg {
    stroke: #007bff;
    fill: none;
    width: 75px;
    height: 75px;
}

/* Team Section */
.content__team {
    padding: 100px 0;
    background: #f8f9fa;
}

.content__team .team-image .cv_card {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.cv_card {
  position: relative;
  background-color: #121212ee;
  border-radius: 1rem;
  width: 100%;
  max-width: 450px;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  padding: 1rem; /* Add padding to ensure text has space from edges */
}

.cv_card .text-content {
  margin-left: 1rem; /* Move text more to the left */
  margin-right: 1rem; /* Ensure space from the right side */
  overflow-wrap: break-word; /* Prevent text overflow */
  word-wrap: break-word; /* For older browsers */
  word-break: break-word; /* Ensure long words break */
}

.gray-side {
  position: absolute;
  left: 0;
  top: center;
  height: 120%;
  width: 70px;
  background-color: #7f7f7fee;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  z-index: 0;
}

.hex-container {
  position: relative;
  width: 140px; /* Default size */
  height: 120px;
  padding: 20px;
  background-color: #151515ee;
  clip-path: polygon(
    50% 0%,
    93% 25%,
    93% 75%,
    50% 100%,
    7% 75%,
    7% 25%
  );
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  box-shadow: 0 0 10px rgb(0, 0, 0);
  flex-shrink: 0; /* Prevent shrinking */
}

/* Adjust size for screens between 768px and 991px */
@media (max-width: 991px) and (min-width: 768px) {
  .hex-container {
    width: 120px;
    height: 103px;
    padding: 15px;
  }
}

/* Adjust size for screens smaller than 768px */
@media (max-width: 768px) {
  .hex-container {
    width: 100px;
    height: 86px;
    padding: 10px;
  }
}

/* Adjust size for very small screens (e.g., phones) */
@media (max-width: 576px) {
  .hex-container {
    width: 80px;
    height: 69px;
    padding: 8px;
  }
}

.qr-img {
  width: 90%;
  height: auto;
  object-fit: contain;
}

.text-content {
  z-index: 1;
}

.content__team .team-content {
    display: flex;
    align-items: center;
    padding: 2rem;
}

.content__team .team-text h3 {
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.content__team .team-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 0;
}

.content__team .team-quote {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    padding: 2rem;
}

.content__team .team-quote h3 {
    font-weight: 500;
    color: #555;
    font-style: italic;
    margin-bottom: 0;
    letter-spacing: 1px;
}

/* About Section */
.content__about {
    padding: 100px 0;
    background: #1B1B1B;
}

.content__about .content__who__title {
    font-weight: 600;
    color: #fff;
    margin-bottom: 2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.content__about .content__who__description {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #ccc;
    margin-bottom: 3rem;
}

.content__about img {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
    max-width: 100%;
    height: auto;
}

/* Values Section */
.content__values {
    padding: 100px 0;
    background: white;
}

.content__values .content__values__title {
    font-weight: 600;
    color: #1b1b1b;
    margin-bottom: 2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.content__values .content__values__description {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #1b1b1b;
    margin-bottom: 3rem;
}

.content__values img {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
    max-width: 100%;
    height: auto;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .content__team {
        padding: 50px 0;
    }
    
    .content__team .team-content {
        padding: 1rem;
    }
    
    .content__about .content__values{
        padding: 50px 0;
    }
}

/* Contact Section */
.contact-item {
    padding: 2rem;
    text-align: center;
    height: 100%;
}

.contact-item i {
    margin-bottom: 1rem;
}

.contact-item h5 {
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.contact-item p {
    color: #666;
    line-height: 1.6;
}

.social-links {
    margin-top: 3rem;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #007bff;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #0056b3;
    transform: translateY(-2px);
    color: white;
}

/* Responsive Font Classes */
.h3-responsive {
    font-size: 2rem;
    font-weight: 600;
    color: white;
    text-align: center;
    margin-bottom: 3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .h3-responsive {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .h3-responsive {
        font-size: 1.3rem;
    }
}

/* Card Styles */
.card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.card-body {
    padding: 2rem;
}

.card-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

/* Buttons */
.btn-primary {
    background-image: linear-gradient(90deg, #868f96 0%, #596164);
    border: none;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 30px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-image: linear-gradient(90deg, #596164 0%, #868f96);
    transform: translateY(-2px);
}

/* Jarallax Overrides */
.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Utilities */
.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.white-text {
    color: #ffffff !important;
}

.bg-overlay {
    position: relative;
}

.bg-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.bg-overlay > * {
    position: relative;
    z-index: 2;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .hero-section {
        height: 70vh;
    }
    
    .hero-section h1 {
        font-size: 2.5rem;
    }
    
    .content__vid__pr {
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .hero-section {
        height: 60vh;
    }
    
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .service-icon {
        width: 80px;
        height: 80px;
    }
    
    .service-icon svg {
        width: 60px;
        height: 60px;
    }
    
    .team-content,
    .about-content {
        padding: 1rem 0;
    }
    
    .contact-item {
        padding: 1.5rem;
    }
}

/* Contact Page Styles */
.content__body {
    padding: 80px 0;
    background: #f8f9fa;
}

.contact-link {
    color: #000 !important;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 1.1rem;
    display: flex !important;
    align-items: center;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #007bff !important;
    text-decoration: none !important;
}

.contact-link i {
    margin-right: 1rem;
    color: #000;
    width: 40px;
    text-align: center;
}

.content__body__links {
    color: #000 !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.content__body__links:hover {
    color: #007bff !important;
    text-decoration: none;
}

.content__body__links i {
    margin-right: 1rem;
    color: #000;
    width: 40px;
    text-align: center;
}

.h2-responsive {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.black-text {
    color: #000 !important;
}

.z-depth-2 {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.content__header.text-center {
    height: 50vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.content__header.text-center::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.content__header.text-center .content__header__title, .content__header__subTitle, .content__header__hr{
    position: relative;
    z-index: 2;
}

/* Google Maps Section */
.content__body__map {
    margin-top: 3rem;
    padding: 0 15px;
}

.map-container {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 576px) {
    .hero-section h1 {
        font-size: 1.5rem;
        letter-spacing: 2px;
    }
    
    .hero-section .lead {
        font-size: 1rem;
    }
    
    .quote-section {
        padding: 1.5rem;
    }
    
    .social-icons {
        gap: 0.5rem;
    }
    
    .social-icon {
        width: 40px;
        height: 40px;
    }
    
    .contact-item {
        padding: 1.5rem 0;
    }
    
    .contact-item h5 {
        font-size: 1.1rem;
    }
    
    .contact-item a {
        font-size: 1rem;
    }
}

/* Style for the list with dashes */
.text-content ul {
  list-style-type: none; /* Remove default bullet points */
  padding-left: 1.5rem; /* Add some padding for alignment */
}

.text-content ul li {
  position: relative;
  padding-left: 1rem; /* Add space for the dash */
}

.text-content ul li::before {
  content: "-"; /* Add a dash before each list item */
  position: absolute;
  left: 0; /* Position the dash to the left */
  color: #ffffff; /* Set the color of the dash (adjust as needed) */
}

/* Footer Section for Ce Facem */
.content__how-it-works__footer {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-top: 2rem;
  text-align: center;
  line-height: 1.8;
}

.rounded-custom {
    border-radius: 2rem;
}
