@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');




html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color:   #dcecf416;
    color: rgb(0, 0, 0);
  }


    .top-bar .contact-info {
      color: #756464;
    }

    /* Navbar që ngjitet */
    .sticky-top {
      z-index: 1020;
    }
/* Përshtatje për ekranet më të vogla (telefonët mobil) */
@media (max-width: 767px) {
  .top-bar .container {
    position: absolute;
    flex-direction: row; 
    text-align: left; 
  }

  /* Zvogëloni madhësinë e shkronjave */
  .top-bar .container strong {
    font-size: 14px; 
  }

  /* Zvogëloni madhësinë e ikonave */
  .top-bar .container img {
    width: 16px;
    height: 16px;
  }

  
  .top-bar .container strong, .top-bar .container a {
    margin-bottom: 10px; 
  }
}


@media (min-width: 768px) {
  .top-bar .container {
    flex-direction: row;
    text-align: left; 
  }

 
  .top-bar .container strong {
    font-size: 16px;
  }

  
  .top-bar .container img {
    width: 20px;
    height: 20px;
  }
}

    /* Carousel lart */
    .carousel-caption {
      background-color: rgba(0,0,0,0.5);
      padding: 20px;
      border-radius: 10px;
    }

    section {
      padding: 60px 0;
    }

.top-bar {
  position: fixed; /* nga relative në fixed */
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  z-index: 1050; /* më e lartë se navbar dhe carousel */
  color: #f8f5f5;
}


nav.navbar {
  background-color: #ffffff!important;
  backdrop-filter: blur(0px) !important;
  transition: background 0.5s ease !important;
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 1000;
  width: 100%;

  /* Ul lartësinë për një navbar më të hollë */
  height: 70px;

  /* Qëndrimi sipër ose lëvizës mund të vendoset sipas nevojës */
  position: relative;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); /* opsional për ndarje vizuale delikate */
}

/* Lidhjet e menuseve */
li.nav-item a.nav-link {
  color: #000 !important;
  font-size: 20px !important; /* më i vogël për t’iu përshtatur lartësisë së re */
  padding: 8px 15px;
  transition: transform 0.2s ease;
}

/* Stili i elementeve në listë */
.nav-item {
  margin: 0 8px;
  text-align: center;
}

/* Hover efekti */
a.nav-link:hover {
  transform: scale(1.07);
}

/* Lidhja aktive */
.navbar li a.active {
  color: #5c4141 !important;
  transform: scale(1.05);
  border-bottom: 2px solid #756464 !important;
  background-color: transparent;
}

.dropdown-menu {
  background-color: rgb(255, 254, 254) !important;
  color: #000000;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border: 1px solid #AE9555;
  font-family: 'Cormorant Garamond', 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: #fff2f2;
  border: 1px solid #252525;
  transform: scale(1.02);
  color: rgb(0, 0, 0);
}

.navbar-toggler-icon {
  background-color: #000000; /* Ngjyrë e zezë për tre vijat */
}

/* Përshtatje për ekranet më të vogla (për shembull, kur është më i vogël se 768px) */
@media (max-width: 768px) {
  .navbar-toggler-icon {
    color: #000000!important;
    background-color: #f3ebeb;  /* Mund të ndryshoni ngjyrën për madhësi të vogla */
  }
}

