/**homepage**/
.section{
	    padding-top: 80px;
    padding-right: 40px;
    padding-left: 40px;
}
.top_banner{
	background: #000;
    padding: 80px 80px 0px 80px;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
    position: relative;
    overflow: hidden;
}
.top_banner:before {
    content: "";
    background: rgb(0 0 0 / 7%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 80px 80px;
    z-index: 1;
}
.top_banner video,
.feature-card video,
.offer_section .container video,
.footer-custom-section video,
.animate_images video {
    display: none;
}

/* Dot-wave animated background — replaces autoplay MP4 video */
.elo-animated-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.top_banner > .elo-animated-bg {
    border-radius: 0 0 80px 80px;
}

.footer-custom-section > .elo-animated-bg {
    border-radius: 80px 80px 0 0;
}

.animate_images .elo-animated-bg {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    inset: unset;
    top: 0;
}
.top_banner .container{
       max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.top_satisfied_customers{
	margin: 0 auto;
    background: #212121;
    width: 340px;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
    padding: 6px 0px;
    color: #A1A1A1;
	margin-bottom: 20px;
}
.top_satisfied_customers strong{
	color: #fff;
}
.top_satisfied_customers span{
	margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
}
.top_banner h1{
    font-size: 56px;
    color: #fff;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
}
.top_banner .sub_title{
	color:#A1A1A1;
	text-align:center;
}
.top_banner .two-buttons{
	text-align: center;
    margin-top: 40px;
}
.top_banner .two-buttons a{
	margin:0px 10px;
}
.top_banner .two-buttons a:hover {
    background: #d96025;
}
.top_banner .custom-button-one{
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 16px;
	background: #FF7735;
	color: #1E1E1E;
	padding: 14px 43px;
	border-radius: 40px;
}
.top_banner .custom-button-two{
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 16px;
	background: #FFFFFF;
	color: #1E1E1E;
	padding: 14px 43px;
	border-radius: 40px;
}
.top_banner .featured_image{
	text-align: center;
}
.top_banner::after {
    content: "";
    width: 1600px;
    height: 1600px;
    position: absolute;
        bottom: -180%;
    left: calc(100% - 1800px);
    z-index: 0;
    right: 0px;
    background-size: 100% 100%;
    background-position: 0px 0px;
    border-radius: 50%;
    backdrop-filter: blur(8px);
    border: 1px solid #ffffff45;
    content: "";
    width: 1600px;
    height: 1600px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    background-size: 100% 100%;
    background-position: center;
    border-radius: 50%;
    backdrop-filter: blur(8px);
    border: 1px solid #ffffff45;
}

.arrow_icon {
    position: relative;
}

.arrow_icon span {
    position: relative;
    left: -15px;
    transition: 0.8s;
}

.arrow_icon:before {
    content: "";
    background: url(/wp-content/uploads/2025/03/circle_icon.png)no-repeat scroll center right / 30px;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 10px;
    top: 9px;
    transition: 0.8s;
    z-index: 1;
}
.arrow_icon:hover span {
    left: 15px;
}
.arrow_icon:hover:before {
    right: calc(100% - 45px);
    transform: rotate(45deg);
}
/****best_selling_content***/
.best_selling_content .container{
	    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 65px;
}
.best_selling_content .container .column {
    flex: 1;
    align-items: center;
    justify-content: center;
    margin: auto 0;
}
.best_selling_content h2{
	font-size: 40px;
}
.best_selling_content .sub_title{
    color: #7E7E7E;
	position:relative;
}
.best_selling_content .two_columns{
	    width: 340px;
    float: right;
}
.best_selling_content .two_columns-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px; /* Adjust spacing between items */
}

.best_selling_content .two_columns-item {
   flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 0px 0px 20px;
}

.best_selling_content .two_columns .two_columns-items .title{
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #1E1E1E;
    font-size: 36px;
    line-height: 35px;
    margin-bottom: 15px;
}
.best_selling_content .two_columns .two_columns-items img{
	float: left;
    margin-right: 8px;
}
.best_selling_content .two_columns-item:first-child {
    border-right: 1px solid #DADADA;
	padding: 0px;
}

.best_selling_content .products-grid {
   display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 80px;
}

.best_selling_content .product-card {
	display: flex;
	flex-direction: column;
}
.best_selling_content .product-card .product-image {
    background: #F8F8F8;
    padding: 30px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.best_selling_content .product-image img {
    width: 100%;
    transition: 0.9s;
}
.best_selling_content .product-card .product-image a:hover img {
    transform: scale(1.1);
}

.best_selling_content .product-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    padding: 16px 12px 0;
    margin-bottom: 24px;
    gap: 8px;
}
.best_selling_content .product-details .product-cta {
    margin-top: auto;
}
.best_selling_content .product-details .product-title {
    margin: 0;
    line-height: 1.35;
}
.best_selling_content .product-details .product-title a{
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #1E1E1E;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.best_selling_content .product-details .product-title a:hover {
    color: #EB601D;
}

.best_selling_content .price {
	display: inline-block;
    background: #FFEBE2;
    position: absolute;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    color: #EB601D;
    left: 20px;
    top: 20px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
}

.best_selling_content .product-title {
    font-size: 15px;
    margin: 0;
}
.best_selling_content .learn-more:hover {
		text-decoration:none;
}
.best_selling_content .learn-more {
	color: #1E1E1E;
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    background: url(../images/learnmore-arrow-right.svg);
    background-repeat: no-repeat;
    padding-right: 30px;
    background-position: right;
}
.best_selling_content .learn-more span{
	border-bottom: 1px solid #1E1E1E;
}

/* Product CTA button (replaces "Learn More" on homepage) */
.best_selling_content .product-cta {
	display: inline-block;
	margin-top: 4px;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 14px;
	background: #FF7735;
	color: #fff;
	padding: 10px 24px;
	border-radius: 40px;
	text-decoration: none;
	transition: background 0.3s ease, transform 0.2s ease;
}
.best_selling_content .product-cta:active {
	transform: scale(0.97);
}
.best_selling_content .product-cta:hover {
	background: #d96025;
	text-decoration: none;
	color: #fff;
}

/* Product card star ratings */
.product-card-rating {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
	margin: 0;
}
.product-card-rating img {
	display: inline-block;
	vertical-align: middle;
}
.product-card-rating .rating-count {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #7E7E7E;
	margin-left: 6px;
}

/* Verified purchase checkmark in testimonials */
.verified-check {
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}
.best_selling_content .view-all-products-bttn{
	margin-top:40px;
	text-align:center;
}
.best_selling_content .view-all-products-bttn a:hover,
.view-all-products-bttn a:hover  {
    background: #d96025;
}
.best_selling_content .view-all-products-bttn a,
.view-all-products-bttn a {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 16px;
    background: #FF7735;
    color: #1E1E1E;
    padding: 14px 43px;
    border-radius: 40px;
	 box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); /* Drop shadow */
}
/*****left_image**/
.section.left_image {
    background: #F8F8F8;
}
.left_image .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 65px;
    border-top: 1px solid #DADADA;
    padding-top: 80px;
}
.left_image .container .column {
    flex: 1;
    align-items: center;
    justify-content: center;
    margin: auto 0;
}

