/* Container for all cards */
.section-container1 {  
  display: flex;
  gap: 30px; 
	padding-top: 0px;
	border-radius: 0 0 10rem 0;
	flex-wrap: wrap;
}

/* Individual card styling */
.card-container1 {
  background-color:#fff;
  border-radius: 20px;
	flex-basis: calc(33.33% - 20px);
  padding: 20px 50px 30px 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left; 
  position: relative;
}

/* Icon styling */
.card-icon1 img {
  width: 40px;
  height: 40px;
  align-self: flex-start; 
}

.card-content1 p, h3 {
	margin: 0px;
}




/* Card title styling */
.card-grid-icon h3 {
	font-size: 1.375rem;
  font-weight: 600;
  color: #333333;
}
.card-content1 h3 {
  font-size: 1.375rem;
  font-weight: 600;
  color: #333333;
  text-align: left; /* Aligns the title to the left */
	margin-bottom: 15px;
	margin-top: 25px;
}

/* Card text styling */
.card-content1 p {
  font-size: 14px;
  color: #555555;
  line-height: 1.6;
  text-align: left; /* Aligns the paragraph to the left */
}

/* Card text styling  lower*/
.why-pathivy-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding-bottom: 30px; 
    border-radius: 10rem  0 0 0;
	  gap: 40px;
}
.header-container {
    display: flex;
    align-items: center; /* Aligns the line and text vertically in the center */
    margin-bottom: 10px; /* Adds space below the header */
}

.header-container h3 {
/*     font-size: 14px;
    color: #333;
    font-weight: bold;
    letter-spacing: 1px;
    margin-left: 5px; /* Adds space between the line and the text */ 
	font-size: 14px;
    color: #333;
    font-weight: bold;
    letter-spacing: 1px;
    margin-left: 5px; 
}

.header-line {
/*     width: 30px;
    height: 2px;
    background-color: #333;
    margin-right: 5px; /* Adds a bit of space on the right side of the line */ 
	 width: 30px;
    height: 2px;
/*     background-color: #333; */
    margin-right: 5px;
	margin-top: -15px;
}





.text-content {
    max-width: 45%;
}

.text-content h4 {
    font-size: 14px;
    font-weight: bold;
    color: #3d6b72;
    margin-bottom: 10px;
	}

   
.text-content h2 {
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #2a2a2a;
}

.text-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.card-grid-icon {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
    text-align: left; 
	 width: 55%; /* Aligns card content to the left*/
	position:relative;
	width: 38rem;"
    
}

.card h3 {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: left; /* Aligns title to the left */
}

.card p {
    font-size: 16px;
    color: #555;
    text-align: left; /* Aligns text to the left */
}

.icon {
    font-size: 40px;
    margin-bottom: 15px;
    align-self: flex-start; /* Aligns icon to the left */
}


.icon2 {
   
	
}

.icon2 img {
 width: 90px;
    height: auto;
    position: absolute;
    top: 20px;
    right: 20px;
}
.card-icon-dot-image{
  position: absolute;
    top: 20px;
    right: 20px;
	
}
.card-icon-dot-image img {
	 width: 80px; 
    height: auto;

}



@media (max-width: 768px) {
    .why-pathivy-section {
			flex-direction: column;
			align-items: flex-start;
    }
    
	.card-grid-icon {
			width: 100%;
			margin-top: 20px;
			text-align: left; 
	}
  .text-content {
      max-width: 100%;
  }
	.section-container1 {  
		 justify-content: space-between; 
		 max-width: 1200px;
		 margin: 0 auto;
		 border-radius: 0 0 10rem 0;
   }
	.card-container1 {
		flex-basis: 100%;
	}
}
