:root{
    --text-color: #062D1F;
    --primary-color: #21A55E;
    --secondary-color: #CCFC00;
}
html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p{
    margin: 0px;
}

p{
    font-size: 18px;
    line-height: 28px;
    color:#222;
    font-weight: 400;
}

body.design-v2 {
    --font-body: "Inter", sans-serif;
    --font-heading: var(--font-body);
    --radius: 12px;
    --shadow-1: 0 2px 10px rgba(0,0,0,.06);
}


body.design-v2 {
  font-family: var(--font-body);
  padding: 0px;
  margin: 0px;
}

.btn-yellow {
    padding: 11px 30px;
    align-items: center;
    border: 1px solid var(--secondary-color);
    background: var(--secondary-color);
    color: var(--text-color);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    border-radius: 6px;
    /* width: 175px; */
    font-family: var(--font-body);
    text-decoration: none;
    display: inline-block;
    /* text-transform: capitalize; */
}
.btn-yellow:hover {
    background: transparent;
    border: 1px solid var(--secondary-color);
    color: #000;
}
.section--Title h3 span{
    font-weight: 600;
}
.section--Title h3 span.highlighted{
    color:var(--primary-color);
    font-weight: 400;
}
.section--Title h3 {
    color: var(--text-color);
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    margin: 0px 0px 12px;
    /* text-transform: capitalize; */
}
.section--Title {
    margin-bottom: 42px;
}
.section--Title h5 {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 0px 0px 12px;
}
.section--SmallTitle {
    margin-bottom: 60px;
}
.section--SmallTitle h4 {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
    margin: 0px;
}
.section--Title p {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 0px;
}
a.btn.btn-arrow {
    padding: 12px;
    border-radius: 4px;
    background: var(--secondary-color);
    border: 0px;
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
}