.animate_images {
    position: relative;
    background: url(/wp-content/uploads/2025/03/Group-10-2.png) no-repeat scroll center;
    background-size: contain;
    height: 429px;
}



.animate_images .img1 {
    position: absolute;
    left: 0;
    top: 0px;
    right: unset;
    height: 320px;
    width: 320px;
    z-index: 1;
     animation: topToBottomLoop 2s ease-in-out infinite alternate;
}

.animate_images .img2 {
    position: absolute;
    left: unset;
    right: 0;
    top: 0px;
    height: 320px;
    width: 320px;
    z-index: 1;
    animation: topToBottomLoop 2s ease-in-out infinite  alternate-reverse;
}

@keyframes topToBottomLoop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}

.left_image h2{
    font-size: 40px;
}
.left_image .custom-button{
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 16px;
    background: #FF7735;
    color: #1E1E1E;
    padding: 14px 43px;
    border-radius: 40px;
	 box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); /* Drop shadow */
}
.left_image .custom-button:hover {
    background: #d96025;
}
.left_image .description{
	margin-bottom: 80px;
    position: relative;
}
.left_image_photo {
    border-radius: 20px;
    overflow: hidden;
}
.left_image_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/***why_choose_elo***/
.section.why_choose_elo{
	background: #F8F8F8;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 100px;
}

/* ── 3-card trust-pillar layout for Why Choose ELO ──
   Detect the 3-card configuration via :has() and replace the legacy
   4-card 57/41 width pattern with an equal-width grid. Middle card
   (cardnumber-1) gets the orange gradient so the rhythm reads A-B-A.
   The legacy cardnumber widths are still defined above for any layout
   that brings back 4+ cards. */
/* 3-card mode: alias the parent for selector brevity below. */
.why_choose_elo .features-container:has(> .feature-card:nth-child(3):last-child) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding-top: 32px;
}
/* All three cards: clean slate. Hide the legacy dot animation and
   the rotated diagonal ::before/::after overlays (looked dated and
   competed with the text). Replace with a refined dark gradient and
   a soft inner highlight for depth. */
