.Solar_Insights {
}

.Solar_Insights .Solar_Insights_header_holder {
  text-align: center;
  font-family: sans-serif;
  margin-top: 20px;
}

.Solar_Insights .Solar_Insights_header_holder .Solar_Insights_header {
  font-size: 24px;
  font-weight: 900;
  color: #00648b;
  margin-bottom: 10px;
}

.Solar_Insights .Solar_Insights_header_holder .Solar_Insights_subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.Solar_Insights .blog_grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  padding: 4% 0;
}

.Solar_Insights .blog_card {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
  color: #fff;
  font-family: sans-serif;
  padding: 20px;
  cursor: pointer;
}

.Solar_Insights .blog_card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.6s ease;
  z-index: 0;
  background: transparent
    linear-gradient(180deg, #10101000 0%, #0000007d 10%, #002446 100%) 0% 0%
    no-repeat padding-box;
}

.Solar_Insights .blog_card_large {
  grid-column: span 3;
  height: 400px;
}

.Solar_Insights .blog_card_small {
  grid-column: span 2;
  height: 400px;
}

.Solar_Insights .blog_card .blog_overlay {
  z-index: 111;
}

.Solar_Insights .blog_card .blog_overlay .blog_meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

.Solar_Insights .blog_card .blog_overlay .blog_meta .author_name {
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
  white-space: nowrap;
  width: 150px;
}

.Solar_Insights .blog_card .blog_overlay .blog_meta .date {
  font-size: 13px;
  font-weight: 400;
  margin-left: 30px;
}

