@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1910px !important;
  }
}


@media (max-width: 767px) {
    .header .main-header .header-left .header-right {
        padding-inline-end: 80px !important;
  }
}

.dropdown-language{
width: 75px !important;
}

@media (max-width: 768px) {
    .header-right .call-icon {
        display: none !important;
    }

    .header .main-header .header-left .header-logo a img {
        height: auto;
    }
}

.cardService{
padding-top: 180px;
}

.cardService .cardImage img{
display: none !important;
}

.box-info-trackyourparcel p{
color:white !important;
color: #fff !important;
}

.header .main-header .header-left .header-logo a img {
  min-height: 37px !important;
}
.box-bar{
background-color:var(--secondary-color) !important;
}

.color-brand-2{
color:var(--primary-color) !important;
}
.icon-socials{
height: 21px !important;
width: 25px !important;
}
.header-right .d-sm-inline-block{
display:none !important;
height:980px !important;
}
.banner-1{
background-position: center;
}
.contact-form .contact-form-group input.contact-form-input[type="checkbox"]{
height: 10px !important;
}
.header .main-header .header-left .header-right {
min-width:265px !important;
}
.phone-icon{
text-decoration:none;
}
.email-icon{
text-decoration:none;
}
.content-detail{
max-width:1500px !important;
}
.box-pageheader-services{
padding-left:300px !important;
padding-right:300px !important;
}
.content-detail h2{
font-size:30px !important;
}
.content-detail .align-items-center .box-author{
display:none;
}
.content-detail .align-items-center .box-socials{
display:none;
}
.box-info-bottom-img{
display:none;
}
.pt-85 {
padding-top:0px !important;
}
.box-pageheader-services {
padding-left:140px;
padding-right:140px;
}

.header-style-2 .box-header-contact-1 .icon-contact img {
    display: none;
}
.info-contact{
color: #041c2f;
  font-size: 22px !important;
  line-height: 16px;
}

.box-header-contact-2 .info-contact {
    cursor: pointer;
    color: #007bff;
    text-decoration: none;
}

.box-header-contact-2 .info-contact:hover {
    color: #0056b3;
}


.services > a.active {
  pointer-events: none;
  cursor: default; /* Optional: Indicate it's not clickable */
}

.header .main-header .header-left .header-logo a img {
  min-height: 37px;
  max-width: fit-content;
}
.header .main-header .header-left .header-nav{
  padding-left: 6% !important;
  width: 100% !important;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

.table {
            width: 90%;
            margin: 20px auto;
            overflow-x: auto;
            border-radius: 12px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            background-color: #ffffff;
        }

        table {
            width: 100%;
            border-collapse: collapse;
        }

        .table-caption {
            background-color: #ff5722;
            color: #ffffff;
            text-align: center;
            padding: 15px;
            font-size: 20px;
            font-weight: bold;
            border-radius: 12px 12px 0 0;
        }

        th, td {
            padding: 12px 15px;
            text-align: center;
            border: 1px solid #ddd;
        }

        th {
            background-color: #f7f7f7;
            font-weight: bold;
            text-transform: uppercase;
        }

        tr:nth-child(odd) {
            background-color: #f9f9f9;
        }

        tr:nth-child(even) {
            background-color: #ffffff;
        }

        tr:hover {
            background-color: #f1f1f1;
        }

        @media (max-width: 600px) {
            .table-caption {
                font-size: 16px;
            }

            th, td {
                font-size: 14px;
                padding: 10px;
            }
        }
    

/*.bg-2{
	background-color: #351c15 !important;
}
.color-brand-2{
	color: #fff !important;
}
.font-md-color-grey-900{
	color: #fff !important;
}*/

#shipment-form button:hover {
    background-color: #e89414 !important;
    box-shadow: 0 6px 12px rgba(55,20,0,0.3) !important;
}

.banner-homepage-3 img{
object-fit: cover;
}

 

.slider-container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.slider-wrapper .slider-item {
  position: relative;
  width: 100%;
  height: 75vh;
  display: flex;
  align-items: center;
}

