.secondary-list {
    list-style: disc;
    list-style-position: outside;
    margin-left: 19px;
}

.secondary-list li::marker {
    color: var(--secondary);
}

.secondary-list li:not(:last-child) {
    margin-bottom: 6px;
}

.secondary-list {
    text-align: left;
}

/* RAISING FUND SECTION  */
img.shadow-right-secondary,
img.shadow-left-primary {
    border-radius: 0;
    aspect-ratio: 1 / 1.17;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    object-fit: cover;
    max-width: 280px;
    margin: 10px;
}

img.shadow-left-primary {
    box-shadow: -15px -15px 0px -5px var(--primary);
}

img.shadow-right-secondary {
    box-shadow: 15px -15px 0px -5px var(--secondary);
}

/* Raising Register CSS START HERE  */

img.raising-register-img2 {
    aspect-ratio: 16 / 11;
    object-fit: contain;
}

@media (max-width: 1199.98px) {
    img.raising-register-img2 {
        aspect-ratio: 16 / 9;
    }
}


/* HOSTING COC CSS HERE */

.hosting-coc-head {
    max-width: 925px;
}

.hosting-coc-step-item-icon>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hosting-coc-step-item-icon {
    width: clamp(100px, 13vw, 155px);
    margin-inline: auto;
    height: clamp(100px, 14vw, 155px);
    padding: clamp(20px, 3vw, 37.5px);
    border-radius: 50%;
    margin-bottom: 12px;
}

.hosting-coc-step-item:nth-child(even) .hosting-coc-step-item-icon {
    background-color: var(--primary-light);
}

.hosting-coc-step-item:nth-child(odd) .hosting-coc-step-item-icon {
    background-color: var(--secondary-light);
}

.hosting-coc-step-item:not(:last-child)::before {
    content: "";
    position: absolute;
    right: calc(clamp(-75px, -6.5vw, -75px) / 2);
    top: calc(clamp(50px, 6.5vw, 75px) / 2);
    height: clamp(50px, 6.5vw, 70px);
    width: clamp(50px, 6.5vw, 70px);
    background: url() center center / contain no-repeat;
}

.hosting-coc-step-item:nth-child(odd):not(:last-child)::before {
    background-image: url(../svg/arrow-downn.svg);
}

.hosting-coc-step-item:nth-child(even):not(:last-child)::before {
    background-image: url(../svg/arrow-upp.svg);
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .hosting-coc-step-item:nth-child(3) {
        order: 13;
    }

    .hosting-coc-step-item:nth-child(3):not(:last-child)::before {
        left: calc(clamp(-75px, -6.5vw, -75px) / 2);
        right: auto;
        transform: rotate(180deg);
    }

    .hosting-coc-step-item:nth-child(1),
    .hosting-coc-step-item:nth-child(2) {
        padding-bottom: 70px;
    }

    .hosting-coc-step-item:nth-child(2):not(:last-child)::before {
        left: 50%;
        right: auto;
        transform: rotate(90deg) rotateX(180deg) translatey(-50%);
        transform-origin: center;
        bottom: -8px;
        top: auto;
    }
}

@media (max-width: 767.98px) {

    .hosting-coc-step-item:not(:last-child) {
        padding-bottom: 70px;
    }

    .hosting-coc-step-item:not(:last-child)::before {
        left: 50%;
        right: auto;
        transform: rotate(90deg) rotateX(180deg) translatey(-50%);
        transform-origin: center;
        bottom: 0px;
        top: auto;
    }
}


/* any-question CSS START */
.any-question-sec-inner {
    padding: clamp(25px, 3.5vw, 40px);
    border-radius: 20px;
}

ul.secondary-list {
    list-style: disc;
    list-style-position: outside;
    margin-left: 19px;
}

ul.secondary-list li::marker {
    color: #8A2A82;
    font-size: 18px;
    margin-right: 5px;
    line-height: initial;
}

ul.secondary-list li {
    margin-bottom: 15px;
    line-height: 1.4;
}

.cs-col-img-icon {
    width: 181px;
    height: 181px;
    padding: 27px;
    margin-inline: auto;
}

@media (min-width: 992px) {
    .cs-col-img {
        width: 201px;
    }

    .cs-col-content {
        width: calc(100% - 201px);
    }
}

@media (max-width: 767.98px) {
    .any-question-content {
        font-size: 24px;
    }
}

/* <!-- =======Fundraise Resources CSS HERE ========== --> */
.btn-secondary-light-dotted {
    font-size: 20px;
    padding: 23px;
    width: 100%;
    border-color: var(--secondary);
    border-style: dashed;
    background-color: var(--secondary-light);
    color: var(--black);
    font-weight: 500;
    border-radius: 20px;
}

.btn-secondary-light-dotted:hover {
    background-color: var(--secondary);
    color: var(--white);
}

.fundraise-resources-sec-inner {
    padding: clamp(25px, 3.5vw, 40px);
    border-radius: 20px;
}

@media (max-width: 1449.98px) {
    .btn-secondary-light-dotted {
        font-size: 17px;
        padding: 23px 15px;
    }
}

/* Pay-donation CSS HEER  */
.pay-donation-inner p strong {
    font-weight: 600;
}

.pay-donation-sec-inner {
    padding: clamp(25px, 3.5vw, 40px);
    border-radius: 20px;
}

/* IFRAME FORM DONATION CSS  */
.iframe-form {
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 20px;
    background: #f5f5f1;
    padding: 10px;
    max-width: 612px;
    margin-inline: auto;
}

@media (min-width: 768px) {
    .donations-form-iframe iframe {
        height: 1180px;
    }
}

@media (max-width: 767.98px) {
    .donations-form-iframe iframe {
        height: 1250px;
    }
}

@media (max-width: 600.98px) {
    .donations-form-iframe iframe {
        height: 1250px;
    }
}

@media (max-width: 434.98px) {
    .donations-form-iframe iframe {
        height: 1300px;
    }
}

@media (max-width: 374.98px) {
    .donations-form-iframe iframe {
        height: 1400px;
    }
}