/* ================================================
   APTOS FONT — SELF HOSTED
   Font files : assets/webfonts/
   This file  : assets/css/style-we.css
   Relative path from CSS → fonts = ../webfonts/
================================================ */

/* 300 — Light */
@font-face {
  font-family: 'Aptos';
  src: url('../webfonts/Aptos-Light.woff2') format('woff2'),
       url('../webfonts/Aptos-Light.woff')  format('woff'),
       url('../webfonts/Aptos-Light.ttf')   format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* 300 — Light Italic */
@font-face {
  font-family: 'Aptos';
  src: url('../webfonts/Aptos-Light-Italic.woff2') format('woff2'),
       url('../webfonts/Aptos-Light-Italic.woff')  format('woff'),
       url('../webfonts/Aptos-Light-Italic.ttf')   format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* 400 — Regular */
@font-face {
  font-family: 'Aptos';
  src: url('../webfonts/Aptos.woff2') format('woff2'),
       url('../webfonts/Aptos.woff')  format('woff'),
       url('../webfonts/Aptos.ttf')   format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 400 — Italic */
@font-face {
  font-family: 'Aptos';
  src: url('../webfonts/Aptos-Italic.woff2') format('woff2'),
       url('../webfonts/Aptos-Italic.woff')  format('woff'),
       url('../webfonts/Aptos-Italic.ttf')   format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* 600 — SemiBold */
@font-face {
  font-family: 'Aptos';
  src: url('../webfonts/Aptos-SemiBold.woff2') format('woff2'),
       url('../webfonts/Aptos-SemiBold.woff')  format('woff'),
       url('../webfonts/Aptos-SemiBold.ttf')   format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* 600 — SemiBold Italic */
@font-face {
  font-family: 'Aptos';
  src: url('../webfonts/Aptos-SemiBold-Italic.woff2') format('woff2'),
       url('../webfonts/Aptos-SemiBold-Italic.woff')  format('woff'),
       url('../webfonts/Aptos-SemiBold-Italic.ttf')   format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* 700 — Bold */
@font-face {
  font-family: 'Aptos';
  src: url('../webfonts/Aptos-Bold.woff2') format('woff2'),
       url('../webfonts/Aptos-Bold.woff')  format('woff'),
       url('../webfonts/Aptos-Bold.ttf')   format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 700 — Bold Italic */
@font-face {
  font-family: 'Aptos';
  src: url('../webfonts/Aptos-Bold-Italic.woff2') format('woff2'),
       url('../webfonts/Aptos-Bold-Italic.woff')  format('woff'),
       url('../webfonts/Aptos-Bold-Italic.ttf')   format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* 800 — ExtraBold */
@font-face {
  font-family: 'Aptos';
  src: url('../webfonts/Aptos-ExtraBold.woff2') format('woff2'),
       url('../webfonts/Aptos-ExtraBold.woff')  format('woff'),
       url('../webfonts/Aptos-ExtraBold.ttf')   format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* ================================================
   GLOBAL BASE
================================================ */
:root {
  --header-height: 100px; /* fallback = approximate header height */
}

body {
  font-family: 'Aptos', 'Segoe UI', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #292929;
  letter-spacing: -0.08px;
  background-color: #FFFFFF;
  line-height: 1.15;
   font-size: 18px;
  margin: 0;
  padding: 0;
  padding-top: var(--header-height);
}

/* ================================
   GLOBAL (Used in Index)
================================ */
.green, .career-content h3 span, h3.contact-title span, h3.office-intro span
{
	color:#36ad4a;
}
.yellow
{
	color:#fec80c;
}
.grey, .career-content h3, h3.contact-title, h3.office-intro
{
	color:#707070;
}
.career-content h3, h3.contact-title, h3.office-intro
{
	font-weight:400;
}
.dark-green, .heading
{
	color:#014533;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;    
    line-height: 1.2;
}
h1, .inner-short-banner h2 {
    font-size: 60px;
    line-height: 60px;   
    margin-bottom: 14px;   
}
h2 { font-size: 2.5rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; /*line-height: 1.4;*/}
h5 { font-size: 1.35rem; line-height: 1.4; }
h6 { font-size: 1.2rem; }
/*p { color: #525252; }*/
a { text-decoration: none; }
.fw-bold
{
	font-weight:bold !important;
}

.ptb-100
{
	padding:100px 0px;
}
.ptb-80
{
	padding:80px 0px;
}
.mt-8
{
	margin-top:80px;
}
#iframeid {
    display: block;
}
.btn-connect, .btn-upload, .email-pill, .btn-submit
{
	padding: 10px 22px;
    border-radius: 30px;
    text-decoration: none;
	color: #014533;font-weight: 600;
	background: #fec80c;
	border:none;font-size:16px;
}
.btn-submit, .email-pill
{
	display: inline-flex;
    align-items: center;
}
.btn-submit i, .email-pill i
{
	color: #fec80c;
}
/* -------- Banner -------- */
.inner-banner {
  position: relative;
  width: 100%;
  min-height: 80vh;
  display: flex;
  align-items: center; 
  overflow: hidden;
}
.inner-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.inner-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(53, 173, 74, 0.8) 0%,   
    rgba(53, 173, 74, 1) 100%     
  );
  mix-blend-mode: multiply;
  opacity: 0.54;
  pointer-events: none;
}

.inner-banner .container {
  position: relative;
  z-index: 3;
}
.inner-banner .banner-text {
    color: #fff;
}
.inner-banner .banner-text h1 {
     color: #fff; font-weight:400;
}
.inner-banner .banner-text p {
  font-size: 22px;
  color: #E0E0E0;  
  margin-bottom: 0px;
}
/* ── Inner Banner Animations── */
.inner-banner {
  position: relative;
  overflow: hidden;
  --overlay-opacity: 0.54;  
}
.inner-banner::after {
  opacity: var(--overlay-opacity) !important;
}
.inner-banner img{
  width: 100%;
  display: block;
  will-change: transform;
  transform-origin: center center;
}
.inner-banner .banner-text h1 {
  opacity: 0;
  transform: translateY(40px);
  will-change: opacity, transform;
}
.inner-banner .banner-text p {
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
/* =========================
   INNER SHORT BANNER
========================= */
.inner-short-banner {
  position: relative;
    width: 100%;
    min-height: 50vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.inner-short-banner:after
{
	content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(53, 173, 74, 0.6) 0%, rgba(53, 173, 74, 1) 100%);
    mix-blend-mode: multiply;
    opacity: 0.6;
    pointer-events: none;
}
.inner-short-banner img {
  position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.inner-short-banner .container {
  position: relative;
    z-index: 3;
}
.inner-short-banner h2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #fff;
    align-items: center;
}
/* Arrow circle */
.arrow-circle {
 width: 40px;
    height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.arrow-circle i {
  font-size: 18px;
  color: #fff;
  transition: transform 0.3s ease;
}
/* ================================================
   HEADER BASE
================================================ */
.header {
  background: #fff;
  z-index: 1000;
  padding: 0;
  transition: box-shadow 0.35s ease;
}

/* ── Desktop inner: single row, logo left, right-side right ── */
.header-inner {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: height 0.35s ease;
}

/* Logo */
.logo img {
  height: 68px;
  width: auto;
  display: block;
  transition: height 0.35s ease;
}

/* ── Right column: ticker on top, nav below ── */
.right-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
}

/* Stock ticker */
.pt-iframe {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  overflow: hidden;
  max-height: 48px;
  opacity: 1;
  margin-bottom: 6px;
  transition: max-height 0.4s ease, opacity 0.3s ease, margin 0.3s ease;
}
.pt-iframe iframe {
  width: 410px;
  height: 48px;
  border: none;
  display: block;
}

/* ================================================
   NAVBAR  (desktop only — d-none d-lg-flex in HTML)
================================================ */
.navbar {
  background: transparent !important;
  padding: 0 !important;
}

.navbar-nav {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0;
}

/* Kill Bootstrap default caret */
.navbar-nav .nav-item > .nav-link.dropdown-toggle::after {
  display: none !important;
}

/* Caret icon */
.nav-caret {
  font-size: 10px;
  color: #888;
  display: inline-block;
  line-height: 1;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), color 0.2s ease;
}

/* Desktop nav link */
.navbar-nav .nav-item > .nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px 22px;   
  margin-bottom: -14px;  
  font-size: 16px;
  font-weight: 400;
  color: #292929;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  border-radius: 6px 6px 0 0;
  background: transparent;
  transition: color 0.2s ease, font-weight 0.2s ease;
}

.navbar-nav .nav-item:hover > .nav-link {
  color: #014533;
  font-weight: 700;
}
.navbar-nav .nav-item:hover > .nav-link .nav-caret {
  transform: rotate(180deg);
  color: #014533;
}

.navbar-nav .nav-item.dropdown { position: relative; }

/* Desktop dropdown */
.navbar-nav .nav-item.dropdown > .dropdown-menu {
  display: block !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  min-width: 210px;
  background: #fff;
  border: none !important;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.06);
  padding: 6px 0;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.28s cubic-bezier(0.4,0,0.2,1),
              transform 0.28s cubic-bezier(0.4,0,0.2,1),
              visibility 0s linear 0.28s;
}

.navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
  visibility: visible;
  transition: opacity 0.28s cubic-bezier(0.4,0,0.2,1),
              transform 0.28s cubic-bezier(0.4,0,0.2,1),
              visibility 0s linear 0s;
}

.navbar-nav .dropdown-menu .dropdown-item {
  display: block;
  padding: 10px 20px; 
  font-size: 15px;
  font-weight: 400;
  color: #292929;
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.045);
  transition: background 0.18s ease, color 0.18s ease,
              font-weight 0.18s ease, padding-left 0.18s ease;
}
.navbar-nav .dropdown-menu .dropdown-item:last-child { border-bottom: none; }
.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:focus {
  background: #f2f8f4;
  color: #014533;
  font-weight: 700;
  padding-left: 26px;
}

/* Divider between nav items */
.nav-divider {
  width: 1px;
  height: 15px;
  background: rgba(0,0,0,0.12);
  margin: 0 3px;
  flex-shrink: 0;
  list-style: none;
}

/* ================================================
   SCROLLED STATE
================================================ */
.header.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.10); }
.header.scrolled .header-inner { height: 68px; }
.header.scrolled .logo img { height: 46px; }
.header.scrolled .pt-iframe {
  max-height: 0;
  opacity: 0;
  margin-bottom: 0;
  pointer-events: none;
}

