.elementor-42132 .elementor-element.elementor-element-64c864c8{border-style:solid;border-width:0px 0px 0px 0px;border-color:#E1E1F2;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-bc-flex-widget .elementor-42132 .elementor-element.elementor-element-756c32a8.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-42132 .elementor-element.elementor-element-756c32a8.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-42132 .elementor-element.elementor-element-756c32a8.elementor-column > .elementor-widget-wrap{justify-content:flex-start;}.elementor-42132 .elementor-element.elementor-element-756c32a8 > .elementor-element-populated{border-style:none;margin:15px 0px 7px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-42132 .elementor-element.elementor-element-7009a54f > .elementor-widget-container{margin:0px 20px 30px 10px;}.elementor-42132 .elementor-element.elementor-element-38421953 > .elementor-widget-container{margin:10px 20px 0px 10px;}.elementor-42132 .elementor-element.elementor-element-2438e1e2 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 1px;border-color:#E1E1F2;margin:0px 15px 0px 0px;--e-column-margin-right:15px;--e-column-margin-left:0px;padding:15px 0px 15px 15px;}.elementor-42132 .elementor-element.elementor-element-f62787b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}#elementor-popup-modal-42132 .dialog-message{width:743px;height:auto;}#elementor-popup-modal-42132{justify-content:center;align-items:flex-start;}#elementor-popup-modal-42132 .dialog-widget-content{border-style:solid;border-width:2px 2px 2px 2px;border-color:#4E65E4;border-radius:10px 10px 10px 10px;box-shadow:0px 4px 8px 0px rgba(157, 159, 172, 0.4);margin:63px 0px 0px 0px;}@media(min-width:768px){.elementor-42132 .elementor-element.elementor-element-756c32a8{width:65%;}.elementor-42132 .elementor-element.elementor-element-2438e1e2{width:35%;}}/* Start custom CSS for html, class: .elementor-element-7009a54f */@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap'); /* Importing Roboto font */

.unique-container {
    display: flex !important;
    align-items: center !important;
    padding-left: px; /* Reduced padding-left */
    padding-right: 10px;
    background-color: #FFFFFF !important;
    border-radius: 8px !important;
    transition: background-color 0.3s ease !important;
    cursor: pointer !important;
    margin-left: 5px;
    width: fit-content; /* Adjusts width to content size */
    font-family: 'Roboto', sans-serif !important; /* Setting font to Roboto */
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: -50px;
    
}

.unique-icon-container {
    margin-right: 10px !important; /* Space between icon and text */
    margin-left: -20px;
    padding-top: 10px;
    padding-bottom: 10px
}

.unique-government-icon {
    width: 400px !important;
    height: 100px !important;
    margin-top: 0px !important;
}

.unique-container, .unique-title-container, .unique-description {
    font-family: 'Roboto', sans-serif !important; /* Ensuring Roboto font for all text */
}

.unique-content-container {
    flex-grow: 1 !important;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centering content vertically */
    height: 100px; /* Matching the icon height */
    margin-left: -25px;
}

.unique-title-container {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #333333 !important;
    position: relative !important;
    padding-top: 20px;
    margin-bottom: 15px; 
    margin-top: -10px;
}

.unique-hover-arrow {
    opacity: 0 !important;
    transition: opacity 0.3s ease !important, transform 0.3s ease !important;
    position: absolute !important;
    right: 0px !important;
    top: -5px !important;
    color: #282C81 !important;
    font-size: var(--unique-arrow-size, 20px) !important;
    width: var(--unique-arrow-width, 20px) !important;
    transform: rotate(0deg) !important;
}

.unique-description {
    font-size: 12px !important;
    color: #666666 !important;
    padding-bottom: 15px;
    padding-right: 20px;
}

.unique-container:hover {
    background-color: #DDE1F6 !important;
    
}

.unique-container:hover .unique-title-container {
    color: #3f51b5 !important; /* Changing title color on hover */
   
}

.unique-container:hover .unique-hover-arrow {
    opacity: 1 !important;
    transform: rotate(-45deg) !important;
}/* End custom CSS */