.project-preview-image {
    max-width: 200px;
    height: 200px;
}

.file-input-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.file-input-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    cursor: pointer;
}

.file-input-wrapper .btn {
    white-space: nowrap;
}


/* Custom */

.project-image {
    width: 300px !important;
    height: 300px !important;
}

.testimonial-image {
    width: 200px !important;
    height: 200px !important;
    border-radius: 50% !important;
}

#exampleModal.in {
    z-index: 999999;
}

.inputStyle {
    border: 1px solid #ccc;
    /* Additional styling properties (optional) */
    padding: 5px;
    border-radius: 3px;
}

.contact-icon {
    font-size: 50px !important;
}



.flexslider .slides li .slider-text-inner {
    background-color: rgb(0 0 0 / 55%);
    /* Adjust the opacity value as needed */
    color: #fff;
    /* Set the text color to ensure visibility */
    opacity: 1;
    /* Set the opacity to override the parent's opacity */
}


@media (max-width: 576px) {
    .row.slider-row {
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media (min-width: 577px) and (max-width: 992px) {
    .row.slider-row {
        margin-left: -40px;
        margin-right: -40px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .row.slider-row {
        margin-left: -1000px;
        margin-right: -1000px;
    }
}

@media (min-width: 1201px) {
    .row.slider-row {
        margin-left: -1000px;
        margin-right: -1000px;
    }
}


