@font-face {
    font-family: sher;
    src:url(./NeueMachina-Bold_WaMOsLX9Z9.ttf);
}

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

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #0a0a0a;
}

body::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #25afff, #1489ce);
    border-radius: 10px;
}

body {
    overflow-x: hidden;
    position: relative;
    width: 100%;
   background-color: black;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><path fill="%237DF9FF" d="M22 11c-4.96 0-9-4.04-9-9 0-1.32-2-1.32-2 0 0 4.96-4.04 9-9 9-1.32 0-1.32 2 0 2 4.96 0 9 4.04 9 9 0 1.32 2 1.32 2 0 0-4.96 4.04-9 9-9 1.32 0 1.32-2 0-2Z"/></svg>') 12 12, auto;
}

a,
button,
.clickable,
.card,
nav ul li a {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="%231489ce" d="M29.33 14.67c-6.61 0-12-5.39-12-12 0-1.76-2.67-1.76-2.67 0 0 6.61-5.39 12-12 12-1.76 0-1.76 2.67 0 2.67 6.61 0 12 5.39 12 12 0 1.76 2.67 1.76 2.67 0 0-6.61 5.39-12 12-12 1.76 0 1.76-2.67 0-2.67Z"/></svg>') 16 16, pointer;
}

nav {
    position: fixed;
    top: 1%;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    max-width: 1400px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.20);
    z-index: 999;
    font-family:sher;
}

.logo {
    display: flex;
    align-items: center;
    font-family: sher,arial;
    font-size: clamp(1rem, 3vw, 1.5rem);
    position: relative;
}

.logo i {
    color: #f0f8ff;

}

.strike-logo svg {
    position: absolute;
    top:0%;
    left:95%;
    margin-left: 0.3rem;
    width: clamp(12px, 3vw, 18px);
    height: clamp(12px, 3vw, 18px);
    fill: #f0f8ff;
}

#menu-toggle {
    display: none;
}

.hamburger {
    display: block;
    font-size: 1.8rem;
    cursor: pointer;
    color: aliceblue;
    z-index: 1000;
    padding: 8px;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    right: 0;
    /* background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(10px);
    width: 220px;
    border-radius: 12px;
    padding: 1rem 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5); */
}

.menu li {
    list-style: none;
    margin: 0.5rem 0;
    text-align: center;
}

.menu li a {
    text-decoration: none;
    color: aliceblue;
    font-size:1rem;
    padding: 10px 15px;
    display: block;
    transition: all 0.3s ease;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
   
}

.menu li a:hover {
    background-color:black;
    color: #25afff;
}

.menu li a i {
    font-size: 1.3rem;
}

.noti i {
    color: aqua;
}

#menu-toggle:checked + .hamburger + .menu {
    display: flex;
}

.main {
    min-height: 100vh;
    width: 100%;
    background-color: black;
}

.home-1 {
    position: relative;
    min-height: 100vh;
    width: 100%;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 20px 20px;
}

.heading {
    text-align: center;
    margin-bottom: 3rem;
    padding: 0 1rem;
    max-width: 1200px;
}

.heading h2 {
    color: aliceblue;
    font-family: sher, Arial, sans-serif;
    line-height: 1.2;
    font-size: clamp(2rem, 8vw, 5.4rem);
    font-weight: 300;
    margin-top: 1.5rem;
}

.heading h6 {
    font-family: sher, Arial, sans-serif;
    font-size: clamp(1rem, 4vw, 1.9rem);
    line-height: 1.4;
    color: aliceblue;
    /* position: absolute; */
    /* margin-left: 10rem; */
}

.heading h6 i {
    color: #25afff;
}

