/*
Theme Name: VisionLink Theme
Theme URI: http://example.com/visionlink-theme
Author: 
Author URI: http://example.com
Description: Theme VisionLink
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: visionlink-theme
*/

/* Reset basic */

body:not(.elementor-editor-active) .slide-on-scroll {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out; /*  */
}

body:not(.elementor-editor-active) .slide-on-scroll.active {
  opacity: 1;
  transform: translateY(0);
}

/* Dự phòng nếu JS không chạy */
.no-js .slide-on-scroll {
  opacity: 1 !important;
  transform: none !important;
}

#header-slider {
padding: 10px 12px;
  position: fixed;       /**/
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(0); /*  */
background-color: #fffffff2;
  transition: transform 0.4s ease-out;
  z-index: 9999;
justify-content: center;
    align-items: center;
}

#header-slider .e-con-inner{
height: 60px;
    align-items: center;
max-width: 1200px;
padding: 0 48px;
    margin: 0;
justify-content: space-between;
}
#header-slider .header-left{
padding: 0;
width: 60px;
}
#header-slider .header_logo{
width: 220px;
    height: 60px;
}

#header-slider .logo img{
width: 100%;
height: 100%;
object-fit: cover;
    border-radius: 50%; 
}
#header-slider .header-right{
padding: 0;
    align-items: center;
    justify-content: center;
width: 64px;
}
#header-slider .login > a{
padding: 8px 14px;
    background-color: transparent;
    border-radius: 4px;
}
#header-slider .login > a:hover {
    background-color: rgba(25, 118, 210, 0.04);
}

#header-slider .login > a .elementor-button-text{
color: #1976d2;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
}

#header-slider.hidden {
  transform: translateY(-100%); /* ẩn lên trên */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Body */
body {
background-color: rgb(245, 245, 245);
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
    line-height: 1.6;
}
.fa-solid{
	color:'red';
}
/* Header */
.site-header {
    background-color: #fffffff2;
    box-shadow: 0 2px 10px #0000000d !important;
    transition: box-shadow .3s 
ease-in-out !important;
padding: 13px 16px;
position: relative;
    z-index: 99;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
padding: 0 48px;
}

.header-left {
	font-size: 1.5rem;
    line-height: 1.334;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: rgb(25, 118, 210);
    text-decoration: none;
}

.site-header .login-link {
    border: none;
    background-color: transparent;
    padding: 6px 8px;
    border-radius: 4px;
    line-height: 20px;
    font-size: 14px;
    color: #1976d2;
text-decoration: none;
}
.site-header .login-link:hover{
background-color: rgba(25, 118, 210, 0.04);
text-decoration: none;
}

.login-link:hover {
    text-decoration: underline;
    color: #154a8c;
}
/* End Header */
#banner_wrap{

    padding: 0;
min-height: 100vh;
    background: linear-gradient(135deg, rgba(25, 118, 210, 0.9), rgba(33, 150, 243, 0.85)) center center / cover;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: white;
    position: relative;
    overflow: hidden;
}
#banner_wrap::before{
	content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url('https://online.wirelessnursecall.com/wp-content/uploads/2025/11/VLII_background_medium.jpg');
    background-size: cover;
    background-position: center center;
    opacity: 0.15;
    z-index: 0;
}
#banner_wrap .e-con-inner {
display: flex;
    justify-content: space-between;
flex-direction: row;
    align-items: center;
padding: 0 24px;
max-width: 1200px;
}
#banner_wrap .e-con-inner > .e-child{
width: 50%;
display: inline-block;
}
#banner_wrap .banner_image{
width: 450px;
    height: 450px;
margin-right: 80px;
}
#banner_wrap .banner_image img{
width: 100%;
    height: 100%;
    object-fit: cover;
border-radius: 12px;
}
 #banner_wrap .title h1{
margin: 0px 0px 16px;
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 3.75rem;
    line-height: 1.2;
    letter-spacing: -0.00833em;
    font-weight: 800 !important;
    color: #fff !important;
}
#banner_wrap .subTitle h5{
margin: 0px 0px 32px;
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 1.5rem;
    letter-spacing: 0em;
    font-weight: 400 !important;
    opacity: 0.9;
    line-height: 1.5;
    color: #fff !important;
}
#banner_wrap .title_wrap {
display: block;
}
.btn_wrap{
	display: flex;
    align-items: center;
}
#button_wrap .btn_started > a {
cursor: pointer;
	position: relative;
    padding: 19px 62px 19px 38px;
    border-radius: 30px;
    box-shadow: rgba(33, 150, 243, 0.4) 0px 8px 25px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(90deg, rgb(25, 118, 210), rgb(220, 0, 78));
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
}
#button_wrap .btn_started > a:before{
top: 50%;
    right: 38px;
    position: absolute;
