/*-------------------------------------    
CSS INDEX
===================================
#. Slider
#. Section Title
#. Info Box
#. Directory Location Box
#. Elementor Testimonail
#. Elementor Search
#. Call to Action
#. Elementor Counter
#. Elementor More Button
#. Elementor Edit Mode
---------------------------------------*/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  99% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  99% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* BEM Element and Modifier */
/* Heading */
.elementor-heading-title {
  font-family: 'Lexend', sans-serif;
}

h1,
h1.elementor-heading-title {
  font-size: 30px;
  line-height: 1.26667;
  font-weight: 600;
}

h2,
h2.elementor-heading-title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
}

h3,
h3.elementor-heading-title {
  font-size: 22px;
  line-height: 1.22727;
  font-weight: 600;
}

h4,
h4.elementor-heading-title {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
}

h5,
h5.elementor-heading-title {
  font-size: 18px;
  line-height: 1.27778;
  font-weight: 600;
}

h6,
h6.elementor-heading-title {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 600;
}

/* Paragraph */
p {
  line-height: 1.75;
}

p.pera {
  font-size: 18px;
  line-height: 1.94444;
  font-weight: 400;
  color: var(--color-gray);
}

span {
  line-height: 1.85714;
}

/* Button */
.btn {
  font-size: 14px;
  padding: 8.5px 19px;
  border-radius: 0.375rem;
}

/* Display Sizes */
.display-1 {
  font-size: 48px;
  line-height: 1.125;
  font-weight: 600;
}

.display-2 {
  font-size: 42px;
  line-height: 1.09524;
  font-weight: 600;
}

.display-3 {
  font-size: 36px;
  line-height: 1.16667;
  font-weight: 600;
}

