@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 700;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.title p {
  font-size: 14px;
  font-weight: 600;
  color: #155dfc;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.title h2 {
  font-size: 1.875rem;
  margin-bottom: 24px;
}

a.button {
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  line-height: 3.1 !important;
  border-radius: 8px;
  margin: 0;
}

a.button.white {
  color: #1c398e !important;
}

a.button.is-outline {
  border-width: 1px;
}

#top-bar .nav > li,
#top-bar .nav > li a {
  font-size: 14px;
  color: #fff;
  opacity: 1;
}

.slider.flickity-enabled button.flickity-prev-next-button {
  border-radius: 99px;
  width: 2.5rem !important;
  height: 2.5rem;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%) !important;
  border: 0;
  border: 1px solid rgb(229, 231, 235);
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
  margin-top: unset;
  background-color: #fff !important;
}

.slider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon {
  width: 2rem;
  height: 2rem;
  background-color: transparent !important;
  border-color: transparent !important;
  fill: #242424 !important;
}

.slider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon
  path {
  fill: #242424 !important;
}

#masthead .nav > li {
  margin: 0 12px;
}

#masthead .nav > li > a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  color: #111827;
}

#masthead .nav > li > a:hover {
  color: var(--fs-color-primary);
}

.home1 h2 {
  background-color: #193cb880;
  color: #bedbff;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 99px;
  width: fit-content;
  border: 1px solid #51a2ff4d;
  margin-bottom: 24px;
}

.home1 h1 {
  font-size: 3.75rem;
  margin-bottom: 24px;
}

.home1 h1 strong {
  color: #8ec5ff;
}

.home1 p {
  font-size: 1.25rem;
  margin-bottom: 40px;
}

.home1 a.button.is-outline {
  margin-left: 12px;
}

.home2 {
  padding-top: 96px;
  padding-bottom: 66px;
}

.home2 .b-text {
  border-left: 4px solid #155dfc;
  padding-left: 16px;
  line-height: 1;
}

.home2 .b-text h3 {
  font-size: 1.875rem;
  color: #1c398e;
  margin-bottom: 8px;
}

.home2 .b-text p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.home2 .img {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px var(--shadow-color, rgba(0, 0, 0, 0.25));
}

.home2 .icon-box {
  display: flex;
  align-items: center;
  width: fit-content;
  background-color: #fff;
  border: 1px solid #f6f3f4;
  padding: 24px;
  border-radius: 12px;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);

  position: absolute;
  bottom: -7%;
  left: -5%;
}

.home2 .icon-box .icon-box-img {
  background-color: #dbeafe;
  border: 1px solid #0000001a;
  border-radius: 99px;
  padding: 11px;
}

.home2 .icon-box h3 {
  font-size: 1.125rem;
  margin-bottom: 0;
}

.home2 .icon-box p {
  font-size: 14px;
}

.home3 {
  background-color: #fbf9fa;
  padding-top: 80px;
  padding-bottom: 50px;
}

.home3 .title h2 {
  margin-bottom: 8px;
}

.home3 .b-text {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.home3 .icon-box {
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 2rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #f3f4f6;
  transition: box-shadow 0.3s ease;
  cursor: pointer;
}

.home3 .icon-box:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.home3 .icon-box-img {
  background-color: #eff6ff;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 24px;
}

.home3 .icon-box h3 {
  font-size: 18px;
}

.home3 .icon-box p {
  font-size: 14px;
}

.home3 .icon-box a {
  color: var(--fs-color-primary);
  font-family: 14px;
  position: relative;
}

.home3 .icon-box a::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20style%3D%22color%3A%20%23155dfc%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22lucide%20lucide-arrow-right%20ml-1%20w-3%20h-3%22%3E%3Cpath%20d%3D%22M5%2012h14%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22m12%205%207%207-7%207%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  width: 14px;
  height: 14px;
  position: absolute;
  right: -16px;
  top: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.home4,
.home6 {
  padding-top: 80px;
  padding-bottom: 50px;
}

.home5 {
  background-color: #fbf9fa;
  padding-top: 80px;
  padding-bottom: 50px;
}

.home5 .icon-box {
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 2rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #f3f4f6;
  transition: box-shadow 0.3s ease;
  cursor: pointer;
}

.p-header {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  background-color: #1c398e;
}

.p-header h1 {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 16px;
}

.p-header p {
  font-size: 1.25rem;
  margin-bottom: 0;
  color: #bedbff;
}

.about1 {
  padding-top: 64px;
  padding-bottom: 30px;
}

.about1 .img {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px var(--shadow-color, rgba(0, 0, 0, 0.25));
}

.about2 .icon-box {
  border-radius: 12px;
  background-color: #eff6ff;
  padding: 40px;
}

.about2 .icon-box.ic2 {
  background-color: #fff;
  box-shadow: 0 25px 50px -12px var(--shadow-color, rgba(0, 0, 0, 0.25));
}

.about3 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.about3 .icon {
  background-color: #dbeafe;
  border: 1px solid #0000001a;
  border-radius: 99px;
  padding: 16px;
}

.list1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.list1 ul li {
  position: relative;
  margin: 0 0 12px 0;
  padding-left: 32px;
}

.list1 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23155dfc%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22lucide%20lucide-circle-check%20w-5%20h-5%20text-blue-600%20mr-3%20flex-shrink-0%22%20data-fg-ciog21%3D%221.24%3A1.6048%3A%2Fsrc%2Fapp%2Fpages%2FAbout.tsx%3A37%3A19%3A2160%3A69%3Ae%3ACheckCircle2%3A%3A%3A%3A%3A%3ACELI%22%20data-fgid-ciog21%3D%22%3Arhe%3A%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22m9%2012%202%202%204-4%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
    no-repeat center;
  background-size: contain;
}

