/* Museo Slab 100 */
@font-face {
  font-family: "Museo Slab 100";
  src: url("../fonts/Museo_Slab_100.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

/* Museo Slab 300 */
@font-face {
  font-family: "Museo Slab 300";
  src: url("../fonts/Museo_Slab_300.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

/* Museo Slab 500 */
@font-face {
  font-family: "Museo Slab 500";
  src: url("../fonts/Museo_Slab_500.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

/* Museo Slab 700 */
@font-face {
  font-family: "Museo Slab 700";
  src: url("../fonts/Museo_Slab_700.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

/* Museo Slab 900 */
@font-face {
  font-family: "Museo Slab 900";
  src: url("../fonts/Museo_Slab_900.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

/* Museo Slab 1000 */
@font-face {
  font-family: "Museo Slab 1000";
  src: url("../fonts/Museo_Slab_1000.otf") format("opentype");
  font-weight: 1000;
  font-style: normal;
}
/* Black */
@font-face {
  font-family: "FieldworkGeo";
  src: url("../fonts/Fieldwork-Geo-Black.ttf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: "FieldworkGeo";
  src: url("../fonts/Fieldwork-Geo-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

/* Demibold */
@font-face {
  font-family: "FieldworkGeo";
  src: url("../fonts/Fieldwork-Geo-Demibold.ttf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

/* Fat */
@font-face {
  font-family: "FieldworkGeo";
  src: url("../fonts/Fieldwork-Geo-Fat.ttf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

/* Hair */
@font-face {
  font-family: "FieldworkGeo";
  src: url("../fonts/Fieldwork-Geo-Hair.ttf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

/* Light */
@font-face {
  font-family: "FieldworkGeo";
  src: url("../fonts/Fieldwork-Geo-Light.ttf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

/* Regular */
@font-face {
  font-family: "FieldworkGeo";
  src: url("../fonts/Fieldwork-Geo-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

/* Thin */
@font-face {
  font-family: "FieldworkGeo";
  src: url("../fonts/Fieldwork_Geo_Thin.ttf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
:root {
  --primary-color: #c72727;
  --secondary-color: #f99500;
}

body {
  font-family: "Open Sans", sans-serif;
}

a.navbar-brand img {
  width: 140px;
}

.bg-grey {
  background: #f2f4f6;
}

header a.nav-link {
  font-weight: 600;
  font-size: 16px;
  padding: 5px 20px !important;
  border-radius: 8px;
  color: #222;
}

header a.nav-link:hover {
  background: #f2f4f6;
  border-radius: 8px;
}
.banner {
  overflow: hidden;
}

/* -------------------------------------
   SLIDE BACKGROUND COLORS 
-------------------------------------- */
.ban_slider .item {
  position: relative;
  padding: 15px 0;
  transition: background 0.8s ease-in-out;
}

.slide-bg-1 {
  background: linear-gradient(to right, #00539b, #0075ce);
}

.slide-bg-2 {
  background: linear-gradient(to right, #00539b, #7dc048);
}

.slide-bg-3 {
  background: linear-gradient(to right, #00539b, #1694d0);
}

.slide-bg-4 {
  background: linear-gradient(to right, #00539b, #8a3497);
}

.slide-bg-5 {
  background: linear-gradient(to right, #00539b, #0075ce);
}

/* -------------------------------------
   TEXT BOX STYLE 
-------------------------------------- */
.ban_slider .txt_bx {
  position: relative;
  padding-top: 50px;
  padding-right: 50px;
  z-index: 10;
}

/* -------------------------------------
   MOVE SLICK DOTS INTO .txt_bx (VISUALLY)
-------------------------------------- */
.ban_slider {
  position: relative;
}

.ban_slider .slick-dots {
  position: absolute;
  bottom: 50px; /* inside text box */
  left: 30%; /* start from left */
  transform: translateX(-50%);
  text-align: left !important;
  padding-left: 15px; /* align with text spacing (optional) */
  width: auto;
}

.ban_slider .slick-dots li button:before {
  color: #fff;
  font-size: 14px;
  opacity: 0.5;
}

.ban_slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}

section.banner h1 {
  color: #fff;
  margin-bottom: 15px;
  font-family: "FieldworkGeo", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
}

section.banner p {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
}
.dflt_btn {
  line-height: inherit;
  cursor: pointer;

  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}
.hero_btn {
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.services {
  display: flex;
  justify-content: center;
}
.servs {
  padding: 60px 0;
}

.services a {
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
  max-width: 100%;
  display: inline-block;
}

.services .serv_bx {
  background-color: #fff;
  opacity: 1;
  border-radius: 16px;
  width: 210px;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 25px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  border: 1px solid #e6e8ea;
  color: #151c34;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 15px;
  display: flex;
}

.services .serv_bx img {
  opacity: 1;
  width: 96px;
  margin-bottom: 15px;
  margin-right: 0;
}

.services .serv_bx h5 {
  font-size: 18px;
  text-decoration: none;
  color: #00539b;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.services a .serv_bx:hover {
  transform: scale(1.025);
  box-shadow: 0 3px 6px #00000026;
}

.news h2 {
  margin-bottom: 0;
  font-family: "Museo Slab 700", sans-serif;
  font-size: 32px;
  color: #333;
  margin-top: 0;
  line-height: 40px;
}
.news .card p {
  color: #000;
}

.news a.news_btn {
  background: none;
  color: #00539b;
  font-size: 16px;
  font-weight: 700;
}

.news .card {
  height: 100%;
  background-color: #fff;
  border-radius: 12px;
  display: block;
  overflow: hidden;
  box-shadow: 0 2px 6px #00000026;
}

.news {
  padding: 50px 0;
}

.news .card h5 {
  margin-bottom: 15px;
  text-decoration: none;
  color: #000;
  text-transform: none;
  margin-top: 0;

  font-size: 18px;
  line-height: 26px;
  overflow: hidden;
  font-weight: 700;
}
.news .card a {
  text-decoration: none;
}

.news .card a.btn {
  color: #00539b;

  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  padding: 0;
}

section.careers {
  padding: 70px 0;
  background: linear-gradient(120deg, #004683, #0075ce);
}

section.careers h2 {
  color: #fff;
  text-align: center;
  margin: 0 auto 15px;
  font-size: 34px;
  line-height: 40px;
  font-family: "FieldworkGeo", sans-serif;
  font-weight: 700;
}

section.careers p {
  color: #fff;
  text-align: center;
  margin: 0 auto 15px;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

section.careers a.careers_btn {
  color: #00539b;
  text-align: center;
  background: #fff;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 25px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  &:hover {
    transform: scale(1.025);
    box-shadow: 0 6px 15px #00000026;
  }
}

footer {
  padding: 40px 0;
  background: #f2f4f6;
}

.socials {
  display: flex;
  justify-content: end;
  gap: 10px;
}

.socials a {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #b4b4b4;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  &:hover {
    background: #00539b;
  }
}

footer h4 {
  border-bottom: 1px solid #dcdee0;
  margin-top: 0;
  padding-bottom: 10px;
  font-family: "FieldworkGeo", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

footer ul li a {
  margin-bottom: 5px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.2s ease-in-out;
  &:hover {
    color: #00539b;
    text-decoration: underline;
  }
}
.copyright p {
  font-size: 11px;
  line-height: 18px;
  color: #333333;
  margin: 0;
}
.copyright {
  margin-top: 40px;
}

.services2 {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.servs2 {
  padding: 80px 0;
}
.servs2 h2 {
  text-align: center;
  margin: 0 auto 60px;
  font-family: "Museo Slab 700", sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.serv_bx2 img {
  max-height: 160px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.serv_bx2 h5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}

.serv_bx2 p {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

section.solution {
  padding: 80px 0;
  background: #f2f4f6;
}

.solution h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  font-family: "Museo Slab 700";
  margin-bottom: 80px;
}

.sol_bx {
  display: flex;
  align-items: start;
  gap: 25px;
  padding-right: 40px;
}

.sol_bx img {
  width: 80px;
}

.sol_bx h4 {
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: 700;
}

.sol_bx p {
  color: #333;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

a.solution_btn {
  background: #7dc048;
  color: #fff;
  border-radius: 50px;
  padding-left: 25px;
  padding-right: 25px;
  transition: all 0.2s ease-in-out;
  &:hover {
    transform: scale(1.025);
    box-shadow: 0 6px 15px #00000026;
  }
}

section.com_sect {
  padding: 50px 0;
}

section.com_sect h2 {
  font-family: "Museo Slab 700";
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 auto 15px;
}

.com_sect p {
  margin-bottom: 30px;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 26px;
}

.cta {
  padding: 50px 0;
}

.cta h2 {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  text-align: center;
  margin: 0 auto 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.cta p {
  margin-bottom: 30px;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 26px;
}

.cta a {
  color: #52812c;
  background-color: #fff;
  border-radius: 35px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
  &:hover {
    transform: scale(1.025);
    box-shadow: 0 6px 15px #00000026;
  }
}

.about_serv .services2 .serv_bx2 {
  width: 30%;
  text-align: center;
}

.about_serv .services2 img {
  width: 80px;
}

.about_serv .services2 .serv_bx2 a {
  background-color: #00539b;
  color: #ffffff;
  border-radius: 15px;
  align-self: center;
  height: 30px;
  padding: 0 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  line-height: 30px;
  transition: all 0.2s;
  margin-top: 10px;
}

section.banner.res p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

section.banner.res h5 {
  color: #fff;
  text-align: left;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.res_serv .services2 .serv_bx2 a {
  background-color: #7dc048;
  color: #ffffff;
  border-radius: 30px;
  align-self: center;
  padding: 5px 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  line-height: 30px;
  transition: all 0.2s;
  margin-top: 10px;
  transition: all 0.2s ease-in-out;
  &:hover {
    transform: scale(1.025);
    box-shadow: 0 6px 15px #00000026;
  }
}

.res_serv .services2 .serv_bx2 {
  text-align: center;
  padding: 0 50px;
}

.res_serv .services2 .serv_bx2 img {
  width: 250px;
  max-height: 100%;
}

.resources .services2 .serv_bx2 a {
  background-color: #7dc048;
  color: #ffffff;
  border-radius: 30px;
  align-self: center;
  padding: 5px 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  line-height: 30px;
  transition: all 0.2s;
  margin-top: 10px;
  transition: all 0.2s ease-in-out;
  &:hover {
    transform: scale(1.025);
    box-shadow: 0 6px 15px #00000026;
  }
}

.resources .services2 .serv_bx2 {
  text-align: center;
}

.resources .services2 .serv_bx2 img {
  width: 150px;
  max-height: 100%;
}

.careers_bnr {
  padding: 60px;
  background: url(../images/career-bg.webp) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.careers_bnr h1 {
  color: #fff;
  margin-bottom: 15px;
  font-family: "FieldworkGeo", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
}

.career_bx {
  position: relative;
}

.career_bx img {
  position: absolute;
  right: 0;
  top: 60px;
  max-width: 380px;
}

.career_serv .serv_bx2 img {
  width: 80px;
}

.career_serv .serv_bx2 {
  width: 25%;
}

.culture {
  padding: 80px 0;
}

.culture h2 {
  text-align: center;
  font-family: "Museo Slab 700";
  font-size: 32px;
  line-height: 40px;
  color: #fff;
}

.culture p {
  margin-right: auto;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
}

.culture .item p {
  font-weight: 600;
}
.culture .slick-next:before,
.slick-prev:before {
  font-size: 50px;
}

.persona-section {
  display: none;
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fafafa;
}

.get_started {
  padding: 100px 0;
}
.get_start img {
  width: 150px;
}

.persona-section,
.credit-box {
  display: none;
}

.credit-box {
  background: #fafafa;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
}


/* -------------------------------------
   CONTACT MODERN SECTION 
-------------------------------------- */
.contact-info-content h2 {
  font-family: "FieldworkGeo", sans-serif;
}

.contact-form-wrapper h3 {
  font-family: "Museo Slab 700", sans-serif;
  color: #333;
}

.contact-modern .form-control {
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.contact-modern .form-control:focus {
  box-shadow: none;
  background: #fff;
  border: 1px solid #00539b;
}

.contact-modern .btn-primary {
  background-color: #00539b;
  border-color: #00539b;
  padding: 12px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.contact-modern .btn-primary:hover {
  background-color: #00427a;
  border-color: #00427a;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 83, 155, 0.3);
}

.contact-modern .icon-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.contact-modern .icon-box:hover {
    background-color: #00539b !important;
    color: #fff !important;
}
