.close-btn,
.hamburger {
    cursor: pointer;
    right: 20px
}

*,
html {
    scroll-behavior: smooth
}

.brand,
.cta-btn,
.nav-links a {
    font-weight: 700
}

*,
.tech-grid {
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

body {
    color: #222;
    background-color: #f9f9f9;
    line-height: 1.6
}

.container,
.wrapper {
    width: 90%;
    max-width: 1200px;
    margin: auto
}

.contact-number,
.email {
    color: #fff;
    text-decoration: none
}

.contact-number:hover,
.email:hover,
.nav-links a:hover {
    color: #09f
}

.top-bar {
    background-color: #0e2238;
    color: #fff;
    padding: .5rem 0;
    font-size: .9rem
}

.brand-primary,
.contact h2,
.contact p,
.h1aidriven {
    color: #0e2238
}

.top-bar .container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap
}

.navbar {
    background-color: #fff;
    padding: 1rem 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    position: sticky;
    top: 0;
    z-index: 100
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.brand {
    font-size: 2rem;
    text-decoration: none
}

.brand-secondary {
    color: #09f;
    margin-left: 5px
}

.nav-links a {
    margin: 0 1rem;
    transition: .3s
}

.cta-btn {
    background-color: #09f;
    border: none;
    color: #fff;
    font-size: 20px;
    padding: .6rem 1.2rem;
    border-radius: 25px;
    cursor: pointer;
    transition: transform .3s, background .3s
}

.hero-image,
.social-icon {
    transition: transform .4s, box-shadow .4s
}

.cta-btn:hover {
    background: #007acc;
    color: #fff !important
}

.social-icons {
    display: flex;
    gap: 15px;
    align-items: center
}

.social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transform-style: preserve-3d;
    perspective: 500px;
    box-shadow: 0 4px 12px rgba(0, 153, 255, .1)
}

.social-icon:hover {
    transform: rotateY(15deg) scale(1.2);
    box-shadow: 0 10px 25px rgba(0, 153, 255, .5)
}

.social-icon.li:hover {
    background: #0077b5
}

.hero {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #f0f8ff, #e6f2ff);
    padding-top: 52px;
    margin-top: 0
}   

.hero-image {
    display: block;
    width: 450px;
    border-radius: 12px;
    animation: 3s ease-in-out infinite float;
    box-shadow: 0 0 15px rgba(0, 255, 255, .5), 0 0 30px rgba(0, 255, 255, .3), 0 0 60px rgba(0, 128, 255, .2), 0 10px 30px rgba(0, 0, 0, .3)
}

.footer-links a:hover::after,
.hero h1,
.tech-card,
.tech-grid {
    width: 100%
}

.hero-image:hover {
    transform: scale(1.03);
    box-shadow: 0 0 20px rgba(0, 255, 255, .6), 0 0 40px rgba(0, 255, 255, .4), 0 0 80px rgba(0, 128, 255, .3), 0 15px 40px rgba(0, 0, 0, .4)
}

.hero-content {
    flex: 1 1 400px;
    max-width: 600px;
    padding: 20px;
    text-align: justify
}

.about .card,
.clients,
.copyright,
.expertise-section,
.section-description,
.section-subtitle,
.section-title,
.services,
.tech-card {
    text-align: center
}

.hero h1 {
    font-size: 64px;
    font-weight: 990;
    line-height: 80px
}

.h1webclr {
    color: #09f;
    font-weight: 990
}

.hero p {
    font-size: 1.2rem;
    margin: 1rem 0;
    font-weight: 500
}

.btn-primary,
.btn-secondary {
    padding: .7rem 1.4rem;
    border: none;
    border-radius: 25px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s ease-in-out;
    position: relative
}

.abtbtn-secondary:hover,
.btn-primary,
.btn-secondary:hover {
    background-color: #09f;
    color: #fff
}

.abtbtn-primary:hover,
.btn-primary:hover,
.serbtn:hover {
    background-color: #007acc
}

.btn-secondary {
    background-color: #fff;
    color: #09f;
    border: 2px solid #09f
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

.services {
    background-color: #fff;
    padding: 4rem 0
}

.about .card,
.card {
    background-color: #f0f8ff;
    padding: 2rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .05);
    transition: transform .3s;
    border-radius: 15px
}

.services .section-subtitle {
    color: #007acc;
    font-weight: 700
}

.services h2 {
    margin: 1rem 0;
    font-size: 2.2rem
}

.service-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem
}

.abtbtn-primary,
.abtbtn-secondary,
.serbtn {
    transition: .3s ease-in-out;
    cursor: pointer
}

