/*
Theme Name: Intact Child
Template: intact
Theme URI: http://keydesign-themes.com/intact/
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Intact - Premium Multi-Purpose WordPress Theme
Version: 1.5
Description: Intact is a creative and colorful, highly engaging, dynamic and professional onepage WordPress theme.
Author: Key-Design
Author URI: http://www.keydesign-themes.com
Tags: one-column, custom-menu

/* Below you can write your style */

.np-section1-space1{
	padding:20px 0px;
}
.np-section1 {
    background-color: #a8d4ff;
    width: 220px;
    text-align: center;
    padding: 5px;
    border-radius: 30px;
}
.np-section1  {
    color: #006dd2;
	font-weight:500;
}
.np-section1 i {
    padding-right: 8px;
	color: #ffffff;
}
.np-section1-2 h1 {
    font-size: 40px !important;
    text-align: left;
    line-height: 46px !important;
}
.section#home-s{
	background:linear-gradient(to bottom, #fbfbfb 0%, #fcfbff 40%, #ffffff 70% 70%, #eef7ff 100%);
}

span.bg-gradient-primary{
	background: linear-gradient(90deg, #1A76D1, #00A896);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.np-section1-2 p {
    font-size: 20px;
    line-height: 30px;
    padding-top: 10px;
}
.np-section1-3
 {
 display: flex;
}
.np-section1-3 i {
    color: #d9269d;
    padding-right: 7px;
}
.teams-section-1{
	padding:60px 0px;
}
.teams-section-2{
	padding:60px 0px;
}

.np-section1-3-para1 {
    background-color: #f7d4eb;
    text-align: center;
    padding: 5px;
	color: #d9269d;
	font-weight:500;
    border-radius: 30px;
    margin: 15px 15px 15px 0px;
	    width: 100%;
}
.np-section1-3-para2 {
    background-color: #f7d4eb;
    text-align: center;
    padding: 7px;
	color: #d9269d;
	font-weight:500;
    border-radius: 30px;
    margin: 15px;
	    width: 100%;
}
.np-section1-3-para3 {
   background-color: #f7d4eb;
    text-align: center;
    padding: 6px;
    color: #d9269d;
    font-weight: 500;
    border-radius: 30px;
    margin: 15px;
    height: 38px;
    width: 100%;

}
.np-section1-4 h4 {
    color: #006dd2;
    font-size: 24px;
}
.np-section1-4 {
    text-align: center;
	padding:30px 0px;
}

.nruby-center img {
    width: 185px;
}
.white-icon {
    color: #ffffff;
}

.nruby-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0;
  background: transparent;
}

/* Outer ring */
.nruby-ring {
  position: relative;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, #fefbff 40%, #006dd2 70%, #02a699 95%);
  box-shadow: 0 20px 60px #006dd2;
}