.Solar_Insights .blog_card .blog_overlay .blog_title {
  font-size: 18px;
  font-weight: 800;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Solar_Insights .blog_card .blog_overlay .blog_desc {
  font-size: 14px;
  font-weight: 100;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
}

.Solar_Insights .blog_card .read_more {
  font-size: 18px;
  font-weight: 800;
  text-decoration: underline;
  color: #fff;
}

/* View All Half Circle Section */

.Solar_Insights .view_all_section {
  position: relative;
  text-align: center;
}

.Solar_Insights .view_all_section .view_line {
  height: 2px;
  background: #393535;
  width: 100%;
}

/* Half Circle Button */
.Solar_Insights .view_all_section .view_all_btn {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  width: 120px;
  height: 60px;
  background: #2d2d2d;
  color: #fff;
  border: 2px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 120px;
  border-bottom-right-radius: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
}

.Solar_Insights .view_all_section:hover .view_all_btn {
  border: 2px solid #00648b;
}

.Solar_Insights .view_all_section:hover .view_line {
  background: #00648b;
}

/* ============== Hover State =================== */

.Solar_Insights .blog_card:hover .read_more {
  color: #0dcaf0;
}

.blog_card::before {
  background-image: inherit;
}

/* Hover Effect - ONLY image zoom */
.blog_card:hover::before {
  transform: scale(1.1);
}

/* ================= Media Queries ================== */

@media (min-width: 0px) and (max-width: 574px) {
  .Solar_Insights .Solar_Insights_header_holder .Solar_Insights_header {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .Solar_Insights .Solar_Insights_header_holder .Solar_Insights_subtitle {
    font-size: 15px;
  }

  .Solar_Insights .blog_card .blog_overlay .blog_meta .author_name {
    font-size: 13px;
  }

  .Solar_Insights .blog_card .blog_overlay .blog_meta .date {
    font-size: 12px;
    margin-left: 8px;
  }

  .Solar_Insights .blog_card .blog_overlay .blog_title,
  .Solar_Insights .blog_card .read_more {
    font-size: 15px;
    font-weight: 700;
  }

  .Solar_Insights .blog_card .blog_overlay .blog_desc {
    font-size: 13px;
    text-align: justify;
  }

  .Solar_Insights .blog_card {
    margin-bottom: 30px;
    height: 300px;
  }

  .Solar_Insights .blog_grid {
    display: block;
  }

  .Solar_Insights {
    margin: 15% 0;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .Solar_Insights .blog_card .blog_overlay .blog_meta .author_name {
    font-size: 13px;
  }

  .Solar_Insights .blog_card .blog_overlay .blog_meta .date {
    font-size: 12px;
    margin-left: 8px;
  }

  .Solar_Insights .blog_card .blog_overlay .blog_title,
  .Solar_Insights .blog_card .read_more {
    font-size: 15px;
    font-weight: 700;
  }

  .Solar_Insights .blog_card .blog_overlay .blog_desc {
    font-size: 13px;
    text-align: justify;
  }

  .Solar_Insights .blog_card_small {
    grid-column: span 3;
  }

  .Solar_Insights .blog_card_large,
  .Solar_Insights .blog_card_small {
    height: 330px;
  }

  .Solar_Insights .blog_card {
    padding: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Solar_Insights .blog_card .blog_overlay .blog_title {
    font-size: 16px;
  }

  .Solar_Insights .blog_card .read_more {
    font-size: 16px;
  }

  .Solar_Insights .blog_card_small {
    grid-column: span 3;
  }

  .Solar_Insights .Solar_Insights_header_holder .Solar_Insights_header {
    margin-top: 9%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Solar_Insights .blog_card .blog_overlay .blog_title {
    font-size: 16px;
  }

  .Solar_Insights .blog_card .read_more {
    font-size: 16px;
  }
}

/* ================================
PRIVACY POLICY 
===================================
 */

.terms_header {
  display: flex;
  gap: 40px;
}

.terms_header .terms_title {
  font-size: 20px;
  font-weight: 900;
  color: #00648b;
}

.terms_header .effective_date {
  font-size: 14px;
  background: #ffe6ce 0% 0% no-repeat padding-box;
  border-radius: 16px;
  color: #000000;
  padding: 5px 10px;
}

.header_text {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.terms-header h1 {
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  margin: 0;
}

.terms-header p {
  font-size: 16px;
  color: #dddddd;
  margin-top: 10px;
}

.terms-wrapper {
  display: flex;
  gap: 30px;
  margin: auto;
  box-sizing: border-box;
}

.terms-sidebar {
  position: sticky;
  top: 110px;
  height: fit-content;
  align-self: start;
}

.terms-wrapper .jump-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px 20px;
}

.terms-wrapper .jump-box h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 900;
  color: #00648b;
  font-family: Montserrat, sans-serif;
}

.terms-wrapper .jump-box p {
  position: relative;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #c8c8c8;
  padding-bottom: 8px;
  margin: 0 0 12px 0;
}

.terms-wrapper .jump-box .list_holder {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  padding: 0 10px;
}

.terms-wrapper .jump-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.terms-wrapper .jump-box ul li {
  font-size: 14px;
  color: #040404;
  padding: 8px 0;
  cursor: pointer;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.jump-box .list_holder.active {
  background: #00648b;
  border-left: 8px solid #87ceeb;
}

.jump-box .list_holder.active li {
  color: #fff;
}

.terms-wrapper .terms-content {
  flex: 1 1;
  background: #ffffff;
  color: #202020;
  padding: 30px 45px 80px;
  border-radius: 12px;
  overflow-y: auto;
  height: 600px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.terms-header::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 40px;
  width: 4px;
  height: 80px;
  background-color: #e10600;
  border-radius: 2px;
}

.terms-wrapper .terms-content::-webkit-scrollbar {
  width: 6px;
}

.terms-wrapper .terms-content::-webkit-scrollbar-thumb {
  background: #c8c8c8;
  border-radius: 10px;
}

.terms-wrapper .terms-content .terms-section {
  margin-bottom: 40px;
}

.terms-wrapper .terms-content .terms-section h2 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  color: #202020;
  margin-top: 30px;
}

.terms-wrapper .terms-content .terms-section h2 span {
  color: #df211e;
}

.terms-wrapper .terms-content .terms-section p {
  font-size: 15px;
  font-family: Roboto, sans-serif;
  color: #202020;
  letter-spacing: 0.15px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 30px;
}

.terms-wrapper .terms-content .site-footer {
  background: #270100;
  color: #ffffff;
  padding: 20px 125px;
  font-family: Montserrat, sans-serif;
  text-align: center;
  border-top: 1px solid #707070;
}

.term_conditions .social_icons_div p {
  font-size: 16px;
  color: #00648b;
  font-weight: 600;
}

.social_icons_div .footer_links {
  display: flex;
  gap: 5px;
  margin-left: 5px;
}

.term_conditions .social_icons_div .icon_holder {
  background: #00648b;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

/* =============== Media Queries ================== */

@media (min-width: 0px) and (max-width: 574px) {
  .terms_header .effective_date {
    width: 200px;
  }

  .terms_header {
    gap: 0;
    flex-direction: column;
  }

  .header_text {
    font-size: 15px;
  }

  .terms-wrapper {
    flex-direction: column-reverse;
    height: 100%;
    overflow: hidden;
    gap: 0px;
  }

  .terms-wrapper .terms-content .terms-section h2 {
    font-size: 16px;
  }

  .terms-wrapper .jump-box {
    display: none;
  }

  .terms-wrapper .terms-content {
    width: 100%;
    padding: 20px 10px;
    overflow-y: hidden;
    height: 100%;
  }

  .terms-wrapper .terms-content .terms-section p {
    font-size: 14px;
  }

  .terms-sidebar {
    position: static;
    margin-top: 0;
  }

  .topic-toggle {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #202020;
    margin-bottom: 10px;
  }

  .terms-header {
    padding: 20px 10px 10px 20px;
    margin-top: 0px;
  }

  .terms-header h1 {
    font-size: 18px;
  }

  .terms-header p {
    font-size: 12px;
  }

  .topic-content {
    display: none;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .terms_header .effective_date {
    width: 200px;
  }

  .terms_header {
    gap: 0;
    flex-direction: column;
  }

  .header_text {
    font-size: 15px;
  }

  .terms-wrapper {
    flex-direction: column-reverse;
    height: 100%;
    overflow: hidden;
    gap: 0px;
  }

  .terms-wrapper .terms-content .terms-section h2 {
    font-size: 16px;
  }

  .terms-wrapper .jump-box {
    display: none;
  }

  .terms-wrapper .terms-content {
    width: 100%;
    padding: 20px 10px;
    overflow-y: hidden;
    height: 100%;
  }

  .terms-wrapper .terms-content .terms-section p {
    font-size: 14px;
  }

  .terms-sidebar {
    position: static;
    margin-top: 0;
  }

  .topic-toggle {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #202020;
    margin-bottom: 10px;
  }

  .terms-header {
    padding: 20px 10px 10px 20px;
    margin-top: 0px;
  }

  .terms-header h1 {
    font-size: 18px;
  }

  .terms-header p {
    font-size: 12px;
  }

  .topic-content {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .terms-header {
    margin-top: 25px;
  }

  .terms-header h1 {
    font-size: 24px;
  }

  .terms-header p {
    font-size: 14px;
  }

  .terms-wrapper .jump-box h3 {
    font-size: 16px;
  }

  .terms-wrapper .jump-box ul li {
    font-size: 13px;
  }

  .terms-wrapper .terms-content .terms-section h2 {
    font-size: 17px;
  }

  .terms-header::before {
    left: 20px;
    top: 25px;
    width: 4px;
    border-radius: 2px;
  }

  .terms-wrapper .terms-content {
    height: 100vh;
  }
}

.residential_service {
  padding: 3% 0;
}

.residential_service .breadcrumb_wrapper {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: sans-serif;
}

.residential_service .breadcrumb_wrapper .breadcrumb_link {
  color: #212529;
  font-weight: 600;
  cursor: pointer;
}

.residential_service .breadcrumb_wrapper .breadcrumb_separator {
  color: #212529;
  font-weight: 600;
}

.residential_service .breadcrumb_wrapper .breadcrumb_active {
  font-weight: 600;
  color: #00648b;
}

.residential_service .service_banner .service_banner_div {
  position: relative;
  aspect-ratio: 1/1;
}

.residential_service .service_banner .service_banner_div {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.residential_service .service_banner .banner_img {
  width: 100%;
  height: 100%;
}

.residential_service .service_banner .banner_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;

  background: transparent
    linear-gradient(180deg, #10101000 0%, #0000007d 34%, #333232 100%) 0% 0%
    no-repeat padding-box;

  display: flex;
  align-items: flex-end;
  /* push text to bottom */
  padding: 20px;
  color: #fff;
}

.residential_service .service_banner .service_description_div .banner_heading {
  font-size: 26px;
  font-weight: 800;
}

.residential_service .service_banner .service_description_div {
  margin: 0px 0px;
}

.residential_service .service_banner .service_description_div .desc_heading {
  font-size: 16px;
  font-weight: 800;
  color: #040404;
}

.residential_service .service_banner .service_description_div .service_desc {
  font-size: 16px;
  font-weight: 500;
  color: #040404;
}

/* =================== Media Queries ================= */

@media (min-width: 0px) and (max-width: 574px) {
  .residential_service .service_banner .service_description_div {
    margin: 30px 0px;
  }

  .residential_service .breadcrumb_wrapper {
    font-size: 12px;
    margin: 15px 0;
  }

  .residential_service
    .service_banner
    .service_description_div
    .banner_heading {
    font-size: 17px;
  }

  .residential_service .service_banner .service_description_div .service_desc {
    font-size: 13px;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .residential_service .breadcrumb_wrapper {
    font-size: 13px;
    margin: 15px 0;
  }

  .residential_service
    .service_banner
    .service_description_div
    .banner_heading {
    font-size: 22px;
  }

  .residential_service .service_banner .service_description_div .service_desc {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .residential_service .breadcrumb_wrapper {
    font-size: 14px;
    margin-top: 10px;
  }

  .residential_service
    .service_banner
    .service_description_div
    .banner_heading {
    font-size: 26px;
  }

  .residential_service .service_banner .service_description_div .service_desc {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .residential_service .breadcrumb_wrapper {
    font-size: 14px;
    margin-top: 10px;
  }

  .residential_service .service_banner .service_description_div .service_desc {
    font-size: 15px;
  }
}
