* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: 'Segoe UI', sans-serif;
    background: #0b1120;
    color: #fff;
    overflow-x: hidden
}

.bos-toggler,
.bos-toggler:focus {
    box-shadow: none !important
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        gap: 24px;
    }
}

.bos-header,
.hero-card {
    backdrop-filter: blur(15px)
}

a {
    text-decoration: none
}

.bos-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 10px 0;
    background: rgba(11, 17, 32, .85);
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.custom-logo-link img {
    height: 70px;
    object-fit: contain;
    width: 200px;
}



.about-image-wrapper,
.bos-hero,
.bos-navbar,
.hero-card,
.hero-content {
    position: relative
}

.bos-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 85px
}

.bos-toggler {
    border: none;
    background: 0 0;
    padding: 0
}

.bos-hero::after,
.bos-hero::before {
    position: absolute;
    border-radius: 50%;
    filter: blur(180px);
    content: ''
}

.bos-toggler i {
    color: #fff;
    font-size: 28px
}

.bos-menu .nav-link {
    color: #fff;
    font-weight: 500;
    padding: 0 15px !important;
    transition: .3s
}

.bos-logo span,
.bos-menu .nav-link.active,
.bos-menu .nav-link:hover,
.breadcrumb-wrap i,
.footer-logo span,
.hero-title span {
    color: #00d4ff
}

.mobile-btn {
    display: none
}

.bos-logo {
    font-size: 30px;
    font-weight: 700;
    color: #fff
}

.bos-menu {
    display: flex;
    gap: 35px;
    list-style: none;
    margin: 0
}

.bos-menu a {
    color: #fff;
    font-weight: 500;
    transition: .3s
}

.bos-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-radius: 50px;
    background: linear-gradient(135deg, #00d4ff, #06f);
    color: #fff;
    font-weight: 600;
    transition: .4s
}

.hero-badge,
.hero-card {
    background: rgba(255, 255, 255, .05)
}

.bos-btn:hover {
    transform: translateY(-3px);
    color: #fff
}

.bos-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 140px;
    padding-bottom: 50px
}

.bos-hero::before {
    width: 600px;
    height: 600px;
    background: #06f;
    opacity: .2;
    top: -200px;
    right: -150px;
    animation: 8s ease-in-out infinite float
}

.bos-hero::after {
    width: 500px;
    height: 500px;
    background: #00d4ff;
    opacity: .15;
    bottom: -200px;
    left: -100px
}

@keyframes float {
    50% {
        transform: translateY(40px)
    }
}

.hero-content {
    z-index: 2
}

.hero-badge {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50px;
    margin-bottom: 25px;
    color: #00d4ff
}

.hero-title {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 25px
}

.hero-text {
    font-size: 18px;
    line-height: 1.8;
    color: #cbd5e1;
    max-width: 650px;
    margin-bottom: 40px
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap
}

.hero-secondary {
    padding: 14px 30px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50px;
    color: #fff;
    transition: .3s
}

.hero-secondary:hover {
    background: #fff;
    color: #111
}

.hero-card {
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 30px;
    padding: 40px
}

.service-box {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 15px
}

.service-box h4 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    margin-bottom: 10px
}

.service-box h4 i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(0, 212, 255, .15);
    color: #00d4ff;
    font-size: 18px
}

.service-box p {
    margin: 0;
    color: #cbd5e1;
    font-size: 14px
}

@media(max-width:991px) {

    .bos-btn,
    .bos-menu .nav-item {
        width: 100%
    }

    .hero-title {
        font-size: 48px
    }

    .hero-card {
        margin-top: 50px
    }

    .navbar-collapse {
        margin-top: 20px;
        background: #0f172a;
        padding: 20px;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, .08)
    }

    .bos-menu {
        gap: 0
    }

    .bos-menu .nav-link {
        display: block;
        width: 100%;
        padding: 14px 0 !important
    }

    .bos-btn {
        justify-content: center;
        margin-top: 10px
    }
}

@media (max-width:767px) {
    .hero-title {
        font-size: 38px
    }

    .hero-text {
        font-size: 16px
    }
}

@media (max-width:575px) {
    .hero-title {
        font-size: 32px
    }

    .bos-logo {
        font-size: 24px
    }

    .hero-card {
        padding: 25px
    }
}

.about-section {
    padding: 40px 0;
    background: #fff
}

.about-heading {
    max-width: 850px;
    margin: 0 auto 70px
}

.about-tag {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px
}

.about-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    color: #111827;
    margin-bottom: 20px
}

.about-subtitle {
    max-width: 700px;
    margin: auto;
    font-size: 18px;
    line-height: 1.8;
    color: #6b7280
}

.about-image-wrapper img {
    width: 100%;
    border-radius: 30px;
    display: block
}

