/*
 * Template-02 custom overrides.
 * Customer-specific adjustments should live here instead of source CSS files.
 */

.template02-plugin-spacing {
  margin-top: 60px;
  margin-bottom: 60px;
}

.template02-plugin-padding-top {
  padding-top: 90px;
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  .template02-plugin-spacing {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .template02-plugin-padding-top {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

.template02-topbar {
  position: relative;
  padding: 0 15px;
}

.template02-topbar__inner {
  position: relative;
  max-width: 1890px;
  width: 100%;
  margin: 0 auto;
  padding: 14px 0;
  background: var(--surface-muted, #f3f6f0);
  border-bottom: 0;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 30px 60px 0 rgba(var(--theme-color1-rgb), 0.12);
}

.template02-topbar__content {
  position: relative;
  max-width: 1710px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.template02-topbar__left {
  display: flex;
  align-items: center;
  gap: 22px;
}

.template02-topbar__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-color2);
  font-family: var(--heading-font-family);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.template02-topbar__item i {
  color: var(--theme-color1);
}

.template02-topbar__item:hover {
  color: var(--theme-color1);
}

.template02-topbar__right {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
}

.template02-topbar__right .social-icon-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.template02-topbar__right .social-icon-list li {
  position: relative;
  line-height: 1;
}

.template02-topbar__right .social-icon-list li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: var(--theme-color2);
  line-height: 1;
}

.template02-topbar__right .social-icon-list li a:hover {
  color: var(--theme-color1);
}

.main-header.header-style-one .template02-topbar .template02-topbar__language-toggle {
  border-color: var(--theme-color1);
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

.main-header.header-style-one .template02-topbar .template02-topbar__language-toggle i {
  color: currentColor;
}

.main-header.header-style-one .template02-topbar .template02-topbar__language-toggle:hover,
.main-header.header-style-one .template02-topbar .template02-topbar__language-toggle[aria-expanded=true] {
  border-color: var(--theme-color2);
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.main-menu .navigation > li > a,
.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > ul > li > ul > li > a {
  font-family: var(--heading-font-family);
}

.main-menu .navigation > li.dropdown ul li a {
  font-size: 14px !important;
  margin: 0 20px;
}

.sticky-header .template02-sticky-cta {
  margin-left: 40px;
}

.sticky-header .auto-container {
  max-width: 1710px;
}

.header-style-one .header-lower .inner-container .main-box .left-box .logo-box img {
  max-width: 250px;
}

@media (min-width: 1200px) {
  .header-style-one .header-lower .inner-container .main-box .left-box {
    justify-content: flex-start;
  }

  .header-style-one .header-lower .inner-container .main-box .left-box .nav-outer {
    flex: 1 1 auto;
    justify-content: center;
    min-width: 0;
  }
}

.ContactStickButtons.template02-contact-buttons {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.ContactStickButtons.template02-contact-buttons.left {
  right: auto;
  left: 24px;
  align-items: flex-start;
}

.ContactStickButtons.template02-contact-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  box-shadow: 0 18px 35px rgba(var(--theme-color2-rgb), 0.16);
  font-family: var(--heading-font-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: all 300ms ease;
}

.ContactStickButtons.template02-contact-buttons a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 18px;
  line-height: 1;
}

.ContactStickButtons.template02-contact-buttons .call-us {
  background-color: var(--button-secondary-bg, var(--theme-color2));
  color: var(--button-secondary-text, var(--theme-color2-text-color));
}

.ContactStickButtons.template02-contact-buttons .call-us i {
  color: var(--button-secondary-icon, var(--theme-color1));
}

.ContactStickButtons.template02-contact-buttons .call-us:hover {
  background-color: var(--button-primary-bg, var(--theme-color1));
  color: var(--button-primary-text, var(--theme-color1-text-color));
  transform: translateY(-2px);
}

.ContactStickButtons.template02-contact-buttons .call-us:hover i {
  color: var(--button-primary-text, var(--theme-color1-text-color));
}

.ContactStickButtons.template02-contact-buttons .whatsapp {
  background-color: var(--whatsapp-color, #25d366);
  color: #ffffff;
}

.ContactStickButtons.template02-contact-buttons .whatsapp:hover {
  background-color: var(--whatsapp-color-dark, #128c7e);
  color: #ffffff;
  transform: translateY(-2px);
}

.page-title--gradient {
  background-color: var(--section-accent-bg, var(--theme-color3));
  background-image:
    radial-gradient(circle at 18% 18%, rgba(var(--theme-color-white-rgb), 0.16) 0, rgba(var(--theme-color-white-rgb), 0) 32%),
    radial-gradient(circle at 82% 12%, rgba(var(--theme-color-black-rgb), 0.16) 0, rgba(var(--theme-color-black-rgb), 0) 34%),
    linear-gradient(135deg, rgba(var(--theme-color3-rgb), 1) 0%, rgba(var(--theme-color3-rgb), 0.9) 54%, rgba(var(--theme-color3-rgb), 0.74) 100%);
}

.page-title--gradient .page-breadcrumb li a {
  color: var(--theme-color4);
}

.page-title--gradient .page-breadcrumb li a:hover {
  color: var(--theme-color-white);
}

.footer-style-one {
  margin-top: 60px;
}

.template02-home-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.template02-home-slider .banner-content .inner-column > .theme-btn {
  align-self: flex-start;
  width: auto;
}

.template02-home-slider .banner-content.text-center .inner-column > .theme-btn {
  align-self: center;
}

.template02-reference-logo-plugin .client-block .inner-block .image img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.template02-reference-logo-plugin .client-block .inner-block:hover .image img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.template02-reference-logo-plugin {
  margin-left: 15px;
  margin-right: 15px;
}

.template02-reference-logo-plugin .outer-box {
  background-color: var(--bg-color);
  border-radius: 30px;
  overflow: hidden;
}

.template02-gallery-plugin {
  margin-left: 15px !important;
  margin-right: 15px !important;
  background-color: var(--bg-color);
  border-radius: 30px;
  overflow: hidden;
}

.template02-gallery-plugin .outer-box {
  background-color: var(--bg-color);
}

.template02-features-plugin .template02-working-block-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.template02-features-plugin .template02-working-block-link:hover {
  color: inherit;
}

.wysiwyg-content {
  color: var(--text-main, var(--text-color));
  font-size: 16px;
  line-height: 1.875;
}

.wysiwyg-content h1,
.wysiwyg-content h2,
.wysiwyg-content h3,
.wysiwyg-content h4,
.wysiwyg-content h5,
.wysiwyg-content h6 {
  margin-bottom: 16px;
  color: var(--text-heading, var(--headings-color));
  font-weight: 700;
  line-height: 1.25;
}

.wysiwyg-content h1 {
  font-size: 42px;
}

.wysiwyg-content h2 {
  font-size: 34px;
}

.wysiwyg-content h3 {
  font-size: 28px;
}

.wysiwyg-content h4 {
  font-size: 24px;
}

.wysiwyg-content h5 {
  font-size: 20px;
}

.wysiwyg-content h6 {
  font-size: 18px;
}

.wysiwyg-content p,
.wysiwyg-content ul,
.wysiwyg-content ol {
  margin-bottom: 24px;
}

.wysiwyg-content ul,
.wysiwyg-content ol {
  padding-left: 1.4em;
}

.wysiwyg-content table,
.wysiwyg-content iframe,
.wysiwyg-content embed,
.wysiwyg-content img {
  max-width: 100% !important;
}

.wysiwyg-content img {
  height: auto;
}

.wysiwyg-content table {
  width: auto !important;
}

.wysiwyg-content iframe {
  width: 100%;
  min-height: 350px;
}

.wysiwyg-content a {
  color: var(--link-color, var(--theme-color1));
}

.wysiwyg-content a:hover {
  color: var(--link-hover-color, var(--theme-color3));
}

.template02-contact-page,
.template02-contact-section {
  position: relative;
}

.template02-contact-main {
  position: relative;
}

.template02-contact-card {
  position: relative;
  height: 100%;
  padding: 34px;
  border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
  border-radius: 18px;
  background: var(--theme-color-white);
  box-shadow: 0 24px 70px rgba(15, 28, 31, 0.06);
  overflow: hidden;
}

.template02-contact-card .sec-title {
  margin-bottom: 24px;
}

.template02-contact-card .sec-title .h2,
.template02-contact-section .sec-title .h2 {
  margin-bottom: 0;
  color: var(--theme-color2);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.22;
}

.template02-contact-card .sec-title .text {
  margin-top: 10px;
  color: var(--text-color);
  font-size: 15px;
  line-height: 1.7;
}

.template02-contact-card .nv__forms {
  display: block;
  padding: 0;
}

.template02-contact-card .nv__form_container {
  width: 100%;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

.template02-contact-card .nv__form_body {
  padding: 0;
}

.template02-contact-card .nv__form_footer {
  padding: 18px 0 0;
  border-top: 0;
  background-color: transparent;
}

.template02-contact-card .nv__form_item .nv__form_input,
.template02-contact-card .nv__form_item .nv__form_selectbox,
.template02-contact-card .nv__captcha {
  border-radius: 10px;
}

.template02-contact-card .nv__form_item .nv__form_label,
.template02-contact-card .nv__form_item_textarea .nv__form_label {
  font-size: 13px;
  font-weight: 600;
}

.template02-contact-card .nv__form_item_textarea .nv__form_input {
  border-radius: 10px;
}

.template02-contact-card .nv__form_submit button {
  min-height: 46px;
  padding: 0 28px;
  border-radius: 10px;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  font-family: var(--heading-font-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: background-color 300ms ease, color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
}

.template02-contact-card .nv__form_submit button:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
  box-shadow: 0 14px 28px rgba(var(--theme-color2-rgb), 0.16);
  transform: translateY(-1px);
}

.template02-forms-plugin .nv__forms {
  display: block;
  padding: 0;
}

.template02-forms-plugin .nv__form_container {
  width: 100%;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

.template02-forms-plugin .nv__form_body {
  padding: 0;
}

.template02-forms-plugin .nv__form_footer {
  padding: 18px 0 0;
  border-top: 0;
  background-color: transparent;
}

.template02-contact-info-card {
  background: #f7faf6;
}

.template02-contact-info-card .sec-title {
  margin-bottom: 22px;
}

.template02-contact-info-card .sec-title .h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.22;
}

.template02-contact-card .contact-details__info,
.template02-company-card.contact-details__info {
  display: grid;
  gap: 18px;
  margin: 0;
}

.template02-contact-card .contact-details__info li,
.template02-company-card.contact-details__info li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0;
}

.template02-contact-card .contact-details__info li + li,
.template02-company-card.contact-details__info li + li {
  margin-top: 0;
}

.template02-contact-card .contact-details__info li .icon,
.template02-company-card.contact-details__info li .icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  box-shadow: 0 12px 28px rgba(var(--theme-color1-rgb), 0.2);
}

.template02-contact-card .contact-details__info li .icon span,
.template02-company-card.contact-details__info li .icon span {
  color: currentColor;
  font-size: 20px;
}

.template02-contact-card .contact-details__info li .text,
.template02-company-card.contact-details__info li .text {
  min-width: 0;
  margin-left: 0;
  color: var(--text-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.template02-contact-card .contact-details__info li .text .h6,
.template02-company-card.contact-details__info li .text .h6 {
  margin-bottom: 5px !important;
  color: var(--theme-color2);
  font-family: var(--heading-font-family);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.template02-contact-card .contact-details__info li .text strong,
.template02-company-card.contact-details__info li .text strong {
  color: var(--theme-color2);
  font-family: var(--heading-font-family);
  font-weight: 600 !important;
}

.template02-contact-card .contact-details__info li .text a,
.template02-company-card.contact-details__info li .text a {
  color: var(--text-color);
  font-size: 14px;
  line-height: inherit;
}

.template02-contact-card .contact-details__info li .text span,
.template02-company-card.contact-details__info li .text span {
  font-size: 14px;
}

.template02-contact-card .contact-details__info li .text a:hover,
.template02-company-card.contact-details__info li .text a:hover {
  color: var(--theme-color1);
}

.template02-branches-section .sec-title,
.template02-bank-section .sec-title {
  margin-bottom: 32px;
}

.template02-branch-card {
  padding: 28px;
  box-shadow: 0 18px 50px rgba(15, 28, 31, 0.05);
}

.template02-branch-card .contact-details__info li {
  min-height: 100%;
}

.template02-branch-card .contact-details__info li .icon {
  margin-top: 2px;
}

.template02-branch-card .contact-details__info li .text a.d-block.mt-2 {
  display: inline-flex !important;
  align-items: center;
  margin-top: 12px !important;
  color: var(--theme-color1);
  font-family: var(--heading-font-family);
  font-size: 13px;
  font-weight: 700;
}

.template02-bank-card {
  padding: 0;
  border-radius: 18px;
}

.template02-bank-table {
  margin-bottom: 0;
  border-color: rgba(var(--theme-color2-rgb), 0.08);
  color: var(--text-color);
}

.template02-bank-table td {
  padding: 14px 18px;
  border-color: rgba(var(--theme-color2-rgb), 0.08);
  vertical-align: top;
  font-size: 14px;
  line-height: 1.55;
}

.template02-bank-table td:first-child {
  width: 32%;
  background-color: #f7faf6;
  color: var(--theme-color2);
  font-family: var(--heading-font-family);
  font-weight: 700;
}

.template02-bank-table strong {
  color: var(--theme-color2);
  font-weight: 700;
}

.template02-company-card {
  margin: 0 auto;
}

.template02-company-card.contact-details__info {
  display: block;
}

.template02-company-card.contact-details__info li {
  align-items: center;
}

.template02-company-card.contact-details__info li .text {
  width: 100%;
}

.template02-company-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 12px;
}

.template02-company-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin: 0 18px 8px 0;
  padding: 0 18px 0 0;
  border-right: 1px solid rgba(var(--theme-color2-rgb), 0.12);
  border-radius: 0;
  background-color: transparent;
  color: var(--text-color);
  line-height: 1.25;
}

.template02-company-badge:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.template02-company-badge__label {
  color: var(--theme-color2);
  font-family: var(--heading-font-family);
  font-size: 13px;
  font-weight: 600;
}

.template02-company-badge__label::after {
  content: ":";
  margin-right: 4px;
}

.template02-company-badge__value {
  color: var(--text-color);
  font-size: 13px;
  font-weight: 400;
}

.map-section.template02-map-section {
  margin-top: 0;
  padding: 0 15px 20px;
}

.template02-map-container {
  position: relative;
  max-width: 1880px;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #f7faf6;
  box-shadow: 0 24px 70px rgba(15, 28, 31, 0.06);
  overflow: hidden;
}

.template02-map-container iframe {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
}

.template02-map-container > * {
  display: block;
  width: 100%;
}

#template02-slide-indicators {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

#template02-slide-indicators .slick-dots {
  position: relative;
  bottom: auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

#template02-slide-indicators .slick-dots li {
  position: relative;
  display: inline-flex;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

#template02-slide-indicators .slick-dots li button {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background-color: rgba(var(--theme-color2-rgb), 0.2);
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: all 300ms ease;
}

#template02-slide-indicators .slick-dots li button:before {
  display: none;
}

#template02-slide-indicators .slick-dots li button:hover,
#template02-slide-indicators .slick-dots li button:focus {
  background-color: var(--theme-color1);
  outline: none;
}

#template02-slide-indicators .slick-dots li.slick-active button {
  width: 34px;
  background-color: var(--theme-color1);
  box-shadow: 0 8px 18px rgba(var(--theme-color1-rgb), 0.28);
}

@media (min-width: 992px) {
  .template02-home-slider[style*="--template02-slide-height"],
  .template02-home-slider[style*="--template02-slide-height"] .slick-list,
  .template02-home-slider[style*="--template02-slide-height"] .slick-track,
  .template02-home-slider[style*="--template02-slide-height"] .slick-slide,
  .template02-home-slider[style*="--template02-slide-height"] .slick-slide > div,
  .template02-home-slider[style*="--template02-slide-height"] .template02-home-slide,
  .template02-home-slider[style*="--template02-slide-height"] .template02-home-slide > .row {
    height: var(--template02-slide-height);
  }

  .template02-home-slider[style*="--template02-slide-height"] .template02-home-slide > .row {
    align-items: stretch;
  }

  .template02-home-slider[style*="--template02-slide-height"] .template02-home-slide .banner-content,
  .template02-home-slider[style*="--template02-slide-height"] .template02-home-slide .image-column {
    display: flex;
  }

  .template02-home-slider[style*="--template02-slide-height"] .template02-home-slide .banner-content .inner-column,
  .template02-home-slider[style*="--template02-slide-height"] .template02-home-slide .image-column .inner-column {
    width: 100%;
    height: 100%;
  }

  .template02-home-slider[style*="--template02-slide-height"] .template02-home-slide .banner-content .inner-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 1439.98px) {
  .sticky-header .template02-sticky-cta {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .ContactStickButtons.template02-contact-buttons {
    right: 15px;
    bottom: 15px;
  }

  .ContactStickButtons.template02-contact-buttons.left {
    left: 15px;
  }

  .ContactStickButtons.template02-contact-buttons a {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    padding: 0;
  }

  .ContactStickButtons.template02-contact-buttons a span {
    font-size: 0;
  }
}

@media (max-width: 767.98px) {
  .main-header.header-style-one {
    padding: 0;
    margin-bottom: 15px;
  }

  .header-style-one .header-lower {
    padding: 27px 0;
  }

  .template02-contact-main {
    padding-top: 60px !important;
    padding-bottom: 34px !important;
  }

  .template02-contact-card {
    padding: 24px;
    border-radius: 14px;
  }

  .template02-contact-card .sec-title .h2,
  .template02-contact-section .sec-title .h2 {
    font-size: 23px;
  }

  .wysiwyg-content h1 {
    font-size: 32px;
  }

  .wysiwyg-content h2 {
    font-size: 28px;
  }

  .wysiwyg-content h3 {
    font-size: 24px;
  }

  .wysiwyg-content h4 {
    font-size: 21px;
  }

  .template02-contact-card .contact-details__info li,
  .template02-company-card.contact-details__info li {
    gap: 12px;
  }

  .template02-contact-card .contact-details__info li .icon,
  .template02-company-card.contact-details__info li .icon {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }

  .template02-bank-table {
    min-width: 640px;
  }

  .template02-topbar__inner {
    padding: 12px 0;
  }

  .main-header.header-style-one .template02-topbar .template02-topbar__right .social-icon-list {
    display: none;
  }

  .main-header.header-style-one .template02-topbar .social-icon-list + .template02-topbar__actions {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }

  .template02-topbar__content {
    align-items: center;
    flex-direction: row;
    gap: 12px;
  }

  .template02-topbar__left {
    min-width: 0;
    gap: 8px;
  }

  .template02-topbar__item {
    min-width: 0;
  }

  .template02-topbar__item span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .main-header.header-style-one .template02-topbar .template02-topbar__auth span {
    display: none;
  }

}