.why_choose_elo .features-container:has(> .feature-card:nth-child(3):last-child) .feature-card {
    width: auto;
    padding: 40px 36px 150px;
    background: linear-gradient(160deg, #2A2A2A 0%, #1A1A1A 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.why_choose_elo .features-container:has(> .feature-card:nth-child(3):last-child) .feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.24);
    border-color: rgba(255, 119, 53, 0.3);
}
.why_choose_elo .features-container:has(> .feature-card:nth-child(3):last-child) .feature-card .elo-animated-bg {
    display: none !important;
}
.why_choose_elo .features-container:has(> .feature-card:nth-child(3):last-child) .feature-card::before,
.why_choose_elo .features-container:has(> .feature-card:nth-child(3):last-child) .feature-card::after {
    display: none !important;
}
/* Subtle radial glow in the top-right corner for depth — replaces
   the dot animation with something static and brand-aware. */
.why_choose_elo .features-container:has(> .feature-card:nth-child(3):last-child) .feature-card {
    position: relative;
}
.why_choose_elo .features-container:has(> .feature-card:nth-child(3):last-child) .feature-card .feature-card-glow {
    display: none;
}

/* Middle card: brand orange gradient, white text. */
.why_choose_elo .features-container:has(> .feature-card:nth-child(3):last-child) .feature-card.cardnumber-1 {
    background: linear-gradient(135deg, #FF7735 0%, #EB601D 100%) !important;
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 38px rgba(235, 96, 29, 0.28);
}
.why_choose_elo .features-container:has(> .feature-card:nth-child(3):last-child) .feature-card.cardnumber-1:hover {
    box-shadow: 0 26px 50px rgba(235, 96, 29, 0.36);
    border-color: rgba(255, 255, 255, 0.3);
}
.why_choose_elo .features-container:has(> .feature-card:nth-child(3):last-child) .feature-card.cardnumber-1 h4 {
    color: rgba(255, 255, 255, 0.78) !important;
}
.why_choose_elo .features-container:has(> .feature-card:nth-child(3):last-child) .feature-card.cardnumber-1 h3,
.why_choose_elo .features-container:has(> .feature-card:nth-child(3):last-child) .feature-card.cardnumber-1 .description {
    color: #FFFFFF;
}

/* Cap card image size so the photos don't dominate the text. */
.why_choose_elo .features-container:has(> .feature-card:nth-child(3):last-child) .feature-card img {
    max-width: 55%;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: right bottom;
}

/* ── CTA strip below the cards ──
   Sits OUTSIDE the inner flex .container so it gets its own row.
   Centered, with a refined orange pill button and a divider line above. */
.why_choose_elo__cta-wrap {
    max-width: 1200px;
    margin: 48px auto 0;
    padding: 40px 0 0;
    text-align: center;
    position: relative;
    z-index: 2;
}
.why_choose_elo__cta-wrap::before {
    content: "";
    display: block;
    width: 64px;
    height: 2px;
    margin: 0 auto 28px;
    background: linear-gradient(90deg, transparent, #FF7735, transparent);
}
.why_choose_elo__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #1E1E1E;
    color: #FFFFFF;
    font-family: 'Big Shoulders Display', 'Barlow', sans-serif;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 18px 42px;
    border-radius: 100px;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s, color 0.3s;
    border: 2px solid #1E1E1E;
}
.why_choose_elo__cta-btn:hover {
    background: linear-gradient(135deg, #FF7735 0%, #EB601D 100%);
    border-color: #EB601D;
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(235, 96, 29, 0.38);
    color: #FFFFFF;
}
.why_choose_elo__cta-btn-label {
    line-height: 1;
}
.why_choose_elo__cta-btn-arrow {
    font-size: 22px;
    line-height: 1;
    transition: transform 0.3s;
}
.why_choose_elo__cta-btn:hover .why_choose_elo__cta-btn-arrow {
    transform: translateX(6px);
}
.why_choose_elo__cta-note {
    display: block;
    margin-top: 18px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #7E7E7E;
}

@media (max-width: 768px) {
    .why_choose_elo .features-container:has(> .feature-card:nth-child(3):last-child) {
        grid-template-columns: 1fr;
        gap: 16px;
        padding-top: 24px;
    }
    .why_choose_elo .features-container:has(> .feature-card:nth-child(3):last-child) .feature-card {
        padding: 32px 28px 120px;
    }
    .why_choose_elo__cta-wrap {
        margin-top: 32px;
        padding: 32px 20px 0;
    }
    .why_choose_elo__cta-btn {
        font-size: 16px;
        padding: 16px 32px;
        letter-spacing: 1.2px;
    }
}
.why_choose_elo .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 65px;
}
.why_choose_elo .container .column {
    flex: 1;
    align-items: center;
    justify-content: center;
    margin: auto 0;
}
.why_choose_elo h2{
    font-size: 40px;
}
.why_choose_elo .description {
    position: relative;
    z-index: 1;
}

.features-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 60px;
}

/* Default styling for all cards */
.feature-card {
	position: relative;
    overflow: hidden;
        padding: 45px 45px 180px 45px;
    border-radius: 10px;
    background: #000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.feature-card:before {
    content: ":";
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}
/* First 2 cards: 40% width */
.feature-card.cardnumber-1,
.feature-card.cardnumber-2 {
    width: 41%;
}

/* Cards alternate 60% - 40% */
.feature-card.cardnumber-0,
.feature-card.cardnumber-3,
.feature-card.cardnumber-5 {
    width: 57%;
}

.feature-card.cardnumber-0::after, .feature-card.cardnumber-3::after, .feature-card.cardnumber-5::after {
    content: '';
    width: 120%;
    height: 190px;
    background: rgb(0 0 0 / 65%);
    position: absolute;
    background-repeat: no-repeat;
    z-index: 1;
    left: -40px;
    bottom: -80px;
    background-size: 100% 100%;
    transform: rotate(-5deg);
    border-top: 1px solid #363636ab;
}

.feature-card.cardnumber-4::after,
.feature-card.cardnumber-6::after,
.feature-card.cardnumber-1::after,
.feature-card.cardnumber-2::after{
    content: '';
    width: 120%;
    height: 190px;
    background: rgb(0 0 0 / 65%);
    position: absolute;
    background-repeat: no-repeat;
    z-index: 1;
    left: -40px;
    bottom: -80px;
    background-size: 100% 100%;
    transform: rotate(-5deg);
    border-top: 1px solid #363636ab;
}
.feature-card.cardnumber-0,
.feature-card.cardnumber-3,
.feature-card.cardnumber-5 {
    width: 57%;
}
.feature-card.cardnumber-4,
.feature-card.cardnumber-6 {
    width: 41%;
}
.why_choose_elo .feature-card h4{
	color: #A1A1A1;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0px;
        z-index: 1;
    position: relative;
}
.why_choose_elo .feature-card h3 {
    font-size: 32px;
    color: #FFFFFF;
        z-index: 1;
    position: relative;
}
.why_choose_elo .feature-card img{
	    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 6;
}
/**blog_list****/
.section.blog_list{
    padding-bottom: 40px;
}
.blog_list .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 65px;
}
.blog_list .container .column {
    flex: 1;
    align-items: center;
    justify-content: center;
    margin: auto 0;
}
.blog_list h2{
    font-size: 40px;
}
.blog_list .description{
    position: relative;
}
.blog_list .blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
	margin-top: 60px;
}