/* Përshtatje për ekranet e mëdha (për shembull, më të mëdha se 768px) */
@media (min-width: 768px) {
  .navbar-toggler-icon {
    background-color: #f7efef; /* Mund të bëni ndryshime për ekranet më të mëdha */
  }
}
.carousel1 {
  background: url('/foto te makinave/222.jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel2 {
  background: url('/foto te makinave/jpeg-optimizer_ca0a3896-1e8c-4be9-9c52-0b6fe5f2fb18.jpg') rgba(20, 19, 19, 0.648) ;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}
.carousel-caption {
   
  background-color: transparent !important; 
  color: #1a7fd1;
  margin-bottom: 10%;
  text-align: left; /* vendos anash, ose right sipas dëshirës */
  width: 50%; /* ose 40%, nëse do të jetë më ngushtë */
  left: 5%; /* anash majtas */
}
.carousel-caption {
  background-color: transparent !important;
  text-align: center!important;
  bottom: 15%; /* pozicionuar pak më poshtë në foto */
  left: 25%;
  width: 50%;
  position: absolute;
  overflow: hidden;
  animation: fadeIn 1.5s ease-in;
  z-index: 10;
}
@media (max-width: 768px) {
  .carousel-caption {
    width: 50%;  /* Përshtat caption për ekrane më të vogla */
    left: 15%;   /* Pozicionim pak më qendror */
    bottom: 10%; /* Përshtat pozicionin për ekranet e vogla */
  }

  .carousel-caption h1 {
    font-size: 30px; /* Zvogëlojmë madhësinë e titujve */
  }

  .carousel-caption h6 {
    font-size: 18px; /* Zvogëlojmë madhësinë e përshkrimit */
  }
}
@media (max-width: 576px) {
  .carousel-caption {
    width: 85%;  /* Caption pothuajse i plotë për ekranin e vogël */
    left: 7%;    /* Pozicionim më qendror */
    bottom: 25%; /* Pozicionim më poshtë për ekrane shumë të vogla */
  }

  .carousel-caption h1 {
    font-size: 15px; /* Madhësi më e vogël për titujt */
  }

  .carousel-caption h6 {
    font-size: 10px; /* Madhësi më e vogël për përshkrimin */
  }

  .carousel-caption a {
    font-size: 14px; /* Zvogëlojmë madhësinë e butonit për mobilët */
  }
}

/* Për Ekrane të mëdha (desktop) */
@media (min-width: 1200px) {
  .carousel-caption {
    width: 40%; /* Titujt dhe përshkrimi janë më të mëdhenj në desktop */
    left: 25%;
    bottom: 10%;
  }

  .carousel-caption h1 {
    font-size: 70px; /* Përshtat madhësinë e titujve në desktop */
  }

  .carousel-caption h6 {
    font-size: 20px; /* Përshtat madhësinë e përshkrimit */
  }
}
/* Teksti kryesor me shimmer mbi shkronja */
.carousel-caption h1 {
  font-size: 70px !important;
  font-weight: 500;
  font-family: 'Cinzel', serif;
  color: transparent;
  background-image: linear-gradient(
    120deg,
    #ffffff 0%,
    #08616d 40%,
    #ffffff 70%
  );
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  animation: shimmerText 3s linear infinite;
  text-shadow: none;
  margin: 0;
}
.btn-line {
  height: 20px;
  width: 2px;
  background-color: #000;
}
/* Teksti dytësor (nënshkrimi) */
.carousel-caption h6 {
    text-align: center;
  margin-top: 20px;
  font-family: 'Dancing Script', cursive;
  font-size: 22px;
  letter-spacing: 6px;
  font-weight: 100;
  color: #EEC78C;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.carousel-caption a {
  display: flex;
  justify-content: center;
}
/* Efekti shimmer vetëm mbi shkronja */
@keyframes shimmerText {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

/* Animacion i daljes graduale (opsional) */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn1 {
  position: relative;
 
  display: inline-block;
  padding: 12px 40px 12px 20px;
  background-color: #493b3b!important;
  color: rgb(255, 251, 251)!important;
  font-weight: bold;
  border: none;
  cursor: pointer;

  clip-path: polygon(
    0 0,
    100% 0,
    85% 100%,
    0 100%
  );
  overflow: hidden;
}

/* Vija e hollë përpara prerjes, paralele me të */

.btn1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 80%;
  width: 3%;
  height: 100%;
  background-color: #f8f6f6;
  transform:skew(-30deg);
}
.btn1::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%; /* Fillon jashtë butonit */
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 70%
  );
  animation: shimmer 2s infinite;
}
@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.btn1:hover{
    background-color: #504f46;
}

.hr1{
  border: none;
  height: 6px;
  background: repeating-linear-gradient(
    90deg,
    #FFD700,   /* verdhë */
    #FFD700 10px,
    #000000 10px,
    #000000 20px
  );
  margin: 20px 0;
}

.about-us {
  
  padding: 60px 0;
  font-family: 'Jost', sans-serif;
  color: #333;
}

