.bb-none {
    border-bottom: none;
}



.how-it-work-item-custom {

    width: calc(50% - 22.5px);

    display: flex;

    flex-wrap: nowrap;

    gap: 30px;

}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.08);
        opacity: 0.85;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.pulsing-number {
    display: inline-block;
    animation: pulse 1.6s ease-in-out infinite;
}



.why-choose-counter-item-phasetwo {

    position: relative;

    /*width: calc(33.33% - 33.33px);*/

    text-align: center;

}



.why-choose-counter-item-phasetwo::before {

    content: '';

    position: absolute;

    top: 0;

    bottom: 0;

    right: -30px;

    background: var(--divider-color);

    width: 1px;

    height: 100%;

}


.why-choose-counter-item-phasetwo:last-child:before {

    display: none;

}



.why-choose-counter-item-phasetwo h2 {

    font-size: 40px;

    color: var(--accent-color);

    margin-bottom: 5px;

}



.why-choose-counter-item-phasetwo p {

    margin-bottom: 0;

    font-size: 20px;

    text-align: center;
}


.modal-team-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.modal-team-title {
    font-size: 26px;
    font-weight: 700;
}

.modal-team-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

.modal-team-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}

.sticky-offset {
    top: 12.5vh;
}

.h-75vh {
    height: 75vh;
}

.bg-bnfsg-color {
    background-color: var(--bnfsg-color) !important;
    color: #ffffff !important;
}

.causes-video-container {
    aspect-ratio: 1 / 0.822;
}

.causes-video {
    width: 100%;
    height: 100%;
}


.top-header div ul li:hover>ul {

    visibility: visible;

    opacity: 1;

    transform: scaleY(1);

    padding: 5px 0;

}

.top-header div ul ul {

    visibility: hidden;

    opacity: 0;

    transform: scaleY(0.8);

    transform-origin: top;

    padding: 0;

    margin: 0;

    list-style: none;

    width: 300px;

    border-radius: 20px;

    position: absolute;

    left: 0;

    top: 100%;

    background-color: var(--accent-color);

    transition: all 0.3s ease-in-out;

    text-align: left;

    z-index: 999;

}

.top-header div ul li ul a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    color: var(--white-color);
    text-transform: capitalize;
    padding: 6px 20px !important;
    transition: all 0.3s ease-in-out;
}

.top-header div ul li ul a:hover {

    color: var(--primary-color);
    background-color: transparent;
    padding: 6px 20px 6px 23px !important;
}

.btn-framed {
    border: 1px solid currentColor;
    background: transparent;
    color: var(--accent-color)
}

.btn-framed:hover {
    background: var(--accent-color);
    color: #fff;
}

.z-index-1 {
    z-index: 1;
}

.button-position {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}

.add-btn {
    color: black;
    background-color: var(--accent-color);
    width: 56px;
    height: 56px;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.3s ease-in-out;
}


.button-position:hover>.add-btn {
    transform: scale(1.1);

}

.custom-input {
    border-radius: 12px;
    padding: 10px 15px;
}

.upload-box {
    border: 2px dashed #ddd;
    border-radius: 12px;
    transition: 0.3s;
    cursor: pointer;
}

.upload-box:hover {
    border-color: var(--accent-color);
    background: #fff7ed;
}

.btn-main {
    background: var(--accent-color);
    color: #fff;
    border-radius: 30px;
    padding: 10px;
    border: none;
}

.btn-main:hover {
    color: #000;
}

.search-card {
    transition: all 0.3s ease;
}

.search-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Highlight */
.highlight {
    background-color: #fff3cd;
    padding: 0 2px;
}

/* ============================================
   WALL OF HONOR â€“ 3Ã—3 COLORED BLOCK GRID
   ============================================ */

.wall-of-honor-section {
    padding: 40px 0 60px;
}

.honor-wall-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.honor-wall-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 6px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    aspect-ratio: 1 / 1;
}

.honor-block {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    cursor: default;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    aspect-ratio: 1 / 1;
}

/* Merged blocks â€“ override aspect-ratio so they fill their grid area */
.honor-block-md,
.honor-block-lg {
    aspect-ratio: unset;
}

