.akc-partner-column {
    margin-top: unset;
}
.akc-partnerWithForm {
    background:
        linear-gradient(90deg, #000000d6 25%, #3eff5000) 100%,
        url(../images/new_kitchen/new-kitchen-heros.webp) no-repeat center
            center;
    background-size: cover;
}

.akc-partnerWithForm p,
.akc-partnerWithForm span {
    color: #fff;
}
.akc-partnerWithForm i {
    color: #5ed559;
}

.pa-stat-card {
    padding: 1rem;
    background: #f8f8f8;
    height: 100%;
    width: 100%;
    border-radius: 0.7rem;
}

.pa-stat-card i {
    background-color: #5dd55948;
}
#sa .pa-stat-card i {
    background-color: #e7effa;
}
.pa-stat-card h5 {
    font-size: 1.15rem;
    line-height: 1.4rem;
    margin-bottom: 5px;
}
.pa-stat-card p {
    font-size: 0.85rem;
    color: oklch(50% 0.02 260);
    margin: 0;
    line-height: 1.45;
}

/* Active tab colors */
.bsa-tab.active {
    background-color: rgba(25, 135, 84, 0.1) !important;
    color: #198754 !important;
}

.sa-tab.active {
    background-color: rgba(13, 110, 253, 0.1) !important;
    color: #0d6efd !important;
}
.akc-partner-stats {
    width: min(100%, 1100px);
    margin: auto;
    background-color: #fff;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); */
    /* padding: 1rem; */
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eeeeee;
}
.akc-partner-stats .nav-tabs {
    padding: 8px;
    background: #f4f6f9;
    border-radius: 12px;
    border: 0;
}
.akc-partner-stats ul li {
    display: flex;
    flex: 1 1;
}
.akc-partner-stats ul .nav-link {
    flex: 1 1;
    padding: 12px 15px !important;
    border-radius: 0 !important;
    font-size: 0.9rem;
    transition: background-color 0.2s;
    border-bottom: 3px solid transparent !important;
    color: #030303;
    font-weight: 600;
    justify-content: center;
}
.akc-partner-stats ul {
    border-bottom: 1px solid #eeeeee;
}
.akc-partner-stats ul .nav-link.active {
    background-color: #fff;
    border-bottom-color: #5ed559 !important;
}
.akc-partner-stats ul .sa-tab.active {
    border-bottom-color: #0d6efd !important;
}

/* Section */
.program-section {
    /* background: #f4f7f6; */
}

/* Badge */
.program-badge {
    background: #fce8d5;
    color: #c46b1a;
    font-size: 12px;
}

/* Video Box */
.video-box {
    min-height: 220px;
    width: min(100%, 420px);
    flex-shrink: 0;
    background: #e9edeb;
    border-radius: 16px;
}

/* Play Button */
.play-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #198754;
    border: none;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.play-btn:hover {
    transform: scale(1.1);
    background: #157347;
}

/* Video Text */
.video-text {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 13px;
    color: #6c757d;
}

/* Info Cards */
.info-card {
    background: #f8f9f8;
    border-radius: 16px 10px 16px 20px;
    padding: 20px;
    height: 100%;
}

/* Colored Borders */
.red-card {
    border-left: 4px solid #f4a7aa;
    background-color: #f4eaea;
}

.green-card {
    border-left: 4px solid #a7c9b8;
    background-color: #e8efec;
}

.pink-card {
    background-color: #f3f1ec;
    border-left: 4px solid #f6d4ba;
}
.blue-card {
    background: #e9eff6;
    border-left: 4px solid #8aa9d6;
}

/* Titles */
.info-card h6 {
    color: #5d646f;
    font-weight: 600;
    margin-bottom: 10px;
}

/* List */
.info-card ul {
    padding-left: 5px;
    /* margin-bottom: 10px; */
}

.info-card ul li {
    font-size: 0.85rem;
    margin-bottom: 6px;
    color: #3a3d43;
    list-style-type: disc;
        line-height: 1.7;
}
.info-card ul li:last-child{
    margin-bottom: 0;
}

/* Built for corpo */

.akc-trust-section {
    background: #f3f7f5;
}

/* Badge */
.akc-trust-badge {
    background: #e3efe9;
    color: #2f7d5a;
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 600;
}

/* Subtext */