.heading h2 span {
    font-size: clamp(2.5rem, 10vw, 6.5rem);
    background: linear-gradient(135deg, #667eea 0%, #4dd0e1 25%, #60d4f7 50%, #00d4ff 75%, #667eea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
    font-style: italic;
    background-size: 200% auto;
    animation: shimmer 2s linear infinite;
    filter: drop-shadow(0 0 25px rgba(77, 208, 225, 0.1));
    position: relative;
    display: inline-block;
}

@keyframes shimmer {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}

.heading h2 svg {
    position: absolute;
    top: 12%;
    right: -15%;
    width: clamp(20px, 5vw, 40px);
    height: clamp(20px, 5vw, 40px);
}

.light {
    height: 300px;
    width: 400px;
    background-color: #25afff;
    filter: blur(150px);
    position: absolute;
    top:-30%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    pointer-events: none;
}

.cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    padding: 0 1rem;
}

.cta li {
    list-style-type: none;
}

.cta a {
    text-decoration: none;
}

.details,
.demo {
    display: inline-block;
    color: whitesmoke;
    padding: clamp(12px, 3vw, 15px) clamp(20px, 5vw, 30px);
    border: none;
    border-radius: 30px;
    font-size: clamp(0.9rem, 2.5vw, 1rem);
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    font-family: sher, Arial, sans-serif;
    min-height: 44px;
    min-width: 120px;
    text-align: center;
}

.details {
    background: linear-gradient(135deg, #4dd0e1, #00d4ff);
    box-shadow: 0 4px 15px rgba(77, 208, 225, 0.4);
}

.cta .details:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(77, 208, 225, 0.6);
}

.demo {
    background: linear-gradient(135deg, #db3e3e, #da25da);
    box-shadow: 0 4px 15px rgba(219, 62, 62, 0.4);
}

.cta .demo:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(246, 10, 10, 0.6);
}

.cta .details i {
    margin-left: 4px;
}

.cta .demo i {
    margin-right: 5px;
}

.slogan {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 3rem;
    padding: 0 1rem;
}

.slogan p {
    color: aliceblue;
    line-height: 1.6;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: clamp(0.9rem, 2.5vw, 1rem);
}

.slogan p i {
    color: #1489ce;
}

.achievments {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    width: 100%;
    padding: 0 1rem;
}

.achievments div {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border: 1px solid #0b537c;
    padding: 1.5rem;
    min-width: 150px;
    flex: 1;
    max-width: 200px;
    text-align: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 2px 7px 233px 12px rgba(56, 122, 193, 0.09);
    background: rgba(11, 83, 124, 0.05);
}

.achievments h4 {
    font-size: clamp(1.5rem, 5vw, 2rem);
    font-family: Arial, sans-serif;
    color: #25afff;
}

.achievments p {
    font-family: sher, Arial, sans-serif;
    color: aliceblue;
    font-size: clamp(0.8rem, 2vw, 1rem);
}

.poweredby {
    text-align: center;
    color: aliceblue;
    font-family: sher, Arial, sans-serif;
    font-size: clamp(0.7rem, 2vw, 0.9rem);
    opacity: 0.7;
}

.poweredby i {
    color: #0b537c;
}

.home-2 {
    min-height: 100vh;
    width: 100%;
    background-color: black;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
}

.home-2 h1 {
    color: aliceblue;
    text-align: center;
    font-size: clamp(1.5rem, 5vw, 3rem);
    font-family: sher, Arial, sans-serif;
    line-height: 1.4;
    margin-bottom: 3rem;
    max-width: 1000px;
}

.home-2 h1 i {
    color: #1489ce;
}

.home-2 iframe {
    width: 90%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    margin-bottom: 3rem;
    box-shadow: 0 10px 60px rgba(0, 123, 255, 0.3);
    height:50%;
}

.home-2 .light-2 {
    height: 200px;
    width: 300px;
    background-color: #25afff;
    filter: blur(120px);
    position: absolute;
    top: 10%;
    right: -10%;
    border-radius: 50%;
    pointer-events: none;
}

.home-2 h2 {
    color: aliceblue;
    font-family: sher, Arial, sans-serif;
    font-size: clamp(1.2rem, 4vw, 2.8rem);
    letter-spacing: -1px;
    text-align: center;
}