/* ================================================
   MOBILE HAMBURGER BUTTON
================================================ */
.hdr-toggler {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: transparent;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease;
}
.hdr-toggler:hover { background: rgba(1,69,51,0.07); }
.hdr-toggler:focus { outline: none; box-shadow: none; }

.hbr-line {
  display: block;
  width: 22px;
  height: 2px;
  background: #014533;
  border-radius: 2px;
  transform-origin: center;
  transition: transform 0.32s cubic-bezier(0.4,0,0.2,1), opacity 0.25s ease;
}

/* ☰ → ✕ */
.hdr-toggler.is-open .hbr-line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hdr-toggler.is-open .hbr-line:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hdr-toggler.is-open .hbr-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ================================================
   MOBILE NAV PANEL
   Outside .container — always full header width.
   Slides DOWN via max-height. Never side-slides.
================================================ */
.mob-nav-panel {
  display: block;
  width: 100%;
  background: #fff;
  border-top: 2px solid #e6efe9;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1);
}
.mob-nav-panel.open { max-height: 800px; }

/* Hide mobile panel on desktop */
@media (min-width: 992px) {
  .mob-nav-panel { display: none !important; }
  .hdr-toggler   { display: none !important; }
  .navbar-nav {
        flex-direction: row !important;
  }
}