/* Card */
.akc-trust-card {
    /* text-align: left;
    padding: 30px;
    border-radius: 20px;
    height: 100%; */
    transition: 0.3s ease;
}

/* Hover */
.akc-trust-card:hover {
    transform: translateY(-5px);
}

/* Variants */

/* Icon Box */
.akc-icon-box {
    width: 50px;
    height: 50px;
}

/* Icon Colors */
.green-card .akc-icon-box {
    background: #d7e7df;
    color: #2f7d5a;
}

.blue-card .akc-icon-box {
    background: #dbe6f5;
    color: #3b82f6;
}

.pink-card .akc-icon-box {
    background: #f3dfc7;
    color: #d97706;
}

/* Title */
.akc-trust-section h5 {
    margin-bottom: 0.7rem;
}

/* List */
.akc-trust-section ul {
    padding-left: 18px;
}

.akc-trust-section ul li {
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #3a3d43;
    position: relative;
}

/* Custom bullet */
.akc-trust-section ul li::marker {
    color: #2f7d5a;
}

/* Link */
.akc-trust-section a {
    color: #2f7d5a;
    text-decoration: underline;
}

.csr-testimonial-section {
    background: #fcfcfa;
}

/* Header icon */
.akc-test-icon {
    width: 45px;
    height: 45px;
    background: #e2efe8;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2f7d5a;
}

/* Card */
.akc-test-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
}

/* Tag */
.akc-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #f1f1f1;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    z-index: 1;
}

/* Video box */
.akc-video-box {
    height: 200px;
    background: #dfe4e1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

/* Play button */
.akc-play-btn {
    width: 60px;
    height: 60px;
    background: var(--akc-primary-color);
    border-radius: 50%;
    border: none;
    color: #fff;
    font-size: 18px;
}

/* Content */
.akc-test-content {
    padding: 20px;
}

.akc-test-content p {
    font-size: 0.95rem;
    margin-bottom: 10px;
}

.akc-test-content strong {
    font-size: 0.95rem;
}

/* Owl arrows */
.custom-owl-nav .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    font-size: 20px;
}
.custom-owl-nav .owl-nav span {
    font-size: 20px;
}
.custom-owl-nav .owl-nav .owl-prev {
    left: -20px;
}

.custom-owl-nav .owl-nav .owl-next {
    right: -20px;
}
/* Box */
.akc-partner-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 25px;
    height: 100%;
}

/* Borders */
.akc-green-border {
    border: 2px solid #cce1d7;
}

.akc-orange-border {
    border: 2px solid #fbe7d8;
}

/* Label */
.akc-partner-label {
    /* font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.5px; */
}

