*{box-sizing:border-box;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;}
body{background:#fff;color:#111;}
*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif;}


* {margin:0; padding:0; box-sizing:border-box;}
body {
    font-family: 'Poppins', sans-serif;
  /*background: #000;*/
    overflow-x:hidden;
}

/* BACKGROUND ANIMATION ONLY HERE */
.animated-area {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: black;
    overflow: hidden;
}

/* FULL SCREEN MOBILE MENU */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #000;   /* Pure Black */
    padding: 100px 30px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    transition: all 0.35s ease;
    z-index: 999999 !important;
}

/* Menu Text */
.mobile-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
}

/* When Open */
.mobile-menu.open {
    right: 0;
}

/* Hamburger icon (mobile) */
.cc-mobile-toggle {
    display: none;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
    margin-left: auto;
    z-index: 1000000 !important;
}

/* Disable desktop menu */
@media (max-width: 992px) {
    .cc-mobile-toggle {
        display: block;
    }
    .cc-menu,
    .desktop-btn {
        display: none;
    }

    header {
        position: relative;
        z-index: 100000 !important;
    }
}



/* ⭐ ANIMATION SVG / DOTS / LINES ⭐ */
.animated-area::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: url('https://assets.codepen.io/1462889/backdrop.png') repeat;
    animation: moveBg 20s linear infinite;
    opacity: 0.35;
    z-index: 0;
}

@keyframes moveBg {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-300px, -300px); }
}

/* BACKGROUND ANIMATION (NEON NETWORK) */
/*#bg-animation {
    position: fixed;
    top:0; left:0;
    width:100%; height:100vh;
    z-index:-1;
}*/

#bg-animation {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* HEADER */
/*.cc-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
   /* padding: 15px 0;*/
    /*background: transparent;
}*/

.cc-header {
    position: relative;
    z-index: 10;
    padding: 20px 0;
}
/*.cc-container {
    max-width: 1400px;
    margin: auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}*/