/* Center circle */
.nruby-center {
  position: absolute;
  inset: 9%;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nruby-logo {
  width: 110px;
  height: auto;
  display: block;
  margin-bottom: 16px;
}

.nruby-title {
  margin: 0;
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #162133;
}
.np-section2-space2{
	padding:50px 0px;
}

/* Icons around ring */
.nruby-icon {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
     background: #02a49b;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 12px 30px #006dd2;
}

.nruby-icon img {
  width: 28px;
  height: 28px;
}

/* Icon positions */
.nruby-icon-1 {
  top: 8%;
  right: 14%;
  animation: nrubyFloat1 4s ease-in-out infinite;
}

.nruby-icon-2 {
  right: 6%;
  bottom: 32%;
  animation: nrubyFloat2 5s ease-in-out infinite;
}

.nruby-icon-3 {
  left: 8%;
  bottom: 6%;
  animation: nrubyFloat3 6s ease-in-out infinite;
}

/* Floating animations */
@keyframes nrubyFloat1 {
  0%, 100% { transform: translate(0, 0); }
  50%      { transform: translate(4px, -6px); }
}

@keyframes nrubyFloat2 {
  0%, 100% { transform: translate(0, 0); }
  50%      { transform: translate(-6px, 4px); }
}

@keyframes nrubyFloat3 {
  0%, 100% { transform: translate(0, 0); }
  50%      { transform: translate(5px, 6px); }
}

/* Responsive */
@media (max-width: 600px) {
  .nruby-ring {
    width: 280px;
    height: 280px;
  }
  .nruby-center {
    inset: 18%;
  }
  .nruby-logo {
    width: 90px;
  }
}

.ruby-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

/* Base button */
.ruby-btn {
    padding: 15px 30px;
    font-size: 15px;
    border-radius: 10px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease,
        opacity 0.2s ease,
        color 0.2s ease;
    white-space: nowrap;
}

/* Chat gradient button */
.ruby-chat-btn {
      background: linear-gradient(90deg, #006dd2, #1f2d3a);
    color: #ffffff;
    box-shadow: 0 6px 16px #006dd2;
}

.ruby-chat-btn:hover {
   transform: translateY(-2px) scale(1.02);
    box-shadow: 0 10px 24px #111827;
    opacity: 0.96;
    color: #111827;
    background: #ffffff;
}

/* Learn more white button */
.ruby-learn-btn {
      background: linear-gradient(90deg, #006dd2, #1f2d3a);
    color: #ffffff;
    box-shadow: 0 6px 16px #006dd2;
}

.ruby-learn-btn:hover {
   transform: translateY(-2px) scale(1.02);
    box-shadow: 0 10px 24px #111827;
    opacity: 0.96;
    color: #111827;
    background: #ffffff;
}

/* Icons alignment */
.ruby-chat-btn i {
    font-size: 14px;
	color: #ffffff;
}

/* 🔁 Responsive: small screen pe buttons stack ho jayenge */
@media (max-width: 480px) {
    .ruby-btn-wrap {
        width: 100%;
        justify-content: center;
    }

    .ruby-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

/* Wrapper */
.np-section2 {
    position: relative;
    width: fit-content;
    margin: auto;
    display: inline-block;
}

/* Image styling */
.np-section2 img {
    width: 100%;
    max-width: 850px;
    border-radius: 22px;
    position: relative;
    z-index: 5;
}

/* Background blobs */
.np-bg-blob {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background:radial-gradient(circle at 30% 30%, #337ab7, #0089ff);
    opacity: 0.55;
    animation: npFloating 6s ease-in-out infinite alternate;
    z-index: 1;
}

/* Left blob */
.np-blob-left {
    bottom: -65px;
    left: -25px;
}

/* Right blob */
.np-blob-right {
    top: -25px;
    right: -70px;
}

/* Floating Animation */
@keyframes npFloating {
    0% { transform: translateY(0px) scale(1); }
    100% { transform: translateY(-25px) scale(1.08); }
}

/* Responsive */
@media (max-width: 768px) {
    .np-bg-blob {
        width: 170px;
        height: 170px;
        filter: blur(50px);
    }
	a.logo img {
    width: 110px !important;
    height: auto;
}
    .np-blob-left { bottom: -40px; left: -40px; }
    .np-blob-right { top: -40px; right: -40px; }
}
/* Wrapper: pills in a row, wrap on small screens */
.ruby-pill-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

/* Single pill */
.ruby-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
       background: #a8d4ff;
    color: #006dd2;                  /* dark pink text */
    border-radius: 999px;             /* pill shape */
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    cursor: default;
}

/* Icon styling */
.ruby-pill i {
    font-size: 14px;
	    color: #006dd2;
}

/* 🔁 Responsive: small screen pe full width pills */
@media (max-width: 600px) {
    .ruby-pill-wrap {
        justify-content: center;
    }

    .ruby-pill {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

.np-section3-space3-para1 {
    text-align: center;
}
.np-section3-space3-para-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: #a8d4ff;
    color: #006dd2;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    cursor: default;
}
.np-section3-space3-para-text i
 {
    font-size: 14px;
    color: #006dd2;
}
.np-section1-2.np-section3-space3-para2 h1 {
    text-align: center;
}
.ruby-btn-wrap.np-section3-space3-btn {
    text-align: center;
    display: block;
    margin-top: 30px;
}
/* Outer card */
.np-section3-space3-para3 {
  background: #ffffff;
  border-radius: 22px;
  padding: 40px 28px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  width: 100%;
  max-width: 350px;
  margin: auto;
  transition: transform .3s ease, box-shadow .3s ease;
}

/* Hover effect */
.np-section3-space3-para3:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.10);
}

/* Icon circular gradient background */
.np-section3-space3-para3-text1 {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b100ff, #ff3ba7);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(255, 59, 167, 0.35);
}

/* SVG icon inside */
.np-section3-space3-para3-icon1 {
  width: 32px;
  height: 32px;
  color: #fff;
}

/* Heading */
.np-section3-space3-para3 h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #111827;
}

/* Paragraph */
.np-section3-space3-para3 p {
  font-size: 15px;
  line-height: 1.55;
  color: #6b7280;
}

/* Responsive */
@media (max-width: 480px) {
  .np-section3-space3-para3 {
    padding: 32px 20px;
  }
  .np-section3-space3-para3-text1 {
    width: 60px;
    height: 60px;
  }
  .np-section3-space3-para3-icon1 {
    width: 26px;
    height: 26px;
  }
}

.np-section3-space3-para3-space3{
	padding:40px 0px;
}

/* Outer box */
.np-section3-space4-para4 {
    background: #ffffff;
    border-radius: 22px;
    padding: 40px 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    gap: 10px;
	margin: 0px 15px;
}

/* Each block */
.np-section3-space4-para4-text h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
    background: linear-gradient(90deg, #9311d4, #FF00A8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.np-section3-space4-para4-text p {
    font-size: 15px;
    color: #6b7280; /* subtle gray text */
    margin: 0;
}

/* Responsive — tablets */
@media (max-width: 900px) {
    .np-section3-space4-para4 {
        grid-template-columns: repeat(2, 1fr);
        padding: 30px 15px;
    }
}

/* Responsive — mobile */
@media (max-width: 600px) {
    .np-section3-space4-para4 {
        grid-template-columns: 1fr;
    }
}


/* Main background wrapper */
section#introducing-ruby-ai {
    position: relative;
    width: 100%;
    padding: 80px 0;
   	background:linear-gradient(to bottom, #ffffff 0%, #fcfbff 40%, #ffffff 70%, #f2f9ff 100%);
    overflow: hidden; /* so blobs don’t overflow */
}

/* Top Right Blob */
section#introducing-ruby-ai::before {
    content: "";
    position: absolute;
    top: -160px;
    right: -120px;
    width: 340px;
    height: 340px;
    background: #f5eaff;
    border-radius: 50%;
    opacity: 0.9;
    z-index: 1;
}

/* Bottom Left Blob */
section#introducing-ruby-ai::after {
    content: "";
    position: absolute;
    bottom: -150px;
    left: -140px;
    width: 280px;
    height: 280px;
    background: #f2e7ff;
    border-radius: 50%;
   
    opacity: 0.9;
    z-index: 1;
}

