/* Footer-specific styles for lawn_care_reviews page ONLY */

/* Desktop/Mobile toggle classes */
.only_desktop {
  display: block;
}

.only_mob {
  display: none;
}

/* Main footer section */
.sec8 {
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('https://greenpal-production.s3.amazonaws.com/images/general/bg-footer.svg');
  background-color: transparent;
  font-family: ProximaNova-Regular;
}

.container_8 {
  padding-top: 80px;
  width: 1000px;
  margin: 0 auto;
}

/* Footer Section 1 - Logo and description */
.footer_sec1 {
  margin-top: 25px;
  width: 40%;
  float: left;
}

.footer_sec1 .app-heading {
  color: #FFFFFF;
  font-family: ProximaNova-Regular;
  font-size: 18px;
  font-weight: 600;
  line-height: 62px;
  text-align: left;
}

.footer_logo {
  display: block;
}

.footer-pera-list p {
  color: #FFFFFF;
  font-family: ProximaNova-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  opacity: 0.8;
  width: 96%;
  text-align: left;
  margin-top: 15px;
}

/* Footer Section 2 - GreenPal links */
.footer_sec2 {
  width: 28%;
  float: left;
  margin-left: 12px;
}

.footer_sec2 p {
  color: #FFFFFF;
  font-family: ProximaNova-Regular;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
  margin-top: 20px;
  padding-bottom: 20px;
}

.footer_sec2 ul li {
  text-align: left;
  display: block;
}

.footer_sec2 ul li a {
  color: #FFFFFF;
  font-family: ProximaNova-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  opacity: 0.8;
  text-decoration: none;
}

.footer_sec2 ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Footer Section 3 - Providers and social */
.footer_sec3 {
  width: 28%;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

/* Desktop: Providers and Connect stacked vertically */
.footer_sec3_cols {
  display: block;
}

.providers_col {
  padding-left: 24px;
}

.connect_col {
  display: block;
  padding-left: 24px;
}

.footer_sec3 p {
  color: #FFFFFF;
  font-family: ProximaNova-Regular;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0px;
  padding-bottom: 20px;
}

.footer_sec3 ul li {
  text-align: left;
  display: inline-block;
}

.footer_sec3 ul li a {
  color: #FFFFFF;
  font-family: ProximaNova-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  opacity: 0.8;
  text-decoration: none;
}
/* Mobile view (for screens 768px and smaller) */
@media (max-width: 768px) {
  .footer_sec3 ul li a {
    font-size: 9px;
  }
}

.footer_sec3 ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer_imp_links {
  padding: 0;
  margin-top: 2px;
  font-size: 8px;
}

.footer_imp_links.provider {
  padding-left: 0px;
  font-size: 16px;
}

.footer_imp_links.provider li {
  display: block;
}

.footer_imp_links.provider li a {
  display: block;
  font-size: 16px;
}

/* Social links */
.footer_social_links {
  opacity: 0.6;
  padding-left: 34px;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

/* Unified tint for social icon SVGs (approx #A5B5C0) */
.social-icon {
  filter: brightness(0) saturate(100%) invert(80%) sepia(6%) saturate(600%) hue-rotate(169deg) brightness(94%) contrast(86%);
}

.footer_social_links li {
  display: inline-block;
  list-style-type: none;
  flex-shrink: 0;
}

.footer_social_links li a img {
  display: block;
}

.footer_social_links .x-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
}

.pinterest_outer_wrapper {
  position: relative;
  display: inline-block;
}

.pinterest_outer {
  display: block;
}

.pinterest_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: auto;
}

.instagram_logo {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-top: 0;  
}

.footer_social_links .pinterest_logo_combined {
  position: relative;
}

/* App download buttons */
.iphone-btn {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  margin-top: 35px;
}

.iphone-btn li {
  list-style-type: none;
  border: 1px solid #fff;
  border-radius: 46px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.iphone-btn li:hover {
  opacity: 1;
}

.iphone-btn li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  text-decoration: none;
  height: 46px;
  box-sizing: border-box;
}

