*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* header code start here  */

/* header code ent here  */

/* header mobile device code start hare  */
.moblie-device-header {
    width: 100%;
    height: 80px;
   background-color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    display: none;
    position: fixed;top: 0;
    left: 0;
    z-index: 1000;
}
.moblie-device-header img {
    width: 150px;
}
.burger {
    position: relative;
    width: 40px;
    height: 30px;
    background: transparent;
    cursor: pointer;
    display: block;
}
.burger input {
    display: none;
}
.burger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}
.burger span:nth-of-type(1) { top: 0px; transform-origin: left center; }
.burger span:nth-of-type(2) { top: 50%; transform: translateY(-50%); transform-origin: left center; }
.burger span:nth-of-type(3) { top: 100%; transform: translateY(-100%); transform-origin: left center; }
.burger input:checked ~ span:nth-of-type(1) { transform: rotate(45deg); top: 0px; left: 5px; }
.burger input:checked ~ span:nth-of-type(2) { width: 0%; opacity: 0; }
.burger input:checked ~ span:nth-of-type(3) { transform: rotate(-45deg); top: 28px; left: 5px; }

#view {
    width: 100%;
    background-color: #1a1a1a;
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
    position: fixed; /* ADD THIS */
    top: 80px; /* Below your mobile header */
    left: 0;
    z-index: 99999; /* So it stays above hero section */
        background: linear-gradient(135deg, #00d9ff, #0088cc)
}
#view.active {
    height: calc(100vh - 80px); /* Adjust for header height */
}


#mobile-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    padding: 20px;
    color: white;
}
#mobile-header li {
    width: 100%;
    color: #000;

    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    list-style: none;
    padding-left: 20px;
}

.submenu.active {
    max-height: 500px; /* Adjust this based on content */
    padding: 10px 0 10px 20px;
    background: #9aedff;
    border-radius: 15px;
}
.toggle-icon {
    margin-left: 5px;
    font-weight: bold;
    display: inline-block;
    transition: transform 0.3s ease;
}

#services.active .toggle-icon,
#more.active .toggle-icon {
    transform: rotate(180deg);
}
@media(max-width: 500px){
    .moblie-device-header{
        display: block;display: flex;justify-content: space-between;
    }
    #hero-section{
        margin-top: 80px;
    }
}
#l{
    font-size: 25px;
}
/* header mobile device code end hare  */


.bbb{
    margin: 0px auto; padding: 10px 15px;border: none;background-color: rgb(117, 140, 140);color: #fff; font-size: 1.1rem; text-decoration: none; color: #fff;border-radius: 5px;
}


nav {
    background-color: rgb(2, 2, 24);
    width: 100%;
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid #FFFFFF;

  }

  .logobox {
    width: 25%;
   
    
    padding-left: 4em;
    display: flex;
    align-items: center;
    min-width: 280px;

  }

  .navbar {
    width: 65%;
    
    display: flex;

    justify-content: center;


  }

 


 

  ul li {
    
    color: aliceblue;
    margin: 0.5em 2em;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'anta';font-size: 18px;
  }
  ul li a{
    text-decoration: none;
  }

  ul {
    display: flex;
    flex-direction: row;
    padding-left: -2em;
    padding-right: -2em;
align-items: center;

  }

  .logobox img {
    width: 65%;



  }

  .menu__icon {
    background: transparent;
    width: 1rem;
    height: 1rem;

    border: hidden;
  }

  .menu__icon::before {
    display: block;
    content: "+";
    color: rgb(245, 245, 247);
    font-size: 1.00rem;
    font-weight: bold;
    transition: transform 0.3s ease-out;
    transform-origin: center;
    
  }

  .menu__icon:hover::before {
    content: "-";
    font-size: 1.00rem;
    transform: rotate(180deg) scale(1.08);
    color: #00B7DF;
    
  }
  .dropdown{
    display: none;
    }
  ul li:hover .dropdown{
  
  position: absolute;
  display: block;
  background-color: rgb(2, 2, 24);
  color: white;
  box-shadow: 0 .2em .1em .1em #8beaff;
  z-index: 1;
 

  }
  .dropdown ul{
    display: block;
   
    
   
  }
 .dropdown ul li {
  display: block;
  
  padding-right: .7em;
 
  }
  
 .dropdown ul li a{
  color: white;
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  
  }
  .dropdown ul li a:hover{
  color: #00b7df;
  
  text-decoration: none;
  text-transform: capitalize;
  
  transform: translateX(.5em);
  transition: transform .2s;
  
  
  
    }
   


    @media(max-width:768px){
        nav{
            display: none;
        }
    }


    @media (max-width: 500px) {
    .moblie-device-header {
        display: flex;
    }

   
}
.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    list-style: none;
    padding-left: 20px;
    display: block;
}
.submenu.open {
    padding: 10px 0 10px 20px;
    background: #9aedff;
    border-radius: 15px;
}
.submenu.active {
    display: block; /* Active होने पर दिखे */
    background: #9aedff;
    border-radius: 15px;
}
/* "+"/"-" आइकन को टेक्स्ट के पास लाने के लिए */
.toggle-icon {
    margin-left: 5px;
    font-weight: bold;
    display: inline-block;
    transition: transform 0.3s ease;
}
.rotate {
    transform: rotate(180deg);
}

