body,
button {
  font-family: "Montserrat", sans-serif;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #202020;
}

h1,
h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
  color: #202020;
}

h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  color: #202020;
}

h4 {
  font-weight: 500;
  font-size: 34px;
  line-height: 44px;
  color: #202020;
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #696979;
}

nav ul li:first-child {
  padding: 12px 16px;
}

.contant-section strong {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.privacy-content strong {
  font-weight: 600;
}

.privacy-content ul {
  padding-left: 30px;
}

.contant-section li,
.privacy-content li {
  list-style: disc !important;
}

.contant-section ul {
  padding-left: 35px;
}

.container {
  max-width: 1280px;
  padding: 0 44px;
  margin: 0 auto;
}

.businessCntr {
  max-width: 955px;
  margin: 0 auto;
}

.aboutCntr {
  max-width: 920px;
  margin: 0 auto;
}

.aboutvalueCntr {
  max-width: 1073px;
  margin: 0 auto;
}

.arrow {
  display: none;
}

.tab-active .arrow {
  display: inline-block;
}

.custom-pagination,
.custom-pagination-about {
  justify-content: center;
  margin-top: 2.5rem;
}

.businessPagination {
  justify-content: center;
  margin-top: 3rem;
}

.blogPagination {
  justify-content: center;
  margin-top: 3rem;
}

.dot,
.dotBusiness,
.dotBlog {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #9ca3af00;
  opacity: 1;
  border: 1px solid #0a7abf;
  margin: 0 4px;
  transition: all 0.3s ease;
}

.dot.active,
.dotBusiness.active,
.dotBlog.active {
  background-color: #0a7abf;
  opacity: 1;
  width: 12px;
  height: 12px;
}

.contact-btn {
  position: relative;
  padding: 12px 28px;
  background: #fed56a;
  color: #202020;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.2s ease;
  clip-path: polygon(12px 0,
      calc(100% - 12px) 0,
      100% 50%,
      calc(100% - 12px) 100%,
      12px 100%,
      0 50%);
  text-decoration: none;
  display: inline-block;
  width: fit-content;
}

.contact-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #0a7abf;
  transition: left 0.5s ease;
  z-index: 0;
}

.contact-btn:hover::before {
  left: 0;
}

.contact-btn:hover .btn-content {
  color: white;
}

.contact-btn:hover .btn-content svg {
  filter: brightness(0) invert(1);
}

.btn-content {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
  transition: color 0.5s ease;
}

.btn-content svg {
  transition: filter 0.5s ease;
}

.hexagon {
  clip-path: polygon(25% 6.7%,
      75% 6.7%,
      100% 50%,
      75% 93.3%,
      25% 93.3%,
      0% 50%);
}

.scrollbar-thumb-rounded::-webkit-scrollbar-thumb {
  border-radius: 9999px;
}

.list-dot {
  position: relative;
  padding-left: 1.5rem;
}

.list-dot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #202020;
  border-radius: 50%;
}

.page-template-contact header {
  background-color: #05051e;
}

/* Form container */
.contact-form {
  background-color: #fff;
  border-radius: 10px;
}

.wpx-editor p {
  color: #ffffff;
}

.postExpert p {
  color: #ffffff !important;
}

.contact-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: #8d8d8d;
  font-size: 14px;
  position: absolute;
  top: -10px;
  left: 10px;
  background: #fff;
  padding: 0 10px;
  z-index: 1;
}

.wpcf7 form input::placeholder,
.wpcf7 form textarea::placeholder {
  color: #8d8d8d !important;
  opacity: 1;
}

.contact-form input.wpcf7-form-control.wpcf7-submit {
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
}

.contact-form .wpcf7-spinner {
  position: absolute !important;
}

.contact-form .wpcf7-not-valid-tip {
  position: absolute;
  top: 50px;
  font-size: 12px;
}

.page-template-contact-php .wpcf7 form.invalid .wpcf7-response-output {
  position: absolute;
  font-size: 10px;
  bottom: 50px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 23px 23px 23px 20px;
  margin-bottom: 38px;
  border: 1px solid #c6c6c6;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #05051e;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form button {
  display: inline-block;
  padding: 12px 25px;
  background-color: #c6c6c6;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact-form button:hover {
  background-color: #05051e;
}

nav.text-white .current-menu-item>a,
nav.text-white .current_page_item>a,
nav.text-white .current-menu-ancestor>a,
nav.text-white .current-menu-parent>a {
  color: #fed56a !important;
}

nav.text-white a:hover {
  color: #fed56a;
}

.blogSwiper .swiper-slide {
  height: auto !important;
}

.mobileMenu ul {
  align-items: center;
}

.mobileMenu ul li:first-child {
  padding: 0px !important;
}

.team-next,
.team-prev,
.teamab-next,
.teamab-prev {
  background-size: 8px;
}

.team-blog-prev,
.team-blog-next,
.team-bus-next,
.team-bus-prev {
  background-size: 1px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.animate-scroll {
  display: inline-flex;
  align-items: center;
  animation: scroll 20s linear infinite;
}

.mobileMenu .current-menu-item>a,
.mobileMenu .current_page_item>a,
.mobileMenu .current_page_ancestor>a {
  color: #fed56a !important;
}

.location-text:hover {
  background-color: var(--hover-color) !important;
  padding-left: 20px;
  padding-right: 20px;
}

#mobileMenuPanel {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
}

.body-no-scroll {
  overflow: hidden;
  height: 100vh;
}

.breadcrumbCustom a:hover {
  color: #fed56a;
}

.breadcrumbCustom a,
.breadcrumbCustom span {
  color: #fff;
}

.responsive-table {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.responsive-table table {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
}

.responsive-table th,
.responsive-table td {
  padding: 14px 18px;
  border: 1px solid #e0e0e0;
  text-align: left;
}

.responsive-table th {
  background: #f7f7f7;
  font-weight: 600;
}

.responsive-table tr:nth-child(even) {
  background: #fcfcfc;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.title-2line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 60px;
}

.contant-section a{
  color:#30a6df;
}

.contant-section h1,h2,h3,h4,h5,h6{
  color:#202020;
  font-weight: 500;
}

.contant-section ol li {
  list-style: auto !important;
  padding: 5px 5px;
  font-weight: 500;
}

.contant-section ol{
  margin: 5px 5px;
  padding-left: 22px;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 26px;
    line-height: 30px;
  }

  h2 {
    font-size: 30px;
    line-height: 32px;
  }

  h4 {
    font-size: 20px;
    line-height: 32px;
  }

  .container {
    padding: 0 15px;
  }

  .header-contact {
    display: none;
  }

  .contact-form .wpcf7 form .wpcf7-response-output {
    bottom: 380px;
  }

  .businessPagination {
    margin-top: 1rem;
  }
}