/* Image */
.akc-partner-img {
    display: inline-block;
    width: fit-content;
    height: 50px;
    object-fit: contain;
    /* border-radius: 12px; */
    /* background: #f3f3f3; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}

.akc-partner-img img {
    width: 100%;
    height: 100%;
}

/* Logo slider */
.akc-logo-item {
    background: #b5b5b563;
    border-radius: 1rem;
    padding: 10px 20px;
    border: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.akc-logo-item img {
    height: 65px;
    object-fit: contain;
}

.akc-partner-page .accordion-item {
    border: 1px solid #939393 !important;
    margin-bottom: 12px !important;
    border-radius: 10px !important;
    overflow: hidden;
    transition: ease-in-out 0.3s;
}

.accordion-item:has(.accordion-collapse.show) {
    /* border-color: #545454 !important;
    border-radius: 0.25rem; */
    box-shadow: 0 0px 6px rgb(0 0 0 / 20%);
}
@media only screen and (max-width: 576px) {
    .csr-testimonial-section {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .pa-stat-card h5 {
        font-size: 1rem;
    }
    .akc-partner-stats ul .nav-link {
        padding: 10px 12px !important;
        line-height: 1.2rem;
    }
    .pa-stat-card {
        padding: 0.7rem;
    }
}

/* Employee Volunteer Page */
.emp-volunteer-page .akc-empForm {
    background:
        linear-gradient(90deg, #000000d6 25%, #3eff5000) 100%,
        url(../images/employee_volunteer/hero-volunteers.webp) no-repeat center
            center;
    background-size: cover;
}

/* Card */
.akc-sdg-card {
    background: #fff;
    border-radius: 18px;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    text-align: left;
    height: auto;
    position: relative;
    border: 1px solid #eee;
    box-shadow: 0 4px 16px -8px oklab(22% 0.0192836 0.0229813/0.18);
    overflow: hidden;
    width: min(100%, 380px);
    margin: auto;
}
/* Top accent */
.akc-sdg-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 9px;
    width: 100%;
    transition: 200ms ease-in-out height;
}
.akc-sdg-card::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    transition: 200ms linear opacity;
}
.akc-sdg-card:hover::before {
    height: 13px;
}
.akc-sdg-card:hover::after {
    opacity: 0.75;
}

.akc-sdg-orange::after {
    background: radial-gradient(
        ellipse 50% 50% at 85% 0,
        rgb(236 111 0 / 30%) 0,
        rgb(255 0 0 / 0%) 100%
    );
}
.akc-sdg-red::after {
    background: radial-gradient(
        ellipse 50% 50% at 85% 0,
        rgb(206 83 66 / 30%) 0,
        rgb(255 0 0 / 0%) 100%
    );
}
.akc-sdg-blue::after {
    background: radial-gradient(
        ellipse 50% 50% at 85% 0,
        rgb(0 125 174 / 25%) 0,
        rgb(255 0 0 / 0%) 100%
    );
}
/* Color variants */
.akc-sdg-orange::before {
    background: #f97316;
}
.akc-sdg-red::before {
    background: #e11d48;
}
.akc-sdg-blue::before {
    background: #0284c7;
}
/* Color text */
.akc-sdg-orange h5 {
    /* line-height: 1em; */
}
.akc-sdg-orange h5 {
    color: #ec6f00;
}
.akc-sdg-red h5 {
    color: #e11d48;
}
.akc-sdg-blue h5 {
    color: #0284c7;
}
.akc-sdg-card small {
    font-size: 0.75rem;
    display: inline-block;
    line-height: 1.4em;
}

/* Divider */
.akc-sdg-card hr {
    /* margin: 15px 0; */
    border-color: #353333;
}

.emp-volunteer-page .akc-btn {
    background: linear-gradient(135deg, #e86518 0%, #ff9c3b 100%) !important;
    box-shadow: unset !important;
}
.emp-volunteer-page .akc-btn:hover {
    transform: unset;
}
.how-emp-section .akc-test-card {
    width: 100%;
}
.how-emp-section .akc-video-box {
    height: 250px;
    overflow: hidden;
}
.how-emp-section .akc-video-box img{
transition: 200ms ease-in-out all;
}
.how-emp-section .akc-video-box:hover img{
transform: scale(1.04);
}
.how-emp-section .akc-video-box::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(360deg, #00000091 14%, #00000000) 9%;
}
.how-emp-section .akc-video-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.how-emp-section .akc-test-content ul {
    padding-left: 1rem;
}
.how-emp-section .akc-tag {
    color: #e26a2c;
}
.how-emp-section .akc-test-content ul li {
    list-style-type: disc;
    font-size: 0.9rem;
}
.how-emp-section .akc-test-content ul li::marker {
    color: #e26a2c;
}
.csr-testimonial-section .emp-vol-iframe {
    width: 100%;
    padding-bottom: 56.25%;
    background-position: center;
    background-size: cover;
}
.akc-test-card:has(iframe) .akc-tag {
    display: none;
}

/* Card */
.akc-quote-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px;
}

/* Image */
.akc-quote-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 12px 26px #f9731624;
}

/* .akc-quote-img img {
    width: 100%;
} */

/* Caption */
.akc-quote-caption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
}

/* Quote content */
.akc-quote-content {
    position: relative;
}

/* Quote icon */
.akc-quote-icon {
    font-size: 2.5rem;
    color: #f97316;
    line-height: 1;
    margin-bottom: 10px;
}

/* Text */
.akc-quote-content q {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.35;
}

/* Nav buttons */
.akc-nav button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;

    margin-left: 10px;
    transition: 300ms linear all;
}
.akc-nav button:hover {
    background: #f97316;
    color: #fff;
}

.prev-btn {
    background: #f1ece6;
}

.next-btn {
    background: #f97316;
    color: #fff;
}
/* Wrapper */
.akc-quote-wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 20px 50px -20px #e8651873;
    max-width: 1080px;
    margin: auto;
}

/* Dots */
.akc-dots {
    display: flex;
    gap: 8px;
}

