.aiz-thecore .rounded-75{
     border-radius: 0.75rem !important;
}

/* slider */
.thecore-square-box {
    width: 100%;
    border-radius: 0.5rem; 
}

.thecore-square-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;        /* crop the overflow */
    object-position: center;  /* keep centered */
}

/* Countdown Circle */
.aiz-count-down-circle {
    display: flex;
    justify-content: center;
    min-height: 100%;
    background-color: rgba(255, 255, 255, 0.6)!important;
    padding: 1rem;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.16);
}

.aiz-count-down-circle #time {
    display: flex;
}

.aiz-count-down-circle #time .circle {
    position: relative;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aiz-count-down-circle #time .circle svg {
    position: relative;
    width: 55px;
    height: 55px;
    transform: rotate(270deg);
}

.aiz-count-down-circle #time .circle svg circle {
    width: 100%;
    height: 100%;
    fill: transparent;
    stroke-width: 1;
    stroke: #f7f2f2;
    stroke-linecap: round;
    transform: translate(5px, 5px);
}

.aiz-count-down-circle #time .circle svg circle:nth-child(2) {
    stroke: #000000;
    stroke-width: 2;
    stroke-dasharray: 138;
    stroke-dashoffset: 138;
}



.aiz-count-down-circle #time div {
    position: absolute;
    text-align: center;
    font-weight: 700;
    color: #1b1b28;
    font-size: 14px;
}

.aiz-count-down-circle #time div span {
    position: absolute;
    transform: translateX(-50%) translateY(-10%);
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

[dir="rtl"] .aiz-count-down-circle #time div span {
    transform: translateX(50%) translateY(-10%);
}

@media (max-width: 767px) {

     .aiz-count-down-circle {
        box-shadow: 0px 3px 20px rgb(0 0 0 / 16%);
    }

}


