/* =========================================================
   Prospera Staffing Solutions
   Colors: teal #008170 | navy #1e1a2d | white #ffffff
   Font: Urbanist
   ========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: #212529;
  overflow-x: hidden;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

ul {
  margin: 0;
  padding-left: 20px;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:focus {
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container { max-width: 540px; }
}

@media (min-width: 768px) {
  .container { max-width: 720px; }
}

@media (min-width: 992px) {
  .container { max-width: 960px; }
}

@media (min-width: 1200px) {
  .container { max-width: 1340px; }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-6,
.col-md-3,
.col-md-4,
.col-lg-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  .col-md-3 { flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
}

@media (min-width: 992px) {
  .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.layout_padding2 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
  padding-top: 60px;
}

.heading_container {
  display: flex;
  flex-direction: column;
}

.heading_container h2 {
  font-size: 3rem;
  font-weight: 900;
  margin: 0;
  line-height: 1.2;
}

.heading_container p {
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  margin: 0 0 60px;
  padding-top: 15px;
}

/* ---------- Hero / Sidebar ---------- */
.hero_area {
  position: relative;
  display: flex;
  height: 100vh;
  /* must stay visible so .overlay (fixed) is not clipped like on contact */
  overflow: visible;
}

.header_section {
  background-color: #008170;
  padding: 0 18px;
  flex-shrink: 0;
  z-index: 100001;
  width: 70px;
  position: relative;
}

.custom_nav-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 99999;
  padding: 0;
  height: 100%;
}

.custom_menu-btn {
  display: flex;
  justify-content: center;
}

.custom_menu-btn button {
  margin-top: 25px;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}

.custom_menu-btn span,
.menu_btn-style span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  transition: all 0.3s;
}

.user_option {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.user_option a {
  width: 35px;
  height: 35px;
  padding: 0;
  color: #ffffff;
  margin: 25px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 25px;
  transition: opacity 0.2s;
}

.user_option a:hover {
  opacity: 0.75;
}

/* Overlay nav */
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100002;
  top: 0;
  left: 0;
  background-color: rgba(0, 129, 112, 0.97);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: 0.5s;
}

.overlay.menu_width {
  width: 100%;
}

.overlay a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #ffffff;
  margin: 10px 0;
  transition: 0.3s;
  border: 1.5px solid #ffffff;
  width: 175px;
  border-radius: 5050px;
  font-weight: 900;
  font-size: 20px;
}

.overlay a:hover,
.overlay a.active {
  border-color: transparent;
  background-color: #ffffff;
  color: #000000;
}

.overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu_btn-style {
  display: none;
  position: fixed;
  left: 27.5px;
  top: 12.5px;
  z-index: 100003;
}

.menu_btn-style.is-visible {
  display: block;
}

.menu_btn-style button {
  margin-top: 12px;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
  transform: translateX(14px);
}

.menu_btn-style button .s-1 {
  transform: rotate(45deg) translateY(16px);
}

.menu_btn-style button .s-2 {
  transform: translateX(-100px);
}

.menu_btn-style button .s-3 {
  transform: rotate(-45deg) translateY(-16px);
}

.scroll-y-hidden {
  overflow-y: hidden;
}

/* Contact form captcha layout */
.captcha_row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.captcha_row img#contactCaptchaImg {
  height: 52px;
  width: auto;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.08);
}
.captcha_actions {
  display: none; /* deprecated - kept for backward compatibility */
}
.contact_submit_btn {
  background-color: #008170;
  color: #ffffff;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
}
.contact_submit_btn:hover {
  opacity: 0.95;
}
.btn-link {
  background: transparent;
  border: none;
  color: #ffffff;
  text-decoration: underline;
  padding: 6px 8px;
  cursor: pointer;
}
.form_actions{
  margin-top:12px;
  display:flex;
  justify-content:flex-end;
}
.captcha_group input#captcha_code{
  margin-top:10px;
  padding:10px 12px;
  border-radius:6px;
  border:1px solid #e6e6e6;
  width:100%;
  background:#ffffff;
  color:#111111;
}
.captcha_group input#captcha_code::placeholder{
  color:#777777;
}

/* simple toast */
.site-toast{
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);
  opacity: 0;
  transform: translateY(12px);
  transition: all 0.35s ease;
  z-index: 200000;
}
.site-toast.visible{ opacity: 1; transform: translateY(0); }
.site-toast--error{ background: #a94442; }

/* ---------- Slider ---------- */
.slider_section {
  flex: 1;
  color: #ffffff;
  min-width: 0;
  height: 100%;
  overflow: hidden;
}

.slider_section .box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
}