.about .card:hover,
.card:hover {
    transform: translateY(-10px)
}

.abtbtn-primary,
.serbtn {
    margin-top: 30px;
    justify-content: space-evenly;
    padding: .7rem 1.4rem;
    border: none;
    border-radius: 25px;
    font-weight: 700;
    background-color: #09f;
    color: #fff
}

.about {
    padding: 4rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.section-subtitle {
    color: #007acc;
    font-weight: 700;
    font-size: 16px
}

.contact h2,
.section-title {
    font-size: 2.5rem;
    font-weight: 700
}

.section-title {
    margin: 1rem 0 40px;
    color: #222
}

.section-description {
    font-size: 1rem;
    max-width: 800px;
    margin: 0 auto 2rem;
    color: #555
}

.about-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem
}

.footer-info:hover,
.footer-links:hover {
    box-shadow: 0 20px 40px rgba(0, 153, 255, .3)
}

.about-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-top: 1rem
}

.abtbtn-secondary {
    margin-left: 20px;
    justify-content: space-evenly;
    padding: .7rem 1.4rem;
    border-radius: 25px;
    font-weight: 700;
    background-color: #fff;
    color: #09f;
    border: 2px solid #09f
}

.about-buttons-new {
    margin-left: 465px
}

.about-image {
    display: flex;
    flex: 1;
    max-width: 500px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

.clients {
    background: #e6f2ff;
    padding: 2rem 0
}

.client-logos img {
    margin: 1rem;
    height: 50px;
    filter: grayscale(100%);
    transition: filter .3s
}

.contact h2,
.contact p,
.msgh5 {
    margin-bottom: .5rem;
    text-align: center
}

.client-logos img:hover {
    filter: grayscale(0)
}

.contact {
    padding: 4rem 0;
    backdrop-filter: blur(5px);
    position: relative;
    overflow: hidden
}

.msgh5 {
    color: #007acc
}

.contact-form button,
.footer {
    color: #fff;
    perspective: 1000px
}

.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    margin-top: 2.5rem;
    background: rgba(255, 255, 255, .8);
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    transform: perspective(800px) rotateX(0) rotateY(0);
    transition: transform .6s
}

.footer-info,
.footer-links,
.tech-card {
    transition: transform .5s, box-shadow .5s;
    transform-style: preserve-3d
}

.contact-form:hover {
    transform: perspective(800px) rotateX(3deg) rotateY(3deg)
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    padding: .8rem 1rem;
    border: 1px solid #ccc;
    border-radius: 12px;
    font-size: 1rem;
    background: #f0f8ff;
    transition: transform .3s, box-shadow .3s;
    outline: 0
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    transform: translateY(-3px);
    box-shadow: 0 4px 20px rgba(0, 153, 255, .3);
    border-color: #09f
}

.contact-form textarea {
    grid-column: span 2;
    resize: vertical;
    min-height: 120px
}

.contact-form button {
    grid-column: span 2;
    background: linear-gradient(135deg, #09f, #005f99);
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform .4s, box-shadow .4s;
    box-shadow: 0 8px 25px rgba(0, 153, 255, .5);
    transform-style: preserve-3d;
    margin: 0
}

.contact-form button:hover {
    transform: scale(1.05) rotateX(10deg);
    box-shadow: 0 12px 35px rgba(0, 153, 255, .7)
}

.footer {
    background: rgba(14, 34, 56, .95);
    padding: 3rem 0 1rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 30px rgba(0, 153, 255, .1);
    transform-style: preserve-3d;
    overflow: hidden;
    animation: 1.2s ease-out forwards fadeInFooter;
    overflow-x: clip
}

@keyframes fadeInFooter {
    from {
        opacity: 0;
        transform: translateY(60px) rotateX(10deg)
    }

    to {
        opacity: 1;
        transform: translateY(0) rotateX(0)
    }
}

.footer .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem
}

.footer-info,
.footer-links {
    flex: 1;
    min-width: 280px;
    background: rgba(255, 255, 255, .05);
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 153, 255, .15);
    overflow: hidden;
    will-change: transform;
    backface-visibility: hidden
}

.footer-info:hover {
    transform: rotateY(5deg) scale(1.02);
    transform-origin: center left
}

.footer-links:hover {
    transform: rotateY(-5deg) scale(1.02);
    transform-origin: center right
}

.footer-info h3 {
    color: #0cf;
    font-size: 1.8rem;
    margin-bottom: .5rem
}

.footer-info p a {
    color: #ccc;
    text-decoration: none;
    display: block;
    margin: .2rem 0;
    transition: color .3s
}