.akc-dots span {
    width: 10px;
    height: 10px;
    background: #d6d0c8;
    border-radius: 10px;
    display: inline-block;
    transition: 250ms linear all;
    cursor: pointer;
}

.akc-dots .active {
    width: 28px;
    background: #f97316;
}
.accordion-button.collapsed::after {
    content: "\002B"; /* Unicode plus sign */
}
.accordion-button:not(.collapsed)::after {
    transform: unset !important;
}
.accordion-button::after {
    background-image: unset !important;
    content: "\2212"; /* Unicode minus sign */
    padding: 10px 13px 17px 14px;
    border-radius: 50%;
    font-size: 26px;
    font-weight: 500;
    background: #ffd499;
    color: #723a0d;
    display: flex;
    justify-content: center;
    align-items: center;
}
.akc-donation-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
}
.akc-donation-accordion
    .accordion-button:not(.collapsed)
    .akc-faq-box
    .accordion-item:first-child {
    border-radius: 14px 14px 0 0 !important;
    overflow: hidden;
}
.akc-faq-box .accordion-item:last-child {
    border-radius: 0 0 14px 14px !important;
    overflow: hidden;
}
.akc-donation-accordion .accordion-item:hover .accordion-button {
    background-color: #fbf3e6;
}
.akc-faq-box {
    border-radius: 14px;
}
.orange-head-tag {
    font-weight: 500;
    font-size: 0.75rem;
    letter-spacing: 1px;
    color: #db6529;
    line-height: 1.4;
}
.emp-vol-form {
    background: linear-gradient(0deg, #c04a00 10%, #e25800 46%);
    background: linear-gradient(135deg, #2e7d32, #4caf50);
}
.emp-vol-form button {
    color: #000 !important;
    background-color: #f8f2f2 !important;
    border: 0 !important;
}
.emp-vol-form button:hover {
    /* color: #000 !important; */
    background-color: #fff !important;
}
.emp-vol-form button:focus-visible {
    /* color: #000 !important; */
}
.akc-empForm .d-flex a:last-child {
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background: rgb(192 193 195 / 27%) !important;
    border: 1px solid rgb(255 255 255 / 54%);
}
.akc-empForm h1 {
    font-size: 3rem;
}
.emp-volunteer-page h2 {
    line-height: 1.3;
}
.emp-volunteer-page .csr-testimonial-section .owl-nav button {
    /* top: 50%; */
}
.akc-empForm .akc-icon-box {
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background: rgb(192 193 195 / 27%) !important;
    border: 1px solid rgb(255 255 255 / 54%);
}
.akc-content .text-white .lh-1 {
    font-size: 0.9rem;
}

@media only screen and (max-width: 992px) {
    .akc-quote-wrapper {
        padding: 1rem 1.5rem;
        border-radius: 1rem;
    }
    .akc-quote-content q {
        font-size: 1.15rem;
    }
    .akc-empForm .akc-icon-box {
    width: 35px;
    height: 35px;
}
}
/* akc-md-single - for single row for three div */
@media only screen and (max-width: 768px) {
    .akc-empForm h1 {
        font-size: 2.3rem;
    }
    .akc-three-div.akc-md-single {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
        max-width: 420px;
        margin: auto;
    }
    .akc-three-div.akc-md-single div:nth-child(3) {
        grid-column: span 1;
    }
    .akc-quote-wrapper {
        max-width: 420px;
        padding: 1.2rem;
        box-shadow: 0 10px 25px -10px #e8651873;
    }
    .akc-content .text-white .lh-1 {
        font-size: 0.8rem;
        display: inline-block;
        line-height: 1.5em !important;
    }
    .akc-content a {
        width: min(100%, 260px) !important;
        text-align: center;
        display: inline-block;
        margin: auto !important;
    }
}

.akc-partner-page .emp-vol-iframe{
   width: min(435px, 100%)  ;
    flex-shrink: 0;
    aspect-ratio: 16 / 9;
    padding: unset;
    height: auto;   
}
.credible-carousel .owl-stage{
    /* display: flex; */
    /* gap: 20px; */
}

/* Make owl stage use flex */
.credible-carousel .owl-stage {
    display: flex;
}

/* Make each item stretch */
.credible-carousel .owl-item {
    display: flex;
    height: auto;
}

/* Your slide/card container */
.credible-carousel .item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.akc-partner-column .akc-partner-form .akc-btn span{
 color: #333 !important;
}
