@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
 body
{ box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Montserrat", sans-serif;
  background: #fff;
  color: #2C2C2C;
  font-size: 18px;
}
img {
    max-width: 100%;
    display: block;
    transition: all 0.3s ease;
}
.format-card:hover img {
    transform: scale(1.1);
}
a {
  text-decoration: none;
  color: inherit;
}
.menu-cart a img {
    width: 20px;
}
.menu-cart {
    display: flex;
}
.menu-cart {
    display: flex;
    gap: 10px;
}
.links-tp a {
    font-size: 18px;
    font-weight: 600;
}
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 16px;
}
.header-inner {
    display: flex;
    justify-content: space-between;
}
header {
  padding: 18px 0;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-links {
  display: flex;
  gap: 22px;
  align-items: center;
}
.nav-links a {
  font-weight: 500;
}
.btn span {
    padding-right: 20px;
}
.tk-rt p {
    margin-top: 5px;
    margin-bottom: 0;
}
.tk-rt strong {
    font-weight: 600;
}
.btn {
    padding: 22px 62px;
    border-radius: 40px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-size: 18px;
    /* min-width: 230px; */
    /* max-width: 230px; */
    transition: all 0.3s ease;
}
.format-card:after {
    background: rgb(0 0 0 / 33%);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
section.cta h2 {
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 0;
}
.btn-primary {
  background: #1976ff;
  color: #fff;
}
.btn-outline {
  border: 1px solid #dbe3ef;
  background: #fff;
}
.img-sec img {
    width: 100%;
}
.img-sec img {
    width: 100%;
}
.border-area {
    display: inline-block;
    border: 1px solid #E8E8E8;
    padding: 20px;
    border-radius: 0 0px 8px 8px;
    border-top: none;
    min-height: 139px;
}
.testimonial_card_list_inner {
    padding: 0 25px;
}
.testimonial_card_list_inner h2 {
    color: #0080EB;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}
.star_ratings svg path {
    fill: #0080EB !important;
    width: 11px;
}
.star_ratings svg {
    width: 12px;
}
.hero {
    padding: 30px 0 0px;
}
.comment_rating p {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    margin-top: 0;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}
.hero h1 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: 400;
}
.hero h1 span {
    color: #1976ff;
    font-weight: 700;
}
.hero p {
    color: #6b7280;
    max-width: 615px;
    margin-bottom: 26px;
    font-size: 22px;
}
.left-mic-img {
    display: flex;
    justify-content: end;
}
.features div {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 25%;
    justify-content: center;
    position: relative;
    font-weight: 600;
}
.format-card span {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    text-align: center;
    width: 100%;
}
.features div:after {
    content: "";
    width: 2px;
    height: 10px;
    background: #00000033;
    position: absolute;
    right: 0;
}
.features div:nth-child(4):after{
 display: none;
}
.features div img {
    width: 40px;
}
.left-mic-img img {
    max-width: 330px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
section.hero {
    background: url("../images/banner-bg.png");
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}
.links-tp a {
    padding: 0 20px;
}
.menu-cart a {
    position: relative;
}
span.count {
    position: absolute;
    top: -11px;
    right: -5px;
    font-size: 12px;
}
.trust {
    margin-top: 25px;
    color: #6b7280;
    font-size: 18px;
}

.features-bar {
  background: #f4f7fb;
  border-radius: 14px;
  padding: 16px;
  margin-top: 40px;
}
.features {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    text-align: center;
    font-weight: 500;
}
.nav-slick {
    position: absolute;
    top: 50%;
    color: #ccc;
}
span.right-btn.nav-slick.slick-arrow {
    right: 0;
}
.inner-product-dflex.slider1 {
    width: 90%;
    margin: 0 auto;
}
.section {
  padding: 70px 0;
}
.section-title {
  text-align: center;
  margin-bottom: 40px;
}
.section-title h2 {
    font-size: 45px;
    margin-bottom: 10px;
    font-weight: 400;
    margin-top: 0;
}
.section-title p {
 font-size: 22px;
}
.left-right-img {
    background: #EEF4F9B2 url("../images/banner-bg.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}
.info-grid p {
    line-height: 30px;
}
.info-grid h2 {
    font-weight: 400;
    font-size: 45px;
}
.format-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.format-card {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
a.btn.btn-outline:hover {
    background: #1976ff;
    color: #fff;
}
.btn-primary:hover {
    opacity: 0.6;
}
.format-card span {
    position: absolute;
    left: 0;
    bottom: 14px;
    color: #fff;
    font-weight: 600;
    z-index: 99;
}

.listen-box {
    margin-top: 70px;
    background: #f4f7fb;
    border-radius: 14px;
    padding: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.container.info-grid p {
    padding-right: 28%;
}
.info-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 40px;
    align-items: center;
}
.steps {
    margin: 31px 0 16px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e5ebf3;
}
section.cta h2 {
    margin-top: 0;
}
.copy-right {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #D9D9D980;
    font-size: 14px;
}
.step {
    background: #fff;
    padding: 10px 14px;
    border-radius: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
}
.step img {
    margin: 0 10px;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.review-card {
  border: 1px solid #eef2f7;
  border-radius: 14px;
  padding: 14px;
}
.review-card p {
  font-size: 14px;
  color: #6b7280;
  margin: 10px 0;
}

.cta {
  background: url("../images/ft-cta-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 60px 16px;
}
footer {
    background: #fff;
    padding: 40px 0;
    border-top: 1px solid #D9D9D9;
}
.footer-grid p {
    font-size: 14px;
    color: #000;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.link-social a {
    display: flex;
    gap: 10px;
    color: #000;
    margin-bottom: 10px;
    font-size: 16px;
}
.links-ft a {
    color: #000;
    margin-bottom: 10px;
    font-size: 16px;
  display: block;
}
.container.footer-grid h3 {
    margin-top: 0;
}
@media (max-width: 1023px) {
  .features {
    flex-wrap: wrap;
}
.features div {
    gap: 10px;
    width: 100%;
}
.features div:after{
  display: none;
}
.listen-box {
    text-align: center;
}
.listen-box div a {
    margin-bottom: 14px;
}
.section-title h2 {
    font-size: 32px;
}
.container.info-grid p {
    padding-right: 0;
}
.steps {
    justify-content: center;
}
.section {
    padding: 50px 0;
}
.container.info-grid {
    text-align: center;
}
  .hero-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }
  .features {
    grid-template-columns: repeat(2, 1fr);
  }
  .format-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .reviews-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero h1 {
    font-size: 32px;
  }
  .left-mic-img {
    justify-content: center;
}
.listen-box {
    justify-content: center;
}
.logo-center img {
    width: 90px;
}
.links-tp a {
    padding: 0 10px;
}
.links-tp a {
    font-size: 12px;
}
.container.hero-grid h1 {
    margin-top: 0;
}
.btn {
    padding: 13px 23px;
    font-size: 16px;
}
.hero p {
    font-size: 18px;
}
.left-mic-img img {
    width: 100%;
}
.section-title p {
    font-size: 18px;
}
}
