/**
Theme Name: websil
Author: Basil
Author URI:
Description: Websil theme, made for speed and reliability. Built on astra.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: websil
Template: astra
*/

:root {
  --dark: #121419;
  --lighterdark: #212326;
  --whitebg: #fff;
  --offwhite: #F5F4F4;
  --lighttext: #484848;
  --accent: #009688;

  --toggleHeight: 30px;
  --toggleWidth: 56px;
  --toggleBtnRadius: 19px;

  --bgColor--night: #423966;
  --mooncolor: #d9fbff;
  --bgColor--day: #9ee3fb;
}

body {
  transition: all 0s ease-in-out;
  background-color: var(--lighterdark) !important;
  line-height: 27px;
}

/* Switcher */
.tdnn {
  cursor: pointer;
  margin: 0 auto;
  font-size: 30%;
  position: relative;
  height: var(--toggleHeight);
  width: var(--toggleWidth);
  border-radius: var(--toggleHeight);
  transition: all 500ms ease-in-out;
  background: var(--bgColor--night);
}

.day {
  background: #ffbf71;
}

.moon, .sun {
  position: absolute;
  display: block;
  border-radius: 50%;
  transition: all 400ms ease-in-out;
  width: var(--toggleBtnRadius);
  height: var(--toggleBtnRadius);
  background: var(--bgColor--night);
}

.moon {
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%) rotate(-75deg);
box-shadow:
    5.625px 4.6875px 0 0px var(--mooncolor) inset,
    rgba(255, 255, 255, 0.1) 0px -13.125px 0 -8.4375px,
    rgba(255, 255, 255, 0.1) 5.625px 13.125px 0 -8.4375px,
    rgba(255, 255, 255, 0.1) 3.75px 24.375px 0 -7.5px,
    rgba(255, 255, 255, 0.1) 11.25px 3.75px 0 -7.6875px,
    rgba(255, 255, 255, 0.1) 15px 15px 0 -8.4375px,
    rgba(255, 255, 255, 0.1) 11.25px 24.375px 0 -8.4375px,
    rgba(255, 255, 255, 0.1) -7.5px 13.125px 0 -8.4375px,
    rgba(255, 255, 255, 0.1) -1.875px 18.75px 0 -8.4375px;

}

.sun {
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%) rotate(0deg);
  background: #fff;
  box-shadow: none;
}

.no-transition, .no-transition .tdnn, .no-transition .moon {
  transition: none !important;
}

/* light mode */
.light {
  background-color: var(--whitebg) !important;
  color: var(--lighttext);
}

.light .site-content {
  background: var(--offwhite);
}

.light .ast-primary-header-bar, .light .site-below-footer-wrap[data-section="section-below-footer-builder"] {
  background: var(--whitebg);
}

.light .baseshadow {
  box-shadow: 0 16px 40px 0 rgba(0,0,0,0.10);
}

.light .gradborder {
  position: relative;
}

.light .gradborder::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: linear-gradient(180deg,#f3f3f3,#e5e5e5);
  z-index: -1;
  border-radius: inherit;
}

h1,
h2,
h3,
h4 {
  color: #fff !important;
}

.light h1,
.light h2,
.light h3,
.light h4 {
  color: var(--dark) !important;
}

.light h1 a,
.light h2 a,
.light h3 a,
.light h4 a {
  color: var(--dark) !important;
}

.light .main-navigation ul li a {
  color: var(--dark) !important;
}

.light .main-navigation ul li a:hover {
  color: var(--accent) !important;
}

.ast-builder-social-element svg {
  fill: var(--ast-global-color-4);
  height: 24px !important;
  width: 24px !important;
}

.light .ast-builder-social-element svg{
  fill: var(--dark);
}

.light .has-ast-global-color-3-background-color {
  background-color: var(--whitebg) !important;
}

.light .wp-block-button.is-style-outline a {
  color: var(--lighttext) !important;
}

.light [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
  fill: var(--dark);
}

/* Default CSS */
.baseshadow {
  box-shadow: 0 16px 40px 0 rgba(0,0,0,0.40);
}

.smalllink a {
  font-weight: bold;
  color: #fff;
  text-decoration: none !important;
}

.light .smalllink a {
  color: var(--dark);
}

.smalllink a:hover {
  color: var(--accent);
}

.gradborder {
  position: relative;
}

.gradborder::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: linear-gradient(180deg,#232C33,#0D0F0B);
  z-index: -1;
  border-radius: inherit;
}

body .site-content {
  background: var(--dark);
  box-shadow: 0 10px 20px 15px rgba(0,0,0,0.44);
  border-radius: 25px;
  z-index: 100;
}

