.accountant-header.is-stuck{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: linear-gradient(263.7deg, rgba(220, 228, 255, 0.4) 10.82%, rgba(221, 229, 254, 0.4) 47.97%, rgba(220, 228, 255, 0.4) 102.48%);
    box-shadow: 1px 1px 9px #878787;
    margin-top: 0;
    padding-top: 0;
    transition: 0.3s;
}
.accountant-header > .wp-block-group {
    background: linear-gradient(263.7deg, rgba(220, 228, 255, 0.4) 10.82%, rgba(221, 229, 254, 0.4) 47.97%, rgba(220, 228, 255, 0.4) 102.48%);
    z-index: 99999;
    padding: 0 20px;
    transition: 0.3s;
}
body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #525252;
}
.abtn a.icon-text-wrapper {
    background: #0B5CFF;
    color: #ffffff;
    transition: 0.3s;
    padding: 12px 14px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #0b5cff;
}

.abtn a.icon-text-wrapper svg {
    fill: #ffffff;
    transition: 0.3s;
    margin-bottom: -5px;
    margin-left: 3px;
}

.abtn a.icon-text-wrapper:hover {
    background: #ffffff;
    color: #0f172b;
    transition: 0.3s;
    border-color: #0f172b;
}

.abtn a.icon-text-wrapper:hover svg {
    fill: #0f172b;
    transition: 0.3s;
}

/* Post Details on */
.pdr-box-3 fieldset.hidden-fields-container {
    display: none;
}
.pdr-box-1,
.pdr-box-2,
.pdr-box-3 {
  width: 100%;
  box-sizing: border-box;
  border-radius: 18px;
  margin-bottom: 28px;
  overflow: hidden;
}
.pdr-box-1 {
  background: #eef3f9;
  padding: 34px 32px 30px !important;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow:
    0 18px 34px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}
.pdr-box-1 h3 {
  margin: 0 0 26px;
  color: #111827;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.pdr-box-1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdr-box-1 li {
  margin: 0 0 16px;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
}

.pdr-box-1 li:last-child {
  margin-bottom: 0;
}

.pdr-box-2 {
  position: relative;
  background: #10192d;
  padding: 34px 32px 32px !important;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow:
    0 24px 44px rgba(3, 10, 27, 0.32),
    0 16px 40px rgba(37, 99, 235, 0.14);
}

.pdr-box-2::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -28px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  border: 8px solid rgba(96, 165, 250, 0.08);
  box-shadow: inset 0 0 0 22px rgba(96, 165, 250, 0.05);
  pointer-events: none;
}

.pdr-box-2 h3 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.pdr-box-2 p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  margin-bottom: 26px;
}

.pdr-box-2 .ca-btns {
  position: relative;
  z-index: 2;
  margin: 0;
}
.pdr-box-3 {
  background: #d8e8ff;
  padding: 32px 32px 30px !important;
  border: 1px solid rgba(37, 99, 235, 0.08);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.10);
}

.pdr-box-3 h3 {
  margin: 0 0 14px;
  color: #111827;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.pdr-box-3 p {
  margin: 0 0 18px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
}

.pdr-box-3 .wpcf7,
.pdr-box-3 form,
.pdr-box-3 form p {
  margin: 0;
}

.pdr-box-3 form p br {
  display: none;
}

.pdr-box-3 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px;
}

.pdr-box-3 input[type="email"] {
  width: 100%;
  height: 41px;
  box-sizing: border-box;
  padding: 0 16px;
  border-radius: 7px;
  border: 1px solid rgba(15, 23, 42, 0.18);
  background: #ffffff;
  color: #111827;
  font-size: 15px;
  line-height: 1;
  outline: none;
}

.pdr-box-3 input[type="email"]::placeholder {
  color: #767b85;
}

.pdr-box-3 input[type="email"]:focus {
  border-color: #2563ff;
  box-shadow: 0 0 0 3px rgba(37, 99, 255, 0.14);
}

.pdr-box-3 input[type="submit"] {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 7px;
  background: #10192d;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.pdr-box-3 input[type="submit"]:hover {
  background: #0b1222;
}

.pdr-box-3 .wpcf7-spinner,
.pdr-box-3 .wpcf7-response-output {
  display: none;
}
.single-post main  .wp-block-group.pdr-box-1 {
    padding: 20px !important;
}
.single-post .tsoft-white-cta-m {
    gap: 40px;
}
.single-post .post-details-auth-info .wp-block-columns.is-layout-flex.wp-block-columns-is-layout-flex {
    gap: 0px !important;
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
    box-shadow: 0px 10px 30px 0px #0616380A;
    border-radius: 12px;
    padding: 12px 12px;
    margin-top: 40px;
}
.post-details-auth-info .wp-block-columns .wp-block-post-time-to-read {
    color: #737373;
}
.post-details-auth-info .wp-block-columns time {
    font-weight: 600;
    font-size: 14px;
    color: #737373;
}
.post-details-auth-info .wp-block-columns .wp-block-post-author-name {
    font-size: 20px !important;
    color: #0F172B;
}
/* Post Details off */
/* Map section on | contact page */
.ca-location {
    align-items: stretch !important;
    gap: clamp(24px, 2.4vw, 32px) !important;
    max-width: 1248px;
    margin-right: auto;
    margin-left: auto;
    padding: clamp(42px, 5.6vw, 72px) 0 clamp(54px, 6.5vw, 88px);
}

.ca-location > .wp-block-column:first-child > .wp-block-group {
    position: relative;
    min-height: clamp(360px, 32vw, 462px);
    overflow: hidden;
    border-radius: 22px;
    background: #f3f7fc;
    box-shadow: 0 28px 70px rgba(7, 28, 62, 0.12);
}

.ca-location iframe {
    display: block;
    width: 100%;
    height: clamp(360px, 32vw, 462px) !important;
    border: 0;
    border-radius: inherit;
    filter: saturate(0.78) contrast(0.9) brightness(1.08);
}

.ca-location .ca-office-address {
    position: absolute;
    bottom: clamp(28px, 4vw, 46px);
    left: clamp(24px, 4vw, 32px);
    z-index: 2;
    width: min(280px, calc(100% - 48px));
    margin: 0 !important;
    padding: 26px 24px 25px;
    border: 1px solid rgba(214, 222, 234, 0.8);
    border-radius: 12px;
    background: #ffffff !important;
    box-shadow: 0 18px 32px rgba(10, 28, 54, 0.16);
}

.ca-location .ca-office-address h4 {
    margin: 0 0 10px;
    color: #0f1d39;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.ca-location .ca-office-address p {
    margin: 0;
    color: #6e7f99;
    font-size: 14px;
    line-height: 1.65;
}

.ca-location .ca-office-hours {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: clamp(34px, 4vw, 52px) clamp(28px, 4vw, 48px) !important;
    border-radius: 22px;
    background: #061a38 !important;
    color: #ffffff;
    box-shadow: 0 24px 56px rgba(6, 26, 56, 0.18);
}

.ca-location .ca-office-hours h3 {
    margin: 0 0 24px;
    padding-bottom: 18px !important;
    color: #ffffff !important;
    font-size: clamp(25px, 2.2vw, 30px);
    font-weight: 700;
    line-height: 1.2;
}

.ca-location .ca-office-hours > .wp-block-group {
    gap: 20px;
    margin: 0;
    padding: 18px 0 !important;
}

.ca-location .ca-office-hours > .wp-block-group[style*="border"] {
    border-color: rgba(255, 255, 255, 0.12) !important;
}

.ca-location .ca-office-hours p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
}

.ca-location .ca-office-hours > .wp-block-group p:first-child,
.ca-location .ca-office-hours .ca-office-hours-note {
    color: rgba(255, 255, 255, 0.78) !important;
}

.ca-location .ca-office-hours > .wp-block-group p:last-child {
    color: #ffffff !important;
    font-weight: 700;
    text-align: right;
}

