body {
  margin: 0;
  padding: 0;
  padding-top: 105px;
  font-family: "Segoe UI", "Open Sans", sans-serif;
  font-size: 16px;
  color: #000000;
}
.h1, .h2, .h3 {
  font-weight: 700;
}
.h1 {
  margin-bottom: 25px;
  font-size: 52px;
  line-height: 1.0;
}
.h2 {
  margin-bottom: 25px;
  font-size: 28px;
}
.h3 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 115px;
  }
}
@media screen and (min-width: 992px) {
  body {
    padding-top: 135px;
    font-size: 18px;
  }
  .h1 {
    font-size: 75px;
  }
  .h2 {
    font-size: 42px;
  }
  .h3 {
    font-size: 24px;
  }
}

.imgs {
  border-radius: 5px;
}

.ar-3-4 {
  aspect-ratio: 3 / 4;
}
.ar-16-9 {
  aspect-ratio: 16 / 9;
}
.ar-21-9 {
  aspect-ratio: 21 / 9;
}
.ar-16-9-to-21-9 {
  aspect-ratio: 16 / 9;
}
@media screen and (min-width: 768px) {

}
@media screen and (min-width: 992px) {
  .ar-16-9-to-21-9 {
    aspect-ratio: 21 / 9;
  }
}

.mw-400 {
  max-width: 400px;
}
.mw-600 {
  max-width: 600px;
}
.mw-800 {
  max-width: 800px;
}
.mw-900 {
  max-width: 800px;
}
.mw-1705 {
  max-width: 1705px;
}

.container {
  max-width: 1800px;
}

