@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1320px;
  }
}

*:not(i) {
  font-family: "Satoshi-Variable" !important;
}

video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  border-radius: 30px;
  background-color: #000;
}
section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 1199.98px) {
  section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767.98px) {
  section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
.p-bold {
  font-family: var(--bs-para-bold-font-family) !important;
  font-size: var(--bs-para-bold-font-size) !important;
  font-weight: var(--bs-para-bold-font-weight) !important;
  line-height: var(--bs-para-bold-line-height) !important;
  color: var(--bs-para-bold-color) !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .p-bold {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
.text-button {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: 500;
  line-height: var(--bs-body-line-height);
  color: var(--bs-black);
  text-align: var(--bs-body-text-align);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #fff0;
}
.ClashDisplay-Semibold {
  font-family: ClashDisplay-Medium, sans-serif !important;
  font-size: 56px !important;
  line-height: 56px !important;
  font-weight: 600 !important;
}
.ClashDisplay-Medium {
  font-family: ClashDisplay-Medium, sans-serif !important;
  font-size: 24px;
  line-height: 29.52px !important;
  font-weight: 500 !important;
}
.ClashDisplay-Regular {
  font-family: ClashDisplay-Medium, sans-serif !important;
  font-size: 16px !important;
  line-height: 19.2px !important;
  font-weight: 400 !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ClashDisplay-Semibold {
    font-size: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ClashDisplay-Semibold {
    font-size: 36px !important;
  }
}
@media (max-width: 767.98px) {
  .ClashDisplay-Semibold {
    font-size: 36px !important;
  }
}
.Roboto-Small {
  font-family: "Satoshi-Variable", sans-serif !important;
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 400;
}
.Roboto-Regular {
  font-family: "Satoshi-Variable", sans-serif !important;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 400;
}
.Roboto-Medium {
  font-family: "Satoshi-Variable", sans-serif !important;
  font-size: 24px;
  line-height: 28.8px !important;
  font-weight: 500;
}
.Roboto-Medium-lg {
  font-family: "Satoshi-Variable", sans-serif !important;
  font-size: 32px;
  line-height: 38.4px !important;
  font-weight: 700;
}
.Roboto-Bold {
  font-family: "Satoshi-Variable", sans-serif !important;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.Roboto-Bold-24 {
  font-family: "Satoshi-Variable", sans-serif !important;
  font-size: 24px !important;
  line-height: 28.8px !important;
  font-weight: 700 !important;
}
.font-arial {
  font-family: Arial !important;
}
.Arial {
  font-family: Arial;
  font-size: 44px;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: 0.02em;
}
@media (max-width: 767.98px) {
  .Roboto-Regular {
    font-size: 14px;
    line-height: 21px;
  }
}
.top-750px {
  top: 750px !important;
}

.span,
span {
  font-family: var(--bs-para-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: rgb(180 180 180);
}
.keyword-btn {
  padding: 14px 40px 14px 40px;
}
.testimonial-swiper {
  background: #e7e7e780;
}
.feature-logo-wrapper {
  background: #481e66;
}
@font-face {
  font-family: "Clash Display Variable";
  src: url(https://handyhubb.com/alpha/public/frontend/assets/css/FontsFree-Net-ClashDisplay-Variable.ttf);
}
.navbar {
  background-color: var(--primary-color);
}
a {
  text-decoration: none;
}
.logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
.nav-logo {
  width: 80px;
}
@media (max-width: 576px) {
  .nav-logo {
    width: 65px;
  }
}
.card {
  padding: 30px;
  border-radius: 16px;
  border: 1px solid var(--border-color);
  background-color: var(--primary-color) !important;
  width: 350px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.card:hover {
  border: 1px solid #fff;
}
.radio-card {
  cursor: pointer;
}
.radio-card h5 {
  color: #b4b4b4;
  font-weight: 400;
  font-size: 14px;
}
.card.active {
  background: #21021c;
  background: linear-gradient(0deg, rgb(33 2 28) 0, #4eb0ed 0, #4eb0ed 68%);
}
.btn-primary {
  background-color: #24a0ed;
  border: 0;
  padding: 8px 16px;
}
.btn-light {
  background-color: var(--primary-color);
  border: 1px solid var(--border-color) !important;
  border-radius: 14px;
  padding: 16px 32px;
}
.btn-light:hover {
  color: #000 !important;
}
.signup-card {
  width: 100%;
  max-width: 457px;
  padding: 40px;
  background-color: #1c1c1c;
  border-radius: 10px;
  border: 1px solid #2b2b2b;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
}
.signup-card h2 {
  color: #fff;
  font-size: 24px;
}
.signup-card p {
  color: #aaa;
  font-size: 14px;
}
.signup-card form span {
  color: #ada2a2;
}
.form-control {
  background-color: #1c1c1c;
  border: 1px solid #444;
  border-radius: 10px;
  padding: 10px 16px;
  color: #fff;
}
.form-control::placeholder {
  color: #ada2a2;
}
.form-control:focus {
  box-shadow: none;
  color: #fff;
  background-color: #2c2c2c;
  border: 1px solid #444;
}
.form-check-label {
  color: #aaa;
}
.signup-btn {
  padding: 12px 16px;
  border-radius: 10px;
}
.btn-light {
  color: #000;
}
.btn-light img {
  vertical-align: middle;
}
hr {
  border-top: 1px solid var(--border-color);
}
.link-primary {
  color: #007bff;
}
.features-section {
  background-color: #2b2b2b;
}
.features-section p {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.features-section img {
  width: 80.31px !important;
  height: 26px;
}
.logo-2 {
  width: 83.87px !important;
}
.logo-3 {
  width: 98.61px !important;
}
.logo-4 {
  width: 106.6px !important;
}
.team-logo {
  padding: 0 20px;
}
.icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #7d7d7d80;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #909090;
  font-size: 40px;
}
.icon-circle .fa-edit,
.icon-circle .fa-microphone {
  font-size: 22.5px;
  color: #909090;
}
.search-container {
  background-color: #7d7d7d80;
  height: 349px;
  border-radius: 40px;
  color: #fff;
  border: 1px solid #909090;
}
.search-bar {
  background-color: #fff0;
  outline: 0;
  border: 0;
  margin: 30px 20px;
}
.search-bar:focus {
  outline: 0;
  box-shadow: none;
  background-color: #fff0;
  border: 0;
}
.search-container {
  width: 100%;
}
.search-icon-btn {
  border: none;
  border-radius: 50px;
  padding: 11px 18px;
}
.badge-custom {
  background-color: #fff;
  color: #000;
  border: 1px solid #b4b4b4;
  font-size: 16px;
  padding: 8px 24px;
  border-radius: 100px;
  font-weight: 500;
}
.speak-text {
  font-size: 24px;
  margin-bottom: 20px;
}
.mic-animation {
  position: relative;
  display: inline-block;
  animation: mic-icon-pulse 1.5s infinite;
}
@keyframes mic-icon-pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.modal-content {
  border-radius: 20px;
  background-color: #222;
  padding: 30px;
  animation: modalFadeIn 0.5s ease;
}
@keyframes modalFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 576px) {
  .keyword img {
    width: 230px;
  }
}
@media (max-width: 768px) {
  .badge-custom {
    padding: 8px 10px;
  }
  .hero-hedding {
    max-width: 465px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  .badge-custom {
    padding: 8px 10px;
    font-size: 12px;
  }
}
.faq-section {
  background-color: #1b1b1b;
  color: #fff;
  padding: 40px 0;
  text-align: center;
}
.faq-section h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
.tab-buttons {
  margin-bottom: 80px !important;
}
.tab-buttons button {
  border-radius: 100px;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #484848;
}
.tab-buttons .active {
  background-color: #24a0ed;
  color: #fff;
}
.faq-item .question {
  font-size: 18px;
}
.faq-container {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  max-width: 706px;
  width: 100%;
}
@media (max-width: 768px) {
  .faq-section h1 {
    font-size: 25px;
  }
  .tab-buttons button {
    padding: 8px 20px;
  }
}
@media (max-width: 576px) {
  .faq-section h1 {
    font-size: 20px;
  }
  .tab-buttons button {
    padding: 8px 17px;
    font-size: 10px;
  }
}
.looking-section .card {
  background-color: #202020;
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgb(0 0 0 / 0.2);
  max-width: 433px;
}
.looking-section .card-title {
  font-weight: 700;
  font-size: 20px;
}
.looking-section .card-text {
  color: #909090;
  font-weight: 400;
  font-size: 16px;
}
.looking-section h6 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.looking-section .card:hover {
  box-shadow: 0 6px 12px rgb(0 0 0 / 0.3);
}
footer {
  background-color: #202020;
  color: #fff;
  padding: 40px 0 0 0;
}
.footer-title {
  font-weight: 700;
  margin-bottom: 15px;
}
.newsletter-input {
  border-radius: 25px;
  padding: 10px;
  border: none;
  outline: 0;
}
.newsletter-btn {
  border-radius: 25px;
  padding: 10px 14px;
  background-color: #3498db;
  color: #fff;
  border: none;
  cursor: pointer;
}
.social-icons .fa-instagram,
.social-icons .fa-linkedin,
.social-icons .fa-twitter {
  font-size: 30px;
  margin-right: 15px;
  color: #fff;
}
.footer-links a {
  display: block;
  color: #ccc;
  text-decoration: none;
  margin-bottom: 8px;
}
.footer-links a:hover {
  color: #fff;
}
.footer-bottom {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #9870b5;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .footer-title {
    text-align: center;
  }
  .social-icons {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .newsletter-btn {
    padding: 10px 15px;
    font-size: 14px;
    margin-left: 6px;
  }
}
.search-wrap {
  width: 555px;
  min-height: 418px;
  margin: auto;
  margin-top: 68px;
}
.service-btn {
  width: 227px;
  height: 64px;
  background: #7d7d7d80;
  border: 1px solid #909090;
  border-radius: 20px;
  align-items: center;
  justify-content: space-between;
  margin: 0 4px;
  overflow: clip;
}
.find-jobs {
  background: #24a0ed;
  height: 100%;
  margin-left: 3px;
  width: 107px;
  line-height: 16.8px;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
}
.find-jobs span {
  font-size: 14px;
  font-weight: 400;
  font-family: "Satoshi-Variable";
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
/* .find-service span {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Satoshi-Variable';
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
} */
.click_keywords {
  color: #909090;
  font-size: 24px;
  line-height: 28.8px;
  font-family: "Satoshi-Variable";
  font-weight: 400;
}
.keywords-section {
  width: 355px;
  height: 58px;
  margin: auto;
}
.search-microphone {
  width: 64px;
  height: 64px;
}
.search-main-section {
  height: 234px;
  padding: 32px;
  border-radius: 20px;
  border: 0;
}
.search-wrap .icon-circle {
  width: 64px;
  height: 64px;
}
.career .search-wrap .icon-circle {
  background-color: #2b2b2b;
  border: 1px solid #3d3d3d;
}
.career .search-wrap .service-btn {
  background: #4848484d;
  border: 1px solid #3d3d3d;
}
.custom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2a2a2a;
  border: 1px solid #252525;
  color: #fff;
  width: auto;
  padding: 8px 24px;
  margin: 0;
  line-height: 19.2px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Satoshi-Variable";
  font-style: normal;
}
.custom-btn:hover {
  background: #2a2a2a;
  border: 1px solid #252525;
  color: #fff;
}
.custom-btn-next {
  background: #2a2a2a;
  border: 1px solid #252525;
  color: #fff;
  width: 164px;
  height: 40px;
  padding: 8px 26px;
  margin: 0;
  line-height: 20.2px;
  font-size: 16px;
  font-family: "Satoshi-Variable";
  font-weight: 400;
}
.custom-btn-next:hover {
  background: #2a2a2a;
  border: 1px solid #252525;
  color: #fff;
  width: 164px;
  height: 40px;
  margin: 0;
  line-height: 20.2px;
  font-size: 16px;
}
.even span {
  padding-left: 5px;
  font-size: 16px;
  line-height: 19.2px;
  color: #fff;
  font-family: "Satoshi-Variable";
}
.even {
  list-style: none;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  background: #222;
  align-items: center;
}
.faq-section-about {
  margin-top: 115px;
  margin-bottom: 105px;
}
.question-left {
  width: 434px;
}
.question-right {
  width: 100%;
}
.question-right .card {
  background-color: #353535 !important;
  border-radius: 20px;
  padding: 0;
  width: 100%;
  border: 0;
  margin-bottom: 10px;
}
.question-right .card-header {
  background: #353535;
  height: 88px;
  border-radius: 20px !important;
  border: 0;
  color: #fff;
  padding: 32px;
  line-height: 20px;
}
.question-right .card-header a {
  font-size: 16px;
  color: #fff !important;
  font-family: "Satoshi-Variable";
  font-weight: 700;
  line-height: 19.2px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.question-right .card-header a::after {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-left: auto;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  transition: transform 0.2s ease-in-out;
}
.question-right .card-header a.btn.rotate::after {
  transform: rotate(180deg);
}
.question-right .card-header a:not(.collapsed)::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
}
.card-body {
  background: #222;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #fff;
  font-size: 15px;
  line-height: 19.2px;
  padding: 15px 32px;
  font-family: "Satoshi-Variable";
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border-color: #fff0;
}
.about-buttons button {
  border-radius: 100px;
  padding: 8px 26px;
  font-size: 16px !important;
  font-weight: 400;
  border: 1px solid #484848;
  display: block;
  width: 50%;
  height: 40px;
  margin-bottom: 10px;
  font-family: "Satoshi-Variable";
}
.newsletter-text {
  font-size: 14px !important;
}
.signup-text {
  cursor: pointer !important;
}
.question-left h1 {
  font-size: 40px;
  font-family: "Satoshi-Variable";
  font-weight: 600;
  width: 346px;
  height: 96px;
  line-height: 48px;
  margin-bottom: 30px;
}
.looking-left {
  width: 538px;
  padding: 24px;
}
.looking-headding {
  width: 377px;
  height: 48px;
  margin-bottom: 15px;
}
.card-job {
  width: 471px !important;
  max-width: 471px !important;
  padding: 24px !important;
}
.card-job .card-text {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.card-job .card-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .portfolio-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .portfolio-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .portfolio {
    border-radius: 30px !important;
  }
  video {
    border-radius: 30px;
  }
}
@media (max-width: 767px) {
  .card-job .card-title {
    font-weight: 700;
    font-size: 18px;
  }
  .looking-headding {
    width: 100%;
    height: 95px;
    margin-bottom: 15px;
  }
  .looking-content {
    display: block !important;
  }
  .card-job {
    width: 100% !important;
    max-width: 471px !important;
    padding: 20px !important;
  }
  .card-job .card-text {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
  }
  .looking-left {
    width: 100%;
    padding: 10px;
  }
  .question-left {
    width: 100% !important;
  }
  .question-right {
    width: 100% !important;
  }
  .faq-section-question {
    display: block !important;
  }
  .question-left h1 {
    font-size: 28px;
    font-family: "Satoshi-Variable";
    font-weight: 600;
    width: 100%;
    height: 46px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .faq-section-about {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .search-wrap {
    width: 100%;
    height: 335px;
    margin: auto;
    margin-top: 68px;
    padding: 10px !important;
  }
  .custom-btn {
    background: #2a2a2a;
    border: 1px solid #252525;
    color: #fff;
    width: 120px;
    height: 40px;
    padding: 10px 5px;
    margin: 0;
    line-height: 20.2px;
    font-size: 10px;
    font-family: "Satoshi-Variable";
    font-weight: 400;
  }
  .custom-btn-next {
    background: #2a2a2a;
    border: 1px solid #252525;
    color: #fff;
    width: 100px;
    height: 40px;
    padding: 10px 5px;
    margin: 0;
    line-height: 20.2px;
    font-size: 10px;
    font-family: "Satoshi-Variable";
    font-weight: 400;
  }
  .service-btn {
    width: 138.56px;
    height: 39.86px;
    background: #7d7d7d80;
    border: 1px solid #909090;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    margin: 0 4px;
  }
  .search-wrap .icon-circle {
    width: 40px;
    height: 40px;
  }
  .search-wrap .icon-circle svg {
    font-size: 17.5px !important;
  }
  .find-jobs {
    background: #24a0ed;
    height: 33.86px;
    margin-left: 3px;
    width: 76.15px;
    line-height: 16.8px;
    text-align: center;
    border-radius: 8px;
    padding: 10px;
  }
  .find-service {
    height: 46px;
    width: 85px;
    line-height: 16.8px;
    text-align: center;
    border-radius: 16px;
  }
  .keywords-section {
    width: 260px;
    height: 58px;
    margin: auto;
  }
  .find-jobs span {
    font-size: 9.96px;
  }
  .find-service span {
    font-size: 9.96px;
  }
  .question-right .card-header a {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .card-job .card-title {
    font-weight: 700;
    font-size: 18px;
  }
  .looking-headding {
    width: 100%;
    height: 26px;
    margin-bottom: 15px;
  }
  .looking-content {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
  }
  .card-job {
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px !important;
  }
  .card-job .card-text {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
  }
  .looking-left {
    width: 100%;
    padding: 10px;
  }
  .question-left {
    width: 100% !important;
  }
  .question-right {
    width: 100% !important;
  }
  .faq-section-question {
    display: block !important;
  }
  .question-left h1 {
    font-size: 40px;
    font-family: "Satoshi-Variable";
    font-weight: 600;
    width: 100%;
    height: 90px;
    line-height: 48px;
    margin-bottom: 30px;
  }
  .faq-section-about {
    margin-top: 70px;
    margin-bottom: 60px;
  }
}
.nav-logo-img {
  width: 184.86px;
  /* height: 32.22px; */
}
.portfolio-mobile-slider {
  max-width: 1016px;
  margin: 120px auto 0 auto;
}
.portfolio-mobile-slider .slick-slide {
  margin: 0 10px !important;
}
@media (max-width: 1250px) {
  .portfolio-mobile-slider {
    max-width: 90vw;
  }
  .portfolio-mobile-slider .slick-slide {
    width: 90vw;
  }
}
.portfolio {
  width: 100%;
  max-width: 996px;
  background-color: #222 !important;
  padding: 32px;
  border: 1px solid #5d5d5d;
  border-radius: 30px;
  margin: auto;
  margin-top: 120px;
  position: relative;
}
.portfolio-video-slide {
  width: 100%;
  max-width: 996px;
  padding: 32px;
  margin: auto;
}
.portfolio-video-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  padding-top: 15px;
}
.portfolio-main {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}
.portfolio-img {
  width: 488px;
}
.portfolio-img img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.portfolio-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
}
.portfolio-content h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 46.6px;
  font-family: "Satoshi-Variable";
  margin-bottom: 12px;
}
.portfolio-content span {
  font-size: 32px;
  font-weight: 500;
  line-height: 46.6px;
  font-family: "Satoshi-Variable";
  margin-bottom: 12px;
  color: #fff;
}
.portfolio-content p {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Satoshi-Variable";
  display: block;
  line-height: 30px;
  color: #909090;
}
.portfolio-btn {
  max-width: 152px;
  height: 48px;
  padding: 8px 32px;
  border-radius: 100px;
  background: #ae5adb;
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 52px;
  line-height: 33px;
}
.career-headding {
  max-width: 582px;
  height: 124px;
  margin: auto;
}
.career-headding h1 {
  font-size: 48px;
  text-align: center;
  font-family: "Satoshi-Variable";
  line-height: 57.6px;
  font-weight: 500;
}
.career-des {
  width: 590px;
  height: 48px;
  margin: auto;
  text-align: center;
  margin-top: 20px;
}
.career-des span {
  text-align: center;
  font-family: "Satoshi-Variable";
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #909090;
}
.career {
  height: 789px;
}
.career-box {
  background: #1e1e1e;
  height: 489px;
  width: 934px;
  margin-top: 40px;
  padding: 32px !important;
  border-radius: 20px;
}
.career-box .container {
  width: 566px;
  height: 426px;
}
.career_keywords {
  font-size: 24.46px;
  font-family: "Satoshi-Variable";
  font-weight: 400;
  line-height: 29.35px;
  color: #fff;
}
.career_search {
  width: 358.74px;
  height: 73.38px;
  border-radius: 1019.14px;
  background: #4a4a4a;
  margin: auto;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 5px;
}
.career_search img {
  width: 268.86px;
  height: 28.54px;
  padding-right: 10px;
}
.career_main_section {
  background-color: #2b2b2b;
  padding: 40px;
}
.career_search .search-microphone {
  width: 65.22px;
  height: 65.22px;
}
.experience .portfolio-img {
  width: 488px;
}
.experience .portfolio-content {
  padding-left: 32px;
  width: 470px;
}
.experience .portfolio-btn {
  margin-top: 35px;
}
.hero-section {
  width: 100%;
}
.hero-hedding {
  max-width: 465px;
  width: 100%;
}
.hero-hedding h1 {
  font-size: 48px;
  font-family: "Satoshi-Variable";
  line-height: 57.6px;
  font-weight: 600;
  margin-bottom: 12px;
}
.hero-hedding span {
  font-size: 24px;
  font-family: "Satoshi-Variable";
  line-height: 28.8px;
  font-weight: 400;
  color: #b4b4b4;
}
.hero-button {
  display: flex;
  margin-top: 40px;
}
.hero-button .keyword-btn {
  width: 196px;
  height: 48px;
  background: #24a0ed;
  text-decoration: none;
  padding: 16px 10px;
  line-height: 16.2px;
  font-size: 16px;
  color: #fff;
  font-family: "Satoshi-Variable";
  display: block;
  text-align: center;
  border-radius: 100px;
  margin-right: 10px;
}
.hero-button .sign-btn {
  width: 172px;
  height: 48px;
  background: #fff0;
  text-decoration: none;
  padding: 16px 10px;
  line-height: 16.2px;
  font-size: 16px;
  color: #fff;
  font-family: "Satoshi-Variable";
  display: block;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100px;
}
.hero-left {
  max-width: 620px;
  padding-top: 132px;
  position: relative;
}
.image-right {
  width: 180px;
  height: 59px;
  border: 1px solid #fff;
  border-radius: 100px;
  position: relative;
}
.image-right img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  object-fit: cover;
}
.hero-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #37373766;
  border-radius: 100px;
  margin: auto;
}
.hero-img {
  position: absolute;
  top: 124px;
  right: 110px;
}
.hero-icon svg {
  margin: auto;
  width: 100%;
  border-radius: 100%;
  bottom: 0;
  top: 0;
  position: absolute;
}
.review-logo img {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid #fff;
  object-fit: cover;
}
.review-logo {
  display: flex;
  width: 118px;
  position: relative;
}
.review-logo-one {
  position: absolute;
  left: 68px;
}
.review-logo-two {
  position: absolute;
  left: 35px;
}
.review-section {
  display: flex;
  margin-top: 60px;
}
.review-warp {
  width: 207px;
  height: 44px;
  padding-left: 8px;
}
.review-header-content {
  width: 207px;
  height: 17px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.line {
  height: 17px;
  width: 1px;
  border: 1px solid #b4b4b4;
  margin: 0 15px;
}
.review_rates_hedding {
  font-size: 14px;
  color: #b4b4b4;
  line-height: 16.8px;
  font-family: "Satoshi-Variable";
  font-weight: 400;
  height: 14px;
}
.headding-star {
  display: flex;
}
.headding-star img {
  width: 16.77px;
  height: 16.05px;
  margin-right: 4px;
}
.user-review {
  font-size: 16px;
  line-height: 19.2px;
  font-family: "Satoshi-Variable";
  font-weight: 500;
}
.review-section-datelis {
  max-width: 597px;
  /* min-height: 241px; */
  background: #222;
  padding: 16px;
  border-radius: 20px;
  margin-top: 20px;
  position: relative;
  display: flex;
  overflow: hidden;
}
.review-datelis-head {
  display: flex;
  align-items: center;
}
.review-datelis-head .review-logo {
  width: 60px;
  margin-right: 8px;
}
.review-datelis-head .review-logo img {
  width: 60px;
  height: 60px;
}
.review-datelis-head .review_rates_hedding {
  margin-left: 5px;
}
.content-review-datelis {
  font-size: 16px;
  font-weight: 400;
  font-family: "Satoshi-Variable";
  line-height: 19.2px;
  color: #e7e7e7;
  /* height: 133px; */
  display: block;
  margin-top: 16px;
}
.review-arrow {
  border: 0;
  background: #fff0;
}
.review-arrow svg {
  position: absolute;
  right: -20px;
  top: 100.5px;
  cursor: pointer;
}
.hero-section {
  display: flex;
  justify-content: right;
}
.hero_search {
  width: 395px;
  height: 222.2px;
}
.banner_section {
  overflow: hidden;
  position: relative;
}
.hero-right {
  padding-top: 32px;
}
.hero-right-img img {
  transform: translateX(168px);
  width: 100%;
}
@media (min-width: 1440px) {
  .hero-right-img img {
    width: 50vw;
  }
}
.hero_top_section {
  position: absolute;
  top: -90px;
  right: 232px;
}
.hero_top_section .search-main-section {
  background: #b4b4b4;
  width: 395px;
  height: 165.26px;
  box-shadow: 0 0 20px 0 #00000026;
  padding: 22.77px;
}
.hero_top_section .keywords-section {
  width: 252.66px;
  height: 40px;
}
.hero_top_section .click_keywords {
  font-size: 17.08px;
  color: #fff;
  line-height: 20.5px;
}
.hero_top_section .search-microphone {
  width: 45.55px;
  height: 45.55px;
  border-radius: 75px;
  padding: 12px;
}
.hero_top_section .search-microphone svg {
  font-size: 17px !important;
}
.hero_top_section .microphone-keywords {
  margin-top: 35px !important;
}
.hero_top_section .service-btn {
  width: 161.56px;
  height: 39.86px;
  background: #7d7d7d80;
  border: 1px solid #909090;
  border-radius: 11.39px;
  align-items: center;
  justify-content: space-between;
  margin: 0 4px;
}
.hero_top_section .find-jobs {
  background: #24a0ed;
  height: 33.86px;
  margin-left: 2px;
  width: 76.15px;
  line-height: 11.96px;
  text-align: center;
  border-radius: 11.39px;
  padding: 7.12px;
}
.hero_top_section .find-jobs span {
  font-size: 9.96px;
  font-weight: 400;
  font-family: "Satoshi-Variable";
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero_top_section .find-service {
  height: 12px;
  width: 80px;
  line-height: 16.8px;
  text-align: center;
  border-radius: 16px;
}
.hero_top_section .find-service span {
  font-size: 9.96px;
  font-weight: 400;
}
.keyword-top {
  margin-top: 10px;
}
.mobile_feature {
  display: none;
}
.menu__slider {
  width: 530px;
}
.service {
  margin-bottom: 115px;
}
@media (max-width: 992px) {
  .hero-hedding h1 {
    font-size: 36px !important;
    line-height: 44px;
  }
  .hero-hedding span {
    font-size: 20px;
    line-height: 24.8px;
  }
}
@media (max-width: 768px) {
  .portfolio-mobile-slider .slick-slide {
    margin: 0 !important;
  }
  .portfolio-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .portfolio-img img {
    max-width: 360px;
  }
  .portfolio {
    width: 100%;
    height: auto;
    padding: 13px;
    margin-top: 68px;
  }
  .hero-section {
    width: 100%;
  }
  .portfolio-mobile {
    padding: 10px;
  }
  .portfolio-img {
    width: 100%;
    height: auto;
    margin-top: 6px;
    min-height: 276px;
  }
  .portfolio-content {
    width: 100%;
    max-width: 485px;
  }
  .portfolio-content h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Clash Display Variable";
    text-align: center;
  }
  .portfolio-content p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: "Satoshi-Variable";
    width: 100%;
    padding-top: 10px;
    display: block;
    line-height: 16px;
  }
  .experience .portfolio-img {
    width: 100% !important;
  }
  .experience .portfolio-content {
    padding-left: 0;
    width: 100%;
    margin-top: 32px;
  }
  .experience .portfolio-content h2 {
    height: auto;
    width: 100%;
  }
  .career-headding {
    width: 100%;
    height: auto;
    margin: auto;
  }
  .career-des {
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    margin-top: 10px;
  }
  .experience .portfolio-btn {
    margin-top: 28px;
  }
  .career-box {
    height: auto;
    width: 100%;
    margin-top: 28px;
    padding: 15px !important;
    border-radius: 20px;
  }
  .career-box .container {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .career_search {
    width: 100%;
    height: 50.38px;
    border-radius: 1019.14px;
    background: #4a4a4a;
    margin: auto;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 5px;
    margin-top: 0 !important;
  }
  .career_search .search-microphone {
    width: 45.22px;
    height: 45.22px;
  }
  .career_main_section {
    background-color: #2b2b2b;
    padding: 20px;
  }
  .career_search img {
    width: 70%;
    height: 28.54px;
    padding-right: 10px;
  }
  .career-headding h1 {
    font-size: 28px;
    text-align: center;
    font-family: "Clash Display Variable";
    line-height: 28px;
    font-weight: 500;
  }
  .career-des span {
    text-align: center;
    font-family: "Satoshi-Variable";
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #909090;
  }
  .hero-img {
    position: absolute;
    top: 32px;
    right: 0;
    left: 0;
    width: 100%;
  }
  .banner_section {
    overflow: auto;
    position: relative;
  }
  .hero_top_section {
    position: absolute;
    top: -90px;
    right: 0;
  }
  .hero_search {
    width: 100%;
    height: 222.2px;
    padding: 10px !important;
    overflow: hidden;
  }
  .hero_top_section .search-main-section {
    background: #b4b4b4;
    width: 278.77px;
    height: 94px;
    box-shadow: 0 0 20px 0 #00000026;
    padding: 10.77px;
    position: absolute;
    right: -32px;
  }
  .hero_top_section .service-btn {
    width: 138.56px;
    height: 39.86px;
    background: #7d7d7d80;
    border: 1px solid #909090;
    border-radius: 11.39px;
    align-items: center;
    justify-content: space-between;
    margin: 0 4px;
  }
  .review-section-datelis {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    min-height: 290px;
    background: #222;
    padding: 16px;
    border-radius: 20px;
    margin-top: 20px;
    position: relative;
  }
  .hero-button {
    display: block;
    flex-wrap: wrap;
    margin-top: 16px;
  }
  .hero-button .keyword-btn {
    margin: auto;
    margin-bottom: 10px;
    max-width: 230px;
    min-height: 40px;
    font-size: 20px;
    padding: 23px 20px;
    width: auto;
    height: auto;
  }
  .hero-button .sign-btn {
    margin: auto;
    width: 230px;
    height: 40px;
    font-size: 16px;
    padding: 13px 10px;
  }
  .hero-hedding h1 {
    font-size: 36px !important;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .hero-hedding span {
    font-size: 20px;
    line-height: 16.8px;
  }
  .review-arrow svg {
    position: absolute;
    right: -10px;
    top: 124.5px;
    cursor: pointer;
  }
  .hero-right-img {
    margin-top: 36px;
    padding: 10px;
    text-align: center;
  }
  .hero-right-img img {
    height: auto;
    border-radius: 11.53px;
    width: 92vw;
    transform: none;
  }
  .mobile_feature {
    display: block;
    padding-top: 10px;
  }
  .image-right {
    width: 81px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 100px;
    position: relative;
    margin: auto;
  }
  .hero-icon svg {
    margin: auto;
    border-radius: 100%;
    bottom: 0;
    top: 0;
    position: absolute;
    width: 14px;
    height: 15px;
    left: 0;
    right: 0;
  }
  .hero-left {
    padding-top: 35px;
    position: relative;
    text-align: center;
  }
  .hero_top_section .click_keywords {
    font-size: 16.08px;
    color: #fff;
    line-height: 11.5px;
    padding-right: 20px;
  }
  .hero_top_section .microphone-keywords {
    margin-top: 10px !important;
  }
  .hero_top_section .search-microphone {
    width: 25.55px;
    height: 25.55px;
    border-radius: 75px;
    padding: 2px;
  }
  .hero_top_section .search-microphone svg {
    font-size: 15px !important;
  }
  .hero-section .review-section {
    display: block;
    margin-top: 50px;
  }
  .hero-section .review-header {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .hero-section .review-warp {
    width: 100%;
    height: 44px;
    padding-left: 0;
    text-align: center;
  }
  .hero-section .review-header-content {
    width: 100%;
    height: 17px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: center;
    margin-top: 8px;
  }
  .review-section-datelis .review-header-content {
    width: 100%;
    height: 17px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: left;
    margin-top: 8px;
  }
  .review-section-datelis .review-warp {
    width: 100%;
    height: 44px;
    text-align: left;
    padding-left: 8px;
  }
  .content-review-datelis {
    font-size: 14px;
    font-weight: 400;
    font-family: "Satoshi-Variable";
    line-height: 16.2px;
    color: #e7e7e7;
    height: auto;
    display: block;
    margin-top: 16px;
    text-align: left;
  }
  .search-main-section {
    min-height: 150px;
    padding: 16px;
    border-radius: 20px;
    border: 0;
  }
  .search-main-section .d-flex {
    margin-top: 12px !important;
  }
  .search-icon-btn {
    border: none;
    border-radius: 50px;
    padding: 12px 11px;
  }
  .search-microphone svg {
    font-size: 20px;
  }
  .portfolio-btn {
    width: 238px;
    height: 48px;
    padding: 8px 32px;
    border-radius: 100px;
    background: #24a0ed;
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 40px;
    line-height: 33px;
    margin: auto;
  }
  .portfolio-mobile .portfolio-content h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Clash Display Variable";
    text-align: center;
    width: 100%;
  }
  .portfolio-mobile-2 .portfolio-content h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Clash Display Variable";
    text-align: center;
    width: 100%;
  }
  .portfolio-mobile .portfolio-btn {
    width: 238px;
    height: 48px;
    padding: 8px 32px;
    border-radius: 100px;
    background: #24a0ed;
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 40px;
    line-height: 33px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .about-buttons button {
    border-radius: 100px;
    padding: 8px 10px;
    font-size: 14px !important;
    font-weight: 400;
    border: 1px solid #484848;
    display: block;
    width: 100px;
    height: 40px;
    margin-bottom: 10px;
    font-family: "Satoshi-Variable";
    margin-right: 10px;
  }
  .tab-buttons {
    margin-bottom: 28px !important;
    display: flex;
    overflow-x: scroll;
  }
  .question-right .card-header {
    background: #353535;
    height: 70px;
    border-radius: 20px !important;
    border: 0;
    color: #fff;
    padding: 16px;
    line-height: 20px;
  }
  .card-body {
    background: #222;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #fff;
    font-size: 15px;
    line-height: 19.2px;
    padding: 15px 16px;
    font-family: "Satoshi-Variable";
  }
  .navbar .navbar-toggler {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    padding: 0;
    background-color: #7d7d7db2 !important;
    border: 1px solid #909090;
    color: #fff;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 #fff0;
  }
  .features-section p {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin: 0;
    margin-bottom: 5px;
  }
  .features-section img {
    width: 80.31px !important;
    height: 26px;
  }
  .logo-2 {
    width: 83.87px !important;
  }
  .logo-3 {
    width: 98.61px !important;
  }
  .logo-4 {
    width: 106.6px !important;
  }
  .team-logo {
    padding: 0;
  }
  .menu__slider {
    width: 100%;
  }
  .service {
    margin-bottom: 28px;
    padding-top: 0;
  }
  .career_keywords {
    font-size: 17.46px;
    font-family: "Satoshi-Variable";
    font-weight: 400;
    line-height: 29.35px;
  }
}
.ClashDisplay {
  font-family: "Satoshi-Variable", sans-serif !important;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 400;
}
.nav-location ::placeholder,
.nav-search {
  color: grey !important;
}
.mic-animation-div {
  padding: 0 4px;
  display: flex;
  align-items: start;
}
.nav-search {
  border: none !important;
  border-radius: 10px;
}
.nav-location {
  background-image: url(https://handyhubb.com/alpha/public/frontend/assets/images/input/map-logo.png);
  background-position: 12.5px;
  background-repeat: no-repeat;
  border: 1px solid #373c48 !important;
  color: #909090;
  border-radius: 8px;
  min-width: 220px;
}
.btn-blue {
  background-color: #24a0ed;
  border-color: #24a0ed;
  color: #fff;
  letter-spacing: inherit;
  transition: all 0.3s ease-in-out;
}
.btn-blue:hover {
  background-color: #24a0ed;
  border-color: #24a0ed;
  color: #fff;
  transform: scale(1.05);
}
.btn-blue-new {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
  padding: 1rem;
  letter-spacing: inherit;
  transition: all 0.3s ease-in-out;
}
.btn-blue-new:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  /* transform: scale(1.05); */
}
.btn-list select {
  -webkit-appearance: none;
  appearance: none;
  background: url(https://handyhubb.com/alpha/public/frontend/assets/images/input/Polygon.png)
    no-repeat 90% center;
  color: #b4b4b4;
  background-color: #050a16;
  border-color: #373c48;
  width: fit-content;
}
.btn-list button {
  color: #b4b4b4;
  background-color: #050a16;
  border: 2px solid #373c48;
  transition: all 0.3s ease-in-out;
}
.btn-list2 button {
  color: #050a16;
  background-color: #b4b4b4;
  border: 2px solid #373c48;
  transition: all 0.3s ease-in-out;
}
.btn-list2 button:hover {
  color: #fff;
  background-color: #24a0ed;
  border: 2px solid #24a0ed;
  transform: scale(1.05);
}
.header-border {
  border: 1px solid #373c48;
  border-width: 0 0 1px 0;
}
.bg-light-blue {
  background-color: #2b87ec;
}
.job-container {
  border: 1px solid #373c48;
  border-radius: 14px;
}
.checkbox {
  width: 24px;
  height: 24px;
  border: 2px solid #b4b4b4 !important;
  border-radius: 4px !important;
  -moz-appearance: none;
  appearance: none;
}
.checkbox:checked {
  -moz-appearance: revert;
  appearance: revert;
  accent-color: #b4b4b4;
}
.add-keyword {
  background-image: url(https://handyhubb.com/alpha/public/frontend/assets/images/input/plus.png);
  background-position: 12.5px;
  background-repeat: no-repeat;
  border: 1px solid #050a16 !important;
  background-color: #050a16;
  color: #5d5d5d;
}
.job-btn {
  background-color: #d3d4d8;
}
.job-content-container {
  border: 1px solid #373c48;
  border-radius: 14px;
  padding: 32px;
}
@media (max-width: 767.98px) {
  .job-content-container {
    padding: 16px;
  }
  .about-us-lh {
    line-height: 36px !important;
  }
  .service-star:before {
    padding: 2px 4px;
    font-size: 12px;
  }
  .Clash-title {
    font-size: 20px !important;
  }
  .service-location {
    font-size: 16px;
  }
  .open-now {
    top: 5% !important;
    right: 7% !important;
  }
  [data-star] {
    font-size: 18px;
  }
  .service_listing_img {
    height: auto !important;
  }
  .page-link.rounded.rounded-circle {
    padding: 0.4rem 0.8rem !important;
  }
  .w-86 {
    width: 100% !important;
  }
  .page-item .page-link {
    font-size: 12px !important;
  }
}
.similar-job-box {
  background-color: #303541;
  border: 1px solid #303541;
  border-radius: 14px;
}
.dream-job {
  padding: 48px auto;
}
.service-title {
  font-family: "Satoshi-Variable", sans-serif !important;
  font-size: 24px !important;
  line-height: 28.8px !important;
  font-weight: 700 !important;
}
.service-main-title-div {
  width: calc(100% - 200px);
}
.service-p {
  font-family: "Satoshi-Variable", sans-serif !important;
  font-size: 16px !important;
  line-height: 19.2px !important;
  font-weight: 400;
}
.service-cat {
  font-family: "Satoshi-Variable", sans-serif !important;
  font-size: 14px !important;
  line-height: 16.8px !important;
  font-weight: 400 !important;
}
.Service-Button {
  font-family: "Satoshi-Variable", sans-serif !important;
  font-size: 16px !important;
  line-height: 19.2px !important;
  font-weight: 400;
  width: 50% !important;
}
@media (max-width: 991.98px) {
  .service-title {
    font-size: 14px !important;
    line-height: 16.8px !important;
  }
  .service-p {
    font-size: 8px !important;
    line-height: 9.6px !important;
  }
  .person-svg {
    width: 15px;
  }
  .service-cat {
    font-size: 8px !important;
    line-height: 9.6px !important;
  }
  .Service-Button {
    font-size: 10px !important;
    line-height: 12px !important;
    width: 100px;
  }
  .service-svg {
    width: 25px;
  }
}
.mw-332px {
  max-width: 332px;
}
.w-86 {
  width: 86%;
}
@media (min-width: 1200px) {
  .mw-1200px {
    max-width: 1200px;
  }
}
.feature-image {
  height: 218px;
}
.bg-yellow {
  background-color: #ffc700;
  border-radius: 14px;
}
.open-now {
  background: #4fbf2633;
  border: 1px solid #4fbf26;
  color: #4fbf26;
  right: 4%;
  top: 10%;
}
.review-slider-nextArrow {
  top: -48px;
  right: 0;
}
.review-slider-prevArrow {
  top: -48px;
  right: 40px;
}
.angle {
  transition-duration: 0.5s;
  min-width: 14px;
}
.filter-btn-slider .swiper-slide {
  display: inline-block;
}
.location-dropdown,
.location-dropdown-mb,
.search-dropdown,
.search-dropdown-mb {
  overflow-y: scroll;
  max-height: 260px;
}
.cc_service_image {
  width: 100%;
  height: 190px;
  display: block;
  background-size: cover;
  background-position: center;
}
.service_listing_img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.star-rating {
  border: solid 1px #ccc;
  display: flex;
  flex-direction: row-reverse;
  font-size: 1.5em;
  justify-content: space-around;
  padding: 0 0.2em;
  text-align: center;
  width: 5em;
}
.star-rating input {
  display: none;
}
.star-rating label {
  color: #ccc;
  cursor: pointer;
}
.star-rating :checked ~ label {
  color: #f90;
}
.star-rating label:hover,
.star-rating label:hover ~ label {
  color: #fc0;
}
.text-star {
  --bs-text-opacity: 1;
  color: #feff4f !important;
}
.service-star:before {
  content: attr(data-rating);
  float: left;
  border-radius: 4px;
  background-color: #feff4f !important;
  color: #131313;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  padding: 5px 7px;
  position: relative;
  top: 1px;
  /* margin-right: 10px; */
}
[data-star] {
  text-align: left;
  font-style: normal;
  display: inline-block;
  position: relative;
  unicode-bidi: bidi-override;
  font-size: 23px;
}
[data-star]::before {
  display: block;
  content: "★★★★★";
  color: #eee;
}
[data-star]::after {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  width: 0;
  color: #feff4f !important;
  overflow: hidden;
  height: 100%;
}
[data-star^="0.1"]::after {
  width: 2%;
}
[data-star^="0.2"]::after {
  width: 4%;
}
[data-star^="0.3"]::after {
  width: 6%;
}
[data-star^="0.4"]::after {
  width: 8%;
}
[data-star^="0.5"]::after {
  width: 10%;
}
[data-star^="0.6"]::after {
  width: 12%;
}
[data-star^="0.7"]::after {
  width: 14%;
}
[data-star^="0.8"]::after {
  width: 16%;
}
[data-star^="0.9"]::after {
  width: 18%;
}
[data-star^="1"]::after {
  width: 20%;
}
[data-star^="1.1"]::after {
  width: 22%;
}
[data-star^="1.2"]::after {
  width: 24%;
}
[data-star^="1.3"]::after {
  width: 26%;
}
[data-star^="1.4"]::after {
  width: 28%;
}
[data-star^="1.5"]::after {
  width: 30%;
}
[data-star^="1.6"]::after {
  width: 32%;
}
[data-star^="1.7"]::after {
  width: 34%;
}
[data-star^="1.8"]::after {
  width: 36%;
}
[data-star^="1.9"]::after {
  width: 38%;
}
[data-star^="2"]::after {
  width: 40%;
}
[data-star^="2.1"]::after {
  width: 42%;
}
[data-star^="2.2"]::after {
  width: 44%;
}
[data-star^="2.3"]::after {
  width: 46%;
}
[data-star^="2.4"]::after {
  width: 48%;
}
[data-star^="2.5"]::after {
  width: 50%;
}
[data-star^="2.6"]::after {
  width: 52%;
}
[data-star^="2.7"]::after {
  width: 54%;
}
[data-star^="2.8"]::after {
  width: 56%;
}
[data-star^="2.9"]::after {
  width: 58%;
}
[data-star^="3"]::after {
  width: 60%;
}
[data-star^="3.1"]::after {
  width: 62%;
}
[data-star^="3.2"]::after {
  width: 64%;
}
[data-star^="3.3"]::after {
  width: 66%;
}
[data-star^="3.4"]::after {
  width: 68%;
}
[data-star^="3.5"]::after {
  width: 70%;
}
[data-star^="3.6"]::after {
  width: 72%;
}
[data-star^="3.7"]::after {
  width: 74%;
}
[data-star^="3.8"]::after {
  width: 76%;
}
[data-star^="3.9"]::after {
  width: 78%;
}
[data-star^="4"]::after {
  width: 80%;
}
[data-star^="4.1"]::after {
  width: 82%;
}
[data-star^="4.2"]::after {
  width: 84%;
}
[data-star^="4.3"]::after {
  width: 86%;
}
[data-star^="4.4"]::after {
  width: 88%;
}
[data-star^="4.5"]::after {
  width: 90%;
}
[data-star^="4.6"]::after {
  width: 92%;
}
[data-star^="4.7"]::after {
  width: 94%;
}
[data-star^="4.8"]::after {
  width: 96%;
}
[data-star^="4.9"]::after {
  width: 98%;
}
[data-star^="5"]::after {
  width: 100%;
}
.custom-margin {
  margin: auto 23px;
}
.subscribe-btn:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}
.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}
.rate:not(:checked) > label:before {
  content: "★ ";
}
.rate > input:checked ~ label {
  color: #feff4f;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #feff4f;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #feff4f;
}
.filter-btn-scroll {
  overflow-x: scroll !important;
  padding-bottom: 5px;
}
.swiper-slide {
  min-width: 200px;
}
.filter-btn-scroll::-webkit-scrollbar {
  height: 5px;
}
.filter-btn-scroll::-webkit-scrollbar-track {
  background-color: #1c212d !important;
  border-radius: 10px;
}
.filter-btn-scroll::-webkit-scrollbar-thumb {
  background-color: #050a16 !important;
}
.current-page {
  color: #fff;
  background-color: #24a0ed;
  border-color: #24a0ed;
}
@keyframes pulse {
  0% {
    color: #fff;
    border: none;
    filter: brightness(0);
    background-image: none;
    opacity: 4;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    color: #fff;
    border: none;
    filter: brightness(0);
    background-image: none;
    opacity: 4;
  }
}
[data-skeleton="true"] {
  animation: pulse 1s cubic-bezier(0.4, 0, 0.6, 1) 5;
  animation-fill-mode: none;
}
.search-icon-btn {
  border: none;
  border-radius: 50%;
  padding: 14px 14px;
}
.page-number {
  padding: 0 5px;
}
.service-btn {
  width: 227px;
  background: #7d7d7d80;
  border: 1px solid #909090;
  border-radius: 14px;
  align-items: center;
  justify-content: space-between;
  margin: 0 4px;
  color: #fff;
}
.service-type-option {
  line-height: 56px !important;
  font-size: 14px !important;
  width: 107px;
  text-align: center;
  cursor: pointer;
}
.service-type-option span {
  color: #fff;
}
.fa-stop-circle {
  font-size: 20px;
  color: red;
  position: absolute;
  right: 58px;
  top: 6px;
}
.animated-icon {
  font-size: 50px;
  animation: rotateIcon 2s linear infinite;
}
@keyframes rotateIcon {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.similar-job-box {
  background-color: #151616 !important;
}
.bg-card {
  background-color: #2b2b2b !important;
}
.job-desc,
.job-desc p {
  font-family: "Satoshi-Variable", Oxygen, Ubuntu, Cantarell, "Open Sans",
    "Helvetica Neue", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #b4b4b4 !important;
}
.job-desc h2,
.job-desc p strong,
.job-desc strong {
  font-family: "Satoshi-Variable", Oxygen, Ubuntu, Cantarell, "Open Sans",
    "Helvetica Neue", sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  color: #fff !important;
}
.page-item.disabled .page-link {
  color: #b4b4b4 !important;
  border-color: #1c212d !important;
  background-color: #1c212d !important;
}
.popular-blog-card {
  padding: 24px;
  gap: 10px;
  border-radius: 16px !important;
  border: 1px solid #3d3d3d !important;
}
.Roboto-Regular.form-control.bg-white.focus-shadow-none.border-0.me-2.py-3.rounded-pill::placeholder {
  font-family: "Satoshi-Variable", sans-serif !important;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 400;
}
.Clash-title {
  font-size: 2.5em;
}
.about-us-tabs.active,
.about-us-tabs.active p {
  background-color: transparent !important;
  border-radius: 0 !important;
}
.about-us-lh {
  line-height: 48px m !important;
}
.active-page {
  /* text-decoration: underline !important; */
  color: #fff !important;
  border-radius: 10px !important;
}
.service-header-main {
  font-size: 40px !important;
  font-weight: 600 !important;
  line-height: 48px !important;
}
.custom-theme-breadcrumbs {
  background-color: #2a2a2a !important;
  border: 1.02px solid #252525 !important;
  padding: 10px 32px !important;
  border-radius: 333px !important;
  font-size: 16.31px !important;
  font-weight: 400 !important;
  line-height: 19.57px !important;
  color: #fff !important;
  cursor: pointer;
  margin: 4px;
  transition: all 0.1s ease-in-out;
  height: auto !important;
}
.filter-div {
  overflow-x: scroll !important;
}
.filter-div::-webkit-scrollbar {
  height: 4px;
  border-radius: 155px;
}
.filter-div::-webkit-scrollbar-thumb {
  background-color: #2b2b2b !important;
}
.custom-theme-btn {
  background-color: #2a2a2a !important;
  border: 1.02px solid #252525 !important;
  padding: 10px 32px !important;
  border-radius: 333px !important;
  font-size: 16.31px !important;
  font-weight: 400 !important;
  line-height: 19.57px !important;
  color: #fff !important;
  cursor: pointer;
  margin: 4px;
  transition: all 0.1s ease-in-out;
  height: auto !important;
}
.custom-theme-btn.active,
.custom-theme-btn:hover {
  background-color: #24a0ed !important;
  border: 1.02px solid #24a0ed !important;
  width: auto !important;
  height: auto !important;
  transform: scale(1.05) !important;
}
.question-right,
.question-right p {
  font-family: "Satoshi-Variable", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 19.2px !important;
  color: #fff !important;
}
.custom-next-arrow {
  position: absolute;
  right: -4%;
  top: 42%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.slider-section {
  position: relative;
}
/* .searchService .active {
  background: #24a0ed;
  height: 40px;
  margin-left: 3px;
  width: 107px;
  line-height: 16.8px;
  text-align: center;
  border-radius: 14px;
} */
@media (max-width: 768px) {
  .service-header-main {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
  }
  .service-showing-results {
    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 12px !important;
  }
}
.mic-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #24a0ed;
  position: absolute;
}
.mic-pulse .mic-circle:nth-child(0) {
  animation-delay: 0s;
}
.mic-pulse .mic-circle:nth-child(1) {
  animation-delay: 0.5s;
}
.mic-pulse .mic-circle:nth-child(2) {
  animation-delay: 1s;
}
.mic-pulse .mic-circle:nth-child(3) {
  animation-delay: 1.5s;
}
.mic-pulse .mic-circle {
  animation: mic-pulse 2s infinite;
}
@keyframes mic-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.service-type-option {
  line-height: 56px !important;
  font-size: 12px !important;
  width: 107px;
  text-align: center;
}
.service-type-options span {
  height: 46px;
  width: 110px;
  line-height: 16.8px;
  text-align: center;
  border-radius: 16px;
}
.active
  span:not(
    .tab-pane.activespan,
    .claim-span,
    .custom-tab-nav .nav-item span,
    .quiz-card span,
    span.donation-amount
  ) {
  font-size: 16px;
  font-weight: 400;
  font-family: "Satoshi-Variable";
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-flex.mb-2.review_user_name {
  height: auto !important;
  justify-content: left !important;
}

.faq-loader {
  --d: 22px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  color: #24a0ed;
  box-shadow: calc(1 * var(--d)) calc(0 * var(--d)) 0 0,
    calc(0.707 * var(--d)) calc(0.707 * var(--d)) 0 1px,
    calc(0 * var(--d)) calc(1 * var(--d)) 0 2px,
    calc(-0.707 * var(--d)) calc(0.707 * var(--d)) 0 3px,
    calc(-1 * var(--d)) calc(0 * var(--d)) 0 4px,
    calc(-0.707 * var(--d)) calc(-0.707 * var(--d)) 0 5px,
    calc(0 * var(--d)) calc(-1 * var(--d)) 0 6px;
  animation: l27 1s infinite steps(8);
}
@keyframes l27 {
  100% {
    transform: rotate(1turn);
  }
}
.slick-prev:before {
  display: none;
}
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #373c48;
  border-right-color: orange;
  animation: l2 1s infinite linear;
}
.job-title {
  cursor: pointer;
}
.page-number {
  padding: 0 5px;
}
@keyframes l2 {
  to {
    transform: rotate(1turn);
  }
}
.ui-widget.ui-widget-content {
  top: 70.9688px;
  left: 245.328px;
  overflow-y: scroll !important;
  width: 506.266px;
  max-height: 250px !important;
  overflow-x: hidden !important;
}
.type-option {
  line-height: 56px !important;
  font-size: 12px !important;
  width: 107px;
  text-align: center;
}
.type-option span {
  height: 19px;
  width: 110px;
  line-height: 16.8px;
  text-align: center;
  border-radius: 16px;
  color: #fff !important;
  cursor: pointer;
}
.header-services .active {
  background: #24a0ed;
  height: 54px;
  margin-left: 3px;
  width: 107px;
  line-height: 16.8px;
  text-align: center;
  border-radius: 14px;
}
.header-services .active span {
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
/* .searchService {
  margin-left: 12px !important;
  text-align: center !important;
  padding: 3px 0;
} */

.keyword-search {
  font-size: 14px;
  font-weight: 400;
  font-family: "Satoshi-Variable";
  color: #fff;
  width: 50%;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.keyword-search.active {
  background: #24a0ed;
  transition: background 0.3s ease;
}
.keyword-search.active:hover {
  background: #24a0edba;
}
.keyword-search::after{
  transition: transform 0.3s ease;
  transform: translateY(100%);
  z-index: -1;
}


.keyword-search:hover::after {
  transform: translateY(0);
}
div.keyword-search:hover {
  background: #0000004f;
  border-radius: 10px !important;
}

/* .searchService.active span {
  font-size: 12px;
  font-weight: 400;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
} */
.switch-btn {
  width: 140px;
  height: 100%;
  background: #7d7d7d80;
  border: 1px solid #909090;
  border-radius: 14px;
  align-items: center;
  justify-content: space-between;
  margin: 0 4px;
  color: #fff;
  overflow: clip;
}
#shadow-host-companion {
  display: none;
}
.job-listing .job-listing-footer ul li {
  margin-right: 5px;
}
.modal-header.customborder {
  border-bottom: 0;
}
.user-satisfaction ul {
  list-style: none;
  padding-left: 0 !important;
  margin: 0;
  display: flex;
  align-items: center;
}
.user-satisfaction ul li {
  display: flex;
  align-items: center;
  margin: 0 6px;
  padding-right: 9px;
  position: relative;
}
.user-satisfaction ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ddd;
}
.user-satisfaction ul li i {
  margin-right: 8px;
  color: #4fbf26;
  font-size: 18px;
}
.info-Button {
  font-family: "Satoshi-Variable", sans-serif !important;
  font-size: 13px !important;
  line-height: 20.2px !important;
  font-weight: 400;
  margin-top: 7px;
  /* background: white; */
  background: #383940;
  /* color: #000; */
  color: #fff;
}
.ui-menu-item:hover {
  background: #1b2022;
}

li.ui-menu-item.ft_category {
  padding: 10px 20px;
  text-align: left;
}
.ui-widget.ui-widget-service {
  top: -112px !important;
  left: 0 !important;
  overflow-y: hidden !important;
  width: 506.266px;
  max-height: 250px !important;
  overflow-x: hidden !important;
  position: relative;
  border: 1px solid #373c48;
  border-radius: 12px;
  scrollbar-color: #9f9f9f #2c2c2c;
  scrollbar-width: thin;
}
.ui-widget-service {
  background: #16191b;
  color: #fff;
}

.ui-menu-item.getcatname {
  background: #16191b !important;
  color: white !important;
}

.ui-menu-item.getcatname:hover {
  background: #1b2022 !important;
}
.circles-text {
  font-size: 14px !important;
  top: 2px !important;
}
.benifits-main {
  width: 757px;
  margin: auto;
  gap: 16px;
  margin-top: 120px;
}
.benifits_content {
  width: 313px;
  height: 76px;
}
.benifits_content_switch {
  width: 280px;
  height: 34px;
  line-height: 16.8px;
  margin-top: 10px;
}
.benifits_content span {
  font-size: 32px;
  font-weight: 700;
  font-family: "Satoshi-Variable";
  line-height: 38.4px;
}
.benifits_content_switch span {
  font-size: 14px;
  font-weight: 400;
  font-family: "Satoshi-Variable";
  line-height: 16.8px;
  color: #b4b4b4;
}
.odd {
  list-style: none;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background: #353535;
  align-items: center;
}
.odd span {
  padding-left: 5px;
  font-size: 16px;
  line-height: 19.2px;
  color: #fff;
  font-family: "Satoshi-Variable";
}
.even span {
  padding-left: 5px;
  font-size: 16px;
  line-height: 19.2px;
  color: #fff;
  font-family: "Satoshi-Variable";
}
.benifits-table {
  margin-top: 15px;
}
.even {
  list-style: none;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  background: #222;
  align-items: center;
}
.odd-last {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.odd-center {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.single-item button.slick-arrow {
  display: none !important;
}

.service-circle-loader {
  width: 5px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
  margin-left: 5px !important;
}
@keyframes l5 {
  0% {
    box-shadow: 7px 0 #ffffff, -7px 0 #0002;
    background: #ffffff;
  }
  33% {
    box-shadow: 7px 0 #ffffff, -7px 0 #0002;
    background: #0002;
  }
  66% {
    box-shadow: 7px 0 #0002, -7px 0 #ffffff;
    background: #0002;
  }
  100% {
    box-shadow: 7px 0 #0002, -7px 0 #ffffff;
    background: #ffffff;
  }
}

/*///////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////Donation Page CSS/////////////////////////////////////////////*/

.don-page {
  background-color: #1c1c1c;
}

.donation-heading {
  background-color: #1c1c1c;
  color: white !important;
  font-family: Arial, sans-serif;
  text-align: center;
  padding: 20px;
}

.donation-title {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 10px;
  color: white !important;
}

.donation-highlight {
  color: #007bff;
  font-size: inherit;
  font-weight: bold;
  margin-bottom: 10px;
}

.donation-description {
  font-size: 1em;
  color: lightgray;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  #mission-tab {
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
  }
  #donate-tab {
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
  }
}

.donation-bar-text {
  display: block;
  margin-top: 10px;
  font-size: 0.9em;
  color: #d0d0d0;
  text-align: center;
}

.user-cards-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.user-card {
  background-color: #222;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  color: #fff;
  width: 30%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
}

.user-card h3 {
  font-size: 1.75rem;
  margin-bottom: 0px;
}

.user-card p {
  font-size: 16px;
  /* margin-bottom: 0px; */
}

.user-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.card-icon svg {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  fill: #1e90ff; /* Customize icon color */
}

.card-progress-bar {
  background-color: #333;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 15px;
}

.progress-cards {
  height: 15px;
  border-radius: 15px;
  line-height: 15px;
  padding: 0 5px;
  font-size: 12px;
  color: #fff;
}

.purple-bar {
  background-color: #ae5adb;
}

.blue-bar {
  background-color: #1e90ff;
}

.green-bar {
  background-color: #28a745;
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
  .user-card {
    width: 100%; /* Display cards one by one */
    margin: 9px;
  }
}

button.btn.job {
  background-color: #007bff;
}

.custom-tab-nav {
  background-color: #202020;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 22px;
}

.custom-tab-nav .nav-item {
  flex: 1;
  margin-right: 0;
}

.custom-tab-nav .nav-item span,
.custom-tab-nav .nav-item svg,
.custom-tab-nav .nav-item i {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  transition: background-color 0.3s, color 0.3s;
}

.custom-tab-nav .nav-link {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 25px !important;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
  justify-content: center;
  border-right: 1px solid #333;
}

.custom-tab-nav .nav-link img {
  margin-right: 8px;
}

.custom-tab-nav .nav-link.active {
  background-color: #007bff;
  color: white !important;
}
.custom-tab-nav .nav-link.active i {
  background-color: #007bff;
  color: white !important;
}

.custom-tab-nav .nav-link:not(.active):hover span {
  color: #007bff !important;
  background-color: transparent;
}

.custom-tab-nav .nav-link:not(.active):hover svg {
  color: #007bff !important;
  background-color: transparent;
}

.custom-tab-nav .nav-link:not(.active):hover i {
  color: #007bff !important;
  background-color: transparent;
}

@media (max-width: 1200px) {
  .custom-tab-nav {
    flex-direction: column;
  }
  .custom-tab-nav .nav-item {
    width: 100%;
  }
}

.tab-content-wrapper {
  background-color: #1c1c1c;
  border-radius: 8px;
  /*padding: 30px;*/
  margin-top: 20px;
}
.tab-content-wrapper h3 {
  font-weight: bold;
}
.btn-learn-more {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}

.btn-learn-more:hover {
  background-color: #007bff;
}
/* Next and Back Button Styles */
.btn-next-tab,
.btn-back-tab {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-left: 5px;
}

.btn-next-tab:hover,
.btn-back-tab:hover {
  background-color: #0056b3;
}

.btn-next-tab:disabled,
.btn-back-tab:disabled {
  background-color: #333;
  cursor: not-allowed;
  color: #ccc;
}

.donation-counter {
  margin-top: 20px;
  color: #fff;
}

.donation-counter h4 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.donation-counter p {
  font-size: 1.2rem;
  margin: 5px 0;
}

.progress-bar {
  width: 100%;
  /* background-color: #333; */
  border-radius: 5px;
  overflow: hidden;
  margin-top: 1px;
  height: 20px;
  padding: 0px !important;
}

.progress-fill {
  height: 100%;
  width: 0;
  background-color: #007bff;
  transition: width 1s ease-in-out;
}

.intro-section {
  position: relative;
  padding: 50px;
  background: #1a1a1a;
  border-radius: 12px;
  color: #fff;
  overflow: hidden;
}
.intro-section-quiz {
  position: relative;
  padding: 20px;
  background: #1a1a1a;
  border-radius: 12px;
  color: #fff;
  overflow: hidden;
}
.intro-section-thankyou {
  position: relative;
  padding: 20px;
  background: #1a1a1a;
  border-radius: 12px;
  color: #fff;
  overflow: hidden;
}

.text-content {
  position: relative;
  z-index: 2;
}

.intro-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #007bff; /* Changed to blue */
  margin-bottom: 15px;
  line-height: 1.2;
  animation: fadeInDown 0.8s ease;
}

.intro-description {
  font-size: 1.1em;
  color: #dcdcdc;
  margin-bottom: 25px;
  line-height: 1.5;
  animation: fadeIn 1.2s ease;
}

.start-quiz-btn,
.donation-div-btn {
  padding: 10px 20px;
  font-size: 1.1em;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  animation: fadeIn 1.4s ease;
}

.start-quiz-btn:hover,
.donation-div-btn:hover {
  background-color: #0b5ed7;
  transform: scale(1.05);
}

.icons-container {
  display: flex;
  justify-content: space-around;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.icon-item {
  text-align: center;
  transition: transform 0.3s ease;
  color: #007bff; /* Changed to blue */
}

.icon-item:hover {
  transform: scale(1.1);
}

.icon-item svg {
  width: 50px;
  height: 50px;
  transition: fill 0.3s ease;
}

.icon-item i {
  width: 50px;
  height: 50px;
  transition: fill 0.3s ease;
}

.icon-item:hover svg {
  fill: #ff4500;
}

.icon-item:hover i {
  fill: #ff4500;
}

.icon-item p {
  font-size: 0.9em;
  font-weight: bold;
  color: #b0b0b0;
  margin-top: 8px;
}

/* Background Decorative Element */
.background-decor {
  position: absolute;
  top: -50px;
  right: -50px;
  z-index: 1;
  opacity: 0.6;
  animation: rotateBackground 20s linear infinite;
}

/* Keyframe Animations */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@keyframes rotateBackground {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.confidence-section {
  padding-right: 20px;
  border-right: 1px solid #333;
}

.confidence-card {
  background-color: #1c1c1c;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  transition: transform 0.3s;
}

.confidence-card:hover {
  transform: scale(1.05);
}

.confidence-icon {
  display: inline-block;
  margin-right: 10px;
}

.confidence-text {
  font-size: 1em;
  color: #007bff;
  font-weight: bold;
}

.quiz-card {
  background-color: #121212;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.progress-container {
  margin-bottom: 20px;
}

.progress {
  background-color: #333;
  border-radius: 5px;
  height: 10px;
  /* width: 100%; */
  margin-top: 5px;
}

.progress-fill {
  background-color: #007bff;
  height: 100%;
  border-radius: 5px;
  transition: width 0.5s ease;
}

.confidence-card-donation {
  background-color: #121212;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  transition: transform 0.3s;
}
/* Mobile layout */
@media (max-width: 768px) {
  .progress-metrics {
    flex-direction: column;
    align-items: center;
  }

  .metric-card {
    width: 100%; /* Full width on mobile */
    margin-bottom: 15px;
  }
}

/* Mobile layout */
@media (max-width: 768px) {
  .donation-bar-label {
    font-size: 0.6em !important;
  }
  /* Stack progress-metrics section vertically */
  .progress-metrics {
    flex-direction: column;
    align-items: center;
  }

  .metric-card {
    width: 100%; /* Full width on mobile */
    margin-bottom: 15px;
  }

  /* Stack impact-icons-section vertically */
  .impact-icons-section {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .impact-icon {
    width: 100%;
  }
  .intro-section-quiz {
    padding: 1px !important;
  }
}
/* Punchline Styling */
.punchline-container {
  margin-top: 15px;
  font-size: 1.3em;
  color: #dcdcdc;
  font-style: italic;
  min-height: 50px; /* Optional: Ensures consistent height */
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-punchline {
  color: #007bff;
  opacity: 0;
  animation: fadeIn 3s ease forwards;
}

/* Keyframe for fade-in effect */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.faq-donation {
  font-size: 2em;
  color: #007bff;
  margin-bottom: 20px;
}

.wrapper {
  margin-top: 20px;
}

.container-faq {
  background-color: #2c2c2c;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  position: relative;
}

.question {
  font-weight: bold;
  color: white;
  cursor: pointer;
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.answercont .answer {
  color: #dcdcdc;
  padding-top: 10px;
}

.motivation-card {
  background-color: #1a1a1a;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.motivation-icon {
  display: inline-block;
  color: #007bff;
}

.motivation-card p {
  font-size: 1.1em;
  color: #dcdcdc;
  margin: 0;
}

.animated-fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s forwards;
  animation-delay: 0.5s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#question-number,
#question-number span {
  color: white;
  margin-bottom: 5px;
}

/* Poll Option */
.poll-option {
  padding: 15px 20px;
  background-color: #333;
  color: #ccc;
  border-radius: 5px;
  margin: 5px 0;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s, color 0.3s;
}

/* .poll-option:hover {
  background-color: #444;
  color: white;
} */

.wrong-ans {
  border: 2px solid #ff0000a1;
  background: #a5565663;
  color: #ff2828ab;
}

.correct-ans {
  background: #00800033;
  color: green;
  border: 2px solid #00800075;
}

.correct-text {
  color: green;
}
.wrong-text {
  color: #ff2828ab;
}

.poll-option.wrong-ans:hover {
  background-color: #444;
  color: white;
}
/* Result Bar */
.result-bar {
  background-color: #444;
  border-radius: 5px;
  height: 10px;
  width: 60%;
  overflow: hidden;
  margin-left: 10px;
  flex-grow: 1;
}

.result-fill {
  background-color: #007bff;
  height: 100%;
  transition: width 0.5s ease;
}

.percentage {
  color: #007bff;
  font-weight: bold;
  display: none; /* Initially hidden, shown after selection */
  margin-left: 10px;
}

.answer-reveal {
  display: none;
  color: #007bff;
  font-weight: bold;
  margin-left: 10px;
}

/* .poll-option.selected {
  background-color: #0056b3;
  color: white;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}
.poll-option.selected .result-fill {
  background-color: white;
}

.poll-option.selected .percentage {
  color: white;
} */

.overlay {
  position: relative;
  padding: 20px;
  background: #1a1a1a;
  border-radius: 12px;
  color: #fff;
  overflow: hidden;
}

.donation-content {
  position: relative;
  z-index: 2;
  max-width: 90%;
  margin: 0 auto;
}

.donation-main-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #00aaff;
}

.donation-subtitle {
  font-size: 1.1em;
  color: #d0d0d0;
  margin: 15px 0 30px;
}

/* Progress Metrics as Cards */
.progress-metrics {
  display: flex;
  justify-content: space-around;
  margin: 30px 0;
}

.metric-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  width: 30%;
}

.metric-card h4 {
  font-size: 1.2em;
  margin: 10px 0;
}

.metric-value {
  font-size: 1.5em;
  color: #00aaff;
}

/* Progress Bar Styling */
.donation-progress-bar {
  margin: 30px 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.progress-track {
  background: #333;
  height: 8px;
  border-radius: 5px;
  position: relative;
}

.progress-fill {
  background: #00aaff;
  height: 100%;
  border-radius: 5px;
  width: 0;
  transition: width 0.5s ease;
}

.progress-text {
  margin-top: 10px;
  font-size: 0.9em;
  color: #d0d0d0;
}

/* Impact Icons Section */
.impact-icons-section {
  display: flex;
  justify-content: center;
  gap: 70px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.impact-icon {
  text-align: center;
  color: #00aaff;
}

.impact-icon h6 {
  font-size: 1rem;
  line-height: 1.2;
}

.impact-icon p {
  margin-top: 10px;
  font-size: 0.9em;
  color: #d0d0d0;
}

/* Custom Donation Bar Styling */
.donation-bar-container {
  position: relative;
  margin: 20px 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.donation-bar-track {
  background: #333;
  border-radius: 5px;
  height: 30px;
  overflow: hidden;
  position: relative;
}

.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  ) !important;
  background-size: 1rem 1rem !important;
}

/* Purple section of the donation bar */
.donation-bar-purple {
  background: #ae5adb; /* Purple color for the first 40% */
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 5px 0 0 5px; /* Rounded left edge */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Blue section of the donation bar */
.donation-bar-blue {
  background: #00aaff; /* Blue color for the next 25% */
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 0; /* No rounding for the middle section */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Empty section of the donation bar */
.donation-bar-empty {
  background: transparent; /* Transparent for the remaining part */
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 0 5px 5px 0; /* Rounded right edge for the end */
}

/* Text labels for each section */
.donation-bar-label {
  color: white;
  font-size: 0.8em;
  font-weight: bold;
  position: absolute;
  width: 100%;
  text-align: center;
}

/* Text below the donation bar */
.donation-bar-text {
  display: block;
  margin-top: 10px;
  font-size: 0.9em;
  color: #d0d0d0;
  text-align: center;
}

/* Donation Amount Buttons */
.donation-amounts {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.amount-btn {
  background-color: rgba(0, 170, 255, 0.8);
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  font-size: 1.1em;
  cursor: pointer;
  transition: background-color 0.3s;
}

.amount-btn:hover {
  background-color: #00aaff;
}

.custom-amount input {
  width: 80px;
  padding: 10px;
  border: 1px solid #444;
  border-radius: 5px;
  text-align: center;
  color: #333;
}

.finalize-btn {
  background-color: #00aaff;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  font-size: 1.2em;
  margin-top: 40px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.finalize-btn:hover {
  background-color: #008ecf;
}

/* Styling for Thank You Page */
.finalization {
  background-color: #1a1a1a; /* Dark background */
  color: #dcdcdc; /* Light text color */
  border-radius: 10px;
  padding: 40px 20px;
  max-width: 600px;
  margin: auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.thank-you-content {
  margin-top: 20px;
}

.thank-you-title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.thank-you-icon {
  margin-right: 10px;
}

.thank-you-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #00aaff; /* Blue color for title */
}

.thank-you-description {
  font-size: 1.1em;
  color: #dcdcdc;
  margin-bottom: 20px;
  line-height: 1.5;
}

.donation-summary {
  background-color: #292929;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
}

.donation-summary-title {
  font-size: 1.2em;
  font-weight: bold;
  color: #00aaff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.summary-icon {
  margin-right: 8px;
}

.donation-amount {
  font-size: 1.3em;
  font-weight: bold;
  color: #00ff7f; /* Green color for amount */
}

.donation-cause {
  font-size: 1.1em;
  color: #dcdcdc;
}

.complete-donation-btn {
  background-color: #28a745; /* Green button */
  color: white;
  padding: 12px 30px;
  font-size: 1.2em;
  border-radius: 8px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.complete-donation-btn:hover {
  background-color: #218838; /* Darker green on hover */
}

/* Community Impact Section */
.community-impact {
  /* background-color: #1c1c1c; */
  padding: 30px;
  border-radius: 8px;
}

.service-single-review-box {
  margin-right: 13px !important;
}

.section-title {
  font-size: 2em;
  color: #007bff;
  margin-bottom: 10px;
}

.section-description {
  font-size: 1.1em;
  color: #007bff !important;
  margin-top: 10px;
}
.text-blue {
  color: #007bff !important;
}

.impact-card {
  background-color: #333;
  color: white;
  padding: 20px;
  border-radius: 8px;
  margin: 10px 0;
  transition: transform 0.3s;
}

.impact-card:hover {
  transform: translateY(-5px);
}

.impact-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.impact-card h4 {
  font-size: 1.5rem;
  line-height: 1rem;
}

/*////////////////////////////////////////////Testimonial/////////////////////////////////////////*/

.testimonial {
  /* background: #1c1c1c; */
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin: 20px auto;
}
.swiper-slide-container {
  font-size: 15px;
  background: #333;
  height: 90%;
  padding: 15px;
  border-radius: 15px;
}
.swiper-slide {
  margin-right: 10px !important;
}
.img-container {
  position: relative;
  border-radius: 15px;
  width: 100%;
  height: 250px;
  background-size: cover !important;
}
.img-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 15px;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.644) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0.644)),
    color-stop(100%, rgba(0, 47, 75, 0.5))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(241, 250, 255, 0) 0%,
    rgba(0, 0, 0, 0.644) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(240, 249, 255, 0) 0%,
    rgba(0, 0, 0, 0.644) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(237, 249, 255, 0) 0%,
    rgba(0, 0, 0, 0.644) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(243, 251, 255, 0) 0%,
    rgba(0, 0, 0, 0.644) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.flag {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 15%;
  background: #fff;
  padding-right: 10px;
  padding-bottom: 10px;
  border-bottom-right-radius: 40px !important;
}
.review {
  position: absolute;
  right: 0px;
  top: 0px;
  padding-right: 10px;
  padding-top: 10px;
}
.star-rating {
  color: #ffffff;
  font-size: 1.1em;
  text-align: center;
  display: flex;
}

.star-rating .star {
  background-color: #eecc4e;
  margin-left: 2px;
  padding: 0px 2px 0px 2px;
}
.name-video {
  position: absolute;
  top: 80%;
  left: 0%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.name-video .title {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

/* video palayer css */

.video-play-button {
  transform: translateX(-50%) translateY(-0%);
  box-sizing: content-box;
  display: block;
  width: 10px;
  height: 18px;
  border-radius: 50%;
  padding: 5px 13px 5px 14px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: #60b2ff;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 15px solid #117dff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* bootstrapp video model css */
.youtube-video .modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  padding: 0 15px;
  height: 100%;
  max-width: 1000px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#video-container {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
iframe#youtubevideo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.youtube-video .modal-content {
  background: none !important;
  border: none;
}
/* bootstrapp video model css end */

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-body::-webkit-scrollbar {
  width: 6px;
  border-radius: 100px;
  /* background-color: palevioletred; */
}

/* Track */
.modal-body::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #aaaaaf;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    /* max-width: 500px; */
    margin: 1.75rem auto;
  }
}
.img-container {
  position: relative;
  border-radius: 15px;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.img-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
/*.backClr{*/
/*    background-color: #007bff;*/
/*}*/
.video-modal-content {
  width: 100%;
  max-width: 800px; /* Adjust this based on the desired max size */
  overflow: hidden;
  position: relative;
  background-color: transparent;
  border: none;
}

.video-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  background-color: white;
  color: white !important;
  border: none;
  font-size: 1.5rem;
}

.modal-body {
  padding: 0;
}

#modalVideo {
  display: block;
  width: 100%;
  height: auto;
}

/*///////////////////////////////faqs/////////////////////////////////////////////*/

.faq-do {
  background-color: #202020;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 50px 0;
  font-family: Lato, sans-serif;
  box-sizing: border-box;
}

.wrapper {
  width: 60%;
}

.faq-donation {
  margin-bottom: 20px;
}

.container-faq {
  background-color: #333;
  color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
  margin: 20px 0;
}

.question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
  color: #ffffff;
}

.question.active + .answercont {
}

@media screen and (max-width: 790px) {
  html {
    font-size: 14px;
  }
  .wrapper {
    width: 80%;
  }
}

div#donate {
  background: none;
}

ul.dropdown-menu.show {
  border: none;
  background-color: #333;
}

a.dropdown-item {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 12px 8px;
}

a.dropdown-item:hover {
  background-color: #007bff;
}

.progress-bar span.text-dark {
  color: #fff !important;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 108%;
  margin-top: -1px;
}

/* Donation button styling */
.new-donation-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ae5adb;
  color: white;
  padding: 10px 20px;
  border-radius: 25px; /* Rounded corners for top-right and bottom-right */
  font-size: 16px;
  font-weight: bold;
  position: fixed;
  right: 0; /* Align to the right */
  top: 50%; /* Start from the middle of the screen */
  transform: translateY(-50%) rotate(90deg); /* Center vertically and rotate */
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  cursor: pointer;
  border: none; /* Remove border */
}

/* Show animation */
.new-donation-button.show {
  transform: translateX(34%) rotate(90deg);
  opacity: 1;
  /*border-radius: 14px 0px 0px 14px;*/
  z-index: 999999;
}

/* Dollar SVG Icon */
.new-donation-button svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

/* li.nav-item>a {
  padding: 0px 10px !important;
} */

nav.navbar .nav-item {
  border-width: 0px !important;
  border-bottom-width: 3px !important;
}

nav.navbar .nav-item:hover {
  border-bottom: 3px var(--bs-border-style) var(--bs-border-color) !important;
}

nav.navbar .dropdown.nav-item {
  border: 1px solid #181818;
}

.join-our-letter {
  max-width: 500px;
}

footer .nav-link {
  padding-right: 0px;
}

/* Privacy Policy */

#wrapper > div.pb-0 > div > div > div.question-left {
  max-width: 350px;
  min-width: 300px;
  background-color: #222;
  border-radius: 10px;
  max-height: 460px;
  overflow-y: scroll;

  .tab-buttons {
    margin-bottom: 0px !important;
  }

  button {
    border-radius: 10px;
    padding: 14px 22px;
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
    font-weight: 400;
    border: none;
    background: transparent;
  }

  button.active {
    color: #fff;
    background-color: #2890fc;
  }
}

#wrapper > div.pb-0 > div > div > div.question-left::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 30px;
}

#wrapper > div.pb-0 > div > div > div.question-left::-webkit-scrollbar {
  width: 8px !important;
  transition: opacity 0.3s;
}

.faq-section-question.d-flex.gap-3 {
  min-height: 900px;
}

#wrapper > div.pb-0 > div > div > div.faq-container {
  p {
    font-size: 18px !important;
    line-height: 1.6 !important;
  }
}

.welcome-home {
  width: calc(100% - 360px);
}

@media (max-width: 768px) {
  .welcome-home {
    width: calc(100% - 268px);
  }

  .border.border-0.border-start.ps-md-5.text-start {
    border-width: 0px !important;
  }
}

footer .link-column {
  width: 160px;
}
.audit-progress .progress {
  background-color: #2b2b2b !important;
}

.custom-toggle {
  background-color: #2f2f2f;
  padding: 6px;
  border-radius: 12px;
  display: inline-flex;
  border: 1px solid #555;
  width: 360px;
  overflow: clip;
}

.custom-toggle li.nav-item {
  width: 50%;
}

.custom-toggle .nav-link {
  font-family: "Satoshi-Variable";
  border-radius: 0px;
  color: #fff;
  background-color: transparent;
  padding: 20px 10px;
  font-size: 16px !important;
  transition: all 0.3s ease;
  width: 100%;
}

.custom-toggle .nav-link.active {
  background-color: #0d6efd; /* blue color from image */
  color: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  font-size: 16px !important;
}

.memership-confirmation {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #2b2b2b;
  color: #fff;
  padding: 25px 20px;
  text-align: center;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 9999;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
}

.memership-confirmation.show {
  transform: translateY(0px);
  opacity: 1;
}

.confirmation-content p {
  font-size: 18px;
  margin-bottom: 15px;
}

.memership-button-group {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.memerbship-message-hidden {
  display: none;
}

.membership-heading {
  font-family: "Satoshi-Variable";
  margin-top: 80px;
}
.membership-para {
  font-family: "Satoshi-Variable";
  margin-bottom: 120px;
}

.tooltip-box {
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 6px;
  pointer-events: none;
  white-space: nowrap;
  z-index: 9999;
  opacity: 0;
  transform: translate(-50%, -0px);
  transition: opacity 0.2s ease;
}
.tooltip-box.show {
  opacity: 1;
}

[data-tooltip] {
  cursor: pointer;
}

.border-darker {
  border-color: #373c48 !important;
}
.save_bookmark:hover {
  background-color: #2b2b2b !important;
  border: 1px solid #383940;
}
.flag-div:hover {
  background-color: #2b2b2b !important;
  border: 1px solid #383940;
}

.cc_claim:hover {
  border-color: white !important;
  scale: 1.1;
}

.flag-div, .save_bookmark {
  width: 40px;              /* adjust size */
  height: 40px;
  background-color: #000;   /* black background */
  border-radius: 50%;       /* makes it circular */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right:5px;
  transition: background 0.3s ease;
}

/* ========================================== About Us Optimized CSS ========================================== */

/* Common Utilities */
.max-content {
  width: max-content;
}
.mt-n138 {
  margin-top: -120px;
  z-index: -1;
}
span.cat {
  background: #24a0ed;
  border-radius: 100px;
  padding: 10px 30px;
  font-size: 14px; /* was 16px */
  line-height: 120%;
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
  max-width: max-content;
}
span.cat i {
  font-size: 7px;
} /* was 8px */

/* Text Defaults */
h2,
h3,
h4,
p,
a {
  letter-spacing: 0;
}
p {
  font-weight: 400;
  color: #fff;
}
a {
  text-decoration: none;
}

/* Paragraph Styles */
.para-s {
  font-size: 12px; /* was 14px */
  line-height: 16px; /* was 16.8px */
  text-align: center;
  color: #b4b4b4;
}

/* Buttons */
.about-filter-btn,
.about-cta-btn {
  color: #fff;
  font-weight: 400;
  background-color: #2a2a2a;
  border: 1px solid #373c48;
  border-radius: 12px;
  transition: 200ms;
  padding: 12px 25px;
}
.about-cta-btn {
  font-size: 16px; /* was 18.61px */
  line-height: 120%;
}
.about-filter-btn {
  font-size: 14px; /* was 16px */
  /* padding: 12px 25px; */
}

.about-filter-btn.active,
.about-filter-btn:hover,
.about-cta-btn.active,
.about-cta-btn:hover {
  background-color: #24a0ed;
  border-color: #24a0ed;
}

/* About Hero */
.main-title {
  font-weight: 600;
  font-size: 60px; /* was 71.58px */
  margin-top: 90px;
  line-height: 120%;
}
.about-hero-right {
  background: #0023383d;
  border: 1px solid #ffffff3d;
  border-radius: 30px;
  padding: 32px;
  width: 44%;
}
.about-hero-right h4 {
  font-weight: 600;
  font-size: 38px; /* was 45px */
  margin-bottom: 12px;
}
.about-hero-right p {
  font-size: 18px; /* was 20px */
  line-height: 24px !important; /* was 30px */
}

/* Mission Section */
.about-mission-bg {
  background: url("/alpha/public/frontend/assets/images/bg/about-mission-bg.webp")
    center/cover;
  border-radius: 16px;
}
.mission-card {
  max-width: 600px;
  background-color: #0023383d;
  border: 1px solid #ffffff3d;
  border-radius: 30px;
  padding: 20px 30px;
  backdrop-filter: blur(16px);
  height: 540px;
}
.mission-card h2 {
  color: #fc9b01;
  font-weight: 600;
  font-size: 34px; /* was 40px */
  margin-bottom: 30px;
}
.mission-card p {
  font-size: 27px;
  line-height: 130% !important;
}

/* Work Tabs */
.work-tabs-section h2 {
  font-weight: 600;
  font-size: 38px; /* was 44px */
  line-height: 120%;
  color: #fff;
  max-width: 386px;
}
.work-tabs-section .about-filter-btn {
  width: 180px;
  margin-bottom: 10px;
}
.tabs-img-container {
  width: 100%;
  aspect-ratio: 631/390;
  background: center/cover;
  border-radius: 16px;
  overflow: clip;
}
.black-gradient-container {
  background: #00000033;
  backdrop-filter: blur(12px);
  padding: 20px 40px;
}
.black-gradient-container h3 {
  font-weight: 800;
  font-size: 18px; /* was 20px */
  line-height: 28px; /* was 30px */
  color: #48b9ff;
  margin-bottom: 8px;
}
.black-gradient-container p {
  font-size: 16px; /* was 18px */
  line-height: 22px; /* was 24px */
  max-width: 400px;
}

/* Built Section */
.built-section h2 {
  font-weight: 600;
  font-size: 50px; /* was 57.6px */
  line-height: 54px; /* was 56px */
  margin-bottom: 32px;
}
.built-section h4 {
  font-weight: 500;
  font-size: 28px; /* was 32px */
  margin-bottom: 8px;
}
.built-section p {
  font-size: 20px;
} /* was 24px */

.built-card,
.believe-card,
.believe-card-big {
  background-color: #14171c;
  border: 2.11px solid #373c48;
  border-radius: 29.57px;
}
.built-card {
  background: #181818;
  border-radius: 14px;
  padding: 42px;
  /* height: 100%; */
}
.built-card h3 {
  font-weight: 600;
  font-size: 36px; /* was 42px */
  margin-bottom: 16px;
  line-height: 120%;
}
.built-card p {
  font-size: 20px; /* was 23px */
  line-height: 140%;
}
.built-card a,
.believe-card-big a {
  font-weight: 500;
  font-size: 20px; /* was 22px */
  color: #24a0ed;
}
.row .built-card h3 {
  font-size: 28px;
} /* was 32px */

/* Success Slider */
.success-slider-section {
  background-color: #20242a;
}
.success-slider-section h2 {
  font-weight: 600;
  font-size: 34px; /* was 38px */
}
.success-slider-section p {
  font-size: 14px; /* was 16px */
  color: #c6c6c6;
}
.slider-container {
  padding: 0 8.5px;
}
.slider-img-container {
  aspect-ratio: 299/332;
  background: center/cover #2b2e31;
  border-radius: 16px;
  padding: 12px;
}
.slider-img-container p {
  font-weight: 500;
  font-size: 14px; /* was 16px */
  text-align: center;
  color: #fff !important;
}
.slider-container a {
  font-weight: 800;
  font-size: 14px; /* was 16px */
  color: #20242a;
  padding: 8px 20px;
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 10px;
}
.slider-container h4 {
  font-weight: 700;
  font-size: 20px; /* was 24px */
  color: #ffc845;
  margin-bottom: 11px;
}
.slider-container p {
  color: #a5a5a5;
}

a.slider-next-btn,
a.slider-prev-btn {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b90b5;
  border: 2px solid #6b90b5;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  z-index: 1;
  cursor: pointer;
}
a.slider-next-btn {
  right: -16%;
}
a.slider-prev-btn {
  left: -16%;
}

/* Believe Section */
.believe-section h2 {
  font-weight: 600;
  font-size: 50px; /* was 57.6px */
  line-height: 54px; /* was 56px */
  margin-bottom: 30px;
}
.believe-section p {
  font-size: 28px; /* was 32px */
  line-height: 120%;
  max-width: 872px;
}
.believe-card-big {
  padding: 57px;
}
.believe-card-big h4 {
  font-weight: 700;
  font-size: 44px; /* was 50.69px */
  line-height: 58px; /* was 60.83px */
}
.believe-card-big p {
  font-size: 30px; /* was 34px */
  line-height: 50px; /* was 60px */
}
.believe-card {
  padding: 48px 30px;
}
.believe-card h4 {
  font-weight: 700;
  font-size: 30px; /* was 34px */
  line-height: 120%;
  margin-bottom: 17px;
}
.believe-card p {
  font-size: 22px; /* was 26px */
  line-height: 36px; /* was 40px */
}
.believe-card a {
  font-size: 16px; /* was 17.8px */
  color: #24a0ed;
}

/* Job Slider */
.job-slide-container {
  padding-left: 5px;
}
.job-slide-container h2 {
  font-weight: 600;
  font-size: 42px; /* was 71px */
  margin-bottom: 30px;
}
.job-slide-container p {
  font-size: 18px; /* was 32px */
  line-height: 120%;
  margin-bottom: 18px;
}
.job-slide-container a {
  font-size: 22px; /* was 32px */
  color: #24a0ed;
}
.slick-dots li button:before {
  color: #fff !important;
}
.jobs-slider .slick-arrow {
  position: absolute !important;
  bottom: -35px !important;
  cursor: pointer;
}
.jobs-slider .fa-chevron-left {
  left: 0;
}
.jobs-slider .fa-chevron-right {
  right: 0;
}

/* FAQ */
.faq-new-section h2 {
  font-weight: 600;
  font-size: 34px; /* was 40px */
  line-height: 44px; /* was 48px */
  margin-bottom: 29px;
}
.faq-new-section .accordion-button {
  font-weight: 600;
  font-size: 24px; /* was 28px */
  line-height: 120%;
  color: #fff;
  padding: 30px 30px 12px;
  border: none;
  background-color: #181818;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #181818;
}
.faq-new-section .accordion-body {
  background-color: #181818;
  padding: 0 30px 30px 69px;
  font-size: 18px; /* was 20px */
  color: #a3a3a3;
  line-height: 130%; /* was 136% */
}
.faq-new-section .accordion-item {
  border: none;
  margin-bottom: 30px;
  border-radius: 20px !important;
  overflow: clip;
}
.calc-135 {
  width: calc(100% - 135px);
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}

/* ======================== Responsive CSS ========================== */

/* Large tablets / small laptops (≤ 1200px) */
@media (max-width: 1200px) {
  .main-title {
    font-size: 60px;
  }
  .about-hero-right h4 {
    font-size: 38px;
  }
  .about-hero-right p {
    font-size: 18px;
  }
  .mission-card {
    padding: 25px 40px;
  }
  .mission-card h2 {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .mission-card p {
    font-size: 26px;
  }
  .built-section h2,
  .believe-section h2 {
    font-size: 48px;
    line-height: 54px;
  }
  a.slider-next-btn {
    right: 0;
  }
  a.slider-prev-btn {
    left: 0;
  }
  .about-cta-btn {
    padding: 16px 26px;
  }
  .believe-card p {
    font-size: 18px;
  }
  .believe-card-big p {
    font-size: 24px;
  }
  .believe-card-big {
    padding: 32px;
  }
  .believe-card h4 {
    font-size: 24px;
  }
  .believe-card-big h4 {
    font-size: 36px;
  }
}

/* Tablets (≤ 992px) */
@media (max-width: 992px) {
  .main-title {
    font-size: 50px;
    margin-top: 60px;
  }
  .about-hero-right {
    padding: 30px;
  }
  .about-hero-right h4 {
    font-size: 32px;
  }
  .mission-card {
    padding: 20px 30px;
  }
  .mission-card h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .mission-card p {
    font-size: 22px;
  }
  .built-card h3 {
    font-size: 28px;
  }
  .built-card p {
    font-size: 18px;
  }
  .believe-card-big h4 {
    font-size: 40px;
    line-height: 48px;
  }
  .believe-card-big p {
    font-size: 26px;
    line-height: 40px;
  }
  .believe-card h4 {
    font-size: 26px;
  }
  .believe-card p {
    font-size: 20px;
  }
  .black-gradient-container h3 {
    font-size: 18px;
  }
  .black-gradient-container p {
    font-size: 16px;
  }
}

/* Large phones / small tablets (≤ 768px) */
@media (max-width: 768px) {
  .main-title {
    font-size: 38px;
    margin-top: 40px;
    text-align: center;
  }
  .about-hero-right {
    padding: 20px;
    text-align: center;
  }
  .about-hero-right h4 {
    font-size: 26px;
  }
  .about-hero-right p {
    font-size: 16px;
    line-height: 24px;
  }
  .mission-card {
    padding: 15px 20px;
    text-align: center;
  }
  .mission-card h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .mission-card p {
    font-size: 18px;
  }
  .built-section h2,
  .believe-section h2 {
    font-size: 34px;
    text-align: center;
  }
  .built-card,
  .believe-card,
  .believe-card-big {
    padding: 20px;
    margin-bottom: 30px;
  }
  .built-card h3 {
    font-size: 24px;
  }
  .built-card p {
    font-size: 16px;
  }
  .believe-card-big h4 {
    font-size: 30px;
  }
  .believe-card-big p {
    font-size: 20px;
    line-height: 28px;
  }
  .believe-card h4 {
    font-size: 20px;
  }
  .believe-card p {
    font-size: 16px;
  }
  .job-slide-container h2 {
    font-size: 38px;
  }
  .job-slide-container p {
    font-size: 20px;
  }
  .job-slide-container a {
    font-size: 20px;
  }
  a.slider-next-btn,
  a.slider-prev-btn {
    width: 40px;
    height: 40px;
  }
  .max-content {
    width: 100%;
  }
  div#v-pills-tab {
    flex-direction: row !important;
    column-gap: 10px;
    justify-content: center;
  }
  .mt-n138 {
    margin-top: 0;
  }
  .slick-dotted.slick-slider {
    margin-top: 30px;
  }
  .pb-80 {
    padding-bottom: 3rem;
  }
  .calc-135 {
    width: 100%;
  }
  .built-card a,
  .believe-card-big a {
    font-size: 16px;
  }
}

/* Small phones (≤ 576px) */
@media (max-width: 576px) {
  span.cat {
    font-size: 14px;
    padding: 6px 16px;
  }
  .main-title {
    font-size: 28px;
    margin-top: 20px;
  }
  .about-cta-btn {
    font-size: 14px;
    padding: 10px 30px;
  }
  .about-filter-btn {
    font-size: 14px;
    padding: 8px 16px;
    width: auto;
  }
  .about-hero-right h4 {
    font-size: 22px;
  }
  .about-hero-right p {
    font-size: 14px;
  }
  .mission-card h2 {
    font-size: 20px;
  }
  .mission-card p {
    font-size: 16px;
  }
  .built-section h2,
  .believe-section h2 {
    font-size: 26px;
  }
  .built-card h3 {
    font-size: 20px;
  }
  .built-card p {
    font-size: 14px;
  }
  .believe-card-big h4 {
    font-size: 24px;
  }
  .believe-card-big p {
    font-size: 16px;
  }
  .believe-card h4 {
    font-size: 18px;
  }
  .believe-card p {
    font-size: 14px;
  }
  .job-slide-container h2 {
    font-size: 28px;
  }
  .job-slide-container p {
    font-size: 16px;
  }
  .faq-new-section h2 {
    font-size: 24px;
  }
  .faq-new-section .accordion-button {
    font-size: 18px;
    padding: 20px 15px 10px;
  }
  .faq-new-section .accordion-body {
    font-size: 14px;
    padding: 0 15px 15px;
  }
}

/* =================================  Services Popup CSS ======================== */

.no-result-popup,
.success-message-popup {
  max-width: 432px;
}

.no-result-popup input,
.success-message-popup input {
  width: 100%;
  padding: 12px 18px;
  font-size: 20px;
  border: 1px solid grey;
  border-radius: 8px;
  color: #fff;
}

.append-jobs {
  height: 100dvh;
  overflow-y: auto; /* enable scrolling */
  -ms-overflow-style: none; /* IE/Edge hide */
  /* scrollbar-width: none;  */
  transition: scrollbar-color 0.3s ease, scrollbar-width 0.3s ease;
}

.append-jobs::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 30px;
}

.append-jobs::-webkit-scrollbar {
  width: 5px !important;
  transition: opacity 0.3s;
}

.append-jobs.show-scroll::-webkit-scrollbar {
  display: block; /* Show when class is added */
}

/* .jobs-items-list{
  height: 86dvh;
  scrollbar-color: #9F9F9F #2C2C2C;
  scrollbar-width: thin;
} */

.profile-img {
  width: 38px;
  height: 38px;
  cursor: pointer;
  /* background-color: #587c7f; */
  /* border-color: #fff; */
}

.pencil-icon-container {
  border-radius: 100px;
  padding: 0.8rem;
  right: -4px;
  bottom: -4px;
}

.profile-img .user-avatar {
  width: 42px;
  height: 42px;
  position: relative;
}
.profile-img .user-avatar,
.user-avatar img {
  border-radius: 50%;
  display: inline-block;
}

.more-btn {
  /* background-color: #111;*/
  color: #fff; /* white text */
  font-size: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.more-btn:hover {
  /* background-color: #111; */
  color: #fff;
}

.aw-header-icons {
  display: flex;
  gap: 15px;
  align-items: center;
}
.aw-icon-wrapper {
  position: relative;
  font-size: 26px;
  color: white;
  cursor: pointer;
}
.aw-badge {
  position: absolute;
  top: -8px;
  right: -10px;
  background: #007bff; /* Bootstrap blue */
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 1px 5px;
  border-radius: 50%;
}

.scrollable {
  overflow-y: auto;
  scrollbar-width: thin; /* Firefox */
}

.scrollable::-webkit-scrollbar {
  width: 8px;
}

.scrollable::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}

.scrollable::-webkit-scrollbar {
  opacity: 0; /* hidden by default */
  transition: opacity 0.3s;
}

.scrollable.show-scroll::-webkit-scrollbar {
  opacity: 1; /* visible when scrolling */
}

/* ========================================== Membership Page Optimized CSS ========================================== */

.fs-28px {
  font-size: 28px !important;
}

.fs-20px {
  font-size: 20px !important;
}

.fs-22px {
  font-size: 22px !important;
}

.fs-12px {
  font-size: 12px !important;
}

.p-20px {
  padding: 20px !important;
}

.py-20px {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.mb-40px {
  margin-bottom: 40px !important;
}

.mb-20px {
  margin-bottom: 20px !important;
}

.bg-pitch-black {
  background-color: #000 !important;
}

.bg-chinese-black {
  background-color: #121212 !important;
}

.border-charcoal-grey {
  border-color: #414141 !important;
}

.border-heavy-metal {
  border-color: #2c2c2c !important;
}

.text-silver-chalice {
  color: #aaaaaa !important;
}

.text-grey-cloud {
  color: #b4b4b4 !important;
}

.text-mercury {
  color: #e7e7e7 !important;
}

.w-max-content {
  width: max-content !important;
}

.mw-1280 {
  max-width: 1280px !important;
}

.mw-786px {
  max-width: 786px !important;
}

.mw-548px {
  max-width: 548px !important;
}

.mw-588px {
  max-width: 588px !important;
}

.w-28px {
  width: 28px !important;
}

.w-22px {
  width: 22px !important;
}

.w-52px {
  width: 52px !important;
}

.w-60px {
  width: 60px !important;
}

.w-75 {
  width: 75% !important;
}

.w-92 {
  width: 92% !important;
}

.h-28px {
  height: 28px !important;
}

.h-22px {
  height: 22px !important;
}

.h-60px {
  height: 60px !important;
}

.h-52px {
  height: 52px !important;
}

.obj-cover {
  object-fit: cover !important;
}

.py-100px {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.py-40px {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.lh-100 {
  line-height: 100%;
}

.bg-membership-hero {
  background-color: #20242a !important;
}

.bg-dark-jungle-green {
  background-color: #222222 !important;
}

.bg-rangoon-green {
  background-color: #181818 !important;
}

.membership-h1 {
  font-size: 48px;
}

.membership-p {
  font-size: 28px;
}

.packages-header {
  margin-bottom: 20px;
}

.pkg-title {
  font-size: 23px;
  line-height: 22px;
  letter-spacing: -0.18px;
}

.pkg-price {
  font-size: 52px;
  line-height: 120%;
  letter-spacing: -3%;
}

.pkg-time {
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -0.05px;
}

.most-popular-div {
  padding: 6px 12px !important;
}

.most-popular-tag {
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 100% !important;
  background: linear-gradient(
    241.33deg,
    #ffc700 17.67%,
    #24a0ed 50%,
    #ffffff 82.33%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rounded-20px {
  border-radius: 20px !important;
}

.multiple-items .slick-initialized .slick-slide {
  height: 204px;
}

.slick-arrow-position {
  position: absolute;
  right: 74px;
  bottom: -98px;
  z-index: 1;
}

.multiple-items .slick-list.draggable {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

/* -----------------------------
   Tablet (768px – 1199px)
----------------------------- */
@media (max-width: 1199px) {
  .fs-28px {
    font-size: 24px !important;
  }
  .fs-20px {
    font-size: 18px !important;
  }
  .fs-12px {
    font-size: 12px !important;
  }

  .p-20px {
    padding: 18px !important;
  }
  .py-20px {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .py-40px {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-80 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-100px {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .mb-40px {
    margin-bottom: 30px !important;
  }
  .mb-20px {
    margin-bottom: 15px !important;
  }

  .membership-h1 {
    font-size: 36px !important;
  }
  .membership-p {
    font-size: 22px !important;
  }

  .pkg-title {
    font-size: 20px !important;
    line-height: 20px;
  }
  .pkg-price {
    font-size: 40px !important;
  }
  .pkg-time {
    font-size: 18px !important;
  }

  .most-popular-tag {
    font-size: 11px !important;
  }
}

/* -----------------------------
   Mobile (≤767px)
----------------------------- */
@media (max-width: 767px) {
  .fs-28px {
    font-size: 20px !important;
  }
  .fs-20px {
    font-size: 16px !important;
  }
  .fs-12px {
    font-size: 11px !important;
  }

  .p-20px {
    padding: 15px !important;
  }
  .py-20px {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-40px {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-80 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-100px {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .mb-40px {
    margin-bottom: 20px !important;
  }
  .mb-20px {
    margin-bottom: 12px !important;
  }

  .membership-h1 {
    font-size: 28px !important;
  }
  .membership-p {
    font-size: 16px !important;
  }

  .pkg-title {
    font-size: 16px !important;
    line-height: 18px;
  }
  .pkg-price {
    font-size: 28px !important;
  }
  .pkg-time {
    font-size: 16px !important;
  }

  .most-popular-tag {
    font-size: 10px !important;
  }
  .multiple-items .slick-initialized .slick-slide {
    height: auto;
  }
  .slick-arrow-position {
    bottom: -136px;
  }
}

.jobs-images-slider img {
  aspect-ratio: 540 / 574;
  object-fit: cover;
  border-radius: 20px;
}

.profile-border-gradient {
  padding: 2px;
  background: linear-gradient(
    130deg,
    rgba(136, 123, 201, 1) 0%,
    rgba(14, 109, 209, 1) 100%
  );
}

/* Profile Dropdown Menu */

.header-notifications-dropdown {
  width: 360px;
  border-radius: 4px;
  background-color: #181818;
  padding: 0;
  position: absolute;
  top: calc(100% - 10px);
  right: -15px !important;
  left: auto !important;
  text-align: left;
  z-index: 100;
  transform: scale(0.95);
  transition: 0.3s;
  /* pointer-events: none; */
}

.bg-gradient {
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  ) !important;
}

.user-status {
  padding: 25px;
  border-bottom: 1px solid #e6e6e6;
}

.user-avatar {
  width: 42px;
  height: 42px;
  position: relative;
}

.status-online:after {
  background-color: #38b653 !important;
}

.user-avatar:after {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  background-color: silver;
  bottom: 0;
  right: 0;
  display: block;
  border: 2px solid #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.user-name {
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  padding: 2px 0 0 15px;
}

.user-details span {
  display: block;
  font-size: 14.7px;
  color: #bdbdbd;
  font-weight: 500;
}

ul.user-menu-small-nav {
  list-style: none;
  padding: 20px 25px;
  margin: 0;
}

ul.user-menu-small-nav li a,
ul.header-sec-menu li a {
  display: block;
  padding: 6px 0;
  font-size: 16px;
  color: #dbdbdb;
  transition: 0.3s;
}

ul.user-menu-small-nav li a i {
  font-size: 16px;
  position: relative;
  top: 1px;
  margin-right: 2px;
  /* color: #666; */
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
}

.border-darker {
  border-color: #373c48 !important;
}

    
  #closeIcon {
    border-radius: 50%;
    background-color: #7d7d7d80;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #909090;
    font-size: 40px;
    width: 64px;
    height: 64px;
}

/* Animation for highlight (glow effect) */
@keyframes glow {
  0% { color: red; text-shadow: 0 0 5px #24A0ED; }
  50% { color: orange; text-shadow: 0 0 20px #24A0ED; }
  100% { color: #24A0ED; text-shadow: 0 0 5px #24A0ED; }
}

.highlight {
  animation: glow 1s ease-in-out infinite;
}

.edit-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #7d7d7d50; /* add light transparency */
  position: absolute;
  animation: edit-pulse 2s infinite;
}

.edit-circle:nth-child(1) { animation-delay: 0s; }
.edit-circle:nth-child(2) { animation-delay: 0.5s; }
.edit-circle:nth-child(3) { animation-delay: 1s; }
.edit-circle:nth-child(4) { animation-delay: 1.5s; }

@keyframes edit-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  
  100% {
    transform: scale(2);     /* match with mic pulse */
    opacity: 0;              /* fade out */
  }
}


.cc_job_section .slick-initialized .slick-slide{
  padding-bottom: 30px !important;
}

.mini-slider-about-us-arrows {
  /* position: absolute; */
  /* top: 50%; */
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #6b90b5 !important;
  border: 2px solid #6b90b5;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  z-index: 1;
  cursor: pointer;
}


/* Premium Card */
.premium-card {
  border-radius: 14px;
  background: #181818;
  padding: 0;
  border: 1px solid #333;
  box-shadow: 0 8px 25px rgba(0,0,0,0.04);
  transition: all 0.25s ease;
}

.premium-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.07);
}

/* Header */
.premium-header {
  padding: 18px 22px;
  background: #333;
  border-bottom: 1px solid #333;
  border-radius: 14px 14px 14px 14px;
}

.premium-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: white;
  text-decoration: none;
  display: block;
}

.premium-title:hover {
  color: #24a0ed;
}

/* Body */
.premium-body {
  padding: 20px 22px 28px;
}

.premium-description {
  font-size: 0.95rem;
  color: #4b4b4b;
  line-height: 1.6;
}

/* Price */
.premium-price-box {
  padding: 12px 0;
}

.price {
  font-size: 1.8rem;
  font-weight: 700;
  color: #24a0ed;
}

/* Delivery */
.premium-delivery {
  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  color: #333;
}

/* Features */
.premium-features .feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 0.92rem;
  color: #222;
}

/* Checkout Button */
.premium-btn {
  background: #24a0ed;
  color: #fff;
  padding: 12px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  transition: 0.25s;
}

.premium-btn:hover {
  background: #0b5ed7;
  color: #fff;
}

/* ======================= FEEDBACK PAGE (scoped, clean layout + dark reCAPTCHA) ======================= */
.feedback-page{background:#121212;color:#fff;font-family:inherit;padding:80px 15px;min-height:100vh}
.feedback-page .feedback-container{max-width:640px;margin:0 auto;text-align:center}
.feedback-page .feedback-title{font-weight:700;font-size:36px;line-height:1.2;color:#fff;margin-bottom:8px}
.feedback-page .feedback-sub{color:#b4b4b4;font-size:16px;line-height:1.6;margin-bottom:35px}

/* Gradient divider (brand blue to transparent) */
.feedback-page .divider{height:2px;width:100%;border:0;margin:10px 0 40px;background:linear-gradient(to right,#24a0ed 0%,rgba(36,160,237,.5) 40%,rgba(36,160,237,.05) 100%)}

/* Inputs (preserve your existing classes/selectors) */
.feedback-page .form-control,
.feedback-page .input-text,
.feedback-page textarea{background:transparent;border:1px solid #2e2e2e;border-radius:10px;color:#fff;padding:12px 14px;font-size:15px;transition:border-color .3s ease,background .3s ease}
.feedback-page .form-control::placeholder,
.feedback-page .input-text::placeholder,
.feedback-page textarea::placeholder{color:#999}
.feedback-page .form-control:focus,
.feedback-page .input-text:focus,
.feedback-page textarea:focus{border-color:#24a0ed;outline:none;box-shadow:none;background:rgba(255,255,255,.02)}
.feedback-page textarea{min-height:120px;resize:vertical}

.feedback-page .g-recaptcha{display:flex;justify-content:center;margin:25px 0}

/* messages your JS writes into */
.feedback-page .character-error,
.feedback-page .feedback-error{font-size:13px;color:#ff4d4d;margin-top:5px}

/* reCAPTCHA wrapper (dark-friendly box + tiny scaling for small screens) */
.feedback-page .recaptcha-wrap{display:flex;justify-content:center;align-items:center;padding:10px;border:1px solid #2e2e2e;border-radius:12px;background:transparent}
@media (max-width:767.98px){
  .feedback-page{padding:50px 12px}
  .feedback-page .feedback-title{font-size:28px}
  .feedback-page .recaptcha-wrap{transform:scale(.9);transform-origin:center top}
}

/* Submit button (keeps your .feedback-btn selector) */
.feedback-page .feedback-btn{display:inline-block;width:100%;border:0;border-radius:999px;background:linear-gradient(90deg,#007bff 0%,#24a0ed 100%);color:#fff;font-weight:600;font-size:16px;padding:12px 20px;margin-top:10px;transition:transform .2s ease,opacity .2s ease}
.feedback-page .feedback-btn:hover{transform:translateY(-1px);opacity:.95}