/* Make sure your hero content stays above blobs */
.np-section3-space3 {
    position: relative;
    z-index: 5;
}

.section#leading-healthcare{
	background: linear-gradient(to bottom, #ffffff 0%, #fcfbff 40%, #ffffff 70%
70%
, #eef7ff 100%);
}
.np-section1-2 p {
    text-align: left;
}
.np-section1-2.np-section3-space3-para2 p {
    text-align: center;
}
.np-section4-space4-para1 h2
 {
    text-align: center;
}
.np-section4-space4-para1 p{
font-size: 20px;
    line-height: 30px;
    padding-top: 10px;
}


/* ────────────────────────────────
   MAIN CARD WRAPPER
──────────────────────────────── */
.np-section4-space4-table {
    background: #ffffff;
    padding: 40px 20px 35px;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.06);
    max-width: 950px;
    margin: auto;
}

/* Title */
.np-section4-space4-table h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #111827;
}

/* Table Basics */
.np-section4-space4-table table {
    width: 100%;
    border-collapse: collapse;
}

/* ────────────────────────────────
   HEADERS
──────────────────────────────── */
.np-section4-space4-table thead th {
    text-align: left;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 600;
    color: #6b7280;
    border-bottom: 1px solid #e5e7eb;
}

/* Vertical separators in header */
.np-section4-space4-table thead th:not(:last-child) {
    border-right: 1px solid #e5e7eb;
    padding-right: 20px;
}

.np-section4-space4-table thead th:not(:first-child) {
    padding-left: 20px;
}

/* ────────────────────────────────
   BODY ROWS
──────────────────────────────── */
.np-section4-space4-table tbody tr {
    border-bottom: 1px solid #e5e7eb;
}

.np-section4-space4-table tbody tr:last-child {
    border-bottom: none;
}

/* Table Text Styling */
.np-section4-space4-table tbody td {
    padding: 22px 0;
    vertical-align: top;
    line-height: 1.5;
    color: #111827;
    font-size: 16px;
}

/* Vertical separators between columns */
.np-section4-space4-table tbody td:not(:last-child) {
    border-right: 1px solid #e5e7eb;
    padding-right: 20px;
}

.np-section4-space4-table tbody td:not(:first-child) {
    padding-left: 20px;
}

/* Highlighted RIGHT column */
.np-section4-space4-table td.highlight {
    font-weight: 600;
    color: #006dd2;
}

/* Arrow icon inside highlight */
.np-section4-space4-table td.highlight i {
    margin-right: 6px;
    font-size: 14px;
    color: #006dd2;
}

/* ────────────────────────────────
   RESPONSIVE (Mobile Friendly)
──────────────────────────────── */
@media (max-width: 700px) {

    .np-section4-space4-table {
        padding: 30px 20px;
    }

    /* Hide table header on mobile */
    .np-section4-space4-table thead {
        display: none;
    }

    /* Convert table to block layout */
    .np-section4-space4-table table,
    .np-section4-space4-table tbody,
    .np-section4-space4-table tr,
    .np-section4-space4-table td {
        display: block;
        width: 100%;
    }

    /* Row separation */
    .np-section4-space4-table tr {
        margin-bottom: 22px;
        border-bottom: 1px solid #e5e7eb;
        padding-bottom: 12px;
    }

    /* Column labels for mobile */
    .np-section4-space4-table td:nth-child(1) {
        font-weight: 700;
        font-size: 17px;
        margin-bottom: 6px;
    }

    /* Remove vertical lines on mobile */
    .np-section4-space4-table tbody td {
        border-right: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* Wrapper */
.np-section4-space4-left-para {
    max-width: 700px;
	padding:40px 0px 0px;
}

/* Intro paragraph */
.np-section4-space4-left-para .np-intro-text {
   font-size: 17px;
    line-height: 1.65;
    color: #4b5563;
    margin-bottom: 30px;
    text-align: left;
}

/* Purple text highlighting */
.np-section4-space4-left-para .np-highlight {
    color: #006dd2;
    font-weight: 600;
}

/* Grid — two column feature list */
.np-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 35px;
    margin-bottom: 35px;
}

/* Single feature row */
.np-feature-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #111827;
    font-weight: 500;
}

/* Tick icon */
.np-feature-item i {
    color: #006dd2;
    margin-right: 10px;
    font-size: 15px;
}

