* {
  font-family: 'Oswald', Arial, sans-serif;
}
body {
  font-family: 'Oswald', sans-serif;
}

.section-slider {
  margin: 0;
  background: #005b94;
}

.section-slider {
  margin: 0;
  background: #005b94;
}

.slider-container {
  max-width: 1700px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #fff;
  height: 470px;
}

.slides {
  display: flex;
  width: 100%;
  transition: transform 0.6s ease;
}

.slide {
  display: flex;
  min-height: 500px;
  background-color: #005b94;
  width: 100%;
  flex-shrink: 0;
  position: relative;
}

.slide-text {
  flex: 1;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #005b94;
  margin-right: -7%;
  padding-top: 0;
  padding-bottom: 0;
  clip-path: polygon(0 0, 90% 0, 80% 100%, 0 100%);
  z-index: 2;
}

.slide-text h2 {
  margin: 0 0 15px;
  font-size: 2rem;
  color: #ffffff;
}

.slide-text p {
  font-size: 1.1rem;
  color: #b8b8b8;
}

.slide-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  margin-left: -5%;
  z-index: 1;
}
#slide-image-first {
  background-image: url('../images/slider-pic-1.jpg');
}
#slide-image-seconde {
  background-image: url('../images/slider-pic-2.jpg');
}
#slide-image-third {
  background-image: url('../images/slider-pic-3.jpg');
}
#slide-image-fourth {
  background-image: url('../images/slider-pic-4.jpg');
}
#slide-image-fifth {
  background-image: url('../images/slider-pic-5.jpg');
}
#slide-image-sixth {
  background-image: url('../images/slider-pic-6.jpg');
}
#slide-image-seventh {
  background-image: url('../images/slider-pic-7.jpg');
}

.slides {
  display: flex;
  width: 100%;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
  border: none;
  font-size: 20px;
  border-radius: 50%;
}

.prev {
  left: 15px;
}

.next {
  right: 15px;
}

.dots {
  text-align: center;
  margin: 0;
  margin-top: -1px;
  background-color: #005b94;
}

.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #bbb;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background: #004080;
}

@media (max-width: 900px) {
  .slide {
    flex-direction: column;
  }

  .slide-text,
  .slide-image {
    flex: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    min-height: 250px;
    clip-path: none;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-container {
    height: auto;
    overflow: hidden;
  }

  .slides,
  .slide {
    width: 100%;
    max-width: 100%;
  }

  .slide-text  {
    font-size: 1.5rem;
  }

  .slide-text p {
    font-size: 1rem;
  }
}
.div-product{
  margin: 100px 0;
  background-color: #ffffff;
}
.div-product h2{
  justify-self: center;
  color: #004080;
}
.main-ads-container {
  display: -ms-grid;
  display: grid; 
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  padding-inline: 30px;
  padding: 50px 30px;
  justify-content: space-between;
  gap: 20px;
  background: rgb(255, 255, 255);
}

.product-shower {
  display: block;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.075);

}

.ads-img {
  
  height: 100%;
  display: block;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  transform-origin: 50% 100%;
}

.image-seconde-section{
  object-fit: cover;
  height: auto;
  width: 100%;
  border-radius: 5px;
}

.product-shower:hover {
  box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.13);
  transition: 500ms;
}

.ads-info a {
  transition: 0.3s;
}

.ads-info a:hover {
  border: #b8b8b8 1px solid;
  background-color: #004080;
  color: #b8b8b8;
  transition: 0.3s;
}

@media (max-width: 1180px) and (min-width: 641px) {
  .main-ads-container {
   -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 20px;
  }

  .product-shower {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .main-ads-container {
     -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 30px 15px;
    gap: 15px;
  }

  .ads-info {
    padding: 15px;
  }
}

#training-section {
  background-color: #0077cc;
  height: 290px;
  padding: 100px 0;
  color: white;
}

.training-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.training-title {
  font-size: 2rem;
  margin-bottom: 80px;
  font-family: sans-serif;
}

.training-items {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.training-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 150px;
  opacity: 0.7;
  font-weight: 400;
}

.training-item:hover {
  opacity: 1;
  cursor: pointer;
  transition: 700ms;
}

.training-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
}

.training-label {
  font-size: 22px;
  text-decoration: none;
  color: white;
}
.training-link{
  text-decoration: none;
  color: white;
}
@media (max-width: 640px) {
  .training-items {
    flex-direction: column;
    align-items: center;
  }

  .training-item {
    width: 100%;
  }

  #training-section {
    height: 600px;
    padding: 100px 0 0 0;
    justify-content: center;
  }
}

.news-section {
  background-color: #ffffff;
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.news-title {
  text-align: center;
  font-size: 2rem;
  color: #005a9c;
  margin-bottom: 30px;
}

.news-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.new-div {
  background-color: #ffffff;
  padding: 20px;
  max-width: 300px;
  transition: transform 0.3s ease;
}

.news-title:hover {
  cursor: pointer;
}

.new-div h3 {
  color: #0078d4;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.new-div time {
  display: block;
  font-weight: bold;
  color: #444;
  margin-top: 10px;
}
/* ðŸ“± Responsive */
@media (max-width: 960px) {
  .news-container {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .new-div {
    width: 100%;
    max-width: 500px;
  }
}
.news-img{
  width: 100%;
  border-radius: 5px;
  margin-top: 15px;
}
#gallery-re {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  background-color: #fff;
  padding-bottom: 100px;
}

.gallery-container-re {
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: 1400px;
  justify-content: center;
}

.gallery-item-re img {
  width: 100%;
  height: auto;
  max-width: 430px;
  max-height: 412px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

@media (min-width: 1180px) {
  .gallery-container-re {
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
}

@media (max-width: 1179px) and (min-width: 640px) {
  .gallery-container-re {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}

@media (max-width: 639px) {
  .gallery-container-re {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
#why-us{
    text-align: center;
    color: #005b94;
    margin: 70px 5px 40px 5px;
}