/* Titulli qendror me underline të verdhë */
.about-title {
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  position: relative;
  color: #000;
}

.yellow-underline {
  width: 80px;
  height: 6px;
  background-color: #3d2120;
  margin-top: 0.5rem;
  border-radius: 3px;
}

/* Kontaineri i fotove me pozicione absolute dhe mbivendosje */
.about-left {
  position: relative;
  height: 360px; /* përshtate sipas nevojës */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

/* Kontejneri i brendshëm që mban fotot */
.left-photo {
  position: relative;
  width: 100%;
  max-width: 420px;
  height: 360px;
}

/* Fotot me pozicion absolute për mbivendosje */
.left-photo img.about-photo {
  position: absolute;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  object-fit: cover;
  transition: transform 0.3s ease;
  cursor: pointer;
}

/* Foto 1 - e madhe dhe në pozicion bazë */
.left-photo img.about-photo:nth-child(1) {
  width: 60%;
  height: 240px;
  top: 20px;
  left: 0;
  z-index: 2;
}

/* Foto 2 - mbi foto 1, pak më e vogël dhe lart majtas */
.left-photo img.about-photo:nth-child(2) {
  width: 45%;
  height: 180px;
  top: 0;
  left: 45%;
  z-index: 3;
  border: 4px solid #f1c40f; /* kontur i verdhë për të nxjerrë në pah */
  box-shadow: 0 10px 25px rgba(241, 196, 15, 0.7);
}

/* Foto 3 - poshtë fotos 2, pak e mbivendosur mbi foto 1 */
.left-photo img.about-photo:nth-child(3) {
  width: 50%;
  height: 190px;
  top: 180px;
  left: 35%;
  z-index: 4;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Efekt hover mbi fotot */
.left-photo img.about-photo:hover {
  transform: scale(1.05) translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  z-index: 10;
}

/* Ana e djathtë me tekst */
.about-right {
  padding-left: 30px;
}

.about-right h4 {
  font-weight: 700;
  font-size: 1.8rem;
  color: #B78932;
  margin-bottom: 0.8rem;
}

.about-right p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 2rem;
}


   /**About Two**/
   .about-two {
 
    padding: 70px 0px;
    position: relative;
  
    z-index: 1;
  }
  @media (max-width: 991px) {
    .about-two {
      padding: 100px 0px;
    }
  }
  @media (max-width: 767px) {
    .about-two {
      padding: 80px 0px;
    }
  }
  .about-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    mix-blend-mode: overlay;
    z-index: -1;
  }
  .about-two__thumb {
    position: relative;
    z-index: 1;
  }
  .about-two__thumb__item {
    position: relative;
    z-index: 1;
    margin-right: 100px;
    margin-left: 30px;
  }
  @media (max-width: 1199px) {
    .about-two__thumb__item {
      margin-right: 30px;
      margin-left: 30px;
    }
  }
  .about-two__thumb__item img {
    object-fit: cover;
    width: 150%;
    
    height: auto; /* Ruajmë proporcionet e imazhit */
    object-fit: cover; 
  }
 
  .about-two__thumb__item::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 45px;
    right: 45px;
    bottom: 45px;
    background: transparent;
    border: px solid var(--solinom-base, #CBA36B);
  }
  .about-two__thumb__item::before {
    content: "";
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--solinom-base, #2e210d);
    transform: rotate(-10.21deg);
    z-index: -1;
    transition: all 0.5s ease-in-out;
  }
  .about-two__thumb__item:hover::before {
    transform: rotate(0deg);
  }
  .about-two__top__text{
    color: #f7fafa!important;
  }
  .about-two__thumb__small {
    position: absolute;
    bottom: 0;
    left: -100px;
    z-index: 1;
    animation: top-bottom-two 4s ease-in-out infinite;
  }
  .about-two__thumb__small img {
    width: 243px;
    height: 243px;
    border-radius: 50%;
    border: 8px solid var(--solinom-gray2, #1a3e68);
  }
  .about-two .sec-title {
    padding-bottom: 15px;
    font-family: "Marcellus", serif;
    font-weight: 700;
  }
  .about-two .sec-title .sec-title__title {
    font-weight: 500;
    line-height: 120%;
  }
  .about-two__top__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 166%;
    max-width: 490px;
    width: 100%;
    margin-bottom: 30px;
    text-align: justify;
    font-family: "Forum", serif;
  }
  .about-two__feature {
    margin-bottom: 40px;
  }
  .about-two__feature__item {
    position: relative;
    padding: 40px 30px;
    z-index: 1;
    overflow: hidden;
  }
  .about-two__feature__item::after {
    content: "";
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #24242494;
    z-index: -1;
  }
  .about-two__feature__item:hover .about-two__feature__icon {
    animation: shake 0.3s linear 2;
    background-color: var(--solinom-base, #663718);
    color: var(--solinom-white, #fff);
  }
  .about-two__feature__item:hover .about-two__feature__bg {
    transform: scale(1.1);
  }
  .about-two__feature__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -2;
    transform: scale(1);
    transition: all 0.4s ease-in-out;
  }
  .about-two__feature__icon {
    margin-top: 25px;
    width: 60px;
    border-radius: 50%;
    background-color: var(--solinom-text, #1a3e68);
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--solinom-base, #1a3e68);
    font-size: 30px;
    transition: all 0.4s ease-in-out;
  }
  .about-two__feature__title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 350%;
    color: var(--solinom-white, #fff);
    text-transform: capitalize;
    margin-top: -6px;
    margin-bottom: -15px;
    padding-bottom: 0;
  }
  .about-two__feature__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
  }
  .about-two__feature__title a:hover {
    background-size: 100% 1px;
  }
  .about-two__feature__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 188%;
    margin-bottom: -10px;
    padding-bottom: 0;
    color: white;
  }
  .about-two .solinom-btn {
    padding: 11px 40px;
    border: 1px solid transparent;
  }
  .about-two .solinom-btn:hover {
    border-color: rgba(var(--solinom-white-rgb, 255, 255, 255), 0.4);
  }
