.sol-about .sqav-wood-bg {
  position: absolute;
  top: -40px;
  left: 21%;
  z-index: 0;
  opacity: 0.8;
}

.sol-about .img-wrapper,
.sol-about .btn {
  position: relative;
  z-index: 1;
}
.sol-about .img-wrapper{
  z-index: 2;
}

.sol-about.reverse .img-wrapper img {
transform: scaleX(-1);
border-bottom-left-radius: 600px;
border-top-left-radius: 600px;
border: 4px solid #fff;
border-right: 0px;
box-shadow: 0px 4px 10px 0px #00000040;
object-fit: cover;
}

.sol-about .sqav-content {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
    .sol-about .sqav-content {
      padding: 0 20px;
    }
}

.sol-about .section-title h2:before,
.sol-about .section-title h4:before {
  content: "";
  display: block;
  width: 84px;
  height: 6px;
  background-color: #ad4c25;
  margin-bottom: 12px;
  border-radius: 24px;
}

@media (min-width:992px) {
  .sol-about .sqav-content {
    margin-top: 0px;
  }
}

.sol-about{
  padding: 40px 0;
}

.sol-about-wrapper:after {
  content: '';
  position: absolute;
  left: 50px;
  bottom: -171px;
  width: 700px;
  height: 751px;
  background: url('../images/wood-grain-bg.svg') no-repeat;
  background-size: cover;
  z-index: 1;
}


.sol-about .img-wrapper img {
  transform: scaleX(1);
  border-bottom-left-radius: 600px;
  border-top-left-radius: 600px;
  border-bottom-right-radius: 0; 
  border-top-right-radius: 0;
  border: 4px solid #fff;
  border-right: 0px;
  box-shadow: 0px 4px 10px 0px #00000040;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .sol-about{
    padding: 0;
  }

  .sol-about .img-wrapper{
    position: absolute;
    inset: 0;
    top: 80px;
    left: 50%;
    height: calc(100% - 160px);
    width: 100%;
  }

  .sol-about.reverse .img-wrapper{
    position: absolute;
    inset: 0;
    top: 80px;
    left: 0;
    right: 50%;
    height: calc(100% - 160px);
    width: calc(50% - 16px);
  }

  .sol-about .sqav-content {
    padding: 80px 0;
  }
}

.sol-about-wrapper.wood-align-right::after {
  left: auto;
  right: -420px;
  bottom: -160px;
}

@media screen and (min-width: 426px) {
  .sol-about-wrapper.wood-align-right::after {
    right: -200px;
    bottom: -160px;
    width: 700px;
    height: 860px;
  }
}

.sol-three-col-section {
    position: relative;
    background: linear-gradient(180deg, #D87334 0%, #DC5126 100%);
    z-index: 1;
}

.sol-three-col-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../images/SequoiaS-Pattern.jpg');
    background-repeat: repeat;
    z-index: 1;
}
.sol-three-col-section-white::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../images/SequoiaS-Pattern-trees.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.sol-three-col-section .container {
    position: relative;
    z-index: 2;
}

.sol-three-col-section .stc-circle-photo {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    overflow: hidden;
    border: 1px solid #fff;
}

.sol-three-col-section .stc-circle-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sol-three-col-section .stc-circle-frame {
    border-radius: 50%;
    height: 232px;
    width: 232px;
    padding: 12px;
    overflow: hidden;
    border: 4px solid #fff;
    position: absolute;
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    transition: 0.4s;
}

.sol-three-col-section .stc-each-col:hover .stc-circle-frame {
    transform: translateX(-50%)scale(0.8);
}

.sol-three-col-section .stc-each-col {
    max-width: 600px;
    margin: auto;
}

.sol-three-col-section .stc-content {
    background: #6E1110;
    padding: 150px 16px 16px 16px;
    border-top-right-radius: 292px;
    border-top-left-radius: 292px;
    text-align: center;
    transition: 0.4s;
    cursor: pointer;
    min-height: 400px;
}



.custom-colors.sol-three-col-section .stc-content h2 {
    overflow-wrap: break-word;
}

.sol-three-col-section .stc-content-wrapper {
    border-top-right-radius: 292px;
    border-top-left-radius: 292px;
    border: 4px solid #fff;
    padding: 12px;
    margin-top: 148px;
    position: relative;
    z-index: 1;
}