content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    transform: translateY(-50%);
font-size: 14px;
}
#button_wrap{
flex-direction: row;
padding: 0;
}
#button_wrap .btn_started > a:hover{
box-shadow: rgba(33, 150, 243, 0.4) 0px 8px 25px;
    background: linear-gradient(90deg, rgb(17, 82, 147), rgb(154, 0, 54));
}
#button_wrap .btn_demo > a{
padding: 18px 26px;
    transition: background-color 250ms 
cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms 
cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms 
cubic-bezier(0.4, 0, 0.2, 1), color 250ms 
cubic-bezier(0.4, 0, 0.2, 1);
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-color: white;
    border-radius: 30px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.9375rem;
    background-color: transparent;
}

#button_wrap .btn_demo > a:hover{
background-color: rgba(255, 255, 255, 0.1);
    border-color: white;
}
.btn_wrap{
gap: 20px;
}
.site-main .evaluate_wrap{
padding: 0;
margin-top: -24px;
}
.site-main .evaluate_wrap .e-con-inner{
padding: 0 24px;
    max-width: 1200px;	
}
.evaluate_wrap .evaluate_item{
display: inline-block;
padding: 24px;
    border-radius: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 10px #0000000d !important;
    transition: box-shadow .3s 
ease-in-out !important;
    background-color: #fff;
    margin: 0 13px;
}
.site-main .evaluate_icon{
height: 24px;
margin-bottom: 8px !important;
}
.site-main .evaluate_icon .elementor-icon svg{
width: 24px;
    height: 24px;
    fill: rgb(25, 118, 210);
}
.site-main .evaluate_title > p {
margin: 0px 0px 4px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 2.125rem;
    line-height: 1.235;
    letter-spacing: 0.00735em;
    font-weight: 700;
    color: #000000de;
    text-align: center;
}
.site-main .evaluate_subtitle > p {
margin: 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
}
.site-main .features_wrap{
padding: 80px 24px 64px;
}
.site-main .features_wrap .e-con-inner{
padding: 0;
}
.site-main .features_title h2{
margin: 0px 0px 16px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 3rem;
    line-height: 1.167;
    letter-spacing: 0em;
    font-weight: 700;
    color: #000000de;
    text-align: center;
}
.site-main .features_subtitle h6{
	margin: 0px auto;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    letter-spacing: 0.0075em;
    color: rgba(0, 0, 0, 0.6);
    max-width: 700px;
    line-height: 1.6;
    text-align: center;
}
.site-main .list_features{
	padding: 0;
margin-bottom: 80px;
}
.site-main .list_features .e-con-inner{
max-width: 1200px;
    padding: 0 16px;
}
.site-main .list_features .feature_item{
display: inline-block !important;
background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    display: flex;
    flex-direction: column;
    transition: 0.3s 
ease-in-out;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 8px 25px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 32px;
    margin: 0 16px;
}
.site-main .list_features .feature_item:hover{
transform: translateY(-10px);
}
.list_features .item_icon .elementor-icon-wrapper{
width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 16px;
    background: linear-gradient(135deg, rgb(71, 145, 219), rgb(25, 118, 210));
    color: white;
    box-shadow: rgba(33, 150, 243, 0.2) 0px 4px 15px;
}
.list_features .item_icon .elementor-icon svg{
width: 24px;
    height: 24px;
}
.list_features .item_title > p {
margin: 0px 0px 0.35em;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.334;
    letter-spacing: 0em;
    font-weight: 600;
    color: #000000de;
}
.list_features .item_content > p{
margin: 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.00938em;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.7;
}
.list_features .more_info{
margin-top: 24px;
}
#myLink{
font-family: Roboto, Helvetica, Arial, sans-serif;
	color: #1976d2;
    padding: 6px 8px 6px 0px;
}
#myLink:hover{
background: transparent;
    padding-left: 4px;
    transition: 0.2s;
}
.list_features .more_info .fa-solid{
margin-left: 8px;
    color: #1976d2;
}
.site-main .manage_wrap{
background: linear-gradient(135deg, rgb(246, 249, 252), rgb(237, 242, 247));
    padding: 80px 0;
}
.site-main .manage_wrap .e-con-inner{
max-width: 900px;
    margin: 0 auto;
    display: inline-block;
text-align: center;
}
.manage_wrap .manage_title > h2 {
margin: 0px 0px 24px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 3rem;
    line-height: 1.167;
    letter-spacing: 0em;
    font-weight: 700;
    text-align: center;
    color: #000000de;
}
.manage_wrap .manage_subtitle > p{
	margin: 0px 0px 32px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.0075em;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
}
.manage_wrap .button_wrap{
cursor: pointer;
box-shadow: rgba(33, 150, 243, 0.3) 0px 6px 20px;
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    text-decoration: none;
    transition: background-color 250ms 
cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms 
cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms 
cubic-bezier(0.4, 0, 0.2, 1), color 250ms 
cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(90deg, rgb(25, 118, 210), rgb(220, 0, 78));
    padding: 12px 32px;
    border-radius: 30px;
    font-weight: 600;
    display: inline-block;
    color: white;
    font-size: 1rem;
    line-height: 1.75;
}
.manage_wrap .button_wrap .fa-arrow-right{
	margin-left: 10px;
}
.manage_wrap .button_wrap:hover{
box-shadow: rgba(33, 150, 243, 0.4) 0px 8px 25px;
    background: linear-gradient(90deg, rgb(17, 82, 147), rgb(154, 0, 54));
}
#linkTrial {
font-family: Roboto, Helvetica, Arial, sans-serif;
    color: #fff;
    padding: 6px 8px 6px 0px;
}
#linkTrial .fa-arrow-right{
margin-left: 8px;
}
/* Footer */
#site-footer {
    background-color: rgb(248, 249, 250);
    padding: 48px 32px;
    margin-top: 80px;
}
#site-footer .e-con-inner{
padding: 0;
}
#site-footer .footer-container {
display: inline-block;
    padding: 0;