.blog_list .blog-card {
background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #DADADA;
}
.blog_list .blog-content h3{
    line-height: 15px;
}
.blog_list .blog-content h3 a{
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #1E1E1E;
}
.blog_list .blog-image {
    position: relative;
}

.blog_list .blog-image img {
width: 100%;
    height: 240px;
    display: block;
    object-fit: cover;
}
.blog_list .blog-image .read-time img {
    width: 18px;
    height: auto;
    margin-right: 0px;
    vertical-align: top;
    display: inline-block;
    margin-top: 0px;
}
.read-time {
position: absolute;
    top: 10px;
    right: 10px;
    background: #FFEBE2;
    color: #EB601D;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 20px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
}

.blog_list .blog-content {
  padding: 25px;

}

.blog_list .blog-meta {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #1E1E1E;
    display: flex;
    gap: 10px;
}
.blog_list .blog-meta .date{
	text-align: right;
}
.blog_list .blog-meta span{
	flex: 1;
    align-items: center;
    justify-content: center;
    margin: auto 0;
}
.blog_list .blog-excerpt {

}
.blog_list .learn-more:hover {
		text-decoration:none;
}
.blog_list .learn-more {
	color: #1E1E1E;
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    background: url(../images/learnmore-arrow-right.svg);
    background-repeat: no-repeat;
    padding-right: 30px;
    background-position: right;
}
.blog_list .learn-more span{
	border-bottom: 1px solid #1E1E1E;
}
.blog_list_content .view-all-blogs-bttn{
	margin-top:80px;
	text-align:center;
}
.blog_list_content .view-all-blogs-bttn a {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 16px;
    background: #FF7735;
    color: #1E1E1E;
    padding: 14px 43px;
    border-radius: 40px;
	 box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); /* Drop shadow */
}
.blog_list_content .view-all-blogs-bttn a:hover {
    background: #d96025;
}

@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

/**testimonial_list****/
.section.testimonial_list{
    background: #F8F8F8;
    padding-top: 40px;
    padding-bottom: 0px;
}
.testimonial_list .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 65px;
    padding-top: 40px;
}
.testimonial_list .container .column {
    flex: 1;
    align-items: center;
    justify-content: center;
    margin: auto 0;
}
.testimonial_list .swiper {
    padding-bottom: 20px !important;
}
.testimonial-slider .swiper-wrapper {
    align-items: stretch;
}
.testimonial-slider .swiper-slide {
    height: auto;
}
.testimonial_list h2{
    font-size: 40px;
}
.testimonial_list .description{
    position: relative;
}
.testimonial-slider {
    max-width: 1200px;
    margin: auto;
    position: relative;
	margin-top: 50px;
}

.testimonial-top{
	  display: flex; /* Enables flexbox */
  justify-content: space-between; /* Evenly distributes items */
  align-items: center; /* Aligns items vertically */
    gap: 65px;
	margin-bottom:20px;
}
.testimonial-top .item {
  flex: 1; /* Each item takes equal width */
}
.testimonial-top .item img.qoute {
	width:64px;
}
.testimonial-item h3{
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #1E1E1E;
	font-size:16px;
}
.testimonial-content{
	padding:40px;
	flex: 1;
}
.testimonial-item .description{
	color: #1E1E1E;
	font-size:16px;
}
.testimonial-item {
    background: #F8F8F8;
    padding: 0px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.testimonial-top .item.stars img{
    margin:0px 3px;
}
.testimonial-footer {
    display: flex;
    align-items: center;
    margin-top: auto;
	border-top: 1px dashed #DADADA;
	padding:40px;
	position:relative;
}
.testimonial-footer .info strong{
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #1E1E1E;
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
}
.testimonial-footer img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 15px;
}
.testimonial-footer .info:first-child {
    margin-left: 0;
}
.custom-swiper-pagination{
    text-align: center;
    padding: 40px 0px;
}
.custom-swiper-prev,
.custom-swiper-next {
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s;
}

.custom-swiper-prev {
    margin-right: 10px;
}

