﻿.item-card-title{
    height:55px !important;
}
.truncate-multiline {
    display: -webkit-box !important;
    -webkit-line-clamp: 2; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.shop-content .title {
    height: 45px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.instructor__item {
    height: 200px;
}
.d-inline{
    display:inline !important;
}
@media only screen and (max-width: 600px) {
    .instructor__item {
        height: 250px;
    }
   
}
.shop-top-right{
    width:unset !important;
}
.ip-attachments-container {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 2rem 0;
}

.ip-section-title {
    color: white;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.ip-attachment-card {
    background: white;
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

    .ip-attachment-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

.ip-file-icon {
    font-size: 2.5rem;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    color: white;
}

    .ip-file-icon.ip-pdf {
        background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    }
    .ip-file-icon.ip-audio {
        background: linear-gradient(135deg, #ff7675, #d63031);
    }
    .ip-file-icon.ip-video {
        background: linear-gradient(135deg, #ff7675, #d63031);
    }
    .ip-file-icon.ip-word {
        background: linear-gradient(135deg, #4834d4, #686de0);
    }

    .ip-file-icon.ip-image {
        background: linear-gradient(135deg, #00d2d3, #54a0ff);
    }

    .ip-file-icon.ip-excel {
        background: linear-gradient(135deg, #26de81, #20bf6b);
    }

    .ip-file-icon.ip-file {
        background: linear-gradient(135deg, #a55eea, #8854d0);
    }
    .ip-file-icon.ip-zipper {
        background: linear-gradient(135deg, #fd79a8, #e84393);
    }

.ip-file-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ip-file-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.25rem;
    word-break: break-word;
}

.ip-file-size {
    font-size: 0.9rem;
    color: #7f8c8d;
    font-weight: 500;
}

.ip-attachment-item {
    display: flex;
    align-items: center;
}

.ip-download-btn {
    background: rgba(87, 81, 225, 0.996);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 1rem;
}

    .ip-download-btn:hover {
        background: rgba(87, 81, 225, 0.8);
        transform: scale(1.05);
    }

.ip-empty-state {
    text-align: center;
    color: rgb(72 72 72);
    font-size: 1.1rem;
    padding: 2rem;
}

.ip-empty-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.6;
}

@media (max-width: 576px) {
    .ip-attachment-item {
        flex-direction: column;
        text-align: center;
    }

    .ip-file-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .ip-download-btn {
        margin-left: 0;
        margin-top: 1rem;
        width: 100%;
    }
}
.ip-clients-container {
    padding: 80px 0;
}

.ip-clients-header {
    text-align: center;
    margin-bottom: 60px;
}

.ip-clients-title {
    color: #2c3e50;
    font-size: 3.2rem;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.ip-clients-subtitle {
    color: #6c757d;
    font-size: 1.3rem;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}
.error-img {
    text-align: center;
    width: 648px !important;
    height: 203px !important;
    margin: 0 auto 15px !important;
}
.error-img img {
   height:100%;
}
.error-area {
    padding: 80px 0;
}
#preloader {
    background-color: #ffffffb5;
    cursor: not-allowed;
}