/* Import Fonts */
@import "https://fonts.googleapis.com/css2?family=Assistant:wght@400;600;700&family=Open+Sans:wght@400;600;700&display=swap";


/* Links */
a {
    text-decoration: none !important;
    outline: none;
    color: #29344a;
    transition: all .2s;
}

a:hover {
    color: #2753ff;
}

/* Paragraphs */
p {
    line-height: 1.7;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Assistant", sans-serif;
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
.home-color {
    color: #04304b !important;
}

.prime-color {
    color: #67b5d8 !important;
}

.home-bg {
    background-color: #67b5d8 !important;
}

.primary_btn {
    color: #67b5d8 !important;
    background: #04304b !important;
}

.primary_btn:hover {
    background-color: #67b5d8 !important;
    color: #04304b !important;
}


.icon-mono {
    position: relative;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}

.icon-spin {
    animation-name: spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Navbar */
.nav-item .nav-link {
    display: inline-block;
    color: #29344a;
    text-decoration: none;
}

.navbar-toggler-icon {
    margin: 5px;
}

.navbar {
    padding: 14px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all .5s ease-in-out;
    background-color: rgba(255, 255, 255, 1);
}

.navbar .logo .logo-dark {
    display: none;
}

.navbar .logo .logo-light {
    display: inline-block;
}

.navbar .navbar-nav li a {
    line-height: 26px;
    color: #04304b;
    font-size: 16px;
    transition: all .3s;
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 6px 0;
    margin: 0 15px;
    font-family: "Assistant", sans-serif;
    font-weight: 600;
}

.navbar .navbar-nav li .nav-link {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar .navbar-nav li .nav-link.active,
.navbar .navbar-nav li .nav-link:hover,
.navbar .navbar-nav li .nav-link:focus {
    color: #67b5d8 !important;
}

.navbar .navbar-toggles {
    padding: .25rem .75rem;
    font-size: 18px;
    background: 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #fff;
    outline: 0;
}

.navbar .nav-btn {
    background-color: #fbfbfb;
    color: #2753ff;
}

.navbar-toggler {
    padding: 0;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #2753ff;
}

.menu-toggle {
    padding: 4.5px 10px !important;
}

.menu-toggle span {
    line-height: 27px;
}

.nav-sticky.navbar {
    margin-top: 0px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .06);
    color: #000 !important;
}

.nav-sticky.navbar .navbar-nav {
    margin-top: 0px;
}

.nav-sticky.navbar .navbar-nav li .nav-link {
    color: #6c757d !important;
}

.nav-sticky.navbar .navbar-nav li .nav-link.active,
.nav-sticky.navbar .navbar-nav li .nav-link:hover,
.nav-sticky.navbar .navbar-nav li .nav-link:focus {
    color: #67b5d8 !important;
}

.nav-sticky.navbar .nav-btn {
    background-color: #2753ff;
    color: #fff;
}

.nav-sticky .logo .logo-dark {
    display: inline-block !important;
}

.nav-sticky .logo .logo-light {
    display: none !important;
}

.navbar-toggler {
    color: rgba(41, 52, 74, .2) !important;
    border: none !important;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-light .logo .logo-dark {
    display: inline-block;
}

.navbar-light .logo .logo-light {
    display: none;
}

.navbar-light .navbar-nav li a {
    color: #6c757d !important;
}

.navbar-light .navbar-nav li .nav-link {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-light .navbar-nav li .nav-link.active,
.navbar-light .navbar-nav li .nav-link:hover,
.navbar-light .navbar-nav li .nav-link:focus {
    color: #2753ff !important;
}

.navbar-light .nav-btn {
    background-color: #2753ff;
    color: #fff;
}

/* Fade In Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Media Queries */
@media (min-width: 200px) and (max-width: 991px) {
    .navbar {
        margin-top: 0px;
        background-color: #fff !important;
        box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
        color: #fff !important;
    }

    .navbar .navbar-nav {
        margin-top: 0px;
    }

    .navbar .navbar-nav li .nav-link {
        padding: 10px 0;
        transition: all .4s;
        color: #6c757d !important;
        margin: 0px;
        display: block;
    }

    .navbar .navbar-nav li .nav-link.active,
    .navbar .navbar-nav li .nav-link:hover,
    .navbar .navbar-nav li .nav-link:focus {
        color: #67b5d8 !important;
    }

    .navbar>.container {
        width: 90%;
    }

    .navbar .logo .logo-dark {
        display: inline-block !important;
    }

    .navbar .logo .logo-light {
        display: none !important;
    }

    .navbar.navbar-light .navbar-nav li .nav-link.active,
    .navbar.navbar-light .navbar-nav li .nav-link:hover,
    .navbar.navbar-light .navbar-nav li .nav-link:focus {
        color: #e2e7f1 !important;
    }

    .navbar .nav-btn {
        background-color: #2753ff;
        color: #fff;
    }

    .navbar-collapse {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    .card {
        width: 250px;
    }
}

.row>* {
    position: relative;
}

/* Buttons */
.btn {
    border-radius: 3px;
    padding: 12px 30px;
    font-size: 15px !important;
    transition: all .5s;
    font-weight: 600;
}

.btn:focus {
    box-shadow: none !important;
}

.btn:hover {
    transform: translateY(-2px);
    transition: all .5s;
}



.glassmorphism {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05)); 
    border-radius: 20px; 
    backdrop-filter: blur(15px); 
    -webkit-backdrop-filter: blur(15px); 
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); 
    padding: 30px; 
    text-align: center; 
    transition: all 0.3s ease-in-out;
}

/* Subtle glow effect on hover */
.glassmorphism:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 10px 40px rgba(255, 255, 255, 0.2);
    transform: translateY(-5px); /* Floating effect */
}





.avatar-xxs {
    height: 1.5rem;
    width: 1.5rem;
}

.avatar-xs {
    height: 2rem;
    width: 2rem;
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
}

.avatar-md {
    height: 4.5rem;
    width: 4.5rem;
}

.avatar-lg {
    height: 6rem;
    width: 6rem;
}

.avatar-xl {
    height: 7.5rem;
    width: 7.5rem;
}

.modal .modal-dialog .btn-close {
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.modal .modal-dialog:hover .btn-close {
    opacity: .5;
}

.subscribe-form form {
    position: relative;
    max-width: 500px;
    margin: 0px auto;
}

.subscribe-form form .form-control {
    padding: 15px 20px;
    width: 100%;
    height: 58px;
    font-size: 17px;
    border: none;
    outline: none !important;
    padding-right: 170px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 30px;
}

.subscribe-form form .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    font-size: 16px;
}

.rounded-lg {
    border-radius: 14px !important;
}

.w-lg-75 {
    width: 75%;
}

@media (max-width: 768px) {
    .w-lg-75 {
        width: 100%;
    }
}



#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top left, #56c6e6 0%, #2753ff 100%);
    z-index: 9999999;
    transition: all .4s;
    visibility: visible;
    opacity: 1;
}

