
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Cantata+One&family=Castoro:ital@0;1&family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:wght@700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Lobster&family=Lobster+Two&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Old+Standard+TT&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Orelega+One&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Pattaya&family=Patua+One&family=Ramaraja&family=Roboto+Slab:wght@100..900&family=Rubik+Gemstones&family=Signika+Negative:wght@400;500;600&family=Song+Myung&family=Ultra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color:   #dcecf416;
  
    color: rgb(0, 0, 0);
  
  }
  h6{
    font-family: 'Gilda Display', serif;
    line-height: 30px;
    font-size: 18px;
  }
  h2 p{
    font-family: 'Antonio', sans-serif;
  }
  a{
    text-decoration: none;
  }
  ::selection {
    color: #ffffff;
    background: #74685E;
  }
  
  .background-container {
  
    animation: zoom 10s ease-in-out forwards;
  }
  
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
  
    100% {
      transform: scale(1.1);
    }
  }
  .navbar-nav{
     
      display: flex;
      justify-content: center !important;
      align-items: center !important;
      text-align: center !important;
      padding-left: 0px !important;
    }
  
    a{
        text-decoration: none;
    }
    nav.navbar {
      background-color: #0b2c4b;
    
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      font-family: 'Gilda Display', serif;
  
      text-transform: uppercase;
    font-weight: 500;
      z-index: 1000;
      width: 100%;
  letter-spacing: 1px;
      position: relative;
    
    
    }
    
    li.nav-item a.nav-link {
      color: #ffffff !important;
      font-size: 15px !important;
    
    
    
    }
    
    .nav-item {
      margin-top: 25px;
      margin-bottom: 20px;
      text-align: center;
    
    }
    
    a.nav-link:hover {
      transform: scale(1.07);
    
    }
    
    .navbar li a.active {
      color:#ffffff !important;
      transform: scale(1.05);
      border-bottom: 1px #ffffff solid !important;
      background-color: transparent;
    
    }
    
    
    .dropdown-menu {
      background-color: #ffffff !important;
      color: #000000;
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      border: 1px solid #000000;
      font-family: "Forum", serif;
      font-weight: 400;
      z-index: 100;
      width: 100%;
      text-align: center;
      padding: 10px;
    }
    
    .dropdown-menu .dropdown-item {
      color: rgb(0, 0, 0);
      text-align: left;
    }
    
    .dropdown-menu .dropdown-item:hover {
      background-color: #ffffff;
      border: 1px solid #252525;
      transform: scale(1.02);
      color: rgb(0, 0, 0);
    }

  
 
  #bottone5 {
    align-items: center;
    background-color: #201615;
    border: 1px solid #ffffff;
   margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-flex;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.25;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
   }
   
   #bottone5:hover,
   #bottone5:focus {
    border-color: #ffffff;
    box-shadow: #ffffff 0 4px 12px;
    color: #ffffff;
   }
   
   #bottone5:hover {
    transform: translateY(-1px);
   }
   
   #bottone5:active {
    background-color: #F0F0F1;
    border-color: #ffffff;
    box-shadow: #ffffff 0 2px 4px;
    color: #ffffff;
    transform: translateY(0);
   }
  