.custom-swiper-next {
    margin-left: 10px;
}
.custom-swiper-prev:hover,
.custom-swiper-next:hover{
	background:#DADADA!important;
	color:#7E7E7E!important;
}

.custom-swiper-prev,
.custom-swiper-next{
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 16px;
    background: #FFFFFF !important;
    color: #1E1E1E!important;
    padding: 0px;
    border-radius: 40px;
    border: 1px solid #DADADA;
    width: 120px;
    height: 48px;
    vertical-align: middle;
    /* display: flex
; */
}
.custom-swiper-prev span{
	    margin-left: 10px;
}
.custom-swiper-next span{
	    margin-right: 10px;
}
.testimonial_list .container .column.testimonial-arrow{
    text-align: right;
}
.custom-swiper-prev img,
.custom-swiper-next img{
	    display: inline-block;
    vertical-align: middle;
}

.testimonial-footer::before{
    content: '';
    width: 128px;
    display: inline-block;
    height: 8px;
    background: #FF7735;
    position: absolute;
    bottom: -8px;
    z-index: 1;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	left: 50%;
    transform: translateX(-50%);
}
/*****offer_section**/
.offer_section .container {
    max-width: 1200px;
    margin: 0 auto;
    gap: 0px;
    background: #000;
    padding: 50px;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.offer_section .container .elo-animated-bg {
    z-index: -1;
}
.offer_section .container .column:last-child {
    display: flex;
    z-index: 1;
}
.offer_section .container .column.offer_section_image img {
    max-height: 320px;
    width: auto;
}
.offer_section .container .column {
    flex: 1;
    align-items: center;
    justify-content: center;
    margin: auto 0;
}
.offer_section .container .column.offer_section_content {
    width: 600px;
    z-index: 1;
}
.offer_section h2{
    font-size: 40px;
	color:#fff;
}
.offer_section h2 span{
	display:inline-block
}
.offer_section .custom-button{
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
    font-size: 16px;
    background: #FFFFFF;
    color: #1E1E1E;
    padding: 14px 43px;
    border-radius: 40px;
}
.offer_section .description{
	margin-bottom: 40px;
    position: relative;
	color:#A1A1A1;
}
.offer_section .description strong{
	color:#FFF;
}
.offer_section .description ul li{
	background: url(../images/check-mark-circle.svg);
    background-repeat: no-repeat;
    color: #fff;
    padding-left: 35px;
    padding-bottom: 20px;
    background-position: 0px -1px;
}
.offer_section .description ul{
	padding: 0px;
    list-style: none;
    padding-top: 20px;
}
.offer_section .container:before, .offer_section .container:after {
content: "";
    width: 1000px;
    height: 1000px;
    position: absolute;
    bottom: -115px;
    left: -15%;
    z-index: 0;
    right: 0px;
    background: #000000d1;
    background-size: 100% 100%;
    background-position: 0px 0px;
    border-radius: 50%;
    filter: blur(0px);
    border: 1px solid #3b3b3b;
}
.offer_section .container:after {
    left: unset;
    right: -62%;
    bottom: -480px;
}

/* ── 768px responsive — homepage sections ── */
@media (max-width: 768px) {
	.top_banner {
		padding: 80px 20px 0px 20px;
	}
	.top_satisfied_customers {
		width: 280px;
		font-size: 12px;
	}
	.top_banner h1 {
		font-size: 36px;
	}
	.top_banner .sub_title {
		font-size: 14px;
	}
	.top_banner .custom-button-one,

	.top_banner .custom-button-two	{
		font-size: 14px;
		    padding: 14px 40px;
	}
	.best_selling_content .container {
		display: block;
	}
	.best_selling_content h2 {
		font-size: 32px;
	}
	.best_selling_content .two_columns {
		float: none;
		margin-top: 50px;
	}
	.best_selling_content .two_columns .two_columns-items .title {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.best_selling_content .products-grid {
	    grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 40px 0px 20px 0px;
	}
	.best_selling_content .product-card .product-image {
		padding: 15px;
	}
	.best_selling_content .product-cta {
		padding: 10px 16px;
	}
	.best_selling_content .view-all-products-bttn a {
		font-size: 14px;
		display: block;
		width: 80%;
		margin: 0 auto;
		padding: 16px 20px;
		text-align: center;
	}

	/* Hero CTA buttons — stack vertically, bigger tap targets */
	.top_banner .two-buttons {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}
	.top_banner .custom-button-one,
	.top_banner .custom-button-two {
		font-size: 16px;
		padding: 16px 32px;
		min-height: 48px;
		margin: 0px !important;
		width: 260px;
		text-align: center;
		box-sizing: border-box;
	}

	/* Typography hierarchy — section h2s smaller than hero h1 */
	.best_selling_content h2,
	.left_image h2,
	.why_choose_elo h2,
	.blog_list h2,
	.offer_section h2 {
		font-size: 26px;
	}
	.testimonial_list h2 {
		font-size: 26px;
	}

	/* Tap target improvements */
	.custom-swiper-prev,
	.custom-swiper-next {
		min-height: 44px;
		min-width: 100px;
	}

	/* Testimonial spacing fix */
	.testimonial-top {
		gap: 20px;
	}

	/* Mobile order follows the natural DOM (matches desktop). The earlier
	   explicit `order:` reorder block was tied to the old layout and broke
	   when best_selling/blog_list rows were removed and elo-differentiators
	   / elo-finder-cta template-parts were added — the new sections had no
	   `order:` rule, so they defaulted to 0 and floated above the hero. */

	/* Product card touch feedback */
	.product-card:active {
		transform: scale(0.98);
	}

	.left_image .container {
		display: block;
	}
	.left_image h2 {
		font-size: 32px;
	}
	.left_image .custom-button {
		font-size: 14px;
	}
	.animate_images {
		width: 400px;
		margin: 0 auto;
	}
	.section.why_choose_elo {
		margin-top: 0;
		padding-top: 56px;
		padding-bottom: 80px;
	}
	.animate_images .img2 {
		position: absolute;
		left: unset;
		right: 0;
		top: 35px;
		height: 190px;
		width: 200px;
		z-index: 1;
		animation: topToBottomLoop 2s ease-in-out infinite alternate-reverse;
	}
	.animate_images .img1 {
		position: absolute;
		left: 0px;
		top: 0px;
		right: unset;
		height: 320px;
		width: 245px;
		z-index: 1;
		animation: topToBottomLoop 2s ease-in-out infinite alternate;
	}
	 .top_banner::after {
        content: "";
        width: 800px;
        height: 800px;
        bottom: 0%;
        left: calc(100% - 800px);
        right: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: -900px;
    }
	.why_choose_elo .container {
		display: block;
	}
	.why_choose_elo h2 {
		font-size: 32px;
	}
	.why_choose_elo .feature-card h3 {
		font-size: 28px;
	}
	.why_choose_elo .description br{
		display:none;
	}
	.feature-card.cardnumber-0,
	.feature-card.cardnumber-3,
	.feature-card.cardnumber-5 {
		width: 100%;
	}
	.feature-card.cardnumber-1, .feature-card.cardnumber-2 {
    width: 100%;
}
	.features-container {
		display: block;
	}
    .feature-card {
        margin-bottom: 20px;
    }
	.blog_list .container {
		display: block;
        padding-top: 20px;
	}
	.blog_list h2 {
		font-size:32px;
	}
	.blog_list .blog-grid {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 40px;
		padding: 0px 20px;
	}
	.blog_list_content .view-all-blogs-bttn a{
		font-size:14px;
	}
	.testimonial_list .container {
		display: block;
	}
	.testimonial_list h2 {
		font-size: 32px;
	}
	.testimonial_list .container .column.testimonial-arrow {
		text-align: center;
		margin-top: 80px;
	}
	.testimonial_list .custom-swiper-prev{
		    float: left;
	}
	.testimonial_list .custom-swiper-next{
		 float: right;
	}
	.testimonial_list .container_list_item {
		clear: both;
		padding-top: 5px;
	}
	.offer_section .container {
		grid-template-columns: repeat(1, 1fr);
        padding-bottom: 80px !important;
        padding: 25px;
	}
	.offer_section h2 {
		font-size: 32px;
	}
	.offer_section h2 br{
		display:none;
	}
	.offer_section .container .column.offer_section_content {
		width: 100%;
        padding-bottom: 50px;
	}
	.offer_section .custom-button {
		font-size: 14px;
	}
	.offer_section .container:before{
	        content: "";
        width: 1000px;
        height: 1000px;
        position: absolute;
        bottom: -80px;
        left: initial;
        top: -40%;
        right: 0;
        z-index: 0;
        right: 10px;
        background: #000000d1;
        background-size: 100% 100%;
        background-position: 0px 0px;
        border-radius: 50%;
        filter: blur(0px);
        border: 1px solid #3b3b3b;
	}
	 .offer_section .container:after {
		bottom: -75%;
	}
	#box-animation .animate_images .img2 {
		position: absolute;
		left: unset;
		right: -50px;
		top: 110px;
		height: 320px;
		width: 280px;
		z-index: 1;
		animation: topToBottomLoop 2s ease-in-out infinite alternate-reverse;
	}
	#box-animation .animate_images .img1 {
		position: absolute;
        left: -20px;
        top: 50px;
        right: unset;
        height: 320px;
        width: 280px;
        z-index: 1;
        animation: topToBottomLoop 2s ease-in-out infinite alternate;
	}
	 #box-animation .animate_images {
        width: 325px;
        margin: 0 auto;
    }
}