.service2 .col-inner,
.service2 .icon-box {
  height: 100%;
}

.service2 .icon-box {
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 2rem;
  border: 1px solid #f3f4f6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.service2 .icon-box:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.service2 .icon-box .icon-box-img {
  background-color: #eff6ff;
  border-radius: 6px;
  padding: 12px;
}

.img-bd {
  border-radius: 12px;
  overflow: hidden;
}

.img-sd {
  box-shadow:
    0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.partner1 {
  padding-top: 64px;
}

.partner1 .icon-box h3 {
  margin-bottom: 0;
}

.partner1 .icon-box p {
  font-size: 14px;
}

.partner2 {
  padding-top: 64px;
}

.b-partner {
  background-color: #f9fafb;
  border-radius: 0.75rem;
  padding: 2rem;
  border: 1px solid #f3f4f6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s ease;
}

.b-partner:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.b-partner h3 {
  margin: 0 auto;
  width: 4rem;
  height: 4rem;
  background-color: #ffffff;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e3a8a;
  font-size: 1.25rem;
  font-weight: 700;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
  border: 1px solid #f3f4f6;
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
}

.b-partner:hover h3 {
  background-color: #2563eb;
  color: #ffffff;
}

.b-partner h4 {
  color: #111827;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.25rem;
}

.b-partner p {
  color: #9ca3af;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.partner3 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.partner3 .icon-box {
  text-align: center;
  background-color: #eff6ff;
  border-radius: 1rem;
  padding: 3rem;
  border: 1px solid #dbeafe;
}

.partner3 .icon-box h2 {
  margin-bottom: 15px;
}

.partner3 .icon-box p {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.contact1 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.contact1 .icon-box {
  margin-bottom: 32px;
}

.contact1 .icon {
  background-color: #dbeafe;
  border: 1px solid #0000001a;
  border-radius: 99px;
  padding: 10px;
  width: 48px;
  height: 48px;
}

.contact1 .icon-box h3 {
  font-size: 18px;
  margin-bottom: 4px;
}

.b-form {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid #f3f4f6;
  box-shadow:
    0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.b-map p {
  margin-bottom: -10px;
}

.jobs1 {
  padding-top: 64px;
}

.jobs1 .icon-box h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.jobs1 .icon-box p {
  font-size: 14px;
}

.jobs2 {
  padding-top: 30px;
}

/* jobs */
.job-item {
  border: 1px solid #f3f4f6;
  box-shadow:
    0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);

  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
}

.job-item .box-text {
  padding: 0;
}

.job-item .job-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
}

.job-item .job-title a:hover {
  color: var(--fs-color-primary);
}

.job-item .job-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 40px;
}

.job-item .job-meta,
.job-item .job-meta-item {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.job-item .job-meta {
  gap: 20px;
}

.job-item .job-meta-item {
  gap: 8px;
}

.job-item .job-actions {
  display: flex;
  justify-content: space-between;
}

.job-item .job-actions path {
  transition: all 0.3s ease;
}

.job-item .job-actions a:hover path {
  stroke: var(--fs-color-secondary);
}

@media only screen and (max-width: 48em) {
  .job-item {
    padding: 16px;
  }

  .job-item .job-actions {
    align-items: center;
  }

  .job-item .job-meta {
    flex-flow: row wrap;
    gap: 8px;
  }

  .job-item .job-title {
    font-size: 18px;
  }

  .job-item .job-excerpt {
    margin-bottom: 24px;
    -webkit-line-clamp: 3;
  }
}

.post-sidebar .widget {
  margin-bottom: 1.5em;
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  padding: 15px;
}

.post-sidebar span.widget-title {
  font-size: 16px;
  color: var(--fs-color-secondary);
}

.post-sidebar .post_comments,
.post-sidebar .widget .is-divider {
  display: none;
}

.recent-blog-posts-li .badge,
.recent-blog-posts-li .badge-inner {
  width: 100px;
  height: 70px;
  border-radius: 0.5rem;
}

.recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 100px);
}