#preloader #status {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}

.spinner {
    margin: 20px auto;
    text-align: center;
}

.spinner>div {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    margin: 4px;
}

.spinner .bounce1 {
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    animation-delay: -0.16s;
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

.hero-1 {
    padding: 150px 0 180px;
    width: 100%;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-bottom-shape {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
}

.hero-bottom-shape img {
    width: 100%;
    height: auto;
}

.shape-light {
    display: block;
}

.shape-dark {
    display: none;
}

.home-modal {
    border: 0;
    background-color: rgba(0, 0, 0, 0);
}

.home-modal .btn-close {
    color: #fff;
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, .2);
    box-shadow: none;
    border-radius: 7px;
    z-index: 3;
    opacity: 1;
}

.home-modal .btn-close:hover,
.home-modal .btn-close:focus {
    opacity: .8;
}

.home-modal video:focus {
    outline: none;
}

.video-box {
    width: 100%;
}


@media (max-width: 576px) {
    .hero-1 .video-play-icon {
        display: inline-block;
        margin-top: 12px;
    }


}

@media (max-width: 768px) {
    .w-lg-75 {
        width: 100%;
    }

    .img-md-responsive {
        max-width: 100%;
        height: auto;
    }

    .hero-1 {
        padding: 100px 0 50px;
    }


}

@media (max-width: 991px) {
    .img-md-responsive {
        max-width: 100%;
        height: auto;
    }
}



@media (max-width: 1024px) {
    .img-xl-responsive {
        max-width: 100%;
        height: auto;
    }

    .hero-8,
    .hero-9 {
        padding: 190px 0 130px;
    }
}



.service-box .service-box-content {
    position: relative;
    z-index: 1;
}

.service-box .service-icon {
    background-color: var(--bs-bg-light);
    border-radius: 30% 70% 70% 30%/30% 50% 50% 30%;
}

.service-box:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(239, 241, 245);
    border-radius: 78% 22% 22% 78%/50% 22% 22% 50%;
    transform: scale(0) rotate(-50deg);
    transition: all .5s;
}

