/* Banner */
.banner {
    background: url(/customer/images/authentication.jpg) no-repeat;
    color: #ffffff;
    text-align: center;
    padding: 145px 20px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    height: 400px;
    background-size: 100% 100%;
    background-position: center bottom;
    box-sizing: border-box;
}

.banner h1 {
    font-size: 42px;
    margin: 0;
    position: relative;
    font-weight: bold;
}

.banner p {
    font-size: 20px;
    position: relative;
    margin: 0;
    font-weight: bold;
}

.section-title {
    font-size: 28px;
    color: #333;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
    text-align: left;
    font-weight: bold;
}

/* Left Image Right Text Section */
.image-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.image-container {
    flex: 1;
    min-width: 300px;
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}

.text-content {
    flex: 1;
    min-width: 300px;
}

.text-content p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #666666;
}

.text-content p:last-child{
    margin: 0;
}

/* Section Styles */
.fa-item {
    margin-bottom: 50px;
}

/* Steps Section */
.steps {
    background-color: #f9f9f9;
    padding: 40px;
    border-radius: 8px;
}

.step-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.step-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.step-number {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #b40026;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
}

.step-item h3 {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    margin: 0 0 10px;
    font-weight: bold;
}

.step-item p {
    font-size: 16px;
    color: #666666;
    margin: 0 0 0 40px;
}

.step-item a {
    color: #b40026;
    text-decoration: none;
    font-weight: 500;
}

.step-item a:hover {
    text-decoration: underline;
}

/* Benefits Section */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.benefit-item {
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-5px);
}

.benefit-item i {
    color: #b40026;
    font-size: 24px;
    margin-bottom: 15px;
}

.benefit-item h3 {
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: bold;
}

.benefit-item p {
    font-size: 14px;
    color: #666666;
}

/* CTA Section */
.cta-section {
    background-color: #f1f1f1;
    color: #333;
    padding: 40px 20px;
    text-align: center;
    border-radius: 8px;
}

.cta-section h2 {
    font-size: 26px;
    margin: 0 0 20px;
}

.cta-section p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 20px;
}

.cta-button {
    display: inline-block;
    background-color: white;
    color: #b40026;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.why-authentication p, .benefits-section p, .how-section>p, .why-goodle>p{font-size: 16px; color: #666666; margin: 0 0 20px;}
.why-authentication p:last-child{margin: 0;}
.why-authentication ul{margin-left: 20px; margin-bottom: 20px;}
.why-authentication ul li{font-size: 16px; color: #666666; margin-bottom: 10px;list-style: disc;}
.why-authentication ul li:last-child{margin: 0;}
.why-authentication h3{font-size: 20px; margin: 20px 0 15px; color: #333333;font-weight: bold;}

.why-goodle>h3{font-size: 20px; margin: 0 0 20px; color: #333333;}

.benefits-section ul li{font-size: 14px;list-style: inside;}

@media (max-width: 768px) {

    .max-width{width: 100%;padding: 0 10px;box-sizing: border-box;}

    .fa-item{margin-bottom: 20px;}

    .banner{height: auto;padding: 20px 10px;margin-bottom: 20px;}
    .banner h1{font-size: 20px;}
    .banner p{font-size: 14px;}

    .image-text{display: block;}
    .text-content p{font-size: 14px;margin-bottom: 10px;}

    .section-title{font-size: 18px;margin-bottom: 10px;}

    .why-authentication p, .benefits-section p, .how-section>p, .why-goodle>p{font-size: 14px;margin: 0 0 10px;}
    .why-authentication ul{margin-bottom: 10px;}
    .why-authentication ul li{font-size: 14px;margin: 0;}
    .why-authentication h3{font-size: 14px;margin: 10px 0 5px;}

    .why-goodle>h3{font-size: 14px;margin: 0 0 10px;}

    .benefit-item{padding: 20px;}
    .benefit-item i{margin-bottom: 10px;}
    .benefit-item h3{font-size: 14px;}
    .benefit-item p{font-size: 12px;margin: 0;}

    .steps{padding: 20px;}
    .step-number{width: 20px;height: 20px;line-height: 20px;font-size: 14px;}
    .step-item h3{font-size: 14px;margin: 0 0 5px;}
    .step-item p{font-size: 12px;margin-left: 35px;}

    .benefits-section ul li{font-size: 12px;}

    .cta-section{padding: 20px 10px;}
    .cta-section h2{font-size: 18px;margin: 0 0 10px;}
    .cta-section p{font-size: 14px;}
    .cta-button{font-size: 12px;padding: 5px 15px;}

    .common_problem{padding: 10px 0 !important;}
}