@import './navigationalcategories.css?v=0.0.4';
@import './offertiles.css?v=0.0.6';


/* Base Styles */

/* Why Choose Us Section */
.title-container {
    position: relative;
}

.title-container .title-ef,
.title-container .title-ef:hover {
    text-transform: uppercase;
    background: #1EA249;
    padding: 3px 15px !important;
    font-weight: 600;
    color: #fff;
 }
  
 .title-container hr{
     border: 1px solid #1EA249;
     opacity: 1;
     border-top-right-radius: 2px;
     border-bottom-right-radius: 2px;
 }
  
 .choose-container{
     padding: 30px 6px;
     display: flex;
 }
  
 .choose-container .benefit-item{
     display: flex;
     gap: 18px;
     align-items: center;
     font-size: 26px;
     justify-content: center;
 }
  
.choose-container .benefit-item p{
     margin: 0;
 }
  
 .choose-container .benefit-item .benefit-title{
     color: #1EA249;
     font-size: 26px;
     line-height: 28px;
 }

 .choose-container .benefit-item img{
    width: 22%;
 }

 .choose-container .benefit-item.ef-money img{
    width: 16%;
 }

 .choose-container .benefit-item.ef-money .benefit-title{
    width: 70%;
 }

 .choose-container .benefit-item.ef-shipping img{
    width: 28%;
 }

 .why-choose-container{
    display: flex;
    gap: 20px;
    padding: 30px 0;
    justify-content: space-between;
 }
 

 .benefit-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

@-moz-document url-prefix() {
    .benefit-list-item {
        width: 100%;
    }
}


.benefit-list-item img {
    width: 100%;
    object-fit: cover;
}

.benefit-list-item:nth-child(1) .choose-image-container img{
    width: 90%;
}

.benefit-list-item:nth-child(2){
    gap: 0px;
}

.benefit-list-item:nth-child(2) .choose-image-container img{
    width: 73%;
}

