* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Cairo', sans-serif;
    line-height: 1.8;
    color: #1a1a1a;
    direction: rtl;
    background: #ffffff;
}

/* Header Styles */
.main-header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
}

.header-lower {
    padding: 12px 0;
}

.main-box {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-icon {
    width: 100px;
    height: 50px;
    border-radius: 2px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo:hover .logo-icon {
    transform: scale(1.1) rotate(5deg);
}

.logo-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.logo-title {
    font-size: 20px;
    font-weight: 700;
    color: #2d3748;
    margin: 0;
}

.logo-subtitle {
    font-size: 12px;
    color: #718096;
    font-weight: 400;
}

.nav-outer {
    position: relative;
}

.nav-outer .navigation {
    display: flex;
    list-style: none;
    gap: 8px;
    align-items: center;
}

.navigation li {
    position: relative;
}

.navigation li a {
    color: #2d3748;
    text-decoration: none;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 500;
    border-radius: 12px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.navigation li.dropdown > a::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 5px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.navigation li.dropdown:hover > a::after {
    transform: rotate(180deg);
}

.navigation li ul {
    position: absolute;
    top: 100%;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    min-width: 250px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.navigation li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(8px);
}

.navigation li ul li {
    margin: 0;
    width: 100%;
}

.navigation li ul li a {
    color: #4a5568;
    padding: 12px 15px;
    border-radius: 10px;
    margin: 3px 0;
    font-size: 14px;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: block;
    width: 100%;
}

.navigation li ul li a:hover {
    background: rgba(0, 167, 225, 0.1);
}

.navigation li a:hover {
    background: rgba(0, 167, 225, 0.1);
    color: #00a7e1;
}

.mobile-nav-toggler {
    display: none;
    color: #2d3748;
    font-size: 24px;
    cursor: pointer;
    padding: 12px;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: rgba(0, 167, 225, 0.1);
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    max-height: calc(100vh - 76px);
    overflow-y: auto;
    padding: 20px;
    z-index: 999;
}

.mobile-menu.show {
    display: block;
    animation: slideDown 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu ul {
    list-style: none;
}

.mobile-menu ul li a {
    display: block;
    padding: 15px 20px;
    color: #2d3748;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
    font-weight: 500;
    cursor: pointer;
}

.mobile-menu .dropdown-content {
    display: none;
    background: rgba(0, 167, 225, 0.05);
    border-radius: 12px;
    margin-top: 8px;
    padding: 10px;
}

.mobile-menu .dropdown-content.show {
    display: block;
}

.mobile-menu .dropdown-content a {
    padding: 10px 15px;
    font-size: 14px;
    color: #4a5568;
}

/* Hero Section */
.hero-image-section {
    margin-top: 76px;
    width: 100%;
    height: 60vh;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0, 167, 225, 0.9), rgba(0, 136, 204, 0.8)), 
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080"><rect width="1920" height="1080" fill="%23f0f8ff"/><circle cx="200" cy="200" r="100" fill="%2300a7e1" opacity="0.1"/><circle cx="1700" cy="300" r="150" fill="%230088cc" opacity="0.1"/><circle cx="500" cy="800" r="80" fill="%2300a7e1" opacity="0.1"/></svg>') center/cover;
}

.hero-content {
    text-align: center;
    color: white;
    max-width: 800px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.breadcrumb {
    margin-bottom: 30px;
    font-size: 16px;
    opacity: 0.95;
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.breadcrumb a:hover {
    color: #ffffff;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.hero-content p {
    font-size: 20px;
    line-height: 1.6;
    opacity: 0.95;
    margin-bottom: 30px;
}

.filter-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.filter-label {
    font-size: 18px;
    font-weight: 600;
    color: white;
}

.select-wrapper {
    position: relative;
    display: inline-block;
}

.filter-select {
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.95);
    color: #2d3748;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    min-width: 200px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    font-family: 'Cairo', sans-serif;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 45px;
    padding-right: 20px;
}

.select-wrapper::before {
    content: '';
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #2d3748;
    pointer-events: none;
    z-index: 1;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232d3748' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
    direction: rtl;

}
.filter-select:hover,
.filter-select:focus {
    background: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    outline: none;
}

/* Content Section */
.content-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 15px;
    position: relative;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #00a7e1, #0088cc);
    border-radius: 2px;
}

.auto-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.news-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    opacity: 0;
    transform: translateY(30px);
}

.news-card.show {
    opacity: 1;
    transform: translateY(0);
}

.news-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 60px rgba(0, 167, 225, 0.2);
}

.news-card-image {
    position: relative;
    height: 250px;
    overflow: hidden;
    background: linear-gradient(135deg, #00a7e1, #0088cc);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 64px;
}

.news-card-content {
    padding: 25px;
}

.news-card-date {
    color: #00a7e1;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.news-card h3 {
    font-size: 22px;
    color: #2d3748;
    margin-bottom: 15px;
    line-height: 1.4;
}

.news-card p {
    color: #4a5568;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #00a7e1, #0088cc);
    color: white;
    border: none;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
}

.read-more:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 167, 225, 0.4);
}

.read-more i {
    transition: transform 0.3s ease;
}

.read-more:hover i {
    transform: translateX(-5px);
}

/* Article Dialog Modal */
.article-modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.article-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.modal-content {
    background: white;
    margin: 20px;
    padding: 0;
    border-radius: 25px;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
    position: relative;
    animation: slideUp 0.4s ease;
}

