/* general css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.container {
    max-width: 1260px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto
}

a {
    text-decoration: none
}

.mweb_br {
    display: none
}

/* fonts */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url(../fonts/Inter18pt-Bold.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Inter 18pt';
    src: url(../fonts/Inter18pt-Regular.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Inter 18pt';
    src: url(../fonts/Inter18pt-Medium.woff2) format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Inter 18pt';
    src: url(../fonts/Inter18pt-SemiBold.woff2) format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}


/* header css */
.main_header {
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    padding: 15px 0px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offer_text {
    line-height: 1.4;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(28, 28, 28, 1);
}

.btn {
    display: flex;
    justify-content: end;
    align-items: center;
}

.primary_btn {
    padding: 8px 30px;
    color: #222;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    border-radius: 54.005px;
    border: 2px solid #222;
    transition: 0.5s ease;
}

.main_header .primary_btn:hover {
    background-color: #222;
    color: #fff;
}

.primary_btn:hover {
    box-shadow: 0 4px 8px 0 rgb(204 204 204 / 70%);
}

/* start page title */
.page_title {
    margin-bottom: 30px;
}

.page_title h2 {
    font-family: "Roboto", sans-serif;
    color: #222;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 10px;
}

.page_title p {
    color: #222;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

/* end page title */

/* start banner css */
.banner_wrap {
    padding-top: 75px;
    padding-bottom: 75px;
    background: url(../images/banner/banner-bg.jpg);
    margin-top: 69px;
    background-size: cover;
    background-repeat: no-repeat
}
.content-img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.mweb-banner {
    display: none;
}

.banner-area {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.banner-text {
    display: flex;
    width: 530px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-left: 36px;
}

.banner-title {
    color: #fdfeff;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

.banner-list li {
    display: flex;
    color: #fdfeff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
    list-style: none;
    gap: 18px
}

.banner-list li:last-child {
    margin-bottom: 0
}

.banner_price {
    font-family: 'Inter 18pt', sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 30px;
}

.price_year {
    font-family: 'Inter 18pt', sans-serif;
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}

.banner-btn {
    display: inline-block;
    font-family: 'Inter 18pt', sans-serif;
    padding: 12px 40px;
    color: #222;
    border-radius: 55px;
    font-size: 18px;
    line-height: 25px;
    border: 2px solid #222;
    background: #FEEB29;
    transition: 0.5s ease;
}
.banner-btn:hover {
    background-color: #fff;
    color: #000;
}
.mrp_price {
    font-family: 'Inter 18pt', sans-serif;
    display: block;
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.ofer-text {
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    border: 1px solid #FEEB29;
    background: rgba(255, 255, 255, 0.15);
}
.banner_wrap .banner-btn{
        box-shadow: none;
}

.icon img {
    display: block;
}

.offer-ct {
    color: #FFF;
    text-align: right;
    font-family: 'Inter 18pt';
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
}

.list_img {
    display: flex;
    align-items: center;
}

/* end banner css */

/* start service css */
.services-wrap {
    padding: 30px 0px;
    background: #FFF;
}
.services-marquee{
    display: none;
}

.services-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.service-title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 4px;
}

/* end service css */

/* start content wrap css */
.content-wrap {
    padding-top: 40px;
    padding-bottom: 30px;
}

.content-wrap .container {
    max-width: 1200px;
}

.inner-content {
    background-image: url(../images/icons/bg_f1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    height: 422px;
}

.content-area {
    display: flex;
    width: 473px;
    height: 400px;
    padding: 0px 60px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;
}

.content-title {
    color: #222;
    font-family: 'Inter 18pt';
    font-size: 26px;
    font-weight: 700;
    line-height: 33.8px;
}

.content-text {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.content-slider .slick-prev, .slick-next {
  z-index: 1;
    cursor: pointer;
}
  .content-slider .slick-prev{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    margin-top: -24px;
    position: absolute;
    box-shadow: 0 6px 12px 0 rgba(36, 39, 44, 0.1);
    border: 1px solid rgba(36, 39, 44, 0.1);
    background-image: url('../images/icons/checvron_left.svg') !important;
    background-position: center;
    left: -6px;
  } 
 .content-slider  .slick-next {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background-color: #fff;
      top: 50%;
      margin-top: -24px;
      position: absolute;
      box-shadow: 0 6px 12px 0 rgba(36, 39, 44, 0.1);
      border: 1px solid rgba(36, 39, 44, 0.1);
      background-image: url('../images/icons/chevron_right.svg') !important;
      background-position: center;
      right: -6px;
      display: block;
  }

/* end content css */

/* start content-slider css */
.content-slider .container {
    max-width: 1200px;
}

.content-img {
    margin-bottom: 20px;
}

.content-slider {
    padding-bottom: 80px;
}

.slide-title {
    color: #222;
    font-family: 'Inter 18pt';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 12px;
    text-align: start;
}

.slide-text {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    height: 72px;
    text-align: start;
}

.slick-slider {
    margin: 0 -13px;
}

.slick-slide {
    text-align: center;
    margin-right: 13px;
    margin-left: 13px;
}

.slick-dots {
    text-align: center;
    margin-top: 15px;
    padding-left: 0px !important;
}

.slick-dots li button {
    cursor: pointer;
    font-size: 0px;
    border: none;
    height: auto;
    width: 0px;
    padding: 4px;
    margin: 0 4px;
    background: rgba(34, 34, 34, 0.30);
    border-radius: 50%;
    display: inline-block;
}

.slick-active button {
    background: #222 !important;
}

.slick-dots li {
    display: inline-block;
}

/* end slider css */

/* start choose css */
.why-choose {
    background: #F3F1ED;
}

.why-choose .container {
    max-width: 1200px;
}

.protect-card {
    position: relative;
    width: 418px;
    height: 520px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
}

.overlay {
    position: absolute;
    bottom: 0px;
    color: #fff;
    padding: 40px;
    width: 100%;
}

.overlay h3 {
    margin: 0 0 10px;
    color: #FFF;
    font-family: 'Inter 18pt';
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
}

.overlay p {
    color: #fff;
    font-family: 'Inter 18pt';
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.card-1 {
    background-image: url(../images/icons/bg_side.webp);
}

.choose-area {
    display: flex;
    justify-content: space-between;
    padding: 80px 0px 40px 0px;
}

.security-area {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between
}

.security-feature {
    display: flex;
    align-items: flex-start;
    justify-content: end;
    gap: 20px;
    flex-wrap: wrap
}

.feature-box {
    display: flex;
    width: 350px;
    padding: 30px;
    flex-direction: column;
    gap: 15px;
    border-radius: 20px;
    background: #FFF;
}

.security-text .badge img {
    display: block
}

.feature-title {
    color: #222;
    font-family: 'Inter 18pt';
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    margin-bottom: 12px;
}
.feature-title1{
    color: #222;
    font-family: 'Inter 18pt';
    font-size: 15px;
    font-weight: 600;
    line-height: 18.2px;
    margin-bottom: 12px;
        display: block;
}

.feature-text {
    color: #222;
    font-family: 'Inter 18pt';
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    height: 90px;
}

.rate {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    padding: 0px 30px 50px 30px;
}

.rate-icons {
    display: flex;
    gap: 30px;
}

.rate-title {
    color: #222;
    font-family: 'Inter 18pt';
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
}

.mchoose-cards {
    display: none;
}

/* end choose css */
/* start software wrap css */
.software_wrap {
    padding: 40px 0px;
}

.software-area {
    background: url(../images/icons/software-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
    border-radius: 20px
}

.software_item {
    display: flex;
    padding: 40px 70px 0px 70px;
    justify-content: space-between;
    align-items: center;
    height: 358px;
}

.software-content p {
    color: #222;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 30px;
}

.software-content .skew {
    padding: 10px 23px;
    display: inline-block;
    background: linear-gradient(90deg, #016DFF 0%, #0750B1 100%);
    transform: skew(-12deg, 0deg);
    border-radius: 10px;
    margin-bottom: 15px;
}

.software-content .tag-title {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
}

.software_list li {
    display: flex;
    color: #222;
    font-size: 17px;
    font-style: italic;
    font-weight: 500;
    line-height: 23px;
    gap: 10px;
}

.software_list {
    display: flex;
    gap: 30px;
}

.software-feature {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.tech-box {
    display: flex;
    width: 270px;
    height: 290px;
    padding: 30px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 20px;
    border: 1px solid #CCC;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
}
.tech-icon svg {
    display: block;
}

.tech-title {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 12px;
    display: block;
}

.tech-content p {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.shine {
    position: relative;
    overflow: hidden;
}

.shine::before {
    background: linear-gradient(to right, #fff0 0%, rgb(255 255 255 / .3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
    animation: shine 3s infinite
}

@keyframes shine {
    0% {
        left: -75%
    }

    100% {
        left: 125%
    }
}

.feature-slider {
    display: none !important;
}

/* end software wrap css */

/* start price css */
/* start price css */
.price-wrap {
    padding: 60px 0px;
}

.price-item {
    background-image: url('../images/icons/plan-bg.webp');
    height: 540px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 100px;
    border-radius: 20px;
}

.price-box {
    display: inline-flex;
    padding: 30px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    width: 519px;
}

.price-content {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.include_list li {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    display: flex;
    gap: 12px;
    margin-bottom: 8px;
}

.feature-title {
    display: block;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 12px;
}

.feature-slider {
    display: none !important;
}

.plan_list_text {
    width: 100%;
}

.price-title {
    color: #222;
    font-size: 22px;
    font-weight: 600;
    line-height: 28.6px;
    margin-bottom: 24px;
}

.option-select {
    display: none;
    margin-bottom: 30px;
}

.option-select select {
    border-radius: 8px;
    border: 1px solid #CCC;
    background: #F5F5F5;
    display: flex;
    padding: 6px 12px;
    align-items: center;
    gap: 20px;
    font-size: 13px;
}

.buynow-btn {
    width: inherit;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    border: 2px solid #222;
}

.product-price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.product-price .banner_price {
    font-size: 22px;
    margin-bottom: 0px;
}

.product-price .mrp_price {
    font-size: 15px;
    color: rgba(34, 34, 34, 0.5);
}

.product-price .price_year {
    font-size: 15px;
    color: rgba(34, 34, 34, 0.70);
    line-height: 18px;
}

.product-price .price_main {
    color: #222;
}

.mweb-price-img {
    display: none;
}

/* end price css */

/* FAQ */

.faq-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #17191C;
}

.faq-wrap .accordion .accordion-item {
    padding: 16px 0px;
}

.faq-area {
    display: flex;
    justify-content: space-between;
}

.accordion {
    width: 700px;
}

.faq-wrap .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}

.faq-wrap .accordion button .accordion-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    font-family: "Roboto", sans-serif;
}

.faq-wrap .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.faq-wrap .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.faq-wrap .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.faq-wrap .page_title {
    text-align: start;
}

.faq-wrap h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    color: #fff;
    text-align: start;
}

.faq-wrap .accordion-item button[aria-expanded='true']:after {
    rotate: 180deg;
}

.faq-wrap .accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.faq-wrap .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.faq-wrap .accordion .accordion-content p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 8px;
    line-height: 1.4;
    color: #fff;
}

.accordion-item button:after {
    content: url(../images/icons/icon_down.svg);
    float: right;
}

.faq-wrap button[aria-expanded="true"]+.accordion-content {
    opacity: 1;
    max-height: 500px;
}

/* end faq */

/* start footer wrap */
/* footer */
.footer_email a img {
    margin-right: 7px;
    vertical-align: middle;
}

.footer-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #F5F5F5;
}
.none{
    display: none;
}

.footer_email {
    text-align: right;
}

.footer_upper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_email a {
    color: #222;
    font-size: 14px;
    text-decoration: none;
}

.social_link li {
    list-style: none;
    display: inline-block;
    margin-left: 6px;
}

.follow-links {
    display: flex;
    justify-content: end;
    gap: 30px;
    align-items: center;
}

.social_link {
    display: flex;
    text-align: right;
}

.social_link img {
    vertical-align: middle;
}

.follow_us {
    font-size: 14px;
    font-weight: 400;
    color: #222;
    position: relative;
    top: 3px;
}

/* end footer wrap */

/* svg animations */
.check-animated {
    stroke: #2072F3;
    stroke-width: 2.5;
    fill: none;
    stroke-dasharray: 20;
    stroke-dashoffset: 20;
    animation: checkDraw 2s ease-in-out infinite;
}

@keyframes checkDraw {
    0% {
        stroke-dashoffset: 20;
        opacity: 1;
    }

    50% {
        stroke-dashoffset: 0;
        opacity: 1;
    }

    90% {
        stroke-dashoffset: 0;
        opacity: 0;
    }

    100% {
        stroke-dashoffset: 20;
        opacity: 0;
    }
}

.draw {
    stroke: #2072F3;
    stroke-width: 2;
    fill: none;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: drawAnimation 2s linear infinite;
}

@keyframes drawAnimation {
    to {
        stroke-dashoffset: 0;
    }
}
.smile-path {
    stroke: #2072F3;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-dasharray: 25;
    stroke-dashoffset: 25;
    animation: drawSmile 2s ease-in-out infinite;
}
@keyframes drawSmile {
    0% {
        stroke-dashoffset: 25;
    }

    50% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 0;
    }
}
.checkmark {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    animation: draw-check 1.2s ease-in-out infinite alternate;
}
@keyframes draw-check {
    to {
        stroke-dashoffset: 0;
    }
}
/* end */

/* start testimonial css */
.reviews {
  padding: 40px 0;
  color: #222;
}

.reviews .container {
  max-width: 800px;
  margin: auto;
}

.testimonial-title {
  color: #222;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
}

.reviews-slider {
  min-height: 120px;
  position: relative;
  margin-bottom: 30px;
}

/* Base image styling */
.reviews .sin-testiImage img {
  transform: scale(0.7);
  transition: transform 0.6s ease, filter 0.6s ease;
  border-radius: 50%;
  cursor: pointer;
  margin: 15px auto;
  display: block;
  filter: grayscale(1);
  width: 100px;
  will-change: transform, filter;
}

/* ✅ Active image (handled via JS class toggle) */
.reviews .sin-testiImage img.active {
  transform: scale(1);
  filter: none;
  border: 3px solid transparent;
  background: linear-gradient(white, white) padding-box,
              linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(81, 179, 128, 1)) border-box;
  -webkit-background-clip: padding-box, border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* 🛡 Disable animations on cloned slides to prevent flicker */
.reviews .slick-cloned img {
  transition: none !important;
  transform: scale(0.7) !important;
  filter: grayscale(1) !important;
}

.reviews-text-slider {
  text-align: center;
  position: relative;
  z-index: 9;
}

.reviews-text-slider h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}

.designation {
  font-size: 14px;
  font-weight: 400;
  color: #555;
  display: block;
}

.sin-testiText p {
  font-size: 18px;
  color: #222;
  line-height: 24px;
  margin: 22px 0 16px;
  height: 72px;
}

.star-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.icon-angle-left,
.icon-angle-right {
  cursor: pointer;
  font-size: 24px;
  color: #000;
}
/* end testimonial css */

/* start animations  */
.text{visibility:hidden;opacity:0;transition:opacity 1s,transform 1s;transform:translateY(50px)}.fade-up{transform:translateY(50px)}.fade-down{transform:translateY(-50px)}.fade-right{transform:translateX(50px)}.fade-left{transform:translateX(-50px)}.fade-up-left{transform:translate(-50px,50px)}.fade-up-right{transform:translate(50px,50px)}.fade-down-left{transform:translate(-50px,-50px)}.fade-down-right{transform:translate(50px,-50px)}.zoom-in{transform:scale(.8)}.zoom-out{transform:scale(1.2)}.in-view{visibility:visible;opacity:1;transform:none}
.list_img svg {
    width: 13px;
    height: auto;
}