.navbar {
  height: 5rem;
  background-color: #fff !important;
  z-index: 3;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.navbar .navbar-toggler i:before {
  font-size: 1.5rem;
}

.navbar .navbar-brand img {
  width: auto;
}

.navbar .navbar-nav .nav-item {
  padding-left: 0.7rem !important;
  padding-right: 0.7rem !important;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #0b131f;
  font-family: Poppins;
  font-weight: 500;
}

.navbar .navbar-nav .nav-item .dropdown-menu {
  border-color: transparent !important;
  top: 85%;
  width: 11rem;
  box-shadow: 0 4px 4px rgb(0 0 0 / 0.25);
}

.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  font-family: Poppins;
  padding: 0.6rem 1rem;
  line-height: 2rem;
  font-weight: 500;
}

.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: #0905a1;
}

.navbar .nav-other-actions .select-language {
  line-height: 24px;
  border-radius: 50px;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
}

.signup-electricity-header-right-corner-button {
  border-radius: 10px;
  border: 0;
  padding: 0.5rem 1.1rem;
  border: 2px solid #182150;
  padding: 8px 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #182150;
}

.signup-electricity-header-right-corner-button-mobile-view {
  border-radius: 5px;
  border: 0;
  padding: 0.5rem 1.1rem;
  border: 1px solid #182150;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #182150;
  display: block;
}

.signup-electricity {
  border-radius: 50px;
  background: linear-gradient(97.83deg, #101f9d 6.22%, #11111c 87.68%);
  border: 0;
  padding: 0.5rem 1.1rem;
  border-radius: 50px;
  padding: 8px 24px;
  background: linear-gradient(97.83deg, #101f9d 6.22%, #11111c 87.68%);
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 14px;
  border: 0;
  color: #fff;
}

@media (min-width: 992px) {
  .signup-electricity-header-right-corner-button-mobile-view {
    display: none;
  }
}

.btn-secondary {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  color: #f6f6f6;
  line-height: 24px;
  border-radius: 50px;
  background-color: #06ccf8;
  border: 0;
}

#mobileNav {
  display: none;
}

ul.navbar-nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}

.divider {
  width: 100%;
  background-color: #ecf1fb;
  height: 2px;
}

@media (min-width: 1024px) {
  #mobileNav {
    right: -100rem;
  }

  #mobileNav.show {
    display: block;
    right: 0;
  }

  .navbar {
    height: 5rem;
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .navbar .navbar-brand {
    flex-grow: 1;
  }

  .navbar {
    height: 5rem;
    display: block;
  }

  .navbar .navbar-brand img {
    width: 5rem;
    height: auto;
  }

  .navbar .navbar-toggler {
    border: 0;
  }

  .nav-other-actions {
    display: none !important;
  }

  .navbar-collapse {
    display: none;
  }

  .signup-electricity-header-right-corner-button-mobile-view {
    padding: 9px 24px;
  }

  #mobileNav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    padding: 20px 40px 20px 20px;
    color: #0905a1;
    z-index: 101;
    transition: right 0.3s ease-in-out;
  }

  #mobileNav .mobile-header .mobile-brand-logo img {
    width: 7rem;
  }

  #mobileNav ul {
    text-align: center;
  }

  #mobileNav ul li:not(:last-child) {
    border-bottom: 2px #0905a1 dashed;
  }

  #mobileNav ul a {
    font-size: 1.2rem;
  }

  #mobileNav.show {
    display: block;
    right: -1.5rem;
  }

  #mobileNav ul {
    list-style: none;
    padding: 0;
  }

  #mobileNav li a {
    color: #0905a1;
    text-decoration: none;
    display: block;
    margin: 1rem 0;
  }

  #mobileNav .signup-electricity-mobile {
    border-radius: 50px;
    padding: 8px 24px;
    background: linear-gradient(97.83deg, #101f9d 6.22%, #11111c 87.68%);
    font-family: Poppins, sans-serif;
    font-weight: 600;
    border: 0;
    color: #fff;
  }
}

.card {
  border: 0;
  background-color: #f8fbff;
  border-radius: 16px;
}

.card .card-body {
  padding: 20px;
  background-color: #f8fbff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-left-radius: 16px;
}

.card .card-body .card-text {
  color: #4f4f4f;
  font-size: 14px;
  max-height: 3.5rem;
  text-overflow: ellipsis;
  text-wrap: wrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card .card-body .card-title {
  color: #212529;
  max-height: 3.5rem;
  text-overflow: ellipsis;
  text-wrap: wrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
  .card .card-body {
    padding: 1rem;
  }

  .navbar .navbar-brand {
    padding-bottom: 10px;
    flex-grow: 0;
  }
}

@media (min-width: 1200px) {
  .navbar > .container {
    padding: 0 5px;
  }
}

#custom-handle {
  width: 36px;
  height: 36px;
  top: 60%;
  margin-top: -1.2em;
  border: 2px solid var(--Black-100, #e2e4ec);
  position: relative;
  background-color: #fff !important;
  outline: 0;
  border-radius: 8px;
}

#custom-handle::after,
#custom-handle::before {
  content: "";
  position: absolute;
  border-left: 2px solid var(--Black-200, #9ea2b8);
  height: 16px;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%);
}

#custom-handle::before {
  transform: translate(-4px, -50%);
}

#custom-handle::after {
  transform: translate(4px, -50%);
}

.ui-state-default#custom-handle {
  background: #fff;
}

.ui-state-disabled {
  opacity: 0.95 !important;
}

#slider-meow {
  width: 94%;
  height: 20px;
  background-color: #e1e1e1;
  border-radius: 4px;
  border: 0;
  margin: auto;
}

.slider-value-box {
  position: absolute;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%);
  background: #182150;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.navbar-nav {
  --bs-nav-link-padding-y: 0rem;
}

#menu-level-0 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

#menu-level-0 .menu-item {
  position: relative;
}

#menu-level-0 .menu-item a {
  text-decoration: none;
  margin: 0 10px;
  display: flex;
  font-size: 16px;
  color: #182150;
  font-family: "DM Sans";
  font-weight: 500;
  align-items: center;
  gap: 2px;
  padding: 4px;
  padding-left: 6px;
}

#menu-level-0 #menu-level-1 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 10px 8px;
  width: 13rem;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 12px 0 #0000001f;
  border-radius: 12px;
}

#menu-level-0 #menu-level-1 .menu-item {
  background: #f5f8fd;
  border-radius: 8px;
}

#menu-level-0 #menu-level-1 .menu-item a {
  font-family: "DM Sans", sans-serif;
  padding: 8px;
  line-height: 2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2c3045;
  font-size: 16px;
  width: 100%;
  margin: 0;
}

#menu-level-0 #menu-level-1 .menu-item a span {
  color: #5d627c;
}

#menu-level-0 .menu-item:hover > #menu-level-1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#menu-level-0 #menu-level-1 .menu-item a:hover {
  background-color: #fff0;
  color: #0b131f;
}

.menu-item-4005:hover > .city-menu-container {
  display: block;
}

.menu-item-4068:hover > .city-menu-container {
  display: block;
}

.menu-item-4733:hover > .city-menu-container {
  display: block;
}

.city-menu-container {
  display: none;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 0.1);
  position: absolute;
  top: 100%;
  left: 0;
}

.city-menu-header {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  text-align: left;
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}

.city-button {
  background: #f5f8fd;
  border: none;
  padding: 6px 8px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  text-align: center;
  width: 100%;
  transition: background 0.3s;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.city-menu-container .more-cities-link {
  display: block !important;
  text-align: left !important;
  color: #000 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.city-menu-container .more-cities-link:hover {
  text-decoration: underline !important;
  background: 0 0 !important;
}

.menu-level-0 {
  list-style: none;
  padding: 0;
}

.menu-item {
  position: relative;
}

.menu-level-1 {
  list-style: none;
  padding-left: 20px;
  display: none;
}

.menu-item:hover .menu-level-1 {
  display: block;
}

.menu-item a {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
}

.menu-item a:hover {
  color: #0073aa;
}

.menu-item-4016:hover > .panel-menu-container {
  display: block;
}

.menu-item-4079:hover > .panel-menu-container {
  display: block;
}

.menu-item-4744:hover > .panel-menu-container {
  display: block;
}

.panel-menu-container {
  display: none;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 0.1);
  position: absolute;
  z-index: 2;
  width: 200px;
  padding: 12px;
  font-family: Poppins, sans-serif;
}

.panel-grid {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.panel-button {
  background: #f5f8fd;
  border: none;
  padding: 15px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #1a1f38;
  width: 100%;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  border-radius: 8px;
}

.panel-button:last-child {
  border-bottom: none;
}

.material-symbols-outlined {
  font-size: 18px;
  margin-right: 5px;
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  bottom: auto;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.offcanvas-top.show {
  overflow: auto;
  height: 100vh;
}

.offcanvas-top .offcanvas-body {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.offcanvas-top .offcanvas-header {
  border-bottom: 1px solid #d9e4f8;
}

.offcanvas-top .offcanvas-header .brand-logo {
  width: 6rem;
}

.offcanvas {
  --bs-offcanvas-height: 65vh !important;
}

.offcanvas-body .accordion {
  --bs-accordion-bg: #fff;
  --bs-accordion-active-color: #0b131f;
  --bs-accordion-active-bg: #fff;
}

.offcanvas-body .accordion-item {
  border: none;
  margin: 10px 0;
  padding-top: 8px !important;
  border-bottom: 1px solid #e2e4ec !important;
}

.offcanvas-body .accordion-item:last-of-type {
  border: none;
  margin: 10px 0;
  padding-top: 8px !important;
  border-bottom: 1px solid #e2e4ec !important;
  margin-bottom: 17px;
}

.offcanvas-body .section-title {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0b131f;
  margin: 10px 0;
  padding: 10px 0;
  background: #fff;
}

.offcanvas-body .accordion-button,
.offcanvas-body .blog-menu a {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #0b131f;
  background-color: #fff;
  position: relative;
}

.offcanvas-body .accordion-button {
  padding: 0 !important;
}

.offcanvas-body .accordion-button:not(.collapsed) {
  color: #0b131f;
  background-color: #fff;
  box-shadow: none;
}

.offcanvas-body .accordion-button::after {
  display: none;
}

.offcanvas-body .accordion-arrow {
  transition: transform 0.3s ease;
  position: absolute;
  right: 15px;
}

.offcanvas-body .accordion-button:not(.collapsed) .accordion-arrow {
  transform: rotate(180deg);
}

.offcanvas-body .accordion-body {
  padding: 0 !important;
}

.offcanvas-body .list-unstyled li {
  list-style: none;
}

.offcanvas-body .list-unstyled .list-more {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  background: #fff;
  padding: 3px 15px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #2c3045 !important;
  text-decoration: none;
  border-bottom: 1px solid #e2e4ec !important;
}

.offcanvas-body .list-unstyled .list-more a {
  color: #2c3045 !important;
  text-decoration: none;
  display: block;
  margin: 1rem 0;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.offcanvas-body .cities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 0;
  margin: 0;
}

.offcanvas-body .cities-grid .cities-grid-item {
  padding: 6px 8px;
  background: #f5f8fd;
  border-radius: 6px;
  color: #2c3045 !important;
  font-weight: 400 !important;
  font-family: Poppins, sans-serif;
  font-size: 14px !important;
  border-bottom: 0 !important;
}

.offcanvas-body .cities-grid .cities-grid-item a {
  margin: 0 !important;
  padding: 0 !important;
  color: #2c3045 !important;
  font-size: 14px !important;
}

.offcanvas-body .cities-more {
  color: #182150 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.offcanvas-body .solutions-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.offcanvas-body .solutions-grid .solutions-grid-item {
  width: max-content;
  background: #f5f8fd;
  border-bottom: 0 !important;
  border-radius: 8px !important;
  padding: 8px !important;
}

.offcanvas-body .solutions-grid .solutions-grid-item a {
  margin: 8px !important;
  color: #2c3045 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  display: flex !important;
}

.offcanvas-body .menu-section {
  border-bottom: 1px solid #e2e4ec !important;
}

.offcanvas-body .menu-link {
  display: flex;
  padding: 8px 12px;
  background: #f5f8fd;
  border-radius: 8px;
  font-family: Poppins, sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  color: #2c3045;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s;
  width: max-content;
}

.offcanvas-body .menu-link:hover {
  background-color: #e0f7ff;
  color: #0b131f;
}

@media (max-width: 768px) {
  .offcanvas-body .cities-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .offcanvas-body #collapse-4733 .accordion-body {
    padding: 0 !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .offcanvas-body #collapse-4726 .accordion-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .menu-link .material-symbols-outlined {
    display: none;
  }

  #mobileNavAccordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 0;
  }

  .offcanvas-body .accordion-item,
  .offcanvas-body .accordion-item:last-of-type {
    margin: 0;
    padding-top: 0 !important;
    border-bottom: none !important;
  }

  .offcanvas-body .accordion-button,
  .blog-menu {
    margin-bottom: 16px;
  }

  .offcanvas-body .menu-link {
    padding: 0;
    background: none;
    border-radius: 8px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    color: #5d627c;
  }

  .offcanvas-body .accordion-arrow {
    right: 0;
  }
}

.offcanvas-body .schedule-visit {
  margin-bottom: 17px;
}

.offcanvas-body .schedule-visit a {
  width: -webkit-fill-available;
}

.sticky-button-wrapper {
  background-color: #fff;
  backdrop-filter: blur(20px);
  left: 0;
  right: 0;
  padding: 12px 16px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.sticky-button-wrapper a {
  border: 2px solid #182150;
  padding: 16px;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  color: #182150;
  text-decoration: none;
  font-weight: 600;
  font-family: "DM Sans";
}

#form-error-message {
  font-size: 14px;
  color: #dc3545;
  margin-top: 15px;
}

#form-error-message a {
  text-decoration: none;
  color: #dc3545;
}

.footer {
  background: linear-gradient(45deg, #182150, #1a1f38);
}

div#footerContactMenu {
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 400;
}

.footer .footer-brand-image img {
  width: 7rem;
  height: 100%;
}

.footer .footer-contact-us {
  display: flex;
  color: #f6f6f6;
  flex-direction: column;
  gap: 28px;
}

.vertical-line {
  border: none;
  border-left: 1px solid #eee;
  height: 100%;
  width: 1px;
  margin: 0 auto;
}

.footer .footer-address,
.footer .footer-all-links ul a {
  font-family: "DM Sans";
  font-weight: 400;
  color: rgb(255 255 255 / 0.7);
  font-size: 14px;
}

.footer .footer-all-links ul a {
  font-family: Poppins;
  text-decoration: none;
  display: block;
  margin: 1rem 0;
}

.footer .footer-contact-us .phone-mail-wrapper {
  display: flex;
  color: #f6f6f6;
  gap: 28px;
  align-items: center;
}

.footer .footer-contact-us div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer .footer-contact-us div .flex-class {
  gap: 10px;
}

.footer .footer-contact-us div .flex-class i {
  font-size: 18px;
}

