:root {
    --primary: #0d9e92;
}

.has-accent-color {
    color: var(--primary);
}

/* hide language switcher */
/* .vlt-language-switcher{
    display: none;
} */


.vlt-default-menu__navigation .sf-menu>li.active>a,
.vlt-default-menu__navigation .sf-menu>li:hover>a {
    color: var(--primary);
}

.vlt-language-switcher a.is-active {
    color: var(--primary);
}

.vlt-progress-bar__bar span {
    background-color: var(--primary);
}

.vlt-fullpage-slider-progress-bar span {
    background: var(--primary);
}

.vlt-btn--primary {
    background: var(--primary);
}

.vlt-slider-controls .vlt-swiper-pagination .swiper-pagination-bullet-active {
    background: var(--primary);
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
}

.vlt-navbar .vlt-navbar-logo img {
    height: 55px;
}

.overlay-dark::before {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 85%));
    z-index: 1;
}

.vlt-navbar-inner {
    padding: 40px;
}

.vlt-project-excerpt {
    margin-bottom: 20px;
}

.vlt-offcanvas-menu__navigation .sf-menu>li.active>a,
.vlt-offcanvas-menu__navigation .sf-menu>li:hover>a {
    color: var(--primary);
}

.vlt-partners {
    grid-template-columns: repeat(2, 1fr);
    padding: 0px 3.5rem;
}

::selection {
    background-color: var(--primary);
    color: white;
}

.content p {
    color: white;
}

.vlt-post-title a:hover,
.vlt-read-more-link:hover {
    color: var(--primary);
}

.double-bounce-one,
.double-bounce-two {
    background-color: var(--primary);
}

.swiper-wrapper-height {
    height: 544px !important;
}

.dark-bg {
    position: relative;
}

.dark-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 56%);
    pointer-events: none;
}

.about-para {
    font-size: 20px !important;
    line-height: 1.2;
    text-align: justify;
    max-width: 100% !important;
}

.subtitle {
    color: var(--primary);
    font-weight: 800;
    font-size: 1.3rem;
}

/* .video-container{
    background: var(--primary);
    border-radius: 20px;
    padding: 20px;
} */

.glass {
    background: rgba(37, 39, 39, 0.45);
    /* translucent base */
    border-radius: 20px;
    padding: 20px;

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.vlt-slider-controls--style-1 .vlt-swiper-button-next:hover,
.vlt-slider-controls--style-1 .vlt-swiper-button-prev:hover {
    background-color: var(--primary);
    box-shadow: 0 0 0 1px var(--primary);
}

.solutions-container {
    flex-direction: column;
    gap: 25px;
    height: 100%;
    justify-content: space-around;
    display: flex;
}

.solutions-content {
    border: 2px solid rgba(255, 255, 255, .4);
    border-bottom: 8px solid var(--primary);
    height: 50%;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    background: url(https://www.pngmart.com/files/21/Tech-Vector-PNG-HD-Isolated.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #101f26;
}

.heading-container {
    width: 100%;
    min-width: auto !important;
    display: block;
}

.heading-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.solution-icon {
    font-size: 30px;
    color: white;
    opacity: 0.9;
    padding: 10px;
    background: linear-gradient(135deg,
            rgba(0, 255, 200, 0.25),
            rgba(0, 150, 255, 0.25));
    border-radius: 8px;
}


.image-card {
    position: relative;
    width: 100%;
    max-width: 600px;
    overflow: hidden;
}

.image-card img {
    width: 100%;
    height: auto;
    display: block;
}

/* Dark overlay */
.image-card .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    /* small dark overlay */
    z-index: 1;
}

/* Text on image */
.image-card .content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
    z-index: 2;
}

.image-card .content h3 {
    margin: 0 0 8px;
    font-size: 23px;
    font-weight: 600;
}

.image-card .content p {
    margin: 0;
    line-height: 1.4;
}


