.section_our_solution .row {
    align-items: left;
  }
  
  .our_solution_category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .our_solution_category .solution_cards_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .solution_cards_box .solution_card {
    flex: 0 50%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
      0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
    margin: 8px;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 265px;
    transition: 0.7s;
  }
  
  .solution_cards_box .solution_card:hover {
    background: #309df0;
    color: #fff;
    transform: scale(1.1);
    z-index: 9;
  }
  
  .solution_cards_box .solution_card:hover::before {
    background: rgb(85 108 214 / 10%);
  }
  
  @media screen and (max-width: 768px) {
    .so_top_icon img {
      
      display: none;
    }
    .so_top_icon svg{
      display: none;
    }
    .so_top_icon{
      opacity:0;
    }
    
  }

  .solution_cards_box .solution_card:hover .solu_title h3,
  .solution_cards_box .solution_card:hover .solu_description p {
    color: #fff;
  }
  
  .solution_cards_box .solution_card:before {
    content: "";
    position: absolute;
    background: rgb(85 108 214 / 5%);
    width: 170px;
    height: 400px;
    z-index: -1;
    transform: rotate(42deg);
    right: -56px;
    top: -23px;
    border-radius: 35px;
  }
  
  .solution_cards_box .solution_card:hover .solu_description button {
    background: #fff !important;
    color: #309df0;
  }
  
  .solution_card .so_top_icon {
  }
  
  .solution_card .solu_title h3 {
    color: #212121;
    font-size: 1.3rem;
    margin-top: 13px;
    margin-bottom: 13px;
  }
  
  .solution_card .solu_description p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  
  .solution_card .solu_description button {
    border: 0;
    border-radius: 15px;
    background: linear-gradient(
      140deg,
      #42c3ca 0%,
      #42c3ca 50%,
      #42c3cac7 75%
    ) !important;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 5px 16px;
  }
  
  .our_solution_content h1 {
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }
  .our_solution_content p {
  }
  
  .hover_color_bubble {
    position: absolute;
    background: rgb(54 81 207 / 15%);
    width: 100rem;
    height: 100rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
  }
  
  .solution_cards_box .solution_card:hover .hover_color_bubble {
    top: 0rem;
  }
  
  .solution_cards_box .solution_card .so_top_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .solution_cards_box .solution_card .so_top_icon img {
    width: 40px;
    height: 50px;
    object-fit: contain;
  }
  

 @media (max-width:1024px){
  .section-title h2{
    font-size: 30px;
    text-align: center;
  }
  .section-title h2:before{
    display: none;
  }
  .section-title h2:after{
    content: " ";
    height: 2px;
    background: linear-gradient(90deg, #4299e1, transparent);
    width: 100%;
  }
 }
 

  @media screen and (min-width: 320px) {
    .sol_card_top_3 {
      position: relative;
      top: 0;
    }
  
    .our_solution_category {
      width: 100%;
      margin: 0 auto;
    }
  
    .our_solution_category .solution_cards_box {
      flex: auto;
    }
   
  }
  @media only screen and (min-width: 768px) {
    .our_solution_category .solution_cards_box {
      flex: 1;
    }
    
    
  }
  @media only screen and (min-width: 1024px) {
    .sol_card_top_3 {
      position: relative;
      top: -3rem;
      
    }
    .our_solution_category {
      width: 60%;
      margin: 0 auto;
    }

  }
  



  .design-sections {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    gap: 3rem;
    align-items: center;
  }
  
  .content-section {
    flex: 1;
  }
  
  .image-section {
    flex: 1;
  }
  
  .image-section img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  

  h2 {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    color: #2c3e50;
    margin-bottom: 0.5rem;
    line-height: 1.3;
  }
  
  .subtitle {
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    color: #7f8c8d;
    margin-bottom: 2rem;
    display: block;
    line-height: 1.5;
  }
  
  .disciplines-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  
  .discipline-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
  }
  
  .item-number {
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    font-weight: bold;
    color: #3498db;
    min-width: 2rem;
  }
  
  .discipline-item h3 {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    margin: 0;
    line-height: 1.4;
  }
  
  
  @media (max-width: 1024px) {
    .design-sections {
      gap: 2rem;
      padding: 1.5rem;
    }
    
    h2 {
      font-size: 1.8rem;
    }
  }
  
  @media (max-width: 768px) {
    .design-sections {
      flex-direction: column;
      gap: 1.5rem;
    }
    
    .image-section {
      order: -1;
      margin-bottom: 1.5rem;
    }
    
    h2 {
      font-size: 1.6rem;
      text-align: center;
    }
    
    .subtitle {
      text-align: center;
      font-size: 1rem;
    }
    
    .item-number {
      min-width: 1.8rem;
    }
  }
  
  @media (max-width: 480px) {
    h2 {
      font-size: 1.4rem;
    }
    
    .discipline-item h3 {
      font-size: 1rem;
    }
    
    .item-number {
      font-size: 0.9rem;
    }
  }