padding-right: 10px;
}

.footer-brand {
    max-width: 362px;
}

#site-footer .footer-logo > h5 {
    margin: 0px 0px 16px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    background-image: linear-gradient(90deg, rgb(25, 118, 210), rgb(220, 0, 78));
    line-height: 1.334;
    font-weight: 800;
    letter-spacing: 0.5px;
   
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

#site-footer .footer-description > p{
    margin: 0px 0px 24px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    color: rgba(0, 0, 0, 0.6);
}

#site-footer .footer-columns {
    width: 100%;

}
#site-footer .footer-column{
display: inline-block;
padding: 0 0 0 32px;
}
#site-footer .footer-column h3{
margin: 0px 0px 16px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.00938em;
    font-weight: 600;
    color: #000000de;
}

.footer-column h3 {
    margin: 0px 0px 16px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.00938em;
    font-weight: 600;
color: #000000de;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
font-family: Roboto, Helvetica, Arial, sans-serif;
    margin: 0px;
    font: inherit;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
}

.footer-column ul li a:hover {
    color: #1f5eb8;
}

.list_item .elementor-icon-list-items li .elementor-icon-list-text{
margin: 0px;
    font: inherit;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 8px;
font-size: 16px;
} 

.footer-icons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s ease;
}

.footer-icon:hover {
    background-color: #1f5eb8;
    border-color: #1f5eb8;
    transform: translateY(-2px);
}

#footer-bottom {
    padding: 24px 0 48px;
    text-align: center;
    width: auto;
    background: rgb(248, 249, 250);
}

#footer-bottom h6 {
   margin: 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}
#line{
border-width: 0px 0px thin;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    height: 1px;
    margin: 0 32px;
    width: auto;
}
.list_item .elementor-icon-list-items li .elementor-icon-list-text:hover{
color: rgb(25, 118, 210);
}
/* Responsive */
@media(min-width: 1200px){
  .title h1:{
font-size: 3.5rem;
}
.container{
padding: 0 72px;
}
}
@media(max-width: 1080px){
#banner_wrap .banner_image{
margin-right: 0;
width: 400px;
    height: 400px;
}

}
@media (max-width: 968px) {
    .footer-container {
        grid-template-columns: 1fr;
    }
    
    .footer-columns {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .footer-icons {
        flex-direction: row;
        justify-content: center;
    }
}
@media(max-width: 900px){
#banner_wrap .e-con-inner > .e-child{
	width: 60%;
}
#banner_wrap .banner_image{
width: 300px;
    height: 300px;
}
#banner_wrap{
min-height: 80vh;
}
	#banner_wrap .title h1{