body.light .site-content {
  box-shadow: 0 0px 20px 15px rgba(0,0,0,0.1);
}



.introhead {
  margin-top: 115px;
  margin-bottom: 125px;
}

.introhead .wp-block-media-text__content {
  padding-right: 30px !important;
}

.introhead .wp-block-media-text__media {
    padding-left: 30px;
}

.introhead img.wp-image-81 {
  padding: 0 45px 0 45px;
}

.introhome {
  margin-bottom: 125px !important;
}

.mountain {
  padding: 0 45px;
  position:relative
}

.bird {
    position: absolute;
    padding-right: 45px;
    top: 0;
    margin: 0;
}

.about {
  margin-bottom: 120px;
}

.about figure {
  height: 100%;
}

.about img {
  height: 100%;
  object-fit: cover;
}

.threeboxcontainer {
  margin-bottom: 125px !important;
}

.threeboxes {
  background: var(--lighterdark) !important;
  border-radius: 25px;
}

.light .threeboxes {
  background: var(--whitebg) !important;
}

.blogposts {
  background-color: var(--ast-global-color-3);
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 28px 28px 30px 28px !important;
}

.light .blogposts {
  background-color: var(--whitebg) !important;
}

.blog a {
  color: #fff;
  text-decoration: none !important;
}

.imgcontainer {
  height: 190px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imgcontainer figure.wp-block-image {
  padding-left: 40px;
  padding-right: 40px;
}

.imgcontainer img {
  filter: drop-shadow(0 5px 30px rgba(0,0,0,0.40));
}

.light .imgcontainer img {
  filter: drop-shadow(0 5px 30px rgba(0,0,0,0.40));
}

.imgcontainer.bigimg figure.wp-block-image {
    padding-left: 20px;
    padding-right: 20px;
}

.portcontainer {
  margin-bottom: 125px !important;
}

.graph {
  background-color: var(--ast-global-color-3);
  border-radius: 25px;
  padding: 30px 40px;
}

.wpcf7 {
  text-align: left;
  line-height: 27px;
}

.contact .wpcf7 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
}

form span.chlebrig {
  visibility: hidden;
  height: 0 !important;
  width: 0 !important;
  display: block;
}

.wpcf7-list-item {
  margin: 0 1em 0 0em !important;
}

.wpcf7 .gradborder {
    margin-bottom: 20px;
    display: block;
}

.wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
  display: inline-block;
  background: #2b6694;
  color: var(--ast-global-color-0) !important;
  accent-color: var(--ast-global-color-0);
}

.contactroom {
  background-image: url(https://develop.websil.ch/wp-content/uploads/2023/09/room.png);
  background-size: cover;
}

.light .contactroom {
  background-image: url(https://develop.websil.ch/wp-content/uploads/2023/09/room_light.png);
}

.cc1 {
  width: 100%;
}

.cc2 {
  width: 48%;
}

.cinfo {
    display: flex;
    align-self: center;
    margin-bottom: 20px;
    padding-left: 10px;
}

.wpcf7 input:not([type=submit]),
.wpcf7 textarea,
.wpcf7 select {
  font-size: 16px !important;
  background-color: var(--dark);
  border-radius: 5px;
  color: #fff;
  border: 1px solid var(--lighterdark);
}

.wpcf7 input:not([type=submit]):focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border: 1px solid var(--accent);
}

.light .wpcf7 input:not([type=submit]),
.light .wpcf7 textarea,
.light .wpcf7 select {
  background-color: var(--offwhite);
  border: 1px solid #E1E1E1;
  color: var(--lighttext);
}

.wpcf7 select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 432.53 346.21'><path d='m328.5,135.75c-42.99,79.6-77.48,143.82-77.48,143.82l-7.43-10.61-23.35,29.19-50.42-88.62-7.96,13.8s-51.48-99.24-75.89-137.98C73.19,65.05,50.22,29.49,31.24.21H0s61.56,94.46,85.97,133.2c24.41,38.74,75.89,137.98,75.89,137.98l7.96-13.8,50.42,88.62,23.35-29.19,7.43,10.61s34.49-64.21,77.48-143.82C371.48,104.22,432.51.21,432.51.21h-27.9c-21.56,37.42-51.73,90.4-76.11,135.54Z' fill='%23fff'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}

.light .wpcf7 select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 432.53 346.21'><path d='m328.5,135.75c-42.99,79.6-77.48,143.82-77.48,143.82l-7.43-10.61-23.35,29.19-50.42-88.62-7.96,13.8s-51.48-99.24-75.89-137.98C73.19,65.05,50.22,29.49,31.24.21H0s61.56,94.46,85.97,133.2c24.41,38.74,75.89,137.98,75.89,137.98l7.96-13.8,50.42,88.62,23.35-29.19,7.43,10.61s34.49-64.21,77.48-143.82C371.48,104.22,432.51.21,432.51.21h-27.9c-21.56,37.42-51.73,90.4-76.11,135.54Z' fill='%23009688'/></svg>");
}

