/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.8.1688118761
Updated: 2023-06-30 09:52:41

*/

/************************** Decompression Landing Page Starts ********************************/
/************************** Banner Section Starts ********************************/
.banner-section > div {
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
  gap: 40px !important;
}
img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover !important;
}
.banner-section .banner-left-wrapper {
  width: calc(40% - 20px);
}
.banner-section .banner-right-wrapper {
  width: calc(60% - 20px);
  flex-wrap: wrap !important;
  flex-direction: row !important;
  gap: 20px !important;
}
.banner-section .banner-left-image,
.banner-right-image {
  width: calc(50% - 10px);
}
/**************************  Banner Section Ends ********************************/

/************************* google-section Starts *******************************/
.google-section img {
  max-width: 210px !important;
  width: 100% !important;
  margin: 0px auto !important;
}
.google-section .review-content p {
  max-width: 800px;
  width: 100%;
  margin: 0px auto;
}
.btn-black a {
  color: #1d3d70 !important;
}
/************************* google-section Ends *******************************/

/******************* Summit Wellness Section Starts ***************************/
.summit-wellness-section .years-counter {
  width: fit-content !important;
  background-color: #1d3d70;
  border-radius: 40px;
  padding: 14px 35px;
}
.summit-wellness-section .years-counter .elementor-counter{
    gap: 20px !important;
}
.summit-wellness-section .years-counter .elementor-counter-number-wrapper {
  width: fit-content !important;
  flex-grow: unset !important;
  align-items: center;
  line-height: 1;
}
.summit-wellness-section .years-counter .elementor-counter-title{
    line-height: 1;
}
.summit-wellness-section .years-counter .elementor-counter-number-suffix {
  width: fit-content !important;
  display: inline-block;
  flex-grow: unset !important;
  line-height: 1;
}
/******************* Summit Wellness Section Ends ***************************/

/**************************  Decompression Landing Page Ends ********************************/

/************************************** Responsive Starts ******************************/
@media screen and (max-width: 1024px) {
  .banner-section .banner-left-wrapper {
    width: 100%;
  }
}