/* ── 420px responsive — homepage sections ── */
@media (max-width: 420px) {
    .animate_images {
        width: 275px;
        margin: 0 auto;
    }
	.blog_list .blog-meta {
		display: block;
	}
	.blog_list .blog-meta span {
		margin-bottom: 5px !important;
	}
	.top_banner .custom-button-one,
	.top_banner .custom-button-two {
             font-size: 14px;
        padding: 14px 35px;
        margin: 0px 5px !important;
    }
	.top_banner {
        padding: 40px 5px 0px 5px;
    }
    .animate_images .img1 {
        position: absolute;
        left: 0px;
        top: 0px;
        right: unset;
        height: 320px;
        width: 200px;
        z-index: 1;
        animation: topToBottomLoop 2s ease-in-out infinite alternate;
    }
    .animate_images .img2 {
        position: absolute;
        left: unset;
        right: -10px;
        top: 35px;
        height: 190px;
        width: 155px;
        z-index: 1;
        animation: topToBottomLoop 2s ease-in-out infinite alternate-reverse;
    }
	.animate_images .elo-animated-bg {
		width: 240px;
		height: 240px;
	}
	.testimonial-top {
		gap: 10px;
	}
	.testimonial-content {
		padding: 20px;
	}
	.testimonial-footer {
		padding: 20px;
	}
	.best_selling_content .product-card .product-image {
		padding: 10px;
	}
	.testimonial-top .item.stars img {
		margin: 0px 2px;
	}
	.best_selling_content .two_columns {
		width: 300px;
	}
	.arrow_icon:before {
		height: 35px;
		width: 35px;
		background-size: cover;
		top: 7px;
	}
	#box-animation .featured-image {
		width: 220px;
		height: 253px;
		border-radius: 50%;
		object-fit: cover;
		position: absolute;
		left: -15px;
		top: -10px;
		right: 0;
		margin: 0 auto;
		overflow: hidden;
	}
	#box-animation .animate_images .img2 {
        position: absolute;
        left: unset;
        right: -20px;
        top: 85px;
        height: 320px;
        width: 210px;
        z-index: 1;
        animation: topToBottomLoop 2s ease-in-out infinite alternate-reverse;
    }
	#box-animation .animate_images .img1 {
             position: absolute;
        left: -50px;
        top: 20px;
        right: unset;
        height: 320px;
        width: 235px;
        z-index: 1;
        animation: topToBottomLoop 2s ease-in-out infinite alternate;
    }
	#box-animation .animate_images {
        width: 300px;
        margin: 0 auto;
    }
}

