@import url('https://fonts.cdnfonts.com/css/poppins');

body {
  font-family: 'Poppins', sans-serif !important;
}

/* Navbar style */
.custom-navbar {
  background-color: white;
  font-size: 15px;
}

.navbar-nav .nav-link {
  color: black;
  padding: 10px 45px !important;
}

.navbar-nav .nav-link:hover,
.dropdown-menu .dropdown-item:hover {
  color: #D51008;
  background-color: white;
}

.navbar-brand img{
  height: 60px;
}

/* Dropdown style */
.dropdown-menu {
  border-radius: 8px;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Search input with icon */
.search-box {
  position: relative;
}

.search-box input {
  padding-left: 30px;
  border-radius: 50px;
  border: 1px solid #232323;
  padding: 8px 15px 8px 44px;
}

.search-box .search-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #888;
}

.nav_Search {
  width: 130px;
  font-size: 14px;
  border: 1px solid black;
  border-radius: 50px;
}

/* Language globe button */
.globe-btn {
  background: none;
  border: none;
  font-size: 18px;
  color: #D51008;
}

#moneyExchangeRadio:checked{
  background-color: #D51008 !important;
}

#moneyExchangeRadio:focus{
  box-shadow: none !important;
  border: none !important;
}

#google_translate_element select {
  background-color: #f8f9fa;
  border: none;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 14px;
  color: #333;
}
.goog-te-gadget img {
  display: none !important;
}

/* home page */
.home-banner {
  background-image: url('../images/red.png');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* height: 100vh; */
  height: auto;
}

.home-banner-container{
  width: 80% !important;
}

.carousel-control-prev-icon{
  background-color: black !important;
    border-radius: 10px !important;
}

.carousel-control-next-icon{
  background-color: black !important;
    border-radius: 10px !important;
  }  

.hero-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: white;
}

.hero-image-wrapper {
  text-align: center;
}

.services-container {
  width: 75%;
  margin: 0 auto;
}

.service-card {
  background: #fff;
  border-radius: 16px;
  height: 350px;
  /* border: 1px solid black; */
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.23);
  /* even shadow all around */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  /* slightly stronger glow on hover */
  border: 1px solid #D51008;
  background-color: rgba(255, 0, 0, 0.1);
  /* transparent reddish */
  transition: all 0.3s ease;
}

.icon img {
  display: inline-block;
}

.serviceCard_body {
  height: 170px;
}

.fa-chevron-right {
  color: white;
  background-color: rgba(117, 123, 143, 1);
  padding: 5px 8px;
  border-radius: 50px;
}

.btn-link {
  text-decoration: none;
  color: #323232;
}

.service-card:hover .btn-link {
  color: #D51008;
}

.service-card:hover .fa-chevron-right {
  background-color: #D51008;
  color: white;
}

.serviceCardHeading{
  font-size: 14px;
}

.bannerHeading h1 {
  font-size: 60px;
}

.banner-intro p {
  font-size: 22px;
}

.homeBannerImg {
  width: 40%;
}

.learnMore-btn {
  padding: 10px 40px;
  cursor: pointer;
}

.learnMore-btn:hover {
  background-color: #D51008 !important;
  cursor: pointer;
  color: white !important;
}


/* home page */

.footer-dark {
  background-color: #232323;
}

.footer-logo {
  max-width: 120px;
}

.footer-dark a {
  color: #ccc;
  text-decoration: none;
}

.footer-dark a:hover {
  color: #fff;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  font-size: 16px;
}

.download-box {
  background-color: #232323;
  border: 1px solid white;
  width: 90%;
  margin: 0 auto;
}

.store-btn img {
  height: 40px;
}

.store-btn {
  background-color: white;
  padding: 10px 20px;
  border-radius: 50px;
}

.border-top {
  width: 85%;
  margin: 0 auto;
}

.fw-bold {
  font-weight: 600 !important;
}

.social-icon:hover {
  color: black !important;

}


/* footer */
.contact-banner-img img {
  width: 40%;
  height: auto;
}

/* Add border around each accordion item */
.accordion-item {
  border: 1px solid #9B9B9B !important;
  border-radius: 0 !important;
  /* remove rounded corners */
}

/* Force top border back for all accordion items */
/* .accordion-item+.accordion-item {
  border-top: 1px solid black !important;
} */