.img{
    max-width: 100%;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

li {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* What We Think */
section.page--banner-commonsection {
    padding: 145px 0px 75px;
}

.page--hero-title {
    text-align: center;
}

.page--hero-title h1 {
    color: #062D1F;
    font-family: var(--font-body);
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 72px */
}

.author_data {
    display: flex;
    gap:15px;
    align-items: center;
}

.v2-meta__avatar {flex: 45px 0 0;}

.post_data h3 a{
    color:var(--text-color);
}
.post_data h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
}
.featured--Content--Right-Block {
    display: grid;
    justify-content: space-evenly;
}
.post_data p {
    color: #676767;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.v2-meta__author {
    display: grid;
}
.v2-meta__author span:first-child {
    font-size: 18px;
    color: #062D1F;
    font-weight: 400;
    line-height: 120%;
}

.v2-meta__author span {
    font-size: 18px;
    color: #797979;
}

.post_data.small_text h3 {
    font-size: 24px;
    line-height: 120%;
}

.post_data.small_text p {
    font-size: 16px;
    line-height: 120%;
}

.featured--blog-Image-right-block img {
    object-fit: cover;
    height: 270px;
}
.featured--Content--Right-Block .v2-meta__author span, .featured--blog-Image .v2-meta__author span {font-size: 20px;}
.featured--Content--Right-Block .v2-meta__avatar img {
    height: 45px;
    width: 45px;
}

.category-wrap p {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 30px;
    border: 1px solid var(--text-color);
    background: #F9FAFB;
    color:var(--text-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    margin: 0px;
}

.featured--blog-Image img {
    height: 365px;
    object-fit: cover;
}

.author_data img {
    height: auto;
    border-radius: 90px;
    object-fit: cover;
    /* width: 48px; */
}

.featured--Blog-Section-right-block {
    margin-bottom: 25px;
}

.date-block time {
    color: #797979;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}

.post_data.small_text {
    margin-top: 40px;
}


/* Filter CSS */
.search--Icon {
    position: absolute;
    top: 8px;
    left: 15px;
}

.searchbox--Posts {
    position: relative;
}

.search--Icon img {
    height: 18px;
    width: 18px;
}

.searchbox--Posts input {
    border-bottom: 1px solid #000 !important;
    background: #FFF;
    border: 0px;
    padding: 10px 20px 10px 45px;
    width: 100%;
}

section.blog-filter--section {
    padding: 60px 0px;
}

.filter--wraper {
    display: flex;
    gap: 20px;
}

/* dropdown shell */
.design-v2 .v2-ms{position:relative;display:block;/* width: 170px; */flex: 1 0  0;}
.design-v2 .v2-ms__btn{
  width:100%;
  text-align: center;
  display: flex;
  align-items:center;
  justify-content: center;
  gap:.5rem;
  padding: 10px 15px;
  border: 1px solid #BCBCBC;
  background:#fff;
  cursor:pointer;
  font-size: 18px;
  position: relative;
  border-radius: 6px;
  color: #000;
}
.design-v2 .v2-ms__btn::after{
  content:"";
  width: 12px;
  height: 12px;
  background:url('https://gruve.ai/wp-content/uploads/2025/11/image-124.png') center/contain no-repeat; /* your icon */
  transition:transform .2s ease;
}
.design-v2 .v2-ms.is-open .v2-ms__btn::after{ transform:rotate(180deg); }

.design-v2 .v2-ms__menu{
  position:absolute;
  inset-inline-start:0;
  z-index:1000;
  width: 100%;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius: 6px;
  display:none;
  overflow:auto;
}
.design-v2 .v2-ms.is-open .v2-ms__menu{ display:block; }
.design-v2 .v2-ms__item{display:flex;align-items:center;gap:.5rem;padding:.4rem .5rem;/* border-radius:8px; */cursor:pointer;justify-content: center;}
.design-v2 .v2-ms__item:hover{background:var(--text-color);color: #fff;}
.design-v2 .v2-ms__item input{display: none;}
.design-v2 .v2-ms__item span {
    text-align: center;
}
label.v2-ms__item.sub-selected {background: rgba(188, 188, 188, 1);}
button#cf-clear {
    border: 1px solid #BCBCBC;
    background: #BCBCBC;
    font-weight: 400;
    padding: 10px 40px;
    font-size: 18px;
    border-radius: 6px;
}
.design-v2 #selected_cat{display:flex;flex-wrap:wrap;gap:.5rem;justify-content: end;}
.design-v2 .sc-chip{
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    color:#fff;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    border: 1px solid var(--text-color);
    background: var(--text-color);
}
.design-v2 .sc-chip__x{
  appearance:none;
  border:0;
  cursor:pointer;
  width: 18px;
  height: 18px;
  line-height:1;
  background: transparent;
  border-radius:50%;
  font-size: 18px;
  color: #fff;
  padding: 0px;
}
.design-v2 .sc-chip__x:hover{background:#fff;color: var(--text-color);}

/* Ṃixed Post Fetch */
.button--loadmore {
    text-align: center;
    margin: 20px 0px 0px;
}
.post_type_name {
    padding: 4px 20px;
    align-items: center;
    border-radius: 30px;
    background: var(--text-color);
    position: absolute;
    top: 12px;
    right: 12px;
}

.post_type_name h5 {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0px;
}
.mixed_posts_box:hover .mixed_post_image_wraper img {
    transition: all 0.9s;
    transform: scale(1.05);
    overflow: hidden;
}

.mixed_post_image_wraper {
    overflow: hidden;
    height: 200px;
}
.mixed_posts_box {
    position: relative;
    margin-bottom: 60px;
}
.mixed_post_content {
    margin-bottom: 20px;
}
.mixed_post_image_wraper img {height: 200px;width: 100%;object-fit: cover;transition: all 0.9s;}
.mixed_post_content h3 {
    color: #062D1F;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 10px;
    min-height: 70px;
}

.mixed_post_content p {
    color: #676767;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    min-height: 76px;
}
.mixed_posts_box .author_data {padding: 10px 0px;}
#mixed-posts-wrap.is-loading { opacity: .6; pointer-events: none; }
.mixed_post_content a {
    text-decoration: none;
}


/* Extra Component CSS */
section.prefooter-section--mini {
    padding: 80px 0px;
}
section.prefooter-section {
    display: flex;
    align-items: center;
    padding: 80px 0px;
}

.prefooter--title h3 {
    color: #062D1F;
    font-size: 80px;
    font-weight: 400;
    line-height: 88px;
    letter-spacing: -0.2px;
}

.prefooter--content p {
    color: #062D1F;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.prefooter--title {
    margin-bottom: 20px;
}

.prefooter--content {
    margin-bottom: 30px;
}

body.single .prefooter--title h3 {
    color: #062D1F;
    font-size: 80px;
    font-weight: 400;
    line-height: 88px; /* 100% */
    margin-bottom: 20px;
    letter-spacing: -2px;
}

body.single .prefooter--content p {
    color: #062D1F;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

body.single .prefooter--title {
    margin-bottom: 20px;
}

body.single .prefooter--content {
    margin-bottom: 30px;
}


/* Single Page CSS */
section.article--main-section {
    padding: 30px 0px 60px;
}

.article--PostTitle h1 {
    color: #062D1F;
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    margin: 0px;
}

.article-post-author {
    display: flex;
    margin-bottom: 60px;
    gap: 20px;
}

.backlist--Link a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
    letter-spacing: 0.045px;
    color: var(--text-color);
    text-decoration: none;
}

.backlist--Link {
    padding-bottom: 60px;
}

.post--SummaryWrapper p {
    color: #676767;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.post--SummaryWrapper p a {color: #000;font-weight: 500;}
.article-author-name {flex: 235px 0 0;display: grid;}

.article--PostTitle {
    margin-bottom: 60px;
}

.article-author-name h4 {
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
}

.article-author-name h6 {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

.article-author-description p {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.article--Image-Wrap img {
    height: 630px;
    width: 100%;
    object-fit: cover;
    object-position: left;
}
.entry-rest-content ul li a {
    color: #222222;
    font-weight: 600;
}
.entry-rest-content p {
    color: #222222;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}
.entry-rest-content p strong {
    font-weight: 600;
}

.post--SummaryWrapper p strong {font-weight: 600;}

.post--SummaryWrapper h3 strong {
    font-weight: 400;
    color: var(--text-color);
}
.entry-rest-content h3 {
    color: var(--text-color);
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.entry-rest-content h4 {
    margin-top: 15px;
    font-size: 24px;
    color: var(--text-color);
    font-weight: 400;
}

.entry-rest-content h3 strong, .entry-rest-content h4 strong{
    font-weight: 400;
}

.entry-rest-content ul {
    padding-left: 20px;
    margin-bottom: 10px;
}

.entry-rest-content ul li {
    list-style: none;
    /* margin-bottom: 8px; */
    color: #222222;
    /* text-align: justify; */
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    list-style: disc;
}
.entry-rest-content ul li strong {
    font-weight: 600;
}
.entry-rest-content p a {
    color: #222222;
    font-weight: 600;
}

.entry-rest-content p img {
    width: 100%;
    margin: 10px 0px 20px;
}
.article--Image-Wrap {
    margin-bottom: 60px;
}
.bottom--gruve {
    padding-top: 60px;
}


.form--fields ul li {
    list-style: none;
    width: 100%;
}

.form--fields input {
    padding: 30px 20px 10px;
    border: 1px solid #BCBCBC;
    background: #fff;
    height: 65px;
    width: 100%;
    font-family: var(--font-body);
    font-size: 18px;
}
.form--fields input::placeholder, .form--fields textarea::placeholder {
    font-size: 18px;
}

.form--fields textarea {
    padding: 30px 20px 10px;
    border: 1px solid #BCBCBC;
    background: #fff;
    width: 100%;
    font-size: 18px;
}

.form--fields select{
    padding: 30px 15px 10px;
    border: 1px solid #BCBCBC;
    height: 65px;
    font-size: 18px;
}

.cf7-field.submit-wrap button {
    padding: 12px;
    border-radius: 4px;
    background: var(--secondary-color);
    border: 0px;
    height: 65px;
    width: 65px;
}

.cf7-field.submit-wrap button br {
    display: none;
}
.demo--Title:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 120px;
    border-right: 1px solid var(--text-color);
    right: 6%;
    top: 0;
}

.demo--Title {
    position: relative;
}
.floating-field {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
}
.float-input, .float-textarea, .float-select {
    width: 100%;
    font-size: 16px;
    background: #fff;
}
.floating-field label {
    position: absolute;
    left: 20px;
    top: 10px;
    pointer-events: none;
    transition: 0.2s ease;
    color: var(--text-color);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.float-input:focus + label,
.float-input:not(:placeholder-shown) + label, .float-textarea:focus + label,
.float-textarea:not(:placeholder-shown) + label, .float-select:focus + label,
.float-select:not(:placeholder-shown) + label {
    top: -6px;
    left: 10px;
    background: #fff;
    padding: 0 4px;
    font-size: 12px;
    color: #000;
}
.subscriptionmailing p {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.subscriptionmailing label {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 10px;
}
.subscriptionmailing label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.subscriptionmailing label::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 0px solid #999;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
    box-sizing: border-box;
    margin-top: 2px;
}
.subscriptionmailing label::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #1a1a1a;
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.subscriptionmailing label input[type="checkbox"]:checked + span::before,
.subscriptionmailing label input[type="checkbox"]:checked + span::after {
    opacity: 1;
}
.subscriptionmailing label input[type="checkbox"]:checked ~ span::after {
    opacity: 1;
}
.subscriptionmailing label span {
    position: relative;
    color: #676767;
    font-size: 18px;
    line-height: 30px;
}
.subscriptionmailing label span a{
    text-decoration:none;
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}
.subscriptionmailing label span::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 2px solid #999;
    border-radius: 50%;
}
.subscriptionmailing label span::after {
    content: "";
    position: absolute;
    top: 10px;
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50%;
    opacity: 0;
    transition: 0.2s;
    left: -23px;
}
.subscriptionmailing label input[type="checkbox"]:checked + span::after {
    opacity: 1;
}
.subscriptionmailing {
    margin: 15px 0px 30px 0px;
}
.subscriptionmailing span.wpcf7-list-item {
    margin: 0px;
    /* margin-bottom: 30px; */
    margin-top: 10px;
}
.entry--SidebarForm .floating-field {
    margin-bottom: 10px;
}
.entry--SidebarForm input.wpcf7-form-control.wpcf7-submit {
    height: 50px;
    padding: 10px 50px;
    border-radius: 4px;
    background-color: var(--secondary-color);
    border:0px;
    color: #2D2D2D;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 10px;
}
.entry-rest-content h4 {
    margin-bottom: 10px;
}
.entry--SocialIconWrap ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 10px;
}
.entry--SidebarForm {
    position: sticky;
    top: 100px;
    width: 85%;
    float: right;
}
.post--eyebrow h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.site-subtitle h4 {
    font-size: 48px;
    font-weight: 400;
    line-height: normal;
    color: var(--text-color);
    margin:0px;
}
.site-subtitle{
    margin-bottom: 60px;
}

.article--ImageBox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.9s;
    overflow: hidden;
}

.more--article-box:hover .article--ImageBox img {
    transition: all 0.9s;
    transform: scale(1.05);
}


.article--ImageBox {margin-bottom: 20px;overflow: hidden;height: 250px;}

.article--ContentBox h4 {
    text-overflow: ellipsis;
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    color: var(--text-color);
}

.article--ContentBox p {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    color: #676767;
    min-height: 70px;
}
.article--ContentBox h6 {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
    color: var(--primary-color);
}

.article--ContentBox h6:hover span{
    margin-left:10px;
    transition: all 0.9s;
}

.article--ContentBox h6 span{
   transition: all 0.9s; 
}

.article--ContentBox a {
    text-decoration: none;
}

section.more--article {
    padding: 10px 0px 80px;
}

/* News Layout */
.bottom--gruve h3 {
    font-size: 30px;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 20px;
}

.bottom--gruve p {
    color: #000;
}

.bottom--gruve p a {
    color: #000;
}

.post--SummaryWrapper ul {
    display: grid;
    gap: 60px;
    padding-left: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.post--SummaryWrapper ul li {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 122.222% */
    letter-spacing: 0.045px;
    list-style: disc;
    color: var(--primary-color);
}
.article--Image-Wrap.news--Image-Wrap img {
    width: auto;
}
.article-post-author.news--author-wrp h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px; /* 122.222% */
    color: #222;
    margin-bottom: 12px;
}
.article--Image-Wrap.news--Image-Wrap {
    text-align: center;
}
.post--SummaryWrapper.news--summry {
    padding-bottom: 15px;
}


/* Case Studies */
section.article--sub-section.about-cs-section {
    padding-bottom: 120px;
}
section.article--sub-section.challenge-cs-section {
    padding-bottom: 120px;
}
section.article--sub-section.results--cs-section {
    padding: 0px 0px 120px;
}
section.article--sub-section.quote-cs-section {
    padding-bottom: 120px;
}
.case--studies--Wrp {
    margin-top: 20px;
}
.case--studies--Wrp ul {
    display: grid;
    justify-content: space-evenly;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 20px;
}
.case--studies--Wrp ul li {
    flex: 1 0 0;
}
.case--studies--Wrp ul li p {
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 15px;
}
.case--studies--Wrp ul li h4 {
    font-size: 34px;
    font-weight: 400;
    line-height: 35px;
    color: var(--primary-color);
}
section.article--sub-section {
    padding-bottom: 60px;
}
.site-subtitle h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 14px;
}
.grid--article-block h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    color: var(--text-color);
    margin-bottom: 20px;
}

.grid--article-block p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #222222;
}

.solution--ContentWrp h4 {
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
}

.solution--iconWrp {margin-bottom: 10px;}

.solution--ContentWrp h4 {
    margin-bottom: 20px;
}

.solution--ContentWrp p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #222222;
}

.solution--gridwrap {
    padding: 20px;
    margin-bottom: 20px;
}

.quote--article-block p {
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    color: var(--text-color);
}
.video--banner--date {margin-bottom: 12px;}
.video--banner--title {
    flex: 550px 0 0;
}
.video--banner-content {
    /* display: flex; */
    /* gap: 20px; */
    padding-bottom: 60px;
}
.video--banner--title h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    color: var(--primary-color);
    margin: 0px;
}
.video--banner--date p {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #222;
}
.video--banner--content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.045px;
    color:#676767;
}

