/*!
Theme Name: Power Bubble
Theme URI: https://qodeum.com/
Author: qodeum.com
Author URI: https://qodeum.com/
Description:
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: powerbubble
Tags:
----------------------------------------------------------------------------------------- */
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* border: 1px solid red; */
}

*:focus,
*:active {
  outline: none;
}

:root {
  /* font */
  --font-sans-serif: "Montserrat", sans-serif;

  /* color */
  --color-black: #000000;
  --color-black-light: #171717;
  --color-black-trans: rgba(0, 0, 0, 0.08);

  --color-white: #ffffff;
  --color-white-trans: rgba(255, 255, 255, 0.08);

  --color-accent: #237eb3;
  --color-accent-dark: #131d38;
  --color-accent-light: #4395d1;
  --color-accent-trans: rgba(32, 125, 179, 0.08);

  --color-gray: #a8a8a8;
  --color-gray-dark: #404040;
  --color-gray-light: #f8f8f8;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

/*  html
------------------------------------------ */
html {
  line-height: normal;
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  font-weight: 500;
  font-display: auto;
  font-family: var(--font-sans-serif);

  /* style */
  color: var(--color-gray-dark);
}

/*  responsive
------------------------------------------ */
@media only screen and (max-width: 1280px) {
  .hide-1280 {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {

  /* body */
  body {
    font-size: 14px;
  }

  /*  */
  .hide-992 {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .hide-768 {
    display: none !important;
  }
}

@media only screen and (max-width: 576px) {
  .hide-576 {
    display: none !important;
  }
}

/*  responsive
------------------------------------------ */
@media only screen and (min-width: 1280px) {
  .show-1280 {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .show-992 {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .show-768 {
    display: none !important;
  }
}

@media only screen and (min-width: 576px) {
  .show-576 {
    display: none !important;
  }
}

/* --------------------------------------------------------------------------------------
 *
 *  HTML
 *
 *  ——
 *  ——
 *
----------------------------------------------------------------------------------------- */

:root {
  /* heading */
  --font-size-h1: 40px;
  --font-size-h2: 32px;
  --font-size-h3: 28px;
  --font-size-h4: 24px;
  --font-size-h5: 20px;
  --font-size-h6: 16px;

  /* font size */
  --font-size-large: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0 !important;
  font-family: var(--font-serif);
}

h1 {
  font-size: var(--font-size-h1);
}

h2 {
  font-size: var(--font-size-h2);
}

h3 {
  font-size: var(--font-size-h3);
}

h4 {
  font-size: var(--font-size-h4);
}

h5 {
  font-size: var(--font-size-h5);
}

h6 {
  font-size: var(--font-size-h6);
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

p {
  line-height: 1.8;
}

ul,
ol,
dl {
  line-height: 1.8;
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

hr {
  border: none;
  border-bottom: 1px solid var(--color-black-trans);
}

blockquote {
  padding: 16px;
  position: relative;
  background: var(--color-accent-trans);
  border-left: 2px solid var(--color-accent);
}

/*  table
------------------------------------------ */
table,
td,
th {
  border: 1px solid var(--color-black-trans);
}

table {
  width: 100%;
  border-collapse: collapse;
  background: var(--color-white);
}

tr:nth-child(even) {
  background-color: var(--color-accent-trans);
}

td,
th {
  padding: 16px;
  text-align: left;
  position: relative;
}

/* thaed */
thead {
  font-weight: 600;
  color: var(--color-white);
  background: var(--color-accent);
}

/*  responsive
------------------------------------------ */
@media only screen and (max-width: 992px) {
  :root {
    /* heading */
    --font-size-h1: 26px;
    --font-size-h2: 24px;
    --font-size-h3: 22px;
    --font-size-h4: 20px;
    --font-size-h5: 18px;
    --font-size-h6: 16px;

    /* font size */
    --font-size-large: 16px;
  }

}

@media only screen and (max-width: 576px) {

  /* table wtapper */
  .table-wrapper {
    overflow-x: scroll;
  }
}

/* --------------------------------------------------------------------------------------
 *
 *  site header
 *
 *  —— masthead
 *  —— mastside
 *
----------------------------------------------------------------------------------------- */

:root {
  /* site header: masthead */
  --masthead-height: 96px;
}

/* site header */
.site-header {
  top: 0;
  width: 100%;
  z-index: 999;
  position: sticky;
  transition: ease-in-out 0.16s;
  background: var(--color-white);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08);
}

/*  site header: masthead
----------------------------------------------------------------------------------------- */
.masthead,
.masthead-panel,
.masthead [class*="col-"] {
  gap: 0 16px;
  display: flex;
  align-items: center;
}

/* masthead */
.masthead {
  z-index: 1;
  position: relative;
  height: var(--masthead-height);
}

/* masthead column */
.masthead [class*="col-"] {
  flex-direction: row;
  justify-content: space-between;
}

/*  masthead navigation
------------------------------------------ */
.masthead-navigation {
  --menu-item-height: 40px;
}

/* masthead menu */
.masthead-navigation .menu {
  gap: 32px;
  display: flex;
}

/* masthead navigation menu item */
.masthead-navigation .menu-item {
  gap: 4px;
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  align-items: center;
  transition: ease-in-out 0.16s;
  justify-content: space-between;
  height: var(--menu-item-height);
}

.masthead-navigation .menu-item:hover,
.masthead-navigation [class*="current-menu-"] {
  color: var(--color-accent);
}

/* masthead navigation menu item has children */
.masthead-navigation .menu-item-has-children::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
}

/* masthead navigation sub menu */
.masthead-navigation .sub-menu {
  gap: 8px;
  left: 50%;
  z-index: 1;
  top: calc(var(--menu-item-height) - 0px);
  padding: 32px;
  display: none;
  min-width: 256px;
  position: absolute;
  border-radius: 0px;
  flex-direction: column;
  transform: translateX(-50%);
  background: var(--color-white);
  color: var(--color-black) !important;

  box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
}

.masthead-navigation .sub-menu .menu-item {
  height: unset;
}

/* masthead navigation sub menu first level */
.masthead-navigation .menu>*::after {
  background: url("https://api.iconify.design/carbon/chevron-down.svg?color=black") no-repeat center center / contain;
}

.masthead-navigation .menu>*:hover>.sub-menu {
  display: flex;
}

/* masthead navigation sub menu second level */
.masthead-navigation .menu>*>*>*::after {
  background: url("https://api.iconify.design/carbon/chevron-right.svg?color=black") no-repeat center center / contain;
}

.masthead-navigation .menu>*>*>*:hover>.sub-menu {
  top: 0;
  left: 100%;
  display: flex;
}

/* --------------------------------------------------------------------------------------
 *
 *  Site Footer
 *
 *  —— 
 *  —— 
 *
----------------------------------------------------------------------------------------- */
.site-footer {
  color: var(--color-white);
  padding: var(--section-gap) 0;
  background: url(/wp-content/themes/powerbubble/assets/media/image-2.png) no-repeat bottom right / 768px var(--color-accent);
}

/* --------------------------------------------------------------------------------------
 *
 *  Site Main
 *
 *  —— 
 *  —— 
 *
----------------------------------------------------------------------------------------- */

:root {
  /* section */
  --section-gap: 96px;
}

section {
  gap: 48px;
  display: flex;
  position: relative;
  flex-direction: column;
  padding: var(--section-gap) 0;
}

/*  responsive
------------------------------------------ */
@media only screen and (max-width: 992px) {
  :root {
    /* section */
    --section-gap: 48px;
  }
}

@media only screen and (max-width: 576px) {

  /* section#about */
  section#about {
    background-size: 64px !important;
  }

  /* section#faq */
  section#faq {
    background-size: 64px !important;
  }
}

/*  section: hero
----------------------------------------------------------------------------------------- */
section#hero {
  padding-top: var(--section-gap) !important;
}

/*  section: announce
----------------------------------------------------------------------------------------- */
section.announce {
  min-height: 512px;
  position: relative;
  justify-content: center;
}

/* section announce left */
section.announce.--left .announce-banner {
  left: 0;
}

section.announce.--left .flexgrid {
  justify-content: flex-end;
}

/* section announce right */
section.announce.--right .announce-banner {
  right: 0;
}

section.announce.--right .flexgrid {
  justify-content: flex-start;
}

/*  announce banner
------------------------------------------ */
.announce-banner {
  top: 0;
  width: 50%;
  z-index: 0;
  height: 100%;
  position: absolute;
}

/* announce banner __media */
.announce-banner__media {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

/*  responsive
------------------------------------------ */
@media only screen and (max-width: 992px) {
  section.announce {
    min-height: unset;
    padding-bottom: 0;
  }

  /* announce banner */
  .announce-banner {
    width: 100%;
    min-height: 256px;
    position: relative;
  }
}

/*  section: flowaround
----------------------------------------------------------------------------------------- */
section.flowaround {
  color: var(--color-white);
  margin: 0 var(--section-gap);
}

/*  responsive
------------------------------------------ */
@media only screen and (max-width: 992px) {

  /* section flowaround */
  section.flowaround {
    margin: 0 !important;
  }
}

/* --------------------------------------------------------------------------------------
 *
 *  Component
 *
 *  —— 
 *  —— 
 *
----------------------------------------------------------------------------------------- */

/*  component: widget
----------------------------------------------------------------------------------------- */
.widget {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

/* widget --sticky */
.widget.--sticky {
  top: calc(var(--masthead-height) + 32px);
  position: sticky;
}

/*  widget title
------------------------------------------ */
.widget-title {
  font-size: var(--font-size-large);
  font-weight: 500;
  line-height: 1.8;
}

/*  widget group
------------------------------------------ */
.widget-group {
  gap: 32px;
  display: flex;
  justify-content: space-between;
}

/*  responsive
------------------------------------------ */
@media only screen and (max-width: 576px) {

  /* widget group */
  .widget-group {
    flex-direction: column;
  }
}

/*  component: form
----------------------------------------------------------------------------------------- */
form {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

/*  label
------------------------------------------ */
label {
  gap: 8px;
  display: flex;
  font-weight: 500;
  align-items: baseline;
}

/*  fieldset
------------------------------------------ */
fieldset {
  margin: 0;
  padding: 16px;
  border-radius: 0px;
  border: 2px solid rgba(255, 255, 255, 0.64);
}

/* legend */
legend {
  font-weight: 500;
  padding: 0 16px;
}

/*  field
------------------------------------------ */
input,
select,
textarea {
  width: 100%;
  border: none;
  padding: 0 16px;
  background: transparent;
  color: inherit !important;
}

select option {
  color: var(--color-accent-dark);
}

textarea {
  height: 100%;
  max-height: 128px;
}

input[type="radio"],
input[type="checkbox"] {
  width: 16px;
  height: 16px;
  background: transparent;
}

input[type="submit"] {
  max-width: max-content;
}

/*  contact from 7
------------------------------------------ */

/* .wpcf7-form-control-wrap */
.wpcf7-form-control-wrap {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

/* wpcf7-form-control */
.wpcf7-form-control {
  gap: 16px;
  display: flex;
}

/* .wpcf7-list-item */
.wpcf7-list-item {
  gap: 8px;
  margin: 0;
  display: flex;
  align-items: center;
}

/* .wpcf7-spinne */
.wpcf7-spinner {
  top: 50%;
  right: 25px;
  position: absolute;
  transform: translateY(-50%);
}

/* .wpcf7-response-output */
.wpcf7-response-output {
  border-radius: 0px;
  border-width: 2px;
  margin: 0 !important;
  padding: 16px !important;
}

/*  component: accordion
----------------------------------------------------------------------------------------- */
.accordion {
  --accordion-gap: 24px;

  /*  */
  display: flex;
  flex-direction: column;
  gap: var(--accordion-gap);
  padding: var(--accordion-gap) 0;
}

/*  accordion group
------------------------------------------ */
.accordion-group {
  border-top: 1px solid var(--color-black-trans);
  border-bottom: 1px solid var(--color-black-trans);
}

.accordion-group>.accordion:not(:last-child) {
  border-bottom: 1px solid var(--color-black-trans);
}

/*  accordion button
------------------------------------------ */
.accordion-button {
  gap: 16px;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  padding-right: 48px;
  transition: ease-in-out 0.16s;

  /* font style */
  font-weight: 500;
  line-height: 1.8;
  font-size: var(--font-size-large);
}

/* accordion button active */
.accordion-button.active,
.accordion-button:hover {
  color: var(--color-accent);
}

/* accordion toggle selection */
.accordion-button::selection {
  background: transparent;
}

/* accordion toggle toggle */
.accordion-toggle {
  top: 50%;
  right: 0;
  width: 32px;
  height: 32px;
  position: absolute;
  transition: ease-in-out 0.16s;
  transform: translateY(-50%) rotate(0);
}

.accordion-button.active .accordion-toggle {
  transform: translateY(-50%) rotate(135deg);
}

/*  accordion content
------------------------------------------ */
.accordion-content {
  display: none;
}

/*  component: tab
----------------------------------------------------------------------------------------- */

/*  tab content
----------------------------------------- */
.tab-content {
  height: 100%;
  display: none;
  overflow: hidden;
  position: relative;
  animation: fadeEffect 0.16s;
  -webkit-animation: fadeEffect 0.16s;
}

/* tab content active */
.tab-content.active {
  display: block;
}

/*  tab animation
----------------------------------------- */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*  component: sidebar
----------------------------------------------------------------------------------------- */
:root {
  --sidebar-width: 320px;
}

/* sidebar */
.sidebar {
  top: 0;
  right: 0;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
  color: var(--color-white);
  width: var(--sidebar-width);
  transform: translateX(100%);
  background: var(--color-black-light);
  transition: transform 0.16s ease-out;
}

.sidebar.active {
  transform: translateX(0);
}

.sidebar>* {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sidebar>*:not(:last-child) {
  border-bottom: 1px solid var(--color-white-trans);
}

/* sidebar head */
.sidebar-head {
  padding: 0 32px;
  min-height: calc(var(--masthead-height) * 1);
}

/* sidebar panel */
.sidebar-panel {
  gap: 16px;
  padding: 32px;
}

/*  sidebar navigation
------------------------------------------ */
.sidebar-navigation .menu *::selection {
  background: transparent;
}

/* sidebar navigation menu-item */
.sidebar-navigation .menu .menu-item {
  position: relative;
}

.sidebar-navigation .menu .menu-item:not(:last-child) {
  border-bottom: 1px solid var(--color-white-trans);
}

/* sidebar navigation menu-item > a */
.sidebar-navigation .menu .menu-item>a {
  z-index: 1;
  display: block;
  position: relative;
  padding: 16px 0 16px 32px;
  max-width: calc(100% - 80px);
  transition: ease-in-out 0.16s;
}

.sidebar-navigation .menu .menu-item>a:hover,
.sidebar-navigation .menu [class*="current-menu-"]>a {
  color: var(--color-accent);
}

.sidebar-navigation .menu .menu-item>a:hover {
  text-decoration: underline;
}

/* sidebar navigation menu-item-has-children > a */
.sidebar-navigation .menu .menu-item-has-children>a {
  display: inline-block;
}

/* sidebar navigation menu-item > accordion-button */
.sidebar-navigation .menu-item>span {
  right: 0;
  top: 14px;
  width: 100%;
  height: 24px;
  opacity: 0.32;
  display: block;
  cursor: pointer;
  position: absolute;
  transition: ease-in-out 0.16s;
  background: url("https://api.iconify.design/mdi-light/chevron-down.svg?color=white") no-repeat right 32px center / contain;
}

.sidebar-navigation .menu-item>span {
  opacity: 1;
}

/* іidebar navigation sub-menu */
.sidebar-navigation .sub-menu {
  background: var(--color-white-trans);
}

/*  component: headline
----------------------------------------------------------------------------------------- */
.headline {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

/* headline center */
.headline.center {
  text-align: center;
  align-items: center;
}

.headline.center * {
  text-align: center;
}

/*  headline group
------------------------------------------ */
.headline-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 32px var(--section-gap);
  justify-content: space-between;
}

/*  headline label
------------------------------------------ */
.headline-label {
  opacity: 0.8;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/*  headline title
------------------------------------------ */
.headline-title {
  font-weight: 500;
  line-height: 1.24;
  font-size: var(--font-size-h1);
}

/* headline title / --small */
.headline-title.--small {
  font-size: var(--font-size-h3);
}

/* headline title / --typed */
.headline-title.--typed {
  min-height: 56px;
}

/* headline title span */
.headline-title span {
  color: var(--color-accent);
}

/*  headline textarea
------------------------------------------ */
.headline-textarea {
  font-size: 16px;
}

/*  responsive
------------------------------------------ */
@media only screen and (max-width: 992px) {

  /* headline title / --typed */
  .headline-title.--typed {
    min-height: 32px;
  }
}

/*  component: contact
----------------------------------------------------------------------------------------- */

/*  contact
------------------------------------------ */
.contact {
  display: flex;
  line-height: 1.8;
  flex-direction: column;
}

/* contact label */
.contact-label {
  font-weight: 500;
}

/* contact social */
.contact-social {
  font-size: 24px;
  transition: ease-in-out 0.16s;

  /*  */
  display: flex;
  border-radius: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: var(--color-accent);
  width: var(--button-height);
  height: var(--button-height);
  background: var(--color-white);
}

/* contact phone */
.contact-phone {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

/*  contact group
------------------------------------------ */
.contact-group {
  gap: 0 16px;
  display: flex;
  flex-direction: column;
}

/* contact group inline */
.contact-group.inline {
  flex-direction: row;
}

/*  contact widget
------------------------------------------ */
.contact-widget {
  display: flex;
  align-items: center;
  flex-direction: column;
}

/*  responsive
------------------------------------------ */
@media only screen and (max-width: 576px) {

  /* contact phone */
  .contact-phone {
    font-size: 14px;
  }
}

/*  component: editor
----------------------------------------------------------------------------------------- */
.editor {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

/* editor list */
.editor ul,
.editor ol {
  gap: 0;
  display: flex;
  flex-direction: column;
}

.editor ul {
  list-style: square inside url("https://api.iconify.design/bi:dot.svg?color=%232B52C4");
}

.editor ol {
  list-style: decimal;
}

/* editor iframe */
.editor iframe {
  width: 100%;
  height: 420px;
}

/* editor link */
.editor a {
  text-decoration: underline;
  color: var(--color-accent);
}

/* editor bold */
.editor strong,
.editor b {
  font-weight: 500;
}

/*  responsive
------------------------------------------ */
@media only screen and (max-width: 992px) {

  /* editor br */
  .editor br {
    display: none;
  }
}

/*  component: swiper
----------------------------------------------------------------------------------------- */
.swiper-endless {
  padding: 0 var(--section-gap) !important;
}

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

/*  component: language switcher
----------------------------------------------------------------------------------------- */
.wpm-switcher-list {
  display: flex;
}

.wpm-switcher-list li:not(:last-child):after {
  content: "/";
  opacity: 0.16;
  margin: 0 16px;
  font-weight: 100;
  display: inline-block;
}

.wpm-switcher-list li a,
.wpm-switcher-list li.active a,
.wpm-switcher-list li>span,
.wpm-switcher-list li.active>span {
  color: inherit;
  cursor: pointer;
  display: inline-block;
  transition: ease-in-out 0.16s;
}

.wpm-switcher-list li a:hover,
.wpm-switcher-list li.active span {
  color: var(--color-accent) !important;
}

/*  component: site branding
----------------------------------------------------------------------------------------- */
.site-branding {
  top: 96px;
  display: flex;
  position: relative;
  align-items: center;
  transition: ease-in-out 0.16s;
}

/*  site logo
------------------------------------------ */
.site-logo {
  max-height: 256px;
  transition: ease-in-out 0.16s;
  animation: slow-rotate 24s linear infinite;
}

/* onscroll / site branding */
.onscroll .site-branding {
  top: 24px;
}

/* onscroll / site logo */
.onscroll .site-logo {
  max-height: 128px;
}

/* site logo anomation */
@keyframes slow-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*  responsive
------------------------------------------ */
@media only screen and (max-width: 992px) {

  /* site branding */
  .site-branding {
    top: 24px;
  }

  /* site logo */
  .site-logo,
  .onscroll .site-logo {
    max-height: 96px;
  }
}

/*  component: button
----------------------------------------------------------------------------------------- */
:root {
  --button-height: 48px;
}

/*  button group
------------------------------------------ */
.button-group {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}

/* button group / --center */
.button-group.--center {
  justify-content: center;
}

/*  button
------------------------------------------ */
.button {
  gap: 8px;
  display: flex;
  outline: none;
  cursor: pointer;
  font-weight: 500;
  min-width: 180px;
  padding: 0px 32px;
  text-align: center;
  position: relative;
  border-radius: 32px;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  height: var(--button-height);
  transition: ease-in-out 0.08s;
  border: 2px solid transparent;
  background-image: linear-gradient(to right, var(--color-accent-light) 0%, var(--color-accent) 50%, var(--color-accent-light) 100%);
  color: var(--color-white);
  background-size: 200% auto;
  transition: ease-in-out 0.3s;
  box-shadow: 0px 40px 70px rgba(0, 0, 0, 0.06);
}

.button:hover {
  background-position: right center;
}

/* button --border */
.button.--border {
  background: transparent;
  color: var(--color-accent);
  border-color: var(--color-accent);
}

/* button --unstytle */
.button.--unstyle {
  padding: 0;
  border: none;
  height: unset;
  min-width: unset;
  background: transparent;
  color: var(--color-accent);
  text-decoration: underline;
}

.button.--unstyle:hover {
  gap: 12px;
}

/* button / --white */
.button.--white {
  color: var(--color-accent) !important;
  background: var(--color-white);
}

/*  button square / round
------------------------------------------ */
.button-round,
.button-square {
  padding: 0;
  font-size: var(--font-size-large);
  width: var(--button-height);
  height: var(--button-height);
  min-width: var(--button-height);
  min-height: var(--button-height);
}

/* button square */
.button-square {
  border-radius: 0px;
}

/* button round */
.button-round {
  border-radius: 100%;
}

/*  component: modal
----------------------------------------------------------------------------------------- */
.modal {
  display: none;
  border-radius: 4px !important;
}

/*  modal lead
------------------------------------------ */
.modal-lead {
  color: var(--color-white) !important;
  background: var(--color-accent) !important;
}

/*  modal service
------------------------------------------ */
.modal-service {
  width: 100%;
  padding: 0 !important;
  /* background: var(--color-accent-dark) !important; */
  max-width: calc(var(--container-width) - 64px) !important;
}

.modal-service__content {
  padding: var(--section-gap);
}

/*  component: thumbnail
----------------------------------------------------------------------------------------- */
.thumbnail {
  gap: 8px;
  height: 256px;
  padding: 32px;
  display: flex;
  overflow: hidden;
  position: relative;
  border-radius: 0px;
  flex-direction: column;
  background: transparent;
  justify-content: flex-end;
  color: var(--color-white);
  transition: ease-in-out 0.16s;
  background: var(--color-accent-trans);
}

/* thumbnail large */
.thumbnail.--large {
  height: 512px;
}

/* thumbnail --fluid */
.thumbnail.--fluid {
  height: 100%;
}

/*  thumbnail square
------------------------------------------ */
.thumbnail-square {
  height: unset;
  padding: 100% 0 0 0;
}

/*  thumbnail media
------------------------------------------ */
.thumbnail-media {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: ease-in-out 0.16s;
}

.thumbnail-media.--contain {
  object-fit: contain;
}

/* <a> thumbnail / thumbnail media */
a.thumbnail:hover .thumbnail-media {
  transform: scale(1.08);
}

/*  responsive
------------------------------------------ */
@media only screen and (max-width: 576px) {

  /* thumbnail large */
  .thumbnail.--large {
    height: 256px;
  }
}

/* --------------------------------------------------------------------------------------
 *
 *  Card
 *
 *  —— 
 *  —— 
 *
----------------------------------------------------------------------------------------- */
.card {
  gap: 8px;
  display: flex;
  position: relative;
  flex-direction: column;
  transition: ease-in-out 0.16s;
}

a.card:hover {
  background: var(--color-accent-trans);
}

/* card --center */
.card.--center {
  text-align: center;
  align-items: center;
}

/* card --boxed */
.card.--boxed {
  height: 100%;
  padding: 32px;
  border-radius: 4px;
  border: 1px solid var(--color-black-trans);
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.04);
}

/* card --gradient */
.card.--gradient {
  color: var(--color-white);
  background-image: linear-gradient(to right, var(--color-accent-light) 0%, var(--color-accent) 50%, var(--color-accent-light) 100%);
}

.card.--gradient::after {
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  position: absolute;
  border-radius: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  transform: translate(-50%, -50%);
  border: 2px solid var(--color-white);
}

/*  card title
------------------------------------------ */
.card-title {
  font-size: var(--font-size-large);
  font-weight: 500;
  line-height: 1.8;
}

/* --------------------------------------------------------------------------------------
 *
 *  Service
 *
 *  —— 
 *  —— 
 *
----------------------------------------------------------------------------------------- */