/*
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: 38px;
    text-align: left;
    line-height: 48px;
}
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;
}
.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: 215px;
}
.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: 55%;
  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: 320px;
    height: 320px;
  }
	.nruby-center img {
    width: 103px;
}
  .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, #1A76D1, #00A896);
    color: #ffffff;
    box-shadow: 0 6px 16px #337ab7;
}

.ruby-chat-btn:hover {
   background: #ffffff;
    color: #337ab7;
    border: 1px solid #337ab7;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.05);
}

/* Learn more white button */
.ruby-learn-btn {
    background: #ffffff;
    color: #111827;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.05);
}

.ruby-learn-btn:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.15);
   background: linear-gradient(90deg, #1A76D1, #00A896);
	color: #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%, #00a697, #006dd2);
    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);
    }
    .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;
	     line-height: 40px;
}
.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 0px;
}

.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:53vh;
    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;
    }
}

::placeholder {
    color: #ffffff !important;
    opacity: 1; /* Some browsers need this */
}

input::placeholder,
textarea::placeholder {
    color: #ffffff !important;
}


.profile-block {
  padding: 80px 20px 125px;
  background: linear-gradient(to bottom, #ffffff 0%, #fcfbff 40%, #ffffff 70% 70%, #eef7ff 100%);
}

.profile-container {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 48px 40px;
  border-radius: 28px;
  background: #ffffffea;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(14px);
}

/* LEFT SIDE */

.profile-left {
  flex: 1.1;
}

.profile-tag {
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 30px;
}

.profile-heading {
  font-size: 34px;
  line-height: 1.15;
  margin: 0 0 14px;
  color: #111827;
  font-weight: 700;
}

.profile-sub {
  font-size: 17px;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 30px;
}

.profile-small {
  font-size: 15px;
  line-height: 1.7;
  color: #6b7280;
}

/* RIGHT SIDE */

.profile-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.profile-image-wrap {
  width: 100%;
  max-width: 360px;
  aspect-ratio: 4 / 5;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.22);
}

/* subtle gradient overlay like hero sections */
.profile-image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(79, 70, 229, 0.18), transparent 55%);
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.5s ease;
}

.profile-image-wrap:hover .profile-image {
  transform: scale(1.06);
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .profile-container {
    flex-direction: column-reverse;
    padding: 32px 24px;
    gap: 32px;
  }

  .profile-right {
    justify-content: center;
  }

  .profile-heading {
    font-size: 28px;
  }
}