.footer .footer-contact-us .logo-social {
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer .footer-address {
  letter-spacing: 0.3px;
  line-height: 26px;
  display: flex !important;
}

.footer .footer-all-links .section-devider:not(:last-child) {
  border-right: 2px solid #303658;
  padding: 0 50px;
}

.contact-us-section .flex-class i,
.footer .footer-address i,
.footer .footer-all-links {
  color: #fff;
}

.footer .footer-address-header {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
}

.footer .footer-brand-slogan {
  color: #fff;
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 24px;
}

.footer .footer-all-links h5 {
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 600;
}

.footer .footer-all-links ul {
  list-style: none;
  padding: 0;
  text-decoration: none;
}

.footer .other-quick-links h5 {
  visibility: hidden;
}

.footer-responsive {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .footer {
    display: block;
  }

  .footer-responsive {
    display: block !important;
    background: linear-gradient(90.16deg, #101f9d -15.84%, #11111c 122.54%);
  }

  .footer-responsive .footer-section .solutions-quick-links,
  .footer-responsive .footer-section div .solutions-quick-links {
    display: flex;
    flex-wrap: wrap;
    column-gap: 80px;
  }

  .footer-responsive .footer-section .solutions-quick-links .footer-quick-links,
  .footer-responsive .footer-section .solutions-quick-links .footer-solutions,
  .footer-responsive
    .footer-section
    div
    .solutions-quick-links
    .footer-quick-links,
  .footer-responsive
    .footer-section
    div
    .solutions-quick-links
    .footer-solutions {
    margin-top: 30px;
    color: #fff;
  }

  .footer-responsive
    .footer-section
    div
    .solutions-quick-links
    .footer-quick-links
    h5,
  .footer-responsive
    .footer-section
    div
    .solutions-quick-links
    .footer-solutions
    h5 {
    font-family: Poppins;
    font-weight: 700;
  }

  .footer-responsive
    .footer-section
    .solutions-quick-links
    .footer-quick-links
    ul,
  .footer-responsive
    .footer-section
    .solutions-quick-links
    .footer-solutions
    ul,
  .footer-responsive
    .footer-section
    div
    .solutions-quick-links
    .footer-quick-links
    div
    ul,
  .footer-responsive
    .footer-section
    div
    .solutions-quick-links
    .footer-solutions
    ul {
    list-style: none;
    padding: 0;
    text-decoration: none;
  }

  .footer-responsive
    .footer-section
    div
    .solutions-quick-links
    .footer-quick-links
    div
    ul
    li
    a,
  .footer-responsive
    .footer-section
    div
    .solutions-quick-links
    .footer-solutions
    ul
    li
    a {
    font-family: Poppins;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    display: block;
    margin: 1rem 0;
    font-size: 14px;
  }

  .footer-responsive
    .footer-section
    div
    .solutions-quick-links
    .footer-quick-links
    div {
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
  }

  .footer-responsive .footer-section .phone-mail-wrapper,
  .footer-responsive .footer-section div .phone-mail-wrapper {
    display: flex;
    color: #f6f6f6;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 80px;
    row-gap: 10px;
    flex-direction: column;
  }

  .footer-responsive .footer-section .phone-mail-wrapper .gap-class,
  .footer-responsive .footer-section div .phone-mail-wrapper .gap-class {
    gap: 10px;
  }

  .footer-responsive .footer-section div .address .footer-address-header {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
  }

  .footer-responsive .footer-section div .address .footer-address {
    color: #f6f6f6;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 26px;
  }

  .footer-responsive .footer-section {
    padding: 2rem !important;
  }

  .footer-responsive .footer-section .footer-brand-image img {
    width: 6rem;
  }

  .footer-responsive .footer-section .footer-brand-slogan {
    color: #fff;
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 24px;
  }

  .contact-us-section .logo-social,
  .footer-responsive .footer-section .logo-social {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .footer-responsive .footer-section .logo-social a img {
    width: 32px;
    height: 32px;
  }

  .footer-responsive
    .footer-section
    .solutions-quick-links
    .footer-quick-links
    h5,
  .footer-responsive
    .footer-section
    .solutions-quick-links
    .footer-solutions
    h5 {
    font-family: Poppins-SemiBold;
  }

  .footer-responsive
    .footer-section
    .solutions-quick-links
    .footer-quick-links
    ul
    li
    a,
  .footer-responsive
    .footer-section
    .solutions-quick-links
    .footer-solutions
    ul
    li
    a {
    font-family: Poppins-Light;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 1rem 0;
    font-size: 14px;
  }

  .footer-responsive .footer-section .address .footer-address-header {
    color: #fff;
    font-family: Poppins-SemiBold;
    font-size: 16px;
  }

  .footer-responsive .footer-section .address .footer-address {
    color: #f6f6f6;
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1025px) {
  .footer-responsive {
    display: none !important;
  }
}

.footer-locations {
  background-color: #0c0e1b;
  padding: 40px 10px;
}

.footer-locations-header .footer-locations-header-text {
  font-family: Poppins;
  font-weight: 600;
  color: #fff;
}

.footer-locations-block .footer-locations-content ul {
  padding: 0;
  margin: 0;
  display: flex;
  vertical-align: middle;
  line-height: 2.5;
  word-break: break-all;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.footer-locations-block .footer-locations-content ul li {
  display: block;
  font-size: 14px;
  list-style: none;
  line-height: 20px;
}

.footer-locations-block .footer-locations-content ul li span {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.footer-locations-block .footer-locations-content ul li span i {
  font-size: 5px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 0.5rem;
}

.footer-locations-block .footer-locations-content ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-left: 0;
  line-height: 20px;
}

.footer-locations-block .footer-locations-content ul li.location-bold span {
  font-family: Poppins;
  font-weight: 700;
  color: #fff;
}

.footer-locations-block
  .footer-locations-content
  ul
  li.location-bold.inc-margin {
  margin-left: 8px;
}

.footer-social-block {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-social-block .footer-mii {
  font-family: Poppins;
  font-size: 24px;
  color: #fff;
}

.footer-social-block .footer-other-links {
  display: flex;
}

.footer-social-block .footer-other-links .footer-other-text-link-a {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 12px;
  text-decoration-skip-ink: none;
  color: #fff;
}

.footer-social-block .footer-other-links .footer-other-text-link-span {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  text-decoration-skip-ink: none;
  color: #fff !important;
}

.footer-social-block .footer-other-links .footer-other-link {
  font-family: Poppins;
  font-size: 14px;
  text-decoration: none;
  text-decoration-skip-ink: none;
  color: #fff;
  font-weight: 400;
}

.footer-social-block .footer-mii i {
  color: red;
}

.footer-social-block .footer-social-links {
  text-align: center;
  padding-left: 12rem;
  margin-top: -0.7rem;
}

.contact-us-section .logo-social > a,
.footer-social-block .footer-social-links a {
  text-decoration: none;
}

.footer-social-block .footer-social-links img {
  margin-right: 0.5rem;
}

.footer-social-block .footer-privacy-links {
  text-align: right;
  padding-right: 0;
  font-family: Poppins-Regular;
}

.footer-social-block .footer-privacy-links span {
  margin-left: 0.5rem;
}

.footer-social-block .footer-privacy-links span a {
  text-decoration: none;
  color: inherit;
}

.contact-us-section .flex-class {
  color: rgb(255 255 255 / 0.7);
}

.footer-locations-block .footer-locations-content p {
  padding: 0;
  margin: 0;
  vertical-align: middle;
  line-height: 22px;
  word-break: break-all;
  font-family: "DM Sans";
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.footer-locations-block .footer-locations-content a {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  font-family: "DM Sans";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.footer .footer-mii {
  font-family: "DM Sans";
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.footer-social-block .footer-other-links,
.footer-social-block .footer-other-links a {
  text-decoration: none;
  display: flex;
  gap: 10px;
}

.contact-us-section .logo-social {
  display: flex;
  gap: 24px;
}

.contact-us-section .logo-social > a {
  background-color: #ffffff1a;
  border-radius: 50px;
  padding: 8px 10px;
}

.footer-locations-block {
  border-bottom: 2px solid #2c3045;
  padding-bottom: 0 !important;
}

.contact-us-section-wrapper {
  padding-left: 50px !important;
}

.footer-without-social-icons .address {
  width: 420px;
}

@media (max-width: 767px) {
  .col-12.col-md-4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer-brand-image,
  .footer-mii {
    display: inline-block;
    margin: 0;
  }

  .footer-mii {
    margin-left: 10px;
    margin-top: 0 !important;
  }

  .footer-locations-block .footer-locations-content ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .contact-us-section-wrapper {
    padding-left: 0px !important;
  }

  .footer-without-social-icons {
    margin-bottom: 80px;
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .footer .footer-mii {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer-all-links ul a {
    font-size: 16px;
  }

  .footer .footer-all-links .section-devider {
    border-right: none;
    padding: 0;
  }

  .footer .footer-all-links .section-devider:not(:last-child) {
    border-bottom: 1px solid #ffffff1a;
    padding: 0;
    border-right: 0;
  }

  .footer-locations-block .footer-locations-content ul li a {
    margin-left: 0;
    line-height: 20px;
  }

  .footer-locations-block .footer-locations-content p:not(:first-child) {
    margin-top: 24px !important;
  }

  .footer-locations-block .footer-locations-content p {
    margin-bottom: 12px;
    line-height: 22px;
  }

  .footer .footer-all-links h5 {
    margin-bottom: 20px;
    margin-top: 20px;
    color: #f5f8fd;
  }

  .col-12.col-md-4.footer-logo {
    border-bottom: 1px solid #ffffff1a;
    padding: 0 0 20px;
  }

  .footer-locations .container .footer-social-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 60px;
  }

  .footer-locations .container .footer-social-block .footer-other-links {
    flex-wrap: wrap;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 300;
  }
}

@media screen and (max-width: 767px) {
  .col-md-2.col-6.footer-locations-content {
    width: 100%;
  }

  .footer .footer-address {
    font-size: 14px;
  }
}

.footer-brand-image,
.footer-mii {
  display: block;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.contact-us-section .logo-social .fa {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222a45;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  transition: 0.3s;
}

.contact-us-section .logo-social .fa:hover {
  background-color: #444f70;
  transform: scale(1.1);
}

.footer-locations-content a {
  word-break: normal;
  margin-bottom: 0.5rem;
}

.footer-locations-content p {
  word-break: normal;
}

.rotate-icon {
  transform: rotate(180deg);
}

img.rotated {
  transform: rotate(0deg);
  transition: transform 0.3s;
}

@media screen and (min-width: 700px) and (max-width: 1200px) {
  .contact-us-section ul li div {
    word-break: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
    max-width: 100%;
  }

  .logo-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    max-width: 100%;
    overflow: hidden;
  }

  .logo-social a {
    flex: 0 1 auto;
    min-width: 0;
  }

  .contact-us-section,
  .footer-all-links .col-md-4 {
    min-width: 0;
    flex-shrink: 1;
  }
}

.blog-card.recommended-card {
  background-color: #f5f8fd;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  width: 30%;
  margin: 0 0.5rem;
}

.blog-thumbnail img {
  width: 100%;
  height: 150px;
  border-radius: 8px;
}

.blog-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.revamp-page-template .blogs-webinar-section .webinar-title-blog {
  font-size: 18px;
  font-weight: 700;
  color: #1a1f38;
  margin-bottom: 1rem;
  text-wrap: auto;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 75px;
  line-height: 26px;
}

.blogs-webinar-section .blog-thumbnail img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .blog-card.recommended-card {
    background-color: #f5f8fd;
    border-radius: 0.75rem;
    display: inline-block;
    width: 17.5rem;
    margin: 0 0.5rem;
  }

  .blogs-webinar-section .blog-thumbnail img {
    width: 280px;
  }
}

.get-solar-section .solar-option {
  gap: 0.75rem;
  border-bottom: 1px solid #e2e4ec;
  padding: 1rem 0;
}

.revamp-page-template.home-wrapper {
  margin-top: 75px;
}

.get-solar-section .solar-option:last-child {
  border-bottom: none;
}

.get-solar-section h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.get-solar-section .solar-content h3 {
  font-weight: 600;
  font-size: 1.25rem;
  color: #2c3045;
  letter-spacing: -1px;
  margin-bottom: 0;
  line-height: 28px;
}

.get-solar-section .solar-content p {
  font-size: 0.875rem;
  color: #2c3045;
  margin: 0;
  width: 210px;
  letter-spacing: -0.5px;
  line-height: 20px;
}

.get-solar-section .solar-option img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
}

.revamp-page-template.home-wrapper .rating-detail .rating-strip {
  background-color: #fff0;
}

@media (max-width: 767px) {
  .revamp-page-template.home-wrapper .rating-detail .rating-strip {
    background-color: #fcf9f1;
  }
}

.revamp-page-template .content-section {
  left: 0;
  right: 0;
  top: 7%;
  min-height: 300px;
}

.revamp-page-template .content-section h2 {
  font-size: 1rem;
  color: #182150;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}

.revamp-page-template .content-section h2 strong {
  background-color: #a5ebff;
  padding: 0.25rem;
  font-weight: 600;
}

.revamp-page-template .hero-section .content-section h1 {
  font-weight: 700;
  font-size: 1.75rem;
  font-family: "Poppins", sans-serif;
  line-height: 36px;
  letter-spacing: 0;
  min-height: 60px;
}

.revamp-page-template .content-section .subheading {
  font-size: 0.875rem;
  color: #182150;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.revamp-page-template .right-side .right-side-box {
  padding: 1.5rem;
  border-radius: 1rem;
  width: 500px;
}

.revamp-page-template .right-side .right-side-box .subheading {
  font-weight: 500;
  font-size: 1.125rem;
}

.revamp-page-template .right-side .right-side-box .save-amount {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.revamp-page-template .right-side .right-side-box .amount-wrapper {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e2e4ec;
  margin-bottom: 1.25rem;
}

.revamp-page-template
  .right-side
  .right-side-box
  .amount-wrapper
  span:first-child {
  font-size: 1.125rem;
  font-weight: 500;
  color: #1a1f38;
}

.revamp-page-template
  .right-side
  .right-side-box
  .amount-wrapper
  span:last-child {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2c3045;
}

.revamp-page-template .right-side .right-side-box .green,
.revamp-page-template
  .right-side
  .right-side-box
  .amount-wrapper
  .yearly-save-amount {
  color: #059669;
}

.revamp-page-template .right-side .right-side-box .year-amount {
  font-size: 1.375rem;
  font-weight: 600;
}

.revamp-page-template .right-side .right-side-box .year-amount-heading {
  color: #5d627c;
  font-size: 0.875rem;
  font-weight: 500;
}

.revamp-page-template .right-side .right-side-box .view-more-calculation {
  color: #2f38cf;
  font-size: 1rem;
  margin-top: 1.25rem;
  font-weight: 600;
}

.revamp-page-template #custom-handle .slider-value-box {
  display: none;
}

.revamp-page-template .blogs-webinar-section .webinar-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1f38;
  margin-bottom: 1rem;
  text-wrap: auto;
}

.blogs-webinar-section .webinar-thumbnail img {
  width: 280px;
}

.read-more-section #toggle-read-more-btn {
  color: #1a1f38;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  padding: 0.75rem 1rem;
  background-color: #f5f8fd;
}

.read-more-section .content-box {
  display: none;
  padding: 10px;
}

.revamp-page-template.home-wrapper .get-solar-section {
  padding-top: 2.5rem;
}

.solar-journey-main-section {
  padding: 40px 16px;
}

.revamp-page-template.home-wrapper .hero-section .content-section .cta-btn {
  background: #fff;
  min-width: 210px;
  margin-top: 0;
  padding: 12px 42px;
}

.revamp-page-template.home-wrapper .hero-section .content-section .cta-btn a {
  color: #000;
  margin-left: -10px;
}

.revamp-page-template .content-section {
  width: 325px;
  color: #fff;
}

.revamp-page-template .content-section h2 {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 768px) {
  .revamp-page-template.home-wrapper .featured-image img {
    height: 720px;
    object-fit: cover;
  }

  .solar-journey-main-section .container {
    padding: 0;
  }

  .navbar {
    height: 4.5rem;
    padding-bottom: 0;
  }

  .revamp-page-template .content-section h2 {
    margin-bottom: 16px;
  }

  .revamp-page-template .content-section {
    top: 8%;
  }
}

@media (min-width: 768px) {
  .background-overlay {
    background: linear-gradient(
      155deg,
      #2c3045 8%,
      #2c304599 42%,
      #2c304500 56%
    );
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 600px;
  }

  .revamp-page-template.home-wrapper .rating-detail .rating-strip {
    background-color: #ffffff29;
    border-radius: 12px;
    padding: 12px 32px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgb(255 255 255 / 0.3);
    box-shadow: 0 8px 32px rgb(0 0 0 / 0.1);
    transition: transform 0.3s ease;
  }

  .revamp-page-template.home-wrapper .rating-strip .rate-span {
    font-weight: 500;
    font-size: 18px;
    color: #e9b35e;
  }

  .revamp-page-template.home-wrapper .rating-strip span {
    font-size: 18px;
    font-weight: 500;
  }

  .rating-home-desk {
    bottom: 24px;
  }

  .revamp-page-template.home-wrapper .get-solar-section {
    padding: 6rem 0;
  }

  .home-wrapper .solar-options {
    gap: 25px;
  }

  .get-solar-section .solar-option {
    border: none;
    padding: 0;
  }

  .get-solar-section h2 {
    color: #1a1f38;
    font-size: 2.5rem;
    margin-bottom: 56px;
  }

  .get-solar-section .solar-content h3 {
    color: #2c3045;
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
    line-height: 28px;
  }

  .get-solar-section .solar-content p {
    font-size: 1rem;
    width: 210px;
    line-height: 24px;
  }

  .revamp-page-template .content-section {
    width: 630px;
    right: auto;
    top: 108px;
    color: #fff;
  }

  .revamp-page-template .content-section h2 {
    font-size: 20px;
    line-height: 44px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 24px;
    margin-top: 16px;
    color: #fff;
  }

  .revamp-page-template .content-section .subheading {
    font-size: 1.4rem;
    letter-spacing: -1px;
  }

  .revamp-page-template.home-wrapper .content-section .subheading {
    margin-top: 12px;
    margin-bottom: 5px;
  }

  .revamp-page-template .content-section .cta-btn {
    padding: 14.37px 40px;
  }

  .revamp-page-template .content-section .cta-btn a {
    font-size: 0.875rem;
  }

  .excellance-inner-section .goodzero-pride .card-wrapper {
    height: 160px;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .revamp-page-template.home-wrapper .featured-image img {
    width: 100%;
  }

  .revamp-page-template.home-wrapper .content-section h1 {
    font-size: 3.5rem;
    line-height: 4rem;
    letter-spacing: -1px;
  }

  .solar-journey-main-section .solar-journey-wrapper .left-section {
    width: 60%;
    padding: 72px 0 25px 0;
  }

  .solar-journey-main-section .solar-option.d-flex.align-items-center {
    position: relative;
  }

  .solar-journey-main-section .solar-journey-section .solar-description {
    font-size: 1rem;
    padding-bottom: 45px;
    margin-bottom: 0;
  }

  .solar-journey-wrapper .right-section-wrapper {
    max-width: unset;
  }

  .solar-journey-wrapper .right-section {
    width: 40%;
  }

  .solar-journey-main-section {
    padding: 0;
  }

  .solar-journey-wrapper .right-section-wrapper {
    max-width: unset !important;
  }

  .revamp-page-template
    .solar-journey-wrapper
    .right-section
    .right-section-wrapper {
    max-width: unset;
    margin: 0 auto;
    position: relative;
    height: 780px;
  }

  .solar-journey-wrapper .right-section-wrapper img {
    margin-top: 0;
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 100%;
  }

  .solar-journey-wrapper .left-section {
    width: 60%;
    padding: 72px 0 25px;
  }
}

.solar-journey-section .solar-content::after {
  border-left: 1px dashed #e2e4ec;
  height: calc(100% - 40px);
  content: "";
  width: 1px;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 0;
}

.solar-journey-section .solar-content {
  position: relative;
  padding-left: 60px;
}

.gradient-text,
.rating-detail h2 {
  -webkit-text-fill-color: #fff0;
  display: inline-block;
}

.goodzero-pride h2,
.goodzero-promise h2,
.rating-detail h2 {
  letter-spacing: 0;
}

.faq-section.common-faq h2,
.goodzero-pride h2,
.goodzero-promise h2,
.rating-detail h2 {
  font-family: Poppins, sans-serif;
}

.customer-feedback,
.text-ellipse-line {
  text-overflow: ellipsis;
  max-width: 100%;
}

#leadFormModal .modal-dialog,
.revamp-page-template,
.revamp-page-template #solar-calc-blog-component .calculate-savings .calc-title,
.revamp-page-template #solar-calc-blog-component .left-side .calc-subtitle {
  font-family: "DM Sans", sans-serif;
}

.gradient-text {
  background: linear-gradient(150deg, #00bdff, #131ca2);
  -webkit-background-clip: text;
  margin: 0;
  font-weight: 700;
}

.good-zero-rates-section {
  background-image: url(https://cdn.solarsquare.in/blog/wp-content/uploads/2025/11/06081422/gdzr-mobile-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

#readMoreAccordion,
.good-zero-rates-section .hero-card {
  overflow: hidden;
}

.good-zero-rates-section .rating-detail {
  padding: 32px 0 32px 22px;
  gap: 10px;
}

.rating-detail h2 {
  background: linear-gradient(90deg, #182150, #374cb6);
  -webkit-background-clip: text;
  font-size: 2rem;
  margin: 6px 0;
}

.good-zero-rates-section .rating-detail h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.good-zero-rates-section .rating-detail p {
  font-size: 24px;
  font-weight: 600;
  width: 69%;
  color: #1a1f38;
  line-height: 24px;
  margin-top: -33px;
}

.rating-strip img {
  margin-top: -1px;
  margin-right: 4px;
}

.rating-strip .rate-span {
  color: #d8901e;
}

.rating-strip span {
  font-size: 0.75rem;
  font-weight: 600;
}

.shield-icon img {
  width: 100%;
  height: 100%;
}

.common-faq .accordion-item {
  border: none;
  background-color: #fff0;
  border-bottom: 1px solid #f1f1f5;
  border-radius: 0;
  padding: 1.25rem 0;
}

.common-faq .second-column .accordion-item:last-child,
.goodzero-page #goodzeroAccordion .accordion-item:last-child {
  border-bottom: none;
}

.common-faq .accordion-button {
  background-color: #fff0;
  border: none;
  border-radius: 0;
  box-shadow: unset;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1a1f38;
}

.goodzero-promise h2 {
  font-size: 1.75rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.goodzero-promise .img-wrapper img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}

.goodzero-pride {
  padding: 2.5rem 1rem;
}

.chs-wrapper .cta-btn,
.goodzero-pride .cta-btn {
  background-color: #fff0;
  border-radius: 8px;
  padding: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.875rem;
  width: 100%;
  border: 2px solid #131ca2;
  background: linear-gradient(76.39deg, #101f9d 0, #11111c 100%);
  color: #fff;
  border: none;
}

.goodzero-pride .card-wrapper {
  background-color: #f7fafe;
  height: 140px;
  padding: 16px;
  overflow: hidden;
}

.goodzero-pride .card-wrapper img {
  width: 20px;
  height: 20px;
}

.goodzero-pride h4 {
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  color: #182150;
  font-weight: 600;
}

.goodzero-pride h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem !important;
}

#leadFormModal p,
.goodzero-pride .card-wrapper p {
  color: #5d627c;
  font-size: 0.875rem;
}

.goodzero-pride .goodzero-pride-wrappper {
  --bs-gutter-y: 0.75rem;
  --bs-gutter-x: 0.75rem;
  margin-bottom: 28px;
}

.goodzero-pride .left-section {
  gap: 0.75rem;
  background-image: linear-gradient(45deg, #f1fbff, #fff);
  border: 1px solid #e3f8ff;
  padding: 1rem;
  border-radius: 12px;
  margin-bottom: 0.75rem;
}

.goodzero-pride .cta-wrapper .left-section p {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-align: left;
  margin-bottom: 0;
}

.faq-section.common-faq {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 40px 0;
}

.faq-section.common-faq .accordion-button::before {
  position: absolute;
  right: 0;
  font-size: 1.25rem;
}

.faq-section.common-faq .accordion-button:not(.collapsed)::before {
  content: "−";
  color: #fff;
  background: linear-gradient(76.39deg, #101f9d 0, #11111c 100%);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -55px;
}

.faq-section.common-faq .accordion-button.collapsed::before {
  content: "+";
  color: #1c202a;
  background-color: #f1f1f5;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -55px;
}

.faq-section.common-faq .accordion-body {
  padding: 0.5rem 3.5rem 0 0;
  color: #2c3045;
  font-size: 1rem;
}

.faq-section.common-faq .accordion-button {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  padding: 0;
}

.faq-section.common-faq h2 {
  margin-right: 0;
  padding-right: 60px;
  font-size: 1.75rem;
}

.faq-section.common-faq .faq_btn {
  text-decoration: none;
  background-color: #f1f1f5;
  color: #182150;
  display: inline-block;
  padding: 1rem;
  margin: 1rem 0 0;
  width: 100%;
  border-radius: 8px;
  border: none;
}

#leadFormModal .modal-dialog {
  background-color: #ecf1fb;
  padding: 30px 16px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

#leadFormModal #leadForm,
.form-section .form-component .designation-options .custom-radio,
.revamp-page-template .content-section figure,
.revamp-page-template.home-wrapper .content-section p,
.revamp-page-template.homes-wrapper .content-section p {
  margin: 0;
}

#leadFormModal #leadForm,
#leadFormModal .modal-content {
  box-shadow: unset;
  padding: 0;
  border: none;
  background: #fff0;
}

#leadFormModal .cta-btn,
.form-component .cta-btn {
  background: linear-gradient(76.39deg, #101f9d 0, #11111c 100%);
  color: #fff;
  border-radius: 12px;
  padding: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.875rem;
  border: none;
}

span.limited-text {
  font-size: 10px;
  position: absolute;
  top: -12px;
  background: linear-gradient(76.39deg, #fef2a1 0, #ffc672 117.62%);
  color: #604a01;
  border-radius: 4px;
  padding: 4px 8px;
  right: 17px;
}

.leadForm .form-bottom-text {
  color: #182150;
  font-size: 1rem;
  background: linear-gradient(90deg, #f2f7ff 0, #d7e4fc 40%, #edf3ff 100%);
  padding: 0.5rem;
  margin: 1.25rem -1.25rem 0 -1.5rem;
}

.form-bottom-text span {
  color: #2f38cf;
}

#leadFormModal .form-check-label,
.form-component .form-check-label {
  font-size: 12px;
  color: #5d627c;
}

#leadFormModal .form-check-label a,
.form-component .form-check-label a {
  font-weight: 500;
  color: #131ca2;
}

#leadFormModal .custom-radio-block,
.form-component .custom-radio-block {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: auto;
  margin: 0 -15px;
  padding-left: 15px;
}

.form-component .custom-radio-block {
  margin: 0 -20px;
}

#leadFormModal .custom-radio-block::-webkit-scrollbar,
.form-component .custom-radio-block::-webkit-scrollbar {
  display: none;
}

#leadFormModal .custom-radio,
.form-component .custom-radio {
  display: inline-block;
  cursor: pointer;
  margin: 4px 2px;
  font-size: 14px;
  font-weight: 600;
  color: #1a1f38;
  text-align: center;
  padding: 12px 15px;
  border-radius: 0.75rem;
  background: #fff;
  border: 1px solid #e2e4ec;
  white-space: nowrap;
}

.form-section .form-component .custom-radio {
  padding: 10px 20px;
  width: 142px;
  margin: 4px;
}

.chs-wrapper .form-section .form-component .custom-radio,
.gosolar-wrapper .form-section .form-component .custom-radio {
  width: auto;
}

.form-section .form-component .custom-radio-block {
  flex-wrap: wrap;
}

#leadFormModal .custom-radio.active,
.form-component .custom-radio.active {
  background: linear-gradient(76.39deg, #101f9d 0, #11111c 90%);
  border: 1px solid #e2e4ec;
  color: #fff;
}

.form-component label {
  color: #5d627c;
  font-size: 14px;
}

.form-component label.bill-label {
  font-size: 14px;
  color: #5d627c;
  font-weight: 400;
  margin-left: 0;
  margin-bottom: 0;
}

.commercial-form-class .form-field-inner-wrapper,
.form-component .bill-field,
.housing-form-class .form-field-inner-wrapper,
.leadForm .form-field-inner-wrapper,
.project-details-point {
  margin-bottom: 1rem;
}

.form-component .form-check img {
  height: 100%;
  opacity: 50%;
  margin-right: 5px;
}

#leadFormModal .modal-header .btn-close {
  width: 20px;
  height: 20px;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: -18px;
  font-size: 10px;
}

#leadFormModal #billError {
  font-size: 0.875em;
}

#leadFormModal .form-check {
  padding-left: 0;
}

.form-component .form-control {
  padding: 18px 20px;
  border: 1px solid #e2e4ec;
  border-radius: 12px;
}

.form-component .form-control.is-error {
  border: 1px solid #d32f2f;
}

.agmStatusError,
.billError,
.designationError,
.invalid-feedback {
  color: #d32f2f;
  font-size: 12px;
  margin-left: 12px;
}

#leadForm .form-control:focus,
.form-component .form-control:focus {
  color: #111f96;
  box-shadow: unset;
  border: 1px solid #131ca2;
}

#leadForm .form-label,
.revamp-page-template .grey {
  color: #5d627c;
}

#leadFormModal .modal-header {
  border: none;
}

.space-area {
  background-color: #d9e4f8;
  width: 55px;
  height: 4px;
  border-radius: 2px;
  display: inline;
  margin: -20px auto 0;
}

.testimonials-section #customers-say {
  padding-left: 1rem;
  padding-right: 1rem;
}

#customer-recommended-section .recommended-card,
.news-card,
.webinar-card.recommended-card {
  background-color: #f5f8fd;
  border-radius: 0.75rem;
  display: inline-block;
  max-width: 17.5rem;
  margin: 0 0.5rem;
}

#customer-recommended-section .recommended-card-details {
  padding: 1.25rem;
  font-size: 1rem;
  width: 280px;
  position: relative;
}

#customer-recommended-section .customer-feedback p {
  white-space: normal;
  font-weight: 400;
  color: #1a1f38;
  font-size: 1.125rem;
  max-height: 255px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
}

#customer-recommended-section .customer-feedback .quote-img {
  top: -10px;
}

#customer-recommended-section .recommended-card-details .author-info {
  gap: 2px;
  margin: 0.75rem 0 0;
}

.customer-feedback {
  height: 245px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}

.custoemr-say-section {
  border-radius: 0.75rem;
  display: inline-block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.custoemr-say-section .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#customers-say .details {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(76.39deg, #000 0, #ffffff00 117.62%);
}

.details-inner-wrapper {
  white-space: normal;
  position: absolute;
  bottom: 1rem;
}

.details img {
  width: 88px;
  height: auto;
}

.custoemr-say-section .details img {
  width: 80px;
}

.details .details-inner-wrapper img {
  width: 16px;
  height: 13px;
}

.details-inner-wrapper h3 {
  font-weight: 400;
  font-size: 1rem;
  margin: 0;
  line-height: 22px;
  letter-spacing: 0;
}

.chs-wrapper .divider,
.city-page-template .divider,
.goodzero-page .divider,
.home-wrapper .divider,
.windpro-page-wrapper .divider {
  width: 100%;
  background-color: #ecf1fb;
  height: 4px;
  margin-bottom: 40px;
}

.city-page-template .divider,
.home-wrapper .divider,
.windpro-page-wrapper .divider {
  margin-top: 40px;
}

.revamp-page-template {
  letter-spacing: -0.5px;
}

.revamp-page-template #solar-calc-blog-component .solar-calc-form,
.revamp-page-template .goodzero-promise {
  background: #fff0;
}

.revamp-page-template
  #solar-calc-blog-component
  .solar-calc-form
  .scalc-form-submission
  .form-wrapper,
.revamp-page-template .goodzero-intro-image .featured-image img {
  width: 100%;
}

.revamp-page-template .goodzero-promise h3 {
  font-size: 18px;
  font-weight: 700 !important;
  line-height: 23px;
  width: 160px;
  letter-spacing: 0;
  color: #1a1f38;
}

.promises-wrapper .promises-desc {
  color: #5d627c;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
}

.revamp-page-template .goodzero-promise .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.revamp-page-template .promises-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 20px;
}

.solar-journey-wrapper .left-section .solar-journey-section h3 {
  font-size: 20px;
  font-weight: 700;
}

.solar-journey-section .solar-description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.revamp-page-template .goodzero-promise .img-wrapper {
  width: 100%;
  height: 155px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
}

.revamp-page-template .rating-section {
  background-color: #fffef2;
}

.get-solar-wrapper h2 {
  margin-bottom: 16px;
}

#customer-recommended-section .card-wrapper,
.card-wrapper {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  align-items: stretch;
  overflow-x: scroll;
}

.webinar-thumbnail img {
  width: 100%;
  height: 132px;
  border-radius: 8px;
}

.webinar-content {
  padding: 1rem;
}

#customer-recommended-section .recommended-card-details .author-info img {
  border-radius: 50px;
  object-fit: cover;
  margin-right: 8px;
}

#customer-recommended-section
  .recommended-card-details
  .author-info
  .author-name {
  color: #131ca2;
  font-weight: 600;
  display: inline-block;
  max-width: 185px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

#customer-recommended-section
  .recommended-card-details
  .author-info
  .author-location {
  color: #5d627c;
  font-weight: 400;
}

.app-section h2,
.revamp-page-template
  #solar-calc-blog-component
  .calculate-savings
  .calc-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}

.cta-box {
  background: linear-gradient(97deg, #dfeaff 0, #b2c8f1 100%);
  border-radius: 12px;
  overflow: hidden;
}

.app-section,
.cta-box .left-section::before {
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-box .right-section {
  padding-right: 16px;
  margin-left: 20px;
}

.cta-box .left-section {
  width: 126px;
  height: 130px;
}

.cta-box .left-section::before {
  background-image: url(https://cdn.solarsquare.in/blog/wp-content/uploads/2025/11/10121551/bg-circles.webp);
  background-position: center;
  width: 148px;
  height: 148px;
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
}

.cta-box .left-section img {
  margin-top: 20px;
  width: auto;
  margin-left: 30px;
}

.cta-box .question {
  font-size: 18px;
  color: #182150;
}

.cta-box .desc {
  font-size: 0.875rem;
  color: #182150;
}

.cta-box .btn {
  color: #2f38cf;
  font-size: 0.875rem;
  margin-top: 12px;
}

.saving-patch {
  color: #c1f0dd;
  font-size: 1rem;
  background-color: #111a6e;
  padding: 0.75rem 0;
  margin: 0 -1.75rem 2.5rem;
}

.card-slider-section {
  margin: 20px 0 40px;
}

.revamp-page-template .goodzero-promise .container {
  padding: 40px 20px;
}

#faqTab {
  border: none;
  gap: 0.75rem;
}

#faqTab .nav-item .nav-link {
  color: #2c3045;
  background-color: #f1f1f5;
  border-radius: 41px;
}

#faqTab .nav-item .nav-link.active {
  color: #fff;
  background-color: #182150;
}

.bill-radio-inp,
.faq_accordian .accordion-button::after,
.revamp-page-template #custom-handle .slider-value-box {
  display: none;
}

.app-section {
  background-position: right bottom;
  padding-top: 40px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}

.app-section .desc,
.app-section-wrapper,
.pincode-view-homes-wrapper {
  margin-bottom: 20px;
}

.app-section .desc {
  font-size: 1rem;
  font-weight: 500;
}

.app-section .feature-card p {
  font-size: 0.625rem;
  font-weight: 600;
}

.app-section .img-fluid {
  z-index: 1;
  position: relative;
  height: 320px;
}

.testimonial-heading {
  font-size: 1.75rem;
  width: 100%;
}

.feature-card {
  background: #fff;
  box-shadow: 0 4px 14px rgb(0 0 0 / 0.1);
  border-radius: 12px;
  padding: 9px 12px;
  width: 130px;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  z-index: 2;
  border: 1px solid #e4e5f9;
  background: rgb(255 255 255 / 90%);
  backdrop-filter: blur(17.6px);
}

.feature-card-1 {
  top: 68px;
  left: 0;
}

.feature-card-2 {
  top: 45px;
  right: 0;
}

.feature-card-3 {
  bottom: 12px;
  left: -3px;
}

.feature-card-4 {
  bottom: 9px;
  right: 0;
}

.feature-card img {
  margin-bottom: 5px;
  background-color: #ecf1fb;
  padding: 6px;
  border-radius: 50px;
}

.app-download-links-wrapper {
  padding: 16px;
  background-color: #f8f9fdcc;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.app-download-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.app-download-links img {
  height: 50px;
  transition: transform 0.2s;
}

.app-download-links img:hover {
  transform: scale(1.05);
}

.revamp-page-template .red {
  color: #d32f2f;
}

.revamp-page-template .rating-detail a {
  color: #2f38cf;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 3.1rem;
  display: inline-block;
}

.revamp-page-template .rating-detail .rating-strip {
  padding: 13px;
  font-weight: 500;
  font-size: 0.875rem;
}

.revamp-page-template .good-zero-rates-section .rating-detail {
  padding: 0 0 40px 16px;
}

.revamp-page-template .good-zero-rates-section .rating-detail h3 {
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
}

.revamp-page-template .good-zero-rates-section .rating-detail h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 37px;
}

.revamp-page-template .shield-icon img {
  width: 150px;
}

.form-component form {
  background-color: #fff0;
  box-shadow: unset;
  overflow: hidden;
  padding: 1.75rem 1.25rem 0;
}

.form-component form .desc {
  color: #5d627c;
  font-size: 14px;
  margin-bottom: 20px;
  width: 300px;
  letter-spacing: 0;
  font-family: "DM Sans";
  vertical-align: middle;
}

.form-component form h2 {
  color: #1a1f38;
  font-size: 24px;
  margin-bottom: 0.5rem;
  font-family: poppins, sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
}

.form-component .form-control,
.form-component .form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: #5d627c;
  font-size: 12px;
  padding-left: 20px;
}

.form-floating > .form-control:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

.form-floating > label {
  line-height: 24px;
  font-size: 16px;
  transition: 0.2s ease-in-out;
}

.form-floating input[type="tel"],
.form-floating input[type="text"] {
  font-size: 16px;
  color: #1a1f38;
  font-weight: 600;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.form-floating {
  padding-top: 2px;
}

#leadFormModal .bill-field,
#leadFormModal .form-floating {
  margin-bottom: 14px;
}

input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-text-fill-color: #1a1f38 !important;
  transition: background-color 5000s ease-in-out;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
  font-size: 12px;
  font-weight: 500;
}