.home-2 h2 i {
    color: #1489ce;
}

.home-3 {
    min-height: 100vh;
    width: 100%;
    background-color: black;
    padding: 60px 20px;
    position: relative;
}

.home-3 h1 {
    color: aliceblue;
    font-size: clamp(2rem, 6vw, 5rem);
    margin-bottom: 3rem;
    text-align: center;
    font-family: sher, Arial, sans-serif;
}

.home-3 h1 i {
    color: #25afff;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.feature-card {
    background: linear-gradient(145deg, #0a0a0a 0%, #1a1a1a 100%);
    border: 3px solid rgba(37, 175, 255, 0.1);
    border-radius: 24px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    animation: fadeInUp 0.8s ease-out backwards;
}

.feature-card:nth-child(1) { animation-delay: 0.1s; }
.feature-card:nth-child(2) { animation-delay: 0.2s; }
.feature-card:nth-child(3) { animation-delay: 0.3s; }
.feature-card:nth-child(4) { animation-delay: 0.4s; }
.feature-card:nth-child(5) { animation-delay: 0.5s; }

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top left, rgba(37, 175, 255, 0.15) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: rgba(37, 175, 255, 0.5);
    box-shadow: 0 20px 60px rgba(37, 175, 255, 0.3);
}

.icon-wrapper {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(154, 186, 205, 0.2) 0%, rgba(37, 175, 255, 0.05) 100%);
    border: 2px solid #25afff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.checkmark {
    width: 30px;
    height: 30px;
    position: relative;
}

.checkmark::before,
.checkmark::after {
    content: '';
    position: absolute;
    background: #25afff;
    border-radius: 3px;
}

.checkmark::before {
    width: 4px;
    height: 20px;
    bottom: 5px;
    left: 18px;
    transform: rotate(45deg);
}

.checkmark::after {
    width: 4px;
    height: 12px;
    bottom: 5px;
    left: 10px;
    transform: rotate(-45deg);
}

.feature-card h2 {
    color: #ffffff;
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    margin-bottom: 15px;
    font-weight: 600;
    font-family: sher, Arial, sans-serif;
    line-height: 1.3;
}

.feature-card p {
    color: rgba(255, 255, 255, 0.6);
    font-size: clamp(0.9rem, 2vw, 1rem);
    line-height: 1.6;
    font-family: Arial, sans-serif;
}