/* Keep accordion button background white always */
.accordion-button {
  background-color: #fff !important;
  color: #000;
  border-radius: 0 !important;
  /* remove rounded corners */
  box-shadow: none !important;
  /* prevent blue glow on focus */
  font-size: 26px;
  padding: 25px !important;
}

/* Plus icon (default - black) */
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='grey' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  background-size: 1.5rem 1.5rem;
  transition: all 0.3s ease;
}

/* Minus icon (when opened - red) */
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='red' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  background-size: 1.5rem 1.5rem;
}

.accordion-button:not(.collapsed) {
  color: #000;
}





/* footer */

/* banner */
.bannerBackground {
  background-image: url('./Assets/Images/red.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* banner */

/* aboutus */
.about_Imagediv img {
  width: 80%;
}

.abouttxt-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.mission-section {
  padding: 60px 0;
  background-color: #fff;
}

.mission-section h2 {
  font-weight: 700;
  margin-bottom: 40px;
  color: #111;
  text-align: center;
}

.mission-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.mission-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.mission-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}

.mission-icon {
  font-size: 28px;
  color: #f05454;
  background: rgba(240, 84, 84, 0.1);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-card h5 {
  font-weight: 600;
  margin: 0;
  color: #111;
}

.mission-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.about_blocktxt{
  font-size: 26px !important;
  font-weight: 300;
}

.goals{
  font-size: 20px !important;
}

.about_contentSection{
  padding:80px 0px !important;
}

/* aboutus */

/* services */
.mobile_img_Wrapper img {
  width: 100%;
}

/* services */


/*  */
.page-title {
  font-weight: 600;
  text-align: center;
  margin: 30px 0 20px;
}

/* Left column */
.contact-blurb h6 {
  font-weight: 600;
  margin-bottom: .35rem;
}

.contact-blurb p {
  color: #6b7280;
  margin: 0 0 1.25rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin-bottom: .9rem;
}

.contact-item .icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  /* background:#fff; border:1px solid #ffd3d3; */
  display: grid;
  place-items: center;
  color: #ff3b3b;
}

.illustration {
  max-width: 320px;
  width: 100%;
  margin-top: 20px;
}

/* Form */
.custom_txt_Field{
  padding: 12px 15px 12px 15px !important;
}

.form-label {
  font-weight: 600;
  font-size: .9rem;
  margin-bottom: .3rem;
}

.form-control,
textarea.form-control {
  border-radius: 10px;
  border-color: #eaeaea;
  padding: .65rem .9rem;
}

.form-control:focus,
textarea.form-control:focus {
  border-color: #ff3b3b;
  box-shadow: 0 0 0 .15rem rgba(255, 59, 59, .15);
}

/* Row with icon */
.field-row {
  display: flex;
  align-items: end;
  gap: .8rem;
  margin-bottom: 1rem;
}

.field-row .icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  /* background:#fff; border:1px solid #ffd3d3; */
  display: grid;
  place-items: center;
  color: #ff3b3b;
  flex-shrink: 0;
}

.btn-brand {
  background: #D51008;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  padding: .65rem 1.25rem;
}

.btn-brand:hover {
  filter: brightness(.95);
  border: 1px solid #D51008;
  color: #D51008;
}

/*  */


/* network */
/* Tabs */
.nav-tabs {
  border: none;
  justify-content: start;
  margin-bottom: 1rem;
  gap: 68px;
}

.nav-tabs .nav-link {
  border-radius: 8px;
  border: 1px solid #d1d5db;
  margin: 0 .25rem;
  color: #161616;
  font-weight: 500;
  padding: 10px 40px !important;
}

.nav-tabs .nav-link.active {
  border-color: #ff3b3b;
  color: #ff3b3b;
  background: #fff;
}

/* Search box */
.search-box {
  max-width: 600px;
  /* margin: 0 auto 1.2rem; */
}

/* Partners grid */
.partner-card {
  border: 3px solid #e5e7eb;
  border-radius: 50px;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.partner-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

.network-serach {
  border-radius: 8px !important;
}

/* .map-col{
  text-align: center;
} */

.map-col img{
  width: 70%;
  height: auto;
}

.laspay_offices_list li{
  margin-bottom: 20px;
}

/* Make maps responsive */
  .map-container {
    width: 100%;
    height: 400px; /* default desktop height */
    border-radius: 12px;
  }

/* network */

/* chat */
/* Floating Button */
.chat-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: white;
  /* LasPay red */
  color: #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  transition: background 0.3s;
}