.experience-card {
    position: absolute;
    left: 30px;
    bottom: 30px;
    background: #2563eb;
    color: #fff;
    padding: 25px 30px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(37, 99, 235, .25)
}

.contact-info-card,
.service-card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .04)
}

.experience-card span {
    display: block;
    font-size: 46px;
    font-weight: 700;
    line-height: 1
}

.experience-card p {
    margin: 5px 0 0
}

.about-content p {
    color: #6b7280;
    line-height: 1.9;
    margin-bottom: 15px
}

.feature-item i,
.stat-box h4 {
    color: #2563eb
}

.about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 30px 0
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    color: #111827
}

.about-stats {
    display: flex;
    gap: 20px;
    margin-top: 35px
}

.stat-box {
    flex: 1;
    text-align: center;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 20px
}

.stat-box h4 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px
}

.stat-box span {
    color: #6b7280
}

.services-section {
    padding: 50px 0;
    background: #232836
}

.section-badge,
.service-card i {
    background: #eff6ff;
    color: #2563eb
}

.services-content {
    padding-right: 50px
}

.section-badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px
}

.services-content h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 25px
}

.services-content p {
    line-height: 1.9;
    margin-bottom: 35px
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px
}

.service-card {
    background: #fff;
    padding: 35px;
    border-radius: 24px;
    border: 1px solid #e5e7eb;
    transition: .4s
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .08)
}

.service-card i {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 28px;
    margin-bottom: 20px
}

.service-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 12px
}

.service-card p {
    color: #6b7280;
    margin: 0
}

.cta-section,
.portfolio-section {
    padding: 50px 0;
    background: #fff
}

.portfolio-section .section-title {
    color: #0b1120
}

.featured-project {
    background: #f8fafc;
    border-radius: 30px;
    padding: 40px;
    margin-bottom: 50px;
    border: 1px solid #e5e7eb
}

.featured-image img {
    width: 100%;
    border-radius: 20px;
    display: block
}

.project-category {
    display: inline-block;
    padding: 8px 16px;
    background: #eff6ff;
    color: #2563eb;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px
}

.featured-content h3 {
    font-size: 40px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px
}

.featured-content p {
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 25px
}

.project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px
}

.project-tags span {
    padding: 8px 15px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #e5e7eb;
    font-size: 14px;
    color: #0b1120
}

.cta-tag,
.portfolio-overlay span {
    display: inline-block;
    font-size: 13px
}

.portfolio-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    height: 450px
}

.portfolio-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .8s
}

.portfolio-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .9), rgba(0, 0, 0, .2));
    z-index: 1
}

.portfolio-card:hover img {
    transform: scale(1.08)
}

.portfolio-overlay {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 2
}

.portfolio-overlay span {
    padding: 8px 16px;
    background: #2563eb;
    color: #fff;
    border-radius: 50px;
    margin-bottom: 15px
}

.portfolio-overlay h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 15px
}

.portfolio-overlay a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: .4s
}

.portfolio-card:hover .portfolio-overlay a {
    opacity: 1;
    transform: translateY(0)
}

.cta-glow-1,
.cta-glow-2 {
    width: 250px;
    height: 250px
}

.cta-box {
    position: relative;
    overflow: hidden;
    padding: 70px;
    border-radius: 35px;
    background: linear-gradient(135deg, #0f172a, #1e293b)
}

.cta-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px)
}

.contact-hero,
.cta-box h2,
.cta-box p,
.cta-buttons,
.footer-section {
    position: relative
}

.cta-glow-1 {
    background: #2563eb;
    top: -100px;
    left: -80px
}

.cta-glow-2 {
    background: #00d4ff;
    right: -100px;
    bottom: -100px
}

.cta-tag {
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .08);
    color: #00d4ff;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px
}

.cta-box h2,
.footer-logo {
    font-weight: 700;
    color: #fff
}

.cta-box h2 {
    font-size: 56px;
    line-height: 1.15;
    margin-bottom: 20px;
    z-index: 2
}

.cta-box p {
    color: #cbd5e1;
    font-size: 18px;
    line-height: 1.8;
    max-width: 700px;
    z-index: 2
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 2
}

.footer-contact li,
.footer-social {
    gap: 12px;
    display: flex
}

.cta-outline-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 25px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, .15);
    color: #fff;
    transition: .3s
}

.footer-section {
    background: #0b1120;
    padding: 100px 0 30px;
    color: #fff
}

.footer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #2563eb, transparent)
}

.footer-logo {
    font-size: 32px
}

.footer-about p {
    color: #94a3b8;
    margin: 25px 0;
    line-height: 1.8
}

.footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .3s
}

.footer-social a:hover {
    background: #2563eb;
    transform: translateY(-4px)
}

.footer-widget h4 {
    margin-bottom: 25px;
    font-size: 20px
}

.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-widget ul li {
    margin-bottom: 14px
}

.footer-widget ul li a {
    color: #94a3b8;
    transition: .3s
}