/* Hide arrows by default */
.hot-categories .carousel-arrow .slick-arrow {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

/* Show arrows on hover */
.hot-categories .carousel-arrow:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.aiz-carousel .slick-arrow {
    width: 24px !important;
    height: 64px !important;
    background: #ffffff00;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0), 0 3px 1px 0 rgba(255, 255, 255, 0);
}
.aiz-carousel .slick-arrow:hover{
    background:#ffffff;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
}
.aiz-thecore .featured-categories .aiz-carousel .slick-next {
    right: -15px !important;
}
.aiz-thecore .featured-categories .aiz-carousel .slick-prev {
    left: -15px !important;
}


/* carosel arrow btn */

@media (max-width: 576px) {
    .aiz-thecore .featured-categories .slick-list {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .aiz-thecore .featured-categories .aiz-carousel .slick-next,
    .aiz-thecore .featured-categories .aiz-carousel .slick-prev{
        display: none!important;
    }
}
.aiz-thecore .featured-categories .slick-list {
    margin-left: 3rem;
    margin-right: 3rem;
}

.aiz-thecore .todays-deal .slick-list {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.aiz-thecore .featured-categories .aiz-carousel .slick-next,
.aiz-thecore .todays-deal .aiz-carousel .slick-next {
    border-radius: 5px 0 0 5px !important;
}

.aiz-thecore .featured-categories .aiz-carousel .slick-prev,
.aiz-thecore .todays-deal .aiz-carousel .slick-prev {
    border-radius: 0 5px 5px 0 !important;
}

.aiz-thecore .featured-categories .aiz-carousel .slick-next i,
.aiz-thecore .todays-deal .aiz-carousel .slick-next i {
    display: inline-block;
    margin-right: 1rem !important;
    transition: transform 0.3s ease;
}

.aiz-thecore .featured-categories .aiz-carousel .slick-next:hover i,
.aiz-thecore .todays-deal .aiz-carousel .slick-next:hover i {
    transform: translateX(5px);
}

.aiz-thecore .featured-categories .aiz-carousel .slick-prev i,
.aiz-thecore .todays-deal .aiz-carousel .slick-prev i {
    display: inline-block;
    margin-left: 0.8rem !important; 
    transition: transform 0.3s ease;
}

.aiz-thecore .featured-categories .aiz-carousel .slick-prev:hover i,
.aiz-thecore .todays-deal .aiz-carousel .slick-prev:hover i {
    transform: translateX(-8px); 
}

/* Hover animation for products */
.hov-animate-outline-2 {
    position: relative;
    border-radius: 0.25rem;
    overflow: hidden;
}

.hov-animate-outline-2::before,
.hov-animate-outline-2::after {
    content: "";
    position: absolute;
    border: 2px solid transparent;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-radius: inherit;
    pointer-events: none;
}

.hov-animate-outline-2:hover::before {
    border-top-color: black;
    border-right-color: black;
    width: 100%;
    height: 100%;
    transition:
        width 0.3s ease-out,
        height 0.3s ease-out 0.3s;
}

.hov-animate-outline-2:hover::after {
    border-bottom-color: black;
    border-left-color: black;
    width: 100%;
    height: 100%;
    transition:
        height 0.3s ease-out,
        width 0.3s ease-out 0.3s;
}

/* Simplified enquiry-first homepage */
.aiz-thecore .easy-order-hero {
    padding: 42px 0 28px;
    background:
        radial-gradient(circle at 88% 10%, rgba(249, 76, 16, .13), transparent 30%),
        linear-gradient(135deg, #f8fafc 0%, #fff7f2 100%);
}

.aiz-thecore .easy-order-hero-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    gap: 40px;
    align-items: center;
    padding: 46px;
    border: 1px solid #e7e9ee;
    border-radius: 24px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 22px 55px rgba(28, 34, 48, .08);
}

.aiz-thecore .easy-order-copy,
.aiz-thecore .easy-order-guide {
    min-width: 0;
}

.aiz-thecore .easy-order-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    color: var(--primary);
    background: rgba(249, 76, 16, .1);
    font-size: 13px;
    font-weight: 700;
}

.aiz-thecore .easy-order-copy h1 {
    max-width: 780px;
    margin: 0;
    color: #171923;
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.aiz-thecore .easy-order-lead {
    max-width: 720px;
    margin: 18px 0 24px;
    color: #5a6070;
    font-size: 16px;
    line-height: 1.7;
}

.aiz-thecore .easy-order-search {
    display: flex;
    align-items: center;
    max-width: 760px;
    min-height: 58px;
    padding: 5px 5px 5px 18px;
    border: 2px solid #dde1e8;
    border-radius: 14px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
    box-sizing: border-box;
}

.aiz-thecore .easy-order-search:focus-within {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(249, 76, 16, .1);
}

.aiz-thecore .easy-order-search > i {
    color: #777e8d;
    font-size: 23px;
}

.aiz-thecore .easy-order-search input {
    flex: 1;
    min-width: 0;
    height: 46px;
    padding: 0 14px;
    border: 0;
    outline: 0;
    color: #20232d;
    background: transparent;
    font-size: 15px;
}

.aiz-thecore .easy-order-search button {
    min-height: 46px;
    padding: 0 22px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: var(--primary);
    font-weight: 700;
    white-space: nowrap;
}

.aiz-thecore .easy-order-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.aiz-thecore .easy-order-actions .btn {
    min-height: 46px;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 700;
}

.aiz-thecore .easy-order-secondary {
    border: 1px solid #d8dce4;
    color: #282d38;
    background: #fff;
}

.aiz-thecore .easy-order-guide {
    padding: 26px;
    border-radius: 18px;
    color: #fff;
    background: #1c2230;
    box-shadow: 0 18px 40px rgba(28, 34, 48, .2);
}

.aiz-thecore .easy-order-guide-heading span,
.aiz-thecore .easy-order-guide-heading strong {
    display: block;
}

.aiz-thecore .easy-order-guide-heading span {
    color: #aeb6c7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.aiz-thecore .easy-order-guide-heading strong {
    margin-top: 4px;
    font-size: 21px;
}

.aiz-thecore .easy-order-guide ol {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.aiz-thecore .easy-order-guide li {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.aiz-thecore .easy-step-number {
    display: inline-flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    background: var(--primary);
    font-size: 14px;
    font-weight: 800;
}

.aiz-thecore .easy-order-guide li strong,
.aiz-thecore .easy-order-guide li small {
    display: block;
}

.aiz-thecore .easy-order-guide li strong {
    margin-bottom: 3px;
    font-size: 14px;
}

.aiz-thecore .easy-order-guide li small {
    color: #b9c0cf;
    font-size: 12px;
    line-height: 1.5;
}

.aiz-thecore .easy-inline-product-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin: 10px auto 0;
    color: var(--primary);
    font-size: 12px;
    font-weight: 700;
}

.aiz-thecore .easy-products-section {
    background: #f7f8fa;
}

.aiz-thecore .easy-section-heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.aiz-thecore .easy-section-heading span {
    color: var(--primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.aiz-thecore .easy-section-heading h2 {
    margin: 4px 0 7px;
    color: #1c2230;
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 800;
}

.aiz-thecore .easy-section-heading p {
    margin: 0;
    color: #697080;
    font-size: 14px;
}

.aiz-thecore .easy-product-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e3e6ec;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(31, 38, 52, .05);
    transition: transform .2s ease, box-shadow .2s ease;
}

.aiz-thecore .easy-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(31, 38, 52, .11);
}

.aiz-thecore .easy-product-image {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #f3f4f6;
}

.aiz-thecore .easy-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.aiz-thecore .easy-product-card:hover .easy-product-image img {
    transform: scale(1.035);
}

.aiz-thecore .easy-product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 5px 9px;
    border-radius: 7px;
    color: #fff;
    background: #263043;
    font-size: 11px;
    font-weight: 700;
}

.aiz-thecore .easy-product-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 16px;
}

.aiz-thecore .easy-product-brand {
    margin: 0 0 5px;
    color: #7a8190;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.aiz-thecore .easy-product-name {
    min-height: 42px;
    margin: 0;
    color: #20242e;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.aiz-thecore .easy-product-help {
    margin: 8px 0 14px;
    color: #747b89;
    font-size: 12px;
    line-height: 1.5;
}

.aiz-thecore .easy-product-action {
    width: 100%;
    min-height: 42px;
    margin-top: auto;
    padding: 10px 12px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .aiz-thecore .easy-order-hero-panel {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 34px;
    }

    .aiz-thecore .easy-order-guide ol {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }

    .aiz-thecore .easy-order-guide li {
        border-top: 0;
        border-left: 1px solid rgba(255, 255, 255, .12);
        padding: 8px 12px;
    }
}

@media (max-width: 767.98px) {
    .aiz-thecore .easy-order-hero .container {
        width: 100%;
        max-width: 100%;
    }

    .aiz-thecore .easy-order-hero {
        padding: 18px 0 12px;
    }

    .aiz-thecore .easy-order-hero-panel {
        width: 100%;
        gap: 22px;
        padding: 24px 18px;
        border-radius: 16px;
        box-sizing: border-box;
    }

    .aiz-thecore .easy-order-copy h1 {
        font-size: 31px;
        overflow-wrap: anywhere;
    }

    .aiz-thecore .easy-order-lead {
        margin: 13px 0 18px;
        font-size: 14px;
    }

    .aiz-thecore .easy-order-guide {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .aiz-thecore .easy-order-guide ol {
        display: block;
    }

    .aiz-thecore .easy-order-guide li {
        border-top: 1px solid rgba(255, 255, 255, .12);
        border-left: 0;
        padding: 13px 0;
    }

    .aiz-thecore .easy-product-image {
        height: 180px;
    }
}

@media (max-width: 575.98px) {
    .aiz-thecore .easy-order-search {
        display: grid;
        grid-template-columns: auto 1fr;
        padding: 8px 10px 10px;
    }

    .aiz-thecore .easy-order-search input {
        padding: 0 8px;
        font-size: 14px;
    }

    .aiz-thecore .easy-order-search button {
        grid-column: 1 / -1;
        width: 100%;
        margin-top: 5px;
    }

    .aiz-thecore .easy-order-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .aiz-thecore .easy-order-actions .btn {
        width: 100%;
    }

    .aiz-thecore .easy-product-image {
        height: 145px;
    }

    .aiz-thecore .easy-product-content {
        padding: 12px;
    }

    .aiz-thecore .easy-product-name {
        min-height: 39px;
        font-size: 13px;
    }

    .aiz-thecore .easy-product-help {
        display: none;
    }

    .aiz-thecore .easy-product-action {
        margin-top: 12px;
        min-height: 40px;
        padding: 9px 7px;
        font-size: 11px;
    }
}