.slider_section .box .detail-box {
  flex: 0 0 42%;
  max-width: 42%;
  background-color: #1e1a2d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 30px 0;
  position: relative;
}

.navbar-brand {
  display: flex;
  margin: 0;
  width: 100%;
  max-width: 400px;
  padding: 20px 0;
}

.header_section .navbar-brand.header-brand {
  display: none;
}

.brand-logo {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.15;
}

.brand-logo__primary {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1px;
}

.brand-logo__secondary {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 4px;
}

.slogan ul {
  display: flex;
  list-style: disc;
  list-style-position: inside;
  padding: 0;
  margin: 0;
  color: #ffffff;
}

.slogan ul li {
  font-size: 20px;
  padding-right: 40px;
  list-style: none;
  position: relative;
  padding-left: 18px;
}

.slogan ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.slider_text_carousel {
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
}

.slider_text_carousel > p {
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  margin: 180px 0 0;
  color: #008170;
}

.slider_section .box .detail-box .heading_box {
  display: inline-block;
}

.slider_section .box .detail-box h1 {
  font-size: 42px;
  letter-spacing: 2px;
  margin: 20px 0 0;
  font-weight: 700;
  display: inline;
  text-align: left;
  color: #ffffff;
  line-height: 1.3;
}

.slider_section .box .detail-box h1 span {
  display: inline;
}

.text-slides .carousel-item {
  display: none;
}

.text-slides .carousel-item.active {
  display: block;
}

.slider_section .box .img-box {
  flex: 1;
  position: relative;
  overflow: hidden;
  min-width: 0;
}

.slider_image_carousel,
.slider_image_carousel .carousel-inner,
.image-slides {
  width: 100%;
  height: 100%;
}

.image-slides .carousel-item {
  display: none;
  width: 100%;
  height: 100%;
}

.image-slides .carousel-item.active {
  display: block;
  animation: fadeIn 0.6s ease;
}

@keyframes fadeIn {
  from { opacity: 0.4; }
  to { opacity: 1; }
}

.slider_section .box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.carousel_btn-box {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 0;
}

.carousel_btn-box .slider_btn_prev,
.carousel_btn-box .slider_btn_next {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #ffffff;
  background-color: #008170;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
}

.carousel_btn-box .slider_btn_prev:hover,
.carousel_btn-box .slider_btn_next:hover {
  background-color: #1e1a2d;
  color: #ffffff;
}

/* ---------- About ---------- */
.about_section .heading_container h2 {
  font-size: 3rem;
  color: #1e1a2d;
  font-weight: 900;
}

.about_section p {
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  margin-top: 15px;
  margin-bottom: 0;
  color: #212529;
}

.about-row {
  align-items: center;
}

.about_section .detail-box a {
  display: inline-block;
  background-color: #008170;
  color: #ffffff;
  padding: 16px 40px;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
  border-radius: 5050px;
  font-weight: 900;
}

.about_section .detail-box a:hover {
  background-color: #1e1a2d;
  color: #ffffff;
}

.about_section .about-img-box {
  position: relative;
}

.about_section .about-img-box .stripe_design {
  position: absolute;
  width: 25px;
  height: 95%;
  background-color: #008170;
  transform: skewX(-25deg);
}

.about_section .about-img-box .stripe_design.sd1 {
  right: 18%;
  top: 30%;
  z-index: 2;
}

.about_section .about-img-box .stripe_design.sd2 {
  right: 16%;
  top: 0;
  z-index: 2;
}

.about_section .about-img-box .stripe_design.sd3 {
  right: 33%;
  bottom: -25%;
}

.about_section .about-img-box .stripe_design.sd4 {
  right: 23%;
  top: -25%;
}

.about_section .about-img-box .stripe_design.sd5 {
  right: 35%;
  top: -12%;
}

.about_section .about-img-box .stripe_design.sd6 {
  right: 52%;
  bottom: -12%;
}

.about_section .about-img-box img {
  width: 100%;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  object-fit: cover;
  display: block;
}

/* ---------- Counters ---------- */
.counter-container-main {
  display: flex;
  background: #1e1a2d;
  padding: 60px 0;
}

.counter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 30px 50px;
  width: 33.3333%;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}

.counter-container > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.counter-container div i {
  font-size: 50px;
}

.counter-wrap {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  margin-top: 10px;
}

.counter {
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
}

