/*Dropdown menü auto*/
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
/*border box*/
  *,
  *::before,
  *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.swiper-products{
  margin-left: 0 !important;
  padding-left: 0 !important;
  justify-content: flex-start !important;
}


html,body{
  background-color: #F0F2F4;
  font-family: 'DM Serif Text', serif;
  overflow-x: hidden !important;  
}

/*Navbar*/
  .navbar{
    background-color: #FFFFFF!important;
   font-family:'Times New Roman', Times, serif;
   min-height: 100px;
   display: flex;
   /* padding-top: 20px !important; */
   align-items: flex-start;
   
   padding: 40px;
}  
.navbar-nav{
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropdown-item{
  font-size: 19px;
  font-weight: 700;

}
.product-swiper {
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.dropdown-menu{
  background-color: #FFFFFF!important;
  border: 0.5px solid #9fa4a8 ;
  font-size: 19px;

}
.contact-div {
  padding: 0.5rem 1rem;
  margin-right: 5rem;
  background-color: #F0F2F4;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}



#contact-logo i {
  font-size: 1.5rem;
  color: #0d6efd;
  margin-right: 0.5rem;
 
  background-color: #F0F2F4;
}

#contact-logo span:first-child {
  font-size: 0.9rem;
  color: #555;
}

#contact-logo span:last-child {
  font-size: 1rem;
  color: #0d6efd;
  font-weight: bold;
}

#phone-title{
  font-size: 18px !important; 
  font-weight: 650;
}

.phone-description{
  color: #0e4393 !important;
}


/*Carousel area */

.carousel-control-next-icon,
.carousel-control-prev-icon {
  padding: 20px;
  background-color: #0B408F;
  border-radius: 50%;
  background-size: 60% 60%;
  background-position: center;
  z-index: 99 !important;
  background-repeat: no-repeat;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, transform 0.3s;
}



.carousel-control-next-icon {
  margin-right: -40px !important;
  z-index: 11;
}

.carousel-control-prev-icon {
  margin-left: -40px !important;
  z-index: 11;
}
.container-carousel-1 {
  z-index: 5;
  position: absolute;
  top: 30%;
  left: 15%;
  width: 700px;
  font-size: 30px;
  word-break: keep-all;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  pointer-events: auto; /* garantiye alır */
}
.about-carousel{
  z-index: 5;
  position: absolute;
  top: 30%;
  left: 30%;
  width: 700px;
  font-size: 30px;
  word-break: keep-all;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  pointer-events: auto; /* garantiye alır */
}

.container-title{
  font-size: 18px;
  font-weight: 900;
}
.container-subtitle.about-subtitle{
  font-weight: 900;
  font-size: 50px;
}
.carousel-photo{
  object-fit: cover;
  position: relative;
  height:550px;
  pointer-events: none;
  
}

.container-button {
  padding: 18px 30px;
  background: linear-gradient(135deg, #082b5f, #154896);
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Segoe UI', Roboto, sans-serif;
  text-align: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  letter-spacing: 0.5px;
  width: 175px;
 
}

.container-button:hover {
  background: linear-gradient(135deg, #0f3b7d, #084298);
  transform: scale(1.05);
  color: white;
  box-shadow: 0 12px 32px rgba(13, 110, 253, 0.6);
}

/*Service section*/
.services-section{
  background-color: #FFFFFF !important;
  min-height: 1200px;
  
}
#serviceTitle{
  color: #0036FF !important;
  font-size: 18px;
  font-weight: 600;
  word-break: keep-all;
  

  
}
#serviceSubTitle {
  color: #0036FF;
  font-size: 45px;
  font-weight: bold;
  text-align: left;
  overflow-wrap: break-word; /* yerine word-wrap */
  word-break: break-word; /* keep-all yerine daha esnek */
}

#serviceDescription {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  font-size: 18px;
  line-height: 1.6;
  font-family: 'Segoe UI', Roboto, sans-serif;
  color: #333;
  text-align: left;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