.recent-blog-posts a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  line-height: 1.4;
  color: #222;
}

.recent-blog-posts {
  align-items: center !important;
}

.searchform {
  margin-bottom: 0;
}

.searchform input[type="search"] {
  height: 46px;
  box-shadow: none !important;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.searchform .button.icon {
  height: 46px;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.post-item .box-image {
  border-radius: 0.75rem;
  overflow: hidden;
}

.post-item .box-text {
  padding-bottom: 0;
}

.post-item .post-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.post-item .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-item .post-meta {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.post-item .post-meta::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml,%3Csvg%20fill%3D%22%23155dfc%22%20width%3D%22800px%22%20height%3D%22800px%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2C2%20C17.5228475%2C2%2022%2C6.4771525%2022%2C12%20C22%2C17.5228475%2017.5228475%2C22%2012%2C22%20C6.4771525%2C22%202%2C17.5228475%202%2C12%20C2%2C6.4771525%206.4771525%2C2%2012%2C2%20Z%20M12%2C4%20C7.581722%2C4%204%2C7.581722%204%2C12%20C4%2C16.418278%207.581722%2C20%2012%2C20%20C16.418278%2C20%2020%2C16.418278%2020%2C12%20C20%2C7.581722%2016.418278%2C4%2012%2C4%20Z%20M12%2C6%20C12.5128358%2C6%2012.9355072%2C6.38604019%2012.9932723%2C6.88337887%20L13%2C7%20L13%2C11.5857864%20L14.7071068%2C13.2928932%20C15.0976311%2C13.6834175%2015.0976311%2C14.3165825%2014.7071068%2C14.7071068%20C14.3466228%2C15.0675907%2013.7793918%2C15.0953203%2013.3871006%2C14.7902954%20L13.2928932%2C14.7071068%20L11.2928932%2C12.7071068%20C11.1366129%2C12.5508265%2011.0374017%2C12.3481451%2011.0086724%2C12.131444%20L11%2C12%20L11%2C7%20C11%2C6.44771525%2011.4477153%2C6%2012%2C6%20Z%22%2F%3E%3C%2Fsvg%3E)
    no-repeat center;
  background-size: contain;
  transition: background 0.3s ease;
  display: block;
}

.box-blog-post .is-divider {
  display: none;
}

/* CF7 form */
.wpcf7 label {
  font-weight: 500;
  font-size: 16px;
  color: #123123;
  margin-bottom: 8px;
}

.wpcf7 label span {
  color: #ff0000;
}

.wpcf7 .wpcf7-form-control,
.select2-container .select2-selection {
  margin-bottom: 0;
  padding: 14px 16px;
  height: 48px;
  border-radius: 8px;
  font-size: 14px;
  color: #123123;
  box-shadow: none !important;
  line-height: 1;
}

.wpcf7 .wpcf7-form-control::placeholder {
  color: #9ba4b2;
}

.wpcf7 select.wpcf7-form-control {
  color: #123123;
}

.wpcf7 .wpcf7-form-control:focus {
  border: 1px solid var(--fs-color-primary);
  background-color: transparent;
}

.wpcf7
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 1.4;
  color: #fff;
}

.wpcf7
  .select2-container--default
  .select2-results
  > .select2-results__options {
  max-height: max-content;
}

