:root {
    --primary-color: #19acb3;
    --secondary-color:#0e384c;
}

body{
   
}

html, body{
    overflow-x: clip;
     font-family: "Inter Tight", sans-serif;
}

p{  
    letter-spacing: 0.5px;
    color: #3a3a3a;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
}

img{
    height:auto;
    max-width:100% !important;
}


li{
    list-style:none;
}
a{
    text-decoration:none !important;
    color:#000;
}


.solutions-sec-em{
    padding:5rem 0;
    position:relative;
}

.solution-box{
        display: block;
  
    border-radius: 24px;
    background: #ffffff;
    padding: 15.5px;
    transition: 0.25s 
ease-in-out;
height: 100%;
}
.bg-ligts{
    background-color: #f5f7fa;
}
.bs-shadows{
   box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.solution-box .solution-img{
        border-radius: 20px;
    background-color: #f5f7fa;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-box .slition-box-content{
    padding:20px 3px;
}
.solution-box .slition-box-content .soluti-title a{
    font-size:22px;
    margin-bottom:15px;
    font-weight:600;
}
.solution-box .slition-box-content p{
    font-size:15px;
}
.solution-box .slition-box-content strong{
    font-size:14px;
}
.solution-box .slition-box-content .soluti-btn {
  font-size: 15px;
    position: relative;
    font-weight: 600;
    display: flex;
    max-width: fit-content;
    margin-top: 1.6rem;
    background: #000;
    color: #fff;
    padding: 7.5px 15px 8px;
    border-radius: 20px;
    align-items: center;
    letter-spacing: 0.5px;
}
.solution-box .slition-box-content .soluti-btn span {
    position: relative;
    margin-left: 20px;
    display: block;
    width: 0;
    transition: width 0.35s ease-out;
}
.solution-box .slition-box-content .soluti-btn span:before {
       position: absolute;
    content: "\f17c";
    font-family: flaticon_normal-icon !important;
    font-size: 14px;
    right: 0;
    transform: rotate(180deg);
    top: -10px;
    font-weight: 400;
}
.solution-box.bg-ligts .solution-img img{
   
}
.solution-box .slition-box-content .soluti-btn:hover span {
    width: 5px;
}
.bg-ligts.solution-box .solution-img{
    margin-top:1rem;
}
.solution-box .slition-box-content .soluti-btn:hover span:after {
    background: #000;
}
.solutions-sec-em .row{
    gap:20px 0;
}

.sec-big-title{
       font-size: 35px;
    font-weight: 600;
}
.section-tile-box{
    position:relative;
}
.section-tile-box.text-center{
    margin-bottom:40px;
}

.extension-main-sec{
    padding:5rem 0;
}

.extension-box{
    border-radius: 20px;
    background:#f4f5f8;
    padding:30px;
    width:28%;
}
.extension-box-img{
    width:40%;
    margin:0 auto;
}
.extension-box h4{
    font-size:20px;
    font-weight:600;
}

.squ-seco-btn{
    box-shadow: 0 .5rem 1rem -.1rem rgba(0, 0, 0, .15);
    border-radius: 50px;
    border: 1px solid rgba(131, 131, 131, 0.25);
    padding: 8px 20px;
    font-size: 15px;
    display: block;
    max-width: fit-content;
    background: #fff;
    font-family: 'DM Sans';
    font-weight: 600;
    transition:0.3s
}
.squ-seco-btn:hover{
    background:#000;
    color:#fff
}
.extension-box ul{
    padding:0;
    margin:0 0 20px;
}
.extension-box ul li{
    position:relative;
    padding-left:25px;
    font-size:14px;
}
.extension-box ul li:not(:last-child){
    margin-bottom:10px;
}
.extension-box ul li:before{
    position: absolute;
    font-family: flaticon_normal-icon !important;
    content: "\f1d9";
    left: 0;
    top: 0;
    color: #000;
    background-color: #f4f5f8;
    transition: 0.5s;
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    border-radius: 50%;
}

.key-nuber-sec{
    position:relative;
}
.key-nuber-boxss{
    padding:80px 50px;
    background-image:url(../image/bg/counter-bg-1.svg);
    position:relative;
    border-radius:30px;
    margin:0 30px;
}

.keynumcar .number {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}
.keynumcar h5 {
    font-size: 18px;
    color: #f6f6f6;
    display: block;
    position: relative;
    margin-top:10px;
}

.benefits-sec-main{
    padding:0 0 5rem;
    position:relative;
}

.benefits-main-items{
   background-color: #1a1a1c;
    padding:5rem 0 6rem;
    margin:0 30px;
    border-radius:20px;
    position:relative;
    overflow: hidden;
}
.benefits-main-items:before{
   background-image: url(../image/bg/ns-img-527.webp);
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    background-size: cover;
    opacity: 0.5;
}

/*.benefits-main-items:before{*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-position: center;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    background-image: url(../image/bg/man-trigger.svg);*/
/*    height: 100px;*/
/*    width: 100px;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*}*/
.benefits-main-items .row {
    gap:20px 0;
}
.benefits-sec-main .sec-big-title{
    color:#fff;
}
.benefits-box{
    text-align:center;
    position:relative;
}
.benefits-box h4{
    font-size:18px;
    font-weight:600;
    color:#fff;
}
.benefits-box p{
    color:#fff;
}

/*.benefits-box .icon-befits img{*/
/*    filter: brightness(0.5) invert(1);*/
/*}*/

.benefits-box .icon-befits{
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    background: #ffffff38;
    margin: 0 auto 20px;
    backdrop-filter: blur(10px);
}
.benefits-box .icon-befits img{
    filter:brightness(0)invert(1);
}
.benefits-box:hover .icon-befits img{
   
}
.testim-box-items{
   box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    padding:25px;
    position:relative;
    border-radius:20px;
}
.tes-cards{
      position: relative;
    background-image: linear-gradient(90deg, #f0f0f0 1px, #0000 1px), linear-gradient(#f0f0f0 1px, #0000 1px);
    background-size: 6rem 4rem;
    padding: .25rem;
    padding: 3rem 0;
    margin-bottom: 3rem !important;
}
.tes-cards p{
   max-width: 700px;
    margin: 0 auto;
}
.testim-box-items .teas-img-name{
        display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #0000001f;
}
.testim-box-items .teas-img-name h4{
    font-size:18px;
    font-weight:600;
    margin:0;
}
.testim-box-items .teas-img-name img{
    border-radius:50%;
}

.testim-box-items span{
 background: linear-gradient(90deg,
  #2A2D60 15%,
  #4F46E5 50%,
  #292C5D 85%
);
display: block;
    margin: 30px 0;
    height: 0.7px;
}

.testimonial-main-sec .col-lg-4 .testim-box-items:not(:last-child){
    margin-bottom:25px;
}

.testimonial-main-sec .auto-scroll-content {
  animation: autoScrollY 8s linear infinite;
 
}
.testimonial-main-sec .auto-scroll-content-reverse {
  animation: autoScrollY 8s linear infinite reverse;
  
}
@keyframes autoScrollY {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
.testimonial-main-sec{
    position: relative;
    /*background: #f4f5f8;*/
    padding: 5rem 0;
}
.testimonial-main-sec .row{
    height:700px;
    overflow:hidden;
    mask-image: linear-gradient(0deg, transparent 0, #000 10%, #000 90%, transparent) !important;
}

.banner-sec-squt{
        position: relative;
 padding-top: 150px;
    background: linear-gradient(180deg, #262626, transparent);
    /*background:#434343;*/
}
.stars{
    display: block;
    position: absolute;
background-image: url(../image/svg/star-01.svg);
 background-size: cover;
}
.stars1{
  width: 38px;
    height: 38px;
    bottom: 15%;
    left: -90px;
    transform: rotate(45deg);
}
.stars2{
        width: 48px;
    height: 48px;
   
    top: -30px;
    left: -30px;
}
.stars4{
      width: 32px;
    height: 32px;
    top: 70px;
    right: -50px;
        transform: rotate(50deg);
}
.stars5{
   width: 27px;
    height: 27px;
    bottom: 02px;
    right: 15%;
}
.stars3{
    width: 28px;
    height: 28px;
    background-size: cover;
    top: 0%;
    left: 30px;
    transform: rotate(45deg);
}
.banner-sec-squt:before{
     content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 550px;
    inset: 0;
    margin: 0 auto;
    filter: blur(6em);
    border-radius: 50%;
    width: 550px;
    
    background-color: #042bdb;
    filter: blur(15em);
}
/*.banner-sec-squt:after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    mask-image: linear-gradient(*/
/*0deg, transparent 0, #000 100%, #000 10%, transparent) !important; */
/*background:linear-gradient(180deg, #434343, #646464, #cdcdcd, #fff);*/

/*background:linear-gradient(180deg, #262626, #545454, #cdcdcd, #fff);*/
 
/*        width: 100%;*/
/*    height: 580px;*/
/*    bottom: 0;*/
/*    left:0;*/
/*}*/

.banner-sec-squt .container > .row{
    margin-top:60px;
}
.banner-content-box{
   position: relative;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.banner-titlebelow{
       display: flex;
    align-items: center;
    justify-content: center;
}
.banner-content-box h1{
       font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.5;
    color:#fff;
}
.banner-content-box:before{
    position: absolute;
    content: "";
    /*background-image: url(../image/home/finger.svg);*/
    background-size: contain;
    background-position: center;
    width: 70px;
    height: 70px;
    bottom: -50px;
    left: 80px;
}
.squ-prim-btn{
        box-shadow: 0 .5rem 1rem -.1rem rgba(0, 0, 0, .15);
    border-radius: 50px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    max-width: fit-content;
    color: #ffff;
  background-image: linear-gradient(
  133deg,
  #000000 0%,
  #0147f4 50%,
  #000000 100%
) !important;
    font-family: 'DM Sans';
}

.banner-btn-get{
    display: flex;
    gap: 20px;
    margin-top: 40px;
    justify-content: center;
    margin-bottom: 3rem;
}
.banner-content-box p{
    font-size:20px;
    color:#fff;
}
.heade-sec-mainn{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    background-color: transparent;
    transition: .5s;
    padding: 10px 0 0;
}

.mega-menu > ul{
    display: flex;
    align-items: center;
    margin: 0;
    gap: 23px;
    padding: 0;
    justify-content: center;
}

.hambuuefer, .close-button, .dropdownd .dropn-btnmobile {
    display: none;
}
.mega-menu ul .dropdownd > a{
    position:relative;
    padding:30px 0px 30px 0;
    margin-right: 15px;
}

.mega-menu ul li a{
   font-size: 15px;
    letter-spacing: 0.5px;
    font-family: "DM Sans", sans-serif;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.sticky .mega-menu ul li a {
    color:#3a3a3a;
}

.head-logo img{
    filter: brightness(0) invert(1);
}
.sticky .head-logo img {
    filter: none;
}
.head-lin-btn a{
    font-size: 15px;
    letter-spacing: 0.5px;
    color:#fff;
}

.sticky.head-lin-btn a {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #fff;
}
.sticky .head-lin-btn a.lo-reg{
    color:#000;
}
.head-lin-btn a:not(:last-child){
    margin-right:13px;
}
.lo-reg{
    position:relative;
}
.lo-reg:before{
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 0.5px;
    bottom: -5px;
}
.sticky .lo-reg:before{
    background:#000;
}
.head-lin-btn{
    display: flex;
    align-items: center;
    gap: 15px;
}
.mega-menu ul .dropdownd > a:after {
       position: absolute;
    content: "\f104";
    font-size: 15px;
    top: 3px;
    display: flex;
    color: #fff;
    margin: auto 0;
    bottom: 0;
   right: -20px;
    font-family: flaticon_normal-icon !important;
    align-items: center;
}
.sticky .mega-menu ul .dropdownd > a:after{
    color:#000;
}

.submenu-box {
    display: flex;
    gap: 20px;
    position: relative;
    padding: 20px;
    border-radius: 12px;
}
.dropdownd .submenu-sec{
    position: fixed;
    left: 0;
    /* top: 80px; */
    top: 72px;
    display: flex;
    min-width: 100%;
    margin: 0 auto;
    gap: 35px;
    justify-content: center;
    width: 1000px;
    background-color: #fff;
    border: 1px solid #ccc;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.3s linear;
    z-index: 1000;
    padding: 2rem;
}
.dropdownd:hover .submenu-sec{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.mega-menu ul .dropdownd:hover > a:after{
    transform: rotateX(180deg);
}
.heade-sec-mainn.active{
    background:#fff;
    padding:10px 0;
}
.heade-sec-mainn.active .lo-reg:before {
    background: #000;
}

.heade-sec-mainn.active .mega-menu ul li a{
    color:#3a3a3a !important;
}

.heade-sec-mainn.active .head-logo img {
    filter: none;
}
.heade-sec-mainn.active .mega-menu ul .dropdownd > a:after {
    color: #000;
}
.heade-sec-mainn.active .head-lin-btn a.lo-reg {
    color: #000;
}
.submenu-box{
    display: flex;
    gap: 20px;
    position: relative;
    padding: 20px;
    border-radius:12px;
}
.submenu-box:hover{
    background:#f4f5f8;
}
.submenu-box .submenu-icon img{
    min-width:30px;
}

.plain-btn{
    border: 1px solid #fff;
background-image:none !important;
}

.sticky .head-lin-btn a.plain-btn{
     border: none;
     background-image: linear-gradient(133deg, #000000 0%, #0147f4 50%, #000000 100%) !important;
}

.submenu-box .submenu-content h4{
    font-size: 15px;
    font-weight: 700;
}

.submenu-box .submenu-content p{
    font-size:13px;
    margin:0;
}

.banner-img{
   position: relative;
    text-align: center;
        margin-top: 4.3rem;
        z-index:2;
}
.image-1ban{
    position: absolute;
    right: -40px;
    top: 40%;
    animation:move-top-bottom 5s linear infinite;
}
@keyframes move-top-bottom {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(10px); /* Moves element down */
    }
    100% {
        transform: translateY(0px); /* Returns element to original position */
    }
}
 .image-2ban{
     position: absolute;
    left: -40px;
    bottom: 0%;
    animation:move-top-bottom-2 5s linear infinite;
 }
 @keyframes move-top-bottom-2 {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(10px); /* Moves element down */
    }
    100% {
        transform: translateX(0px); /* Returns element to original position */
    }
}
.subme-img{
    height:100%;
}
.subme-img img{
    height: 100%;
    object-fit: cover;
    border-radius:15px;
}
.squt-sec-footer{
    padding:5rem 0 20px;
}

.fotter-menu{
    padding:0;
    margin:15px 0 0;
}

.footer-menu-box h4{
    font-size:18px;
    font-weight:600;
}

.contact-adres-box h4{
    font-size:18px;
    font-weight:600;  
}

.contact-adres-box ul{
    padding:0;
    margin:15px 0 0;
}

.contact-adres-box ul li i{
    font-size:25px;
    color:#0246f7;
}
.contact-adres-box ul li{
    display: flex;
    gap: 20px;
    
}
.foter-logo .foot-clas{
       margin-bottom: 1rem;
    display: block;
}
.footer-menu-box{
    margin-left:1rem;
}
.footer-menu-box1{
     margin-left:0rem;
}
.contact-adres-box ul li:not(:last-child){
    margin-bottom:10px;
}

.fotter-menu li:not(:last-child){
    margin-bottom:10px;
}

.social-media-icon li i{
    font-size:20px;
}

.social-media-icon {
    padding: 0;
    display: flex;
    gap: 30px;
    margin: 29px 22px 0;
}

.social-media-icon li{
    position:relative;
}
.social-media-icon li:not(:last-child):before{
        position: absolute;
    content: "";
    background: #000;
    width: 0.5px;
    height: 70%;
    margin: auto 0;
    right: -15px;
    top: -8px;
    bottom: 0;
}

.coprigt-sec-main{
    margin-top: 40px;
    border-top: 1px solid #0000001c;
    padding-top: 20px;
}

.trear-contions {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    gap: 17px;
}

.coprigt-sec-main p, .fotter-menu li a, .contact-adres-box ul li a, .contact-adres-box ul li p{
    margin:0;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: 'Inter Tight';
        color: #000;
}

.whatsappicon {
    position: fixed;
    right: 10px;
    bottom:10px;
    z-index: 9999;
}

.pricing-sec-sqou{
    padding:0 0 5rem;
    position:relative;
}

.sticky .heade-sec-mainn{
    transform: translateY(0%);
    visibility: visible;
    animation: sliddown 1s;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding:10px 0;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}

@keyframes sliddown{
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}

.pricing-box-items{
    padding:25px;
}

.pricing__box-four {
    background: #f7f7f7;
    border: 1px solid #d9dfe5;
    border-radius: 32px;
    padding: 8px;
    height: 100%;
}
.pricing__box-four .pricing__box-bottom{
    padding:0 10px 10px;
}
.pricing__box-top {
    border: 1px solid #000;
    border-radius: 24px;
    background: #EEEBFF;
    padding: 16px 16px;
    height: 315px;
    display: grid;
    align-items: end;
}

.pricing__box-four .pricing__plan > p {
    font-size: 12px;
}

.pricing__list .list-wrap li{
       position: relative;
    padding-left: 25px;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.pricing__list .list-wrap li{
    margin-bottom:10px;
    font-size: 14px;
}
.pricing__list .list-wrap li:before{
    position: absolute;
    content: "\f1d8";
    font-size: 20px;
    top: -1px;
    color:#404761;
    margin: auto 0;
    bottom: 0;
    left: 0;
    font-family: flaticon_normal-icon !important;
}
.pricing__list .list-wrap{
    padding:0;
    margin:15px 0 0;
}
.pricing__price.change-subs-duration .price.annual_price {
    display: flex;
}
.pricing__price .price {
    font-size: 35px;
    align-items: flex-end;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 12px;
}
.pricing__price .price span {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 7px;
    color: #000;
}
.pricing-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 40px;
}
.pricing-tab .tab-btn {
    cursor: pointer;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    user-select: none;
    transition: 0.3s;
}
.pricing-tab .tab-btn strong {
    color: #17bd54;
    font-weight: 500;
}
.pricing-tab .pricing-tab-switcher {
    height: 24px;
    width: 48px;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    margin: 0 15px;
    transform: translateY(0px);
    cursor: pointer;
    background: #3795fc;
}
.pricing-tab .pricing-tab-switcher::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    width: 20px;
    border-radius: 50%;
    background: #ffffff;
    transition: 0.3s;
    left: 2px;
}
.pricing-tab .pricing-tab-switcher.active::before {
    left: calc(100% - 22px);
}

.pricing__box-four .pricing__plan .price-off {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    background: #ffffff;
    display: block;
    border: 1px solid #d9dfe5;
    border-radius: 4px;
    padding: 5px 7px;
    line-height: 1;
}
.pricing__box-four .pricing__plan .title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 25px;
    font-weight: 600;
    gap: 5px;
    margin-bottom: 15px;
    justify-content: space-between;
}
.pricing__box-four .pricing__price > p {
    font-size: 12px;
}

.pricing__box-four .pricing__box-top .pricing__btn .squ-seco-btn{
    max-width:unset;
    text-align:center;
    box-shadow:unset;
    padding:10px 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    position:relative;
        display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.pricing__box-four .pricing__box-top .pricing__btn .squ-seco-btn i{
        font-size: 18px;
    top: 3px;
    position: relative;
}


.pricing__price {
    position: relative;
}

.pricing__item-wrap-two .row > *:nth-child(2) .pricing__box-top {
    background: #eeebff;
}
.pricing__item-wrap-two .row > *:nth-child(3) .pricing__box-top {
    background: #F8F7D7;
}
.pricing__item-wrap-two .row > *:nth-child(4) .pricing__box-top {
    background: #DEF7EA;
}

.squ-seco-btn.first-price:hover {
      background: #fff;
    color: #000;
    
}

.pricing__box-four-first{
    background:#00022b;
}
.pricing__box-four-first .pricing__box-top{
   background:#fff; 
}

.pricing__box-four-first .pricing__list .list-wrap li{
    color:#fff;
}

.pricing__box-four-first .pricing__list .list-wrap li:before{
    color:#fff;
}


.pricing__box-four-first .pricing__plan .price-off{
    position: absolute;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 90px;
    top: 0;
    right: 0;
    font-weight: 600;
    transform: rotate(-90deg) translateX(-27%);
    box-shadow: rgba(149, 157, 165, .2) 0px 8px 24px;
}

.pricing__box-four-first .pricing__plan .price-off:before{
    content: "";
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
    border-right: 11px solid rgba(0, 0, 0, 0);
    border-left: 11px solid rgba(0, 0, 0, 0);
    position: absolute;
    left: -11px;
    top: -1px;
}

.pricing__box-four-first .pricing__box-top{
    position:relative;
    background: #00022b;
    border-color:#fff;
}

.pricing__box-four-first .pricing__plan .title{
       color: #fff;
    font-size: 18px;
}

.pricing__box-four-first .pricing__plan > p{
     color:#fff;
}

.pricing__box-four-first .pricing__price > p{
    color:#fff; 
}

.pricing__box-four-first .pricing__price .price{
    color:#fff; 
}

.pricing__box-four-first .pricing__price .price span{
    color:#fff; 
}

.pricing__box-four-first .pricing__list strong{
    color: #fff;
    font-size: 14.5px;
    letter-spacing: 0.5px;
}
.pricing__box-four-first .pricing__list, .pricing__box-four .pricing__list{
    padding-bottom:10px;
}

.pricing__box-four .pricing__list strong{
    font-size: 14.5px;
    letter-spacing: 0.5px;
}

.pricing__price .annual_price,
.pricing__price .annual_bill {
    display: none;
}

/* When toggled to annual */
.pricing__price.change-subs-duration .annual_price,
.pricing__price.change-subs-duration .annual_bill {
    display: block;
}

.pricing__price.change-subs-duration .monthly_price,
.pricing__price.change-subs-duration .monthly_bill {
    display: none;
}

.head-lin-btn .squ-prim-btn{
    padding: 10px 30px;
    /* font-size: 12px; */
    font-weight: 400;
}

.call-icons{
    display:none;
}

/*=============================================
=  Demo Showcase Sliding Panel Animation
=============================================*/
.demo-showcase-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #eaeceb;
    z-index: 999999;
    padding: 30px;
    box-sizing: border-box;

    transform-origin: center center;
    backface-visibility: hidden;
    will-change: transform, opacity, filter;
    transition:
      transform 0.9s cubic-bezier(0.23, 1, 0.32, 1),
      opacity 0.9s cubic-bezier(0.23, 1, 0.32, 1),
      filter 0.9s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Hidden state */
.demo-showcase-closed {
    transform: translateX(100%) scale(0.65) rotateY(20deg);
    opacity: 0;
    filter: blur(22px);
}

/* Open state */
.demo-showcase-open {
    transform: translateX(0) scale(1) rotateY(0deg);
    opacity: 1;
    filter: blur(0px);
}

#demo-showcase-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 68px;
    height: 68px;
    border: 8px solid #fff;
    background: #1b1b1b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: 0.3s ease-in-out;
}



#demo-showcase-close svg {
    stroke: #fff;                /* White X */
    width: 22px;
    height: 22px;
}
/*=============================================
=  Demo Button (fixed on right side)
=============================================*/
.demo-bokk-btn {
    writing-mode: sideways-lr;
    text-orientation: mixed;
    background-color: #de4a40;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 12px;
    border: none;
    padding: 5px;
    
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}
.affialte-stule{
   position: fixed;
    right: 0;
    top: 120px;
    z-index: 99999;
    display: grid;
    gap: 10px;
}
.demo-bokk-btn img {
    display: block;
}
.demo-bokk-btn span {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding: 3px 5px;
    letter-spacing: 0.5px;
}
.squ-prim-btn i {
    display: inline-block;
    margin-right: 8px;      
    transition: transform .3s ease;
    transform: rotate(90deg);
}

.secondary-btn{
    background: #ffffff !important;  
    color: #000000 !important;         
    border-radius: 50px;
   padding: 10px 18px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
     border: 1px solid #fff;
    gap:10px;
    max-width: fit-content;
    letter-spacing: 0.5px;
    box-shadow: 0 .5rem 1rem -.1rem rgba(0, 0, 0, .15); 
}
.secondary-btn-2{
        background: transparent !important;
    color: #fff !important;
   
}
.secondary-btn i {
    color: #000000 !important;       
    display: inline-block;
    transition: transform .3s ease;
    transform: rotate(90deg);
}

 #typed-box{
                
    padding: 4px 12px;
    display: flex;
    align-items: center;
    min-height: 58px;           
    line-height: 58px;         
  }

  /* The typed text inside the box */
  #typed {
    font-size: 48px;    
     /*background: #003b54;*/
    color: #fff; 
    font-weight: 700;
    display: block;
    vertical-align: middle;
    line-height: 1.2;            
    padding:0 0.5rem;
    transform-origin: left center;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
  }

  .typed-cursor {
    color: #f0f2f4ad !important;  
    font-size: 48px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    animation: typedBlink 1s steps(2,end) infinite;
  }
  @keyframes typedBlink {
    0%,49% { opacity: 1; }
    50%,100% { opacity: 0; }
  }

.highlight-tag {
   color: #0e384c;
    display: inline-block;
    margin: 5px 0 18px;
    font-size: 15.5px;
    font-weight: 500;
    border-radius: 8px;
    line-height: 20px;
    font-style: italic;
}

.ext-icon {
    width: 32px;        
    height: 32px;
    object-fit: contain;
}

.ext-title {
    display: flex;
    align-items: center;
    gap: 10px;        
    font-size: 20px;
    font-weight: 700;
}

.bene-extra {
    text-align: center;
    padding: 100px 20px 0;
   position:relative;
}

.bene-extra h4 {
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.bene-extra p {
    font-size: 18px;
    color: #b9c8cf;
    margin-bottom: 30px;
}

/* Button */
.trial-btn, .trial-btn:visited {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    padding: 14px 30px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.2);
    border:0;
}

.trial-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 12px rgba(0,0,0,0.25);
}

.g-icon {
    width: 20px;
    height: 20px;
}

.no-card {
    display: block;
    margin-top: 15px;
    color: #ccc;
    font-size: 15px;
}

.bene-extra::before {
    content: "";
    position: absolute;
    background-image: url(../image/bg/man-trigger.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 144px;
    height: 172px;
    left: 23%;
    bottom: -90px;
    opacity: 0.95;
    filter: invert(100%) brightness(200%) contrast(100%);
}

.bene-extra::after {
    content: "";
    position: absolute;
    background-image: url(../image/svg/scrible.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 35px;
    right: 25%;
    top: 75%;
    filter: invert(75%) brightness(160%);
}

.asin-tools-box {
    padding: 60px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.18);
   box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    text-align: center;
}

.asin-tools-box h2 {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 10px;
}

.asin-tools-box p {
    margin-bottom: 40px;
}

.asin-card {
    padding: 25px;
    border-radius: 20px;
    background: #f4f5f8;
    text-align: left;
    margin: 0 auto; 
}

.asin-card h4 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.4rem;
}

/* INPUT */
.asin-card input {
        width: 100%;
    padding: 12px 15px;
    border-radius: 12px;
    border: 1px solid rgb(75 74 74 / 20%);
    background: #fff;
    color: #3a3a3a;
    outline: none;
    margin-bottom: 15px;
}

/* BUTTON */
.btn-blue {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    border: none;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #1b6179, #017aa3);
    box-shadow: #017aa380 0px 4px 12px;
    cursor: pointer;
    transition: 0.25s;
}

.btn-blue:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(59, 149, 255, 0.55);
}

