
:root{
  --lb-primary:#44a9ff;
  --lb-primary-dark:#1683e6;
  --lb-bg:#f3f9ff;
  --lb-bg-soft:#eaf4ff;
  --lb-card:#ffffff;
  --lb-text:#16324a;
  --lb-muted:#5f7488;
  --lb-line:#d9e9f8;
  --lb-shadow:0 12px 35px rgba(29,87,139,.10);
  --lb-radius:18px;
}
html{scroll-behavior:smooth}
body.site-lightblue{
  background:linear-gradient(180deg,#f8fbff 0%,#eef6ff 100%);
  color:var(--lb-text);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.65;
}
body.site-lightblue img{max-width:100%;height:auto}
body.site-lightblue a{transition:.25s ease;color:var(--lb-primary-dark)}
body.site-lightblue a:hover{text-decoration:none;color:#0f6bc2}
body.site-lightblue .container{position:relative;z-index:2}
body.site-lightblue .header__top{background:linear-gradient(90deg,var(--lb-primary-dark),var(--lb-primary));color:#fff;border-bottom:0}
body.site-lightblue .header__top .left li{color:#fff;font-weight:700;letter-spacing:.2px}
body.site-lightblue #sticky-header,
body.site-lightblue .header__bottom{
  background:rgba(255,255,255,.94)!important;
  backdrop-filter:blur(10px);
  box-shadow:0 8px 24px rgba(22,50,74,.08);
  border-bottom:1px solid rgba(68,169,255,.12);
}
body.site-lightblue .logo img{max-height:72px;width:auto}
body.site-lightblue .main__menu ul li>a{
  color:var(--lb-text)!important;
  font-weight:700;
  padding:32px 14px!important;
  font-size:15px;
}
body.site-lightblue .main__menu ul li:hover>a,
body.site-lightblue .main__menu ul li>a.active,
body.site-lightblue .main__menu ul li>a:focus{color:var(--lb-primary-dark)!important}
body.site-lightblue .main__menu ul li .submenu{
  background:#fff!important;border:1px solid var(--lb-line);border-radius:16px;box-shadow:var(--lb-shadow);padding:10px 0;overflow:hidden
}
body.site-lightblue .main__menu ul li .submenu li a{padding:11px 18px!important;font-size:14px}
body.site-lightblue .hamburger-menu .menu-toggle{
  width:48px;height:48px;border-radius:14px;background:var(--lb-bg-soft);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;border:1px solid var(--lb-line)
}
body.site-lightblue .hamburger-menu .menu__bar{display:block;width:22px;height:2px;background:var(--lb-primary-dark);border-radius:99px}
body.site-lightblue .slide-bar{background:#fff;box-shadow:var(--lb-shadow)}
body.site-lightblue .side-mobile-menu ul li a{color:var(--lb-text);font-weight:700}
body.site-lightblue .close-mobile-menu a{background:var(--lb-bg-soft);color:var(--lb-primary-dark);border-radius:12px}
body.site-lightblue .slider__area{padding:22px 0 8px}
body.site-lightblue .slider__single,
body.site-lightblue .slider__height{
  min-height:560px!important;border-radius:34px;overflow:hidden;position:relative
}
body.site-lightblue .slider__single:before{
  content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(12,46,77,.82) 0%,rgba(18,89,154,.68) 48%,rgba(72,174,255,.28) 100%);z-index:0
}
body.site-lightblue .slider__single>*{position:relative;z-index:1}
body.site-lightblue .slider__content{max-width:700px;padding:34px 0}
body.site-lightblue .slider__content span{
  display:inline-block;background:rgba(255,255,255,.16);color:#fff;border:1px solid rgba(255,255,255,.22);padding:10px 16px;border-radius:999px;font-weight:700;margin-bottom:16px
}
body.site-lightblue .slider__content h1,
body.site-lightblue .slider__content h2{font-size:54px;line-height:1.1;color:#fff!important;margin-bottom:18px;text-shadow:0 10px 26px rgba(0,0,0,.18)}
body.site-lightblue .slider__content p{font-size:19px;color:#eef7ff!important;max-width:640px}
body.site-lightblue .thm-btn,
body.site-lightblue .thm-btn-fill,
body.site-lightblue .btn{
  background:linear-gradient(135deg,var(--lb-primary-dark),var(--lb-primary))!important;
  color:#fff!important;border:0!important;border-radius:14px;padding:15px 26px!important;font-weight:700;box-shadow:0 14px 28px rgba(22,131,230,.22)
}
body.site-lightblue .video__icon,
body.site-lightblue .slider__btn .video__icon{
  background:#fff!important;color:var(--lb-primary-dark)!important;box-shadow:0 10px 24px rgba(14,62,108,.16);border-radius:14px;width:58px;height:58px;line-height:58px;text-align:center
}
body.site-lightblue section{position:relative}
body.site-lightblue .gray-bg,
body.site-lightblue section:nth-of-type(n+2){background:transparent!important}
body.site-lightblue .why-choose__area,
body.site-lightblue main>section:not(.slider__area){padding-top:70px!important;padding-bottom:70px!important}
body.site-lightblue .why-choose__left .wc__img img,
body.site-lightblue .wc__img img{border-radius:28px;box-shadow:var(--lb-shadow)}
body.site-lightblue .sec__title span,
body.site-lightblue .section__label{
  display:inline-block;background:var(--lb-bg-soft);color:var(--lb-primary-dark);padding:9px 14px;border-radius:999px;font-weight:700;margin-bottom:14px;border:1px solid var(--lb-line)
}
body.site-lightblue h1,body.site-lightblue h2,body.site-lightblue h3,body.site-lightblue h4{color:var(--lb-text);letter-spacing:-.02em}
body.site-lightblue h2{font-size:36px;line-height:1.2;margin-bottom:18px}
body.site-lightblue p,body.site-lightblue li{color:var(--lb-muted);font-size:16px}
body.site-lightblue .note{background:#fff8df;border:1px solid #ffe7a6;color:#6b5b21;padding:16px 18px;border-radius:16px;box-shadow:0 8px 18px rgba(177,148,45,.08);margin:18px 0}
body.site-lightblue .tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
body.site-lightblue .tag{background:#fff;border:1px solid var(--lb-line);color:var(--lb-primary-dark);padding:10px 14px;border-radius:999px;font-weight:700;box-shadow:0 6px 18px rgba(22,131,230,.08)}
body.site-lightblue .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}
body.site-lightblue .card,
body.site-lightblue .single__service,
body.site-lightblue .service__item,
body.site-lightblue .blog__item,
body.site-lightblue .feature__item{
  background:linear-gradient(180deg,#fff 0%,#fafdff 100%)!important;border:1px solid var(--lb-line)!important;border-radius:22px!important;box-shadow:var(--lb-shadow)!important;padding:26px!important;overflow:hidden
}
body.site-lightblue .card:hover,
body.site-lightblue .single__service:hover,
body.site-lightblue .service__item:hover{transform:translateY(-4px)}
body.site-lightblue .service-title{font-size:20px;font-weight:800;color:var(--lb-text);margin-bottom:8px}
body.site-lightblue ol,body.site-lightblue ul{padding-left:20px}
body.site-lightblue ol li,body.site-lightblue ul li{margin-bottom:8px}
body.site-lightblue .footer__area{background:linear-gradient(180deg,#0d2b47,#163f66)!important;color:#dbefff;position:relative;overflow:hidden}
body.site-lightblue .footer__area:before{content:"";position:absolute;inset:auto -10% 72% auto;width:380px;height:380px;border-radius:50%;background:rgba(93,196,255,.10);filter:blur(10px)}
body.site-lightblue .footer__widget .title,
body.site-lightblue .footer__area h3{color:#fff!important}
body.site-lightblue .footer__link li a,
body.site-lightblue .footer__infomation li,
body.site-lightblue .about__text p,
body.site-lightblue .copyright__text p{color:#d7ebff!important}
body.site-lightblue .social__icon a{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:12px;color:#fff;padding:10px 13px;display:inline-block;margin-right:8px}
body.site-lightblue .fix{
  background:linear-gradient(135deg,var(--lb-primary-dark),var(--lb-primary))!important;color:#fff!important;border-radius:999px!important;bottom:18px!important;right:18px!important;left:auto!important;width:auto!important;padding:14px 20px!important;box-shadow:0 12px 24px rgba(22,131,230,.28);font-weight:800;z-index:99999
}
body.site-lightblue #cookie-notice{background:#13395c!important;color:#fff!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:18px!important;box-shadow:var(--lb-shadow)!important;padding:18px!important}
body.site-lightblue #cookie-notice button{background:linear-gradient(135deg,var(--lb-primary-dark),var(--lb-primary))!important;border-radius:12px!important;font-weight:700}
body.site-lightblue .body-overlay.active{background:rgba(9,31,51,.42)}
body.site-lightblue .lb-hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24);padding:8px 14px;border-radius:999px;color:#fff;font-weight:700}
@media (max-width:991px){
  body.site-lightblue .main__menu ul li>a{padding:20px 14px!important}
  body.site-lightblue .slider__content h1,body.site-lightblue .slider__content h2{font-size:42px}
  body.site-lightblue .slider__single,body.site-lightblue .slider__height{min-height:500px!important;border-radius:24px}
}
@media (max-width:767px){
  body.site-lightblue .header__top{display:none!important}
  body.site-lightblue .logo img{max-height:58px}
  body.site-lightblue .slider__area{padding-top:10px}
  body.site-lightblue .slider__content{padding:26px 0}
  body.site-lightblue .slider__content h1,body.site-lightblue .slider__content h2{font-size:33px}
  body.site-lightblue .slider__content p{font-size:16px}
  body.site-lightblue h2{font-size:28px}
  body.site-lightblue .fix{left:12px!important;right:12px!important;text-align:center;display:block!important}
}