/* Color */
.directorist-btn.directorist-btn-primary,
.theme-bg-primary {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.theme-bg-secondary {
  background-color: var(--color-secondary);
  color: var(--color-white);
}

.theme-bg-dark {
  background-color: var(--color-dark);
  color: var(--color-white);
}

.outline-secondary {
  border: 1px solid var(--color-secondary);
  background-color: transparent;
  color: var(--color-secondary);
}

.outline-secondary:hover {
  background: var(--color-secondary);
  color: var(--color-white);
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1320px;
}

/*-------------------------------------
#. Slider
---------------------------------------*/
.theme-swiper,
.theme-swiper-nested {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 15px 15px;
  margin: -15px -12px;
  z-index: 1;
}

.theme-swiper .theme-swiper-navigation .theme-swiper-button-nav {
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.theme-swiper .theme-swiper-navigation .theme-swiper-button-nav i {
  position: absolute;
  left: 15px;
  top: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0 none;
  -webkit-box-shadow: 0 5px 8px rgba(143, 142, 159, 0.1);
          box-shadow: 0 5px 8px rgba(143, 142, 159, 0.1);
  z-index: 22;
  background-color: var(--color-white);
  color: var(--color-dark);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.theme-swiper .theme-swiper-navigation .theme-swiper-button-nav.theme-swiper-button-next i {
  left: auto;
  right: 15px;
}

.theme-swiper .theme-swiper-navigation .theme-swiper-button-nav:hover i {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.theme-swiper .theme-swiper-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background: var(--color-gray);
  opacity: 0.15;
}

.theme-swiper .theme-swiper-pagination .swiper-pagination-bullet:hover, .theme-swiper .theme-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color-primary);
}

.theme-swiper:hover .theme-swiper-navigation .theme-swiper-button-nav i {
  opacity: 1;
  left: 0;
}

.theme-swiper:hover .theme-swiper-navigation .theme-swiper-button-nav.theme-swiper-button-next i {
  opacity: 1;
  left: auto;
  right: 0;
}

.tns-outer [data-action="stop"],
.tns-outer [data-action="start"] {
  display: none;
}

.tns-outer {
  position: relative;
}

.tns-outer .tns-controls button {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tns-outer .tns-controls button[data-controls="prev"] {
  left: 0;
}

.tns-outer .tns-controls button[data-controls="next"] {
  right: 0;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 10px 12px;
}

/*-------------------------------------
#. Section Title
---------------------------------------*/
.elementor-widget-wpwaxtheme-title .theme-section-title .theme-section-title__title {
  font-size: calc(1.1625rem + 1.95vw);
  font-weight: 600;
  color: var(--color-dark);
}

@media (min-width: 1200px) {
  .elementor-widget-wpwaxtheme-title .theme-section-title .theme-section-title__title {
    font-size: 2.625rem;
  }
}

.elementor-widget-wpwaxtheme-title .theme-section-title .theme-section-title__title span {
  color: var(--color-primary);
}

/*-------------------------------------
#. Info Box
---------------------------------------*/
.az-el-info-box .azin-icon i {
  font-size: calc(1.0875rem + 1.05vw);
}

@media (min-width: 1200px) {
  .az-el-info-box .azin-icon i {
    font-size: 1.875rem;
  }
}

.az-el-info-box .azin-icon img,
.az-el-info-box .azin-icon svg {
  width: 30px;
  height: 30px;
}

/*-------------------------------------
#. Directory Location Box
---------------------------------------*/
.az-el-dir-location-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.az-el-dir-location-box > a {
  display: block;
}

.az-el-dir-location-box .azin-img {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.az-el-dir-location-box .azin-img:after {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.az-el-dir-location-box .azin-content {
  color: var(--color-white);
  text-align: center;
  background-color: fade(#000, 60%);
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.az-el-dir-location-box .azin-content .azin-title {
  font-size: calc(1.025rem + 0.3vw);
  line-height: 1.3;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 5px;
  padding: 0 20px;
}

@media (min-width: 1200px) {
  .az-el-dir-location-box .azin-content .azin-title {
    font-size: 1.25rem;
  }
}

/*-------------------------------------
#. Elementor Testimonial
---------------------------------------*/
.theme-testimonial-slider {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.theme-testimonial-single {
  padding: 30px;
  margin-bottom: 35px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(var(--color-boxshadow-rgb), 0.15);
          box-shadow: 0 5px 10px rgba(var(--color-boxshadow-rgb), 0.15);
}

@media only screen and (max-width: 767px) {
  .theme-testimonial-single {
    margin-bottom: 20px;
  }
}

.theme-testimonial-single__author-thumb img {
  max-width: 80px !important;
  margin: 0 auto 20px;
  border-radius: 50% !important;
}

.theme-testimonial-single__author-comment {
  font-size: 1rem;
  line-height: 1.667;
}

.theme-testimonial-single__author-info .theme-testimonial-blockquote {
  margin-bottom: 0;
}

.theme-testimonial-single__author-info .theme-testimonial-blockquote .theme-testimonial-blockquote__footer {
  margin-top: 10px;
}

.theme-testimonial-single__author-info .theme-testimonial-blockquote .theme-testimonial-blockquote__footer:before {
  display: none;
}

.theme-testimonial-single__author-info .theme-testimonial-blockquote .theme-testimonial-blockquote__footer cite {
  font-style: normal;
}

.theme-testimonial-single__author-info .theme-testimonial-blockquote .theme-testimonial-blockquote__footer cite span {
  display: block;
  line-height: 1.5;
}

.theme-testimonial-single__author-info .theme-testimonial-blockquote .theme-testimonial-blockquote__footer cite span.cite-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color-dark);
}

/*-------------------------------------
#. Elementor Search
---------------------------------------*/
.az-el-dir-search .az-el-dir-search-loc {
  position: relative;
}

.az-el-dir-search .az-el-dir-search-loc span.atbd_get_loc {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.az-el-dir-search .az-el-dir-search-loc .address_result {
  position: absolute;
  width: 100%;
  left: 0;
  top: 45px;
  background: var(--color-white);
  -webkit-box-shadow: 0 5px 10px rgba(145, 146, 163, 0.2);
          box-shadow: 0 5px 10px rgba(145, 146, 163, 0.2);
  border-radius: 3px;
  z-index: 1;
  max-height: 300px;
  overflow-y: scroll;
}

.directorist-address-field .address_result ul li a, .directorist-form-address-field .address_result ul li a {
  text-decoration: none;
}

/*-------------------------------------
#. Call to Action
---------------------------------------*/
.theme-cta .theme-cta__title {
  font-size: 52px;
  font-weight: 600;
  margin: 0;
  color: var(--color-white);
}

@media only screen and (max-width: 1199px) {
  .theme-cta .theme-cta__title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .theme-cta .theme-cta__title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .theme-cta .theme-cta__title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 575px) {
  .theme-cta .theme-cta__title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .theme-cta .theme-cta__title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 375px) {
  .theme-cta .theme-cta__title {
    font-size: 25px;
  }
}

.theme-cta .theme-cta__content {
  font-size: calc(1.0125rem + 0.15vw);
  font-weight: 400;
  margin: 25px 0 0;
  color: var(--color-white);
}

@media (min-width: 1200px) {
  .theme-cta .theme-cta__content {
    font-size: 1.125rem;
  }
}

.theme-cta .theme-cta__content:empty {
  display: none;
}

@media only screen and (max-width: 767px) {
  .theme-cta .theme-cta__content br {
    display: none;
  }
}

.theme-cta .theme-cta__button {
  margin-top: 24px;
}

.theme-cta .theme-cta__button a {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  padding: 0 25px;
  min-height: 48px;
  color: var(--color-white);
  background-color: var(--color-primary);
}

/*-------------------------------------
#. Elementor Counter
---------------------------------------*/
.theme-counter__number span {
  font-size: calc(1.1625rem + 1.95vw);
  line-height: 60px;
  font-weight: 600;
  color: var(--color-dark);
}

@media (min-width: 1200px) {
  .theme-counter__number span {
    font-size: 2.625rem;
  }
}

.theme-counter__title {
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-dark);
}

/*-------------------------------------
#. Elementor More Button
---------------------------------------*/
.theme-more-btn {
  margin: 10px 0 0;
  text-align: center;
}

.theme-more-btn a {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* Img Hover */
.theme-discover-area .elementor-image-box-wrapper:hover .elementor-image-box-img img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
  border-radius: 8px;
}

.theme-discover-area .elementor-image-box-wrapper .elementor-image-box-img {
  overflow: hidden;
  border-radius: 8px;
}

.theme-discover-area .elementor-image-box-wrapper .elementor-image-box-img img {
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  -webkit-transform: scale(1.0001);
          transform: scale(1.0001);
}

/*-------------------------------------
#. Elementor Edit Mode
---------------------------------------*/
.elementor-element-edit-mode .tns-nav {
  display: none;
}

/*-------------------------------------
#. Categories hover
---------------------------------------*/
.theme-discover-area .elementor-image-box-wrapper:hover a {
  color: var(--color-primary);
}
