       /* 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-hero-16-section {    display: flex;    justify-content: center;    align-items: center;  }  .custom-hero-16-content {    max-width: 600px;    margin: 0 auto;  }  .custom-hero-16-title {    font-size: 2.5rem;    text-transform: uppercase;  }  .custom-hero-16-text {    font-size: 1.2rem;    opacity: 0.9;  }  .custom-hero-16-button {    padding: 12px 24px;    font-size: 1rem;    border-radius: 8px;    transition: background-color 0.3s ease;  }  .custom-hero-16-button:hover {    background-color: var(--btn-color);    color: var(--drk-color);  }  .custom-hero-16-img {    max-width: 100%;    height: auto;    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);  }             .custom-image-pricing-4 {      height: 550px !important;      object-fit: cover;  }                  .custom-image-pricing-4 {      height: 550px !important;      object-fit: cover;  }                  .custom-image-pricing-4 {      height: 550px !important;      object-fit: cover;  }                  .custom-image-pricing-4 {      height: 550px !important;      object-fit: cover;  }                  .custom-image-pricing-4 {      height: 550px !important;      object-fit: cover;  }                  .custom-image-pricing-4 {      height: 550px !important;      object-fit: cover;  }            * {        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; }        }        .accordion-item {        border: none;        background: var(--lght-color);        border-radius: 12px;        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);        margin-bottom: 10px;        overflow: hidden;    }    .accordion-button {        background: var(--lght-color);        font-weight: 600;        font-size: 1.1rem;        padding: 15px;        border-radius: 12px;        transition: all 0.3s ease;    }    .accordion-button:not(.collapsed) {        background: var(--btn-color);        color: var(--drk-color);        box-shadow: none;    }    .accordion-button:focus {        box-shadow: none;    }    .accordion-body {        padding: 15px;        font-size: 1rem;        color: var(--drk-color) !important;        background-color: var(--lght-color);    }        .aboutext-content {        padding: 50px 0;    }       .privacy-content {        padding: 50px 0;    }       .bmodel-content {        padding: 50px 0;    }       .terms-content {        padding: 50px 0;    }   