.dc-header {
    background: #323552;
    display: flex;
    align-items: center;
    justify-content: center;    
    flex-direction: column;
    position: relative;
}
.dc-header-background {
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
}
.dc-header-background img {
    height: 100%;
}
.dc-header-background video {
    height: 100%;
}
.dc-header h1, .dc-header p {
    color: #fff;
}
.dc-header p {
    font-size: 1.5rem;
    margin-top: 1rem;
    line-height: 1.2;
    font-weight: 300;
}
.dc-header-container {
    max-width: 1140px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 1rem;
    position: relative;
    z-index: 2;
}
.dc-header-left {
    max-width: 680px;
    width: 100%;
    margin-right: 2rem;
}
.dc-header-controls {
    margin-top: 1.5rem;
}
.dc-header-controls a {
    margin-right: 1rem;
}
.dc-header-border-wave {
    transform: scale(-1, -1);
}

.dc-products {
    max-width: 1180px;
    width: calc(100% - 2rem);
    margin: 0 auto 4rem;
    padding-top: 100px;
    position: relative;
}
.dc-products h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.dc-products-top {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 400px;
    width: 100%;
}
.dc-products-top-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.dc-products-top-content {
    padding: 1.5rem 2rem;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 50px;
    background: rgba(50, 53, 82, 0.8);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #fff;
}
.dc-products-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 2rem;
    gap: 2%;
    flex-wrap: wrap;
}

.dc-products-container.double-column .dc-products-item {
    width: 48%;
}

.dc-products-item {
    width: 32%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.dc-products-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 6px;
}
.dc-products-subtitle {
    border-bottom: 2px solid #F4F4F6;
    padding-bottom: 14px;
}
.dc-products-button {
    margin-top: 14px;
    box-shadow: none;
    height: 44px;
}

.dc-products-item {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 4px 0 rgba(50, 53, 82, 0.25);
    margin-bottom: 1.5rem;
}
.dc-products-item-image {
    height: 156px;
    position: relative;
}
.dc-products-item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dc-products-item-image video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dc-products-item-content {
    padding: 1.25rem 1.5rem;
    background: #fff;
}
.dc-products-item-content .dc-products-button {
    margin: 14px auto 0;
}
.dc-next-step {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dc-next-step.disabled {
    background: #ddd;
}
.dc-next-step.disabled:hover {
    cursor: not-allowed;
    color: #323552;
}
.dc-next-step svg {
    max-width: 14px;
    min-width: 14px;
    margin-left: 0.5rem;
}
.dc-next-step svg path {
    transition: fill 0.3s;
}
.dc-next-step:hover svg path {
    fill: #fff;
}
.dc-next-step {
    cursor: pointer;
}

.dc-large-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #323552;
    color: #fff;
    max-width: 1412px;
    width: calc(100% - 2rem);
    margin: 0 auto 2rem;
    border-radius: 20px;
    padding: 62px 118px;
    box-shadow: 0 4px 4px 0 rgba(50, 53, 82, 0.25);
}
.dc-large-banner h3 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.dc-large-banner p {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.4;
}

.dc-large-banner-left {
    flex-grow: 2;
    max-width: 680px;
}
.dc-large-banner-right {
    max-width: 420px;
    min-width: 420px;
    width: 100%;
    margin-left: 2rem;
}
.dc-large-banner-right img {
    width: 100%;
    height: auto;
}

.dc-small-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #323552;
    background-image: url(../images/par_spiral.png);
    background-position: bottom -200px right -100px;
    background-repeat: no-repeat;
    color: #fff;
    max-width: 1412px;
    width: calc(100% - 2rem);
    margin: 0 auto;
    border-radius: 20px;
    padding: 40px 118px;
    box-shadow: 0 4px 4px 0 rgba(50, 53, 82, 0.25);
}
.dc-small-banner h3 {
    font-size: 2.125rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.dc-airtime-plans {
    margin: 2rem auto;
    position: relative;
    padding:4rem 0 0;
    max-width: 1460px;
}
.dc-airtime-plans::after {
    content: "";
    width: 730px;
    height: 730px;
    background-image: url(../images/spiral1.png);
    background-size: contain;
    position: absolute;
    z-index: 0;
    left: -250px;
    bottom: 150px;
}
.dc-airtime-plans-content {
    max-width: 712px;
    width: calc(100% - 2rem);
    margin: 0 auto;
    text-align: center;
}
.dc-airtime-plans-content h2 {
    margin-bottom: 1rem;

}
.dc-airtime-plans-content a {
    margin: 0 auto;
}
.dc-airtime-plans-content-controls {
    margin-top: 2rem;
}
.dc-airtime-featured {
    background: #323552;
    width: 214px;
    height: 34px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
}
.dc-airtime-plans-panels {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin-top: 5rem;
    flex-wrap: wrap;
    padding: 0 1rem;
}
.dc-airtime-plans-panels.double-column {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.dc-airtime-panel {
    max-width: 446px;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(50, 53, 82, 0.25);
    padding: 0 1.5rem;   
    border-radius: 20px;
    position: relative;
    z-index: 2;
    margin-bottom: 5rem;
}
.dc-airtime-panel-image {
    height: 176px;
    width: 100%;
    position: relative;
    padding: 0 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dc-airtime-panel-image img {
    max-width: 100%;
    max-height: 100%;
}
.dc-airtime-panel-title {
    padding: 1rem 0;
    text-align: center;
    border-bottom: 1px solid rgba(50, 53, 82, 0.1);
    height: 110px;
}
.dc-airtime-panel-title h3 {
    line-height: 1.2;
}  
.dc-airtime-panel-content {
    padding: 1rem;
    border-bottom: 1px solid rgba(50, 53, 82, 0.1);;
    position: relative;
    height: 325px;
}

.dc-airtime-panel-content .read-more {
    display: none;
}

.dc-airtime-panel-controls {
    text-align: center;
    padding: 2rem 0;
}
.dc-airtime-panel-controls a {
    margin: 0 auto;
}

.dc-our-product {
    position: relative;
    color: #fff;
    width: 330px;
    height: 364px;
    min-height: 364px;
    margin-right: 1.25rem;
    border-radius: 20px;
    overflow: hidden;
}
.dc-our-product-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.dc-our-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .dc-our-product-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(50, 53, 82, 0.8);
    z-index: 1;
    border-radius: 20px;
} */
.dc-our-product-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    padding: 0.875rem 1.25rem;
    background: rgba(50, 53, 82, 0.8);
    border-radius: 20px;
}
.dc-our-product-content h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 2px solid rgba(255,255,255,0.1);
    transition: color 0.5s;
}
.dc-our-product-content-excerpt {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
    margin: 0;
}
.dc-our-product:hover .dc-our-product-content-excerpt {
    max-height: 1000px;
}
.dc-our-product:hover .dc-our-product-content h3 {
    color: #C2E24F;
}
.dc-our-product-content-controls {
    text-align: right;
    transition: color 0.5s;
}
.dc-our-product-content-controls a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.dc-our-product-content-controls svg {
    max-width: 10px;
    margin-left: 6px;
}
.dc-our-product-content-controls svg path {
    fill: #fff;
    transition: fill 0.5s;
}
.dc-our-product:hover .dc-our-product-content-controls {
    color: #C2E24F;
}
.dc-our-product:hover .dc-our-product-content-controls svg path {
    fill: #C2E24F;
}

