 	
    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;
    }
	.hyperlink{
   	   	color: #fff;
	    font-size: 18px;
        text-align:center;
        margin-top: 50px;
}

	.skills-section{
		background-color:#ffffff;
		height: 250px;
		margin-top: 20px;
}
	.skills-section h2{
    	text-align: center;
    	color: #ff0000;
}
	.skills-section p{
    	text-align: center;
    	color: #555;
    	margin-top: 10px;
}
    .circle-container {
      	display: flex;
      	gap: 40px;
      	justify-content: center;
     	align-items: center;
      	flex-wrap: wrap;
      	margin: 60px 0;
    }

    .circle {
      width: 160px;
      height: 160px;
      border-radius: 50%;
      background: conic-gradient(#ff3c00 0%, #eee 0);
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    .circle .inner {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      padding: 10px;
    }

    .circle img {
      width: 40px;
      height: 40px;
      margin-bottom: 6px;
    }

    .circle strong {
      font-size: 16px;
      color: #ff3c00;
    }

    .circle span {
      font-size: 13px;
      margin-top: 4px;
      color: #333;
    }

  
    .desc {
      margin-top: 10px;
      font-size: 13px;
      color: #555;
      max-width: 160px;
      text-align: center;
      line-height: 1.4;
    }



    .btn-2{
        background-color: #ff0000;
        color: white;
        padding: 8px 15px;
        border-radius: 20px;
        text-decoration: none;
        transition: background 0.3s;
        border: none;
        margin-left: 550px;
    }
	.btn-2:hover{
        background-color: #e01515;
}
    .footer {
    	background-color: #0a0a3b;
    	color: white;
    	padding: 40px 20px;
    	text-align: center;
    	margin-top: 300px;
}

.footer-container {
    	display: flex;
    	justify-content: space-between;
    	flex-wrap: wrap;
    	max-width: 1100px;
   	 	margin: auto;
    	text-align: left;
}

.footer-section {
    	flex: 1;
    	margin: 15px;
    	min-width: 200px;
}

.footer-section h3 {
    	font-weight: bold;
    	margin-bottom: 15px;
}

.footer-section p {
    	line-height: 1.6;
}

.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;
}