.slider-wrapper .slider-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(20%);
  background-image: url("https://ecbh.ba/storage/video/untitled-design6.png");
  background-size: cover;
  background-position: center;
}

.slider-wrapper .slider-item:nth-child(2):before {
  background-image: url("https://ecbh.ba/storage/video/untitled-design5.png");
}

.slider-wrapper .slider-item:nth-child(3):before {
  background-image: url("https://ecbh.ba/storage/video/untitled-design8.png");
}

.slider-wrapper .slider-item:nth-child(4):before {
  filter: grayscale(25%) brightness(80%);
  background-image: url("https://ecbh.ba/storage/video/untitled-design2.png");
}

.slider-wrapper .slider-item:nth-child(5):before {
  background-image: url("https://ecbh.ba/storage/video/untitled-design7.png");
}

.slider-wrapper .slider-item .slide-content {
  position: relative;
  z-index: 10;
  color: #fff;
  width: 100%;
  opacity: 0;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 20px 10px;
}

.slider-item.swiper-slide-active .slide-content {
  animation: animate_opacity 0.8s 0.6s linear forwards;
}

@keyframes animate_opacity {
  100% {
    opacity: 1;
  }
}

.slider-wrapper .slider-item .slide-content > * {
  max-width: 35%;
}

.slider-item .slide-content .slide-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 5px;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(60%);
  color: #fff;
}

.slider-item .slide-content .slide-subtitle {
  font-size: 1rem;
  font-weight: normal;
  opacity: 0;
  transform: translateY(60%);
  color: #fff;
}

.slider-item.swiper-slide-active :where(.slide-title, .slide-subtitle) {
  animation: animate_text 0.6s 0.6s linear forwards;
}

