/*!
Theme Name: Smartcom Blog
Author: Smartcom IT
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: energetische
Tags: hosting, domain, vps, email

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

smartcom is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.img-icon-next {
	width: 20px;
}

.content-detail h1 {
	margin-top: 15px;
	margin-bottom: 5px;
}
.content-detail h2 {
	margin-top: 15px;
	margin-bottom: 5px;
}
.content-detail h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}
.content-detail h4 {
	margin-top: 15px;
	margin-bottom: 5px;
}
.content-detail h5 {
	margin-top: 15px;
	margin-bottom: 5px;
}
.content-detail h6 {
	margin-top: 15px;
	margin-bottom: 5px;
}
  
.content-detail table td {
	border: 1px solid #ccc;
	padding: 15px;
}

#brxe-cotknh {
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  background-color: var(--bricks-color-xqrjdb);
  border: 1px solid #38a7ff;
  border-radius: 8px;
  flex-direction: row;
  flex-wrap: wrap;
  box-shadow: 0 0 0 4px rgba(56, 167, 255, 0.24);
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  margin-bottom: 32px;
}

#brxe-cfjxol {
      display: flex
;
    align-items: center;
    column-gap: 16px;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 8px;
}

#brxe-tyklep {
  flex-direction: row;
  column-gap: 8px;
  align-items: center;
  width: fit-content;
}

#brxe-roywau {
  width: fit-content;
}

#brxe-prhemf {
  fill: #fff;
  filter: drop-shadow(0px 3.611px 7.222px rgba(0, 0, 0, 0.1));
}

#brxe-prhemf {
  aspect-ratio: 1 / 1;
  width: 48px;
  height: 48px;
  border-radius: 50px;
}

a.brxe-image {
  display: inline-block;
}

:where(.brxe-image) img {
  border-radius: inherit;
  height: 100%;
  position: static !important;
  transition: inherit;
  width: 100%;
}

#brxe-edslxl {
  width: fit-content;
}

.brxe-block {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%;
}

#brxe-biktyh {
  display: flex;
  justify-content: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 0;
}

#brxe-gnlqww {
  width: 100%;
  display: flex;
  align-self: flex-start !important;
  margin-top: 16px;
}

.brxe-div {
  display: flex;
}

#brxe-rlxuuo {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #525666;
}

.brxe-post-author {
  display: inline-flex;
}

.brxe-post-author .content {
  margin: 0;
}

#brxe-rlxuuo .author-bio {
  font-size: 16px;
  color: #525666;
  font-weight: 400;
  text-align: justify;
  line-height: 32px;
  margin-bottom: 0;
}

#brxe-vromdw {
    display: flex ;
    align-items: center;
    column-gap: 20px;
    flex-direction: row;
    width: fit-content;
}

#brxe-nnexfi {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	margin-bottom: 0;
}

#brxe-social-user {
    flex-direction: row;
    gap: 8px;
}

.brxe-social-icons {
    display: flex
;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#brxe-social-user li {
    border-radius: 4px;
}

.brxe-social-icons li, .brxe-social-icons li a {
    align-items: center;
    display: flex
;
    flex: 1;
    gap: 5px;
    justify-content: center;
}

#brxe-social-user li.has-link a, #brxe-social-user li.no-link {
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    color: #525666;
    font-size: 15px;
}

.brxe-social-icons li, .brxe-social-icons li a {
    align-items: center;
    display: flex
;
    flex: 1;
    gap: 5px;
    justify-content: center;
}

.brxe-osdiv{
	color: #039855;
}

.brxe-osdiv svg{
	display: block;
}

.brxe-osdiv span{
	line-height: 1;
}

#brxe-fe20dd {
    min-height: 350px;
    position: relative;
    background-image: linear-gradient(90deg, #007cfc 0%, #2d86cc 100%);
    justify-content: center;
    align-items: stretch;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 48px;
    overflow: hidden;
}

5f19ff:not(.tag), #brxe-5f19ff img {
    object-fit: scale-down;
}
#brxe-5f19ff {
    position: absolute;
    width: 100%;
	pointer-events: none;
}

#brxe-4ab950 {
    z-index: 1;
    flex-direction: row;
    align-items: center;
    column-gap: 24px;
	    display: flex
;
}

#brxe-a6b104 {
    display: flex
;
    align-self: stretch !important;
    width: 100%;
    flex-direction: column;
}

#brxe-a6b104 .brxe-breadcrumbs, #brxe-a6b104 .brxe-breadcrumbs a{
    font-size: 14px;
    color: #fff;
}
#brxe-a6b104 .brxe-breadcrumbs{
	margin-bottom: 12px;
}

#brxe-6cd57b {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    text-align: left;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: -0.96px;
    align-self: stretch;
}

#brxe-8143ee {
    color: #fff;
    font-weight: 400;
    text-align: left;
    line-height: 28px;
    font-style: italic;
    font-size: 18px;
    align-self: stretch;
    margin-bottom: 12px;
}

#brxe-674592 {
    color: #fff;
    font-weight: 400;
    text-align: left;
    line-height: 28px;
    font-size: 15px;
    font-style: normal;
    align-self: stretch;
    padding-bottom: 20px;
}

#brxe-386560 {
    align-self: stretch !important;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 8px;
    width: 30%;
}

#brxe-57fad0 {
    border-radius: 50%;
	    width: 100%;
    height: auto;
}

#brxe-caf036 {
    gap: 12px;
    flex-direction: row;
    position: absolute;
    bottom: 35px;
}

#brxe-caf036 li {
    border: 1px solid #fff;
    border-radius: 24px;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
        background-color: rgba(255, 255, 255, 0.2);
}

#brxe-caf036 li.has-link a, #brxe-caf036 li.no-link {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    color: #ffffff;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
}


@media (max-width: 991px) {
    #brxe-4ab950 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    #brxe-4ab950 {
        flex-wrap: wrap;
    }
    #brxe-4ab950 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .brxe-breadcrumbs {
        align-self: center;
    }
    #brxe-6cd57b {
        font-size: 36px;
        line-height: 44px;
        text-align: center;
    }
    #brxe-8143ee {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        text-align: center;
    }
    #brxe-674592 {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        text-align: justify;
        text-align-last: center;
    }

    #brxe-386560 {
        width: 100%;
    }

    #brxe-57fad0 {
        width: 247px;
    }
    .join-btn{
        width:100%;
        justify-content:center;
    }
}


.brxe-osdiv{
	display: flex;
	align-items: center;
}
blockquote{  
    padding: 10px;
    border-radius: 10px;
    font-style: italic;
    background: #f9f9f9;
    border-left: 5px solid #ccc;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.group-box{
    border:2px solid #00f1ff;
    border-radius:14px;
    background:#f5f5f5;
    padding:12px 16px;
}

.group-text{
    font-weight:700;
    color:#111;
}

.join-btn{
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #3b0e90;
    color: #fff;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 17px;
    text-decoration: none;
}

.join-btn:hover{
    background:#1666d1;
    color:#fff;
}

.fb-icon{
    background:#fff;
    color:#1877f2;
    width:18px;
    height:18px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    font-weight:bold;
}

/*cta start*/
.test-cta-container {
    text-align: center;
    margin: 30px 0;
}