.honor-block:hover {
    transform: scale(1.03);
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.honor-block-title {
    color: #fff;
    font-size: clamp(0.85rem, 1.8vw, 1.3rem);
    font-weight: 700;
    text-align: center;
    padding: 8px 12px 4px;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    word-break: break-word;
    max-width: 100%;
}

.honor-block-desc {
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(0.65rem, 1.2vw, 0.9rem);
    font-weight: 400;
    text-align: center;
    padding: 2px 12px 8px;
    line-height: 1.35;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    word-break: break-word;
    max-width: 100%;
}

/* Merged block text scaling */
.honor-block-md .honor-block-title {
    font-size: clamp(1rem, 2.2vw, 1.6rem);
}

.honor-block-md .honor-block-desc {
    font-size: clamp(0.75rem, 1.5vw, 1.1rem);
}

.honor-block-lg .honor-block-title {
    font-size: clamp(1.2rem, 2.8vw, 2rem);
}

.honor-block-lg .honor-block-desc {
    font-size: clamp(0.85rem, 1.8vw, 1.3rem);
    max-width: 80%;
}

/* Brand colors matching the reference image */
.honor-color-red {
    background-color: #e91c2d;
}

.honor-color-orange {
    background-color: #fa9e00;
}

.honor-color-green {
    background-color: #4caf50;
}

.honor-color-lime {
    background-color: #8bc34a;
}

.honor-color-blue {
    background-color: #2196f3;
}

.honor-color-purple {
    background-color: #582d83;
}

/* Responsive */
@media (max-width: 992px) {
    .honor-block-title {
        font-size: clamp(0.75rem, 1.6vw, 1.1rem);
    }

    .honor-block-desc {
        font-size: clamp(0.6rem, 1.1vw, 0.8rem);
    }
}

@media (max-width: 768px) {
    .honor-wall-grid {
        gap: 4px;
        padding: 0 10px;
    }

    .honor-block {
        border-radius: 6px;
    }

    .honor-block-title {
        font-size: clamp(0.65rem, 1.4vw, 0.9rem);
        padding: 6px 8px 2px;
    }

    .honor-block-desc {
        font-size: clamp(0.55rem, 1vw, 0.7rem);
        padding: 1px 8px 6px;
    }
}

@media (max-width: 576px) {
    .honor-wall-grid {
        gap: 3px;
        padding: 0 8px;
    }

    .honor-block {
        border-radius: 4px;
    }

    .honor-block-title {
        font-size: clamp(0.55rem, 1.2vw, 0.75rem);
        padding: 4px 6px 2px;
    }

    .honor-block-desc {
        font-size: clamp(0.45rem, 0.9vw, 0.6rem);
        padding: 1px 6px 4px;
    }

    .honor-block:hover {
        transform: scale(1.02);
    }
}

/* ============================================
   FLOATING BUY CUBE BUTTON
   ============================================ */

.btn-buy-cube-wrapper {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    animation: floatPulse 2s ease-in-out infinite;
}

.btn-buy-cube-wrapper:hover {
    animation-play-state: paused;
}

.btn-buy-cube-wrapper:hover .btn-buy-cube {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.4);
}