/* Gradient CTA Button */
.np-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
        background: linear-gradient(90deg, #1A76D1, #00A896);
    color: #ffffff;
    box-shadow: 0 6px 16px #337ab7;
    
    padding: 14px 26px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
   
    transition: 0.3s ease;
}

/* Hover effect */
.np-cta-btn:hover {
    transform: translateY(-2px);
    opacity: 0.95;
	color:#ffffff;
}

/* Responsive */
@media (max-width: 600px) {
    .np-feature-grid {
        grid-template-columns: 1fr;
    }
}


/* Wrapper */
.np-section4-projections {
    text-align: center;
    max-width: 1100px;
    margin: auto;
    padding: 40px 20px;
}
.np-section4-projections-bg {
    width: 100%;
    background: linear-gradient(to bottom, #ffffff 0%, #fcfbff 40%, #ffffff 70%
70%
, #eef7ff 100%);
    padding: 30px 0;
    border-radius: 30px;
}


/* Heading */
.np-section4-projections h2 {
    font-size: 32px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
}
.np-projection-card.left h3 {
    color: #006dd2;
    font-size: 26px;
}
.np-projection-card.left p {
    color: #006dd2;
}
.np-projection-card.right h3{
	color:#006dd2;
	font-size: 26px;
}
.np-projection-card.right p{
	color:#006dd2;
}

/* Subtext */
.np-section4-projections .np-subtext {
    font-size: 18px;
    color: #6b7280;
    line-height: 1.6;
    max-width: 750px;
    margin: 0 auto 40px;
}

/* Grid layout */
.np-projection-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

/* Card base */
.np-projection-card {
    padding: 20px 10px 40px;
    border-radius: 20px;
    text-align: center;
    font-weight: 500;
}

/* Purple left card */
.np-projection-card.left {
    background: #d0e8ff;
}

/* Pink right card */
.np-projection-card.right {
    background: #9bcfff;
}

/* Big number */
.np-projection-card h3 {
    font-size: 38px;
    font-weight: 700;
    color: #c026d3;
    margin-bottom: 10px;
}

/* Description text */
.np-projection-card p {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
    .np-projection-grid {
        grid-template-columns: 1fr;
    }
}

/* Outer section */
.np-section5-services {
  padding: 80px 20px;
}

.np-section5-services-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

/* Individual service card */
.np-section5-service-box {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e7f4ff;
    padding: 32px 30px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: border-color 0.25s 
ease, box-shadow 0.25s 
ease, transform 0.25s 
ease;
}

/* Icon */
.np-service-icon {
  font-size: 26px;
  color: #006dd2;
  margin-bottom: 18px;
}

/* Heading */
.np-section5-service-box h3 {
  font-size: 22px;
    font-weight: 600 !important;
    line-height: 28px;
  margin-bottom: 14px;
  color: #111827;
  transition: color 0.25s ease;
}

/* Intro paragraph */
.np-section5-service-box .np-service-intro {
  font-size: 16px;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 18px;
}

/* Bullet list */
.np-service-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.np-service-list li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #111827;
}

/* Pink bullet dot */
.np-service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #006dd2;
}

/* Hover state – like Rockit */
.np-section5-service-box:hover {
 border-color: #5472d2;
    box-shadow: 0 18px 45px #337ab7;
    transform: translateY(-6px);
}

.np-section5-service-box:hover h3 {
  color: #006dd2;
}

/* Responsive */
@media (max-width: 1024px) {
  .np-section5-services-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .np-section5-services-inner {
    grid-template-columns: 1fr;
  }

  .np-section5-service-box {
    padding: 28px 22px 24px;
  }
}
.np-section5-services-para {
    text-align: center;
}
.np-section5-services-para p {
   font-size: 20px;
    line-height: 30px;
    padding-top: 10px;
}

/* Grid Container */
.np-section5-services-t {
  padding: 25px 20px;
}

.np-services-grid-t {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
}

/* Card box */
.np-section5-services-box-t {
  background: #ffffff;
  border: 1px solid #e9e5f7;
  border-radius: 20px;
  padding: 25px 10px;
  text-align: center;
  transition: all 0.25s ease;
  cursor: pointer;
}

/* Icons */
.np-section5-services-box-t i {
  font-size: 30px;
  color: #006dd2;
  margin-bottom: 0px;
  transition: color 0.25s ease;
}

/* Heading */
.np-section5-services-box-t h3 {
  font-size: 17px;
  font-weight: 500 !important;
  color: #111827;
  margin-bottom: 10px;
  line-height: 1.4;
  transition: color 0.25s ease;
}

/* Paragraph */
.np-section5-services-box-t p {
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
}

/* Hover Effects */
.np-section5-services-box-t:hover {
    border-color: #8dc8ff;
    box-shadow: 0 14px 32px #5eb2ff;
    transform: translateY(-6px);
}

.np-section5-services-box-t:hover h3 {
  color: #006dd2;
}

.np-section5-services-box-t:hover i {
  color: #006dd2;
}