.counter-wrap strong {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  margin-left: 8px;
}

.counter-container span {
  display: block;
  margin-top: 8px;
}

/* ---------- Highlights ---------- */
.help_section {
  color: #ffffff;
  background-color: #008170;
}

.help_section .heading_container h2 {
  font-size: 3rem;
  color: #fff;
  font-weight: 900;
}

.help-row {
  align-items: center;
}

.help_section .img-box {
  position: relative;
}

.help_section .img-box img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.help_section .detail-box {
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.help_section .detail-box ul {
  line-height: 40px;
  margin-top: 15px;
  padding-left: 22px;
  list-style: disc;
}

.help_section .detail-box ul li {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

.help_section .detail-box a {
  display: inline-block;
  background-color: #ffffff;
  color: #008170;
  padding: 16px 40px;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
  border-radius: 5050px;
  font-weight: 900;
}

.help_section .detail-box a:hover {
  background-color: #1e1a2d;
  color: #fff;
}

/* ---------- Advantages / Why Choose Us ---------- */
.news_section .news-heading {
  text-align: center;
  align-items: center;
}

.news_section .news-heading h2 {
  color: #1e1a2d;
}

.news_section .news-heading p {
  color: #212529;
}

.news-row {
  align-items: flex-end;
}

.news_section .detail_container {
  margin-top: 35px;
  position: relative;
  top: -30px;
  z-index: 2;
}

.news_section .detail_container .detail-box {
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.25);
  padding: 40px 65px 40px 40px;
  background: #ffffff;
}

.news_section .detail_container .detail-box h4 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 50px;
  margin: 0;
  color: #1e1a2d;
}

.news_section .detail_container .detail-box h4 span {
  font-size: 20px;
  display: block;
  padding-bottom: 15px;
  color: #008170;
  line-height: initial;
  font-weight: 900;
}

.news_section .detail_container .detail-box h4 label {
  color: #008170;
  font-weight: 900;
  margin: 0;
  cursor: default;
}

.news_section .detail_container .detail-box > p {
  font-weight: 400;
  font-size: 20px;
  padding-top: 15px;
  padding-right: 15px;
  margin: 0;
  line-height: 1.6;
  color: #212529;
}

.news_section .advantages-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  line-height: 40px;
}

.news_section .advantages-list li {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  padding-left: 28px;
  color: #212529;
}

.news_section .advantages-list li::before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  color: #008170;
  font-size: 16px;
}

.news_section .detail_container .btn-box {
  margin-top: 30px;
}

.news_section .detail_container .btn-box a {
  display: inline-block;
  background-color: #008170;
  color: #ffffff;
  padding: 16px 40px;
  transition: all 0.3s;
  border: none;
  border-radius: 5050px;
  font-weight: 900;
}

.news_section .detail_container .btn-box a:hover {
  background-color: #1e1a2d;
  color: #fff;
}

.news_section .news-img-box {
  margin-left: -80px;
  top: -10rem;
  position: relative;
}

.news_section .news-img-box img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* ---------- Footer info ---------- */
.info_section {
  background-color: #008170;
  color: #ffffff;
}

.info_section h4 {
  font-weight: 900;
  margin: 0 0 20px;
  font-size: 20px;
}

.info_section .info_contact {
  padding-right: 30px;
}

.info_section .info_contact .contact_link_box {
  display: flex;
  flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.5;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 8px;
  margin-top: 3px;
  flex-shrink: 0;
  width: 16px;
  text-align: center;
}

.info_section .info_links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.info_section .info_links a {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 15px;
}

.info_section .info_links a img {
  margin-right: 10px;
  width: 10px;
  height: auto;
  flex-shrink: 0;
}

.info_section .info_links a:hover,
.info_section .info_contact .contact_link_box a:hover {
  opacity: 0.85;
}

/* ---------- Copyright ---------- */
.footer_section {
  background-color: #1e1a2d;
  text-align: center;
  color: #ffffff;
}

.footer_section p {
  margin: 0;
  padding: 25px 0;
  color: #ffffff;
  font-size: 15px;
}

