/* ===== FLEXBOX UTILITIES ===== */
.d-flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.flex-column {
    flex-direction: column;
}

.flex-column-reverse {
    flex-direction: column-reverse;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

/* ===== FLEXBOX UTILITIES ENDS ===== */

:root {
    --primary-text-color: #FAFAFA;
    --secondary-text-color: #E5E5E5;
    --border-color: #292929;
}

h1, h2, h3, h4, h5, h6, p{
    padding: 0 !important;
    margin: 0 !important;
}

body {
    background-color: #FFFFFF !important;
}

.cfibreOrangeBtn {
    margin: 0 !important;
    font-family: 'Poppins-medium' !important;
}

.transparent-btn {
    background-color: transparent !important;
    border-color: #0f0f0f !important;
    color: #141414 !important;
}

h1{
    color: aquamarine;
    font-size: 30px;
}


/* ---------------------------- hero section start -------------------------- */
.hero-banner{
    margin: 24px;
    margin-top: 152px;
}

.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    /* Cover full element */
    padding: 4px;
    /* Border thickness */
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    pointer-events: none;
    /* So clicks go through */
}

.hero-banner {
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    background: url('/cellc/img/business_service/hero_banner.jpeg') center/cover no-repeat;
    z-index: 0;
    min-height: 560px;
}

.hero-banner .banner-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(267.79deg, rgba(255, 255, 255, 0) 35.45%, rgba(255, 255, 255, 0.7) 93.34%);
    z-index: 1;
}

.hero-banner h1 {
    font-family: 'CellCSans-bold';
    font-weight: 400;
    font-size: 86px;
    line-height: 110%;
    color: #F05A1E;
    z-index: 2;
    margin-bottom: 16px !important;
}

.hero-banner h6 {
    font-family: 'Cell C Sans';
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    color: #0C0D0D;
    margin-bottom: 50px !important;
    z-index: 2;
}

.hero-banner .cfibreOrangeBtn{
    z-index: 2;
}

/* ---------------------------- hero section ends -------------------------- */

/* ---------------------------- what is service section starts -------------------------- */

.what-is-service{
    padding: 80px 282px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
}

.what-is-service h2{
    font-size: 60px;
    line-height: 1.3;
    color: #141414;
    font-family: 'CellCSans-semibold';
}

.what-is-service p{
    font-size: 18px;
    line-height: 1.4;
    color: #0C0D0D;
    font-family: 'Poppins';
}

/* ---------------------------- what is service section ends -------------------------- */

/* ---------------------------- service impacts section starts -------------------------- */
.service-impacts{
    padding: 95px 80px 108px 80px;
    gap: 62px;
    display: flex;
    flex-direction: column;
}

.service-impacts-header{
    display: flex;
    gap: 74px;
}

.service-impacts-header > h2,
.service-impacts-header > p {
    flex: 1 1 0;                  
    margin: 0;                 
    min-width: 0;
}

.service-impacts-header > h2{
    align-self: flex-start;
    font-size: 54px;
    line-height: 130%;
    color: #141414;
    font-family: 'CellCSans-semibold';
}

.service-impacts-header > p{
    align-self: flex-end;
    font-size: 22px;
    line-height: 120%;
    color: #0C0D0D;
    font-family: 'Poppins';
}

.service-impacts-cards{
    display: flex;
    justify-content: space-between;
}

.service-impacts-cards .service-impacts-card{
    border: 1.5px solid #292929;
    background-color: #141414;
    padding: 86px 29px 41px 35px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 405px;
    height: 252px;
    border-radius: 16px;
}

.service-impacts-cards .service-impacts-card h6{
    font-size: 28px;
    line-height: 1.2;
    color: #FAFAF9;
    font-family: 'Poppins-semibold';
}

.service-impacts-cards .service-impacts-card p{
    font-size: 18px;
    line-height: 1.4;
    color: #E5E5E5;
    font-family: 'Poppins';
}

.service-impact-banner {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background: url('/cellc/img/business_service/service_impact.jpeg') center/cover no-repeat;
    z-index: 0;
    min-height: 560px;
    width: 100%;
}

.service-impact-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    /* Cover full element */
    padding: 4px;
    /* Border thickness */
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    pointer-events: none;
    /* So clicks go through */
}

