html {
    font-size: 16px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.btn {
    transition: all 0.3s ease;
    border-radius: 30px;
    padding: 10px 20px;
}

.btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    opacity:0.8;
}

.svg:hover {
    transform: translateY(-5px);
/*    box-shadow: 0 4px 8px rgba(0,0,0,0);*/
    opacity: 0.7;
}


.btn i {
    font-size: 1.1em;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'B Mitra','B Nazanin',Arial;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    padding: 10px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.cursor-pointer {
    cursor: pointer;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    height:fit-content !important;
    width:100% !important;
}

.flex-item-home {
    min-width: 50%;
    /*min-height: 50%;*/
    background-color: transparent;
    padding-top: 20vh;
}

.imglogo-home {
    border: none;
    object-fit: fill;
    overflow: hidden;
    width: 80%;
    height: 15vh;
}

.padding-home {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.text-justify {
    text-align: justify !important;
}

.service-card {
    perspective: 1000px;
    height: 350px;
}

.service-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.service-card:hover .service-card-inner {
    transform: rotateY(180deg);
}

.service-card-front,
.service-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    overflow: hidden;
}

.service-card-front {
    background: linear-gradient(45deg, #6366f1, #8b5cf6);
    color: white;
    display: flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
    cursor: pointer;
}

.service-card-back {
    background: white;
    color: #1f2937;
    transform: rotateY(180deg);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .feature-list li {
        padding: 0.5rem 0;
        border-bottom: 1px solid #e5e7eb;
    }

        .feature-list li:last-child {
            border-bottom: none;
        }

.hover-lift {
    transition: transform 0.2s;
}

    .hover-lift:hover {
        transform: translateY(-5px);
    }

/*.service-card-front-iamge-1,
.service-card-front-iamge-2,
.service-card-front-iamge-3 {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color:black !important;
}

.service-card-front-iamge-1 {
    background-image: url('/Images/bg/1.jpg');
    
}

.service-card-front-iamge-2 {
    background-image: url('/Images/bg/2.jpg');
}

.service-card-front-iamge-3 {
    background-image: url('/Images/bg/3.jpg');
}
*/
.profile-bg {
    background-size: 140% 100%;
    background-repeat: no-repeat;
}

profile-bg {
    background-image: url('/Images/bg/pu4.jpg');
}


.hp-bg-image {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.hp-bg-image {
    background-image: url('/Images/bg/home.jpg');
}

    .hp-bg-image:hover {
        opacity: 0.7;
    }

.hp-log-bg {
    background-image: url('/Images/bg/hlog1.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}