       /* Custom Slick Dots */
       .slick-dots {
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        display: flex !important;
        justify-content: center;
        gap: 10px;
    }

    .slick-dots li {
        list-style: none;
        width: 12px;
        height: 12px;
        background-color: var(--prmr-color);
        border-radius: 50%;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .slick-dots li button {
        font-size: 0;
        background: transparent;
        border: none;
        width: 100%;
        height: 100%;
    }

    .slick-dots li.slick-active {
        background-color: var(--scndr-color);
        /* Active dot color */
        transform: scale(1.3);
    }

/* Custom Slick Next and Prev Arrows */
.slick-prev,
.slick-next {
    display: none !important;
}    .adventages-4-img {        width: 100%;        height: 350px !important;        object-fit: contain;        object-position: center;        background-color: var(--drk-color);    }       .block-back_12 {        position: relative;        padding: 20px;        border-radius: 10px;        overflow: hidden;    }    .block-back_12::before {        content: "";        position: absolute;        top: 0;        left: 0;        width: 100%;        height: 100%;        background: var(--lght-color);        opacity: 0.3;        border-radius: 10px;        z-index: 1;    }    .block-text_12 {        position: relative;        z-index: 2;    }        .why-us-12-img {        max-height: 600px;        object-fit: cover;    }        .aboutext-content {        padding: 50px 0;    }       .privacy-content {        padding: 50px 0;    }       .bmodel-content {        padding: 50px 0;    }       .terms-content {        padding: 50px 0;    }   