/* ================================================
   MOBILE LAYOUT  ≤ 991px
================================================ */
@media (max-width: 991.98px) {

  /* Single row: logo left, toggler right */
  .header-inner {
    height: auto !important;
    min-height: 60px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
  }

  .logo img { height: 44px !important; }

  /* Right-side: row with only the toggler */
  .right-side {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex: 0 0 auto !important;
    gap: 0 !important;
  }

  /* Hide ticker on mobile */
  .pt-iframe { display: none !important; }

}

/* ── Mobile nav list ── */
.mob-nav-list {
  list-style: none;
  margin: 0;
  padding: 6px 0 14px;
  width: 100%;
}

.mob-nav-item {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}
.mob-nav-item:last-child { border-bottom: none; }

.mob-nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 10px;  
  font-size: 14px;
  font-weight: 500;
  color: #014533;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s ease;
}
.mob-nav-row:hover { background: #f6faf7; }

.mob-caret {
  font-size: 11px;
  color: #014533;
  flex-shrink: 0;
  margin-left: 8px;
  transition: transform 0.32s cubic-bezier(0.4,0,0.2,1), color 0.2s ease;
}
.mob-nav-item.open > .mob-nav-row .mob-caret {
  transform: rotate(180deg);
  color: #3AA84A;
}

.mob-sub-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #f5f9f6;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4,0,0.2,1);
}
.mob-nav-item.open > .mob-sub-list { max-height: 500px; }

