.diplomeParent{
    width: 100%;
    display: flex;
    justify-content: center;
    /* padding:0% 5%; */
}
.diplomeBanner{
    width: 1140px;
}
.diplomeBanner-Header{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 80px;
}
.diplomeBanner-Header-img{
    width: 100%;
}
.diplomeBanner-Header-img img{
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center center;
    border-radius: 15px;
    filter: brightness(70%);
    transition: 0.3s;
}
.diplomeBanner-Header-img img:hover{
    filter: brightness(100%);
}
.diplomeBanner-Header-text{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.diplomeBanner-Header-text span{
    text-align: center;
    color: #0B6BB5;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    padding:0;
}
.diplomeBanner-Header-text h2{
    text-align: center;
    color: #0B6BB5;
    margin: 0 0 10px 0;
    padding:0;
}
.diplomeBanner-Header-text p{
    text-align: center;
    font-weight: 400;
    margin:0;
    padding:0;
}
.diplomeCard {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 32px;
    overflow: hidden;
}

.diplomeCard-header {
    padding: 24px 24px 16px 24px;
}

.diplomeCard-title {
    font-size: 24px;
    font-weight: bold;
    color: #0B6BB5;
    margin-bottom: 8px;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
}

.diplomeCard-description {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
}

.diplomeCard-content {
    padding: 24px;
}

.diplomeSection {
    margin-bottom: 32px;
}

.diplomeSection:last-child {
    margin-bottom: 0;
}

.diplomeSection-title {
    font-weight: 600;
    color: #0B6BB5;
    margin-bottom: 16px;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1.6;
}

.diplomeContent-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.diplomeContent-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background-color: #f9fafb;
    border-radius: 6px;
}
.diplomeContent-item svg{
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 2px;
    color: #0B6BB5;
}
.diplomeContent-item-border {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background-color: #f9fafb;
    border-radius: 6px;
}

.diplomeContent-item-border svg{
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 2px;
    color: #0B6BB5;
}

.diplomeText-gray {
    color: #4b5563;
    line-height: 1.6;
}
.diplomeText-small {
    font-size: 14px;
    color: #6b7280;
    margin-left: 8px;
    line-height: 1.6;
}

.diplomeButton {
    background-color: #0B6BB5;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.2s;
    line-height: 1.6;
}

.diplomeSeparator {
    height: 1px;
    background-color: #e5e7eb;
    margin: 32px 0;
}

.diplomePricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.diplomePricing-card {
    text-align: center;
    padding: 24px;
    background-color: #f9fafb;
    border-radius: 6px;
}

.diplomePricing-amount {
    font-size: 24px;
    font-weight: bold;
    color: #0B6BB5;
    line-height: 1.6;
}

.diplomePricing-currency {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}

.diplomePricing-label {
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
    margin-top: 4px;
    line-height: 1.6;
}

.diplomePayment-info {
    padding: 16px;
    background-color: #f9fafb;
    border-radius: 6px;
    margin-bottom: 24px;
    line-height: 1.6;
}

.diplomePayment-info p {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.6;
}

.diplomeText-center {
    text-align: center;
}

.diplomeText-left {
    text-align: left;
}

@media (max-width: 768px) {
    .diplomeCard-header,
    .diplomeCard-content {
        padding: 16px;
    }

    .diplomeCard-title {
        font-size: 20px;
    }

    .diplomePricing-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .diplomePricing-card {
        padding: 16px;
    }

    .diplomePricing-amount {
        font-size: 20px;
    }

    .diplomeButton {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
    }

    .diplomeContent-item,
    .diplomeContent-item-border {
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .diplomeCard-title {
        font-size: 18px;
    }

    .diplomeCard-description {
        font-size: 14px;
    }

    .diplomeSection-title {
        font-size: 14px;
    }

    .diplomeContent-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

}

.contactbanner{
    width: 100%;
    background-color: #0B6BB5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12%;
    padding: 5% 3%;
}
.contactbanner-content{
    width: 750px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contactbanner-title h3{
    text-align: center;
    font-size: 65px;
    font-weight: 600;
    line-height: 1.2em;
    font-family: 'Poppins', sans-serif;
    color: white;
}
.contactbanner-desc p{
    text-align: center;
    padding: 0% 20%;
    font-size: 16px;
    font-weight: 300;
    color: white;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5em;
    margin:0;
}
.contactbanner-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactbanner-btn a{
    text-align: center;
    border: 1px solid white;
    border-radius: 50px;
    text-decoration: none;
    padding: 15px 30px;
    background-color: #0B6BB5;
    color: white;
    transition: 0.3s;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1em;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.contactbanner-btn a:hover{
    background-color: white;
    color: #0B6BB5;
}
@media(max-width: 1024px) {
    .contactbanner{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 5% 5%;
    }
    .contactbanner-content{
        width: 100%;
    }
    .contactbanner-title h3{
        text-align: left;
        font-size: 45px;
        font-weight: 600;
        line-height: 1.2em;
        font-family: 'Poppins', sans-serif;
        color: white;
    }
    .contactbanner-desc p{
        text-align: left;
        padding: 0% 0%;
        font-size: 14px;
    }
    .contactbanner-btn {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
}
@media(max-width: 768px) {
    .contactbanner-title h3{
        text-align: left;
        font-size: 28px;
        font-weight: 600;
        line-height: 1.2em;
        font-family: 'Poppins', sans-serif;
        color: white;
    }
    .contactbanner-btn a{
        padding: 10px 20px;
        font-size: 14px;
    }
}

