@font-face {
  font-family: 'Ethnocentric';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/ethnocentric/ethnocentric-rg.woff') format('woff');
}

/* Logo-matching font for headings site-wide (not buttons â Ethnocentric is too wide) */
h1, h2, h3, h4, h5, h6,
.banner__title,
.breadcrumb__title,
.rr-section-title,
.feature-5__item-content-title,
.choice__item-title,
.blog-4__item-content-title,
.footer__widget-title h4,
.footer-widget__title,
.w2f-fox-hero__title,
.w2f-fox-card__title,
.w2f-fox-hero__watermark,
.w2f-fox-hello {
  font-family: 'Ethnocentric', 'Plus Jakarta Sans', sans-serif;
  letter-spacing: 0.03em;
  font-weight: 400;
}

/* Section / content titles: black (not theme green) */
.section__title-wrapper-title,
.section__title-wrapper-title-2,
.service-5__title,
.sec-title__title,
.about-mv-title,
.about-4__content h4,
.choose-us__content-wrapper-box-title h3 {
  color: #000000;
}

/* Home section H2 titles: same size across index */
.section__title-wrapper-title,
.section__title-wrapper-title-2,
.service-5__title,
.sec-title__title,
.offer-country-section .title-one .title {
  font-size: 32px !important;
  line-height: 1.3 !important;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: none;
}

@media (max-width: 767.98px) {
  .section__title-wrapper-title,
  .section__title-wrapper-title-2,
  .service-5__title,
  .sec-title__title,
  .offer-country-section .title-one .title {
    font-size: 26px !important;
  }
}


.about-4__content .section__title-wrapper-title,
.choose-us__content .section__title-wrapper-title {
  font-size: 32px !important;
  line-height: 1.3 !important;
}

/* Mission / Vision: readable subheads, not display font */
.about-mv-title,
.about-4__content .about-mv-title {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #000;
}

.about-mission-vision p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
  word-break: normal;
  overflow: visible;
}

/* About Mission / Vision â pill toggle */
.about-mv-tabs__nav {
  display: inline-flex !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  background: #f3f4f6;
  padding: 4px;
  gap: 0;
  margin-bottom: 18px;
  flex-wrap: nowrap;
  width: auto;
  max-width: 100%;
}

.about-mv-tabs__nav .nav-item {
  margin: 0;
}

.about-mv-tabs__nav .nav-link {
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #555 !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 10px 22px !important;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: none !important;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.about-mv-tabs__nav .nav-link:hover {
  color: #111 !important;
  background: transparent !important;
}

.about-mv-tabs__nav .nav-link.active {
  background: #ffd200 !important;
  color: #000 !important;
  box-shadow: 0 4px 12px rgba(255, 210, 0, 0.35) !important;
}

.about-mv-tabs__content {
  padding-top: 2px;
  max-width: 560px;
}

.about-mv-tabs__content p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #636363;
  margin: 0;
  max-width: 560px;
}

.about-mv-tabs__content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  max-width: 560px;
}

.about-mv-tabs__content ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #222;
  margin-bottom: 8px;
}

.about-mv-tabs__content ul li i {
  color: #ffd200;
  margin-top: 3px;
}

/* service-5: balanced title size + tighter paragraph */
.service-5__title {
  margin-bottom: 14px !important;
}

.service-5__dec {
  font-size: 15px !important;
  line-height: 1.55 !important;
  overflow: visible !important;
  max-height: none !important;
  -webkit-line-clamp: unset !important;
  display: block !important;
  white-space: normal !important;
}

.service-5__area {
  background: transparent !important;
  background-color: transparent !important;
}

.service-5__area.section-space {
  padding-bottom: 0 !important;
}

/* choose-us-4: smaller titles, body paras left-aligned, keep original SVG icons */
.choose-us-4__item {
  text-align: left !important;
}

.choose-us-4__item .icon {
  margin-bottom: 18px;
  text-align: center;
}

.choose-us-4__item .icon svg {
  display: inline-block !important;
  max-width: 64px;
  width: 64px;
  height: auto;
}

.choose-us-4__item .icon i.fa-solid {
  display: none !important;
}

.choose-us-4__item .title,
.choose-us-4__item .title a {
  font-family: 'Ethnocentric', 'Plus Jakarta Sans', sans-serif !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em;
  color: #000 !important;
  margin-bottom: 10px;
  text-align: left !important;
}

.choose-us-4__item .dec {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  color: #636363 !important;
  margin-bottom: 0 !important;
  text-align: left !important;
}

/* Hover content panel: transparent, wider, less padding */
.service-5__area .service-5__item-thumb-content {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  width: calc(100% - 8px) !important;
  max-width: 100% !important;
  padding: 12px 14px 10px !important;
}

.service-5__area .service-5__item-thumb-content-title a,
.service-5__area .service-5__item-thumb-content-btn {
  color: #ffffff !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

.service-5__area .service-5__item-thumb-content-dec {
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  max-width: 100% !important;
  margin-bottom: 6px !important;
}

/* Dark overlay on service card image hover */
.service-5__area .service-5__item-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  z-index: 1;
  pointer-events: none;
}

.service-5__area .service-5__item:hover .service-5__item-thumb::after {
  opacity: 1;
  visibility: visible;
}

/* Countries / project slider section background */
.project-area.project-area--countries-bg {
  position: relative;
  isolation: isolate;
  background-color: #081828 !important;
  background-image: url("../imgs/home-5/countries-bg-1-1.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Project cards: always show country name + black overlay */
.project-area .project-three__single-inner {
  overflow: hidden;
  border-radius: 20px;
  min-height: 422px !important;
  max-height: 422px;
}

.project-area .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 422px;
  border-radius: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.15) 100%);
  z-index: 2;
  opacity: 1 !important;
  pointer-events: none;
}

.project-area .project-three__single-content {
  display: block !important;
  visibility: visible !important;
  background: transparent !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  left: 16px !important;
  right: 16px !important;
  bottom: 20px !important;
  width: auto !important;
  padding: 0 !important;
  overflow: visible !important;
  z-index: 5 !important;
  pointer-events: none;
  text-align: center !important;
}

.project-area .project-three__single-content p,
.project-area .project-three__single-content .button {
  display: none !important;
}

.project-area .project-three__single-content h4 {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 0 auto !important;
  color: #ffffff !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.02em;
  text-align: center !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
}

/* Expanded / active big card: name centered larger */
.project-area .slider_hover__item li.active .project-three__single-content,
.project-area .slider_hover__item li:hover .project-three__single-content {
  left: 20px !important;
  right: 20px !important;
  bottom: 28px !important;
  text-align: center !important;
}

.project-area .slider_hover__item li.active .project-three__single-content h4,
.project-area .slider_hover__item li:hover .project-three__single-content h4 {
  font-size: 28px !important;
  text-align: center !important;
}

.project-area .slider_hover__item li:hover .project-three__single-content,
.project-area .slider_hover__item li.active .project-three__single-content,
.project-area .slider_hover__item li .project-three__single-content {
  opacity: 1 !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.project-area .project-small-img {
  z-index: 6;
}

/* Services page CTA (from way2fly.in our-services) */
.w2f-services-cta {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  background: #081828;
}
.w2f-services-cta__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.25;
  pointer-events: none;
}
.w2f-services-cta .container {
  position: relative;
  z-index: 1;
}
.w2f-services-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.w2f-services-cta__title {
  margin: 0;
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .w2f-services-cta {
    padding: 50px 0;
  }
  .w2f-services-cta__title {
    font-size: 26px;
  }
}