/* ---------- Responsive ---------- */
@media (max-width: 1260px) {
  .slider_section .box {
    flex-direction: column;
  }

  .slider_section .box .detail-box {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    flex: none;
    padding: 30px 24px 40px;
  }

  .slider_text_carousel > p {
    margin-top: 40px;
    font-size: 36px;
    line-height: 44px;
  }

  .slider_section .box .detail-box h1 {
    flex-wrap: wrap;
    text-align: left;
    font-size: 32px;
  }

  .navbar-brand {
    width: 100%;
    max-width: 320px;
  }

  .slider_section .box .img-box {
    min-height: 380px;
  }

  .help_section .detail-box {
    padding: 0;
  }

  .slogan ul {
    flex-wrap: wrap;
  }

  .slogan ul li {
    padding-right: 24px;
    margin-bottom: 8px;
  }
}

@media (max-width: 991px) {
  .hero_area {
    height: auto;
    flex-direction: column;
    overflow: visible;
  }

  .header_section {
    padding: 0 16px;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #008170;
  }

  .custom_nav-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    min-height: 64px;
    padding: 8px 0;
    gap: 10px;
  }

  .custom_menu-btn {
    flex-shrink: 0;
  }

  .custom_menu-btn button {
    margin: 0;
    padding: 8px;
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .custom_menu-btn span {
    width: 26px;
    height: 3px;
    margin: 3px 0;
  }

  .user_option {
    flex-direction: row;
    margin-top: 0;
    flex-shrink: 0;
    flex-wrap: nowrap;
  }

  .user_option a {
    margin: 0 3px;
    font-size: 17px;
    width: 32px;
    height: 32px;
    display: inline-flex !important;
  }

  .menu_btn-style {
    left: 16px;
    top: 12px;
  }

  .menu_btn-style button {
    min-width: 44px;
    min-height: 44px;
  }

  /* Keep hero text visible on tablet/mobile (stacked) */
  .slider_section .box .detail-box {
    display: flex;
    padding: 28px 20px 32px;
  }

  .slider_text_carousel > p {
    margin-top: 28px;
    font-size: 28px;
    line-height: 36px;
  }

  .slider_section .box .detail-box h1 {
    font-size: 28px;
    margin-top: 12px;
  }

  .slider_section .box .img-box {
    min-height: 320px;
  }

  .header_section .navbar-brand.header-brand {
    display: flex;
    flex: 1;
    width: auto;
    min-width: 0;
    padding: 6px 0;
    justify-content: center;
  }

  .header_section .navbar-brand.header-brand .brand-logo {
    align-items: center;
    text-align: center;
  }

  .header_section .navbar-brand.header-brand .brand-logo__primary {
    font-size: 13px;
    letter-spacing: 0.5px;
  }

  .header_section .navbar-brand.header-brand .brand-logo__secondary {
    font-size: 11px;
    letter-spacing: 1px;
  }

  /* Hide the large brand inside hero on mobile — top bar has it */
  .slider_section .box .detail-box > .navbar-brand {
    display: none;
  }

  .overlay-content {
    top: 12%;
    margin-top: 20px;
    padding: 0 16px 40px;
  }

  .overlay a {
    width: min(220px, 80vw);
    font-size: 18px;
    padding: 12px 16px;
    margin: 8px 0;
  }

  .about_section .about-img-box .stripe_design {
    width: 15px;
  }

  .news_section .detail_container .detail-box {
    padding: 25px;
  }

  .news_section .detail_container {
    top: 0;
  }

  .news_section .news-img-box {
    margin: 0;
    margin-top: 45px;
    top: 0;
  }

  .counter-container-main {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
  }

  .counter-container {
    width: 100%;
    margin: 16px 0;
  }

  .heading_container h2 {
    font-size: 2rem;
  }

  .news_section .detail_container .detail-box h4 {
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .carousel_btn-box .slider_btn_prev,
  .carousel_btn-box .slider_btn_next {
    width: 56px;
    height: 56px;
    font-size: 22px;
  }

  .help_section .detail-box ul {
    padding-left: 18px;
  }

  .help_section .detail-box ul li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 6px;
  }

  .about_section .detail-box a,
  .help_section .detail-box a,
  .news_section .detail_container .btn-box a,
  .contact_submit_btn {
    padding: 14px 28px;
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .about_section .detail-box,
  .help_section .detail-box {
    margin-bottom: 45px;
  }

  .info-row > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 45px;
  }

  .info_section .info_links {
    align-items: center;
  }

  .info_section .info_contact {
    padding-right: 0;
  }

  .info_section .info_contact .contact_link_box a {
    justify-content: center;
    text-align: left;
    max-width: 320px;
  }

  .about_section .about-img-box .stripe_design {
    width: 18px;
  }

  .layout_padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .layout_padding2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .layout_padding-bottom {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .slider_text_carousel > p {
    font-size: 24px;
    line-height: 32px;
    margin-top: 20px;
  }

  .slider_section .box .detail-box h1 {
    font-size: 24px;
  }

  .slider_section .box .img-box {
    min-height: 260px;
  }

  .slogan ul li {
    font-size: 16px;
    padding-right: 18px;
  }

  /* Keep all social icons visible — compact sizing */
  .user_option {
    flex-wrap: nowrap;
    gap: 0;
  }

  .user_option a {
    display: inline-flex !important;
    margin: 0 2px;
    font-size: 15px;
    width: 28px;
    height: 28px;
  }

  .news-row,
  .about-row,
  .help-row,
  .contact_form_row,
  .contact_info_row {
    margin-left: 0;
    margin-right: 0;
  }

  .news_section .advantages-list li {
    line-height: 1.5;
    margin-bottom: 8px;
  }
}

@media (max-width: 576px) {
  .header_section {
    padding: 0 12px;
  }

  .custom_nav-container {
    min-height: 58px;
  }

  .header_section .navbar-brand.header-brand .brand-logo__primary {
    font-size: 11px;
  }

  .header_section .navbar-brand.header-brand .brand-logo__secondary {
    font-size: 10px;
  }

  .user_option a {
    margin: 0 2px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: inline-flex !important;
  }

  .about_section .about-img-box .stripe_design {
    width: 12px;
  }

  .carousel_btn-box .slider_btn_prev,
  .carousel_btn-box .slider_btn_next {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .counter {
    font-size: 40px;
  }

  .counter-wrap strong {
    font-size: 40px;
  }

  .counter-container div i {
    font-size: 36px;
  }

  .about_section p,
  .help_section .detail-box ul li,
  .news_section .detail_container .detail-box > p,
  .news_section .advantages-list li,
  .heading_container p {
    font-size: 15px;
    line-height: 26px;
  }

  .heading_container h2 {
    font-size: 1.75rem;
  }

  .news_section .detail_container .detail-box h4 {
    font-size: 1.45rem;
  }

  .news_section .detail_container .detail-box h4 span {
    font-size: 16px;
  }

  .slider_section .box .detail-box {
    padding: 24px 16px 28px;
  }

  .slider_text_carousel > p {
    font-size: 22px;
    line-height: 30px;
  }

  .slider_section .box .detail-box h1 {
    font-size: 22px;
    letter-spacing: 1px;
  }

  .overlay a {
    width: min(200px, 85vw);
    font-size: 16px;
  }

  .info_section h4 {
    font-size: 18px;
  }

  .footer_section p {
    padding: 20px 12px;
    font-size: 13px;
  }
}

@media (max-width: 400px) {
  .header_section .navbar-brand.header-brand .brand-logo__primary {
    font-size: 10px;
  }

  .header_section .navbar-brand.header-brand .brand-logo__secondary {
    font-size: 9px;
  }

  .user_option a {
    display: inline-flex !important;
    margin: 0 1px;
    font-size: 14px;
    width: 26px;
    height: 26px;
  }

  .custom_menu-btn span {
    width: 22px;
  }
}

@media (max-width: 360px) {
  .about_section .about-img-box .stripe_design {
    width: 10px;
  }
}

/* ---------- Contact page ---------- */
.hero_area--sub {
  height: auto;
  overflow: visible;
}

.header_section--top {
  width: 100%;
  padding: 0 30px;
  background-color: #1e1a2d;
}

.custom_nav-container--row {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 12px 0;
}

.header-brand--visible {
  display: flex !important;
  width: auto;
  max-width: none;
  padding: 8px 0;
}

.header-brand--visible .brand-logo__primary {
  font-size: 18px;
}

.header-brand--visible .brand-logo__secondary {
  font-size: 14px;
}

.user_option--row {
  flex-direction: row;
  margin-top: 0;
}

.user_option--row a {
  margin: 0 8px;
  font-size: 20px;
}

.header_section--top .custom_menu-btn button {
  margin-top: 0;
}

.contact_page_section {
  background: #ffffff;
}

.contact_page_heading {
  text-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.contact_page_heading h2 {
  color: #1e1a2d;
}

.contact_page_heading p {
  max-width: 720px;
  margin-bottom: 0;
  color: #555;
}

.contact_info_row {
  margin-bottom: 60px;
}

.contact_info_card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  min-height: 280px;
  padding: 36px 30px;
  background: #ffffff;
  border: 1px solid rgba(0, 129, 112, 0.15);
  box-shadow: 0 10px 40px rgba(30, 26, 45, 0.08);
  border-radius: 12px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  cursor: pointer;
  margin-bottom: 24px;
}

.contact_info_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 129, 112, 0.18);
  border-color: #008170;
}

