

.custom-card{
    max-width: 350px; /* Adjust the width as needed */
    margin: auto; 

}
.feature-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    height:150px;
    font-size:18px; 
}
.feature-box:hover {
     background-image: linear-gradient(to right,rgb(128, 136, 156), rgb(236, 190, 215) ,rgb(100, 102, 112));;
    color: rgb(12, 11, 11);
    transform: scale(1.05);
}
.feature-box i {
    font-size: 30px;
    margin-bottom: 10px;
    color: #998b4c;
}
.feature-box:hover i {
    color: rgb(107, 49, 49);
}
.module-item {
    cursor: pointer;
}
.module-item.active {
    background-color: #007bff;
    color: white;
    font-weight: bold;
}
#module-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.feature-box1 {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    height:250px;
    text-shadow: -1px -1px 0 #f2f2f2, 1px -1px 0 #f2f2f2, -1px 1px 0 #f2f2f2, 1px 1px 0 #f2f2f2;

}
.feature-box1:hover {
     background-image: linear-gradient(to right,rgb(228, 230, 235), rgb(190, 166, 179) ,rgb(138, 153, 231));;
    color: rgb(12, 11, 11);
    transform: scale(1.05);
}

.feature-box1 i {
    font-size: 30px;
    margin-bottom: 10px;
    color: #998b4c;

}
.feature-box2 {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    height:280px
}
.feature-box2:hover {
     background-image: linear-gradient(to right,rgb(245, 244, 247), rgb(167, 141, 175) ,rgb(122, 122, 91));;
    color: rgb(12, 11, 11);
    transform: scale(1.05);
}

.feature-box3 {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    height:280px
}
.feature-box3:hover {
     background-image: linear-gradient(to right,rgb(150, 170, 159), rgb(118, 99, 155) ,rgb(131, 107, 134));;
    color: rgb(12, 11, 11);
    transform: scale(1.05);
}

.feature-box3 i {
    font-size: 30px;
    margin-bottom: 10px;
    color: #998b4c;

}
.image-container {
    width: 100%;
    position: relative;
}
.image-container img {
    width: 100%;
    display: block;
    opacity:0.6;
}
.image-text {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding:10px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 5px;
    
}
.box-container {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: -100px;
    width: 100%;
    left: 0;
    padding: 10px;
}
.box {
    width: 22%;
    height: 150px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 5px;
    position: relative; 
    font-size:22px;
    
}

.feature-box4 {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    height:350px;
    text-align:justify;
}
.feature-box4:hover {
     background-image: linear-gradient(to right,rgb(160, 194, 117), rgb(160, 194, 117));;
    color: rgb(12, 11, 11);
    transform: scale(1.05);
}

.feature-box4 i {
    font-size: 30px;
    margin-bottom: 10px;
    color: #998b4c;

}


.custom-card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border-radius: 12px;
    overflow: hidden;
    min-height: 100%;
}

.custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.custom-card img {
    height: 200px;
    object-fit: cover;
}

.custom-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feature-box5 i {
    font-size: 30px;
    margin-bottom: 10px;
    color: #998b4c;
}

.feature-box5 {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    height:280px
}
.feature-box5:hover {
     background-image: linear-gradient(to right,rgb(160, 194, 117), rgb(160, 194, 117));;
    color: rgb(12, 11, 11);
    transform: scale(1.05);
}

.feature-box6 {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    height:200px
}
.feature-box6:hover {
     background-image: linear-gradient(to right,rgb(160, 194, 117), rgb(160, 194, 117));;
    color: rgb(12, 11, 11);
    transform: scale(1.05);
}

.feature-box6 i {
    font-size: 30px;
    margin-bottom: 10px;
    color: #998b4c;
}

.feature-box7{
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    height:100px
}
.feature-box7:hover {
     background-image: linear-gradient(to right,rgb(160, 194, 117), rgb(160, 194, 117));;
    color: rgb(12, 11, 11);
    transform: scale(1.05);
}

.feature-box7 i {
    font-size: 30px;
    margin-bottom: 10px;
    color: #998b4c;
}

.feature-box8{
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    height:400px;
  
}
.feature-box8:hover {
     background-image: linear-gradient(to right,rgb(160, 194, 117), rgb(160, 194, 117));;
    color: rgb(12, 11, 11);
    transform: scale(1.05);
}

.feature-box8 i {
    font-size: 30px;
    margin-bottom: 10px;
    color: #998b4c;
    
    
}

.feature-box9{
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    height:560px
}
.feature-box9:hover {
     background-image: linear-gradient(to right,rgb(224, 224, 224), rgb(174, 175, 190));;
    color: rgb(12, 11, 11);
    transform: scale(1.05);
}

.feature-box9 i {
    font-size: 30px;
    margin-bottom: 10px;
    color: #998b4c;
}

.feature-box10{
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    height:250px
}
.feature-box10:hover {
     background-image: linear-gradient(to right,rgb(224, 224, 224), rgb(174, 175, 190));;
    color: rgb(12, 11, 11);
    transform: scale(1.05);
}

.feature-box10 i {
    font-size: 30px;
    margin-bottom: 10px;
    color: #998b4c;}
 /* }
@keyframes roll {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(60deg); }
    
  }
  
   .rolling-img{
    animation: roll 12s linear infinite;
  }  */
  @media (max-width: 992px) {
    .content-container {
      grid-template-columns: repeat(2, 1fr) !important;
    }
  }
  @media (max-width: 576px) {
    .content-container {
      grid-template-columns: 1fr !important;
    }
  }

.outcomes {
    background: #f8f9fa;
    padding: 3rem 1rem;
  }
  
  .outcomes h2 {
    text-align: center;
    color: #0d6efd;
    font-weight: 700;
    margin-bottom: 2rem;
  }
  
  .outcomes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
  }
  
  .outcome-card {
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease;
  }
  
  .outcome-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  }
  
  .outcome-card .icon {
    font-size: 2.5rem;
    color: #0d6efd;
    margin-bottom: .75rem;
  }
  
  .outcome-card h5 {
    font-size: 1.1rem;
    margin-bottom: .5rem;
    font-weight: 600;
  }
  