.city-page-template .promises-wrapper h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1f38;
}

.text-ellipse-line {
  height: 63px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.form-section {
  background-color: #ecf1fb;
}

.tooltip-custom-bill .tooltip-inner {
  white-space: nowrap;
  max-width: none !important;
}

.goodzero-intro-image {
  margin-top: -90px;
}

.revamp-page-template
  #solar-calc-blog-component
  .calculate-savings
  .calc-header
  ul {
  padding: 0;
  margin: 20px 0;
}

.revamp-page-template
  #solar-calc-blog-component
  .calculate-savings
  .calc-header
  ul
  li {
  list-style: none;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 12px;
}

.revamp-page-template
  #solar-calc-blog-component
  .calculate-savings
  .calc-header
  ul
  li
  img {
  margin-right: 6px;
  width: auto;
  height: auto;
}

.revamp-page-template #solar-calc-blog-component .calculate-savings {
  background-image: none;
  color: #1a1f38;
}

.revamp-page-template .calc-bg-img {
  right: -100px;
  top: -60px;
  left: unset;
}

.revamp-page-template .calc-bg-img img {
  width: 250px;
  height: 250px;
}

.revamp-page-template #solar-calc-blog-component {
  background-color: #f5fcf9;
  padding: 2.5rem 0;
}

.revamp-page-template .ui-slider-horizontal .ui-slider-range-min {
  background: #059669 !important;
}

.revamp-page-template #slider-meow {
  background-color: #c1f0dd;
  height: 2rem;
  width: 97%;
  margin: 0 10px;
}

.revamp-page-template
  #solar-calc-blog-component
  .solar-calc-form
  .scalc-form-submission
  #calculate-now-calc {
  border-radius: 8px;
  height: 50px;
}

.revamp-page-template
  #solar-calc-blog-component
  .solar-calc-form
  .scalc-form-submission
  button {
  border-radius: 8px;
}

.revamp-page-template .slider-value-box.selected-bill-amount {
  position: static;
  background: #fff0;
  color: #1a1f38;
  font-size: 1rem;
  padding: 0;
  opacity: 1 !important;
  transform: unset;
}

.revamp-page-template
  #solar-calc-blog-component
  .solar-calc-form
  .scalc-form-submission {
  gap: 24px;
}

.solar-journey-main-section {
  background: #f5f8fd;
}

.revamp-page-template.homes-wrapper .solar-journey-section .solar-description {
  color: #5d627c;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  padding-bottom: 1.25rem;
}

#solar-calc-blog-component .left-side .calc-subtitle {
  margin-bottom: 24px;
}

#readMoreAccordion .accordion-button,
#solar-calc-blog-component
  .solar-calc-form
  .scalc-form-submission
  .form-wrapper
  .silder-form
  .slider-tooltip
  #tooltip-info {
  padding: 0;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(180deg, #00000000 0, #000 100%);
}

.active-card {
  transform: scale(1.2);
  transition: transform 0.1s;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 12px;
}

.chs-wrapper .city-map img {
  width: 100%;
  height: 358px;
}

.terrace-form-box {
  position: relative;
  margin: 0 auto;
  height: 100%;
}

.housing-form-class .dropdown-menu.show,
.leadForm .dropdown-menu.show {
  box-shadow: 0 6px 14px 0 rgb(0 0 0 / 6%);
  border: none;
}

.housing-form-class .dropdown-item,
.leadForm .dropdown-item {
  font-size: 14px;
  padding: 12px 20px;
  text-wrap: auto;
}

.housing-form-class .btn-light::after,
.leadForm .btn-light::after {
  background-image: url(https://cdn.solarsquare.in/blog/wp-content/uploads/2025/11/09194852/arrow-bk.webp);
  border: none;
  width: 13px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 35% 61%;
  transform: rotate(270deg);
}

.modal-bottom,
.modal.fade .modal-bottom {
  transform: translateY(100%);
}

.housing-form-class .btn-light,
.housing-form-class .btn.show,
.housing-form-class .btn:hover,
.housing-form-class .form-select,
.leadForm .btn-light,
.leadForm .btn.show,
.leadForm .btn:hover,
.leadForm .form-select {
  color: #5d627c;
  padding: 18px;
  background-color: #fff;
  border: 1px solid #e2e4ec;
  border-radius: 12px;
}

.revamp-page-template.privacy-policy-wrapper,
.revamp-page-template.tac-wrapper,
.revamp-page-template.terms-of-uses-wrapper,
.revamp-page-template.whistleblower-wrapper {
  font-size: 16px;
  color: #1a1f38;
  font-family: Poppins, sans-serif;
}

.revamp-page-template.terms-of-uses-wrapper h4 {
  color: #131ca2;
  font-size: 20px;
}

.revamp-page-template.privacy-policy-wrapper h3,
.revamp-page-template.whistleblower-wrapper h2 {
  color: #131ca2;
  font-size: 24px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 16px;
}

.revamp-page-template.privacy-policy-wrapper h5 {
  color: #131ca2;
  font-size: 18px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 16px;
}

.revamp-page-template.tac-wrapper .list {
  padding-left: 1rem;
}

.revamp-page-template.tac-wrapper .list li {
  padding-bottom: 1rem;
}

.revamp-page-template.tac-wrapper .list li:last-child {
  padding-bottom: 0;
}

.revamp-page-template.tac-wrapper .list ul {
  list-style: none;
}

.revamp-page-template.tac-wrapper .list .sublist-wrapper .sublist li {
  text-indent: -1.7em;
}

.read-more-section #toggle-read-more-btn {
  color: #1a1f38;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  padding: 0.75rem 1rem;
  background-color: #f5f8fd;
}

.read-more-section .content-box {
  display: none;
  padding: 10px;
}

#readMoreAccordion .accordion-item {
  border: none;
  padding: 20px 0;
}

#readMoreAccordion .accordion-button:focus {
  box-shadow: unset;
}

#readMoreAccordion .accordion-button:not(.collapsed) {
  box-shadow: unset;
  background-color: #fff0;
}

#readMoreAccordion .accordion-button {
  font-size: 1.25rem;
  font-weight: 600;
}

#readMoreAccordion .accordion-body {
  padding: 16px 0;
}

.card-slider-section .card-slide-item .overlay {
  background: linear-gradient(270deg, #f1fbff 76%, #ffffff00 86%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-size: 100%;
  background-repeat: no-repeat;
}

.card-slider-section .card-slide-item {
  border-radius: 0.75rem;
  border: 1px solid #ecf1fb;
  position: relative;
  overflow: hidden;
}

#leadFormModal .form-floating {
  padding-left: 2px;
  padding-right: 2px;
}

.revamp-page-template .tag-line {
  background: linear-gradient(
    300deg,
    #fff 30%,
    #edfffe 60%,
    #eef4ff 77%,
    #fff 100%
  );
  border-radius: 20px;
  padding: 10px;
  font-size: 0.875rem;
  margin-right: 4px;
  border: 1px solid #f1f1f5;
  color: #131ca2;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
}

.news-card .card-img-top {
  width: 280px;
  height: 132px;
  object-fit: cover;
  border-radius: 16px;
}

.news-image .company-logo {
  position: absolute;
  z-index: 1;
  left: 16px;
  width: 60px;
  height: 60px;
  bottom: -24px;
}