#CardDescription{
  color: #0f3b7d !important;
  font-size: 24px;
  font-weight: 600;
  word-break: keep-all;
}
.services-right:hover{
  transform: scale(1.05);
  transition: all 0.5s ease-in-out;
}


/*Card Area*/
.card {
  background-color: #FFFFFF !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 20px !important;
  padding: 2px;
  
  
}

.card:hover{
  transform: scale(1.03);
  transition: all 0.6s ease;
  .card-title{
    color: #0B408F !important;
  }
  .card-description{
    color: black !important;
  }
}
.card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-card{
  min-height: 450px;
  max-height: 500px;
}
.service-card .card-body{
  max-height: 200px !important;
}
.service-card-image {
  height: 300px;
  object-fit: cover;
  display: block;
  border-radius: 20px !important;
  transition: all 0.3s ease;
}
.service-card-image:hover{
  transform: scale(1.013);
  
}
.card-image-wrapper {
  position: relative;
  
}

.card-float-button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: #0B408F;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.card-float-button:hover {
  background: linear-gradient(135deg, #082b5f, #154896);
  transition: all 0.3s ease;
  transform: scale(1.05);
}


/*Swipper area*/

.car-model {
  background-color: #fff;
}

.carSwiper {
  width: 90%;
  margin: 0 auto;
}

.carSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: transform 0.3s;
  width: 200px !important;
}

.carSwiper .swiper-slide img {
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: all 0.3s ease;
  width: 150px !important;
  opacity: 0.5;
}

.carSwiper .swiper-slide img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
  opacity: 1;
}
.swiper-button-prev,
.swiper-button-next {
  color: #0B408F;
  background: white;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: 0.3s ease;
  font-size: 3px !important;

}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #0B408F;
  color: white;
  font-size: 3px !important;
}
.swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 32px !important; /* veya daha küçük: 12px, 10px */
  }

.footer-section{
  background-color: #151313;
  min-height:200px;
  text-align: center;
  color: whitesmoke  !important;
  
}
.footer-color{
  color: whitesmoke  !important;
  text-decoration: none;
}
.footer-section .list-unstyled{
  color: whitesmoke  !important;
}
.footer-image{
  width: 250px;
  height: 250px;
}
.footer-link{
  color: whitesmoke  !important;
}
/*About*/
.about-content{
  font-size: 18px !important;
}
.about-title{
  color: #0F3B7D;
}
.service-right-title{
   color: #0F3B7D;
}

.dark{
  font-weight: 600;
  color: black !important;
  font-size: 18px;
  text-decoration-line: underline;
}

/*Contact Card*/
.contact-card {
  background-color: #ffffff;
  border-radius: 25px;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  height: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 1px solid #eee;
  min-height: 300px ;
}
.fa-solid{
  font-size: 1.5rem !important;
}

.contact-card:hover {
  transform: translateY(-5px);
  transition: all 1 ease-in-out;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  .icon-container{
    background-color: #082b5f;
    
  }
  .fa-solid{
    color: #FFFFFF !important;
    padding: 10px !important;
  }
}

.contact-card .card-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-card .card-description {
  color: #666;
  font-size: 15px;
  margin-bottom: 20px;
}

.icon-container {
  width: 50px;
  height: 50px;
  background: #f5f5f5;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.icon-email {
  color: #0B408F;
  font-size: 20px;
}

/* Sağ alt köşedeki yuvarlak buton */
.contact-float-button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  color: #0B408F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.contact-float-button:hover {
  background: #0B408F;
  color: #fff;
  transform: scale(1.1);
}
/*Communication section*/
.communication-title{
  color: #0F3B7D;
  font-size: 20px !important;
  font-family:'DM Serif Text', serif;
}
.communication-subtitle{
  color:#151313;
  font-size: 36px;
  font-weight: bold;
  text-align: left;
  overflow-wrap: break-word; /* yerine word-wrap */
  word-break: break-word; /* keep-all yerine daha esnek */
  font-family: 'DM Serif Text', serif;
}
.communication-description{
  text-align: left;
  font-size: 20px !important;
  text-align: justify !important;
  overflow-wrap: break-word; /* yerine word-wrap */
  word-break: break-word; /* keep-all yerine daha esnek */
  font-family: 'DM Serif Text', serif;
}
.form-area{
  padding: 75px;
  border-radius: 30px;
}
.form-content{
  max-width: 100%;
}
.swiper-slide{
    width: 300px !important;
  }