.section-p-default {
  padding: 30px 25px 35px 25px;
}
.section-px-default {
  padding-left: 25px;
  padding-right: 25px;
}
.section-py-default {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-pt-default {
  padding-top: 30px;
}
.section-pb-default {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section-p-default {
    padding: 40px 40px 45px 40px;
  }
  .section-px-default {
    padding-left: 40px;
    padding-right: 40px;
  }
  .section-py-default {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-pt-default {
    padding-top: 40px;
  }
  .section-pb-default {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .section-p-default {
    padding: 60px 70px 65px 70px;
  }
  .section-px-default {
    padding-left: 70px;
    padding-right: 70px;
  }
  .section-py-default {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-pt-default {
    padding-top: 60px;
  }
  .section-pb-default {
    padding-bottom: 60px;
  }
}

.columns {
  column-count: 1;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .columns {
    column-count: 2;
  }
}
@media screen and (min-width: 992px) {
  .columns {
    column-count: 3;
  }
}

ul {
  padding-left: 20px;
  margin-bottom: 0;
}
ul li {
  padding-bottom: 3px;
}
.icon-list {
  padding-left: 0;
}
.icon-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: .25rem;
  padding-bottom: 8px;
}
.icon-list li::before {
  display: block;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  margin-right: .75rem;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23"><circle id="Ellipse_11" data-name="Ellipse 11" cx="11.5" cy="11.5" r="11.5" fill="%231948f7"/><path id="Path_48" data-name="Path 48" d="M-425.667,515.927l3.525,2.467,4.389-7.146" transform="translate(433.168 -503.288)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>') no-repeat center center / 100% auto;
}

.bg-light {
  background: #ECEFF1;
  border-radius: 10px;
}
.bg-blue {
  background: #4D6782;
  border-radius: 10px;
}

/* CARD */
.card {
  text-decoration: none;
}
.section-services .card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  padding-left: 26px;
}
.card {
  border-color: transparent;
  box-shadow: 0px 7px 30px rgba(25,72,245,0.05);
  border: none;
}

@media (min-width: 768px) {

}
@media (min-width: 992px) {
  .card-body {
    padding: 20px;
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .section-services .card-body {
    flex-direction: row;
    align-items: center;
  }
}
.card-title {
  font-size: 22px;
  font-weight: 400;
}
.card-text {
  font-size: 16px;
}
.section-services .card-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
/* end CARD */

.contact-link {
  float: left;
  text-decoration: none;
  color:#353535;
}
.success{
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
}
.success svg{
  margin-bottom:40px;
  align-self:center;
}
.successbutton{
  display:flex;
  justify-content:center;
}



@media (max-width: 768px) {
  .row {
    display: flex;
    flex-direction: column;
  }
  .col-sm-4 {
    width: 100%;
    margin-bottom: 20px;
  }
}
#content-wrap {
  flex: 1 0 auto;
  margin-top: 50px;
}

.navbar-custom {
  background-color: white;
  color: #000000;
  box-shadow: none;
  border: none;
  font-size: 18px;
  line-height: 30px;
}


.navbar-custom .navbar-nav .nav-link { /*.navbar-brand,*/
  color: #000000;
  margin: 0 15px;
}

.navbar-custom .navbar-toggler {
  border: none;
  outline: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-brand svg {
  height: 40px;
}
.navbar-p-default {
  padding: 15px 35px;
}
@media (min-width: 768px) {
  .navbar-brand svg {
    height: 40px;
  }
  .navbar-p-default {
    padding: 25px 50px;
  }
}
@media (min-width: 992px) {
  .navbar-p-default {
    padding: 30px 80px;
  }
}

.nav-contact {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}


.section-description {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
  section-description {
    font-size: 18px;
    margin-bottom: 45px;
  }
}

.section-intro {

}
.section-intro .iframe-video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.section-next-generation-eu .btn-link {
  font-weight: 500;
  color: #353535;
}

.section-sub-intro .main-points {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {

}
@media (min-width: 992px) {
  .section-sub-intro .main-points {
    flex-direction: row;
  }
  .section-sub-intro .main-points li {
    margin-left: 80px;
  }
  .section-sub-intro .main-points li:first-child {
    margin-left: 0;
  }
}

.section-machinery-park .h3, .section-company-about .h3 {
  padding-top: 3rem;
  padding-bottom: 1rem;
}

@media (min-width: 992px) {
  .section-next-generation-eu .logos-eu {
    max-width: 65%;
  }
  .section-next-generation-eu p {
    font-size: 16px;
  }
}

.carousel-control-next, .carousel-control-prev {
  width: unset;
  display: none;
}
.carousel-control-prev-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30.702" height="35.151" viewBox="0 0 30.702 35.151"><g id="Group_43" data-name="Group 43" transform="translate(336.362 645.366) rotate(180)"><path id="Path_25" data-name="Path 25" d="M-1358.226,610.569-1341,627.791l-17.222,17.222" transform="translate(1676.659)" fill="none" stroke="%231948f7" stroke-width="1"/><path id="Path_26" data-name="Path 26" d="M-1364.34,620.161h29.014" transform="translate(1670 7.63)" fill="none" stroke="%231948f7" stroke-width="1"/></g></svg>');
}
.carousel-control-next-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30.701" height="35.151" viewBox="0 0 30.701 35.151"><g id="Group_61" data-name="Group 61" transform="translate(-305.66 -610.215)"><path id="Path_25" data-name="Path 25" d="M-1358.226,610.569-1341,627.791l-17.222,17.222" transform="translate(1676.659)" fill="none" stroke="%231948f7" stroke-width="1"/><path id="Path_26" data-name="Path 26" d="M-1364.34,620.161h29.014" transform="translate(1670 7.63)" fill="none" stroke="%231948f7" stroke-width="1"/></g></svg>');
}
.carousel-control-prev {
  left: -60px;
}
.carousel-control-next {
  right: -60px;
}
.carousel-indicators [data-bs-target] {
  /*box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;*/
  width: 11px;
  height: 11px;
  background-color: #1948F7;
  border: 1px solid #1948F7;
  border-radius: 50%;

}
.carousel-indicators {
  bottom: -60px;
}
.carousel-indicators .active {
  opacity: 1;
  width: 28px !important;
  height: 11px !important;
  border-radius: 6px !important;
}

/*.section-products-3 .carousel-inner {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  justify-content: flex-start;
  gap: 15px;
  scrollbar-width: none;
}
.section-products-3 .carousel-item {
  margin-right: unset;

  display: block;
  flex: 0 0 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .section-products-3 .carousel-item {
    flex: 0 0 33%;
    width: 33%;
  }
}
@media (min-width: 992px) {
  .section-products-3 .carousel-item {
    flex: 0 0 33%;
    width: 33%;
  }
}*/
.section-products.section-pb-default {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .carousel-control-next, .carousel-control-prev {
    display: inline-block;
  }
  .section-products.section-pb-default {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .section-products.section-pb-default {
    padding-bottom: 90px;
  }
}



.accordion-custom {
  margin-top: 60px;
}
.accordion-custom .accordion-button {
  background-color:#F9FAFB;
  border-radius:10px;
  padding: 20px 15px;
  font-size:24px;
}
.accordion-button::after{
  background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32.878" height="28.722" viewBox="0 0 32.878 28.722"><g id="Group_45" data-name="Group 45" transform="translate(32.524) rotate(90)"><path id="Path_25" data-name="Path 25" d="M0,0,16.085,16.085,0,32.171" transform="translate(11.93)" fill="none" stroke="%231948f7" stroke-width="1"/><path id="Path_26" data-name="Path 26" d="M0,0H27.1" transform="translate(0 16.085)" fill="none" stroke="%231948f7" stroke-width="1"/></g></svg>');

}
@media (min-width: 768px) {
  .accordion-custom .accordion-button{
    padding: 40px 40px;
  }
}

.section-footer {
  color: white;
  background-color: #4D6782;
  border-radius: 10px 10px 0 0;
}

.footer-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-logo svg {
  height: 40px;
  margin-bottom: 60px;
}

.details-contact-nav-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.footer-company-details, .footer-contact {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-start;
}

.footer-nav, .footer-contact {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-right: 30px;
}

.footer-contact {
  padding-top: 30px; /* Adjust padding to move contact details down */
}

.footer-nav {
  margin-top: 40px;
}

.footer-nav a, .footer-contact a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5;
  margin-right: 30px;
}

.footer-nav a:last-child, .footer-contact a:last-child {
  margin-right: 0;
}

.footer-nav a:hover, .footer-contact a:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .details-contact-nav-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-nav, .footer-contact {
    order: 3;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
  }

  .footer-nav a, .footer-contact a {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .footer-nav a:last-child, .footer-contact a:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .footer-nav, .footer-contact {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {

  .footer-nav, .footer-contact {
    flex-direction: column;
  }
}
.googlemap{
  border:0;
  height:300px;
}

@media (min-width: 768px) {

  .googlemap {
    height:600px;
  }
}

.form-wrapper {
  display: unset;
  justify-content: unset;
}
.form-container {
  background-color: #f9fafb;
  padding: 20px 15px;
  display:grid;
  border-radius: 10px;

  max-width: 640px;
  min-height: 540px;
}
@media (min-width: 768px) {
  .form-wrapper {
    display: flex;
    justify-content: flex-end;
  }
  .form-container {
    width: 640px;
    padding: 60px 70px;

    min-height: 640px;
  }
}
.form-container h2 {
  font-weight: 400;
}
.form-container .submit {
  display: flex;
  justify-content: flex-end;
}
.form-control {
  padding: 15px 20px;
  font-size: 18px;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
}
.form-container .success .button {
  display: flex;
  justify-content: center;
}

#additional-services {
  text-align: left;
  position: relative;
  padding-top: 40px;

}

#additional-services p {
  margin-left: 20px;
  font-family: Segoe UI;
  font-size: 18px;
}


#additional-services img {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  #additional-services .row {
    margin-right: 0;
    margin-left: 0;
  }
}
.content-section {
  background-color: #FFFFFF;
  padding: 50px 20px;
  width: 100%;
  margin: auto;
}

