*{
    box-sizing: 0;
    margin: 0;
    padding: 0;
}

.cyber-security{
    width: 759px;
    height: 72px;
    border-radius: 9px;
    background-color: #21346B;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;

}
.cyber-security p{
    color: #FFFFFF;
    width: auto;
    height: 48px;
    font-family: inter;
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    
}
.cyber-security-para{
    /* width: 1049px; */
    height: 18px;
    margin-top: 25px;
    text-align: center;
  
}
.cyber-security-para p{
    font-size: 1.4rem;
    font-weight: 700;
    font-family: inter;
    color: #F8A32F;
    text-align: justify;
}

.middle-text-left{
    display: flex;
    text-align: center;

}
.project{
   text-align: center;
    margin-top: 135px;
   
    
}

.live-project{
    /* width: 834px; */
    /* height: 280px; */
    gap: 21px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row; 
    margin: 15px;
    border-radius: 12px;
}
.project-item{
    width: 300px;
    height: 305px;
    background-color: #21346B;
    border: 1px solid ;
    
    
}
.project-item1{
    width: 265px;
    height: 177px;
    border-radius: 5px;
    background-color: #fff;
    
    margin-top: 55px;
    margin-left: 14px;
   
}
.top-item{
    width: 227px;
    height: 97px;
    position: relative;
    display: flex;
    text-align: center;
    
}
.top-item-circle{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    bottom: 65px;
    right: 45px;
    background-color: #fff;
    border: 2px solid  #21346B;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.top-item-circle img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-repeat: no-repeat;
    clip-path: circle(50%);
    margin: 15px;

}
.top-item-text{
    width: auto;
    height: auto;
    position: relative;
    /* top: 15%;
    margin-left: 12%; */
   
    padding: 7px;
   
}
.inner-text{
    width: 170px;
    height: 35px;
    /* border: 1px solid black; */
    position: absolute;
    top: 40px;
    right: -193px;
}
.inner-text p{
    font-family: inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 29.05px;
    color: #21346B;
    
}
.middle-item{
    width: 265px;
    height: 80px;
    background-color: #21346B;
    text-align: center;
   
}
.middle-text-left{
    height: 70px;
     margin-left: 80px;
}
.middle-text-left p{
    height: 17px;
    font-size: 14px;
    font-weight: 600;
    font-family: inter;
    line-height: 16.94px;
}
/* .buttom-item{
    width:265px;
    height: 49px;
    background-color: #F8A32F; 
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
   
    display: flex;
    justify-content: center;
    flex-direction: row;
  
}
.buttom-text{
    width: 106px;
    height: 27px;
    background-color: #21346B;
    border-radius: 8px;
    box-shadow: 0 4px 4px #00000040;
  
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
} */

/* .buttom-text p{
    font-family: inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    color: #fff;
    padding: 3px;
} */
.buttom-item {
    background-color: #F8A32F; 
    display: flex;

    justify-content: center;
    /* margin-top: 20px; */
  }
  
  .buttom-text {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 9px;
  }
  
  .buttom-text span {
    background-color: #1d2d5c; /* Dark blue background */
    padding: 6px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    height: 35px;
  }
  
  .buttom-text span:hover {
    background-color: #2f448c;
  }
  
  .buttom-text a {
    color: white;
    text-decoration: none;
  }
  
  .buttom-text p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
  }
  
/* Tablets */
@media screen and (max-width: 1024px) {
    .cyber-security {
        width: 80%;
    }
    .cyber-security p {
        font-size: 32px;
    }
    .cyber-security-para {
        width: 100%;
    }
    
.cyber-security-para p {
    font-size: 1.4rem;
    font-weight: 700;
    font-family: inter;
    color: #F8A32F;
    text-align: justify;
}
    .live-project {
        flex-direction: column;
        align-items: center;
    }
    /* .project-item {
        width: 38%;
    } */
    /* .top-item-text p {
        font-size: 20px;
    } */
    .buttom-item{
        height: 50px;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
    .cyber-security {
        width: 90%;
        /* height: auto; */
        padding: 10px;
    }
    .cyber-security p {
        font-size: 24px;
        margin-top: 10px;
    }
    .cyber-security-para {
        width: 100%;
    }
    
    .project-item {
        width: 79%;
        max-width: 300px;
        margin-top: 30px;
    }
    .project-item1{
        width: 230px;
    }
    .middle-item{
        width: 230px;
    }
    .buttom-item{
        width: 230px;
    }
    .buttom-text {
        flex-direction: column;
        gap: 0px;
        padding: 0;
    }
    
    .buttom-text span {
        
        text-align: center;
    }
    .top-item{
        
        position: relative;
     }
    .top-item-circle {
        position: absolute !important;
        bottom: 65px !important;
        right: 75px !important;
    }
    .middle-text-left{
        margin-left: 60px;
    }
}
    
    
    
    .top-item-circle {
        width: 60px;
        height: 60px;
    }
    .middle-text-left span {
        font-size: 1.0rem;
        margin-left: -19px;

    }
    .cyber-security-para p {
        font-size: 1.1rem; 
         font-weight: 700;
        font-family: inter;
        color: #F8A32F;
        text-align: justify;
    }
    .inner-text {
      
        position: absolute;
        top: 40px;
        right: -200px;
    }
    .top-item-circle {
        
        position: absolute;
        bottom: 65px;
        right: 65px;
    }
   