.wpcf7 textarea {
  height: 200px;
  max-width: -webkit-fill-available;
  max-height: 500px;
}

.wpcf7-not-valid-tip {
  color: #ffa4a4;
  font-size: 16px;
}

.smallform {
  margin-bottom: 125px !important;
}

.smallform figure.wp-block-image {
  height: 100%;
}

.smallform img {
  height: 100%;
  object-fit: cover;
}

.smallform.wartung {
  margin-top: 100px;
}

.smallform.wartung img {
    object-fit: contain;
}

.wpcf7 .wpcf7-response-output {
  font-size: 16px;
  border-radius: 5px;
  color: #ddd;
  padding: 10px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--accent);
}

.pricingboxes {
  display: flex;
  flex-wrap: wrap;
}

.price {
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  text-shadow: 0 0 20px rgba(0,150,136,0.43);
}

.pricelist {
  width: 100%;
}

.pricelist h4 {
  margin:0;
}

.pricelist .price {
  margin: 35px 0 40px;
}

.pricelist ul {
  list-style-type: none;
}

.pricelist li {
  position: relative; /* position context for the checkmark */
  padding-left: 24px; /* space for the checkmark */
  border-top: 1px solid var(--dark); /* line after every item */
  background-repeat: no-repeat;
  background-size: 16px 16px; /* adjust based on your preferred size */
  background-position: 0 center; /* vertically center the checkmark */
}

.pricelist li:last-child {
  border-bottom: 1px solid var(--dark);
}

.pricelist li::before {
    content: '✓';
    color: var(--accent);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pricingboxes .wp-block-buttons {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
}

.wp-block-buttons .wp-element-button {
  border: 0;
}

p.topheader {
    margin-bottom: 0;
}

.entry-content .portsingle {
  margin-top: 125px;
  padding: 0 100px;
}

.entry-content .portsingle .wp-block-columns {
  margin-bottom: 100px;
}

.portsingle .wp-block-group {
  margin-bottom: 100px;
}

.entry-content .portsingle p {
  margin-bottom: 50px;
}

.ctatitle {
  margin-top: 150px;
}

.wp-block-icb-image-compare .icbImageCompare {
  background-color: transparent;
}

.portimg {
  margin-bottom: 100px;
}

.portimg img {
  filter: drop-shadow(0 16px 40px rgba(0,0,0,0.40));
}

.light .portimg img {
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.20));
}

.process .wp-block-group {
  margin-bottom: 100px;
}

.process .wp-block-group:last-child {
  margin-bottom: 0;
}

.olcount {
  height: 94px;
  display: flex;
  justify-content: space-around;
  align-content: center;
  flex-wrap: wrap;
  border-color: var(--accent);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.olcount p {
  font-size: 80px;
  color: var(--accent);
  font-family: 'Roboto', sans-serif;
  line-height: normal;
  font-weight: 100;
}

h3.steptitle {
  margin-bottom: 5px;
}

.process .wp-block-group:hover .olcount p {
  font-weight: bold;
}

.ast-single-post .wp-block-button .wp-block-button__link {
  padding: 12px 40px;
  border: 2px solid var(--accent);
}

.ast-primary-header-bar, .light .site-footer {
  background: var(--lighterdark);
}

#astra-footer-menu a {
  color: #cdcdcd;
}

#astra-footer-menu a:hover {
  color: var(--ast-global-color-5);
}

.light #astra-footer-menu a {
  color: var(--dark);
}

.light #astra-footer-menu a:hover {
  color: var(--accent);
}

.footerlogo img {
  width: 60px;
}

.postcontent.introhead {
  margin-bottom: 80px;
  padding: 0 200px;
}

.authordate {
  display: flex;
  margin-bottom: 40px;
}

.authordate .wp-block-post-author,
.authordate .wp-block-avatar {
  margin-top: 0 !important;
  margin-right: 0 !important;
  align-items: center;
}

.wp-block-post-author__avatar img,
.wp-block-avatar img {
  border-radius: 25px;
}

.wp-block-post-author-name {
  margin-top: 0;
}

.wp-block-post-date {
  margin-top: 0;
}

.wp-block-post-author__content p {
  margin-bottom: 0;
}

.wp-block-post-author__content p:after {
  content: ", \00a0";
}