.sol-three-col-section .stc-each-col:hover .stc-content {
    background-color: rgba(216, 115, 52, 1);
}

@media (min-width:768px) {
    .sol-three-col-section .stc-content {
        padding: 150px 40px 16px 40px;

    }
}

@media (min-width:992px) {
    .sol-three-col-section .stc-content {
        min-height: 460px;
    }

    .sol-three-col-section .stc-content {
        padding: 150px 16px 16px 16px;
    }

}

@media (min-width:1200px) {
    .sol-three-col-section .stc-content {
        min-height: 370px;
    }
}

.sol-three-col-homeowners {
    background: #fff;
}

.sol-three-col-homeowners .stc-circle-photo {
    border: 1px solid #6E1110;
}

.sol-three-col-homeowners .stc-circle-frame,
.sol-three-col-homeowners .stc-content-wrapper {
    border: 4px solid #6E1110;
}

.sol-three-col-homeowners .stc-content {
    background: #dc5126;
}

.ss-next-steps-wrapper {
    position: relative;
}
.ss-next-steps-wrapper::before {
  position: absolute;
  content: '';
  width: 700px;
  height: 751px;
  background: url('../images/wood-grain-bg.svg') no-repeat;
  background-size: cover;
  left: -225px;
  top: -525px;
}
.solutions-faq .sequoia-faq-wrapper::after{
    right: -105px;
    bottom: -10px;
}

.solutions-faq .panel-group {
    position: relative;
    z-index: 2;
}

h2.dash-over::before {
  content: "";
  display: block;
  width: 84px;
  height: 6px;
  background-color: #D87334;
  margin-bottom: 12px;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.sol-process .sol-process-each {
  position: relative;
  cursor: pointer;
}
.sol-process .sol-process-circle-frame {
  border-radius: 50%;
  height: 180px;
  width: 180px;
  padding: 12px;
  overflow: hidden;
  border: 4px solid #dc5126;
  display: table;
  margin: 0 auto;
  transition: all 0.7s ease-out;
  transform: scale(1);
}
.sol-process .sol-process-circle-photo {
  border-radius: 50%;
  height: 150px;
  width: 150px;
  overflow: hidden;
  border: 1px solid #dc5126;
  transition: all 0.7s ease-out;
}
.sol-process-circle-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sol-process .sol-process-each:hover .sol-process-circle-frame {
  transform: scale(.8);
  border: 4px solid #6E1110;
}
.sol-process .sol-process-each:hover .sol-process-circle-photo {
  border: 1px solid #6E1110;
}
@media (min-width: 992px) {
  .sol-process .col-md-2 {
    width: 20%;
  }
  .sol-process .sol-process-each .pv15e-arrow{
    position: absolute;
    left: 90%;
    top: 50px;
    overflow: hidden;
    z-index: -1;
    background: url('../images/arw-rt.svg');
    background-repeat: no-repeat;
    background-size: cover; 
    height: 14px;
    width: 70px;
  }
  .sol-process .sol-process-circle-frame {
    height: 110px;
    width: 110px;
  }
  .sol-process .sol-process-circle-photo {
    height: 80px;
    width: 80px;
  }
}

@media (min-width: 1200px) {
  .sol-process .sol-process-circle-frame {
    height: 150px;
    width: 150px;
  }
  .sol-process .sol-process-circle-photo {
    height: 120px;
    width: 120px;
  }
  .sol-process .sol-process-each .pv15e-arrow{
    position: absolute;
    left: 90%;
    top: 20%;
  }
}
@keyframes growAnimation {
    0%{
        width: 0%;
        transform: translateX(0px)
    }

    50%{
        width: 32%;
        transform: translateX(1px);
    }

     100%{
        width: 0%;
        transform: translateX(0px)
    }
}

.sol-distributor .sol-distributor-each {
  position: relative;
  padding-left: 60px;
  display: block;
  transition: all 0.7s ease-out;
  margin-bottom: 80px;
}
.sol-distributor-each .circle-frame {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  padding: 12px;
  overflow: hidden;
  border: 4px solid #fff;
  display: table;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%)scale(1);
  transition: all 0.7s ease-out;
}
.sol-distributor-each:hover .circle-frame {
    transform: translateY(-50%)scale(1.2);
}
.sol-distributor-each .circle-photo {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  overflow: hidden;
  border: 1px solid #dc5126;
}
.sol-distributor-each-content h4 {
  margin: 0;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sol-distributor-each-content h4 {
    font-size: 20px;
  }
}

