/* Base Styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}



/* Additional Styles for the Enhanced Design */
.icon-header {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.main-icon {
    font-size: 5rem;
    color: #3498db;
    background: #f0f8ff;
    padding: 30px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
    margin-bottom: 20px;
}

.section-icon {
    font-size: 2rem;
    color: #2980b9;
    margin-right: 15px;
    vertical-align: middle;
}

.feature-icon {
    font-size: 1.5rem;
    color: #3498db;
    margin-right: 10px;
}

.highlight-icon {
    font-size: 1.8rem;
    color: #e74c3c;
    margin-right: 10px;
    vertical-align: middle;
}

.conclusion-icon {
    font-size: 2.5rem;
    color: #2c3e50;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.author-icon {
    font-size: 4rem;
    color: #7f8c8d;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}


.blog-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border: 1px solid black;
    border-radius: 10px;
    ;
}

main {
    margin-top: 10px;
}

/* Header Styles */
.blog-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.blog-title {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #355c83;
    line-height: 1.2;
}

.blog-meta {
    color: #7f8c8d;
    margin-bottom: 30px;
    font-size: 0.9rem;
}

/* Content Styles */
article {
    margin-bottom: 50px;
}

article p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #444;
}

h2 {
    color: #3498db;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.8rem;
    padding-top: 10px;
    display: flex;
    align-items: center;
}

h3 {
    color: #2980b9;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
}

h4 {
    text-align: center;
    margin-bottom: 6px;
    padding: 2px;
    border-bottom: 2px solid rgb(255, 255, 255);
}

ul {
    margin-bottom: 25px;
    padding-left: 20px;
    list-style-type: none;
}

ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

/* Special Elements */
.highlight-box {
    background-color: #f8f9fa;
    border-left: 4px solid #3498db;
    padding: 20px;
    margin: 30px 0;
    border-radius: 0 4px 4px 0;
    display: flex;
    align-items: center;
}

.highlight-box strong {
    color: #3498db;
}

.conclusion {
    background-color: #e8f4fc;
    padding: 25px;
    border-radius: 8px;
    margin-top: 40px;
    border: 1px solid #d4e6f1;
    overflow: hidden;
}

.conclusion h2 {
    color: #2c3e50;
    margin-top: 0;
}

/* Footer Styles */
.blog-footer {
    margin-top: 50px;
    border-top: 1px solid #eee;
    padding-top: 20px;
    font-size: 0.95rem;
    display: flex;
    flex-direction: column;
}

.related-articles {
    margin-top: 30px;
}

.related-articles h3 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.related-articles ul {
    list-style-type: none;
    padding-left: 0;
}

.related-articles li {
    margin-bottom: 8px;
}

.related-articles a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s;
    display: flex;
    align-items: center;
}

.related-articles a:hover {
    color: #2980b9;
    text-decoration: underline;
}

/* Footer Links */
.footer-links a {
    display: flex;
    align-items: center;
    color: #555;
    text-decoration: none;
    transition: color 0.3s;
    margin-bottom: 8px;
}

.footer-links a:hover {
    color: #3498db;
}

.footer-links a i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .blog-container {
        padding: 15px !important;
        margin-left: 0 !important;
    }

    .blog-title {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    .main-icon {
        font-size: 3rem;
        padding: 20px;
    }

    .section-icon {
        font-size: 1.5rem;
        margin-right: 10px;
    }
}

@media (max-width: 480px) {
    .blog-title {
        font-size: 1.8rem;
    }

    .blog-meta {
        font-size: 0.8rem;
    }

    article p {
        font-size: 1rem;
    }

    .conclusion-icon {
        float: none;
        display: block;
        margin: 0 auto 15px;
        text-align: center;
    }

    .author-icon {
        float: none;
        display: block;
        margin: 0 auto 15px;
        text-align: center;
    }
}


/* Back to Top Button */
.fabs {
    position: fixed;
    bottom: 97px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #2b6777, #52ab98);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    z-index: 999;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-decoration: none;
    opacity: 1;
    transform: translateY(20px);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.fabs.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.fabs:hover {
    background: linear-gradient(135deg, #52ab98, #2b6777);
    transform: translateY(-1px) scale(1.09);
    box-shadow: 0 6px 25px rgba(43, 103, 119, 0.4);
}

.fabs:active {
    transform: scale(0.98);
}

/* Animation when scrolling appears */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .fabs {
        width: 48px;
        height: 48px;
        font-size: 1.2rem;
        bottom: 100px;
        right: 20px;
    }
}

@media (max-width: 480px) {
    .fabs {
        width: 50px;
        height: 50px;
        font-size: 1.1rem;
        bottom: 100px;
        right: 22px;
    }
}