.mob-sub-list li { border-bottom: 1px solid rgba(1,69,51,0.07); }
.mob-sub-list li:last-child { border-bottom: none; }

.mob-sub-list li a {
  display: block;
  padding: 13px 20px 13px 34px;  
  font-size: 13.5px;
  font-weight: 400;
  color: #444;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.mob-sub-list li a:hover {
  background: #edf5f0;
  color: #014533;
  font-weight: 600;
}
/* ================================
   HERO SECTION
================================ */

.hero-section {
 
  padding: 70px 0 0;
}

.hero-content {
  max-width: 1100px;
  margin-bottom: 40px;
}
.hero-image-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    line-height: 0;
}
.hero-image-wrapper img {
  width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

/* ================================
   WHO WE ARE
================================ */
section.bg-light {
    background-color: #F2EFE9 !important;
}
.who-we-are-section h4 {  
  font-weight:400;
}
.who-we-are-stats {
  display: flex;
  flex-wrap: wrap;   
  justify-content: space-between;
}
.who-we-are-stats .stat {
  flex: 1 1 calc(25% - 20px); 
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position:relative;
  min-height: 150px;
}
.who-we-are-stats .stat:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #004533; 
  opacity: 0.5; 
}
.who-we-are-stats p {
  font-size: 16px;
  color: #7C7C7C;
  margin: 0;line-height:20px;
  margin-top: auto;
}


/* ================================
   SOLUTIONS
================================ */
.solutions-section {
  background: #fff;
}
.solution-card {
  background-color: #004533; 
  color: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.solution-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}
.solution-card h3 { 
    font-weight: 400;
    margin-bottom: 20px;
    min-height: 60px;    
    margin-top: 6px;
}
.solution-card img
{
	max-width:115px;height: 112px;
}
.solution-card p {
  font-size: 16px;
  line-height: 1.4;
  color: #e6e6e6;
  
}
/* ================================
   JOIN US
================================ */
.join-us-section {
  background-color: #004533;
}
.join-us-section p {
  font-size: 1rem;
  color: #E0E0E0;
  max-width: 500px;
}
.join-us-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.join-us-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 14px;
  line-height: 1.6;
  position: relative;
  padding-left: 28px;
}
.join-us-list li::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #8CC63F;     
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.join-us-section img {
  border-radius: 12px;
}