.wp-block-post-date {
  display: flex;
  align-items: center;
}

.contactinfo a {
  text-decoration: none !important;
}

section.ast-archive-description {
  background-color: transparent !important;
  padding-top: 0 !important;
  border-bottom: 0px !important
}

section.ast-archive-description h1 {
  font-size: 69px !important;
  text-align: center;
}

article.ast-article-post {
  padding: 0 !important;
  border-radius: 25px;
  margin-bottom: 50px !important;
  border-bottom: 0 !important;
}

.post-content.ast-grid-common-col {
  display: flex;
  flex-wrap: wrap;
}

article .archivepost {
  border-radius: 25px;
  background-color: var(--lighterdark);
}

.light article .archivepost {
  background-color: var(--whitebg);
}

article .post-thumb-img-content img {
  object-fit: cover;
  width: 570px;
  height: 350px;
  overflow: hidden;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

article .custom-post-layout {
  justify-content: space-between;
  align-items: center;
}

article .custom-post-layout .post-thumbnail {
  margin-right: 30px;
}

article .custom-post-layout .post-content-details {
  margin-left: 30px;
}

article .post-content-details {
  width: 570px;
  padding-right: 60px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
  background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
  position: absolute;
}

figcaption {
    font-size: 14px;
    font-style: italic;
}

.imgshadow img {
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.40));
}

.light .imgshadow img {
  filter: drop-shadow(0 10px 10px rgba(0,0,0,0.20));
}

pre.wp-block-code {
  border-radius: 25px;
  background-color: var(--lighterdark);
  color: #fff;
}

.light pre.wp-block-code {
  border-radius: 25px;
  background-color: #fff;
  color: var(--lighttext);
}

button.lightbox-trigger {
  top: 10px !important;
}


/* ===================================================================
 * Table Styles
 * =================================================================== */

