 	
    body{
		background-size: cover;
		font-family: poppins,sans-serif;
        margin: 0;
        padding: 0;
        box-sizing:border-box;

         }
    .navbar {
        background-color: #0d0d2b;
        padding: 10px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: white;
       
     
    }
    .navbar img {
        height: 60px;
      
    }
    .nav-links {
        list-style: none;
        display: flex;
        gap: 20px;
        
    }
    .nav-links li {
        position: relative;
    }
    .nav-links a {
        color: white;
        text-decoration: none;
        font-weight: bold;
        transition: color 0.3s;
    }
    .nav-links a:hover {
        color: #ff0000;
    }

    
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: white;
        min-width: 150px;
        box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
        z-index: 1;
    }
    .dropdown-content a {
        color: black;
        padding: 10px;
        display: block;
        text-decoration: none;
    }
    .dropdown-content a:hover {
        background-color: #ddd;
    }
    .nav-links li:hover .dropdown-content {
        display: block;
    }
   
.hire-me {
        background-color: #ff0000;
        color: white;
        padding: 8px 15px;
        border-radius: 20px;
        text-decoration: none;
        transition: background 0.3s;
    }
    .hire-me:hover {
        background-color: #ffffff;
    }
      .section {
        padding: 10px 50px;
        background-color: #ff0000;
        text-align: center;
        margin: 0;
        padding-top: -10;
    }

    .subtitle {
        color: rgb(255, 255, 255);
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0px;
        letter-spacing: 2px;
        margin-top: 50px;
    }

    .title {
        color:#fff;
        font-size: 50px;
        font-weight: bold;
        margin-bottom: 40px;
    }
	h2{
    color: #fff;
    font-size: 52px;
    text-align: center;
}
.highlight{
    text-align:center;
    font-size: 18px;
    color: #FFFFFF;
}
 
h3{
    text-align: center;
    color: #ff0000;
    margin-top: 40px;
}
p{
    text-align:center;
    margin-top: 10px;
}

.hyperlink p{
	color: #555;
	
}

 .services {
      display: grid;
      grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 60px;
    }

    .card {
      background: #0a0a3b;
      padding: 30px 20px;
      border-radius: 12px;
      text-align: center;
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .card:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
      background: red;
    }

    .card i {
      font-size: 40px;
      color:#ddd;
      margin-bottom: 15px;
    }

    .card h4 {
      font-size: 18px;
      margin-bottom: 10px;
      text-transform: uppercase;
      color: #fff;
    }

    .card p {
      font-size: 14px;
      color: #ccc;
      line-height: 1.6;
    }

    @media(max-width: 768px){ 
      .section h1 {
        font-size: 28px;
      }
      .section h2 {
        font-size: 22px;
      }}
          .footer {
    background-color: #0a0a3b;
    color: white;
    padding: 40px 20px;
    text-align:left;
    margin-top:50px ;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto;
    text-align: left;
}

.footer-section {
    flex: 1;
    margin: 10px;
    min-width: 200px;
}

.footer-section h3 {
    font-weight: bold;
    margin-bottom: 15px;
    color: #ffffff;
    margin-left: -230px;
    padding-right: 40px;
}


.footer-section p {
    line-height: 1.6;
    padding-right: 30px;
    text-align: left;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {

    margin-bottom: 8px;
}

.footer-section ul li a {
    color: white;
    text-decoration: none;
}

.footer-section ul li a:hover {
    text-decoration:underline;
}


.social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.social span {
    font-size: 16px;
    margin-right: 10px;
}

.social .line {
    width: 50px;
    height: 1px;
    background-color: white;
    margin: 0 15px;
}

.social a {
    color: white;
    font-size: 18px;
    margin: 0 5px;
    transition: 0.3s;
}

.social a:hover {
    color: #ff0101;
}


.footer-bottom {
    margin-top: 20px;
    font-size: 14px;
}

.footer-bottom {
    margin-top: 20px;
    font-size: 14px;
}


