body {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

#step6,
#step2,
#step3,
#step4,
#step5,
#step1-1 {
    display: none;
}

.navbar {
    width: 100%;
    height: 100px;
    background: #FFF !important;
}

.nav-link {
    color: #212C31;
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-right: 18px !important;
    margin-left: 18px;
    text-transform: uppercase;
}

.Navbutton {
    display: flex;
    width: 189px;
    height: 62px;
    padding: 17px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 77px;
    background: #6AA93B;
    border: none;
    color: #FFF;
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}

.Hero_Section {
    width: 100%;
    height: 690px;
    background-image: url('../image/hero\ bg.webp');
    background-size: cover;
    display: flex;
    align-items: center;
}

.Hero_Section_Waper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Hero_SectionContent {
    width: 50%;
}

.Hero_SectionFrom {
    width: 50%;
    height: auto;
    display: flex;
    justify-content: end;
}

.Hero_SectionContent h1 {
    color: var(--white, #FFF);
    font-family: Oswald;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.Hero_SectionContent p {
    color: var(--white, #FFF);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 30px;
}

.Hero_SectionContent button {
    border-radius: 77px;
    background: #6AA93B;
    display: flex;
    width: 189px;
    height: 62px;
    padding: 17px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-top: 30px;
    text-transform: uppercase;
    border: none;
}

.HeroCountingContent {
    display: flex;
    align-items: center;
}

.HeroCountingContentLine {
    width: 2px;
    height: 65px;
    flex-shrink: 0;
    background: #54636B;
    margin: 30px;
    margin-top: 60px;
}

.HeroCountingContentLeft p {
    color: var(--white, #FFF);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.HeroCountingContentLeft h3 {
    color: #6AA93B;
    font-family: Oswald;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.HeroCountingContentRight p {
    color: var(--white, #FFF);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.HeroCountingContentRight h3 {
    color: #6AA93B;
    font-family: Oswald;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.HeroFrom {
    width: 510px;
    height: auto;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

.HeroFrom h1 {
    background: #6AA93B;
    color: #FFF;
    text-align: center;
    font-family: Oswald;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    padding: 32px;
}

.List {
    height: auto;
    padding: 32px;
}

.List span {
    margin-left: 10px;
    color: #212C31;
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

/* form */
.fromTopcolor {
    margin: 0 auto;
    display: block;
}

.fromCongratulation {
    color: #497A29;
    text-align: center;
    font-family: Oswald;
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    /* 129.268% */
    text-transform: uppercase;
}

.fromCongratulationDis {
    color: #6AA93B;
    text-align: center;
    font-family: Oswald;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-top: 30px;
    /* 129.032% */
}

.fromCongratulationTsxt {
    color: #212C31;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
}

.formCallButton {
    display: flex;
    width: 432px;
    height: 100px;
    padding: 22.4px 32px;
    justify-content: center;
    align-items: center;
    gap: -1.6px;
    flex-shrink: 0;
    border-radius: 16px;
    border: 6px solid #F2FFE9;
    background: #6AA93B;
    border: none;
    margin: 0 auto;
    color: #FFF;
    font-family: Oswald;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    /* 87.5% */
    letter-spacing: 0.52px;
    margin-bottom: 70px;
    text-transform: uppercase;
}

.form-container {
    width: 100%;
    max-width: 510px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.form-header {
    background-color: #4d8c2f;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    font-family: Oswald;
    position: relative;
}

.form-header::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #4d8c2f;
}

.form-content {
    padding: 20px;
}

.form-benefits {
    margin-bottom: 30px;
}

.form-benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #212C31;
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    /* 160% */
}

.form-check-icon {
    width: 24px;
    height: 24px;
    background-color: #4d8c2f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 2px;
}


.form-slider-container {
    margin-bottom: 30px;
    position: relative;
    font-family: Oswald;
}

.form-slider-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
    font-family: Oswald;
}

.form-slider-track {
    height: 8px;
    background-color: #e6f2e1;
    border-radius: 4px;
    position: relative;
    font-family: Oswald;
}

.form-slider-thumb {
    width: 20px;
    height: 20px;
    background-color: #4d8c2f;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    cursor: pointer;
    font-family: Oswald;
}

.form-amount-bubble {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #6ab04c;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
    font-family: Oswald;
}

.form-amount-bubble::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #6ab04c;
    font-family: Oswald;
}

.form-next-button {
    background-color: #6ab04c;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 15px;
    font-size: 18px;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-family: Oswald;
}

.form-next-button:hover {
    background-color: #5a9e3d;
}

.form-step-indicator {
    text-align: center;
    color: #666;
    font-size: 14px;
    font-family: Oswald;
}


/* Why Chus us */
.why-choose-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

.why-choose-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.why-choose-left-content {
    flex: 0 0 40%;
}

.why-choose-right-content {
    flex: 0 0 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.why-choose-section-title {
    color: #2c4a1f;
    margin-bottom: 20px;
    color: #2C3B20;
    font-family: Oswald;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 76.8px */
}

.why-choose-section-text {
    width: 510px;
    color: #555;
    margin-bottom: 30px;
    color: #212C31;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
}

.why-choose-quote-btn {
    width: 189px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6ab04c;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.3s;
    color: #FFF;
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 110% */
    text-transform: uppercase;
}

.why-choose-quote-btn:hover {
    background-color: #5a9e3d;
}

.why-choose-benefit-card {
    background-color: white;
    border-radius: 10px;
    padding: 25px 20px;
    box-shadow: 0px 14px 20px 0px rgba(0, 74, 160, 0.10);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s;
}

.why-choose-benefit-card:hover {
    transform: translateY(-5px);
}

.why-choose-icon-circle {
    width: 60px;
    height: 60px;
    background-color: #6ab04c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.why-choose-icon-circle svg {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
}

.why-choose-benefit-title {
    color: #2c4a1f;
    margin-bottom: 10px;
    color: #2C3B20;
    text-align: center;
    font-family: Oswald;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 33.6px */
}

.why-choose-benefit-text {
    color: #212C31;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 19.6px */
}

/* Responsive */
@media (max-width: 992px) {
    .why-choose-section {
        flex-direction: column;
    }

    .why-choose-left-content,
    .why-choose-right-content {
        flex: 0 0 100%;
    }

    .why-choose-left-content {
        margin-bottom: 40px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .why-choose-right-content {
        grid-template-columns: 1fr;
    }
}

/* News Latter */
.NewsLatter {
    width: 100%;
    height: 532px;
    background-image: url(../image/CTA\ Bg.webp);
    background-size: cover;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.NewsLatterWaper {
    width: 732px;
    height: auto;
}

.NewsLatter h1 {
    color: #FFF;
    text-align: center;
    font-family: Oswald;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.NewsLatter p {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 43px;
}

.NewsLatter a {
    margin: 0 auto;
    margin-top: 43px;
}

/* How its Work */
.how-it-works {
    background-color: #4d8c2f;
    color: white;
    padding: 60px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.how-it-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.how-it-section-title {
    color: #FFF;
    text-align: center;
    font-family: Oswald;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 15px;
}

.how-it-section-subtitle {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 100px;
    width: 894px;
    margin-left: auto;
    margin-right: auto;
}

.how-it-steps-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}

.how-it-step-card {
    background-color: white;
    border-radius: 10px;
    padding: 30px 20px;
    flex: 1;
    color: #333;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.how-it-step-icon {
    width: 80px;
    height: 80px;
    background-color: #4d8c2f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: -60px;
    border: 5px solid white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.how-it-step-icon svg {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1);
}

.how-it-step-title {
    color: #212C31;
    text-align: center;
    font-family: Oswald;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 15px;
}

.how-it-step-description {
    color: #212C31;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.how-it-tagline {
    color: #FFF;
    text-align: center;
    font-family: Oswald;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-top: 20px;
}

/* Background pattern */
.how-it-background-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.3;
    z-index: 1;
}

/* Responsive styles */
@media (max-width: 992px) {
    .how-it-steps-container {
        flex-direction: column;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .how-it-step-card {
        margin-top: 40px;
    }

    .how-it-section-title {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .how-it-section-title {
        font-size: 28px;
    }

    .how-it-section-subtitle {
        font-size: 16px;
        width: auto;
    }

    .how-it-step-icon {
        width: 70px;
        height: 70px;
        margin-top: -50px;
    }

    .how-it-step-icon img {
        width: 35px;
        height: 35px;
    }

    .how-it-tagline {
        font-size: 18px;
    }
}


/* DebT we can Do */

.Wecan_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.Wecan_section-title {
    text-align: center;
    color: #2C3B20;
    text-align: center;
    font-family: Oswald;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 0px;
}

/* Debt Types Section */
.Wecan_debt-types-section {
    padding-bottom: 0px;
    background-color: #fff;
    position: relative;
}

.Wecan_debt-types-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.Wecan_debt-types-image {
    flex: 0 0 45%;
    position: relative;
}

.Wecan_debt-types-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.Wecan_green-accent {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #6ab04c;
    border-radius: 50%;
    top: -20px;
    left: -20px;
    z-index: -1;
}

.Wecan_debt-types-info {
    flex: 0 0 55%;
}

.Wecan_debt-types-heading {
    color: #2C3B20;
    font-family: Oswald;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 15px;
}

.Wecan_debt-types-subtext {
    color: #212C31;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 22.4px */
    margin-bottom: 20px;
}

.Wecan_debt-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 30px;
    width: 400px;
}

.Wecan_debt-item {
    display: flex;
    align-items: center;
    color: #212C31;
    font-family: Oswald;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.Wecan_check-icon {
    width: 20px;
    height: 20px;
    background-color: #6ab04c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
}

.Wecan_check-icon svg {
    width: 12px;
    height: 12px;
    color: white;
}

.Wecan_quote-btn {
    display: inline-block;
    background-color: #6ab04c;
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    transition: background-color 0.3s;
}

.Wecan_quote-btn:hover {
    background-color: #5a9e3d;
}

/* Reduce Debt Section */
.Wecan_reduce-debt-section {
    margin-top: 50px;
    padding: 60px 0;
    background-color: #f9f9f9;
    position: relative;
}

.Wecan_reduce-debt-content {
    display: flex;
    align-items: center;
    gap: 0px;
    flex-direction: row-reverse;
}

.Wecan_reduce-debt-info {
    flex: 0 0 55%;
}

.Wecan_reduce-debt-heading {
    font-size: 24px;
    color: #2c4a1f;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.3;
    color: #2C3B20;
    font-family: Oswald;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    width: 539px;
}

.Wecan_reduce-debt-text {
    color: #666;
    margin-bottom: 30px;
    color: #212C31;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    width: 539px;
}

/* Responsive Styles */
@media (max-width: 992px) {

    .Wecan_debt-types-content,
    .Wecan_reduce-debt-content {
        flex-direction: column;
    }

    .Wecan_debt-types-image,
    .Wecan_debt-types-info,
    .Wecan_reduce-debt-image,
    .Wecan_reduce-debt-info {
        flex: 0 0 100%;
        width: 100%;
    }

    .Wecan_reduce-debt-text {
        width: 100%;
    }

    .Wecan_debt-types-image,
    .Wecan_reduce-debt-image {
        margin-bottom: 30px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .Wecan_section-title {
        font-size: 28px;
    }

    .why-choose-section-text {
        width: auto;
    }

    .why-choose-quote-btn {
        margin: 0 auto;
    }

    .Wecan_debt-types-heading,
    .Wecan_reduce-debt-heading {
        font-size: 22px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .Wecan_debt-list {
        grid-template-columns: 1fr;
    }

    .why-choose-section-title {
        color: #2C3B20;
        font-family: Oswald;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        /* 43.2px */
    }
}

@media (max-width: 576px) {
    .Wecan_section-title {
        font-size: 24px;
    }

    .Wecan_debt-types-heading,
    .Wecan_reduce-debt-heading {
        font-size: 20px;
    }

    .Wecan_green-accent {
        width: 40px;
        height: 40px;
        top: -10px;
        left: -10px;
    }
}

/* testy Monial */

.testimonial-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.testimonial-section {
    text-align: center;
}

.testimonial-section-title {
    color: #2C3B20;
    text-align: center;
    font-family: Oswald;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
    font-weight: bold;
}

.testimonial-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 0px;
}

.testimonial-card {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #DFEEFF;
    background: #FFF;
    box-shadow: 0px 14px 54px 0px rgba(20, 56, 99, 0.10);
    flex: 1;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.testimonial-stars {
    color: #ffc107;
    font-size: 20px;
    margin-bottom: 15px;
}

.testimonial-text {
    color: #2C3B20;
    font-family: "Source Sans 3";
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 20px;
    flex-grow: 1;
    line-height: 1.5;
    text-align: left;
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.testimonial-author-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.testimonial-author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-author-info {
    text-align: left;
}

.testimonial-author-name {
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.testimonial-verified-buyer {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #6ab04c;
}

.testimonial-verified-icon {
    width: 16px;
    height: 16px;
    background-color: #6ab04c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.testimonial-verified-icon svg {
    width: 10px;
    height: 10px;
    color: white;
}

.testimonial-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.testimonial-pagination-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
    transition: background-color 0.3s;
}

.testimonial-pagination-dot.active {
    background-color: #6ab04c;
    width: 30px;
    border-radius: 5px;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .testimonial-container {
        flex-wrap: wrap;
    }

    .testimonial-card {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .testimonial-container {
        flex-direction: column;
        align-items: center;
    }

    .testimonial-card {
        flex: 0 0 100%;
        max-width: 450px;
    }

    .testimonial-section-title {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .testimonial-section-title {
        font-size: 26px;
    }

    .testimonial-card {
        padding: 20px;
    }
}

/* Footer */
.footer {
    background: #122B00;
    font-family: Poppins;
}

.footer section .footer a {
    text-decoration: none;
}

.FromTitelSteps {
    width: 413px;
    margin: 0 auto;
    color: #212C31;
    text-align: center;
    font-family: Oswald;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    text-transform: capitalize;
}

.tcpa {
    color: #696E70;
    font-family: Oswald;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    /* 146.154% */
}



/* Mobile */

@media (max-width: 600px) {
    .navbar {
        height: auto !important;
    }

    .Hero_Section {
        height: auto;
    }

    .fromCongratulation {
        color: #497A29;
        text-align: center;
        font-family: Oswald;
        font-size: 32.8px;
        font-style: normal;
        font-weight: 700;
        line-height: 42.4px;
        /* 129.268% */
        text-transform: uppercase;
    }

    .fromCongratulationDis {
        font-size: 6vw;
    }

    .FromTitelSteps {
        width: auto;
    }

    .formCallButton {
        width: auto;
        color: #FFF;
        font-family: Oswald;
        font-size: 7vw;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        /* 87.5% */
        letter-spacing: 0.416px;
    }

    .Navbutton {
        height: auto !important;
    }

    .Hero_Section_Waper {
        display: block;
    }

    .Hero_SectionContent {
        width: 100%;
    }

    .Hero_SectionFrom {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: end;
        margin-top: 50px;

    }

    .Hero_Section {
        height: auto;
    }

    .Hero_SectionContent h1 {
        color: var(--white, #FFF);
        font-family: Oswald;
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-top: 50px;
    }

    .HeroCountingContent {
        display: none;
    }

    .Wecan_debt-types-section {
        overflow: hidden;
    }

    .NewsLatter {
        height: auto;
    }

    .NewsLatterWaper {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .NewsLatter h1 {
        color: #FFF;
        text-align: center;
        font-family: Oswald;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        /* 43.2px */
    }

    .NewsLatter p {
        color: #FFF;
        text-align: center;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 22.4px */
    }

    .how-it-section-subtitle {
        margin-bottom: 10px;
    }

    .Wecan_debt-list {
        grid-template-columns: repeat(2, 1fr);
        width: auto;
        color: #212C31;
        font-family: Oswald;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 25.2px */
    }

    .why-choose-quote-btn {
        margin: 0px;
    }

    .Wecan_section-title {
        width: 312px;
        color: #2C3B20;
        text-align: center;
        font-family: Oswald;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        /* 43.2px */
    }

    .Wecan_debt-types-content {
        gap: 0;
        ;
    }

    .Wecan_debt-types-heading,
    .Wecan_reduce-debt-heading {
        color: #2C3B20;
        font-family: Oswald;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 34px;
        /* 141.667% */
    }

    .why-choose-section-text {
        text-align: left;
    }

    .why-choose-section-title {
        text-align: left;
    }

    .why-choose-container {
        padding-top: 40px;
    }

    .why-choose-section {
        gap: 0;
    }

}