@font-face {
  font-family: "Dax";
  src: url("../fonts/Dax/Dax Black/Dax Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Dax";
  src: url("../fonts/Dax/Dax Bold/Dax Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Dax";
  src: url("../fonts/Dax/Dax Medium/Dax Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Dax";
  src: url("../fonts/Dax/Dax Light/Dax Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Dax";
  src: url("../fonts/Dax/Dax Regular/Dax Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Calibri";
  src: url("../fonts/calibri/calibri-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  scroll-behavior: smooth;
  --jat-primary: #f16623;
  --jat-white: #ffffff;
  --jat-black: #000000;
  /* --jat-primary: #048644; */
  --jat-gray: #49494b;
  --jat-heading-font: "Dax", sans-serif;
  --jat-font: "Calibri", sans-serif;
}
* {
  margin: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  font-family: var(--jat-font);
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
.painter-discount-section,
.jat-inner-hero-banner,
.jat-profile-hero-banner,
.jat-login-banner {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.custom-container {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.jat-main-btn:hover {
  background-color: var(--jat-white);
  border: 1px solid var(--jat-primary);
}
.jat-main-btn:hover a {
  color: var(--jat-primary);
}
.jat-main-btn.jat-secondry-btn:hover {
  background-color: var(--jat-primary);
  border: 1px solid var(--jat-primary);
}
.jat-main-btn.jat-secondry-btn:hover a {
  color: var(--jat-white);
}
.profile-icon {
  margin-top: 5px;
}
/************************ header section *************************/
.page-wrapper {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1000;
}
.nav-wrapper {
  width: 100%;
  position: sticky;
  top: 0;
  background-color: transparent;
}
.grad-bar {
  width: 100%;
  height: 5px;
}
.navbar {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  height: 150px;
  overflow: inherit;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.navbar img {
  justify-self: start;
  margin: auto 60px;
  width: 24%;
}
.navbar ul {
  list-style: none;
  display: flex;
  gap: 40px;
  margin-right: 45px;
  grid-template-columns: repeat(8, 169px);
  justify-self: end;
}
.nav-item a {
  color: var(--jat-white);
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease-out;
}
.nav-item a:hover {
  color: var(--jat-primary);
}
.menu-toggle .bar {
  width: 25px;
  height: 3px;
  background-color: #ffffffba;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-toggle {
  justify-self: end;
  margin-right: 25px;
  display: none;
}
.menu-toggle:hover {
  cursor: pointer;
}
#mobile-menu.is-active .bar:nth-child(2) {
  opacity: 0;
}
#mobile-menu.is-active .bar:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
#mobile-menu.is-active .bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
@-webkit-keyframes gradbar {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes gradbar {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradbar {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.profile-btn {
  display: none;
}
.my-profile .header-dropdown-toggle {
  background-color: var(--jat-white);
  padding: 13px 30px;
  border-radius: 4px;
  color: var(--jat-primary);
}
.my-profile .header-dropdown-toggle i {
  font-size: 18px;
  margin-left: 5px;
}
.navbar ul .my-profile ul {
  display: none;
  position: absolute;
  top: 79%;
  margin-top: 0.5em;
  padding: 0;
  border: 1px solid #ddd;
  margin: 0;
  width: 140px;
  box-sizing: border-box;
  flex-direction: column;
  gap: 0;
  background-color: var(--jat-white);
}
ul.header-btn-dropdown li,
ul.header-reg-btn-dropdown li {
  background: none !important;
  list-style-type: none;
}
ul.header-btn-dropdown li a,
ul.header-reg-btn-dropdown li a {
  padding: 5px;
  display: block;
  color: var(--jat-black);
}
ul.header-btn-dropdown li a:hover,
ul.header-reg-btn-dropdown li a:hover {
  color: var(--jat-primary);
}

.navbar .profile-btn ul {
  display: none;
  position: absolute;
  top: 105%;
  margin-top: 0.5em;
  padding: 0;
  border: 1px solid #ddd;
  margin: 0;
  box-sizing: border-box;
  flex-direction: column;
  gap: 0;
  background-color: var(--jat-white);
  border-radius: 5px;
}
.navbar ul .my-profile.jat-main-header-btn ul {
  width: 170px;
}
.header-search input[type="search"] {
  background-image: none;
  position: relative;
  border: none;
  padding: 10px 28px;
  width: 370px;
}
.header-search a img {
  position: absolute;
  left: 14px;
  bottom: 20px;
  width: 20px;
}
.header-search .jat-painter-search {
  margin: 0px;
}
.header-search {
  background-color: var(--jat-white);
  padding: 4px 20px;
  margin: 10px 0px 20px;
  border-radius: 4px;
}
.tag-close-btn {
  font-size: 8px;
  border: 1px solid #abacb0;
  border-radius: 50%;
  padding: 0px 4px;
  top: -6px;
  right: -7px;
  background-color: transparent;
  color: #abacb0;
}
/************************* end header section *************************/
.jat-home-slider {
  height: 100vh;
}
.carousel-item {
  height: 100vh;
}
.carousel-header {
  z-index: 1;
  padding: 0;
  width: 60%;
  color: var(--jat-white);
  transition: opacity 0.15s ease;
  height: 100vh;
  margin-top: -30px;
}
.carousel-header h1 {
  font-family: var(--jat-heading-font);
  font-size: 70px;
  font-weight: 400;
  width: 780px;
  color: var(--jat-white);
}
.carousel-header p {
  width: 660px;
}
.carousel-header .header-search p {
  width: 80px;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: flex;
  justify-content: center;
}
.header-testamonial {
  top: 0;
  left: 270px;
  align-items: flex-end;
}
.header-testamonial img {
  width: 76px;
}
.testamonial-details {
  width: 60%;
  padding-bottom: 30px;
}
.testamonial-details h4 {
  color: var(--jat-white);
  font-size: 28px;
}
.testamonial-details p {
  color: var(--jat-white);
  font-size: 16px;
}
.jat-main-btn a {
  color: var(--jat-white);
}

.jat-header {
  font-family: var(--jat-heading-font);
  color: var(--jat-black);
  font-size: 50px;
  text-decoration: underline 3px solid var(--jat-primary);
  line-height: 66px;
  text-underline-offset: 20px;
  padding-bottom: 30px;
  font-weight: 400;
}
.jat-home-header-width {
  width: 70%;
}
.jat-paragraph {
  font-size: 20px;
  margin-bottom: 18px;
  line-height: 32px;
}
.jat-header-paragraph {
  color: var(--jat-gray);
}
.section-padding {
  padding: 150px 0px 0px;
}
.home-painter-section.section-padding {
  padding: 100px 0px 70px;
}
/* ----------------------------------------home hero banner-------------------------------------------------------- */
/* -------------------------------------count section----------------------------------------------------------------- */

@keyframes duepduep {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-40px, 0);
  }

  75% {
    transform: translate(0, 0);
  }
}
.jat-count-section {
  padding: 200px 0px;
}
.count-container {
  /* padding: 100px 0px; */
  padding: 0px 0px 100px;
}
.progress {
  height: auto;
  background-color: transparent;
}
.number-counter-section p {
  width: 85px;
}
.number-counter-section {
  margin: 0 auto;
  text-align: center;
}
.number-counter-section img {
  width: 40px;
  margin-top: 10px;
  margin-right: 10px;
}
.number-counter-section .odometer {
  font-size: 80px;
  color: #a83e0b;
  margin-right: 15px;
  font-weight: bold;
  font-family: var(--jat-heading-font);
}
.number-counter-section .odometer:last-child {
  margin: 0;
}
.number-counter-section .odometer .odometer-digit {
  margin-right: 0px;
  background-color: transparent;
  padding: 5px 0px;
}
.number-counter-section .odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  padding: 12px 0px;
}
.number-counter-section .odometer .odometer-digit:last-child {
  margin-right: 0;
}
/*------------------------------------ painter discount banner------------------------------------ */
.jat-header-discount {
  font-family: var(--jat-heading-font);
  font-size: 54px;
  color: var(--jat-white);
  font-weight: 400;
}
.jat-discount-header {
  width: 80%;
}
.jat-main-btn {
  padding: 13px 40px;
  background-color: var(--jat-primary);
  border-radius: 6px;
  border: 1px solid var(--jat-primary);
  font-size: 17px;
  min-width: 180px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.jat-main-btn a {
  color: var(--jat-white);
}
.jat-main-btn.jat-secondry-btn {
  background-color: var(--jat-white);
  border: 1px solid var(--jat-white);
}
.jat-main-btn.jat-secondry-btn a {
  color: var(--jat-primary);
}
.home-discount-main-wrapper {
  padding: 70px 0px;
}
/*------------------------------------ our painter section ---------------------------------------------------------------*/
dropdown {
  display: inline-block;
  margin: 12px 0px;
}
.dropdown-label {
  margin: 12px 0px;
  padding: 9px 16px;
  border: 1px solid #f1662338;
  border-radius: 4px;
  box-sizing: border-box;
  min-height: 48px;
  display: flex;
  align-items: center;
}
.dropdown-label img {
  max-height: 20px;
  width: auto;
  object-fit: contain;
}
.jat-painter-search {
  margin: 12px 0px;
  padding: 13px 40px;
}
input[type="search"] {
  font-size: 18px;
  border: 1px solid #f1662338;
  width: 410px;
  background-image: url(../images/search-normal.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position-y: center;
  background-position-x: 12px;
}
dropdown label,
dropdown ul li {
  display: block;
  width: 220px;
  padding: 15px 20px;
}
dropdown label:hover,
dropdown ul li:hover {
  cursor: pointer;
  background: #ecf0f1;
}
dropdown label {
  color: var(--jat-black);
  border: 1px solid #f1662338;
  position: relative;
  z-index: 2;
}
dropdown input {
  display: none;
}
dropdown input ~ ul {
  position: relative;
  display: none;
  opacity: 0;
  top: -20px;
  z-index: 1;
  border: 1px solid var(--jat-primary);
}
dropdown input:checked + label {
  background: #ecf0f1;
  color: var(--jat-black);
}
dropdown input:checked ~ ul {
  display: block;
  opacity: 1;
  top: 0;
  background-color: var(--jat-white);
}
.animate {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.jat-label-name img {
  width: 12%;
}
.jat-label-name p {
  font-size: 16px;
}
:focus-visible {
  outline: none;
}
.search-btn .jat-main-btn {
  padding: 13px 32px;
  min-width: 120px;
  font-size: 16px;
  margin: 12px 0px;
}
.home-painter-jat-filter-wrapper {
  padding: 7px 0px;
  box-shadow: -7px 2px 20px 0px #d2d3d340;
  margin-bottom: 10px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
  height: auto;
  border: 1px solid #7f7c7c12;
  z-index: 2;
  background-color: var(--jat-white);
  color: var(--jat-black);
}
.filter-sec-search-bar-position {
  right: 0;
}
.home-blog-image {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-painter-jat-filter-wrapper.slider-home-painter-jat-filter-wrapper {
  padding: 6px;
  height: auto;
}
.slider-home-painter-jat-filter-wrapper .dropdown-label {
  padding: 8px 16px;
  margin: 8px 0px;
}
.banner-hyperlink-popup {
  color: var(--jat-white);
  background-color: transparent;
  border: none;
  margin-top: 18px;
  font-family: var(--jat-font);
}
.painter-search {
  margin: 12px 0px;
  padding: 10px 40px;
}
/*------------------------------------------------------- rating stars------------------------------------------------------ */
.your-review {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.your-review > input {
  display: none;
}
.your-review > label {
  cursor: pointer;
  width: 30px;
  aspect-ratio: 1;
  background-image: url(../images/material-symbols_star-rounded.svg);
  background-repeat: space no-repeat;
  background-position: center;
  background-size: 80%;
  transition: all 0.3s;
}

.your-review > input:checked ~ label,
.your-review > input:checked ~ label ~ label {
  background-image: url("../images/material-symbols_star-rounded1.svg");
}
.your-review > input:not(:checked) ~ label:hover,
.your-review > input:not(:checked) ~ label:hover ~ label {
  background-image: url("../images/material-symbols_star-rounded1.svg");
}
.rating-star.star-gray i {
  color: #eeeeee;
}
.rating-star.star-orenge i {
  color: #f0ad4e;
}
.rating-star {
  padding-left: 3px;
}
.painter-profile-card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.painter-profile-card-wrapper .card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}
.painter-description {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.jat-painter-name {
  font-family: var(--jat-heading-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
.painter-area {
  color: #666;
  font-size: 14px;
}
.painter-area i {
  color: #666;
  font-size: 14px;
}
.painter-feedback {
  display: flex;
  flex-wrap: wrap;
}
.painter-rate {
  background-color: #f5f5f5;
  padding: 8px 16px;
  border-radius: 6px;
  color: #333;
  font-size: 14px;
  display: inline-block;
}
.painter-short-desc {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  flex: 1;
}
.book-now {
  margin-top: auto;
}
.book-now a {
  color: var(--jat-primary);
  font-size: 18px;
  font-weight: 500;
}
.book-now .btn-icon {
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: var(--jat-primary);
  border: none;
  transition: all 0.3s ease;
}
.book-now .btn-icon i {
  color: var(--jat-black);
  font-size: 18px;
}
.book-now .btn-icon:hover {
  background-color: #d9561d;
  transform: scale(1.05);
}
.book-now:hover a {
  text-decoration: underline !important;
}
.painter-card-wrapper col {
  width: 24%;
}

/* --------------------------------------------------heart button--------------------------------------------------------- */
.large-font {
  font-size: 26px;
}
.top-20 {
  position: absolute;
  bottom: 0px;
  right: 14px;
}
ion-icon.active {
  animation: like 0.5s 1;
  fill: var(--jat-primary);
  stroke: none;
}
ion-icon {
  fill: transparent;
  stroke: var(--jat-white);
  stroke-width: 20;
  transition: all 0.5s;
}

@-webkit-keyframes like {
  0% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.1);
  }
}

/* ------------------------------------------calculator section------------------------------------------------ */
.jat-cal-image-banner {
  padding: 200px 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.jat-cal-image-banner .jat-home-header-width {
  width: 100%;
}
.jat-cal-image-banner .jat-header {
  color: var(--jat-white);
}
.jat-cal-image-banner .jat-header-paragraph,
.jat-suggest-products p {
  color: #dfe0e1;
  font-weight: 300;
  font-size: 18px;
}
.need-help {
  color: #dfe0e1;
  font-weight: 700;
}
.jat-suggest-products .jat-header {
  font-family: var(--jat-heading-font);
  font-size: 20px;
  text-decoration: none;
  line-height: 20px;
  text-underline-offset: 0px;
  padding-bottom: 10px;
}
.jat-suggest-products {
  background-color: #00000030;
  padding: 40px 20px;
  display: flex;
  align-items: center;
}
.cal-main-header .jat-header {
  color: var(--jat-black);
  font-family: var(--jat-heading-font);
  font-size: 30px;
  text-decoration: none;
  line-height: 42px;
  text-underline-offset: 0px;
  padding-bottom: 10px;
}
.cal-main-header .jat-paragraph {
  color: var(--jat-gray);
  font-size: 18px;
}
form {
  background-color: #fff;
  border-radius: 5px;
}
form > div {
  margin-bottom: 15px;
}
label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}
input[type="submit"] {
  cursor: pointer;
}
.jat-paint-calculator {
  padding: 50px;
}
.cal-main-header {
  padding: 50px 30px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.cal-main-header .jat-home-header-width {
  width: 100%;
  padding-bottom: 30px;
}
.cal-input-margin {
  margin-bottom: 40px;
}
.home-jat-cal input {
  border: none;
  background-color: #00000017;
  border-radius: 5px;
  padding: 13px 20px;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 12px;
}
.home-jat-cal label {
  color: var(--jat-gray);
  font-size: 16px;
  margin-bottom: 10px;
}
.jat-clear-btn button {
  width: 100%;
  padding: 13px 18px;
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid #abacb0;
}
.jat-cal-result input,
.jat-cal-result button {
  width: 100%;
  padding: 13px 18px;
  background-color: var(--jat-primary);
  border-radius: 6px;
  border: 1px solid var(--jat-primary);
  color: var(--jat-white);
}
.jat-about-us-home-wrapper {
  padding: 150px 100px;
}
.jat-suggest-products img {
  width: 180px;
}
.home-jat-cal select {
  border: none;
  background-color: #00000017;
  border-radius: 5px;
  padding: 13px 14px;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 12px;
  color: #8f7f84;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 14px;
}
.select-wrapper {
  width: 100%;
}
.select-wrapper option {
  position: relative;
  left: 0;
}
#terms-error {
  position: absolute;
  top: 14px;
}
/* --------------------------------------------card expanding section----------------------------------------------- */
.card-expand-section {
  display: flex;
  height: 80vh;
  margin: 0 0 150px;
}
.card-expand {
  height: 100%;
  width: calc(100% / 3);
  cursor: pointer;
  transition: width 750ms cubic-bezier(0.32, 1.03, 1, 1);
  transition-delay: 0ms;
  /* transition: width 750ms ease-in-out;
  transition-delay: 250ms; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-expand img {
  width: 50px;
}
.card-expand:hover img {
  transition: top ease 0.5s;
}
.card-expand-content {
  display: none;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  text-align: center;
  padding: 15px;
}
.card-expand:hover {
  width: 100%;
}
.card-expand:hover .card-expand-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  text-align: center;
  color: var(--jat-white);
  opacity: 1;
}
.card-expand-content h1 {
  font-family: var(--jat-heading-font);
  font-size: 40px;
  margin-bottom: 16px;
}
.card-expand-content p {
  font-size: 20px;
}
/* ------------mobile expand section--------------- */
.card-expand-mobile-section {
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 0 0 150px;
}
.card-mobile-expand {
  width: 100%;
  height: 100px;
  cursor: pointer;
  transition: height 750ms ease-in-out;
  transition-delay: 250ms;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card-expand-mobile-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.card-mobile-expand img {
  width: 50px;
  margin-right: 20px;
}
.card-expand-mobile-content {
  display: none;
  text-align: left;
}
.card-mobile-expand:hover {
  height: auto;
}
.card-mobile-expand:hover.card-mobile-expand img {
  padding-top: 44px;
}
.card-mobile-expand:hover .card-expand-mobile-content {
  display: flex;
  padding: 20px 50px;
  color: var(--jat-white);
  flex-direction: column;
  align-items: center;
}
.card-expand-mobile-content h1 {
  font-family: var(--jat-heading-font);
  font-size: 40px;
  margin-bottom: 16px;
}
.card-expand-mobile-section {
  display: none;
}
/* ----------------------------------------faq section------------------------------------------------------ */
.home-faq-header .jat-header {
  text-decoration: none;
  width: 60%;
}
.home-jat-card {
  padding: 50px 40px;
}
.jat-faq-dropdown-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.jat-faq-dropdown {
  padding: 10px;
  cursor: pointer;
  width: 100%;
}
.jat-faq-dropdown__content {
  max-height: 0;
  transition: 200ms;
  overflow: hidden;
  padding: 0 1rem;
}
.jat-faq-dropdown__title::before {
  content: "+";
  display: inline-block;
  margin-right: 0.5em;
  width: 1em;
}
.jat-faq-dropdown.active .jat-faq-dropdown__content {
  max-height: 100vh;
  padding: 1rem;
  transition: 400ms;
}
.jat-faq-dropdown.active .jat-faq-dropdown__title::before {
  content: "-";
}
.jat-faq-dropdown.active .jat-faq-dropdown__title {
  color: var(--jat-primary);
}
.faq-arcodian-paragraph {
  border-bottom: 1px solid #49494bad;
  padding-bottom: 16px;
}
/* ----------------------------------Testimonials section------------------------------------------------ */
.jat-client-testimonial {
  padding: 20px 30px;
  background-color: var(--jat-primary);
}
.customer-image {
  width: 16%;
}
.card.testimonial-card {
  border: none;
  padding: 20px;
}
.jat-home-client-description img {
  width: 44px;
}
.jat-client-testimonial .jat-header-paragraph {
  color: var(--jat-white);
}
/* ----------------------------------blog section------------------------------------------------------- */
.jat-header.jat-blog-header {
  text-decoration: none;
  font-size: 20px;
  padding-bottom: 0px;
  padding-top: 10px;
  line-height: 26px;
}
.blog-paragraph {
  font-size: 18px;
}
.blog-card {
  margin-bottom: 20px;
}
.blog-description {
  background-color: #fcfcfc;
  padding: 30px 20px;
}
.text-blog {
  padding: 50px 26px;
}
/* ------------------------------------------footer-------------------------------------------------------- */
footer {
  background-color: #231f20;
  position: relative;
  overflow: hidden;
}
.link-section {
  padding: 100px 70px;
}
.footer-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer h1 {
  font-family: var(--jat-heading-font);
  color: var(--jat-white);
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}
footer a {
  text-decoration: none;
  color: #abacb0;
  transition: color 0.3s ease;
  display: inline-block;
}
footer a:hover {
  color: var(--jat-primary);
}
footer p {
  color: #abacb0;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 8px;
}

.footer-painters,
.footer-quick-links,
.footer-support,
.footer-social-media {
  text-align: center;
}

.footer-social-media h1 {
  color: var(--jat-white);
}
.footer-social-text {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 20px;
}
.footer-social-links {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.footer-social-links a i {
  color: #231f20;
  font-size: 22px;
}
.footer-social-links a {
  background-color: var(--jat-primary);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #231f20;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(241, 102, 35, 0.3);
}
.footer-social-media {
  border-left: 1px solid #3a3637;
}
.footer-social-links a:hover {
  background-color: #048644;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(4, 134, 68, 0.4);
}
.footer-social-links a:hover i {
  color: var(--jat-white);
}
.footer-bottom {
  margin-top: 30px;
}
.footer-copyright {
  color: #6b6869;
  font-size: 14px;
  margin: 0;
  padding-top: 30px;
  border-top: 1px solid #3a3637;
}
/* -------------------------painters page------------------------------------------ */
.jat-inner-hero-banner {
  height: 60vh;
}
.hero-main-header {
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-main-header h1 {
  font-family: var(--jat-heading-font);
  font-size: 70px;
  font-weight: bold;
  width: 40%;
  line-height: 90px;
  color: var(--jat-white);
  margin-top: 100px;
}
.paginatin ul {
  list-style: none;
  display: flex;
}
.paginatin ul li {
  padding: 0px 16px;
  border-left: 1px solid var(--jat-gray);
}
.paginatin ul li a {
  text-decoration: none;
  color: #abacb0;
}
.paginatin ul li.current a,
.paginatin ul li.next a {
  color: var(--jat-primary);
}
.paginatin ul li.first-page {
  border-left: none;
}
.blog-oather img {
  width: 28px;
  margin-right: 14px;
  margin-bottom: 10px;
}
.blog-date span {
  width: 6px;
  height: 6px;
  display: flex;
  background-color: var(--jat-black);
  border-radius: 50%;
}
.home-jat-cal.user-jat-login.jat-pro-edit input {
  border-radius: 4px;
  padding: 9px 34px 9px 10px;
  margin-bottom: 20px;
}
.user-jat-login.jat-pro-edit i {
  right: 10px;
  top: 50px;
  left: auto;
}
.home-jat-cal.jat-pro-edit input {
  background-color: transparent;
  border: 1px solid #d6d6d7;
}
.jat-update-btn {
  margin-top: 10px;
}
.jat-update-btn .jat-main-btn {
  padding: 8px 40px;
  min-width: 110px;
}
.jat-main-btn button {
  background-color: transparent;
  border: none;
  color: var(--jat-white);
}
.jat-main-btn:hover button {
  color: var(--jat-black);
}
.add-review {
  height: 100vh;
  display: flex;
  align-items: center;
}
.modal-hedaer-discription p {
  color: #535862;
}
.modal-content {
  border-radius: 12px;
}
.modal-header {
  padding: 30px 30px 10px;
  border-bottom: none;
}
.painter-img-jat {
  width: 80px;
  border-radius: 50%;
}
.modal-body {
  padding: 20px 30px;
}
.name-and-rate h5 {
  font-size: 18px;
}
.modal-body form textarea {
  padding: 14px 20px;
  border-radius: 6px;
  border-color: #717680;
  height: 150px;
}
.input-group-text {
  padding: 0;
  color: transparent;
  background-color: transparent;
  border: none;
}
.terms-conditions p {
  color: var(--jat-black);
}
.terms-conditions p a {
  color: var(--jat-black);
}
/* ----------------------------------gallery-------------------------------------------------- */
.gallery {
  column-count: 4;
  --webkit-column-count: 4;
  --moz-column-count: 4;
  gap: 1rem;
  margin-bottom: 50px;
}
.image img {
  height: auto;
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 810px) {
  .gallery {
    column-count: 3;
    --webkit-column-count: 3;
    --moz-column-count: 3;
  }
}
@media screen and (max-width: 500px) {
  .gallery {
    column-count: 2;
    --webkit-column-count: 2;
    --moz-column-count: 2;
  }
}
@media screen and (max-width: 400px) {
  .gallery {
    column-count: 1;
    --webkit-column-count: 1;
    --moz-column-count: 1;
  }
}
/* Popup Styling */
.img-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000b3;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  top: 120px;
  right: 0;
  bottom: 0;
  z-index: 2000;
}

.img-popup img {
  max-width: 900px;
  width: auto;
  height: 80vh;
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}

.close-btn {
  width: 35px;
  height: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.close-btn .bar {
  height: 4px;
  background: #ffffffa3;
}

.close-btn .bar:nth-child(1) {
  transform: rotate(45deg);
}

.close-btn .bar:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

.opened {
  display: flex;
}

.opened img {
  animation: animatepopup 1s ease-in-out 0.8s;
  -webkit-animation: animatepopup 0.3s ease-in-out forwards;
}

@keyframes animatepopup {
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@media screen and (max-width: 880px) {
  .container .container__img-holder:nth-child(3n + 1) {
    margin-left: 16px;
  }
}
/* -----------------------------aboutus page--------------------------------------------- */

.jat-about-us-inner-wrapper {
  padding: 60px 100px;
}
.sub-header {
  font-family: var(--jat-heading-font);
  font-size: 22px;
  font-weight: 700;
  border-left: 3px solid var(--jat-primary);
  padding-left: 10px;
  margin-top: 27px;
}
.about-us-carousal-image {
  padding: 30px 0px;
}

.about-us-carousal {
  padding: 80px;
}
.about-us-carousal .owl-carousel .owl-nav button.owl-next,
.about-us-carousal .owl-carousel .owl-nav button.owl-prev,
.about-us-carousal .owl-carousel button.owl-dot {
  color: var(--jat-primary);
  font-size: 100px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--jat-primary);
}
.about-us-carousal .owl-carousel .owl-nav button.owl-next {
  right: 20px;
}
.about-us-carousal .owl-carousel .owl-nav button.owl-prev {
  right: -378px;
}
.about-us-carousal .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: var(--jat-gray);
}
.about-us-carousal .owl-carousel .owl-item .about-us-carousal-image img {
  width: 70%;
}
/* ----------------------------contact us page-------------------------------------------- */
.jat-inner-contactus-section {
  padding: 0px 0px 60px;
}
.contact-details .sub-header {
  border-left: none;
  padding-left: 0px;
}
.send-massage-form {
  padding: 50px 70px 100px;
  background-color: #f7f7f7;
}
.send-massage-form form {
  background-color: #f7f7f7;
}
.home-jat-cal.contact-form input {
  border: none;
  border-bottom: 1px solid var(--jat-gray);
  background-color: transparent;
  border-radius: 0px;
  margin-bottom: 40px;
}
.home-jat-cal.contact-form textarea {
  border: none;
  border-bottom: 1px solid var(--jat-gray);
  background-color: transparent;
  border-radius: 0px;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 40px;
}
.send-massage-form .sub-header {
  margin-bottom: 50px;
  font-weight: 500;
  margin-top: 50px;
}
.contact-details a {
  text-decoration: none;
  color: var(--jat-gray);
}
.jat-googel-map {
  padding-bottom: 100px;
}
/* -------------------------------------------blog single page------------------------------------------------------------------ */
.jat-profile-hero-banner {
  height: 50vh;
}
.hero-main-header.hero-profile-header {
  justify-content: flex-start;
  height: 50vh;
  align-items: flex-end;
  padding-bottom: 20px;
}
.hero-main-header.hero-profile-header h1 {
  font-size: 60px;
  width: 100%;
}
.image-discription {
  border-left: 3px solid var(--jat-primary);
  padding-left: 10px;
}
.blog-artical {
  padding: 50px 0px 80px 70px;
}
.header-blog-artical {
  padding-left: 80px;
}
.profile-card {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-color: var(--jat-white);
}
.profile-name {
  font-family: var(--jat-heading-font);
  padding: 30px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.profile-details {
  margin-top: 30px;
  background-color: #f7f7f7;
  padding: 30px;
}
.contact-details .footer-social-links a {
  width: 36px;
  height: 36px;
}
.contact-details .footer-social-links a i {
  font-size: 18px;
  color: var(--jat-white);
}
.publisher-details {
  margin-top: -220px;
}
.back-page a {
  text-decoration: none;
  color: var(--jat-black);
}
.blog-contact-details .sub-header {
  font-size: 18px;
  margin-top: auto;
}
.blog-contact-details .jat-paragraph {
  font-size: 18px;
}
.profile-icon img {
  width: 100%;
}
/* ----------------------register page-------------------------------- */
.navbar.navbar-register ul {
  grid-template-columns: repeat(3, 1fr);
}
.jat-login-banner {
  display: flex;
  min-height: 100vh;
  align-items: center;
}
.jat-cal-form.jat-register-form {
  padding: 0px 50px 100px;
}
.jat-register-form form {
  width: 100%;
  padding: 50px;
}
.jat-register-form.jat-register-form-width form {
  width: 52%;
}
.home-jat-cal.user-jat-login .col-lg-12 {
  margin-bottom: 20px;
}
.home-jat-cal.user-jat-login input {
  border-radius: 4px;
  padding: 16px 50px;
  margin-bottom: 0;
}
.home-jat-cal.user-jat-login textarea {
  border: none;
  background-color: #00000017;
  border-radius: 4px;
  padding: 16px 20px;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 0;
  resize: vertical;
  font-family: var(--jat-font);
}
.home-jat-cal.user-jat-login select {
  border: none;
  background-color: #00000017;
  border-radius: 4px;
  padding: 16px 20px;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 0;
}
.home-jat-cal.user-jat-login input[type="file"] {
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  background-color: #00000017;
}
.home-jat-cal.user-jat-login label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}
.user-jat-login i {
  position: absolute;
  left: 30px;
  top: 18px;
  color: var(--jat-gray);
  z-index: 1;
}
::placeholder {
  color: #8e8084;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #8e8084;
}
.register-card-header h1 {
  font-family: var(--jat-heading-font);
  font-size: 34px;
  font-weight: 300;
  text-align: center;
}
.register-card-header p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 28px;
  color: #abacb0;
  width: 70%;
}
.change-link {
  text-align: center;
}
.change-link p {
  font-size: 18px;
  color: #abacb0;
}
.change-link a {
  color: var(--jat-primary);
  text-decoration: none;
}
.navbar.navbar-register ul {
  justify-items: center;
}
.header-reg-dropdown-toggle {
  background-color: var(--jat-white);
  padding: 20px 30px;
  border-radius: 4px;
  color: var(--jat-primary) !important;
}
/* -------------------------------painter-profile---------------------------------------- */
.painter-profile-name-rate {
  padding: 30px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.painter-profile-name-rate .profile-name {
  font-family: var(--jat-heading-font);
  border-bottom: none;
  padding: 0;
}
.profile-card.contact-details {
  border: none;
  padding: 30px 10px;
}
.painter-profile-name-rate .your-review > label {
  width: 22px;
  background-size: 100%;
}
.profile-green-link p a {
  color: var(--jat-primary);
  text-decoration: none;
}
.profile-pills .nav-tabs .nav-link {
  font-size: 22px;
  color: #abacb0;
  border: none;
  border-bottom: 3px solid transparent;
  padding-bottom: 6px;
}
.profile-pills {
  padding-top: 30px;
}
.profile-pills .nav-tabs .nav-link.active {
  color: var(--jat-primary);
  background-color: #fff;
  border-color: transparent transparent var(--jat-primary);
  border-radius: 0px;
}
.profile-pills-tab-content {
  padding-top: 20px;
}
.jat-reg-form {
  margin-top: 180px;
}
.home-painter-section.section-padding.inner-painer-review-section {
  margin: 100px 0px 0px;
}
.jat-report-btn {
  padding: 10px;
  background-color: var(--jat-white);
  box-shadow: -6px 3px 20px 0px #d2d3d3ed;
  margin-top: 20px;
  border-radius: 4px;
}
.jat-report-btn i {
  color: var(--jat-primary);
}
.tab-pharagraph-color {
  color: #49494b;
}
.jat-all-review-card-wrapper {
  border: 1px solid #f1662329;
  padding: 20px 16px;
}
.header-row-review {
  font-weight: bold;
}
.review-date p {
  color: #abacb0;
}
.thumbnails-carousel {
  margin-top: 20px;
}
.thumbnails-carousel .item img {
  height: 44px;
  width: 100%;
  border-radius: 5px;
}
.review-carousel .card.testimonial-card {
  padding: 0px;
}
.review-carousel .customer-image img {
  width: 30px;
}
.expand-img i {
  color: var(--jat-white);
  font-size: 15px;
  position: absolute;
  top: 10px;
  right: 14px;
}
.review-carousel .img-popup {
  z-index: 2;
}
/* *********************************image compression************************************** */

.image-compression-discription h1 {
  font-family: var(--jat-heading-font);
  font-size: 34px;
  color: var(--jat-white);
}
.image-compression-discription p {
  color: var(--jat-white);
}
.image-compression-discription {
  position: absolute;
  bottom: 20px;
  z-index: 2000;
  width: 100%;
  margin-bottom: 20px;
  left: 0;
  right: 0;
}
.image-compression-discription-wrapper {
  width: 40%;
  padding: 20px;
  background-color: #00000073;
  border-radius: 10px;
}
.calculator-section.inner-page-cal-section {
  padding: 100px 0px;
}
.profile-datails-under-line {
  padding-bottom: 20px;
}
.user-inner-connection {
  border-top: 1px solid #c8c8c8;
}
.fav-user img {
  border-radius: 50%;
}
.user-pill-card-bg {
  /* padding: 30px; */
  margin: 8px 0px 20px;
  /* background-color: #f7f7f7;
  box-shadow: -3px 4px 20px 0px #d2d3d391; */
}
.jat-main-btn.user-pill-btn {
  min-width: auto;
}
.user-pill-card-header .profile-name {
  font-family: var(--jat-heading-font);
  padding: 0px;
  border-bottom: none;
}
.user-pill-card-header p {
  padding: 5px 20px;
  background-color: #c7ffdd;
  border-radius: 20px;
  margin-bottom: 9px;
  color: var(--jat-primary);
}
.jat-painer-job-image img {
  border-radius: 50%;
}
.image-compaire-carousal .before-after.twentytwenty-container {
  height: 40vh !important;
}
.image-compaire-carousal .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 40vh;
}
.image-compaire-carousal .owl-carousel .owl-item .image-compaire-carousal img {
  display: block;
  width: 100%;
  height: 70vh;
}
.image-compaire-carousal .owl-carousel .owl-nav {
  width: 100%;
  position: relative;
  bottom: 470px;
}
.image-compaire-carousal .owl-carousel .owl-nav button.owl-next,
.image-compaire-carousal .owl-carousel .owl-nav button.owl-prev {
  color: var(--jat-primary);
  font-size: 100px;
  position: absolute;
}
.image-compaire-carousal .owl-carousel button.owl-dot {
  color: var(--jat-primary);
  font-size: 100px;
}
.image-compaire-carousal .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: var(--jat-gray);
}
.owl-carousel .owl-nav button.owl-prev {
  left: -40px;
}
.owl-carousel .owl-nav button.owl-next {
  right: -40px;
}
.image-compaire-carousal.paint-review-carousal
  .owl-carousel
  .owl-item
  .image-compaire-carousal
  img {
  height: 50vh;
}
.image-compaire-carousal.paint-review-carousal
  .before-after.twentytwenty-container {
  height: 50vh !important;
}
.image-compaire-carousal.paint-review-carousal
  .owl-carousel
  .owl-nav
  button.owl-prev,
.image-compaire-carousal.paint-review-carousal
  .owl-carousel
  .owl-nav
  button.owl-next {
  top: 226px;
}
.image-compaire-carousal .owl-carousel .owl-item .customer-image img {
  width: 100%;
  height: auto;
}
.image-compaire-carousal.paint-review-carousal.add-review-section
  .owl-carousel
  .owl-item
  .customer-image
  img {
  width: 50%;
  height: auto;
}
.job-edit-icon img {
  width: 200px;
}
/* ***************************** user profile ***************************************** */
.user-prof-btn-jat {
  width: 40px;
  height: 40px;
  box-shadow: -4px 5px 20px 0px #d2d3d3de;
  border-radius: 50%;
}
.user-prof-btn-jat i {
  color: var(--jat-primary);
}
.jat-painer-job-image img {
  width: 70px;
}
/* ************************* email verification ******************************** */
.jat-register-form.jat-register-form-width .email-verification {
  width: 550px;
}
.google-img {
  width: 30px;
  margin-right: 14px;
}
.google-login {
  border: 1px solid #d4d4d4;
  padding: 8px 0px;
}
.google-login a {
  color: #8e8084;
}
.jat-google-signin {
  margin: 20px 0px;
  font-size: 16px;
  color: #abacb0;
}
.jat-register-form .google-reg {
  width: 60%;
}
.jat-about-us-inner-wrapper.home-main-aboutus {
  padding: 180px 100px;
}
.jat-inner-faq-section {
  padding: 100px 0px;
}
.user-prof-btn-jat.user-prof-btn-jat-connection {
  box-shadow: none;
}
.sweet-alert[data-has-cancel-button="false"] button {
  background-color: var(--jat-primary) !important;
}
.sweet-alert .confirm {
  background-color: #048644; /* Green background */
}
.upload-box {
  width: 90px;
  height: 90px;
  border: 2px dashed #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
/* Hide the file input */
.upload-box input[type="file"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
/* Image preview style */
.upload-box img {
  max-width: 100%;
  max-height: 100%;
  display: none;
}
/* Styling for prompt text */
.upload-text {
  color: #666;
  font-size: 16px;
}
.profile-btn {
  position: relative;
}
.my-profile {
  display: inline-block;
  position: relative;
}
.header-btn-dropdown {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%; /* Makes the width of the ul the same as .my-profile */
  position: absolute;
  top: 100%; /* Positions the dropdown directly below the .my-profile */
  left: 0;
  display: none; /* Initially hidden */
}
/* Search list */
.suggestions-list {
  position: absolute;
  background-color: #f16623;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  width: 300px;
}
.suggestion-item {
  padding: 10px;
  cursor: pointer;
  color: white;
}
.suggestion-item:hover {
  background-color: #d68a00;
}
/* Search list */
/* ********************  banner search ********************* */
.banner-search-main-wrapper {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 14vh;
  width: 100%;
  height: 100vh;
  align-items: flex-end;
}
.search-bar-width {
  width: 60%;
}
.jat-main-btn.home-slider {
  width: 200px;
}