/* General Table Styling */
.wp-block-table {
  border-radius: 15px;
  background-color: var(--lighterdark);
  box-shadow: 0 16px 40px 0 rgba(0,0,0,0.40);
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.wp-block-table table {
    width: 100%;
    border: none;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
}

.wp-block-table th,
.wp-block-table td {
  padding: 15px 20px;
  text-align: left;
  border: none;
  color: #fff;
}

/* Table Header */
.wp-block-table thead {
  background-color: var(--accent);
}

.wp-block-table th {
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}

/* Table Body */
.wp-block-table tbody tr {
  border-top: 1px solid var(--dark);
  transition: background-color 0.3s ease;
}

.wp-block-table tbody tr:first-child {
  border-top: none;
}

.wp-block-table tbody tr:nth-child(even) {
  background-color: rgba(0,0,0,0.1);
}

.wp-block-table tbody tr:hover {
  background-color: var(--accent);
}

/* ===================================================================
 * Light Mode Table Styles
 * =================================================================== */

.light .wp-block-table {
  background-color: var(--whitebg);
  box-shadow: 0 16px 40px 0 rgba(0,0,0,0.10);
}

.light .wp-block-table th,
.light .wp-block-table td {
  color: var(--lighttext);
}

/* Light Mode Table Header */
.light .wp-block-table thead {
  background-color: var(--offwhite);
}

.light .wp-block-table th {
  color: var(--dark);
}

/* Light Mode Table Body */
.light .wp-block-table tbody tr {
  border-top: 1px solid #e0e0e0;
}

.light .wp-block-table tbody tr:nth-child(even) {
  background-color: var(--offwhite);
}

.light .wp-block-table tbody tr:hover {
  background-color: var(--accent);
}


@media (max-width: 921px) {
  .introhome {
    padding-top: 80px !important;
  }

  .entry-content .portsingle {
    padding: 0;
  }

  .threeboxcontainer {
    gap: 0px 20px !important;
  }

  .imgcontainer {
    height: 150px;
  }

  .imgcontainer figure.wp-block-image {
    padding-left: 0px;
    padding-right: 0px;
  }

  .imgcontainer.bigimg figure.wp-block-image {
    padding-left: 0px;
    padding-right: 0px;
  }

  .introhead {
    margin-top: 60px;
  }

  .portsingle {
    margin-top: 60px;
  }

  .entry-content .portsingle p {
    margin-bottom: 20px;
  }

  .entry-content .portsingle .wp-block-columns {
    margin-bottom: 0px;
  }

  .portsingle .wp-block-group:last-child {
    margin-bottom: 0px;
  }

  article .custom-post-layout .post-thumbnail {
    margin-right: 15px;
  }

  article .custom-post-layout .post-content-details {
    margin-left: 15px;
  }

  .portimg {
    margin-bottom: 40px;
  }

  .portimg img {
    border-radius: 10px !important;
  }

  .ctatitle {
    margin-top: 100px;
  }

  .smallform .wp-block-group {
    padding-right: 30px !important;
  }

  .smallform input[type="submit"] {
    padding: 13px 40px;
  }

  .wp-block-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}


@media (max-width: 650px){
  h1, .entry-content h1 {
    font-size: 42px;
  }

  h2, .entry-content h2 {
    font-size: 32px;
  }

  h3, .entry-content h3 {
    font-size: 28px;
  }

  p.smalllink {
    margin-bottom: 0;
  }

  .introhead {
    margin-top: 40px;
    margin-bottom: 90px;
  }

  .introhead .wp-block-columns .wp-block-column {
    margin-bottom: 0 !important;
  }

  .introhome {
    padding-top: 40px !important;
    margin-bottom: 90px !important;
  }

  .smallform {
    margin-bottom: 90px !important;
  }

  .bird img{
    display: block !important;
  }

  .ast-single-post .wp-block-button .wp-block-button__link {
    font-size: 16px;
  }

  input[type="submit"] {
    font-size: 16px;
  }

  .reverseflex .wp-block-columns {
    flex-wrap: wrap-reverse !important;
  }

  .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 60px;
  }

  .type-post .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 0px;
  }

  .threeboxcontainer {
    margin-bottom: 90px !important;
  }

  .threeboxcontainer.blog .is-layout-grid {
    gap: 50px;
  }

  .imgcontainer {
    height: auto;
  }

  .imgcontainer figure.wp-block-image {
    padding: 20px 40px;
  }

  .imgcontainer.bigimg figure.wp-block-image {
    padding: 20px;
  }

  .portcontainer {
    margin-bottom: 90px !important;
  }

  .porthome {
    gap: 40px 40px !important;
  }

  .porthome .wp-block-column {
    margin-bottom: 0 !important;
  }

  .portcontainer .porthome img {
    border-top-right-radius: 25px !important;
    border-bottom-left-radius: 0px !important;
  }

  .text {
    padding: 0 28px 30px 28px !important;
  }

  .portheader .wp-block-media-text__content {
    padding: 0 !important;
  }

  .portheader figure.wp-block-media-text__media {
    display: none;
  }
  .entry-content .portsingle {
    margin-top: 60px;
  }

  .single-post .post h1 {
    line-height: normal !important;
  }

  .single-post .post .wp-block-group{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .smallform {
  }

  .smallform .wp-block-columns {
    gap: 40px 40px !important;
  }

  .smallform .wp-block-column {
    margin-bottom: 0 !important;
  }

  .smallform .wp-block-group {
    margin-top: 0 !important;
    margin-left: 28px !important;
    padding-right: 28px !important;
  }

  .smallform img {
    border-top-right-radius: 25px !important;
    border-bottom-left-radius: 0 !important;
  }

  .smallform.wartung img {
    padding: 30px 0 0 0;
  }

  .ast-separate-container #content .ast-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  section.ast-archive-description h1 {
    font-size: 42px !important;
  }

  article .custom-post-layout {
    flex-wrap: wrap;
  }

  article .post-thumb-img-content img {
    border-bottom-left-radius: 0;
    border-top-right-radius: 25px;
    height: 200px;
  }

  article .post-content-details {
    padding: 20px 28px 30px 28px;
  }

  article .custom-post-layout .post-thumbnail {
    margin-right: 0px;
  }

  article .custom-post-layout .post-content-details {
    margin-left: 0px;
  }

  .ctatitle {
    margin-top: 50px;
  }

  .wp-block-media-text {
    gap: 40px 40px !important;
  }

  .wp-block-media-text .wp-block-media-text__content,
  .wp-block-media-text .wp-block-media-text__media {
    padding: 0 !important;
  }

  .about .wp-block-group {
    padding: 30px 28px 0px 28px !important;
  }

  .about .wp-block-columns {
    gap: 40px 40px !important;
  }

  .about .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 0px;
  }

  .about img {
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 25px !important;
  }

  .contact,
  .process {
    padding: 28px !important;
  }

  .cc2 {
    width: 100% !important;
  }

  .contact .wp-block-column {
    margin-bottom: 0 !important;
  }

  .contact .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 0;
  }

  .contact :where(body .is-layout-constrained) > * {
    margin-bottom: 20px !important;
  }

  .process .olcount {
    margin-bottom: 0 !important;
    width: 120px !important;
  }

  .process .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 0;
  }

  .postcontent {
    padding: 0px !important;
  }

  .postcontent.introhead {
    margin-bottom: 50px;
  }
}
