.elementor-1616 .elementor-element.elementor-element-e03e719{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1616 .elementor-element.elementor-element-5e00580{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1616 .elementor-element.elementor-element-1eea74c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1616 .elementor-element.elementor-element-35d4026{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1616 .elementor-element.elementor-element-131ce18{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1523ec0 *//* ==========================================
   CGCR GOLF CART BATTERY REPLACEMENT HERO
========================================== */

.cgcr-battery-hero,
.cgcr-battery-hero *,
.cgcr-battery-hero *::before,
.cgcr-battery-hero *::after{
  box-sizing:border-box;
}

.cgcr-battery-hero{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  padding:96px 24px;
  color:#ffffff;
  font-family:'Montserrat', Arial, sans-serif;
  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(196,154,72,.20),
      transparent 32%
    ),
    linear-gradient(
      90deg,
      rgba(5,5,5,.99) 0%,
      rgba(10,10,10,.97) 48%,
      rgba(3,3,3,.93) 100%
    );
}

.cgcr-battery-hero::before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:42%;
  height:4px;
  background:#c49a48;
}

.cgcr-battery-hero::after{
  content:"";
  position:absolute;
  bottom:-160px;
  left:-160px;
  width:360px;
  height:360px;
  border:1px solid rgba(196,154,72,.16);
  transform:rotate(45deg);
  pointer-events:none;
}

.cgcr-battery-hero-inner{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:64px;
  align-items:center;
}

.cgcr-battery-hero-content{
  max-width:680px;
}

.cgcr-battery-eyebrow{
  display:inline-block;
  margin:0 0 18px;
  color:#c49a48;
  font-size:13px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:2.5px;
  text-transform:uppercase;
}

.cgcr-battery-hero h1{
  margin:0;
  color:#ffffff;
  font-family:'Teko', Arial, sans-serif;
  font-size:clamp(58px, 6.6vw, 102px);
  line-height:.86;
  font-weight:700;
  letter-spacing:.5px;
  text-transform:uppercase;
}

.cgcr-battery-hero h1 span{
  display:block;
  margin-top:10px;
  color:#c49a48;
  font-size:clamp(40px, 4.7vw, 72px);
  line-height:.92;
}

.cgcr-battery-hero-content > p{
  max-width:650px;
  margin:28px 0 0;
  color:#d8d8d8;
  font-size:17px;
  line-height:1.75;
  font-weight:400;
}

.cgcr-battery-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px;
}

/* ==========================================
   HERO BUTTONS
========================================== */

.cgcr-battery-btn-primary,
.cgcr-battery-btn-primary:link,
.cgcr-battery-btn-primary:visited,
.cgcr-battery-btn-secondary,
.cgcr-battery-btn-secondary:link,
.cgcr-battery-btn-secondary:visited{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 30px;
  font-family:'Montserrat', Arial, sans-serif;
  font-size:13px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.2px;
  text-align:center;
  text-transform:uppercase;
  text-decoration:none !important;
  border-radius:0;
  cursor:pointer;
  transition:
    background-color .24s ease,
    border-color .24s ease,
    color .24s ease,
    transform .24s ease,
    box-shadow .24s ease;
}

.cgcr-battery-btn-primary,
.cgcr-battery-btn-primary:link,
.cgcr-battery-btn-primary:visited{
  color:#ffffff !important;
  background:#c49a48;
  border:2px solid #c49a48;
  box-shadow:0 12px 28px rgba(196,154,72,.25);
}

.cgcr-battery-btn-primary:hover,
.cgcr-battery-btn-primary:focus,
.cgcr-battery-btn-primary:active{
  color:#ffffff !important;
  background:#d2a653;
  border-color:#d2a653;
  text-decoration:none !important;
  transform:translateY(-2px);
  box-shadow:0 18px 38px rgba(196,154,72,.40);
}

.cgcr-battery-btn-secondary,
.cgcr-battery-btn-secondary:link,
.cgcr-battery-btn-secondary:visited{
  color:#ffffff !important;
  background:rgba(255,255,255,.035);
  border:2px solid rgba(196,154,72,.85);
  box-shadow:0 12px 28px rgba(0,0,0,.22);
}

.cgcr-battery-btn-secondary:hover,
.cgcr-battery-btn-secondary:focus,
.cgcr-battery-btn-secondary:active{
  color:#ffffff !important;
  background:#c49a48;
  border-color:#c49a48;
  text-decoration:none !important;
  transform:translateY(-2px);
  box-shadow:0 18px 38px rgba(196,154,72,.32);
}

.cgcr-battery-btn-primary *,
.cgcr-battery-btn-secondary *,
.cgcr-battery-btn-primary:hover *,
.cgcr-battery-btn-secondary:hover *{
  color:inherit !important;
  text-decoration:none !important;
}

/* ==========================================
   SERVICE NOTES
========================================== */

.cgcr-battery-service-note{
  display:flex;
  flex-wrap:wrap;
  gap:10px 22px;
  margin-top:28px;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.13);
}