.dc-our-products {
    max-width: 1180px;
    width: calc(100% - 2rem);
    margin: 0 auto 6rem;
    padding-left: 1rem;
} 
.dc-our-products-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: calc(100% + 1rem);
    margin-bottom: 1rem;
    margin-left: -1rem;
}
.dc-our-products-top-left {
    width: calc(100% - 100px);
}

.dc-our-products-controls {
    text-align: center;
    margin-top: 4rem;
}
.slide-prev {
    transform: rotate(180deg);
}
.slide-next {
    margin-left: 4rem;
}
.slide-arrow {
    cursor: pointer;
}
.slide-arrow.slick-disabled {
    opacity: 0.5;
}
.dc-our-products-slider .slick-list {
    overflow: visible;
}
@media screen and (max-width: 1139px) {
    .dc-large-banner {
        padding: 3rem;
    }
    .dc-small-banner {
        padding: 2rem 3rem;
    }
    .dc-large-banner-right {
        max-width: 320px;
        min-width: 320px;
    }
}
@media screen and (max-width: 811px) {
    .dc-header-container {
        flex-direction: column;
        padding: 4rem 1rem;
    }
    .dc-header p {
        font-size: 1.25rem;
    }
    .dc-header-left {
        margin-right: 0;
    }
    .dc-header-controls a {
        margin-bottom: 1rem;
    }
    .dc-products-item {
        width: 48%;
    }
    .dc-large-banner {
        flex-direction: column;
    }
    .dc-large-banner-right {
        max-width: 320px;
        min-width: 0;
        width: 100%;
        margin-top: 2rem;
        margin-left: 0;
    }
    .dc-large-banner p {
        font-size: 1.25rem;
    }
    .dc-large-banner-left h2 {
        margin-bottom: 1rem;
    }
    .dc-small-banner {
        flex-direction: column;
    }
    .dc-small-banner-right {
        margin-top: 1rem;
    }
    .dc-small-banner h3 {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 519px) {
    .dc-header p {
        font-size: 1.125rem;
    }
    .dc-header-controls {
        text-align: center;
    }
    .dc-header-right {
        display: none;
    }
    .dc-products {
        padding-top: 3rem;
    }
    .dc-products-item {
        width: 100%;
    }
    .dc-large-banner {
        padding: 2rem;
    }
    .dc-large-banner p {
        font-size: 1.125rem;
    }
    .dc-large-banner-left-controls {
        margin-top: 1rem;
        text-align: center;
    }
    .dc-small-banner {
        padding: 2rem;
        background-position: bottom -140px right -10px;
        background-size: 200px;
    }
    .dc-small-banner h3 {
        line-height: 1.2;
    }
    .slide-next {
        margin-left: 3rem;
    }
    .dc-airtime-panel-content.rm {
        overflow: hidden;
        max-height: 200px;
        transition: all 0.3s;
    }
    .dc-airtime-panel-content .read-more {
        display: none;
    }
    .dc-airtime-panel-content.rm.open {
        max-height: 800px;
    }
    .dc-airtime-panel-content.rm .read-more {
        content: "Read more";
        display: flex;
        position: absolute;
        width: 100%;
        height: 40px;
        align-items: center;
        justify-content: center;
        background: #fff;
        top: 160px;
        left: 0;
        z-index: 5;
        transition: all 0.3s;
        cursor: pointer;
    }
    .dc-airtime-panel-content.rm .read-more:hover {
        opacity: 0.9;
    }
    .dc-products-top {
        position: relative;
        height: auto;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 4px 4px 0 rgba(50, 53, 82, 0.25);
        margin-bottom: 1.5rem;
    }
    .dc-products-top-image {
        height: 156px;
        position: relative;
    }
    .dc-products-top-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .dc-products-top-content {
        padding: 1.5rem 2rem;
        position: static;
        padding: 1.25rem 1.5rem;
        background: #fff;
        border-radius: 0px;
        color: #323552;
    }
    .dc-products-top-content .dc-products-button {
        margin: 14px auto 0;
    }
}