@import url("https://fonts.googleapis.com/css2?family=Mandali&display=swap");
@font-face {
 font-family: "Georgia","montserrat";
 src: url("../fonts/cerebrisans-light.eot");
 src: local("Cerebri-sans Light"), url("../fonts/cerebrisans-light.woff") format("woff");
 font-weight: 300;
}
@font-face {
 font-family: "Georgia","montserrat";
 src: url("../fonts/cerebrisans-regular.eot");
 src: local("Cerebri-sans Regular"), url("../fonts/cerebrisans-regular.woff") format("woff");
 font-weight: 400;
}
@font-face {
 font-family: "Georgia","montserrat";
 src: url("../fonts/cerebrisans-medium.eot");
 src: local("Cerebri-sans Medium"), url("../fonts/cerebrisans-medium.woff") format("woff");
 font-weight: 500;
}
@font-face {
 font-family: "Georgia","montserrat";
 src: url("../fonts/cerebrisans-semibold.eot");
 src: local("Cerebri-sans Semibold"), url("../fonts/cerebrisans-semibold.woff") format("woff");
 font-weight: 600;
}
@font-face {
 font-family: "Georgia","montserrat";
 src: url("../fonts/cerebrisans-bold.eot");
 src: local("Cerebri-sans Bold"), url("../fonts/cerebrisans-bold.woff") format("woff");
 font-weight: 700;
}
.bg-primary {
 background-color: #024162 !important;
}
.bg-soft-primary {
 background-color: rgba(28, 225, 172, 0.12) !important;
}
.border-primary {
 border-color: #1ce1ac !important;
}
.text-primary {
 color: #55C3C2 !important;
}
.bg-secondary {
 background-color: #536976 !important;
}
.bg-soft-secondary {
 background-color: rgba(83, 105, 118, 0.12) !important;
}
.border-secondary {
 border-color: #536976 !important;
}
.text-secondary {
 color: #536976 !important;
}
.bg-info {
 background-color: #4bbbce !important;
}
.bg-soft-info {
 background-color: rgba(75, 187, 206, 0.12) !important;
}
.border-info {
 border-color: #4bbbce !important;
}
.text-info {
 color: #4bbbce !important;
}
.bg-warning {
 background-color: #ffc212 !important;
}
.bg-soft-warning {
 background-color: rgba(255, 194, 18, 0.12) !important;
}
.border-warning {
 border-color: #ffc212 !important;
}
.text-warning {
 color: #ffc212 !important;
}
.bg-success {
 background-color: #1ce1ac !important;
}
.bg-soft-success {
 background-color: rgba(28, 225, 172, 0.12) !important;
}
.border-success {
 border-color: #1ce1ac !important;
}
.text-success {
 color: #1ce1ac !important;
}
.bg-danger {
 background-color: #f24734 !important;
}
.bg-soft-danger {
 background-color: rgba(242, 71, 52, 0.12) !important;
}
.border-danger {
 border-color: #f24734 !important;
}
.text-danger {
 color: #f24734 !important;
}
.bg-dark {
 background-color: #1c1d1f !important;
}
.bg-soft-dark {
 background-color: rgba(52, 58, 64, 0.12) !important;
}
.border-dark {
 border-color: #343a40 !important;
}
.text-dark {
 color: #343a40 !important;
}
.bg-light {
 background-color: #f8f9fa !important;
}
.bg-soft-light {
 background-color: rgba(248, 249, 250, 0.12) !important;
}
.border-light {
 border-color: #f8f9fa !important;
}
.text-light {
 color: #f8f9fa !important;
}
.bg-white {
 background-color: #fff !important;
}
.bg-soft-white {
 background-color: rgba(255, 255, 255, 0.12) !important;
}
.border-white {
 border-color: #fff !important;
}
.text-white {
 color: #fff !important;
}
.text-grey {
 color: #808080;
}
.text-blue {
 color: #55C3C2 !important;
}
.text-muted {
 color: #6c757d;
}
body {
 font-family: "Mandali", "montserrat";
 font-size: 16px;
 color: #343a40;
 padding-right: 0 !important;
 overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: "Cerebri Sans","montserrat";
}
a {
 text-decoration: none !important;
 outline: none;
}
p {
 line-height: 1.7;
}
html {
 scroll-padding-top: 59px;
}
html, body{
 overscroll-behavior-y: none;
}
.row > * {
 position: relative;
}
@media (min-width: 1400px) {
 .container {
 max-width: 1140px;
 }
}
#preloader {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: #fff;
 z-index: 9999999;
}
#preloader #status {
 position: absolute;
 left: 50%;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}
.sk-chase {
 width: 50px;
 height: 50px;
 position: relative;
 -webkit-animation: sk-chase 3s infinite linear both;
 animation: sk-chase 3s infinite linear both;
}
.sk-chase-dot {
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 -webkit-animation: sk-chase-dot 2.0s infinite ease-in-out both;
 animation: sk-chase-dot 2.0s infinite ease-in-out both;
}
.sk-chase-dot:before {
 content: '';
 display: block;
 width: 25%;
 height: 25%;
 background-color: #1ce1ac;
 border-radius: 100%;
 -webkit-animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
 animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}
