.wheel-of-fortune {
    position: relative;
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wheel-of-fortune .spinBtn {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.1em;
    border: 4px solid rgba(0, 0, 0, 0.75);
    cursor: pointer;
    user-select: none;
}

.wheel-of-fortune .spinBtn::before {
    content: '';
    position: absolute;
    top: -17px;
    height: 40px;
    width: 30px;
    background: #fff;
    clip-path: polygon(50% 0%, 15% 100%, 85% 100%);
    transform: rotate(55deg);
    left: 45px;
}

.wheel-of-fortune .wheel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 0 5px #333,
        0 0 0 15px #fff,
        0 0 0 18px #111;
    transition: transform 5s ease-in-out;
}

.wheel-of-fortune .wheel .number {
    position: absolute;
    width: 50%;
    height: 50%;
    background: var(--clr);
    transform-origin: bottom right;
    transform: rotate(calc(45deg * var(--i)));
    clip-path: polygon(0 0, 55% 0, 100% 100%, 0 55%);
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    cursor: pointer;
}

.wheel-of-fortune .wheel .number span {
    position: absolute;
    transform: rotate(45deg);
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    text-shadow: 3px 5px 2px rgba(0, 0, 0, 0.15);
}

.wheel-of-fortune .wheel .number span::after {
    content: '$';
    position: absolute;
    font-size: 0.75em;
    font-weight: 500;
}

.blink {
    animation: blink 0.5s step-start infinite;
}

@keyframes blink {

    0%,
    50% {
        background: transparent;
    }

    25%,
    75% {
        background: #FFD700;
        /* Change color to gold */
    }
}

.customer-nav li a {
    color: #fff !important;
}

.state-btn {
    cursor: pointer;
}

.state-btn:hover,
.state-btn-active {
    background: rgb(var(--secondary-rgb)) !important;
    color: #fff !important;

}

.landing-body .landing-main-image img {
    width: 300px !important;
    height: auto !important;
}

.landing-body .landing-banner .main-banner-container {
    padding: 4rem 3rem 0 3rem;
}

.landing-body .banner-section {
    padding-bottom: 2.65rem !important;
}

.project .project-image {
    max-height: 230px;
    min-height: 230px;
    overflow: hidden;
}

.project .project-image img {
    height: 230px;
}

.project h5 {
    white-space: nowrap;
    /* Prevent text from wrapping to the next line */
    overflow: hidden;
    /* Hide any content that overflows the box */
    text-overflow: ellipsis;
    /* Display an ellipsis (...) to indicate overflow */
    max-width: 100%;
}

.team-image {
    max-height: 250px;
    overflow: hidden;
}

.header-logo img {
    width: 400px;
    height: auto !important;
    margin-top: -20px;
    position: absolute;
}

.toggle-logo,
.toggle-dark {
    margin-top: -10px !important;
}

.landing-main-image {
    text-align: center !important;
}

.landing-main-image img {
    margin-top: 20px !important;
}

.landing-body .landing-main-image:before {
    width: 21.5rem;
    height: 21.5rem;
}

.main-menu-container {
    height: 65px;
}

.logo-footer img {
    width: 80px;
}

.toggle-logo {
    width: 50px !important;
    margin: -8px 40px;
}

.border-radius-100 {
    border-top-right-radius: 100px !important;
}

.aboutus-banner-img img {
    width: 500px !important;
    height: auto;
    padding: 0px;
}

.aboutus-banner {
    padding: 0;
}

#responsivemodal-DataTable_wrapper .row {
    margin: 10px 10px 0 10px;
}

.bg-banner-3 {
    margin-top: -164px;
    position: relative;
    inset-block-start: 0;
    background-image: url(../images/media/backgrounds/5.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 0.3rem 0.3rem 0;
    z-index: 0;
}

.bg-banner-3::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--primary02);
    inset-inline: 0;
    inset-block: 0;
    z-index: -1;
}

#state .container {
    z-index: 99999;
}

#sidebar {
    z-index: 999999;
}

.img-frame {
    width: 100% !important;
    height: auto !important;
    border: 1px solid #acc3e1;
    border-radius: 10px;
    background: #f5e9e9;
}

.event-slider .carousel-item {
    max-height: 427px;
    min-height: 427px;
}


#lightbox-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: justify;
    align-items: center;
    z-index: 999999999999999;
}

#lightbox-content {
    background: #fff;
    padding: 20px;
    max-width: 600px;
    margin: 200px auto;
    text-align: justify;
}

#lightbox-content .card-body {
    max-height: 300px;
    overflow-y: scroll;
}

#lightbox-content button {
    padding: 10px;
    cursor: pointer;
}

.marque li {
    float: left;
}

.sticky-pin .scrooler {
    display: none;
}

.sticky-pin {
    padding: 10px !important;
}

.img-wrapper {
    position: relative;
}

.img-wrapper i {
    position: absolute;
    top: 0;
    right: 0;
    color: red;

}

.img-wrapper i:before {

    font-size: 19px;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 2px #000;
    background: #f00;
    color: white;
}

.landing-main form#form {

    display: flex;
    align-items: center;
    justify-content: space-between;

}

.form-task-container {
    background: #F9FAFB;
    padding: 40px 0px;

}

.form-task-container select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url(../images/icon/chevron-down.png) no-repeat center;
    background-position: right 54%;
    background-size: 19px;


}

@media screen and (max-width:767px) {
    .landing-main form#form {

        display: block;
    }

    .form-task-container .col-md-3:last-child label {
        margin-top: 10px;
    }

    .form-task-container .col-md-3 .form-control {
        margin-top: 3px !important;
    }

    .form-task-container {

        padding: 20px 0px;

    }
}