.service-impact-banner .banner-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(292.3deg, rgba(234, 91, 12, 0) 64.12%, #EA5B0C 97.53%), 
                linear-gradient(259.79deg, rgba(0, 0, 0, 0) 31.69%, #000000 93.39%);
    z-index: 1;
}

.service-impact-banner h2 {
    font-family: 'CellCSans-bold';
    font-size: 60px;
    line-height: 120%;
    color: #FAFAFA;
    z-index: 2;
    margin-bottom: 10px !important;
}

.service-impact-banner p {
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 140%;
    color: #E5E5E5;
    margin-bottom: 43px !important;
    z-index: 2;
    width: 50%;
}

.service-impact-banner .cfibreOrangeBtn{
    z-index: 2;
}

/* ---------------------------- service impacts section ends -------------------------- */

/* ---------------------------- how it works starts -------------------------- */
.how-it-works {
    padding: 166px 137px 117px 78px;
    background-color: #000000;
}
 
.how-it-works__inner {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}
 
/* LEFT */
.how-it-works__content {
    flex: 0 0 50%;
}
 
.how-it-works__title {
    font-size: 60px;
    line-height: 1.2;
    color: #FAFAFA;
    font-family: 'CellCSans-bold';
}
 
.how-it-works__desc {
    margin-top: 16px !important;
    color: #E5E5E5;
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 1.4;
    max-width: 480px;
}
 
/* RIGHT */
.timeline {
    position: relative;
    flex: 1;
    padding-left: 60px;
}
 
.timeline__line {
    position: absolute;
    left: 22px;
    top: 5px;
    bottom: 0;
    width: 1px;
    background: linear-gradient(90deg, #EA5B0C 0%, #843307 100%);
}
 
.timeline__item {
    position: relative;
    margin-bottom: 64px;
}
 
.timeline__header {
    all: unset;
    cursor: pointer;
    display: block;
}
 
.timeline__dot {
    position: absolute;
    left: -43px;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #EA5B0C;
    border-radius: 50%;
}
 
.timeline__tag {
    background: #292929;
    color: #F5F5F5;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    border: 1px solid #525252;
    font-family: 'Inter';
}
 
.timeline__title {
    font-size: 22px;
    margin: 16px 0 !important;
    color: #FAFAF9;
}
 
.timeline__desc {
    color: #E5E5E5;
    max-width: 520px;
}
 
/* ACCORDION */
.timeline__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
 
.timeline__item.is-active .timeline__content {
    max-height: 320px;
    margin-top: 16px;
}
 
.timeline__image {
    background: #222;
    border-radius: 12px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
}
/* ---------------------------- how it works ends -------------------------- */

/* ---------------------------- resorces or more starts -------------------------- */

.resources{
    padding: 133px 80px 43px 80px;
    background-color: #090909;
    display: flex;
    flex-direction: column;
    gap: 62px;
    text-align: center;
}

.resources .title{
    font-size: 32px;
    line-height: 1.1;
    font-family: 'CellCSans-semibold';
    color: #FFFFFF;
}

.resources-cards{
    display: flex;
    justify-content: space-between;
}

.resources-cards .resources-card{
    width: 405px;
    height: 350px;
    border-radius: 16px;
    border: 1.5px solid #292929;
    background-color: #141414;
    padding: 129px 29px 46px 35px;
    gap: 16px;
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: start;
}

.resources-cards .resources-card .resources-card__tag{
    background: #292929;
    color: #F5F5F5;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    border: 1px solid #525252;
    font-family: 'Inter';
    position: absolute;
    top: 37px;
    left: 35px;
}

.resources-cards .resources-card .img-base,
.resources-cards .resources-card .img-hover{
    width: 52px;
    height: 52px;
    cursor: pointer;
    transition: opacity 200ms ease;
    right: 29px;
    top: 29px;
    position: absolute;
}


.img-base { opacity: 1; }
.img-hover { opacity: 0; }

.resources-cards .resources-card:hover .img-base { opacity: 0; }
.resources-cards .resources-card:hover .img-hover { opacity: 1; }


.resources-cards .resources-card h3{
    font-family: 'Poppins-semibold';
    font-size: 28px;
    line-height: 120%;
    color: #FAFAF9;
}

.resources-cards .resources-card p{
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 140%;
    color: #E5E5E5;
}


/* ---------------------------- resorces or more ends -------------------------- */


/* business elevate starts */

.business-elevate{
    padding: 62px 80px 46px 80px;
    background-color: #090909;
}

.business-elevate .business-elevate-banner{
    background: url('/cellc/img/business/products/bottom-banner.webp') center/cover no-repeat;
    border: 1.5px solid #292929;
    border-radius: 16px;
    min-height: 428px;
    width: 100%;
    padding: 90px 171px 96px 171px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.business-elevate .business-elevate-banner h2{
    color: #FAFAFA;
    font-family: 'CellCSans-semibold';
    font-size: 56px;
    line-height: 120%;
    margin-bottom: 24px !important;
}

.business-elevate .business-elevate-banner p{
    color: #FAFAF9;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 47px !important;
}




/* business elevate ends */