/* ================================
   Privacy Notices
================================ */

 .privacy-policy .ul-list
   {
	  margin: 0;
      padding: 0;
      list-style: none;
	  margin-bottom:20px;
   }
   .privacy-policy h5
   {
	   text-align:justify;font-weight:600;
   }
   .privacy-policy .ul-list li
	{
		display: flex;
		align-items: flex-start;		
		position: relative;
		padding-left: 20px;
	    line-height: 22px;
    	margin-bottom: 6px;	  
	}
	.privacy-policy .ul-list li::before {
		content: '';
		width: 8px;
		height: 8px;
		background: #8CC63F;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 8px;
	}
	.privacy-policy h3
	{
		 margin-top:30px;
	}
	.privacy-policy .nav-tabs .nav-item {
      margin-left: 15px; 
   }
   .privacy-policy .nav-tabs .nav-item .nav-link {
    border: 0;
    background: 0 0;
    font-size: 26px;
    text-shadow: 0 1px 1px #fff;
    color: #000;
    opacity: 0.8;
    cursor: pointer;
    font-weight: 700;
    padding: 4px 12px;
  }
  .privacy-policy .nav-tabs .nav-item .nav-link.active {
   
    border-bottom: 3px solid #00AE38;
    opacity: 1;
  }
  .privacy-policy .locations-box ul {
    margin: 0;
    font-size: 100%;
    line-height: normal;
    list-style: none outside;
    padding: 0;
 }
 .privacy-policy .locations-box ul li {
    margin-bottom: 0;
    padding: 5px 0 5px 28px;
	padding: 5px 0 5px 28px;
    margin: 0;
    list-style: none;
    position: relative;
    word-wrap: break-word;
 }
 .privacy-policy .locations-box ul li .icon {
    position: absolute;
    left: 0;
    display: block;
    color: #36ad4a;
    line-height: 18px;
    font-size: 18px;
    text-align: center;
    margin-top: 3px;
 }
 .detail-item {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  color: #292929;
}
.detail-item a
{
	color: #292929;
}
.detail-item i {
  color: #3CAC49;
  font-size: 22px;
  margin-right: 15px;
  margin-top: 2px;
}
 /* ================================
   CAREER
================================ */
.career-cta {
    margin-top: 38px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.btn-connect {   
    justify-content: center;
    align-items: center;
    display: flex;
    
}
.btn-connect i {
   background-color: #fec80c;
    color: #014533;
    font-size: 18px;
    line-height: 18px;
    margin: 0px; 
}
.career-form-box {
    background: #F2EFE9;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.form-control {
    border-radius: 14px;
    border: none;  
	font-size: 16px;
    border: 1px solid #00000029;
	transition: all 0.25s ease;
  background: #fff;
}
.upload-box {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px dashed #00000029;
}
.upload-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.upload-left i {
    font-size: 28px;
    color: #014533;
}
.upload-left p {
    margin: 0;
    font-size: 14px;
}
.upload-left small {
    color: #999;
}
.btn-select {
    background: #36ad4a;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: normal;
}
.btn-select i
{
	margin-right:6px;
}
.btn-upload {
    width: 100%;    
    border: none;
	margin-top: 24px;
}
.upload-box:hover {
    border-color: #36ad4a;
}
.btn-upload:hover {
   
}
.form-error {
  color: #dc3545;
  font-size: 14px;
  margin-top: 10px;
}
 /* ================================
   OUR OFFICES
================================ */
.office-map {
  margin: 30px 0;
} 
.map-legend {
  margin: 20px 0 40px;
}
.legend-item {
      display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 4px 10px;
    font-size: 16px;
    border: 1px solid #123024;
    border-radius: 50px;
    padding: 6px 10px;
    font-weight: 600;
    min-width: 250px;
}
.dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: relative;
}
.dot.indo {
  background: #123024;
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px #123024;
}
.dot.hq {
  background: #fec80c;
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px #fec80c;
}
.dot.service {
  background: #fec80c;
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px #fec80c;
} 
.country-block h6 {
      color: #36ad4a;font-weight:500;
} 
.country-block i.fa.fa-map-marker-alt
{
	font-size:34px;color: #36ad4a;
}
.office-card {
 margin: 15px 0px;
}
.office-card h5 {
  color: #014533;
}
.country-block .row .col-md-4 .office-card p
{
	margin-bottom:4px;
}
.country-block .row .col-md-4 .office-card p:first-of-type {  
      margin-bottom: 24px;
    line-height: 24px;
}
.office-card span {
  color: #36ad4a;
} 
.offices-section  hr
{
	border: 1px dashed #707070;margin-bottom:0px;
}
 /* ================================
   NEWS
================================ */
.top-bar {
    margin-bottom:30px;
}
.control-btn {
    border-radius: 30px;
    border: 1px solid #ddd;
    padding: 8px 18px;
    background: #fff;
    font-size: 14px;
}
.search-box {
    border-radius: 30px;
    padding-left: 40px;
    height: 45px;
}
.search-wrapper {
    position: relative;
}
.search-wrapper i {
    position: absolute;
    left: 15px;
    top: 13px;
    color: #999;
}
.news-item
{
	margin-bottom:24px;
}
.news-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
	border-radius: 16px;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.news-container img {
    width: 100%;
    height: 240px;
    object-fit: cover;
	transition: transform 0.5s ease;
	will-change: transform;
	margin-bottom: -15px;
}
.news-box {
    color: #fff;
    background-color: #123024;
    border-radius: 16px;    
	padding: 30px 40px;	
	flex-grow: 1;
    transition: all 0.3s ease;
    position: relative;	 
}
.news-box p{
    color: #FFC600;
    font-size: 17px;
    font-weight: 400;transition: all 0.3s ease;
}
.news-box h4 {   
    margin-top: 18px;   
     margin: 0px 0px 80px 0px;
	font-weight: 300;
	transition: all 0.3s ease;
}
.news-container:hover {
   transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}
