.ims-track-section {
position: relative;
overflow: hidden;
padding: 80px 6%;
border-top: 1px solid rgba(255, 255, 255, 0.12);
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ims-track-section::before {
content: "";
position: absolute;
inset: 0;
z-index: 1;
pointer-events: none;
}

.ims-bg-pattern {
position: absolute;
inset: 0;
z-index: 0;
opacity: 0.22;
pointer-events: none;
}

.ims-bg-pattern svg {
width: 100%;
height: 100%;
object-fit: cover;
}

.ims-container {
position: relative;
z-index: 2;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
gap: 50px;
align-items: center;
}

.ims-left {
flex: 1.2;
min-width: 280px;
color: #ffffff;
display: flex;
flex-direction: column;
justify-content: center;
}

.ims-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(26, 79, 214, 0.1);
border: 1px solid rgba(26, 79, 214, 0.2);
color: var(--blue);
padding: 6px 16px;
border-radius: 40px;
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
margin-bottom: 20px;
}

.ims-badge .dot {
width: 8px;
height: 8px;
background: #4ade80;
border-radius: 50%;
animation: pulseGreen 1.8s infinite;
}

@keyframes pulseGreen {

0%,
100% {
opacity: 1;
}

50% {
opacity: 0.4;
}
}

.ims-title {
font-family: "Inter", serif;
font-size: clamp(1.8rem, 2.8vw, 2.5rem);
font-weight: 800;
color: var(--ink);
line-height: 1.15;
letter-spacing: -1px;
margin-top: -72px;
margin-bottom: 20px;
}

.ims-title span {
color: var(--ink);
/* color: #565252 !important; */
}

.ims-description {
/* color: rgba(68, 63, 63, 0.78) !important; */
color: var(--ink-mid);
margin-bottom: 24px;
line-height: 1.7;
font-weight: 400;
}

.ims-description strong {
color: var(--blue);
/* color: #60a5fa; */
font-weight: 600;
}

.ims-feature-list {
list-style: none;
margin: 28px 0 24px;
}

.ims-feature-list li {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 14px;
font-size: 0.95rem;
color: rgba(62, 58, 58, 0.8) !important;
}

.ims-feature-list li::before {
content: "✓";
display: inline-flex;
align-items: center;
justify-content: center;
width: 22px;
height: 22px;
background: rgba(96, 165, 250, 0.22);
color: #60a5fa;
border-radius: 50%;
font-size: 13px;
font-weight: bold;
}

.ims-stats-row {
display: flex;
gap: 32px;
flex-wrap: wrap;
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid var(--border);
}

.stat-item .stat-number {
font-family: "Inter", serif;
font-size: 1.8rem;
font-weight: 800;
color: #60a5fa;
line-height: 1;
}

.stat-item .stat-label {
font-size: 0.8rem;
color: rgba(255, 255, 255, 0.6);
margin-top: 4px;
}

/* RIGHT CONTENT - SIMPLE METRIC CARDS ONLY */
.ims-right {
flex: 1;
min-width: 320px;
background: transparent;
backdrop-filter: none;
border-radius: 0;
padding: 0;
border: none;
box-shadow: none;
}

/* SIMPLE METRICS GRID - CLEAN DIRECT CARDS */
.ims-metrics-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}

/* THE SIMPLE METRIC CARD - NO WRAPPERS, JUST DIRECT CONTENT */
.simple-metric-card {
background: rgba(255, 255, 255);
border: 1px solid rgba(255, 255, 255, 0.24);
border-radius: 24px;
/* padding: 26px 18px; */
padding: 11px 18px;
text-align: center;
transition: all 0.3s ease;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
color: var(--ink);
}

.simple-metric-card:hover {
transform: translateY(-5px);
border-color: var(--blue);
box-shadow: 0 12px 28px rgba(26, 79, 214, 0.12);
}

.metric-icon {
font-size: 38px;
margin-bottom: 16px;
}

.metric-name {
font-weight: 800;
font-size: 20px;
color: var(--ink);
margin-bottom: 8px;
line-height: 1.3;
}

.metric-duration {
font-size: 12px;
color: rgba(51, 64, 96, 0.75);
font-weight: 500;
margin-top: 4px;
}

.metric-level {
font-size: 10px;
background: rgba(26, 79, 214, 0.1);
display: inline-block;
padding: 3px 12px;
border-radius: 30px;
color: var(--blue);
font-weight: 600;
margin-top: 10px;
}

.ims-cta {
margin-top: 32px;
display: flex;
gap: 16px;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}

.btn-ims-primary {
background: var(--blue);
color: white !important;
border: none;
padding: 14px 20px;
border-radius: 40px;
font-weight: 700;
font-size: 15px;
cursor: pointer;
transition: all 0.2s;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 10px;
}

.btn-ims-primary:hover {
background: var(--blue-mid);
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(26, 79, 214, 0.3);
}

.rating-badge {
display: flex;
align-items: center;
gap: 8px;
font-size: 14px;
color: var(--ink-mid);
font-weight: 500;
}

.stars {
color: var(--gold);
letter-spacing: 2px;
font-size: 14px !important;
margin-bottom: 0 !important;
}

.round-logo {
width: 60px;
height: 60px;
border-radius: 50%;
object-fit: cover;
border: 1px solid #3b6ef5;
padding: 3px;
background: #fff;
}

.why-card:hover,
.why-card.active {
background: #2948ff;
border-color: #2948ff;
box-shadow: 0 18px 35px rgba(41, 72, 255, 0.18);
transform: translateY(-4px);
}

.why-card:hover .why-icon,
.why-card:hover h4,
.why-card:hover p,
.why-card.active .why-icon,
.why-card.active h4,
.why-card.active p {
color: #ffffff;
}

 .carrer-path{
    margin-top: 33px;
    width: 100%;
    height: 95%;
    align-items: center;
  }

  .sd-wan-img{
    padding: 100px;
    background-size: contain;
    background-repeat: no-repeat;
   background-image: url("../../images/bg-img.jpg");
}

  .google-cloud{
    padding: 100px;
    background-size: cover;
    background-repeat: no-repeat;
   background-image: url("../../images/google-cloud.webp");
}

 .sd-wan-img h1{
  font-family: 'Inter', serif;
    font-size: clamp(2.4rem, 4vw, 3.8rem);
    font-weight: 800;
    line-height: 1.08;
    color: #ffffff;
    margin-bottom: 22px;
    padding: 102px 63px 38px 44px;
    letter-spacing: -1.5px;text-align:center
}

.overlay-bg{
	background: #00000061;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


@media (max-width: 900px) {
.ims-container {
flex-direction: column;
}

.ims-metrics-grid {
grid-template-columns: 1fr;
}

.ims-track-section {
padding: 60px 5%;
}
}

@media (max-width: 480px) {
.ims-cta {
flex-direction: column;
align-items: stretch;
}

.btn-ims-primary {
justify-content: center;
}
}

