.ck-editor__editable{height:350px}.select2-selection--multiple{padding:0.5rem 1rem;border-color:#eee !important}.select2-selection--multiple:focus-within{border-color:#899af1 !important}.select2-selection__choice{margin-top:0 !important}.delete-icon{position:absolute;top:-13px;right:-12px;padding:4px;color:red;font-size:10px;cursor:pointer;border:none;background-color:white;border-radius:50%;transition:background-color 0.5s;z-index:1}.status--radio,.status--checkbox{cursor:pointer}.icon__border{width:20px;display:block}.select--single{background-image:url("../images/svg/icon-arrow.svg");background-position:right 10px center;background-repeat:no-repeat}table thead tr th{text-transform:none !important}.accordion-button{background-color:white !important}.accordion-button:focus,.accordion-button:not(.collapsed){border-color:white;box-shadow:none}.nav-link-service{border-radius:0.25rem;padding:0.5rem 1rem;border:0 solid transparent;background:none;color:var(--bs-primary);transition:0.5s all}.nav-link-service.active{color:var(--bs-white);background-color:var(--bs-primary);border-color:var(--bs-primary);box-shadow:0 0.125rem 0.25rem rgba(var(--bs-primary-rgb), 0.3);transition:0.5s all}span.item-name{margin-left:10px !important}.hasDatepicker{background-image:url("../images/svg/icon-calendar.svg");background-position:right 10px center;background-repeat:no-repeat;background-size:30px 20px}.thumbnail--multipleImage{display:flex;gap:10px;flex-wrap:wrap}.thumbnail--multipleImage img{height:120px;width:auto}.text__recommended{display:block;font-size:14px;font-style:italic}.text__domain{font-size:100px;font-weight:700;line-height:1}@media (min-width: 768px){.text__domain{font-size:200px}}@media (min-width: 992px){.text__domain{font-size:350px}}

/* Typography & Alignment */
.news-preview-container, 
.news-preview-container *,
.project-sidebar-info, 
.project-sidebar-info *,
.modal-title, 
.news-title-premium {
    font-family: 'Times New Roman', Times, serif !important;
}

.article-content-preview {
    text-align: justify;
    line-height: 1.8;
}

.article-content-preview p {
    margin-bottom: 1.5rem;
}

/* UI Enhancements */
.tab-pane.fade {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-out !important;
}

.tab-pane.fade.active {
    display: block;
}

.tab-pane.fade.show {
    opacity: 1;
    transform: translateY(0);
}

.image-preview-frame {
    width: 250px;
    height: 180px;
    border: 2px dashed #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    background-color: #f9f9f9;
}

.image-preview-frame img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.album-preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.album-item {
    width: 120px;
    height: 100px;
    border-radius: 6px;
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.album-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preview-badge {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    padding: 2px;
    cursor: pointer;
}

.modal-preview-header {
    background: linear-gradient(135deg, #4e73df 0%, #224abe 100%);
    color: white;
    padding: 1.5rem 2rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.modal-info-card {
    border-left: 4px solid #4e73df;
    background: #f8f9fc;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

/* Premium News Style Refined */
.news-preview-container {
    max-width: 850px;
    margin: 0 auto;
}

.news-hero-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    margin-bottom: 1.5rem;
}

.news-meta-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.news-meta-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #4e73df;
    font-size: 0.85rem;
    font-weight: 600;
    background: rgba(78, 115, 223, 0.08);
    border: 1px solid rgba(78, 115, 223, 0.15);
    padding: 0.4rem 1.25rem;
    border-radius: 50px;
    transition: all 0.2s ease;
}

.news-meta-item:hover {
    background: #4e73df;
    color: white;
    transform: translateY(-2px);
}

.news-title-premium {
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1.1;
    color: #0c152a;
    margin-bottom: 1rem;
    letter-spacing: -0.015em;
    text-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.article-content-preview {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #2d3748;
    margin-top: 1.5rem;
    padding: 0 1rem;
}

.article-content-preview p {
    margin-bottom: 1.25rem;
}

.article-content-preview h2, .article-content-preview h3 {
    color: #1a202c;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    font-weight: 800;
    position: relative;
    padding-left: 1rem;
}

.article-content-preview h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15%;
    bottom: 15%;
    width: 4px;
    background: #4e73df;
    border-radius: 2px;
}

.article-content-preview img {
    border-radius: 12px;
    margin: 2rem 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* UI Utility Classes */
.bg-primary-soft { background-color: rgba(78, 115, 223, 0.08) !important; }
.bg-success-soft { background-color: rgba(28, 200, 138, 0.08) !important; }
.bg-warning-soft { background-color: rgba(246, 194, 62, 0.08) !important; }
.ls-1 { letter-spacing: 0.1em; }
.fw-900 { font-weight: 900 !important; }

/* Glassmorphism Badge */
.tag-badge-premium {
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 0.6rem 1.8rem;
    font-weight: 700;
    font-size: 0.85rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.tag-badge-premium::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 10px #fff;
    display: inline-block;
}

/* Premium Dashboard Tiles */
.project-stat-tile {
    background: #fff;
    border-radius: 16px;
    padding: 1.25rem;
    border: 1px solid #f1f4f8;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.project-stat-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border-color: #4e73df;
}

.project-stat-tile .icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

/* Project Preview Refinements */
.project-hero-wrap:hover .project-hero-overlay {
    background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 60%, transparent 100%);
}

.project-stat-item {
    transition: all 0.3s ease;
    border-left: 0 !important;
}

.project-stat-item:hover {
    background-color: #f8f9fc !important;
    transform: translateX(5px);
    border-left: 3px solid #4e73df !important;
}

.project-info-card {
    transition: all 0.4s ease;
    border-radius: 20px !important;
    overflow: hidden;
}

.project-info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12) !important;
}

/* Premium Buttons */
.btn-premium-navy {
    background: linear-gradient(135deg, #0A1D37 0%, #1a1a40 100%);
    color: #fff !important;
    border: none;
    box-shadow: 0 4px 15px rgba(10, 29, 55, 0.3);
    transition: all 0.3s ease;
}

.btn-premium-navy:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(10, 29, 55, 0.4);
    background: linear-gradient(135deg, #1a1a40 0%, #0A1D37 100%);
}

.project-sidebar-content {
    animation: fadeInRight 0.5s ease-out;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.album-preview-grid .album-item {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: zoom-in;
}

.album-preview-grid .album-item:hover {
    transform: scale(1.1) rotate(2deg);
    z-index: 10;
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

.project-hero-overlay {
    transition: background 0.5s ease;
}

/* Fix Modal z-index overlap issues */
.header-wrapper {
    z-index: 10 !important;
    position: relative;
}

.iq-navbar-header {
    z-index: 5 !important;
}

.iq-header-img {
    z-index: -1 !important;
}

.modal {
    z-index: 9999 !important;
}

.modal-backdrop {
    z-index: 9998 !important;
}

/* SweetAlert2 Luxury Theme Overrides */
.swal2-container.swal2-center.swal2-backdrop-show {
    backdrop-filter: blur(5px) !important;
    background: rgba(10, 29, 55, 0.6) !important;
}

.swal2-popup {
    background: #0A1D37 !important;
    border: 1px solid rgba(212, 175, 55, 0.25) !important;
    border-radius: 24px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5) !important;
    padding: 2.5rem 1.5rem !important;
}

.swal2-title {
    color: #D4AF37 !important;
    font-family: 'Times New Roman', Times, serif !important;
    font-size: 1.8rem !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    margin-bottom: 0.5rem !important;
}

.swal2-html-container {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
}

.swal2-timer-progress-bar {
    background: linear-gradient(90deg, #D4AF37, #F5E0A3, #D4AF37) !important;
    height: 4px !important;
}

.swal2-icon.swal2-success {
    border-color: #D4AF37 !important;
    color: #D4AF37 !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #D4AF37 !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border: .25em solid rgba(212, 175, 55, .3) !important;
}

.swal2-icon.swal2-error {
    border-color: #ff4d4d !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    background-color: #ff4d4d !important;
}