.fa-comment-dots{
  color: #D51008;
}

.chat-btn:hover {
  background: #D51008;
}

.fa-comment-dots:hover{
  color: white;
}

/* Popup */
/* Popup */
.chat-popup {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 320px;
  max-width: 90%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  flex-direction: column;
  z-index: 10000;
  overflow: hidden;

  /* Hidden by default */
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.chat-popup.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.chat-header {
  background: #e30613;
  color: #fff;
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.chat-header .close-btn {
  background: none;
  border: none;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
}

.chat-body {
  padding: 15px;
}

.chat-body .form-group {
  margin-bottom: 12px;
}

.chat-body input,
.chat-body textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
}

.send-btn {
  width: 100%;
  background: #e30613;
  border: none;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.send-btn:hover {
  background: #c30510;
}

/* Bounce Animation */
@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-12px);
  }

  60% {
    transform: translateY(-6px);
  }
}

/* Pulse Animation */
@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }
}

/* Bounce on hover */
.chat-btn:hover {
  animation: bounce 1s;
}

/* Bounce automatically every 10s */
.chat-btn.bounce-interval {
  animation: bounce 1s;
  animation-iteration-count: 1;
}

/* Auto bounce + pulse */
.chat-btn.bounce-interval {
  animation: bounce 1s, pulse 1.5s ease-in-out;
}

/* chat */

/* currency modal */

.currency-modal {
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.currency-modal .modal-title {
  font-size: 1.3rem;
}

/* .form-select, .form-control {
  padding: 10px 15px;
  font-size: 1rem;
} */

.convert-btn {
  background: #d62828;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: 10px;
  transition: 0.3s;
}

.convert-btn:hover {
  background: #d62828;
  color: #fff;
}

.swap-btn {
  /* border: none; */
  background: #f1f1f1;
  border-radius: 50%;
  padding: 10px 12px;
  font-size: 1.2rem;
  transition: 0.3s;
}

.swap-btn:hover {
  background: #e0e0e0;
}

#result {
  color: #000;
}

/* Floating label style */
.input-wrapper {
  position: relative;
  margin-top: 10px;
}

.floating-label {
  position: absolute;
  top: -10px;
  left: 18px;
  background: #fff;
  padding: 0 6px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #555;
  border-radius: 6px;
  z-index: 100;
}

.form-select,
.form-control {
  padding: 12px 15px 12px 44px;
  /* space for flag */
  font-size: 1rem;
  border-radius: 10px;
  border: 1px solid #eaeaea;
}

.bootstrap-select {
  border: 1px solid #eaeaea !important;
  ;
}

/* Flags for select options */
#fromCurrency option[value="AFN"],
#toCurrency option[value="AFN"] {
  background-image: url("https://flagcdn.com/w20/af.png");
}

#fromCurrency option[value="USD"],
#toCurrency option[value="USD"] {
  background-image: url("https://flagcdn.com/w20/us.png");
}

#fromCurrency option[value="EUR"],
#toCurrency option[value="EUR"] {
  background-image: url("https://flagcdn.com/w20/eu.png");
}

#fromCurrency option[value="PKR"],
#toCurrency option[value="PKR"] {
  background-image: url("https://flagcdn.com/w20/pk.png");
}

.form-select option {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 8px center;
}


/* loader */

/* Loader container */
#global-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 background: rgba(255, 255, 255, 0.8); /* 👈 white with transparency */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 1;
  visibility: visible;
}

#global-loader.hide {
  opacity: 0;
  visibility: hidden;
}

.loader {
  position: relative;
  width: 100px;
  height: 100px;
}

.loader:before,
.loader:after {
  content: '';
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
}