.border-light {
    flex-grow: 1;
    height: 2px;
    /* box-shadow: 2px 2px 10px color-mix(in srgb, var(--primary) 50%, transparent); */

    display: inline-block;
    margin-bottom: 8px;
    width: 25%;
    background: linear-gradient(to right,
            var(--primary) 0%,
            transparent 100%);
}

/* Overlay container */
.terms-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    padding: 15px 20px;
    background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
    /* light black overlay */
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Optional subtle slide */
.terms-overlay span {
    display: block;
    text-align: center;
}

/* On hover hide ONLY the top overlay */
.vlt-post:hover .terms-overlay {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
}

@media (max-width: 768px) {
    .content-vlt {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .about-gap {
        gap: 30px;
    }

    .mh-img {
        min-height: 250px;
    }

    .image-card .content h3 {
        font-size: 17px !important;
    }

    .image-card .content p {
        font-size: 15px;
    }

    .solutions-container {
        padding: 0 !important;
    }

    .vlt-key-points li {
        flex-direction: column !important;
    }

    .about-image-wrapper {
        width: 100vw !important;
        height: 100vw !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tech-heading {
        font-size: 1rem !important;
    }

    .hero-logo{
        height: 70px;
    }

    h3{
        font-size: 2.5rem !important;
    }
}

.mh-120 {
    max-height: 120px !important;
}

@media (max-width: 1280px) {
    .rm-gap {
        display: none;
    }

    .vlt-video-button a svg {
        margin-left: -20px !important;
        margin-top: -20px !important;
    }

    .vlt-video-button a::after {
        height: 80%;
        width: 80%;
    }
}


a:hover{
    color: var(--primary);
}


.solutions-content{
    transition: all 0.3s ease;
}
.solutions-content:hover{
    background-color: transparent !important;
    background: none !important;
}

/* responsiveness */

@media (max-width: 768px) {
    .rm-gap {
        display: none !important;
    }

    .cont{
        gap: 20px;
        margin-top: 10px;
    }

    .vlt-large-heading {
        font-size: 3.5rem !important;
    }

    .section-title{
        font-size: 1.5rem !important;
    }

    .vlt-project h3{
        font-size: 1.5rem !important;
    }
    

    .about-text {
        font-size: 2rem !important;
    }

    .svg-h {
        height: 40px !important;
    }

    .testimonials-heading {
        font-size: 1.5rem;
    }

    .vlt-testimonial__meta {
        margin-top: 20px !important;
    }

    .gap-l {
        height: 2rem !important;
    }

    .phone-number {
        font-size: 1rem !important;
    }

    [data-anchor=Contact] .tel {
        font-size: 1rem !important;
    }

    address {
        margin-bottom: 0 !important;
    }

    .vlt-post--masonry .vlt-post-content {
        padding: 1rem !important;
    }

    .vlt-video-button a::after {
        height: 60% !important;
        width: 60% !important;
    }

    .vlt-video-button a svg {
        height: 1.2rem !important;
        margin-left: -36px !important;
        margin-top: -42px !important;
    }

    .contact-title {
        font-size: 1.2rem !important;
    }
}

.gtranslate_wrapper {
    display: none !important;
}

.navs {
    margin: unset !important;
    margin-left: auto !important;
}

.navs-end {
    display: flex;
    align-items: center;
    justify-content: end;
}

/* Match select with transparent input style */
.vlt-select {
    width: 100%;
    padding: 12px 15px;
    background: transparent;
    appearance: none;

    color: #a2a2a2;
    /* 🔹 placeholder color */
}

.vlt-select.has-value {
    color: white;
    /* 🔹 selected text color */
}


/* Match select with transparent input style */
::placeholder,
::-ms-input-placeholder {
    color: #a2a2a2 !important;
}

/* Dropdown list (browser default background) */
.vlt-form-group select option {
    color: #000;
    /* readable in dropdown */
    background: #fff;
}

/* Focus state */
.vlt-form-group select:focus {
    outline: none;
    /* border-color: var(--vlt-accent-color, #ff4c60); */
}

/* Chrome, Edge, Safari autofill fix */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: white !important;
    transition: background-color 9999s ease-in-out 0s;
}

.side-image {
    width: 100%;
    max-height: 400px;
    height: auto;
    border-radius: 20px;
}


.otp-inputs {
    gap: 10px;
}

.otp-box {
    width: 42px !important;
    height: 50px;
    font-size: 22px !important;
    text-align: center;
    border: 3px solid var(--primary) !important;
    border-radius: 6px;
    color: var(--primary) !important;
    padding: 10px !important;
}

.otp-box:focus {
    outline: none;
    border-color: var(--primary);
}

.modal {
    z-index: 1055 !important;
}

.modal-backdrop {
    z-index: 1040 !important;
}

/* about section play btn */
.video-thumb {
    width: 100%;
    /* thumbnail width */
    height: 270px;
    /* thumbnail height */
    display: flex;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    position: relative;
    border-radius: 8px;
}

.play-btn {
    font-size: 50px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vlt-project-excerpt p,
.vlt-project-excerpt li {
    max-width: 100% !important;
}

.vlt-key-points span strong {
    color: var(--primary);
}

/* solution key points */
.vlt-key-points {
    list-style: none;
    padding: 0;
    margin: 28px 0 34px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.vlt-key-points li {
    position: relative;
    overflow: hidden;

    display: flex !important;
    align-items: center;
    gap: 16px;
    padding: 14px 18px;
    border-radius: 14px;

    background: rgba(28, 87, 88, 0.423);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.35s ease;
}

.vlt-key-points li::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%,
            rgba(255, 255, 255, 0.18),
            transparent 40%),
        radial-gradient(circle at 80% 70%,
            rgba(0, 255, 200, 0.15),
            transparent 45%);
    opacity: 0.25;
    pointer-events: none;
    animation: sparkleFloat 6s linear infinite;
}

.vlt-key-points li::after {
    content: "";
    position: absolute;
    top: -60%;
    left: -120%;
    width: 60%;
    height: 220%;
    background:
        linear-gradient(180deg,
            rgba(255, 255, 255, 0.08),
            rgba(255, 255, 255, 0.02));

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}


.vlt-key-points li:hover {
    background: rgba(0, 255, 200, 0.06);
    border-color: rgba(0, 255, 200, 0.35);
    transform: translateY(-2px);
}

.vlt-key-points .icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg,
            rgba(0, 255, 200, 0.25),
            rgba(0, 150, 255, 0.25));
    color: var(--primary, #00ffd1);
    font-size: 18px;
    flex-shrink: 0;
}