.section-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.section-text h2 {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .section-content {
    flex-direction: column;
  }

  .section-text {
    margin-bottom: 20px;
  }
}
.btn-primary {
  padding: 15px 35px;
  font-size: 17px;
  background: #1948f7;
  border-radius: 30px;
}
.btn-link {
  font-size: 17px;
  padding-left: 0;
  text-decoration: none;
}

.btn-primary svg, .btn-link svg {
  margin-left: 15px;
}
.btn-custom {
  /*display: flex;
  align-items: center;*/
  margin-bottom: 20px;
}
.btn-custom svg {
  /*margin-left: 15px;*/
}
@media (min-width: 992px) {
  .btn-custom {
    margin-bottom: 0;
  }
}

.banner {
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner .btn {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .banner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .banner .btn {
    margin-top: 0;
  }
}

.btn-back {
  padding: 15px 20px;
  background-color: #F9FAFB;
  border: none;
  transform: rotate(180deg);
  display: inline-block;
}
.btn-back svg {
  margin-left: 0;
}
.btn-back:hover svg path {
  stroke: #ffffff;
}

.container-left-align {
  margin-left: 10px;
}
.container-left-align {
  margin-left: 0;
}

.text-blue {
  color: #007bff;
}
/*
#carousel .carousel-inner .carousel-item {
  width: 100%;
  position: relative;
}

#carousel .carousel-inner .carousel-item img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}

#carousel .carousel-control-prev, #carousel .carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: transparent;
}

#carousel .carousel-control-prev {
  left: -140px;
}

#carousel .carousel-control-next {
  right: -140px;
}

#carousel .carousel-control-prev-icon, #carousel .carousel-control-next-icon {
  width: 24px;
  height: 24px;
  background-image: none;
}

#carousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23007bff'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 19l-7-7 7-7' /%3E%3C/svg%3E");
}

#carousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23007bff'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 5l7 7-7 7' /%3E%3C/svg%3E");
}

@media (max-width: 768px) {
  #carousel .carousel-control-prev, #carousel .carousel-control-next {
    position: static;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 10px;
    background-color: rgba(0,0,0,0.5);
    transform: none;
  }

  #carousel .carousel-control-prev {
    left: 0;
  }

  #carousel .carousel-control-next {
    right: 0;
  }

  #carousel .carousel-control-prev-icon, #carousel .carousel-control-next-icon {
    width: 24px;
    height: 24px;
  }

  #carousel-controls {
    text-align: center;
  }
}
#productCarousel .carousel-control-prev, #productCarousel .carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: transparent;
}

#productCarousel .carousel-control-prev {
  left: -140px;
}

#productCarousel .carousel-control-next {
  right: -140px;
}

#productCarousel .carousel-control-prev-icon, #productCarousel .carousel-control-next-icon {
  width: 24px;
  height: 24px;
  background-size: cover;
}

#productCarousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23007bff'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 19l-7-7 7-7' /%3E%3C/svg%3E");
}

#productCarousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23007bff'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 5l7 7-7 7' /%3E%3C/svg%3E");
}


#productCarousel .carousel-inner {
  overflow: hidden;
}

@media (max-width: 768px) {
  #productCarousel .carousel-control-prev, #productCarousel .carousel-control-next {
    position: static;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 10px;
    background-color: rgba(0,0,0,0.5);
    transform: none;
  }

  #productCarousel .carousel-control-prev {
    left: 0;
  }

  #productCarousel .carousel-control-next {
    right: 0;
  }

  #productCarousel .carousel-control-prev-icon, #productCarousel .carousel-control-next-icon {
    width: 24px;
    height: 24px;
  }

  #productCarousel-controls {
    text-align: center;
  }
}
*/
.additional-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.additional-section h3 {
  margin-top:50px;
  margin-bottom:20px;
}

.container-inner.additional-section-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.additional-section-image {
  flex: 1;
}

.additional-responsive-img {
  width: 100%;
  height: auto;
}

.section-text {
  flex: 1;
  max-width: 58%;
}

@media (max-width: 992px) {
  .container-inner.additional-section-flex {
    flex-direction: column;
  }
  .additional-section-image, .section-text {
    max-width: 100%;
  }
}
.dropdown-button {
  background-color: #f2f2f2;
  color: #333;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1050;

}

.dropdown-button:hover .dropdown-content {
  display: block;
}

.dropdown-button.active .dropdown-content {
  display: block;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
@media (min-width: 992px) {
  .navbar-custom.sticky-top {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
  }
}

.dropdown-content a:hover {background-color: #f1f1f1}


.dropdown-button.active + .dropdown-content {
  display: block;
}
@media (max-width: 768px) {
  .dropdown-content {
    background-color: #ffffff;
    width: 100%;
  }
  .dropdown-button {
    width: 100%;
  }
}
.additional-section2-image {
  flex: 1;
  max-width: 852px;
}

.section-title .link-preberite-vec {
  display: inline-block;
  align-items: center;
  background-color: transparent;
  color: #353535;
  padding: 5px 0;
  text-decoration: none;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  border: none;
  margin-top: 20px;
  transition: color 0.3s ease;
}

.section-title .link-preberite-vec img {
  width: 6px;
  height: 13px;
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
  top: +8px;
}
.section-title .link-preberite-vec1 {
  display: inline-block;
  align-items: center;
  background-color: transparent;
  color: #353535;
  padding: 5px 0;
  text-decoration: none;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  border: none;
  margin-top: 20px;
  transition: color 0.3s ease;
}

.section-title .link-preberite-vec1 img {
  width: 10px;
  height: 10px;
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
  top: +1px;
}



.custom-link {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  background-color: #f2f2f2;
  color: #333;
  text-decoration: none;
  font-family: "Segoe UI", sans-serif;
  font-size: 17px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: background-color 0.3s, transform 0.3s ease;
  margin: 10px 0;
}

.custom-link img {
  width: 6px;
  height: 13px;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.custom-link:hover {
  background-color: #e0e0e0;
  text-decoration: none;
}

.custom-link:hover img {
  transform: translateX(5px);
}

.machine-list {
  list-style-type: none;
  padding: 0;
  background-color: #f4f4f4;
  margin: 10px 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 5px;
}

.machine-list li {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
}

.machine-list li:last-child {
  border-bottom: none;
}

.title-with-image {
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 5px;
}

.title-with-image h3 {
  flex-grow: 1;
  color: #333;
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 5px;
  font-family: "Segoe UI", sans-serif;
  font-size: 24px;
  margin-right: 10px;
}

.title-with-image img {
  width: 16px;
  height: 32px;
  transform: rotate(90deg);
  margin-right: 10px;
}



@media (max-width: 768px) {
  .title-style {
    font-size: 24px;
  }
}
.centered-section {
  width: 924px;
  padding: 20px;
  margin: 20px auto;
  background-color: #FFFFFF;
  position: relative;
  text-align: left;
}
@media (max-width: 768px) {
  .centered-section {
    width: 100%; /* Makes it use the full width of smaller screens */
    padding: 10px; /* Adjust padding for smaller screens */
  }
}

.dropdown {
  position: relative;
  position: relative;
  font-family: 'Segoe UI', sans-serif;
  margin-top: 20px;
}

.dropdown-button {
  background-color: #f2f2f2;
  color: #333;
  padding: 15px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  width: 92%;
}

.dropdown-icon {
  width: 24px;
  height: 34px;
  transform: rotate(90deg);
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 92%; /* Ensure it matches the width of the button */
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 5px;
  margin-top: 5px;
}

.dropdown-menu li {
  padding: 15px 20px;
  text-align: left;
  background-color: #fff;
  font-size: 18px;
}

.dropdown-menu li:hover {
  background-color: #f1f1f1;
}

.dropdown-menu li a {
  display: block;
  text-decoration: none;
  color: black;
}
.card-img-top {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 0.25rem;
}
@media (max-width: 768px) {
  .card-img-top {
    height: 150px;
  }
}
#newsImage {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.logos {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* 2 */
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .logos {
    grid-template-columns: repeat(1, 1fr); /* 3 */
  }
}

@media (min-width: 992px) {
  .logos {
    grid-template-columns: repeat(2, 1fr); /* 6 */
  }
}