section.excutive--section-component {
    padding: 60px 0px;
}
section.excutive--section-component.home--executive .executive--innercontent h5 {
    text-transform: none;
}
.executive--innercontent h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 14px;
}
.executive--innercontent ul li {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    color: #000;
    margin-bottom: 5px;
}
.executive--innercontent p {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    color: #000;
    margin-bottom: 25px;
}

.image--label h4 {
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;
}
.image--label{
    border-radius: 48px;
    border: 1px solid #000;
    display: inline-block;
    padding: 14px 28px;
}

.image--exe {
    text-align: right;
    padding: 80px;
    border: 1px solid #ddd;
    border-radius: 20px;
}
.image--exe img {
    width: 100%;
}

.excutive--section-component {
  position: relative;
}

.execut--sticky {
  position: sticky;
  top: 100px;
  display: flex;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  background: #fff;
  align-items: center;
  justify-content: center;
  padding: 80px 0px;
}

.execut--sticky.is-active {
  opacity: 1;
  transform: translateY(0);
}

.execut--sticky.is-exit {
  opacity: 0;
  transform: translateY(-30px);
}

.execut--sticky .row {
    width: 100%;
}

/* Layout 3 */
.secondary-title h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 76px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.secondary-title p {
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.045px;
    color: #000;
}

section.excutive--section-component.agent_section {
    background: #F6F6F6;
}

.content--AgentCont {
    margin-bottom: 20px;
}

.inner--ContentAgent h4 {
    margin-bottom: 10px;
}

.content--AgentCont h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    color: var(--primary-color);
}

.content--InnerAgent {
    display: flex;
    justify-content: space-between;
    gap: 45px;
    padding-top: 40px;
    margin-bottom: 30px;
}

.content--AgentRist {
    padding: 14px 28px;
    background-color: #42DA88;
    border-radius: 48px;
    flex: 165px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.content--AgentRist h6 {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
}
.inner--OuterAgent {
    display: flex;
    gap: 34px;
}

.inner--ContentAgent {flex: 1 0 0;padding: 15px;background: #fff;}

.inner--OuterAgent p {
    margin: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.045px;
}

/* Why Gruve */

.why--gruve--content {
  padding: 20px 40px 20px 20px;
}

.why--gruve--content h3 {
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  color: var(--primary-color);
  margin-bottom: 42px;
  text-transform: capitalize;
}

.why--gruve--content h5 {
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 20px;
  color: var(--text-color);
}

.why--gruve--content ul {
  padding-left: 20px;
}

.why--gruve--content ul li {
  list-style: disc;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.045px;
}

.why--gruve-Image {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.whygruve--OuterBox.box--1 {
  background:
    linear-gradient(
      180deg,
      rgba(66, 218, 136, 0.2) 0%,
      rgba(66, 218, 136, 0) 40%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 60%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    #062D1F;
  border-radius: 28px;
}

.whygruve--OuterBox.box--1 h3 {
  color: #CCFC00;
}

.whygruve--OuterBox.box--1 h5,
.whygruve--OuterBox.box--1 li {
  color: #ffffff;
}

/* Sticky Component */
.whygruve--OuterBox {
    padding: 30px;
}
.why--gruve-Image img {
    height: 555px;
    width: auto !important;
    margin: 0px auto;
}
.owl-stack-sticky .owl-item {
  transition: opacity 0.6s ease;
}

.fadeOut {
  animation: fadeOut 0.6s both;
}

.fadeIn {
  animation: fadeIn 0.6s both;
}

@keyframes fadeOut {
  from { opacity: 1; }
  to   { opacity: 0; }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}



/* ================================
   MOBILE FALLBACK
================================ */

@media (max-width: 768px) {
    .image--label{
        margin-bottom: 10px;
    }
    .image--exe{
        padding:20px;
    }
    .image--exe img {
        width: 100%;
    }
  
    .executive--innercontent p {
        font-size: 18px;
        line-height: 22px;
    }
    .whygruve--sticky {
      position: relative;
      top: auto;
      transform: none;
      opacity: 1;
    }
    .execut--sticky {
        top: 80px;
        justify-content: center;
        padding: 30px 0 0;
    }
    section.excutive--section-component{
        padding-bottom: 20px;
    }
    /* Scroll */
    .why--gruve-Image img {
        width: 100% !important;
        height: auto;
    }
  
    .whygruve--OuterBox {
        display: revert;
        padding: 20px 0px;
        min-height: 100%;
        margin: 10px 10px;
    }
  
    .why--gruve-Image {
        width: 100%;
        text-align: center;
    }
    .why--gruve--content h3 {
        font-size: 26px;
        margin-bottom: 12px;
        line-height: 32px;
    }
  
    .why--gruve--content h5 {
        font-size: 18px;
        margin-bottom: 12px;
        line-height: 22px;
    }
    
    /* Agent Section */
    .secondary-title h2 {
        font-size: 30px;
        line-height: 28px;
    }
  
    .content--InnerAgent {
        display: unset;
    }
  
    .content--AgentCont h4 {
        font-size: 24px;
        line-height: 30px;
        margin: 20px 0px;
    }
  
    .inner--OuterAgent {
        display: unset;
    }
  
    .inner--ContentAgent {
        margin-bottom: 20px;
    }
  
    .content--AgentRist {
        display: inline-flex;
        margin-bottom: 20px;
    }
    .content--AgentRist h6 {
        font-size: 24px;
    }
    .secondary-title p{
        font-size:20px!important;
        line-height: 26px !important;
    }
    .secondary-title p br{
        display: none;
    }
    .executive--innercontent ul {
        margin-bottom: 30px;
    }
    
    .executive--innercontent ul li {
        font-size: 18px;
        line-height: 22px;
    }
}