.content_detail_main a:not(.ez-toc-link) {
    color: #990000 !important;
    text-decoration: none;
}

.test-cta-btn {
    display: inline-block;
    color: #ffffff !important;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px #808080;
    border: none !important;
}

.test-cta-btn:hover{
    transform: scale(1.1);
}
/*cta end*/

/*support chat*/
.support-chat-widget {
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.support-chat-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    pointer-events: none;
    transition: all 0.3s ease;
}

.support-chat-widget.is-open .support-chat-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.support-chat-item {
    min-width: 220px;
    max-width: 280px;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #222;
    font-size: 18px;
    line-height: 1.2;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.support-chat-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.16);
}

.support-chat-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.support-chat-toggle,
.support-chat-close {
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.support-chat-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #1e90ff, #0d6efd);
    color: #fff;
    border-radius: 999px;
    padding: 14px 22px;
    box-shadow: 0 6px 18px rgba(13,110,253,0.3);
    font-weight: 600;
}

.support-chat-toggle-icon {
    font-size: 18px;
    line-height: 1;
}

.support-chat-close {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    box-shadow: 0 6px 18px rgba(13,110,253,0.3);
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    line-height: 1;
}

.support-chat-widget.is-open .support-chat-toggle {
    display: none;
}

.support-chat-widget.is-open .support-chat-close {
    display: inline-flex;
}

@media (max-width: 767px) {
    .support-chat-widget {
        right: 14px;
        bottom: 14px;
    }

    .support-chat-item {
        min-width: 200px;
        padding: 12px 16px;
        font-size: 16px;
    }

    .support-chat-toggle {
        padding: 12px 18px;
        font-size: 15px;
    }

    .support-chat-close {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}
/*end support chat*/
/*sidebar css*/
.course-sidebar{
    background-color: #ce0c12;
    padding: 15px;
}
.course-sidebar p{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.register-consultation-sidebar{
    background-color: #023d87;
}
.course-list li{
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
.course-list li a{
    font-size: 16px;
    color: #ffff;
}
.course-list li:hover{
    margin-left: 5px;
    font-weight: bold;
}
.item-sidebar{
    margin-bottom: 20px;
}
.social-sidebar{
    background-color: #e44e05;
}
.sidebar-social-item{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    padding: 14px 0px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #222;
    font-size: 15px;
    line-height: 1.2;

}
.sidebar-social-icon{
    width: 35px;
    margin-left: 10px;
}
.social-sidebar{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
}
.social-sidebar p{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
/*end sidebar*/