.logo img{
    width: 65%;
}


.letbtn{
    line-height: 60px;
  
}
.letbtn button{
      padding: 10px 15px;cursor: pointer;
      background-color: #00B7DF;
      color:#fff;
      border: none;
      font-size: 16px;
      border-radius: 2px;
}


/* header code end here  */




/* footer code start here  */
.footer {
    background: #000a1f;
    padding: 40px 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
}
.footer div {
    margin-bottom: 20px;
}
.footer h3 {
    color: cyan;
    margin-bottom: 15px;
    font-family: sans-serif;
}
.footer p {
    font-size: 16px;
    line-height: 1.6;max-width: 300px;color: #FFF;
    font-family: sans-serif;
}
.footer a {
    text-decoration: none;
    color: white;
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-family: sans-serif;
}
.footer a:hover {
    color: cyan;
}
.contact i {
    margin-right: 10px;
}
.social-icons a {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    color: white;
    transition: 0.3s;
}
.social-icons a:hover {
    color: cyan;
}
.subscribe input {
    padding: 8px;
    width: 70%;
    border: none;
    border-radius: 4px;
}
.subscribe button {
    padding: 8px 15px;
    border: none;
    background: cyan;
    color: black;
    cursor: pointer;
    border-radius: 4px;
}
.copyright {
    text-align: center;
    padding: 15px 0;
    background: #000814;
    font-size: 16px;color: #fff;
    font-family: sans-serif;
}
@media (max-width: 768px) {
    .footer {
        flex-direction: column;
        text-align: center;
    }
    .subscribe input {
        width: 100%;
        margin-bottom: 10px;
    }
}
.contact p{
    color: #fff;
}
.contact i{
    color: #fff;
}
/* footer code end here  */
/* Social Icons Styling */
.social-icons {
    margin-top: 15px;
}
.social-icons a {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    color: white;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background: #111;
    transition: all 0.3s ease;
}
.social-icons a:hover {
    background: cyan;
    color: black;
    transform: scale(1.2);
}

/* Already existing footer CSS remain same */

/* Subscribe Section Styling */
.subscribe h3 {
    margin-bottom: 15px;
    color: cyan;
}

.subscribe-box {
    display: flex;
    align-items: center;
    background: #111;
    border-radius: 50px;
    padding: 5px;
    max-width: 300px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.subscribe-box input {
    flex: 1;
    padding: 10px 15px;
    border: none;
    border-radius: 50px;
    outline: none;
    background: transparent;
    color: #fff;
    font-size: 16px;
}

.subscribe-box input::placeholder {
    color: #aaa;
}

.subscribe-box button {
    padding: 10px 18px;
    margin-left: 5px;
    border: none;
    border-radius: 50%;
    background: cyan;
    color: black;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
}

.subscribe-box button:hover {
    background: #00ffff;
    transform: scale(1.2);
}

.subscribe p {
    margin-top: 10px;
    font-size: 14px;
    color: #aaa;
}


