@font-face {
  font-family: "Eurostile";
  src: url("./eurostile_extended_black.ttf");
}
@font-face {
  font-family: "EuroStile-regular";
  src: url("./EurostileBQ-Regular.otf");
}

:root {
  --primary-color: rgb(253, 181, 43);
  --primary-font: "Eurostile", sans-serif;
  --paragraph-font--: "EuroStile-regular";
  ---paragraph-weight--: 500;
}
* {
  margin: 0;
}
.servicesDiv1 {
  background: url("./../image/incoterms/bg01.jpeg");
  background-size: cover;
  background-position: center;
  padding-top: 225px;
  padding-bottom: 80px;
  margin-bottom: 30px;
}
.sectionDivs {
  padding: 0px 7vw;
}
.servicesDiv-top h1 {
  /* font-family: "Outfit"; */
  font-family: var(--primary-font);
  font-size: 4rem;
  color: white;
  text-transform: uppercase;
}
.inco_terms p {
  font-family: var(--paragraph-font--) !important;
  font-weight: var(---paragraph-weight--) !important;
  font-size: 16px;
}
.servicesDiv-top p a {
  color: white;
  text-decoration: none;
  /* font-family: "Poppins"; */
  font-family: var(--primary-font);
  font-size: 1.2rem;
  padding-right: 12px;
}
.servicesDiv-top p i {
  color: white;
  padding-right: 12px;
}
.services-text {
  color: var(--primary-color) !important;
}
.box .sectionDivs h3 {
  color: black;
  text-transform: uppercase;
}
.sectionDivs h3 {
  /* font-family: "Platypi", sans-serif; */
  font-family: var(--primary-font);
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  padding-top: 50px;
  margin-bottom: 30px;
  word-spacing: 10px;
}
.boxx .sectionDivs h3 {
  color: black;
  /* padding-left: 20px; */
  margin-top: 50px;
  padding-top: 0px;
  text-transform: uppercase;
  word-spacing: 10px;
}
.inco_terms h3 {
  /* font-family: Platypi; */
  font-family: var(--primary-font);
  font-size: 27px;
  color: #fdb52b;
  padding-top: 0px;
  margin-bottom: 30px;
  font-weight: 600;
}
.sectionDivs p {
  font-size: 17px;
  color: #000000;
  font-weight: 400;
  /* font-family: "Rokkitt"; */
  font-family: var(--primary-font);
  line-height: 1.7;
}

.inco_section {
  padding: 30px 0;
}

.faq-item .accordion-button.collapsed {
  border-radius: 10px !important;
  box-shadow: 1px 1px 10px rgba(198, 198, 198, 0.719);
}
.faq-item .accordion-button.collapsed:hover {
  background-color: rgba(239, 239, 239, 0.555);
}
.box .faq-item .accordion-button.collapsed:hover {
  /* border: 1px solid #fdb52b; */
}
.accordion-button:not(.collapsed) {
  box-shadow: unset;
  background-color: rgba(239, 239, 239, 0.555);
}
/* .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-radius: 10px !important;
}
.accordion-item:first-of-type {
  border-radius: 10px !important;
} */
.faq-item .accordion-button {
  color: #020202;
  border: none;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  font-weight: bold;
  padding-top: 22px;
  padding-bottom: 22px;
  text-transform: uppercase;
}

.accordion-button::after {
  background-image: url("./../image/incoterms/plusblack.png");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("./../image/incoterms/minus.png");
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-body {
  background: #ffffff;
  color: #000000;
  font-family: var(--paragraph-font--);
  font-size: 17px;
  line-height: 1.7;
  font-weight: var(---paragraph-weight--);
  box-shadow: 1px 1px 10px rgba(198, 198, 198, 0.719);
}
.opening {
  opacity: 1;
  transform: translateY(0);
  background: transparent;
}
.accordion-item {
  border: 0px;
  border-radius: 10px;
}

.sectionDivs {
  padding: 0px 7vw;
}

.need {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.needs-heading h2 {
  font-size: 18px;
  color: #111111;
}
.ctus {
  /* font-family: "poppins"; */
  font-family: var(--paragraph-font--);
  font-weight: var(---paragraph-weight--);
  align-items: center;
  margin: 0px 0px 0px 0px;
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  border-color: #000000;
  position: relative;
  display: inline-block;
  outline: none;
  overflow: hidden;
  z-index: 1;
  line-height: 1;
  background: #fdb52b;
  padding: 15px 20px;
  border-radius: 10px;
  color: #000000;
}
.ctus:hover {
  background-color: #000000;
  color: #fdb52b;
}
.needs {
  padding: 40px 0;
  background: aliceblue;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .title1 .entry-title {
    font-size: 38px;
    font-weight: 500;
  }
  .sectionDivs h3 {
    font-size: 18px;
  }
  .sectionDivs p {
    font-size: 14px;
  }
  .faq-item .accordion-button.collapsed {
    font-size: 14px;
  }
  .needs-heading h2 {
    font-size: 12px;
  }
  .ctus {
    padding: 10px 15px;
    font-size: 14px;
  }
  .accordion-body {
    font-size: 14px;
  }
  .need {
    display: flex;
    flex-direction: column;
    gap: 10px !important;
  }
}
@media (max-width: 576px) {
  .servicesDiv-top h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 450px) {
  .servicesDiv-top h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .title1 .entry-title {
    font-size: 32px;
    font-weight: 400;
  }
  .sectionDivs h3 {
    font-size: 14px;
  }
  .sectionDivs p {
    font-size: 12px;
  }
  .faq-item .accordion-button.collapsed {
    font-size: 12px;
  }
  .needs-heading h2 {
    font-size: 13px;
  }
  .ctus {
    padding: 5px 10px;
    font-size: 13px;
  }
  .accordion-header {
    margin-bottom: -10px;
  }
  .accordion-body {
    font-size: 13px;
  }
}