.cc-container {
    max-width: 1350px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cc-logo {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.cc-logo img {
    height: 80px;
    width: auto;
}

/* Desktop Menu */
.cc-menu {
    display: flex;
    gap: 40px;
    position: relative;
    left: 30px;  /* MENU CENTER SHIFT */
}
.cc-menu a {
    color: white;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
}

/* LET'S TALK BUTTON */
.cc-talk-btn {
    padding: 12px 25px;
    background: rgba(255,255,255,0.12);
    border-radius: 10px;
    color: #fff;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
}

.cc-btn {
    background: #1a1a1a;
    color: white;
    padding: 12px 22px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.cc-mobile-toggle {
    display: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

/* MOBILE ICON */
.cc-menu-icon {
    font-size: 34px;
    color: #fff;
    display:none;
    cursor:pointer;
}

/* MOBILE MENU */
.cc-mobile-menu {
    position:fixed;
    right:-100%;
    top:0;
    width:100%;
    height:100vh;
    background:#111;
    padding:90px 30px;
    transition:0.4s;
}
.cc-mobile-menu.active { right:0; }
.cc-mobile-menu a {
    display:block;
    color:#fff;
    font-size:22px;
    margin:25px 0;
    text-decoration:none;
}

/* RESPONSIVE */
@media(max-width:992px){
    .cc-menu, .cc-talk-btn {display:none;}
    .cc-menu-icon {display:block;}
}

/* BANNER SECTION */
/*.banner {
    padding-top:330px;
    text-align:center;
    color:#fff;
}*/

.banner {
    position: relative;
    z-index: 8;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 100px;
    color: white;
}
.banner h1 {
    font-size:60px;
    font-weight:700;
}
.banner h1 span {
    color:#31d348;
}
.banner p {
    margin-top:20px;
    font-size:20px;
    width:65%;
    margin:auto;
}
.banner .btn {
    display:inline-block;
    margin-top:30px;
    background:#fff;
    padding:12px 28px;
    border-radius:12px;
    color:#111;
    font-weight:600;
    text-decoration:none;
}



/* Mobile Banner */
@media(max-width:768px){
    .banner h1 {font-size:42px;}
    .banner p {width:90%;}
}

@media (max-width: 992px) {

    .cc-menu {
        display: none !important;
    }

    .cc-mobile-toggle {
        display: block;
    }

    .cc-btn {
        display: none;
    }

}



/*
  

.top-bar{
  background:#1f1f1f;
  padding:13px 16px;
  text-align:right;
  position:fixed;
  top:0;
  z-index:1001;
  width:100%;
}

.main-header{
  display:flex;
  align-items:center;
  padding:12px 16px;
  background:#fff;
  border-bottom:1px solid #ddd;
  position:fixed;
  top:40px;         
  z-index:1000;
  width:100%;
}
.desktop-nav{
  display:flex;
  align-items:center;
  gap:25px;
}

.desktop-nav a{
  text-decoration:none;
  color:#111;
  font-weight:500;
  font-family:auto;
}

.hamburger{
  display:none;
}

.mobile-menu{
  display:none;
  background:#fff;
  padding:20px;
}

.mobile-menu.active{
  display:block;
}


.logo{
  display:flex;
  align-items:center;
  gap:10px;
}

.logo img{
  height:auto;        
  width:auto;
  object-fit:contain;
}

.logo span{
  display:block;
  font-size:12px;
  color:#666;
  margin-top:2px;
}

.top-bar a{
  background:#fff;
  color:#000;
  padding:6px 14px;
  border-radius:6px;
  font-size:13px;
  text-decoration:none;
}

.main-header.scrolled{
  box-shadow:0 4px 10px rgba(0,0,0,0.12);
}


.logo{
  flex:1;
}
.logo span{
  display:block;
  font-size:12px;
  color:#666;
}


.mobile-menu{
  display:none;
  background:#fff;
  padding:20px;
 
}
.mobile-menu a{
  display:block;
  padding:14px 0;
  font-size:18px;
  color:#000;
  text-decoration:none;
  border-bottom:1px solid #eee;
  font-family:auto;
}

.mobile-menu.active{
  display:block;
}






.register-btn{
  background:#f6a032;
  color:#fff;
  padding:10px 22px;
  border-radius:30px;
  text-decoration:none;
  font-weight:bold;
  margin-right:12px;
}


.hamburger{
  display:flex;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
}
.hamburger span{
  width:26px;
  height:3px;
  background:#333;
}
*/

.login-section{
  display:flex;
  min-height:520px;
  background:radial-gradient(circle at left,#0a1f33,#03101d);
  color:#fff;
}
.login-box{
  width:45%;
  padding:60px;
}
.login-box h1{
  font-size:36px;
  margin-bottom:10px;
}
.login-box p{
  color:#fbbf24;
  margin-bottom:25px;
}
.input{
  width:100%;
  padding:14px 16px;
  border-radius:25px;
  border:none;
  margin-bottom:14px;
}
.login-box a{
  color:#fbbf24;
  text-decoration:none;
  font-size:14px;
}
.login-btn{
  width:100%;
  background:#f59e0b;
  border:none;
  padding:14px;
  border-radius:30px;
  font-size:18px;
  color:#fff;
  margin:20px 0;
  cursor:pointer;
}
.join{
  font-size:14px;
}
.join a{color:#fbbf24;font-weight:bold;}

.visual{
  width:55%;
  background:url("http://optycommerce.com/assets/logreg.jpeg") center/cover no-repeat;
  position:relative;
}

.footer {
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-container {
  max-width: 1300px;
  margin: auto;
  padding: 50px 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-col h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #111;
}

.footer-col a {
  display: block;
  text-decoration: none;
  color: #333;
  margin-bottom: 12px;
  font-size: 15px;
}

.footer-col a:hover {
  color: #f59e0b;
}

.newsletter {
  display: flex;
  margin-bottom: 20px;
}

.newsletter input {
  flex: 1;
  padding: 12px;
  border-radius: 25px 0 0 25px;
  border: 1px solid #ddd;
  outline: none;
}

.newsletter button {
  border: none;
  background: #f59e0b;
  color: #fff;
  padding: 12px 20px;
  border-radius: 0 25px 25px 0;
  cursor: pointer;
}

.socials {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.socials a {
  width: 42px;
  height: 42px;
  background: #1e40af;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
}

.socials .in { background: #0a66c2; }
.socials .ig { background: #e1306c; }

.contact p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #333;
}

.footer-bottom {
  text-align: center;
  padding: 15px;
  border-top: 1px solid #e5e7eb;
  font-size: 14px;
  color: #111;
}


/* DESKTOP HIDE */
@media(min-width:769px){
  .hamburger,
  .mobile-menu{
    display:none;
  }
}

/* MOBILE */
@media(max-width:768px){
  
  .desktop-nav{
    display:none;
  }
  
  .image-wrapper {
  
    margin-top: 34px;
}

  .hamburger{
    display:flex;
    flex-direction:column;
    cursor:pointer;
  }
  
   .logo span{
    font-size:11px;
  }
  
    .nav{ display:none; }
}





@media(max-width:900px){
  .login-section{flex-direction:column;}
  .login-box,.visual{width:100%;}
  .visual{height:300px;}
}



/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
}