.loader:after {
  box-shadow: 0 2px 0 #d62828 inset; /* 👈 Orange rotating highlight */
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* career page */
.career-Opportunity-Section { padding-top: 36px; padding-bottom: 48px; }

    .sectionHeading h1 {
      font-weight: 700;
      color: #D51008;
      margin-bottom: 4px;
    }

    /* Filters */
    .filter-section .form-select,
    .filter-section .search-input input {
      height: 46px;
      border-radius: 10px;
      border: 1px solid #333;
      padding: 8px 12px;
      /* background: #fff; */
      box-shadow: none;
      -webkit-appearance: none;
      appearance: none;
    }

    .filter-section .form-select:focus,
    .filter-section .search-input input:focus {
      box-shadow: none;
      outline: none;
      border-color: #D51008;
    }

    /* red underline under filters (thin bar) */
    .filters-underline {
      height: 3px;
      background: #D51008;
      border-radius: 3px;
      margin: 14px 0 20px;
    }

    /* Search icon inside input */
    .search-input { position: relative; }
    .search-input .bi-search {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1rem;
      color: var(--muted-gray);
      pointer-events: none;
    }
    .search-input input::placeholder { color: #bdbdbd; }

    /* Table wrapper with rounded outer border, internal only horizontal row separators */
    .jobs-table-wrapper{
      border: 1px solid #232323;
      border-radius: 10px;
      /* overflow: hidden; */
    }

    .jobs-table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      margin-bottom: 0;
    }

    .jobs-table thead th {
      text-align: left;
      font-weight: 600;
      padding: 14px 18px;
      background: transparent;
      color: #222;
      border-bottom: none;
    }

    /* only horizontal separators between rows */
    .jobs-table tbody td {
      padding: 14px 18px;
      border-left: none;
      border-right: none;
      border-top: none;
      border-bottom: 1px solid #232323;
      vertical-align: middle;
    }

    /* remove bottom border for the last row */
    .jobs-table tbody tr:last-child td {
      border-bottom: none;
    }

    /* Make last column (Apply) right-aligned like the screenshot */
    .jobs-table td.actions {
      text-align: right;
      white-space: nowrap;
    }

    .jobs-table td a.apply {
      color: #3b82f6; /* light blue link color */
      text-decoration: none;
      font-weight: 500;
    }
    .jobs-table td a.apply:hover { text-decoration: underline; }

    .mission-section .nav-tabs .nav-link {
    font-weight: 500;
    color: #555;
    border: none;
    padding: 10px 25px;
    transition: all 0.3s ease;
    font-size: 1.5rem;
}
.mission-section .nav-tabs .nav-link.active {
    color: #323232; /* active color */
    /* border-bottom: 3px solid #e63946; */
    font-weight: 600;
}
.mission-section .tab-content p {
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
}

/* career page */

/* currency modal */

@media (min-width: 1025px) and (max-width: 1399px) {
  .navbar-nav .nav-link {
    color: black;
    padding: 10px 14px !important;
  }

  .service-card {
    background: #fff;
    border-radius: 16px;
    height: 350px;
    /* border: 1px solid black; */
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.23);
    /* even shadow all around */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .serviceCard_body {
    height: 170px;
  }

   .serviceCardHeading {
    font-size: 12px;
  }

  .contactless-sectionHeading h1 {
    font-size: 40px;
  }

  .contacless-txt p {
    font-size: 18px;
  }

  .accordion-button {
    background-color: #fff !important;
    color: #000;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 22px;
  }

  .services-container {
    width: 90%;
    margin: 0 auto;
}

.about_contentSection {
    padding:40px !important;
}

    .about_blocktxt {
        font-size: 18px !important;
    }
}


@media (max-width:1024px) {
  .about_blocktxt{
    font-size: 18px !important;
  }
  .navbar-nav .nav-link {
    color: black;
    padding: 10px 14px !important;
  }

  .services-container {
    width: 90%;
    margin: 0 auto;
  }

  .serviceCardHeading {
    font-size: 12px;
  }

  .homeBannerImg {
    width: 50%;
  }

  .partner-card {
    height: 300px;
  }

  .contactless-sectionHeading h1 {
    font-size: 40px;
  }

  .contacless-txt p {
    font-size: 18px;
  }

  .accordion-button {
    background-color: #fff !important;
    color: #000;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 20px;
  }
}

@media(max-width:991.98px) {
  .left-col {
    order: 2;
    margin-top: 2rem;
  }

  .right-col {
    order: 1;
  }

  .partner-card {
    height: 300px;
  }

  .banner-intro p {
    font-size: 14px;
  }

  .bannerHeading h1 {
    font-size: 40px;
  }

  .contactless-sectionHeading h1 {
        font-size: 30px;
    }

  .mission-card p {
    color: #555;
    font-size: 12px;
    line-height: 1.6;
  }

  .mission-card h5 {
    font-weight: 600;
    margin: 0;
    color: #111;
    font-size: 12px;
  }

  .about_Imagediv img {
    width: 90%;
  }

  .about_blocktxt {
    font-size: 14px !important;
  }

  .accordion-button {
    background-color: #fff !important;
    color: #000;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 14px;
  }

  .instructions p {
    font-size: 12px;
  }


  .search-box {
    max-width: 385px;
  }

  .nav-tabs {
    border: none;
    justify-content: start;
    margin-bottom: 1rem;
    gap: 20px;
  }

  .nav-tabs .nav-link {
    border-radius: 8px;
    border: 1px solid #d1d5db;
    margin: 0 .25rem;
    color: #161616;
    font-weight: 500;
    padding: 10px 20px !important;
  }

    .navbar-brand img{
  height: 40px;
}

.map-container {
      height: 300px;
    }

    .about_contentSection {
    padding: 40px 0px !important;
}
}


/* Mobile-specific: reduce padding */
@media (max-width: 991px) {
  .navbar-nav .nav-link {
    padding: 10px 15px !important;
  }

  .nav_Search {
    width: 100%;
  }

  .about_contentSection {
    padding: 40px 0px !important;
}
}

@media (max-width: 767.98px){
  .hero-text-wrapper {
        padding: 40px 0px;
    }

      .navbar-brand img{
  height: 40px;
}

.about_contentSection {
    padding: 30px 0px !important;
}
}

@media (max-width: 767px) {
  .swap-btn {
    margin: 10px auto;
    display: block;
  }
}


@media (max-width: 576px) {
  .service-card {
    padding: 1.5rem;
  }

  .store-btn img {
    height: 25px;
  }

      .about_contentSection {
        padding: 30px !important;
    }
}

@media (max-width: 575.98px) {

  .navbar-brand img{
  height: 40px;
}

  /* .field-row {
    flex-direction: column;
    align-items: stretch;
  } */

  .icon-box {
    margin-bottom: .4rem;
  }

  .branches-layout {
    flex-direction: column;
  }

  .branches-layout .list-col {
    margin-bottom: 1.2rem;
  }

  .chat-popup {
    right: 10px;
    left: 10px;
    width: auto;
  }

  .home-banner {
    background-image: url(./Assets/Images/red.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 0px;
    height: auto;
  }

  .bannerHeading h1 {
    font-size: 40px;
  }

  .hero-text-wrapper {
    padding: 30px 0px;
  }

  .partner-card {
    height: 300px;
  }

  .about_Imagediv {
    text-align: center;
    margin-bottom: 20px;
  }

  .about_Imagediv img {
    width: 100%;
  }

  .accordion-button {
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 14px;
  }

  .accordion-body{
    font-size: 12px !important;
  }

  .mobile_img_Wrapper img {
    width: 60%;
  }

  .mobile_img_Wrapper {
    text-align: center;
  }

  .nav-tabs {
    border: none;
    justify-content: center;
    margin-bottom: 1rem;
    gap: 20px;
  }

  .nav-tabs .nav-link {
    border-radius: 8px;
    border: 1px solid #d1d5db;
    margin: 0 .25rem;
    color: #161616;
    font-weight: 500;
    padding: 10px 22px !important;
  }

      .search-box {
        text-align: center;
        max-width: 398px;
    }

    .learnMore-btn {
    padding: 8px 20px;
    cursor: pointer;
}

.contactless-sectionHeading h1{
  font-size: 35px;
}

.filter-section .form-select,
      .filter-section .search-input input {
        height: 44px;
        font-size: 0.95rem;
      }
      .sectionHeading h1 { font-size: 1.5rem; }
      .jobs-table thead th,
      .jobs-table tbody td { padding: 12px 12px; font-size: 12px; }

      .map-container {
      height: 250px;
    }

        .mission-section .nav-tabs .nav-link {
        font-size: 0.9rem;
        padding: 8px 15px;
    }
    .mission-section .tab-content p {
        font-size: 0.95rem;
    }

    .goals {
    font-size: 14px !important;
}
}