.design-sections {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 2rem);
  gap: clamp(2rem, 4vw, 3rem);
  align-items: center;
}

.content-section {
  flex: 1;
}

.image-section {
  flex: 1;
}

.image-section img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}


h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  color: #2c3e50;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.subtitle {
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  color: #7f8c8d;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
  display: block;
  line-height: 1.5;
}

.disciplines-list {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 1.5vw, 1rem);
}

.discipline-item {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 1.5vw, 1rem);
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
}

.item-number {
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  font-weight: bold;
  color: #3498db;
  min-width: 2rem;
}

.discipline-item h3 {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  margin: 0;
  line-height: 1.4;
}


.modern-process-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 3vw, 2rem);
  font-family: 'Inter', sans-serif;
}

.process-content-wrapper {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
}

.process-image {
  flex: 1;
}

.process-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.process-content {
  flex: 1;
}

.process-header {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.process-title {
  font-size: clamp(1.8rem, 3.5vw, 2.25rem);
  color: #2d3748;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.process-subtitle {
  color: #718096;
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  line-height: 1.5;
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.process-step {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.step-number {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: #4299e1;
  background: #ebf8ff;
  width: clamp(50px, 5vw, 60px);
  height: clamp(50px, 5vw, 60px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-title {
  font-size: clamp(1.1rem, 1.75vw, 1.25rem);
  color: #2d3748;
  margin-bottom: 0.75rem;
  font-weight: 600;
  line-height: 1.4;
}

.step-divider {
  height: 2px;
  background: linear-gradient(90deg, #4299e1, transparent);
  width: 100%;
}


@media (max-width: 1024px) {
  .design-sections,
  .process-content-wrapper {
    gap: 2rem;
  }
  
  .process-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .design-sections,
  .process-content-wrapper {
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .image-section,
  .process-image {
    order: -1;
    margin-bottom: 1.5rem;
    max-width: 100%;
  }
  
  h2,
  .process-title {
    font-size: 1.6rem;
    text-align: center;
  }
  
  .subtitle,
  .process-subtitle {
    text-align: center;
    font-size: 1rem;
  }
  
  .step-number {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 480px) {
  h2,
  .process-title {
    font-size: 1.4rem;
  }
  
  .discipline-item h3,
  .step-title {
    font-size: 1rem;
  }
  
  .item-number,
  .step-number {
    font-size: 0.9rem;
    min-width: 1.8rem;
  }
}



 
.footer h5 {
  font-size: 1.2rem;
}

.footer p {
  font-size: 0.95rem;
  color: #6c757d;
}

.footer a {
  transition: all 0.3s ease;
}

.footer a:hover {
  color: #007bff !important;
}

@media (max-width: 768px) {
  .footer .container .row {
    text-align: center !important;
  }
}

.footer .row{
  text-align:left !important;
}
