.container {
    position: relative;
}
.icon-container{
    position: fixed;
    z-index: 9999999;
    top: 50%;
    right: 0;
    background-color: #fff;
    padding: 5px;
    transform: translateY(-50%);
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#demoIcon{
    font-size: 35px;
    transform: translateY(-50%);
    color: #000;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.05);
    /*background-color: #fff;
    padding: 10px;*/
}

.hidden {
    display: none;
}

.demo-directional {
    overflow: scroll;
    width: 400px;
    position: fixed;
    top: 0;
    right: 0px;
    bottom: 0;
    background-color: #fff;
    padding: 30px;
    z-index: 999999999;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.05);
    /*-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;*/
    transition: right 3s ease;
}
.demo-item-container {
    overflow-y: auto;
    max-height: calc(100vh - 200px); /* Subtract header and button heights */
    padding-bottom: 60px; 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.demo-item {
    width: calc(50% - 15px); /* Calculate width for two items per row minus margin */
    margin-bottom: 20px;
    background-color: #f0f0f0;
    padding: 5px;
}

.demo-item-name {
    font-size: 15px;
    text-decoration: none !important;
}

.demo-image img {
  max-width: 100%;
  height: auto;
}

.evit-container {
    position: relative;
    min-height: 100vh;
}


/* styles.css */
.evit-section-button {
  position: fixed;
  bottom: 30px;
  right: 0;
  width: 400px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
}

.evit-btn-primary {
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    width: 65%;
    background-color: #007bff;
    text-decoration: none;
    
}
.evit-btn-primary::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    font-size: 16px;
    color: white;
    content: "\f07a";
}
.evit-btn-primary:hover{
    color: #ffff;
}

.evit-site-demo-data {
    margin-top: 20px;
}

.evit-container .evit-section-title h4,
#closeIcon{
    color: #000;
}

.evit-container .toogler{
	margin-top: 20px;
    width: 80%;
    height: 40px;
    font-family: inherit;
    font-size: 16px;
    border-radius: 10px;
    border-color: #a0a5a0;
    color: #000;
}

.evit-style-variation{
    margin-bottom: 20px;
}

/* additional css  */

.evit-section-title h4{
    margin: 20px 0;
    font-size: clamp(24px,2vw,28px);
    line-height: 1.2;
    font-weight: 600;
    color: #000;
}
.evit-container .toogler {
    margin-top: unset !important;
}
.evit-section-title h2 {
    margin: 25px 0 15px 0;
    line-height: 1.2;
    font-size: clamp(30px,2.6vw,40px);
    font-weight: 600;
    color: #000;
}
.evit-section-title p {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}
.demo-item .demo-image p {
    margin: 10px 0;
    line-height: 1.5;
}
.demo-item .demo-image p a {
    color: #000;
}
.evit-section-button a.evit-btn-primary{
    color: #fff;
}