/* Custom styles for FindCentric */

/* General */
img {
  max-width: 100% !important;
}

html {
  scroll-behavior: smooth;
}

.about {
  scroll-margin-top: 3em;
}

/* Slider */
.bg-section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.slide-desc {
  font-size: 30px !important;
  color: var(--global--color-primary) !important;
}

.solar-price {
  font-size: 24px;
  color: white;
  font-weight: 600;
}

.slider .slide .slide-content .slide-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.slider .slide .slide-content .slide-action .btn {
  margin-top: 3rem !important;
}

.slider .slide .slide-content .slide-list {
  margin-right: 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* Icon Lists */
.icon-list .icon img {
  height: auto !important;
  max-width: 90px !important;
  position: relative !important;
}

/* Advantages Lists */
.advantages-list li {
  line-height: 24px;
  font-weight: normal;
  padding-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.advantages-list li::before {
  position: absolute;
  top: 0;
  left: 0px
}

.advantages-list .inline{
  display: list-item!important;
}

.advantages-list-v3 {
  display: flex;
  flex-wrap: wrap;
}

.advantages-list-v3 li {
  width: 100%;
  padding-left: 30px;
  position: relative;
}

.advantages-list-v3 li:before {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 2px;
}

.rooftop-solar .advantages-list-v3 li {
  width: 50%;
}

/* About Sections */
.rooftop-solar .about-img .counter {
  right: -40px;
  left: auto;
}

.dno .about-img .counter {
  right: -40px;
  left: auto;
}

/* Businesses Banner */
.businesses-banner {
  background-color: #f4f4f4;
  font-size: 17px;
  line-height: 27px;
  color: var(--global--color-secondary);
  font-weight: 500;
  margin-bottom: 22px;
}

.business-heading {
  color: var(--global--color-primary);
}

.businesses-banner h2 {
  font-size: 55px;
}

.businesses-banner h4 {
  font-size: 24px;
}

.businesses-banner p {
  margin-bottom: 1rem;
}

/* Images */
.slr-img img {
  max-width: 400px;
}

/* Contact Us Section */
.contact-us {
  background: #f4f4f4;
  color: #000;
}

.contact-us .contact-img {
  background: url(../images/contact/contct-bg.jpg) no-repeat;
  background-position: center !important;
  background-size: cover;
  border-radius: 12px;
}

.contact-us .contact-info {
  padding: 3rem 4rem;
}

.contact-us .contact-info h2 {
  color: #32C36C;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-weight: 600;
}

.contact-us .contact-info .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-us .contact-info .contact-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  color: #000;
}

.contact-us .contact-info .contact-list li .icn {
  flex-shrink: 0;
  margin-right: 1.5rem;
}

.contact-us .contact-info .contact-list li .icn i {
  font-size: 2rem;
  color: rgba(50, 195, 108, 0.98);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-us .contact-info .contact-list li .contact-text {
  flex: 1;
}

.contact-us .contact-info .contact-list li .contact-text h3 {
  font-size: 1.25rem;
  color: #000;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.6;
  word-break: break-word;
}

.contact-us .contact-info .contact-list li .contact-text a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}

.contact-us .contact-info .contact-list li .contact-text a:hover {
  color: #32C36C;
}

/* Misc */
.list-heading {
  color: var(--global--color-primary);
  font-size: 18px;
}

.block-left h4 {
  margin-bottom: 11px !important;
}

/* Media Queries */

/* Desktop - Large */
@media (min-width: 992px) and (max-width: 1236px) {
  .slider .slide .slide-content {
    margin-left: 3rem;
  }
  .businesses-banner .heading-title {
    font-size: 42px;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .icon-list .icon img {
    width: 100%;
  }
  .advantages-list-v3 li {
    text-align: left;
  }
  .slider .slide .slide-content .slide-action {
    align-items: center;
  }
  .slr-img {
    text-align: center;
  }
  .solar-price {
    font-size: 20px;
    text-align: center;
  }
  .businesses-banner .heading-title {
    font-size: 42px;
  }
  .contact-us .contact-info {
    padding: 2.5rem 2rem;
  }
  .contact-us .contact-info h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .contact-us .contact-info .contact-list li {
    margin-bottom: 2rem;
  }
  .contact-us .contact-info .contact-list li .icn i {
    font-size: 1.75rem;
  }
  .contact-us .contact-info .contact-list li .contact-text h3 {
    font-size: 1.1rem;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .advantages-list-v3 li {
    text-align: left;
  }
  .slider .slide .slide-content .slide-action {
    align-items: center;
  }
  .slr-img {
    text-align: center;
  }
  img {
    max-width: 100% !important;
  }
  .solar-price {
    font-size: 16px;
    text-align: center;
  }
  .businesses-banner .heading-title {
    font-size: 32px;
    line-height: 1.4;
  }
  .businesses-banner .heading-title br {
    display: none;
  }
  .contact-us .contact-img {
    width: 100%;
    height: 300px !important;
  }
  .contact-us .contact-info {
    padding: 2rem 1.5rem;
  }
  .contact-us .contact-info h2 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
  .contact-us .contact-info .contact-list li {
    margin-bottom: 1.5rem;
  }
  .contact-us .contact-info .contact-list li .icn {
    margin-right: 1rem;
  }
  .contact-us .contact-info .contact-list li .icn i {
    font-size: 1.5rem;
  }
  .contact-us .contact-info .contact-list li .contact-text h3 {
    font-size: 1rem;
  }
}

/* Small Mobile */
@media (max-width: 575px) {
  .rooftop-solar .advantages-list-v3 li {
    width: 100%;
  }
  .contact-us .contact-info {
    padding: 1.5rem 1rem;
  }
  .contact-us .contact-info .contact-list li .contact-text h3 {
    font-size: 0.95rem;
  }
}

/* Mobile Slider Fix */
@media screen and (max-width: 767.98px) {
  .slider .slide .slide-content .slide-list {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}

/* energy-claims */
#misselling h3 {
  color: var(--global--color-primary);
  font-size: 32px;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

#misselling h3:first-of-type {
  margin-top: 0;
}

#misselling h4 {
  color: var(--global--color-primary);
  font-size: 22px;
  font-weight: 600;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}

#misselling p {
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

#misselling .about-block {
  margin-bottom: 3rem;
}

#misselling .advantages-list {
  margin-bottom: 2rem;
  margin-top: 1rem;
}

