@charset "utf-8";
/* CSS Document */

.sectionn {
      text-align: center;
      padding: 40px 20px;
    }

    .sectionn h2 {
      font-size: 28px;
      margin-bottom: 30px;
      color: #2b2b2b;
    }

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover, a:focus {
   
    text-decoration: none !important;
}

.product-price a {
	 text-decoration: none !important;s
	
}

.card__heading a {
	 text-decoration: none !important;s
	
}

.order-on a {
	 text-decoration: none !important;s
	
}
.order-on {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 0px;
    display: -webkit-box;
    padding: 15px 10px;
    background: #872463;
    border-radius: 5px;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fa
{
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



    .cardds {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .cardd {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
      overflow: hidden;
      transition: transform 0.3s ease;
    }

    .cardd:hover {
      transform: translateY(-5px);
    }

    .cardd img {
      width: 100%;
      height: 210px;
      object-fit: cover;
    }

    .cardd-content {
      padding: 20px;
      text-align: left;
    }

    .iconn {
      background: #ff6600;
      color: white;
      font-weight: bold;
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin-top: -71px;
    margin-bottom: 15px;
		position: absolute;
		background-color: #FD6600;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #FFFFFF;
    border-radius: 100px 100px 100px 100px;
    }
	  
	.iconn img  {
    width: 83%;
    height: 61px;
}

    .cardd h3 {
      margin: 28px 0 0px;
      font-size: 18px;
      color: #111;
    }

    .cardd p {
      font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0px;
    margin-top: 8px;
    }

 h2 {
      margin: 30px 10px;
      font-size: 28px;
      font-weight: bold;
      color: #1a1a1a;
    }

    .pillars {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 20px;
      padding: 20px;
      max-width: 1100px;
      margin: auto;
		
    }

    .pillar {
      background: #fff;
      border: 1px solid #f58220;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      transition: transform 0.2s ease-in-out;
    }

    .pillar:hover {
      transform: translateY(-5px);
    }

    .pillar img {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
    }

    .pillar h3 {
      color: #222;
      font-size: 18px;
      margin-bottom: 10px;
    }

    .pillar p {
      font-size: 14px;
      color: #555;
      line-height: 1.5;
    }

    /* Responsive background section */
     .illustration {
    position: absolute;
   
}

    .illustration img {
      
      width: 100%;
    }

    @media (max-width: 768px) {
      h2 {
        font-size: 22px;
      }
      .pillar {
        padding: 15px;
      }
    }

    @media (max-width: 600px) {
      .sectionn h2 {
        font-size: 22px;
      }
      .cardd img {
        height: 215px;
      }
		.iconn img  {
        height: 55px;
      }
    }


