.first-sect-p{
    font-size: 18px;
    line-height: 32px;
}
.first-sect-pp{
    font-size: 18px;
    line-height: 32px;
    margin: auto;
}
#startup-hero-section {
    background-image: url('../h-images/bannerimg-startup.webp');
    background-size: cover;
    background-position: center;
    height: 545px;
    display: flex;
    align-items: center;
}
#small-business-hero-section {
    background-image: url('../h-images/small-business-hero-desk-banner.webp');
    background-size: cover;
    background-position: center;
    height: 545px;
    display: flex;
    align-items: center;
}
#medium-business-hero-section {
    background-image: url('../h-images/medium-business-hero-desk-banner.png.webp');
    background-size: cover;
    background-position: center;
    height: 545px;
    display: flex;
    align-items: center;
}
#corporation-hero-section {
    background-image: url('../h-images/corporation-hero-desk-banner.webp');
    background-size: cover;
    background-position: center;
    height: 545px;
    display: flex;
    align-items: center;
}
.subheading-execution-bg{
    background: #3A6EA5;
}
.subheading-execution-green-bg, .heading-below-bar-green-bg{
    background: #4CAF50;
}
.subheading-execution-purple-bg, .heading-below-bar-purple-bg{
    background: #7B61FF;
}
.subheading-execution-orange-bg,  .heading-below-bar-orange-bg{
    background: #F7931E;
}
.subheading-execution-st-i {
    padding: 5px 20px;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 12px;
    width: fit-content;
}
.h-bg-section-content {
    border-radius: 21px;
    background-color: #F6F9FB;
        padding: 25px 30px;
}
.hc-main-img{
    width: 50%;
    position: absolute;
    right: 0;
    padding-top: 24px;
}
.hc-main-img-second {
    width: 50%;
    position: absolute;
    left: 0;
    padding-top: 24px;
}
.concerns-section{
    height: 557px;
}
.concerns-section-container, .startup-reality-section-container{
    position: relative;
}
.inner-sect-hh {
    width: 65%;
}
.h-css-acc-item:nth-child(1) {
    border-top: none;
} 

.h-css-accordion {
    margin-top: 20px;         
}

.h-css-acc-item {
    border-top: 1px solid #8D9098;
}
.h-css-acc-item:last-child {
    border-bottom: 1px solid #8D9098;
}

.h-css-acc-btn {
    width: 100%;
    background: transparent;
    border: none;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s;
    border-radius: 4px;
}
.h-css-acc-btn:hover { background: rgba(255,255,255,0.18); }

.h-css-acc-question {
    font-size: 20px;
    font-weight: 400;
    color: #494F5C;
}
.h-css-acc-item.h-css-active .h-css-acc-question { 
    font-size: 20px;
    font-weight: 600;
    color: #3A6EA5; 
}

.h-css-acc-icon {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.h-css-acc-icon svg {
    width: 25px;
    height: 25px;
    stroke: #3A6EA5;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.32s ease;
}
.h-css-acc-item.h-css-active .h-css-acc-icon svg {
    transform: rotate(180deg);
}

.h-css-acc-body {
    display: grid;
    grid-template-rows: 0fr;   
    transition: grid-template-rows 0.36s ease;
    overflow: hidden;
}
.h-css-acc-body.h-css-open {
    grid-template-rows: 1fr;      
}

.h-css-acc-body-inner {
    overflow: hidden;
    padding: 0 2px;
}
.h-css-acc-body.h-css-open .h-css-acc-body-inner {
    padding-bottom: 14px;
}

.h-css-acc-body-inner p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    margin: 0;
}
.heading-below-bar-bg{
    background-color: #3A6EA5;
}
.heading-below-bar{
    margin-top: 16px;
    width: 75px;
    height: 6px;
}
.startup-reality-section{
    margin-top: 10px;
        height: 540px;
}
.h-bg-section-content-ii{
    border-radius: 21px;
    background-color: #F6F9FB;
    padding: 25px 30px;
    display: flex;
}
.inner-sect-hh-i {
    width: 30%;
}
.inner-sect-hh {
    width: 70%;
}
.h-css-list-points {
    margin-top: 25px;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
}
.h-css-list-points span{
    font-size: 18px;
}
.h-css-list-bottom{
    margin-top: 25px;
}
.h-css-list-bottom p{
    font-size: 18px;
}
.content-text h3.subheading-i {
    font-size: 22px;
}
.half-color-i span {
    color: #3A6EA5;
}
.h-css-outcome-points {
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
}
.h-css-outcome-points{
    margin-top: 30px;
}
.col-stye img{
    object-fit: cover ;
    width: 100%;
    height: 249px;
    border-radius: 8px;
    margin-bottom: 12px;
}
.p-outcome {
    text-align: center;
    font-size: 18px;
    line-height: 23px;
}
.outcome-section {
    background-color: #F6F9FB;
    padding-top: 35px;
    padding-bottom: 35px;
}