.wpcf7 textarea {
  min-height: 120px;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7 .wpcf7-not-valid-tip {
  position: relative;
  background-color: transparent;
  font-size: 14px;
  opacity: 1;
  left: 0;
  padding: 0;
  bottom: -15px;
  color: #ff0000;
}

.wpcf7 .wpcf7-not-valid-tip:after {
  display: none;
}

.wpcf7 input[type="file"] {
  padding: 0;
  border: 0 !important;
  font-weight: 500;
  font-size: 15px;
}

.wpcf7 input[type="file"]::file-selector-button {
  background: #fff;
  color: #111827;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  margin-right: 10px;
  border: 1px solid #e5e7eb;
}

form {
  margin-bottom: 0;
}

span.count-up {
  opacity: 1 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none !important;
}

/* archive product */
.shop-tt {
  padding-top: 40px;
}

.shop-tt .col {
  padding-bottom: 10px;
}

.b-search {
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-search-form form {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.custom-search-form input {
  margin: 0;
  height: 38px;
  box-shadow: none !important;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  max-width: 350px;
  border-right: 0;
  border: 1px solid #f6f3f4;
}

.custom-search-form button {
  margin: 0;
  padding: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #99a1af;
  border: 1px solid #f6f3f4;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-left: 0;
  min-height: unset;
}

.woocommerce-result-count {
  font-size: 14px;
  margin-right: 0;
}

.category-page-row {
  padding-top: 24px;
}

form.woocommerce-ordering {
  display: none;
}

.custom-category-box {
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  padding: 15px;
}

.custom-category-box .b-title {
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.custom-category-box li {
  margin: 0 !important;
}

.custom-category-box li a {
  padding: 6px 16px;
  border-radius: 8px;
  margin-bottom: 6px;
  transition: all 0.3s ease;
  display: block;
}

.custom-category-box li a:hover {
  background-color: #fbf9fa;
}

.custom-category-box li.active a {
  color: #1447e6;
  background-color: #eff6ff;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid #ebe6e7;
  line-height: 32px;
}

.product-small.box {
  border: 1px solid #f6f3f4;
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.product-small .box-text {
  padding: 15px;
  border-top: 1px solid #f6f3f4;
}

.product-small .category {
  color: #155dfc;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.product-small .product-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.product-small .product-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-small span.amount {
  font-size: 1.25rem;
  color: #1c398e;
}

.product-small del span.amount {
  font-size: 14px;
  color: #222;
  display: block;
  margin-bottom: 8px;
}

.custom-add-to-cart {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fbf9fa;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  padding: 0;
  margin: 0;
}

.custom-add-to-cart:hover {
  background: #e5e7eb;
}

.custom-add-to-cart svg {
  width: 18px;
  height: 18px;
  transition: 0.2s;
}

.custom-add-to-cart.loading {
  pointer-events: none;
  opacity: 0.7;
}

.custom-add-to-cart.loading svg {
  opacity: 0;
}

.custom-add-to-cart.loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #d1d5db;
  border-top-color: #111;
  border-radius: 50%;
  animation: csspin 0.6s linear infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-add-to-cart.added {
  background: #16a34a;
}

.custom-add-to-cart.added svg {
  stroke: #fff;
}

@keyframes csspin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.product-images {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #f6f3f4;
  aspect-ratio: 1 / 1;
}

.product-images .badge-container {
  display: none;
}

.product-images img {
  border-radius: 12px;
}

.product-thumbnails {
  margin-left: -6px !important;
  margin-right: -6px !important;
}

.product-thumbnails .col {
  padding: 0 6px !important;
}

.product-thumbnails img {
  margin: 0;
  border-radius: 12px;
  opacity: 1;
}

.product-thumbnails a {
  border: 1px solid #f6f3f4;
  border-radius: 12px;
}

.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
  border-radius: 12px;
  border-color: var(--fs-color-primary);
}

.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover img {
  transform: unset;
  border-radius: 12px;
}

.image-tools.bottom.left {
  display: none;
}

.product-thumbnails .flickity-prev-next-button {
  display: none;
}

.product-title-container,
.product-price-container {
  margin-bottom: 24px;
}

.product-price-container span.amount {
  font-size: 1.85rem;
  color: var(--fs-color-primary);
}

.product-price-container del span.amount {
  font-size: 1.25rem;
  color: #000;
}

.product-quantity-container {
  display: flex;
  align-items: center;
  margin-bottom: 12px !important;
  gap: 12px;
}

input[type="button"].is-form {
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  background: transparent;
  border-radius: 99px;
  line-height: 1;
  border: 1px solid #f6f3f4;
}

.quantity input[type="number"] {
  width: 40px;
  height: 40px;
  border: 1px solid #f6f3f4;
  box-shadow: none !important;
}

button.single_add_to_cart_button,
button.ux-buy-now-button {
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  height: 50px;
  border-radius: 99px;
  background-color: var(--fs-color-primary) !important;
  min-width: 40%;
}

button.ux-buy-now-button {
  background-color: #eaeffa !important;
  color: var(--fs-color-primary);
}

.product-breadcrumb-container {
  padding: 16px 0;
}

.breadcrumbs,
.breadcrumbs a {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: var(--fs-color-primary);
}

.product-policy-container .icon-box-text {
  padding-left: 8px !important;
}

.product-policy-container h3 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.product-policy-container p {
  font-size: 14px;
}

form.cart {
  margin-bottom: 24px;
}

.woocommerce-tabs .tab-panels {
  border: 1px solid #eeee;
  padding: 16px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.woocommerce-tabs .nav > li {
  margin: 0 !important;
}

.woocommerce-tabs .nav > li > a {
  font-size: 16px;
  gap: 10px;
  padding: 12px 32px;
  background-color: #eaeffa;
  color: var(--fs-color-primary) !important;
  text-transform: none;
  border: 0;
}

.woocommerce-tabs .nav > li.active > a {
  background: var(--fs-color-primary);
  color: #fff !important;
}

.woocommerce-tabs .nav-line > li > a:before {
  display: none;
}

.single-product div#tab-description {
  overflow: hidden;
  position: relative;
  padding-bottom: 25px;
}

.fix_height {
  max-height: 600px;
  overflow: hidden;
  position: relative;
}

.single-product .tab-panels div#tab-description.panel:not(.active) {
  height: 0 !important;
}

.daw_readmore_flatsome {
  text-align: center;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  background: #fff;
}

.daw_readmore_flatsome:before {
  height: 55px;
  margin-top: -45px;
  content: "";
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff00', endColorstr='#ffffff', GradientType=0);
  display: block;
}

.daw_readmore_flatsome a {
  color: var(--fs-color-primary);
  display: block;
}

.daw_readmore_flatsome a:after {
  content: "";
  width: 0;
  right: 0;
  border-top: 6px solid var(--fs-color-primary);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 5px;
}

.daw_readmore_flatsome_less a:after {
  border-top: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--fs-color-primary);
}

.daw_readmore_flatsome_less:before {
  display: none;
}

.product-section {
  border-top: 0;
}

.product-section-title {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.product3 {
  padding-top: 48px;
  padding-bottom: 48px;
}

#footer {
  color: #99a1af;
  font-size: 14px;
  background-color: #101828;
  padding-top: 48px;
}

#footer h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

#footer a {
  color: #99a1af;
  font-size: 14px;
}

#footer ul {
  list-style: none;
}