.contact_info_card__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #008170;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 22px;
}

.contact_info_card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 900;
  color: #1e1a2d;
}

.contact_info_card p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  flex: 1;
}

.contact_info_card__highlight {
  font-size: 18px !important;
  font-weight: 700;
  color: #008170 !important;
}

.contact_info_card__cta {
  margin-top: 16px;
  font-weight: 700;
  color: #008170;
  font-size: 15px;
}

.contact_info_card__cta i {
  margin-left: 6px;
}

.contact_form_wrap {
  background: #f7f9f9;
  border-radius: 16px;
  padding: 50px 40px;
  scroll-margin-top: 30px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.08);
}

.contact_form_wrap.is-highlighted {
  outline: 2px solid #008170;
  outline-offset: 4px;
}

.contact_form_intro h3 {
  margin: 0 0 16px;
  font-size: 2rem;
  font-weight: 900;
  color: #1e1a2d;
}

.contact_form_intro p {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  margin: 0 0 24px;
}

.contact_form_points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact_form_points li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 17px;
  color: #1e1a2d;
  font-weight: 500;
}

.contact_form_points li::before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  color: #008170;
}

.contact_form .form_row--split {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.contact_form .form_row--split .form_group {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 0 10px;
}

.form_group {
  margin-bottom: 20px;
}

.form_group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 14px;
  color: #1e1a2d;
}