.news-card .card-link.track-news {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.news-card .media-title {
  font-size: 1rem;
  font-weight: 600;
}

.news-card .news-date {
  font-size: 0.875rem;
  color: #5d627c;
}

.news-card .card .card-body {
  padding-top: 40px;
}

.news-card .card .card-body .news-title {
  color: #1a1f38;
  font-size: 1.125rem;
  font-weight: 600;
  max-height: unset;
  margin-top: 18px;
  text-wrap: wrap;
}

.safety-standards-section {
  padding: 40px 0;
  background-image: url(https://cdn.solarsquare.in/blog/wp-content/uploads/2025/06/30110755/safety-ty-mobile-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.safety-standards-section h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: #1a1f38;
}

.safety-standards-section .sub-heading {
  font-size: 1rem;
  font-weight: 600;
  color: #182150;
  margin-bottom: 2rem;
}

.safety-standards-section .description {
  font-size: 1rem;
  color: #1a1f38;
  font-weight: 500;
  margin-bottom: 2rem;
}

.safety-standards-section .safety-image img {
  width: 100%;
  border-radius: 0.75rem;
  margin-bottom: 2.5rem;
  height: 180px;
  object-fit: cover;
}

.symbols-heading {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1f38;
  margin-bottom: 1.25rem;
}

.symbol-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.symbol-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 0.5rem;
}

.symbol-label {
  font-size: 1rem;
  font-weight: 600;
  color: #182150;
  text-align: center;
  margin: 0;
}

#customer-recommended-section .card-wrapper,
.blogs-webinar-section .card-wrapper,
.homes-in-the-news .in-news-slider.card-wrapper {
  margin: 0 -12px;
}

.blogs-webinar-section .card-wrapper {
  overflow-x: scroll;
}

.housing-form-class .form-field-outer-wrapper {
  height: auto;
}

.revamp-page-template.home-wrapper .content-section .subheading,
.revamp-page-template.homes-wrapper .content-section .subheading {
  margin-top: 8px;
}

.revamp-page-template.home-wrapper .content-section .cta-btn,
.revamp-page-template.homes-wrapper .content-section .cta-btn {
  margin-top: 16px;
}

.solar-guide-section .d-flex img {
  width: 130px;
  height: 130px;
}

.revamp-page-template .cta-btn {
  height: 50px;
  line-height: 10px;
}

.details-inner-wrapper .name {
  font-size: 0.875rem;
  line-height: 18px;
  letter-spacing: normal;
  margin: 0;
}

.testimonial-city-page-section {
  padding: 0 16px;
}

#customer-recommended-section {
  margin-top: 24px;
}

.homes-in-the-news .in-news-slider.card-wrapper {
  margin-bottom: 40px;
}

.revamp-page-template .good-zero-rates-section .cta-btn {
  background: linear-gradient(97.83deg, #101f9d 6.22%, #11111c 87.68%);
}

@media (min-width: 768px) {
  .goodzero-pride h2 {
    margin-bottom: 56px !important;
  }

  .revamp-page-template .calc-bg-img {
    right: unset;
    top: -25px;
    left: -30px;
  }

  .revamp-page-template .calc-bg-img img {
    width: 260px;
    height: 260px;
  }

  .faq-section.common-faq,
  .revamp-page-template .goodzero-promise .container {
    padding: 0;
  }

  .homes-in-the-news .in-news-slider.card-wrapper {
    margin-bottom: 100px;
  }

  .form-component .form-control {
    padding: 16px 20px;
  }

  .form-floating > .form-control,
  .form-floating > .form-control-plaintext,
  .form-floating > .form-select {
    height: calc(2.88rem + calc(var(--bs-border-width) * 2));
    min-height: calc(2.88rem + calc(var(--bs-border-width) * 2));
  }

  .leadForm .check_terms_policy {
    margin-bottom: 32px;
  }

  .blogs-webinar-section {
    padding-bottom: 96px;
    padding-top: 48px;
  }

  .blogs-webinar-section .card-wrapper {
    overflow: unset;
  }

  .revamp-page-template .goodzero-promise h2 {
    margin-bottom: 56px;
  }

  .faq-section.common-faq .accordion-button.collapsed::before,
  .faq-section.common-faq .accordion-button:not(.collapsed)::before {
    width: 32px;
    height: 32px;
    font-weight: 500;
  }

  .faq-section.common-faq .accordion-button {
    font-size: 1.125rem;
    letter-spacing: -0.5px;
  }

  .faq-section.common-faq .faqAccordian,
  .goodzero-page #faqAccordion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 5.875rem;
  }

  .testimonials-section {
    background-color: #f5f8fd;
    padding: 72px 0 96px;
  }

  .app-section .container,
  .testimonials-section .container {
    padding: 0 50px;
  }

  #customers-say .details {
    padding: 2rem;
  }

  #customers-say .right-section {
    background-color: #fffef2;
    border: 1px solid #fffbcc;
    border-radius: 24px;
    padding: 32px;
  }

  #customers-say .right-section .star {
    display: inline-block;
    line-height: normal;
    margin-top: 48px;
  }

  #customers-say .right-section .google-reviwes {
    justify-content: space-between;
  }

  #customers-say .details-inner-wrapper {
    bottom: 2rem;
  }

  .details-inner-wrapper h3 {
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    line-height: 30px;
  }

  .details-inner-wrapper .name {
    font-size: 1.25rem;
    letter-spacing: -0.5px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffffb5;
  }

  .details .details-inner-wrapper img {
    width: 24px;
    height: 20px;
    margin-bottom: 16px;
  }

  .custoemr-say-section .details .youtube-logo {
    width: 126px;
  }

  .custoemr-say-section .video-testimonial {
    height: 256px;
  }

  #customer-recommended-section .recommended-card {
    background-color: #fff;
    max-width: unset;
    width: 100%;
  }

  #customer-recommended-section .card-wrapper {
    gap: 0.5rem;
    padding: 0;
    overflow: unset;
  }

  .customers-say-wrapper {
    gap: 1.5rem;
  }

  .customers-say-wrapper .left-section {
    flex: 1.4;
    min-width: 0;
  }

  .customers-say-wrapper .right-section {
    flex: 1;
    min-width: 0;
  }

  .customers-say-wrapper .right-section .google-reviwes .rating {
    font-size: 40px;
    color: #1a1f38;
    line-height: 52px;
    font-family: "DM Sans", sans-serif;
  }

  .customers-say-wrapper .right-section .google-reviwes p {
    font-size: 1.25rem;
    letter-spacing: -0.5px;
    color: #1a1f38;
    line-height: normal;
    margin-top: 8px;
    width: 300px;
    position: absolute;
    left: 0;
    right: 0;
  }

  .goodzero-pride .left-section {
    background-image: unset;
    border: none;
    margin: 0;
    padding: 1.5rem 0 1.5rem 1.5rem;
  }

  .good-zero-rates-section .badge-line,
  .goodzero-pride .cta-wrapper .left-section p {
    font-size: 1.25rem;
  }

  .good-pride-bg img {
    width: 100%;
  }

  .good-pride-bg {
    margin-top: 88px;
  }

  .goodzero-pride .cta-wrapper {
    background-image: linear-gradient(45deg, #f5f9fa, #f1fbff);
    border-radius: 12px;
    width: 90%;
    margin: 0 auto;
    border: 1px solid #e3f8ff;
  }

  .goodzero-pride .cta-btn {
    border-width: 2.15px;
    width: 21.5rem;
    margin: 16px 24px;
    font-size: 0.875rem;
    padding: 1rem 1.2rem;
  }

  .testimonials-slider .slick-dots {
    bottom: -55px;
  }

  .form-section .form-component .housing-form-class .custom-radio,
  .testimonials-slider .slick-dots li {
    margin: 0;
  }

  .testimonials-slider .slick-dots li button:before {
    font-size: 0.625rem;
  }

  .good-pride-bg::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, #fff 20%, #ffffff00);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .testimonials-slider .slick-next,
  .testimonials-slider .slick-prev {
    background-image: url(https://cdn.solarsquare.in/blog/wp-content/uploads/2025/11/09194852/arrow-bk.webp);
  }

  .goodzero-intro-image {
    margin-top: -50px;
  }

  .goodzero-intro-image .featured-image img {
    width: 100%;
    height: 445px;
    object-fit: cover;
    object-position: 50% 85%;
  }

  .goodzero-header-slider-wrapper {
    font-size: 2.25rem;
  }

  #customer-recommended-section .recommended-card-details {
    font-size: 1.12rem;
    color: #1a1f38;
    position: relative;
    padding: 1.5rem;
    border: 1px solid #f1f1f5;
    border-radius: 12px;
    height: 270px;
    width: 100%;
  }

  #customer-recommended-section .recommended-card-details .author-info {
    position: absolute;
    bottom: 20px;
    left: 24px;
    margin-bottom: 0;
  }

  #customer-recommended-section .customer-feedback p {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 112px;
    font-size: 1rem;
  }

  #customer-recommended-section {
    padding-top: 1.75rem;
  }

  .testimonials-slider .slick-next:focus,
  .testimonials-slider .slick-next:hover,
  .testimonials-slider .slick-prev:focus,
  .testimonials-slider .slick-prev:hover {
    background-color: #fff;
  }

  .testimonials-slider .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: #fff;
    top: unset;
    border: 1px solid #e2e4ec;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18%;
  }

  .testimonials-slider .slick-prev {
    right: 4%;
    left: unset;
    bottom: -31%;
    z-index: 1;
  }

  .testimonials-slider .slick-next {
    right: 0;
    transform: rotateY(182deg);
    bottom: -24%;
    z-index: 1;
  }

  .testimonials-slider .slick-next:before,
  .testimonials-slider .slick-prev:before {
    display: none;
  }

  .goodzero-pride .card-wrapper img {
    width: 32px;
    height: 32px;
  }

  .faq-section.common-faq .faq_btn {
    width: 342px;
  }

  #leadFormModal .form-check-label,
  .goodzero-page .goodzero-pride .card-wrapper p,
  .goodzero-pride .card-wrapper p {
    font-size: 1rem;
  }

  #leadFormModal h2 {
    font-size: 1.75rem;
  }

  #leadFormModal .custom-radio-block {
    flex-wrap: wrap;
  }

  #leadFormModal .modal-header {
    padding-bottom: 24px;
    padding-left: 0;
  }

  #leadFormModal .modal-dialog {
    max-width: 496px;
    min-height: auto;
    border-radius: 12px;
  }

  .accordion-item:last-child {
    border-bottom: none;
  }

  .goodzero-pride .card-wrapper {
    height: 142px;
    padding: 20px;
  }

  .revamp-page-template .goodzero-pride h4 {
    font-size: 1.25rem;
    line-height: 28px;
    margin-top: 1rem;
    white-space: nowrap;
  }

  .revamp-page-template .goodzero-promise {
    margin: 96px 0;
    padding: 0;
  }

  .revamp-page-template .promises-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0 auto;
    padding: 0 60px;
    gap: 48px;
  }

  .revamp-page-template .goodzero-promise h3 {
    font-size: 20px;
    line-height: 28px;
    width: auto;
    letter-spacing: -0.5px;
  }

  .revamp-page-template .promises-wrapper .promises-desc {
    font-size: 1rem;
    width: auto;
    letter-spacing: 0;
    line-height: 21px;
  }

  .revamp-page-template .goodzero-promise .img-wrapper {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 12px;
    margin: 0 auto 20px;
  }

  .city-tag-slider-wrapper {
    bottom: -40px;
  }

  .cta-box {
    width: 490px;
  }

  .revamp-page-template .cta-box .right-section .desc {
    font-size: 0.875rem;
  }

  .revamp-page-template .cta-box .right-section .question {
    font-size: 1.15rem;
  }

  .revamp-page-template .good-zero-rates-section::before {
    background-image: url(https://cdn.solarsquare.in/blog/wp-content/uploads/2025/11/05201746/sheild.webp);
    content: "";
    position: absolute;
    top: 10px;
    right: -25px;
    width: 370px;
    height: 370px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
  }

  .revamp-page-template .good-zero-rates-section .cta-btn {
    background-color: #182150;
    color: #fff;
    padding: 16px;
    width: 100%;
    border-radius: 8px;
  }

  .revamp-page-template .good-zero-rates-section .rating-detail p {
    font-size: 1.25rem;
    font-weight: 600;
    width: 380px;
    margin-top: 0;
    line-height: 26px;
  }

  .revamp-page-template .good-zero-rates-section .rating-detail h2 {
    font-size: 56px;
    margin-bottom: 1.5rem;
    font-family: Poppins, sans-serif;
    line-height: 64px;
    letter-spacing: 0;
  }

  .revamp-page-template .good-zero-rates-section .rating-detail h3 {
    font-size: 1.5rem;
    line-height: 32px;
    letter-spacing: -0.5px;
  }

  .revamp-page-template .good-zero-rates-section .rating-detail h6 {
    font-size: 1.875rem;
  }

  .revamp-page-template .good-zero-rates-section .good-zero-rate-inner-wrapper {
    gap: 55px;
  }

  .revamp-page-template .good-zero-rate-inner-wrapper .right-section {
    flex: 0.57;
  }

  .revamp-page-template .good-zero-rate-inner-wrapper .right-section .heading {
    font-size: 1.25rem;
    color: #1a1f38;
    margin-top: 8px;
    text-wrap: auto;
  }

  .revamp-page-template
    .good-zero-rate-inner-wrapper
    .right-section
    .card-wrapper {
    padding: 16px;
  }

  .revamp-page-template .right-section .right-section-wrapper {
    margin: 0 auto;
    height: 100%;
  }

  .card-slider-section {
    margin: 0;
    padding: 3px 20px;
  }

  .form-component form {
    margin: 38px 0 0;
    padding-top: 0;
  }

  .feature-card {
    width: 178px;
    padding: 12px;
  }

  .app-section-inner-wrapper {
    padding: 50px 0;
  }

  .app-section .feature-card p {
    font-size: 0.875rem;
    color: #2c3045;
    line-height: 18px;
  }

  .app-section .left-section {
    flex: 0.8;
  }

  .app-section-wrapper {
    margin-left: 0;
    flex: 1;
  }

  .app-section h2 {
    font-size: 40px;
    margin-bottom: 8px;
  }

  .app-section .desc {
    font-size: 24px;
    margin-bottom: 2rem;
    margin-top: 0.75rem;
    line-height: 30px;
    letter-spacing: -1px;
  }

  .feature-card-1 {
    top: 16%;
    left: 14%;
  }

  .feature-card-2 {
    top: 21%;
    right: 13.5%;
  }

  .feature-card-3 {
    bottom: 18px;
    left: 11.6%;
  }

  .feature-card-4 {
    bottom: 3%;
    right: 11%;
  }

  .testimonial-city-page-section {
    padding: 116px 0;
    background-color: #f5f8fd;
  }

  .testimonial-heading {
    margin-top: 0;
    font-size: 40px;
    margin-bottom: 28px;
    width: 100%;
  }

  .text-ellipse-line {
    height: 80px;
  }

  .revamp-page-template .sub-content-section {
    margin-top: 72px;
  }

  .solar-content .step-circle .step-number {
    font-weight: 600;
  }

  .faq-section.common-faq h2,
  .revamp-page-template h2 {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .go-solar-guide-desc {
    font-size: 1.5rem;
    margin-top: 1rem;
    color: #5d627c;
  }

  .solar-guide-section .left-section-wrapper {
    gap: 40px;
  }

  .solar-guide-section .left-section-wrapper .left-section {
    width: 400px;
  }

  .solar-guide-section .left-section-wrapper .left-section .guide-img {
    width: 100%;
    height: 100%;
  }

  .solar-guide-section .left-section-wrapper .right-section h3 {
    color: #1a1f38;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }

  .solar-guide-section .learn-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .solar-guide-section .learn-list .learn-text {
    font-size: 1.25rem;
    color: #2c3045;
    font-weight: 500;
  }

  .solar-guide-section .download-btn-text {
    background: linear-gradient(76.39deg, #101f9d 0, #11111c 100%);
    color: #fff;
    border-radius: 12px;
    padding: 1.2rem;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.875rem;
    border: none;
    display: inline-block;
  }

  .safety-standards-section .sub-heading {
    font-size: 2rem;
  }

  #readMoreAccordion .accordion-button {
    font-size: 1.5rem;
  }

  .housing-society-fields-wrapper {
    flex-direction: row-reverse;
    gap: 8px;
    justify-content: space-between;
  }

  .commercial-fields-wrapper {
    gap: 8px;
    justify-content: space-between;
  }

  .commercial-fields-wrapper > div,
  .housing-society-fields-wrapper > div,
  .safety-standards-inner-section .right-section {
    flex: 1;
  }

  .btn-light span,
  .btn.show span,
  .form-floating input[type="tel"],
  .form-floating input[type="text"],
  .form-floating > label,
  .form-select {
    font-size: 14px;
    line-height: 20px;
  }

  #agmStatusDropdownLabel {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }

  .leadForm .dropdown-item {
    font-size: 14px;
    padding: 12px 20px;
    text-wrap: auto;
  }

  .form-loader {
    position: absolute;
  }

  .revamp-page-template .rating-section {
    background-color: #fff0;
  }

  .revamp-page-template .hero-section .right-section {
    width: 38%;
    background-color: #ecf1fb;
  }

  .revamp-page-template .hero-section .left-section {
    width: 62%;
    height: stretch;
  }

  .safety-standards-section {
    padding: 4.5rem 0;
    background-image: url(https://cdn.solarsquare.in/blog/wp-content/uploads/2025/06/30095543/safety-ty-bg-scaled.webp);
  }

  .safety-standards-inner-section {
    gap: 120px;
  }

  .safety-standards-inner-section .left-section {
    max-width: 596px;
    flex: 1;
  }

  .safety-standards-section .safety-image img {
    width: 100%;
    height: 275px;
    margin-bottom: 2rem;
  }

  .safety-symbols-grid {
    padding: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .safety-standards-section .description {
    font-size: 1.5rem;
    margin: 0;
  }

  .revamp-page-template #slider-meow {
    width: 98%;
  }

  .solar-journey-main-section {
    position: relative;
    overflow: hidden;
  }

  .solar-journey-main-section .right-section {
    position: absolute;
    right: 0;
    z-index: 0;
  }
}

@media (min-width: 1920px) {
  .card-slider-section {
    padding: 0;
  }
}

#solar-calc-blog-component .calculate-savings {
  padding: 20px 32px;
  background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/blog/solar-calc-web.webp);
  background-blend-mode: overlay;
  color: #fff;
  background-size: cover;
  background-position: right center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

#solar-calc-blog-component .calculate-savings .calc-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

#solar-calc-blog-component .calculate-savings .calc-header img {
  padding: 0 0 6px;
}

#solar-calc-blog-component .calculate-savings .calc-title {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

#solar-calc-blog-component .left-side .calc-subtitle,
#solar-calc-blog-component
  .solar-calc-form
  .scalc-form-submission
  .form-wrapper
  .city-form
  .form-label-solar,
#solar-calc-blog-component
  .solar-calc-form
  .scalc-form-submission
  .form-wrapper
  .silder-form
  .form-label-solar {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

#solar-calc-blog-component .solar-calc-form {
  background: linear-gradient(142.14deg, #ecf1fb 16.67%, #b2c8f1 122.95%);
  padding: 18px 32px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

#solar-calc-blog-component .solar-calc-form .scalc-form-submission {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 12px;
}

@media (max-width: 991.98px) {
  #solar-calc-blog-component .solar-calc-form .scalc-form-submission {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  #solar-calc-blog-component .calculate-savings {
    background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/blog/solar-calc-mobile.webp);
  }

  #solar-calc-blog-component
    .solar-calc-form
    .scalc-form-submission
    .bill-solar-calc,
  #solar-calc-blog-component
    .solar-calc-form
    .scalc-form-submission
    .pincode-solar-calc {
    width: 100% !important;
  }

  #solar-calc-blog-component
    .solar-calc-form
    .scalc-form-submission
    #calculate-now-calc {
    margin-top: 0 !important;
  }
}

#solar-calc-blog-component
  .solar-calc-form
  .scalc-form-submission
  .pincode-solar-calc {
  width: 30%;
}

#solar-calc-blog-component
  .solar-calc-form
  .scalc-form-submission
  .bill-solar-calc {
  width: 50%;
}

#solar-calc-blog-component
  .solar-calc-form
  .scalc-form-submission
  #calculate-now-calc {
  margin-top: 10px;
}

#solar-calc-blog-component
  .solar-calc-form
  .scalc-form-submission
  .form-wrapper,
#solar-calc-blog-component
  .solar-calc-form
  .scalc-form-submission
  .form-wrapper
  .pincode-form {
  display: flex;
  gap: 0.3rem;
  flex-direction: column;
}

