       /* 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;
}       .custom-image-pricing-1 {        height: 350px !important;        object-fit: cover;    }              .custom-image-pricing-1 {        height: 350px !important;        object-fit: cover;    }              .custom-image-pricing-1 {        height: 350px !important;        object-fit: cover;    }              .custom-image-pricing-1 {        height: 350px !important;        object-fit: cover;    }              .custom-image-pricing-1 {        height: 350px !important;        object-fit: cover;    }              .custom-image-pricing-1 {        height: 350px !important;        object-fit: cover;    }          .block-back {        position: relative;        padding: 20px;        border-radius: 10px;        overflow: hidden;    }    .block-back::before {        content: "";        position: absolute;        top: 0;        left: 0;        width: 100%;        height: 100%;        background: var(--lght-color);        opacity: 0.6;        border-radius: 10px;        z-index: 1;    }    .block-text {        position: relative;        z-index: 2;        gap: 25px;        display: flex;        flex-direction: column;    }        .aboutext-content {        padding: 50px 0;    }        * {        box-sizing: border-box;        margin: 0;        padding: 0;        font-family: Arial, sans-serif;    }    .carousel-container {        width: 100%;        max-width: 800px;        margin: auto;        overflow: hidden;        position: relative;        padding: 50px 0;    }    .carousel {        display: flex;        transition: transform 0.5s ease-in-out;    }    .slide {        min-width: 100%;        display: flex;        flex-direction: column;        align-items: center;        justify-content: center;        height: 300px;        background: #f5f5f5;        padding: 150px;        border-radius: 15px;    }    .slide h2 {        font-size: 24px;    }    .controls {        position: absolute;        top: 50%;        width: 100%;        display: flex;        justify-content: space-between;        transform: translateY(-50%);    }    .controls button {        background: rgba(0, 0, 0, 0.5);        color: #fff;        border: none;        padding: 10px;        cursor: pointer;    }    .indicators {        display: flex;        justify-content: center;        margin-top: 10px;    }    .indicator {        width: 10px;        height: 10px;        margin: 5px;        background: #bbb;        border-radius: 50%;        cursor: pointer;    }    .active {        background: #333;    }    @media (max-width: 600px) {            .slide { padding: 0 30px;}            .slide h2 { font-size: 18px; }            .controls button { padding: 5px; font-size: 14px; }            .indicator { width: 8px; height: 8px; }        }       .privacy-content {        padding: 50px 0;    }       .bmodel-content {        padding: 50px 0;    }       .terms-content {        padding: 50px 0;    }   