#footer ul li {
  margin-left: 0;
}

.absolute-footer.dark {
  display: none !important;
}

.image-icon img {
  width: 24px;
}

.woocommerce-cart-form {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(49, 49, 49, 0.1);
  background-color: #fff;
}

.checkout input[type="email"],
.checkout input[type="number"],
.checkout input[type="search"],
.checkout input[type="tel"],
.checkout input[type="text"],
.checkout input[type="url"],
.checkout textarea,
#coupon_code {
  height: 48px;
  box-shadow: none !important;
  border-radius: 8px;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .off-canvas-left.mfp-ready .mfp-content,
  .off-canvas-right.mfp-ready .mfp-content {
    background-color: #fff;
    width: 90%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .nav-icon.has-icon::before,
  .nav-icon.has-icon::after {
    display: none;
  }

  .nav > li.has-icon > a > i {
    color: var(--fs-color-primary);
  }

  .off-canvas .nav-vertical > li > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header)
    > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header)
    > a {
    font-size: 16px;
    text-transform: none;
    color: #222;
    font-weight: 500;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li > a:hover,
  .off-canvas:not(.off-canvas-center)
    .nav-vertical
    li.current-menu-ancestor
    > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current-page-parent > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current_page_item > a {
    color: var(--fs-color-primary) !important;
  }

  .off-canvas .nav-vertical > li > .toggle {
    color: var(--fs-color-primary);
  }

  .nav-vertical > li > ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }

  .sidebar-menu-tabs {
    display: none !important;
  }

  .related .small-columns-2 .flickity-slider > .col {
    flex-basis: 85%;
    max-width: 85%;
  }

  .slider.flickity-enabled
    button.flickity-prev-next-button
    svg.flickity-button-icon {
    width: 1.5rem;
    height: 1.5rem;
    padding: 5px !important;
  }

  .home1 h1 {
    font-size: 32px;
  }

  .home1 a.button.is-outline {
    margin-left: 0;
    display: block;
    width: fit-content;
    margin-top: 15px;
    color: var(--fs-color-secondary) !important;
  }

  .home2,
  .home3,
  .home4,
  .home6,
  .home5,
  .about1 {
    padding-top: 48px;
    padding-bottom: 18px;
  }

  .home3 .icon-box {
    padding: 15px;
  }

  .home3 .row {
    padding: 0 8px;
  }

  .home3 .col {
    padding-left: 8px;
    padding-right: 8px;
  }

  .p-header h1 {
    font-size: 2rem;
  }

  .p-header p {
    font-size: 1rem;
  }

  .title h2 {
    font-size: 1.5rem;
  }
}