/* Responsive */
@media (max-width: 1200px) {
  .np-services-grid-t {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .np-services-grid-t {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .np-services-grid-t {
    grid-template-columns: 1fr;
  }
}

/* MAIN CARD */
.np-expertise-card-fix {
    position: relative;
    background: #ffffff;
    padding: 28px 24px 30px;
    border-radius: 18px;
    border: 1px solid #e8e4f5;   /* all sides normal */
    overflow: hidden;            /* needed for pseudo */
    transition: 0.3s ease;
    max-width: 360px;
}

/* THE REAL SECRET — ONLY TOP GRADIENT BORDER */
.np-expertise-card-fix::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;                       /* border height */
    width: 100%;
    background: linear-gradient(90deg, #1A76D1, #00A896);
}

/* Hover effect */
.np-expertise-card-fix:hover {
    transform: translateY(-6px); 
    box-shadow: 0 16px 40px #5eb2ff;
}

/* Icon */
.np-expertise-icon i {
    font-size: 26px;
    color: #006dd2;
    margin-bottom: 18px;
}

/* Heading row */
.np-expertise-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.np-expertise-header h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.np-expertise-header i {
    color: #4b5563;
    font-size: 18px;
    transition: 0.3s;
}

.np-expertise-card-fix:hover .np-expertise-header i {
    color: #006dd2;
    transform: translateX(4px);
}

/* Description */
.np-expertise-text {
    margin: 15px 0 22px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.6;
}

/* Pills */
.np-expertise-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.np-expertise-tags span {
        background: #a8d4ff;
    color: #006dd2;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    
}

section#services {
   background: linear-gradient(to bottom, #ffffff 0%, #fcfbff 40%, #ffffff 70% 70%, #eef7ff 100%);
}
.np-section7-space7{
 padding: 0px 0px 40px;	
}

.footer .footer-top {
    padding: 60px 0px;
    position: relative;
    background: linear-gradient(to bottom, #ffffff 0%, #fcfbff 40%, #ffffff 70% 70%, #eef7ff 100%);
}
.footer .single-footer h2 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
    text-transform: capitalize;
    position: relative;
}
.col-lg-12.col-md-12.col-12.quick-link-head ul {
    padding: 0;
    line-height: 30px;
	list-style-type: none;
}
.quick-link-head ul li a {
    color: #000000;
}
.col-lg-12.col-md-12.col-12.quick-link-head {
    padding: 0px;
}
.single-footer.f-link.quick-link h2 {
    font-size: 18px;
}
.single-footer.addr h2 {
    font-size: 18px;
}
.single-footer.addr i
 {
    font-size: 17px;
    padding-right: 7px;
}

.single-footer.addr p {   
    line-height: 32px;
}
.footer .copyright {
    background: linear-gradient(to bottom, #ffffff 0%, #fcfbff 40%, #ffffff 70% 70%, #eef7ff 100%);
    padding: 25px 0px 25px 0px;
    text-align: center;
}
.single-footer h5
 {
    font-size: 17px;
    line-height: 27px;
}

/* MAIN gradient panel */
.np-contact-cta {
    position: relative;
    max-width: 880px;
    margin: 80px auto;
    padding: 50px 40px 42px; 
    border-radius: 26px;
    background: linear-gradient(180deg, #1A76D1 0%, #00A896 100%);
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 18px 60px #5eb2ff;
}

/* Soft blobs top-right & bottom-left (optional, Rockit style) */
.np-contact-cta::before,
.np-contact-cta::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.np-contact-cta::before {
    top: -130px;
    right: -130px;
}
.np-contact-cta::after {
    bottom: -130px;
    left: -130px;
}

/* Top pill */
.np-contact-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

/* Heading */
.np-contact-cta h2 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 800;
	color: #ffffff !important;
    margin: 0 0 12px;
    position: relative;
    z-index: 1;
}

/* Sub text */
.np-contact-sub {
    max-width: 640px;
    margin: 0 auto 28px;
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.9;
    position: relative;
    z-index: 1;
}

/* FORM CARD (CF7 yaha render hoga) */
.np-contact-form-card {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 18px;
	height:50vh;
    padding: 24px 24px 26px;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

/* CF7 ko match karne ke liye generic styling (optional) */
.np-contact-form-card input[type="text"],
.np-contact-form-card input[type="email"],
.np-contact-form-card textarea,
.np-contact-form-card select {
    width: 100%;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 10px 12px;
    color: #ffffff;
    font-size: 14px;
}

.np-contact-form-card input::placeholder,
.np-contact-form-card textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

/* CF7 submit button */
.np-contact-form-card input[type="submit"] {
    margin-top: 14px;
    width: 100%;
    border-radius: 999px;
    border: none;
    padding: 2px 16px;
    background: #ffffff;
    color: #006DD2;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease;
}

.np-contact-form-card input[type="submit"]:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 25px #006DD2;
}

/* Divider line */
.np-contact-divider {
    margin: 28px auto 18px;
    height: 1px;
    width: 100%;
	display: flex;
    max-width: 620px;
    background: rgba(255, 255, 255, 0.35);
    position: relative;
    z-index: 1;
}

/* Bottom stats */
.np-contact-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.np-contact-stat {
    text-align: center;
    min-width: 110px;
}

.np-contact-stat .np-number {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.np-contact-stat .np-label {
    display: block;
    font-size: 12px;
    opacity: 0.9;
}

/* Responsive */
@media (max-width: 768px) {
    .np-contact-cta {
        padding: 40px 20px 34px;
        border-radius: 20px;
    }
	.np-section4-space4-para1 h2 {
    text-align: center;
    font-size: 26px;
    line-height: 34px;
}
	.np-section4-projections .np-subtext {
    font-size: 15px;
}
	.np-section4-projections h2
	{
    font-size: 26px;
    line-height: 34px;
}
	.np-section1-2 h1
 {
    font-size: 30px;
    text-align: left;
    line-height: 40px;
}
	.single-footer h2 {
    text-align: center !important;
    padding-bottom: 20px;
}

    .np-contact-cta h2 {
        font-size: 26px;
    }

    .np-contact-form-card {
        padding: 20px 16px 22px;
    }

    .np-contact-stats {
        gap: 18px;
    }
}



a.logo img {
    width: 200px;
}

.krishmetic-problem-section{
  padding: 64px 0;
  background:
    radial-gradient(900px 420px at 12% 0%, rgba(37,99,235,.10), transparent 60%),
    radial-gradient(900px 420px at 88% 10%, rgba(124,58,237,.10), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f7f9ff 55%, #ffffff 100%);
}

.krishmetic-problem-wrap{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 18px;
}

.krishmetic-problem-card{
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 22px;
  box-shadow: 0 16px 50px rgba(15,23,42,.08);
  padding: 22px;
  position: relative;
  overflow: hidden;
}

.krishmetic-problem-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(700px 320px at 18% 0%, rgba(37,99,235,.08), transparent 60%);
  pointer-events:none;
}
.krishmetic-problem-card > *{ position:relative; }

.krishmetic-problem-label{
  display:inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(15,23,42,.03);
  color: rgba(15,23,42,.70);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.krishmetic-problem-title{
  margin: 12px 0 20px;
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #0b1220;
}

.krishmetic-problem-list{
  margin: 0;
  padding-left: 18px;
  color: rgba(15,23,42,.72);
  line-height: 1.85;
  font-size: 16px;
}

.krishmetic-problem-list li{
  margin: 6px 0;
}

.krishmetic-problem-highlight{
  margin: 20px 0 0;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(37,99,235,.14);
  background: linear-gradient(135deg, rgba(37,99,235,.08), rgba(124,58,237,.06));
  color: rgba(15,23,42,.78);
  font-weight: 600;
  line-height: 1.65;
}
.krishmetic-build-section{
  padding: 64px 0;
  background:
    radial-gradient(900px 420px at 12% 0%, rgba(16,185,129,.12), transparent 60%),
    radial-gradient(900px 420px at 88% 10%, rgba(34,197,94,.10), transparent 60%),
    linear-gradient(180deg, #f8fffb 0%, #ecfdf5 55%, #f8fffb 100%);
}

.krishmetic-build-wrap{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 18px;
}

.krishmetic-build-card{
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 22px;
  box-shadow: 0 16px 50px rgba(15,23,42,.08);
  padding: 22px;
  position: relative;
  overflow: hidden;
}

.krishmetic-build-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(700px 320px at 18% 0%, rgba(16,185,129,.10), transparent 60%);
  pointer-events:none;
}
.krishmetic-build-card > *{ position:relative; }

.krishmetic-build-label{
  display:inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(15,23,42,.03);
  color: rgba(15,23,42,.70);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.krishmetic-build-title{
  margin: 12px 0 10px;
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #0b1220;
}

.krishmetic-build-list{
  margin: 0;
  padding-left: 18px;
  color: rgba(15,23,42,.72);
  line-height: 1.85;
  font-size: 16px;
}

.krishmetic-build-list li{
  margin: 6px 0;
}

.krishmetic-build-highlight{
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(16,185,129,.25);
  background: linear-gradient(135deg, rgba(16,185,129,.12), rgba(34,197,94,.10));
  color: rgba(15,23,42,.78);
  font-weight: 600;
  line-height: 1.65;
}

.krishmetic-products-section{
  padding: 64px 0;
}

.krishmetic-products-wrap{
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 18px;
}

.krishmetic-products-label{
  display:inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(15,23,42,.03);
  color: rgba(15,23,42,.70);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

/* row layout */
.krishmetic-product-row{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 32px;
  align-items: center;
  margin-bottom: 16px;
}

.krishmetic-reverse{
  grid-template-columns: .95fr 1.05fr;
}

@media (max-width: 900px){
  .krishmetic-product-row,
  .krishmetic-reverse{
    grid-template-columns: 1fr;
  }
}

/* content card */
.krishmetic-product-content{
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 22px;
  box-shadow: 0 16px 50px rgba(15,23,42,.08);
  padding: 22px;
  position: relative;
  overflow:hidden;
}

.krishmetic-product-content::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(700px 320px at 18% 0%, rgba(37,99,235,.08), transparent 60%);
  pointer-events:none;
}
.krishmetic-product-content > *{position:relative;}

.krishmetic-product-name{
  margin: 0 0 10px;
  font-size: clamp(18px, 1.6vw, 22px);
  letter-spacing: -0.3px;
  color: #0b1220;
  font-weight: 900;
}

.krishmetic-product-text{
  margin: 0 0 10px;
  color: rgba(15,23,42,.72);
  line-height: 1.85;
  font-size: 16px;
}
.krishmetic-product-text:last-child{margin-bottom:0;}

/* image card */
.krishmetic-product-media{
  border-radius: 22px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.70);
  box-shadow: 0 16px 50px rgba(15,23,42,.08);
  overflow:hidden;
  position: relative;
}

.krishmetic-product-media::after{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(600px 280px at 20% 20%, rgba(37,99,235,.14), transparent 55%),
              radial-gradient(600px 280px at 80% 30%, rgba(124,58,237,.12), transparent 55%);
  pointer-events:none;
}

.krishmetic-product-img{
  width:100%;
  height: 340px;
  object-fit: cover;
  display:block;
  filter: saturate(1.05) contrast(1.02);
}

@media (max-width: 900px){
  .krishmetic-product-img{height: 260px;}
}

/* footer line */
.krishmetic-products-foot {
    margin: 60px 0 0;
    padding: 12px 14px;
    text-align: center;
    border-radius: 16px;
    border: 1px solid rgba(37, 99, 235, .14);
    background: linear-gradient(135deg, rgba(37, 99, 235, .08), rgba(124, 58, 237, .06));
    color: rgba(15, 23, 42, .78);
    font-weight: 600;
    line-height: 1.65;
}
.krishmetic-product-row.krishmetic-reverse {
    padding: 70px 0px 40px;
}


/* ===== WHY ANUVANSH ===== */
.krishmetic-why-section{
  padding: 64px 0;
  background:
    radial-gradient(900px 420px at 12% 0%, rgba(37,99,235,.10), transparent 60%),
    radial-gradient(900px 420px at 88% 10%, rgba(124,58,237,.10), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f7f9ff 55%, #ffffff 100%);
}

.krishmetic-why-wrap{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 18px;
}

.krishmetic-why-card{
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 22px;
  box-shadow: 0 16px 50px rgba(15,23,42,.08);
  padding: 22px;
  position: relative;
  overflow: hidden;
}

.krishmetic-why-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(700px 320px at 18% 0%, rgba(37,99,235,.08), transparent 60%);
  pointer-events:none;
}
.krishmetic-why-card > *{ position:relative; }

.krishmetic-why-label{
  display:inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(15,23,42,.03);
  color: rgba(15,23,42,.70);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.krishmetic-why-list{
  margin: 0;
  padding-left: 18px;
  color: rgba(15,23,42,.72);
  line-height: 1.85;
  font-size: 16px;
}

.krishmetic-why-list li{
  margin: 6px 0;
}

.krishmetic-why-highlight{
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(37,99,235,.14);
  background: linear-gradient(135deg, rgba(37,99,235,.08), rgba(124,58,237,.06));
  color: rgba(15,23,42,.78);
  font-weight: 600;
  line-height: 1.65;
}


/* ===== WHERE WE FOCUS (different tint) ===== */
.krishmetic-focus-section{
  padding: 64px 0;
  background:
    radial-gradient(900px 420px at 12% 0%, rgba(16,185,129,.12), transparent 60%),
    radial-gradient(900px 420px at 88% 10%, rgba(34,197,94,.10), transparent 60%),
    linear-gradient(180deg, #f8fffb 0%, #ecfdf5 55%, #f8fffb 100%);
}

.krishmetic-focus-wrap{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 18px;
}

.krishmetic-focus-card{
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 22px;
  box-shadow: 0 16px 50px rgba(15,23,42,.08);
  padding: 22px;
  position: relative;
  overflow: hidden;
}

.krishmetic-focus-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(700px 320px at 18% 0%, rgba(16,185,129,.10), transparent 60%);
  pointer-events:none;
}
.krishmetic-focus-card > *{ position:relative; }

.krishmetic-focus-label{
  display:inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(15,23,42,.03);
  color: rgba(15,23,42,.70);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.krishmetic-focus-text{
  margin: 0 0 10px;
  color: rgba(15,23,42,.72);
  line-height: 1.85;
  font-size: 16px;
}
.krishmetic-focus-text:last-child{ margin-bottom: 0; }

.ctn-bg{
background: #ffffff;
  border-radius: 28px;
  padding: 36px 32px;
  box-shadow:
    0 30px 80px rgba(15,23,42,.12),
    0 10px 30px rgba(15,23,42,.06);
  border: 1px solid rgba(15,23,42,.08);
  text-align: center;
}
.ctn-toch{
	padding:0px 40px;
}

.wpcf7 .wpcf7-select {
       text-transform: math-auto;
    appearance: auto !important;
}

.krishmetic-duo{
    padding: 100px 0px 70px;
    background:
      radial-gradient(900px 520px at 12% 0%, rgba(37,99,235,.10), transparent 60%),
      radial-gradient(900px 520px at 88% 10%, rgba(124,58,237,.10), transparent 60%),
      linear-gradient(180deg, #ffffff 0%, #f7f9ff 55%, #ffffff 100%);
  }
  .krishmetic-duo-wrap{
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 18px;
  }
  .krishmetic-duo-grid{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    align-items: stretch;
  }
  @media (max-width: 980px){
    .krishmetic-duo-grid{ grid-template-columns: 1fr; }
  }

  .krishmetic-card{
    border-radius: 28px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(15,23,42,.10);
    box-shadow: 0 22px 70px rgba(15,23,42,.10);
    padding: 26px;
    position: relative;
    overflow:hidden;
  }
  .krishmetic-card::before{
    content:"";
    position:absolute;
    inset:-2px;
    pointer-events:none;
    opacity:.9;
  }
  .krishmetic-card > *{ position:relative; }

  /* left card tint (blue/purple) */
  .krishmetic-card-problem::before{
    background:
      radial-gradient(700px 380px at 20% 0%, rgba(37,99,235,.14), transparent 55%),
      radial-gradient(700px 380px at 85% 30%, rgba(124,58,237,.10), transparent 55%);
  }

  /* right card tint (green) */
  .krishmetic-card-solution::before{
    background:
      radial-gradient(700px 380px at 20% 0%, rgba(16,185,129,.14), transparent 55%),
      radial-gradient(700px 380px at 85% 30%, rgba(34,197,94,.10), transparent 55%);
  }

  .krishmetic-pill{
    display:inline-flex;
    align-items:center;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(15,23,42,.12);
    background: rgba(255,255,255,.72);
    color: rgba(15,23,42,.70);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .krishmetic-h2{
    margin: 16px 0 16px;
    font-size: clamp(22px, 2.3vw, 28px) !important;
    line-height: 34px !important;
    letter-spacing: -0.6px;
    color: #0b1220;
  }

  .krishmetic-list{
    list-style:none;
    padding:0;
    margin: 0 0 18px;
    display:flex;
    flex-direction:column;
    gap: 14px;
    color: rgba(15,23,42,.72);
    font-size: 16px;
    line-height: 1.75;
  }

  .krishmetic-list li{
    display:flex;
    gap: 12px;
    align-items:flex-start;
  }

  /* check icon like screenshot */
  .krishmetic-list li::before{
    content:"";
    width: 22px;
    height: 22px;
    margin-top: 2px;
    border-radius: 999px;
    flex: 0 0 auto;
    background: #0b6cff;
    box-shadow: 0 10px 22px rgba(11,108,255,.18);
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="M20 7L10 17l-5-5" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="M20 7L10 17l-5-5" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    mask-size: 14px 14px;
    -webkit-mask-size: 14px 14px;
    mask-repeat:no-repeat;
    -webkit-mask-repeat:no-repeat;
    mask-position:center;
    -webkit-mask-position:center;
  }

  .krishmetic-highlight{
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(15,23,42,.10);
    color: rgba(15,23,42,.78);
    font-weight: 600;
    line-height: 1.6;
    font-size: 16px;
    background: rgba(255,255,255,.70);
  }

  .krishmetic-highlight-problem{
    background: linear-gradient(135deg, rgba(37,99,235,.10), rgba(124,58,237,.08));
    border-color: rgba(37,99,235,.18);
  }

  .krishmetic-highlight-solution{
    background: linear-gradient(135deg, rgba(16,185,129,.10), rgba(34,197,94,.08));
    border-color: rgba(16,185,129,.22);
  }

.krish-section1-space1{
	padding:90px 0px;
}

/* ===== Alternate background gradient (same cards inside) ===== */
.krishmetic-duo-alt{
  padding: 100px 0;
  background:
    radial-gradient(900px 520px at 10% 0%, rgba(236,72,153,.12), transparent 60%),
    radial-gradient(900px 520px at 90% 15%, rgba(59,130,246,.12), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #fff1f7 55%, #ffffff 100%);
}
ul.krishmetic-list.whyrx {
    padding-top: 30px;
}
.ruby-cnt h2 {
    margin-bottom: 5px !important;
}
.krishmetic-product-content:hover

 {
    border-color: #006dd2;
    box-shadow: -1px 0px 10px #006dd2;
    transform: translateY(-2px);
}

ul.kris-bullet{
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.kris-bullet li{
  position: relative;
  padding-left: 34px;        /* space for icon */
  margin: 14px 0;            /* gap between points */
  line-height: 1.7;
  color: #667085;            /* text color similar */
  font-size: 16px;
}

/* blue circle */
ul.kris-bullet li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 15px;           /* aligns with first line */
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #0B5ED7;       /* blue */
}

/* white check mark */
ul.kris-bullet li::after{
  content: "";
  position: absolute;
      left: 7px;
    top: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

@media (max-width: 768px) {
.ctn-toch {
    padding: 0px 0px;
}
	section#home-s {
    padding: 15px 0px !important;
}
	section#products {
    padding: 0px 0px !important;
}
	.krishmetic-products-foot {
    margin: 0px 0 0;
}
	.np-section1-2 h1 br
 {
    display: none;
}
	.krish-section1-space1 {
    padding: 35px 0px;
}
}

.sa-social {
    display: flex;
    gap: 12px;
    margin: 15px 0 20px;
}
.sa-social i

 {
    width: 42px;
    height: 42px;
    border: 2px solid #006dd2;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-decoration: none;
    color: #006dd2;
    font-weight: 600;
    transition: 0.3s;
}
