       /* 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-accordion .accordion-item {        border-radius: 10px;        overflow: hidden;        margin-bottom: 10px;    }    .accordion-header-custom {        background-color: var(--prmr-color);        color: var(--lght-color);        padding: 10px;        border-radius: 5px;    }    .accordion-body-custom {        background-color: var(--lght-color);        color: var(--drk-color);        padding: 15px;    }    .accordion-button:not(.collapsed) {           }    .faq-container {        max-width: 900px;        margin: auto;        text-align: center;    }    .faq-images {        display: flex;        justify-content: center;        gap: 50px;        margin: 50px 0px;        flex-wrap: wrap;    }    .faq-image {        width: 300px;        height: 350px;        object-fit: cover;        border-radius: 10px;        box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;    }       * {        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; }        }        .aboutext-content {        padding: 50px 0;    }        .faq-container {        background: var(--lght-color);        color: var(--drk-color);        padding: 40px;        border-radius: 10px;        box-shadow: var(--drk-color) 0px 1px 2px 0px;    }    .accordion-button {        background: linear-gradient(135deg, var(--btn-color), var(--scndr-color));        color: var(--lght-color) !important;        font-weight: bold;        border-radius: 10px;        transition: all 0.3s ease-in-out;    }    .accordion-button:hover, .accordion-button:focus {        background: linear-gradient(135deg, var(--scndr-color), var(--btn-color));        color: var(--lght-color);    }    .accordion-item {        border: none !important;        background: none;        margin-bottom: 10px;        border-radius: 10px;        overflow: hidden;    }    .accordion-body {        background: var(--lght-color);        color: var(--drk-color);        border-radius: 0 0 10px 10px;        border: 2px solid var(--lght-color);        padding: 20px;    }    .faq-image {        max-width: 100%;        border-radius: 10px;    }       .privacy-content {        padding: 50px 0;    }       .bmodel-content {        padding: 50px 0;    }       .terms-content {        padding: 50px 0;    }   