/********** Template CSS **********/
body {
   font-family: 'Poppins', sans-serif !important;
  overflow-x: hidden;
}

:root {

  /* --primary: #d5af33; */
  --primary: #E6FC81;
  --secondary: #fbfbfb !important;
  --light: #f8f8f8;
  --dark: #252525;
}

.text-secondary {
  color: var(--secondary) !important;
}

.bg-secondary {
  background: var(--secondary) !important;
}

.bg-second {
  background-color: #fafafa !important;
}

h1,
.h1 {


font-weight: 700;
font-family: 'Poppins', sans-serif !important;
}

@media (max-width: 768px) {

}

h2,
.h2 {
color: #414040;
font-weight: 700;
font-family: 'Poppins', sans-serif !important;
}

@media (max-width: 768px) {
 
}

h3,
h4,
.h3,
.h4,
.fw-medium {
   font-family: 'Poppins', sans-serif !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
   font-family: 'Poppins', sans-serif !important;
}

p,
.p {
color: #5A5959;
font-family: 'Poppins', sans-serif !important;
}

ul,
li {
   font-family: 'Poppins', sans-serif !important;
}



figure{
	margin: 0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

html,
body{
	width: 100%;
	overflow-x: clip;
}


/* Images Animation */

.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.what-we-image-1 figure img{
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.what-we-image-1 figure img{
	aspect-ratio: 1 / 0.73;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary {
  color: #000;
  background-color: var(--primary);
  border-radius: 10px;
  font-weight: 600 !important;
}

.btn-secondary {
  color: #000;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #fff;
  font-weight: 600 !important;
  border-color: #fff;
}

.btn-secondary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #000;
}

.btn-square {
  width: 38px;
  height: 38px;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn-outline-body {
  color: var(--primary);
  border-color: #777777;
}

.btn-outline-body:hover {
  color: #ffffff;
  background: var(--primary);
  border-color: var(--primary);
}

.shop-btn {
  padding: 10px 25px 10px 25px !important;
}



/* Title with underline */
.section-title-2 {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}

.section-title-2::after {
  content: "";
  display: block;
  width: 200px;
  height: 5px;
  background-color: var(--primary);
  margin-top: 20px;
}

.section-title-3 {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  text-align: center;
}

.section-title-3::after {
  content: "";
  display: block;
  width: 200px;
  height: 5px;
  background-color: var(--primary);
  margin: 20px auto 0 auto;
  /* ✅ This centers the line */
}



/* **************************************** */
/* Responsive Screens */
/* **************************************** */


@media (max-width: 768px) {

  /* ************************ */
  /* Globally Fonts */
  /* ************************ */

    h1,
  .h1 {
    font-size: 24px;

  }

 h2,
  .h2 {
    font-size: 24px !important;

  }

  p,
  .p {

    font-size: 15px;
  }


  .section-title-2::after {
    width: 100px;
    margin-top: 10px !important;
  }

  .section-title-3::after {
    width: 100px;
    margin-top: 10px !important;
  }
}

/* ***********************
home page style 
************************** */

/* ************
header styles 
************** */
/* Custom unique scope for Electricity Ratings Header */
.er-custom-navbar {
  background-color: #ffffff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.er-navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.er-brand-wrapper {
  padding: 0;
  display: flex;
  align-items: center;
}

.er-main-logo {
  max-height: 50px; /* Adjust height based on your asset layout specs */
  width: auto;
  object-fit: contain;
}

/* Typography matching the minimalist UI link style */
.er-contact-link {
 
  color: #333333 !important;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  padding: 0.5rem 1rem !important;
  transition: color 0.2s ease-in-out;
}

.er-contact-link:hover, 
.er-contact-link:focus {
  color: #0d6efd !important; /* Bootstrap primary blue on hover */
}

/* Adjustments for mobile view responsiveness */
@media (max-width: 991.98px) {
  .er-menu-collapse {
    margin-top: 1rem;
    border-top: 1px solid #f1f1f1;
    padding-top: 0.5rem;
  }
  
  .er-nav-list {
    text-align: right;
  }
  
  .er-contact-link {
    padding: 0.75rem 0 !important;
  }
}
/* ****************
header styles end 
***************** */

/* *********************
hero styles 
********************* */

.er-hero-section {
  position: relative;
  background: linear-gradient(rgba(30, 30, 30, 0.6), rgba(30, 30, 30, 0.6)), 
              url('https://snstech.us/wp-content/uploads/2026/07/Small-Image-Electricity.jpg') no-repeat center center;
  background-size: cover;
  background-color: #333333;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 140px;
  overflow: hidden;
}

.er-hero-container {
  position: relative;
  z-index: 5;
}

.er-hero-title {
 
  color: #ffffff !important;
  font-size: 3.75rem;
  font-weight: 400;
  margin-bottom: 1.8rem;
}

.er-hero-btn {
  background-color: #ff8400;
  color: #ffffff !important;
 
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 14px 32px;
  border-radius: 3px;
  border: none;
}

/* Replicated White Geometric Cutout from the Original Design */
.er-hero-geometry {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

/* The sharp bottom-left white wedge entry */
.er-hero-geometry::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background: #ffffff;
  clip-path: polygon(0 100%, 100% 100%, 100% 45%, 15% 0, 0 65%);
}

/* Staggered Floating Logo System */
.er-logos-wrapper {
  position: relative;
  z-index: 10;
  margin-top: -140px; 
  padding-bottom: 100px;
}

.er-logos-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(6, 40px); /* Tighter rows for balanced cascading */
  gap: 24px;
  max-width: 1140px;
  margin: 0 auto;
  align-items: center;
}

/* Explicit widths & heights keep cards crisp even if image files fail to load */
.er-logo-card {
  background: #ffffff;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  height: 95px; 
  width: 100%;
  box-sizing: border-box;
}

.er-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Precise asymmetrical layout coordinates matching reference image layout */
.item-georgia { 
  grid-column: 2 / span 3; 
  grid-row: 3 / span 2;
}
.item-champion { 
  grid-column: 5 / span 3; 
  grid-row: 1 / span 2; 
}
.item-symmetry { 
  grid-column: 5 / span 3; 
  grid-row: 4 / span 2; 
}
.item-nrg { 
  grid-column: 8 / span 2; 
  grid-row: 2 / span 2; 
}
.item-txu { 
  grid-column: 8 / span 2; 
  grid-row: 5 / span 2; 
}
.item-constellation { 
  grid-column: 10 / span 3; 
  grid-row: 2 / span 2; 
}

/* Responsive Overrides */
@media (max-width: 991.98px) {
  .er-hero-title {
    font-size: 2.75rem;
  }
  .er-hero-geometry::before {
    clip-path: none;
    height: 50px;
  }
  .er-logos-wrapper {
    margin-top: -25px;
  }
  .er-logos-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 0 15px;
  }
  .er-logo-card {
    flex: 0 1 calc(33.333% - 20px);
    min-width: 180px;
    height: 90px;
  }
}


@media (max-width: 575.98px) {
  .er-hero-title {
    font-size: 2.20rem;
  }
  .er-logo-card {
    flex: 0 1 calc(50% - 20px);
  }
}
/* ***********************
hero stykes end 
************************ */
/* 
******************************
info section styles 
****************************** */

/* --- Info Section Container --- */
.er-info-section {
  position: relative;
  /* Replicating the slate blue gradient tone and subtle diagonal background vectors */
  background: linear-gradient(135deg, #3d4f6d 0%, #34435c 100%);
  padding-top: 100px;
  padding-bottom: 120px;
  color: #ffffff !important;
  overflow: visible; /* Allows the bottom pointer arrow to overflow correctly */
}

/* Base structural layout for inner blocks */
.er-info-container {
  max-width: 1140px;
}

.er-info-row {
  margin-bottom: 70px;
}

.er-info-row:last-child {
  margin-bottom: 0;
}

/* --- Typography & Elements Layout --- */
.er-info-heading-box {
  display: flex;
  align-items: baseline;
  gap: 15px;
}

.er-info-number {
 
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff !important;
  position: relative;
  padding-bottom: 4px;
}

/* Horizontal underline graphic behind the index number */
.er-info-number::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -12px;
  width: 32px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
}

.er-info-title {
 
  font-size: 2.85rem;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.5px;
}

.er-info-text {
 
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85) !important;
  margin: 0;
  font-weight: 400;
}