.service-box:hover:after,
.service-box.active:after {
    transform: scale(1) rotate(0deg);
}


@media(max-width: 991px) {
    .img-md-responsive {
        max-width: 100%;
        height: auto
    }
}


@media(max-width: 1024px) {
    .img-xl-responsive {
        max-width: 100%;
        height: auto
    }
}

.service-box .service-box-content {
    position: relative;
    z-index: 1
}

.service-box .service-icon {
    background-color: var(--bs-bg-light);
    border-radius: 30% 70% 70% 30%/30% 50% 50% 30%
}

.service-box:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(239, 241, 245);
    border-radius: 78% 22% 22% 78%/50% 22% 22% 50%;
    transform: scale(0) rotate(-50deg);
    transition: all .5s
}

.service-box:hover:after,
.service-box.active:after {
    transform: scale(1) rotate(0deg)
}

.features-img {
    position: relative;
    z-index: 1
}


.form-bg .brand-logo .logo-light {
    display: none
}

.form-bg .brand-logo .logo-dark {
    display: inline-block
}

.pricing-tab .nav-pills {
    background-color: #f2f4f7;
    padding: 5px
}

.pricing-tab .nav-pills .nav-link {
    padding: 10px 24px
}

.pricing-tab .nav-pills .nav-link.active {
    background-color: #2753ff
}

.plan-card {
    max-width: 356px;
    margin: 0px auto
}

.pricing-badge {
    padding: 6px 40px;
    transform: rotate(45deg);
    position: absolute;
    top: 30px;
    right: -46px
}

.team-box .team-social-item {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    transform: translateY(60px);
    transition: all .5s
}

.team-box .team-social-item .team-social-icon {
    color: #fff;
    transition: all .2s
}

.team-box:hover .team-social-item {
    transform: translateY(0px)
}

.team-social-icon:hover.h-primary {
    color: #2753ff
}

.team-social-icon:hover.h-secondary {
    color: #6c757d
}

.team-social-icon:hover.h-success {
    color: #2ac297
}

.team-social-icon:hover.h-info {
    color: #56c6e6
}

.team-social-icon:hover.h-warning {
    color: #ffbb13
}

.team-social-icon:hover.h-danger {
    color: #f43958
}

.team-social-icon:hover.h-dark {
    color: #29344a
}

.team-social-icon:hover.h-light {
    color: #fbfbfb
}

.team-social-icon:hover.h-body-bg {
    color: #ffffff
}

.team-social-icon:hover.h-black {
    color: #000
}

.team-social-icon:hover.h-white {
    color: #fff
}

.form-control {
    padding: 8px 10px;
    font-size: 14px;
    height: 40px;
    background-color: var(--bs-bg-light);
    border: 1px solid #e9ecf1
}

.form-control::-moz-placeholder {
    color: #7b848d;
    font-size: 14px
}

.form-control::placeholder {
    color: #7b848d;
    font-size: 14px
}



.social-icon {
    background-color: #eff1f5;
    color: #6c757d;
    transition: all .3s
}

.social-icon:hover {
    background: #2753ff;
    color: #fff;
    box-shadow: 0 0 0px 5px rgba(39, 83, 255, .12)
}

.footer {
    padding-top: 60px;
    padding-bottom: 20px;
    position: relative;
    background: #29344a
}

.footer .footer-sub-menu li {
    margin: 14px 0
}

.footer .footer-sub-menu li .footer-link {
    color: rgba(255, 255, 255, .5);
    transition: all .3s
}

.footer .footer-sub-menu li .footer-link:hover {
    color: #fff;
    margin-left: 5px
}

[data-bs-theme=dark] .footer {
    background: var(--bs-footer-bg-dark) !important
}

#style-switcher {
    display: none;
}

.footer-btn {
    border-radius: 20px;
    border: none;
    color: #6c757d;
    background: white;
}

.team-01 {
    height: 300px;
}

.card {
    border: none;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    min-height: 386px;
    border-radius: 0;
    border-bottom: 4px solid #0a8aff;
}

.card:hover {
    transform: translateY(-10px);
}

.digital-home {
    background-color: #67b5d8;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 130px 20px;
}

.digital-home h1 {
    font-size: 40px;
    max-width: 975px;
    color: white;
    font-weight: bold;
}

