#home-title .home-page-text-h1 {font-weight: 400; font-style: italic; font-size: 65px; line-height: 80px; color: #fff; margin-bottom: 68px;margin-bottom: 0;}
#home-title .home-page-text-h1 img {margin-right: 20px;}

#home-title-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    position: relative;
    min-height: 400px;
}

#home-title-inner h1 {
    margin: 0;
    font-size: 65px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}

#home-title-inner .home-page-text-h1 {
    text-align: center;
}

#home-title-inner .button {
    margin-top: 10px;
}

#home-title-inner .trustpilot-reviews {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

#home-title .trustpilot-reviews {
    padding: 10px 15px;
    background: #fff;
    position: static;
    width: auto;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}



.trustpilot-reviews {
    border-radius: 10px;
    background: #fff;
    width: auto;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.trustpilot-widget-starter iframe:first-child {
   margin-bottom: 5px !important;
}

@media only screen and (max-width: 575px) {
	
	#home-title .home-page-text-h1 {font-size: 25px; margin-bottom: 20px; line-height: 35px;  }
	#home-title .home-page-text-h1 img {height: 35px; width: auto;}
	#home-title-inner h1 {
        font-size: 40px;
        font-weight: 700;
    }
    #home-title-inner {
        min-height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    #home-title-inner .trustpilot-reviews {
        justify-content: center;
    }
    
    #home-title .trustpilot-reviews {
        margin-left: auto;
        margin-right: auto;
    }
}

.credit-check-info {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 50px;
    position: relative;
    z-index: 3;
    border-radius: 10px;
}
.credit-check-info .info-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
.credit-check-info .info-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
}
.credit-check-info .info-item h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #17a049;
}
.credit-check-info .checkmark {
    color: #4CAF50;
    font-size: 32px;
    font-weight: bold;
    margin-right: 10px;
    line-height: 1;
}
.credit-check-info .reviews-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.credit-check-info .trustpilot, .credit-check-info .google {
    text-align: center;
}
.credit-check-info .trustpilot img, .credit-check-info .google img {
    width: 100px;
}


/* Media queries for mobile responsiveness */
@media screen and (max-width: 768px) {
    .credit-check-info {
        width: 90%;
        margin-top: -110px;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .credit-check-info .info-wrapper {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .credit-check-info .info-item {
        width: 100%;
        justify-content: center;
    }

    .credit-check-info .info-item h2 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #17a049;
    }
    
    .credit-check-info .reviews-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 576px) {
    .credit-check-info {
        width: 90%;
        margin-top: -200px;
        text-align: center;
    }
}

@media screen and (max-width: 400px) and (min-width: 375px) {
    .credit-check-info {
        margin-top: -150px;
    }
}



.trusted-by-canadians {
    padding-top: 20px;
}

.trusted-by-canadians h2 {
font-size: 60px;
font-weight: 700;
text-align: center;
color: #17a049;
}

@media screen and (max-width: 768px) {
    .trusted-by-canadians h2 {
        font-size: 40px;
    }
}


.review-section {
    padding: 80px 0;
}
.review-section .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
    text-align: center;
}

.review-section .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.review-section .feature-icon {
    width: 100px;
    height: 100px;
   
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.review-section .feature-icon img {
    max-width: 150px;
    max-height: 150px;
}

.review-section .feature-item h3 {
    font-weight: bold;
    margin-bottom: 15px;
}

.review-section .feature-underline {
    width: 100px;
    height: 4px;
    background-color: #28a745;
    margin-bottom: 15px;
}

.review-section .feature-item p {
    color: #666;
    max-width: 250px;
}
.review-wrapper h2 {
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    color: #17a049;
}

.review-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}
.review-wrapper img {
    max-width: 600px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .review-wrapper h2 {
        font-size: 40px;
    }
}

@media (max-width: 992px) {
    .review-section .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .review-section .features-grid {
        grid-template-columns: 1fr;
    }
}



.how-it-works {
    margin: 0 auto;
    width: 60%;
    padding: 80px 0;
    text-align: center;
    background-color: #f7f7f7;
}

.how-it-works h2 {

    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative;
}

.how-it-works h2:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: #28a745;
}

.hiw-steps {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
}

.hiw-step {
    display: flex;
    margin-bottom: 50px;
}

.hiw-step:nth-child(even) {
    flex-direction: row-reverse;
}

.hiw-left {
    flex: 0 0 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 30px;
}

.hiw-step:nth-child(even) .hiw-left {
    padding-right: 0;
    padding-left: 30px;
}

.hiw-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 15px;
}

.hiw-icon img {
    width: 70%;
    height: 100%;
    object-fit: contain;
}

.hiw-title h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
}

.hiw-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #28a745;
}

.hiw-right {
    flex: 1;
    text-align: left;
    display: flex;
    align-items: center;
}

.hiw-step:nth-child(even) .hiw-right {
    text-align: right;
    justify-content: flex-end;
}

.hiw-description {
   
    color: #555;
}

@media (max-width: 768px) {

    .how-it-works {
        width: 90%;
    }


    .hiw-step, .hiw-step:nth-child(even) {
        flex-direction: column;
    }
    
    .hiw-left, .hiw-step:nth-child(even) .hiw-left {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 20px;
        flex: 1;
    }
    
    .hiw-right, .hiw-step:nth-child(even) .hiw-right {
        text-align: center;
        justify-content: center;
    }
    
    .hiw-description {
        text-align: center;
    }
}


