/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 14 2025 | 17:49:49 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.action-section {
    background-color: #f9f9f9;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    color: #000000;
    overflow: visible;
    height: 100px;
    margin-top: -80px;
    left: 25%;
    width: 776px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    font-family: 'Roboto', sans-serif;
    z-index:99999;
	/*position:fixed;
	top: auto;*/ 
	margin-right: auto !important;
	margin-left: auto !important;
}

div.sticky {
  position: sticky;
  top: 0;
  padding: 5px;
  background-color: #cae8ca;
  border: 2px solid #4CAF50;
}
.action-section .action-item {
    padding-top: 25px;
    transition-duration: 0.5s;
}
.action-section .action-item:hover {
    background: #0077c1;
	/*line-height: 105px;*/
	line-height: 15px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}
.action-item img {
    max-width: 100px;
    /* border:1px solid red; */
}
.action-item .svg{
    max-width: 50px;
    display: block;
    margin: auto;
}

.action-section .action-item:hover svg path,
.action-section .action-item:hover svg line,
.action-section .action-item:hover svg rect{
    stroke:#ffffff!important;
	 max-width: 100px;
}
.action-item p {
    font-weight: 600;
    font-size: 15px;
    margin-top: 10px;
    position: relative;
    display: block;
    color: var(--ci7);
}
.action-item p:after {
    content: '';
    position: relative;
    width: 35px;
    height: 35px;
    margin: 10px auto 5px auto;
    background: url('/assets/images/action-btn.png') no-repeat center center / auto;
    display: none;
}
.action-section .action-item:hover p {
    color: #ffffff;
}
.action-section .action-item:hover p:after {
    display: block;
}
.action-item.highlighted {
    background-color: var(--ci2);
    color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.para-text{
    font-size: 14px;
    font-weight: bold;
    color: black
}

.action-section .action-item:hover{
    font-size:2.5em;
    transition: 1s ease-out;
  }

.divider {
    width: 1px;
    height: 40px;
    background: #ccc
}