.iphone-btn li a img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  flex-shrink: 0;
}

.iphone-btn li a p {
  color: #FFFFFF;
  font-family: ProximaNova-Regular;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

/* Total satisfaction badge */
.total_satisfaction {
  background: no-repeat;
  height: 100px;
  position: relative;
  background-image: url('https://greenpal-production.s3.amazonaws.com/images/general/greenpal-guarantee.svg');
  
  margin-top: 16px;
}

.total_satisfaction p {
  font-size: 10px;
  font-family: proxima_nova_rgbold;
  font-weight: 700;
  color: #4E95BB;
  position: absolute;
  margin-top: 28px;
  padding: 0;
  margin-left: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 220px;
}

/* Clear float */
.clear {
  clear: both;
}

/* Footer Section 4 - Locations */
.footer_sec4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer_locations {
  position: relative;
}

.footer_locations ul {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px 20px;
  line-height: 1.8;
}

.footer_locations ul li {
  display: block;
  margin-right: 0;
  position: relative;
}

.footer_locations ul li:nth-child(n+11):nth-child(-n+15) {
  filter: blur(1px);
  transition: filter 0.3s ease;
}

.read-more-state-footer-loc:checked ~ .read-more-wrap-locations ul li:nth-child(n+11):nth-child(-n+15) {
  filter: blur(0);
}

.footer_locations .location {
  display: block;
  white-space: normal;
  position: relative;
  z-index: 0;
}

.footer_locations .location a {
  color: #FFFFFF;
  font-family: ProximaNova-Regular;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.58;
  text-align: left;
}

.footer_locations .location a:hover {
  opacity: 1;
}

/* Expandable locations */
.read-more-wrap-locations {
  max-height: 120px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.read-more-state-footer-loc {
  display: none;
}

.read-more-state-footer-loc:checked ~ .read-more-wrap-locations {
  max-height: 2000px;
}

.fade-bottom-footer-loc {
  display: none;
}

.read-more-trigger-footer-loc {
  display: flex;
  justify-content: center;
  margin-top: 12px;
  font-weight: 600;
  cursor: pointer;
  color: #FFF;
  opacity: 0.8;
  text-decoration: underline;
  font-size: 14px;
  font-family: ProximaNova-Regular;
  position: relative;
  z-index: 2;
}

.read-more-trigger-footer-loc:hover {
  opacity: 1;
}

.read-more-trigger-footer-loc::before {
  content: 'Show More';
}

.read-more-state-footer-loc:checked ~ .read-more-trigger-footer-loc::before {
  content: 'Show Less';
}

/* Footer copyright */
.footer_copyright {
  background: rgba(0, 0, 0, 0.09);
  padding: 8px 0;
}

.footer_copyright .container_9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
}

.footer_copyright ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

.footer_copyright ul li {
  display: inline;
  list-style-type: none;
  background: transparent;
}

.footer_copyright ul li a {
  color: #FFFFFF;
  font-family: ProximaNova-Regular;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  opacity: 0.8;
  text-decoration: none;
  background: transparent;
}

.footer_copyright ul li a:hover {
  opacity: 1;
  text-decoration: underline;
  background: transparent;
}

.footer_copyright .left {
  float: none;
  padding-left: 0;
  list-style-type: none;
  margin: 0;
  background: transparent;
}

.footer_copyright .left li {
  padding-right: 40px;
  list-style-type: none;
  background: transparent;
}

.footer_copyright .right {
  float: none;
  list-style-type: none;
  margin: 0;
  background: transparent;
}

.footer_copyright .right li {
  color: #FFFFFF;
  font-family: ProximaNova-Regular;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  opacity: 0.8;
  background: transparent;
}

.greenpal-heading:hover {
  color: blue !important;
  text-decoration: underline;
}

.container_9 {
  width: 1010px;
  margin: 0 auto;
}

/* Tablet responsive */
@media (min-width: 768px) and (max-width: 1099px) {
  .footer_imp_links.provider li {
    display: block;
  }
  
  .footer_sec3 p {
    padding-bottom: 10px;
  }
  
  .container_8 {
    width: 95%;
  }
  
  .footer_locations ul {
    grid-template-columns: repeat(5, 19%);
  }
  
  .footer_sec3 {
    width: 100%;
    margin-top: 40px;
  }
  
  .footer_sec2 {
    width: 40%;
  }
  
  .footer_sec1 {
    width: 60%;
  }
  
  .footer_sec4 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  
  .container_9 {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
  }
  
  .footer_copyright {
    height: auto;
    overflow: hidden;
  }

  .footer_copyright .container_9 {
    flex-direction: column;
  }
  
  .left {
    float: none;
    width: 100%;
    text-align: center;
    background: transparent;
  }

  .left li {
    background: transparent;
  }
  
  .right {
    float: none;
    width: 100%;
    text-align: center;
    background: transparent;
  }

  .right li {
    background: transparent;
  }

  .footer_sec3{
    padding-left: 0;
  }
  
  .footer_sec3 ul {
    padding: 0;
  }
}

/* Mobile responsive */
@media only screen and (max-width: 767px) {
  .only_desktop {
    display: none;
  }

  .only_mob {
    display: block;
  }

  .sec8 {
    margin-top: -1px;
    background-image: url('https://greenpal-production.s3.amazonaws.com/images/general/bg-footer-mobile.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
    background-color: transparent;
  }
  
  .container_8 {
    width: 100%;
    padding-top: 40px;
  }
  
  .footer_sec1 {
    width: 100%;
    float: none;
    text-align: center;
  }
  
  .footer_sec1 p {
    width: 91%;
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    line-height: 21px;
    padding-bottom: 17px;
    color: #FFFFFF;
  }
  
  /* Center GreenPal links section on mobile only */
  .footer-links-wrap {
    text-align: center;
    align-items: center;
  }
  .footer-links-wrap p,
  .footer-links-wrap ul,
  .footer-links-wrap ul li {
    text-align: center;
  }
  
  /* Center Providers section on mobile only */
  .providers_col {
    text-align: center !important;
    align-items: center !important;
  }
  .providers_col p,
  .providers_col ul {
    text-align: center !important;
  }
  .providers_col ul li {
    text-align: center !important;
  }

  /* Center Connect section (social icons) on mobile only */
  .connect_col {
    text-align: center !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .connect_col p { /* heading */
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .connect_col ul { /* icons list */
    justify-content: center !important;
  }
  .connect_col ul li { /* individual icon containers */
    text-align: center !important;
  }
  
  /* GreenPal links full width, centered single column */
  .footer_sec2 {
    width: 100%;
    float: none; 
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
  }
  
  .footer_sec2 p {
    text-align: center;
    letter-spacing: 0.9px;
  }
  
  .footer_sec2 ul {
    display: block;
  }
  .footer_sec2 ul li {
    text-align: center;
    display: inherit;
  }
  
  /* Providers + Connect single column centered */
  .footer_sec3 {
    width: 100%;
    float: none; 
    text-align: center;
    box-sizing: border-box;
    padding-top: 5px;
  }

  .footer_sec3_cols {
    display: block;
  }
  
  .providers_col {
    padding-right: 0;
    padding-left: 0;
  }
  
  .connect_col {
    padding-left: 0;
  }
  
  .footer_sec3 p {
    text-align: center;
    letter-spacing: 0.9px;
    padding-left: 0;
    font-size: 18px;
  }
  
  .footer_sec4 {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 10px;
  }
  
  img.footer_logo {
    width: 130px;
    padding-bottom: 3px;
    margin: 0 auto;
    display: block;
    margin-bottom: 18px;
  }
  
  .footer_imp_links {
    margin-top: -3px;
  }
  
  .footer_sec2 ul li a {
    line-height: 37px;
  }
  
  .footer_sec3 .footer_imp_links {
    margin-top: 2px;
    margin-bottom: 25px;
  }
  
  .footer_sec3 ul li a {
    line-height: 36px;
  }

  /* Make Providers list font slightly smaller on mobile */
  .footer_sec3 .footer_imp_links.provider li a {
     font-size: 15px;
     line-height: 35px;
     text-align: center;
  }
  
  /* Social icon size inside circle */
  .footer_social_links li a img {
    width: 37.1px;
    height: 35.9px;
    object-fit: contain;
    display: block;
  }
  
  .footer_social_links .x-icon {
    width: 37.1px;
    height: 35.9px;
  }
  
  
 
  
  /* Align social row centered */
  .facebook_logo {
    padding-left: 30px;
  }
  .footer_social_links {
    padding-left: 0;
    margin-bottom: 15px;
    justify-content: center;
  }
  
  .footer_sec3 ul li {
    text-align: left;
    display: inline-block;
    padding-right: 14px;
  }
  
  .footer_imp_links.provider {
    padding-left: 0;
    padding-bottom: 0 !important;
  }

  .connect_col .footer_social_links {
    padding-left: 0;
    margin-top: 10px;
    justify-content: center;
    gap: 9.4px;
    overflow-x: visible;
  }
  .connect_col { 
    padding-right: 0;
    padding-left: 0;
    overflow: visible;
  }
  
  .footer_imp_links.provider li {
    text-align: center;
  }
  
  ul.footer_imp_links.provider {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .footer_sec3{
    padding-left: 0;
  }
  
  .footer_social_links {
    padding-left: 0;
    margin-bottom: 15px;
    opacity: 0.6;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 9.4px;
    overflow-x: visible;
  }

  /* Circle buttons for social icons */
  .footer_social_links li a {
    width: 37.1px;
    height: 35.9px;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: transparent;
  }

  .footer_social_links li {
    flex-shrink: 0;
    margin-right: 0;
  }
  
  .footer_locations .location a {
    width: 100%;
    font-size: 13px;
  }
  
  .footer_locations ul {
    grid-template-columns: repeat(3, 33%);
    grid-gap: 5px 10px;
    margin-bottom: 15px;
  }
  
    .app-heading {
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    background: #000;
    text-align: center;
    margin: 0;
  }

  .app_logo {
    float: none;
  }
  
  .total_satisfaction {
    background-image: url('https://greenpal-production.s3.amazonaws.com/images/general/greenpal-guarantee-mobile.svg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 85px;
    
    margin: 4 auto;
    margin-top: 20px;
   
    display: flex;
    align-items: center;
    position: relative;
  }
  
  .total_satisfaction p {
    font-size: 9px !important; /* reduced for small screens */
    margin: 0;
    padding-left: 70px;
    padding-right: 10px;
    line-height: 12px;
      font-family: ProximaNova-Regular;
    font-weight: 600;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 240px;
    position: relative;
    box-sizing: border-box;
  }
  
  .app_sec_mob {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 10px;
  }
  
  .iphone-btn-mob {
    margin: 0;
    padding: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  
  .iphone-btn-mob li {
    list-style-type: none;
    border: 1px solid #fff;
    border-radius: 46px;
  }
  
  .iphone-btn-mob li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px; /* reduced vertical padding for shorter height */
    text-decoration: none;
    height: 38px; /* decreased from 46px for smaller screens */
    min-width: 141px; /* equalize button widths on mobile */
    box-sizing: border-box;
    
  }
  
  .iphone-btn-mob li a img {
    width: 18px; /* slightly smaller icon to match reduced height */
    height: 18px;
    margin-right: 8px;
    flex-shrink: 0;
  }
  
  .iphone-btn-mob li a p {
    color: #FFFFFF;
      font-family: ProximaNova-Regular;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
  }
  
  .left {
    text-align: center;
    float: none !important;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .container_9 {
    width: 100%;
    box-sizing: border-box;
  }
  
  .footer_copyright {
    background: rgba(0, 0, 0, 0.09);
  }

  .footer_copyright .container_9 {
    flex-direction: column;
  }
  
  .footer_copyright ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: transparent;
  }
  
  .footer_copyright ul li {
    text-align: center;
    list-style-type: none;
    display: inline-block;
    margin-bottom: 0;
    background: transparent;
  }
  
  .footer_copyright ul li a {
    line-height: 1.4;
    background: transparent;
  }
  
  .left li {
    padding-right: 10px;
    padding-left: 10px;
    background: transparent;
  }
  
  .left li:first-child {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0;
    background: transparent;
  }
  
  .left li:last-child {
    padding-right: 10px;
    padding-left: 10px;
  }
  
  .right {
    float: none;
    padding: 0;
    text-align: center;
    background: transparent;
  }
  
  .right li {
    line-height: 1.4;
    text-align: center;
    font-size: 13px;
    background: transparent;
  }
  
  ul.left {
    padding-left: 0;
  }
  
  .local_footer {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
  img.footer_logo {
    width: 122px;
  }
  
  .footer_sec1 p {
    width: 82%;
    padding-bottom: 14px;
  }
  
  .footer_sec2 p {
    letter-spacing: 0.6px;
    font-size: 18px;
  }
  
  .footer_sec2 ul li a {
    line-height: 35px;
    font-size: 15px;
  }
  
  .footer_sec3 p {
    letter-spacing: normal;
    font-size: 17px;
  }
  
  .footer_imp_links li a {
    line-height: 35px;
  }
  
  .footer_social_links li {
    width: auto;
    height: auto;
  }

  .footer_social_links li a {
    font-size: 15px;
  }
  
  /* Keep social icons sized within circles */
  .footer_social_links li a img {
    width: 24px !important;
    height: 24px !important;
  }


  
  .pinterest_inner {
    width: 40%;
    height: auto;
    top: 50%;
  }
}

@media only screen and (max-width: 414px) {
  img.footer_logo {
    width: 127px;
  }
  
  .footer_sec1 p {
    width: 90%;
    font-size: 14px;
    line-height: 22px;
  }
  
  .footer_sec2 {
    padding-top: 24px;
  }
  
  .footer_sec2 p {
    font-size: 20.5px;
  }
  
  .footer_sec2 ul li a {
    font-size: 16px;
    line-height: 37px;
  }
  
  .footer_sec3 {
    padding-top: 0px;
  }
  
  .footer_sec3 p {
    font-size: 22px;
  }
  
  .footer_sec3 .footer_imp_links {
    margin-bottom: 24px;
  }
  
  .footer_social_links {
    margin-top: 10px;
    padding-left: 0;
    margin-bottom: 19px;
    opacity: 0.6;
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
  }
  
  .footer_social_links li {
    flex-shrink: 0;
  }
  
  /* Keep social icons sized within circles */
  .footer_social_links li a img {
    width: 24px !important;
    height: 24px !important;
  }


  .pinterest_inner {
    width: 40%;
    height: auto;
    top: 50%;
  }

  .iphone-btn-mob li {
    height: 40px;
  }
  
  .iphone-btn-mob li a p {
    font-size: 16px;
    line-height: 43px;
  }
  
  .iphone-btn-mob li a img {
    height: 22px;
  }
  
  .left {
    padding-top: 23px;
  }
  
  .footer_copyright {
    height: 90px;
  }
}

@media only screen and (max-width: 376px) {
  .iphone-btn-mob li {
    width: 125px;
  }
}

/* Very small mobile screens (320px width) */
@media only screen and (max-width: 376px) {
  /* Container adjustments */
  .container_8 {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 30px;
    margin-left: 0;
  }
  
  /* Footer logo */
  img.footer_logo {
    width: 105px;
    margin-bottom: 10px;
  }
  
  /* Footer section 1 - Description */
  .footer_sec1 {
    padding-left: 0;
    padding-right: 0;
  }
  
  .footer_sec1 p {
    width: 95%;
    font-size: 12px;
    line-height: 19px;
    padding-bottom: 15px;
  }
  
  /* Footer section 2 - GreenPal links */
  .footer_sec2 {
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 0;
    margin-left: 0;
  }
  
  .footer_sec2 p {
    font-size: 16px;
    letter-spacing: 0.3px;
    padding-bottom: 12px;
    margin-bottom: 0;
  }
  
  .footer_sec2 ul {
    column-gap: 8px;
    row-gap: 0;
  }
  
  .footer_sec2 ul li a {
    font-size: 11px;
    line-height: 28px;
  }
  
  /* Footer section 3 - Providers and Connect */
  .footer_sec3 {
    padding-left: 5px;
    padding-top: 15px;
    margin-top: 0;
    margin-left: 0px;
    
  }
  
  .footer_sec3 p {
    font-size: 15px;
    padding-bottom: 12px;
    margin-bottom: 0;
        padding-right: 8px;

  }
  
  .footer_sec3_cols {
    column-gap: 4px;
    row-gap: 0;
  }
  
  .providers_col {
    margin-bottom: 15px;
  }
  
  .connect_col {
    padding-left: 0px;
  }
  
  .footer_sec3 .footer_imp_links.provider {
    margin-bottom: 0;
  }
  
  .footer_sec3 .footer_imp_links.provider li a {
    font-size: 11px;
    line-height: 24px;
  }
  
  .footer_sec3 ul li a {
    font-size: 12px;
    line-height: 28px;
  }
  


  
  /* App section */
  .app-heading {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 1.3;
  }
  
  .app_sec_mob {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    margin-bottom: 12px;
  }
  
  .iphone-btn-mob {
    gap: 10px;
    
    width: 100%;
    align-items: stretch;
  }
  
  .iphone-btn-mob li {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
  }
  
  .iphone-btn-mob li a {
    min-width: unset;
    width: 100%;
    height: 40px;
    padding: 8px 16px;
  }
  
  .iphone-btn-mob li a p {
    font-size: 13px;
    font-weight: 500;
  }
  
  .iphone-btn-mob li a img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  
  /* Total satisfaction badge */
  .total_satisfaction {
    width: 240px;
    height: 70px;
    margin-top: 20px;
    margin-right: 80px;
  }
  
  .total_satisfaction p {
    font-size: 9px !important; /* keep consistent 9px on very small screens */
    padding-left: 28px;
    padding-right: 28px;
    line-height: 10px;
    max-width: 180px;
  }
  
  /* Footer section 4 - Locations */
  .footer_sec4 {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  
  .footer_locations .location a {
    font-size: 10px;
    line-height: 1.4;
  }
  
  .footer_locations ul {
    grid-template-columns: repeat(2, 50%);
    grid-gap: 6px 8px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .read-more-wrap-locations {
    max-height: 180px;
  }
  
  .fade-bottom-footer-loc {
    bottom: 22px;
    height: 35px;
  }
  
  .read-more-trigger-footer-loc {
    font-size: 13px;
    margin-top: 6px;
  }
  
  /* Footer copyright */
  .footer_copyright .container_9 {
    gap: 8px;
  }
  
  .footer_copyright ul li a {
    font-size: 11px;
    line-height: 1.4;
  }
  
  .left li {
    padding-right: 5px;
    padding-left: 5px;
  }
  
  .left li:first-child {
    padding-left: 5px;
  }
  
  .right li {
    font-size: 11px;
    line-height: 1.4;
  }
}
/* Very small mobile screens (320px width) */



@media (min-width: 315px) and (max-width: 480px) {
  .pinterest-inside {
    left: -35px; 
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .pinterest-inside {
    left: -36px;
  }
}

.pinterest-inside {
  position: absolute;
  top: 37%;
  left: -32px;
  transform: translate(-50%, -50%);
  margin-left: 0 !important; 
  z-index: 1;  
  width: 22px;
  height: 22px;
}

.circle-container {
  display: flex;
  justify-content: space-around;  
  align-items: center; 
}

.location_v2.show .footer_copyright ul {
  margin-top: 1rem;
}