.news-container:hover img {
    transform: scale(1.05);
}
.news-container:hover .news-box {
    
}
.news-container:hover h3 {
    transform: translateY(-3px);
	opacity:0.6;
}
.news-container:hover p
{
	opacity:0.5;
}
.news-container:hover .arrow-btn {
    transform: translateX(4px) scale(1.08);
    background: #FFC600;border:1px solid #FFC600;
}
.news-container:hover .arrow-btn i {
    color: #123024;
}
.custom-pill {
    border-radius: 50px;   
    background: #fff;
    height: 48px;
    padding: 0 20px;
    font-size: 16px;
}
.search-wrapper {
    position: relative;
}
.search-box {
    border-radius: 50px;
    height: 48px;
    padding-left: 45px;
    border: 1px solid #e0e0e0;
}
.custom-pill,
.search-box {
    border: 1px #4e4b4b;
    /*filter: drop-shadow(1px 1px 2px #e3e3e3);
    box-shadow: 0 4px 2px -2px #efefef;*/
	box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}
.search-wrapper i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #36ad4a;
    font-size: 18px;
}
.dropdown {
    position: relative;
}
.dropdown-menu {
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    padding: 5px 0;
	 margin-top: 8px !important;
    transform: none !important;
    top: 100% !important;
    left: 0 !important;
}
.dropdown-menu[data-bs-popper] {
    transform: none !important;
}
.dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
}
.dropdown-item:hover {
    background: #f5f5f5;
}
.icon-circle {
    width: 28px;
    height: 28px;
    background: #004539;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-circle i {
    color: #fff;
    font-size: 12px;
}
.arrow-btn {
    /*position: absolute;
    right: 40px;
    bottom: 40px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	 color:#fff;*/
	 position: absolute;
    right: 40px;
    bottom: 30px;
    width: 36px;
    height: 36px;
    border-radius: 50%;     
	border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;	 
	transition: all 0.3s ease;
}
.arrow-btn i {
    color: #fff;
}
.load-more {
    text-align: center;
    margin: 30px 0;
}

 /* ================================
   ENQUIRY FORM
================================ */

.contact-title {
   font-weight:500;margin-bottom:40px;
}
.contact-card {
    background: #EBF5E6;
    border-radius: 14px;
    padding: 15px 20px;
    margin-bottom: 15px;
	max-width: 90%;
}
.contact-card .card-header {   
    color: #36ad4a;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 20px;
}
.contact-card .card-header i {
    margin-right: 6px;
}
.contact-card .card-body {
    
}
.email-pill {
    padding: 6px 16px;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    font-size: 16px;
}
.email-pill span {
    width: 24px;
    height: 24px;
    background: #004539;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	    margin-left: 8px;    
}
.email-pill i {
    color: #fec80c;
    font-size: 12px;
}
.form-box {
    background: #F2EFE9;
    padding:30px;
    border-radius: 20px;
    box-shadow: 0px 3px 6px #00000029;
	opacity: 1;
}
.form-box label {
    margin-bottom: 4px;
    display: block;
    color: #707070;
}
.form-box textarea.form-control {
    height: auto;
}
.btn-icon {
    width: 24px;
    height: 24px;
    background: #004539;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: 0.3s;
}
.btn-submit:hover .btn-icon {
    transform: translateX(4px);
}
.form-control:focus {
    box-shadow: 0 0 0 2px rgba(0,69,57,0.2);
}
.error-text {
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}
.form-control.is-invalid {
    border: 1px solid #dc3545;
}
.form-control.is-valid {
    border: 1px solid #198754;
}
/* Focus effect */
.form-control:focus {
  border-color: #36ad4a;
  box-shadow: 0 0 0 3px rgba(60,172,73,0.15);
}

/* VALID */
.form-control.is-valid {
  border-color: #28a745;
  background-image: url("data:image/svg+xml,..."); /* optional tick icon */
}

/* INVALID */
.form-control.is-invalid {
  border-color: #dc3545;
  animation: shake 0.3s ease;
}

/* Shake animation (premium feel) */
@keyframes shake {
  0%,100% { transform: translateX(0); }
  25% { transform: translateX(-3px); }
  75% { transform: translateX(3px); }
}

/* Error text animation */
.error-text {
  font-size: 12px;
  color: #dc3545;
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.2s ease;
}

