/* .services .service-item.it_service_item::before {
    display: none;
} */

.services .service-item.it_service_item {
    background-color: #fff;
    border: 1px solid color-mix(in srgb, #475569, transparent 90%);
}

/* .service-item.it_service_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1b399c,
    color-mix(in srgb, #1b399c, #000000 30%));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease-in-out;
}

.services .service-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px color-mix(in srgb, #666666, transparent 90%);
} */

.services .service-item .service-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

.services .service-item h3 {
    font-size: 20px;
    font-weight: 500;
    margin-left: 15px;
    margin-bottom: 0;
}

.services .service-item p {
    margin-bottom: 20px;
}

.pricing {
    min-width: 100px;
    height: 50px;
    width: fit-content;
    background-color: #f3f3f3;
    position: absolute;
    top: 0;
    right: 11px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: -19px 0px 40px rgba(0, 0, 0, 0.05);
}

.pricing p {
    color: black !important;
    font-size: 20px !important;
    font-weight: 700;
    text-align: center;
    padding: 8px;
    margin-bottom: 0 !important;
}

.service-icon img {
    width: 100px;
    height: 100px;
}

.service-icon img {
    width: 70px;
    height: 70px;
}

.services .service-item .service-icon {
    background: transparent;
}

.services .service-item {
    padding: 46px;
}

/* ADD TO Model */
.cart-model .modal-content {
    top: 80px !important;
}

.cart-model .modal-header {
    border-bottom: none;
    padding-bottom: 0;
    position: relative;
}

.cart-model .modal-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    border-radius: 20px;
    background: linear-gradient(270deg, #7ea9db -.23%, #043ead 100%);
}

.cart-model .modal-dialog {
    min-width: 50%;
}

.cart-model .btn-close {
    padding: 15px !important;
    font-size: 14px;
}

.cart-model .btn-close:focus {
    box-shadow: none;
    outline: none;
}

.cart-model .cart-product-img {
    width: 60%;
    height: auto;
}

.cart-price-section h2 {
    margin-top: 20px;
}

.cart-price-section h2 span {
    font-size: 24px;
}

.cart-heading {
    font-size: 26px;
    font-weight: 700;
}

.cart-content {
    color: #3e3f4a;
    font-size: 20px;
}

.currency-dropdown .form-select,
.quantity-dropdown .form-select {
    padding: 10px;
}

.currency-dropdown .form-select:focus,
.quantity-dropdown .form-select:focus {
    box-shadow: none;
    border-color: #ced4da;
    outline: none;
}

.currency-dropdown .form-select option:hover,
.quantity-dropdown .form-select option:hover {
    background-color: cornflowerblue;
}

.currency-dropdown,
.quantity-dropdown {
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-proceed span,
.btn-more span {
    display: inline-block;
    letter-spacing: -.01em;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    padding: 17px 21px 20px;
    height: 52px;
    min-width: 220px;
    color: #3d3b42;
    background: #fff;
    cursor: pointer;
}

.btn-proceed,
.btn-more {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 3px;
    background: -webkit-gradient(linear, right top, left top, color-stop(-.23%, #7ea9db), to(#043ead));
    background: linear-gradient(270deg, #7ea9db -.23%, #043ead 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: 0;
    display: block;
    margin: 20px auto;
    border-radius: 5px;
    width: fit-content;
}

.btn-proceed:after,
.btn-proceed::before,
.btn-more:after,
.btn-more::before {
    content: '';
    width: 18px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: .8s cubic-bezier(.19, 1, .22, 1) 50ms;
    transition: .8s cubic-bezier(.19, 1, .22, 1) 50ms;
}

.btn-proceed:before,
.btn-more:before {
    top: 0;
    left: 47%;
}

.btn-proceed:after,
.btn-more:after {
    bottom: 0;
    left: 25%;
}