/* Breadcrumb Styles - Add this to the beginning of service-costs.css */
.service-costs-page .service-breadcrumb { 
    padding: 16px 24px;  
    border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    background: #FCFCFC;
}

.service-costs-page .breadcrumb-nav {
    width: 100%;
}

.service-costs-page .service-breadcrumb-container {
    max-width: 1260px;
    margin: 0 auto;
}

.service-costs-page .breadcrumb-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.service-costs-page .breadcrumb-item {
    display: inline-flex;
    align-items: center; 
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
}

.service-costs-page .breadcrumb-item a { 
    text-decoration: none;
    transition: color 0.2s ease;
    color: #A7A7A7;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;  
}

.service-costs-page .breadcrumb-item a:hover {
    color: #1E73BE;
    text-decoration: underline;
}

.service-costs-page .breadcrumb-separator {
    display: inline-flex;
    align-items: center;
    color: #A7A7A7;
}

.service-costs-page .breadcrumb-current {
    color: #2C2C2C; 
}

/* Spliy Payment Page Styles */
  
.split-payment-section {
    padding: 72px 16px 24px;
    font-family: "Helvetica Neue";
}

.split-payment-container {
    max-width: 1260px;
    margin: 0 auto; 
} 

.split-payment-title {
    color: #2C2C2C;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 16px;
}

.split-payment-subtitle {
    color: #625D5E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    margin: 0 0 56px;
    max-width: 800px;
}

.how-it-works-wrapper {
    display: flex;
    gap: 57px;
    align-items: stretch;
}

.how-it-works-left {
    flex: 1;
    max-width: 600px;
}

.how-it-works-right {
    flex: 1;
    max-width: 570px;
}

.split-payment-content h2.how-it-works-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 32px;
    color: #2C2C2C;
    font-family: "Helvetica Neue";
}

.steps-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.step-item { 
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #EAEAEA;
}

.step-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.step-number {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background-color: #EAEAEA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #625D5E;
    font-weight: 500;
}

.step-content {
    flex: 1;
}

.step-title {
    font-size: 16px;
    font-weight: 500;
    color: #2c2c2c;
    margin-bottom: 14px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.step-description {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* Handle WYSIWYG content styling */
.step-description p {
    margin: 0 0 10px 0;
}

.step-description p:last-child {
    margin-bottom: 0;
}

.step-description ul,
.step-description ol {
    margin: 10px 0;
    padding-left: 20px;
}

.step-description ul li,
.step-description ol li {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.step-description ul {
    list-style-type: disc;
}

.step-description ol {
    list-style-type: decimal;
}

.payment-image-container {
    width: 100%; 
    height: 100%; 
    border-radius: 12px;
    overflow: hidden; 
}

.payment-process-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
} 
 .how-it-works-title.gm-mob{
    display: none;
 }

/* Mobile Responsive */
@media (max-width: 768px) {
    .split-payment-section {
        padding: 40px 16px;
    }

    .split-payment-title {
        font-size: 32px;
        text-align: center;
        margin: 0 0 20px;
    } 

    .split-payment-subtitle{
        margin: 0 0 40px;
        text-align: center;
    }

    .how-it-works-wrapper {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .how-it-works-left {
        max-width: 100%;
    }

    .how-it-works-right{
        max-width: 100%;
    }   
     
    .how-it-works-title{
        display: none;
     }
    .how-it-works-title.gm-mob{
        display: block; 
     }

     .split-payment-content h2.how-it-works-title{
        margin: 0 0 16px;
     }

}

@media (max-width: 480px) {

    .payment-image-container {
        max-width: 100%;
        max-height: 192px;
    } 
} 


.cta-section {
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 48px 16px 100px;
    background-color: #ffffff;
}

.cta-container {
    display: flex;
    width: 100%;
    max-width: 1260px;
    min-height: 315px;
    padding: 80px 148px;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    border-radius: 32px;
    background: radial-gradient(69.9% 100% at 50% 100%, #F4F8FC 0%, #D2E3F2 100%);
}

.cta-container h2.cta-title {
	font-family: "Helvetica Neue";
    color: #2C2C2C;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
    margin: 0 0 16px;
	text-align: center; 
}

.cta-container .cta-subtitle {
    color: #2C2C2C;
	text-align: center; 
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;  
    margin: 0 0 40px;
}

.button-group {
    display: flex;
    gap: 8px;
    align-items: center;
}  

.btn-secondary {
        display: flex;
    width: 126px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 32px;
    border: 1px solid #D2E3F2;
    background: #fff;
    color: #1E73BE;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.btn-secondary:hover {
    background: #E8F1F8;
} 

@media (max-width: 768px) {
	.cta-section {
		padding: 32px 16px;
	}
    .cta-container {
        padding: 60px 40px; 
    }

    .cta-title {
        font-size: 32px;
    }

    .cta-subtitle {
        font-size: 16px;
    }
	
	.cta-container .cta-subtitle{
		margin-bottom: 28px;
	}

    .button-group {
        flex-direction: column;
        width: 100%;
    } 
	.button-group a{
		width: 100%;
		justify-content: center;
	}
}