.title-container hr {
    border: 1px solid #1EA249;
    opacity: 1;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.choose-container {
    padding: 30px 6px;
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.benefit-item {
    display: flex;
    gap: 18px;
    align-items: center;
    font-size: 26px;
    justify-content: center;
}

.benefit-item img {
    width: 22%;
}

.benefit-item.ef-money img {
    width: 16%;
}

.benefit-item.ef-shipping img {
    width: 28%;
}

.benefit-title {
    color: #1EA249;
    font-size: 26px;
    line-height: 32px;
    margin: 0;
}

.choose-image-container{
    width: 25%;
}



.choose-container .benefit-item.ef-money .benefit-title{
    width: auto;
}

.choose-container .benefit-item{
    gap: 30px;
}

.benefit-item img{
    width: 30%;
}

.benefit-item .benefit-title{
    width: 70%;
}


 @media (min-width: 320px) and (max-width: 575px) {
    .benefit-title{
        font-size: 24px;
        line-height: 30px;
        width: 50%;
    }

    .choose-image-container {
        width: 45%;
        text-align: center;
    }

    .benefit-list-item img{
        width: 40% !important;
    }

    .benefit-list-item:nth-child(2){
        gap: 0;
    }

    .benefit-list-item:nth-child(3) img{
        width: 50% !important;
    }

    .benefit-list-item{
        gap: 0;
    }
 }
 /* Why choose us section end */


 /* Loan offers section start */
 .title-container-loan{
    position: relative;
}

.title-container-loan .title-ef,
.title-container-loan .title-ef:hover {
    text-transform: uppercase;
    background: #005da5;
    padding: 3px 15px !important;
    font-weight: 600;
    color: #fff;
}

.title-container-loan hr {
    border: 1px solid #005da5;
    opacity: 1;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.loan-offers-ef {
    position: relative;
    padding-top: 30px;
}

.loan-offers-ef img {
    width: 100%;
    object-fit: cover;
}

.loan-offer-text {
    font-size: 28px;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: baseline;
    color: #005da5;
    position: absolute;
    top: 0;
    flex-direction: column;
    padding: 35px;
    gap: 7px;
}


.loan-offer-text p {
    margin: 0;
    font-size: 32px;
    max-width: 20ch;
    word-wrap: break-word;
    line-height: 38px;
}

.loan-offer-ef-logo{
    margin-bottom: 20px;
}

.loan-offer-apply{
    background: #005da5;
    color: #fff;
    font-size: 22px;
    border: none;
    border-radius: 8px;
    padding: 7px 20px;
    font-weight: 700;
    margin-top: 12px;
    text-decoration: none;
    text-transform: uppercase;
 }

.loan-offer-apply:hover {
    background: linear-gradient(181.81deg, #198ac5 1.53%, rgba(0, 97, 165, .53) 167.41%);
    border-color: #198ac5;
    color: #fff;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
}

 .loan-offers-ef .loan-mobile-banner{
    display: none !important;
 }

 .loan-offers-ef .loan-desktop-banner{
    display: inline !important;
 }

 @media (max-width: 768px) {
    .loan-offer-text{
        font-size: 18px;
        align-items: start;
    }

    .loan-offers-ef .loan-desktop-banner{
        height: 360px;
    }

    .loan-offer-text p{
        font-size: 20px;
        line-height: 24px;
    }

    .loan-offer-apply{
        padding: 6px 18px;
        font-size: 16px;
    }

    @supports (-webkit-touch-callout: none) {
        .loan-offer-apply{
            padding: 8px 20px 7px;
            line-height: normal;
        }
    }

    .title-container .title-ef, .title-container-loan .title-ef {
        position: absolute;
    }

    .feefoSection {
        width: 50%;
    }

    .pop-up-reviews-button, .pop-up-reviews-button img {
        width: 100%;
    }
 }

 @media (max-width: 568px) {
    .loan-offer-text{
        align-items: start;
        padding: 35px 24px;
    }
 }

/* Media Queries */

@media (max-width: 576px){
    .loan-offers-ef .loan-mobile-banner{
        display: inline !important;
        height: 600px;
    }

    .loan-offers-ef .loan-desktop-banner{
        display: none !important;
     }

    .loan-offer-text {
        font-size: 18px;
        width: 100%;
        align-items: center;
        justify-content: start;
        padding-top: 60px;
        text-align: center;
    }

    .loan-offer-text p {
        font-size: 20px;
        line-height: 24px;
    }

    .loan-offer-ef-logo{
        margin-bottom: 5px;
    }

    .loan-offer-ef-logo img{
        width: 80%;
    }

    .why-choose-container{
        flex-direction: column;
    }

    .benefit-title{
        font-size: 26px !important;
        line-height: 30px !important;
    }

    .footer-link-title{
        font-size: 1.15rem !important;
        line-height: 1.5rem !important;
    }

    .title-ef{
        font-size: 14px;
    }
}


/* Mobile Devices (max-width: 768px) */
@media (max-width: 767px) {
	

    .choose-container {
        flex-direction: column;
        align-items: center;
        gap: 36px;
    }

    .benefit-item {
        gap: 30px;
        justify-content: center;
    }

    .benefit-item img {
        width: 30%;
    }

    .benefit-title {
        font-size: 24px;
        line-height: 30px;
    }

    .loan-offer-ef-logo{
        width: 80%;
    }
}

@media (max-width: 576.25px) {
    .benefit-title{
        font-size: 22px !important;
        line-height: 28px !important;
    }
}


@media (max-width: 430px) {
    .benefit-title {
        font-size: 21px !important;
        line-height: 30px !important;
    }

    .title-ef{
        font-size: 13px;
    }
}

@media (max-width: 390px) {
    .title-ef{
        font-size: 11px;
    }
}

@media (min-width: 425px) and (max-width: 575px) {
    .benefit-title {
        font-size: 22px !important;
        line-height: 30px !important;
    }
}

/* Small tablets and Phablets  (min-width: 576px) and (max-width: 767px) */
@media (min-width: 576px) and (max-width: 767px) {

    .loan-desktop-banner{
        height: 330px !important;
    }

    .why-choose-container{
        flex-wrap: wrap;
        gap: 40px;
        flex-direction: row;
    }
  
    .benefit-list-item{
        flex: 1 0 30%;
    }

    .choose-image-container{
        text-align: center;
    }

    .benefit-list-item:nth-child(1){
        gap: 16px;
    }

    .benefit-list-item:nth-child(1) .choose-image-container img{
        width: 78%;
    }

    .benefit-list-item:nth-child(2){
        gap: 4px;
    }

    .benefit-list-item:nth-child(2) .choose-image-container{
        width: 28%;
    }
    

    .benefit-list-item:nth-child(2) .choose-image-container img{
        width: 54%;
    }

    .benefit-list-item:nth-child(3){
        gap: 24px;
    }

    .benefit-list-item:nth-child(3) .choose-image-container{
        width: 23%;
    }

    .benefit-list-item:nth-child(4) .choose-image-container img{
        width: 81%;
    }

    

   
}

/* Tablets (min-width: 769px and max-width: 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .benefit-title {
        font-size: 18px;
        line-height: 24px;
    }
    .loan-offer-text{
        font-size: 24px;
    }

    .loan-offer-text p{
        font-size: 26px;
        line-height: 34px;
    }

    @supports (-webkit-touch-callout: none) {
        .loan-offer-text p{
            max-width: 22ch;
        }
    }
}

/* Tablets and Small Laptops (min-width: 768px) and (max-width: 991px) */
@media (min-width: 768px) and (max-width: 991px) { 
    .benefit-title{
        font-size: 15px;
        line-height: 20px;
    }

    .loan-desktop-banner{
        height: 380px;
    }

    .benefit-list-item:nth-child(3){
        gap: 16px;
    }

    .feefoSection {
        width: 50%;
    }

    .pop-up-reviews-button, .pop-up-reviews-button img {
        width: 100%;
    }

}

/* Small Laptop Screen (min-width: 992px and max-width: 1024px) */
@media (min-width: 992px) and (max-width: 1024px) {
    .choose-image-container{
        width: 30%;
    }

    .loan-offer-text{
        top: 15px;
    }

    .loan-desktop-banner{
        height: 380px;
    }

    .benefit-list-item:nth-child(3){
        gap: 18px;
    }
   
}

/* Small Desktop (min-width: 1025px and max-width: 1439px) */
@media (min-width: 1025px) and (max-width: 1439px) {
    .benefit-title{
        font-size: 20px;
        line-height: 26px;
    }

    .benefit-list-item:nth-child(3){
        gap: 18px;
    }

    .loan-desktop-banner{
        height: 400px;
    }
}

/* Large Desktop (min-width: 1440px) */
@media (min-width: 1440px) {
    .container {
        max-width: 1440px !important;
    }

    .benefit-list-item:nth-child(2) .choose-image-container{
        width: 22%;
    }

    .benefit-list-item:nth-child(3){
        gap: 18px;
    }
}

/* General Container Adjustments */
@media (max-width: 1200px) {
    .container {
        max-width: none !important;
    }
}


/* General Container Adjustments */
@media (max-width: 991.25px) {
    .container {
        max-width: 100% !important;
    }
}