.footer-info p a:hover {
    color: #0cf
}

.footer-links h4 {
    margin-bottom: 1rem;
    color: #0cf;
    font-size: 1.3rem
}

.footer-links a {
    display: block;
    margin-bottom: .5rem;
    color: #ccc;
    text-decoration: none;
    font-size: 1rem;
    position: relative;
    transition: .3s
}

.footer-links a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #0cf;
    transition: .3s
}

.footer-links a:hover {
    color: #0cf;
    transform: translateX(5px)
}

.footer .btn-secondary {
    margin-top: 1rem;
    background: 0 0;
    color: #0cf;
    border: 2px solid #0cf;
    padding: .6rem 1.2rem;
    border-radius: 25px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(0, 204, 255, .4);
    transition: .4s;
    text-decoration: none
}

.footer .btn-secondary:hover {
    background: #0cf;
    color: #0e2238;
    box-shadow: 0 0 25px rgba(0, 204, 255, .6), 0 0 60px rgba(0, 204, 255, .2);
    transform: scale(1.05);
    text-decoration: none
}

.copyright {
    margin-top: 2rem;
    font-size: .9rem;
    border-top: 1px solid #000;
    padding-top: 1rem;
    color: #b8b0b0
}

.close-btn {
    display: none;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    top: 20px;
    z-index: 999
}

.expertise-section {
    padding: 60px 20px;
    background-color: #0e2238
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 20px;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
    padding: 0 16px
}

.tech-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px 15px;
    max-width: 200px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    perspective: 1000px
}

.tech-card:hover {
    transform: scale(1.05) rotateY(10deg);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .15)
}

.tech-card img {
    width: 80px;
    height: auto;
    margin-bottom: 15px;
    transition: transform .3s;
    max-width: 100%;
    object-fit: contain
}

.tech-card:hover img {
    transform: scale(1.1)
}

.tech-card h3 {
    font-size: 1.1rem;
    color: #333;
    font-weight: 600;
    margin: 0
}

#bg-animation {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    background: #0a0d21
}

@media (max-width:1200px) {

    .about-buttons-new,
    .btn-primary,
    .btn-secondary,
    .hero h1,
    .hero p {
        margin-left: 60px
    }

    .hero h1 {
        font-size: 52px;
        line-height: 68px;
        width: 100%
    }

    .hero-image {
        margin-top: -150px;
        margin-right: 40px;
        max-width: 380px
    }
}

@media (max-width:992px) {

    .navbar .container,
    .top-bar .container {
        flex-direction: column;
        gap: 10px;
        text-align: center
    }

    .hero {
        flex-direction: column-reverse;
        align-items: center;
        padding-top: 80px;
        text-align: center
    }

    .hero h1 {
        font-size: 46px;
        line-height: 60px
    }

    .btn-primary,
    .btn-secondary,
    .hero h1,
    .hero p {
        margin-left: 0;
        padding: 0 20px
    }

    .hero-image {
        margin-top: 0;
        margin-right: 0;
        max-width: 300px
    }

    .about-buttons-new {
        margin-left: 0;
        text-align: center
    }

    .contact-form {
        grid-template-columns: 1fr
    }
}

