/* General Body Styles */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('img/tos.jpg') no-repeat center center/cover;
    
    /* background-color: #060c21; */
    background-size: cover;
    color: #333;
}

/* Header Styles */
.header {
    text-align: center;
    padding: 20px;
    color: white;
    font-weight: bold;
}

.header h1 {
    text-align: center;
    font-size: 2em;
    
    margin-top:-3.2%;
   
    text-shadow: 1px 1px 0 #949191, 2px 2px 0 #646060, 3px 3px 0 #636060, 4px 4px 0 #4e4d4d, 5px 5px 0 #858181;
   
}
.header h1:hover {
    color: #340453fa;
}
h3{
    
    background: linear-gradient(90deg,#d2cdd4,#7bc3fe);
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
}
p{
    background: linear-gradient(90deg,#d2cdd4,#7bc3fe);
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
}
h2{
    color:white;
}


  
  /* Navbar Section */
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: #032a58; */
    color:black;
    padding: 1rem 2rem;
    
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar .logo {
    
height: 50px;
width: auto;

}

.navbar ul {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    margin: 0;
}

.navbar ul li {
    margin: 0;
}

.navbar ul li a {
    color:white;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.navbar ul li a:hover {
    color:white;
    text-shadow: 0 0 10px #f35e08,0 0 20px #b84807,0 0 30px #e44c06,0 0 40px #d65a12,0 0 50px #d65a12,0 0 60px #d83e17;
    border-radius:15px;
    /* box-shadow: 0px 4px 6px rgb(255, 94, 0); */
}

.navbar .menu-toggle {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
}

/* Services Section */
.services {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
}

/* Service Card */
.service-card {
    background:#060c21;
    position: relative;
    border: 3px solid #74687cea;
    border-radius: 10px;
    width: 300px;
    text-align: center;
    padding: 20px;
    /* box-shadow: 0 6px 6px rgb(163, 60, 163); */
    transition: transform 0.2s ease;
    box-shadow: 0 0 15px rgba(103,43,143,0.6);
    z-index: 1;
    overflow: hidden;
}
.service-card::before{
    content: "";
    position: absolute;
    top: 28px;
    left:28px;
    right: 28px;
    bottom: 28px;
    border:3px solid transparent;
    /* background:linear-gradient(90deg,#ff00ff,#9f2aec,#ff00ff); */
    background: #060c21;
    z-index: -1;
    border-radius: 15px;
    filter: blur(20px);
    transition: opacity 0.3s ease;
    opacity: 0.7;

}
.service-card:hover::before{
    opacity: 1;
    filter: blur(30px);
    transform: scale(1.1);
}

.service-card:hover {
    transform: scale(1.05);
    border: 1px solid #cecec0;
    /* background:linear-gradient(125deg,rgb(69, 8, 109),rgb(232, 220, 240),rgb(69, 8, 109)); */
}

/* Service Icon */
.service-icon {
    width: 80px;
    margin-bottom: 10px;
}

/* Button Styles */
.btn {
    font-size: 1.5rem;
    font-weight: bold;
    box-shadow: 0 0 10px #7303a0,0 0 20px #67048f,0 0 30px #670d83,0 0 40px #3333ff,0 0 50px #3333ff,0 0 60px #3333ff;
    background:linear-gradient(90deg,#ff00cc,#050566);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 0.9rem;
}

.btn:hover {
    background-color:rgb(119, 17, 119);
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.modal-content {
    background: #060c21;;
    padding: 20px;
    border-radius: 10px;
    margin: 10% auto;
    width: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}
.modal-content1 {
    background:#060c21;
    padding: 20px;
    border-radius: 10px;
    margin: 10% auto;
    width: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}
.modal-content2 {
    background:#060c21;
    padding: 20px;
    
    border-radius: 10px;
    margin: 10% auto;
    width: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}
.modal-content3 {
    background:#060c21;
    padding: 20px;
    border-radius: 10px;
    margin: 10% auto;
    width: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}
.modal-content4 {
    background:#060c21;
    padding: 20px;
    border-radius: 10px;
    margin: 10% auto;
    width: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}
.modal-content5 {
    background:#060c21;
    padding: 20px;
    border-radius: 10px;
    margin: 10% auto;
    width: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    color:white;
}
  /* Responsive Design */
  @media (max-width: 768px) {
    .navbar ul {
        display: none;
        flex-direction: column;
        gap: 0.5rem;
        background: #36033d;
        padding: 1rem;
        position: absolute;
        top: 100%;
        right: 0;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    }

    .navbar ul.active {
        display: flex;
    }

    .navbar .menu-toggle {
        display: block;
        color: #fff;
    }
  }