.coprigt-sec-main .xcodefix {
    font-size:14px;
}

.trear-contions li{
    font-size:14px;
}

.home-cta-sec {
    padding: 2rem 0;
    position: relative;
}

.sec-cta-main {
    background: #0e0e11;
    border-radius: 40px;
    padding: 103px 40px;
    position: relative;
    overflow: hidden;
}
.sec-cta-main {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
}

.sec-cta-main::before {
    content: "";
    position: absolute;
    top: -128px;
    left: -107px;
    width: 755px;
    height: 700px;
    background-image: url(../image/home/background-circle.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(0px);
    opacity: 1;
    z-index: 0;
    transform: rotate(268deg);
}

.asin-card input::placeholder {
    color: #ffffff8f !important;
    opacity: 1;
}

.sec-cta-main > * {
    position: relative;
    z-index: 2;
}



.home-cta-sec .section-title {
    position: relative;
    z-index: 2;
    text-align: center;
}

.home-cta-sec .section-title .sec-big-title {
    color: #fff;
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
}

.home-cta-sec .section-title p {
    color: #d7d7d7;
    font-size: 18px;
    margin-bottom: 40px;
}
.search-bar {
    display: flex;
    justify-content: center; 
    align-items: center;
    width: 100%;
    gap: 20px;
    margin-top: 20px;
}

/* SECTION BACKGROUND */
.research-demo {
    padding: 2rem 0;
}

.lookup-reverse input::placeholder { color: #ffffff8f; }
.lookup-reverse input::-webkit-input-placeholder { color: #ffffff8f; }
.lookup-reverse input:-ms-input-placeholder { color: #ffffff8f; }
.lookup-reverse input::-ms-input-placeholder { color: #ffffff8f; }

.product-demo .sec-big-title {
    color: #fff;
    margin-bottom: 12px;
}

.research-demo p {
       color: #c1b9b9;
    font-size: 16px;
    margin-bottom: 40px;
    text-align: center;
}

.tab-searching-concept {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.tab-search-btn {
    padding: 12px 28px;
    font-size: 16px;
    border-radius: 12px;
    background: rgba(255,255,255,0.07);
    border: none;
    color: #e4ecff;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: inset 0 0 10px rgba(255,255,255,0.04),
                0 4px 10px rgba(0,0,0,0.2);
}

.tab-search-btn.active {
    background: linear-gradient(135deg, #0081a8, #02b6e7);
    color: #fff;
}


.search-input-box {
    display: flex;
    align-items: center;
    width: 500px;
    padding: 16px 25px;
    background: rgba(255,255,255,0.12);
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.18);
}

.search-icon {
    font-size: 20px;
    margin-right: 10px;
}

.search-input-box input {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    font-size: 16px;
    color: #fff;
}

.search-input-box input::placeholder {
    color: #d0dcf8;
}

.analyze-btn {
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    background: linear-gradient(135deg, #0081a8, #02b6e7);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    transition: 0.3s;
}

.analyze-btn:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

.product-demo {
     background: linear-gradient(165deg, #0d1833, #292929);
     padding: 60px;
     border-radius: 30px;
}

.maintain-bar {
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}

.lookup-reverse {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 24px;
    justify-content: center;
}

.lookup-reverse input {
    padding: 12px 20px;
    width: 300px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    outline: none;
}
.lookup-reverse button {
    padding: 12px 28px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    color: #fff;
    background: rgb(255 255 255 / 19%);
    transition: 0.3s ease;
}
/*.lookup-reverse button.active {*/
/*    background: linear-gradient(90deg, #3b6cd8, #1d4ed8);*/
/*}*/
.head-logo.mobile-logo{
        display:none;
}

.contact-sqautio .left-contactbox {
      background: #f5f7fa;
  border-radius: 25px;
  padding: 40px 30px;
  display: flex;
  align-items: center;
      margin-top: 2rem;
              min-height: 270px;
              
}



.contact-sqautio .icon-leftside {
  text-align: center;
}

.contact-sqautio .icon-circle {
  align-items: center;
  margin: 0 auto 18px;
}



.contact-sqautio .icon-leftside h4 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}


.contact-sqautio .contact-form {
    background: #ffffff;
    padding: 45px 50px;
    border-radius: 25px;
    background-color: #f5f7fa;
    height: 100%;
}

.contact-sqautio .contact-form label {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 8px;
}

.contact-sqautio .form-input {
  width: 100%;
  height: 54px;
  border-radius: 30px;
  border: 1px solid #e5e7eb;
  padding: 0 22px;
  margin-bottom: 22px;
}

.contact-sqautio .form-input::placeholder {
  color: #9ca3af;
}

.contact-sqautio .form-input:focus {
  border-color: #c4b5fd;
}

.contact-sqautio .form-textarea {
  width: 100%;
  min-height: 140px;
  border-radius: 22px;
  border: 1px solid #e5e7eb;
  padding: 18px 22px;
  margin-bottom: 30px;
}


.contact-sqautio .form-textarea:focus {
  border-color: #c4b5fd;
}

.contact-sqautio .squ-prim-btn {
    border: none;
    padding: 15px 44px;
}  


.contact-sqautio .contacted-button{
    border: none;
    display: flex;
    justify-content: center;
   
    
}  

.left-contact-side {
    padding-top:30px;
}

.contact-card {
  background: #f5f7fa;
  border: 1px solid #e6e8ec;
  border-radius: 20px;
  padding: 32px 28px;
  height: 85%;
  transition: all 0.3s ease;
}


.contact-icon {
  width: 56px;
  height: 56px;
  background: #00022b; /* same green tone */
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.contact-icon img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.contact-title {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 6px;
}

.contact-subtitle {
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 12px;
}

.contact-link {
  font-size: 15px;
  font-weight: 500;
  color: #111827;
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}


.contact-sqautio .option-input{
        width: 100%;
    height: 54px;
    border-radius: 30px;
    border: 1px solid #e5e7eb;
    padding: 0 22px;
    margin-bottom: 22px;
    color: #9ca3af;
}

.why-essential-secc{
    padding:5rem 0;
    position:relative;
}
.why-essential-secc .essenti-round {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color:#00022b;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.why-essential-secc .essenti-round img{
    width: 38px;
    height: 38px;
    filter: brightness(0) invert(1);
}
.why-essential-secc .essential-box h4{
    font-size:19px;
    font-weight:500;
}
.why-essential-secc .essential-box{
    border: 1px solid #c5c1c1;
    border-radius: 24px;
    padding: 30px;
    height: 100%;
}
.why-essential-secc .essential-box p{
    margin:0;
}
.why-essential-secc .row{
    row-gap:30px
}
.amazon-sellers-list {
    list-style: none;
    padding-left: 0;
}

.amazon-sellers-list li {
     position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
    font-family: "DM Sans", sans-serif;
}

.amazon-sellers-list li::before {
   content: "\f10a";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    left: 0;
    top: 5px;
   color: #005979;
    font-weight: 900;
    font-size: 14px;
    line-height: 1.2;
}
.benefits-boxx-secc .section-tile-box {
    margin-bottom: 27px;
}



.loaction-key-secc .key-box {
    padding: 20px 25px;
    border-right: 1px solid #c5c1c1;
    height: 95%;
}


.loaction-key-secc .key-box.no-border {
  border-right: none;
}

.loaction-key-secc .key-value {
  display: flex;
  align-items: center;
  font-size: 45px;
  font-weight: 700;
  color:#003c57;
  margin-bottom: 10px;
}

.loaction-key-secc .arrow-up {
  color: #1db954;
  font-size: 32px;
  margin-right: 8px;
}

.loaction-key-secc .key-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.loaction-key-secc .arrow-up::before {
     content: "\f12a";
    font-family: flaticon_normal-icon !important;
    color: #0fbc49; 
    font-size: 28px;
    margin-right: 8px;
}

.supports-squatio {
    padding:4rem 0;
}

.blog-breadcrumb-sec{
    padding: 4rem 0 0;
    position: relative;
    background: radial-gradient(circle at left top, rgba(140, 234, 251, 0.45) 0%, #ffffff 32%, #e9eff3 62%, #f6f8fa 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
    height: 280px;
 display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.blog-breadcrumb-sec.common-blogg {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}
.blog-breadcrumb-sec .sec-big-title {
        font-size: 32px;
     margin-bottom: 30px;
}
.blog-breadcrumb-sec .beadcrumb-navication{
    border-bottom:none;
    margin-bottom: 0;
  justify-content: center;
      margin: 0 auto;
}

.blog-breadcrumb-sec .beadcrumb-navication li.active {
    color: #0048f5;
}


.blog-listing-sec{
    padding:5rem 0;
    position:relative;
}

.lisiting-card{
    padding: 16px 16px 22px;
    border: 1px solid #d8dde1;
    border-radius: 16px;
    transition: all 0.3s ease;
    height: 100%;
}

.lisiting-card a {
    overflow: hidden;
}
.lisiting-card .image-wrap{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}


.blog-listing-sec .lisiting-card img{
    border-radius: 12px;
    margin-bottom: 22px;
     display: block;
     width: 100%;
     transition: transform 0.4s ease;
}


.blog-badge{
    position: absolute;
    top: 14px;
    left: 14px;
    background: #0a1b3d;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

/* Title */
.lisiting-card .sec-blog-title{
    font-size: 20px;
    margin-bottom: 24px;
}

.blog-listing-sec .sec-blog-title a{
    font-weight: 600;
    font-size:20px;
    transition: color 0.3s ease;
}

.blog-listing-sec .lisiting-card .learn-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    font-size: 15px;
    font-weight: 500;
    color: #0a1b3d;
    text-decoration: none;
}

 .learn-more span:first-child {
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor, currentColor);
    background-size: 100% 1px;
    background-position: 100% 100%;
    transition: 
        background-size .42s cubic-bezier(.49, .49, .08, 1),
        color .27s ease-out;
}

 .learn-more:hover span:first-child {
    background-size: 0 1px;
}
.blogg-side-bar-secc .learn-more{
     margin-top: 11px;
    display: block;
}

 .learn-more:hover {
   background-image: linear-gradient(to right, #00324a 0%, #006b8f 45%, #00d4ff 100%) !important;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


.blog-listing-sec .section-tile-box-2{
    margin-bottom:50px;
}
.blog-listing-sec .sec-blog-title a:hover{
       color: rgb(1 70 247);
}

.lisiting-card:hover .blog-badge{
  background-image: linear-gradient(133deg, #000000 0%, #0147f4 50%, #000000 100%) !important;
    color: #fff;
}
.blog-listing-sec .row{
    row-gap:30px
}
.lisiting-card:hover img {
   transform: scale(1.03);
     border-radius: 12px;
}
.blog-listing-sec h2{
    margin-bottom: 40px;
}
/*.blog-main-sec .*/









 .blog-cards-icon{
        margin-bottom: 30px;
}
.blog-detail-tabele table {
    width: 100%;
    border-collapse: collapse; 
    margin: 24px 0;
    font-size: 16px;
}


.blog-detail-tabele thead th {
    background-color: #00022b;
    color: #ffffff;
    padding: 16px;
    text-align: center; /* centered heading */
    font-weight: 600;
    border: 1px solid #00022b;
}
.services-blog .sec-big-title,
.policy-comp .sec-big-title,
.services-ypes .sec-big-title,
.optimize-services .sec-big-title,
.showcasing-product .sec-big-title,
.testing-servicess .sec-big-title,
.common-mistakes .sec-big-title,
.enhance-quality .sec-big-title,
.befff-box .sec-big-title

{
    font-size: 29px;
    margin-bottom: 25px;
}
.services-types strong {
    font-weight: 700; 
}

.detail-blgt{
    font-size:20px;
 margin-bottom: 9px;
}
.blog-detail-tabele tbody td {
    padding: 16px;
    text-align: center; 
    vertical-align: middle;
    border: 1px solid #e0e4e8; 
}


.blog-detail-tabele tbody tr:nth-child(odd) td {
    background-color: rgb(245, 247, 250);
}

.blog-detail-tabele tbody tr:nth-child(even) td {
    background-color: #ffffff;
}
.blog-detail-tabele tbody td {
    background-color: transparent;
}

.right-box-blog p{
    text-align:justify;
}

/*.optimize-services .extension-point,*/
/*.showcasing-product .extension-point,*/
/*.testing-servicess .extension-point,*/
/*.common-mistakes .extension-point,*/
/*.enhance-quality .extension-point {*/
/*  margin-bottom: 30px;*/
/*}*/

/*.optimize-services .detail-blgt,*/
/*.showcasing-product .detail-blgt,*/
/*.testing-servicess .detail-blgt,*/
/*.common-mistakes .detail-blgt,*/
/*.enhance-quality .detail-blgt {*/
/*  font-size: 19px;*/
/*  margin-bottom: 9px;*/
/*  font-weight: 600;*/
/*}*/

.quote-box {
    border-left: 4px solid transparent; 
    background-color: #f5f7ff;          
    padding: 20px 20px 20px 25px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 20px;

    
}
.quote-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px; 
    height: 100%;
    background-image: linear-gradient(to right, #00324a 0%, #006b8f 45%, #00d4ff 100%) !important;
    border-radius: 4px 0 0 4px;
}
.quote-box::after {
    content: "”"; 
    font-size: 36px;
    color: #006b8f; 
    position: absolute;
    bottom: 10px;
    right: 15px;
}
.quote-box h3{
    font-size: 29px;
    margin-bottom: 25px;
}
.quote-box .case-title{
     margin-bottom: 13px;
    display: block;
}

.tabele-boxss {
  background: #f5f7ff;
  padding: 24px;
  border-radius: 14px;
 position: sticky;   
  top: 100px;
  width: 100%;
}
.tabele-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align:center;
}

.toc-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}

.toc-categories li {
  background: #ffffff;
  padding: 16px 18px;
  margin-bottom: 14px;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.toc-categories li:hover,
.toc-categories li.active {
background-image: linear-gradient(133deg, #000000 0%, #0147f4 50%, #000000 100%) !important;
    color: #fff;
}

.blog-cards-icon img{
    width:100%;
}

.right-box-blog .sec-big-title{
    margin-bottom:20px;
    font-size:29px;
}
.blog-main-sec{
    position:relative;
    padding:4rem 0;
}

.post-navigation {
  background: #f5f7ff;
  border-radius: 14px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    margin-top: 39px;
}

.post-navigation .post-nav {
  display: flex;
  gap: 12px;
}

.post-navigation .post-title {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0;
  color: #0a0a0a;
   white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-nav:hover .post-title {
  color: #017aa3;
}
.post-navigation .arrow {
  width: 42px;
  height: 42px;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  color: #111111;
  background: transparent;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.post-navigation .post-nav:hover .arrow {
background-image: linear-gradient(133deg, #000000 0%, #0147f4 50%, #000000 100%) !important;
 
  color: #ffffff;
}

.post-navigation c.post-nav.next {
  justify-content: flex-end;
  text-align: right;
}

.post-navigation .post-nav.center {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  /*border: 1px solid #e5e7eb;*/
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.post-navigation .post-nav.center img {
  width: 22px;
  height: 22px;
  transition: filter 0.3s ease;
}
.blog-iconsss{
    position:relative;
}
.blog-iconsss {
  width: 22px;
  height: 22px;
  background-image: url("../image/svg/blog.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; /* or cover */
}
.blog-iconsss:hover {
 filter: invert(37%) sepia(99%) saturate(7494%) hue-rotate(224deg) brightness(94%) contrast(107%);
}

.post-navigation .post-nav.center:hover img {
  background-image: linear-gradient(to right, #00324a 0%, #006b8f 45%, #00d4ff 100%) !important;
}

.service-company .sec-big-title{
    margin-bottom:20px;
}


.blogg-side-bar-secc .blog-card {
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
}

.blogg-side-bar-secc .blog-thumb img {
  width: 100%;
  object-fit: cover;
  padding-right:2px;
}

.blogg-side-bar-secc .blog-text {
  padding: 16px 18px 20px;
}

.blogg-side-bar-secc .blog-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  margin: 0 0 20px;
}

.blogg-side-bar-secc .blog-title a:hover {
  color: rgb(1 70 247);
}
.section-tile-box h4{
    font-size:24px !important;
}
.case-group .sec-big-title{
    font-size:30px;
    margin-bottom:20px;
}
.case-group p{
    margin:0;
}
.blogg-side-bar-secc .blog-date {
  font-size: 14px;
    color: #6b7280;
    margin-bottom: 14px;
    display: block;
}

.blogg-side-bar-secc .blogSidebarSwiper .swiper-pagination {
  margin-top: 20px;
  position: static;
}

.blogg-side-bar-secc .blogSidebarSwiper .swiper-pagination-bullet {
  background: #d1d5db;
  opacity: 1;
}

.blogg-side-bar-secc .blogSidebarSwiper .swiper-pagination-bullet-active {
  background: #0147F5;
}
.blogg-side-bar-secc .blogg-side-bar-secc{
    padding:4rem 0;
    position:relative;
}
.blogg-side-bar-secc .blog-card{
    border:1px solid #ccc;
}
.blogg-side-bar-secc .blog-card p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  overflow: hidden;
  text-overflow: ellipsis;
  margin:0;
  line-height: 1.5;
}

.care-featur-img img{
    width:100%;
}

.specific-icon {
    position: relative;
}

.specific-icon::before {
    content: "";
    /*background-image: url("../image/about/one.svg");*/
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(99deg) brightness(102%) contrast(103%);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;      /* adjust size */
    height: 25px;
    display: block;
    margin-bottom: 6px; 
}

.main-list li:nth-of-type(1) .specific-icon::before {
    background-image: url("../image/about/one.svg");
}

.main-list li:nth-of-type(2) .specific-icon::before {
    background-image: url("../image/about/2.svg");
}

.main-list li:nth-of-type(3) .specific-icon::before {
    background-image: url("../image/about/three.svg");
}

.main-list li:nth-of-type(4) .specific-icon::before {
    background-image: url("../image/about/four.svg");
}
.main-list li:nth-of-type(5) .specific-icon::before {
    background-image: url("../image/about/five.svg");
}



.blog-more {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

/* underline only text */
.blog-more .text {
    text-decoration: underline;
}

/* arrow icon */
.blog-more .arrow {
    margin-left: 10px; /* FIXED spacing */
    display: inline-flex;
    gap:10px;
}

.blog-more .arrow::before {
    content: "\f102";
    font-family: "flaticon_normal-icon" !important;
    transition: transform 0.3s ease;
}

.blog-more:hover{
    color:#0046f6;
}

.mega-menu > ul > li > a:before {
    background-color: white;
}

 .mega-menu > ul > li > .active:before {
    width: 100%;
}

.mega-menu > ul > li > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 0;
    left: 0;
    background-color: #fff;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

.megamenucl-active .mega-menu > ul > li > a:before{
     background-color: #000;
      bottom: 0px;
}

.megamenucl-active .mega-menu > ul > li.dropdownd > a:before{
     background-color: #000;
      bottom: 29px;
}

.sticky .mega-menu > ul > li > a:before {
    background-color: #000;
  
}

/*.submenu-box {*/
/*    display: block; */
/*}*/

.submenu-box:hover,
.submenu-box.active {
    background: #f4f5f8;
}



.squatio-offers{
    background:#fff;
    padding: 20px;
    border-radius: 10px;
    height: 100%;

}


.why-shapes {
    width: 100%;
    height: 130px;
    padding: 10px 0;
    position: relative;
}

.why-cotnent {
    padding-top:1.5rem;
}

.why-shapes img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* MASK */
  -webkit-mask-image: url("../image/about/service-image-shape-1.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;

  mask-image: url("../image/about/service-image-shape-1.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}

.why-cotnent h4 {
   font-size:19px; 
   font-weight:600;
}


.why-shape-secondary img {
     -webkit-mask-image: url("../image/about/service-image-shape-2.svg");
       mask-image: url("../image/about/service-image-shape-2.svg");
}

.why-shape-third img {
     -webkit-mask-image: url("../image/about/service-image-shape-3.svg");
       mask-image: url("../image/about/service-image-shape-3.svg");
}

.pricing-tag {
  position: relative;
  padding: 30px;
  overflow: hidden;
 
  margin: 0 auto;

  background-image: url("../image/about/pricing-amazon-software.webp"); 
  background-size: cover;
  background-position: center;
}


.pricing-tag::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.45) 45%,
    rgba(0, 0, 0, 0.15) 100%
  );
  z-index: 1;
}

/* CONTENT ABOVE OVERLAY */
.pricing-tag .row {
  position: relative;
  z-index: 2;
}

/* LEFT CONTENT STYLING */
.pricing-tag .section-tile-box h3 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.pricing-tag.section-tile-box ul {
  padding-left: 18px;
}

/* .listing-price li {*/
/*  color: #FFF;*/
 
/*  line-height: 1.8;*/
/*}*/


.listing-price li {
  position: relative;
  padding-left: 28px; 
  margin-bottom: 10px;
  line-height: 1.6;
  color: #FFF;
   font-size: 16px;
}

.listing-price li::before {
  content: "\f130";
  font-family: flaticon_normal-icon !important;

  position: absolute;
  left: 0;
  top: 4px;

  font-size: 14px;
  color: #fff; 

  line-height: 1;
}


.specific-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 14px 36px;
  border-radius: 999px;

  background: #ffffff;
  color: #0f4c81;

  font-size: 16px;
  font-weight: 600;
  text-decoration: none;

  border: 2px solid #e5e7eb;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);

  transition: all 0.35s ease;
}


/*.about-feature {*/
/*  list-style: none;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*}*/

.about-feature li {
    position: relative;
    padding-left: 46px;
    margin-bottom: 20px;
    line-height: 1.6;
}


.about-feature li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;

  width: 30px;
  height: 30px;

  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}


.about-feature li:nth-child(1)::before {
  background-image: url("../image/about/analytics-research.svg");
}

.about-feature li:nth-child(2)::before {
  background-image: url("../image/about/keyword-research.svg");
}

.about-feature li:nth-child(3)::before {
  background-image: url("../image/about/tracking.svg");
}

.about-feature li:nth-child(4)::before {
  background-image: url("../image/about/optimization-key.svg");
}

.about-feature li:nth-child(5)::before {
  background-image: url("../image/about/forecast-analytics.svg");
}

.about-feature li:nth-child(6)::before {
  background-image: url("../image/about/profitably.svg");
}


.what-success-looks {
    background-image: url(../image/bg/colored-bg.webp);
    padding:5rem 0;
}

.looking-view .sec-big-title{
    color:#fff;
    font-size:25px;
 margin-bottom: 20px;
}

.looking-view {
    padding:42px;
    opacity: 1;
    filter: blur(0px);
    translate: none;
    transform: translate(0px, 0px);
    background-color: color-mix(in oklab, #000 35%, transparent);
    height:100%;
}

.looking-view p{
    color:#fff;
}



.intro-sec-main .lo-reg {
    color:#000;
}

.intro-sec-main .lo-reg:before {
    background: #000;
  
}


.demo-showcase-closed {
  opacity: 0;
  pointer-events: none;
  transform: translateY(40px);
}

.demo-showcase-container:not(.demo-showcase-closed) {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

#demo-showcase-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #111;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  color: #fff;
}

.demo-showcase-content {
    max-width: 100%;
    margin: auto;
    width: 1000px;
    height: 100%;
    position: absolute;
    max-height: fit-content;
    background: #fff;
    left: 50%;
    top: 50%;
    border-radius: 14px;
    transform: translate(-50%, -50%);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Title */
.demo-showcase-content .section-tile-box {
  position: relative;
  text-align: center;
  padding: 30px 20px;
}

.demo-showcase-content.sec-big-title {
  font-size: 32px;
  font-weight: 700;
}


.demo-showcase-content .section-tile-box {
  position: relative; /* REQUIRED for pseudo-elements */
}

/* Left star */
.demo-showcase-content .section-tile-box::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background: url("../image/svg/star.svg") no-repeat center / contain;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
}

/* Right star */
.demo-showcase-content .section-tile-box::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background: url("../image/svg/star.svg") no-repeat center / contain;
  right: 8%;
  top: 20%;
}



/* Card */
.demo-card {
  border-top: 1px solid #eee;
}

/* LEFT PANEL */
.demo-left {
  background: #1f2b4d;
  color: #fff;
  padding: 50px;
}

.demo-left h4 {
  font-size: 24px;
  margin-bottom: 16px;
}

.demo-left p {
  opacity: 0.85;
  line-height: 1.6;
  color:#fff;
}

/* Host */
.host-box {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 40px;
}

.host-box img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

.host-box span {
  display: block;
  font-size: 14px;
  opacity: 0.8;
}

/* RIGHT PANEL */
.demo-right {
  padding: 35px;
}

.form-title {
  font-size: 24px;
  margin-bottom: 6px;
}

.form-subtitle {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}

/* Form */
.demo-form .form-control {
  border-radius: 8px;
}

.demo-form input.form-control {
  height: 55px;
  border-radius: 8px;
}
.demo-form select.form-control {
  height: 55px;

}

.demo-form textarea {
  height: auto;
}

.btn-submit {
  padding: 14px;
  background: #006b8f;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
}

/* Email text */
.email-text {
  text-align: center;
  font-size: 14px;
  margin-top: 16px;
}

.email-text a {
  color: #006b8f;
  text-decoration: none;
}

.head-lin-btn .aff-btn {
  border:1px solid #ccc;
    border-radius: 50px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    max-width: fit-content;
    color: #000;
    font-family: 'DM Sans';
}
    
/* WhatsApp icon */
.solution-cta-btn .whatsapp::before {
    background-image: url("../image/svg/whatsapp-icon.svg");
}

/* Phone icon */
.solution-cta-btn .phone::before {
    background-image: url("../image/svg/telephone-call.svg");
}

.solution-cta-btn .main-btn::before {
    content: "";
    position: absolute;
    left: 18px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


/* Base button */
.solution-cta-btn .main-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px 12px 48px; /* space for icon */
    border-radius: 30px;
    background: #fff;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}


.location-list {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.location-list li {
    position: relative;
    font-size: 14px;
    padding-left: 20px; /* space for line */
}

/* vertical separator line */
.location-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: #ccc;
}

/* remove line for first item */
.location-list li:first-child::before {
    display: none;
}

.location-list a {
    text-decoration: none;
    color: #000;
}

.terms-condition{
    padding: 7rem 0 0;
}
.terms-condition ul{
   margin-bottom:35px; 
}

.terms-condition p{
       margin-bottom:35px; 
}

.terms-main h4{
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
}

.terms-condition ul li::before {
    content: "\f130";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    left: 0;
    top: 0px;
    width: 24px;
    height: 24px;
    background: #3f4661;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}


.terms-condition li {
    position: relative;
    padding-left: 42px;
    margin-bottom: 15px;
}


.banner-btn-get .squ-prim-btn {
    border: 1px solid;
    box-shadow: none;
    background-image: none !important;
}


.megamenucl-active .head-lin-btn a.plain-btn {
    border: none;
    background-image: linear-gradient(133deg, #000000 0%, #0147f4 50%, #000000 100%) !important;
}

label.error{
    color:red;
    font-size:13px;
}


.error-page{
    padding: 6rem 0 3rem;
}

.success-page{
    padding: 6rem 0 2rem;
}

.main-extension-sec {
    padding: 1rem 0 3rem;
}