.ca-location .ca-office-hours .ca-office-hours-note {
    margin-top: clamp(34px, 4vw, 52px);
    padding-top: clamp(26px, 3.2vw, 34px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 310px;
}

/* Map section off | contact page */
/* Accountant overview section on | Service details page */

.ca-hs15 {
    --ca-hs15-blue: #0b5cff;
    --ca-hs15-navy: #0f172b;
    --ca-hs15-text: #525252;
    --ca-hs15-muted: #737373;
    --ca-hs15-soft: #f1f5f9;
    --ca-hs15-border: #dce9ff;
    background: #fefffa;
}

.ca-hs15 > .wp-block-columns {
    width: min(100%, 1280px);
    margin-right: auto;
    margin-left: auto;
    gap: clamp(42px, 5vw, 76px) !important;
    align-items: flex-start !important;
}

.ca-hs15 > .wp-block-columns > .wp-block-column:first-child {
    flex-basis: calc(100% - 440px) !important;
    min-width: 0;
}

.ca-hs15 > .wp-block-columns > .wp-block-column:last-child {
    flex: 0 0 360px;
    flex-basis: 360px !important;
    min-width: 320px;
}

.ca-hs15 .section-title {
    max-width: 850px;
    margin: 0 0 54px;
}

.ca-hs15 .section-title h2.wp-block-heading {
    max-width: 850px;
    margin: 0;
    color: var(--ca-hs15-navy);
    font-size: clamp(40px, 4vw, 52px);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0;
}

.ca-hs15 .section-title .ca-title-des {
    max-width: 880px;
    margin: 0;
    padding-top: 28px !important;
    padding-bottom: 0 !important;
    color: var(--ca-hs15-text) !important;
    font-size: 20px !important;
    line-height: 1.5;
}

.ca-hs15 .section-title .ca-title-des + .ca-title-des {
    padding-top: 30px !important;
}

.ca-hs15 h3.wp-block-heading {
    margin: 0 0 34px;
    color: var(--ca-hs15-navy);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.ca-hs15 .swiper-c2 {
    width: 100%;
    margin: 0 0 62px;
    padding: 0;
    overflow: visible;
}

.ca-hs15 .swiper-c2 .swiper-wrapper {
    align-items: stretch;
}

.ca-hs15 .swiper-c2 .swiper-slide {
    height: auto !important;
}

.ca-hs15 .ca-hs15-icon-box {
    height: 100%;
    min-height: 98px;
    padding: 24px 24px 22px;
    border: 1px solid var(--ca-hs15-border);
    border-radius: 10px;
    background: var(--ca-hs15-soft);
    box-shadow: 0 12px 28px rgba(15, 23, 43, 0.05);
}

.ca-hs15 .ca-hs15-icon-box .icon-text-wrapper {
    gap: 16px;
    align-items: flex-start !important;
}

.ca-hs15 .ca-hs15-icon-box .icon-container {
    flex: 0 0 28px;
    width: 28px !important;
    padding-top: 2px;
}

.ca-hs15 .ca-hs15-icon-box .icon-container img {
    width: 24px !important;
    height: 24px;
}

.ca-hs15 .ca-hs15-icon-box .tanvir-block-title {
    display: block;
    margin: 0 0 6px;
    color: var(--ca-hs15-navy);
    font-size: 18px !important;
    font-weight: 700;
    line-height: 1.35;
}

.ca-hs15 .ca-hs15-icon-box .tanvir-block-des {
    display: block;
    color: var(--ca-hs15-muted);
    font-size: 14px !important;
    line-height: 1.45;
}

.ca-hs15 .ca-hs15-left-box {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 0;
}

.ca-hs15 .ca-hs15-left-box > .wp-block-group {
    min-height: 226px;
    padding: 36px 32px 34px;
    border-radius: 20px;
    background: var(--ca-hs15-soft);
}

.ca-hs15 .ca-hs15-left-box h4.wp-block-heading {
    margin: 0 0 20px;
    color: var(--ca-hs15-navy);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.ca-hs15 .ca-hs15-left-box p {
    margin: 0;
    color: var(--ca-hs15-text);
    font-size: 18px;
    line-height: 1.55;
}

.ca-hs15 .ca-service-details-price {
    padding: 34px 32px 36px;
    border: 1px solid #dbe6f4;
    border-radius: 24px;
    background: var(--ca-hs15-soft);
    box-shadow: 0 12px 30px rgba(15, 23, 43, 0.10);
}

.ca-hs15 .ca-service-details-price > p {
    margin: 0;
}

.ca-hs15 .ca-service-details-price > p:first-child {
    color: var(--ca-hs15-muted);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.ca-hs15 .ca-service-details-price > p:nth-of-type(2) {
    margin-top: 4px;
    color: var(--ca-hs15-blue);
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.ca-hs15 .ca-service-details-price > p:nth-of-type(2) sub {
    bottom: 0;
    margin-left: 4px;
    color: #2f3237;
    font-size: 18px;
    font-weight: 400;
    vertical-align: baseline;
}

.ca-hs15 .ca-service-details-price > p:nth-of-type(3) {
    margin-top: 18px;
    color: #2f3237;
    font-size: 14px;
    line-height: 1.45;
}

.ca-hs15 .ca-service-details-price .ca-btns {
    display: grid;
    gap: 12px;
    margin-top: 34px;
}

.ca-hs15 .ca-service-details-price .ca-btns .wp-block-button,
.ca-hs15 .ca-service-details-price .ca-btns .wp-block-button__link {
    width: 100%;
}

.ca-hs15 .ca-service-details-price .ca-btns .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 18px !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 1.25;
}

.ca-hs15 .ca-service-details-price .ca-btns .wp-block-button:not(.is-style-outline) .wp-block-button__link {
    background: var(--ca-hs15-blue) !important;
    color: #ffffff !important;
    border-color: var(--ca-hs15-blue) !important;
}

.ca-hs15 .ca-service-details-price .ca-btns .is-style-outline .wp-block-button__link {
    background: transparent !important;
    color: var(--ca-hs15-navy) !important;
    border: 1px solid var(--ca-hs15-navy) !important;
}

.ca-hs15 .ca-service-details-price .ca-btns .is-style-outline svg {
    margin-right: 10px;
    margin-left: 0;
}

.ca-hs15 .ca-s-plan-includes {
    margin-top: 42px;
}

.ca-hs15 .ca-s-plan-includes > p:first-child {
    margin: 0 0 24px;
    color: #3f3f46;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 3px;
}

.ca-hs15 .ca-s-plan-includes .wp-block-tanvir-blocks-my-icon-img {
    margin-top: 20px;
}

.ca-hs15 .ca-s-plan-includes .icon-text-wrapper {
    gap: 14px;
}

.ca-hs15 .ca-s-plan-includes .icon-container {
    flex: 0 0 18px;
    width: 18px !important;
}

.ca-hs15 .ca-s-plan-includes .tanvir-block-des {
    color: var(--ca-hs15-navy);
    font-size: 15px !important;
    font-weight: 700;
    line-height: 1.4;
}

.ca-hs15 .ca-hs4-icon-box {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #dbe6f4;
    border-radius: 22px;
    background: var(--ca-hs15-soft);
    box-shadow: 0 10px 26px rgba(15, 23, 43, 0.10);
}

.ca-hs15 .ca-hs4-icon-box .icon-text-wrapper {
    gap: 16px;
    align-items: center !important;
}

.ca-hs15 .ca-hs4-icon-box .icon-container {
    flex: 0 0 48px;
    width: 48px !important;
}

.ca-hs15 .ca-hs4-icon-box .tanvir-block-des {
    color: #5f6775;
    font-size: 12px !important;
    line-height: 1.35;
}

.ca-hs15 .ca-hs4-icon-box .tanvir-block-des strong {
    color: var(--ca-hs15-navy);
}
/* Accountant overview section off | Service details page */
.page-hero .ca-title-des.wp-block-paragraph {
    padding-top: 24px;
    padding-bottom: 32px;
}
.ca-title-des.wp-block-paragraph {
    padding-top: 16px;
    padding-bottom: 16px;
}
p.ca-title-top {background: #EFF4FF;display: inline-block;border: 1px solid #DCE9FF;border-radius: 38px;padding: 8px 16px;margin-bottom: 24px;}

.ca-btns svg {
    margin-left: 11px;
}
.ca-btns .wp-block-button.is-style-outline a:hover {
    background: #0b5cff;
    border-color: #0b5cff;
    color: #fff;
    transition: 0.3s;
}
.ca-btns .wp-block-button a {
    transition: 0.3s;
}
.ca-btns .wp-block-button a:hover {
    background: #fff;
    border-color: #0f172b;
    color: #0f172b;
    transition: 0.3s;
}
.ca-btns .wp-block-button a:hover svg path {
    stroke: #0f172b;
}
.section-title.ts-center-d {
    text-align: center;
}

/* =========================
   Home: Our Service
========================= */
.ca-hs2 .ca-hs2-box .wp-block-group.ca-sb-info {
    padding: 0 32px 32px 32px !important;
    margin-top: -38px !important;
}
.ca-hs2 .ca-hs2-box .wp-block-group.ca-sb-info h3 {
    padding: 15px 0;
    font-size: 20px;
}
.ca-hs2 .ca-hs2-box .wp-block-group.ca-sb-info .wp-block-tanvir-blocks-my-icon-img.has-14-px-font-size {
    padding-top: 20px;
}
.ca-hs2 .ca-hs2-box .wp-block-group.ca-sb-info .wp-block-tanvir-blocks-my-icon-img.has-14-px-font-size img {
    margin-left: 10px;
}
.ca-hs2 .ca-hs2-box {
    border: 2px solid #f5f3f3;
    border-radius: 16px;
}
.ca-hs2 .ca-hs2-box figure.wp-block-image.size-large img {
    border-radius: 16px 16px 0 0;
}

/* =========================
   About: What we stand for
========================= */
.ca-hs13-box {
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
    padding: 20px 16px;
    border-radius: 12px;
}
.ca-hs13-box h4.wp-block-heading {
    padding: 24px 0 12px 0;
}
.ca-hs13 .wp-block-tanvir-blocks-my-slider.swiper.swiper-c4 {
    margin-top: 80px;
}

.ca-hs13 .swiper-wrapper {
    margin-bottom: 43px;
}
.ca-hs13 .swiper-button-prev, .ca-hs13 .swiper-button-next {
    display: none;
}
.ca-hs13 span.swiper-pagination-bullet {
    width: 12px;
    height: 4px;
    border-radius: 4px;
}
.ca-hs13 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0140fa;
}
.ca-hs3 .wp-block-group.alignwide.ts-c1-m .wp-block-tanvir-blocks-my-icon-img.ca-hs5-icon-box {
    background: #ffffff;
    padding: 20px 16px;
    border-radius: 12px;
}

.ca-hs3 .wp-block-group.alignwide.ts-c1-m .wp-block-tanvir-blocks-my-icon-img.ca-hs5-icon-box .icon-container svg {
    fill: #0b5cff;
    margin-bottom: -3px;
    margin-right: 3px;
}
.ca-contact-step {
    background: #0b5cff;
    padding: 8px 22px;
    font-size: 28px;
    font-weight: 600;
    border-radius: 15px;
    color: #ffffff;
}

/* Accountant footer On */
.ts-footer {
    overflow: hidden;
    background: radial-gradient(
        ellipse 90% 48% at 50% 100%,
        rgba(82, 108, 151, 0.52) 0%,
        rgba(45, 64, 96, 0.44) 24%,
        rgba(17, 39, 73, 0.32) 48%,
        rgba(5, 23, 53, 0) 72%
    ), #051735 !important;
    color: #f8fbff;
    padding: 84px 54px 78px !important;
}

.ts-footer > .wp-block-columns {
    width: min(100%, 1332px);
    margin-right: auto;
    margin-left: auto;
}

.ts-footer .ca-footer-row-1 {
    align-items: flex-start !important;
    gap: 40px;
    margin-bottom: 0;
    padding-bottom: 84px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

.ts-footer .ca-footer-row-1 h3,
.ts-footer .ca-footer-row-1 p {
    margin: 0;
    color: #f8fbff !important;
    font-size: 32px !important;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.ts-footer .ca-footer-row-1 p {
    text-align: right !important;
}

.ts-footer .ca-footer-row-2 {
    gap: clamp(42px, 5.5vw, 92px) !important;
    margin-bottom: 0;
    padding-top: 84px !important;
    padding-bottom: 66px !important;
}

.ts-footer .ca-footer-row-2 > .wp-block-column:first-child {
    flex-basis: 36% !important;
    max-width: 360px;
}

.ts-footer .ca-footer-row-2 > .wp-block-column:nth-child(2),
.ts-footer .ca-footer-row-2 > .wp-block-column:nth-child(3) {
    flex-basis: 15% !important;
    min-width: 150px;
}

.ts-footer .ca-footer-row-2 > .wp-block-column:last-child {
    flex-basis: 35% !important;
    margin-left: auto;
}

.ts-footer .ca-footer-row-2 p,
.ts-footer .ca-footer-row-3 p,
.ts-footer .ca-footer-menu .wp-block-button__link,
.ts-footer .ca-footer-row-3 .wp-block-button__link {
    color: rgba(248, 251, 255, 0.9) !important;
    font-size: 17px !important;
    font-weight: 400;
    line-height: 1.58;
    letter-spacing: 0;
}

.ts-footer .ca-footer-row-2 > .wp-block-column:first-child p:first-child {
    max-width: 320px;
    margin: 0;
    padding-bottom: 34px !important;
}

.ts-footer .ca-footer-row-2 > .wp-block-column:first-child p:last-child {
    max-width: 350px;
    margin: 0;
}

.ts-footer .ca-footer-row-2 h3 {
    margin: 0 0 26px;
    padding-bottom: 0 !important;
    color: #f8fbff !important;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.ts-footer .ca-footer-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px !important;
    padding: 0 !important;
}

.ts-footer .ca-footer-menu .wp-block-button,
.ts-footer .ca-footer-row-3 .wp-block-button {
    margin: 0;
}

.ts-footer .ca-footer-menu .wp-block-button__link,
.ts-footer .ca-footer-row-3 .wp-block-button__link {
    min-height: 0;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.ts-footer .ca-footer-menu .wp-block-button__link:hover,
.ts-footer .ca-footer-row-3 .wp-block-button__link:hover {
    color: #ffffff !important;
    transform: translateX(3px);
}

.ts-footer .ca-footer-row-2 > .wp-block-column:last-child p {
    max-width: 380px;
    margin: 0 0 20px;
    color: rgba(248, 251, 255, 0.9) !important;
    font-size: 20px !important;
    line-height: 1.35;
}

.ts-footer .ca-footer-subscribe {
    margin-top: 20px;
}

.ts-footer .ca-footer-subscribe .wpcf7,
.ts-footer .ca-footer-subscribe form,
.ts-footer .ca-footer-subscribe form > p {
    margin: 0;
}

.ts-footer .ca-footer-subscribe br,
.ts-footer .ca-footer-subscribe .screen-reader-response,
.ts-footer .ca-footer-subscribe .hidden-fields-container,
.ts-footer .ca-footer-subscribe .wpcf7-response-output,
.ts-footer .ca-footer-subscribe .wpcf7-spinner {
    display: none !important;
}

.ts-footer .ca-footer-subscribe form > p {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 370px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 10px;
}

.ts-footer .ca-footer-subscribe .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.ts-footer .ca-footer-subscribe input[type="email"] {
    width: 100%;
    height: 58px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #ffffff;
    padding: 0 62px 0 20px;
    font-size: 20px;
    line-height: 1.2;
    outline: none;
}

.ts-footer .ca-footer-subscribe input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.82);
    opacity: 1;
}

.ts-footer .ca-footer-subscribe input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    height: 58px;
    border: 0;
    background: transparent;
    color: transparent;
    cursor: pointer;
    z-index: 2;
}

.ts-footer .ca-footer-subscribe form > p::after {
    content: "\2192";
    position: absolute;
    top: 50%;
    right: 20px;
    color: #ffffff;
    font-size: 31px;
    font-weight: 300;
    line-height: 1;
    transform: translateY(-52%);
    pointer-events: none;
}

.ts-footer .ca-footer-row-3 {
    align-items: center !important;
    gap: 40px;
    margin-bottom: 0;
    padding-top: 8px;
}

.ts-footer .ca-footer-row-3 p {
    margin: 0;
    font-size: 24px !important;
    line-height: 1.35;
}

.ts-footer .ca-footer-row-3 .wp-block-buttons {
    justify-content: flex-end !important;
    gap: 24px !important;
}

.ts-footer .ca-footer-row-3 .wp-block-button__link {
    font-size: 25px !important;
    line-height: 1.2;
}
/* Accountant footer off */

/* Desktop and Tablet */
@media only screen and (min-width:768px) {
    .accountant-header > .wp-block-group {
        border-radius: 12px !important;
        border: 2px solid;
        border-image-source: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(106, 141, 255, 0.6) 52.26%, rgba(255, 255, 255, 0.6) 100%);
    }
    .accountant-header {
        z-index: 99999;
        padding-top: 20px;
        margin-top: 0px;
        transition: 0.3s;
    }
    .tse-section {
        padding: 90px 0px !important;
    }
    .page-hero {
        background-repeat: no-repeat;
        background-position: center right;
        margin-top: -115px !important;
    }
    .page-hero .section-title {
        padding-top: 200px;
    }
    .page-hero .wp-block-buttons.ca-btns {
        padding-bottom: 76px;
    }
}
/* Desktop Layout: 1025 < */
@media only screen and (min-width:1025px) {
    .ca-hs15.tse-section {
        padding: 90px 80px !important;
    }
    .ts-footer .ca-footer-row-1 > .wp-block-column:first-child,
    .ts-footer .ca-footer-row-3 > .wp-block-column:first-child {
        flex-basis: 50% !important;
    }

    .ts-footer .ca-footer-row-1 > .wp-block-column:last-child,
    .ts-footer .ca-footer-row-3 > .wp-block-column:last-child {
        flex-basis: 50% !important;
    }
}
/* Tablet Layout: 1024 => 768px */
@media only screen and (min-width:768px) and (max-width:1024px) {
    
    .ca-hs15 > .wp-block-columns {
        gap: 36px !important;
    }

    .ca-hs15 > .wp-block-columns > .wp-block-column:first-child,
    .ca-hs15 > .wp-block-columns > .wp-block-column:last-child {
        flex-basis: 100% !important;
        min-width: 0;
    }

    .ca-hs15 .section-title h2.wp-block-heading {
        font-size: 40px;
    }

    .ca-hs15 .section-title .ca-title-des {
        font-size: 18px !important;
    }

    .ca-hs15 .ca-hs15-left-box {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }

    .ca-hs15 .ca-hs15-left-box > .wp-block-group {
        padding: 28px 22px;
    }
    .ts-footer {
        padding: 72px 34px 62px !important;
    }

    .ts-footer .ca-footer-row-1 {
        padding-bottom: 58px;
    }

    .ts-footer .ca-footer-row-1 h3,
    .ts-footer .ca-footer-row-1 p {
        font-size: 27px !important;
    }

    .ts-footer .ca-footer-row-2 {
        flex-wrap: wrap !important;
        gap: 42px 56px !important;
        padding-top: 58px !important;
    }

    .ts-footer .ca-footer-row-2 > .wp-block-column:first-child,
    .ts-footer .ca-footer-row-2 > .wp-block-column:last-child {
        flex-basis: calc(50% - 28px) !important;
        max-width: none;
    }

    .ts-footer .ca-footer-row-2 > .wp-block-column:nth-child(2),
    .ts-footer .ca-footer-row-2 > .wp-block-column:nth-child(3) {
        flex-basis: calc(25% - 28px) !important;
    }

    .ts-footer .ca-footer-row-2 p,
    .ts-footer .ca-footer-menu .wp-block-button__link {
        font-size: 18px !important;
    }

    .ts-footer .ca-footer-row-3 p,
    .ts-footer .ca-footer-row-3 .wp-block-button__link {
        font-size: 20px !important;
    }
}
/* Mobile Layout: 767px => 360px */
@media (max-width: 767px) {
    .tse-section {
        padding: 48px 20px !important;
    }
    .wp-block-group.section-title {
        text-align: center;
    }
    .page-hero .wp-block-group.section-title {
        text-align: left;
    }
    h1.wp-block-heading {
        font-size: 32px;
    }
    .wp-block-buttons.ca-btns .wp-block-button {
        width: 100%;
    }
    p.ca-title-top {
        margin-bottom: 20px;
    }

    .ca-hs13 .wp-block-tanvir-blocks-my-slider.swiper.swiper-c4 {
        margin-top: 32px;
    }
    /* Location section on | Contact page  */
    
    .ca-location {
        padding-top: 32px;
        padding-bottom: 56px;
    }

    .ca-location > .wp-block-column,
    .ca-location > .wp-block-column[style] {
        flex-basis: 100% !important;
    }

    .ca-location > .wp-block-column:first-child > .wp-block-group,
    .ca-location iframe {
        min-height: 380px;
        height: 380px !important;
    }

    .ca-location .ca-office-hours {
        min-height: auto;
    }
    
    .ca-location {
        gap: 18px !important;
    }

    .ca-location > .wp-block-column:first-child > .wp-block-group,
    .ca-location iframe {
        min-height: 420px;
        height: 420px !important;
    }

    .ca-location .ca-office-address {
        right: 18px;
        bottom: 18px;
        left: 18px;
        width: auto;
        padding: 22px 20px;
    }

    .ca-location .ca-office-hours {
        padding: 30px 22px !important;
        border-radius: 18px;
    }
    /* Location section off | Contact page  */
    /* account overview section on | Service details page  */
    
    .ca-hs15.tse-section {
        padding: 38px 16px 46px !important;
    }

    .ca-hs15 > .wp-block-columns {
        gap: 34px !important;
    }

    .ca-hs15 > .wp-block-columns > .wp-block-column:first-child,
    .ca-hs15 > .wp-block-columns > .wp-block-column:last-child {
        flex-basis: 100% !important;
        min-width: 0;
    }

    .ca-hs15 .section-title {
        margin-bottom: 38px;
        text-align: left;
    }

    .ca-hs15 .section-title .ca-title-top {
        margin-bottom: 22px;
        padding: 6px 14px;
        font-size: 12px !important;
        text-align: left !important;
    }

    .ca-hs15 .section-title h2.wp-block-heading {
        font-size: 28px;
        line-height: 1.22;
        text-align: left !important;
    }

    .ca-hs15 .section-title .ca-title-des {
        padding-top: 30px !important;
        color: #666666 !important;
        font-size: 17px !important;
        line-height: 1.48;
    }

    .ca-hs15 .section-title .ca-title-des + .ca-title-des {
        padding-top: 28px !important;
    }

    .ca-hs15 h3.wp-block-heading {
        margin-bottom: 28px;
        font-size: 26px;
    }

    .ca-hs15 .swiper-c2 {
        margin-bottom: 46px;
        padding-bottom: 28px;
        overflow: hidden;
    }

    .ca-hs15 .swiper-c2 .swiper-wrapper {
        display: flex !important;
        gap: 0 !important;
    }

    .ca-hs15 .swiper-c2 .swiper-button-prev,
    .ca-hs15 .swiper-c2 .swiper-button-next {
        display: none;
    }

    .ca-hs15 .swiper-c2 .swiper-pagination {
        bottom: 0;
    }

    .ca-hs15 .swiper-c2 .swiper-pagination-bullet {
        width: 7px;
        height: 3px;
        border-radius: 999px;
        background: #d7dde8;
        opacity: 1;
    }

    .ca-hs15 .swiper-c2 .swiper-pagination-bullet-active {
        width: 12px;
        background: var(--ca-hs15-blue);
    }

    .ca-hs15 .ca-hs15-icon-box {
        min-height: 74px;
        padding: 20px 18px;
        border-radius: 8px;
    }

    .ca-hs15 .ca-hs15-icon-box .icon-text-wrapper {
        gap: 12px;
    }

    .ca-hs15 .ca-hs15-icon-box .tanvir-block-title {
        font-size: 14px !important;
    }

    .ca-hs15 .ca-hs15-icon-box .tanvir-block-des {
        font-size: 12px !important;
    }

    .ca-hs15 .ca-hs15-left-box {
        grid-template-columns: 1fr !important;
        gap: 20px;
        margin-bottom: 34px;
    }

    .ca-hs15 .ca-hs15-left-box > .wp-block-group {
        min-height: 174px;
        padding: 30px 24px;
        border-radius: 18px;
    }

    .ca-hs15 .ca-hs15-left-box h4.wp-block-heading {
        margin-bottom: 16px;
        font-size: 20px;
    }

    .ca-hs15 .ca-hs15-left-box p {
        font-size: 17px;
        line-height: 1.55;
    }

    .ca-hs15 .ca-service-details-price {
        padding: 30px 24px 32px;
        border-radius: 20px;
    }

    .ca-hs15 .ca-service-details-price > p:nth-of-type(2) {
        font-size: 42px;
    }

    .ca-hs15 .ca-service-details-price .ca-btns {
        margin-top: 26px;
    }

    .ca-hs15 .ca-s-plan-includes {
        margin-top: 36px;
    }

    .ca-hs15 .ca-hs4-icon-box {
        padding: 18px;
        border-radius: 20px;
    }

    .ca-hs15 .ca-hs4-icon-box .icon-text-wrapper {
        gap: 14px;
    }

    /* account overview section off | Service details page  */
    .ts-footer {
        padding: 48px 20px 46px !important;
    }

    .ts-footer .ca-footer-row-1,
    .ts-footer .ca-footer-row-2,
    .ts-footer .ca-footer-row-3 {
        flex-direction: column;
    }

    .ts-footer .ca-footer-row-1 {
        gap: 18px;
        padding-bottom: 38px;
    }

    .ts-footer .ca-footer-row-1 h3,
    .ts-footer .ca-footer-row-1 p {
        font-size: 26px !important;
        text-align: left !important;
        overflow-wrap: anywhere;
    }

    .ts-footer .ca-footer-row-2 {
        gap: 34px !important;
        padding-top: 38px !important;
        padding-bottom: 38px !important;
    }

    .ts-footer .ca-footer-row-2 > .wp-block-column,
    .ts-footer .ca-footer-row-2 > .wp-block-column[style] {
        flex-basis: 100% !important;
        max-width: none;
        width: 100%;
    }

    .ts-footer .ca-footer-row-2 h3 {
        margin-bottom: 18px;
        font-size: 22px !important;
    }

    .ts-footer .ca-footer-row-2 p,
    .ts-footer .ca-footer-menu .wp-block-button__link,
    .ts-footer .ca-footer-row-3 p,
    .ts-footer .ca-footer-row-3 .wp-block-button__link {
        font-size: 18px !important;
    }

    .ts-footer .ca-footer-row-2 > .wp-block-column:first-child p:first-child {
        padding-bottom: 24px !important;
    }

    .ts-footer .ca-footer-subscribe form > p {
        max-width: none;
    }

    .ts-footer .ca-footer-row-3 {
        align-items: flex-start !important;
        gap: 24px;
    }

    .ts-footer .ca-footer-row-3 .wp-block-buttons {
        justify-content: flex-start !important;
        gap: 16px 22px !important;
    }
    
    .pdr-box-1,
    .pdr-box-2,
    .pdr-box-3 {
        border-radius: 16px;
        margin-bottom: 22px;
    }

    .pdr-box-1,
    .pdr-box-2,
    .pdr-box-3 {
        padding: 28px 24px !important;
    }
}



/* =========================
   Accountant Home: Figma Flow
========================= */

.ca-hs3,
.ca-hs4,
.ca-hs5,
.ca-hs6,
.ca-hs7,
.ca-hs8,
.ca-hs9,
.ca-hs10,
.ca-hs12,
.ca-hs11-footer {
    --ca-blue: #0B5CFF;
    --ca-navy: #0F172B;
    --ca-text: #525252;
    --ca-muted: #737373;
    --ca-border: #E2E8F0;
    --ca-soft: #F1F5F9;
    --ca-offwhite: #FEFFFA;
    box-sizing: border-box;
}

/* Home Section 3: Trusted Results */
.ca-hs3.tse-section {
    background: #FFFFFF;
}
.ca-hs3 > .wp-block-columns {
    width: min(100%, 1280px);
    min-height: 430px;
    margin: 0 auto;
    padding: 80px;
    gap: 120px;
    align-items: flex-start !important;
    background: rgba(11, 92, 255, 0.07) !important;
    border-radius: 24px !important;
}

/* Home Section 4: Why Choose Us */
.ca-hs4.tse-section {
    background: var(--ca-offwhite);
}
.ca-hs4 > .wp-block-columns,
.ca-hs5 > .wp-block-columns {
    width: min(100%, 1280px);
    margin: 0 auto;
    gap: 80px;
    align-items: center !important;
}
.ca-hs4 > .wp-block-columns > .wp-block-column:first-child {
    flex-basis: 45% !important;
}
.ca-hs4 > .wp-block-columns > .wp-block-column:last-child {
    flex-basis: 55% !important;
}
.ca-hs4 .ca-hs4-icon-box {
    width: 100%;
    margin-top: 12px;
    padding: 16px;
    border-radius: 12px;
    background: #F8FAFC;
}
.ca-hs4 .ca-hs4-icon-box .icon-text-wrapper {
    gap: 16px;
}
.ca-hs4 .ca-hs4-icon-box .tanvir-block-title,
.ca-hs5 .ca-hs5-icon-box .tanvir-block-title {
    display: block;
    color: var(--ca-navy);
    font-size: 18px !important;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 4px;
}
.ca-hs4 .ca-hs4-icon-box .tanvir-block-des,
.ca-hs5 .ca-hs5-icon-box .tanvir-block-des {
    display: block;
    color: var(--ca-muted);
    font-size: 14px !important;
    line-height: 1.5;
}

/* Home Section 5: Our Methodology */
.ca-hs5.tse-section {
    background: var(--ca-offwhite);
}
.ca-hs5 > .wp-block-columns > .wp-block-column:first-child {
    flex-basis: 48% !important;
}
.ca-hs5 > .wp-block-columns > .wp-block-column:last-child {
    flex-basis: 52% !important;
}
.ca-hs5 .ca-hs5-icon-box {
    margin-top: 24px;
}
.ca-hs5 .ca-hs5-icon-box .icon-text-wrapper {
    gap: 18px;
}
.ca-hs5 .ca-hs5-icon-box .icon-container {
    flex: 0 0 48px;
}
.ca-hs5 .ca-hs5-icon-box + .ca-hs5-icon-box {
    padding-top: 22px;
    border-top: 1px solid #E5E7EB;
}
.ca-hs5 .ca-hs5-icon-box .tanvir-block-title {
    font-family: Inter, sans-serif;
    font-size: 24px !important;
    font-weight: 600;
    line-height: 1.3;
}
.ca-hs5 .ca-hs5-icon-box .tanvir-block-des {
    font-family: Inter, sans-serif;
    font-size: 16px !important;
    line-height: 1.6;
}
.ca-hs5 .wp-block-buttons {
    margin-top: 34px;
}

/* Home Section 6: Testimonials */
.ca-hs6.tse-section {
    background: var(--ca-soft);
}
.ca-hs6 .swiper {
    width: min(100%, 1280px);
    margin: 64px auto 0;
    padding-bottom: 56px;
}
.ca-hs6-testimonial-box {
    min-height: 360px;
    padding: 32px;
    border: 1px solid #E5EEFF;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0 18px 50px rgba(15, 23, 43, 0.07);
}
.ca-hs6-client-img {
    margin-bottom: 28px;
}
.ca-hs6-client-img figure:first-child img {
    width: 76px;
    height: 76px;
    border: 2px solid #E5EEFF;
    border-radius: 50%;
    object-fit: cover;
}
.ca-hs6-client-5-start {
    margin-bottom: 22px;
}
.ca-hs6-client-review {
    color: var(--ca-text);
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}
.ca-hs6-testimonial-box h4.wp-block-heading {
    color: var(--ca-navy);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 24px;
    margin-bottom: 4px;
}
.ca-hs6-testimonial-box h4 + p {
    color: var(--ca-muted);
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

/* Home Section 7: Pricing */
.ca-hs7-box {
    padding: 52px 24px;
}
.wp-block-group.ca-hs7-check-mark-icon .wp-block-tanvir-blocks-my-icon-img {
    margin-left: 0 !important;
}
.ca-hs7-box .wp-block-group.ca-hs7-price-info {
    margin-left: 0 !important;
    width: 100%;
}
.ca-hs7-check-mark-icon {
    margin-top: 28px;
    margin-bottom: 28px;
    margin-left: 0px !important;
}
.ca-hs7-price-info .ca-title-top {
	padding: 8px 18px;
	margin-bottom: 19px;
}
.ca-hs7-box.pricing-active p.ca-title-top {
    color: #0b5cff !important;
}
.ca-hs7 .swiper-button-next, .ca-hs7 .swiper-button-prev, .ca-hs2 .swiper-button-next, .ca-hs2 .swiper-button-prev {
    display: none;
}


/* Pricing Card */
.ca-hs7-box {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  padding: 38px 30px 36px !important;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.ca-hs7-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.14);
}

/* Active / Popular Card */
.ca-hs7-box.pricing-active {
  background: #0d1b38;
  border-color: #0d1b38;
  color: #ffffff;
  box-shadow: 0 28px 65px rgba(13, 27, 56, 0.28);
}

/* Remove Gutenberg Extra Spacing */
.ca-hs7-box > .wp-block-group,
.ca-hs7-box .ca-hs7-price-info,
.ca-hs7-box .ca-hs7-check-mark-icon {
  padding: 0 !important;
  margin: 0 !important;
}

.ca-hs7-box .wp-block-group__inner-container {
  padding: 0 !important;
}

/* Price Header */
.ca-hs7-price-info {
  border-bottom: 1px solid rgba(15, 23, 42, 0.10);
  padding-bottom: 34px !important;
}

.pricing-active .ca-hs7-price-info {
  border-bottom-color: rgba(255, 255, 255, 0.10);
}

.ca-hs7-price-info h3 {
  color: #111827;
  font-size: 28px !important;
  line-height: 1.2;
  font-weight: 500 !important;
  margin: 0 0 26px !important;
  letter-spacing: -0.03em;
}

.pricing-active .ca-hs7-price-info h3 {
  color: #ffffff;
}

/* Popular Badge */
.ca-title-top {
  background: #ffffff;
  color: #1769ff !important;
  font-size: 11px !important;
  line-height: 1;
  font-weight: 600;
  padding: 9px 13px;
  border-radius: 999px;
  margin: 0 !important;
  white-space: nowrap;
}

/* Price */
.ca-hs7-price-info > p:nth-of-type(1) {
  margin: 0 0 20px !important;
  color: #111827;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  justify-content: center;
}

.ca-hs7-price-info strong {
  font-size: 44px;
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #111827;
}

.ca-hs7-price-info sup {
  font-size: 14px;
  line-height: 1;
  color: #111827;
  position: relative;
  top: -5px;
  font-weight: 400;
}

.pricing-active .ca-hs7-price-info > p:nth-of-type(1),
.pricing-active .ca-hs7-price-info strong,
.pricing-active .ca-hs7-price-info sup {
  color: #ffffff;
}

/* Subtitle */
.ca-hs7-price-info > p:last-child {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 !important;
  padding-bottom: 30px;
}

.pricing-active .ca-hs7-price-info > p:last-child {
  color: rgba(255, 255, 255, 0.72);
}

/* Feature List */
.ca-hs7-check-mark-icon {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}

.ca-hs7-check-mark-icon .wp-block-tanvir-blocks-my-icon-img {
  margin: 0 !important;
}

.ca-hs7-check-mark-icon .icon-text-wrapper {
  gap: 12px !important;
  align-items: center !important;
}

.ca-hs7-check-mark-icon .icon-container {
  width: 18px !important;
  min-width: 18px;
  height: 18px;
  position: relative;
}

.ca-hs7-check-mark-icon .icon-container img {
  display: none !important;
}

.ca-hs7-check-mark-icon .icon-container::before {
  content: "✓";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #1769ff;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
}

.pricing-active .ca-hs7-check-mark-icon .icon-container::before {
  background: #ffffff;
  color: #0d1b38;
}

.ca-hs7-check-mark-icon .tanvir-block-des {
  color: #111827;
  font-size: 13px !important;
  line-height: 1.45;
  font-weight: 500;
}

.pricing-active .ca-hs7-check-mark-icon .tanvir-block-des {
  color: #ffffff;
}

/* Button */
.ca-hs7-box .wp-block-buttons {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.ca-hs7-box .wp-block-button {
  width: 100%;
}

.ca-hs7-box .wp-block-button__link {
  width: 100%;
  min-height: 52px;
  border-radius: 999px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff !important;
  color: #111827 !important;
  border: 1px solid rgba(15, 23, 42, 0.12) !important;
  font-size: 15px !important;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  box-shadow: none !important;
  transition: all 0.25s ease;
}

.ca-hs7-box .wp-block-button__link:hover {
  background: #f8fafc !important;
  border-color: rgba(15, 23, 42, 0.20) !important;
}

.ca-hs7-box.pricing-active .wp-block-button__link {
  background: #1769ff !important;
  color: #ffffff !important;
  border-color: #1769ff !important;
}
.ca-hs7-box.pricing-active .wp-block-button__link:hover {
  background: #075df2 !important;
  border-color: #075df2 !important;
}
.ca-hs7 .wp-block-tanvir-blocks-my-slider.swiper.swiper-c3.pricing-slider {
    padding: 70px 0;
}
.ca-hs7 .price-cta strong.tanvir-block-title {
    font-size: 20px;
}
.ca-hs7 .price-cta span.tanvir-block-des {
    margin-top: 10px;
    display: inline-block;
}
.ca-hs7 .price-cta .text-wrapper {
    padding-bottom: 14px;
    padding-left: 14px;
}
/* Home Section 8: FAQ */
.ca-hs8.tse-section {
    background: #FFFFFF;
}
.ca-hs8 > .wp-block-group:not(.section-title) {
    width: min(100%, 859px);
    margin: 52px auto 0;
}
.ca-hs8 > .wp-block-group:not(.section-title) > .wp-block-group {
    border: 1px solid #EBEBEB;
    border-radius: 0 !important;
    background: #FFFFFF;
    padding: 28px 24px !important;
    margin: 0 0 24px !important;
}
.ca-hs8 .virza-active {
    background: #F8FAFC !important;
}
.ca-hs8 .virza-toggle {
    align-items: center;
    gap: 20px;
}
.ca-hs8 .virza-toggle h4.wp-block-heading {
    color: var(--ca-navy);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.35;
    margin: 0;
}
.ca-hs8 .virza-toggle figure {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin: 0;
}
.ca-hs8 .virza-on-off p {
    color: var(--ca-text);
    font-size: 16px;
    line-height: 1.6;
}
.ca-hs8 > .wp-block-buttons {
    margin-top: 32px;
}

/* Home Section 9: Consultation Form */
.ca-hs9.tse-section {
    background: linear-gradient(180deg, #FEFEFE 0%, #A9CEEF 100%) !important;
}
.ca-hs9 > .wp-block-columns {
    width: min(100%, 1280px);
    min-height: 880px;
    margin: 0 auto;
    padding: 50px 40px;
    gap: 50px;
    align-items: center !important;
    background: var(--ca-soft) !important;
    border-radius: 24px !important;
}
.ca-hs9 > .wp-block-columns > .wp-block-column:first-child {
    flex-basis: 48% !important;
}
.ca-hs9 > .wp-block-columns > .wp-block-column:last-child {
    flex-basis: 52% !important;
}
.ca-hs9 h2.wp-block-heading {
    max-width: 575px;
    font-size: 48px;
    line-height: 1.25;
}
.ca-hs9 h2 + p {
    max-width: 512px;
    color: #364153 !important;
    font-size: 20px !important;
    line-height: 1.5;
    padding-top: 32px !important;
}
.ca-from-wrap {
    width: 100%;
    max-width: 575px;
    margin-left: auto;
    padding: 41px;
    border: 1px solid #D4D4D4;
    border-radius: 24px;
    background: #FFFFFF;
    box-shadow: 0 24px 70px rgba(15, 23, 43, 0.12);
}
.ca-from-wrap h3 {
    margin: 0 0 7px;
    color: var(--ca-navy);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.35;
}
.ca-from-wrap > p:first-of-type {
    margin: 0 0 36px;
    color: #737373;
    font-size: 16px;
    line-height: 1.65;
}
.ca-from-wrap .ca-f-row {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}
.ca-from-wrap .ca-f-row p,
.ca-from-wrap > p {
    width: 100%;
    margin: 0;
}
.ca-from-wrap label {
    display: block;
    color: #404040;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}
.ca-from-wrap .wpcf7-form-control-wrap {
    display: block;
    margin-top: 8px;
}
.ca-from-wrap input:not([type="submit"]),
.ca-from-wrap select,
.ca-from-wrap textarea {
    width: 100%;
    border: 1px solid #D4D4D4;
    border-radius: 0;
    background: #FFFFFF;
    color: #404040;
    font-size: 16px;
    line-height: 1.4;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.ca-from-wrap input:not([type="submit"]),
.ca-from-wrap select {
    height: 53px;
    padding: 14px 17px;
}
.ca-from-wrap textarea {
    min-height: 128px;
    padding: 14px 17px;
    resize: vertical;
}
.ca-from-wrap input:focus,
.ca-from-wrap select:focus,
.ca-from-wrap textarea:focus {
    border-color: var(--ca-blue);
    box-shadow: 0 0 0 3px rgba(11, 92, 255, 0.12);
}
.ca-from-wrap input[type="submit"] {
    width: 100%;
    min-height: 48px;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: var(--ca-blue);
    color: #FFFFFF;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    transition: background 0.2s ease, transform 0.2s ease;
}
.ca-from-wrap input[type="submit"]:hover {
    background: var(--ca-navy);
    transform: translateY(-1px);
}
.ca-from-wrap .ca-f-after-btn {
    margin-top: 24px;
    color: #737373;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

/* Home Section 10: Blog */
.ca-hs10.tse-section {
    background: #FFFFFF;
}
.ca-hs10 > .wp-block-columns {
    width: min(100%, 1280px);
    margin: 0 auto;
    gap: 64px;
    align-items: flex-end;
}
.ca-hs10 > .wp-block-columns > .wp-block-column:first-child {
    flex-basis: 52% !important;
}
.ca-hs10 > .wp-block-columns > .wp-block-column:last-child {
    flex-basis: 48% !important;
}
.ca-hs10 .wp-block-query {
    width: min(100%, 1280px);
    margin: 60px auto 0;
}
.ca-hs10 .wp-block-post-template {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}
.ca-hs10 .wp-block-post {
    overflow: hidden;
    border: 1px solid var(--ca-border);
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0 18px 45px rgba(15, 23, 43, 0.06);
}
.ca-hs10 .wp-block-post-featured-image {
    margin: 14px 14px 28px;
}
.ca-hs10 .wp-block-post-featured-image img {
    width: 100%;
    aspect-ratio: 1.75 / 1;
    border-radius: 6px;
    object-fit: cover;
}
.ca-hs10 .wp-block-post-title {
    margin: 0 28px 16px;
    color: var(--ca-navy);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.35;
}
.ca-hs10 .wp-block-post-title a {
    color: inherit;
    text-decoration: none;
}
.ca-hs10 .wp-block-post-excerpt {
    margin: 0 28px 28px;
    color: var(--ca-text);
    font-size: 14px;
    line-height: 1.45;
}
.ca-hs10 .wp-block-post-excerpt__more-link {
    display: inline-flex;
    margin-top: 20px;
    color: var(--ca-blue);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

/* Home Section 12: CTA */
.ca-hs12.tse-section {
    background: var(--ca-soft);
}
.ca-hs12 > .wp-block-columns {
    width: min(100%, 1280px);
    min-height: 445px;
    margin: 0 auto;
    padding: 48px;
    gap: 80px;
    align-items: center !important;
    background: #0C1A38 !important;
    border-radius: 24px !important;
    overflow: hidden;
}
.ca-hs12 > .wp-block-columns > .wp-block-column:first-child {
    flex-basis: 48% !important;
}
.ca-hs12 > .wp-block-columns > .wp-block-column:last-child {
    flex-basis: 52% !important;
}
.ca-hs12 h2.wp-block-heading {
    max-width: 552px;
    color: #FFFFFF !important;
    font-size: 48px;
    line-height: 1.2;
}
.ca-hs12 p {
    max-width: 552px;
    color: #F5F5F5 !important;
    font-size: 16px;
    line-height: 1.5;
}
.ca-hs12 figure.wp-block-image {
    margin: 0;
}
.ca-hs12 figure.wp-block-image img {
    max-height: 349px;
    object-fit: cover;
}

/* Home Section 11: Footer */
.ca-hs11-footer {
    color: #FFFFFF;
}
.ca-hs11-footer > .wp-block-columns {
    width: min(100%, 1332px);
    margin-left: auto;
    margin-right: auto;
}
.ca-hs11-footer .ca-footer-row-1 {
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}
.ca-hs11-footer .ca-footer-row-1 h3,
.ca-hs11-footer .ca-footer-row-1 p {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
}
.ca-hs11-footer .ca-footer-row-2 {
    padding: 80px 0;
    gap: 80px;
}
.ca-hs11-footer .ca-footer-row-2 p,
.ca-hs11-footer .ca-footer-row-3 p {
    color: #F5F5F5;
    font-size: 20px !important;
    line-height: 1.3;
}
.ca-hs11-footer .ca-footer-row-2 h3 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}
.ca-hs11-footer .wp-block-button__link {
    background: transparent !important;
    color: #F5F5F5 !important;
    border: 0 !important;
    font-size: 20px !important;
    line-height: 1.3;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}
.ca-hs11-footer .wp-block-button__link:hover {
    color: #91B1F0 !important;
    transform: translateX(4px);
}
.ca-hs11-footer .ca-footer-row-3 {
    padding-top: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
}
.ca-hs11-footer .ca-footer-row-3 .wp-block-buttons {
    gap: 12px;
}
.ts-cat-list ul {
    list-style: none;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.ts-cat-list ul li a {
    padding: 8px 12px;
    border: 1px solid #E5E5E5;
    border-radius: 24px;
    color: #0F172B;
    font-size: 14px;
}
.ts-cat-list ul li {
    margin: 12px;
}
.ts-3c-blog .wp-block-group.is-layout-flow.wp-block-group-is-layout-flow {
    border: 2px solid #ddd;
    border-radius: 16px;
}
.ts-3c-blog .wp-block-group.is-layout-flow.wp-block-group-is-layout-flow .wp-block-group.ts-hs8-post-info {
    padding: 24px;
}
.ts-3c-blog .wp-block-group.is-layout-flow.wp-block-group-is-layout-flow .wp-block-group.ts-hs8-post-cat img {
    border-radius: 16px 16px 0 0;
}
.ts-3c-blog .wp-block-group.is-layout-flow.wp-block-group-is-layout-flow .wp-block-group.ts-hs8-post-info h4.wp-block-post-title {
    min-height: 74px;
}
.ts-3c-blog nav.wp-block-query-pagination.wp-block-query-pagination-is-layout-flex {
    margin: 60px auto;
}
.ts-3c-blog nav.wp-block-query-pagination.wp-block-query-pagination-is-layout-flex span.page-numbers.current {
    background: #0b5cff;
    color: #ffffff;
}
.ts-3c-blog nav.wp-block-query-pagination.wp-block-query-pagination-is-layout-flex .page-numbers {
    padding: 4px 12px;
    border-radius: 6px;
    cursor: pointer;
}

/* =========================
   Home Section 6 and 7 Figma Match Fix
========================= */

/* Home Section 6: Testimonials Figma Match */
.ca-hs6.tse-section {
    background: #F1F5F9;
}
.ca-hs6 .section-title {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.ca-hs6 .section-title h2.wp-block-heading {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    color: #0F172B;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0;
}
.ca-hs6 .section-title .ca-title-des {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    color: #525252;
    font-size: 14px !important;
    line-height: 1.45;
}
.ca-hs6 .swiper {
    width: min(100%, 1280px);
    margin-top: 48px;
    padding: 0 0 92px;
    overflow: hidden;
}
.ca-hs6 .swiper-wrapper {
    align-items: stretch;
}
.ca-hs6 .swiper-slide {
    height: auto !important;
}
.ca-hs6-testimonial-box {
    min-height: 300px;
    height: 100%;
    padding: 32px 32px 28px;
    border: 0;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0 18px 45px rgba(15, 23, 43, 0.08);
}
.ca-hs6-client-img {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}
.ca-hs6-client-img figure,
.ca-hs6-client-5-start {
    margin: 0;
}
.ca-hs6-client-img figure:first-child img {
    width: 52px !important;
    height: 52px !important;
    border: 0;
    border-radius: 999px;
    object-fit: cover;
}
.ca-hs6-client-img figure:last-child img {
    width: 38px;
    opacity: 0.9;
}
.ca-hs6-client-5-start {
    width: 76px;
    margin-bottom: 16px;
    margin-left: 0 !important;
}
.ca-hs6-client-5-start img {
    width: 76px;
}
.ca-hs6-client-review {
    min-height: 96px;
    margin: 0 0 18px;
    color: #525252;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.55;
}
.ca-hs6-testimonial-box h4.wp-block-heading {
    margin: 0 0 3px;
    color: #0F172B;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}
.ca-hs6-testimonial-box h4.wp-block-heading + p {
    margin: 0;
    color: #737373;
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 1.35;
}
.ca-hs6 .swiper-button-prev,
.ca-hs6 .swiper-button-next {
    top: auto !important;
    bottom: 22px;
    width: 34px;
    height: 34px;
    margin: 0;
    border-radius: 999px;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.ca-hs6 .swiper-button-prev {
    left: calc(50% - 43px) !important;
    right: auto !important;
    border: 1px solid #D4D4D4;
    background: #FFFFFF;
    color: #737373;
}
.ca-hs6 .swiper-button-next {
    left: calc(50% + 9px) !important;
    right: auto !important;
    border: 1px solid #D4D4D4;
    background: #FFFFFF;
    color: #737373;
}
.ca-hs6 .swiper-button-prev::after,
.ca-hs6 .swiper-button-next::after {
    font-size: 12px;
    font-weight: 700;
}
.ca-hs6 .swiper-pagination {
    display: none;
}
/* =========================
   Home Section 10 Blog Figma Match Fix
========================= */
.ca-hs10.tse-section {
    background: #FFFFFF;
}
.ca-hs10 > .wp-block-columns {
    width: min(100%, 1280px);
    margin: 0 auto;
    gap: 76px;
    align-items: flex-end !important;
}
.ca-hs10 > .wp-block-columns > .wp-block-column:first-child {
    flex-basis: 53% !important;
}
.ca-hs10 > .wp-block-columns > .wp-block-column:last-child {
    flex-basis: 47% !important;
    padding-bottom: 4px;
}
.ca-hs10 .section-title h2.wp-block-heading {
    max-width: 640px;
    color: #0F172B;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: 0;
}
.ca-hs10 .section-title h2 mark {
    color: #0B5CFF !important;
}
.ca-hs10 .ca-title-des {
    max-width: 576px;
    color: #525252;
    font-size: 16px !important;
    line-height: 1.55;
    padding-top: 0 !important;
    padding-bottom: 28px !important;
}
.ca-hs10 > .wp-block-group:not(.section-title) {
    width: min(100%, 1280px);
    margin: 60px auto 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.ca-hs10 .wp-block-query {
    width: 100%;
    margin: 0;
}
.ca-hs10 .wp-block-post-template {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.ca-hs10 .wp-block-post:nth-child(n+4) {
    display: none;
}
.ca-hs10 .wp-block-post {
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    background: #F1F5F9;
    box-shadow: none;
}
.ca-hs10 .wp-block-post > .wp-block-group {
    height: 100%;
    padding: 14px !important;
}
.ca-hs10 .wp-block-post:first-child {
    grid-row: 1 / span 2;
}
.ca-hs10 .wp-block-post:first-child > .wp-block-group {
    display: flex;
    flex-direction: column;
}
.ca-hs10 .wp-block-post:not(:first-child) > .wp-block-group {
    display: grid;
    grid-template-columns: 246px minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
}
.ca-hs10 .wp-block-post-featured-image {
    margin: 0;
    overflow: hidden;
    border-radius: 16px;
}
.ca-hs10 .wp-block-post-featured-image a,
.ca-hs10 .wp-block-post-featured-image img {
    display: block;
    width: 100%;
    height: 100%;
}
.ca-hs10 .wp-block-post-featured-image img {
    object-fit: cover;
    transition: transform 0.28s ease;
}
.ca-hs10 .wp-block-post:hover .wp-block-post-featured-image img {
    transform: scale(1.035);
}
.ca-hs10 .wp-block-post:first-child .wp-block-post-featured-image {
    height: 340px;
    margin-bottom: 32px;
}
.ca-hs10 .wp-block-post:not(:first-child) .wp-block-post-featured-image {
    grid-row: 1 / span 4;
    min-height: 282px;
}
.ca-hs10 .wp-block-post-date {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 24px;
    padding: 0 !important;
    color: #575757 !important;
    font-size: 14px !important;
    line-height: 1.45;
}
.ca-hs10 .wp-block-post-date::before {
    content: "Article";
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 6px 13px;
    border-radius: 999px;
    background: #FFFFFF;
    color: #032F39;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    box-shadow: 0 8px 20px rgba(15, 23, 43, 0.04);
}
.ca-hs10 .wp-block-post-title {
    margin: 0 0 18px;
    padding: 0 !important;
    color: #0F172B;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0;
}
.ca-hs10 .wp-block-post-title a {
    color: inherit !important;
    text-decoration: none;
}
.ca-hs10 .wp-block-post:first-child .wp-block-post-title {
    font-size: 32px;
    max-width: 596px;
}
.ca-hs10 .wp-block-post:not(:first-child) .wp-block-post-title {
    font-size: 24px;
    align-self: start;
}
.ca-hs10 .wp-block-post-excerpt {
    display: flex;
    flex-direction: column;
    margin: 0;
    color: #525252;
    font-size: 16px;
    line-height: 1.5;
}
.ca-hs10 .wp-block-post:not(:first-child) .wp-block-post-excerpt {
    font-size: 15px;
}
.ca-hs10 .wp-block-post-excerpt p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}
.ca-hs10 .wp-block-post-excerpt__more-text {
    margin: 28px 0 0;
}
.ca-hs10 .wp-block-post-excerpt__more-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 178px;
    min-height: 48px;
    margin: 0;
    padding: 12px 28px;
    border-radius: 10px;
    background: #DCE9FF;
    color: #0B5CFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.ca-hs10 .wp-block-post-excerpt__more-link:hover {
    background: #0B5CFF;
    color: #FFFFFF;
    transform: translateY(-1px);
}
.ca-hs10 .ca-btns .wp-block-button__link {
    min-width: 214px;
    min-height: 48px;
    border-radius: 10px;
    background: #DCE9FF !important;
    color: #0B5CFF !important;
    font-size: 16px;
    font-weight: 500;
}
.ca-hs10 .ca-btns .wp-block-button__link:hover {
    background: #0B5CFF !important;
    color: #FFFFFF !important;
}
.ca-hs10 .ca-btns .wp-block-button__link:hover svg path {
    stroke: #FFFFFF;
}
 /* Home page Blog section Off */
/* Accountant Home: Desktop Heights */
@media only screen and (min-width: 1025px) {
    .ca-hs3.tse-section { padding: 56px 80px !important; }
    .ca-hs4.tse-section { padding: 90px 80px !important; }
    .ca-hs5.tse-section { padding: 90px 80px !important; }
    .ca-hs6.tse-section { padding: 90px 80px !important; }
    .ca-hs7.tse-section { padding: 90px 80px !important; }
    .ca-hs8.tse-section { padding: 90px 80px !important; }
    .ca-hs9.tse-section { padding: 90px 80px !important; }
    .ca-hs10.tse-section { padding: 90px 80px !important; }
    .ca-hs12.tse-section { padding: 48px 80px !important; }
    .ca-hs11-footer.tse-section { padding: 80px 54px 76px !important; }
    .ca-hs6.tse-section {
        padding-top: 90px !important;
        padding-bottom: 92px !important;
    }
    .ca-hs7.tse-section {
        padding-top: 88px !important;
        padding-bottom: 90px !important;
    }
    .ca-hs10.tse-section {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
}

/* Accountant Home: Tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
   
    .ca-hs4 > .wp-block-columns,
    .ca-hs5 > .wp-block-columns,
    .ca-hs10 > .wp-block-columns {
        gap: 48px;
    }
    .ca-hs7 .pricing-slider .swiper-wrapper {
        gap: 24px !important;
    }
    .ca-hs10 .wp-block-post-template {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .ca-hs6 .section-title h2.wp-block-heading,
    .ca-hs7 .section-title h2.wp-block-heading {
        font-size: 36px;
    }
    .ca-hs7-box {
        min-height: 520px;
        padding: 28px 24px;
    }
    .ca-hs7-price-info p strong {
        font-size: 38px;
    }
    .ca-hs7 .price-cta {
        padding: 24px;
    }
    /* Home page Blog section On */
    .ca-hs10 > .wp-block-columns {
        gap: 40px;
    }
    .ca-hs10 .section-title h2.wp-block-heading {
        font-size: 40px;
    }
    .ca-hs10 .wp-block-post-template {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .ca-hs10 .wp-block-post:first-child {
        grid-row: auto;
    }
    .ca-hs10 .wp-block-post:not(:first-child) > .wp-block-group {
        grid-template-columns: 42% minmax(0, 1fr);
    }
    .ca-hs10 .wp-block-post:not(:first-child) .wp-block-post-featured-image {
        min-height: 260px;
    }
    /* Home page Blog section Off */
    
}

/* Accountant Home: Mobile */
@media (max-width: 767px) {
    
    .ca-hs7-box,
    .ca-hs6-testimonial-box {
        padding-left: 24px;
        padding-right: 24px;
    }
    .ca-hs3 > .wp-block-columns,
    .ca-hs9 > .wp-block-columns,
    .ca-hs12 > .wp-block-columns {
        min-height: 0;
        padding: 32px 24px;
        gap: 32px;
        flex-direction: column;
    }
    .ca-hs3 .trava-stats-section {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }
    .ca-hs3 .trava-stats-section strong,
    .ca-hs3 .trava-stats-section h3,
    .ca-hs3 .trava-stats-section .wp-block-heading {
        font-size: 34px;
    }
    .ca-hs4 > .wp-block-columns,
    .ca-hs5 > .wp-block-columns,
    .ca-hs10 > .wp-block-columns {
        gap: 32px;
        flex-direction: column;
    }
    .ca-hs5 > .wp-block-columns {
        flex-direction: column-reverse;
    }
    .ca-hs4 .ca-hs4-icon-box {
        padding: 14px;
    }
    .ca-hs4 .ca-hs4-icon-box .icon-text-wrapper,
    .ca-hs5 .ca-hs5-icon-box .icon-text-wrapper {
        gap: 14px;
    }
    .ca-hs5 .ca-hs5-icon-box .tanvir-block-title {
        font-size: 20px !important;
    }
    .ca-hs5 .ca-hs5-icon-box .tanvir-block-des {
        font-size: 15px !important;
    }
    .ca-hs7-box.pricing-active {
        transform: none;
    }
    .ca-hs7 .price-cta {
        padding: 24px;
        flex-direction: column;
    }
    .ca-hs7 .price-cta strong.tanvir-block-title {
        font-size: 17px;
    }
    .ca-hs7 .price-cta .wp-block-buttons,
    .ca-hs7 .price-cta .wp-block-button,
    .ca-hs7 .price-cta .wp-block-button__link {
        width: 100%;
    }
    .ca-hs8 > .wp-block-group:not(.section-title) {
        margin-top: 32px;
    }
    .ca-hs8 .virza-toggle h4.wp-block-heading {
        font-size: 20px;
    }
    .ca-hs8 > .wp-block-group:not(.section-title) > .wp-block-group {
        padding: 22px 18px !important;
    }
    .ca-hs9 h2 + p {
        font-size: 16px !important;
        padding-top: 18px !important;
    }
    .ca-from-wrap {
        padding: 28px 20px;
    }
    .ca-from-wrap .ca-f-row {
        flex-direction: column;
        gap: 18px;
        margin-bottom: 18px;
    }
    .ca-from-wrap h3 {
        font-size: 22px;
    }
    .ca-from-wrap label,
    .ca-from-wrap input:not([type="submit"]),
    .ca-from-wrap select,
    .ca-from-wrap textarea {
        font-size: 15px;
    }
    .ca-hs10 .wp-block-post-template {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .ca-hs10 .wp-block-post-title {
        font-size: 22px;
    }
    .ca-hs12 > .wp-block-columns {
        text-align: left;
    }
    .ca-hs12 figure.wp-block-image img {
        max-height: none;
    }
    .ca-hs11-footer .ca-footer-row-1,
    .ca-hs11-footer .ca-footer-row-2,
    .ca-hs11-footer .ca-footer-row-3 {
        padding: 36px 0;
        gap: 28px;
    }
    .ca-hs11-footer .ca-footer-row-1 {
        padding-top: 0;
    }
    .ca-hs11-footer .ca-footer-row-1 h3,
    .ca-hs11-footer .ca-footer-row-1 p {
        font-size: 26px;
        text-align: left !important;
    }
    .ca-hs11-footer .ca-footer-row-2 p,
    .ca-hs11-footer .ca-footer-row-3 p,
    .ca-hs11-footer .wp-block-button__link {
        font-size: 17px !important;
    }
    .ca-hs11-footer .ca-footer-row-3 .wp-block-buttons {
        justify-content: flex-start !important;
    }
    
    .ca-hs6.tse-section,
    .ca-hs7.tse-section {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }
    .ca-hs6 .section-title h2.wp-block-heading,
    .ca-hs7 .section-title h2.wp-block-heading {
        font-size: 24px;
        line-height: 1.22;
    }
    .ca-hs6 .section-title .ca-title-des,
    .ca-hs7 .section-title .ca-title-des {
        font-size: 12px !important;
    }
    .ca-hs6 .swiper,
    .ca-hs7 .pricing-slider {
        width: 100%;
        margin-top: 34px;
    }
    .ca-hs6 .swiper {
        padding-bottom: 54px;
    }
    .ca-hs6-testimonial-box {
        min-height: 0;
        padding: 28px 22px 24px;
        border-radius: 10px;
    }
    .ca-hs6-client-review {
        min-height: 0;
        font-size: 13px;
    }
    .ca-hs6 .swiper-button-prev,
    .ca-hs6 .swiper-button-next {
        display: none;
    }
    .ca-hs6 .swiper-pagination, .ca-hs2 .swiper-pagination, .ca-hs7 .swiper-pagination {
        display: block;
        bottom: 8px !important;
    }
    .ca-hs6 .swiper-pagination-bullet,
    .ca-hs2 .swiper-pagination-bullet,
    .ca-hs7 .swiper-pagination-bullet {
        width: 12px;
        height: 3px;
        border-radius: 99px;
        background: #0B5CFF;
        opacity: 0.25;
    }
    .ca-hs6 .swiper-pagination-bullet-active,
    .ca-hs2 .swiper-pagination-bullet-active,
    .ca-hs7 .swiper-pagination-bullet-active {
        opacity: 1;
    }
    .ca-hs7-box {
        min-height: 0;
        padding: 28px 22px;
        border-radius: 8px;
    }
    .ca-hs7-box.pricing-active {
        background: #FFFFFF;
        border-color: #E6EEF8;
        box-shadow: 0 18px 45px rgba(15, 23, 43, 0.12);
    }
    .ca-hs7-box.pricing-active .ca-hs7-price-info h3.wp-block-heading,
    .ca-hs7-box.pricing-active .ca-hs7-price-info p,
    .ca-hs7-box.pricing-active .ca-hs7-price-info p strong,
    .ca-hs7-box.pricing-active .ca-hs7-price-info p sup,
    .ca-hs7-box.pricing-active .ca-hs7-check-mark-icon .tanvir-block-des {
        color: inherit !important;
    }
    .ca-hs7-price-info h3.wp-block-heading {
        font-size: 22px !important;
    }
    .ca-hs7-price-info p strong {
        font-size: 38px;
    }
    .ca-hs7-check-mark-icon .tanvir-block-des {
        font-size: 12px !important;
    }
    .ca-hs7 .price-cta {
        margin-top: 34px;
        padding: 24px 20px;
    }
    .ca-hs7 .price-cta .icon-text-wrapper {
        align-items: flex-start !important;
    }
    .ca-hs7 .price-cta .ca-btns,
    .ca-hs7 .price-cta .wp-block-button,
    .ca-hs7 .price-cta .wp-block-button__link {
        width: 100%;
    }
    .ca-hs7 .price-cta .ca-btns .wp-block-button__link {
        min-width: 0;
    }
    .ca-hs7-box.pricing-active {
        color: #171717;
    }
    /* Home page Blog section On */
    
    .ca-hs10.tse-section {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }
    .ca-hs10 > .wp-block-columns {
        gap: 18px;
        align-items: flex-start !important;
    }
    .ca-hs10 .section-title h2.wp-block-heading {
        font-size: 30px;
        line-height: 1.25;
    }
    .ca-hs10 .ca-title-des {
        font-size: 14px !important;
        padding-bottom: 18px !important;
    }
    .ca-hs10 .ca-btns,
    .ca-hs10 .ca-btns .wp-block-button,
    .ca-hs10 .ca-btns .wp-block-button__link {
        width: 100%;
    }
    .ca-hs10 > .wp-block-group:not(.section-title) {
        margin-top: 34px !important;
    }
    .ca-hs10 .wp-block-post-template {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 24px;
    }
    .ca-hs10 .wp-block-post:first-child {
        grid-row: auto;
    }
    .ca-hs10 .wp-block-post > .wp-block-group,
    .ca-hs10 .wp-block-post:not(:first-child) > .wp-block-group {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 12px !important;
    }
    .ca-hs10 .wp-block-post:first-child .wp-block-post-featured-image,
    .ca-hs10 .wp-block-post:not(:first-child) .wp-block-post-featured-image {
        height: auto;
        min-height: 0;
        aspect-ratio: 1.65 / 1;
        margin-bottom: 24px;
    }
    .ca-hs10 .wp-block-post-date {
        gap: 14px;
        margin-bottom: 18px;
        font-size: 13px !important;
    }
    .ca-hs10 .wp-block-post-date::before {
        min-height: 32px;
        padding: 6px 12px;
        font-size: 14px;
    }
    .ca-hs10 .wp-block-post:first-child .wp-block-post-title,
    .ca-hs10 .wp-block-post:not(:first-child) .wp-block-post-title {
        font-size: 24px;
    }
    .ca-hs10 .wp-block-post-excerpt,
    .ca-hs10 .wp-block-post:not(:first-child) .wp-block-post-excerpt {
        font-size: 14px;
    }
    .ca-hs10 .wp-block-post-excerpt__more-link {
        width: 100%;
    }
    /* Home page Blog section Off */

}