.article--Image-Wrap.video--Image {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video--PlayButton img {height: 48px;width: 48px;}

.video--PlayButton {position: absolute;top: 50%;}

.video--Image {
    position: relative;
}

.video--PlayButton:hover {
    cursor:pointer;
}

.video--CloseButton {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--primary-color);
    color: #fff;
    font-size: 24px;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    z-index: 50;
}

.video--Iframe {
    /* position: absolute; */
    inset: 0;
    width: 100%;
    height: 100%;
}
.article--Image-Wrap.video--Image iframe {
    width: 100%;
    height: 630px;
}

/* Global Presence */
.global--ImageWrap img {
    width: 100%;
}

.global--ImageWrap {
    margin: 20px 0px 0px;
}
section.talk-box-section.postmiddlesection {
    display: none;
}


/* Contact Form */
.form--fields-inner {
    display: flex;
    gap: 20px;
}
.fullwidth-field p span input {
    width: 100%;
}

.form--fields-inner select {
    width: 100%;
}

p.hidden-field {
    display: none;
}
.form--Outer input.wpcf7-form-control.wpcf7-submit {
    padding: 12px 30px;
    height: auto;
    background: var(--secondary-color);
    color: #000;
    border: 0px;
    font-size: 18px;
    width: auto;
    font-weight: 500;
    border-radius: 6px;
}