.sk-chase-dot:nth-child(1) {
 -webkit-animation-delay: -1.1s;
 animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2) {
 -webkit-animation-delay: -1.0s;
 animation-delay: -1.0s;
}
.sk-chase-dot:nth-child(3) {
 -webkit-animation-delay: -0.9s;
 animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4) {
 -webkit-animation-delay: -0.8s;
 animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5) {
 -webkit-animation-delay: -0.7s;
 animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6) {
 -webkit-animation-delay: -0.6s;
 animation-delay: -0.6s;
}
.sk-chase-dot:nth-child(1):before {
 -webkit-animation-delay: -1.1s;
 animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2):before {
 -webkit-animation-delay: -1.0s;
 animation-delay: -1.0s;
}
.sk-chase-dot:nth-child(3):before {
 -webkit-animation-delay: -0.9s;
 animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4):before {
 -webkit-animation-delay: -0.8s;
 animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5):before {
 -webkit-animation-delay: -0.7s;
 animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6):before {
 -webkit-animation-delay: -0.6s;
 animation-delay: -0.6s;
}
@-webkit-keyframes sk-chase {
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
 }
}
@keyframes sk-chase {
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
 }
}
@-webkit-keyframes sk-chase-dot {
 80%, 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
 }
}
@keyframes sk-chase-dot {
 80%, 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
 }
}
@-webkit-keyframes sk-chase-dot-before {
 50% {
 -webkit-transform: scale(0.4);
 transform: scale(0.4);
 }
 100%, 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
 }
}
@keyframes sk-chase-dot-before {
 50% {
 -webkit-transform: scale(0.4);
 transform: scale(0.4);
 }
 100%, 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
 }
}
.section {
 padding-top: 90px !important;
 padding-bottom: 90px !important;
 position: relative;
}
.section-sm {
 padding-top: 70px !important;
 padding-bottom: 70px !important;
 position: relative;
}
.bg-overlay {
 position: absolute;
 background-color: rgba(54, 64, 78, 0.85);
 top: 0;
 right: 0;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 100%;
}
.subtitle {
 color: #ffffff;
 border: 1px solid #3d3f45 ;
 border-radius: 100px;
 padding-top: 4px;
 padding-right: 15px;
 padding-bottom: 5px;
 padding-left: 15px;
 display: inline-block;
 background-color: #1c1d1f
}
.title {
 font-weight: 700;
 font-size: 30px;
 margin-top: 18px;
 line-height: 1.3;
 color: #ffffff;
}
.fw-semibold {
 font-weight: 600;
}
.fs-12 {
 font-size: 12px;
}
.fs-13 {
 font-size: 13px;
}
.fs-14 {
 font-size: 14px;
}
.fs-16 {
 font-size: 16px;
}
.fs-17 {
 font-size: 17px;
}
.fs-18 {
 font-size: 18px;
}
.fs-19 {
 font-size: 19px;
}
.fs-20 {
 font-size: 20px;
}
.fs-21 {
 font-size: 21px;
}
.fs-22 {
 font-size: 22px;
}
.fs-23 {
 font-size: 23px;
}
.fs-24 {
 font-size: 24px;
}
.fs-26 {
 font-size: 26px;
}
.text-light-custom {
 color: #a2aeb9;
}
.modal-backdrop {
 background-color: #000;
}
.shadow-lg {
 -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.2) !important;
 box-shadow: 0 5px 20px rgba(52, 58, 64, 0.2) !important;
}
.right-arrow {
 position: relative;
 top: 2px;
 line-height: 0;
}
.back-to-top-btn {
 position: fixed;
 padding: 0px 5px !important;
 bottom: 10px;
 right: 20px;
 display: none;
 text-align: center;
 border-radius: 3px;
}
.back-to-top-btn i {
 font-size: 22px;
 line-height: 30px;
}
#mkLightboxContainer {
 z-index: 999;
}
.btn {
 padding: 8px 24px;
 border: 1px solid;
 font-size: 16px;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
 font-family: "Mandali", "montserrat";
}
.btn.btn-sm {
 padding: 10px 22px;
}
.btn.btn-nav {
 padding: 6px 0; 
 margin: 0 20px; 
 font-size: 16px;
}
.btn.btn-lg {
 padding: 12px 28px;
 font-size: 17px;
}
.btn.btn-nav {
 padding: 0.5rem 1rem; 
 font-size: 1rem; 
}
.btn.btn-primary {
 position: relative;
 background: rgba(255,255,255,.04) !important;
 border: 1px solid rgba(72,220,255,.20) !important;
 color: #fff !important;
 border-radius: 14px;
 backdrop-filter: blur(20px);
 -webkit-backdrop-filter: blur(20px);
 box-shadow:
 0 10px 30px rgba(0,0,0,.25),
 0 0 30px rgba(72,220,255,.12);
 overflow: hidden;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.active {
 transform: translateY(-2px);
 border: 1px solid rgba(72,220,255,.45) !important;
 background: rgba(255,255,255,.07) !important;
 box-shadow:
 0 15px 40px rgba(0,0,0,.35),
 0 0 60px rgba(72,220,255,.25);
}
.btn.btn-primary::before{
 content:'';
 position:absolute;
 top:0;
 left:-120%;
 width:60%;
 height:100%;
 background:
 linear-gradient(
 90deg,
 transparent,
 rgba(255,255,255,.20),
 transparent
 );
 transition:left .8s ease;
}
.btn.btn-primary:hover::before{
 left:150%;
}
.btn.btn-outline-primary {
 border: 1px solid #1ce1ac !important;
 color: #1ce1ac !important;
}
.btn.btn-gradient-primary {
 background: -webkit-gradient(linear, left top, right top, from(#1ce1ac), to(#8cf1d6));
 background: linear-gradient(to right, #1ce1ac 0%, #8cf1d6 100%);
 border: none;
 color: #fff;
 -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
 box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-secondary {
 background-color: #536976 !important;
 border: 1px solid #536976 !important;
 color: #fff !important;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
 background-color: #4b5e6a !important;
 border: 1px solid #4b5e6a !important;
 -webkit-box-shadow: 0px 8px 12px 0px rgba(83, 105, 118, 0.25);
 box-shadow: 0px 8px 12px 0px rgba(83, 105, 118, 0.25);
}
.btn.btn-outline-secondary {
 border: 1px solid #536976 !important;
 color: #536976 !important;
}
.btn.btn-gradient-secondary {
 background: -webkit-gradient(linear, left top, right top, from(#536976), to(#94a8b4));
 background: linear-gradient(to right, #536976 0%, #94a8b4 100%);
 border: none;
 color: #fff;
 -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
 box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-info {
 background-color: #4bbbce !important;
 border: 1px solid #4bbbce !important;
 color: #fff !important;
}
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.focus, .btn.btn-info:active, .btn.btn-info.active {
 background-color: #3bb5ca !important;
 border: 1px solid #3bb5ca !important;
 -webkit-box-shadow: 0px 8px 12px 0px rgba(75, 187, 206, 0.25);
 box-shadow: 0px 8px 12px 0px rgba(75, 187, 206, 0.25);
}
.btn.btn-outline-info {
 border: 1px solid #4bbbce !important;
 color: #4bbbce !important;
}
.btn.btn-gradient-info {
 background: -webkit-gradient(linear, left top, right top, from(#4bbbce), to(#afe1e9));
 background: linear-gradient(to right, #4bbbce 0%, #afe1e9 100%);
 border: none;
 color: #fff;
 -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
 box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-warning {
 background-color: #ffc212 !important;
 border: 1px solid #ffc212 !important;
 color: #fff !important;
}
.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.focus, .btn.btn-warning:active, .btn.btn-warning.active {
 background-color: #fdbc00 !important;
 border: 1px solid #fdbc00 !important;
 -webkit-box-shadow: 0px 8px 12px 0px rgba(255, 194, 18, 0.25);
 box-shadow: 0px 8px 12px 0px rgba(255, 194, 18, 0.25);
}
.btn.btn-outline-warning {
 border: 1px solid #ffc212 !important;
 color: #ffc212 !important;
}
.btn.btn-gradient-warning {
 background: -webkit-gradient(linear, left top, right top, from(#ffc212), to(#ffe392));
 background: linear-gradient(to right, #ffc212 0%, #ffe392 100%);
 border: none;
 color: #fff;
 -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
 box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-success {
 background-color: #1ce1ac !important;
 border: 1px solid #1ce1ac !important;
 color: #fff !important;
}
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success.focus, .btn.btn-success:active, .btn.btn-success.active {
 background-color: #1acf9e !important;
 border: 1px solid #1acf9e !important;
 -webkit-box-shadow: 0px 8px 12px 0px rgba(28, 225, 172, 0.25);
 box-shadow: 0px 8px 12px 0px rgba(28, 225, 172, 0.25);
}
.btn.btn-outline-success {
 border: 1px solid #1ce1ac !important;
 color: #1ce1ac !important;
}
.btn.btn-gradient-success {
 background: -webkit-gradient(linear, left top, right top, from(#1ce1ac), to(#8cf1d6));
 background: linear-gradient(to right, #1ce1ac 0%, #8cf1d6 100%);
 border: none;
 color: #fff;
 -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
 box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-danger {
 background-color: #f24734 !important;
 border: 1px solid #f24734 !important;
 color: #fff !important;
}
.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.focus, .btn.btn-danger:active, .btn.btn-danger.active {
 background-color: #f13621 !important;
 border: 1px solid #f13621 !important;
 -webkit-box-shadow: 0px 8px 12px 0px rgba(242, 71, 52, 0.25);
 box-shadow: 0px 8px 12px 0px rgba(242, 71, 52, 0.25);
}
.btn.btn-outline-danger {
 border: 1px solid #f24734 !important;
 color: #f24734 !important;
}
.btn.btn-gradient-danger {
 background: -webkit-gradient(linear, left top, right top, from(#f24734), to(#fab4ac));
 background: linear-gradient(to right, #f24734 0%, #fab4ac 100%);
 border: none;
 color: #fff;
 -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
 box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-dark {
 background-color: #343a40 !important;
 border: 1px solid #343a40 !important;
 color: #fff !important;
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus, .btn.btn-dark:active, .btn.btn-dark.active {
 background-color: #2b3035 !important;
 border: 1px solid #2b3035 !important;
 -webkit-box-shadow: 0px 8px 12px 0px rgba(52, 58, 64, 0.25);
 box-shadow: 0px 8px 12px 0px rgba(52, 58, 64, 0.25);
}
.btn.btn-outline-dark {
 border: 1px solid #343a40 !important;
 color: #343a40 !important;
}
.btn.btn-gradient-dark {
 background: -webkit-gradient(linear, left top, right top, from(#343a40), to(#6d7a86));
 background: linear-gradient(to right, #343a40 0%, #6d7a86 100%);
 border: none;
 color: #fff;
 -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
 box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-light {
 background-color: #f8f9fa !important;
 border: 1px solid #f8f9fa !important;
 color: #fff !important;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
 background-color: #eceff2 !important;
 border: 1px solid #eceff2 !important;
 -webkit-box-shadow: 0px 8px 12px 0px rgba(248, 249, 250, 0.25);
 box-shadow: 0px 8px 12px 0px rgba(248, 249, 250, 0.25);
}
.btn.btn-outline-light {
 border: 1px solid #f8f9fa !important;
 color: #f8f9fa !important;
}
.btn.btn-gradient-light {
 background: -webkit-gradient(linear, left top, right top, from(#f8f9fa), to(white));
 background: linear-gradient(to right, #f8f9fa 0%, white 100%);
 border: none;
 color: #fff;
 -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
 box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-white {
 background-color: #fff !important;
 border: 1px solid #fff !important;
 color: #fff !important;
}
.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
 background-color: whitesmoke !important;
 border: 1px solid whitesmoke !important;
 -webkit-box-shadow: 0px 8px 12px 0px rgba(255, 255, 255, 0.25);
 box-shadow: 0px 8px 12px 0px rgba(255, 255, 255, 0.25);
}
.btn.btn-outline-white {
 border: 1px solid #fff !important;
 color: #fff !important;
}
.btn.btn-gradient-white {
 background: -webkit-gradient(linear, left top, right top, from(#fff), to(white));
 background: linear-gradient(to right, #fff 0%, white 100%);
 border: none;
 color: #fff;
 -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
 box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-light, .btn.btn-white {
 background-color: #fff;
 border: 1px solid #fff;
 color: #1ce1ac !important;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
 background-color: #ededed !important;
 border-color: #ededed !important;
}
.btn.btn-outline-light, .btn.btn-outline-white {
 border: 1px solid #fff !important;
 color: #fff !important;
 text-transform: uppercase;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white.focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active {
 background-color: #fff;
 color: #343a40 !important;
}
.modal .video-modal {
 border: 0;
 background-color: transparent;
}
.modal .video-modal .video-box {
 position: relative;
}
.modal .video-modal video {
 border-radius: 8px;
}
.modal .video-modal .btn-close {
 width: 26px;
 height: 26px;
 background-color: rgba(255, 255, 255, 0.5);
 border-radius: 6px;
 position: absolute;
 top: 10px;
 right: 10px;
 opacity: 0;
 z-index: 3;
}
.modal .video-modal .btn-close video:focus {
 outline: none;
}
.modal .video-modal:hover .btn-close {
 opacity: 0.5;
}
.modal .btn-close:focus {
 -webkit-box-shadow: none;
 box-shadow: none;
}
.card {
 border: none;
 -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
 box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.navbar-custom{
 position:fixed;
 top:15px;
 left:50%;
 transform:translateX(-50%);
 width:95%;
 max-width:1400px;
 padding:16px 28px;
 z-index:999;
 border-radius:18px;
 background:rgba(20,20,20,.55);
 border:1px solid rgba(72,220,255,.08);
 backdrop-filter:blur(20px);
 -webkit-backdrop-filter:blur(20px);
 box-shadow:
 0 10px 40px rgba(0,0,0,.25);
 transition:
 background .3s ease,
 box-shadow .3s ease,
 border-color .3s ease;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
 position: relative;
 line-height: 26px;
 color: #6c757d;
 font-size: 16px;
 display: inline-block;
 -webkit-transition: all .25s ease;
 transition: all 0.5s;
 background-color: transparent !important;
 padding: 6px 0;
 margin: 0 20px;
 font-weight: 500;
 font-family: "Mandali", "montserrat";
}
.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link.active {
 color:#48DCFF !important;
text-shadow:
 0 0 20px rgba(72,220,255,.35);
}
.navbar-custom .navbar-nav .nav-item .nav-link.active{
 color:#48DCFF !important;
 background:transparent;
 border:none;
 box-shadow:none;
}
.navbar-custom .navbar-nav .nav-item .nav-link.active::after{
 content:'';
 position:absolute;
 left:50%;
 bottom:-8px;
 transform:translateX(-50%);
 width:24px;
 height:4px;
 border-radius:999px;
 background:#48DCFF;
 box-shadow:
 0 0 12px rgba(72,220,255,.6);
}
.navbar-custom .navbar-nav .nav-item:last-child .nav-link {
 margin-right: 0;
}
.navbar-custom .navbar-nav .nav-link {
 padding-right: 0px;
 padding-left: 0px;
}
.navbar-toggler {
 font-size: 24px;
 margin-top: 5px;
 margin-bottom: 0px;
 color: #55C3C2;
}
.navbar-toggler:focus {
 outline: none;
 -webkit-box-shadow: none;
 box-shadow: none;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
 background-color: transparent;
 border-color: #337ab7;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link {
 color: #ced4da;
}
.navbar.navbar-light .logo .logo-dark {
 display: none;
}
.navbar.navbar-light .logo .logo-light {
 display: block;
}
.nav-sticky.navbar-custom {
 margin-top:0;
 padding:16px 28px !important;
 background:rgba(20,20,20,.55) !important;
 backdrop-filter:blur(20px);
 -webkit-backdrop-filter:blur(20px);
 border:1px solid rgba(255,255,255,.06);
 border-radius:18px;
 box-shadow:
 0 10px 40px rgba(0,0,0,.25);
 color:#55C3C2 !important;
}
.nav-sticky.navbar-custom .navbar-nav {
 margin-top: 0px !important;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link {
 color: #ffffff;
}
.logo {
 width: 150px;
 height: 50px;
}
.logo-small {
 width: 150px;
 height: 50px;
}
.logo-mobile {
 display: none;
}
@media (max-width: 991px) {
 .logo-desktop {
 display: none;
 }
 .logo-mobile {
 display: block;
 width: 40px;
 height: 36px;
 margin-top: 10px;
 }
}
.hero {
 padding: 0;
 margin: 0;
 box-sizing: border-box;
}
.wrapper {
 height: 100vh;
 overflow-y: auto;
 overflow-x: hidden;
 scrollbar-width: none; 
 -ms-overflow-style: none; 
}
.wrapper::-webkit-scrollbar {
 display: none; 
}
.hero {
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 height: 100%;
}
.services {
 z-index: 2;
}
.hero-container {
 position: relative;
 width: 100%;
 height: 100vh;
 background-color: rgba(0, 0, 0, 0.4);
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: hidden;
}
.hero-content {
 position: relative;
 width: 100%;
 height: 100%;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 text-align: center;
}
.centered-content {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 text-align: center;
}
.additional-content {
 margin-top: 200px; 
 text-align: center;
}
.hero-content h1 {
 font-size: clamp(20px, 8vw, 50px);
 color: #fff;
 word-break: keep-all;
}
.hero-title { 
 font-size: 0.8em; 
}
.hero-subtitle {
 display: block; 
 width: 100%; 
}
.hero-content p {
 margin-top: 5px;
 font-size: clamp(10px, 3vw, 16px);
 line-height: 1.5;
 word-break: keep-all;
}
.hero-content a {
 margin-top: 80px !important;
}
.background-clip {
 width: 100%;
 height: 100vh;
 position: absolute;
 right: 0;
 bottom: 0;
 z-index: -1;
 pointer-events:none;
 user-select:none;
 -webkit-user-select:none;
 object-fit: cover;
}
@media (max-width:991px){
 .background-clip{
 display:none;
 }
 .hero-container{
 background:
 radial-gradient(
 circle at 50% 30%,
 rgba(72,220,255,.15),
 transparent 45%
 ),
 radial-gradient(
 circle at 80% 80%,
 rgba(72,220,255,.08),
 transparent 35%
 ),
 linear-gradient(
 180deg,
 #0d1117 0%,
 #111827 100%
 );
 background-size:cover;
 background-position:center;
 }
}
.review-enclosing-box{
 position:relative;
 padding:20px 15px;
 background:
 rgba(255,255,255,.04);
 border:
 1px solid rgba(255,255,255,.08);
 border-radius:24px;
 backdrop-filter:blur(20px);
 -webkit-backdrop-filter:blur(20px);
 overflow:hidden;
 transition:
 transform .3s ease,
 box-shadow .3s ease;
 box-shadow:
 0 20px 50px rgba(0,0,0,.25);
}
.review-enclosing-box:hover{
 transform:
 translateY(-8px);
 box-shadow:
 0 30px 80px rgba(0,0,0,.35);
 border-color:
 rgba(72,220,255,.20);
}
.review-enclosing-box::before{
 content:'';
 position:absolute;
 width:400px;
 height:400px;
 top:-200px;
 right:-150px;
 border-radius:50%;
 background:
 radial-gradient(
 circle,
 rgba(72,220,255,.18) 0%,
 rgba(72,220,255,0) 70%
 );
 filter:blur(80px);
 pointer-events:none;
}
.profile-pic {
 width: 50px; 
 height: 50px; 
 border-radius: 50%; 
 object-fit: cover; 
 flex-shrink: 0; 
 margin-right: 15px; 
}
@media (max-width: 767.98px) { 
 .review-enclosing-box {
 margin-left: 15px; 
 margin-right: 15px; 
 padding-left: 15px;
 padding-right: 15px;
 }
 .review-enclosing-box .col-12 {
 padding-left: 0; 
 padding-right: 0; 
 }
 .review-enclosing-box iframe {
 width: 100%;
 height: 170px;
 }
 .reviewer-info {
 order: -1; 
 margin-top: 0 !important; 
 margin-bottom: 20px; 
 }
 .review-quote-text {
 text-align: center !important; 
 order: 0; 
 }
 .review-enclosing-box .d-flex.align-items-center.mt-3 {
 flex-direction: column; 
 text-align: center; 
 }
 .review-enclosing-box .d-flex.align-items-center.mt-3 .profile-pic {
 margin-right: 0; 
 margin-bottom: 10px; 
 }
 .review-enclosing-box .d-flex.align-items-center.mt-3 > div {
 text-align: center;
 }
}
@media (min-width: 200px) and (max-width: 991px) {
 .navbar-custom {
 margin-top:0;
 padding:12px 20px !important;
 background:rgba(20,20,20,.55) !important;
 backdrop-filter:blur(20px);
 -webkit-backdrop-filter:blur(20px);
 border:1px solid rgba(72,220,255,.08);
 color:#fff !important;
 display:flex;
 flex-direction:row;
 align-items:center;
 }
 .navbar-custom .navbar-nav {
 margin-top: 0px;
 }
 .navbar-custom .navbar-nav .nav-item .nav-link {
 -webkit-transition: all 0.4s;
 transition: all 0.4s;
 color: #fff !important;
 margin: 0px;
 }
 .navbar-custom .navbar-nav .nav-item.active .nav-link {
 border-color: transparent;
 }
 .navbar-custom > .container {
 width: 90%;
 }
 .navbar-toggler {
 font-size: 24px;
 margin-top: 0px;
 margin-bottom: 0px;
 color: #1c1d1f;
 }
 .navbar-toggler .mdi-menu {
 color: #ffffff; 
 }
 .navbar-collapse.fullscreen-menu{
 position:absolute;
 top:100%;
 left:0;
 width:100%;
 height:auto;
 margin-top:12px;
 padding:20px;
 border-radius:18px;
 background:rgba(20,20,20,.85);
 backdrop-filter:blur(20px);
 -webkit-backdrop-filter:blur(20px);
 border:1px solid rgba(72,220,255,.08);
 box-shadow:
 0 20px 60px rgba(0,0,0,.35);
 z-index:999;
 }
 .navbar-collapse.fullscreen-menu .navbar-nav{
 width:100%;
 display:flex;
 flex-direction:column;
 gap:10px;
 }
 .navbar-collapse.fullscreen-menu .nav-item {
 padding: 15px 0; 
 width: 100%; 
 }
 .navbar-collapse.fullscreen-menu .nav-link {
 font-size:18px;
 padding:12px 16px;
 border-radius:12px;
 text-align:center; 
 }
 .navbar-collapse.fullscreen-menu .navbar-toggler {
 position: absolute; 
 top: 20px;
 right: 20px;
 background: none; 
 border: none; 
 color: black; 
 font-size: 1.5em; 
 cursor: pointer;
 z-index: 1001; 
 }
 .navbar-collapse.fullscreen-menu .navbar-toggler i.mdi-menu::before {
 content: "\f59c"; 
 font-size: inherit; 
 }
 .navbar-collapse.fullscreen-menu .navbar-toggler-close {
 position: absolute; 
 top: 20px;
 right: 20px;
 background: none; 
 border: none; 
 color: #fff; 
 font-size: 1.5em; 
 cursor: pointer;
 z-index: 1001; 
 display: none; 
 }
 .navbar-collapse.fullscreen-menu .navbar-toggler-close i.mdi-close-thick {
 font-size: inherit; 
 }
 .navbar-toggler {
 display: block; 
 }
 .footer .footer-nav {
 text-align: center;
 margin-top: 25px;
 }
 .footer .footer-nav li {
 display: inline-block;
 margin: 0 10px;
 }
 .LinkFooterText {
 display: none;
 }
}
.footer {
 position: relative;
 padding: 50px 0 10px;
 border-top: 1px solid #6c757d;
}
.footer .footer-nav li {
 padding: 6px 0;
}
.footer .footer-nav li .footer-link {
 color: #6c757d;
 position: relative;
 -webkit-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}
.footer .footer-nav li .footer-link::after {
 content: "";
 background-color: #1ce1ac;
 position: absolute;
 top: 14px;
 left: 0;
 height: 5px;
 width: 0px;
 border-radius: 10px;
 -webkit-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}
.footer .footer-nav li .footer-link:hover {
 color: #343a40;
 padding-left: 12px;
}
.footer .footer-nav li .footer-link:hover::after {
 width: 05px;
}
.footer.bg-light {
 background-image: url("../images/footer-light-bg.png");
 background-repeat: no-repeat;
 background-position: bottom;
}
.footer .cta-content {
 position: absolute;
 top: -100px;
 left: 0;
 right: 0;
}
.footer .cta-content .cta-bg {
 background-image: url("../images/cta-bg.png");
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center center;
}
.footer .cta-content .subscribe-form {
 position: relative;
}
.footer .cta-content .subscribe-form .form-control {
 background-color: rgba(255, 255, 255, 0.12);
 padding: 8px 150px 8px 50px;
 border-radius: 4px;
 min-height: 62px;
 color: #fff;
 border-color: transparent;
}
.footer .cta-content .subscribe-form .form-control:focus {
 -webkit-box-shadow: none;
 box-shadow: none;
}
.footer .cta-content .subscribe-form .form-control::-webkit-input-placeholder {
 color: #fff;
 opacity: 0.3;
}
.footer .cta-content .subscribe-form .form-control:-ms-input-placeholder {
 color: #fff;
 opacity: 0.3;
}
.footer .cta-content .subscribe-form .form-control::-ms-input-placeholder {
 color: #fff;
 opacity: 0.3;
}
.footer .cta-content .subscribe-form .form-control::placeholder {
 color: #fff;
 opacity: 0.3;
}
.footer .cta-content .subscribe-form .form-icon {
 position: absolute;
 top: 50%;
 left: 16px;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 color: #fff;
 opacity: .3;
 font-size: 20px;
}
.footer .cta-content .subscribe-form .form-btn {
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 right: 8px;
}
.custom-form .form-control {
 height: 45px;
 padding: 0.375rem 1.1rem;
 font-size: 14px;
 border-width: 2px;
}
.custom-form .form-control:focus {
 outline: 0;
 -webkit-box-shadow: none;
 box-shadow: none;
}
.custom-form textarea.form-control {
 height: auto;
}
.form-control {
 background-color: #fafafa;
 border-color: #e2e7f1;
}
.form-control:focus {
 border-color: #ced4da;
}
.form-control:focus {
 outline: 0;
 -webkit-box-shadow: none;
 box-shadow: none;
}
.hero-agency {
 background-image: url("../images/agency/hero-bg.png");
 background-size: cover;
 width: 100%;
 padding: 200px 0 40px;
}
.hero-agency .hero-title-badge {
 display: inline-block;
 background-color: #f8f9fa;
 border: 1px solid #eceff2;
 padding: 2px 15px;
 color: #6c757d;
 border-radius: 3px;
}
.hero-agency .hero-title {
 font-size: 60px;
 color: #343a40;
 line-height: 1.25;
}
.about-icon {
 position: relative;
 z-index: 0;
 display: flex;
 justify-content: center;
 align-items: center;
}
.busi-container-filter li {
 list-style: none;
 display: inline-block;
}
.busi-container-filter li a {
 display: block;
 font-size: 16px;
 color: #6c757d;
 background-color: #f8f9fa;
 padding: 0px 15px;
 margin: 5px 3px;
 cursor: pointer;
 line-height: 34px;
 border-radius: 3px;
}
.filter-box {
 display: none;
}
.filter-box.show {
 display: block;
}
.filter-box .item-box {
 position: relative;
}
.filter-box .item-box .item-mask {
 position: absolute;
 top: 0;
 bottom: 0;
 right: 0;
 left: 0;
 cursor: pointer;
}
@media (max-width: 991px) {
 .filter-box.photography {
 display: none;
 }
 .filter-box.photography.show {
 display: flex !important;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 margin: 10px auto;
 width: 100%;
 max-width: 300px;
 }
}
.tab-active:hover {
 background-color: #eff1f5;
}
.tab-active.active {
 background-color: #55C3C2;
 color: #fff;
 -webkit-box-shadow: 0px 8px 12px 0px rgba(28, 225, 172, 0.25);
 box-shadow: 0px 8px 12px 0px rgba(28, 225, 172, 0.25);
}
#mkLightboxContainer #prevContainer, #mkLightboxContainer #nextContainer {
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 height: auto;
}
.clients-slider {
 margin: 20px auto; 
 overflow: hidden; 
 position: relative;
 -ms-overflow-style: none; 
 scrollbar-width: none; 
}
.clients-slider::before,
.clients-slider::after {
 content: "";
 position: absolute;
 top: 0;
 bottom: 0;
 width: 50px; 
 z-index: 2; 
 pointer-events: none; 
}
.clients-slider::before {
 left: 0;
 background: linear-gradient(to right, #1c1d1f, transparent); 
}
.clients-slider::after {
 right: 0;
 background: linear-gradient(to left, #1c1d1f, transparent); 
}
.clients-slider::-webkit-scrollbar {
 display: none; 
}
.testi-bg {
 background-color: rgba(255, 194, 18, 0.25);
}
.testi-bg .testi-row {
 width: 80%;
 margin: 0 auto;
}
.testi-bg .testi-row .clients-slider {
 padding: 20px 50px 50px; 
 margin: 0 -50px; 
}
.testi-bg .testi-row .clients-slider .swiper-wrapper .swiper-slide {
 padding: 0; 
 flex-shrink: 0; 
 width: auto; 
}
.testi-bg .testi-row .clients-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
 opacity: 1;
}
.testi-row .swiper-slide {
 height: auto; 
 display: flex;
 align-items: stretch; 
 justify-content: center; 
}
.testi-row .swiper-slide .card {
 height: 100%; 
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 padding: 20px; 
 border-radius: 10px; 
 overflow: hidden; 
 background-color: #1c1d1f;
 border: 2px solid #282727;
}
.testi-row .swiper-slide .card-body {
 flex-grow: 1; 
 display: flex;
 flex-direction: column;
 justify-content: center;
 text-align: center; 
}
.counter-content .counter_value {
 font-size: 40px;
}
.infinity-symbol {
 font-size: 1.25em; 
}
.team-bg {
 background-color: #1c1d1f;
 display: flex;
 flex-direction: column;
 align-items: center;
 text-align: center;
}
.team-bg img {
 margin-bottom: 10px;
}
#container3D {
 cursor: pointer;
}
@media (max-width: 991.98px) {
 .hero-agency {
 padding: 100px 0 0px;
 }
}
.hero-3 {
 position: relative;
 padding: 170px 0 130px;
 background-image: url("../images/heros/hero-3-bg.png");
 width: 100%;
 background-color: #1c1d1f;
 background-size: cover;
 background-repeat: no-repeat;
}
.hero-3 .hero-title {
 font-size: 3.3rem;
}
.hero-3 .hero-3-img img {
 width: 100%;
 border-radius: 48% 52% 66% 34% / 62% 60% 40% 38%;
 border: 10px solid rgba(255, 255, 255, 0.05);
}
.video-background {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 overflow: hidden;
 z-index: -1; 
}
.video-background video {
 width: 100%;
 height: 100%;
 object-fit: cover; 
 display: block; 
}
.video-container {
 transition: transform 0.3s ease, box-shadow 0.3s ease;
 border-radius: 8px;
 overflow: hidden; 
}
.video-container:hover {
 transform: scale(1.03); 
 box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); 
}
@media (min-width: 992px) { 
 #review .col-lg-6 .subtitle,
 #review .col-lg-6 .font-italic,
 #review .col-lg-6 .d-flex.align-items-center {
 text-align: left !important; 
 }
}
.content-wrapper {
 position: relative; 
 z-index: 1; 
 color: #fff; 
}
.play-btn {
 height: 60px;
 width: 60px;
 background: -webkit-gradient(linear, left top, right top, from(#1ce1ac), to(#4bbbce));
 background: linear-gradient(to right, #1ce1ac 0%, #4bbbce 100%);
 display: block;
 margin: 0 auto;
 line-height: 60px;
 border-radius: 50%;
 font-size: 34px;
 outline: 12px solid rgba(28, 225, 172, 0.12);
 position: relative;
}
.play-btn .play-icon {
 color: #fff;
}
.play-btn:before {
 content: "";
 position: absolute;
 width: 180%;
 height: 180%;
 -webkit-animation-delay: 0s;
 animation-delay: 0s;
 -webkit-animation: pulsate1 2s;
 animation: pulsate1 2s;
 -webkit-animation-direction: forwards;
 animation-direction: forwards;
 -webkit-animation-iteration-count: infinite;
 animation-iteration-count: infinite;
 -webkit-animation-timing-function: steps;
 animation-timing-function: steps;
 opacity: 1;
 border-radius: 50%;
 background-color: #1ce1ac;
 top: -40%;
 left: -40%;
 z-index: -1;
}
@-webkit-keyframes pulsate1 {
 0% {
 -webkit-transform: scale(0.6);
 transform: scale(0.6);
 opacity: 1;
 -webkit-box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
 box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
 }
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0;
 -webkit-box-shadow: none;
 box-shadow: none;
 }
}
@keyframes pulsate1 {
 0% {
 -webkit-transform: scale(0.6);
 transform: scale(0.6);
 opacity: 1;
 -webkit-box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
 box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
 }
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0;
 -webkit-box-shadow: none;
 box-shadow: none;
 }
}
@media (max-width: 991.98px) {
 .hero-2 {
 padding: 100px 0 50px;
 }
 .hero-3 {
 padding: 120px 0 80px;
 }
 .hero-4 {
 padding: 120px 0 0px;
 }
 .hero-5 {
 padding: 110px 0 70px;
 }
 .hero-6 {
 padding: 130px 0 90px;
 }
}
.vsl-section{
 position: relative;
 z-index: 5;
 padding-top: 80px;
 padding-bottom: 80px;
 overflow:hidden;
}
.vsl-section::before{
 content:'';
 position:absolute;
 width:1000px;
 height:1000px;
 left:50%;
 top:-600px;
 transform:translateX(-50%);
 background:
 radial-gradient(
 circle,
 rgba(72,220,255,.25) 0%,
 rgba(72,220,255,.10) 35%,
 rgba(72,220,255,0) 70%
 );
 filter:blur(120px);
 pointer-events:none;
}
.video-card{
 position:relative;
 max-width:900px;
 margin:0 auto;
 padding:28px;
 border-radius:24px;
 background: rgba(255,255,255,.04);
 border: 1px solid rgba(96,165,250,.12);
 -webkit-backdrop-filter:blur(20px);
 box-shadow:
 0 20px 60px rgba(0,0,0,.35),
 0 0 80px rgba(59,130,246,.08);
}
.video-card{
 transition:
 transform .25s ease,
 box-shadow .25s ease;
}
.video-card:hover{
 transform:translateY(-4px);
 box-shadow:
 0 30px 80px rgba(0,0,0,.45),
 0 0 100px rgba(72,220,255,.15);
}
.video-card-header{
 text-align:center;
 margin-bottom:24px;
}
.card-badge{
 display:inline-block;
 padding:6px 14px;
 border-radius:999px;
 border:1px solid rgba(255,255,255,.1);
 background:rgba(255,255,255,.04);
 color:#fff;
 font-size:13px;
 margin-bottom:16px;
}
.video-card-title{
 color:white;
 font-weight:700;
 margin-bottom:12px;
}
.video-card-description{
 color:rgba(255,255,255,.75);
 max-width:600px;
 margin:0 auto;
}
.video-card video{
 width:100%;
 aspect-ratio:16/9;
 object-fit:cover;
 display:block;
 border-radius:18px;
}
.vsl-section,
.section,
.services,
.portfolio,
.team {
 position: relative;
 z-index: 5;
 background: #1c1d1f;
}
.logo-desktop{
 width:150px;
 height:50px;
 object-fit:contain;
 display:block;
}
@media (max-width:991px){
 .navbar-collapse.fullscreen-menu{
 position:static !important;
 top:auto !important;
 left:auto !important;
 width:auto !important;
 height:auto !important;
 padding:20px !important;
 margin-top:15px !important;
 }
 .navbar-toggler-close{
 display:none !important;
 }
}
#review{
 position:relative;
 overflow:hidden;
}
#review::before{
 content:'';
 position:absolute;
 width:900px;
 height:500px;
 right:55%;
 top:60%;
 transform:translateY(-50%);
 background:
 radial-gradient(
 circle,
 rgba(72,220,255,.22) 0%,
 rgba(72,220,255,.10) 35%,
 rgba(72,220,255,.04) 55%,
 rgba(72,220,255,0) 75%
 );
 filter:blur(100px);
 pointer-events:none;
 z-index:0;
}
#about{
 position:relative;
}
#about::after{
 content:'';
 position:absolute;
 width:1000px;
 height:400px;
 left:65%;
 top:55%;
 transform:translate(-50%,-50%);
 border-radius:50%;
 background:
 radial-gradient(
 circle,
 rgba(58,233,255,.18) 0%,
 rgba(58,233,255,.10) 30%,
 rgba(0,120,255,.06) 55%,
 transparent 75%
 );
 filter:blur(120px);
 pointer-events:none;
 z-index:0;
}
#about .container{
 position:relative;
 z-index:1;
}
.services-grid{
 margin-top:70px;
}
.service-card{
 height:100%;
 padding:35px 25px;
 border-radius:24px;
 cursor:pointer;
 background:rgba(20,20,20,.45);
 border:1px solid rgba(72,220,255,.08);
 backdrop-filter:blur(18px);
 -webkit-backdrop-filter:blur(18px);
 transition:all .35s ease;
 text-align:center;
 position:relative;
 overflow:hidden;
}
.service-card:hover{
 transform:translateY(-10px);
 border-color:rgba(72,220,255,.25);
 box-shadow:
 0 20px 40px rgba(0,0,0,.25),
 0 0 50px rgba(72,220,255,.08);
}
.service-title{
 color:#fff;
 font-size:30px;
 margin-top:25px;
 margin-bottom:20px;
}
.service-description{
 color:#55C3C2;
 line-height:1.8;
}
.service-link{
 display:inline-block;
 margin-top:20px;
 color:#48DCFF;
 font-weight:600;
 opacity:.8;
 transition:.3s ease;
}
.service-card:hover .service-link{
 opacity:1;
 transform:translateX(5px);
}
@media (max-width:768px){
 .services-grid{
 display:grid;
 grid-template-columns:1fr 1fr;
 }
 .services-grid > div{
 width:100%;
 max-width:none;
 }
 .service-card{
 padding:20px 12px;
 }
 .service-title{
 font-size:18px;
 line-height:1.3;
 }
 .service-description{
 font-size:13px;
 line-height:1.5;
 }
}
#portfolio-showcase{
 margin-top:60px;
}
.featured-video{
 overflow:hidden;
 border:none;
 box-shadow:none;
 background:cyan;
 border-radius:24px;
 margin-bottom:30px;
 transition:
 width .6s cubic-bezier(.22,1,.36,1),
 max-width .6s cubic-bezier(.22,1,.36,1),
 padding .6s cubic-bezier(.22,1,.36,1),
 border-radius .6s cubic-bezier(.22,1,.36,1);
}
@media (max-width:768px){
 .featured-video iframe{
 height:220px !important;
 transition:
 width .6s cubic-bezier(.22,1,.36,1),
 height .6s cubic-bezier(.22,1,.36,1);
 }
}
.showcase-info{
 text-align:center;
 max-width:800px;
 margin:0 auto 40px;
}
#portfolio-tag{
 display:inline-block;
 padding:8px 18px;
 border-radius:999px;
 border:1px solid rgba(72,220,255,.15);
 color:#48DCFF;
 margin-bottom:20px;
}
#portfolio-title{
 color:white;
 margin-bottom:20px;
}
#portfolio-description{
 color:#bfc7d4;
}
.showcase-tabs{
 display:flex;
 justify-content:center;
 align-items:center;
 gap:0;
 width:fit-content;
 margin:30px auto;
 padding:6px;
 background:rgba(255,255,255,0.05);
 border:1px solid rgba(255,255,255,0.08);
 border-radius:18px;
 backdrop-filter:blur(20px);
 -webkit-backdrop-filter:blur(20px);
 box-shadow:
 inset 0 1px 0 rgba(255,255,255,0.05),
 0 10px 30px rgba(0,0,0,.25);
}
.showcase-tab{
 border:none;
 background:transparent;
 color:rgba(255,255,255,.75);
 padding:10px 22px;
 border-radius:14px;
 font-size:15px;
 font-weight:500;
 transition:.3s ease;
 cursor:pointer;
}
.showcase-tab.active{
 background:rgba(255,255,255,.12);
 color:#fff;
 box-shadow:
 0 2px 10px rgba(0,0,0,.25);
}
.showcase-tab:hover{
 color:#fff;
}
@media (max-width:768px){
 .showcase-tabs{
 width:100%;
 overflow-x:auto;
 flex-wrap:nowrap;
 justify-content:flex-start;
 scrollbar-width:none;
 padding:6px;
 margin-left:auto;
 margin-right:auto;
 }
 .showcase-tabs::-webkit-scrollbar{
 display:none;
 }
 .showcase-tab{
 flex-shrink:0;
 white-space:nowrap;
 }
}
.portfolio-carousel{
 position:relative;
 display:flex;
 align-items:flex-start;
 gap:20px;
}
.carousel-track{
display:flex;
 justify-content:flex-start;
 gap:24px;
 overflow-x:auto;
 scroll-behavior:smooth;
 scrollbar-width:none;
 flex:1;
}
.carousel-track::-webkit-scrollbar{
 display:none;
}
.carousel-track iframe{
 min-width:420px;
 height:240px;
 border-radius:18px;
}
.carousel-btn{
 width:50px;
 height:50px;
 border-radius:50%;
 border:none;
 background:rgba(72,220,255,.08);
 color:#48DCFF;
 font-size:22px;
 cursor:pointer;
}
#portfolio-showcase{
 background:rgba(255,255,255,.03);
 border:1px solid rgba(72,220,255,.08);
 border-radius:28px;
 padding:40px;
 backdrop-filter:blur(20px);
 -webkit-backdrop-filter:blur(20px);
}
#portfolio-grid.shorts-grid{
 display:flex;
 justify-content:flex-start;
 gap:24px;
 flex-wrap:nowrap;
 overflow-x:auto;
 padding:10px 20px 20px;
 scrollbar-width:none;
}
#portfolio-grid.shorts-grid::-webkit-scrollbar{
 display:none;
}
#portfolio-grid.shorts-grid iframe{
 width:240px;
 height:430px;
 flex-shrink:0;
 border-radius:20px;
}
@media(max-width:768px){
 #portfolio-grid{
 display:flex !important;
 justify-content:flex-start !important;
 align-items:flex-start !important;
 margin:0 !important;
 padding-left:0 !important;
 width:100% !important;
 }
 #portfolio-grid.shorts-grid{
 justify-content:flex-start;
 padding-left:20px;
 }
 #portfolio-grid.shorts-grid iframe{
 width:150px;
 height:320px;
 }
}
@media (max-width:768px){
 #portfolio-grid > *{
 scroll-snap-type:x mandatory;
 scroll-behavior:smooth;
 width:280px !important;
 flex:0 0 280px !important;
 }
 #portfolio-grid iframe{
 scroll-snap-align:start;
 width:100% !important;
 height:158px !important;
 min-width:280px !important;
 }
}
@media(max-width:768px){
 .portfolio-grid{
 display:flex !important;
 justify-content:flex-start !important;
 overflow-x:auto;
 padding-left:20px;
 padding-right:20px;
 scroll-padding-left:20px;
 }
}
.portfolio-carousel{
 position:relative;
 width:100%;
}
.carousel-arrow{
 position:absolute;
 top:50%;
 transform:translateY(-50%);
 width:52px;
 height:52px;
 border:none;
 border-radius:50%;
 background:rgba(20,25,32,.9);
 backdrop-filter:blur(20px);
 color:#ffffff;
 font-size:24px;
 display:flex;
 align-items:center;
 justify-content:center;
 cursor:pointer;
 z-index:50;
 transition:.25s ease;
 box-shadow:
 0 0 20px rgba(0,255,255,.12),
 inset 0 1px 1px rgba(255,255,255,.08);
}
.carousel-arrow:hover{
 transform:
 translateY(-50%)
 scale(1.08);
 background:#1d2730;
 box-shadow:
 0 0 30px rgba(58,233,255,.25);
}
.carousel-left{
 left:-20px;
}
.carousel-right{
 right:-20px;
}
@media(max-width:768px){
 .carousel-left{
 left:-30px;
 }
 .carousel-right{
 right:-30px;
 }
 .carousel-arrow{
 width:42px;
 height:42px;
 font-size:18px;
 }
}
.featured-video.shorts-mode{
 width:420px;
 max-width:100%;
 margin:0 auto;
 padding:0;
 background:none;
 box-shadow:none;
 border:none;
 min-height:auto;
}
.featured-video.shorts-mode iframe{
 width:100%;
 height:525px;
 border-radius:40px;
 display:block;
}
#projects{
 position:relative;
 overflow:hidden;
}
#projects::after{
 content:'';
 position:absolute;
 width:700px;
 height:700px;
 left:-250px;
 top:100px;
 border-radius:50%;
 background:
 radial-gradient(
 circle,
 rgba(58,233,255,.12) 0%,
 rgba(58,233,255,0) 70%
 );
 filter:blur(80px);
 pointer-events:none;
}
#projects::before{
 content:'';
 position:absolute;
 width:1400px;
 height:500px;
 left:50%;
 top:65%;
 transform:translate(-50%,-50%);
 border-radius:50%;
 background:
 radial-gradient(
 circle,
 rgba(0,220,255,.35) 0%,
 rgba(0,180,255,.20) 25%,
 rgba(0,120,255,.10) 50%,
 transparent 75%
 );
 filter:blur(140px);
 pointer-events:none;
 z-index:0;
}
#portfolio-showcase{
 transition:
 opacity .45s cubic-bezier(.22,1,.36,1),
 transform .45s cubic-bezier(.22,1,.36,1),
 filter .45s cubic-bezier(.22,1,.36,1);
}
#portfolio-showcase.switching{
 opacity:.35;
 transform:translateX(25px);
 filter:blur(10px);
}
.video-card video{
 position:relative;
 z-index:9999;
}
#case-hero{
 position:relative;
 padding:220px 0 140px;
 text-align:center;
 overflow:hidden;
}
#case-hero::before{
 content:'';
 position:absolute;
 width:1400px;
 height:600px;
 left:50%;
 top:50%;
 transform:translate(-50%,-50%);
 background:
 radial-gradient(
 circle,
 rgba(0,220,255,.25),
 transparent 70%
 );
 filter:blur(140px);
 pointer-events:none;
}
.case-title{
 font-size:clamp(48px,7vw,88px);
 color:#fff;
 font-weight:800;
 margin-top:20px;
}
.case-subtitle{
 max-width:700px;
 margin:auto;
 color:#9fb2bc;
 font-size:20px;
}
.featured-case-card{
 background:
 rgba(255,255,255,.04);
 border:
 1px solid rgba(255,255,255,.08);
 backdrop-filter:blur(20px);
 border-radius:32px;
 padding:30px;
 display:grid;
 grid-template-columns:
 1.2fr 1fr;
 gap:40px;
}
.featured-case-video iframe{
 width:100%;
 height:420px;
 border-radius:24px;
}
.case-metrics{
 display:flex;
 gap:20px;
 margin-top:30px;
}
.metric{
 flex:1;
 text-align:center;
 background:
 rgba(255,255,255,.03);
 border-radius:18px;
 padding:20px;
}
#case-selector{
 margin-top:60px;
 margin-bottom:60px;
 display:flex;
 justify-content:center;
}
.case-tabs{
 display:flex;
 gap:8px;
 padding:8px;
 background:
 rgba(255,255,255,.05);
 border:
 1px solid rgba(255,255,255,.08);
 border-radius:999px;
 backdrop-filter:blur(20px);
 width:max-content;
 margin:auto;
}
.case-tab:hover{
 color:white;
}
#case-content{
 padding:40px 0 120px;
}
.case-content-card{
 background:
 rgba(255,255,255,.04);
 border:
 1px solid rgba(255,255,255,.08);
 backdrop-filter:blur(20px);
 border-radius:32px;
 padding:40px;
 display:grid;
 grid-template-columns:
 1.1fr 1fr;
 gap:50px;
 position:relative;
 overflow:hidden;
}
#case-content{
 padding:40px 0 120px;
}
.case-content-card{
 background:
 rgba(255,255,255,.04);
 border:
 1px solid rgba(255,255,255,.08);
 backdrop-filter:blur(20px);
 border-radius:32px;
 padding:40px;
 display:grid;
 grid-template-columns:
 1.1fr 1fr;
 gap:50px;
 position:relative;
 overflow:hidden;
}
.case-content-card::before{
 content:'';
 position:absolute;
 width:700px;
 height:700px;
 left:50%;
 top:50%;
 transform:
 translate(-50%,-50%);
 border-radius:50%;
 background:
 radial-gradient(
 circle,
 rgba(0,220,255,.10),
 transparent 70%
 );
 filter:blur(120px);
 pointer-events:none;
}
.case-thumbnail img{
 width:100%;
 border-radius:24px;
 display:block;
 border:
 1px solid rgba(255,255,255,.08);
}
#case-category{
 color:#63e8ff;
 text-transform:uppercase;
 font-size:14px;
 letter-spacing:1px;
}
#case-name{
 color:white;
 font-size:52px;
 margin-top:12px;
 margin-bottom:30px;
 font-weight:700;
}
.case-block{
 margin-bottom:30px;
}
.case-block h4{
 color:white;
 font-size:22px;
 margin-bottom:10px;
}
.case-block p{
 color:#9fb2bc;
 line-height:1.8;
}
.featured-case-content h2{
 color:white;
 font-size:52px;
 font-weight:700;
}
.featured-case-content p{
 color:#9fb2bc;
 line-height:1.8;
}
.featured-tag{
 color:#63e8ff;
 text-transform:uppercase;
 font-size:14px;
 letter-spacing:1px;
}
.metric{
 background:
 rgba(255,255,255,.04);
 border:
 1px solid rgba(255,255,255,.08);
 border-radius:18px;
 padding:20px;
}
.metric h3{
 color:white;
 font-size:32px;
 margin-bottom:8px;
}
.metric span{
 color:#9fb2bc;
}
.case-content-card{
 transition:
 opacity .45s ease,
 transform .45s ease,
 filter .45s ease;
 will-change:
 opacity,
 transform;
}
.case-content-card.switching{
 opacity:0;
 transform:
 translateY(30px)
 scale(.97);
 filter:
 blur(8px);
}
#case-category,
.featured-tag{
 display:inline-block;
 color:#7ef2ff;
 font-size:13px;
 font-weight:700;
 letter-spacing:1.5px;
 text-transform:uppercase;
 padding:8px 14px;
 border-radius:999px;
 background:
 rgba(0,220,255,.08);
 border:
 1px solid rgba(0,220,255,.25);
 box-shadow:
 0 0 20px rgba(0,220,255,.12);
}
.case-tab{
 position:relative;
 z-index:2;
 border:none;
 background:transparent;
 color:#9fb2bc;
 padding:14px 24px;
 border-radius:999px;
 transition:.3s ease;
 cursor:pointer;
}
.case-tab.active{
 background:
 rgba(255,255,255,.08);
 color:#fff;
 box-shadow:
 0 0 20px rgba(0,220,255,.12);
}
.featured-case-card{
 transition:
 transform .45s ease,
 box-shadow .45s ease,
 border-color .45s ease;
}
.featured-case-card:hover{
 transform:
 translateY(-8px);
 border-color:
 rgba(0,220,255,.18);
 box-shadow:
 0 30px 60px rgba(0,0,0,.25),
 0 0 40px rgba(0,220,255,.08);
}
.case-content-card{
 transition:
 transform .45s ease,
 box-shadow .45s ease,
 border-color .45s ease;
}
.case-content-card:hover{
 transform:
 translateY(-8px);
 border-color:
 rgba(0,220,255,.18);
 box-shadow:
 0 30px 60px rgba(0,0,0,.25),
 0 0 40px rgba(0,220,255,.08);
}
.case-thumbnail{
 overflow:hidden;
 border-radius:24px;
}
.case-thumbnail img{
 transition:
 transform .6s ease;
}
.case-content-card:hover
.case-thumbnail img{
 transform:
 scale(1.05);
}
.featured-case-video iframe{
 transition:
 transform .5s ease;
}
.featured-case-card:hover
.featured-case-video iframe{
 transform:
 scale(1.015);
}
.featured-case-card::after,
.case-content-card::after{
 content:'';
 position:absolute;
 inset:0;
 border-radius:inherit;
 background:
 radial-gradient(
 circle at center,
 rgba(0,220,255,.08),
 transparent 70%
 );
 opacity:0;
 transition:.45s ease;
 pointer-events:none;
}
.featured-case-card:hover::after,
.case-content-card:hover::after{
 opacity:1;
}
.case-thumbnail iframe{
 width:100%;
 height:450px;
 border:none;
 border-radius:24px;
 display:block;
}
@media (max-width:768px){
 #case-content{
 padding:30px 0 80px;
 }
 .case-content-card{
 display:grid !important;
 grid-template-columns:1fr !important;
 gap:30px !important;
 padding:24px !important;
 border-radius:24px;
 }
 .case-thumbnail{
 width:100%;
 }
 .case-thumbnail img,
 .case-thumbnail iframe{
 width:100% !important;
 height:auto !important;
 aspect-ratio:16/9;
 border-radius:18px;
 }
 #case-name{
 font-size:34px !important;
 line-height:1.15;
 }
 #case-category{
 font-size:12px;
 }
 .case-block{
 margin-bottom:22px;
 }
 .case-block h4{
 font-size:18px;
 }
 .case-block p{
 font-size:15px;
 line-height:1.7;
 }
 .case-metrics{
 flex-direction:column !important;
 gap:12px !important;
 }
 .metric{
 width:100%;
 }
}
@media (max-width:768px){
 .case-tabs{
 max-width:100%;
 overflow-x:auto;
 scrollbar-width:none;
 }
 .case-tabs::-webkit-scrollbar{
 display:none;
 }
}
@media (max-width:768px){
 .featured-case-card{
 display:grid !important;
 grid-template-columns:1fr !important;
 gap:30px !important;
 padding:24px !important;
 }
 .featured-case-video{
 width:100%;
 order:1;
 }
 .featured-case-content{
 width:100%;
 order:2;
 }
 .featured-case-video iframe{
 width:100% !important;
 height:auto !important;
 aspect-ratio:16/9;
 border-radius:18px;
 }
}
#testimonial{
 position:relative;
 overflow:hidden;
}
#testimonial::before{
 content:'';
 position:absolute;
 width:1000px;
 height:500px;
 left:50%;
 top:0;
 transform:translate(-50%,-30%);
 background:
 radial-gradient(
 circle,
 rgba(72,220,255,.18) 0%,
 rgba(72,220,255,.08) 35%,
 rgba(72,220,255,0) 70%
 );
 filter:blur(120px);
 pointer-events:none;
 z-index:0;
}
#testimonial .container{
 position:relative;
 z-index:1;
}
.testi-row .swiper-slide .card{
 background:rgba(255,255,255,.04);
 border:1px solid rgba(255,255,255,.08);
 border-radius:24px;
 backdrop-filter:blur(20px);
 -webkit-backdrop-filter:blur(20px);
 box-shadow:0 20px 50px rgba(0,0,0,.25);
 transition:
 transform .3s ease,
 box-shadow .3s ease,
 border-color .3s ease;
}
.testi-row .swiper-slide .card:hover{
 transform:translateY(-8px);
 border-color:rgba(72,220,255,.2);
 box-shadow:
 0 30px 80px rgba(0,0,0,.35),
 0 0 60px rgba(72,220,255,.08);
}
.testi-row .swiper-slide .card h5,
.testi-row .swiper-slide .card h6{
 color:#fff;
}
.testi-row .swiper-slide .card h6{
 color:#48DCFF;
 font-weight:500;
}
.testi-row .swiper-slide .card .card-body img{
 opacity:.15;
}
#counter{
 position:relative;
 z-index:1;
}
#counter .col-sm-6{
 display:flex;
}
.counter-content{
 width:100%;
 padding:30px 20px;
 background:rgba(255,255,255,.04);
 border:1px solid rgba(255,255,255,.08);
 border-radius:20px;
 backdrop-filter:blur(20px);
 -webkit-backdrop-filter:blur(20px);
 box-shadow:0 20px 50px rgba(0,0,0,.25);
 transition:
 transform .3s ease,
 border-color .3s ease;
}
#counter .text-center.my-3{
 width:100%;
}
.counter-content:hover{
 transform:translateY(-6px);
 border-color:rgba(72,220,255,.2);
}
.counter-content h2{
 color:#fff;
 font-weight:700;
}
.counter-content .counter-name{
 color:rgba(255,255,255,.65) !important;
 letter-spacing:.5px;
}
#team{
 position:relative;
 overflow:hidden;
}
#team::before{
 content:'';
 position:absolute;
 width:900px;
 height:500px;
 left:50%;
 top:40%;
 transform:translate(-50%,-50%);
 background:
 radial-gradient(
 circle,
 rgba(72,220,255,.16) 0%,
 rgba(72,220,255,.07) 40%,
 rgba(72,220,255,0) 75%
 );
 filter:blur(120px);
 pointer-events:none;
 z-index:0;
}
#team .container{
 position:relative;
 z-index:1;
}
.footer{
 position:relative;
 overflow:hidden;
 border-top:none;
 padding-top:70px;
}
.footer::before{
 content:'';
 position:absolute;
 width:1100px;
 height:500px;
 left:50%;
 top:0;
 transform:translate(-50%,-60%);
 background:
 radial-gradient(
 circle,
 rgba(72,220,255,.10) 0%,
 rgba(72,220,255,.05) 40%,
 rgba(72,220,255,0) 75%
 );
 filter:blur(120px);
 pointer-events:none;
 z-index:0;
}
.footer .container{
 position:relative;
 z-index:1;
 padding:36px 40px;
 background:rgba(255,255,255,.03);
 border:1px solid rgba(255,255,255,.08);
 border-radius:28px;
 backdrop-filter:blur(20px);
 -webkit-backdrop-filter:blur(20px);
 box-shadow:0 20px 50px rgba(0,0,0,.25);
}
.footer .footer-nav li .footer-link{
 color:rgba(255,255,255,.65);
}
.footer .footer-nav li .footer-link::after{
 background-color:#48DCFF;
}
.footer .footer-nav li .footer-link:hover{
 color:#fff;
}
.footer .LinkFooterText{
 color:#fff;
}
.footer + .bg-dark.text-center.text-muted,
.footer ~ .bg-dark.text-center.text-muted{
 position:relative;
 z-index:1;
 padding:18px 0 24px;
 color:rgba(255,255,255,.45);
}
@media (max-width:768px){
 .footer .container{
 padding:28px 20px;
 border-radius:22px;
 }
 .team-bg{
 max-width:280px;
 padding:30px 20px;
 }
 .counter-content{
 padding:22px 14px;
 }
}
#testimonial::before{
 width:700px;
 height:700px;
 left:50%;
 top:50%;
 transform:translate(-50%,-50%);
 background:
 radial-gradient(
 circle closest-side,
 rgba(72,220,255,.18) 0%,
 rgba(72,220,255,.08) 40%,
 rgba(72,220,255,0) 72%
 );
 filter:blur(90px);
}
#team::before{
 width:700px;
 height:700px;
 left:50%;
 top:42%;
 transform:translate(-50%,-50%);
 background:
 radial-gradient(
 circle closest-side,
 rgba(72,220,255,.16) 0%,
 rgba(72,220,255,.07) 40%,
 rgba(72,220,255,0) 72%
 );
 filter:blur(90px);
}
.footer{
 padding-top:80px;
 padding-bottom:50px;
}
.footer::before{
 width:700px;
 height:700px;
 left:50%;
 top:38%;
 transform:translate(-50%,-50%);
 background:
 radial-gradient(
 circle closest-side,
 rgba(72,220,255,.10) 0%,
 rgba(72,220,255,.05) 40%,
 rgba(72,220,255,0) 72%
 );
 filter:blur(90px);
}
.clients-slider{
 padding-top:22px;
 padding-bottom:6px;
}
.testi-row .swiper-slide .card:hover{
 transform:translateY(-6px);
}
#counter .text-center.my-3{
 width:100%;
 display:flex;
}
.counter-content{
 width:100%;
 display:flex;
 flex-direction:column;
 justify-content:center;
 align-items:center;
}
.team-carousel-wrapper{
 margin-top:50px;
}
.team-track{
 padding:28px 4px 14px;
}
.team-card{
 flex-shrink:0;
 width:230px;
 border-radius:22px;
 background:rgba(255,255,255,.04);
 border:1px solid rgba(255,255,255,.08);
 backdrop-filter:blur(20px);
 -webkit-backdrop-filter:blur(20px);
 box-shadow:0 20px 50px rgba(0,0,0,.25);
 overflow:hidden;
 transition:
 transform .35s ease,
 box-shadow .35s ease,
 border-color .35s ease;
}
.team-card:hover{
 transform:translateY(-6px) scale(1.04);
 border-color:rgba(72,220,255,.25);
 box-shadow:
 0 30px 70px rgba(0,0,0,.35),
 0 0 50px rgba(72,220,255,.12);
 z-index:2;
}
.team-card-photo{
 position:relative;
 width:100%;
 aspect-ratio:3/4;
 overflow:hidden;
 background:rgba(255,255,255,.03);
}
.team-card-photo img{
 width:100%;
 height:100%;
 object-fit:cover;
 object-position:top center;
 display:block;
}
.team-photo-placeholder{
 display:flex;
 align-items:center;
 justify-content:center;
 background:
 radial-gradient(
 circle at 30% 30%,
 rgba(72,220,255,.35),
 rgba(72,220,255,.08)
 );
}
.team-photo-placeholder span{
 color:#fff;
 font-size:56px;
 font-weight:700;
}
.team-card-info{
 padding:18px 16px 22px;
 text-align:center;
}
.team-card-info h5{
 color:#fff;
 margin-bottom:4px;
}
.team-card-info p{
 color:rgba(255,255,255,.6);
 font-size:14px;
 margin-bottom:12px;
}
.team-card-info .libutton{
 margin:0 auto;
}
@media (max-width:768px){
 .team-card{
 width:190px;
 }
 .team-photo-placeholder span{
 font-size:44px;
 }
}
.libutton{
 display:flex;
 flex-direction:column;
 justify-content:center;
 margin:0 auto;
 padding:7px;
 text-align:center;
 outline:none;
 text-decoration:none !important;
 color:#ffffff !important;
 width:200px;
 height:32px;
 border-radius:16px;
 background-color:#0A66C2;
 font-family:"SF Pro Text",Helvetica,sans-serif;
}
.footer-tagline{
 color:rgba(255,255,255,.65);
 max-width:320px;
 margin:0 auto 14px;
 line-height:1.6;
}
@media (min-width:992px){
 .footer-tagline{
 margin:0 0 14px;
 }
}
.footer-email{
 color:rgba(255,255,255,.85);
 transition:color .3s ease;
}
.footer-email:hover{
 color:#48DCFF;
}
.footer-social img{
 opacity:.8;
 transition:opacity .3s ease;
}
.footer-social a:hover img{
 opacity:1;
}
.footer-cta-text{
 color:rgba(255,255,255,.65);
 margin-bottom:18px;
}
.footer-cta-btn{
 display:inline-block;
}
.footer-divider{
 height:1px;
 margin:36px 0 24px;
 background:
 linear-gradient(
 to right,
 rgba(255,255,255,0),
 rgba(255,255,255,.12),
 rgba(255,255,255,0)
 );
}
.footer-copyright{
 color:rgba(255,255,255,.4);
 font-size:14px;
}
.calendly-section{
 position:relative;
 overflow:hidden;
 padding:80px 0;
}
.calendly-section::before{
 content:'';
 position:absolute;
 width:700px;
 height:700px;
 left:50%;
 top:50%;
 transform:translate(-50%,-50%);
 background:
 radial-gradient(
 circle closest-side,
 rgba(72,220,255,.14) 0%,
 rgba(72,220,255,.06) 40%,
 rgba(72,220,255,0) 72%
 );
 filter:blur(90px);
 pointer-events:none;
 z-index:0;
}
.calendly-section .container{
 position:relative;
 z-index:1;
}
.calendly-glass-frame{
 max-width:900px;
 margin:0 auto;
 padding:16px;
 background:rgba(255,255,255,.04);
 border:1px solid rgba(255,255,255,.08);
 border-radius:28px;
 backdrop-filter:blur(20px);
 -webkit-backdrop-filter:blur(20px);
 box-shadow:0 20px 50px rgba(0,0,0,.25);
 overflow:hidden;
}
.calendly-glass-frame .calendly-inline-widget{
 border-radius:18px;
 overflow:hidden;
}
@media (max-width:768px){
 .calendly-glass-frame{
 padding:10px;
 border-radius:22px;
 }
}
.case-cta-section{
 position:relative;
 overflow:hidden;
 padding:100px 0;
}
.case-cta-section::before{
 content:'';
 position:absolute;
 width:700px;
 height:700px;
 left:50%;
 top:50%;
 transform:translate(-50%,-50%);
 background:
 radial-gradient(
 circle closest-side,
 rgba(72,220,255,.16) 0%,
 rgba(72,220,255,.07) 40%,
 rgba(72,220,255,0) 72%
 );
 filter:blur(90px);
 pointer-events:none;
 z-index:0;
}
.case-cta-card{
 position:relative;
 z-index:1;
 max-width:760px;
 margin:0 auto;
 padding:60px 40px;
 text-align:center;
 background:rgba(255,255,255,.04);
 border:1px solid rgba(255,255,255,.08);
 border-radius:32px;
 backdrop-filter:blur(20px);
 -webkit-backdrop-filter:blur(20px);
 box-shadow:0 20px 60px rgba(0,0,0,.35);
}
.case-cta-title{
 color:#fff;
 font-size:clamp(28px,4vw,40px);
 font-weight:800;
 margin:18px 0 14px;
}
.case-cta-text{
 color:rgba(255,255,255,.7);
 margin-bottom:28px;
}
.case-cta-stats{
 display:flex;
 justify-content:center;
 flex-wrap:wrap;
 gap:40px;
 margin-top:44px;
 padding-top:32px;
 border-top:1px solid rgba(255,255,255,.08);
}
.case-cta-stat h3{
 color:#fff;
 font-size:32px;
 font-weight:700;
 margin-bottom:4px;
}
.case-cta-stat span{
 color:rgba(255,255,255,.6);
 font-size:13px;
 letter-spacing:.5px;
 text-transform:uppercase;
}
@media (max-width:768px){
 .case-cta-card{
 padding:40px 24px;
 border-radius:24px;
 }
 .case-cta-stats{
 gap:24px 32px;
 }
}
.hero-content{
 height:auto;
 min-height:100%;
 padding:140px 24px 60px;
}
.hero-grid{
 width:100%;
 max-width:1200px;
 margin:0 auto;
 display:grid;
 grid-template-columns:1.05fr .95fr;
 gap:60px;
 align-items:center;
}
.hero-text{
 text-align:left;
}
.hero-text h1{
 text-align:left;
}
.hero-text p{
 text-align:left;
 max-width:480px;
}
.hero-content a.hero-cta{
 margin-top:28px !important;
}
.hero-trust{
 margin-top:46px;
}
.hero-trust-label{
 display:block;
 margin-bottom:14px;
 color:rgba(255,255,255,.5);
 font-size:13px;
 letter-spacing:.5px;
 text-transform:uppercase;
}
.hero-trust-logos{
 display:flex;
 flex-wrap:wrap;
 align-items:center;
 gap:22px 28px;
}
.hero-trust-logo{
 color:rgba(255,255,255,.55);
 font-size:15px;
 font-weight:600;
 opacity:.85;
 transition:opacity .3s ease, color .3s ease;
}
.hero-trust-logo:hover{
 color:#fff;
 opacity:1;
}
.hero-trust-logo-img{
 height:24px;
 opacity:.7;
 filter:grayscale(1) brightness(2);
 transition:opacity .3s ease;
}
.hero-trust-logo-img:hover{
 opacity:1;
}
.hero-video .video-card{
 margin:0;
}
@media (max-width:991px){
 .hero-content{
 padding:120px 20px 50px;
 }
 .hero-grid{
 grid-template-columns:1fr;
 gap:40px;
 }
 .hero-text,
 .hero-text h1,
 .hero-text p{
 text-align:center;
 }
 .hero-text p{
 margin-left:auto;
 margin-right:auto;
 }
 .hero-trust-logos{
 justify-content:center;
 }
}
#case-carousel-section{
 padding:40px 0 60px;
}
.case-carousel-wrapper{
 display:flex;
 align-items:center;
 gap:18px;
}
.case-carousel-arrow{
 flex-shrink:0;
 width:52px;
 height:52px;
 border:1px solid rgba(255,255,255,.1);
 border-radius:50%;
 background:rgba(20,25,32,.9);
 backdrop-filter:blur(20px);
 color:#fff;
 display:flex;
 align-items:center;
 justify-content:center;
 cursor:pointer;
 transition:background .25s ease, border-color .25s ease, transform .25s ease;
}
.case-carousel-arrow:hover{
 background:rgba(72,220,255,.15);
 border-color:rgba(72,220,255,.3);
 transform:scale(1.06);
}
.case-carousel-arrow.swiper-button-disabled{
 opacity:.3;
 cursor:default;
}
.case-carousel-arrow.swiper-button-disabled:hover{
 transform:none;
}
.case-swiper{
 width:100%;
 min-width:0;
 overflow-x:hidden !important;
 overflow-y:visible !important;
 padding:36px 4px 30px;
}
.case-row-card{
 width:min(780px, 92vw);
 display:flex;
 flex-wrap:wrap;
 border-radius:28px;
 background:rgba(255,255,255,.04);
 border:1px solid rgba(255,255,255,.08);
 backdrop-filter:blur(20px);
 -webkit-backdrop-filter:blur(20px);
 transition:
 transform .3s ease,
 background .3s ease,
 border-color .3s ease;
}
.case-row-card:hover{
 transform:translateY(-4px) scale(1.015);
 background:rgba(255,255,255,.07);
 border-color:rgba(72,220,255,.25);
}
.case-row-video{
 position:relative;
 width:380px;
 flex-shrink:0;
 aspect-ratio:16/9;
 border-radius:28px 0 0 28px;
 overflow:hidden;
}
.case-row-video iframe{
 width:100%;
 height:100%;
 border:none;
}
.case-row-more-videos{
 position:absolute;
 bottom:10px;
 right:10px;
 display:flex;
 gap:6px;
 z-index:2;
}
.case-row-more-videos img{
 width:48px;
 height:30px;
 object-fit:cover;
 border-radius:6px;
 border:1px solid rgba(255,255,255,.4);
 box-shadow:0 4px 10px rgba(0,0,0,.4);
}
.case-row-content{
 flex:1;
 min-width:280px;
 padding:32px 34px;
}
.case-row-content h3{
 color:#fff;
 font-size:26px;
 font-weight:700;
 margin:12px 0 12px;
}
.case-row-content p{
 color:rgba(255,255,255,.65);
 font-size:15px;
 line-height:1.65;
 margin-bottom:16px;
}
.case-row-points{
 list-style:none;
 margin:0 0 16px;
 padding:0;
 display:flex;
 flex-direction:column;
 gap:7px;
}
.case-row-points li{
 position:relative;
 padding-left:18px;
 color:rgba(255,255,255,.6);
 font-size:13.5px;
 line-height:1.5;
}
.case-row-points li::before{
 content:'';
 position:absolute;
 left:0;
 top:7px;
 width:6px;
 height:6px;
 border-radius:50%;
 background:#48DCFF;
}
.case-row-metrics{
 display:flex;
 flex-wrap:wrap;
 gap:14px 22px;
}
.case-row-metrics span{
 color:rgba(255,255,255,.55);
 font-size:13px;
}
.case-row-metrics strong{
 color:#fff;
 font-weight:700;
}
@media (max-width:768px){
 .case-carousel-wrapper{
 gap:18px;
 }
 .case-row-card{
 width:min(340px, 88vw);
 flex-direction:column;
 overflow:hidden;
 }
 .case-carousel-arrow{
 width:42px;
 height:42px;
 }
 .case-row-video{
 width:100%;
 border-radius:28px 28px 0 0;
 }
 .case-row-content{
 width:100%;
 min-width:0;
 padding:24px 22px;
 }
 .case-row-content p,
 .case-row-points li{
 overflow-wrap:break-word;
 word-break:break-word;
 }
 .case-row-metrics{
 width:100%;
 }
}
.hero-backdrop{
 position:absolute;
 inset:0;
 z-index:-1;
 background:
 radial-gradient(circle at 18% 20%, rgba(72,220,255,.16) 0%, rgba(72,220,255,0) 45%),
 radial-gradient(circle at 85% 75%, rgba(85,195,194,.14) 0%, rgba(85,195,194,0) 50%),
 linear-gradient(180deg, #15171a 0%, #0e0f11 100%);
}
.hero-backdrop::before{
 content:'';
 position:absolute;
 inset:0;
 background-image:
 linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
 linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
 background-size:48px 48px;
 -webkit-mask-image:radial-gradient(circle at 50% 30%, rgba(0,0,0,.9) 0%, transparent 70%);
 mask-image:radial-gradient(circle at 50% 30%, rgba(0,0,0,.9) 0%, transparent 70%);
}
.hero-trust{
 display:flex;
 flex-direction:column;
 gap:12px;
}
.hero-trust-avatars{
 display:flex;
 align-items:center;
}
.hero-trust-avatar{
 width:44px;
 height:44px;
 margin-left:-12px;
 display:flex;
 align-items:center;
 justify-content:center;
 border-radius:50%;
 border:2px solid #14161a;
 background:linear-gradient(135deg, var(--c, #48DCFF), rgba(0,0,0,.3));
 color:#fff;
 font-size:15px;
 font-weight:700;
 transition:transform .25s ease, z-index .25s ease;
}
.hero-trust-avatar:first-child{
 margin-left:0;
}
.hero-trust-avatar:hover{
 transform:translateY(-4px);
 z-index:2;
}
.hero-trust-avatar img{
 width:100%;
 height:100%;
 object-fit:cover;
 border-radius:50%;
}
.hero-trust-more{
 background:rgba(255,255,255,.08);
 color:rgba(255,255,255,.75);
 font-size:13px;
 font-weight:700;
}
.hero-trust-label{
 color:rgba(255,255,255,.5);
 font-size:13px;
 letter-spacing:.3px;
}
.hero-text{
 position:relative;
 padding:30px 10px 0 0;
}
.hero-heading-serif{
 font-family:'Fraunces', 'Georgia', serif !important;
 letter-spacing:-.01em;
 line-height:1.08;
}
.hero-heading-serif .hero-title{
 font-weight:300 !important;
 color:rgba(255,255,255,.85);
}
.hero-heading-serif .hero-subtitle{
 font-style:italic;
 font-weight:500 !important;
}
.hero-thumb-collage{
 position:absolute;
 inset:0;
 pointer-events:none;
 z-index:0;
}
.hero-thumb{
 position:absolute;
 width:74px;
 height:auto;
 border-radius:16px;
 border:2px solid rgba(255,255,255,.12);
 box-shadow:0 12px 30px rgba(0,0,0,.4);
 opacity:.9;
}
.hero-thumb-1{
 top:-26px;
 left:38%;
 transform:rotate(-6deg);
}
.hero-thumb-2{
 top:18px;
 right:-10px;
 width:62px;
 transform:rotate(8deg);
}
.hero-thumb-3{
 bottom:-30px;
 left:8%;
 width:64px;
 transform:rotate(-4deg);
}
.hero-single h1,
.hero-single p,
.hero-single a,
.hero-single .hero-trust{
 position:relative;
 z-index:2;
}
@media (max-width:991px){
 .hero-thumb-collage{
 display:none;
 }
 .hero-text{
 padding:0;
 }
}
.hero-single{
 position:relative;
 max-width:780px;
 margin:0 auto;
 text-align:center;
}
.hero-single h1,
.hero-single > p{
 text-align:center;
}
.hero-single-p{
 max-width:520px;
 margin-left:auto;
 margin-right:auto;
}
.hero-trust-centered{
 align-items:center;
}
.hero-trust-centered .hero-trust-avatars{
 justify-content:center;
}
.hero-single .hero-thumb-collage{
 inset:auto;
 width:100%;
 height:100%;
 position:absolute;
 top:0;
 left:0;
}
.hero-thumb-4{
 top:60%;
 right:2%;
 width:58px;
 transform:rotate(10deg);
}
.hero-thumb-3{
 bottom:6%;
 left:-2%;
}
@media (max-width:991px){
 .hero-single{
 padding:0 12px;
 }
}
.hero-content{
 padding:110px 24px 50px;
}
.hero-single{
 max-width:920px;
}
.hero-content h1.hero-heading-serif{
 font-size:clamp(40px, 7vw, 92px) !important;
 margin-bottom:6px;
}
.hero-single-p{
 max-width:560px;
 font-size:clamp(15px, 2vw, 19px) !important;
}
.hero-trust-avatar{
 width:50px;
 height:50px;
 font-size:17px;
}
.hero-trust-label{
 font-size:14px;
}
.hero-thumb-collage{
 z-index:0;
}
.hero-thumb{
 width:140px;
 height:auto;
 opacity:.55;
 -webkit-mask-image:linear-gradient(135deg, rgba(0,0,0,1) 40%, rgba(0,0,0,.35) 100%);
 mask-image:linear-gradient(135deg, rgba(0,0,0,1) 40%, rgba(0,0,0,.35) 100%);
 transition:transform .25s ease-out;
}
.hero-thumb-1{
 top:-150px;
 left:-34%;
 width:380px;
 opacity:.65;
 transform:rotate(-8deg);
}
.hero-thumb-2{
 top:-130px;
 right:-38%;
 width:260px;
 opacity:.4;
 transform:rotate(10deg);
}
.hero-thumb-3{
 bottom:-110px;
 left:-32%;
 width:200px;
 height:320px;
 object-fit:cover;
 object-position:center;
 opacity:.55;
 transform:rotate(-5deg);
}
.hero-thumb-4{
 top:80%;
 right:-40%;
 width:220px;
 opacity:.35;
 transform:rotate(12deg);
}
.hero-thumb-5{
 top:-8%;
 right:-95%;
 width:120px;
 height:200px;
 object-fit:cover;
 object-position:center;
 opacity:.28;
 transform:rotate(7deg);
}
.hero-thumb-6{
 bottom:-14%;
 left:-95%;
 width:90px;
 opacity:.25;
 transform:rotate(-9deg);
}
.hero-thumb-7{
 top:-6%;
 left:-95%;
 width:80px;
 opacity:.22;
 transform:rotate(6deg);
}
@media (max-width:991px){
 .hero-content{
 padding:100px 20px 40px;
 }
}
.hero-content a.hero-cta{
 margin-top:0 !important;
}
.hero-content a.hero-case-link{
 margin-top:30px !important;
 margin-bottom:18px !important;
}
.hero-case-link{
 display:inline-flex;
 align-items:center;
 gap:6px;
 color:rgba(255,255,255,.7);
 font-size:14px;
 font-weight:600;
 letter-spacing:.2px;
 text-decoration:underline;
 text-decoration-color:rgba(72,220,255,.4);
 text-underline-offset:4px;
 transition:color .25s ease, text-decoration-color .25s ease;
}
.hero-case-link:hover{
 color:#fff;
 text-decoration-color:#48DCFF;
}
.hero-case-link-arrow{
 display:inline-block;
 transition:transform .25s ease;
}
.hero-case-link:hover .hero-case-link-arrow{
 transform:translateX(3px);
}
.hero-cta-row{
 display:flex;
 flex-wrap:wrap;
 justify-content:center;
 align-items:center;
 gap:16px;
}
@media (max-width:480px){
 .hero-cta-row{
 flex-direction:column;
 width:100%;
 }
 .hero-cta-row .btn{
 width:100%;
 }
}
@media (max-width:480px){
 .hero-content h1.hero-heading-serif{
 font-size:clamp(30px, 9vw, 44px) !important;
 line-height:1.15;
 }
 .hero-single-p{
 font-size:14px !important;
 margin-top:14px !important;
 }
 .hero-content a.hero-case-link{
 margin-top:22px !important;
 margin-bottom:14px !important;
 }
 .hero-trust{
 margin-top:30px;
 }
}
.cursor-glow-target{
 position:relative;
}
.cursor-lag-glow{
 position:absolute;
 top:0;
 left:0;
 width:18px;
 height:18px;
 aspect-ratio:1/1;
 margin-left:-9px;
 margin-top:-9px;
 border-radius:50%;
 background:#48DCFF;
 box-shadow:0 0 10px rgba(72,220,255,.8);
 pointer-events:none;
 opacity:0;
 transition:opacity .3s ease;
 z-index:6;
 will-change:transform;
}
.cursor-lag-glow.is-active{
 opacity:1;
}
.service-card,
.video-card,
.team-card,
.case-row-card,
.counter-content,
.testi-row .card,
.case-cta-card,
.metric,
.featured-case-card,
.calendly-glass-frame,
#portfolio-showcase{
 overflow:hidden;
}
.seo-hero-title{
 max-width:900px;
 margin:0 auto;
}
.seo-h1-accent{
 color:#55C3C2;
}
.seo-hero-cta{
 display:flex;
 flex-wrap:wrap;
 align-items:center;
 justify-content:center;
 gap:22px;
 margin-top:34px;
}
.seo-hero-link{
 color:rgba(255,255,255,.7);
 font-size:14px;
 font-weight:600;
 text-decoration:underline;
 text-decoration-color:rgba(72,220,255,.4);
 text-underline-offset:4px;
 transition:color .25s ease;
}
.seo-hero-link:hover{
 color:#48DCFF;
}
.reveal{
 opacity:0;
 transform:translateY(22px);
 transition:opacity .6s ease, transform .6s ease;
}
.reveal.is-visible{
 opacity:1;
 transform:translateY(0);
}
.seo-intro-section{
 padding:70px 0 30px;
}
.seo-intro{
 max-width:780px;
 margin:0 auto;
 text-align:center;
}
.seo-intro h2{
 color:#fff;
 font-size:clamp(24px,3.4vw,36px);
 font-weight:700;
 line-height:1.3;
 margin-bottom:18px;
}
.seo-intro p{
 color:rgba(255,255,255,.65);
 font-size:16px;
 line-height:1.75;
}
.seo-features-section{
 position:relative;
 overflow:hidden;
 padding:60px 0 70px;
}
.seo-features-section::before{
 content:'';
 position:absolute;
 width:700px;
 height:700px;
 left:50%;
 top:50%;
 transform:translate(-50%,-50%);
 background:radial-gradient(circle closest-side, rgba(72,220,255,.14) 0%, rgba(72,220,255,.06) 40%, rgba(72,220,255,0) 72%);
 filter:blur(90px);
 pointer-events:none;
 z-index:0;
}
.seo-features-section .container{
 position:relative;
 z-index:1;
}
.seo-feature-grid{
 display:grid;
 grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));
 gap:24px;
 max-width:1080px;
 margin:0 auto;
}
.seo-feature-card{
 padding:32px 28px;
 background:rgba(255,255,255,.04);
 border:1px solid rgba(255,255,255,.08);
 border-radius:22px;
 backdrop-filter:blur(20px);
 -webkit-backdrop-filter:blur(20px);
}
.seo-feature-card.is-visible:hover{
 transform:translateY(-6px);
 background:rgba(255,255,255,.07);
 border-color:rgba(72,220,255,.25);
}
.seo-feature-icon{
 width:48px;
 height:48px;
 display:flex;
 align-items:center;
 justify-content:center;
 margin-bottom:18px;
 border-radius:14px;
 background:rgba(72,220,255,.12);
 border:1px solid rgba(72,220,255,.2);
}
.seo-feature-icon i{
 color:#48DCFF;
 font-size:24px;
}
.seo-feature-card h3{
 color:#fff;
 font-size:19px;
 font-weight:700;
 margin-bottom:10px;
}
.seo-feature-card p{
 color:rgba(255,255,255,.62);
 font-size:14.5px;
 line-height:1.65;
 margin:0;
}
.seo-proof-section{
 padding:40px 0 70px;
}
.seo-proof-card{
 display:flex;
 flex-wrap:wrap;
 max-width:1080px;
 margin:0 auto;
 background:rgba(255,255,255,.04);
 border:1px solid rgba(255,255,255,.08);
 border-radius:28px;
 backdrop-filter:blur(20px);
 -webkit-backdrop-filter:blur(20px);
 overflow:hidden;
}
.seo-proof-video{
 width:480px;
 flex-shrink:0;
 aspect-ratio:16/9;
}
.seo-proof-video iframe{
 width:100%;
 height:100%;
 border:none;
 display:block;
}
.seo-proof-content{
 flex:1;
 min-width:300px;
 padding:34px 36px;
}
.seo-proof-content h3{
 color:#fff;
 font-size:26px;
 font-weight:700;
 margin:12px 0 4px;
}
.seo-proof-role{
 color:#48DCFF;
 font-size:13px;
 font-weight:600;
 margin-bottom:14px;
}
.seo-proof-content p{
 color:rgba(255,255,255,.65);
 font-size:15px;
 line-height:1.7;
}
.seo-metric-row{
 display:flex;
 flex-wrap:wrap;
 gap:24px 30px;
 margin-top:22px;
 padding-top:22px;
 border-top:1px solid rgba(255,255,255,.08);
}
.seo-metric h4{
 color:#fff;
 font-size:24px;
 font-weight:700;
 margin-bottom:2px;
}
.seo-metric span{
 color:rgba(255,255,255,.55);
 font-size:12.5px;
 text-transform:uppercase;
 letter-spacing:.4px;
}
.seo-section-title{
 color:#fff;
 font-size:clamp(24px,3.2vw,34px);
 font-weight:700;
 text-align:center;
 margin-bottom:36px;
}
.seo-faq-section{
 padding:40px 0 70px;
}
.seo-faq-wrap{
 max-width:820px;
 margin:0 auto;
}
.seo-faq-item{
 margin-bottom:14px;
 background:rgba(255,255,255,.04);
 border:1px solid rgba(255,255,255,.08);
 border-radius:16px;
 backdrop-filter:blur(20px);
 -webkit-backdrop-filter:blur(20px);
 overflow:hidden;
 transition:border-color .3s ease, background .3s ease;
}
.seo-faq-item.is-open{
 border-color:rgba(72,220,255,.25);
 background:rgba(255,255,255,.06);
}
.seo-faq-q{
 width:100%;
 display:flex;
 align-items:center;
 justify-content:space-between;
 gap:16px;
 padding:20px 24px;
 background:none;
 border:none;
 color:#fff;
 font-size:16px;
 font-weight:600;
 text-align:left;
 cursor:pointer;
}
.seo-faq-q i{
 flex-shrink:0;
 color:#48DCFF;
 font-size:22px;
 transition:transform .3s ease;
}
.seo-faq-item.is-open .seo-faq-q i{
 transform:rotate(180deg);
}
.seo-faq-a{
 max-height:0;
 overflow:hidden;
 transition:max-height .35s ease;
}
.seo-faq-item.is-open .seo-faq-a{
 max-height:400px;
}
.seo-faq-a p{
 padding:0 24px 22px;
 color:rgba(255,255,255,.65);
 font-size:14.5px;
 line-height:1.7;
 margin:0;
}
.seo-related-section{
 padding:40px 0 70px;
}
.seo-related-grid{
 display:grid;
 grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));
 gap:24px;
 max-width:820px;
 margin:0 auto;
}
.seo-related-card{
 position:relative;
 display:block;
 padding:30px 28px;
 background:rgba(255,255,255,.04);
 border:1px solid rgba(255,255,255,.08);
 border-radius:20px;
 backdrop-filter:blur(20px);
 -webkit-backdrop-filter:blur(20px);
 text-decoration:none;
}
.seo-related-card.is-visible:hover{
 transform:translateY(-6px);
 background:rgba(255,255,255,.07);
 border-color:rgba(72,220,255,.25);
}
.seo-related-card h3{
 color:#fff;
 font-size:19px;
 font-weight:700;
 margin-bottom:6px;
}
.seo-related-card p{
 color:rgba(255,255,255,.6);
 font-size:14px;
 margin:0;
}
.seo-related-arrow{
 position:absolute;
 top:30px;
 right:28px;
 color:#48DCFF;
 font-size:20px;
 transition:transform .25s ease;
}
.seo-related-card:hover .seo-related-arrow{
 transform:translateX(4px);
}
@media (max-width:900px){
 .seo-proof-video{
 width:100%;
 }
}
@media (max-width:768px){
 .seo-proof-content{
 padding:26px 22px;
 }
 .seo-feature-card{
 padding:26px 22px;
 }
 .seo-hero-cta{
 flex-direction:column;
 gap:16px;
 }
}
.seo-related-grid-3{
 max-width:1080px;
}