.cgcr-battery-service-note span{
  position:relative;
  padding-left:17px;
  color:#f0f0f0;
  font-size:12px;
  line-height:1.5;
  font-weight:700;
  letter-spacing:.65px;
  text-transform:uppercase;
}

.cgcr-battery-service-note span::before{
  content:"";
  position:absolute;
  top:50%;
  left:0;
  width:7px;
  height:7px;
  background:#c49a48;
  transform:translateY(-50%);
}

/* ==========================================
   HERO IMAGE
========================================== */

.cgcr-battery-hero-image{
  position:relative;
  min-width:0;
}

.cgcr-battery-image-frame{
  position:relative;
  min-height:460px;
}

.cgcr-battery-image-frame::before{
  content:"";
  position:absolute;
  inset:26px -18px -18px 26px;
  border:2px solid rgba(196,154,72,.72);
  z-index:1;
  pointer-events:none;
}

.cgcr-battery-image-frame::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  background:
    linear-gradient(
      180deg,
      transparent 50%,
      rgba(0,0,0,.68) 100%
    );
}

.cgcr-battery-image-frame img{
  position:relative;
  z-index:2;
  display:block;
  width:100%;
  height:460px;
  object-fit:cover;
  object-position:center;
  filter:contrast(1.06) saturate(.94);
  box-shadow:0 26px 70px rgba(0,0,0,.56);
}

.cgcr-battery-image-label{
  position:absolute;
  z-index:4;
  right:24px;
  bottom:22px;
  left:24px;
  padding:18px 20px;
  border-left:4px solid #c49a48;
  background:rgba(5,5,5,.88);
  backdrop-filter:blur(4px);
}

.cgcr-battery-image-label strong{
  display:block;
  margin-bottom:4px;
  color:#ffffff;
  font-family:'Teko', Arial, sans-serif;
  font-size:27px;
  line-height:1;
  font-weight:600;
  letter-spacing:.4px;
  text-transform:uppercase;
}

.cgcr-battery-image-label span{
  display:block;
  color:#d7d7d7;
  font-size:12px;
  line-height:1.5;
  font-weight:600;
  letter-spacing:.4px;
}

/* ==========================================
   TABLET
========================================== */

@media(max-width:1000px){

  .cgcr-battery-hero{
    padding:78px 22px;
  }

  .cgcr-battery-hero-inner{
    grid-template-columns:1fr;
    gap:46px;
  }

  .cgcr-battery-hero-content{
    max-width:820px;
  }

  .cgcr-battery-hero-content > p{
    max-width:760px;
  }

  .cgcr-battery-image-frame,
  .cgcr-battery-image-frame img{
    height:420px;
    min-height:420px;
  }
}

/* ==========================================
   MOBILE
========================================== */