/* ── 480px breakpoint: large phones (iPhone 14/15, Pixel) ── */
@media (max-width: 480px) {
	.top_banner {
		padding: 40px 10px 0px 10px;
	}
	.top_banner h1 {
		font-size: 30px;
	}
	.top_banner .sub_title {
		font-size: 13px;
	}
	.section {
		padding-top: 30px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.best_selling_content .product-card .product-image {
		padding: 10px;
	}
	.best_selling_content .product-details .product-title a {
		font-size: 14px;
	}
	.product-card-rating img {
		width: 12px;
		height: 12px;
	}
	.product-card-rating .rating-count {
		font-size: 11px;
	}
	.best_selling_content .product-cta {
		font-size: 13px;
		padding: 8px 14px;
	}
}

/* ── 360px fallback: very small screens ── */
@media (max-width: 360px) {
	.best_selling_content .products-grid {
		grid-template-columns: 1fr;
	}
}

/* ============================================================
   Differentiators — desktop comparison table + mobile advantage cards
   The template renders BOTH DOM trees; CSS toggles which is visible.
   ============================================================ */
.elo-differentiators {
	background: #FFFFFF;
	padding: 80px 40px 100px;
	position: relative;
}
.elo-differentiators::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: 1px;
	background: linear-gradient(90deg, transparent, #DADADA, transparent);
}
.elo-differentiators .container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.elo-differentiators__head {
	text-align: center;
	margin-bottom: 56px;
}
.elo-differentiators__head h2 {
	margin: 0 0 14px;
	font-size: 40px;
	letter-spacing: 1px;
}
.elo-differentiators__head .sub_title {
	color: #7E7E7E;
	font-size: 16px;
	line-height: 1.5;
	max-width: 640px;
	margin: 0 auto;
}

/* Default: show desktop, hide mobile. Flipped at @media below. */
.elo-differentiators__desktop { display: block; }
.elo-differentiators__mobile  { display: none; }

/* ── Desktop view: comparison table ── */
.elo-differentiators__table {
	display: grid;
	grid-template-rows: auto;
	background: #FFFFFF;
	border: 1px solid #DADADA;
	border-radius: 12px;
	overflow: visible;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04);
}
.elo-differentiators__row {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	border-bottom: 1px solid #EFEFEF;
}
.elo-differentiators__row:last-child {
	border-bottom: 0;
}
.elo-differentiators__row--head {
	background: #FAFAFA;
	border-bottom: 1px solid #DADADA;
	position: relative;
}
.elo-differentiators__cell {
	padding: 20px 24px;
	font-size: 15px;
	line-height: 1.45;
	color: #1E1E1E;
	display: flex;
	align-items: center;
	gap: 8px;
}
.elo-differentiators__cell--label {
	font-weight: 600;
	color: #1E1E1E;
	background: #FAFAFA;
}
.elo-differentiators__row--head .elo-differentiators__cell {
	font-size: 17px;
	font-weight: 700;
	justify-content: center;
}
.elo-differentiators__row:not(.elo-differentiators__row--head) .elo-differentiators__cell:not(.elo-differentiators__cell--label) {
	justify-content: center;
	text-align: center;
}
.elo-differentiators__cell--elo {
	background: rgba(255, 119, 53, 0.06);
	position: relative;
}
.elo-differentiators__row--head .elo-differentiators__cell--elo {
	flex-direction: column;
	gap: 6px;
	color: #EB601D;
	padding-top: 36px;
}
.elo-differentiators__row--head .elo-differentiators__cell--elo strong {
	font-size: 22px;
	letter-spacing: 1px;
}
.elo-differentiators__badge {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(135deg, #FF7735 0%, #EB601D 100%);
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	padding: 6px 14px;
	border-radius: 100px;
	box-shadow: 0 4px 10px rgba(235, 96, 29, 0.35);
	white-space: nowrap;
}
.elo-differentiators__row:not(.elo-differentiators__row--head) .elo-differentiators__cell--elo {
	font-weight: 700;
	color: #1E1E1E;
}
.elo-differentiators__check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	font-size: 14px;
	flex-shrink: 0;
}
.elo-differentiators__check--yes {
	background: #FF7735;
	color: #FFFFFF;
}
.elo-differentiators__check--no {
	background: #DADADA;
	color: #FFFFFF;
}