.about-two__top__text{
  color: #fffdfd;
}
.sec-title {
  margin-bottom: 40px;
  position: relative;
}
p{
  color: #ffffff;
}
.sec-title--two h1 {
  font-size: 3rem;
  font-weight: 800;
  color: #fff5f5;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

/* Vijë e verdhë poshtë titullit */
.sec-title--two h1::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 5px;
  background-color: #63352d; /* e verdha taksi */
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(255, 215, 0, 0.4);
}
h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #d6ceac;
  margin-bottom: 12px;
  position: relative;
  padding-left: 16px;
  text-transform: uppercase;
}

/* Vijë e hollë e verdhë në anën e majtë të h4 */
h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 80%;
  background-color: #3d1e12; /* E verdhë taksie */
  border-radius: 2px;
}

/* Responsive për titullin në ekran të vogël */
@media (max-width: 576px) {
  .sec-title--two h1 {
    font-size: 2rem;
  }

  .sec-title--two h1::after {
    width: 60px;
  }
}

/* Butoni custom btn1 (ri-përdor butonin tënd të verdhë trapez) */
.btn1 {
  position: relative;
  display: inline-block;
  padding: 12px 40px 12px 20px;
  background-color: #2e2b1e;
  color: black;
  font-weight: bold;
  border: none;
  cursor: pointer;
  clip-path: polygon(
    0 0,
    100% 0,
    85% 100%,
    0 100%
  );
  overflow: hidden;
  transition: background-color 0.3s ease;
  font-size: 18px;
  text-decoration: none;
}

.btn1:hover {
  background-color: #d4ac0d;
  color: #fff;
}



.diagonal-section {
  display: flex;
  min-height: 400px;
  position: relative;
}

.left-content,
.right-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

/* Ana e majtë - e bardhë */
.left-content {
  background: #fff;
  z-index: 2;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

.text-box {
  max-width: 400px;
}

.text-box h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 15px;
}

.text-box p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* Ana e djathtë - e verdhë */
.right-content {
  background: #462712;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
}

.service-image {
  max-width: 250px;
  border-radius: 10px;
  box-shadow: 0 200px 200px rgba(0, 0, 0, 0.2);
}