.sol-distributor-each .circle-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sol-distributor-each .sol-distributor-each-content {
  background: #dc5126;
  display: table;
  width: 100%;
  padding: 10px 20px;
  padding-left: 65px;
  min-height: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  transition: all 0.7s ease-out;
}

.sol-distributor-each:hover .sol-distributor-each-content{
  background: #6E1110;
}

@media (min-width: 768px) {
  .sol-distributor .sol-distributor-each {
    padding-left: 120px;
  }
  .sol-distributor-each .circle-frame {
    height: 180px;
    width: 180px;
  }
  .sol-distributor-each .circle-photo {
    height: 150px;
    width: 150px;
  }
  .sol-distributor-each .sol-distributor-each-content {
    min-height: 120px;
  }
}



/* =========================================================
   SOL-PROCESS6  (6-item variant of the original sol-process)
   ========================================================= */

/* ---- container override ---- */
.container-1400 { max-width: 1500px; }

/* ---- module shell ---- */
.sol-process6 .sol-process-each { position: relative; cursor: pointer; }

.sol-process6 .sol-process-circle-frame {
  border-radius: 50%;
  height: 180px; width: 180px;
  padding: 12px;
  overflow: hidden;
  border: 4px solid #dc5126;
  margin: 0 auto;
  transition: .7s ease-out;
}

.sol-process6 .sol-process-circle-photo {
  border-radius: 50%;
  height: 150px; width: 150px;
  overflow: hidden;
  border: 1px solid #dc5126;
  transition: .7s ease-out;
}

.sol-process6 .sol-process-circle-photo img {
  width: 100%; height: 100%; object-fit: cover;
}

.sol-process6 .sol-process-content h4 { margin-top: 16px; font-weight: 700; }

.sol-process6 .sol-process-each:hover .sol-process-circle-frame {
  transform: scale(.8); border-color: #6E1110;
}
.sol-process6 .sol-process-each:hover .sol-process-circle-photo {
  border-color: #6E1110;
}

.sol-process6 .sol-process-each .pv15e-arrow { display:none; }   /* default: off */

@media (min-width:1150px) {                                      /* ≥ 1150px → on */
  .sol-process6 .sol-process-each .pv15e-arrow { display:block; }
}

@media (min-width:992px) and (max-width:1149px) {
  .sol-process6 .sol-process-content h4   { font-size:16px; }
  .sol-process6 .sol-process-content p    { font-size:13px; line-height:1.45; }
}


/* ---- connecting arrow (desktop only) ---- */
@media (min-width: 992px) {
  .sol-process6 .col-md-2 { width: 16.6667%; }          /* 6-across */

  .sol-process6 .sol-process-each .pv15e-arrow {
    position: absolute;
    left: 85%; top: 50px;
    background: url('../images/arw-rt.svg') no-repeat 0 0 / cover;
    height: 14px; width: 70px;
    z-index: -1;
  }

  /* circle size tweaks for mid-desktop */
  .sol-process6 .sol-process-circle-frame { height: 110px; width: 110px; }
  .sol-process6 .sol-process-circle-photo { height: 80px;  width: 80px;  }
}

/* ---- large desktop (≥1200 px) ---- */
@media (min-width: 1479px) {
  .sol-process6 .sol-process-circle-frame { height: 150px; width: 150px; }
  .sol-process6 .sol-process-circle-photo { height: 120px; width: 120px; }
  .sol-process6 .sol-process-each .pv15e-arrow { top: 20%; }
}

/* ---- mobile / tablet tweaks ---- */
@media (max-width: 991px) {
  /* collapse to 2-up on tablets, 1-up on phones via Bootstrap grid */
  .sol-process6 .sol-process-circle-frame { height: 180px; width: 180px; }
  .sol-process6 .sol-process-circle-photo { height: 150px; width: 150px; }
}
