
/* General Sans - Regular */
@font-face {
  font-family: 'Raleway';
  src: url('raleway-thin-webfont.woff2') format('woff2'),
       url('raleway-thin-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* General Sans - SemiBold */
@font-face {
  font-family: 'Raleway';
  src: url('raleway-regular-webfont.woff2') format('woff2'),
       url('raleway-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* General Sans - Bold */
@font-face {
  font-family: 'Raleway';
  src: url('raleway-bold-webfont.woff2') format('woff2'),
       url('raleway-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}



:root {
     --primary-blue: #02a1ff;
     --gradient: linear-gradient(90deg, #db5cde, #0753e1);
	 --shadow-gray: 0 4px 15px rgba(179, 179, 179, 0.4);
   }
 

body {
	width: 100%;
	height: 100%;
	font-family: 'Raleway', sans-serif;
	background:#fff;
	color: #000;
	font-size:18px; line-height:27px;
	font-weight: 400;
	
}


img {
    /*Chrome Crisp Images*/
	image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) ;*/
}
input::-moz-focus-inner {
	border: 0;
}
object,
embed {
	outline: 0;
}
a {
	color: #104899; text-decoration:none;}

a:active,
a:focus,
a:hover {
	outline: none;
	outline: 0;
	color: var(--primary-blue);
	text-decoration: none;
}
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: none;
	outline: 0;
	cursor:pointer;
}
input::-moz-focus-inner {
	border: 0;
}
a:active {
	outline: none;
}
html {
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
	min-width:290px;
}


.no-gutters > .col, .no-gutters > [class*="col-"]{
	padding:0 4px;
}
.mb-br{ margin-bottom:10px;}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* CTA */

.btn-s1{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
color: #000000;
  font-size: 28px;
  text-align: center;
  border-top: none;
    border-top-color: none;
  border-left: none;
    border-left-color: none;
  border-right: none;
    border-right-color: currentcolor;
  border-bottom: 2px solid #000000;
    border-bottom-color: rgb(0, 0, 0);
  border-radius: 8px 8px 8px 8px;
  border-color: #000000;
  line-height: 1;
  margin: 10px 0px 0px 0px;
  padding: 20px 30px 20px 30px;
  background-color: #f1c232;

	transition: all 0.3s ease;
animation: pulsing 1s infinite;
text-align:center;
width:100%;

}

.btn-top-label{ text-align:center; font-size:18px; }


@keyframes ping {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100%,
    75% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes shakes {

    0%,
    16%,
    24%,
    32%,
    40%,
    48%,
    56%,
    64%,
    8% {
        transform: rotate(-10deg);
    }

    12%,
    20%,
    28%,
    36%,
    4%,
    44%,
    52%,
    60% {
        transform: rotate(10deg);
    }

    100%,
    65% {
        transform: rotate(0);
    }
}

.animate-ping {
    animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
}

.animate-shake {
	animation: shakes 1.5s ease-in-out 1;
	animation-iteration-count: infinite;
}


/*CTA Animation*/


@keyframes pulsing {
  0% {
    transform: scale(1);
    box-shadow: var(--shadow-gray);
  }

  70% {
    transform: scale(1.034);
    box-shadow: var(--shadow-gray);
  }

  100% {
    transform: scale(1);
    box-shadow: var(--shadow-gray);
  }
}




/*phone icon SVG animation*/
.phone {
 
  height:32px;
  line-height:32px;
  font-size:18px;
  font-weight:bold;


}
.phone svg {
  width:18px;
  height:18px;
  position:relative;
  top:2px;
  
}
.phone svg path {
  fill:#000;
}
.phone svg path:nth-child(2) {
  -webkit-animation: header-phone 1s infinite cubic-bezier(.1, .57, .5, 1);
  animation: header-phone 1s infinite cubic-bezier(.1, .57, .5, 1);
}
.phone svg path:nth-child(3) {
  -webkit-animation:header-phone2 1s infinite cubic-bezier(.1, .57, .5, 1);
  animation:header-phone2 1s infinite cubic-bezier(.1, .57, .5, 1);
}


.phone2 {
 
  height:32px;
  line-height:32px;
  font-size:18px;
  font-weight:bold;

  margin:10px 0 10px 4px;
}
.phone2 svg {
  width:18px;
  height:18px;

  margin-top:0px;
  margin-right:0px;
}
.phone2 svg path {
  fill:#FFFFFF;
}
.phone2 svg path:nth-child(2) {
  -webkit-animation: header-phone 1s infinite cubic-bezier(.1, .57, .5, 1);
  animation: header-phone 1s infinite cubic-bezier(.1, .57, .5, 1);
}
.phone2 svg path:nth-child(3) {
  -webkit-animation:header-phone2 1s infinite cubic-bezier(.1, .57, .5, 1);
  animation:header-phone2 1s infinite cubic-bezier(.1, .57, .5, 1);
}




/* Animate phone */

@-webkit-keyframes header-phone {
  0%,30% {opacity:0; -webkit-transform:translate3d(-20px, 20px, 0); transform:translate3d(-20px, 20px, 0)}
  80% {opacity:1; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0)}
  100%{opacity:0}}
@keyframes header-phone {
  0%,30%{opacity:0; -webkit-transform:translate3d(-20px, 20px, 0); transform:translate3d(-20px, 20px, 0)}
  80%{opacity:1; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0)}
  100%{opacity:0}}
@-webkit-keyframes header-phone2 {
  0%{opacity:0; -webkit-transform:translate3d(-20px, 20px, 0); transform:translate3d(-20px, 20px, 0)}
  70%,90%{opacity:1; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0)}
  100%{opacity:0}}
@keyframes header-phone2 {
  0%{opacity:0; -webkit-transform:translate3d(-20px, 20px, 0); transform:translate3d(-20px, 20px, 0)}
  70%,90%{opacity:1; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0)}
  100%{opacity:0}}
  
/*Container*/
.container{ max-width:1200px;}
.sec-container{ max-width:882px;}
/*Heading*/
h1{ font-size:42px; line-height:50.4px;}
h2{font-size:32px; line-height:32px; color:var(--primary-blue);}
/*Extra*/
.show-mob{ display:none;}

/* Header */
header{ padding:10px 0;
border-bottom: 1px solid #DFDFDF;
}
.logo{width:100%; max-width:320px; height:auto;}

/* Sec Hero */
.sec-hero{ padding:20px 0 0;}
.sec-hero p{font-size:20px; line-height:28px;}
.author-box {
	
    display: inline-flex;
    align-items: center;
    gap: 10px;

	background:#FFF;
	padding:10px;
	border-radius:12px;
	box-shadow:0 2px 4px rgba(0,0,0,0.1);
	
	
}

.author-info p {
    margin: 0;
	margin-bottom:0px;
		font-size:11pt ;
	line-height:17pt ;
}
.author-info p span{ color:#6c757d;}

/* Common Sec */
.common-sec{ padding:20px 0;}
.common-sec a{ color:#000 !important;}

hr{ height:2px; border:none; background:#f1f1f1; margin:20px 0;}

/* Sec 3 */
.sec3{ padding:0 0 20px;}
.sec3 a{ color:#000 !important;}
.product-box{ background: #e8e8e8; padding:20px; text-align:center;}


.title-badge {
    display: flex;
    align-items: center;
	justify-content: center;
    gap: 10px;
	
}

.title-badge h2 {
	font-size:30px;
	line-height:40px;
    margin: 0;
color:#000;
}
.title-badge h2 span{
	color:#000;  display:block;  font-weight:400; line-height:30px;
}
.title-badge img {

    height: auto;
}

.box-styel1{ background:#FFF; box-shadow: #C9C9C9 0px 0px 10px 0px; padding:10px; text-align:center;}
.prod-img{ display:block; margin:0 auto; width:100%; max-width:208px; height:auto;}




.row.equal-height > div {
    display: flex;
	
}

.box-styel1 {
    display: flex;
    flex-direction: column;
    justify-content: center; /* vertical center */
    align-items: center;     /* horizontal center */
    width: 100%;
    height: 100%;
}
.box-styel1 h2 { font-weight:400; }
.grade-label strong{ display:block; font-size:70px; line-height:70px; color:#1a2744;}
.rating-label strong{ display:block; font-size:40px; line-height:40px; color:#1a2744;}

.stars {
  --star-size: 24px;
  --star-color: #ddd;
  --star-fill: #FFC107;
  --rating: 9.7; /* 7–10 scale */

  display: inline-block;
  font-size: var(--star-size);
  font-family: Arial, sans-serif;
  line-height: 1;
}

.stars::before {
  content: "★★★★★";
  letter-spacing: 3px;

  background: linear-gradient(
    90deg,
    var(--star-fill) calc((var(--rating) - 5) / 5 * 100%),
    var(--star-color) calc((var(--rating) - 5) / 5 * 100%)
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product-inner-box{
	 background:#FFF; box-shadow: #C9C9C9 0px 0px 10px 0px; padding:20px; text-align:left;
	
	}
	
.ratingbars-widget {
  --rb-bg: transparent;
  --rb-track: #eeeeee;
  --rb-fill: #6aa84f;
  --rb-fill-end: #6aa84f;
  --rb-text: #000000;
  --rb-muted: #000000;
  --rb-radius: 2px;


  box-sizing: border-box;

  background: var(--rb-bg);
  border-radius: none;
  padding: 20px 0px 25px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  border-bottom:1px solid #cfcfcf;
  border-top:1px solid #cfcfcf;
}

.ratingbars-widget *,
.ratingbars-widget *::before,
.ratingbars-widget *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ratingbars-widget__item {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 6px 10px;
  align-items: center;
}

.ratingbars-widget__label {
  font-size: 15px;
  font-weight: 600;
  color: var(--rb-text);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  grid-column: 1;
  grid-row: 1;
}

.ratingbars-widget__score {
  font-size: 18px;
  font-weight: 700;
  color: var(--rb-text);
  grid-column: 2;
  grid-row: 1;
  white-space: nowrap;
}

.ratingbars-widget__score em {
  font-style: normal;
  color: var(--rb-muted);
  font-weight: 400;
}

.ratingbars-widget__track {
  grid-column: 1 / -1;
  grid-row: 2;
  height: 20px;
  background: var(--rb-track);
  border-radius: 2px;
  overflow: hidden;
}

.ratingbars-widget__fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--rb-fill), var(--rb-fill-end));
  border-radius: 2px;
  animation: ratingbars-grow 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.15s;
}

@keyframes ratingbars-grow {
  from { width: 0; }
  to   { width: var(--pct); }
}
/* ===== END RATING BARS WIDGET ===== */	


.check-icon-list {
  list-style: none;           /* remove default bullets */
  padding-left: 0;
  margin: 0;
}

.check-icon-list li {
  position: relative;
  padding-left: 40px;         /* space for the icon */
  margin-bottom: 18px;
}

.check-icon-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); /* vertically center */
  width: 30px;                 /* icon width */
  height: 30px;                /* icon height */
  background: url('../img/check-icon.png') no-repeat center center;
  background-size: contain;
}

.x-icon-list {
  list-style: none;           /* remove default bullets */
  padding-left: 0;
  margin: 0;
}

.x-icon-list li {
  position: relative;
  padding-left: 40px;         /* space for the icon */
  margin-bottom: 18px;
}

.x-icon-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); /* vertically center */
  width: 30px;                 /* icon width */
  height: 30px;                /* icon height */
  background: url('../img/x-icon.png') no-repeat center center;
  background-size: contain;
}

.common-icon-list {
  list-style: none;           /* remove default bullets */
  padding-left: 0;
  margin: 0;
}

.common-icon-list li {
  position: relative;
  padding-left: 20px;         /* space for the icon */
  margin-bottom: 18px;
}

.common-icon-list li::before {
  content: "‣";
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%); /* vertically center */
  font-size:30px;
  color:#02a1ff;
  
}

.pro-box{ background:#d9ead3; padding:20px;}
.pro-box h2, .pro-box .common-icon-list li::before{ color:#008203;}


.cons-box{background:#f4cccc; padding:20px;}
.cons-box h2, .cons-box .common-icon-list li::before{color:#a90b0b;}

.ourpick-box{ background:#fffced; border:3px dashed #000; padding:20px;}


/*Footer Sec*/

.footer-sec{ padding:40px 0; background:#f8f9fa; border-top: 1px solid #e9ecef; text-align:center; font-size:16px;}
.footer-sec .logo{ margin-bottom:20px;}

.footer-links {
	gap: 15px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom:10px;
}

.disclosure-box p{
	margin-top: 40px;
	font-size: 13px;
	line-height: 1.6;
	color: #6c757d;
}

/*Sticky Footer*/

 /* ===== STICKY FOOTER BAR ===== */
.sticky-container{ max-width:1024px;} 
#sfb-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #e0e0e0;
  box-shadow: 0 -4px 24px rgba(0,0,0,0.10);
  z-index: 9999;
  box-sizing: border-box;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.38s ease;
  pointer-events: none;
}



#sfb-bar.sfb-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
#sfb-inner {
 
  margin: 0 auto;
  padding: 8px 0px;

}

.close-wrapper{ position:relative;}
#sfb-close {
  flex-shrink: 0;
  border: 2px solid #dedede;
  cursor: pointer;
  color: #aaa;
  font-size: 22px;
  line-height:1;
  height:35px;
  width:35px;
  border-radius: 50%;
  transition: color 0.15s, background 0.15s;
  position:absolute;
  right:0;
  margin-top:-20px;
  background: #f0f0f0;
  color:#000;
}
#sfb-close:hover { color: #333; background: #f0f0f0; }

#sfb-timer-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background: #f5f5f5;
  border-radius: 6px;
  padding: 8px 12px;
  border:1px solid #eeeeee;
}
#sfb-timer-label { font-size: 13px; line-height:1; font-weight:600; text-transform:uppercase; color: #a4a4a4; white-space: nowrap;}
#sfb-timer { font-size: 22px; font-weight: 700; color: #e04040; }
#sfb-progress { width: 80px; height: 5px; background: #fff; border-radius: 2px; overflow: hidden; }
#sfb-progress-bar { height: 100%; background: #22c55e; border-radius: 2px; transition: width 1s linear; }

#sfb-bar h4{ font-size:20px; text-align:center;}

.sticky-logo{ width:100%; max-width:120px; height:auto; margin:0 auto; display:block; text-align:center;}
#sfb-bar .btn-s1{ font-size:20px; padding:20px 10px; margin-bottom:10px;}
/* Media */
@media (max-height: 991px) {

}
@media (max-width: 576px) {
.hide-mob{ display:none !important;}
.show-mob{ display:block}
body{ font-size:18px; line-height:25.6px;}
h1{ font-size:28px; line-height:33.6px;}
h2{font-size:26px; line-height:26px; }

    .title-badge {
        gap: 8px;
    }


    .title-badge img {
        width: 45px;
    }

.grade-label strong{ display:block; font-size:50px; line-height:50px;}
.rating-label strong{ display:block; font-size:25px; line-height:25px;}

.btn-top-label{ font-size:16px;}

#sfb-bar .row{gap:8px;}
#sfb-bar .btn-s1{ font-size:20px; padding:12px 10px; margin-bottom:10px;}

}
@media (max-width: 375px) {
	.ratingbars-widget__label {
	font-size:12px;
	line-height: 16px;
  
}
.ratingbars-widget__score {
	font-size:13px;
}
.stars {
  --star-size: 18px;
}
}

