    .hero {
        height: 712px;
        background-image: url('assets/images-index/serviciiImg.webp');
        background-size: cover;
        background-position: center;
        position: relative;
        color: white;
    }

    /* Titlu principal */
    .hero-text-left {
        position: absolute;
        top: 60px;
        left: 100px;
    }

    .stress-title {
        font-family: 'Barlow Condensed', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 80px;
        line-height: 96px;
        color: white;
    }

    .travels-title {
        font-family: 'Andika', sans-serif;
        font-style: italic;
        font-weight: 400;
        font-size: 48px;
        line-height: 62px;
        color: white;
    }

    /* Paragraf */
    .hero-paragraph-left {
        position: absolute;
        top: 462px;
        left: 100px;
        width: 435px;
        height: 180px;
    }

    .hero-paragraph-text {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        text-align: justify;
    }

    /* Containere servicii */
    .service-container {
        position: absolute;
        width: 650px;
        padding: 20px 30px;
        display: flex;
        align-items: flex-start;
        gap: 20px;
        border: 1px solid #0026C0;
        border-radius: 20px;
        background-color: white;
        color: black;
    }

    .service-1 {
        top: 100px;
        left: 790px;
        height: 142px;
    }

    .service-2 {
        top: 228px;
        left: 790px;
        height: 153px;
    }

    .service-3 {
        top: 356px;
        left: 790px;
        height: 188px;
    }

    .service-4 {
        top: 487px;
        left: 790px;
        height: 142px;
        background-color: rgba(237, 162, 53, 1);
        color: white;
    }

    .service-icon {
        width: 49px;
        height: 49px;
        margin-right: 20px;
    }

    .service-title {
        font-family: 'Inter';
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #0026C0;
    }

    .service-desc {
        font-family: 'Inter';
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        opacity: 0.75;
    }

    .service-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    @media (max-width: 768px) {
        .desktop-nav {
            display: none !important;
        }

        .burger {
            display: block !important;
        }

        .logo-img {
            width: 60px !important;
        }

        h1 {
            font-size: 3rem !important;
            padding: 0 20px;
        }

        h2 {
            font-size: 1.8rem !important;
            padding: 0 20px;
        }

        #carousel-text {
            font-size: 4rem !important;
        }

        #carousel-othertext {
            font-size: 2.5rem !important;
        }

        #must-experience {
            font-size: 3rem !important;
        }

        /* destination section */
        .destinations-section h2 {
            font-size: 32px !important;
            text-align: center !important;
        }

        .destinations-section h2 span {
            display: block;
        }

        .destinations-section p {
            font-size: 14px !important;
            line-height: 24px !important;
            text-align: center !important;
        }

        .destinations-section .col-md-6 {
            padding-left: 0 !important;
            text-align: center;
        }

        .destinations-section .row.mb-5 {
            flex-direction: column;
            align-items: center;
        }

        .destinations-section .row.g-4 {
            justify-content: center;
        }

        .destinations-section .col-md-3,
        .destinations-section .col-sm-6 {
            width: 100% !important;
            max-width: 350px;
            margin: 0 auto;
            margin-bottom: 25px;
        }

        .destinations-section .position-relative {
            width: 100% !important;
            height: auto !important;
            aspect-ratio: 3 / 4;
        }

        .destinations-section img {
            border-radius: 8px;
        }


        /* servicii section */
        .hero {
            height: auto;
            padding: 20px;
        }

        .hero-text-left {
            position: static;
            text-align: center;
            margin-bottom: 20px;
        }

        .stress-title {
            font-size: 40px;
            line-height: 50px;
        }

        .travels-title {
            font-size: 28px;
            line-height: 34px;
        }

        .hero-paragraph-left {
            position: static;
            width: 100%;
            height: auto;
            margin-bottom: 20px;
            text-align: center;
        }

        .hero-paragraph-text {
            font-size: 16px;
            line-height: 24px;
        }

        .service-container {
            width: 90% !important;
            margin: 0 auto 20px auto;
            min-height: 220px;
            padding: 20px;
            display: flex !important;
            flex-direction: column !important;
            justify-content: center !important;
            align-items: center !important;
            text-align: center;
            position: relative !important;
            left: auto !important;
            top: auto !important;
            background-color: white;
            box-sizing: border-box;
        }

        .service-container:last-child {
            background-color: rgba(237, 162, 53, 1) !important;
        }

        .service-container img {
            width: 49px !important;
            height: 49px !important;
            margin-bottom: 10px;
        }

        .service-container h5,
        .service-container p {
            font-size: 14px;
            text-align: center;
            margin: 0;
            line-height: 1.4;
        }

        .service-icon {
            margin: 0;
        }

        .service-text {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }

        .service-title {
            font-size: 18px;
            font-weight: bold;
            text-align: center;
        }

        .service-desc {
            font-size: 14px;
            text-align: center;
        }




        /* Tailored Travel Section */
        .tailored-section {
            padding: 40px 20px;
        }

        .title-line {
            font-size: 1.8rem !important;
            flex-direction: column;
            gap: 6px;
        }

        .container {
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .column {
            max-width: 100% !important;
            width: 100% !important;
            gap: 20px !important;
        }

        .container-item {
            width: 100% !important;
            height: auto !important;
            padding: 30px 20px !important;
            flex-direction: column !important;
            text-align: center;
        }

        .container-item img {
            width: 100% !important;
            max-width: 200px;
            height: auto !important;
            margin-top: 20px;
        }

        .container-item h5 {
            font-size: 1.1rem;
        }

        .container-item p {
            max-width: 100% !important;
            font-size: 0.9rem !important;
        }

        .request-offer-box {
            width: 90% !important;
            max-width: 400px !important;
            padding: 20px !important;
            margin: 0 auto;
            flex-direction: column !important;
            text-align: center;
        }

        .request-offer-box h5 {
            font-size: 1.6rem !important;
        }

        .request-offer-box p {
            font-size: 0.95rem !important;
        }

        .request-offer-box img {
            width: 100%;
            max-width: 180px;
            height: auto;
            margin: 20px auto 0;
        }

        .container-item-last {
            width: 60% !important;
            max-width: 300px !important;
            margin: 0 auto !important;
            padding: 15px !important;
            text-align: center;
            flex-direction: column !important;
            background-color: #fff;
        }

        .container-item-last img {
            width: 50px !important;
            height: 50px !important;
        }

        .container-item-last h5 {
            font-size: 1.4rem !important;
        }

        .container-item-last p {
            font-size: 0.85rem !important;
        }


        /* section for photo/video */
        .responsive-image-container {
            width: 100% !important;
            height: auto !important;
        }

        .responsive-image-container img {
            height: auto !important;
        }



        /* instagram section */
        .responsive-container {
            width: 100% !important;
            height: auto !important;
            padding: 20px;
        }

        .responsive-header {
            flex-direction: column;
            align-items: flex-start;
            text-align: left;
        }

        .responsive-title {
            font-size: 36px;
            line-height: 48px;
        }

        .responsive-instagram-link {
            font-size: 14px;
        }

        /* Poze Instagram */
        .responsive-container {
            width: 100% !important;
            height: auto !important;
            padding: 20px;
        }

        .responsive-header {
            flex-direction: column;
            align-items: flex-start;
            text-align: left;
        }

        .responsive-title {
            font-size: 36px;
            line-height: 48px;
        }

        .responsive-instagram-link {
            font-size: 14px;
        }

        /* Poze Instagram */
        .responsive-images {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: center;
            align-items: center;
            margin-top: 20px;
        }

        .instagram-image {
            width: 48%;
            height: auto;
            border-radius: 10px;
            object-fit: cover;
        }


        /* Sectiune form */
        .form-content {
            width: 90% !important;
            height: auto !important;
            padding-top: 20px !important;
        }

        .form-box {
            width: 100% !important;
            height: auto !important;
            padding: 30px 20px !important;
        }

        .form-row {
            flex-direction: column !important;
            gap: 20px !important;
        }

        .form-row input,
        .form-email input {
            width: 100% !important;
        }

        .form-check-button {
            flex-direction: column !important;
            align-items: flex-start !important;
            gap: 20px !important;
        }

        .form-title h2 {
            font-size: 38px !important;
            line-height: 42px !important;
        }

        .form-description {
            font-size: 16px !important;
            line-height: 24px !important;
            margin-bottom: 40px !important;
        }

        .form-background {
            top: 0;
            left: 0;
            width: 100%;
            min-height: 100%;
            height: 100%;
            z-index: -1;
        }

        /* FOOTER */
        .responsive-footer {
            padding: 40px 15px !important;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .responsive-footer div {
            width: 100% !important;
            align-items: center;
            text-align: center;
        }

        .responsive-footer h3 {
            font-size: 16px !important;
        }

        .responsive-footer p,
        .responsive-footer a {
            font-size: 14px !important;
        }

        .responsive-footer img {
            width: 20px !important;
            height: 22px !important;
        }

        .video-wrapper {
            max-width: 640px;
            /* sets maximum width */
            width: 100%;
            /* scales down on smaller screens */
            margin: 20px auto;
            /* centers the video horizontally */
            border-radius: 16px;
            /* rounded corners */
            overflow: hidden;
            /* ensures video respects the border radius */
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            /* optional shadow */
        }

        .video-wrapper video {
            width: 100%;
            height: auto;
            /* maintains aspect ratio */
            display: block;
        }

        .container-item-last {
            width: 613px !important;
            /* same as container 5 */
            height: auto;
            /* allow content to adjust */
            padding: 30px;
        }

        /* Optional: make sure both containers stack nicely on mobile */
        .container-item,
        .container-item-last {
            flex-direction: column;
            text-align: center;
        }

        .container-item-last img {
            margin-top: 15px;
        }

        /* Tighter mobile footer layout overrides */
        .responsive-footer .mobile-columns > div {
            align-items: flex-start;
        }

    }

    /* (Reverted) Additional mobile-specific footer layout was removed to restore original footer behavior. */

    .card-slider::-webkit-scrollbar {
        display: none;
    }

    .card-slider {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }
    
   
/* === STRESS-FREE TRAVELS ICON COLORS === */

/* Setare de bază pentru toate iconițele */
.service-icon {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 15px;
  transition: filter 0.3s ease, background-color 0.3s ease;
}

/* === PRIMELE 3: ALBASTRU (#0078FF) === */
.service-1 .service-icon,
.service-2 .service-icon,
.service-3 .service-icon {
  filter: brightness(0) saturate(100%) invert(32%) sepia(98%) saturate(2617%) hue-rotate(200deg) brightness(101%) contrast(102%);
}

/* === ULTIMA: ALB === */
.service-4 .service-icon {
  filter: brightness(0) invert(1);
}

/* === EFECT HOVER (PORTOCALIU) === */
.service-container:hover .service-icon {
  filter: brightness(0) saturate(100%) invert(76%) sepia(50%) saturate(490%) hue-rotate(343deg) brightness(101%) contrast(101%);
}

.service-container:hover .service-title {
  color: #ff7f32;
}

/* (Opțional) efect mic de umbră la hover pentru eleganță */
.service-container:hover {
  transform: translateY(-4px);
  transition: transform 0.2s ease;
}

/* === STRESS-FREE TRAVELS ICON COLORS === */

/* Setare de bază pentru toate iconițele */
.service-icon {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 15px;
  transition: filter 0.3s ease, background-color 0.3s ease;
}

/* === PRIMELE 3: ALBASTRU (#0057FF) === */
.service-1 .service-icon,
.service-2 .service-icon,
.service-3 .service-icon {
  filter: brightness(0) saturate(100%) invert(30%) sepia(99%) saturate(4000%) hue-rotate(225deg) brightness(100%) contrast(105%);
}

/* === ULTIMA: ALB === */
.service-4 .service-icon {
  filter: brightness(0) invert(1);
}

/* === EFECT HOVER (PORTOCALIU) === */
.service-container:hover .service-icon {
  filter: brightness(0) saturate(100%) invert(76%) sepia(50%) saturate(490%) hue-rotate(343deg) brightness(101%) contrast(101%);
}

.service-container:hover .service-title {
  color: #ff7f32;
}
</style>
<style>
/* === STRESS-FREE TRAVELS ICON COLORS === */

/* Iconițele puțin mai mici + tranziții line */
.service-icon {
  width: 48px;   /* era 60px, acum mai mic și proporționat */
  height: 48px;
  display: block;
  margin-bottom: 15px;
  transition: filter 0.3s ease, transform 0.3s ease;
}

/* === PRIMELE 3: ALBASTRU (#0057FF) === */
.service-1 .service-icon,
.service-2 .service-icon,
.service-3 .service-icon {
  filter: brightness(0) saturate(100%) invert(30%) sepia(99%) saturate(4000%) hue-rotate(225deg) brightness(100%) contrast(105%);
}

/* === ULTIMA: ALB === */
.service-4 .service-icon {
  filter: brightness(0) invert(1);
}

/* === EFECT HOVER (PORTOCALIU + ușor zoom) === */
.service-container:hover .service-icon {
  filter: brightness(0) saturate(100%) invert(76%) sepia(50%) saturate(490%) hue-rotate(343deg) brightness(101%) contrast(101%);
  transform: scale(1.08); /* mic efect elegant la hover */
}

.service-container:hover .service-title {
  color: #ff7f32;
}

  /* Desktop + Mobil */
  img.sound-on,
  img.sound-off {
    width:35px; height:35px;
    filter: brightness(0) invert(1) !important;           /* ALB */
    -webkit-filter: brightness(0) invert(1) !important;    /* ALB pe iOS */
  }

  /* Dacă vrei ALBASTRU în loc de alb, înlocuiește cu filtrul de mai jos pe AMBELE linii: */
  /*
  img.sound-on, img.sound-off {
    width:35px; height:35px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(8%) saturate(1654%) hue-rotate(208deg) brightness(93%) contrast(92%) !important;
    -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(8%) saturate(1654%) hue-rotate(208deg) brightness(93%) contrast(92%) !important;
  }
  */

  /* Unele teme resetează filtrele pe mobil — asigură prioritate suplimentară */
  @media (max-width: 767.98px) {
    img.sound-on,
    img.sound-off {
      filter: inherit !important;
      -webkit-filter: brightness(0) invert(1) !important; /* sau filtrul albastru */
    }
  }

@media (max-width: 768px) {
  /* The hero becomes the positioning container */
  #hero { position: relative !important; min-height: 100dvh !important; overflow: hidden !important; }

  /* Keep the carousel under the overlay and full height */
  #carouselExampleSlidesOnly {
    position: relative !important;
    z-index: 0 !important;
    height: 100dvh !important;
  }

  /* Shadow ONLY inside the hero */
  #hero::before {
    content: "";
    position: absolute;
    inset: 0;              /* cover the hero only */
    z-index: 1;            /* between images (0) and content (2) */
    pointer-events: none;
    background: linear-gradient(
      to bottom,
      rgba(0,0,0,.65),
      rgba(0,0,0,.35) 45%,
      rgba(0,0,0,.7)
    );
  }

  /* Your existing content overlay stays on top */
  #hero > div[style*="position: absolute"] {
    z-index: 2 !important;
  }
}