.glow-effect {
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(37, 175, 255, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    top: -150px;
    right: -150px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.feature-card:hover .glow-effect {
    opacity: 1;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.home-4 {
    min-height: 100vh;
    width: 100%;
    background-color: black;
    padding: 60px 20px;
}

.instructor-section {
    max-width: 1400px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h1 {
    font-size: clamp(2rem, 6vw, 3.5rem);
    color: #fff;
    margin-bottom: 1rem;
    font-family: sher, Arial, sans-serif;
}

.section-header h1 i {
    color: #25afff;
}

.section-header p {
    font-size: clamp(1rem, 3vw, 1.2rem);
    color: #06b6d4;
    font-family: sher, Arial, sans-serif;
}

.cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.instructor-card {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    border-radius: 30px;
    padding: 30px;
    border: 1px solid rgba(59, 130, 246, 0.3);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.instructor-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(59, 130, 246, 0.4);
    border-color: rgba(59, 130, 246, 0.6);
}

.profile-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.profile-image-wrapper {
    flex-shrink: 0;
}

.profile-image {
    width: clamp(120px, 30vw, 180px);
    height: clamp(120px, 30vw, 180px);
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #3b82f6;
    transition: all 0.5s ease;
}

.instructor-card:hover .profile-image {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(59, 130, 246, 0.6);
}

.profile-info h2 {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    color: #f1f5f9;
    margin-bottom: 10px;
    font-family: sher, Arial, sans-serif;
}

.trophy-icon {
    display: inline-block;
    font-size: 1.5rem;
    margin-left: 5px;
}

.role-badge {
    display: inline-block;
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: clamp(0.8rem, 2vw, 0.9rem);
    font-family: sher, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.current-role {
    color: #94a3b8;
    font-size: clamp(0.9rem, 2vw, 1rem);
    font-style: italic;
    font-family: Arial, sans-serif;
}

.tags-section {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 25px;
    justify-content: center;
}

.tag {
    padding: 10px 16px;
    border-radius: 25px;
    font-size: clamp(0.7rem, 2vw, 0.85rem);
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: sher, Arial, sans-serif;
}

.tag:nth-child(1) {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #fff;
}

.tag:nth-child(2) {
    background: linear-gradient(135deg, #06b6d4, #0891b2);
    color: #fff;
}

.tag:nth-child(3) {
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    color: #fff;
}

.tag:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.bio {
    color: #cbd5e1;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: clamp(0.9rem, 2vw, 1rem);
    font-family: Arial, sans-serif;
}

.action-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn {
    flex: 1;
    min-width: 120px;
    padding: 15px 30px;
    border: none;
    border-radius: 15px;
    font-size: clamp(0.9rem, 2vw, 1rem);
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: sher, Arial, sans-serif;
}

.btn-primary {
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    color: #fff;
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.4);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(59, 130, 246, 0.6);
}

.btn-secondary {
    background: transparent;
    color: #3b82f6;
    border: 3px solid #3b82f6;
}

.btn-secondary:hover {
    background: #3b82f6;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.4);
}

.home-5 {
    min-height: 60vh;
    width: 100%;
    background-color: black;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
}

.light-3 {
    height: 200px;
    width: 300px;
    background-color: #25afff;
    filter: blur(150px);
    position: absolute;
    top: 10%;
    left: -10%;
    border-radius: 50%;
    pointer-events: none;
}

.home-5 h1 {
    color: aliceblue;
    font-family: sher, Arial, sans-serif;
    font-size: clamp(1.5rem, 5vw, 4rem);
    text-align: center;
    margin-bottom: 3rem;
}

.home-5 h1 i {
    color: #25afff;
}

.home-5 .review {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-5 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 0 1rem;
}

.home-5 ul li {
    list-style-type: none;
}

.home-5 ul li a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: clamp(1rem, 3vw, 1.5rem);
    font-family: sher, Arial, sans-serif;
    cursor: pointer;
    gap: 8px;
    transition: transform 0.3s ease;
    min-width: 80px;
}

.home-5 ul li a:hover {
    transform: translateY(-5px);
}

.home-5 ul li a i {
    font-size: clamp(2rem, 5vw, 3rem);
}

.reddit i {
    color: #FF4500;
}

.linkedin i {
    color: #0077B5;
}

.insta i {
    color: #E1306C;
}

.twitter i {
    color: #1DA1F2;
}

.home-6 {
    min-height: 60vh;
    width: 100%;
    background-color: black;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-6 h1 {
    color: transparent;
    font-size: clamp(3rem, 12vw, 10rem);
    letter-spacing: clamp(0.5rem, 3vw, 4rem);
    font-family: sher, Arial, sans-serif;
    text-align: center;
    background: url(https://i.pinimg.com/originals/7f/f7/44/7ff7440120f95c2c657f931bccd7a38f.gif);
    background-size: cover;
    background-position: center;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 0.2px white;
}

.home-7 {
    min-height: 100vh;
    width: 100%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}

.home-7::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(147, 51, 234, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    top: -10%;
    right: -100px;
    animation: float 8s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(50px, 50px);
    }
}

.container {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1200px;
    width: 100%;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.left-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.home-7 h1 {
    font-size: clamp(2.5rem, 8vw, 4rem);
    font-family: sher, Arial, sans-serif;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, #fff 0%, #a78bfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.home-7 p {
    font-size: clamp(1rem, 3vw, 1.2rem);
    color: #9ca3af;
    margin-bottom: 30px;
    font-family: sher, Arial, sans-serif;
}

.illustration {
    width: clamp(150px, 40vw, 250px);
    height: clamp(150px, 40vw, 250px);
    background: linear-gradient(135deg, rgba(147, 51, 234, 0.2), rgba(59, 130, 246, 0.2));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(60px, 15vw, 100px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 60px rgba(147, 51, 234, 0.3);
}

.form-container {
    background: rgba(255, 255, 255, 0.05);
    padding: clamp(25px, 5vw, 40px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.form-group {
    margin-bottom: 25px;
}

label {
    display: block;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: clamp(0.9rem, 2vw, 1rem);
    font-family: sher, Arial, sans-serif;
}

label span {
    color: #a78bfa;
}

input,
textarea {
    width: 100%;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #fff;
    font-size: clamp(0.9rem, 2vw, 1rem);
    transition: all 0.3s ease;
    outline: none;
    font-family: Arial, sans-serif;
}

input:focus,
textarea:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: #a78bfa;
    box-shadow: 0 0 20px rgba(167, 139, 250, 0.3);
    transform: translateY(-2px);
}

input::placeholder,
textarea::placeholder {
    color: #6b7280;
}

textarea {
    resize: vertical;
    min-height: 120px;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

button[type="submit"] {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    font-family: sher, Arial, sans-serif;
}

button[type="submit"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(139, 92, 246, 0.5);
}

.footer {
    position: relative;
    min-height: 60vh;
    width: 100%;
    background: #000;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.grid-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(0, 119, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 119, 255, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.3;
}

.footer-content {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1400px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.brand-section {
    text-align: center;
}

.brand-name {
    font-size: clamp(2.5rem, 8vw, 3.5rem);
    font-weight: 700;
    background: linear-gradient(135deg, #0077ff, #00d4ff, #0077ff);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: sher, Arial, sans-serif;
}

.brand-description {
    color: #a0c4e8;
    font-size: clamp(0.9rem, 2vw, 1rem);
    margin-bottom: 30px;
    font-family: sher, Arial, sans-serif;
}

.social-icons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.social-icon {
    width: 50px;
    height: 50px;
    background: rgba(0, 119, 255, 0.1);
    border: 2px solid rgba(0, 119, 255, 0.3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0077ff;
    text-decoration: none;
    font-size: 1.5rem;
    transition: all 0.4s ease;
}

.social-icon:hover {
    color: #fff;
    border-color: #00d4ff;
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 10px 30px rgba(0, 119, 255, 0.5);
    background: linear-gradient(135deg, #0077ff, #00d4ff);
}

.footer-section {
    text-align: center;
}

.footer-section h3 {
    color: #00d4ff;
    font-size: clamp(1.1rem, 3vw, 1.3rem);
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: sher, Arial, sans-serif;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 15px;
}

.footer-section ul li a {
    color: #a0c4e8;
    text-decoration: none;
    font-size: clamp(0.9rem, 2vw, 0.95rem);
    transition: all 0.3s ease;
    font-family: sher, Arial, sans-serif;
}

.footer-section ul li a:hover {
    color: #00d4ff;
}

.stay-connected p {
    color: #a0c4e8;
    margin-bottom: 20px;
    line-height: 1.6;
    font-family: sher, Arial, sans-serif;
    font-size: clamp(0.9rem, 2vw, 1rem);
}

.newsletter-text {
    font-size: clamp(0.9rem, 2vw, 1rem);
    margin-top: 20px;
    color: #7aa8d0;
    font-family: sher, Arial, sans-serif;
}

.copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    /* border-top: 1px solid rgba(0, 119, 255, 0.2); */
    text-align: center;
    color: #7aa8d0;
    font-size: clamp(0.8rem, 2vw, 0.9rem);
    font-family: Arial, sans-serif;
}

.particle {
    position: absolute;
    background: rgba(0, 212, 255, 0.6);
    border-radius: 50%;
    pointer-events: none;
}

.particle:nth-child(1) {
    width: 4px;
    height: 4px;
    top: 20%;
    left: 10%;
    animation: floatParticle 15s infinite ease-in-out;
}

.particle:nth-child(2) {
    width: 6px;
    height: 6px;
    top: 60%;
    left: 80%;
    animation: floatParticle 20s infinite ease-in-out 5s;
}

.particle:nth-child(3) {
    width: 3px;
    height: 3px;
    top: 40%;
    left: 50%;
    animation: floatParticle 18s infinite ease-in-out 3s;
}

.particle:nth-child(4) {
    width: 5px;
    height: 5px;
    top: 80%;
    left: 30%;
    animation: floatParticle 22s infinite ease-in-out 7s;
}

@keyframes floatParticle {
    0%, 100% {
        transform: translate(0, 0);
        opacity: 0;
    }
    10%, 90% {
        opacity: 1;
    }
    50% {
        transform: translate(100px, -100px);
    }
}

@media screen and (min-width: 640px) {
    .grid-2 {
        grid-template-columns: 1fr 1fr;
    }

    .profile-section {
        flex-direction: row;
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    .hamburger {
        display: none;
    }

    .menu {
        display: flex !important;
        position: static;
        flex-direction: row;
        width: auto;
        background: none;
        padding: 0;
        gap: 1.5rem;
        box-shadow: none;
    }

    .menu li {
        margin: 0;
    }

    .menu li a {
        font-size: 1.1rem;
        padding: 8px 12px;
    }

    .container {
        grid-template-columns: 1fr 1fr;
        gap: 60px;
    }

    .left-section {
        text-align: left;
        align-items: flex-start;
    }

    .illustration {
        margin: 0;
    }
}

@media screen and (min-width: 1024px) {
    nav {
        height: 70px;
        padding: 0 2rem;
    }

    .features-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-content {
        grid-template-columns: 2fr 1fr 1fr 1.5fr;
        gap: 60px;
    }

    .brand-section,
    .footer-section {
        text-align: left;
    }

    .social-icons {
        justify-content: flex-start;
    }
}

@media screen and (min-width: 1200px) {
    nav {
        height:60px;
    }
  nav a{
    
    border-radius: 1vw;
   transition: all 0.3s ease;
  }
 
    .heading {
        position: absolute;
        top:40%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 50vh;
        width: 80vw;
    
        display: flex;
        /* justify-content: center; */
        flex-direction: column;
        /* align-items: center; */
        gap: 10px;
    }
    
        .heading h2 {
            color: aliceblue;
            /* margin-left: 1.5em; */
            font-family: sher;
        
            line-height: 0.9em;
            font-size: 5.4em;
            font-weight: 300;
        
        }
        


    .heading h6 {
        font-size: 1.9rem;
        /* position: absolute; */
    }
    .home-1 .slogan{
        position: absolute;
        height: fit-content;
        width: 15vw;
    
        bottom:24%;
        right: 4%;    
    }
   
        .slogan p {
            color: aliceblue;
            line-height: 15px;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: 100;
            font-size: smaller;
        }
        
        .achievments {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 1rem;
            flex-wrap: wrap;
            margin-bottom: 2rem;
            width: 100%;
            padding: 0 1rem;
            position: absolute;
            bottom:-3%;
          
        
            
        }
        .poweredby{
            position: absolute;
            right: 0%;
            bottom: 0%;
            color: aliceblue;
            font-family: sher;
            font-size: 10px;
        
        }
        .cta {
            height: fit-content;
            width: 100%;
            /* border: 2px solid blue; */
            position: absolute;
            bottom:18%;
            display: flex;
            justify-content: center;
            gap: 19px;
        }
        .home-7 {
            height:fit-content;
            width: 100%;
            background: #000;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            position: relative;
            overflow: hidden;
            
        }
        .home-7::before {
            content: '';
            position: absolute;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(147, 51, 234, 0.3) 0%, transparent 70%);
            border-radius: 50%;
            top:-10%;
            right: -100px;
            animation: float 8s ease-in-out infinite;
        }
        
        .home-7::after {
            content: '';
            position: absolute;
            width: 400px;
            height: 400px;
            /* background: radial-gradient(circle, rgba(59, 130, 246, 0.3) 0%, transparent 70%); */
            border-radius: 50%;
            bottom:0px;
            left:-10%;
            filter: blur(100px);
            animation: float 10s ease-in-out infinite reverse;
        }
        
        @keyframes float {
            0%, 100% {
                transform: translate(0, 0);
            }
            50% {
                transform: translate(50px, 50px);
            }
        }
        
        .container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            max-width: 1200px;
            width: 100%;
            gap:60px;
            position: relative;
            z-index: 1;
            animation: slideIn 0.8s ease-out;
        }
        
        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .home-7 .left-section {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            animation: fadeInLeft 1s ease-out;
        }
        @keyframes fadeInLeft {
            from {
                opacity: 0;
                transform: translateX(-50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }
        .home-7 h1 {
            font-size: 4rem;
            font-family: sher;
            color: #fff;
            margin-bottom: 20px;
            font-weight: 700;
            background: linear-gradient(135deg, #fff 0%, #a78bfa 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: titleGlow 2s ease-in-out infinite alternate;
        }
        
        @keyframes titleGlow {
            from {
                filter: drop-shadow(0 0 10px rgba(167, 139, 250, 0.3));
            }
            to {
                filter: drop-shadow(0 0 20px rgba(167, 139, 250, 0.6));
            }
        }
        
        .home-7 p {
            font-size: 1.2rem;
            color: #9ca3af;
            margin-bottom: 30px;
            font-family: sher;
        }
        
        .illustration {
            width: 300px;
            height: 300px;
            background: linear-gradient(135deg, rgba(147, 51, 234, 0.2), rgba(59, 130, 246, 0.2));
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 120px;
            animation: pulse 3s ease-in-out infinite;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 20px 60px rgba(147, 51, 234, 0.3);
        }
        
        @keyframes pulse {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.05);
            }
        }
        
        .right-section {
            animation: fadeInRight 1s ease-out;
        }
        
        @keyframes fadeInRight {
            from {
                opacity: 0;
                transform: translateX(50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }
        
        .form-container {
            background: rgba(255, 255, 255, 0.05);
            padding: 40px;
            border-radius: 20px;
            /* backdrop-filter: blur(10px); */
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
        }
        
        .form-group {
            margin-bottom: 25px;
            animation: slideUp 0.6s ease-out backwards;
        }
        
        .form-group:nth-child(1) { animation-delay: 0.1s; }
        .form-group:nth-child(2) { animation-delay: 0.2s; }
        .form-group:nth-child(3) { animation-delay: 0.3s; }
        .form-group:nth-child(4) { animation-delay: 0.4s; }
        .form-group:nth-child(5) { animation-delay: 0.5s; }
        
        @keyframes slideUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        label {
            display: block;
            color: #fff;
            margin-bottom: 8px;
            font-weight: 500;
            font-size: 0.9rem;
            font-family: sher;
        }
        
        label span {
            color: #a78bfa;
            font-family: sher;
        }
        
        input, textarea {
            width: 100%;
            padding: 15px 20px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            color: #fff;
            font-size: 1rem;
            transition: all 0.3s ease;
            outline: none;
        }
        
        input:focus, textarea:focus {
            background: rgba(255, 255, 255, 0.08);
            border-color: #a78bfa;
            box-shadow: 0 0 20px rgba(167, 139, 250, 0.3);
            transform: translateY(-2px);
        }
        
}