#sectionPageSingle.single-page {
    margin-top: 50px;
}

#sectionPageSingle.single-page h1.main-heading {
    font-size: 44px !important;
    font-weight: 600 !important;
    margin-bottom: 40px;
}

#sectionPageSingle .post-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

#sectionPageSingle .post-info div {
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin: 5px 0;
    margin-right: 20px;
}

#sectionPageSingle .post-info div:last-child {
    margin-right: 0;
}

#sectionPageSingle .post-info div i {
    margin-right: 8px;
    color: #0073e6;
    font-size: 16px;
    background-color: #e6f0ff;
    padding: 8px;
    border-radius: 50%;
}

#sectionPageSingle .post-info div a {
    color: #333;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

#sectionPageSingle .post-info div a:hover {
    color: #0073e6;
}

#sectionPageSingle .post-info div span {
    color: #333;
    font-weight: 500;
    margin-right: 5px;
}

#sectionPageSingle .post-content {
    margin-bottom: 60px;
}

#sectionPageSingle .post-content h1,
#sectionPageSingle .post-content h2,
#sectionPageSingle .post-content h3,
#sectionPageSingle .post-content h4,
#sectionPageSingle .post-content h5,
#sectionPageSingle .post-content h6 {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
}

#sectionPageSingle .post-content h1 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
}

#sectionPageSingle .post-content h2 {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
}

#sectionPageSingle .post-content h3,
#sectionPageSingle .post-content h4,
#sectionPageSingle .post-content h5,
#sectionPageSingle .post-content h6 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
}

#sectionPageSingle .post-content p,
#sectionPageSingle .post-content ul,
#sectionPageSingle .post-content ol {
    margin-bottom: 1.5em;
    line-height: 1.7;
    font-size: 18px;
    color: #333;
}

#sectionPageSingle .post-content ul {
    list-style-type: disc;
    margin-left: 30px;
}

#sectionPageSingle .post-content ol {
    list-style-type: decimal;
    margin-left: 30px;
}

#sectionPageSingle .post-content li {
    margin-bottom: 0.75em;
    line-height: 1.6;
}

#sectionPageSingle .post-content blockquote {
    margin: 1.5em 0;
    padding: 1em;
    border-left: 4px solid #0073e6;
    background-color: #f9f9f9;
    font-style: italic;
    color: #555;
}

#sectionPageSingle .post-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5em;
    font-size: 16px;
    color: #333;
}

#sectionPageSingle .post-content th,
#sectionPageSingle .post-content td {
    padding: 0.75em;
    border: 1px solid #ddd;
    text-align: left;
}

#sectionPageSingle .post-content img,
#sectionPageSingle .post-content figure img {
    margin: 1.5em 0;
}

#sectionPageSingle .post-content figure {
    margin: 1.5em 0;
    text-align: center;
}

#sectionPageSingle .post-content figcaption {
    margin-top: 0.5em;
    font-size: 0.9em;
    color: #666;
}

#sectionPageSingle .post-content code {
    padding: 0.2em 0.4em;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    border-radius: 3px;
    font-size: 90%;
    color: #c7254e;
}

#sectionPageSingle .post-content pre {
    padding: 1em;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow-x: auto;
    margin-bottom: 1.5em;
    font-size: 90%;
    color: #c7254e;
}

#sectionPageSingle .post-content hr {
    margin: 2em 0;
    border: 0;
    border-top: 1px solid #ddd;
}


#sectionPageSingle .post-content table {
    word-wrap: break-word;
    overflow-x: auto;
}

#sectionPageSingle .post-content > *:first-child {
    margin-top: 0;
}

#sectionPageSingle .post-content > *:last-child {
    margin-bottom: 0;
}

#sectionPageSingle .single-post {
    margin-bottom: 70px;
}

#sectionPageSingle .post-thumbnail img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: block;
    border-bottom: 1px solid #ddd;
}

#sectionPageSingle .comment-section {
    margin-top: 20px;
    border-top: 1px solid #ddd;
}

#sectionPageSingle .comment-section h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

#sectionPageSingle .related-posts {
    margin-top: 20px;
    padding-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #ddd;
}

#sectionPageSingle .related-posts h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

.archive-thumbnail {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    background-color: #f0f0f0;
}

.archive-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.archive-thumbnail img.is-visible {
    opacity: 1;
}

.archive-post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-size: 0.875rem;
    font-weight: 400;
}

.archive-post-meta div {
    display: flex;
    align-items: center;
    margin-right: 15px;
    color: #333;
}

.archive-post-meta div i {
    margin-right: 8px;
    color: #1f4f92;
    font-size: 14px;
}

.archive-excerpt {
    color: #333;
    margin-bottom: 0.3rem;
    line-height: 1.7;
    font-size: 20px;
}

.archive-excerpt + .read-more {
    color: #1f4f92;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
    margin-top: 10px;
}

.archive-excerpt + .read-more:hover {
    color: #005bb5;
}

.archive-posts {
    gap: 40px;
}

.archive-title {
    font-size: 22px;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 0.75em;
    color: inherit;
}

.archive-title a {
    color: inherit;
    text-decoration: none;
}

.archive-title a:hover {
    color: #1f4f92;
    text-decoration: none;
}
.inpage .main-heading{
    margin-top: 50px;
}


.element-custom-columns.container {
display: flex;
flex-wrap: wrap;
gap: 40px; /* Adds space between the two columns */
}

.element-custom-columns .column {
flex: 1 1 45%; /* Make each column take up 45% of the container */
}

.element-custom-columns .details {
background-color: #EDE8E8;
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
transition: 0.4s;
}

.element-custom-columns .active, .element-custom-columns .details:hover {
background-color: #ccc;
}

.element-custom-columns .panel {
padding: 0 18px;
display: none;
background-color: white;
overflow: hidden;
}