.modal-header {
    background: linear-gradient(135deg, #00a7e1, #0088cc);
    color: white;
    padding: 30px;
    border-radius: 25px 25px 0 0;
    position: relative;
}

.close-modal {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-modal:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.modal-article-meta {
    margin-bottom: 15px;
    opacity: 0.9;
    font-size: 16px;
}

.modal-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

.modal-body {
    padding: 40px;
}

.modal-article-image {
    width: 100%;
    height: 300px;
    background: linear-gradient(135deg, #00a7e1, #0088cc);
    border-radius: 15px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 64px;
}

.modal-article-content {
    font-size: 18px;
    line-height: 2;
    color: #4a5568;
    margin-bottom: 30px;
}

.modal-article-content p {
    margin-bottom: 20px;
}

.modal-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.tag {
    background: rgba(0, 167, 225, 0.1);
    color: #00a7e1;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.modal-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
    border-radius: 0 0 25px 25px;
}

.share-buttons {
    display: flex;
    gap: 15px;
}

.share-btn {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

.share-btn.facebook { background: #1877f2; }
.share-btn.twitter { background: #1da1f2; }
.share-btn.whatsapp { background: #25d366; }
.share-btn.telegram { background: #0088cc; }

.share-btn:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.modal-date {
    color: #718096;
    font-weight: 600;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 50px;
}

.pagination button {
    padding: 12px 20px;
    background: white;
    border: 2px solid #00a7e1;
    color: #00a7e1;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Cairo', sans-serif;
}

.pagination button:hover:not(:disabled) {
    background: #00a7e1;
    color: white;
    transform: translateY(-2px);
}

.pagination button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.page-info {
    font-weight: 600;
    color: #2d3748;
    padding: 0 15px;
}

/* Footer */
.main-footer {
    background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
    color: white;
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
}

.main-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 25% 75%, rgba(0, 167, 225, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 75% 25%, rgba(0, 136, 204, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.widgets-section {
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}

.footer-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.footer-column {
    padding: 20px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.footer-logo-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #00a7e1, #0088cc);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

.footer-logo-text h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.footer-logo-text p {
    font-size: 12px;
    opacity: 0.8;
    margin: 2px 0 0 0;
}

.footer-widget h4 {
    color: white;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    padding-bottom: 12px;
}

.footer-widget h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(135deg, #00a7e1, #0088cc);
    border-radius: 2px;
}

.footer-widget .user-links {
    list-style: none;
}

.footer-widget .user-links li {
    margin-bottom: 12px;
}

.footer-widget .user-links li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    padding: 8px 0;
    font-size: 15px;
    cursor: pointer;
}

.footer-widget .user-links li a:hover {
    color: #00a7e1;
    transform: translateX(-10px);
}

.list-style-two {
    list-style: none;
}

.list-style-two li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
    padding: 12px 0;
    font-size: 15px;
    line-height: 1.6;
}

.list-style-two li i {
    color: #00a7e1;
    margin-left: 15px;
    width: 20px;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.social-icon-two {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    list-style: none;
    margin-top: 25px;
}

.social-icon-two li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    font-size: 18px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.social-icon-two li:nth-child(1) a:hover { background: #1877f2; }
.social-icon-two li:nth-child(2) a:hover { background: #1da1f2; }
.social-icon-two li:nth-child(3) a:hover { background: #e4405f; }

.footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    padding: 25px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    backdrop-filter: blur(10px);
}

.copyright-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.6;
}

.copyright-text a {
    color: #00a7e1;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Scroll to Top */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #00a7e1, #0088cc);
    color: white;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    box-shadow: 0 8px 25px rgba(0, 167, 225, 0.3);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    transform: translateY(-5px) scale(1.1);
}

/* Loading Animation */
.loading {
    text-align: center;
    padding: 50px;
    color: #4a5568;
    grid-column: 1 / -1;
}

.loading i {
    font-size: 48px;
    color: #00a7e1;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .nav-outer {
        display: none;
    }

    .mobile-nav-toggler {
        display: block;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .news-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .main-box {
        padding: 0 20px;
    }

    .hero-image-section {
        height: 50vh;
        min-height: 300px;
    }

    .hero-content h1 {
        font-size: 28px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .filter-controls {
        flex-direction: column;
        gap: 15px;
    }

    .filter-select {
        min-width: 280px;
        width: 100%;
        max-width: 350px;
        text-align: center;
        padding-left: 45px;
        padding-right: 20px;
    }

    .select-wrapper::before {
        left: 18px;
    }

    .auto-container {
        padding: 0 15px;
    }

    .news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .news-card {
        margin: 0 10px;
    }

    .news-card-content {
        padding: 20px;
    }

    .news-card h3 {
        font-size: 18px;
    }

    .pagination {
        flex-wrap: wrap;
        gap: 10px;
        padding: 0 15px;
    }

    .pagination button {
        padding: 10px 15px;
        font-size: 14px;
    }

    .modal-content {
        margin: 10px;
        width: calc(100% - 20px);
        max-height: 95vh;
    }

    .modal-header {
        padding: 20px;
    }

    .modal-title {
        font-size: 20px;
    }

    .modal-body {
        padding: 20px;
    }

    .modal-article-content {
        font-size: 16px;
    }

    .modal-actions {
        padding: 20px;
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }

    .share-buttons {
        justify-content: center;
    }

    .footer-row {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 24px;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .news-card-image {
        height: 200px;
        font-size: 48px;
    }

    .filter-select {
        min-width: 100%;
        font-size: 14px;
    }

    .modal-title {
        font-size: 18px;
    }

    .modal-article-image {
        height: 200px;
        font-size: 48px;
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}
@media (max-width: 768px) {
    .footer-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-column {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .footer-logo {
        justify-content: center;
    }

    .social-icon-two {
        justify-content: center;
        grid-template-columns: repeat(auto-fit, minmax(48px, 1fr));
    }

    .list-style-two li {
        justify-content: center;
    }
}