.megamenu {
  position: absolute;
  top: 119px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  z-index: 1000;
}

.megamenu .col {
  cursor: pointer;
}

.megamenu .col i {
  display: block;
  margin-bottom: 10px;
  color: #007bff;
}

.megamenu .col p {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
#specialtyModal.modal.show .modal-dialog {
  max-width: 700px;
}
.cus_form_spe {
}
.cus_form_spe .form-control,
.cus_form_spe .form-select {
  padding: 5px 10px;
  height: 40px;
}
.menu-item-has-children > a .caret {
  margin-left: 5px;
  display: inline-block;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  vertical-align: middle;
}
.sigma_info-title i {
  width: 40px;
  height: 40px;
  background-color: var(--thm-base);
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(var(--thm-base-rgb), 0.5);
  margin-right: 10px;
}
/* Career Page Styling */
.career-section {
  padding: 50px 0;
}
.career-header {
  margin-bottom: 30px;
}
.career-header h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
.career-header p {
  font-size: 16px;
  color: #555;
}
.career-header a {
  color: #ff6600;
  text-decoration: none;
  font-weight: bold;
}
.career-header a:hover {
  text-decoration: underline;
}
.job-listing {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  cursor: pointer;
}
.job-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.job-header h5 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.job-header i {
  font-size: 18px;
  transition: transform 0.3s ease;
}
.job-listing.open .job-header i {
  transform: rotate(180deg);
}
.job-details {
  display: none;
  padding-top: 10px;
}
.job-listing.open .job-details {
  display: block;
}
.job-details p {
  margin: 0;
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}
.job-details a {
  background-color: #00787b;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-top: 10px;
}
.job-details a:hover {
  background-color: #139092;
  color: #fff;
}
.job-details a i {
  margin-left: 5px;
}
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1;
  text-decoration: none;
}

.whatsapp-float:hover {
  background-color: #1ebe57;
}

.whatsapp-float i {
  font-size: 28px;
}
.chatbot-float {
  position: fixed;
  bottom: 100px;
  right: 30px;
  background-color: #034263;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  text-decoration: none;
  font-size: 28px;
}
.chatbot-float:hover {
  background-color: #00acb1;
  color: white;
}
.close_chat {
  background: none;
  border: none;
  font-size: 18px;
  color: #fff;
  padding: 0px;
  height: 30px;
  width: 30px;
  background: #00acb1;
}
.smooth_scroll_infinite {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #fff;
  margin-bottom: 2rem;
}
.smooth_scroll_infinite .scroll-track {
  display: flex;
  width: max-content;
  animation: scroll-left 25s linear infinite;
}
.smooth_scroll_infinite:hover .scroll-track {
  animation-play-state: paused;
}
.smooth_scroll_infinite .row {
  display: flex;
  flex-wrap: nowrap;
}
.smooth_scroll_infinite .col {
  flex: 0 0 auto;
  width: 200px; /* Adjust as needed */
  margin-right: 24px;
}
.smooth_scroll_infinite .sigma_service-body {
  text-align: center;
}
.smooth_scroll_infinite .col img {
  width: auto;
  height: 60px;
  margin: 0 auto;
  max-width: initial;
}
.smooth_scroll_infinite .col h5 {
  text-align: center;
  margin-top: 10px;
}
.sigma_service-body em {
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  margin-top: 15px;
}
.home_form_sl input,
.home_form_sl select {
  padding: 5px 10px !important;
  height: 40px !important;
  color: #aaa !important;
}
.cus_select_city {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.cus_part_form .sigma_service p {
  min-height: 87px;
}
.sigma_cta.style-14 form select {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 6px;
}
.dark_header_color .sigma_header .navbar-nav li a,
.dark_header_color .sigma_header-top.dark-bg .sigma_header-top-links li a,
.dark_header_color .sigma_header-top.dark-bg .sigma_header-top-links li select,
.dark_header_color .sigma_header-top.dark-bg .sigma_header-top-contacts ul li a,
.dark_header_color .cus_select_city {
  color: #054465;
}
.provider_form .form-group {
  margin-bottom: 20px;
}
.provider_form select option,
.sigma_header-top.dark-bg .sigma_header-top-links li select option {
  color: #545454;
}
.dark_header_color
  .sigma_header-top.dark-bg
  .sigma_header-top-contacts
  ul
  li
  a:hover {
  color: #054465 !important;
}
.dark_header_color .navbar {
  background-color: rgb(255 255 255);
}
.sigma_footer-widget p,
.sigma_footer-copyright p,
.sigma_footer-widget h5.widget-title {
  color: #fff !important;
}
.sigma_post-content h5 {
  min-height: 50px;
}
@media screen and (max-width: 680px) {
  .home_form .col {
    flex: 1 4 33.333%;
  }
}
@media screen and (max-width: 480px) {
  .sigma_about.style-9 .sigma_about-image {
    width: 100% !important;
    height: auto !important;
  }
  .home_form .col {
    flex: 1 4 49.333%;
  }
  .home_form .form-group .input-group-append,
  .home_form .form-group .input-group-append button {
    width: 100%;
  }
  .sigma_footer .sigma_footer-widget {
    padding-bottom: 30px !important;
  }
  .sigma_service.style-18 {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  .career-section {
    padding: 30px 0;
  }
  .section {
    padding: 60px 0 !important;
  }
  .sigma_footer {
    padding: 20px 0 !important;
  }
}