.error-text.active {
  opacity: 1;
  transform: translateY(0);
}

/* Success message */
.form-success {
  background: #edf9f0;
  color: #36ad4a;
  padding: 14px 18px;
  border-radius: 14px;
  font-size: 16px;
  border: 1px solid #cdebd4;
}
.form-success i {
    font-size: 18px;
    color: #36ad4a;
}
/* Error message */
.form-error {
  background: #fdecea;
  color: #c82333;
  padding: 14px 18px;
  border-radius: 14px;
  font-size: 16px;
  border: 1px solid #ffd6d6;
}
.btn-loading::after {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  margin-left: 8px;
  display: inline-block;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
/* Button loading state */
.btn-submit.loading {
  opacity: 0.7;
  pointer-events: none;
}

.btn-submit.loading .btn-icon {
  animation: moveArrow 0.6s infinite alternate;
}

@keyframes moveArrow {
  from { transform: translateX(0); }
  to { transform: translateX(6px); }
}

/* Smooth error fade */
.error-text {
  opacity: 0;
  transform: translateY(-4px);
  transition: all 0.25s ease;
}
.error-text.active {
  opacity: 1;
  transform: translateY(0);
}
.select-wrapper {
    position: relative;
}
.select-wrapper .select-icon {
    position: absolute;
    right: 18px;
    top: 64%;
    transform: translateY(-50%);
    color: #3CAC49;
    font-size: 14px;
    pointer-events: none;
    transition: transform .25s ease;
}
.select-wrapper:hover .select-icon {
    transform: translateY(-50%) rotate(180deg);
}
.form-control::placeholder,
textarea::placeholder {
    color: #b8b8b8;
    opacity: 1;
    font-weight: 400;
}
/* Default placeholder color */
.industry-select {
    color: #b8b8b8 !important;
}
/* When actual option selected */
.industry-select.valid-selection {
    color: #292929 !important;
}

/* Dropdown options */
.industry-select option {
    color: #292929 !important;
}
/* ================================
   FOOTER
================================ */
.footer {
  background-color: #3AA84A;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 16px;
}
.footer-logo img {
 
  max-width: 100%;
}
.footer h6 {
  font-weight: 700;
    margin-bottom: 20px;
    color: #014533;
}

.footer-links {
  list-style: none;
  padding: 0; margin: 0;
}
.footer-links li {
  margin-bottom: 8px;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: .3s;
}
.footer-links a:hover {
  opacity: 0.7;
}
.footer hr {
  border-color: #EBF5E6;
  margin: 35px 0;
}

.footer-copy p {
  color: #fff;
  margin-bottom: 5px;
}
.back-to-top {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid #004533;
  border-radius: 50%;
  color: #004533;
  transition: .3s;
  margin-top: 10px;
}
.back-to-top:hover {
  background: #004533;
  color: #fff;
}

/* ================================
   RESPONSIVE (ONLY USED)
================================ */
@media (max-width: 1199.98px) 
{ 
 .contact-card
 {
	 max-width:100%;
 }
}
@media (min-width: 992px)
{ 
  .who-we-are-section h4
  {
	  line-height:36px;
  }
  .inner-banner .banner-text
  {
	  max-width: 80%;
  }
  .w-60
{
	width:60%;
}
.w-70
{
	width:70%;
}
.w-80
{
	max-width:80%;
}
.w-90
{
	max-width:90%;
}
}
@media (max-width: 991.98px) {
  
}
@media (max-width: 767.98px) {
  
  .who-we-are-stats .stat
  {
	  flex: 1 1 calc(50% - 12px);
	  padding: 25px 12px;
  }
  h1, .inner-short-banner h2 {
    font-size: 50px;
    line-height: 50px;       
	}
	h2 { font-size: 2.0rem; }
	h3 { font-size: 1.45rem; }
	h4 { font-size: 1.3rem; line-height: 1.3;}
	h5 { font-size: 1.2rem; line-height: 1.3; }
	h6 { font-size: 1.1rem; }
  .footer-logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-links {
    text-align: center;
  }
  .footer
  {
	  text-align:center;
  }
  .hero-section {
    padding: 50px 0 0;
 }
}
@media (max-width: 575.98px) {
	h1, .inner-short-banner h2 {
    font-size: 34px;
    line-height: 34px;       
	}
	.inner-banner .banner-text p
	{
		font-size:20px;
	}
}