﻿.logo img {
    max-height: 55px;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-120 {
    font-size: 120px !important;
}

.marquee-client .marquee-inner img {
    height: 60px;
}

.counter .counter-suffix {
    font-size: 30px;
    line-height: 20px;
}

.form-control:focus {
    color: #000000 !important;
    background: #FFFFFF !important;
}



/*START: Validation Error*/
.error {
    border-color: #dc3545;
    padding-right: calc(1.5em + 1.55rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f1416c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f1416c' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.3875rem) center;
    background-size: calc(0.75em + 0.775rem) calc(0.75em + 0.775rem);
    margin-bottom: 3px;
}


    .error ~ .invalid-feedback,
    .error ~ .invalid-tooltip {
        display: block;
    }

.form-control.error {
    border-color: #dc3545;
    padding-right: calc(1.5em + 1.55rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f1416c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f1416c' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.3875rem) center;
    background-size: calc(0.75em + 0.775rem) calc(0.75em + 0.775rem);
}

    .form-control.error:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
    }

textarea.form-control.error {
    padding-right: calc(1.5em + 1.55rem);
    background-position: top calc(0.375em + 0.3875rem) right calc(0.375em + 0.3875rem);
}

.form-select.error {
    border-color: #dc3545;
}

    .form-select.error:not([multiple]):not([size]), .form-select.error:not([multiple])[size="1"] {
        --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f1416c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f1416c' stroke='none'/%3e%3c/svg%3e");
        padding-right: 5.5rem;
        background-position: right 1rem center, center right 3rem;
        background-size: 16px 12px, calc(0.75em + 0.775rem) calc(0.75em + 0.775rem);
    }

    .form-select.error:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
    }

.form-control-color.error {
    width: calc(3rem + calc(1.5em + 1.55rem));
}

.form-check-input.error {
    border-color: #dc3545;
}

    .form-check-input.error:checked {
        background-color: var(--bs-form-invalid-color);
    }

    .form-check-input.error:focus {
        box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
    }

    .form-check-input.error ~ .form-check-label {
        color: var(--bs-form-invalid-color);
    }

/*END: Validation Error*/


/*START: jQuery Toast*/
.jq-toast-single {
    display: flex;
    align-items: center; /* Vertically center */
    gap: 10px; /* Space between icon and text */
    white-space: nowrap; /* Prevent wrapping */
    padding: 20px 30px;
}

    .jq-toast-single p {
        margin: 0;
        padding: 0;
        font-size: 16px;
    }

.jq-toast-icon {
    font-size: 20px;
}

/*END: jQuery Toast*/

.portfolio-description {
    color: #FAF9F7 !important;
    font-size: 16px;
    padding-top: 6px;
}



/* Tablets (max width 991px) */
@media (max-width: 991px) {
    .banner-two-heading-first .fs-120 {
        font-size: 80px !important;
    }

    .banner-two-heading-second .fs-120 {
        font-size: 100px !important;
    }
}

/* Mobile (max width 767px) */
@media (max-width: 767px) {
    .banner-two-heading-first .fs-120 {
        font-size: 90px !important;
    }

    .banner-two-heading-second .fs-120 {
        font-size: 65px !important;
    }
}

/* Small mobile (max width 480px) */
@media (max-width: 480px) {
    .banner-two-heading-first .fs-120 {
        font-size: 60px !important;
    }

    .banner-two-heading-second .fs-120 {
        font-size: 50px !important;
    }

    .banner-text banner-two banner2-video {
        padding: 115px 0 0 0;
    }
}
