body{
    background-color: rgb(247, 245, 243);
}
#intro{
    width: 100%;
    height: 350px;
    background-image: url(../images/charism.jpg);
    /* background-clip: content-box; */
    
}
#intro h1{
    color: rgb(56, 23, 189);
}
#intro p{
    color: rgb(180, 194, 193);
}

.topics{
    width:100% ;
    height: 100px;
    /* background-color: blue; */
    display: flex; 
}

#topic1{
    width: 32%;
    height: 100px;
    
}
.topic2{
    width: 32%;
    height: 100px;
    align-items: center;
   
    
}
.topic2 p{
    width: 30%;
    height: 350px;
}
.topic3{
    width: 30%;
    height: 100px;
  
}
.topic3 img{
    width: 30%;
    height: 150px;
}

#corevalues{
width: 30%;  
height: 350px;
background-color: rgb(125, 5, 236);
}
.corevalues1{
    width: 100%;
    height: 350px;
    background-color: rgb(220, 4, 148);
    
 }
.blog{
    height: 300px;
    width: 100%;
    margin-top: 300px;
    display: flex;
    
    
} 
 /* .corevalues2{
    width: 30%;
    height: 350px;
    background-color: rgb(75, 15, 55); } */
    .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding: 40px 20px;
  background-color: #f4f4f2;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  padding: 30px;
  justify-items: center;
}

.gallery img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gallery img:hover {
  transform: rotate(5deg) scale(1.05);
}

    #milestones {
  max-width: 600px;
  margin: 20px auto;
  font-family: 'Arial', sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
}

#milestones h3 {
  background-color: #2c3e50;
  color: #ffffff;
  margin: 0;
  padding: 15px;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

#milestones table {
  width: 100%;
  border-collapse: collapse;
}

#milestones th, 
#milestones td {
  padding: 12px 15px;
  text-align: center;
}

#milestones th {
  background-color: #34495e;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
}

#milestones tr:nth-child(even) {
  background-color: #f8f9fa;
}

#milestones tr:hover {
  background-color: #e9ecef;
  transition: background-color 0.3s ease;
}

#milestones td {
  border-bottom: 1px solid #dee2e6;
  color: #333333;
}
   #footer{
    width: 100%;
    height: 250px;
    background-color:#5b6b8d;
    display: flex;
    color: aliceblue;
} 
.footer1{
    width: 25%;
    
}
.footer1 img{
    width: 130px;
    height: 100px;
}
.footer2{
    width: 25%;
    
}
.footer2 img{
   width: 50px;
    height: 50px; 
}
.footer3{
    width: 25%;
    /* height: 180%; */
    /* background-color: rgb(197, 63, 197) */
}
.footer3 ul{
    list-style: none;
    
}
.footer4{
    width: 25%;
    
    /* height: 180%; */
    /* background-color: rgb(152, 130, 218) */
}
.footer4 img{
    width: 15px;
    height: 15px;
  
}
.ft1{
    display: flex;
} 