/* ── Tablet - Responsive ── */
@media (max-width: 1024px) {
    .h-css-outcome-points {
        margin-top: 25px;
    }
    .col-stye img {
        height: 293px;
    }
    .h-css-outcome-points {
        grid-template-columns: repeat(3, 2fr);
        row-gap: 22px;
        column-gap: 8px;
    }
    .content-text h3.subheading-i {
        font-size: 20px;
    }
    .concerns-section {
        height: auto;
    }
    .inner-sect-hh {
        width: 100%;
    }
    .h-bg-section-content {
        background-color: white;
        padding: 12px 12px;
    }
    .h-css-acc-item.h-css-active .h-css-acc-question
    {
        font-size: 22px;
    }
    .h-css-acc-body-inner p {
        font-size: 20px;
        line-height: 32px;
    }
    .h-css-accordion {
        margin-top: 10px;
    }
    .hc-main-img, .hc-main-img-second {
        position: inherit;
        width: 100%;
    }
    .h-css-list-bottom {
        margin-top: 12px;
    }
    .h-css-list-points {
        margin-top: 18px;
        gap: 10px;
    }
    .startup-reality-section {
        margin-top: 0px;
        height: auto;
    }
    .outcome-section {
        background-color: #ffffff;
    }

}

/* ── Mobile - Responsive ── */
@media (max-width: 767px) {
    .outcome-section {
        background-color: #ffffff;
    }
    .p-outcome {
        font-size: 16px;
        line-height: 20px;
    }
    .h-css-outcome-points {
        margin-top: 13px;
    }
    .col-stye img {
        height: 122px;
        border-radius: 5px;
    }
    .h-css-outcome-points {
        grid-template-columns: repeat(2, 3fr);
        row-gap: 20px;
        column-gap: 8px;
    }
    #content-section-business{
        padding-bottom: 30px;
    }
    #execution-section-business {
        padding-top: 30px;
        margin-top: 10px;
    }
    .hc-main-img-second {
        padding-top: 5px;
    }
    .h-css-list-bottom p {
        font-size: 16px;
    }
    .h-css-list-points span {
        font-size: 16px;
    }
    #execution-section-business, #content-section-business{
        background-color: #F6F9FB;
    }
    .first-sect-p{
        display: none;
    }
    .startup-reality-section {
        margin-top: 0px;
        height: auto;
    }
    .concerns-section {
        height: auto;
    }
    .inner-sect-hh {
        width: 100%;
    }
    .h-bg-section-content {
        background-color: white;
        padding: 12px 12px;
    }
    .subheading-execution-st-i {
        padding: 4px 12px;
        font-size: 16px;
    }
    .main-section-heading {
        font-size: 22px;
        line-height: 27px;
        padding-top: 6px;
    }
    .heading-below-bar{
        margin-top: 14px;
        width: 76px;
        height: 4px;
    }
    .h-css-acc-item.h-css-active .h-css-acc-question {
        font-size: 16px;
    }
    .h-css-acc-body-inner p {
        font-size: 16px;
        line-height: 26px;
    }
    .h-css-acc-btn {
        padding: 15px 0px;
    }
    .h-css-acc-question {
        font-size: 16px;
    }

}