@media(max-width:640px){

  .cgcr-battery-hero{
    padding:62px 18px 70px;
  }

  .cgcr-battery-hero::before{
    width:58%;
  }

  .cgcr-battery-hero-inner{
    gap:38px;
  }

  .cgcr-battery-eyebrow{
    margin-bottom:15px;
    font-size:11px;
    letter-spacing:2px;
  }

  .cgcr-battery-hero h1{
    font-size:clamp(49px, 15vw, 68px);
    line-height:.88;
  }

  .cgcr-battery-hero h1 span{
    margin-top:8px;
    font-size:clamp(35px, 11vw, 52px);
  }

  .cgcr-battery-hero-content > p{
    margin-top:22px;
    font-size:15px;
    line-height:1.75;
  }

  .cgcr-battery-hero-actions{
    flex-direction:column;
    margin-top:28px;
  }

  .cgcr-battery-btn-primary,
  .cgcr-battery-btn-secondary{
    width:100%;
    min-height:56px;
    padding:0 20px;
  }

  .cgcr-battery-service-note{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    margin-top:24px;
  }

  .cgcr-battery-image-frame,
  .cgcr-battery-image-frame img{
    height:330px;
    min-height:330px;
  }

  .cgcr-battery-image-frame::before{
    inset:15px -9px -9px 15px;
  }

  .cgcr-battery-image-label{
    right:15px;
    bottom:15px;
    left:15px;
    padding:15px 16px;
  }

  .cgcr-battery-image-label strong{
    font-size:23px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f86956 *//* ==========================================
   BATTERY SERVICES
========================================== */

.cgcr-battery-services{
    background:#ffffff;
    padding:90px 24px;
}

.cgcr-battery-services-inner{
    max-width:1200px;
    margin:0 auto;
}

.cgcr-battery-services-header{
    max-width:900px;
    margin:0 auto 55px;
    text-align:center;
}

.cgcr-battery-services-header span{
    display:block;
    color:#c49a48;
    font-size:13px;
    font-weight:800;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:12px;
    font-family:'Montserrat',sans-serif;
}

.cgcr-battery-services-header h2{
    margin:0 0 20px;
    color:#111;
    font-family:'Teko',sans-serif;
    font-size:clamp(46px,5vw,70px);
    line-height:.95;
    text-transform:uppercase;
}

.cgcr-battery-services-header p{
    font-family:'Montserrat',sans-serif;
    color:#555;
    font-size:18px;
    line-height:1.8;
}

.cgcr-battery-services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:26px;
}

.cgcr-battery-card{
    background:#fff;
    border:1px solid #e7e7e7;
    border-top:4px solid #c49a48;
    padding:34px 30px;
    transition:.25s ease;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.cgcr-battery-card:hover{
    transform:translateY(-6px);
    border-color:#c49a48;
    box-shadow:0 18px 45px rgba(0,0,0,.10);
}

.cgcr-battery-card h3{
    font-family:'Teko',sans-serif;
    color:#111;
    font-size:34px;
    line-height:1;
    margin:0 0 14px;
    text-transform:uppercase;
}

.cgcr-battery-card p{
    font-family:'Montserrat',sans-serif;
    color:#555;
    font-size:16px;
    line-height:1.75;
    margin:0;
}

@media(max-width:992px){

.cgcr-battery-services-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:640px){

.cgcr-battery-services{
    padding:70px 20px;
}

.cgcr-battery-services-grid{
    grid-template-columns:1fr;
}

.cgcr-battery-services-header p{
    font-size:16px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d29642b *//* ==========================================
   WHY REPLACE YOUR BATTERIES
========================================== */

.cgcr-battery-why{
    background:#f7f7f7;
    padding:90px 24px;
}

.cgcr-battery-why-inner{
    max-width:1200px;
    margin:0 auto;
}

.cgcr-battery-why-header{
    max-width:900px;
    margin:0 auto 55px;
    text-align:center;
}

.cgcr-battery-why-header span{
    display:block;
    color:#c49a48;
    font-family:'Montserrat',sans-serif;
    font-size:13px;
    font-weight:800;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.cgcr-battery-why-header h2{
    margin:0 0 20px;
    font-family:'Teko',sans-serif;
    font-size:clamp(46px,5vw,70px);
    line-height:.95;
    color:#111;
    text-transform:uppercase;
}

.cgcr-battery-why-header p{
    font-family:'Montserrat',sans-serif;
    font-size:18px;
    line-height:1.8;
    color:#555;
    margin:0;
}

.cgcr-battery-warning-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:26px;
}

.cgcr-warning-card{
    background:#fff;
    border:1px solid #e6e6e6;
    border-left:5px solid #c49a48;
    padding:34px 30px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:all .25s ease;
}

.cgcr-warning-card:hover{
    transform:translateY(-6px);
    border-left-color:#111;
    box-shadow:0 18px 45px rgba(0,0,0,.10);
}

.cgcr-warning-card h3{
    margin:0 0 14px;
    font-family:'Teko',sans-serif;
    font-size:34px;
    line-height:1;
    color:#111;
    text-transform:uppercase;
}

.cgcr-warning-card p{
    margin:0;
    font-family:'Montserrat',sans-serif;
    font-size:16px;
    line-height:1.75;
    color:#555;
}

/* Tablet */

@media(max-width:992px){

    .cgcr-battery-warning-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* Mobile */

@media(max-width:640px){

    .cgcr-battery-why{
        padding:70px 20px;
    }

    .cgcr-battery-warning-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .cgcr-battery-why-header p{
        font-size:16px;
    }

    .cgcr-warning-card{
        padding:28px 24px;
    }

    .cgcr-warning-card h3{
        font-size:30px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-621994c *//* ==========================================
   LEAD-ACID VS LITHIUM BATTERY COMPARISON
========================================== */

.cgcr-battery-comparison,
.cgcr-battery-comparison *,
.cgcr-battery-comparison *::before,
.cgcr-battery-comparison *::after{
  box-sizing:border-box;
}

.cgcr-battery-comparison{
  width:100%;
  padding:96px 24px;
  background:#ffffff;
  font-family:'Montserrat', Arial, sans-serif;
}

.cgcr-battery-comparison-inner{
  width:100%;
  max-width:1200px;
  margin:0 auto;
}

/* ==========================================
   SECTION HEADER
========================================== */

.cgcr-comparison-header{
  max-width:900px;
  margin:0 auto 54px;
  text-align:center;
}

.cgcr-comparison-header > span{
  display:block;
  margin-bottom:12px;
  color:#c49a48;
  font-size:13px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:2.2px;
  text-transform:uppercase;
}

.cgcr-comparison-header h2{
  margin:0 0 20px;
  color:#111111;
  font-family:'Teko', Arial, sans-serif;
  font-size:clamp(48px, 5.4vw, 74px);
  line-height:.94;
  font-weight:700;
  letter-spacing:.2px;
  text-transform:uppercase;
}

.cgcr-comparison-header p{
  margin:0;
  color:#555555;
  font-size:18px;
  line-height:1.8;
  font-weight:400;
}

/* ==========================================
   DESKTOP COMPARISON TABLE
========================================== */

.cgcr-comparison-table-wrap{
  width:100%;
  border:1px solid #dedede;
  background:#ffffff;
  box-shadow:0 18px 55px rgba(0,0,0,.08);
}

.cgcr-comparison-table{
  width:100%;
}

.cgcr-comparison-row{
  display:grid;
  grid-template-columns:230px minmax(0,1fr) minmax(0,1fr);
  border-bottom:1px solid #e3e3e3;
}

.cgcr-comparison-row:last-child{
  border-bottom:0;
}

.cgcr-comparison-cell{
  display:flex;
  align-items:center;
  min-width:0;
  min-height:92px;
  padding:24px 28px;
  color:#505050;
  font-size:15px;
  line-height:1.7;
  background:#ffffff;
  border-right:1px solid #e3e3e3;
}

.cgcr-comparison-cell:last-child{
  border-right:0;
}

.cgcr-feature-cell{
  position:relative;
  color:#111111;
  font-size:13px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:.8px;
  text-transform:uppercase;
  background:#f5f5f5;
}

.cgcr-feature-cell::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:4px;
  background:#c49a48;
}

.cgcr-feature-cell span{
  display:block;
}

/* Header row */

.cgcr-comparison-row-header{
  border-bottom:0;
}

.cgcr-comparison-row-header .cgcr-comparison-cell{
  min-height:126px;
  border-color:rgba(255,255,255,.12);
}

.cgcr-feature-heading{
  color:#ffffff;
  font-family:'Teko', Arial, sans-serif;
  font-size:30px;
  line-height:1;
  font-weight:600;
  letter-spacing:.5px;
  text-transform:uppercase;
  background:#111111;
}

.cgcr-battery-heading{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  color:#ffffff;
  background:#1b1b1b;
}

.cgcr-lithium-heading{
  background:#c49a48;
}

.cgcr-battery-type{
  display:block;
  margin-bottom:8px;
  color:#c49a48;
  font-size:11px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:1.6px;
  text-transform:uppercase;
}

.cgcr-lithium-heading .cgcr-battery-type{
  color:#ffffff;
}

.cgcr-battery-heading strong{
  display:block;
  color:#ffffff;
  font-family:'Teko', Arial, sans-serif;
  font-size:38px;
  line-height:.95;
  font-weight:600;
  letter-spacing:.4px;
  text-transform:uppercase;
}

/* Subtle column distinction */

.cgcr-comparison-row:not(.cgcr-comparison-row-header)
.cgcr-comparison-cell:nth-child(3){
  background:#fffdf8;
}

/* ==========================================
   RECOMMENDATION BOX
========================================== */

.cgcr-comparison-note{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:34px;
  align-items:center;
  margin-top:34px;
  padding:34px 38px;
  background:#111111;
  border-left:5px solid #c49a48;
  box-shadow:0 16px 40px rgba(0,0,0,.15);
}

.cgcr-comparison-note-content{
  max-width:800px;
}

.cgcr-comparison-note-content > span{
  display:block;
  margin-bottom:8px;
  color:#c49a48;
  font-size:11px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:1.6px;
  text-transform:uppercase;
}

.cgcr-comparison-note-content h3{
  margin:0 0 10px;
  color:#ffffff;
  font-family:'Teko', Arial, sans-serif;
  font-size:38px;
  line-height:1;
  font-weight:600;
  text-transform:uppercase;
}

.cgcr-comparison-note-content p{
  margin:0;
  color:#d4d4d4;
  font-size:15px;
  line-height:1.75;
}

/* ==========================================
   CTA BUTTON
========================================== */

.cgcr-comparison-cta,
.cgcr-comparison-cta:link,
.cgcr-comparison-cta:visited{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 28px;
  color:#ffffff !important;
  background:#c49a48;
  border:2px solid #c49a48;
  font-family:'Montserrat', Arial, sans-serif;
  font-size:12px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.1px;
  text-align:center;
  text-transform:uppercase;
  text-decoration:none !important;
  white-space:nowrap;
  box-shadow:0 12px 28px rgba(196,154,72,.24);
  transition:
    background-color .24s ease,
    border-color .24s ease,
    transform .24s ease,
    box-shadow .24s ease;
}

.cgcr-comparison-cta:hover,
.cgcr-comparison-cta:focus,
.cgcr-comparison-cta:active{
  color:#ffffff !important;
  background:#d2a653;
  border-color:#d2a653;
  text-decoration:none !important;
  transform:translateY(-2px);
  box-shadow:0 17px 36px rgba(196,154,72,.38);
}

/* ==========================================
   TABLET
========================================== */

@media(max-width:900px){

  .cgcr-comparison-row{
    grid-template-columns:190px minmax(0,1fr) minmax(0,1fr);
  }

  .cgcr-comparison-cell{
    padding:22px 20px;
    font-size:14px;
  }

  .cgcr-battery-heading strong{
    font-size:32px;
  }

  .cgcr-comparison-note{
    grid-template-columns:1fr;
  }

  .cgcr-comparison-cta{
    width:max-content;
  }
}

/* ==========================================
   MOBILE STACKED COMPARISON
========================================== */

@media(max-width:680px){

  .cgcr-battery-comparison{
    padding:72px 18px;
  }

  .cgcr-comparison-header{
    margin-bottom:38px;
  }

  .cgcr-comparison-header > span{
    font-size:11px;
    letter-spacing:1.8px;
  }

  .cgcr-comparison-header h2{
    font-size:clamp(43px, 13vw, 58px);
  }

  .cgcr-comparison-header p{
    font-size:16px;
    line-height:1.75;
  }

  .cgcr-comparison-table-wrap{
    border:0;
    background:transparent;
    box-shadow:none;
  }

  .cgcr-comparison-row-header{
    display:none;
  }

  .cgcr-comparison-row{
    display:block;
    margin-bottom:22px;
    border:1px solid #dddddd;
    background:#ffffff;
    box-shadow:0 10px 28px rgba(0,0,0,.07);
  }

  .cgcr-comparison-row:last-child{
    margin-bottom:0;
    border-bottom:1px solid #dddddd;
  }

  .cgcr-comparison-cell{
    display:block;
    min-height:0;
    padding:20px;
    border-right:0;
    border-bottom:1px solid #e5e5e5;
    font-size:15px;
    line-height:1.7;
  }

  .cgcr-comparison-cell:last-child{
    border-bottom:0;
  }

  .cgcr-feature-cell{
    padding:17px 20px 17px 24px;
    color:#ffffff;
    background:#111111;
    font-size:13px;
  }

  .cgcr-feature-cell::before{
    background:#c49a48;
  }

  .cgcr-comparison-row:not(.cgcr-comparison-row-header)
  .cgcr-comparison-cell:nth-child(2),
  .cgcr-comparison-row:not(.cgcr-comparison-row-header)
  .cgcr-comparison-cell:nth-child(3){
    position:relative;
    padding-top:49px;
  }

  .cgcr-comparison-row:not(.cgcr-comparison-row-header)
  .cgcr-comparison-cell:nth-child(2)::before,
  .cgcr-comparison-row:not(.cgcr-comparison-row-header)
  .cgcr-comparison-cell:nth-child(3)::before{
    content:attr(data-label);
    position:absolute;
    top:17px;
    right:20px;
    left:20px;
    color:#111111;
    font-size:11px;
    line-height:1.3;
    font-weight:800;
    letter-spacing:1px;
    text-transform:uppercase;
  }

  .cgcr-comparison-row:not(.cgcr-comparison-row-header)
  .cgcr-comparison-cell:nth-child(2)::before{
    color:#555555;
  }

  .cgcr-comparison-row:not(.cgcr-comparison-row-header)
  .cgcr-comparison-cell:nth-child(3){
    background:#fffaf0;
  }

  .cgcr-comparison-row:not(.cgcr-comparison-row-header)
  .cgcr-comparison-cell:nth-child(3)::before{
    color:#a87d2e;
  }

  .cgcr-comparison-note{
    gap:24px;
    margin-top:28px;
    padding:28px 24px;
  }

  .cgcr-comparison-note-content h3{
    font-size:32px;
  }

  .cgcr-comparison-note-content p{
    font-size:14px;
  }

  .cgcr-comparison-cta{
    width:100%;
    min-height:56px;
    padding:0 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e02a535 *//* ==========================================
   CGCR LARGE GOLD BATTERY CTA
========================================== */

.cgcr-battery-cta,
.cgcr-battery-cta *,
.cgcr-battery-cta *::before,
.cgcr-battery-cta *::after{
  box-sizing:border-box;
}

.cgcr-battery-cta{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:58px 24px;
  background:
    linear-gradient(
      135deg,
      #b7862f 0%,
      #c49a48 48%,
      #d5ad60 100%
    );
  font-family:'Montserrat', Arial, sans-serif;
}

.cgcr-battery-cta-inner{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:42px;
  align-items:center;
}

.cgcr-battery-cta-copy{
  max-width:800px;
}

.cgcr-battery-cta-copy > span{
  display:block;
  margin-bottom:8px;
  color:#ffffff;
  font-size:12px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:1.9px;
  text-transform:uppercase;
}

.cgcr-battery-cta-copy h2{
  margin:0 0 12px;
  color:#111111;
  font-family:'Teko', Arial, sans-serif;
  font-size:clamp(44px, 5vw, 68px);
  line-height:.94;
  font-weight:700;
  text-transform:uppercase;
}

.cgcr-battery-cta-copy p{
  margin:0;
  color:#1d1d1d;
  font-size:16px;
  line-height:1.75;
  font-weight:500;
}

.cgcr-battery-cta-button,
.cgcr-battery-cta-button:link,
.cgcr-battery-cta-button:visited{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-width:270px;
  min-height:96px;
  padding:18px 30px;
  color:#ffffff !important;
  background:#111111;
  border:2px solid #111111;
  text-align:center;
  text-decoration:none !important;
  box-shadow:0 16px 34px rgba(0,0,0,.22);
  transition:
    background-color .24s ease,
    border-color .24s ease,
    transform .24s ease,
    box-shadow .24s ease;
}

.cgcr-battery-cta-button span{
  display:block;
  margin-bottom:4px;
  color:#c49a48;
  font-size:11px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:1.6px;
  text-transform:uppercase;
}

.cgcr-battery-cta-button strong{
  display:block;
  color:#ffffff;
  font-family:'Teko', Arial, sans-serif;
  font-size:38px;
  line-height:1;
  font-weight:600;
  letter-spacing:.4px;
}

.cgcr-battery-cta-button:hover,
.cgcr-battery-cta-button:focus,
.cgcr-battery-cta-button:active{
  color:#ffffff !important;
  background:#242424;
  border-color:#242424;
  text-decoration:none !important;
  transform:translateY(-3px);
  box-shadow:0 22px 42px rgba(0,0,0,.30);
}

.cgcr-battery-cta-button:hover span,
.cgcr-battery-cta-button:focus span,
.cgcr-battery-cta-button:active span,
.cgcr-battery-cta-button:hover strong,
.cgcr-battery-cta-button:focus strong,
.cgcr-battery-cta-button:active strong{
  text-decoration:none !important;
}

@media(max-width:820px){

  .cgcr-battery-cta{
    padding:52px 20px;
  }

  .cgcr-battery-cta-inner{
    grid-template-columns:1fr;
    gap:28px;
  }

  .cgcr-battery-cta-copy{
    max-width:100%;
    text-align:center;
  }

  .cgcr-battery-cta-button{
    width:100%;
    min-width:0;
  }
}

@media(max-width:520px){

  .cgcr-battery-cta{
    padding:46px 18px;
  }

  .cgcr-battery-cta-copy h2{
    font-size:clamp(42px, 13vw, 56px);
  }

  .cgcr-battery-cta-copy p{
    font-size:15px;
    line-height:1.7;
  }

  .cgcr-battery-cta-button{
    min-height:90px;
    padding:16px 20px;
  }

  .cgcr-battery-cta-button strong{
    font-size:34px;
  }
}/* End custom CSS */