#solar-calc-blog-component
  .solar-calc-form
  .scalc-form-submission
  .form-wrapper
  .pincode-form
  .form-label-solar {
  display: flex;
  gap: 0.3rem;
  flex-direction: column;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

#solar-calc-blog-component
  .solar-calc-form
  .scalc-form-submission
  .form-wrapper
  .pincode-form
  .form-input-solar {
  font-weight: 500;
  transition: 0.3s;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  background-clip: padding-box;
  appearance: none;
  border-radius: 0.375rem;
  outline: 0;
  border: 1px solid #dee2e6;
  min-height: 48px;
  height: 48px;
}

#solar-calc-blog-component
  .solar-calc-form
  .scalc-form-submission
  .form-wrapper
  .pincode-form
  .form-input-solar::placeholder {
  font-weight: 400;
}

#solar-calc-blog-component
  .solar-calc-form
  .scalc-form-submission
  .form-wrapper
  .city-form
  .form-input-solar:active,
#solar-calc-blog-component
  .solar-calc-form
  .scalc-form-submission
  .form-wrapper
  .city-form
  .form-input-solar:hover,
#solar-calc-blog-component
  .solar-calc-form
  .scalc-form-submission
  .form-wrapper
  .pincode-form
  .form-input-solar:active,
#solar-calc-blog-component
  .solar-calc-form
  .scalc-form-submission
  .form-wrapper
  .pincode-form
  .form-input-solar:hover {
  border: 1px solid #00bdff;
  box-shadow: none;
}

#solar-calc-blog-component
  .solar-calc-form
  .scalc-form-submission
  .form-wrapper
  .city-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

#solar-calc-blog-component
  .solar-calc-form
  .scalc-form-submission
  .form-wrapper
  .city-form
  .form-input-solar {
  font-weight: 400;
  transition: 0.3s;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  line-height: 1.5;
  background-clip: padding-box;
  appearance: none;
  border-radius: 0.375rem;
  outline: 0;
  border: 1px solid #dee2e6;
}

#solar-calc-blog-component
  .solar-calc-form
  .scalc-form-submission
  .form-wrapper
  .city-form
  .form-input-solar::placeholder {
  font-weight: 400;
}

#solar-calc-blog-component
  .solar-calc-form
  .scalc-form-submission
  .form-wrapper
  .silder-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding-top: 1rem;
}

#solar-calc-blog-component
  .solar-calc-form
  .scalc-form-submission
  .form-wrapper
  .silder-form
  .slider-form-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

#solar-calc-blog-component
  .solar-calc-form
  .scalc-form-submission
  .form-wrapper
  .silder-form
  .slider-form-label
  .slider-form-label-text {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.revamp-page-template h2 {
  font-family: Poppins, sans-serif;
  line-height: 1.5;
  font-weight: 700;
}

.revamp-page-template .content-section .cta-btn {
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  background: linear-gradient(97.83deg, #101f9d 6.22%, #11111c 87.68%);
  padding: 14px 30px;
  border-radius: 8px;
  gap: 6px;
}

.revamp-page-template .content-section .cta-btn a {
  font-size: 0.875rem;
  color: #fff;
  text-decoration: none;
}

.solar-option:last-child .solar-content::after {
  border-left: none;
}

.revamp-page-template .solar-content .step-circle-wrapper {
  position: absolute;
  left: 0;
}

.revamp-page-template .solar-content .step-circle {
  background-image: url(https://cdn.solarsquare.in/blog/wp-content/uploads/2025/07/24111930/circle-green.webp);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: 44px;
}

.stars-outer {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #ccc;
  line-height: 32px;
}

.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  color: #000;
}

.stars-inner::before,
.stars-outer::before {
  content: "★ ★ ★ ★ ★";
}

.revamp-page-template .content-section h1 {
  font-weight: 700;
  font-size: 1.75rem;
  font-family: Poppins, sans-serif;
  line-height: 36px;
  letter-spacing: 0;
  min-height: 60px;
}

.modal-bottom {
  position: fixed;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-out;
}

.modal.show .modal-bottom {
  transform: translateY(0);
}

.policy-banner {
  height: calc(50vh - 5rem);
  background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/home-page/Hero-Image.jpg),
    linear-gradient(rgb(0 0 0 / 0.5), rgb(0 0 0 / 0.5));
  background-blend-mode: overlay;
  background-repeat: no-repeat;
}

.policy-banner .wp-block-group__inner-container {
  height: 100%;
}

.policy-banner .wp-block-group__inner-container .sse-slider-header-1 {
  display: flex;
  align-items: center;
  height: 100%;
}

.policy-banner .wp-block-group__inner-container .sse-slider-header-1 strong {
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}

.policy-table table,
.policy-table td,
.policy-table th {
  border: 1px solid #000;
  border-collapse: collapse;
  padding: 15px;
}

.pp-text {
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.pp-header {
  color: #0905a1;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .revamp-page-template .cta-btn {
    height: 50px;
  }

  .solar-journey-wrapper .right-section-wrapper {
    max-width: 540px;
    margin: 0 auto;
    background-color: #fff;
  }

  #solar-calc-blog-component
    .solar-calc-form
    .scalc-form-submission
    .form-wrapper
    .silder-form
    .form-label-solar {
    font-size: 1rem;
    font-weight: 500;
  }

  .revamp-page-template #solar-calc-blog-component .container {
    padding: 0 50px;
  }

  .revamp-page-template #solar-calc-blog-component .left-side {
    gap: 160px;
  }

  .revamp-page-template
    #solar-calc-blog-component
    .calculate-savings
    .calc-title {
    color: #182150;
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 0.75rem;
    line-height: 44px;
    font-family: Poppins, sans-serif;
  }

  .revamp-page-template #solar-calc-blog-component .left-side .calc-subtitle {
    color: #1a1f38;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 28px;
  }

  .revamp-page-template #solar-calc-blog-component {
    padding: 96px 0;
  }

  .revamp-page-template #solar-calc-blog-component .calculate-savings {
    flex: 0.8;
  }

  .revamp-page-template #solar-calc-blog-component .solar-calc-form {
    flex: 1;
  }

  .revamp-page-template
    #solar-calc-blog-component
    .solar-calc-form
    #custom-handle {
    height: 32px;
    top: 50%;
    margin-top: -0.9em;
  }

  .revamp-page-template
    #solar-calc-blog-component
    .solar-calc-form
    .scalc-form-submission {
    width: 460px;
    margin: 0 0 0 auto;
  }

  .revamp-page-template
    #solar-calc-blog-component
    .solar-calc-form
    .scalc-form-submission
    button {
    width: 100%;
    border-radius: 8px;
    padding: 16px 0;
  }

  .revamp-page-template
    #solar-calc-blog-component
    .solar-calc-form
    .scalc-form-submission
    button
    img {
    margin-right: 8px;
  }

  .revamp-page-template
    #solar-calc-blog-component
    .solar-calc-form
    .scalc-form-submission
    button
    span {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .revamp-page-template
    #solar-calc-blog-component
    .calculate-savings
    .calc-header
    ul {
    display: none;
  }

  .solar-journey-wrapper .left-section .solar-journey-section {
    max-width: 640px;
    padding-right: 50px;
  }

  .solar-journey-wrapper .left-section .solar-journey-section h3 {
    font-size: 24px;
    font-weight: 600;
  }

  .tag-slick-homes-slider {
    padding-top: 85px;
  }

  .card-slider.slick-slider {
    margin-top: 16px;
  }

  .goodzero-pride .goodzero-pride-wrappper {
    max-width: 90%;
    margin: 0 auto 28px;
  }

  .chs-wrapper .city-map img {
    height: 448px;
  }

  .form-component form .desc {
    color: #5d627c;
    font-size: 14px;
    margin-bottom: 20px;
    width: 300px;
  }

  .revamp-page-template .content-section h1 {
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: -1px;
  }

  .stars-outer {
    font-size: 24px;
    color: #ccc;
    line-height: 24px;
  }
}

@media (min-width: 1200px) {
  .city-page-template .good-zero-rates-section,
  .revamp-page-template .good-zero-rates-section {
    padding: 96px 0;
  }

  .revamp-page-template .good-zero-rates-section .rating-detail {
    padding: 0;
  }

  .goodzero-pride {
    padding: 6rem 0;
  }

  .city-page-template .goodzero-intro-bg {
    background: linear-gradient(0deg, #c5e4fc00 0, #fff 55%);
  }

  .app-section {
    overflow: hidden;
    padding-top: 0;
    margin-bottom: 0;
  }

  .app-section .img-fluid {
    margin-bottom: -100px;
    height: 540px;
  }

  .faq-section.common-faq {
    margin: 72px 0;
  }

  .form-component .form-check img {
    margin-top: 0;
  }

  .form-field-outer-wrapper {
    height: 395px;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .commercial-form-class .form-field-outer-wrapper {
    height: 330px;
  }

  .form-field-outer-wrapper::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

  .form-field-outer-wrapper ::-webkit-scrollbar-thumb {
    background: #fff0;
  }

  .form-field-outer-wrapper::-webkit-scrollbar-track {
    background: #fff0;
  }

  .revamp-page-template .good-zero-rates-section .rating-detail a {
    line-height: normal;
  }

  .app-section .container,
  .good-zero-rates-section .container,
  .revamp-page-template #solar-calc-blog-component .container,
  .revamp-page-template section > .container,
  .testimonials-section .container {
    padding: 0 12px;
  }
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.custom-styled-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 15px;
  background: #fff;
}

.custom-styled-table td,
.custom-styled-table th {
  border: 1px solid #ccc;
  padding: 10px 12px;
  text-align: left;
}

.custom-styled-table th {
  background: #f2f2f2;
  font-weight: 600;
}

.custom-styled-table tr:nth-child(2n) {
  background: #fafafa;
}

.bill-radio {
  display: inline-block;
  margin: 4px 2px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 0.75rem;
  background: #fff;
  white-space: nowrap;
  cursor: pointer;
}

.bill-radio-inp + label {
  color: #000;
  cursor: pointer;
  padding: 12px 15px;
  border: 1px solid #e2e4ec;
  border-radius: 0.75rem;
}

.bill-radio-inp:checked,
.bill-radio-inp:checked + label {
  background: linear-gradient(76.39deg, #101f9d 0, #11111c 90%);
  border: 1px solid #e2e4ec;
}

.bill-radio-inp:checked + label {
  color: #fff !important;
  border-radius: 0.75rem;
}

.view-homes-section {
  flex: 0 0 auto;
  display: block;
  align-items: center;
  justify-content: center;
}

.view-homes-card {
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  background-position: center right !important;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
  content: "";
  position: relative;
  inset: 0;
  z-index: 0;
}

.view-homes-btn,
.view-homes-text {
  position: relative;
  z-index: 1;
}

.view-homes-count {
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 14px;
  font-family: "DM Sans";
  line-height: 1.3;
  color: #0b1633;
}

.view-homes-subtitle {
  margin: 0;
  font-size: 12px;
  font-family: "DM Sans";
  font-weight: 400;
  line-height: 1.4;
  color: #5f6c8f;
}

.view-homes-btn {
  display: inline-block;
  border: 1px solid #1a2b6d;
  color: #182150;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .view-homes-section {
    order: 3;
    width: 100%;
  }

  .view-homes-card {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .view-homes-section {
    display: block;
    width: 100%;
  }

  .single-city-view-homes-section {
    display: block;
    width: 100% !important;
  }

  .custom-view-homes-card-web-view {
    justify-content: normal !important;
  }

  .custom-view-homes-btn-desktop-view {
    padding: 9px 44px !important;
  }

  .thank-you-page-view-homes-section-wrapper {
    margin-top: -70px;
  }

  .thank-you-page-view-homes-card-padding {
    padding: 18px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .view-homes-card {
    justify-content: normal !important;
  }
}

.thank-you-page-wrapper {
  overflow-x: hidden;
}

.pincode-view-homes-wrapper-bg {
  background-image: linear-gradient(
    to left,
    rgb(251 252 254 / 0.15) 0,
    #d5e1f7 75%,
    #d5e1f7 100%
  );
  border-radius: 15px;
}

.pincode-view-homes-wrapper .form-floating {
  margin-bottom: 0;
}

.revamp-page-template.home-wrapper .content-section .cta-btn {
  position: relative;
  min-width: 250px;
}

.revamp-page-template.home-wrapper .content-section .cta-btn a {
  inset: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  z-index: 2;
}

.revamp-page-template.home-wrapper .content-section .cta-btn figure {
  margin-left: 90%;
}
.revamp-page-template {
  padding-top: 80px;
}

.city-page-template .rating-strip {
  font-size: 0.875rem;
  font-weight: 500;
}

.revamp-page-template .rating-detail .rating-strip {
  padding: 0;
}

.city-page-template .rating-section .rating-detail {
  display: flex;
  justify-content: center;
  padding: 7px 13px;
}

.city-page-template .goodzero-intro-bg {
  background: linear-gradient(0deg, #c5e4fc00 0, #fff 40%);
  height: 265px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50px;
}

.city-page-template .hero-section .top-section {
  margin-top: -1rem;
}

.city-page-template .hero-section .devnagri {
  font-size: 54px;
  font-weight: 700;
  background: linear-gradient(180deg, #d9e4f8 0, #fcfdff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: -16px;
}

.city-page-template .hero-section .subheading {
  font-size: 20px;
  color: #182150;
  font-weight: 700;
}

.city-page-template .hero-section .heading {
  font-size: 28px;
  font-weight: 700;
  font-family: poppins, sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

.revamp-page-template .good-zero-rates-section .rating-detail p {
  width: 340px;
  color: #1a1f38;
  font-weight: 600;
}

.revamp-page-template .card-slider-section .slick-dots li {
  margin: 0;
  width: 14px;
  height: 14px;
}

.card-slider-section .slick-dots li.slick-active button:before,
.city-tag-slick-slider .slick-dots li.slick-active button:before {
  color: #4785ff;
}

.card-slider-section .card-slide-item {
  border-radius: 0.75rem;
  border: 1px solid #ecf1fb;
  position: relative;
  overflow: hidden;
}

.card-slider-section .card-slide-item .overlay {
  background: linear-gradient(270deg, #f1fbff 76%, #ffffff00 86%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-size: 100%;
  background-repeat: no-repeat;
}

.card-slider-section .card-slide-item .img-wrap img {
  object-fit: cover;
  width: 118px;
}

.card-slider-section .card-slide-item .card {
  background-color: #f5f8fd;
}

.card-slider-section .card-slide-item h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1f38;
}

.card-slider-section .card-slide-item a {
  color: #131ca2;
  font-size: 0.875rem;
}

.city-page-template .tag-line {
  background: 0 0;
  background-color: rgb(0 0 0 / 20%);
  border-radius: 8px;
  margin: 0 6px;
  white-space: nowrap;
  overflow: hidden;
  padding: 9px 20px;
  backdrop-filter: blur(12px);
  font-size: 14px;
  letter-spacing: 0;
}

.city-tag-slider-wrapper {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: unset;
  bottom: 15%;
  transform: translateY(50%);
  z-index: 1;
}

.city-tag-slick-slider .slick-dots li button:before {
  color: #d9d9d9;
  opacity: 1;
}

.city-tag-slick-slider .tag-line {
  color: #fff;
  border: none;
}

.city-tag-slick-slider .slick-dots li {
  margin: -4px;
}

.city-page-template .city-tag-slick-slider img {
  width: 19px;
  height: 19px;
  margin-right: 12px;
}

.solar-estimate-section {
  background: linear-gradient(90deg, #0c0e1b 0, #15192c 100%);
  padding: 40px 0;
  overflow: hidden;
  font-size: 14px;
}

.solar-estimate-section .container {
  padding: 0 16px;
}

.solar-estimate-section .system-size-wrapper {
  margin-bottom: 32px;
}

.emi-tenure-wrapper h6,
.system-size-wrapper h6 {
  margin-bottom: 20px;
}

.emi-tenure-wrapper .btn-wrapper span,
.system-size-wrapper .btn-wrapper span {
  margin-top: 6px;
}

.emi-tenure-wrapper .btn-group,
.system-size-wrapper .btn-group {
  margin: 0 -20px;
  padding-left: 20px;
}

.solar-estimate-section .left-section h6 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-family: poppins, sans-serif;
  letter-spacing: 0;
}

.solar-estimate-section .get-estimate-heading {
  font-size: 16px;
  font-weight: 500;
  margin: 32px 0;
}

.solar-estimate-section .zero-investment-gradient {
  background: linear-gradient(90deg, #b2c8f1 0, #fff 400px);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  display: block;
  line-height: 1.4;
}

.solar-estimate-section .left-section p {
  font-size: 20px;
  font-weight: 500;
}

.saving-emi-cal-section {
  padding: 40px;
  gap: 1.5rem;
}

.saving-emi-cal-section .left-section {
  width: 130px;
}

.saving-emi-cal-section .right-section {
  width: 110px;
}

.saving-emi-cal-section .price,
.saving-emi-cal-section .price-yr {
  color: #34d399;
}

.saving-emi-cal-section .price {
  color: #34d399;
  font-size: 24px;
}

.saving-emi-cal-section .emi-price {
  font-size: 24px;
}

.solar-estimate-section .btn-check:checked + .btn-wrapper {
  border-color: #0dcaf0;
  position: relative;
  border: 2px solid #fff0;
  background: linear-gradient(#1a1f38, #1a1f38) padding-box,
    linear-gradient(90deg, #64d6ff, #4785ff) border-box;
  border-radius: 8px;
  text-align: left;
  color: #64d6ff;
}

.solar-estimate-section .btn-wrapper {
  border: 1px solid #ffffff1a;
  border-radius: 8px !important;
  text-align: left;
  max-width: 140px;
  width: 100%;
  padding: 0.75rem;
  cursor: pointer;
  background-color: #1a1f38;
}

.solar-estimate-section .btn-group {
  gap: 12px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.solar-estimate-section .btn-wrapper span {
  font-size: 0.75rem;
  color: #fff;
  white-space: normal;
  width: 120px;
  display: block;
  letter-spacing: 0.2px;
}

.solar-estimate-section .emi-tenure-wrapper .btn-wrapper {
  width: auto;
}

.city-page-template.revamp-page-template .hero-section .anek-devanagari {
  font-family: "Anek Devanagari", sans-serif;
  font-size: 48px;
}

.city-page-template.revamp-page-template .hero-section .anek-gujarati {
  font-family: "Anek Gujarati", sans-serif;
  font-size: 48px;
}

.city-page-template.revamp-page-template .hero-section .anek-kannada {
  font-family: "Anek Kannada", sans-serif;
  font-size: 48px;
  letter-spacing: -1px;
}

.city-page-template.revamp-page-template .hero-section .anek-telugu {
  font-family: "Anek Telugu", sans-serif;
  font-size: 48px;
}

.city-page-template.revamp-page-template .hero-section .anek-tamil {
  font-family: "Anek Tamil", sans-serif;
  font-size: 48px;
}

.city-container[data-city="hyderabad"].city-page-template.revamp-page-template
  .hero-section
  h2.devnagri,
.city-container[data-city="ahmedabad"].city-page-template.revamp-page-template
  .hero-section
  h2.devnagri,
.city-container[data-city="gandhinagar"].city-page-template.revamp-page-template
  .hero-section
  h2.devnagri,
.city-container[data-city="bengaluru"].city-page-template.revamp-page-template
  .hero-section
  h2.devnagri {
  font-size: 36px;
}

@media (min-width: 768px) {
  .city-page-template .hero-section .top-section {
    margin-top: 80px;
  }

  .city-page-template.revamp-page-template .hero-section .anek-devanagari {
    font-size: 5rem;
  }

  .city-page-template.revamp-page-template .hero-section .anek-gujarati {
    font-family: "Anek Gujarati", sans-serif;
    font-size: 5rem;
  }

  .city-page-template.revamp-page-template .hero-section .anek-kannada {
    font-family: "Anek Kannada", sans-serif;
    font-size: 5rem;
  }

  .city-page-template.revamp-page-template .hero-section .anek-telugu {
    font-family: "Anek Telugu", sans-serif;
    font-size: 4rem;
  }

  .city-page-template.revamp-page-template .hero-section .anek-tamil {
    font-family: "Anek Tamil", sans-serif;
    font-size: 4rem;
  }

  .city-container[data-city="hyderabad"].city-page-template.revamp-page-template
    .hero-section
    h2.devnagri,
  .city-container[data-city="ahmedabad"].city-page-template.revamp-page-template
    .hero-section
    h2.devnagri,
  .city-container[data-city="gandhinagar"].city-page-template.revamp-page-template
    .hero-section
    h2.devnagri,
  .city-container[data-city="bengaluru"].city-page-template.revamp-page-template
    .hero-section
    h2.devnagri {
    font-size: 4rem;
  }

  .city-page-template .hero-section .right-section {
    background-color: #ecf1fb;
  }

  .city-page-template .right-section .custom-radio-block {
    flex-wrap: wrap;
  }

  .city-page-template .hero-section .subheading {
    font-size: 40px;
    line-height: 40px;
  }

  .city-page-template .hero-section .heading {
    font-size: 48px;
    line-height: 48px;
    margin-top: 8px;
  }

  .city-tag-slick-slider.slick-dotted.slick-slider {
    margin: 0;
    justify-content: center;
  }

  .city-tag-slider-wrapper {
    bottom: 10%;
  }

  .city-page-template .goodzero-pride .cta-wrapper {
    margin-top: 28px;
  }

  .promises-desc,
  .solar-estimate-section .btn-wrapper {
    font-size: 1rem;
  }

  .solar-estimate-section {
    padding: 72px 0;
  }

  .solar-estimate-section-wrapper {
    gap: 150px;
  }

  .solar-estimate-section .right-section p {
    font-size: 1.5rem;
    margin-bottom: 2.25rem;
  }

  .solar-estimate-section .left-section h6 {
    font-size: 3rem;
    margin-bottom: 0.75rem;
    line-height: 4rem;
  }

  .solar-estimate-section .left-section p {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    letter-spacing: -0.5px;
    font-weight: 400;
  }

  .solar-estimate-section .right-section h6 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }

  .solar-estimate-section .right-section .emi-tenure-wrapper,
  .solar-estimate-section .right-section .system-size-wrapper {
    margin: 21px 0;
  }

  .saving-emi-cal-section {
    padding: 0;
    margin-top: 16px;
  }

  .city-page-template .goodzero-intro-bg {
    background: linear-gradient(0deg, #c5e4fc00 35%, #fff 55%);
    height: auto;
  }

  .city-page-template .rating-section .rating-detail {
    padding: 13px;
  }
}

.sticky-button-wrapper {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: 0.3s;
}

.sticky-button-wrapper.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.slick-dotted.slick-slider {
  margin-bottom: 10px !important;
}

.cta-box .right-section.variant-2 {
  padding: 16px 0;
}

.revamp-page-template.variant-2-city-template.city-page-template .tag-line {
  color: #131ca2;
  border: 1px solid #d9e4f8;
  background-color: #e9f0fe;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 500;
}

.revamp-page-template.city-page-template .goodzero-intro-image {
  margin-top: -100px;
}

.revamp-page-template.variant-2-city-template.city-page-template
  .goodzero-intro-image {
  margin-top: -40px;
}

.revamp-page-template.variant-2-city-template.city-page-template
  .rating-section {
  margin-top: 40px;
}

.revamp-page-template.variant-2-city-template.city-page-template
  .slick-dotted.slick-slider {
  background-color: #ecf1fb;
}

.revamp-page-template.variant-2-city-template
  .city-tag-slick-slider
  .slick-dots {
  display: none !important;
}

.revamp-page-template.variant-2-city-template
  .promises-wrapper
  .promise-inner-wrapper {
  background-color: #f5f8fd;
  border: 1px solid #ecf1fb;
  border-radius: 8px;
  padding: 14px;
}

.revamp-page-template.variant-2-city-template .goodzero-promise .img-wrapper {
  width: 52px;
  height: 52px;
}

.revamp-page-template.variant-2-city-template
  .goodzero-promise
  .img-wrapper
  img {
  background-color: #ecf1fb;
  border-radius: 50px;
  padding: 12px;
}

.revamp-page-template.variant-2-city-template .goodzero-promise h3 {
  width: 135px;
}

.revamp-page-template.variant-2-city-template.city-page-template
  .form-component
  form
  .desc {
  margin-top: 8px;
  width: auto;
  color: #1a1f38;
}

.revamp-page-template.city-page-template .form-component form {
  padding: 0.75rem 1.25rem 0;
}

.revamp-page-template.variant-2-city-template .goodzero-pride {
  padding-bottom: 0;
}

.form-floating .info {
  display: none !important;
}

.form-step .info {
  color: #047653;
  font-size: 12px;
  margin-top: 8px;
  padding: 0 10px;
  display: flex !important;
}

.form-step .info img {
  margin-right: 6px;
  margin-top: 2px;
}

@media (min-width: 768px) {
  .revamp-page-template.variant-2-city-template.city-page-template
    section.hero-section::before {
    background-image: url(https://cdn.solarsquare.in/blog/wp-content/uploads/2025/12/29112617/var-2-top-bg-scaled.webp);
    width: 100%;
    height: 275px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background-size: cover;
    z-index: 1;
  }

  .revamp-page-template.city-page-template .form-component form {
    padding: 1.75rem 1.25rem 0;
  }

  .cta-box.variant-2-wrapper {
    width: 325px;
  }

  .revamp-page-template.city-page-template .goodzero-intro-image {
    margin-top: -50px;
  }

  .revamp-page-template.variant-2-city-template .hero-section .left-section {
    width: 50%;
  }

  .revamp-page-template.variant-2-city-template .hero-section .right-section {
    width: 50%;
  }

  .revamp-page-template.variant-2-city-template
    .goodzero-intro-image
    .featured-image
    img {
    height: 310px;
    margin-bottom: -20px;
  }

  .revamp-page-template.variant-2-city-template.city-page-template
    .hero-section
    .left-section {
    background-color: #ecf1fb;
    padding-bottom: 50px;
  }

  .revamp-page-template.variant-2-city-template.city-page-template
    .form-component
    form
    .desc {
    width: auto;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
    color: #2c3045;
    margin-top: 16px;
  }

  .revamp-page-template.variant-2-city-template .form-component form h2 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
  }

  .revamp-page-template.variant-2-city-template
    .left-section
    .right-section-wrapper {
    max-width: 705px;
    margin: 0 auto;
    height: 100%;
  }

  .revamp-page-template.variant-2-city-template.city-page-template
    .goodzero-intro-bg {
    background: #fff0;
  }

  .revamp-page-template.variant-2-city-template.city-page-template
    .goodzero-intro-image {
    margin-top: 100px;
  }

  .revamp-page-template.variant-2-city-template.city-page-template
    .goodzero-intro-image::before {
    background: linear-gradient(90deg, #ecf1fb 0, #f5f8fd00 190%);
    content: "";
    width: 145px;
    height: 445px;
    display: block;
    position: absolute;
    z-index: 2;
  }

  .revamp-page-template.variant-2-city-template.city-page-template
    .hero-section
    .devnagri {
    background: linear-gradient(180deg, #a0bcee 0, #dbe8ff 100%);
    -webkit-background-clip: text;
  }

  .revamp-page-template.variant-2-city-template .form-component {
    position: relative;
    z-index: 2;
  }

  .revamp-page-template.variant-2-city-template .goodzero-promise .img-wrapper {
    width: 72px;
    height: 72px;
  }

  .revamp-page-template.variant-2-city-template
    .goodzero-promise
    .img-wrapper
    img {
    padding: 20px;
  }

  .revamp-page-template.variant-2-city-template
    .promises-wrapper
    .promise-inner-wrapper {
    padding: 24px;
  }

  .revamp-page-template.variant-2-city-template .promises-wrapper {
    gap: 45px;
    width: 1120px;
  }

  .revamp-page-template.variant-2-city-template.city-page-template .tag-line {
    margin-top: 0;
    margin-bottom: 0;
    width: auto !important;
  }

  .revamp-page-template.variant-2-city-template .goodzero-promise h3 {
    width: 190px;
  }

  .revamp-page-template.variant-2-city-template
    .form-field-outer-wrapper
    > div:first-child {
    margin-right: 24px;
  }

  .revamp-page-template.variant-2-city-template
    .form-field-outer-wrapper
    > div:first-child,
  .revamp-page-template.variant-2-city-template
    .form-field-outer-wrapper
    > div:nth-child(2) {
    width: 298px;
    display: inline-block;
  }

  .revamp-page-template.variant-2-city-template .form-field-outer-wrapper {
    overflow-y: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }

  .revamp-page-template.variant-2-city-template .goodzero-pride {
    padding-bottom: 72px !important;
  }

  .form-field-outer-wrapper {
    height: 395px;
  }
}

.navbar {
  height: 5rem;
  background-color: #fff !important;
  z-index: 3;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.navbar .navbar-toggler i:before {
  font-size: 1.5rem;
}

.navbar .navbar-brand img {
  width: auto;
}

.navbar .navbar-nav .nav-item {
  padding-left: 0.7rem !important;
  padding-right: 0.7rem !important;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #0b131f;
  font-family: Poppins;
  font-weight: 500;
}

.navbar .navbar-nav .nav-item .dropdown-menu {
  border-color: transparent !important;
  top: 85%;
  width: 11rem;
  box-shadow: 0 4px 4px rgb(0 0 0 / 0.25);
}

.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  font-family: Poppins;
  padding: 0.6rem 1rem;
  line-height: 2rem;
  font-weight: 500;
}

.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: #0905a1;
}

.navbar .nav-other-actions .select-language {
  line-height: 24px;
  border-radius: 50px;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
}

.signup-electricity-header-right-corner-button {
  border-radius: 10px;
  border: 0;
  padding: 0.5rem 1.1rem;
  border: 2px solid #182150;
  padding: 8px 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #182150;
}

.signup-electricity-header-right-corner-button-mobile-view {
  border-radius: 5px;
  border: 0;
  padding: 0.5rem 1.1rem;
  border: 1px solid #182150;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #182150;
  display: block;
}

.signup-electricity {
  border-radius: 50px;
  background: linear-gradient(97.83deg, #101f9d 6.22%, #11111c 87.68%);
  border: 0;
  padding: 0.5rem 1.1rem;
  border-radius: 50px;
  padding: 8px 24px;
  background: linear-gradient(97.83deg, #101f9d 6.22%, #11111c 87.68%);
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 14px;
  border: 0;
  color: #fff;
}

@media (min-width: 992px) {
  .signup-electricity-header-right-corner-button-mobile-view {
    display: none;
  }
}

.btn-secondary {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  color: #f6f6f6;
  line-height: 24px;
  border-radius: 50px;
  background-color: #06ccf8;
  border: 0;
}

#mobileNav {
  display: none;
}

ul.navbar-nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}

.divider {
  width: 100%;
  background-color: #ecf1fb;
  height: 2px;
}

@media (min-width: 1024px) {
  #mobileNav {
    right: -100rem;
  }

  #mobileNav.show {
    display: block;
    right: 0;
  }

  .navbar {
    height: 5rem;
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .navbar .navbar-brand {
    flex-grow: 1;
  }

  .navbar {
    height: 5rem;
    display: block;
  }

  .navbar .navbar-brand img {
    width: 5rem;
    height: auto;
  }

  .navbar .navbar-toggler {
    border: 0;
  }

  .nav-other-actions {
    display: none !important;
  }

  .navbar-collapse {
    display: none;
  }

  .signup-electricity-header-right-corner-button-mobile-view {
    padding: 9px 24px;
  }

  #mobileNav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    padding: 20px 40px 20px 20px;
    color: #0905a1;
    z-index: 101;
    transition: right 0.3s ease-in-out;
  }

  #mobileNav .mobile-header .mobile-brand-logo img {
    width: 7rem;
  }

  #mobileNav ul {
    text-align: center;
  }

  #mobileNav ul li:not(:last-child) {
    border-bottom: 2px #0905a1 dashed;
  }

  #mobileNav ul a {
    font-size: 1.2rem;
  }

  #mobileNav.show {
    display: block;
    right: -1.5rem;
  }

  #mobileNav ul {
    list-style: none;
    padding: 0;
  }

  #mobileNav li a {
    color: #0905a1;
    text-decoration: none;
    display: block;
    margin: 1rem 0;
  }

  #mobileNav .signup-electricity-mobile {
    border-radius: 50px;
    padding: 8px 24px;
    background: linear-gradient(97.83deg, #101f9d 6.22%, #11111c 87.68%);
    font-family: Poppins, sans-serif;
    font-weight: 600;
    border: 0;
    color: #fff;
  }
}

.card {
  border: 0;
  background-color: #f8fbff;
  border-radius: 16px;
}

.card .card-body {
  padding: 20px;
  background-color: #f8fbff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-left-radius: 16px;
}

.card .card-body .card-text {
  color: #4f4f4f;
  font-size: 14px;
  max-height: 3.5rem;
  text-overflow: ellipsis;
  text-wrap: wrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card .card-body .card-title {
  color: #212529;
  max-height: 3.5rem;
  text-overflow: ellipsis;
  text-wrap: wrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
  .card .card-body {
    padding: 1rem;
  }

  .navbar .navbar-brand {
    padding-bottom: 10px;
    flex-grow: 0;
  }
}

@media (min-width: 1200px) {
  .navbar > .container {
    padding: 0 5px;
  }
}

#custom-handle {
  width: 36px;
  height: 36px;
  top: 60%;
  margin-top: -1.2em;
  border: 2px solid var(--Black-100, #e2e4ec);
  position: relative;
  background-color: #fff !important;
  outline: 0;
  border-radius: 8px;
}

#custom-handle::after,
#custom-handle::before {
  content: "";
  position: absolute;
  border-left: 2px solid var(--Black-200, #9ea2b8);
  height: 16px;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%);
}

#custom-handle::before {
  transform: translate(-4px, -50%);
}

#custom-handle::after {
  transform: translate(4px, -50%);
}

.ui-state-default#custom-handle {
  background: #fff;
}