.footer-widget ul li a:hover {
    color: #fff;
    padding-left: 5px
}

.footer-contact li {
    color: #94a3b8
}

.footer-contact i {
    color: #00d4ff;
    margin-top: 5px
}

.footer-newsletter {
    margin-top: 70px;
    padding: 35px;
    border-radius: 24px;
    background: #111827
}

.footer-newsletter h3 {
    margin: 0;
    font-size: 28px
}

.footer-newsletter form {
    display: flex;
    gap: 15px
}

.footer-newsletter input {
    flex: 1;
    height: 55px;
    border: none;
    border-radius: 50px;
    padding: 0 20px;
    outline: 0
}

.footer-newsletter button {
    border: none;
    padding: 0 30px;
    border-radius: 50px;
    background: #2563eb;
    color: #fff;
    font-weight: 600
}

.footer-bottom {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer-bottom p {
    margin: 0;
    color: #94a3b8
}

.footer-bottom-links {
    display: flex;
    gap: 20px
}

.footer-bottom-links a {
    color: #94a3b8
}

.contact-hero {
    padding: 125px 0 70px;
    background: linear-gradient(135deg, #0b1120, #1e293b);
    overflow: hidden
}

.contact-hero::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: #2563eb;
    border-radius: 50%;
    filter: blur(150px);
    opacity: .2;
    top: -150px;
    right: -150px
}

.contact-hero-content {
    text-align: center;
    position: relative;
    z-index: 2
}

.contact-hero h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin: 20px 0;
    line-height: 1.1
}

.breadcrumb-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.breadcrumb-wrap a,
.breadcrumb-wrap span {
    color: #cbd5e1
}

.contact-section {
    padding: 50px 0;
    background: radial-gradient(circle at top right, #dbeafe 0, transparent 30%), radial-gradient(circle at bottom left, #e0f2fe 0, transparent 25%), #fff
}

.contact-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.15;
    color: #111827;
    margin: 20px 0
}

.contact-text {
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 35px
}

.contact-info-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid #eef2f7;
    margin-bottom: 18px
}

.contact-icon {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.contact-icon i {
    font-size: 26px;
    color: #2563eb
}

.contact-info-card span {
    display: block;
    color: #64748b;
    font-size: 14px;
    margin-bottom: 5px
}

.contact-info-card h4 {
    font-size: 18px;
    color: #111827;
    margin: 0;
    font-weight: 600
}

.contact-form-box {
    background: #fff;
    border-radius: 30px;
    padding: 45px;
    border: 1px solid #eef2f7;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .08)
}

.response-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    background: #eff6ff;
    color: #2563eb;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px
}

.form-header h3 {
    font-size: 34px;
    color: #111827;
    margin-bottom: 10px
}

.form-header p {
    color: #64748b;
    margin-bottom: 30px
}

.contact-form-box input,
.contact-form-box select,
.contact-form-box textarea {
    width: 100%;
    height: 58px;
    padding: 0 20px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background: #f8fafc;
    margin-bottom: 20px;
    transition: .3s
}

.contact-form-box textarea {
    height: auto;
    padding: 18px 20px;
    resize: none
}

.contact-form-box input:focus,
.contact-form-box select:focus,
.contact-form-box textarea:focus {
    outline: 0;
    border-color: #2563eb;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .08)
}

.contact-btn {
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: .3s
}

.contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(37, 99, 235, .25)
}

.contact-btn i {
    margin-left: 10px
}

@media(max-width:991px) {
    .about-title {
        font-size: 42px
    }

    .about-content,
    .footer-newsletter form {
        margin-top: 20px
    }

    .services-content {
        padding-right: 0;
        margin-bottom: 50px;
        text-align: center
    }

    .contact-title,
    .cta-box h2,
    .services-content h2 {
        font-size: 40px
    }

    .services-grid {
        grid-template-columns: 1fr
    }

    .service-card-2,
    .service-card-4 {
        margin-top: 0
    }

    .cta-buttons,
    .featured-content {
        margin-top: 30px
    }

    .featured-content h3 {
        font-size: 30px
    }

    .portfolio-card {
        height: 350px
    }

    .cta-box {
        padding: 50px 35px;
        text-align: center
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center
    }

    .contact-left {
        margin-bottom: 20px
    }
}

@media(max-width:767px) {

    .about-title,
    .contact-title,
    .cta-box h2,
    .services-content h2 {
        font-size: 32px
    }

    .about-subtitle,
    .cta-box p {
        font-size: 16px
    }

    .about-features {
        grid-template-columns: 1fr
    }

    .about-stats,
    .footer-newsletter form {
        flex-direction: column
    }

    .experience-card {
        left: 15px;
        bottom: 15px;
        padding: 20px
    }

    .footer-newsletter button {
        height: 55px
    }

    .contact-form-box {
        padding: 30px
    }
}