.vlt-key-points .content strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 3px;
}

.vlt-key-points .content p {
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
}

@media only screen and (min-width: 1200px){
    .vlt-fullpage-slider-progress-bar{
        height: 26.125rem;
    }
}

/* get started section */

.feature-card{
    background-image: url(https://www.pngmart.com/files/21/Tech-Vector-PNG-HD-Isolated.png);

	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 14px;
	padding: 35px;
	height: 100%;
	transition: 0.3s ease;
}

.feature-card h5{
	font-weight:600;
	margin-bottom:10px;
}

.feature-card p{
	color:#9aa5b1;
	line-height:1.6;
}

.feature-card:hover{
	transform: translateY(-6px);
	border-color: rgba(120,160,255,0.5);
	box-shadow: 0 0 25px rgba(120,160,255,0.15);
}

@media (max-width: 768px){
    .onboard-heading{
        font-size: 2rem !important;
    }
}

.get-started-btn{
	display:inline-block;
	padding:14px 36px;
	border-radius:30px;
	background: linear-gradient(90deg, #2d7778, #2fbe9a) !important;
	color:#fff;
	font-weight:500;
	text-decoration:none;
	transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

.get-started-btn:hover{
	transform: translateY(-2px);
	box-shadow:0 0 20px rgba(20, 183, 204, 0.199);
    color: white;
    /* font-weight: 700; */
}



/* end get started section */
/* vlt li */
.vlt-key-points li{
    cursor: pointer !important;
}