#misselling .advantages-list li {
  margin-bottom: 0.75rem;
  line-height: 1.7;
}

#misselling .blockquote {
  background: #f0f9f4;
  color: #1a5a3a;
  padding: 2.5rem 3rem;
  border-radius: 12px;
  border-left: 5px solid #32C36C;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  margin: 3rem 0;
  font-size: 1.25rem;
  font-weight: 500;
  font-style: italic;
  position: relative;
}

#misselling .blockquote::before {
  content: '\201C';
  font-size: 5rem;
  color: rgba(50, 195, 108, 0.15);
  position: absolute;
  top: -10px;
  left: 20px;
  font-family: Georgia, serif;
  line-height: 1;
}

#misselling .blockquote p {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

#misselling .text-info {
  background: #e7f7ef;
  border-left: 4px solid #32C36C;
  padding: 1.25rem 1.5rem;
  border-radius: 8px;
  margin-top: 2rem;
}

#misselling .text-info strong {
  color: var(--global--color-primary);
}

#misselling .about-img-holder {
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 2rem;
}

#misselling .heading-title {
  margin-bottom: 1rem;
}

#misselling .heading-subtitle {
  font-size: 18px;
  margin-bottom: 2.5rem;
}

#misselling .sissons-logo {
  max-width: 180px!important;
  height: auto;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

#misselling .sissons-logo:hover {
  opacity: 1;
}

@media (max-width: 991px) {
  #misselling h3 {
    font-size: 28px;
    margin-top: 2.5rem;
  }
  
  #misselling h4 {
    font-size: 20px;
    margin-top: 2rem;
  }
  
  #misselling .blockquote {
    padding: 2rem 2rem;
    font-size: 1.1rem;
  }
  
  #misselling .about-img-holder {
    height: 350px;
  }
}

@media (max-width: 767px) {
  #misselling h3 {
    font-size: 24px;
    margin-top: 2rem;
  }
  
  #misselling h4 {
    font-size: 18px;
    margin-top: 1.5rem;
  }
  
  #misselling .blockquote {
    padding: 1.5rem 1.5rem;
    font-size: 1rem;
    margin: 2rem 0;
  }
  
  #misselling .blockquote::before {
    font-size: 4rem;
    left: 10px;
  }
  
  #misselling .about-img-holder {
    height: 300px;
    margin-top: 2rem;
  }
  
  #misselling .sissons-logo {
    max-width: 140px!important;
  }
}