/* Section background like a soft hero */
.svc3{
  padding: 90px 20px;
  background: radial-gradient(circle at top left, #eef2ff 0, #ffffff 42%, #f9fafb 100%);
}

.svc3-wrap{
  max-width: 1120px;
  margin: 0 auto;
}

.svc3-head{
  text-align: left;
  margin-bottom: 36px;
}

.svc3-kicker{
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b7280;
  margin: 0 0 10px;
}

.svc3-title{
  font-size: 38px;
  line-height: 1.12;
  margin: 0 0 12px;
  color: #111827;
  font-weight: 750;
}

.svc3-lead{
  max-width: 720px;
  font-size: 17px;
  line-height: 1.75;
  color: #374151;
  margin: 0;
  opacity: 0.92;
}

/* 3 cards grid */
.svc3-grid{
  display: flex;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.svc3-card{
  background: rgba(255,255,255,0.86);
  border-radius: 24px;
  padding: 26px 24px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(15, 23, 42, 0.06);
  transition: transform .28s ease, box-shadow .28s ease;
  position: relative;
  overflow: hidden;
}

/* subtle premium glow */
.svc3-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(circle at top left, #f0f8ff, transparent 55%);
  pointer-events:none;
}

.svc3-card:hover{
      border-color: #5472d2;
    box-shadow: 0 18px 45px #337ab7;
    transform: translateY(-6px);
}

.svc3-top{
  position: relative;
  margin-bottom: 18px;
}

.svc3-h3{
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 10px;
  color: #111827;
  font-weight: 720;
}

.svc3-sub{
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  color: #4b5563;
}

.svc3-block{
  position: relative;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.svc3-label{
  font-size: 13px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #6b7280;
  margin: 0 0 10px;
}

.svc3-list{
  margin: 0;
  padding-left: 18px;
  color: #374151;
  font-size: 14.5px;
  line-height: 1.75;
}

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

.svc3-p{
  margin: 0;
  color: #374151;
  font-size: 14.8px;
  line-height: 1.75;
  opacity: 0.95;
}

/* Responsive */
@media (max-width: 980px){
  .svc3-grid{ grid-template-columns: 1fr; }
  .svc3-title{ font-size: 30px; }
}

/* --- Container & Layout --- */
.cta-section {
    background: linear-gradient(to bottom, #ffffff 0%, #fcfbff 40%, #ffffff 70% 70%, #eef7ff 100%);
    padding: 60px 20px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

.cta-content {
  max-width: 800px;
  margin: 0 auto;
}

.cta-heading {
  font-size: 1.8rem;
  font-weight: 600;
  color: #212121;
  margin-bottom: 30px;
  line-height: 1.4;
}

/* --- Button Styles (matching site style) --- */
.btn {
  display: inline-block;
  padding: 14px 26px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 8px;
  min-width: 180px;
}

/* Primary — solid color */
.btn-primary {
 background: linear-gradient(90deg, #1A76D1, #00A896);
    color: #ffffff;
    box-shadow: 0 6px 16px #337ab7;
}

.btn-primary:hover {
  background: #ffffff;
    color: #337ab7;
    border: 1px solid #337ab7;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.05);
}

/* Secondary — outline style */
.btn-secondary {
 background: linear-gradient(90deg, #1A76D1, #00A896);
    color: #ffffff;
    box-shadow: 0 6px 16px #337ab7;
}

.btn-secondary:hover {
  background: #ffffff;
    color: #337ab7;
    border: 1px solid #337ab7;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.05);
}

/* Tertiary — softer style */
.btn-tertiary {
  background: #e5e7eb;
  color: #212121;
  border: 2px solid #d1d5db;
}

.btn-tertiary:hover {
  background: #d1d5db;
  color: #212121;
}

/* --- Responsive Touch --- */
@media (max-width: 600px) {
  .btn {
    width: 100%;
    margin: 6px 0;
  }
}

section#get-in-touch {
    background: linear-gradient(to bottom, #ffffff 0%, #fcfbff 40%, #ffffff 70% 70%, #eef7ff 100%);
}
.np-contact-form-card.cnt input[type="text"], .np-contact-form-card input[type="email"], .np-contact-form-card textarea, .np-contact-form-card select {
    width: 100%;
    background: #1d99b7;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 10px 12px;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 20px;
}
.np-contact-form-card.expt input[type="text"], .np-contact-form-card input[type="email"], .wpcf7 .wpcf7-select, .wpcf7-form textarea, .np-contact-form-card select {
    width: 100%;
    background: #1d99b7;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 10px 12px;
    color: #ffffff;
	
    font-size: 14px;
	appearance: auto !important;
   margin-bottom: 20px !important;
}
.np-contact-form-card.expt .wpcf7 .wpcf7-select{
text-transform: capitalize;
	
}
.np-contact-form-card.cnt .wpcf7-form textarea {
    width: 100%;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important ;
    padding: 10px 12px;
    color: #ffffff !important;
	text-transform: capitalize;
    font-size: 14px !important;
   margin-bottom: 20px !important;
}
.np-contact-form-card.expt .wpcf7-form textarea {
    width: 100%;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important ;
    padding: 10px 12px;
    color: #ffffff !important;
	text-transform: capitalize;
    font-size: 14px !important;
   margin-bottom: 20px !important;
} 


.np-contact-form-card.expt {
   
    height: 53vh;
   
}



.profile-container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.profile-left {
  width: 55%;
}

.profile-right {
  width: 45%;
}

.profile-image-wrap img {
  width: 100%;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .profile-container {
    flex-direction: column;
  }
  .profile-left, .profile-right {
    width: 100%;
  }
}