.ui-state-disabled {
  opacity: 0.95 !important;
}

#slider-meow {
  width: 94%;
  height: 20px;
  background-color: #e1e1e1;
  border-radius: 4px;
  border: 0;
  margin: auto;
}

.slider-value-box {
  position: absolute;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%);
  background: #182150;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.navbar-nav {
  --bs-nav-link-padding-y: 0rem;
}

#menu-level-0 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

#menu-level-0 .menu-item {
  position: relative;
}

#menu-level-0 .menu-item a {
  text-decoration: none;
  margin: 0 10px;
  display: flex;
  font-size: 16px;
  color: #182150;
  font-family: "DM Sans";
  font-weight: 500;
  align-items: center;
  gap: 2px;
  padding: 4px;
  padding-left: 6px;
}

#menu-level-0 #menu-level-1 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 10px 8px;
  width: 13rem;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 12px 0 #0000001f;
  border-radius: 12px;
}

#menu-level-0 #menu-level-1 .menu-item {
  background: #f5f8fd;
  border-radius: 8px;
}

#menu-level-0 #menu-level-1 .menu-item a {
  font-family: "DM Sans", sans-serif;
  padding: 8px;
  line-height: 2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2c3045;
  font-size: 16px;
  width: 100%;
  margin: 0;
}

#menu-level-0 #menu-level-1 .menu-item a span {
  color: #5d627c;
}

#menu-level-0 .menu-item:hover > #menu-level-1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#menu-level-0 #menu-level-1 .menu-item a:hover {
  background-color: #fff0;
  color: #0b131f;
}

.menu-item-4005:hover > .city-menu-container {
  display: block;
}

.menu-item-4068:hover > .city-menu-container {
  display: block;
}

.menu-item-4733:hover > .city-menu-container {
  display: block;
}

.city-menu-container {
  display: none;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 0.1);
  position: absolute;
  top: 100%;
  left: 0;
}

.city-menu-header {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  text-align: left;
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}

.city-button {
  background: #f5f8fd;
  border: none;
  padding: 6px 8px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  text-align: center;
  width: 100%;
  transition: background 0.3s;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.city-menu-container .more-cities-link {
  display: block !important;
  text-align: left !important;
  color: #000 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.city-menu-container .more-cities-link:hover {
  text-decoration: underline !important;
  background: 0 0 !important;
}

.menu-level-0 {
  list-style: none;
  padding: 0;
}

.menu-item {
  position: relative;
}

.menu-level-1 {
  list-style: none;
  padding-left: 20px;
  display: none;
}

.menu-item:hover .menu-level-1 {
  display: block;
}

.menu-item a {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
}

.menu-item a:hover {
  color: #0073aa;
}

.menu-item-4016:hover > .panel-menu-container {
  display: block;
}

.menu-item-4079:hover > .panel-menu-container {
  display: block;
}

.menu-item-4744:hover > .panel-menu-container {
  display: block;
}

.panel-menu-container {
  display: none;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 0.1);
  position: absolute;
  z-index: 2;
  width: 200px;
  padding: 12px;
  font-family: Poppins, sans-serif;
}

.panel-grid {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.panel-button {
  background: #f5f8fd;
  border: none;
  padding: 15px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #1a1f38;
  width: 100%;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  border-radius: 8px;
}

.panel-button:last-child {
  border-bottom: none;
}

.material-symbols-outlined {
  font-size: 18px;
  margin-right: 5px;
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  bottom: auto;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.offcanvas-top.show {
  overflow: auto;
  height: 100vh;
}

.offcanvas-top .offcanvas-body {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.offcanvas-top .offcanvas-header {
  border-bottom: 1px solid #d9e4f8;
}

.offcanvas-top .offcanvas-header .brand-logo {
  width: 6rem;
}

.offcanvas {
  --bs-offcanvas-height: 65vh !important;
}

.offcanvas-body .accordion {
  --bs-accordion-bg: #fff;
  --bs-accordion-active-color: #0b131f;
  --bs-accordion-active-bg: #fff;
}

.offcanvas-body .accordion-item {
  border: none;
  margin: 10px 0;
  padding-top: 8px !important;
  border-bottom: 1px solid #e2e4ec !important;
}

.offcanvas-body .accordion-item:last-of-type {
  border: none;
  margin: 10px 0;
  padding-top: 8px !important;
  border-bottom: 1px solid #e2e4ec !important;
  margin-bottom: 17px;
}

.offcanvas-body .section-title {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0b131f;
  margin: 10px 0;
  padding: 10px 0;
  background: #fff;
}

.offcanvas-body .accordion-button,
.offcanvas-body .blog-menu a {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #0b131f;
  background-color: #fff;
  position: relative;
}

.offcanvas-body .accordion-button {
  padding: 0 !important;
}

.offcanvas-body .accordion-button:not(.collapsed) {
  color: #0b131f;
  background-color: #fff;
  box-shadow: none;
}

.offcanvas-body .accordion-button::after {
  display: none;
}

.offcanvas-body .accordion-arrow {
  transition: transform 0.3s ease;
  position: absolute;
  right: 15px;
}

.offcanvas-body .accordion-button:not(.collapsed) .accordion-arrow {
  transform: rotate(180deg);
}

.offcanvas-body .accordion-body {
  padding: 0 !important;
}

.offcanvas-body .list-unstyled li {
  list-style: none;
}

.offcanvas-body .list-unstyled .list-more {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  background: #fff;
  padding: 3px 15px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #2c3045 !important;
  text-decoration: none;
  border-bottom: 1px solid #e2e4ec !important;
}

.offcanvas-body .list-unstyled .list-more a {
  color: #2c3045 !important;
  text-decoration: none;
  display: block;
  margin: 1rem 0;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.offcanvas-body .cities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 0;
  margin: 0;
}

.offcanvas-body .cities-grid .cities-grid-item {
  padding: 6px 8px;
  background: #f5f8fd;
  border-radius: 6px;
  color: #2c3045 !important;
  font-weight: 400 !important;
  font-family: Poppins, sans-serif;
  font-size: 14px !important;
  border-bottom: 0 !important;
}

.offcanvas-body .cities-grid .cities-grid-item a {
  margin: 0 !important;
  padding: 0 !important;
  color: #2c3045 !important;
  font-size: 14px !important;
}

.offcanvas-body .cities-more {
  color: #182150 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.offcanvas-body .solutions-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.offcanvas-body .solutions-grid .solutions-grid-item {
  width: max-content;
  background: #f5f8fd;
  border-bottom: 0 !important;
  border-radius: 8px !important;
  padding: 8px !important;
}

.offcanvas-body .solutions-grid .solutions-grid-item a {
  margin: 8px !important;
  color: #2c3045 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  display: flex !important;
}

.offcanvas-body .menu-section {
  border-bottom: 1px solid #e2e4ec !important;
}

.offcanvas-body .menu-link {
  display: flex;
  padding: 8px 12px;
  background: #f5f8fd;
  border-radius: 8px;
  font-family: Poppins, sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  color: #2c3045;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s;
  width: max-content;
}

.offcanvas-body .menu-link:hover {
  background-color: #e0f7ff;
  color: #0b131f;
}

@media (max-width: 768px) {
  .offcanvas-body .cities-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .offcanvas-body #collapse-4733 .accordion-body {
    padding: 0 !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .offcanvas-body #collapse-4726 .accordion-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .menu-link .material-symbols-outlined {
    display: none;
  }

  #mobileNavAccordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 0;
  }

  .offcanvas-body .accordion-item,
  .offcanvas-body .accordion-item:last-of-type {
    margin: 0;
    padding-top: 0 !important;
    border-bottom: none !important;
  }

  .offcanvas-body .accordion-button,
  .blog-menu {
    margin-bottom: 16px;
  }

  .offcanvas-body .menu-link {
    padding: 0;
    background: none;
    border-radius: 8px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    color: #5d627c;
  }

  .offcanvas-body .accordion-arrow {
    right: 0;
  }
}

.offcanvas-body .schedule-visit {
  margin-bottom: 17px;
}

.offcanvas-body .schedule-visit a {
  width: -webkit-fill-available;
}

.sticky-button-wrapper {
  background-color: #fff;
  backdrop-filter: blur(20px);
  left: 0;
  right: 0;
  padding: 12px 16px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.sticky-button-wrapper a {
  border: 2px solid #182150;
  padding: 16px;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  color: #182150;
  text-decoration: none;
  font-weight: 600;
  font-family: "DM Sans";
}

#form-error-message {
  font-size: 14px;
  color: #dc3545;
  margin-top: 15px;
}

#form-error-message a {
  text-decoration: none;
  color: #dc3545;
}