@media (max-width:768px) {

    .hero,
    .hero-image {
        margin: 0 auto !important
    }

    .hero {
        flex-direction: column-reverse !important;
        padding: 40px 20px 10px !important;
        overflow: hidden !important
    }

    .hero-image {
        max-height: 300px;
        height: auto;
        display: block
    }

    .hero-content {
        margin-bottom: -120px !important
    }

    .services {
        margin-top: 0 !important;
        padding-top: 20px !important
    }

    .navbar {
        position: static;
        box-shadow: none
    }

    .nav-links {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .nav-links a {
        margin: .5rem 0;
        font-size: 18px
    }

    .hero {
        flex-direction: column-reverse;
        text-align: center
    }

    .hero h1 {
        font-size: 38px;
        line-height: 50px
    }

    .hero p {
        font-size: 1rem
    }

    .hero-image {
        max-width: 280px;
        margin: 0 auto 20px
    }

    .btn-primary,
    .btn-secondary {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 10px auto 0;
        font-size: 1rem
    }

    .contact h2,
    .section-title,
    .services h2 {
        font-size: 1.8rem
    }

    .contact-form {
        grid-template-columns: 1fr;
        padding: 1.5rem
    }

    .contact-form button,
    .contact-form textarea {
        grid-column: span 1
    }

    .footer .container {
        flex-direction: column;
        align-items: center
    }

    .footer-info,
    .footer-links {
        transform: none !important;
        box-shadow: none
    }

    .about-image {
        max-width: 100%;
        margin-top: 2rem
    }

    .hamburger {
        display: flex
    }

    .close-btn {
        display: block
    }
}

@media (max-width:480px) {

    .hero h1,
    .hero p {
        margin-bottom: 0 !important
    }

    .hero {
        padding-bottom: 0 !important
    }

    .services {
        padding-top: 15px !important
    }

    .abtbtn-primary,
    .abtbtn-secondary,
    .btn-primary,
    .btn-secondary,
    .footer .btn-secondary,
    .serbtn {
        font-size: .9rem;
        padding: .6rem 1rem
    }

    .social-icon {
        width: 35px;
        height: 35px;
        font-size: 14px
    }

    .contact h2 {
        font-size: 1.6rem
    }

    .hero h1 {
        line-height: 44px;
        font-size: 32px
    }
}

.nav-links {
    display: flex;
    gap: 1.2rem;
    align-items: center
}

.nav-links .cta-btn,
.nav-links a {
    text-decoration: none;
    font-size: 16px;
    color: #333;
    padding: 8px 12px
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    top: 182px
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #000;
    border-radius: 2px
}

.btn-primary:focus-visible {
    outline: #0099ff dashed 2px;
    outline-offset: 3px
}

@media (prefers-reduced-motion:reduce) {
    * {
        animation: none !important;
        transition: none !important
    }
}

.success-message {
    color: green;
    font-weight: 700;
    margin-top: 10px;
    display: none
}

#loading,
#success {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    backdrop-filter: blur(3px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.cube-loader .cube {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #3498db, #9b59b6);
    animation: 1s linear infinite rotateCube;
    transform-style: preserve-3d;
    border-radius: 8px;
    box-shadow: 0 0 15px #00f8ff
}

@keyframes rotateCube {
    0% {
        transform: rotateX(0) rotateY(0)
    }

    50% {
        transform: rotateX(180deg) rotateY(0)
    }

    100% {
        transform: rotateX(180deg) rotateY(180deg)
    }
}

.success-box {
    background: linear-gradient(to right, #00b894, #55efc4);
    padding: 30px 40px;
    border-radius: 20px;
    text-align: center;
    transform: scale(.8) rotateY(0);
    animation: .5s forwards popSuccess;
    color: #fff;
    box-shadow: 0 10px 40px rgba(0, 255, 200, .6)
}

.success-box .checkmark {
    font-size: 60px;
    margin-bottom: 10px;
    color: #fff;
    animation: .8s bounce
}

.success-box p {
    font-size: 20px;
    font-weight: 700
}

@keyframes popSuccess {
    to {
        transform: scale(1) rotateY(360deg)
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3)
    }
}

@media (max-width:600px) {
    .success-box {
        width: 80%;
        font-size: 16px
    }

    .success-box .checkmark {
        font-size: 48px
    }
}

#success {
    cursor: pointer;
    z-index: 9999
}

.hidden {
    display: none !important
}

@media (max-width:768px) {
    .close-btn {
        display: block;
        text-align: right
    }

    .contact {
        padding: 2rem 1rem !important;
        overflow-x: hidden !important
    }

    .contact-form {
        grid-template-columns: 1fr !important;
        width: 100% !important;
        padding: 1.5rem 1rem !important;
        margin: 0 auto;
        box-sizing: border-box
    }

    .contact-form button,
    .contact-form input,
    .contact-form select,
    .contact-form textarea {
        width: 100% !important;
        box-sizing: border-box !important
    }

    .contact-form button,
    .contact-form textarea {
        grid-column: span 1 !important
    }

    .hero,
    .nav-links {
        text-align: center
    }

    .hamburger,
    .nav-links.active {
        display: flex
    }

    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 1rem 0;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        z-index: 100
    }

    .hero {
        flex-direction: column-reverse;
        padding: 40px 20px
    }

    .hero-image {
        max-width: 280px;
        margin: 0 auto 20px
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        max-width: 100%;
        margin: 10px auto
    }

    .success-box {
        width: 90%;
        padding: 1.5rem 2rem
    }

    .success-box .checkmark {
        font-size: 52px
    }

    .success-box p {
        font-size: 1.1rem
    }
}

@media (max-width:480px) {
    .success-box {
        width: 100%;
        padding: 1.2rem 1.5rem;
        border-radius: 16px
    }

    .success-box .checkmark {
        font-size: 42px
    }

    .success-box p {
        font-size: 1rem
    }
}