.form_group input,
.form_group textarea {
  width: 100%;
  border: none;
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  height: 50px;
  padding: 0 16px;
  outline: none;
  color: #000;
  font-family: inherit;
  font-size: 16px;
  border-radius: 8px;
  transition: box-shadow 0.2s;
}

.form_group textarea {
  height: auto;
  min-height: 140px;
  padding: 14px 16px;
  resize: vertical;
}

.form_group input:focus,
.form_group textarea:focus {
  box-shadow: 0 0 0 2px rgba(0, 129, 112, 0.35), 0 0 20px 0 rgba(0, 0, 0, 0.08);
}

.form_actions {
  margin-top: 10px;
}

.contact_submit_btn {
  display: inline-block;
  background-color: #008170;
  color: #ffffff;
  padding: 16px 48px;
  border: none;
  border-radius: 5050px;
  font-weight: 900;
  font-size: 16px;
  transition: background-color 0.3s;
}

.contact_submit_btn:hover {
  background-color: #1e1a2d;
}

.form_status {
  margin-top: 18px;
  font-weight: 600;
  font-size: 15px;
}

.form_status.is-success {
  color: #008170;
}

.form_status.is-error {
  color: #c0392b;
}

@media (max-width: 991px) {
  .contact_form_intro {
    margin-bottom: 36px;
  }

  .contact_form_wrap {
    padding: 36px 24px;
  }

  .contact_info_card {
    min-height: 0;
    padding: 28px 22px;
  }

  .contact_page_heading {
    margin-bottom: 32px;
  }

  .header_section--top {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #1e1a2d;
  }

  .header-brand--visible {
    flex: 1;
    min-width: 0;
    justify-content: center;
  }

  .header-brand--visible .brand-logo {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .contact_form .form_row--split .form_group {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .header_section--top {
    padding: 0 12px;
  }

  .header-brand--visible .brand-logo__primary {
    font-size: 12px;
  }

  .header-brand--visible .brand-logo__secondary {
    font-size: 10px;
  }

  .user_option--row a {
    margin: 0 2px;
    font-size: 15px;
    width: 28px;
    height: 28px;
    display: inline-flex !important;
  }

  .contact_form_wrap {
    padding: 28px 16px;
    border-radius: 12px;
  }

  .contact_form_intro h3 {
    font-size: 1.5rem;
  }

  .contact_form_intro p,
  .contact_form_points li {
    font-size: 15px;
  }

  .contact_info_card__icon {
    width: 52px;
    height: 52px;
    font-size: 22px;
  }

  .contact_submit_btn {
    width: 100%;
    text-align: center;
  }

  .contact_page_section.layout_padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 576px) {
  .custom_nav-container--row {
    gap: 8px;
  }

  .header-brand--visible .brand-logo__primary {
    font-size: 11px;
  }

  .header-brand--visible .brand-logo__secondary {
    font-size: 9px;
  }
}