font-size: 2.5rem;
}
.site-main .evaluate_wrap .e-con-inner{
flex-wrap: wrap !important;
}
.evaluate_wrap .evaluate_item{
margin: 0 13px 32px;
width: calc(50% - 32px);
}
.site-main .features_wrap{
padding: 48px 24px 64px;
}
.site-main .list_features .e-con-inner{
flex-wrap: wrap !important;
}
.site-main .list_features .feature_item{
width: calc(100% - 32px);
margin: 0 16px 32px;
}
.site-main .list_features{
margin-bottom: 48px;
}
.footer-container{
display: inline-block;
    width: 100%;
}
.site-footer .footer-columns{
margin-top: 40px;
}
.site-main .manage_wrap .e-con-inner{
padding: 0 24px;
}
.manage_wrap .manage_title > h2{
font-size: 2rem;
}
.site-main .features_title h2{
font-size: 2rem;
}
#site-footer .e-con-inner{
flex-wrap: wrap;
}
#site-footer .footer-column{
	width: 32%;
}
#site-footer .footer-container{
	width: 100%;
    margin-bottom: 20px;
}
#site-footer .footer-description > p{
	width: 50%;
}
#site-footer .footer-column{
padding: 0;
}

}
@media(max-width: 767px){
#header-slider .header_logo{
height: auto;
}
#banner_wrap{
min-height: auto;
}

#banner_wrap .e-con-inner{
padding: 80px 24px;
}
#banner_wrap .e-con-inner > .e-child{
width: 100%;
}
#banner_wrap .banner_image{
width: 100%;
    height: 350px;
    margin-top: 20px;
}

}
@media (max-width: 600px) {
#header-slider .e-con-inner{
padding: 0 24px;
}
    .footer-columns {
        grid-template-columns: 1fr;
    }
#banner_wrap .e-con-inner > .e-child{
    width: 100%;
}
.container{
padding: 0;
}
.site-main .evaluate_wrap .e-con-inner{
padding: 0 8px;
}
.evaluate_wrap .evaluate_item{
width: calc(50% - 16px);
    margin: 0 8px 16px;
}
.site-main .features_wrap{
padding: 48px 16px 64px;
}
.site-main .list_features .feature_item{
margin: 0 0 16px;
width: 100%;
}
.site-main .list_features .e-con-inner{
display: inline-block;
}
.site-footer .footer-column{
width: 32%;
}
#site-footer .footer-column{
width: 48%;
margin-bottom: 20px;
}
#site-footer .footer-description > p{
width: auto;
}

}

@media(max-width: 440px){
#banner_wrap .banner_image{
height: auto;
}
.btn_wrap .itemBtnLeft{
padding: 8px 20px;
    font-size: 14px;
    line-height: 24px;
}
#banner_wrap .title_wrap{
padding: 0;
}
}

@media(max-width: 376px){
#header-slider .e-con-inner {
        padding: 0 12px;
    }
#banner_wrap .e-con-inner{
padding: 100px 16px 60px;
}
.btn_wrap .itemBtnLeft{
padding: 8px 13px;
}
.btn_wrap .btn_started{
font-size: 14px;
}
.btn_wrap .itemBtnLeft .fa-arrow-right{
font-size: 12px;
}
#linkTrial{
font-size: 14px;
}
#linkTrial .fa-arrow-right{
font-size: 12px;
}
#banner_wrap .e-con-inner > .e-child{
padding: 0;
}
#banner_wrap .title_wrap{
padding: 0;
}
.btn_wrap {
    gap: 5px;
}

}
@media(max-width: 320px){
	#banner_wrap .title h1{
font-size: 2.2rem;
}
#banner_wrap .subTitle h5{
font-size: 1rem;
}
.site-main .evaluate_wrap{
margin-top: 30px;
}
.evaluate_wrap .evaluate_item{
width: calc(100% - 16px);
}
#site-footer .footer-column{
width: 100%;
}
}
