.post, .page {
    margin: 0;
}

body {
  counter-reset: number;
}
.step-counter::before {
    counter-increment: number;
    content: "STEP " counter(number);
    position: absolute;
    top: -11px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    background-color: #D7ECFF;
    padding: 2px 12px;
    border-radius: 60px;
}
.is-scrolled .main-header{
    top: 10px !important;
}
.is-scrolled .main-header > div {
    background-color: #ffffff;
    border-radius: 50px;
}

h1,h2 {
    background: linear-gradient(249.92deg, #0084FF -9.83%, #00274C 86.61%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.remove-margin h3 {
    margin-top: 0px;
}
.remove-margin p {
    margin-bottom: 0px;
}
.white-heading h2 {
    color: #ffffff !important;
    background: none;
    -webkit-text-fill-color: inherit;
}
.professional-business {
    position: relative;
}
.scroll-down {
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: -60px;
    z-index: 9999 !important;
}
/*--------- Typing Animation------------ */
.typing-indicator {
    display: flex;
    gap: 6px;
    height: 100%;
    align-items: center;
}
.typing-indicator span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #004D99; /* red */
  animation: bounce 1.4s infinite ease-in-out both;
}
.dot1 {
  animation-delay: -0.32s;
}
.dot2 {
  opacity: 0.75;
  animation-delay: -0.16s;
}
.dot3 {
  opacity: 0.25;
}
.typing-indicator span:nth-child(1) {
  animation-delay: -0.32s;
}
.typing-indicator span:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(-30%);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    }
    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, .2, 1);
    }
}
/*--------- Typing Animation------------ */

.widget-box:hover svg path {
    fill: #004D99;
}
.widget-box:hover h3 {
    color: #004D99 !important;
}
.widget-box, .widget-box:hover {
    transition: none !important;
}
.widget-box h3 {
    margin: 0;
}
.draft-response {
    margin-top: auto;
}
.success-stories .elementor-star-rating {
    order: -1;
}
span.elementor-testimonial__name {
    margin-bottom: 5px;
    margin-top: 12px;
}
.success-stories .elementor-star-rating i {
    font-style: normal;
}
.success-stories .elementor-star-rating i.elementor-star-full {
    color: #FF9500 !important;
}
.success-stories .elementor-main-swiper {
    overflow: visible;
}
.success-stories .swiper-slide {
    flex-shrink: 0;
}
.success-stories .swiper-wrapper {
    overflow: visible !important;
}
/* .services-info .services-box:first-child {
    display: block;
} */
.widget-box h3 {
    position: relative;
}
.services-title .widget-box h3::after {
    content: "";
    position: absolute;
    background-image: url(https://61.notredamme.com/2ndlyne/wp-content/uploads/2026/01/arrow-right.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    right: 0;
}
.services-title .widget-box.active {
    background: linear-gradient(114.06deg, #F2F8FF 17.42%, #FAFCFF 42.21%, #DDEEFF 100.05%) !important;
    border-radius: 10px !important;
}
.services-title .widget-box.active svg path {
    fill: #004D99;
}
.services-title .widget-box.active h3 {
    color: #004D99 !important;
}
.services-title .widget-box:hover .h3::after,
.services-title .widget-box.active .h3::after {
    opacity: 1;
}
.services-title .widget-box .h3::after {
    opacity: 0;
    transition: 0.35s linear;
}

.services-box {
  display: none;
}

.services-box.active {
  display: block;
}

/* --------Table CSS Start----------- */
.comparison-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.comparison-table {
    width: 1054px;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}
.brand-logo-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.comparison-table th, .comparison-table td {
    padding: 15px 12px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    width: 198px;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
    text-align: left;
    width: 260px;
}
.comparison-table th:nth-child(2),
.comparison-table td:nth-child(2) {
    background-color: #E6F3FF;
}
.comparison-table td:first-child {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #636366;
}

.comparison-table thead th {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
}

/* .comparison-table .highlight {
  background: linear-gradient(359.14deg, #1E68F1 7.48%, #19CFFC 99.72%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
} */

/* th ne normal rakho */
.comparison-table th.highlight {
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.comparison-table tr:last-child td:nth-child(2) {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.comparison-table tr:last-child td {
    border-bottom: none;
}

/* aa wrapper background handle kare che */
.comparison-table .brand-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  background-color: #E6F3FF;
  border-radius: 14px;

  width: fit-content;
  margin: 0 auto; /* th center mate */
}

/* gradient text */
.comparison-table .brand-text {
  background: linear-gradient(359.14deg, #1E68F1 7.48%, #19CFFC 99.72%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;

  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
}

/* logo size */
.comparison-table .brand-logo-img {
  width: 24px;
  height: 24px;
}


.check {
  color: #0a6cff;
  font-weight: bold;
  font-size: 16px;
}

.cross {
  color: #999;
  font-size: 16px;
}

.no-ads {
  color: #0084FF;
  font-weight: 600;
}

/* ✅ Mobile Responsive */
@media (max-width: 768px) {
  .comparison-table {
    font-size: 14px;
  }
}


/* ----------Table CSS End--------------- */