/* ── Mobile view: advantage cards ── */
.elo-differentiators__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}
.elo-adv {
	background: #FFFFFF;
	border: 1px solid #DADADA;
	border-radius: 14px;
	padding: 26px 22px 22px;
	position: relative;
	overflow: hidden;
}
.elo-adv::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 130px;
	height: 130px;
	background: radial-gradient(circle, rgba(255, 119, 53, 0.13) 0%, transparent 70%);
	pointer-events: none;
}
.elo-adv__num {
	font-family: "Big Shoulders Display", "Barlow", sans-serif;
	font-weight: 800;
	font-size: 13px;
	letter-spacing: 1.6px;
	color: #FF7735;
	text-transform: uppercase;
	margin-bottom: 12px;
	position: relative;
	z-index: 1;
}
.elo-adv__headline {
	font-family: "Big Shoulders Display", "Barlow", sans-serif;
	font-weight: 800;
	font-size: 34px;
	line-height: 1;
	letter-spacing: 0.5px;
	margin: 0 0 10px;
	color: #1E1E1E;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.elo-adv__headline em {
	font-style: normal;
	color: #EB601D;
}
.elo-adv__sub {
	font-size: 14px;
	color: #7E7E7E;
	line-height: 1.5;
	margin: 0 0 20px;
	position: relative;
	z-index: 1;
}
.elo-adv__vs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	border-top: 1px dashed #DADADA;
	padding-top: 14px;
	font-size: 12px;
	position: relative;
	z-index: 1;
}
.elo-adv__vs > div { color: #7E7E7E; }
.elo-adv__vs strong {
	display: block;
	font-size: 10px;
	letter-spacing: 1.4px;
	font-weight: 800;
	color: #B0B0B0;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.elo-adv__vs span {
	color: #1E1E1E;
	font-weight: 500;
}

@media (max-width: 768px) {
	.elo-differentiators {
		padding: 56px 20px 72px;
	}
	.elo-differentiators__head {
		margin-bottom: 32px;
	}
	.elo-differentiators__head h2 {
		font-size: 30px;
	}
	.elo-differentiators__desktop { display: none; }
	.elo-differentiators__mobile  { display: block; }
}


/* ============================================================
   Battery finder shortcut grid
   ============================================================ */
.elo-finder-cta {
	background: #FFFFFF;
	padding: 80px 40px 50px;
}
.elo-finder-cta .container {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.elo-finder-cta__head {
	margin-bottom: 40px;
}
.elo-finder-cta__head h2 {
	margin: 0 0 12px;
}
.elo-finder-cta__head .sub_title {
	color: #7E7E7E;
	font-size: 16px;
	line-height: 1.5;
	max-width: 580px;
	margin: 0 auto;
}
.elo-finder-cta__grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 16px;
	margin-bottom: 32px;
}
.elo-finder-cta__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 28px 12px 24px;
	background: #FFFFFF;
	border: 1px solid #DADADA;
	border-radius: 12px;
	color: #1E1E1E;
	text-decoration: none;
	transition: 0.3s;
	position: relative;
	min-height: 130px;
}
.elo-finder-cta__card:hover {
	border-color: #FF7735;
	box-shadow: 0 10px 30px rgba(255, 119, 53, 0.15);
	transform: translateY(-4px);
}
.elo-finder-cta__model {
	font-family: 'Big Shoulders Display', 'Barlow', sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 1;
	letter-spacing: 1px;
	color: #1E1E1E;
	text-transform: uppercase;
}
.elo-finder-cta__caption {
	display: block;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #7E7E7E;
	margin-top: 6px;
}
.elo-finder-cta__arrow {
	position: absolute;
	top: 12px;
	right: 14px;
	font-size: 16px;
	color: #DADADA;
	transition: 0.3s;
}
.elo-finder-cta__card:hover .elo-finder-cta__arrow {
	color: #FF7735;
	transform: translateX(2px);
}
.elo-finder-cta__all {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #EB601D;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: 0.3s;
}
.elo-finder-cta__all:hover {
	border-bottom-color: #EB601D;
}

@media (max-width: 1024px) {
	.elo-finder-cta__grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 768px) {
	.elo-finder-cta {
		padding: 40px 20px;
	}
	.elo-finder-cta__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 12px;
	}
	.elo-finder-cta__card {
		min-height: 110px;
		padding: 22px 8px 20px;
	}
	.elo-finder-cta__model {
		font-size: 28px;
	}
}

@media (max-width: 420px) {
	.elo-finder-cta__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
