* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}


.hero-wrapper {
    position: relative;
    min-height: 145vh;
    background: radial-gradient(#0b2b24 0%,
            #061212 55%,
            #020b0b 100%);
    overflow: hidden;
}

.hero-wrapper2 {
    position: relative;
    min-height: 80vh;
    background: radial-gradient(#0b2b24 0%,
            #061212 55%,
            #020b0b 100%);
    overflow: hidden;
}

input {
    background: #E0E0E00F !important;
    font-weight: bold !important;
}

input::placeholder {
    color: white !important;
}

textarea {
    background: #E0E0E00F !important;
}

textarea::placeholder {
    color: white !important;
    font-weight: bold !important;
}

.social-links .fab {
    transition: all 0.3s ease-in-out;
}

.social-links a {
    text-decoration: none;
}

.social-links:hover a {
    transform: translateY(-2px);
}

.fab {
    color: #D2700F !important;
}

.fas {
    color: #D2700F !important;
}

.fa-brands {
    color: #D2700F !important;
    font-size: 30px;
}


.hero-wrapper3 {
    position: relative;
    min-height: 30vh;
    background: #051111;
    overflow: hidden;
}

.img02 {
    width: 700px;
}

.navbar {
    position: relative;
    z-index: 10;
}

.logo-img {
    width: 40px;
}

.logo-text {
    line-height: 1.1;
}

.logo-text1 {
    line-height: 1.1;
}

.opt {
    font-size: 0.7rem;
    opacity: 0.7;
    letter-spacing: 1px;
}

.nav-link-custom {
    text-decoration: none;
    opacity: 0.75;
    font-size: 17px;
    transition: 0.3s ease;
}

.nav-link-custom:hover {
    opacity: 1;
    color: #fff;
}

.btn1 {
    background: linear-gradient(231.33deg, #0686D3 7.92%, #098B59 51.61%);
    border: none;
    border-radius: 14px;
    width: 140px;
    height: 46px;
    color: #061212;
    font-weight: 600;
    box-shadow: 0px 1px 3.3px 0px #00FF9D;
    box-shadow: 0px 4px 3.3px 0px #00FF9D inset;
}

.btno {
    background: linear-gradient(231.33deg, #0686D3 7.92%, #098B59 51.61%);
    border: none;
    border-radius: 14px;
    width: 140px;
    height: 46px;
    margin-left: 300px;
    color: #061212;
    font-weight: 600;
    box-shadow: 0px 1px 3.3px 0px #00FF9D;
    box-shadow: 0px 4px 3.3px 0px #00FF9D inset;
}

.btn2 {
    background: linear-gradient(231.33deg, #0686D3 7.92%, #098B59 51.61%);
    border: none;
    border-radius: 14px;
    width: 140px;
    height: 46px;
    color: #061212;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0px 1px 3.3px 0px #00FF9D;
    box-shadow: 0px 4px 3.3px 0px #00FF9D inset;
}

.btn2a {
    background: linear-gradient(231.33deg, #0686D3 7.92%, #098B59 51.61%);
    border: none;
    border-radius: 14px;
    height: 46px;
    color: #061212;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0px 1px 3.3px 0px #00FF9D;
    box-shadow: 0px 4px 3.3px 0px #00FF9D inset;
}

.btnn {
    border: 1px solid #cfd4dc;
    border-radius: 14px;
    width: 140px;
    height: 46px;
    color: #fff;
    background: transparent;
}

.hero-content {
    position: relative;
    z-index: 5;
    text-align: center;
}

.hero-content2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
}

.hero-content2 img {
    margin-top: 50px;
}

.hero-text {
    flex: 1;
}

.hero-image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.hero-image img {
    max-width: 600px;
    width: 200%;
    height: auto;
}

.hero-content3 {
    position: relative;
    z-index: 5;
    left: 15%;
    top: 20%;
    gap: 32px;
}

.hero-content3 img {
    margin-top: 50px;
}

.div01 {
    padding-top: 70px;
}

#navbarNav {
    margin-left: 120px;
    font-size: 20px;
    font-weight: bold;
}

.hero-content h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    margin-bottom: 18px;
}

.hero-content p {
    max-width: 620px;
    margin: 0 auto 22px;
    opacity: 0.8;
    font-size: 1rem;
}


.clients span {
    font-size: 20px;
    opacity: 0.8;
}

.hero-img {
    position: absolute;
    bottom: 20%;
    top: 50%;
    left: 22%;
    width: min(1000px);
    z-index: 2;
    pointer-events: none;
}

.hero-img img {
    width: 80%;
    height: auto;
    display: block;
}

.arc {
    position: absolute;
    width: 100%;
    height: 140%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    border: 2px solid rgba(0, 255, 157, 0.08);
    pointer-events: none;
}

.arc-1 {
    top: 8%;
}

.arc-2 {
    top: 23%;
    width: 80%;
    height: 150%;
}

.arc-3 {
    top: 40%;
    width: 60%;
    height: 95%;
}


.arc-4 {
    position: absolute;
    width: 120%;
    height: 240%;
    top: 46%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    pointer-events: none;
    box-shadow: 2px 5px 5px 10px #00FF9D;
    backdrop-filter: blur(168px);
    background: #061212;
}


.floating-icons {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.floating-icons .icon {
    position: absolute;
    width: 250px;
    height: 450px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.35;
    animation: float 6s ease-in-out infinite;
}

.icon-1 {
    background-image: url("./media/Group 1000002218.svg");
    top: 30%;
    left: 18%;
}

.icon-2 {
    background-image: url("./media/Group 1000002214.png");
    top: 65%;
    /* left: 28%; */
    animation-duration: 9s;
}

.icon-3 {
    background-image: url("./media/Group 1000002216.png");
    top: 25%;
    right: 22%;
}

.icon-4 {
    background-image: url("./media/Group 1000002217.png");
    top: 20%;
    right: 14%;
    animation-duration: 11s;
}

.icon-5 {
    background-image: url("./media/Group 1000002217.png");
    top: 50%;
    right: 2%;
    animation-duration: 11s;
}

.icon-6 {
    background-image: url("./media/Group 1000002217.png");
    top: 20%;
    left: 14%;
    animation-duration: 11s;
}

.sec2 {
    position: relative;
    margin-top: -120px;
    padding-top: 140px;
    padding-bottom: 100px;
    background: linear-gradient(180deg, #061313 0%, #040303 100%);
    overflow: hidden;
}

.sec2 .floating-icons {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.video-hero {
    position: relative;
    width: 100%;
    height: 20vh;
    min-height: 520px;
    overflow: hidden;
    background: #040303;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.video-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
}


.video-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 900px;
    padding: 0 20px;
}

.video-content p {
    font-size: 30px;
    max-width: 850px;
    text-shadow: 2px 5px 5px black;
    margin: 0 auto 10px;
    color: #cfdede;
    line-height: 1.7;
    font-weight: bold;
}


.hero-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    padding: 14px 28px;
    background: linear-gradient(135deg, #00ff9d, #00c67c);
    color: #061313;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 255, 157, 0.35);
}

.btn-outline {
    padding: 14px 28px;
    border: 1px solid #00ff9d;
    color: #00ff9d;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-outline:hover {
    background: #00ff9d;
    color: #061313;
}


.sec2 .icon {
    position: absolute;
    width: 250px;
    height: 450px;
    background-size: contain;
    background-repeat: no-repeat;
    /* opacity: 0.25; */
    animation: float 3s ease-in-out infinite;
}

.icon-7 {
    background-image: url("./media/Group 1000002217.png");
    top: 18%;
    left: 10%;
}

.icon-8 {
    background-image: url("./media/Group 1000002217.png");
    top: 40%;
    left: 6%;
}

.icon-9 {
    background-image: url("./media/Group 1000002217.png");
    top: 65%;
    left: 14%;
}

.icon-10 {
    background-image: url("./media/Group 1000002217.png");
    top: 30%;
    right: 12%;
}

.icon-11 {
    background-image: url("./media/Group 1000002217.png");
    top: 55%;
    right: 8%;
}

.icon-13 {
    background-image: url("./media/Group 1000002217.png");
    top: 75%;
    right: 18%;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-14px);
    }

    100% {
        transform: translateY(0);
    }
}

.Phase {
    width: min(800px, 92%);
    margin: auto;
    z-index: 2px;
}

.Phase2 {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.team-wrapper {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.team-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
}

.hyt {
    margin-left: -6px;
}

.dyy {
    font-size: 20px !important;
}

.team-img {
    width: 100%;
    height: 470px;
    border-radius: 16px;
    overflow: hidden;
}

.teamb {
    width: 120% !important;
    height: 100% !important;
    margin-left: -20px !important;
    object-fit: cover;
}

.teamc {
    height: 350px !important;
    width: 420px !important;
    margin-left: -20px !important;
    object-fit: cover;
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-info {
    margin-top: 18px;
}

.team-info h3 {
    font-size: 20px;
    font-weight: 600;
}

.team-info p {
    font-size: 14px;
    opacity: 0.8;
    margin-top: 6px;
}

.role-badge {
    display: inline-block;
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.08);
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 20px;
}

.team-grid {
    max-width: 200px;
    margin: 25px !important;
    margin-left: 60px !important;
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    gap: 38px;
}

.card-img {
    position: relative;
    height: 400px;
    border-radius: 14px;
    overflow: hidden;
}

.card-img img {
    height: 400px !important;
    width: 400px;
    object-fit: cover;
}


.role {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(8px);
    padding: 6px 12px;
    font-size: 11px;
    border-radius: 14px;
}

.card-info {
    margin-top: 14px;
}

.card-info h4 {
    font-size: 15px;
    font-weight: 600;
}

.card-info p {
    font-size: 12px;
    opacity: 0.75;
    margin-top: 4px;
}

.Phase3 {
    display: flex;
    justify-content: center;
    margin-top: 120px;
}

.smallone {
    display: flex;
    justify-content: center;
}


.smallone img {
    margin-top: 20px;
}

.details {
    display: flex;
    justify-content: center;
}

.details img {
    width: 700px;
}

.smallsec {
    height: 316px;
    angle: 0 deg;
    opacity: 1;
    background: #030404;
}

.smallsec div {
    margin: auto;
}

.text001 {
    font-size: 13px;
    font-style: normal;
}

.sec3 {
    background: #030404;
    position: relative;
    margin-top: -120px;
    /* padding-top: 140px; */
    padding-bottom: 100px;
    overflow: hidden;
}

.sec3b {
    background: linear-gradient(180deg, #061313 0%, #040303 100%);
    position: relative;
    margin-top: 0px;
    overflow: hidden;
}

.sec3C {
    position: relative;
    height: 100vh;
    background: linear-gradient(180deg,
            rgb(6, 14, 14),
            rgb(0, 0, 0));
    overflow: hidden;
}


.sec3C::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("./media/fizedge_icon_logo2.svg");
    justify-content: space-between;
    background-size: 420px;
    opacity: 0.09;
    z-index: 0;
}

.sec3C * {
    position: relative;
    z-index: 2;
}

.fexing {
    padding-top: 100px !important;
}

.fexing p {
    font-size: 15px;
}

.fexing img {
    width: 704px;
    height: 704px;
    angle: -0 deg;
    opacity: 1;
    padding-bottom: 200px !important;

}

.sec3d {
    background: #030404;
    position: relative;
    height: 80vh;
    margin-top: 0px;
    width: 100%;
    padding-bottom: 100px;
    overflow: hidden;
}

.sec3e {
    background: #030404;
    position: relative;
    height: 135vh;
    margin-top: 0px;
    align-items: center;
    padding-bottom: 100px;
    overflow: hidden;
}

.card {
    background: #E0E0E00F;
    border-radius: 15px;
    color: white;

}

.card img {
    margin-left: 90px;
}

.card:hover {
    border: 1px solid green !important;
}

.text001 {
    font-size: 13px;
    font-style: normal;
}

.chanen {
    z-index: 2;
    padding-top: 450px;
}

.chanen h1 {
    color: #D2700F;
    font-size: 30px;
    font-weight: bolder !important;
}

.jbtn {
    display: flex;
    justify-content: center;
}

.showcase {
    background-image: url(./media/IMG_9578444.gif);
    height: 120vh;
    background-position: center;
    background-size: cover;
    background-color: #101111;
}

.showcase-wrapper {
    display: flex;
    gap: 40px;
    justify-content: center;
    max-width: 1400px;
    margin: auto;
}

.service-card {
    position: relative;
    width: 100%;
    max-width: 420px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

.service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.service-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.service-overlay h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
}

.service-overlay p {
    color: #cfcfcf;
    font-size: 16px;
    max-width: 80%;
    margin-bottom: 20px;
}

.service-btn {
    padding: 12px 26px;
    border-radius: 30px;
    background: linear-gradient(135deg, #00ff9d, #00c57a);
    color: #061212;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 255, 157, 0.4);
}

.service-card:hover img {
    transform: scale(1.1);
}

.service-card:hover .service-overlay {
    opacity: 1;
    transform: translateY(0);
}

.service-card.wide {
    width: 60%;
    max-width: 100%;
    height: 420px;
    margin: auto;
}

.cta-footer {
    position: relative;
    background: radial-gradient(circle at top, #061313, #000);
    padding: 80px 40px;
    overflow: hidden;
    color: #fff;
}

.cta-box {
    position: relative;

    border-radius: 20px;

    text-align: center;
    margin-bottom: 70px;
    z-index: 2;
}

.cta-box h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.cta-btn {
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: linear-gradient(231.33deg, #0686D3 7.92%, #098B59 51.61%);
    border-radius: 15px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0px 1px 3.3px 0px #00FF9D;
    box-shadow: 0px 4px 3.3px 0px #00FF9D inset;
}

.footer-content {
    background: linear-gradient(174.77deg, #030404 1.59%, #062828 203.88%);
    margin-top: -25px;
    flex-wrap: wrap;
    color: white;
    font-weight: bold !important;
}

.footer-left {
    display: flex;
    justify-content: space-between;
    padding: 20px, 10px;
    font-weight: bold;
}

.footer-left img {
    margin-bottom: 15px;
}

.footer-left p {
    font-size: 14px;
    opacity: 0.8;
}

.footer-left1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    transition: 0.5s ease;
}

.hamburger:hover {
    transform: translate(2px, 3px);
}

.hamburger span {
    width: 15px;
    height: 3px;
    background-color: #fff;
    margin: 3px 0;
    transition: 0.3s;
}

.adding {
    border: 3px solid #D2700F;
    box-shadow: 2px 2px 2px 2px rgba(0, 128, 0, 0.59);
    width: 90%;
    border-radius: 20px;
    height: 70%;
    margin: auto;
    margin-top: 100px;
}

.text {
    background: linear-gradient(120deg, #ff6a00, #ee0979);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-links {
    margin-right: 30px;
    gap: 80px;
}

.footer-links a {
    display: block;
    color: white;
    font-weight: bolder !important;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 20px;
}

.footer-links a:hover {
    color: #00ff9d;
}

.copyright {
    text-align: center;
    margin-top: 40px;
    font-size: 18px !important;
    opacity: 0.6;
    overflow: hidden;
    font-weight: bolder !important;
}

.services-section {
    background-color: rgba(236, 220, 220, 0.655);
    padding: 80px 20px;
    margin: auto;
}

.service-item {
    display: flex;
    margin-bottom: 100px;
}

.service-item.reverse {
    flex-direction: row-reverse;
    margin-left: 80px;
}

.service-item.reverse .service-text {
    padding-left: 40px;
}

.service-text {
    flex: 1;
    padding-left: 40px;
}

.service-text h3 {
    font-size: 30px;
    margin-bottom: 16px;
    color: black;
    font-size: bold !important;
}

.service-text ul {
    list-style: none;
    padding: 0;
}

.service-text ul li {
    font-size: 15px;
    color: black;
    margin-bottom: 10px;
    line-height: 30px;
    position: relative;
    padding-left: 22px;
}

.service-text ul li::before {
    content: "●";
    color: #D2700F;
    position: absolute;
    left: 0;
    font-size: 17px;
}

.service-image {
    flex: 1;
    padding: 16px;
}

.service-image img {
    width: 80%;
    margin-right: 20px;
    border-radius: 20px;
}

.img01 {
    position: absolute;
    width: 160px;
    height: 124px;
    top: 35%;
    left: -5%;
    opacity: 1;
}


@media screen and (min-width: 320px) and (max-width: 479px) {
    .arc {
        width: 120%;
        height: 88%;
        opacity: 1;
    }

    .arc-1 {
        top: 14%;
    }

    .arc-2 {
        top: 20%;
        width: 100%;
        height: 80%;
    }

    .arc-3 {
        top: 28%;
        width: 70%;
        height: 60%;
    }

    .arc-4 {
        top: 55%;
        width: 105%;
        height: 60%;
        /* display: none; */
    }

    .hero-content h1 {
        font-size: 1.4rem !important;
        line-height: 1.3;
    }

    .hero-content p {
        font-size: 0.8rem !important;
        padding: 0 10px;
    }

    h1 {
        font-size: 1.5rem !important;
    }

    h2 {
        font-size: 1.2rem !important;
    }

    h3 {
        font-size: 1rem !important;
    }

    p {
        font-size: 0.75rem !important;
    }

    /* Navbar */
    .navbar {
        padding: 10px !important;
    }

    .logo-img {
        width: 30px !important;
    }

    .logo-text {
        font-size: 0.7rem;
    }

    .opt {
        font-size: 0.5rem !important;
    }

    .nav-link-custom {
        font-size: 14px !important;
    }

    .navbar-collapse {
        background: rgba(6, 18, 18, 0.98);
        padding: 15px;
        border-radius: 10px;
        margin-top: 10px;
    }

    .navbar-nav {
        margin-bottom: 15px;
    }

    .gt {
        flex-direction: column;
        gap: 8px !important;
    }

    .btnn,
    .btn1,
    .btn2 {
        width: 100% !important;
        height: 38px !important;
        font-size: 15px !important;
    }

    .but {
        margin-top: -45px !important;
    }

    .hero-wrapper {
        min-height: 100vh !important; 
    } 

    .hero-wrapper2 {
        min-height: 60%;
    }

    .hero-wrapper3 {
        min-height: 60vh !important;
    }

    .hero-content {
        padding: 20px 5px;
    }

    .hero-content3 {
        left: 15% !important;
        top: 15% !important;
        gap: 15px !important;
        flex-direction: column;
    }

    .div01 .tag {
        margin: auto !important;
        width: 30% !important;
    }

    .div01 h1 {
        font-size: 1.5rem !important;
        margin-left: -150px !important;
    }

    .hero-content3 h1 {
        font-size: 1.5rem !important;
    }

    .hero-content3 img {
        margin-top: 20px !important;
        width: 80%;
    }

    .hero-content2 {
        flex-direction: column;
        padding: 0px 15px !important;
        text-align: center;
    }

    .hero-text {
        margin-bottom: 20px;
    }

    .hero-image {
        justify-content: center !important;
    }

    .hero-image img {
        max-width: 130% !important;
        width: 150% !important;
        margin-left: -48.5px;
    }

    /* Hero Image */
    .hero-img {
        top: 60% !important;
        left:7% !important;
        width: 100%;
    }

    /* Floating Icons - Show on mobile but optimized */
    .floating-icons {
        display: block !important;
    }

    .floating-icons .icon {
        width: 80% !important;
        height: 120px !important;
        opacity: 1 !important;
    }

    .icon-1 {
        top: 8% !important;
        left: 3% !important;
    }

    .icon-2 {
        top: 20% !important;
        right: 5% !important;
    }

    .icon-3 {
        top: 35% !important;
        right: 3% !important;
    }

    .icon-4 {
        top: 50% !important;
        right: 8% !important;
    }

    .icon-5,
    .icon-6 {
        display: block !important;
    }

    .img02 {
        width: 90% !important;
        margin-left: -7% !important;
    }

    .img01 {
        width: 30% !important;
        height: 20% !important;
        top: 28% !important;
        left: -15% !important;
    }

    .details img {
        width: 100%;
    }

    .clients {
        margin-top: -5% !important;
    }

    .clients img {
        width: 80%;
    }

    .btn-primary,
    .btn-outline {
        padding: 10px 20px !important;
        font-size: 0.8rem !important;
    }

    .sec2 {
        margin-top: -20px !important;
        padding-top: 80px !important;
        padding-bottom: 50px !important;
    }

    .Phase {
        width: 95% !important;
    }

    .smallone img {
        width: 30% !important;
        max-width: 200px;
    }

    .card {
        margin-bottom: 15px;
        height: 100%;
    }

    .card img {
        margin-left: 40% !important;
    }

    .card-body {
        padding: 15px !important;
    }

    .team-wrapper {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding: 10px;
    }

    .team-card {
        padding: 12px !important;
    }

    .team-img {
        height: 450px !important;

    }

    .hyt {
        font-size: 16px !important;
        margin-left: -5px;
    }

    .teamb {
        width: 100% !important;
        height: 100% !important;
        margin-left: 0 !important;
    }

    .teamc {
        height: 200px !important;
        width: 100% !important;
        margin-left: 0 !important;
    }

    .team-grid {
        grid-template-columns: 1fr !important;
        margin: 10px !important;
        margin-left: 10px !important;
        gap: 20px !important;
    }

    .team-info h3 {
        font-size: 16px !important;
    }

    .team-info p {
        font-size: 12px !important;
    }

    .card-img {
        height: 400px !important;
        width: 330px;
    }

    .card-img img {
        height: 450px !important;
        width: 100% !important;
    }

    .services-section {
        padding: 40px 15px !important;
    }

    .service-item {
        flex-direction: column !important;
        margin-bottom: 50px !important;
    }

    .service-item.reverse {
        flex-direction: column !important;
        margin-left: 0 !important;
    }

    .service-text {
        padding-left: 0 !important;
        text-align: center;
    }

    .service-text h3 {
        font-size: 18px !important;
    }

    .service-image {
        padding: 10px !important;
    }

    .service-image img {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .services-wrapper {
        flex-direction: column !important;
        padding: 15px !important;
    }

    .service-box {
        min-width: 100%;
    }

    .service-title {
        font-size: 16px !important;
        white-space: normal !important;
    }

    .showcase {
        background-image: url(./media/IMG_9578444.gif);
        height: 40vh !important;
        background-position: center;
        background-size: cover;
    }

    .chanen {
        padding-top: 50px !important;
    }

    .chanen h1 {
        color: #D2700F;
        font-size: 20px;
        font-weight: bolder !important;
    }

    .showcase-wrapper {
        flex-direction: column;
        gap: 20px !important;
    }

    .service-card {
        max-width: 100% !important;
    }

    .service-card.wide {
        width: 100% !important;
        height: 250px !important;
    }

    .sec3 {
        margin-top: -60px !important;
        padding-top: 80px !important;
        padding-bottom: 50px !important;
    }

    .sec3C {
        height: 60%;
        padding: 20px;
    }

    .fexing {
        padding-top: 20px !important;
        flex-direction: column;
        text-align: center;
    }

    .fexing h1 {
        margin-left: 0 !important;
        margin-top: 20px !important;
    }

    .fexing p {
        margin-left: 0 !important;
    }

    .fexing img {
        width: 100% !important;
        height: 100% !important;
        padding-bottom: 50px !important;
    }

    .sec3d {
        height: auto !important;
        min-height: 80%;
        padding: 30px 15px;
    }

    .abt p {
        padding-top: 20px;
        font-size: 15px !important;
        width: 100% !important;
        text-align: center;
    }

    .sec3e {
        height: auto !important;
        min-height: 50vh;
        padding: 30px 15px;
    }

    .ver {
        flex-direction: column !important;
    }

    .ver p,
    h1 {
        text-align: center;
    }

    .up img {
        width: 100% !important;
    }

    .video-hero {
        height: 15vh !important;
        min-height: 300px;
    }

    .video-content p {
        font-size: 14px !important;
        padding: 0 10px;
    }

    .video-content img {
        width: 60% !important
            /* max-width: 150px; */
    }

    .smallsec {
        height: auto !important;
        min-height: 200px;
        padding: 40px 15px;
    }

    .tyy {
        width: 100% !important;
    }

    .cta-footer {
        padding: 40px 15px !important;
    }

    .cta-box h2 {
        font-size: 1.2rem !important;
    }

    .footer-content {
        padding: 20px 15px;
    }

    .footer-left {
        flex-direction: column;
        gap: 20px;
    }

    .footer-links {
        flex-direction: row;
        gap: 30px !important;
        margin-right: 0 !important;
    }

    .footer-links a {
        font-size: 14px !important;
        margin-bottom: 8px;
    }

    .copyright {
        font-size: 12px !important;
    }

    .contact-form .row {
        flex-direction: column;
    }

    .form-control {
        font-size: 14px !important;
        padding: 10px !important;
    }

    .adding {
        width: 100% !important;
        height: 90% !important;
        margin-top: 30px !important;
        padding: 15px;
    }

    .text {
        font-size: 1rem !important;
    }

    /* .sec3b {
    background: linear-gradient(180deg, #061313 0%, #040303 100%);
    position: relative;
    margin-top: 20px;
    overflow: hidden;
} */

    .Phase2 {
        margin-top: 20px !important;
    }

    .board {
        margin-top: 30px !important;
    }

    .sec3d img {
        margin-top: 30px !important;
    }

    .Phase3 {
        margin-top: 60px !important;
    }

    .typing-wrapper {
        padding: 20px !important;
        line-height: 22px !important;
    }

    .image-wrapper {
        width: 100% !important;
        max-width: 300px;
    }

    .globe {
        width: 250% !important;
        border-radius: 20px;
        margin-left: -20% !important;
        margin-top: -60px;
        flex-direction: column;
    }

    .review {
        width: 100%;
    }

    .vinyltext {
        position: relative !important;
        max-width: 120% !important;
        left: -10px !important;
        top: auto !important;
        padding: 15px;
        text-align: center;
        font-size: 30px !important;
    }

    .vin {
        position: relative;
        flex-direction: column !important;
        gap: 5px !important;
        text-align: center;
        margin-top: 30% !important;
        left: -25%;
    }

    .social-links a {
        font-size: 15px !important;
        margin-right: 10px !important;
    }

    .monica {
        flex-direction: column-reverse;
    }

    .vrd {
        width: 80% !important;
        left: 10% !important;
        position: relative !important;
        margin-top: 20px;
    }

    .adj {
        font-size: 1.5rem !important;
        width: 150%;
        margin-left: -15%;
    }

    .sec2 {
        margin-top: -90px !important;
    }

    .sec3f {
        height: 100% !important;
    }

    .btno {
        margin-left: 30% !important;
    }

    .phy {
        margin-top: -30px !important;
    }
}


@media screen and (min-width: 768px) and (max-width: 1023px) {

    .hero-content h1 {
        font-size: 2rem !important;
    }

    h1 {
        font-size: 2.2rem !important;
    }

    h2 {
        font-size: 1.8rem !important;
    }

    #navbarNav {
        margin-left: 30px !important;
    }

    .nav-link-custom {
        font-size: 15px !important;
    }

    .hero-wrapper {
        min-height: 130vh !important;
    }

    .hero-content2 {
        padding: 60px 30px;
    }

    .hero-image img {
        max-width: 450px !important;
    }

    .hero-img {
        bottom: 10% !important;
        left: 10% !important;
        width: 700px !important;
    }

    .floating-icons .icon {
        width: 150px !important;
        height: 250px !important;
    }

    .img02 {
        width: 500px !important;
    }

    .team-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .team-grid {
        grid-template-columns: repeat(1, 1fr);
        margin-left: 120px !important;
    }

    .card-img {
        height: 500px !important;
        width: 500px;
    }

    .card-img img {
        height: 550px !important;
        width: 100% !important;
    }


    .service-item {
        margin-bottom: 60px !important;
    }

    .service-text {
        padding-left: 25px;
    }

    .showcase {
        height: 100vh !important;
    }

    .showcase-wrapper {
        gap: 25px;
    }

    .sec3C {
        height: auto !important;
        min-height: 100vh;
    }

    .fexing {
        padding: 50px 20px;
    }

    .fexing img {
        width: 400px !important;
        height: 400px !important;
    }

    .sec3d {
        height: auto !important;
        min-height: 70vh;
    }

    .sec3e {
        height: auto !important;
        min-height: 80vh;
    }

    .footer-left {
        justify-content: space-between;
    }

    .footer-links {
        gap: 40px !important;
    }


    .video-hero {
        min-height: 400px !important;
    }

    /* .globe {
        width: 100% !important;
    } */

    .vinyltext {
        max-width: 500px !important;
    }
}


@media screen and (min-width: 1024px) and (max-width: 1279px) {

    .hero-wrapper {
        min-height: 140vh !important;
    }

    .hero-content h1 {
        font-size: 2.5rem !important;
    }

    .hero-img {
        bottom: 15% !important;
        left: 12% !important;
        width: 800px !important;
    }

    .team-grid {
        margin-left: 150px !important;
    }

    .service-item {
        margin-bottom: 80px;
    }

    .sec3C {
        height: auto !important;
        min-height: 100vh;
    }

    .fexing img {
        width: 500px !important;
        height: 500px !important;
    }

    .video-hero {
        min-height: 450px !important;
    }
}


@media screen and (min-width: 1280px) and (max-width: 1535px) {

    .hero-wrapper {
        min-height: 145vh !important;
    }

    .hero-content h1 {
        font-size: 2.8rem !important;
    }

    .hero-img {
        bottom: 18% !important;
        left: 14% !important;
        width: 900px !important;
    }

    .team-grid {
        margin-left: 200px !important;
    }
}

@media screen and (min-width: 1536px) and (max-width: 1919px) {

    .hero-wrapper {
        min-height: 150vh !important;
    }

    .hero-content h1 {
        font-size: 3rem !important;
    }

    .hero-img {
        bottom: 20% !important;
        width: 1000px !important;
    }

    .sec2 {
        margin-top: -100px !important;
    }
}


@media screen and (min-width: 1920px) and (max-width: 2559px) {

    .hero-wrapper {
        min-height: 160vh !important;
    }

    .hero-content h1 {
        font-size: 3.5rem !important;
    }

    .hero-content p {
        font-size: 1.3rem !important;
        max-width: 800px !important;
    }

    .hero-img {
        bottom: 25% !important;
        left: 20% !important;
        width: 1200px !important;
    }

    /* Images */
    .img02 {
        width: 900px !important;
    }

    /* Team */
    .team-wrapper {
        max-width: 1400px !important;
    }

    .team-grid {
        max-width: 1600px !important;
        margin-left: 300px !important;
    }

    /* Section */
    .sec2 {
        margin-top: -80px !important;
    }

    .Phase {
        max-width: 1000px !important;
    }

    .details img {
        width: 900px !important;
    }

    /* Services */
    .services-section {
        max-width: 1600px;
        margin: 0 auto;
    }

    /* Showcase */
    .showcase {
        height: 150vh !important;
    }

    .showcase-wrapper {
        max-width: 1800px;
    }

    /* Section 3 */
    .sec3C {
        height: 120vh !important;
    }

    .fexing img {
        width: 800px !important;
        height: 800px !important;
    }

    .sec3d {
        height: 100vh !important;
    }

    .sec3e {
        height: 150vh !important;
    }

    /* Footer */
    .footer-content {
        padding: 100px 60px;
    }

    .footer-left {
        max-width: 1600px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 2560px) and (max-width: 4000px) {

    html {
        font-size: 150%;
    }

    .hero-wrapper {
        min-height: 180vh !important;
    }

    .hero-wrapper2 {
        min-height: 100vh !important;
    }

    .hero-wrapper3 {
        min-height: 50vh !important;
    }

    .hero-content h1 {
        font-size: 4rem !important;
    }

    .hero-content p {
        font-size: 1.5rem !important;
        max-width: 1000px !important;
    }

    .hero-img {
        bottom: 30% !important;
        left: 25% !important;
        width: 1800px !important;
    }

    .img02 {
        width: 1200px !important;
    }

    .details img {
        width: 1200px !important;
    }

    .smallone img {
        width: 600px !important;
    }

    .navbar {
        padding: 30px 60px !important;
    }

    .logo-img {
        width: 80px !important;
    }

    .nav-link-custom {
        font-size: 24px !important;
    }

    .btnn,
    .btn1,
    .btn2 {
        width: 200px !important;
        height: 60px !important;
        font-size: 18px !important;
    }

    .team-wrapper {
        max-width: 2000px !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 60px !important;
    }

    .team-card {
        padding: 30px !important;
    }

    .team-img {
        height: 600px !important;
    }

    .team-info h3 {
        font-size: 28px !important;
    }

    .team-info p {
        font-size: 18px !important;
    }

    .team-grid {
        max-width: 2400px !important;
        margin-left: 500px !important;
        gap: 60px !important;
    }

    .card-img {
        height: 450px !important;
    }

    .card-img img {
        height: 450px !important;
        width: 450px !important;
    }

    .services-section {
        max-width: 2400px;
        padding: 120px 80px !important;
    }

    .service-item {
        margin-bottom: 150px !important;
    }

    .service-text h3 {
        font-size: 32px !important;
    }

    .service-text ul li {
        font-size: 20px !important;
        line-height: 40px !important;
    }

    .service-image img {
        width: 70% !important;
    }

    .services-wrapper {
        max-width: 2000px;
    }

    .service-title {
        font-size: 28px !important;
    }

    .sec2 {
        margin-top: -150px !important;
        padding-top: 200px !important;
        padding-bottom: 150px !important;
    }

    .Phase {
        max-width: 1200px !important;
    }

    .sec3 {
        margin-top: -150px !important;
        padding-top: 200px !important;
        padding-bottom: 150px !important;
    }

    .sec3C {
        height: 150vh !important;
    }

    .fexing {
        padding-top: 150px !important;
    }

    .fexing img {
        width: 1000px !important;
        height: 1000px !important;
        padding-bottom: 300px !important;
    }

    .fexing h1 {
        font-size: 3rem !important;
    }

    .fexing p {
        font-size: 20px !important;
    }

    .sec3d {
        height: 120vh !important;
        padding: 80px !important;
    }

    .sec3e {
        height: 180vh !important;
        padding: 100px !important;
    }

    .showcase {
        height: 200vh !important;
    }

    .chanen {
        padding-top: 600px !important;
    }

    .service-card {
        max-width: 600px !important;
    }

    .service-card.wide {
        height: 600px !important;
        max-width: 100%;
    }

    .service-overlay h3 {
        font-size: 36px !important;
    }

    .service-overlay p {
        font-size: 20px !important;
    }

    .card {
        padding: 30px !important;
    }

    .card img {
        width: 100px !important;
    }

    .video-hero {
        height: 40vh !important;
        min-height: 600px !important;
    }

    .video-content p {
        font-size: 36px !important;
    }

    /* Smallsec */
    .smallsec {
        height: 50vh !important;
        min-height: 400px;
    }

    .cta-footer {
        padding: 120px 80px !important;
    }

    .cta-box h2 {
        font-size: 48px !important;
    }

    .cta-btn {
        padding: 20px 40px !important;
        font-size: 20px !important;
        margin-top: 20px !important;
    }

    .footer-content {
        padding: 120px 80px !important;
    }

    .footer-left {
        max-width: 2400px;
        margin: 0 auto;
    }

    .footer-links a {
        font-size: 24px !important;
    }

    .copyright {
        font-size: 20px !important;
    }


    .form-control {
        padding: 20px !important;
        font-size: 18px !important;
    }

    .floating-icons .icon {
        width: 400px !important;
        height: 700px !important;
    }

    .arc {
        height: 200% !important;
    }

    .globe {
        width: 80% !important;
        border-radius: 60px;
    }

    .vinyltext {
        max-width: 1000px !important;
        font-size: 24px !important;
    }

    .vin {
        gap: 200px !important;
    }

    .vin h2 {
        font-size: 3rem !important;
    }

    .vrd {
        width: 50% !important;
    }

    .typing-wrapper {
        font-size: 22px !important;
        line-height: 40px !important;
    }

    .image-wrapper {
        width: 800px !important;
    }

    .adding {
        padding: 60px !important;
    }

    .text {
        font-size: 2rem !important;
    }
}


@media screen and (max-width: 319px) {
    * {
        overflow-x: hidden;
    }

    .hero-wrapper,
    .hero-wrapper2,
    .hero-wrapper3 {
        min-height: auto !important;
        height: auto !important;
        padding: 80px 10px 40px;
    }

    .hero-content h1 {
        font-size: 1.2rem !important;
    }

    .sec2,
    .sec3 {
        padding: 40px 10px !important;
    }

    .team-wrapper,
    .team-grid {
        grid-template-columns: 1fr !important;
    }

    .footer-content {
        padding: 20px 10px !important;
    }
}

/* Landscape orientation fixes for mobile */
@media screen and (max-height: 500px) and (orientation: landscape) {
    .hero-wrapper {
        min-height: 180vh !important;
    }

    .hero-content {
        padding: 30px 20px;
    }

    .hero-content h1 {
        font-size: 1.5rem !important;
    }

    .floating-icons {
        display: none !important;
    }
}

/* High DPI displays (Retina, 4K displays) */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

    .hero-img img,
    .team-img img,
    .service-image img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Print styles */
@media print {


    .hero-wrapper,
    .sec2,
    .sec3 {
        margin: 0 !important;
        padding: 20px !important;
    }
}