.digital-home p {
    font-size: 18px;
    margin: 15px 0px 45px;
    color: white;
    max-width: 975px;
}

.digital-home img {
    width: 100%;
    max-width: 945px;
}

@media screen and (max-width: 1050px) {

    .digital-home h1,
    .digital-home p {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .digital-home {
        padding: 50px 20px;
    }

    .digital-home h1 {
        font-size: 30px;
    }

    .digital-home p {
        font-size: 16px;
    }
}

/* Services Section */
.services {
    background-color: rgba(255, 255, 255, 0.134);
    padding: 40px 0px 15px;
    text-align: center;
}

.services h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

.service-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.service-card {
    background-color: white;
    box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 100%;
    max-width: 370px;
    text-align: center;
}

.service-card img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.service-card-headding {
    font-size: 18px !important;
    font-weight: 600;
    margin: 10px 0;
}

.service-card p {
    font-size: 15px;
    line-height: 26px;
}

@media screen and (max-width: 768px) {
    .services h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 480px) {
    .service-card {
        padding: 20px;
    }
}

/* solutions section  */

.solutions {
    display: flex;
    flex-wrap: wrap;
    padding: 10vw;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.solutions-text {
    width: 50%;
    min-width: 300px;
}

.solutions-text h3 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.solutions-text h1 {
    font-size: 2rem;
}

.solutions-text p {
    font-size: 1rem;
    margin-top: 1.5rem;
}

.solutions-text h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 1.8rem;
}

.solutions-img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solutions-img img {
    max-width: 100%;
    height: auto;
    margin: 15px;
}

/* MEDIA QUERIES FOR RESPONSIVENESS */
@media (max-width: 1024px) {
    .solutions {
        flex-direction: column;
        padding: 10vw 5vw;
        text-align: center;
    }

    .solutions-text,
    .solutions-img {
        width: 100%;
    }

    .solutions-img img {
        max-width: 80%;
    }

    .solutions-text h1 {
        font-size: 1.8rem;
    }

    .solutions-text p {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .solutions-text h1 {
        font-size: 1.6rem;
    }

    .solutions-text h3 {
        font-size: 1rem;
    }

    .solutions-text p {
        font-size: 0.85rem;
    }

    .solutions-text h4 {
        font-size: 1rem;
    }

    .solutions-img img {
        max-width: 90%;
    }
}

@media (max-width: 480px) {
    .solutions {
        padding: 8vw 4vw;
    }

    .solutions-text h1 {
        font-size: 1.4rem;
    }

    .solutions-text h3 {
        font-size: 0.9rem;
    }

    .solutions-text p {
        font-size: 0.8rem;
    }

    .solutions-text h4 {
        font-size: 0.9rem;
    }

    .solutions-img img {
        max-width: 100%;
    }
}



.hero-section2 {
    background-color: #67b5d8;
    color: white;
    padding: 80px 0;
}

.hero-content2 h1 {
    font-size: 3rem;
    font-weight: bold;
}

.hero-content2 p {
    font-size: 1.2rem;
}

.hero-btn {
    border: 2px solid white;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.hero-btn:hover {
    background-color: white;
    color: #5A3DFF;
}

.hero-img img {
    max-width: 100%;
}

.section-container {
    padding: 130px 0;
    background: white;
}

.card-web {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    text-align: center;
    padding: 20px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-web:hover {
    transform: translateY(-5px);
}

.card-web img {
    max-width: 80px;
    height: auto;
    margin-bottom: 10px;
}

.content-box {
    padding-left: 30px;
}

.content-box h2 {
    font-weight: 800;
    color: #14142B;
}

.play-btn {
    font-size: 50px;
    color: #6c63ff;
    display: block;
    margin-top: 20px;
}

.play-btn:hover {
    color: #4b44c2;
}

@media (max-width: 576px) {
    .card-web {
        margin-left: 12.5%;
        width: 75%;
    }
}

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: black;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top2 {
    position: fixed;
    bottom: 30px;
    left: 30px;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;

    img{
        width: 60px;
    }
}

.scroll-to-top2.show {
    opacity: 1;
    visibility: visible;
}
.scroll-to-top3 {
    position: fixed;
    bottom: 90px;
    left: 30px;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.scroll-to-top3.show {
    opacity: 1;
    visibility: visible;
}

/* counter */


.counter-box {
    display: block;
    padding: 40px 20px 37px;
    text-align: center;
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2;
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff;
}


.row {
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}