.product-card,
.product-card * {
  color: #ffffff !important;
}


.asin-card input {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
}

#asinResult h3,
#reverseResult h3,
#reverseResult strong {
  color: #e5e7eb;
}

#asinResult p,
#reverseResult p {
  color: #000;
  margin-bottom: 8px;
}

/* RESULT CONTAINERS */
#asinResult,
#reverseResult {
  margin-top: 25px;
  padding: 24px;
  background: #0f172a;          /* dark background */
  border-radius: 16px;
  color: #ffffff;               /* white text */
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* PRODUCT CARD */
.product-card {
  background: linear-gradient(145deg, #111827, #020617);
  padding: 22px;
  border-radius: 18px;
  color: #ffffff;
}

/* CARD TITLE */
.product-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
}

/* CARD TEXT */
.product-card p {
  color: #cbd5e1;
  margin: 6px 0;
  font-size: 14px;
}

/* OPPORTUNITY SCORE */
.opportunity-score {
  margin-top: 12px;
  padding: 10px 14px;
  background: rgba(56, 189, 248, 0.15);
  border-radius: 10px;
  color: #38bdf8;
  font-weight: 600;
}

/* REVERSE ASIN LIST */
.reverse-list {
  color: #e5e7eb;
}

.reverse-list strong {
  color: #ffffff;
}

.reverse-list ul {
  margin: 8px 0 16px;
  padding-left: 18px;
}

.reverse-list li {
  color: #cbd5e1;
  margin-bottom: 6px;
}


#asinResult,
#reverseResult {
  display: none;
}

.search-input-box {
  position: relative;
}

.example-text {
  margin-top: 8px;
  display: flex;
  align-items: center;
justify-content: center;
  gap: 8px;
  font-size: 14px;
  color: #cbd5e1;
  
}

.example-text span {
  cursor: pointer;
  opacity: 0.85;
}

.example-text span:hover {
  opacity: 1;
text-decoration:none;
}

.copy-btn {
  background: rgba(255,255,255,0.08);
  border: none;
  padding: 6px;
  border-radius: 6px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copy-btn:hover {
  background: rgba(255,255,255,0.15);
}

.copy-btn::before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("../image/svg/copy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(304deg) brightness(108%) contrast(105%);
}


/*main*/

* ---------- RESULTS ---------- */
#searchResults {
  display: none;
  max-width: 1000px;
  margin: 40px auto 0;
}

.results-header {
  display: flex;
  justify-content: space-between;
  color: #a8c0e0;
  margin-bottom: 20px;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  align-items: stretch;
  width: 100%;
}