calculate-section {
    padding: 80px 0;
    border: 5px solid #000;
}

.calculate-section img {
    max-width: 100%;
}
.calculate-section * {
    margin-bottom: 0;
    line-height: normal;
}
.calculate-section a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}
.calculate-section a:hover {
    text-decoration: none;
}

.calculate-wrapper h2 {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .calculate-wrapper h2 {
        font-size: 40px;
    }
}
.calculate-wrapper p {
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
}

.calculate-block {
    padding-top: 50px;
    position: relative;
}

.advance-type form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.advance-type form label {
    font-size: 20px;
}
.advance-type form .signle-select {
    display: flex;
    align-items: center;
    gap: 10px;
}
.advance-type form input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #16a14e;
}
.advance-type input[type="radio"]:checked {
    background-color: #16a14e;
}
.calculate-inner-wrapper {
    display: flex;
    margin-top: 50px;
    box-shadow: 0px 1px 27px 0px rgba(0, 0, 0, 0.13);
}
.calculate-inner-wrapper .calculate-card {
    flex: 1;
}

#Value-List {
    background: #515151;
    padding: 20px;
    position: relative;
}
#Value-List::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25.28%;
    border-left: 1px solid #919191;
    background-image: url("/images/white-medium-arrow.png");
    background-position: center;
    background-size: 41px auto;
    background-repeat: no-repeat;
}
#value-dropdown-list {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 5;
    width: 100%;
    background: #fff;
    border: 1px solid #515151;
    max-height: 200px;
    overflow-y: auto;
    list-style: none;
    padding: 0;
}
#value-dropdown-list li {
    padding: 5px 10px;
    font-size: 20px;
    cursor: pointer;
}
#value-dropdown-list li.active {
    background: #ddd;
}
#value-dropdown-list li:hover {
    background: #5897fb;
}
.dropdown-button {
    background: transparent;
    border: none;
    outline: none;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}
.calculate-card span {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
#fee-block {
    background: #fff;
    border-right: 1px solid #bfbfbf;
    text-align: center;
    padding: 20px;
}
#fee-block label {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    text-align: center;
}
#fee-value span {
    font-size: 20px;
    color: #676767;
    font-weight: 700;
}
#fee-value {
    display: flex;
    align-items: start;
    color: #676767;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    justify-content: center;
}
#total-block {
    padding: 20px;
    text-align: center;
}
#total-block .result {
    font-size: 50px;
    color: #1aaa4f;
    display: flex;
    align-items: start;
    font-weight: 700;
    justify-content: center;
}
#total-block .result span {
    color: #1aaa4f;
}
#total-block label {
    font-size: 20px;
    text-transform: uppercase;
    color: #1aaa4f;
    font-weight: 700;
    text-align: center;
}

#Apply-Btn button {
    width: 100%;
    height: 100%;
    background: #1aaa4f;
    color: #fff;
    border: none;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
}

.calculate-block .left-img {
    position: absolute;
    top: 0;
    right: 100%;
    width: 150px;
}


@media screen and (max-width: 576px) {
  

    .calculate-inner-wrapper {
        flex-direction: column;
    }

    #Apply-Btn button {
        min-height: 100px;
    }
    #Value-List {
        text-align: center;
    }
    #fee-value {
        justify-content: center;
        font-size: 35px;
    }
    #fee-block h4 {
        text-align: center;
        font-size: 17px;
    }
    #total-block {
        text-align: center;
    }
    #total-block .result {
        justify-content: center;
        font-size: 40px;
    }
    #fee-block {
        border-right: none;
        border-bottom: 1px solid #bfbfbf;
    }
    .calculate-wrapper h2 {
        font-size: 24px;
    }

    .calculate-section {
        padding: 40px 0;
    }
    .calculate-block {
        padding-top: 20px;
    }
    .dropdown-button {
        font-size: 35px;
    }
    #Value-List::after {
        width: 17.28%;
        background-size: 30px auto;
    }

    .advance-type form {
        align-items: start;
        flex-direction: column;
    }
    .calculate-card span {
        font-size: 17px;
    }
    .calculate-wrapper p {
        font-size: 16px;
    }

    .calculate-block .left-img {
        display: none;
    }
}

/*======= calculate section end hare ====== */


 /*===== faq section style start hare ======= */

 .faq-section {
    padding: 80px 0;
}
.faq-wrapper h2 {
    font-size: 60px;
    font-weight: 700;
}

.faq-section img {
    max-width: 100%;
}
.faq-section * {
    margin-bottom: 0;
    line-height: normal;
}
.faq-section a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}
.faq-section a:hover {
    text-decoration: none;
}

.faq-accordion-wrapper {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.faq-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 40px;
    font-weight: 700;
    cursor: pointer;
}
.faq-header h3 {
    font-size: 35px;
    font-weight: 700;
}

.accordion-content {
    max-width: 900px;
    display: none;
    padding-top: 20px;
}
.accordion-content p {
    font-size: 20px;
    letter-spacing: normal;
}
.faq-header i {
    color: #1aaa4f;
    transition: 0.3s;
}
.faq-header.active i {
    transform: rotate(90deg);
}



/* Mobile responsive styles for FAQ section */
@media (max-width: 768px) {
    .faq-wrapper h2 {
        font-size: 40px;
    }
    .faq-header {
        font-size: 24px;
        gap: 8px;
    }
    .faq-header h3 {
        font-size: 22px;
    }
    .accordion-content p {
        font-size: 16px;
    }
    .faq-section {
        padding: 40px 0;
    }
}