.video-section {
        width: 100%;
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Desktop video */
    .desktop-video .video-container {
        width: 75%;
        position: relative;
        cursor: pointer;
        aspect-ratio: 16 / 9;
    }

    .desktop-video video {
        width: 100%;
        height: 100%;
        object-fit: contain;
        background-color: black;
        display: block;
    }

    /* Volume button styling */
    .volume-button {
        position: absolute;
        bottom: 20px;
        right: 20px;
        font-size: 24px;
        background:transparent;;
        border: none;
        color: white;
        padding: 0;
        border-radius: 50%;
        cursor: pointer;
        z-index: 10;
    }

    /* Responsive visibility */
    @media (max-width: 768px) {
        .desktop-video {
            display: none;
        }

        .mobile-video {
            display: flex;
        }
    }

    @media (min-width: 769px) {
        .desktop-video {
            display: flex;
        }

        .mobile-video {
            display: none;
        }
    .volume-button img {
  filter: none !important;
}}
    
    
    @media (max-width: 768px) {
                    .mobile-title {
                        display: block !important;
                    }

                    .desktop-title {
                        display: none !important;
                    }
                }

                @media (min-width: 769px) {
                    .mobile-title {
                        display: none !important;
                    }

                    .desktop-title {
                        display: block !important;
                    }
                }
                
                  .carousel-bg {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
}
@media (max-width: 768px) {
    /* Imagini Mobile */
    .slide1 { background-image: url('assets/images-index/mobile/1-mobile.png'); }
    .slide2 { background-image: url('assets/images-index/mobile/2-mobile.png'); }
    .slide3 { background-image: url('assets/images-index/mobile/3-mobile.png'); }
    .slide4 { background-image: url('assets/images-index/mobile/4-mobile.png'); }
    .slide5 { background-image: url('assets/images-index/mobile/5-mobile.png'); }
    .slide6 { background-image: url('assets/images-index/mobile/6-mobile.png'); }
    .slide7 { background-image: url('assets/images-index/mobile/7-mobile.png'); }
}
/* Imagini Desktop */
.slide1 { background-image: url('assets/images-index/1a.png'); }
.slide2 { background-image: url('assets/images-index/christmas-newa.jpg'); }
.slide3 { background-image: url('assets/images-index/3a.png'); }
.slide4 { background-image: url('assets/images-index/5a.png'); }
.slide5 { background-image: url('assets/images-index/7a.png'); }
.slide6 { background-image: url('assets/images-index/8a.png'); }
.slide7 { background-image: url('assets/images-index/9a.jpg'); }