.features-container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr); /* Default: 1 column */
    /* max-width: 1200px; */
    margin: 0 auto;
  }
  .feature-card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }
  .feature-card, .feature-card1 {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    flex: 2; /* Ensure they take up equal space */
    border-radius: 8px;
    height: 100%; /* Ensures full height usage */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .feature-card1:hover .feature-title1 {
    color: #003054; 
  }
  .logic-class{
    color: #003054;
    text-align: start;
    font-size: 13px !important;
  }
  .logic-class1{
    
    color: #E5B20A;
    text-align: start;
    font-size: 13px !important;
  }
  .logic-class1 .bullet-col {
    position: relative; /* Ensure the bullet is positioned correctly */
    padding-left: 40px; /* Add space for the bullet */
    margin-bottom: 10px; /* Add space between items */
  }
  
  /* Custom Bullet using ::before */
  .logic-class1 .bullet-col::before {
    content: '\2022'; /* Unicode for a bullet symbol (â€¢) */
    font-size: 20px; /* Bullet size */
    color: #E5B20A  !important; /* Bullet color */
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%); /* Vertically center the bullet */
  }
  .logic-class .bullet-col1 {
    position: relative; /* Ensure the bullet is positioned correctly */
    padding-left: 40px; /* Add space for the bullet */
    margin-bottom: 10px; /* Add space between items */
  }
  
  /* Custom Bullet using ::before */
  .logic-class .bullet-col1::before {
    content: '\2022'; /* Unicode for a bullet symbol (â€¢) */
    font-size: 20px; /* Bullet size */
    color: #003054  !important; /* Bullet color */
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%); /* Vertically center the bullet */
  }
  .feature-card1:hover .logic-class1 {
    color: #003054;
  }
  
  .feature-card1:hover .row.logic-class1 .bullet-col::before {
    color: #003054 !important; /* Change bullet color to black */
  }
  .feature-card {
    background-color: #E5B20A !important;
    padding: 0px 20px 20px 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: left;
    text-align: center;
  }
  
  .feature-card:hover {
    background-color: white !important;
    transform: translateY(-5px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
  }
  .feature-card:nth-child(odd) {
    background-color: #003054; /* Light gray for odd items */
    color: #DFAD61;
  }
  .feature-card1 {
    background-color: #003054;
    padding: 0px 20px 20px 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: left;
    text-align: center;
  }
  .feature-card1:hover {
    background-color: white !important;
    transform: translateY(-5px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
  }
  .feature-card {
    /* padding: 20px; */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #002b5c; /* Text color for contrast */
    /* max-width: 350px; */
  }
  .feature-title {
    font-size: 18px;
    font-weight: bold;
    color: #003054;
    margin-bottom: 20px;
  }
  .feature-title1 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    color: #E5B20A;
  }
  .feature-title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .feature-title-1,
.feature-title-2 {
  font-size: 0.9rem;
  color: #0a1c49;
}
  .feature-card1:hover .feature-title1 {
    color: #003054; 
  }
  .icon-box a{
    position: relative;
    font-weight: 800;
    display: flex;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    align-items: center;
    justify-content: start;
    gap: 20px;
  }
  .icon-box {
    width: 60px;
    height: 60px;
    background-color: #003054;
    /* border-radius: 10px; */
    display: flex;
    color: #E5B20A;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px; /* Adds spacing below the icon box */
  }
  
  .icon-box img {
    width: 30px;
    height: auto;
  }
  .icon-box1 {
    width: 60px;
    height: 60px;
    background-color: #E5B20A;
    /* border-radius: 10px; */
    color: #003054;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px; /* Adds spacing below the icon box */
  }
  .icon-box1 img {
    width: 30px;
    height: auto;
  }
  .icon-box1 i {
    font-size: 25px;
  }
  .icon-box i {
    font-size: 25px;
  }
  .rosie-sr-3
  {
     background-color: var(--secondary-color);
     color: var(--primary-color);
     border-bottom:0;
     display: inline-flex ;
     align-items: center;
     gap: 5px;
     border-radius: 3px ;
     font-family: sans-serif ;
     font-size: 14px ;
     padding: 10px 20px ;
     text-align: center ;
     font-weight: bold ;
     width:170px;
     box-sizing: border-box;
     transition: all 0.1s ease;
     margin-bottom: 5px;
     margin-top: 5px;
     margin-left: 30px; 
  }
 .rosie-sr-3:hover{
   background: var(--secondary-color);
   color:var(--primary-color) !important;
   border: none;
   border-right: 5px solid var(--primary-color);
 }

 .client-title {
    font-size: 28px;
    font-weight: bold;
    color: var(--primary-color);
    text-align: center;
    /* margin-bottom: 20px; */
  }
  .step-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex: 1;
    min-width: 280px; /* Minimum width for responsiveness */
}
.step-number {
    font-size: 120px;
    font-weight: bold;
    color: #e9ecef; /* Light grey color for numbers */
    line-height: 1;
}
.step-content {
    display: flex;
    flex-direction: column;
}
.step-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.step-description {
    font-size: 14px;
    text-align: justify;
    line-height: 1.6;
    color: #6c757d; /* Grey text color */
}
.certificationSection .gallery img {
    width: 195px;
    height: 215px;
    object-fit: fill;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    margin: 8px;
    border: 2px solid #003054;
    border-radius:0;
    padding: 3px;
}
.gallery-section .btn {
    padding: 10px 20px;
    margin: 5px 4px 4px 0;
    display: inline-block;
    color: #003;
    background: #eee;
    border: 1px solid #003054;
    transition: all 0.4s;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
  }
  .gallery-section .btn:hover,.gallery-section .btn-active {
    background: #003054;
    color: #fff;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
  .gallery-section {
    position: relative;
    z-index: 1;
    
}

/* make btn for allindustries start */
.makeperfectbtnB
{
  background-color: var(--secondary-color) !important;
  color: var(--primary-color);
  border-right:5px solid var(--secondary-color);
  padding: 10px 20px;
  border: 0;
  margin: auto;
  margin-top: 10px;
  border-bottom: 5px solid var(--primary-color);
}
.makeperfectbtnB:hover
{
  background-color: var(--secondary-color) !important;
  color: var(--primary-color) !important;
  border-right:5px solid var(--primary-color) !important;
  /* padding: 10px 20px; */
  border-bottom: 5px solid var(--secondary-color) !important;
}
.makeperfectbtnY
{
  background-color: var(--primary-color) !important;
  color: var(--secondary-color);
  border-right:5px solid var(--primary-color);
  padding: 10px 20px;
  border: 0;
  margin: auto;
  margin-top: 10px;
  border-bottom: 5px solid var(--secondary-color);
}
.makeperfectbtnY:hover
{
  background-color: var(--primary-color) !important;
  color: var(--secondary-color) !important;
  border-right:5px solid var(--secondary-color) !important;
  /* padding: 10px 20px; */
  border-bottom: 5px solid var(--primary-color) !important;
}

@media (min-width: 576px) {
    .features-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }
} 
@media (min-width:768px)
{
    .features-container {
        grid-template-columns: repeat(2, 1fr) !important; /* 3 columns */
    }
    .step-description {
        font-size: 12px;
        text-align: justify;
       
    }
    .step-box {
        flex-direction: row;
        align-items: center;
        margin-bottom: 10px;
    }
    .step-title {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .features-container {
      grid-template-columns: repeat(3, 1fr) !important; /* 4 columns */
    }
}
@media (min-width: 1200px) {
    .features-container {
      grid-template-columns: repeat(3, 1fr) !important; /* 4 columns */
    }
}
@media(min-width:1480px)
{
    
    .step-title {
        font-size: 18px;
    }
    .step-description {
        font-size: 11px;
    }
}
@media(max-width:991px)
{
    .client-title{
        margin-bottom: 25px;
    }
}
@media(max-width:768px)
{
    .step-number {
        font-size: 80px;
    }
}
@media(max-width:485px)
{
    .certificationSection .gallery img {
        width: 117px !important;
        height: 138px !important;
      
    }
}
@media (max-width: 480px){
  
    .step-number {
        font-size: 60px !important;
    }
    .step-title {
        font-size: 18px !important;
    }
    .step-description {
        font-size: 11px !important;
    }
}
@media(max-width:470px)
{
    .rosie-sr-3
  {
    font-size: 12px;
    width: 130px;
    padding: 6px 10px;
    margin-left: 5px;
  }
}
@media(max-width:380px)
{
    .certificationSection .gallery a {
        display: flex;
        margin:8px 0px;
    }
}