.hero-banner h1 {
    color: #0073b3;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 22px;
}

.hero-banner .h2 {
    font-size: 37px;
    color: #060638;
    font-weight: 700;
    margin-bottom: 15px;
}

.hero-banner p {
    font-size: 17px;
}

.hero-banner a {
    font-size: 18px;
    background-color: #3cc6f0;
    padding: .7vmax 4vmax .7vmax 1.3vmax;
    border-radius: 50px;
    text-decoration: none;
    color: black;
    font-weight: 600;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-top: 16px;
}

.hero-banner a span {
    background-color: white;
    color: black;
    font-size: 20px;
    padding: .4vmax .7vmax;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    z-index: 2;
    transition: all 0.1s ease-out;
}

.hero-banner img {
    max-width: 100%;
}

/* Hero Backgrounds */
.hero-bg-dc {
    background-image: url(/assets/imgs/service/dc-img-01.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.hero-bg-mdr {
    background-image: url(/assets/imgs/service/mdr-img-01.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.hero-bg-tax {
    background-image: url(/assets/imgs/service/tdr-img-01.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.hero-bg-ds {
    background-image: url(/assets/imgs/service/img01%201.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}


/* Common */
.common-h2 {
    text-align: center;
    font-size: 40px;
    color: #2d2b83;
    font-weight: 700;
    margin-bottom: 15px;
}

.common-p {
    font-size: 17px;
    margin-bottom: 10px;
}

.what-is {
    text-align: center;
}

/* Lists */
.debt-list li {
    white-space: nowrap;
    font-size: 16px;
}

.debt-list i {
    font-size: 18px;
    color: #0d6efd;
}

/* What Row */
.what-rw i {
    padding-right: 8px;
    font-size: 29px;
}

.what-rw p {
    font-size: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Steps */
.step-col {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 0 15px;
}

.step-icon {
    width: 80px;
    height: 80px;
    background: #060638;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.step-icon i {
    color: #fff;
}

.step-col h4 {
    color: #2d2b83;
}

.arrow-img {
    max-width: 100%;
}

.arrow-icon {
    position: absolute;
    top: 30px;
    right: -20px;
}

/* Cards */
.card-1 {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 3px 3px 7px #837979fa;
    background: #fff;
}

.cnt,
.icn {
    padding: 8px 0;
}

.card-1 i {
    font-size: 28px;
    color: #0073b3;
}

.card-1 h5 {
    padding-bottom: 8px;
    color: #2d2b83;
}

.text-left {
    text-align: left;
}

/* Features */
.feature-card {
    background: #f1f9ff;
    border-radius: 18px;
    padding: 32px 26px;
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.icon-box {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    border: 2px solid #060638;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d6efd;
    font-size: 22px;
}

.feature-card h5 {
    font-weight: 600;
    color: #2d2b83;
    margin-bottom: 7px;
}

.feature-card p {
    font-size: 15px;
    color: #555;
}

/* Benefits */
.fec i {
    font-size: 25px;
    color: #0073b3;
}

.benefits h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2d2b83;
}

.why-choose h5 {
    color: #2d2b83;
}

/* CTA */
.cta-box {
    background: linear-gradient(135deg, #2d2b83, #060638);
    border-radius: 30px;
    padding: 70px 60px;
    min-height: 320px;
    position: relative;
}

.cta-btn {
    background: #060638;
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #0073b3;
}

.cta-btn span {
    width: 14px;
    height: 14px;
    background: #0073b3;
    border-radius: 50%;
}

/* Circles */
.circle-wrap {
    position: absolute;
    top: 50%;
    right: -265px;
    transform: translateY(-50%);
    width: 520px;
    height: 520px;
    pointer-events: none;
}

.circle {
    position: absolute;
    inset: 0;
    border-radius: 50%;
}

.c1 { background: rgba(0,115,179,0.10); }
.c2 { inset: 40px; background: rgba(0,115,179,0.16); }
.c3 { inset: 80px; background: rgba(0,115,179,0.22); }
.c4 { inset: 120px; background: rgba(0,115,179,0.30); }
.c5 { inset: 160px; background: rgba(0,115,179,0.38); }
.c6 { inset: 200px; background: rgba(0,115,179,0.46); }

/* Responsive */
@media (max-width: 991px) {
    .circle-wrap {
        right: -300px;
    }
}


.accordion-button {
  background-color: #01579b;
  color: white;
  font: 20px Roboto, sans-serif;
}
.accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed):after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:hover {
  font: 21px Roboto, sans-serif;
}
.accordion-button:not(.collapsed) {
  background-color: #0277bd;
  color: white;
}
.accordion-item {
  background-color: #e1f5fe;
  font: 16px Roboto, sans-serif;
}