/* --- Centered Bottom Pointer Arrow --- */
.er-info-section::after {
  content: "";
  position: absolute;
  bottom: -34px; /* Adjust slightly based on your layout spacing specifications */
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 35px;
  background-color: #34435c; /* Matches exact bottom gradient output base color */
  z-index: 5;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* --- Highly Responsive Breakpoints --- */
@media (max-width: 991.98px) {
  .er-info-section {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  
  .er-info-row {
    margin-bottom: 50px;
    text-align: left;
  }
  
  .er-info-heading-box {
    margin-bottom: 15px;
  }
  
  .er-info-title {
    font-size: 2.25rem;
  }
  
  .er-info-text {
    font-size: 0.95rem;
    line-height: 1.65;
  }
}

@media (max-width: 575.98px) {
  .er-info-section {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  
  .er-info-title {
    font-size: 1.85rem;
  }
}
/* ***************
info section styles end 
****************** */
/* 
***************************
about section styles 
*************************** */

/* --- About Section Container --- */
.er-about-section {
  background-color: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.er-about-container {
  /* Restricts max reading width line length for better typography flow */
  max-width: 1000px;
}

/* --- Typography Styling --- */
.er-about-title {
  
  color: #1a3673 !important; /* Navy/Dark Blue tone from the original UI design */
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 2rem;
  letter-spacing: -0.5px;
}

.er-about-desc {
 
  color: #0c408a !important; /* Bright Royal Blue hue matching the text color */
  font-size: 1.15rem;
  line-height: 1.85;
  font-weight: 400;
  margin: 0;
  text-wrap: balance; /* Optimizes line wrapping on modern browsers */
}

/* --- Responsive Adjustments --- */
@media (max-width: 991.98px) {
  .er-about-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .er-about-title {
    font-size: 2.35rem;
    margin-bottom: 1.5rem;
  }
  
  .er-about-desc {
    font-size: 1.05rem;
    line-height: 1.75;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 575.98px) {
  .er-about-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  
  .er-about-title {
    font-size: 1.85rem;
  }
}
/* *********************
about styles ends 
********************* */
/* 
****************
spilt section styles
********************* */
/* --- Master Split Container --- */
.er-split-feature-section {
  width: 100%;
  overflow: hidden;
}

/* Base flex formatting for columns to vertically center internal components */
.er-split-col {
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  box-sizing: border-box;
}

/* Inner content alignment wrapping box */
.er-split-content-inner {
  max-width: 520px;
  text-align: center;
  margin: 0 auto;
}

/* --- Left Column Custom Style --- */
.er-providers-col {
  background-color: #f2f2f2 !important; /* Light off-white base styling */
}

.er-providers-col .er-split-title {
  color: #2b2b2b !important;
}

.er-providers-col .er-split-text {
  color: #555555 !important;
}

/* --- Right Column Custom Style --- */
.er-users-col {
  position: relative;
  /* Multi-layered background handling both the digital theme overlay tint and target image asset */
  background: linear-gradient(rgba(61, 79, 109, 0.75), rgba(52, 67, 92, 0.85)), 
              url('assets/user-laptop-bg.jpg') no-repeat center center;
  background-size: cover;
}

.text-white-85 {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* --- Shared Typography Design Specs --- */
.er-split-title {
  
  font-size: 2.85rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
}

.er-split-text {
 
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  margin: 0;
}

/* --- Highly Responsive Tablet/Mobile Adaptations --- */
@media (max-width: 991.98px) {
  .er-split-col {
    min-height: auto;
    padding: 80px 24px;
  }
  
  .er-split-title {
    font-size: 2.35rem;
    margin-bottom: 1.25rem;
  }
  
  .er-split-text {
    font-size: 0.95rem;
    line-height: 1.7;
  }
}

@media (max-width: 575.98px) {
  .er-split-col {
    padding: 60px 16px;
  }
  
  .er-split-title {
    font-size: 2rem;
  }
}
/* ***********************
splikt section styles ends
*************************** */

/* *******************
stats styles 
**************** */
/*  Section Base Styling  */
.er-stats-section {
  position: relative;
  background-color: #fbfcff !important; /* Clean off-white matching the original design */
  padding-top: 80px;
  padding-bottom: 100px;
  overflow: hidden;
}

/* Subtle abstract geometric decorations if needed can leverage pseudo elements */
.er-stats-section::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><polygon points="100,100 0,100 100,0" fill="%23f4f6fa"/></svg>') no-repeat bottom right;
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}

/* --- Headers Typography --- */
.er-stats-badge-wrapper {
  display: inline-block;
  margin-bottom: 12px;
}

.er-stats-badge {

  color: #0b4ca3 !important;
  font-size: 1.15rem;
  font-weight: 500;
  position: relative;
  padding-bottom: 6px;
}

.er-stats-badge::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  background-color: #add8e6; /* Light blue accent underline */
}

.er-stats-main-title {

  color: #333333 !important;
  font-size: 3.25rem;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.2;
}

/* --- Staggered Metrics Card System --- */
.er-stats-cards-container {
  position: relative;
  z-index: 2;
  margin-top: 50px;
}

.er-stat-card {
  background: #ffffff;
  width: 100%;
  max-width: 260px;
  min-height: 230px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 15px 45px rgba(200, 208, 222, 0.45);
  border-radius: 4px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.er-stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(180, 190, 210, 0.6);
}

/* Featured variation (Center-left larger layout) */
.er-card-featured {
  min-height: 280px;
  max-width: 280px;
  box-shadow: 0 20px 55px rgba(200, 208, 222, 0.6);
}

/* Typography metrics */
.er-stat-number {
 
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 15px;
}

.er-card-featured .er-stat-number {
  font-size: 5.5rem;
}

.er-stat-label {
 
  font-size: 0.95rem;
  color: #444444 !important;
  font-weight: 500;
  line-height: 1.4;
}

/* --- Theme Mappings --- */
.er-card-blue .er-stat-number { color: #1643c4 !important; }
.er-card-blue .er-stat-plus { display: block; font-size: 2rem; margin-top: -5px; }

.er-card-orange .er-stat-number { color: #ff8400 !important; }

.er-card-lightblue .er-stat-number { color: #59bfff !important; }

.er-card-yellow .er-stat-number { color: #ffcc29 !important; }


/* --- Highly Responsive Layout Breakpoints --- */
@media (max-width: 1199.98px) {
  .er-stat-card {
    min-height: 220px;
    max-width: 100%;
  }
  .er-card-featured {
    min-height: 220px;
    max-width: 100%;
  }
  .er-card-featured .er-stat-number {
    font-size: 4.5rem;
  }
}

@media (max-width: 991.98px) {
  .er-stats-main-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .er-stats-section {
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .er-stats-main-title {
    font-size: 2rem;
  }
  .er-stat-number {
    font-size: 3rem;
  }
  .er-card-featured .er-stat-number {
    font-size: 3.8rem;
  }
}
/* ***************
stats styles ends 
***************** */
/* 
*********************
testinomails styles 
********************* */
/* --- Section Container Base --- */
.er-reviews-section {
  background-color: #fbfcff; /* Matches the clean white/gray base tone from reference image */
  padding-top: 80px;
  padding-bottom: 90px;
  overflow: hidden;
}

.er-reviews-main-title {
  
  color: #333333 !important;
  font-size: 3.25rem;
  font-weight: 400;
}

/* --- Infinite Marquee Track CSS engine --- */
.er-reviews-marquee-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  padding: 30px 0;
}

/* Linear-gradient edge fading to give a high-end, sleek visual blur entry/exit */
.er-reviews-marquee-wrapper::before,
.er-reviews-marquee-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}
.er-reviews-marquee-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #fbfcff 0%, rgba(251, 252, 255, 0) 100%);
}
.er-reviews-marquee-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #fbfcff 0%, rgba(251, 252, 255, 0) 100%);
}

.er-reviews-marquee-track {
  display: flex;
  width: max-content;
  animation: erScrollMarquee 35s linear infinite; /* Smooth linear continuous velocity loop */
}

/* Pause scroll behavior on mouse interactive state for clean readability */
.er-reviews-marquee-track:hover {
  animation-play-state: paused;
}

.er-reviews-group {
  display: flex;
  align-items: stretch;
  gap: 30px;
  padding-right: 30px; /* Aligns track gap transitions accurately */
}

/* --- Sleek Card Components Layout --- */
.er-review-card {
  background: #ffffff;
  width: 380px;
  padding: 40px 35px;
  box-shadow: 0 15px 45px rgba(210, 218, 230, 0.45);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.er-review-text {

  font-size: 0.95rem;
  line-height: 1.75;
  color: #4c5461 !important;
  margin-bottom: 30px;
  font-weight: 400;
}

.er-review-text strong {
  color: #111111 !important;
  font-weight: 600;
}

.er-review-author-meta {
  display: flex;
  flex-direction: column;
}

.er-author-name {
 
  color: #4a5568 !important;
  font-weight: 700;
  font-size: 0.95rem;
}

.er-author-role {
 
  color: #718096 !important;
  font-size: 0.82rem;
  margin-top: 2px;
}

/* --- Marquee Keyframes Loop Core --- */
@keyframes erScrollMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* Moves exactly across one full track set length */
  }
}

/* --- Responsive Layout Rules --- */
@media (max-width: 991.98px) {
  .er-reviews-main-title {
    font-size: 2.5rem;
  }
  .er-review-card {
    width: 320px;
    padding: 30px 25px;
  }
}

@media (max-width: 575.98px) {
  .er-reviews-main-title {
    font-size: 2rem;
  }
  .er-review-card {
    width: 280px;
    padding: 25px 20px;
  }
}
/* *********************
testimonials styles ends 
*************************** */

/* ******************
footer styles 
******************** */
/* --- Footer Layout Base --- */
.er-footer-section {
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 70px;
  border-top: 1px solid #f0f2f5;
}

/* --- Section Typography Hierarchy --- */
.er-footer-heading {
 
  color: #2d3748 !important;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 22px;
}

.er-footer-address {
  
  color: #718096 !important;
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 400;
}

.er-footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Contact Anchors */
.er-footer-phone {
  
  color: #718096 !important;
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.er-footer-phone:hover {
  color: #1a202c !important;
}

.er-footer-email {
 
  color: #2b6cb0 !important; /* Accent blue link matching original text render */
  font-size: 1rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.er-footer-email:hover {
  color: #1a4373 !important;
}

/* --- Social Icons Element --- */
.er-footer-social-links {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 4px;
}

.er-social-icon-btn {
  color: #1a202c !important; /* Solid structural dark icons */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, color 0.2s ease;
  text-decoration: none;
}

.er-social-icon-btn:hover {
  color: #4a5568 !important;
  transform: translateY(-2px);
}

/* --- Responsive Adaptations --- */
@media (max-width: 767.98px) {
  .er-footer-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .er-footer-heading {
    margin-bottom: 12px;
  }
  /* Adds breathing room when columns stack into a vertical format */
  .er-footer-section .row > div:not(:last-child) {
    margin-bottom: 25px;
  }
}
/* ***************
footer styles ends
****************** */