@keyframes animate_text {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.slider-item .slide-content .slide-description {
  margin-top: 25px;
  line-height: 25px;
  opacity: 0;
  transform: translateY(60%);
}

.slider-item.swiper-slide-active .slide-description {
  animation: animate_text 0.6s 1s linear forwards;
}

.slider-item .slide-content .slide-button {
  display: block;
  margin-top: 45px;
  color: #fff;
  width: 0;
  padding: 13px 0;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border: 2px solid var(--primary-color);
  transition: 0.5s ease;
  opacity: 0;
  white-space: nowrap;
}

.slider-item.swiper-slide-active .slide-button {
  animation: animate_button 0.5s 1.3s linear forwards;
}

@keyframes animate_button {
  100% {
    width: 250px;
    opacity: 1;
  }
}

.slider-item .slide-content .slide-button span {
  opacity: 0;
}

.slider-item.swiper-slide-active .slide-button span {
  animation: animate_opacity 0.5s 1.5s linear forwards;
}

.slider-item .slide-content .slide-button:hover {
  color: #000;
  background: var(--primary-color);
}

.slider-container .slider-controls {
  position: absolute;
  bottom: 45px;
  z-index: 30;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

.slider-controls .slider-pagination {
  display: flex;
  list-style: none;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 20px;
  position: relative;
  justify-content: space-between;
}

.slider-pagination .slider-indicator {
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #fff;
  transition: 0.4s ease-in-out;
}

.slider-pagination .slider-tab {
  color: #DBDADA;
  padding: 20px 30px;
  cursor: pointer;
  text-align: center;
  font-size: 0.85rem;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.slider-controls .slider-tab.current {
  color: #fff;
}

.slider-navigations button {
  position: absolute;
  top: 50%;
  color: #fff;
  z-index: 20;
  border: none;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #202022;
  transform: translateY(-50%);
  transition: 0.4s ease;
}

.slider-navigations button:hover {
  background: #323235;
}

.slider-navigations button.swiper-button-disabled {
  display: none;
}

.slider-navigations button#slide-prev {
  left: 20px;
}

.slider-navigations button#slide-next {
  right: 20px;
}

@media (max-width: 1536px) {
  .slider-wrapper .slider-item .slide-content,
  .slider-controls .slider-pagination {
    width: 85%;
  }
}

@media (max-width: 1024px) {
  .slider-wrapper .slider-item .slide-content,
  .slider-controls .slider-pagination {
    width: 100%;
  }

  .slider-wrapper .slider-item .slide-content > * {
    max-width: 66%;
  }

  .slider-container .slider-controls {
    bottom: 50px;
  }

  @keyframes animate_button {
    100% {
      width: 100%;
      opacity: 1;
    }
  }

  .slider-navigations button {
    top: unset;
    bottom: -15px;
    background: none;
  }

  .slider-navigations button:hover {
    background: none;
  }
}

@media (max-width: 768px) {
  .slider-wrapper .slider-item .slide-content > * {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
    .slide-description {
        font-size: 11px;
    }
}

.material-symbols-rounded {
  font-family: 'Material Symbols Rounded', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-transform: none;
}

.about-container {
    position: relative;
    width: 100%;
    background-color: var(--secondary-color);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding: 45px;
  }

  .about-content {
    max-width: 930px;
    display: flex;
    flex-direction: column;
    z-index: 2;
    text-align: justify;
  }

  .about-title {
    color: var(--primary-color);
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .about-text {
    line-height: 1.8;
    font-size: 1rem;
    text-align: justify;
  }

  .about-text .highlight {
    color: var(--primary-color);
    font-weight: bold;
  }

  .about-button-container {
    align-self: center;
  }

  .about-button {
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }

  .about-button:hover {
    background-color: #fff;
    color: var(--primary-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }

  .about-decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
  }

  .decor-circle {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background-color: var(--primary-color);
    border-radius: 50%;
    opacity: 0.3;
  }

  .decor-rectangle {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 300px;
    height: 150px;
    background-color: var(--primary-color);
    transform: rotate(-45deg);
    opacity: 0.3;
  }

.mission-vision-strategy-container {
  display: flex;
  flex-direction: column;
}

.section-about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--background-color);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  background-color: var(--secondary-color);
  color: #fff;
}

.mission-vision-strategy-container .column {
  flex: 1;
  padding: 20px;
}

.mission-vision-strategy-container .title {
  font-size: 2rem;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.mission-vision-strategy-container .description {
  font-size: 1.2rem;
  color: var(--text-color);
  line-height: 1.8;
}

.mission-vision-strategy-container .image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease-in-out;
}

.mission-vision-strategy-container .image:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .section-about {
    flex-direction: column;
    text-align: center;
  }

  .column {
    padding: 0;
    width: 100%;
  }

  .image {
    margin-bottom: 20px;
  }
}

        .section-newone {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            align-items: flex-start;
            text-align: center;
            padding: 20px;
            background-color: #f9f9f9;
        }

        .item-newone {
            flex: 1 1 30%;
            max-width: 30%;
            margin: 10px;
        }

        .item-newone img {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }

        .item-newone h3 {
            margin-top: 10px;
            font-size: 1.2em;
            color: #333;
        }

        .item-newone p {
            font-size: 0.9em;
            color: #666;
        }

        @media (max-width: 768px) {
            .item-newone {
                flex: 1 1 100%;
                max-width: 100%;
            }
        }

/*Medjunarodni transposrt*/
/* Avio Transport Section */
.class-aviation {
    background-color: #f5f5f5;
    margin-bottom: 50px;
}

.class-aviation-header {
    position: relative;
    overflow: hidden;
}

.class-aviation-header img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}

.class-aviation-header:hover img {
    transform: scale(1.1);
}

.class-aviation h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}

.class-aviation-content {
    padding: 20px;
    text-align: left;
    font-size: 16px;
}

.class-aviation-content ul {
    list-style: none;
    padding: 0;
}

.class-aviation-content ul li {
    padding: 8px 0;
}

.class-aviation-content a {
    color: #ffb500;
    text-decoration: none;
    font-weight: bold;
}

.class-aviation-content a:hover {
    text-decoration: underline;
}