/* ---------- CARD ---------- */
.product-card {
  background: linear-gradient(180deg, #163a66, #102f52);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,.3);
  text-align: center;
}

.product-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 14px;
  border-radius: 14px;
  background: linear-gradient(180deg, #5b8cff, #3b82f6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.product-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.product-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}

.metric {
  background: rgba(255,255,255,0.08);
  padding: 12px;
  border-radius: 10px;
}

.metric-value {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.metric-label {
  font-size: 12px;
  color: #b6c8e6;
}

.metric.full {
  grid-column: span 2;
}

/* ---------- SCORE ---------- */
.opportunity-score {
  margin-top: 18px;
  padding: 12px;
  border-radius: 12px;
  font-weight: 700;
 background: linear-gradient(135deg, #0081a8, #02b6e7);
}

/* ---------- NO RESULTS ---------- */
.no-results {
  text-align: center;
  padding: 70px;
  color: #9fb3d1;
}


/*next one*/
.asin-result {
  margin-top: 30px;
  padding: 40px;
  border-radius: 20px;
  background: linear-gradient(180deg, #1f3c68, #162c4f);
  color: #fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.4);
  animation: fadeUp .4s ease;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-icon {
  width: 70px;
  height: 70px;
  background: #4a74c9;
  border-radius: 18px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 35px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.stat-card {
  background: rgba(255,255,255,0.08);
  padding: 22px;
  border-radius: 16px;
  text-align: center;
}

.stat-value {
  font-size: 28px;
  font-weight: 700;
}

.stat-label {
  font-size: 14px;
  opacity: .8;
}

.meta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.meta-pill {
  background: rgba(255,255,255,0.12);
  padding: 10px 16px;
  border-radius: 30px;
  font-size: 14px;
}

.score-btn {
  display: block;
  margin: 0 auto;
 background: linear-gradient(135deg, #0081a8, #02b6e7);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 40px;
  width: fit-content;
}

.beadcrumb-sec{
    padding:8rem 0;
    position:relative;
    background: radial-gradient(circle at left top, rgb(140 234 251 / 50%) 0%, #ffffff 30%, #dbe5ea 65%, rgb(144 238 255 / 68%) 100%);
    mask-image: linear-gradient(0deg, transparent 0, #000 10%, #000 90%, transparent) !important;
}

.beadcrum-box-main{
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.beadcrum-box-main h1{
    font-size: 35px;
    font-weight: 600;
}
.beadcrum-box-main ul {
 background: linear-gradient(180deg, #ffffff, #f3f4f6);
    padding: 12px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    display: flex;
    max-width:fit-content;
    margin:20px auto 0;
}

.beadcrum-box-main ul li {
    position: relative;
    font-size: 15px;
    color: #555;
}

.beadcrum-box-main ul li:not(:last-child){
     padding-right: 26px;
}

.beadcrum-box-main ul li:not(:last-child)::before {
    font-family: flaticon_normal-icon !important;
    content: "\f108";
    position: absolute;
    font-size: 14px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #b5b5b5;
}

.beadcrum-box-main ul li a {
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #3a3a3a;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.intro-sec-main {
  padding: 8rem 0 5rem;
  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%
  );
}


.beadcrum-box-main ul li.active {
    background: radial-gradient(circle at left top, rgb(140 234 251 / 50%) 0%, #ffffff 30%, #dbe5ea 65%, rgb(144 238 255 / 68%) 100%);
}

.why-product-earch-sec{
    position:relative;
}

.why-product-earch-sec .why-product-dark-vide{
    padding:15rem 0;
}

.why-productearch-content{
    margin:0 auto;
    text-align:center;
    position:relative;
    width:80%;
    z-index:1;
}

.why-product-dark-vide .video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  transform: scale(1);
  object-fit: cover;
  object-position: center;
  z-index: -1;
  display: block;
}

.why-product-dark-vide{
    --tw-gradient-position: 180deg, #fffc 43.93%, #fff 100%;
    background-image: linear-gradient(180deg, #fffc 43.93%, #fff 100%);
}


/*.why-productearch-content .product-imag-why .left-an-img{*/
/*    padding: 3px;*/
/*    border-bottom-right-radius: 0 !important;*/
/*    background: #fff;*/
/*    border-radius: 50%;*/
/*    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;*/
/*}*/

/* Common image styles */
.why-productearch-content .product-imag-why img {
  position: absolute;
  z-index:-1;
}

/* LEFT SIDE – first 4 images */
.why-productearch-content .product-imag-why img:nth-child(1) {
    left: 100px;
    top: -150px;
}

.why-productearch-content .product-imag-why img:nth-child(2) {
  left: -60px;
  top: 40px;
}

.why-productearch-content .product-imag-why img:nth-child(3) {
    left: -100px;
    top: 80%;
}

.why-productearch-content .product-imag-why img:nth-child(4) {
    left: 0;
    bottom: -150px;
}

/* RIGHT SIDE – next images */
.why-productearch-content .product-imag-why img:nth-child(5) {
  right: 100px;
  top: -150px;
}

.why-productearch-content .product-imag-why img:nth-child(6) {
    right: -150px;
    top: 0;
}

.why-productearch-content .product-imag-why img:nth-child(7) {
    right: -100px;
    top: 180px;
}

.why-productearch-content .product-imag-why img:nth-child(8) {
    right: 40px;
    bottom: -130px;
}


.why-product-earch-sec .product-imag-why img {
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Hover animation trigger */
.why-product-earch-sec:hover .product-imag-why img {
  animation: floatIcons 1.5s ease-in-out infinite;
}

/* Staggered delay for better effect */
.why-product-earch-sec:hover .product-imag-why img:nth-child(1) { animation-delay: 0s; }
.why-product-earch-sec:hover .product-imag-why img:nth-child(2) { animation-delay: 0.1s; }
.why-product-earch-sec:hover .product-imag-why img:nth-child(3) { animation-delay: 0.2s; }
.why-product-earch-sec:hover .product-imag-why img:nth-child(4) { animation-delay: 0.3s; }
.why-product-earch-sec:hover .product-imag-why img:nth-child(5) { animation-delay: 0.4s; }
.why-product-earch-sec:hover .product-imag-why img:nth-child(6) { animation-delay: 0.5s; }
.why-product-earch-sec:hover .product-imag-why img:nth-child(7) { animation-delay: 0.6s; }
.why-product-earch-sec:hover .product-imag-why img:nth-child(8) { animation-delay: 0.7s; }

/* Keyframes */
@keyframes floatIcons {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-10px) scale(1.05);
    opacity: 0.9;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.why-fba-sellers-sec{
    position:relative;
    background:#f5f7fa;
}

.why-fba-img .why-fba-img-box{
    position:relative;
    margin-top:40px;
    background-image:url(../image/solution/vector-7.svg);
}

.why-fba-sellers-sec .cs_star_shape_4 {
  position: absolute;
  animation: circular-rotation 10s linear infinite;
  right:100px;
  bottom:110px;
}

@keyframes circular-rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.why-fba-items{
    margin-right:50px;
     padding:5rem 0;
}
.why-fba-icon {
  position: relative;
   z-index:1;
   margin-bottom:20px;
}

.why-fba-icon::before {
        content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 29px;
    height: 29px;
    background: #074cf859;
    border-radius: 50%;
    z-index: -1;
}

.why-fba-items .why-fba-box h4{
    font-size: 21px;
    font-weight: 600;
}

.why-fba-items .why-fba-box:not(:last-child){
    margin-bottom:30px;
}

.core-features-sec{
    padding:5rem 0;
}


.care-featur-box .care-featur-img{
    border-radius: 16px;
    background: #f5f7fa;
}

.care-featur-box{
    position: relative;
    overflow: hidden;
    padding:15px 15px;
    border: 1.5px solid #dfdfdf;
    border-radius: 16px;
    height:100%;
}

.care-featur-box .care-featur-conten{
    margin-top:15px;
}

.care-featur-box .care-featur-conten h4{
    font-size:18px;
    font-weight:600;
}

.care-featur-box .care-featur-conten ul{
    padding:0;
    margin:0;
}

.care-featur-box .care-featur-conten ul li{
    padding-left:30px;
    position: relative;
    font-size:15px;
}
.care-featur-box .care-featur-conten ul li:not(:last-child){
    margin-bottom:5px;
}
.care-featur-box .care-featur-conten ul li:before{
    position: absolute;
    font-family: flaticon_normal-icon !important;
    content: "\f1d9";
    left: 0;
    top: 3px;
    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%;
}

.care-feature-carousel .swiper-slide{
    height:auto;
}

.care-feature-carousel .swiper-wrapper{
    margin-bottom:45px !important;
}

.care-feature-carousel .swiper-pagination-bullet-active{
    background-color:#017aa3;
}



.future-amasan-img img{
    border-radius: 15px;
    border-bottom-right-radius: unset;
    height: 100%;
    object-fit: cover;
}

.future-amasan-img {
    height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    border-bottom-right-radius: unset;
}

.future-amasan-img-right{
    height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    border-top-left-radius: unset;
}



.future-amasan-img-right img{
     border-radius: 15px;
    border-top-left-radius: unset;  
    height: 100%;
    object-fit: cover;
}

.future-amasan-contact{
    padding:80px 60px;
    padding-left:40px;
}

.future-amasan-contact .accordion{
    margin-top:40px;
}

.future-amasan-sec .future-mainzick{
    background:#f5f7fa;
}

.future-amasan-contact .accordion{
    background-color:unset !important;
}


.future-amasan-contact  .accordion-item{
  background-color:unset !important;  
  border:none;
}

.future-amasan-contact  .accordion-button{
    background-color:unset !important;  
}

.future-amasan-contact .accordion-button:not(.collapsed) {
    color:#000;
    background-color:unset !important;
    box-shadow:none;
}

.future-amasan-contact .accordion-body ul{
    padding:0;
    margin:0;
}
.future-amasan-contact .accordion-body ul li{
       padding-left: 30px;
    position: relative;
    font-size: 15px;
}

.future-amasan-contact .accordion-body ul li:not(:last-child){
    margin-bottom:10px;
}

.future-amasan-contact .accordion-body ul li:before{
        position: absolute;
    font-family: flaticon_normal-icon !important;
    content: "\f1d9";
    left: 0;
    top: 3px;
    color: #000;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    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%;
}

.future-amasan-contact .accordion-button:focus {
    box-shadow:unset;
}
.future-amasan-contact .accordion-button{
    padding:20px 0;
    font-size:18px;
    font-weight:600;
}
.future-amasan-contact .accordion-button .feature-ams-icon{
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: #017aa3;
    backdrop-filter: blur(10px);
    text-align: center;
    margin-right:20px;
}

.future-amasan-contact .accordion-button .feature-ams-icon img{
    filter: brightness(0.5) invert(1);
}
.future-amasan-contact .accordion-item:not(:last-child){
    border-bottom:1px solid rgba(131, 131, 131, 0.25);
}

.future-amasan-contact .accordion-body{
   padding:0 0 20px; 
}

.who-need-contact{
    padding: 5rem 60px 5rem;
}

.whoneed-anazon{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
}
.whoneed-anazon .who-need-box{
    width:48%;
}
.whoneed-anazon .who-need-box .who-need-img-box{
        width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background-image: linear-gradient(133deg, #000000 0%, #0147f4 50%, #000000 100%) !important;
    backdrop-filter: blur(10px);
    text-align: center;
    margin-bottom: 15px;
}

.whoneed-anazon .who-need-box .who-need-img-box img{
 filter: brightness(0.5) invert(1);
}

.whoneed-anazon .who-need-box h4{
    font-size:18px;
    font-weight:600;
}
.solution-sec-main{
    position:relative;
}

.solution-faq .accordion-item{
    border: 1px solid #dfe4eb;
    border-radius: 10px;
    margin-bottom: 20px;
    border-top: 1px solid #dfe4eb !important;
    box-shadow: none;
}

.solution-faq .accordion-item:last-child{
	margin-bottom: 0;
}


.solution-faq .accordion-header .accordion-button{
	font-size: 19px;
	line-height: 1.2em;
	padding: 20px 50px 20px 20px;
	border-radius:10px;
}
.solution-faq .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.solution-faq  .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius:10px;
    border-bottom-left-radius: 10px;
}
.solution-faq .accordion-body{
	padding: 0 20px 20px 20px;
}


.solution-faq .accordion-button:not(.collapsed) {
    color: #000;
    background-color: unset;
    box-shadow: none;
}

.solution-faq .accordion-button:focus {
    box-shadow: none;
}

.solution-faq .accordion-item .accordion-button::after, 
.solution-faq .accordion-item .accordion-button.collapsed::after {
    position: absolute;
    content: "\f104";
    font-family: flaticon_normal-icon !important;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 33px;
    background-size: cover;
    align-content: center;
   background-image: linear-gradient(133deg, #000000 0%, #0147f4 50%, #000000 100%) !important;
    color: #fff;
}

.cta-solution-sec{
    padding: 5rem 0;
    position: relative;
    margin-top: 2rem;
}

.cta-solution-box{
    padding:50px 50px;
    background-image: url(../image/bg/counter-bg-1.svg);
    position: relative;
    border-radius: 20px;
    margin: 0 30px;
}

.cta-solution-box .sec-big-title{
    color:#fff;
}

.cta-solution-box p{
    color:#fff;
    text-align:center;
}

.cta-solution-box .cta-img-solution img:nth-child(1){
    position: absolute;
    /*right: 90px;*/
    top: -85px;
    z-index: 1;
}
.cta-solution-box .cta-img-solution img:nth-child(2){
    position: absolute;
  
    top: 12px;
    border-radius: 20px;
}

.cta-solution-box .cta-solution-content{
    width:60%;
    margin:0 auto;
}

.cta-solution-box .cta-solution-content .solution-cta-btn{
    display: flex;
    max-width: fit-content;
    margin: 0 auto;
    gap:15px;
}

.what-product-sec{
    padding:5rem 0;
    position:relative;
    background:#f5f7fa;
   background-image: url(../image/bg/colored-bg.webp);
}
.what-product-sec:before{
        position: absolute;
    content: "";
    height: 100px;
    width: 200px;
    background-image: url(../image/bg/workflow-header-shape.webp);
    left: 0;
    top: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.price-solution-sec{
    padding:5rem 0;
    position:relative;
}

.what-product-sec .sec-big-title {
    color:#fff;
}
.what-produc-main p{
    color:#fff;
}

.how-product-box h4{
    color:#fff;
}

.how-product-box {
    margin-left: 70px;
    border-radius: 47px;
    border: 1px solid rgb(244 252 255 / 43%);
    background: rgb(0 0 0 / 6%);
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(5.5px);
    padding: 54px 64px;
}

.how-product-box h4{
    font-size:24px;
    font-weight:600;
}
.how-product-box ul{
    padding:0;
    margin:20px 0 0;
}

.how-product-box ul li{
    padding-left: 30px;
    font-size: 15px;
    position: relative;
    color:#fff;
}

/*.how-product-box ul li:before{*/
/*       position: absolute;*/
/*    font-family: flaticon_normal-icon !important;*/
/*    content: "\f12e";*/
/*    left: 0;*/
/*    top: 3px;*/
/*    color: #fff;*/
/*    background-color: #017aa3;*/
/*    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);*/
/*    transition: 0.5s;*/
/*    display: inline-block;*/
/*    font-size: 12px;*/
/*    font-weight: 800;*/
/*    width: 22px;*/
/*    height: 22px;*/
/*    line-height: 23px;*/
/*    text-align: center;*/
/*    border-radius: 50%;*/
/*}*/

.how-product-box ul li:not(:last-child){
    margin-bottom:20px;
}

/* List reset */
.main-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Each step */
.main-list li {
    display: flex;
   align-items: center;
    gap: 14px;
    line-height: 1.6;
}

/* Icon circle */
.specific-icon {
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
   
}

.how-product-box h4{
    text-align:center;
}

/* Number svg */
.specific-icon img {
    width: 25px;
    height: 25px;
    filter: invert(100%) sepia(0%) saturate(944%) hue-rotate(68deg) brightness(97%) contrast(105%);
}

.beadcrumb-navication{
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0 .4rem;
    margin-bottom: 25px;
    border-bottom: 1px solid #f3eded;
    max-width: 84%;
}

.beadcrumb-navication li:not(:last-child){
    padding-right: 25px;
}

.beadcrumb-navication li{
    position:relative;
     font-size: 15px;
    letter-spacing: 0.5px;
    font-family: "DM Sans", sans-serif;
}

.beadcrumb-navication li a{
    font-size: 15px;
    letter-spacing: 0.5px;
    font-family: "DM Sans", sans-serif;
}
.beadcrumb-navication li:not(:last-child):before{
    font-family: flaticon_normal-icon !important;
    position: absolute;
    content: "\f108";
    right: 5px;
    font-size: 18px;
    top: -2px;
}

.beadcrumb-navication li.active{
    font-weight:600;
}

.megamenucl-active .head-logo img {
    filter:unset;
}

.megamenucl-active .mega-menu ul li a{
    color:#000 !important;
}

.megamenucl-active .head-lin-btn a.lo-reg{
    color: #000;
}
.megamenucl-active .lo-reg:before {
    background: #000;
}

.megamenucl-active .mega-menu ul .dropdownd > a:after {
    color: #000 !important;
}

.extension-point {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

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

.extension-point li::before {
    content: "\f130";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    left: 0;
    top: 0px;

    width: 24px;
    height: 24px;
    background: #3f4661;           /* white background */
    border-radius: 50%;         /* makes it round */

    display: flex;
    align-items: center;
    justify-content: center;

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

.extension-img img{
    width:500px;
}

/*.megamenucl-active .mega-menu ul li a.active{*/
/*    border-bottom: 1px solid #017aa3;*/
/*}*/
/*.submenu-box.active {*/
/*    background-color: #f5faff;*/
/*}*/
/*.nav-menu li a.active {*/
/*    border-bottom: 1px solid #fff;*/
/*}*/



.about-offers-sectt .sec-big-title,
.why-essential-secc .sec-big-title,
.benefits-boxx-secc .sec-big-title,
.about-table-sec .sec-big-title,
.waht-wee-section .sec-big-title{
    font-size:30px;
}
.vis-miss-sec{
     padding:  0 0 5rem;
     position:relative;
}

.about-pricing-sec{
      padding: 5rem 0 0;
     position:relative;
}
.prices-lists-box{
    box-shadow: rgb(0 0 0 / 8%) 1.95px 1.95px 2.6px;;
        padding: 20px;
    background-color: rgb(245, 247, 250);
    border-radius: 10px;
}


.about-table-sec {
    padding: 4rem 0 2rem;
    position: relative;
}

.about-table-sec .blog-detail-tabele {
    border-radius: 16px;
    overflow: hidden;
    /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);*/
}

.about-table-sec .table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
}
.about-table-sec .table thead th {
    background: linear-gradient(135deg, #006b8f 0%, #00324a 100%);
    color: white;
    padding: 24px 20px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    border: none;
}
.about-table-sec .table thead th:first-child {
    background: linear-gradient(135deg, #00022b 0%, #004d6b 100%);
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    border-right: 4px solid #004561;
    border-top: 4px solid #004561;
    border-left: 4px solid #004561;
    border-top-left-radius: 16px;
}
.about-table-sec .table thead th:last-child {
    border-top-right-radius: 16px;
}
.about-table-sec .table tbody td {
    padding: 20px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 15px;
    color: #333;
    text-align: center;

}
.about-table-sec .table tbody td:nth-child(2) {
    background: #f0f4f8;
   
    font-weight: 600;
    color: #00324a;
    border-right: 4px solid #004561;
    border-left: 4px solid #004561;
}


.about-table-sec .table tbody tr:last-child td {
    border-bottom: none;
}


.about-table-sec .table tbody tr:last-child td:nth-child(2) {
    border-bottom: 4px solid #004561;
  
}



.about-table-sec .table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 16px;
}



.waht-wee-section {
    padding:0 0 1rem;
    position: relative;
}
.waht-wee-section .extension-point li {
    letter-spacing: 1px;
}
.benefits-boxx-secc .extension-point li {
    letter-spacing: 1px;
}
.waht-wee-section .focused-icon {
    width: 100%;
    margin-bottom: 39px;
}

.waht-wee-section .focused-icon img {
    border-radius: 10px;
    padding-left: 1px;
    width: 100%;
}
.about-table-sec .section-tile-box {
    margin-bottom: 24px;
}
.waht-wee-section .trust-card {
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #cccccc73;
}

.waht-wee-section .trust-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.waht-wee-section .trust-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.waht-wee-section .trust-card p {
    margin-bottom: 0;
}


.vis-miss-sec .mis-box {
    background: rgb(245, 247, 250); 
    border-radius: 12px; 
     padding: 25px 20px 20px;  
    box-shadow: 0 8px 20px rgba(0,0,0,0.05); 
    text-align: center;
    height:100%;
}


.vis-miss-sec .mis-box .viss-iconn {
    margin: 0 auto 22px;
    display: flex;
}

.vis-miss-sec .mis-box .viss-iconn img {
    width:60px;
    height:60px;
}

.vis-miss-sec .mis-box h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
}

.vis-miss-sec .mis-box p {
   margin:0;
       text-align:left;
}

.about-offers-sectt{
      padding: 3rem 0 5rem;
    position:relative;
    background: #f7f7f7;
    
}
.benefits-boxx-secc{
      position:relative;
}
.main-introboxx{
    margin-bottom:30px;
}


.about-offers-sectt .viss-iconn{
        width: 64px;
    height: 64px;
    border-radius: 50%;
      background: rgba(1, 122, 163, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.about-offers-sectt .viss-iconn img{
     filter: brightness(0);
}


.about-offers-sectt .mis-box p{
    margin:0;
}

.access-sec{
  margin: 20px 0;  
}

.extension-point.price-highlight li {
    font-size: 16px;
    margin-bottom: 12px;
}

.extension-point.price-highlight .price {
    font-weight: 700;
    background: #eef4ff;
    padding: 2px 6px;
    border-radius: 6px;
}

.about-offers-sectt .mis-box{
  padding:20px;
  height:100%;
      border: 1px solid #c5c1c1;
    border-radius: 24px;
}