.btn-buy-cube-label {
    background: var(--accent-color, #fa9e00);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    white-space: nowrap;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.3px;
}

.btn-buy-cube {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--accent-color, #fa9e00);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@keyframes floatPulse {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

/* ============================================
   BUY CUBE PAGE
   ============================================ */

.buy-cube-section {
    padding: 60px 0 80px;
}

.btn-back-cube {
    display: inline-flex;
    align-items: center;
    color: #666;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.2s;
}

.btn-back-cube:hover {
    color: var(--accent-color, #fa9e00);
}

.buy-cube-section .section-title {
    margin-bottom: 40px;
}

.form-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
}

.form-card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.form-label-custom {
    font-weight: 600;
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 6px;
}

.form-control-custom {
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 0.95rem;
    transition: border-color 0.2s;
}

.form-control-custom:focus {
    border-color: var(--accent-color, #fa9e00);
    box-shadow: 0 0 0 3px rgba(250, 158, 0, 0.15);
}

/* Cube quantity selector */
.cube-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cube-option {
    position: relative;
}

.cube-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.cube-option label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    padding: 14px 10px;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.25s ease;
    text-align: center;
    background: #fafafa;
}

.cube-option label .cube-count {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    line-height: 1;
}

.cube-option label .cube-label {
    font-size: 0.75rem;
    color: #888;
    margin-top: 4px;
}

.cube-option label .cube-price {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--accent-color, #fa9e00);
    margin-top: 4px;
}

.cube-option input[type="radio"]:checked+label {
    border-color: var(--accent-color, #fa9e00);
    background: #fff7ed;
    box-shadow: 0 2px 12px rgba(250, 158, 0, 0.2);
}

.cube-option input[type="radio"]:checked+label .cube-count {
    color: var(--accent-color, #fa9e00);
}

/* Preview area */
.preview-card {
    background: #f9f9f9;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
}

.preview-card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.preview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 6px;
    max-width: 350px;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
}

.preview-block {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    text-align: center;
    transition: transform 0.2s;
    min-height: 80px;
}

.preview-block:hover {
    transform: scale(1.05);
}

.preview-block .preview-title {
    color: #fff;
    font-size: clamp(0.65rem, 2vw, 1rem);
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    word-break: break-word;
}

.preview-block .preview-desc {
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(0.5rem, 1.5vw, 0.8rem);
    line-height: 1.2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    word-break: break-word;
    margin-top: 2px;
}

/* Scale text up for merged blocks */
.preview-block-md .preview-title {
    font-size: clamp(0.8rem, 2.5vw, 1.2rem);
}

.preview-block-md .preview-desc {
    font-size: clamp(0.6rem, 1.8vw, 0.9rem);
}

.preview-block-lg .preview-title {
    font-size: clamp(0.9rem, 3vw, 1.4rem);
}

.preview-block-lg .preview-desc {
    font-size: clamp(0.7rem, 2vw, 1rem);
}

.preview-block.empty {
    background: #e0e0e0;
    border: 2px dashed #ccc;
}

.preview-block.empty .preview-title {
    color: #999;
    font-size: 0.65rem;
    text-shadow: none;
}

.preview-total {
    text-align: center;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
}

.preview-total .total-label {
    font-size: 0.9rem;
    color: #666;
}

.preview-total .total-amount {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--accent-color, #fa9e00);
}

.btn-submit-cube {
    background: var(--accent-color, #fa9e00);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 14px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 20px;
}

.btn-submit-cube:hover {
    background: #e08e00;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(250, 158, 0, 0.3);
}

@media (max-width: 992px) {
    .preview-card {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {

    .form-card,
    .preview-card {
        padding: 20px;
    }

    .cube-option label {
        min-width: 70px;
        padding: 10px 6px;
    }

    .cube-option label .cube-count {
        font-size: 1.1rem;
    }

    .preview-grid {
        max-width: 280px;
        gap: 4px;
    }
}

/* ============================================
   BOOK AN APPOINTMENT PAGE
   ============================================ */

.appointment-section {
    padding: 60px 0 80px;
}

.appointment-section .section-title {
    margin-bottom: 40px;
}

.info-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
}

.info-card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #333;
}

.info-card-subtitle {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 18px;
}

.required-docs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.required-docs-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.9rem;
    color: #444;
    line-height: 1.5;
}

.required-docs-list li:last-child {
    border-bottom: none;
}

.required-docs-list li i {
    color: var(--accent-color, #fa9e00);
    margin-top: 3px;
    flex-shrink: 0;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-method {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: #f9f9f9;
    border-radius: 12px;
    transition: background 0.2s;
}

.contact-method:hover {
    background: #f0f0f0;
}

.contact-method-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--accent-color, #fa9e00);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.contact-method-info {
    display: flex;
    flex-direction: column;
}

.contact-method-info strong {
    font-size: 0.85rem;
    color: #333;
}

.contact-method-info a,
.contact-method-info span {
    font-size: 0.9rem;
    color: #555;
    text-decoration: none;
}

.contact-method-info a:hover {
    color: var(--accent-color, #fa9e00);
}

@media (max-width: 992px) {
    .info-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .info-card {
        padding: 20px;
    }

    .contact-method {
        padding: 12px 14px;
    }
}

/* ============================================
   CONTACT PAGE
   ============================================ */

.contact-page-section {
    padding: 60px 0 80px;
}

.contact-info-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.contact-info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.contact-info-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--accent-color, #fa9e00);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin: 0 auto 16px;
}

.contact-info-card h5 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #333;
}

.contact-info-card p {
    margin-bottom: 0;
    font-size: 0.95rem;
}

.contact-info-card a {
    color: var(--accent-color, #fa9e00);
    text-decoration: none;
    transition: color 0.2s;
}

.contact-info-card a:hover {
    color: #e08e00;
    text-decoration: underline;
}

/* Social links */
.contact-social-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-social-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: #f9f9f9;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
}

.contact-social-link:hover {
    background: var(--accent-color, #fa9e00);
    color: #fff;
}

.contact-social-link i {
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

/* Hours list */
.contact-hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-hours-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.9rem;
    color: #444;
}

.contact-hours-list li:last-child {
    border-bottom: none;
}

/* Map */
.contact-map {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
}

@media (max-width: 992px) {
    .contact-info-card {
        padding: 24px;
    }
}

@media (max-width: 576px) {
    .contact-info-card {
        padding: 20px;
    }

    .contact-info-card-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}

/* ============================================
   NEWSROOM PAGE
   ============================================ */

.newsroom-section {
    padding: 60px 0 80px;
}

.newsroom-search {
    border: 2px solid #e8e8e8;
    border-radius: 30px;
    padding: 6px 20px;
    font-size: 0.95rem;
    transition: border-color 0.2s;
}

.newsroom-search:focus {
    border-color: var(--accent-color, #fa9e00);
    box-shadow: 0 0 0 3px rgba(250, 158, 0, 0.15);
}

.newsroom-search+.input-group-text {
    border: none;
    background: transparent;
    color: #888;
}

.newsroom-category {
    margin-bottom: 50px;
}

.newsroom-category-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 3px solid var(--accent-color, #fa9e00);
    display: inline-block;
}

/* News card */
.news-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.news-card-image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.news-card-image figure {
    width: 100%;
    height: 100%;
    margin: 0;
}

.news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.news-card:hover .news-card-image img {
    transform: scale(1.05);
}

.news-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.news-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
}

.news-card-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
}

.news-card-title a:hover {
    color: var(--accent-color, #fa9e00);
}

.news-card-desc {
    font-size: 0.88rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 16px;
    flex: 1;
}

.news-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-color, #fa9e00);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 25px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    align-self: flex-start;
}

.news-card-btn:hover {
    background: #e08e00;
    color: #fff;
    transform: translateY(-1px);
}

@media (max-width: 992px) {
    .news-card-body {
        padding: 16px;
    }

    .news-card-title {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .newsroom-category-title {
        font-size: 1.3rem;
    }

    .news-card-body {
        padding: 14px;
    }

    .news-card-title {
        font-size: 0.95rem;
    }

    .news-card-desc {
        font-size: 0.82rem;
    }

    .news-card-btn {
        padding: 8px 20px;
        font-size: 0.8rem;
    }
}

/* ============================================
   NEWSROOM â€“ SERVICE ITEM CARD REDESIGN
   ============================================ */

.page-services .service-item {
    background: #fff;
    border-radius: 16px;
    overflow: visible;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px 24px;
    height: auto;
    margin-bottom: 30px;
    border: none;
}

.page-services .service-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.page-services .service-image {
    width: 180px;
    height: 180px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.page-services .service-image figure {
    width: 100%;
    height: 100%;
    margin: 0;
    max-width: none;
    border-radius: 16px;
    display: block;
}

.page-services .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.page-services .service-item:hover .service-image img {
    transform: scale(1.05);
}

.page-services .service-content {
    padding: 0;
    flex: 1;
    width: 100%;
    margin-bottom: 16px;
}

.page-services .service-content h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

.page-services .service-content h3 a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
}

.page-services .service-content h3 a:hover {
    color: var(--accent-color, #fa9e00);
}

.page-services .service-content>p:not(.small) {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 6px;
}

.page-services .service-content p.small {
    font-size: 0.85rem;
    color: #333;
    margin-bottom: 0;
}

.page-services .service-btn {
    padding: 0;
}

.page-services .service-btn .readmore-btn {
    display: inline-block !important;
    background-color: var(--accent-color, #fa9e00) !important;
    color: #fff !important;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 10px 48px 10px 20px !important;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    white-space: nowrap;
    position: relative !important;
    text-transform: none !important;
    line-height: 1em !important;
    overflow: hidden;
    z-index: 0;
}

/* Arrow icon on ::before (above the sweep) */
.page-services .service-btn .readmore-btn::before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    width: 16px !important;
    height: 16px !important;
    background: url(../images/arrow-white.svg) no-repeat center center / cover !important;
    background-color: transparent !important;
    transform: translate(-24px, -50%) !important;
    transition: all 0.4s ease-in-out !important;
    border-radius: 0 !important;
    z-index: 2 !important;
}

.page-services .service-btn .readmore-btn:hover::before {
    transform: translate(-21px, -50%) !important;
}

/* Sweep animation on ::after (behind the arrow) */
.page-services .service-btn .readmore-btn::after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    right: 0 !important;
    width: 0 !important;
    height: 100% !important;
    background: var(--primary-color, #582d83) !important;
    border-radius: 100px !important;
    transition: all 0.4s ease-in-out !important;
    z-index: -1 !important;
}

.page-services .service-btn .readmore-btn:hover::after {
    width: 100% !important;
    left: 0 !important;
    right: auto !important;
}

.page-services .service-btn .readmore-btn:hover {
    background-color: transparent !important;
    color: #fff !important;
    transform: none !important;
}

@media (max-width: 992px) {
    .page-services .service-item {
        padding: 24px 16px 20px;
    }

    .page-services .service-image {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 576px) {
    .page-services .service-image {
        width: 130px;
        height: 130px;
    }

    .page-services .service-content h3 {
        font-size: 1rem;
    }

    .page-services .service-content>p:not(.small) {
        font-size: 0.82rem;
    }

    .page-services .service-btn .readmore-btn {
        padding: 8px 20px;
        font-size: 0.8rem;
    }
}

/* Cube Type Toggle */
.cube-type-toggle {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.type-option {
    flex: 1;
    max-width: 200px;
}

.type-option input[type="radio"] {
    display: none;
}

.type-option label {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
}

.type-option label i {
    font-size: 32px;
    margin-bottom: 10px;
    color: #999;
    transition: color 0.3s ease;
}

.type-option label span {
    font-weight: 600;
    color: #666;
    transition: color 0.3s ease;
}

.type-option input[type="radio"]:checked+label {
    border-color: #4a90d9;
    background: linear-gradient(135deg, #4a90d9 0%, #357abd 100%);
    box-shadow: 0 4px 15px rgba(74, 144, 217, 0.3);
}

.type-option input[type="radio"]:checked+label i,
.type-option input[type="radio"]:checked+label span {
    color: #fff;
}

/* Offline Sizes */
.offline-sizes {
    margin-bottom: 20px;
}

.offline-sizes h5 {
    margin-bottom: 15px;
    color: #333;
}

.size-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}

.size-option {
    position: relative;
}

.size-option input[type="radio"] {
    display: none;
}

.size-option label {
    display: block;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
    text-align: center;
}

.size-option label:hover {
    border-color: #4a90d9;
    transform: translateY(-2px);
}

.size-name {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.size-dimensions {
    font-size: 12px;
    color: #666;
    margin-bottom: 8px;
}

.size-price {
    font-size: 18px;
    font-weight: 700;
    color: #4a90d9;
}

.size-option input[type="radio"]:checked+label {
    border-color: #4a90d9;
    background: #f0f7fc;
    box-shadow: 0 4px 12px rgba(74, 144, 217, 0.2);
}

.size-option input[type="radio"]:checked+label .size-price {
    color: #357abd;
}