/* Cestovni Transport Section */
.class-road {
    background-color: #fff;
    margin-bottom: 50px;
}

.class-road-header {
    position: relative;
    overflow: hidden;
}

.class-road-header img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}

.class-road-header:hover img {
    transform: scale(1.1);
}

.class-road h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}

.class-road-content {
    padding: 20px;
    font-size: 16px;
}

.class-road-content ul {
    list-style: none;
    padding: 0;
}

.class-road-content ul li {
    padding: 8px 0;
}

.class-road-content strong {
    color: #333;
}

/* Pomorski Transport Section */
.class-maritime {
    background-color: #f5f5f5;
    margin-bottom: 50px;
}

.class-maritime-header {
    position: relative;
    overflow: hidden;
}

.class-maritime-header img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}

.class-maritime-header:hover img {
    transform: scale(1.1);
}

.class-maritime h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}

.class-maritime-content {
    padding: 20px;
    text-align: left;
    font-size: 16px;
}

.class-maritime-content ul {
    list-style: none;
    padding: 0;
}

.class-maritime-content ul li {
    padding: 8px 0;
}

.class-maritime-content strong {
    color: #333;
}

/* Main container for image and text */
.domestic-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  gap: 20px;
}

.domestic-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.domestic-text {
  max-width: 50%;
}

.domestic-text h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

.domestic-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .domestic-container {
    flex-direction: column;
    align-items: center;
  }

  .domestic-text {
    max-width: 100%;
  }
}

 /* General styling for FAQ */
        .faq-container {
            background-image: url('https://ecbh.ba/storage/video/untitled-design2.png');
            background-size: cover;
            background-position: center;
            padding: 50px;
            color: #fff;
        }

        .faq-header {
            text-align: center;
            font-size: 36px;
            margin-bottom: 30px;
            color: var(--primary-color);
        }

        .faq-item {
            background-color: rgba(0, 0, 0, 0.5);
            margin: 15px 0;
            padding: 20px;
            border-radius: 10px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .faq-item:hover {
            background-color: rgba(0, 0, 0, 0.7);
        }

        .faq-question {
            font-size: 20px;
            font-weight: bold;
        }

        .faq-answer {
            display: none;
            margin-top: 10px;
            font-size: 16px;
        }

        /* Button style for toggling FAQ */
        .toggle-btn {
            background-color: #ffb500;
            color: #fff;
            border: none;
            padding: 10px 20px;
            cursor: pointer;
            font-size: 16px;
            border-radius: 5px;
        }

        .toggle-btn:hover {
            background-color: #fff;
        }

.akti-section {
    padding: 20px;
    margin: 30px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.akti-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.akti-btn {
    background-color: #ffb500;
    color: #fff;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.akti-btn:hover {
    background-color: var(--secondary-color);
    transform: scale(1.05);
  color: #fff;
}

.akti-nagrade {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.nagrada-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.nagrada-img:hover {
    transform: scale(1.1);
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
    color: #ffb500;
}

        #usluge-onama, #usluge-dostava {
            flex: 1 1 calc(50% - 20px);
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            padding: 20px;
            box-sizing: border-box;
        }

        .usluge-onamacontainer, .usluge-dostavacontainer {
            padding: 20px;
        }

        .usluge-onamah2, .usluge-dostavah2 {
            font-size: 24px;
            margin-bottom: 20px;
            color: #333;
            border-bottom: 2px solid #333;
            padding-bottom: 10px;
        }

        .usluge-tabela {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
        }

        .usluge-tabela th, .usluge-tabela td {
            padding: 12px;
            text-align: left;
            border-bottom: 1px solid #ddd;
            width: 30%;
        }

        .usluge-tabela th {
            background-color: var(--primary-color) !important;;
            font-weight: bold;
			color: #fff;			
        }

        .usluge-tabela tr:hover {
            background-color: #f1f1f1;
        }

        @media (max-width: 768px) {
            #usluge-onama, #usluge-dostava {
                flex: 1 1 100%;
            }
        }