.gallery-head {
    background: url('/foto te makinave/jpeg-optimizer_ca0a3896-1e8c-4be9-9c52-0b6fe5f2fb18.jpg') rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-position: center bottom 40%; /* ose përdor vetëm background-position: 50% 80%; */
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 60vh;
    display: flex;
    align-items: end;
    justify-content: center;
}

 .contact-head {
    background: url('/img/img1.png')rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 40vh;
    display: flex;
    align-items: center;
color: white;
    justify-content: center;
  }
  .contact-head img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  }
  .contact-head h1 {
    font-size: 2.5rem;
    margin: 0;
    color: #222;
  }
  .contact-info {
    background: white;
    max-width: 900px;
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
  }
  .contact-item {
    text-align: center;
    max-width: 250px;
  }
  .contact-item i {
    font-size: 2.5rem;
    color: #3f1818;
    margin-bottom: 12px;
  }
  .contact-item p {
    margin: 6px 0 0;
    font-size: 1.1rem;
  }
  .map-container {
    margin: 0 auto;
    max-width: 900px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 20px rgba(0,0,0,0.15);
  }

  @media(max-width: 768px) {
    .contact-head {
      flex-direction: column;
      text-align: center;
    }
    .contact-info {
      flex-direction: column;
      gap: 20px;
      padding: 20px;
    }
    .contact-item {
      max-width: none;
    }
  }

/* Media query për ekrane të vogla */
@media (max-width: 768px) {
  #how-it-works .container {
    padding: 0 20px; 
  }

 
  .steps {
    flex-direction: column;
    gap: 30px; 
  }


  .step img {
    width: 50px;
    height: 50px;
  }

  .step h4 {
    font-size: 1.2rem;
  }
}

/* Për ekranë më të vegjël (p.sh. telefonat) */
@media (max-width: 480px) {
  #how-it-works h2 {
    font-size: 2rem;
  }

  .steps {
    gap: 20px; 
  }

  .step h4 {
    font-size: 1rem; 
  }

  .step img {
    width: 40px;
    height: 40px;
  }
}


 .parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-attachment: fixed; /* Keeps background fixed */
    background-size: cover;
    z-index: -1;
    will-change: transform;
  }

  /* Content Style */
  .parallax-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 100px 20px; /* Adjust padding for spacing */
    color: white;
    font-family: 'Arial', sans-serif;
  }

  .parallax-content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .parallax-content p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
  }

  /* Responsiveness */
  @media (max-width: 768px) {
    .parallax-content h2 {
      font-size: 2rem;
    }

    .parallax-content p {
      font-size: 1rem;
    }
  }


/*Animations*/
.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;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   


/* End Animations*/
/* Stilizimi për hr dhe tekstin "Follow us on social media" */
.custom-hr {
  border: 0;
  height: 1px;
  background-color: white; /* Vija e bardhë */
  margin: 0px 0; 
}

.follow-us {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; 
  color: rgb(0, 0, 0);
  font-size: 16px;
}

.follow-us span {
  font-weight: bold;
  text-align: left;
}

.social-icon {
  display: inline-block;
  padding: 5px;
}

.social-icon img {
  transition: transform 0.3s ease;
}

/* Efekti kur kalon mbi ikonë */
.social-icon:hover img {
  transform: scale(1.1); 
}

.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: #000000;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

/* Custom card styles */
.custom-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #333;
  color: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.card-img-top {
  width: 50%;
  height: 50%;
  object-fit: cover;
}

.card-body {
  padding: 25px;
}

.card-title {
  color: white;
  margin-bottom: 12px;
}

.card-text {
  color: white;
  font-size: 16px;
}

.btn-outline-danger {
  color: #b34141;
  border-color: #b34141;
  font-weight: bold;
  border-radius: 5px;
  padding: 8px 16px;
  text-decoration: none;
}

.btn-outline-danger:hover {
  background-color: #b34141;
  color: white;
}

/* Color selection for Toyota Rav4 */
.color-selection {
  margin-top: 15px;
}

.color-option {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff;
}

.color-option.white {
  background-color: white;
}

.color-option.black {
  background-color: black;
}

/* Background overlay */
.about-two__bg3 {
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .section-title {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 1.5rem;
  }

  .card-body {
    padding: 15px;
  }
}