/* Contact Page */
section.global--presence-component.contact--global {
    padding-bottom: 80px;
}

.float-select-wrapper {
  position: relative;
  width: 100%;
}

.float-select-wrapper select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.custom--select-type.float-select-wrapper::after{
    top: 50%;
}
.float-select-wrapper::after {
  content: "";
  position: absolute;
  right: 20px; 
  top: 30px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.float-select-wrapper label {
  position: absolute;
  top: 10px;
  left: 14px;
  font-size: 12px;
  color: #666;
  background: #fff;
  padding: 0 4px;
  pointer-events: none;
}

.float-select-wrapper select:has(option:checked[value=""]) + label {
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #999;
}

/*  */
.grid--article-block ul li {
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    list-style: disc;
}

.grid--article-block ul {
    padding-left: 30px;
    margin: 10px 0px;
}

/* Exitpopup */

.exit__PopupContent.blog-exit-popup__content {
    font-family: var(--font-body) !important;
}

.blog-exit-popup__content h3 {
    font-family: var(--font-body) !important;
}

.blog-exit-popup__content h5 {
    font-family: var(--font-body) !important;
}

/* Taxonomy Banner */
section.taxonomy-banner-component {padding: 90px 0px;}
section.taxonomy-banner-component .banner--TitleWraper h1 {
    font-size: 80px;
    color: #062D1F;
    font-weight: 400;
    line-height: 88px;
    margin-bottom: 30px;
}
section.taxonomy-banner-component .banner--ContentWraper p {
    color: #062D1F;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin: 0px;
}

/* Global Presence */
section.global--presence-component {
    padding: 80px 0px;
}
@media(max-width:768px){
    .container {
        max-width: 100% !important;
        margin: 0 auto;
        width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .section--Title h3 {
        font-size: 28px;
        line-height: 30px;
    }
    .section--Title h3 br{
        display:none;
    }

    .mixed_post_content p{
        min-height:auto;
    }
    .mixed_posts_box{
        margin-bottom: 30px;
    }
    .section--Title {
        margin: 0px 0px 20px;
    }
    
    .section--Title p {
        margin: 0px;
        font-size: 16px;
    }
    .section--Title p br{
        display: none;
    }
    .btn-yellow{
        padding:11px 20px;
        font-size:16px;
    }
    .title--CTA a {
        width: 100% !important;
    }
    .backlist--Link a {
        font-size: 16px;
        gap: 12px;
    }

    .backlist--Link a img {
        height: 20px;
    }

    .backlist--Link {
        padding-bottom: 40px;
    }
    .featured--Content--Right-Block {
        justify-content: space-between;
    }
    
    /* Taxonomy Banner */
    section.taxonomy-banner-component{
        padding: 30px 0px;
    }
    section.taxonomy-banner-component .banner--TitleWraper h1{
        font-size:38px;
        line-height: 46px;
    }

    /* Blog Single Page */
    .article--ImageBox img {
        height: 165px;
    }

    .more--article-box {
        margin-bottom: 20px;
    }

    .article--ContentBox h4 {
        font-size: 18px;
        margin: 0 0 5px;
    }

    .article--ContentBox p {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .article--ContentBox a {
        font-size: 16px;
    }
    .site-subtitle h4 {
        font-size: 30px;
    }

    .site-subtitle {
        margin-bottom: 40px;
    }
    .article--PostTitle h1 {
        font-size: 30px;
        line-height: normal;
    }

    .article-post-author {
        display: unset
    }

    .entry--SidebarForm {
        width: 100%;
    }
        
    section.article--main-section {
        padding: 30px 0px 60px;
    }

    .article--PostTitle {
        margin-bottom: 20px;
    }
    .article--BoxWraper {
        margin-bottom: 20px;
    }
    .article--Image-Wrap img {
        height: 100%;
        width: 100% !important;
    }
    .article-author-description h6 {
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
        color: var(--primary-color);
        margin-bottom: 10px;
    }
    .article--ImageBox {
        margin-bottom: 10px;
        height: 165px;
    }
    .article-author-name h4{
        margin-bottom: 10px;
    }
    .article-author-description p{
        margin-bottom: 10px;
    }

    .article--Image-Wrap {
        margin: 20px 0px;
    }

    .entry-rest-content h3 {
        margin: 10px 0px;
    }

    .article-mobile-image {
        order: 1;
    }
    .article-mobile-info {
        order: 2;
    }

    section.more--article {
        padding-bottom: 20px;
    }

    /* News Detailed */
    body.single-news .post--SummaryWrapper {padding-bottom: 15px;}
    .entry-rest-content h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .bottom--gruve {
        padding-top: 30px;
        margin: 0px;
    }

    .bottom--gruve h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .bottom--gruve p {
        font-size: 18px;
    }
    .post--SummaryWrapper ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    /* Case Studies */
    section.article--sub-section {
        padding-bottom: 40px !important;
    }
    section.article--sub-section.results--cs-section {
        padding: 20px 0px 60px;
    }
    .case--studies--Wrp ul {
        display: unset;
    }

    .case--studies--Wrp ul li {
        margin-bottom: 20px;
    }
    .solution--ContentWrp h4 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .case--studies--Wrp ul li p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .solution--ContentWrp p {
        font-size: 16px;
    }

    .solution--gridwrap {
        padding: 12px 0px;
        margin-bottom: 12px;
    }

    /*  */
    .prefooter--title h3, body.single .prefooter--title h3 {
        font-size: 60px;
        line-height: normal;
    }
    .prefooter--title h3 br, body.single .prefooter--title h3 br, section.prefooter-section.prefooter-with-bg .prefooter--title h3 br{
        display:none;
    }
    .design-v2 .v2-ms__btn {
        font-size: 16px;
    }
    button#cf-clear {
        width: 100%;
    }
    .filter--wrapper {
        display: unset !important;
    }
    .design-v2 .sc-chip {
        font-size: 14px;
    }
    .design-v2 .v2-ms {
        width: 100%;
        margin-bottom: 10px;
    }
    .page--hero-title h1 {
        font-size: 30px;
    }
    section.page--banner-commonsection {
        padding: 70px 0px 45px;
    }
    .featured--blog-Image img {
        height: 190px;
    }
    .author_data img {
        height: 32px;
        width: 32px;
    }
    .featured--Content--Right-Block .v2-meta__author span, .featured--blog-Image .v2-meta__author span {
        font-size: 14px;
    }
    .post_data h3 {
        font-size: 18px;
    }
    .post_data p {
        font-size: 16px;
        line-height: 18px;
    }
    .featured--Blog-Section {
        margin-bottom: 20px;
    }
    .category-wrap p {
        font-size: 12px;
    }
    .featured--blog-Image-right-block img {
        height: 140px;
        object-position: left;
    }
    .post_data.small_text h3 {
        font-size: 14px;
    }
    .post_data.small_text p {
        font-size: 14px;
    }
    .post_data.small_text {
        margin-top: 10px;
    }
    .featured--Content--Right-Block .v2-meta__avatar img {
        height: 24px;
        width: 24px;
    }
    .mixed_post_content h3 {
        font-size: 18px;
        min-height: auto;
    }

    /* Video */
    .video--banner-content {
        display: inline-block;
        margin-bottom: 20px;
    }

    .video--banner--content {
        margin-bottom: 10px;
    }

    .video--PlayButton{
        top: 42%;
    }

    .video--banner-content {
        display: inline-block;
        margin-bottom: 20px;
    }

    .video--banner--content {
        margin-bottom: 10px;
    }

    .article--Image-Wrap.video--Image iframe {
        height: 245px;
    }

    .video--banner--date p {
        font-size: 18px;
    }
}

@media(max-width:1024px) and (min-width: 769px){
    .section--Title h3 {
        font-size: 38px;
        line-height: 48px;
    }
    .section--Title h3 br{
        display: none;
    }
    .section--Title p {
        font-size: 16px;
    }
    .video--banner-content {
        display: inline-block;
    }
    .design-v2 .v2-ms {width: auto;}
    button#cf-clear {
        padding: 10px 15px;
        font-size: 14px;
    }
    .featured--blog-Image img {
        height: 250px;
    }
    .author_data img{
        height: 45px;
        width: 45px;
    }
    .post_data.small_text {margin-top: 10px;}
    .mixed_post_image_wraper img {
        height: 155px;
    }
    .mixed_post_image_wraper{
        height: 155px;
    }
    .mixed_post_content h3 {font-size: 20px;}
    .mixed_post_content p {
        font-size: 14px;
    }
    .v2-meta__author span:first-child {
        font-size: 14px;
    }
    .v2-meta__author span {
        font-size: 14px;
    }
    .post_type_name {
        padding: 4px 10px;
    }
    .design-v2 .v2-ms__btn {
        font-size: 14px;
        padding: 10px 5px;
    }

    .design-v2 .v2-ms__btn::after {
        height: 8px;
    }
}
@media(max-width:1366px) and (min-width:1025px){
    .article--Image-Wrap img {
        height: 100%;
    }
    .backlist--Link{
        padding-bottom: 40px;
    }
    .article--PostTitle{
        margin-bottom: 30px;
    }
    .article--PostTitle h1{
        font-size: 34px;
        line-height: 40px;
    }
    .article--ContentBox h4{
        font-size:22px;
    }
    .site-subtitle h4{
        font-size: 34px;
    }
    body.single .prefooter--title h3{
        font-size: 58px;
        line-height: 62px;
    }
}
@media(max-width:1920px) and (min-width:1024px){
    .container {
        max-width: 100% !important;
        margin: 0 auto;
        width: 100%;
        padding: 0px 80px;
    }
}

@media(max-width:1366px) and (min-width: 1250px){
    .design-v2 .v2-ms {
        width: 160px;
    }
}

@media(min-width:2560px){
    /* .container {
        max-width: 100% !important;
        padding-left: 400px !important;
        padding-right: 400px !important;
    } */
}