.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }


    
  /* footer */
  .contact section p {
    color: white;
    text-align: center;
  }
  
  .contact section a {
    text-decoration: none;
    color: inherit;
    transition: .1s;
    border-bottom: 1px solid transparent;
  }
  
  .contact section a:hover {
    border-color: var(--bs-secondary);
  }
  
  
  @media only screen and (min-width: 992px) {
  
    header .navbar .link-btn {
      margin: 0;
      margin-left: auto;
    }
  
    .im-img {
      width: 28%;
    }
  }
  .footer_wrapper {
    background: #0b2c4b;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
  }
  
  .footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    color: rgb(255, 255, 255);
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding-left: 1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  
  .footer_wrapper .link-widget li a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  
  }
  
  .footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color: hsl(0, 0%, 100%);
  }
  
  
  .footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
  }
  
  .footer_wrapper .copyright-section {
    background-color: #0b2c4b;
    padding: 1.10rem 0 .3125rem;
    text-align: center;
  }
  
  .footer_wrapper .copyright-section a {
    color: white;
  }
  
  @media (max-width: 767px) {
    .footer_wrapper>div {
      padding: 0 1.875rem;
    }
  }
  
  .con{
    padding-left: 80px;
  }  @media only screen and (max-width: 901px) {
    .con{
        padding-left: 0px !important;
      } 

  } 
  
   .video-section {
            position: relative;
            height: 100vh;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
        }

        /* Video background me poster */
        .video-section video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -1;
        }

        /* Animacioni i titullit dhe nën-titullit */
        .video-section h1, .video-section h2 {
            animation: fadeInUp 1.5s ease-out forwards;
        }

        .video-section h1 {
            font-size: 3rem;
            font-weight: bold;
        }

        .video-section h2 {
            font-size: 1.5rem;
            margin-top: 10px;
            opacity: 0.8;
        }

        /* Butoni 'Reserve Now' */
        .btn-reserve {
            margin-top: 20px;
            padding: 12px 30px;
            font-size: 1.2rem;
            background-color: #163b6d;
            color: white;
            border: none;
            border-radius: 30px;
            transition: background-color 0.3s;
        }

        .btn-reserve:hover {
            background-color: #143246;
        }

        /* Animacioni i butonit */
        .btn-reserve {
            animation: fadeInUp 2s ease-out forwards;
            animation-delay: 1s;
        }

        /* Animacioni për të bërë që tekstet të shfaqen me animacion */
        @keyframes fadeInUp {
            0% {
                opacity: 0;
                transform: translateY(30px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsiviteti për pajisje të vogla */
        @media (max-width: 768px) {
            .video-section h1 {
                font-size: 2rem;
            }

            .video-section h2 {
                font-size: 1rem;
            }

            .btn-reserve {
                font-size: 1rem;
            }
        }


.boat-area {
  padding-top: 70px;
  padding-bottom: 70px;
  z-index: 0;
  position: relative;
  margin-top: -25px !important;
  background-color: #FBFDFE;
}

.boat-area::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background-color: #1b385e;
  z-index: -1;
}

.big-icon {
  margin-top: -220px;
  margin-right: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.big-icon1 {
  position: relative;
  margin-bottom: -100px;
  margin-left: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ========================= */
/*        RESPONSIVE         */
/* ========================= */

@media (max-width: 992px) {
  .boat-area::before {
    width: 100px;
  }

  .big-icon {
    margin-top: -150px;
    margin-right: 40px;
  }

  .big-icon1 {
    margin-bottom: -80px;
    margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .boat-area {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 0 !important;
  }

  .boat-area::before {
    width: 60px;
  }

  .big-icon {
    margin-top: -100px;
    margin-right: 20px;
  }

  .big-icon1 {
    margin-bottom: -60px;
    margin-left: 20px;
  }
}

@media (max-width: 576px) {
  .boat-area::before {
    display: none;
  }

  .big-icon,
  .big-icon1 {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: column;
  }
}

#video-background {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: auto;
}

#video-background video.responsive-video {
    width: 100%;
    height: auto; /* Automatikisht përshtatet sipas gjerësisë */
    object-fit: cover; /* Siguron që videoja të mbushë hapësirën pa u shtrirë */
    border-radius: 10px; /* Opsionale: shton qoshe të rrumbullakosura */
}

#video-background .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.39); /* Një shtresë e errët mbi video */
    z-index: 1;
}
.services-section {
            padding: 80px 0;
            background-color: #11293d;
        }

        .services-section h2 {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 40px;
            font-weight: bold;
        }

        .card {
            border: none;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        }

        .card-body {
            text-align: center;
        }

        .card-title {
            font-size: 1.8rem;
            font-weight: bold;
            color: #333;
        }

        .card-text {
            font-size: 1rem;
            color: #555;
            line-height: 1.6;
        }
 .card-img-top {
        max-width: 50%;   /* Kufizon imazhin që të mos kalojë 50% të gjerësisë së kartelës */
        max-height: 150px; /* Kufizon lartësinë e imazhit në 150px */
        object-fit: contain; /* Siguron që imazhi të ruajë proporcionet e tij */
        margin: 0 auto; /* Centron imazhin brenda kartelës */
    }

    /* Responsiviteti për pajisje më të vogla */
    @media (max-width: 768px) {
        .card-img-top {
            max-width: 80%;   /* Në ekranet më të vogla, mund ta zvogëlojmë më shumë madhësinë e imazhit */
            max-height: 120px; /* Dhe ta ulim lartësinë për të përshtatur më mirë në ekrane të vogla */
        }
    }
        /* Responsiviteti për pajisje më të vogla */
        @media (max-width: 768px) {
            .services-section h2 {
                font-size: 2rem;
            }

            .card {
                margin-bottom: 20px;
            }
        }
 .proposal-section {
     background: url('image/img.jfif') no-repeat center center/cover;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            padding: 80px 0;
            background-color: #f9f9f9;
        }

        /* Hapsira për videon */
        .video-wrapper {
            flex: 1;
            position: relative;
            overflow: hidden;
            padding-top: 56.25%; /* Aspect ratio 16:9 */
            background-color: #000;
            margin-right: 20px;
        }

        .video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        /* Hapsira për përshkrimin */
        .proposal-description {
            flex: 1;
            text-align: left;
            font-size: 1.2rem;
            color: #555;
            max-width: 600px;
            margin-left: 20px;
        }

        /* Titulli me animacion */
        .proposal-section h2 {
            font-size: 2.5rem;
            font-weight: bold;
            color: #333;
            margin-bottom: 20px;
            opacity: 0;
            animation: fadeInUp 1s ease-in-out forwards;
        }

        /* Përshkrimi me animacion */
        .proposal-description p {
            opacity: 0;
            animation: fadeInUp 1.5s ease-in-out forwards;
            animation-delay: 0.5s;
        }

        /* Animacioni i titullit dhe përshkrimit */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsiviteti për pajisje më të vogla */
        @media (max-width: 768px) {
            .proposal-section {
                flex-direction: column;
                text-align: center;
            }

            .video-wrapper {
                margin-right: 0;
                margin-bottom: 20px;
            }

            .proposal-description {
                margin-left: 0;
            }

            .proposal-section h2 {
                font-size: 2rem;
            }

            .proposal-description {
                font-size: 1rem;
            }
        }
        h3 {
        font-size: 20px;
  justify-items:center;
        color: #0e0c0c; /* Ngjyra e tekstit */
        letter-spacing: 1px; /* Hapësira ndërmjet shkronjave */
        margin-bottom: 20px; /* Hapsirë poshtë */
         margin-top: 20px; /* Hapsirë poshtë */
        position: relative; /* Për animacionet dhe efektet */
        overflow: hidden; /* Mban çdo element brenda kufijve të etiketës */
    }

    /* Efekti i linjës poshtë h3 */
    h3::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #09243d; /* Ngjyrë e linjës (mund të ndryshoni sipas dëshirës) */
        transform: scaleX(0); /* Fillimisht linja është e vogël */
        transform-origin: bottom right;
        transition: transform 0.3s ease; /* Kalimi i linjës */
    }

    /* Efekti i hover mbi h3 */
    h3:hover::before {
        transform: scaleX(1); /* Linja rritet gjatë hover */
        transform-origin: bottom left;
    }

    /* Efekti i animuar për ngjyrën e titullit */
    h3 span {
        color: #102253; /* Ngjyrë për pjesën e titullit */
        display: inline-block;
        opacity: 0;
        animation: fadeInUp 1s ease forwards;
    }

    /* Animacioni për h3 */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Responsiviteti për pajisje më të vogla */
    @media (max-width: 768px) {
        h3 {
            font-size: 1.6rem; /* Ul fontin për ekrane më të vogla */
        }
    }
    .testimonials-section {
            padding: 80px 0;
        background-color: #11293d;
            position: relative;
            color: #fff; /* Për tekstin e bardhë mbi background */
        }

        /* Efekti i mbulimit për background */
        .testimonials-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(44, 60, 80, 0.5); /* Mbulim me ngjyrë të errët */
        }

        .container {
            position: relative;
            z-index: 1;
        }

        /* Titulli i seksionit */
        .testimonials-section h2 {
            text-align: center;
            font-size: 3rem;
            font-weight: bold;
            color: #fff;
            margin-bottom: 40px;
            text-transform: uppercase;
            letter-spacing: 2px;
            opacity: 0;
            animation: fadeInUp 1s ease-in-out forwards;
        }

        /* Animacioni për titullin */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Karta e Testimonialit */
        .testimonial-card {
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
            border-radius: 10px;
            padding: 30px;
            background-color: rgba(255, 255, 255, 0.9); /* Pjesërisht e tejdukshme */
            margin-bottom: 30px;
            transition: transform 0.3s ease;
        }

        .testimonial-card:hover {
            transform: translateY(-10px);
        }

        .testimonial-card img {
            border-radius: 50%;
            width: 80px;
            height: 80px;
            object-fit: cover;
            margin-bottom: 15px;
            border: 3px solid #FF6347; /* Kufiri rreth fotos */
        }

        .testimonial-card .testimonial-content {
            font-size: 1.1rem;
            color: #333;
            margin-bottom: 10px;
        }

        .testimonial-card .testimonial-name {
            font-weight: bold;
            color: #333;
        }

        .testimonial-card .testimonial-position {
            color: #FF6347; /* Ngjyra për pozitat */
        }

        .testimonial-card .testimonial-rating {
            color: #FFD700;
        }

        .testimonial-card .testimonial-rating i {
            font-size: 1.5rem;
        }

        /* Responsiviteti për pajisje më të vogla */
        @media (max-width: 768px) {
            .testimonials-section h2 {
                font-size: 2.2rem;
            }

            .testimonial-card {
                padding: 20px;
            }

            .testimonial-card img {
                width: 70px;
                height: 70px;
            }
        }
         .video-container {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 aspect ratio */
            height: 0;
            overflow: hidden;
            max-width: 100%;
        }
        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
         .header {
            background-image: url('image/images.jpg'); /* Zëvendëso me URL-në e fotos tuaj */
            background-size: cover;
            background-position: center;
            height: 30vh; /* 30% e lartësisë së dritares */
            color: white;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .header h1 {
            font-size: 3rem;
        }
/* === STILIMI FILLIMTAR === */

.luxury-cruise-area {
  padding: 60px 0;
  background-color: #f0f8ff;
}

.luxury-cruise-content-box {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.luxury-cruise-area .sec-title {
  margin-bottom: 20px;
}

.luxury-cruise-area .big-title {
  margin-top: 10px;
}

.luxury-cruise-area .inner-content-box {
  margin-top: 20px;
}

#cruise-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.video-background-container {
  position: relative;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 1;
}

.play-btn {
  background-color: #1a4a75;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  margin-top: 15px;
}

.play-btn:hover {
  background-color: #156a91;
}

.luxury-cruise-area .ml a button {
  background-color: #4d2b1a;
  color: white;
  font-size: 18px;
  padding: 15px 30px;
  border-radius: 5px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.luxury-cruise-area .ml a button:hover {
  background-color: #3c1b14;
}

.video-background-section {
  position: relative;
  width: 100%;
  height: 40vh;
  overflow: hidden;
  background-color: #000;
}

.video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.video-content h1 {
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.video-content h3 {
  font-size: 30px;
  font-weight: 500;
  background-color: #d3d3d3;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
}

/* === RESPONSIVE STYLES === */

@media (max-width: 992px) {
  .video-content h1 {
    font-size: 50px;
  }

  .video-content h3 {
    font-size: 24px;
  }

  .video-background-container {
    height: 300px;
  }

  .luxury-cruise-content-box {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .video-content h1 {
    font-size: 36px;
  }

  .video-content h3 {
    font-size: 20px;
  }

  .video-background-container {
    height: 250px;
  }

  .play-btn {
    padding: 8px 16px;
    font-size: 16px;
  }

  .luxury-cruise-area .ml a button {
    font-size: 16px;
    padding: 12px 25px;
  }
}

@media (max-width: 576px) {
  .video-content h1 {
    font-size: 28px;
  }

  .video-content h3 {
    font-size: 18px;
  }

  .video-background-container {
    height: 200px;
  }

  .luxury-cruise-content-box {
    padding: 15px;
  }

  .play-btn {
    font-size: 14px;
    padding: 6px 12px;
  }

  .luxury-cruise-area .ml a button {
    font-size: 14px;
    padding: 10px 20px;
  }
}

.header1 {
            background-image: url('image/img.jfif'); /* Zëvendëso me URL-në e fotos tuaj */
            background-size: cover;
            background-position: center;
            height: 30vh; /* 30% e lartësisë së dritares */
            color: white;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .header1 h1 {
            font-size: 3rem;
        }
        .proposal-section {
     background-color: #1d2124!important;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            padding: 80px 0;
        
        }

        /* Hapsira për videon */
        .video-wrapper {
            flex: 1;
            position: relative;
            overflow: hidden;
            padding-top: 56.25%; /* Aspect ratio 16:9 */
            background-color: #000;
            margin-right: 20px;
        }

        .video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        /* Hapsira për përshkrimin */
        .proposal-description {
            flex: 1;
            text-align: left;
            font-size: 1.2rem;
            color: #555;
            max-width: 600px;
            margin-left: 20px;
        }

        /* Titulli me animacion */
        .proposal-section h2 {
            font-size: 2.5rem;
            font-weight: bold;
            color: #333;
            margin-bottom: 20px;
            opacity: 0;
            animation: fadeInUp 1s ease-in-out forwards;
        }

        /* Përshkrimi me animacion */
        .proposal-description p {
            opacity: 0;
            animation: fadeInUp 1.5s ease-in-out forwards;
            animation-delay: 0.5s;
        }

        /* Animacioni i titullit dhe përshkrimit */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsiviteti për pajisje më të vogla */
        @media (max-width: 768px) {
            .proposal-section {
                flex-direction: column;
                text-align: center;
            }

            .video-wrapper {
                margin-right: 0;
                margin-bottom: 20px;
            }

            .proposal-description {
                margin-left: 0;
            }

            .proposal-section h2 {
                font-size: 2rem;
            }

            .proposal-description {
                font-size: 1rem;
            }
        }
         .section-bg {
      background-color: #f0f8ff;
      padding: 50px 0;
    }
    .highlight-text {
      color: #007bff;
      font-weight: bold;
    }
    .card-body {
      text-align: center;
    }
     .section-bg {
      background-color: #f0f8ff;
      padding: 50px 0;
    }

    .highlight-text {
      color: #007bff;
      font-weight: bold;
    }

    .card {
      border-radius: 15px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .card-header {
      background: linear-gradient(135deg, #163241, #2d455f);
      color: #fff;
      border-radius: 15px 15px 0 0;
    }

    .list-group-item {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .list-group-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .list-group-item strong {
      font-size: 1.1em;
    }

    .icon {
      font-size: 1.3em;
      margin-right: 10px;
      color: #00aaff;
    }