.footer {
  background: linear-gradient(45deg, #182150, #1a1f38);
}

div#footerContactMenu {
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 400;
}

.footer .footer-brand-image img {
  width: 7rem;
  height: 100%;
}

.footer .footer-contact-us {
  display: flex;
  color: #f6f6f6;
  flex-direction: column;
  gap: 28px;
}

.vertical-line {
  border: none;
  border-left: 1px solid #eee;
  height: 100%;
  width: 1px;
  margin: 0 auto;
}

.footer .footer-address,
.footer .footer-all-links ul a {
  font-family: "DM Sans";
  font-weight: 400;
  color: rgb(255 255 255 / 0.7);
  font-size: 14px;
}

.footer .footer-all-links ul a {
  font-family: Poppins;
  text-decoration: none;
  display: block;
  margin: 1rem 0;
}

.footer .footer-contact-us .phone-mail-wrapper {
  display: flex;
  color: #f6f6f6;
  gap: 28px;
  align-items: center;
}

.footer .footer-contact-us div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer .footer-contact-us div .flex-class {
  gap: 10px;
}

.footer .footer-contact-us div .flex-class i {
  font-size: 18px;
}

.footer .footer-contact-us .logo-social {
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer .footer-address {
  letter-spacing: 0.3px;
  line-height: 26px;
  display: flex !important;
}

.footer .footer-all-links .section-devider:not(:last-child) {
  border-right: 2px solid #303658;
  padding: 0 50px;
}

.contact-us-section .flex-class i,
.footer .footer-address i,
.footer .footer-all-links {
  color: #fff;
}

.footer .footer-address-header {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
}

.footer .footer-brand-slogan {
  color: #fff;
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 24px;
}

.footer .footer-all-links h5 {
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 600;
}

.footer .footer-all-links ul {
  list-style: none;
  padding: 0;
  text-decoration: none;
}

.footer .other-quick-links h5 {
  visibility: hidden;
}

.footer-responsive {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .footer {
    display: block;
  }

  .footer-responsive {
    display: block !important;
    background: linear-gradient(90.16deg, #101f9d -15.84%, #11111c 122.54%);
  }

  .footer-responsive .footer-section .solutions-quick-links,
  .footer-responsive .footer-section div .solutions-quick-links {
    display: flex;
    flex-wrap: wrap;
    column-gap: 80px;
  }

  .footer-responsive .footer-section .solutions-quick-links .footer-quick-links,
  .footer-responsive .footer-section .solutions-quick-links .footer-solutions,
  .footer-responsive
    .footer-section
    div
    .solutions-quick-links
    .footer-quick-links,
  .footer-responsive
    .footer-section
    div
    .solutions-quick-links
    .footer-solutions {
    margin-top: 30px;
    color: #fff;
  }

  .footer-responsive
    .footer-section
    div
    .solutions-quick-links
    .footer-quick-links
    h5,
  .footer-responsive
    .footer-section
    div
    .solutions-quick-links
    .footer-solutions
    h5 {
    font-family: Poppins;
    font-weight: 700;
  }

  .footer-responsive
    .footer-section
    .solutions-quick-links
    .footer-quick-links
    ul,
  .footer-responsive
    .footer-section
    .solutions-quick-links
    .footer-solutions
    ul,
  .footer-responsive
    .footer-section
    div
    .solutions-quick-links
    .footer-quick-links
    div
    ul,
  .footer-responsive
    .footer-section
    div
    .solutions-quick-links
    .footer-solutions
    ul {
    list-style: none;
    padding: 0;
    text-decoration: none;
  }

  .footer-responsive
    .footer-section
    div
    .solutions-quick-links
    .footer-quick-links
    div
    ul
    li
    a,
  .footer-responsive
    .footer-section
    div
    .solutions-quick-links
    .footer-solutions
    ul
    li
    a {
    font-family: Poppins;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    display: block;
    margin: 1rem 0;
    font-size: 14px;
  }

  .footer-responsive
    .footer-section
    div
    .solutions-quick-links
    .footer-quick-links
    div {
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
  }

  .footer-responsive .footer-section .phone-mail-wrapper,
  .footer-responsive .footer-section div .phone-mail-wrapper {
    display: flex;
    color: #f6f6f6;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 80px;
    row-gap: 10px;
    flex-direction: column;
  }

  .footer-responsive .footer-section .phone-mail-wrapper .gap-class,
  .footer-responsive .footer-section div .phone-mail-wrapper .gap-class {
    gap: 10px;
  }

  .footer-responsive .footer-section div .address .footer-address-header {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
  }

  .footer-responsive .footer-section div .address .footer-address {
    color: #f6f6f6;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 26px;
  }

  .footer-responsive .footer-section {
    padding: 2rem !important;
  }

  .footer-responsive .footer-section .footer-brand-image img {
    width: 6rem;
  }

  .footer-responsive .footer-section .footer-brand-slogan {
    color: #fff;
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 24px;
  }

  .contact-us-section .logo-social,
  .footer-responsive .footer-section .logo-social {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .footer-responsive .footer-section .logo-social a img {
    width: 32px;
    height: 32px;
  }

  .footer-responsive
    .footer-section
    .solutions-quick-links
    .footer-quick-links
    h5,
  .footer-responsive
    .footer-section
    .solutions-quick-links
    .footer-solutions
    h5 {
    font-family: Poppins-SemiBold;
  }

  .footer-responsive
    .footer-section
    .solutions-quick-links
    .footer-quick-links
    ul
    li
    a,
  .footer-responsive
    .footer-section
    .solutions-quick-links
    .footer-solutions
    ul
    li
    a {
    font-family: Poppins-Light;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 1rem 0;
    font-size: 14px;
  }

  .footer-responsive .footer-section .address .footer-address-header {
    color: #fff;
    font-family: Poppins-SemiBold;
    font-size: 16px;
  }

  .footer-responsive .footer-section .address .footer-address {
    color: #f6f6f6;
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1025px) {
  .footer-responsive {
    display: none !important;
  }
}

.footer-locations {
  background-color: #0c0e1b;
  padding: 40px 10px;
}

.footer-locations-header .footer-locations-header-text {
  font-family: Poppins;
  font-weight: 600;
  color: #fff;
}

.footer-locations-block .footer-locations-content ul {
  padding: 0;
  margin: 0;
  display: flex;
  vertical-align: middle;
  line-height: 2.5;
  word-break: break-all;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.footer-locations-block .footer-locations-content ul li {
  display: block;
  font-size: 14px;
  list-style: none;
  line-height: 20px;
}

.footer-locations-block .footer-locations-content ul li span {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.footer-locations-block .footer-locations-content ul li span i {
  font-size: 5px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 0.5rem;
}

.footer-locations-block .footer-locations-content ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-left: 0;
  line-height: 20px;
}

.footer-locations-block .footer-locations-content ul li.location-bold span {
  font-family: Poppins;
  font-weight: 700;
  color: #fff;
}

.footer-locations-block
  .footer-locations-content
  ul
  li.location-bold.inc-margin {
  margin-left: 8px;
}

.footer-social-block {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-social-block .footer-mii {
  font-family: Poppins;
  font-size: 24px;
  color: #fff;
}

.footer-social-block .footer-other-links {
  display: flex;
}

.footer-social-block .footer-other-links .footer-other-text-link-a {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 12px;
  text-decoration-skip-ink: none;
  color: #fff;
}

.footer-social-block .footer-other-links .footer-other-text-link-span {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  text-decoration-skip-ink: none;
  color: #fff !important;
}

.footer-social-block .footer-other-links .footer-other-link {
  font-family: Poppins;
  font-size: 14px;
  text-decoration: none;
  text-decoration-skip-ink: none;
  color: #fff;
  font-weight: 400;
}

.footer-social-block .footer-mii i {
  color: red;
}

.footer-social-block .footer-social-links {
  text-align: center;
  padding-left: 12rem;
  margin-top: -0.7rem;
}

.contact-us-section .logo-social > a,
.footer-social-block .footer-social-links a {
  text-decoration: none;
}

.footer-social-block .footer-social-links img {
  margin-right: 0.5rem;
}

.footer-social-block .footer-privacy-links {
  text-align: right;
  padding-right: 0;
  font-family: Poppins-Regular;
}

.footer-social-block .footer-privacy-links span {
  margin-left: 0.5rem;
}

.footer-social-block .footer-privacy-links span a {
  text-decoration: none;
  color: inherit;
}

.contact-us-section .flex-class {
  color: rgb(255 255 255 / 0.7);
}

.footer-locations-block .footer-locations-content p {
  padding: 0;
  margin: 0;
  vertical-align: middle;
  line-height: 22px;
  word-break: break-all;
  font-family: "DM Sans";
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.footer-locations-block .footer-locations-content a {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  font-family: "DM Sans";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.footer .footer-mii {
  font-family: "DM Sans";
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.footer-social-block .footer-other-links,
.footer-social-block .footer-other-links a {
  text-decoration: none;
  display: flex;
  gap: 10px;
}

.contact-us-section .logo-social {
  display: flex;
  gap: 24px;
}

.contact-us-section .logo-social > a {
  background-color: #ffffff1a;
  border-radius: 50px;
  padding: 8px 10px;
}

.footer-locations-block {
  border-bottom: 2px solid #2c3045;
  padding-bottom: 0 !important;
}

.contact-us-section-wrapper {
  padding-left: 50px !important;
}

.footer-without-social-icons .address {
  width: 420px;
}

@media (max-width: 767px) {
  .col-12.col-md-4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer-brand-image,
  .footer-mii {
    display: inline-block;
    margin: 0;
  }

  .footer-mii {
    margin-left: 10px;
    margin-top: 0 !important;
  }

  .footer-locations-block .footer-locations-content ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .contact-us-section-wrapper {
    padding-left: 0px !important;
  }

  .footer-without-social-icons {
    margin-bottom: 80px;
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .footer .footer-mii {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer-all-links ul a {
    font-size: 16px;
  }

  .footer .footer-all-links .section-devider {
    border-right: none;
    padding: 0;
  }

  .footer .footer-all-links .section-devider:not(:last-child) {
    border-bottom: 1px solid #ffffff1a;
    padding: 0;
    border-right: 0;
  }

  .footer-locations-block .footer-locations-content ul li a {
    margin-left: 0;
    line-height: 20px;
  }

  .footer-locations-block .footer-locations-content p:not(:first-child) {
    margin-top: 24px !important;
  }

  .footer-locations-block .footer-locations-content p {
    margin-bottom: 12px;
    line-height: 22px;
  }

  .footer .footer-all-links h5 {
    margin-bottom: 20px;
    margin-top: 20px;
    color: #f5f8fd;
  }

  .col-12.col-md-4.footer-logo {
    border-bottom: 1px solid #ffffff1a;
    padding: 0 0 20px;
  }

  .footer-locations .container .footer-social-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 60px;
  }

  .footer-locations .container .footer-social-block .footer-other-links {
    flex-wrap: wrap;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 300;
  }
}

@media screen and (max-width: 767px) {
  .col-md-2.col-6.footer-locations-content {
    width: 100%;
  }

  .footer .footer-address {
    font-size: 14px;
  }
}

.footer-brand-image,
.footer-mii {
  display: block;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.contact-us-section .logo-social .fa {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222a45;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  transition: 0.3s;
}

.contact-us-section .logo-social .fa:hover {
  background-color: #444f70;
  transform: scale(1.1);
}

.footer-locations-content a {
  word-break: normal;
  margin-bottom: 0.5rem;
}

.footer-locations-content p {
  word-break: normal;
}

.rotate-icon {
  transform: rotate(180deg);
}

img.rotated {
  transform: rotate(0deg);
  transition: transform 0.3s;
}

@media screen and (min-width: 700px) and (max-width: 1200px) {
  .contact-us-section ul li div {
    word-break: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
    max-width: 100%;
  }

  .logo-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    max-width: 100%;
    overflow: hidden;
  }

  .logo-social a {
    flex: 0 1 auto;
    min-width: 0;
  }

  .contact-us-section,
  .footer-all-links .col-md-4 {
    min-width: 0;
    flex-shrink: 1;
  }
}

.blog-card.recommended-card {
  background-color: #f5f8fd;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  width: 30%;
  margin: 0 0.5rem;
}

.blog-thumbnail img {
  width: 100%;
  height: 150px;
  border-radius: 8px;
}

.blog-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.revamp-page-template .blogs-webinar-section .webinar-title-blog {
  font-size: 18px;
  font-weight: 700;
  color: #1a1f38;
  margin-bottom: 1rem;
  text-wrap: auto;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 75px;
  line-height: 26px;
}

.blogs-webinar-section .blog-thumbnail img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .blog-card.recommended-card {
    background-color: #f5f8fd;
    border-radius: 0.75rem;
    display: inline-block;
    width: 17.5rem;
    margin: 0 0.5rem;
  }

  .blogs-webinar-section .blog-thumbnail img {
    width: 280px;
  }
}

.get-solar-section .solar-option {
  gap: 0.75rem;
  border-bottom: 1px solid #e2e4ec;
  padding: 1rem 0;
}

.revamp-page-template.home-wrapper {
  margin-top: 75px;
}

.get-solar-section .solar-option:last-child {
  border-bottom: none;
}

.get-solar-section h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.get-solar-section .solar-content h3 {
  font-weight: 600;
  font-size: 1.25rem;
  color: #2c3045;
  letter-spacing: -1px;
  margin-bottom: 0;
  line-height: 28px;
}

.get-solar-section .solar-content p {
  font-size: 0.875rem;
  color: #2c3045;
  margin: 0;
  width: 210px;
  letter-spacing: -0.5px;
  line-height: 20px;
}

.get-solar-section .solar-option img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
}

.revamp-page-template.home-wrapper .rating-detail .rating-strip {
  background-color: #fff0;
}

@media (max-width: 767px) {
  .revamp-page-template.home-wrapper .rating-detail .rating-strip {
    background-color: #fcf9f1;
  }
}

.revamp-page-template .content-section {
  left: 0;
  right: 0;
  top: 7%;
  min-height: 300px;
}

.revamp-page-template .content-section h2 {
  font-size: 1rem;
  color: #182150;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}

.revamp-page-template .content-section h2 strong {
  background-color: #a5ebff;
  padding: 0.25rem;
  font-weight: 600;
}

.revamp-page-template .hero-section .content-section h1 {
  font-weight: 700;
  font-size: 1.75rem;
  font-family: "Poppins", sans-serif;
  line-height: 36px;
  letter-spacing: 0;
  min-height: 60px;
}

.revamp-page-template .content-section .subheading {
  font-size: 0.875rem;
  color: #182150;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.revamp-page-template .right-side .right-side-box {
  padding: 1.5rem;
  border-radius: 1rem;
  width: 500px;
}

.revamp-page-template .right-side .right-side-box .subheading {
  font-weight: 500;
  font-size: 1.125rem;
}

.revamp-page-template .right-side .right-side-box .save-amount {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.revamp-page-template .right-side .right-side-box .amount-wrapper {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e2e4ec;
  margin-bottom: 1.25rem;
}

.revamp-page-template
  .right-side
  .right-side-box
  .amount-wrapper
  span:first-child {
  font-size: 1.125rem;
  font-weight: 500;
  color: #1a1f38;
}

.revamp-page-template
  .right-side
  .right-side-box
  .amount-wrapper
  span:last-child {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2c3045;
}

.revamp-page-template .right-side .right-side-box .green,
.revamp-page-template
  .right-side
  .right-side-box
  .amount-wrapper
  .yearly-save-amount {
  color: #059669;
}

.revamp-page-template .right-side .right-side-box .year-amount {
  font-size: 1.375rem;
  font-weight: 600;
}

.revamp-page-template .right-side .right-side-box .year-amount-heading {
  color: #5d627c;
  font-size: 0.875rem;
  font-weight: 500;
}

.revamp-page-template .right-side .right-side-box .view-more-calculation {
  color: #2f38cf;
  font-size: 1rem;
  margin-top: 1.25rem;
  font-weight: 600;
}

.revamp-page-template #custom-handle .slider-value-box {
  display: none;
}

.revamp-page-template .blogs-webinar-section .webinar-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1f38;
  margin-bottom: 1rem;
  text-wrap: auto;
}

.blogs-webinar-section .webinar-thumbnail img {
  width: 280px;
}

.read-more-section #toggle-read-more-btn {
  color: #1a1f38;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  padding: 0.75rem 1rem;
  background-color: #f5f8fd;
}

.read-more-section .content-box {
  display: none;
  padding: 10px;
}

.revamp-page-template.home-wrapper .get-solar-section {
  padding-top: 2.5rem;
}

.solar-journey-main-section {
  padding: 40px 16px;
}

.revamp-page-template.home-wrapper .hero-section .content-section .cta-btn {
  background: #fff;
  min-width: 210px;
  margin-top: 0;
  padding: 12px 42px;
}

.revamp-page-template.home-wrapper .hero-section .content-section .cta-btn a {
  color: #000;
  margin-left: -10px;
}

.revamp-page-template .content-section {
  width: 325px;
  color: #fff;
}

.revamp-page-template .content-section h2 {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 768px) {
  .revamp-page-template.home-wrapper .featured-image img {
    height: 720px;
    object-fit: cover;
  }

  .solar-journey-main-section .container {
    padding: 0;
  }

  .navbar {
    height: 4.5rem;
    padding-bottom: 0;
  }

  .revamp-page-template .content-section h2 {
    margin-bottom: 16px;
  }

  .revamp-page-template .content-section {
    top: 8%;
  }
}

@media (min-width: 768px) {
  .background-overlay {
    background: linear-gradient(
      155deg,
      #2c3045 8%,
      #2c304599 42%,
      #2c304500 56%
    );
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 600px;
  }

  .revamp-page-template.home-wrapper .rating-detail .rating-strip {
    background-color: #ffffff29;
    border-radius: 12px;
    padding: 12px 32px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgb(255 255 255 / 0.3);
    box-shadow: 0 8px 32px rgb(0 0 0 / 0.1);
    transition: transform 0.3s ease;
  }

  .revamp-page-template.home-wrapper .rating-strip .rate-span {
    font-weight: 500;
    font-size: 18px;
    color: #e9b35e;
  }

  .revamp-page-template.home-wrapper .rating-strip span {
    font-size: 18px;
    font-weight: 500;
  }

  .rating-home-desk {
    bottom: 24px;
  }

  .revamp-page-template.home-wrapper .get-solar-section {
    padding: 6rem 0;
  }

  .home-wrapper .solar-options {
    gap: 25px;
  }

  .get-solar-section .solar-option {
    border: none;
    padding: 0;
  }

  .get-solar-section h2 {
    color: #1a1f38;
    font-size: 2.5rem;
    margin-bottom: 56px;
  }

  .get-solar-section .solar-content h3 {
    color: #2c3045;
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
    line-height: 28px;
  }

  .get-solar-section .solar-content p {
    font-size: 1rem;
    width: 210px;
    line-height: 24px;
  }

  .revamp-page-template .content-section {
    width: 630px;
    right: auto;
    top: 108px;
    color: #fff;
  }

  .revamp-page-template .content-section h2 {
    font-size: 20px;
    line-height: 44px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 24px;
    margin-top: 16px;
    color: #fff;
  }

  .revamp-page-template .content-section .subheading {
    font-size: 1.4rem;
    letter-spacing: -1px;
  }

  .revamp-page-template.home-wrapper .content-section .subheading {
    margin-top: 12px;
    margin-bottom: 5px;
  }

  .revamp-page-template .content-section .cta-btn {
    padding: 14.37px 40px;
  }

  .revamp-page-template .content-section .cta-btn a {
    font-size: 0.875rem;
  }

  .excellance-inner-section .goodzero-pride .card-wrapper {
    height: 160px;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .revamp-page-template.home-wrapper .featured-image img {
    width: 100%;
  }

  .revamp-page-template.home-wrapper .content-section h1 {
    font-size: 3.5rem;
    line-height: 4rem;
    letter-spacing: -1px;
  }

  .solar-journey-main-section .solar-journey-wrapper .left-section {
    width: 60%;
    padding: 72px 0 25px 0;
  }

  .solar-journey-main-section .solar-option.d-flex.align-items-center {
    position: relative;
  }

  .solar-journey-main-section .solar-journey-section .solar-description {
    font-size: 1rem;
    padding-bottom: 45px;
    margin-bottom: 0;
  }

  .solar-journey-wrapper .right-section-wrapper {
    max-width: unset;
  }

  .solar-journey-wrapper .right-section {
    width: 40%;
  }

  .solar-journey-main-section {
    padding: 0;
  }

  .solar-journey-wrapper .right-section-wrapper {
    max-width: unset !important;
  }

  .revamp-page-template
    .solar-journey-wrapper
    .right-section
    .right-section-wrapper {
    max-width: unset;
    margin: 0 auto;
    position: relative;
    height: 780px;
  }

  .solar-journey-wrapper .right-section-wrapper img {
    margin-top: 0;
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 100%;
  }

  .solar-journey-wrapper .left-section {
    width: 60%;
    padding: 72px 0 25px;
  }
}

.solar-journey-section .solar-content::after {
  border-left: 1px dashed #e2e4ec;
  height: calc(100% - 40px);
  content: "";
  width: 1px;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 0;
}

.solar-journey-section .solar-content {
  position: relative;
  padding-left: 60px;
}

/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)"; /* support: IE8 */
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #d3d3d3;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50%
    50% repeat-x;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50%
    repeat-x;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #555555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #999999;
  background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50%
    repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #212121;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50%
    repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #aaaaaa;
  background-color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50%
    repeat-x;
  color: #363636;
}
.ui-state-checked {
  border: 1px solid #fcefa1;
  background: #fbf9ee;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50%
    repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)"; /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  -ms-filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
  -webkit-box-shadow: -8px -8px 8px #aaaaaa;
  box-shadow: -8px -8px 8px #aaaaaa;
}

/**
 * Minified by jsDelivr using clean-css v5.3.3.
 * Original file: /npm/slick-carousel@1.8.1/slick/slick.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*# sourceMappingURL=/sm/fb3ed351cd5c0f1f30f88778ee1f9b056598e6d25ac4fdcab1eebcd8be521cd9.map */
/* @charset 'UTF-8';.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) center center no-repeat
} */

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(fonts/slick.woff) format("woff"),
    url(fonts/slick.ttf) format("truetype"),
    url(fonts/slick.svg#slick) format("svg");
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

.revamp-page-template {
  padding-top: 80px;
}

.city-page-template .rating-strip {
  font-size: 0.875rem;
  font-weight: 500;
}

.revamp-page-template .rating-detail .rating-strip {
  padding: 0;
}

.city-page-template .rating-section .rating-detail {
  display: flex;
  justify-content: center;
  padding: 7px 13px;
}

.city-page-template .goodzero-intro-bg {
  background: linear-gradient(0deg, #c5e4fc00 0, #fff 40%);
  height: 265px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50px;
}

.city-page-template .hero-section .top-section {
  margin-top: -1rem;
}

.city-page-template .hero-section .devnagri {
  font-size: 54px;
  font-weight: 700;
  background: linear-gradient(180deg, #d9e4f8 0, #fcfdff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: -16px;
}

.city-page-template .hero-section .subheading {
  font-size: 20px;
  color: #182150;
  font-weight: 700;
}

.city-page-template .hero-section .heading {
  font-size: 28px;
  font-weight: 700;
  font-family: poppins, sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

.revamp-page-template .good-zero-rates-section .rating-detail p {
  width: 340px;
  color: #1a1f38;
  font-weight: 600;
}

.revamp-page-template .card-slider-section .slick-dots li {
  margin: 0;
  width: 14px;
  height: 14px;
}

.card-slider-section .slick-dots li.slick-active button:before,
.city-tag-slick-slider .slick-dots li.slick-active button:before {
  color: #4785ff;
}

.card-slider-section .card-slide-item {
  border-radius: 0.75rem;
  border: 1px solid #ecf1fb;
  position: relative;
  overflow: hidden;
}

.card-slider-section .card-slide-item .overlay {
  background: linear-gradient(270deg, #f1fbff 76%, #ffffff00 86%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-size: 100%;
  background-repeat: no-repeat;
}

.card-slider-section .card-slide-item .img-wrap img {
  object-fit: cover;
  width: 118px;
}

.card-slider-section .card-slide-item .card {
  background-color: #f5f8fd;
}

.card-slider-section .card-slide-item h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1f38;
}

.card-slider-section .card-slide-item a {
  color: #131ca2;
  font-size: 0.875rem;
}

.city-page-template .tag-line {
  background: 0 0;
  background-color: rgb(0 0 0 / 20%);
  border-radius: 8px;
  margin: 0 6px;
  white-space: nowrap;
  overflow: hidden;
  padding: 9px 20px;
  backdrop-filter: blur(12px);
  font-size: 14px;
  letter-spacing: 0;
}

.city-tag-slider-wrapper {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: unset;
  bottom: 15%;
  transform: translateY(50%);
  z-index: 1;
}

.city-tag-slick-slider .slick-dots li button:before {
  color: #d9d9d9;
  opacity: 1;
}

.city-page-template .tag-line {
  color: #fff;
  border: none;
}

.city-tag-slick-slider .slick-dots li {
  margin: -4px;
}

.city-page-template .city-tag-slick-slider img {
  width: 19px;
  height: 19px;
  margin-right: 12px;
}

.solar-estimate-section {
  background: linear-gradient(90deg, #0c0e1b 0, #15192c 100%);
  padding: 40px 0;
  overflow: hidden;
  font-size: 14px;
}

.solar-estimate-section .container {
  padding: 0 16px;
}

.solar-estimate-section .system-size-wrapper {
  margin-bottom: 32px;
}

.emi-tenure-wrapper h6,
.system-size-wrapper h6 {
  margin-bottom: 20px;
}

.emi-tenure-wrapper .btn-wrapper span,
.system-size-wrapper .btn-wrapper span {
  margin-top: 6px;
}

.emi-tenure-wrapper .btn-group,
.system-size-wrapper .btn-group {
  margin: 0 -20px;
  padding-left: 20px;
}

.solar-estimate-section .left-section h6 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-family: poppins, sans-serif;
  letter-spacing: 0;
}

.solar-estimate-section .get-estimate-heading {
  font-size: 16px;
  font-weight: 500;
  margin: 32px 0;
}

.solar-estimate-section .zero-investment-gradient {
  background: linear-gradient(90deg, #b2c8f1 0, #fff 400px);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  display: block;
  line-height: 1.4;
}

.solar-estimate-section .left-section p {
  font-size: 20px;
  font-weight: 500;
}

.saving-emi-cal-section {
  padding: 40px;
  gap: 1.5rem;
}

.saving-emi-cal-section .left-section {
  width: 130px;
}

.saving-emi-cal-section .right-section {
  width: 110px;
}

.saving-emi-cal-section .price,
.saving-emi-cal-section .price-yr {
  color: #34d399;
}

.saving-emi-cal-section .price {
  color: #34d399;
  font-size: 24px;
}

.saving-emi-cal-section .emi-price {
  font-size: 24px;
}

.solar-estimate-section .btn-check:checked + .btn-wrapper {
  border-color: #0dcaf0;
  position: relative;
  border: 2px solid #fff0;
  background: linear-gradient(#1a1f38, #1a1f38) padding-box,
    linear-gradient(90deg, #64d6ff, #4785ff) border-box;
  border-radius: 8px;
  text-align: left;
  color: #64d6ff;
}

.solar-estimate-section .btn-wrapper {
  border: 1px solid #ffffff1a;
  border-radius: 8px !important;
  text-align: left;
  max-width: 140px;
  width: 100%;
  padding: 0.75rem;
  cursor: pointer;
  background-color: #1a1f38;
}

.solar-estimate-section .btn-group {
  gap: 12px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.solar-estimate-section .btn-wrapper span {
  font-size: 0.75rem;
  color: #fff;
  white-space: normal;
  width: 120px;
  display: block;
  letter-spacing: 0.2px;
}

.solar-estimate-section .emi-tenure-wrapper .btn-wrapper {
  width: auto;
}

.city-page-template.revamp-page-template .hero-section .anek-devanagari {
  font-family: "Anek Devanagari", sans-serif;
  font-size: 48px;
}

.city-page-template.revamp-page-template .hero-section .anek-gujarati {
  font-family: "Anek Gujarati", sans-serif;
  font-size: 48px;
}

.city-page-template.revamp-page-template .hero-section .anek-kannada {
  font-family: "Anek Kannada", sans-serif;
  font-size: 48px;
  letter-spacing: -1px;
}

.city-page-template.revamp-page-template .hero-section .anek-telugu {
  font-family: "Anek Telugu", sans-serif;
  font-size: 48px;
}

.city-page-template.revamp-page-template .hero-section .anek-tamil {
  font-family: "Anek Tamil", sans-serif;
  font-size: 48px;
}

.city-container[data-city="hyderabad"].city-page-template.revamp-page-template
  .hero-section
  h2.devnagri,
.city-container[data-city="ahmedabad"].city-page-template.revamp-page-template
  .hero-section
  h2.devnagri,
.city-container[data-city="gandhinagar"].city-page-template.revamp-page-template
  .hero-section
  h2.devnagri,
.city-container[data-city="bengaluru"].city-page-template.revamp-page-template
  .hero-section
  h2.devnagri {
  font-size: 36px;
}

@media (min-width: 768px) {
  .city-page-template .hero-section .top-section {
    margin-top: 80px;
  }

  .city-page-template.revamp-page-template .hero-section .anek-devanagari {
    font-size: 5rem;
  }

  .city-page-template.revamp-page-template .hero-section .anek-gujarati {
    font-family: "Anek Gujarati", sans-serif;
    font-size: 5rem;
  }

  .city-page-template.revamp-page-template .hero-section .anek-kannada {
    font-family: "Anek Kannada", sans-serif;
    font-size: 5rem;
  }

  .city-page-template.revamp-page-template .hero-section .anek-telugu {
    font-family: "Anek Telugu", sans-serif;
    font-size: 4rem;
  }

  .city-page-template.revamp-page-template .hero-section .anek-tamil {
    font-family: "Anek Tamil", sans-serif;
    font-size: 4rem;
  }

  .city-container[data-city="hyderabad"].city-page-template.revamp-page-template
    .hero-section
    h2.devnagri,
  .city-container[data-city="ahmedabad"].city-page-template.revamp-page-template
    .hero-section
    h2.devnagri,
  .city-container[data-city="gandhinagar"].city-page-template.revamp-page-template
    .hero-section
    h2.devnagri,
  .city-container[data-city="bengaluru"].city-page-template.revamp-page-template
    .hero-section
    h2.devnagri {
    font-size: 4rem;
  }

  .city-page-template .hero-section .right-section {
    background-color: #ecf1fb;
  }

  .city-page-template .right-section .custom-radio-block {
    flex-wrap: wrap;
  }

  .city-page-template .hero-section .subheading {
    font-size: 40px;
    line-height: 40px;
  }

  .city-page-template .hero-section .heading {
    font-size: 48px;
    line-height: 48px;
    margin-top: 8px;
  }

  .city-tag-slick-slider.slick-dotted.slick-slider {
    margin: 0;
    justify-content: center;
  }

  .city-tag-slider-wrapper {
    bottom: 10%;
  }

  .city-page-template .goodzero-pride .cta-wrapper {
    margin-top: 28px;
  }

  .promises-desc,
  .solar-estimate-section .btn-wrapper {
    font-size: 1rem;
  }

  .solar-estimate-section {
    padding: 72px 0;
  }

  .solar-estimate-section-wrapper {
    gap: 150px;
  }

  .solar-estimate-section .right-section p {
    font-size: 1.5rem;
    margin-bottom: 2.25rem;
  }

  .solar-estimate-section .left-section h6 {
    font-size: 3rem;
    margin-bottom: 0.75rem;
    line-height: 4rem;
  }

  .solar-estimate-section .left-section p {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    letter-spacing: -0.5px;
    font-weight: 400;
  }

  .solar-estimate-section .right-section h6 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }

  .solar-estimate-section .right-section .emi-tenure-wrapper,
  .solar-estimate-section .right-section .system-size-wrapper {
    margin: 21px 0;
  }

  .saving-emi-cal-section {
    padding: 0;
    margin-top: 16px;
  }

  .city-page-template .goodzero-intro-bg {
    background: linear-gradient(0deg, #c5e4fc00 35%, #fff 55%);
    height: auto;
  }

  .city-page-template .rating-section .rating-detail {
    padding: 13px;
  }
}

.sticky-button-wrapper {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: 0.3s;
}

.sticky-button-wrapper.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.slick-dotted.slick-slider {
  margin-bottom: 10px !important;
}

.cta-box .right-section.variant-2 {
  padding: 16px 0;
}

.revamp-page-template.variant-2-city-template.city-page-template .tag-line {
  color: #131ca2;
  border: 1px solid #d9e4f8;
  background-color: #e9f0fe;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 500;
}

.revamp-page-template.city-page-template .goodzero-intro-image {
  margin-top: -100px;
}

.revamp-page-template.variant-2-city-template.city-page-template
  .goodzero-intro-image {
  margin-top: -40px;
}

.revamp-page-template.variant-2-city-template.city-page-template
  .rating-section {
  margin-top: 40px;
}

.revamp-page-template.variant-2-city-template.city-page-template
  .slick-dotted.slick-slider {
  background-color: #ecf1fb;
}

.revamp-page-template.variant-2-city-template
  .city-tag-slick-slider
  .slick-dots {
  display: none !important;
}

.revamp-page-template.variant-2-city-template
  .promises-wrapper
  .promise-inner-wrapper {
  background-color: #f5f8fd;
  border: 1px solid #ecf1fb;
  border-radius: 8px;
  padding: 14px;
}

.revamp-page-template.variant-2-city-template .goodzero-promise .img-wrapper {
  width: 52px;
  height: 52px;
}

.revamp-page-template.variant-2-city-template
  .goodzero-promise
  .img-wrapper
  img {
  background-color: #ecf1fb;
  border-radius: 50px;
  padding: 12px;
}

.revamp-page-template.variant-2-city-template .goodzero-promise h3 {
  width: 135px;
}

.revamp-page-template.variant-2-city-template.city-page-template
  .form-component
  form
  .desc {
  margin-top: 8px;
  width: auto;
  color: #1a1f38;
}

.revamp-page-template.city-page-template .form-component form {
  padding: 0.75rem 1.25rem 0;
}

.revamp-page-template.variant-2-city-template .goodzero-pride {
  padding-bottom: 0;
}

.form-floating .info {
  display: none !important;
}

.form-step .info {
  color: #047653;
  font-size: 12px;
  margin-top: 8px;
  padding: 0 10px;
  display: flex !important;
}

.form-step .info img {
  margin-right: 6px;
  margin-top: 2px;
}

@media (min-width: 768px) {
  .revamp-page-template.variant-2-city-template.city-page-template
    section.hero-section::before {
    background-image: url(https://cdn.solarsquare.in/blog/wp-content/uploads/2025/12/29112617/var-2-top-bg-scaled.webp);
    width: 100%;
    height: 275px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background-size: cover;
    z-index: 1;
  }

  .revamp-page-template.city-page-template .form-component form {
    padding: 1.75rem 1.25rem 0;
  }

  .cta-box.variant-2-wrapper {
    width: 325px;
  }

  .revamp-page-template.city-page-template .goodzero-intro-image {
    margin-top: -50px;
  }

  .revamp-page-template.variant-2-city-template .hero-section .left-section {
    width: 50%;
  }

  .revamp-page-template.variant-2-city-template .hero-section .right-section {
    width: 50%;
  }

  .revamp-page-template.variant-2-city-template
    .goodzero-intro-image
    .featured-image
    img {
    height: 310px;
    margin-bottom: -20px;
  }

  .revamp-page-template.variant-2-city-template.city-page-template
    .hero-section
    .left-section {
    background-color: #ecf1fb;
    padding-bottom: 50px;
  }

  .revamp-page-template.variant-2-city-template.city-page-template
    .form-component
    form
    .desc {
    width: auto;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
    color: #2c3045;
    margin-top: 16px;
  }

  .revamp-page-template.variant-2-city-template .form-component form h2 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
  }

  .revamp-page-template.variant-2-city-template
    .left-section
    .right-section-wrapper {
    max-width: 705px;
    margin: 0 auto;
    height: 100%;
  }

  .revamp-page-template.variant-2-city-template.city-page-template
    .goodzero-intro-bg {
    background: #fff0;
  }

  .revamp-page-template.variant-2-city-template.city-page-template
    .goodzero-intro-image {
    margin-top: 100px;
  }

  .revamp-page-template.variant-2-city-template.city-page-template
    .goodzero-intro-image::before {
    background: linear-gradient(90deg, #ecf1fb 0, #f5f8fd00 190%);
    content: "";
    width: 145px;
    height: 445px;
    display: block;
    position: absolute;
    z-index: 2;
  }

  .revamp-page-template.variant-2-city-template.city-page-template
    .hero-section
    .devnagri {
    background: linear-gradient(180deg, #a0bcee 0, #dbe8ff 100%);
    -webkit-background-clip: text;
  }

  .revamp-page-template.variant-2-city-template .form-component {
    position: relative;
    z-index: 2;
  }

  .revamp-page-template.variant-2-city-template .goodzero-promise .img-wrapper {
    width: 72px;
    height: 72px;
  }

  .revamp-page-template.variant-2-city-template
    .goodzero-promise
    .img-wrapper
    img {
    padding: 20px;
  }

  .revamp-page-template.variant-2-city-template
    .promises-wrapper
    .promise-inner-wrapper {
    padding: 24px;
  }

  .revamp-page-template.variant-2-city-template .promises-wrapper {
    gap: 45px;
    width: 1120px;
  }

  .revamp-page-template.variant-2-city-template.city-page-template .tag-line {
    margin-top: 0;
    margin-bottom: 0;
    width: auto !important;
  }

  .revamp-page-template.variant-2-city-template .goodzero-promise h3 {
    width: 190px;
  }

  .revamp-page-template.variant-2-city-template
    .form-field-outer-wrapper
    > div:first-child {
    margin-right: 24px;
  }

  .revamp-page-template.variant-2-city-template
    .form-field-outer-wrapper
    > div:first-child,
  .revamp-page-template.variant-2-city-template
    .form-field-outer-wrapper
    > div:nth-child(2) {
    width: 298px;
    display: inline-block;
  }

  .revamp-page-template.variant-2-city-template .form-field-outer-wrapper {
    overflow-y: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }

  .revamp-page-template.variant-2-city-template .goodzero-pride {
    padding-bottom: 72px !important;
  }

  .form-field-outer-wrapper {
    height: 395px;
  }
}

/*# sourceMappingURL=slick-theme.min.css.map */
.city-tag-slider-wrapper {
  width: 100%;
  overflow: hidden;
}

.city-tag-slick-slider {
  display: flex;
  width: max-content;
  animation: marquee 18s linear infinite;
}

.city-tag-slick-slider:hover {
  animation-play-state: paused;
}

.tag-line {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  margin-right: 20px;
  padding: 12px 22px;

  background: #fff;
  border: 1px solid #ddd;
  border-radius: 30px;
  white-space: nowrap;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.testimonial-city-page-section {
  padding: 60px 0;
}

.testimonial-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}

.testimonial-slider-container {
  position: relative;
  overflow: hidden;
}

.testimonial-slider {
  display: flex;
  gap: 24px;

  transition: transform 0.5s ease;
}

.recommended-card {
  flex: 0 0 calc(33.333% - 16px);
}

.recommended-card-details {
  background: #ffffff;

  border-radius: 20px;

  padding: 25px;

  height: 100%;

  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.08);
}

.customer-feedback img {
  width: 34px;

  height: 28px;

  margin-bottom: 15px;
}

.customer-feedback p {
  font-size: 16px;

  line-height: 1.6;

  color: #444;

  margin: 0;
}

.author-info {
  margin-top: 25px;
}

.author-name {
  font-size: 18px;

  font-weight: 600;

  margin: 0;
}

.author-location {
  color: #777;

  margin: 5px 0 0;
}

.testimonial-arrow {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  width: 45px;

  height: 45px;

  border-radius: 50%;

  border: 0;

  background: #000;

  color: #fff;

  cursor: pointer;

  z-index: 2;
}

.testimonial-prev {
  left: 10px;
}

.testimonial-next {
  right: 10px;
}

/* Tablet */

@media (max-width: 1024px) {
  .recommended-card {
    flex-basis: calc(50% - 12px);
  }
}

/* Mobile */

@media (max-width: 600px) {
  .recommended-card {
    flex-basis: 100%;
  }

  .testimonial-heading {
    font-size: 28px;
  }
}