.form-title{
  font-size: 25px;
  text-align: center;
  font-family:'DM Serif Text',serif;
  font-weight: 600;
}
.form-control{
  border-radius: 50px;
  background-color: transparent;
  width: 100%;
  height: 60px;
  padding: 10px 35px;
  margin-bottom: 20px;
  font-weight: 400;
  display: block;
  color: #212529;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  resize: none;

}
.messagearea{
  height: 110px !important;
}

.form-control:hover{
  border: 1px solid black;
  outline: none;
  box-shadow: none;
}
.form-control:focus{
  outline: none;
  box-shadow: none;
}



.submit-btn {
  background-color: #0F3B7D;
  color: #fff;
  border: none;
  padding: 12px 35px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(15, 59, 125, 0.3);
}

.submit-btn:hover {
  background-color: #092858;
  transform: translateY(-2px); /*Bu  sayede yukarı oynatma saglıyoruz*/
  color: #FFFFFF;
}

.contact-car-model,.contact-container-car{
  background-color: #F0F2F4 !important;
}


.section-iframe{
  display: block;
  width: 100%;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.section-iframe iframe{
  display: block;
  width: 100%;
  height: 500px;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  color:#0036FF;
  outline: none;
  border: none;
  box-shadow: none;
}

.section-iframe iframe:hover{
  outline: none;
}
.section-iframe iframe:focus {
  outline: none;
  border: none;
  box-shadow: none;
}


/*Board Seciton*/

.board-title{
    font-weight: 700;
    font-size: xx-large;
    color: #124189 !important;
}
.card-board {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    transition: transform 0.3s ease;
    height: 100%; /* Sabit yükseklik yerine esnek yükseklik */
  }
  .board-image-container {
    height: 250px; /* Sabit yükseklik */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  
  .board-image-container img {
    max-height: 100%;
    object-fit: contain; /* Resmi container'a sığdırır */
    width: 100%;
  }
  .card-board .card-body {
    padding: 1.5rem;
  }
  
  /* Kart alt bilgisi */
  .card-board .card-footer {
    background-color: transparent;
    border-top: 1px solid rgba(0,0,0,0.125);
    padding: 1rem;
  }

  body.modal-open {
      padding-right: 0 !important;
      overflow: hidden !important;
     
  }

  .modal{
    text-align: center;

  }

  .popup-title{
    text-align:  center !important;
    font-size: 16px !important;
    font-weight: 650;
  }

  /*Product Swipper*/
 .product-swiper{
  width: 100%;
  padding: 30px !important;
 }
 .swiper-products{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

 }
 .swipper-image {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.swipper-image :hover {
  transform: scale(1.1);
}
.next-button , .back-button{
  width: 32px;
  height: 32px;
  font-size: 16px;
  color: #0B408F;
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.next-button :hover,
.back-button:hover {
  background: #0B408F;
  color: white;
}


/*car-product*/

.urun-kutu {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 14px;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.urun-kutu:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.urun-resim {
  width: 100%;
  height: 180px;
  object-fit: contain;
  border-bottom: 1px solid #eee;
}

.urun-detay {
  padding: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.urun-baslik {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1c1c1c;
}

.urun-aciklama {
  font-size: 14px;
  color: #666;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.urun-buton {
  margin-top: 12px;
  padding: 10px 15px;
  background-color: #0F3B7D;
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.urun-buton:hover {
  background-color: #092858;
}


.search-container {
  display: flex;
  justify-content: center;
}
.whatsapp-fixed{
  position: fixed;
  bottom: 15px;
  font-size: 28px;
  width: 55px;
  height: 55px;
}
.car-filter {
  max-width: 400px;
  padding: 12px 20px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  transition: box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.car-filter:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(15, 59, 125, 0.3);
  border-color: #0F3B7D;
}

.all-product{
  min-height: 2000px !important;
}












@media (max-width:480px) {

  html,body{
    overflow-x: hidden !important;
  }

    .logo{
      width:220px !important;
      margin: 0px !important;
    }
    .navbar{
     
      margin:0px !important;
      padding: 10px 0px!important;
      
    
    }
    .navbar-nav{
      gap:0.5rem !important;
      font-size: 16px;
      font-weight: 600;
      display: flex;
      justify-content: start;
      align-items: start;
    }
    .dropdown-item{
      font-size: 16px;
      font-weight: 600;
    }
    .collapse{
      margin-left: 0px !important;
    }
    .hero-slider{
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .carousel-photo{
      height: 400px !important;
      width: auto !important;
      aspect-ratio: 16/9;
    }
    
    .carousel-control-next-icon,.carousel-control-prev-icon{
      display: none !important;
    }
    
    .container-button{
      display: none;
    }
    .container-carousel-1{
      font-size: 14px !important;
      font-weight: 500 !important;
      position: absolute;
      margin-left: -40px;
      width: 95%;
      height: auto;


    }
    .about-carousel {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      max-width: 100%; /* Sabit değil, ekran boyutuna göre */
      font-size: 1rem;
      word-break: break-word; /* Daha güvenli */
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      z-index: 5;
      text-align: center; /* Ortalansın */
      pointer-events: auto;
      display: block;
    }
    
    
    .carousel-photo{
      height: 300px;
      
      width: auto !important;;
      
    }

    /*Service Area*/
    .services-section{
      padding: 0px !important;
    }
   #serviceDescription {
  max-width: 480px;
  margin: 20px auto;
  padding: 20px;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  color: #333;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: left;
  word-break: break-word;
}

#serviceDescription h1 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #002855;
  text-align: center;
}

#serviceDescription p {
  margin-bottom: 12px;
}

#serviceDescription strong {
  color: #0056b3;
}

    .service-photo{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin-bottom: 75px !important;
    }
    .all-card{
      padding: 0px !important;
      font-size: 16px !important;
    }
    #CardDescription{
      font-size: 28px !important;
      text-align: center !important;
    }
    .carSwiper .swiper-slide img {
      max-width: 95%;
      max-height: 120px;
      object-fit: contain;
      filter: grayscale(100%);
      transition: all 0.3s ease;
      width: 150px !important;
      opacity: 0.5;
    }

    .footer-image{
      width: 100px !important;
      height: 100px !important;
    }

   .communication-description{
    font-size: 16px !important;
   }
   .form-control{
    border-radius: 0px !important;
    background-color: transparent;
    width: 100%;
    height: 60px;
    padding: 10px 35px;
    font-weight: 400;
    display: block;
    color: #212529;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    resize: none;
  
  }
  .form-area{
  padding: 10px !important;
  border-radius: 0px !important;
  width: 100% !important;
  }
  /* Swiper Mobil Fix */
.swiper {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
  padding-bottom: 20px;
}

.swiper-wrapper {
  height: auto !important;
  display: flex;
  align-items: stretch !important;
}

.swiper-slide {
  height: auto !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
 .urun-aciklama {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 👈 sadece 3 satır göster */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #666;
  }

  .urun-kutu {
    min-height: 350px; /* kutunun çok uzamasını engelle */
  }

  .urun-baslik {
    font-size: 16px;
  }

  .urun-buton {
    padding: 8px 12px;
    font-size: 14px;
  }
  .container-subtitle.about-subtitle{
  font-weight: 900;
  font-size: 35px;
  }


}