.icom-loadopt-hero-section{
padding:0px 40px !important;
max-width: 1231px;
    margin-left: auto;
    margin-right: auto;
}

.icom-loadopt-hero-container{
max-width:1200px !important;
margin:0 auto !important;
display:grid !important;
grid-template-columns:1fr 1fr !important;
gap:60px !important;
align-items:center !important;
}

.icom-loadopt-hero-content{
display:flex !important;
flex-direction:column !important;
}

.icom-loadopt-main-heading{
font-size:38px !important;
font-weight:700 !important;
margin-bottom:20px !important;
line-height:1.3 !important;
}

.icom-loadopt-paragraph{
font-size:16px !important;
color:#4c5c6b !important;
line-height:1.7 !important;
margin-bottom:18px !important;
}

.icom-loadopt-feature-list{
margin-top:10px !important;
margin-bottom:20px !important;
padding-left:20px !important;
}

.icom-loadopt-feature-item{
font-size:15px !important;
margin-bottom:8px !important;
color:#1e3a56 !important;
}

.icom-loadopt-cta-area{
margin-top:15px !important;
}

.icom-loadopt-primary-cta{
display:inline-block !important;
background:#024430!important;
color:#ffffff !important;
padding:14px 28px !important;
font-size:16px !important;
text-decoration:none !important;
border-radius:4px !important;
font-weight:600 !important;
transition:0.3s !important;
}

.icom-loadopt-primary-cta:hover{
background:#084fa3 !important;
}

.icom-loadopt-hero-visual{
display:flex !important;
justify-content:center !important;
}

.icom-loadopt-visual-frame{
background:#ffffff !important;
padding:20px !important;
border-radius:10px !important;
box-shadow:0 10px 30px rgba(0,0,0,0.08) !important;
}

.icom-loadopt-visual-frame img{
max-width:100% !important;
height:auto !important;
display:block !important;
}


/* ===== FULL WIDTH HERO FIX ===== */
.losd-hero-wrapper {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  background: linear-gradient(135deg, #0f4c3a, #0b3d30) !important;
  padding: 20px 90px !important;
  text-align: center !important;
  color: #ffffff !important;
}

/* INNER CONTAINER */
.losd-hero-inner {
  max-width: 80rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  align-items: center !important;
  text-align: center !important;
  flex-direction: column !important;
}

/* TITLE */
.losd-hero-title {
  font-size: 52px !important;
  font-weight: 700 !important;
  color: white !important;
  line-height: 60px !important;
}

/* DESCRIPTION */
.losd-hero-wrapper .losd-hero-text {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 400;
  max-width: 48rem;
  margin: 0 auto 10px !important;
  color: white !important;
  margin-bottom: 2.5rem;
}

/* BUTTONS */
.losd-hero-buttons {
  display: flex !important;
  justify-content: center !important;
  gap: 20px !important;
  flex-wrap: wrap !important;
  margin-bottom: 60px !important;
}

.losd-btn {
  padding: 16px 32px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  transition: 0.3s ease !important;
}

.losd-btn-primary {
  background: #0ea35b !important;
  color: #ffffff !important;
}

.losd-btn-primary:hover {
  background: #0c8c4d !important;
}

.losd-btn-outline {
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}

.losd-btn-outline:hover {
  background: #ffffff !important;
  color: #0f4c3a !important;
}

/* DIVIDER */
.losd-hero-divider {
  height: 1px !important;
  width: 100% !important;
  max-width: 800px !important;
  background: rgba(255,255,255,0.3) !important;
  margin: 0 auto 35px !important;
}

/* STATS */
.losd-hero-stats {
  list-style: none !important;
  display: flex !important;
  justify-content: center !important;
  gap: 0px !important;
  flex-wrap: wrap !important;
  font-size: 15px !important;
  opacity: 0.9 !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 15px !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .losd-hero-title {
    font-size: 36px !important;
  }

  .losd-hero-text {
    font-size: 16px !important;
  }

  .losd-hero-stats {
    gap: 25px !important;
  }
}


.build-container{
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

/* ===== SECTION WRAPPER ===== */
.locap-section {
  padding: 30px 20px;
 max-width: 1231px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.locap-section .locap-container h3 {
  font-size: 1.25rem !important;
  line-height: 10px !important;
}

.locap-container {
  margin: 0 auto;
}

/* ===== HEADER ===== */
.locap-header {
  text-align: center;
  margin: 0 auto 70px;
}

.locap-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0f4c3a;
}

.locap-container p.locap-subtitle {
  font-size: 1.125rem !important;
  line-height: 1.625 !important;
  color: #555;
  max-width: 56rem;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ===== GRID ===== */
.locap-grid {
  display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 801px;
    margin: 0 auto;
    margin-bottom: 20px !important;
}

/* ===== CARD ===== */
.locap-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.locap-container .locap-card p{
  font-size: 15px !important;
}

.locap-card:hover {
  transform: translateY(-5px);
}

.locap-icon {
  font-size: 30px;
  margin-bottom: 20px;
  color: #0ea35b;
}

.locap-card h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #0f4c3a;
}

.locap-card p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .locap-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .locap-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== SECTION WRAPPER ===== */
.fmdemo-section {
  background: #f5f6f7;
  padding: 40px 20px;
}

.fmdemo-container {
  margin: 0 auto;
  text-align: center;
}

/* ===== HEADER ===== */
.fmdemo-header {
  margin: 0 auto 50px;
}

.fmdemo-title {
  font-size: 28px;
  font-weight: 700;
  color: #0f4c3a;
  margin-bottom: 18px;
}

.fmdemo-container p.fmdemo-description {
  font-size: 15px;
  line-height: 26px;
  color: #555;
  margin-bottom: 25px;
  max-width: 42rem;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ===== BUTTON ===== */
.fmdemo-btn {
  display: inline-block;
  background: #0ea35b;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.fmdemo-btn:hover {
  background: #0c8c4d;
}

/* ===== SMALL NOTE ===== */
.fmdemo-note {
  margin-top: 12px;
  font-size: 12px;
  color: #777;
}

/* ===== IMAGE CARD ===== */
.fmdemo-image-wrapper {
  margin-top: 40px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  max-width: 64rem;
  margin-left: auto !important;
  margin-right: auto !important;
}

.fmdemo-image {
  width: 100%;
  display: block;
  border-radius: 10px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .fmdemo-title {
    font-size: 22px;
  }

  .fmdemo-description {
    font-size: 14px;
  }
}


.tms-native-section {
  padding: 80px 0;
}

.tms-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.section-title {
  text-align: center;
  font-size: 34px;
  margin-bottom: 60px;
  color: #0e3b2e;
}

.why-wrapper {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

/* LEFT */
.why-left {
  flex: 1;
}

.feature-item {
  display: flex;
  gap: 20px;
  margin-bottom: 0px;
}

.feature-item .number {
  font-size: 38px;
  font-weight: 700;
  color: #b7d7c9;
  min-width: 60px;
 margin-top: 40px;
}

.tms-native-section .feature-item h3 {
  font-size: 18px !important;
  margin-bottom: 8px;
  color: #0e3b2e;
}

.feature-item p {
  font-size: 14px;
  color: #5c6f66;
}

/* RIGHT */
.why-right {
  width: 420px;
  flex-shrink: 0;
}

.info-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

.info-card h4 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
  color: #0e3b2e;
}

.info-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.testimonial {
  border-left: 3px solid #1f7a53;
  padding-left: 15px;
}

.testimonial p {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 10px;
  color: #4f625b;
}

.testimonial span {
  font-size: 13px;
  font-weight: 600;
  color: #0e3b2e;
}

/* Responsive */
@media (max-width: 992px) {
  .why-wrapper {
    flex-direction: column;
  }

  .why-right {
    width: 100%;
  }
}

.ict-feature-section {
    background-color: #033d2e; /* Deep green background */
    color: #ffffff;
    padding: 40px 20px;
    text-align: center;
}

.ict-container {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.ict-header {
    margin-bottom: 50px;
}

.ict-main-title {
    font-size: 2.25rem !important;
    font-weight: 600;
    margin-bottom: 2rem !important;
    line-height: 2.5rem !important;
    color: white !important;
}

.ict-feature-section .ict-subtitle {
    font-size: 1.125rem !important;
    line-height: 1.625 !important;
    margin: 0 auto !important;
    opacity: 0.9;
    color: white !important;
    max-width: 56rem;
}

.ict-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 50px;
}

.ict-card {
    background-color: #ffffff;
    color: #333333;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: left;
    transition: transform 0.3s ease;
}

.ict-card:hover {
    transform: translateY(-5px);
}

.ict-icon {
    color: #4caf50; /* Light green icon color */
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}

.ict-feature-section .ict-card-title{
    color: #033d2e;
    font-size: 1.4rem !important;
    font-weight: 700;
    margin-bottom: 15px;
}

.ict-container .ict-card-text {
    font-size: 15px !important;
    line-height: 1.5;
    color: #555;
}

.ict-action-area {
    margin-top: 40px;
}

.ict-btn {
    display: inline-block;
    background-color: #ffffff;
    color: #033d2e;
    text-decoration: none;
    padding: 15px 35px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1rem;
    transition: background-color 0.2s;
}

.ict-btn:hover {
    background-color: #f0f0f0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .ict-main-title { font-size: 1.8rem; }
    .ict-card-grid { grid-template-columns: 1fr; }
}

/* SECTION */
.roadmap-section {
  padding: 20px 0;
}

.roadmap-container {
  max-width: 1150px;
  margin: auto;
  padding: 0 20px;
}

/* HEADER */
.roadmap-header {
  text-align: center;
}

.roadmap-header h2 {
  font-size: 32px;
  font-weight: 600;
  color: #0f3f2f;
  margin-bottom: 20px;
}

.roadmap-header p {
  font-size: 15px;
  line-height: 1.7;
  color: #5c6f66;
  margin-bottom: 18px;
}

/* TIMELINE */
.timeline {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  gap: 40px;
}

.timeline-item {
  flex: 1;
  max-width: 230px;
}

.timeline p{
  font-size: 15px !important;
}

.circle {
  width: 45px;
  height: 45px;
  background: #0e7a4b;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-bottom: 15px;
}

.timeline-item h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #0f3f2f;
}

.timeline-item p {
  font-size: 14px;
  color: #5c6f66;
  line-height: 1.6;
}

/* MARKET BOX */
.market-box {
  margin-top: 80px;
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  border-left: 4px solid #0e7a4b;
  max-width: 750px;
}

.market-box h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #0f3f2f;
}

.market-box p {
  font-size: 14px;
  line-height: 1.7;
  color: #5c6f66;
}

/* RESPONSIVE */
@media (max-width: 992px) {

  .timeline {
    flex-direction: column;
  }

  .timeline-item {
    max-width: 100%;
  }

  .market-box {
    max-width: 100%;
  }

}


body {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  background: #f2f4f3;
}

.build-buy-section {
  padding: 50px 20px;
  background: #f5f7f6;
}

.container {
  max-width: 950px;
  margin: 0 auto;
}

/* HEADER */
.section-header {
  margin-bottom: 40px;
  max-width: 820px;
}

.section-header h2 {
  font-size: 26px;
  font-weight: 600;
  color: #0e3b2f;
  line-height: 1.4;
}

/* TABLE */
.comparison-wrapper {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
  overflow: hidden;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
}

.comparison-table thead {
  background: #0b5e3b;
  color: #ffffff;
}

.comparison-table th {
  padding: 14px;
  font-size: 14px;
  text-align: left;
}

.comparison-table td {
  padding: 12px 14px;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
}

.comparison-table tbody tr:last-child td {
  border-bottom: none;
}

.highlight {
  color: #0b5e3b;
  font-weight: 500;
}

/* RECOMMENDATION CARD */
.recommendation-card {
  background: #ffffff;
  margin: 50px auto 0;
  padding: 35px;
  max-width: 720px;
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
  text-align: center;
}

.recommendation-card h3 {
  margin-bottom: 15px;
  color: #0e3b2f;
  font-size: 18px;
}

.recommendation-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

.cta-btn {
  display: inline-block;
  margin-top: 15px;
  background: #0b7a4b;
  color: #fff;
  padding: 10px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease;
}

.cta-btn:hover {
  background: #095c38;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .comparison-table th,
  .comparison-table td {
    font-size: 12px;
  }

  .section-header h2 {
    font-size: 20px;
  }

  .recommendation-card {
    padding: 25px;
  }
}




/* CLO SECTION WRAPPER */
.clo-services-section {
  padding: 80px 20px;
}

.clo-container {
  max-width: 1150px;
  margin: auto;
}

.clo-container .clo-service-card p{
  font-size: 15px !important;
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}

/* HEADER */
.clo-section-header {
  max-width: 700px;
  margin-bottom: 60px;
}

.clo-section-header h2 {
  font-size: 28px;
  color: #0e3b2f;
  margin-bottom: 15px;
}

.clo-section-header p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

/* GRID */
.clo-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.clo-service-card {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.05);
  position: relative;
}

.clo-badge {
  display: inline-block;
  background: #e7f4ee;
  color: #0b7a4b;
  font-size: 15px;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 10px;
  font-weight: 600;
}

.clo-container .clo-services-grid .clo-service-card h3 {
  font-size: 20px !important;
  margin-bottom: 10px !important;
  color: #0e3b2f;
  margin-top: 0px !important;
}

.clo-service-card p {
  font-size: 13px;
  color: #666;
  margin-bottom: 12px;
}

.clo-service-card ul {
  padding-left: 18px;
  margin-bottom: 15px;
}

.clo-container .clo-service-card li {
  font-size: 13px;
  margin-bottom: 6px;
  color: #444;
  margin-left: unset !important;
}

.clo-tech-tags span {
  font-size: 10px;
  background: #f1f1f1;
  padding: 4px 6px;
  margin-right: 5px;
  border-radius: 4px;
}

/* CTA */
.clo-cta-banner {
  margin-top: 40px;
  background: #0b5e3b;
  padding: 0px 40px;
  border-radius: 10px;
}

.clo-cta-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.clo-cta-content h4 {
  margin: 0 0 5px;
}

.clo-cta-content p {
  margin: 0;
  font-size: 13px;
  opacity: 0.9;
}

.clo-cta-btn {
  background: #ffffff;
  color: #0b5e3b;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}

.clo-cta-btn:hover {
  opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .clo-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .clo-cta-content {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .clo-services-grid {
    grid-template-columns: 1fr;
  }
}

.clo-cta-content p{
 color: white !important;
}


.losx-section {
  background: #f4f6f5;
  padding: 90px 20px;
  font-family: "Segoe UI", sans-serif;
}

.losx-wrapper {
  max-width: 1150px;
  margin: 0 auto;
}

/* HEADER */
.losx-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 70px;
}

.losx-title {
  font-size: 28px;
  font-weight: 600;
  color: #0f3f2f;
  margin-bottom: 18px;
}

.losx-subtitle {
  font-size: 14px;
  color: #5f6f67;
  line-height: 1.8;
}

/* GRID */
.losx-grid {
  display: grid;
  grid-template-columns: 1.65fr 0.9fr;
  gap: 50px;
  align-items: start;
}

/* LEFT COLUMN */
.losx-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* LAYER CARD */
.losx-layer-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.losx-layer-label {
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #0b7a4b;
  display: block;
  margin-bottom: 10px;
}

.losx-layer-title {
  font-size: 18px;
  margin-bottom: 14px;
  color: #0f3f2f;
}

.losx-pill-group {
  margin-bottom: 14px;
}

.losx-pill {
  display: inline-block;
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 6px;
  background: #e9f5ef;
  color: #0b7a4b;
  margin: 4px 6px 4px 0;
  font-weight: 500;
}

.losx-layer-text {
  font-size: 13px;
  line-height: 1.7;
  color: #5f6f67;
}

/* RIGHT CARD */
.losx-right-card {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  border-top: 5px solid #0b7a4b;
}

.losx-right-title {
  font-size: 20px;
  margin-bottom: 18px;
  color: #0f3f2f;
}

.losx-right-desc {
  font-size: 13px;
  line-height: 1.8;
  color: #5f6f67;
  margin-bottom: 20px;
}

.losx-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.losx-check-list li {
  font-size: 13px;
  margin-bottom: 12px;
  padding-left: 22px;
  position: relative;
  color: #0b7a4b;
}

.losx-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .losx-grid {
    grid-template-columns: 1fr;
  }
}

.los3-section {
  background: #f4f6f5;
  padding: 40px 20px;
}

.los3-container {
  max-width: 1200px;
  margin: auto;
}

.los3-header {
  text-align: center;
  margin-bottom: 60px;
}

.los3-header h2 {
  font-size: 28px;
  color: #0f2f2a;
  margin-bottom: 15px;
}

.los3-section .los3-header p {
  max-width: 48rem;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #6b7c78;
  font-size: 15px;
  line-height: 1.6;
}

/* MAIN LAYOUT */
.los3-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* LEFT SIDE */
.los3-left {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* CARD */
.los3-card {
  display: flex;
  gap: 60px;
  background: #ffffff;
  padding: 40px;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

/* CARD LEFT */
.los3-card-left {
  flex: 1;
}

.los3-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #22a06b;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.los3-card-left h3 {
  font-size: 20px;
  margin: 0;
  color: #0f2f2a;
}

/* CARD RIGHT */
.los3-card-right {
  flex: 2;
}

.los3-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.los3-badges span {
  background: #e6f4ef;
  color: #158a5c;
  padding: 6px 14px;
  font-size: 13px;
  border-radius: 20px;
  font-weight: 500;
}

.los3-card-right p {
  font-size: 14px;
  color: #5f6f6a;
  line-height: 1.7;
}

/* RIGHT SIDEBAR */
.los3-right {
  flex: 1;
}

.los3-sidebar {
  background: #ffffff;
  padding: 35px;
  border-radius: 14px;
  border-top: 4px solid #22a06b;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  position: sticky;
  top: 40px;
}

.los3-sidebar h3 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #0f2f2a;
}

.los3-sidebar p {
  font-size: 14px;
  color: #5f6f6a;
  line-height: 1.7;
  margin-bottom: 20px;
}

.los3-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.los3-sidebar ul li {
  margin-bottom: 12px;
  padding-left: 22px;
  position: relative;
  font-size: 14px;
  color: #0f2f2a;
}

.los3-sidebar ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #22a06b;
  font-weight: bold;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .los3-layout {
    flex-direction: column;
  }

  .los3-card {
    flex-direction: column;
    gap: 20px;
  }

  .los3-sidebar {
    position: relative;
    top: auto;
  }
}

.tmsi-section {
  padding: 40px 20px;
}

.tmsi-container {
  max-width: 1200px;
  margin: auto;
}

.tmsi-header {
  margin-bottom: 60px;
}

.tmsi-header h2 {
  font-size: 28px;
  color: #0f2f2a;
}

/* Layout */
.tmsi-layout {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

/* Image */
.tmsi-image-wrapper {
  flex: 1;
}

.tmsi-image-wrapper img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

/* Accordion Side */
.tmsi-accordion-area {
  flex: 1;
}

.tmsi-side-title {
  color: #158a5c;
  margin-bottom: 20px;
}

/* Accordion */
.tmsi-accordion-item {
  border: 1px solid #d9e5df;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
}

.tmsi-accordion-header {
  width: 100%;
  background: #fff;
  border: none;
  padding: 15px 18px;
  font-size: 15px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #024430 !important;
  font-weight: 700;
}

.tmsi-accordion-item.active {
  border: 1px solid #22a06b;
}

.tmsi-accordion-header:hover {
   color: #f5f5f5;
}

.tmsi-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 18px;
}

.tmsi-accordion-item.active .tmsi-accordion-content {
  max-height: 300px;
  padding: 15px 18px;
}

.tmsi-accordion-content p {
  font-size: 14px;
  color: #5f6f6a;
  line-height: 1.6;
}

/* Info Box */
.tmsi-info-box {
  margin-top: 20px;
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  font-size: 14px;
  color: #5f6f6a;
}

.tmsi-info-box a {
  display: inline-block;
  margin-top: 10px;
  color: #158a5c;
  text-decoration: none;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 992px) {
  .tmsi-layout {
    flex-direction: column;
  }
}



.los-main-section {
  padding: 80px 20px;
}

.los-container {
  max-width: 1200px;
  margin: auto;
}

.los-header-area {
  text-align: center;
  margin-bottom: 60px;
}

.los-main-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.los-main-section .los-sub-title {
  max-width: 48rem;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #6b7280;
  line-height: 1.6;
}

/* Feature Grid */

.los-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 70px;
}

.los-feature-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.los-feature-card:hover {
  transform: translateY(-5px);
}

.los-icon-circle {
  width: 50px;
  height: 50px;
  background: #e6f4ea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
}

.los-container .los-feature-card h3 {
  margin-bottom: 10px;
  font-size: 20px !important;
  margin-top: 0px !important;
}

.los-feature-card p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 15px;
}

.los-feature-card ul {
  padding-left: 18px;
  margin: 0;
}

.los-feature-card li {
  margin-bottom: 6px;
  font-size: 14px;
}

/* Tabs */

.los-tab-section {
  display: flex;
  justify-content: center;
}

.los-tab-wrapper {
  background: #fff;
  padding: 40px;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  width: 100%;
  max-width: 900px;
}

.los-tab-nav {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 25px;
}

.los-tab-btn {
  background: none;
  border: none;
  padding-bottom: 10px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  color: #024430;
}

.los-tab-btn.active {
  color: #0f9d58;
}

.los-tab-btn.active::after {
  content: "";
  height: 3px;
  width: 100%;
  background: #0f9d58;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.los-tab-panel {
  display: none;
  color: #6b7280;
  line-height: 1.6;
}

.los-tab-panel.active {
  display: block;
}

/* Section Base */
.ictms-main-section {
  padding: 90px 20px;
  background: #f4f6f8;
  font-family: Arial, sans-serif;
}

.ictms-container {
  max-width: 1100px;
  margin: auto;
}

/* Heading */
.ictms-header {
  text-align: center;
  margin-bottom: 70px;
}

.ictms-title {
  font-size: 30px;
  font-weight: 700;
  color: #1a1a1a;
}

/* Row Layout */
.ictms-row {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 90px;
}

.ictms-row-reverse {
  flex-direction: row-reverse;
}

/* Image */
.ictms-image-wrapper {
  flex: 1;
}

.ictms-image-wrapper img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  display: block;
}

/* Content */
.ictms-content {
  flex: 1;
}

.ictms-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #0f5132;
}

.ictms-content p {
  color: #5f6b6d;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* Stats Bar */
.ictms-stats-bar {
  background: #155e4d;
  border-radius: 10px;
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: #ffffff;
}

.ictms-stat-item {
  flex: 1;
}

.ictms-dec-header{
  max-width: 700px;
    margin-bottom: 60px;
    text-align: left;
}

/* Vertical divider */
.ictms-stat-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.ictms-stat-item h4 {
  font-size: 32px !important;
  color: #65b965 !important;
  margin-bottom: 8px;
  font-weight: 700;
  margin-top: 10px !important;
}

.ictms-stat-item span {
  font-size: 14px;
  opacity: 0.9;
}

@media (max-width: 992px) {
  .ictms-stats-bar {
    flex-direction: column;
    gap: 25px;
  }

  .ictms-stat-item {
    border-right: none;
  }
}


/* Section */
.ictms-estimation-section {
  background: #f4f6f7;
  padding: 80px 20px;
  font-family: Arial, sans-serif;
}

.ictms-estimation-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

/* Left Content */
.ictms-estimation-content {
  flex: 1;
}

.ictms-estimation-title {
  font-size: 32px;
  font-weight: 700;
  color: #0f3f36;
  margin-bottom: 20px;
}

.ictms-estimation-desc {
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}

.ictms-estimation-feature {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.ictms-estimation-icon {
  font-size: 22px;
  color: #0f7a5c;
  margin-top: 35px;
}

/* Card */
.ictms-estimation-card {
  width: 420px;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.ictms-card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #0f3f36;
}

/* Form */
.ictms-form-group {
  margin-bottom: 18px;
}

.ictms-form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #444;
}

.ictms-form-group select {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

/* Estimate Box Main Container */
.ictms-estimate-box {
  background: #155e4d;
  border-radius: 8px;
  margin-bottom: 20px;
  color: #fff;
  max-width: 450px; 
}

/* Common Row Style */
.ictms-estimate-row {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  padding: 0px 15px; 
}

/* Sirf pehli row (Timeline) ke niche border ke liye */
.ictms-estimate-row:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); 
}

.ictms-estimate-row strong {
  font-size: 16px;
  color: white !important;
  font-weight: bold;
}

.label {
  font-size: 16px;
}

/* Button */
.ictms-estimate-btn {
  width: 100%;
  padding: 12px;
  background: #0a8f47;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.ictms-estimate-btn:hover {
  background: #08763a;
}

.ictms-disclaimer {
  font-size: 11px;
  color: #777;
  margin-top: 12px;
  text-align: center;
}

/* Responsive */
@media (max-width: 992px) {
  .ictms-estimation-container {
    flex-direction: column;
  }

  .ictms-estimation-card {
    width: 100%;
  }
}


/* Container & General Styling */
.ictms-dec-framework-section {
  font-family: 'Arial', sans-serif;
  padding: 40px 20px;
  background-color: #ffffff;
  color: #333;
  line-height: 1.6;
}

.ictms-dec-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

/* Header */
.ictms-dec-title {
  color: #155e4d;
  font-size: 28px;
  margin-bottom: 15px;
}

.ictms-dec-subtitle {
  font-size: 14px;
  color: #666;
  margin: 0 auto 30px;
}

/* Image */
.ictms-dec-image-wrapper {
  margin-bottom: 40px;
}

.ictms-dec-main-img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Cards Grid */
.ictms-dec-cards-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.ictms-dec-card {
  flex: 1;
  min-width: 280px;
  padding: 3px;
  border-radius: 10px;
  text-align: left;
}

/* Card Header & Icons */
.ictms-dec-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  margin-left: 10px;
}

.ictms-dec-card-header h3 {
  margin: 0;
  font-size: 18px;
}

.ictms-dec-icon {
  width: 24px;
  height: 24px;
  border: 2px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-weight: bold;
  font-size: 14px;
  margin-top: 20px;
}

/* Card Colors */
.ictms-dec-card-green { background-color: #e6f7f1; border: 1px solid #c2e9dc; }
.ictms-dec-card-green h3, .ictms-dec-card-green .ictms-dec-icon { color: #155e4d; }

.ictms-dec-card-yellow { background-color: rgb(255 247 237); border: 1px solid #fce8cc; }
.ictms-dec-card-yellow h3, .ictms-dec-card-yellow .ictms-dec-icon { color: #b7791f; }

.ictms-dec-card-red { background-color: #fff5f5; border: 1px solid #fed7d7; }
.ictms-dec-card-red h3, .ictms-dec-card-red .ictms-dec-icon { color: #c53030; }

/* List Styling */
.ictms-dec-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #156e53;
}

.ictms-dec-card .ictms-dec-list-yellow li{
  color: #7c2d12;
  font-size: 13px;
  margin-bottom: 8px;
    padding-left: 15px;
    position: relative;
    margin-left: -20px;
    
}

.ictms-dec-card-header .yello-flag{
  color: #7c2d12 !important;
}

.ictms-dec-card-header .Red-flag{
  color: #7f1d1d !important;
}

.ictms-dec-card .ictms-dec-list-red li{
  color: #7f1d1d;
  font-size: 13px;
  margin-bottom: 8px;
    padding-left: 15px;
    position: relative;
    margin-left: -20px;
}

.ictms-dec-list li {
  font-size: 13px;
  margin-bottom: 8px;
  position: relative;
  margin-left: -20px;
}

.ictms-dec-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #999;
  margin-left: -15px;
}

/* Footer Section */
.ictms-dec-footer {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
}

.ictms-dec-footer h3 {
  margin-top: 0;
  color: #333;
}

.ictms-dec-btn {
  display: inline-block;
  background-color: #155e4d;
  color: white;
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 15px;
  transition: background 0.3s;
}

.ictms-dec-btn:hover {
  background-color: #0d4236;
}

/* Responsive */
@media (max-width: 768px) {
  .ictms-dec-cards-grid { flex-direction: column; }
}


/* Base Wrapper */
.lops-main-wrapper {
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  padding: 60px 0;
  color: #333;
}

.lops-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header Styles */
.lops-header { text-align: center; margin-bottom: 40px; }
.lops-main-title { color: #155e4d; font-size: 32px; font-weight: 700; margin-bottom: 15px; }
.lops-lead-text { color: #666; font-size: 16px; max-width: 800px; margin: 0 auto; line-height: 1.5; }

/* Hero Image */
.lops-hero-image { text-align: center; margin-bottom: 50px; }
.lops-hero-image img { max-width: 100%; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }

/* Flags Grid */
.lops-flags-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
}

.lops-flag-card {
  padding: 25px;
  border-radius: 10px;
  border: 1px solid transparent;
}

.lops-flag-header { display: flex; align-items: center; margin-bottom: 15px; }
.lops-flag-header h2 { font-size: 18px; margin: 0; }

.lops-bg-green { background-color: #f0fdf4; border-color: #dcfce7; }
.lops-bg-green h2, .lops-icon-check { color: #155e4d; }

.lops-bg-yellow { background-color: #fffbeb; border-color: #fef3c7; }
.lops-bg-yellow h2, .lops-icon-alert { color: #92400e; }

.lops-bg-red { background-color: #fef2f2; border-color: #fee2e2; }
.lops-bg-red h2, .lops-icon-cross { color: #991b1b; }

/* List Styles */
.lops-list { list-style: none; padding: 0; margin: 0; }
.lops-list li { 
  font-size: 14px; 
  padding: 6px 0 6px 20px; 
  position: relative; 
  color: #4b5563;
}
.lops-list li::before { content: "•"; position: absolute; left: 0; color: #9ca3af; }

/* Icons */
[class^="lops-icon-"] {
  width: 24px; height: 24px; border: 2px solid currentColor;
  border-radius: 50%; display: flex; align-items: center;
  justify-content: center; margin-right: 12px; font-weight: bold; font-size: 12px;
}

/* CTA Box */
.lops-cta-box {
  background-color: #f9fafb;
  padding: 40px;
  text-align: center;
  border-radius: 12px;
  margin-bottom: 60px;
}

.lops-btn-primary {
  background-color: #155e4d;
  color: white;
  border: none;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 20px;
}
.lops-btn-primary:hover { background-color: #0d4236; }

.lops-divider { border: 0; border-top: 1px solid #eee; margin: 60px 0; }

/* ROI Section (Dark Green) */
.lops-roi-section {
  background-color: #155e4d;
  padding: 60px 40px;
  color: white;
}

.lops-roi-header { text-align: center; margin-bottom: 40px; }
.lops-roi-highlight { font-size: 48px; font-weight: 800; color: #4ade80; margin: 10px 0; margin-top: 20px !important;}

.lops-roi-section .lops-aver{
    color: white !important;
    margin-top: 20px !important;
    font-size: 20px;
    font-style: italic;
}

.num-lops {
  font-size: 3rem;
  color: rgb(97 175 79);
  font-weight: 900;
}

/* Stats Cards */
.lops-roi-section .lops-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin: 0 auto !important;
  margin-bottom: 70px !important;
  display: flex;
  justify-content: center;
  width: 70%;
}

.lops-stat-card {
  background: white;
  color: #333;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
.lops-stat-card h4 { color: #155e4d; font-size: 24px; margin: 0; }
.lops-stat-card h5 { font-size: 14px; margin: 5px 0 10px; color: #111; }
.lops-roi-section .lops-stat-card p { font-size: 0.875rem !important; color: #666 !important; line-height: 1.4 !important; }

/* ROI Table */
.lops-table-container { overflow-x: auto; }
.lops-table-container .lops-roi-table {
  width: 70%; 
  margin: 0 auto !important;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 14px;
}
.lops-roi-table th, .lops-roi-table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.lops-roi-table th { color: #4ade80; font-weight: 600; }
.lops-table-total { background-color: rgba(255,255,255,0.1); font-weight: bold; color: #4ade80; }
.lops-table-container .lops-table-note { font-size: 11px; opacity: 0.7; margin-top: 15px; font-style: italic; display: flex;
    justify-content: center;}

/* Responsive */
@media (max-width: 768px) {
  .lops-roi-section { padding: 30px 15px; }
  .lops-main-title { font-size: 24px; }
}

.ictms-case-section { padding: 60px 0; background: #fff; }
.ictms-case-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.ictms-case-filters { display: flex; justify-content: center; gap: 10px; margin-bottom: 30px; }
.ictms-case-filters button { border: 1px solid #ddd; padding: 5px 15px; border-radius: 20px; cursor: pointer; }
.ictms-case-filters button.active { background: #155e4d; color: white; border-color: #155e4d; }
.ictms-case-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 25px; }
.ictms-case-card { border: 1px solid #eee; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
.card-img { height: 180px; background: #ddd; position: relative; }
.badge { position: absolute; top: 10px; left: 10px; background: rgba(0,0,0,0.7); color: #fff; font-size: 10px; padding: 3px 8px; }
.card-content { padding: 20px; }
.results { background: #f0fdf4; padding: 10px; margin: 15px 0; border-radius: 5px; }
.results span { display: block; font-size: 13px; color: #155e4d; font-weight: bold; }
.card-footer { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #eee; padding-top: 15px; font-size: 12px; }
.ictms-case-action { text-align: center; margin-top: 40px; }
.ictms-case-btn { background: #00a86b; color: #fff; border: none; padding: 15px 30px; border-radius: 5px; font-weight: bold; }

.lopt-consultation-section {
    background-color: rgb(230 231 233 / 50%);
    padding: 60px 20px;
    color: var(--lopt-text);
}

.lopt-container {
    max-width: 1100px;
    margin: 0 auto;
}

.lopt-header {
    text-align: center;
    margin-bottom: 40px;
}

.lopt-main-title {
    color: var(--lopt-dark);
    font-size: 2rem;
    margin-bottom: 15px;
}

.lopt-sub-text {
    color: #666;
    margin: 0 auto;
    line-height: 1.5;
}

/* Grid Layout */
.lopt-main-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 30px;
}

/* Form Card Styles */
.lopt-form-card {
    background: #fff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.lopt-form-group {
    margin-bottom: 20px;
}

.lopt-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.lopt-form-group label {
    display: block;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 8px;
}

.lopt-form-group input, 
.lopt-form-group textarea, 
.lopt-form-group select {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--lopt-border);
    border-radius: 6px;
    font-size: 1rem;
    box-sizing: border-box;
}

.lopt-submit-btn {
    width: 100%;
    background-color:#00a86b;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.lopt-submit-btn:hover {
    background-color: #73e591;
}

.lopt-consultation-section .lopt-privacy-note {
    font-size: 0.75rem !important;
    color: #999;
    text-align: center;
    margin-top: 15px;
}

/* Sidebar Styles */
.lopt-contact-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.lopt-contact-item {
    display: flex;
    align-items: flex-start;
}

.lopt-icon {
    font-size: 1.2rem;
    margin-right: 15px;
    color: var(--lopt-primary);
}

.lopt-contact-item small {
    display: block;
    color: #999;
    font-size: 0.7rem;
    letter-spacing: 1px;
}

.lopt-process-card {
    background: #155e4d;
    color: white !important;
    padding: 30px;
    border-radius: 12px;
    margin-top: 20px;
}

.lopt-step {
    display: flex;
    gap: 15px;
    font-size: 0.9rem;
    line-height: 1.4;
}

.lopt-consultation-section .lopt-process-card p {
 color: white !important;
 font-size: 13px !important;
 margin: 10px 0 !important;
}

.lopt-step-num {
    background: #00a86b;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.8rem;
    margin-top: 26px;
}

.lopt-trust-badges {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
    color: #888;
    font-weight: bold;
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 850px) {
    .lopt-main-grid {
        grid-template-columns: 1fr;
    }
    .lopt-form-row {
        grid-template-columns: 1fr;
    }
}


.locap-grids{
  display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 20px !important;
}
.ntlos-wrapper {
  padding: 90px 20px !important;
  background: #f8fafc !important;
  font-family: Arial, sans-serif !important;
}

.ntlos-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.ntlos-grid {
  display: grid !important;
  grid-template-columns: 1.1fr 1fr !important;
  gap: 60px !important;
  align-items: start !important;
}

.ntlos-main-title {
  font-size: 34px !important;
  margin-bottom: 25px !important;
  line-height: 1.3 !important;
}

.ntlos-text {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #444 !important;
  margin-bottom: 20px !important;
}

.ntlos-preserve-block {
  background: #eef4fb !important;
  padding: 20px !important;
  border-left: 4px solid #0b5ed7 !important;
  margin-top: 25px !important;
}

.ntlos-preserve-title {
  margin-bottom: 10px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.ntlos-preserve-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ntlos-preserve-list li {
  position: relative !important;
  padding-left: 22px !important;
  margin-bottom: 8px !important;
}

.ntlos-preserve-list li::before {
  content: "" !important;
  width: 7px !important;
  height: 7px !important;
  background: #0b5ed7 !important;
  position: absolute !important;
  left: 0 !important;
  top: 8px !important;
}

.ntlos-pain-title {
  font-size: 22px !important;
  margin-bottom: 20px !important;
}

.ntlos-pain-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ntlos-pain-list li {
  background: #ffffff !important;
  padding: 18px !important;
  margin-bottom: 14px !important;
  border: 1px solid #e3e7ee !important;
  border-radius: 6px !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #333 !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03) !important;
}

/* Responsive */
@media (max-width: 992px) {
  .ntlos-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ===== SECTION WRAPPER ===== */
.ict-delivery-section {
  width: 100% !important;
  padding: 90px 20px !important;
  background: #f7f9fc !important;
  font-family: "Inter", sans-serif !important;
}

.ict-delivery-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
}


/* ===== INTRO ===== */
.ict-delivery-intro {
  text-align: center !important;
  max-width: 850px !important;
  margin: 0 auto 60px auto !important;
}

.ict-delivery-heading {
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin-bottom: 20px !important;
  color: #111827 !important;
}

.ict-delivery-text {
  font-size: 17px !important;
  line-height: 1.7 !important;
  color: #4b5563 !important;
}


/* ===== VALUE STRIP ===== */
.ict-delivery-values {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 30px !important;
  margin-bottom: 70px !important;
}

.ict-value-item {
  background: #ffffff !important;
  padding: 30px !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
  transition: 0.3s ease !important;
}

.ict-value-item:hover {
  transform: translateY(-5px) !important;
}

.ict-value-item h3 {
  font-size: 18px !important;
  margin-bottom: 12px !important;
  color: #111827 !important;
}

.ict-value-item p {
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #6b7280 !important;
}


/* ===== TESTIMONIAL BLOCK ===== */
.ict-testimonial-wrapper {
  margin-bottom: 50px !important;
}

.ict-testimonial-slider {
  position: relative !important;
  max-width: 900px !important;
  margin: 0 auto !important;
}

.ict-testimonial-slide {
  background: #ffffff !important;
  padding: 50px 45px !important;
  border-radius: 18px !important;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06) !important;
}

.ict-testimonial-quote {
  font-size: 18px !important;
  line-height: 1.8 !important;
  color: #374151 !important;
  margin-bottom: 30px !important;
}

.ict-testimonial-meta strong {
  display: block !important;
  font-size: 16px !important;
  color: #111827 !important;
}

.ict-testimonial-meta span {
  font-size: 14px !important;
  color: #6b7280 !important;
}


/* ===== CTA BUTTONS ===== */
.ict-testimonial-cta {
  display: flex !important;
  justify-content: center !important;
  gap: 20px !important;
  flex-wrap: wrap !important;
}

.ict-btn {
  padding: 14px 30px !important;
  border-radius: 40px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: 0.3s ease !important;
  display: inline-block !important;
}

.ict-btn-primary {
  border: 2px solid #ffffff !important;
  background: #0ea35b;
  color: #ffffff !important;
}

.ict-btn-primary:hover {
  background: #033d2e !important;
}

.ict-btn-outline {
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  background: transparent !important;
}

.ict-btn-outline:hover {
  background: #ffffff !important;
  color: #033d2e !important;
}


/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .ict-delivery-values {
    grid-template-columns: 1fr !important;
  }

  .ict-delivery-heading {
    font-size: 28px !important;
  }

  .ict-testimonial-slide {
    padding: 35px 25px !important;
  }
}

@media (max-width: 600px) {
  .ict-delivery-section {
    padding: 70px 15px !important;
  }

  .ict-delivery-heading {
    font-size: 24px !important;
  }

  .ict-delivery-text {
    font-size: 15px !important;
  }
}

/* ===== SECTION WRAPPER ===== */
.ict-prbv-section {
  width: 100% !important;
  padding: 20px 20px !important;
}

.ict-prbv-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
}


/* ===== GRID LAYOUT ===== */
.ict-prbv-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 50px !important;
  align-items: stretch !important;
}


/* ===== COLUMN CARD ===== */
.ict-prbv-column {
  background: #ffffff !important;
  padding: 45px 40px !important;
  border-radius: 18px !important;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05) !important;
  display: flex !important;
  flex-direction: column !important;
}


/* ===== HEADER ===== */
.ict-prbv-header {
  margin-bottom: 30px !important;
}

.ict-prbv-title {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #111827 !important;
  margin: 0 !important;
}


/* ===== LIST ===== */
.ict-prbv-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  flex-grow: 1 !important;
}


/* ===== LIST ITEM (ICON STYLE BULLET) ===== */
.ict-prbv-item {
  position: relative !important;
  padding-left: 32px !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #4b5563 !important;
  transition: 0.3s ease !important;
}

.ict-prbv-item::before {
  content: "✔" !important;
  position: absolute !important;
  left: 0 !important;
  top: 2px !important;
  font-size: 16px !important;
  color: #024430!important;
  font-weight: bold !important;
}

.ict-prbv-item:hover {
  color: #111827 !important;
  transform: translateX(4px) !important;
}


/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .ict-prbv-grid {
    grid-template-columns: 1fr !important;
  }

  .ict-prbv-title {
    font-size: 24px !important;
  }
}

@media (max-width: 600px) {
  .ict-prbv-section {
    padding: 70px 15px !important;
  }

  .ict-prbv-column {
    padding: 35px 25px !important;
  }
}


/* ===== SECTION WRAPPER ===== */
.ict-arch-section {
  width: 100% !important;
  padding: 100px 20px !important;
  background: #f7f9fc !important;
  font-family: "Inter", sans-serif !important;
}

.ict-arch-container {
  max-width: 1250px !important;
  margin: 0 auto !important;
}


/* ===== INTRO ===== */
.ict-arch-intro {
  text-align: center !important;
  max-width: 950px !important;
  margin: 0 auto 60px auto !important;
}

.ict-arch-heading {
  font-size: 36px !important;
  font-weight: 700 !important;
  margin-bottom: 25px !important;
  color: #111827 !important;
}

.ict-arch-text {
  font-size: 17px !important;
  line-height: 1.7 !important;
  color: #4b5563 !important;
  margin-bottom: 18px !important;
}


/* ===== BENEFIT STRIP ===== */
.ict-arch-benefits {
  display: flex !important;
  justify-content: center !important;
  gap: 30px !important;
  margin-bottom: 80px !important;
  flex-wrap: wrap !important;
}

.ict-arch-benefit-item {
  background: #2563eb !important;
  color: #ffffff !important;
  padding: 18px 28px !important;
  border-radius: 40px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08) !important;
}


/* ===== ARCHITECTURE COMPONENTS ===== */
.ict-arch-components {
  margin-bottom: 90px !important;
}

.ict-arch-subheading {
  font-size: 28px !important;
  font-weight: 700 !important;
  margin-bottom: 40px !important;
  color: #111827 !important;
  text-align: center !important;
}

.ict-arch-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 30px !important;
}

.ict-arch-card {
  background: #ffffff !important;
  padding: 28px 25px !important;
  border-radius: 16px !important;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #374151 !important;
  transition: 0.3s ease !important;
}

.ict-arch-card:hover {
  transform: translateY(-6px) !important;
}


/* ===== TECH STACK ===== */
.ict-arch-tech {
  max-width: 800px !important;
  margin: 0 auto !important;
}

.ict-arch-tech-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
}

.ict-arch-tech-item {
  position: relative !important;
  padding-left: 28px !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #4b5563 !important;
}

.ict-arch-tech-item::before {
  content: "●" !important;
  position: absolute !important;
  left: 0 !important;
  color: #2563eb !important;
  font-size: 14px !important;
  top: 4px !important;
}


/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  .ict-arch-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 992px) {
  .ict-arch-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .ict-arch-heading {
    font-size: 30px !important;
  }
}

@media (max-width: 600px) {
  .ict-arch-grid {
    grid-template-columns: 1fr !important;
  }

  .ict-arch-section {
    padding: 70px 15px !important;
  }

  .ict-arch-heading {
    font-size: 24px !important;
  }
}


/* ===== SECTION WRAPPER ===== */
.ict-intg-section {
  width: 100% !important;
  padding: 0px 20px !important;
  background: #ffffff !important;
  font-family: "Inter", sans-serif !important;
}

.ict-intg-container {
  max-width: 1250px !important;
  margin: 0 auto !important;
}


/* ===== GRID LAYOUT ===== */
.ict-intg-grid {
  display: grid !important;
  grid-template-columns: 1.1fr 1fr !important;
  gap: 60px !important;
  align-items: start !important;
  margin-bottom: 70px !important;
}


/* ===== LEFT COLUMN ===== */
.ict-intg-heading {
  font-size: 34px !important;
  font-weight: 700 !important;
  margin-bottom: 25px !important;
}

.ict-intg-text {
  font-size: 17px !important;
  line-height: 1.7 !important;
  color: #4b5563 !important;
  margin-bottom: 20px !important;
}


/* ===== ALIGN LINKS ===== */
.ict-intg-align {
  margin-top: 25px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
  align-items: center !important;
}

.ict-intg-align-label {
  font-weight: 600 !important;
  color: #111827 !important;
}

.ict-intg-link {
  text-decoration: none !important;
  font-weight: 600 !important;
  color: #024430!important;
  border-bottom: 2px solid transparent !important;
  transition: 0.3s ease !important;
}

.ict-intg-link:hover {
  border-color: #024430!important;
}


/* ===== RIGHT COLUMN ===== */
.ict-intg-subheading {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 25px !important;
}

.ict-intg-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
}

.ict-intg-item {
  background: #f4f7fb !important;
  padding: 18px 22px !important;
  border-radius: 12px !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #374151 !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.04) !important;
  transition: 0.3s ease !important;
}

.ict-intg-item:hover {
  transform: translateX(5px) !important;
}


/* ===== BENEFITS STRIP ===== */
.ict-intg-benefits {
  display: flex !important;
  justify-content: center !important;
  gap: 25px !important;
  flex-wrap: wrap !important;
  margin-bottom: 40px;
}

.ict-intg-benefit-item {
  background: #024430!important;
  color: #ffffff !important;
  padding: 16px 26px !important;
  border-radius: 40px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08) !important;
}


/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .ict-intg-grid {
    grid-template-columns: 1fr !important;
  }

  .ict-intg-heading {
    font-size: 28px !important;
  }
}

@media (max-width: 600px) {
  .ict-intg-section {
    padding: 70px 15px !important;
  }

  .ict-intg-heading {
    font-size: 22px !important;
  }
}

/* GRID */
.ict-cflex-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 60px !important;
  align-items: stretch !important;
}

/* COLUMN */
.ict-cflex-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
}

/* CARD */
.ict-cflex-card {
  display: flex !important;
  align-items: flex-start !important;
  gap: 15px !important;
  background: #ffffff !important;
  padding: 18px 20px !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05) !important;
  transition: 0.3s ease !important;
}

.ict-cflex-card:hover {
  transform: translateY(-4px) !important;
}

/* ICON */
.ict-cflex-icon {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  border-radius: 50% !important;
  background: #2563eb !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
}

/* TEXT */
.ict-cflex-content {
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #374151 !important;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .ict-cflex-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ===== SECTION WRAPPER ===== */
.ict-cflex-section {
  width: 100% !important;
  padding: 10px 20px !important;
  background: #f7f9fc !important;
}

.ict-cflex-container {
  max-width: 1250px !important;
  margin: 0 auto !important;
}


/* ===== INTRO ===== */
.ict-cflex-intro {
  text-align: center !important;
  max-width: 950px !important;
  margin: 0 auto 70px auto !important;
}

.ict-cflex-heading {
  font-size: 36px !important;
  font-weight: 700 !important;
  margin-bottom: 25px !important;
}

.ict-cflex-text {
  font-size: 17px !important;
  line-height: 1.7 !important;
  color: #4b5563 !important;
  margin-bottom: 18px !important;
}


/* ===== GRID ===== */
.ict-cflex-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 60px !important;
  align-items: stretch !important;
}


/* ===== COLUMN CARD ===== */
.ict-cflex-column {
  background: #ffffff !important;
  padding: 0px 35px !important;
  border-radius: 18px !important;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05) !important;
  display: flex !important;
  flex-direction: column !important;
  padding-bottom: 30px !important;
  margin-bottom: 30px !important;
}

.ict-cflex-subheading {
  font-size: 24px !important;
  font-weight: 700 !important;
}


/* ===== LIST ===== */
.ict-cflex-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  flex-grow: 1 !important;
}

.ict-cflex-item {
  position: relative !important;
  padding-left: 34px !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #374151 !important;
  transition: 0.3s ease !important;
}

.ict-cflex-item::before {
  content: "◆" !important;
  position: absolute !important;
  left: 0 !important;
  top: 4px !important;
  font-size: 14px !important;
  color: #2563eb !important;
}

.ict-cflex-item:hover {
  color: #111827 !important;
  transform: translateX(4px) !important;
}


/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .ict-cflex-grid {
    grid-template-columns: 1fr !important;
  }

  .ict-cflex-heading {
    font-size: 28px !important;
  }
}

@media (max-width: 600px) {
  .ict-cflex-section {
    padding: 70px 15px !important;
  }

  .ict-cflex-heading {
    font-size: 22px !important;
  }

  .ict-cflex-column {
    padding: 30px 25px !important;
  }
}

/* ===== SECTION WRAPPER ===== */
.ict-trust-section {
  width: 100% !important;
  padding: 100px 20px !important;
  background: #f4f7fb !important;
  font-family: "Inter", sans-serif !important;
}

.ict-trust-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
}


/* ===== INTRO ===== */
.ict-trust-intro {
  text-align: center !important;
  max-width: 900px !important;
  margin: 0 auto 70px auto !important;
}

.ict-trust-heading {
  font-size: 34px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}

.ict-trust-text {
  font-size: 17px !important;
  line-height: 1.7 !important;
  color: #4b5563 !important;
}


/* ===== GRID ===== */
.ict-trust-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 60px !important;
  margin-bottom: 60px !important;
}


/* ===== GROUP ===== */
.ict-trust-group {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}

.ict-trust-subheading {
  font-size: 22px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}


/* ===== ITEM ===== */
.ict-trust-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 15px !important;
  background: #ffffff !important;
  padding: 18px 20px !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05) !important;
  transition: 0.3s ease !important;
}

.ict-trust-item:hover {
  transform: translateY(-4px) !important;
}


/* ===== ICON ===== */
.ict-trust-icon {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  border-radius: 50% !important;
  background: #2563eb !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
}


/* ===== TEXT ===== */
.ict-trust-content {
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #374151 !important;
}


/* ===== CTA ROW ===== */
.ict-trust-cta-row {
  display: flex !important;
  justify-content: center !important;
  gap: 20px !important;
  flex-wrap: wrap !important;
}


/* ===== BUTTONS ===== */
.ict-trust-btn {
  padding: 14px 30px !important;
  border-radius: 40px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: 0.3s ease !important;
  display: inline-block !important;
}

.ict-trust-btn-primary {
  background: #024430 !important;
  color: #ffffff !important;
}

.ict-trust-btn-primary:hover {
  background: #024430 !important;
}

.ict-trust-btn-outline {
  border: 2px solid #024430!important;
  color: #024430!important;
  background: transparent !important;
}

.ict-trust-btn-outline:hover {
  background: #024430 !important;
  color: #ffffff !important;
}


/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .ict-trust-grid {
    grid-template-columns: 1fr !important;
  }

  .ict-trust-heading {
    font-size: 28px !important;
  }
}

@media (max-width: 600px) {
  .ict-trust-section {
    padding: 70px 15px !important;
  }

  .ict-trust-heading {
    font-size: 22px !important;
  }
}

/* ===== SECTION BASE ===== */

.tmscost-section{
width:100% !important;
padding: 40px 40px !important;
background:#f8fafc !important;
font-family:Arial, Helvetica, sans-serif !important;
box-sizing:border-box !important;
}

/* ===== CALCULATOR GRID ===== */

.tmscost-calculator-wrapper{
display:grid !important;
grid-template-columns:1fr 1fr !important;
gap:60px !important;
align-items:center !important;
max-width:1300px !important;
margin:auto !important;
}

/* LEFT TEXT */

.tmscost-textblock p{
font-size:17px !important;
line-height:1.7 !important;
color:#374151 !important;
margin-bottom:18px !important;
}

/* CTA BUTTON */

.tmscost-cta-btn{
display:inline-block !important;
margin-top:20px !important;
padding:14px 28px !important;
background:#0f766e !important;
color:#fff !important;
text-decoration:none !important;
font-weight:600 !important;
border-radius:6px !important;
transition:all .3s ease !important;
}

.tmscost-cta-btn:hover{
background:#115e59 !important;
}

/* CALCULATOR BOX */

.tmscost-calculator-box{
background:#ffffff !important;
padding:25px !important;
border-radius:8px !important;
box-shadow:0 8px 24px rgba(0,0,0,0.08) !important;
}

.tmscost-calculator-box iframe{
width:100% !important;
height:420px !important;
border:none !important;
}

/* ===== SUBHEADINGS ===== */

.tmscost-subheading{
font-size:32px !important;
margin: 40px 0 40px 0 !important;
text-align:center !important;
font-weight:700 !important;
}

/* ===== COST FACTOR GRID ===== */

.tmscost-factor-grid{
display:grid !important;
grid-template-columns:repeat(3,1fr) !important;
gap:30px !important;
max-width:1300px !important;
margin:auto !important;
}

.tmscost-factor-card{
background:#fff !important;
padding:30px !important;
border-radius:8px !important;
box-shadow:0 6px 20px rgba(0,0,0,0.07) !important;
display:flex !important;
gap:15px !important;
align-items:flex-start !important;
}

.tmscost-factor-icon{
font-size:26px !important;
color:#0f766e !important;
}

.tmscost-factor-text{
font-size:16px !important;
color:#374151 !important;
line-height:1.5 !important;
}

/* ===== TIMELINE ===== */

.tmscost-timeline{
display:flex !important;
justify-content:space-between !important;
max-width:1200px !important;
margin:50px auto 0 auto !important;
position:relative !important;
}

.tmscost-timeline:before{
content:"" !important;
position:absolute !important;
top:20px !important;
left:0 !important;
width:100% !important;
height:3px !important;
background:#d1d5db !important;
z-index:1 !important;
}

.tmscost-stage{
position:relative !important;
text-align:center !important;
width:25% !important;
z-index:2 !important;
}

.tmscost-stage-dot{
width:40px !important;
height:40px !important;
background:#0f766e !important;
border-radius:50% !important;
margin:auto !important;
display:flex !important;
align-items:center !important;
justify-content:center !important;
color:#fff !important;
font-weight:bold !important;
}

.tmscost-stage-title{
margin-top:18px !important;
font-weight:600 !important;
font-size:16px !important;
color:#111827 !important;
}

.tmscost-stage-time{
font-size:14px !important;
margin-top:6px !important;
color:#6b7280 !important;
}

.tmscost-section h2{
  text-align: center;
}

/* ===== RESPONSIVE ===== */

@media (max-width:992px){

.tmscost-calculator-wrapper{
grid-template-columns:1fr !important;
}

.tmscost-factor-grid{
grid-template-columns:1fr 1fr !important;
}

.tmscost-timeline{
flex-direction:column !important;
gap:40px !important;
}

.tmscost-timeline:before{
display:none !important;
}

.tmscost-stage{
width:100% !important;
}

}

@media (max-width:600px){

.tmscost-factor-grid{
grid-template-columns:1fr !important;
}

}


/* SECTION */
.ict-decision-section{
width:100% !important;
padding:100px 20px !important;
background:#f7f9fc !important;
font-family:"Inter",sans-serif !important;
}

.ict-decision-container{
max-width:1100px !important;
margin:0 auto !important;
}


/* INTRO */
.ict-decision-intro{
text-align:center !important;
max-width:900px !important;
margin:0 auto 60px auto !important;
}

.ict-decision-heading{
font-size:34px !important;
font-weight:700 !important;
margin-bottom:20px !important;
}

.ict-decision-text{
font-size:17px !important;
line-height:1.7 !important;
color:#4b5563 !important;
margin-bottom:16px !important;
}


/* CHECKLIST GRID */
.ict-decision-checklist{
display:grid !important;
grid-template-columns:1fr 1fr !important;
gap:20px !important;
margin-top:40px !important;
}


/* CARD */
.ict-decision-card{
background:#ffffff !important;
border-radius:14px !important;
padding:18px 20px !important;
box-shadow:0 10px 25px rgba(0,0,0,0.05) !important;
transition:0.3s !important;
}

.ict-decision-card:hover{
transform:translateY(-3px) !important;
}


/* ITEM */
.ict-decision-item{
display:flex !important;
align-items:flex-start !important;
gap:12px !important;
cursor:pointer !important;
}


/* CHECKBOX */
.ict-decision-checkbox{
margin-top:4px !important;
width:18px !important;
height:18px !important;
accent-color:#2563eb !important;
cursor:pointer !important;
}


/* TEXT */
.ict-decision-question{
font-size:15px !important;
line-height:1.6 !important;
color:#374151 !important;
}


/* DECISION NOTE */
.ict-decision-note{
margin-top:50px !important;
text-align:center !important;
background:#2563eb !important;
color:#ffffff !important;
padding:18px 28px !important;
border-radius:40px !important;
font-size:15px !important;
font-weight:600 !important;
display:inline-block !important;
}


/* RESPONSIVE */
@media(max-width:900px){

.ict-decision-checklist{
grid-template-columns:1fr !important;
}

.ict-decision-heading{
font-size:26px !important;
}

}

@media(max-width:600px){

.ict-decision-section{
padding:70px 15px !important;
}

.ict-decision-heading{
font-size:22px !important;
}

}


/* SECTION */
.ict-roi-section{
width:100% !important;
padding:110px 20px !important;
background:#f4f7fb !important;
font-family:"Inter",sans-serif !important;
}

.ict-roi-container{
max-width:1200px !important;
margin:0 auto !important;
}


/* GRID */
.ict-roi-grid{
display:grid !important;
grid-template-columns:1.1fr 1fr !important;
gap:60px !important;
align-items:center !important;
}


/* LEFT COLUMN */
.ict-roi-left{
display:flex !important;
flex-direction:column !important;
}

.ict-roi-heading{
font-size:34px !important;
font-weight:700 !important;
margin-bottom:20px !important;
}

.ict-roi-text{
font-size:16px !important;
line-height:1.7 !important;
color:#4b5563 !important;
margin-bottom:16px !important;
}


/* STAT */
.ict-roi-stat{
margin-top:30px !important;
background:#2563eb !important;
color:#ffffff !important;
padding:25px 30px !important;
border-radius:16px !important;
display:inline-flex !important;
align-items:center !important;
gap:12px !important;
box-shadow:0 15px 35px rgba(0,0,0,0.12) !important;
}

.ict-roi-stat-number{
font-size:30px !important;
font-weight:700 !important;
}

.ict-roi-stat-text{
font-size:18px !important;
font-weight:600 !important;
}


/* RIGHT COLUMN */
.ict-roi-right{
display:flex !important;
flex-direction:column !important;
}

.ict-roi-subheading{
font-size:24px !important;
font-weight:700 !important;
margin-bottom:25px !important;
}


/* CARDS */
.ict-roi-cards{
display:grid !important;
grid-template-columns:1fr !important;
gap:16px !important;
}

.ict-roi-card{
background:#ffffff !important;
padding:18px 20px !important;
border-radius:12px !important;
box-shadow:0 10px 25px rgba(0,0,0,0.05) !important;
font-size:15px !important;
line-height:1.6 !important;
color:#374151 !important;
transition:0.3s !important;
}

.ict-roi-card:hover{
transform:translateY(-4px) !important;
}


/* RESPONSIVE */
@media(max-width:992px){

.ict-roi-grid{
grid-template-columns:1fr !important;
}

.ict-roi-heading{
font-size:28px !important;
}

}

@media(max-width:600px){

.ict-roi-section{
padding:70px 15px !important;
}

.ict-roi-heading{
font-size:22px !important;
}

.ict-roi-stat-number{
font-size:34px !important;
}

}


.ict-case-study-section{
padding:80px 20px !important;
background:#f9fafc !important;
}

.ict-case-container{
max-width:1200px !important;
margin:0 auto !important;
}

.ict-case-intro{
text-align:center !important;
margin-bottom:40px !important;
}

.ict-case-heading{
font-size:32px !important;
font-weight:700 !important;
margin-bottom:20px !important;
}

.ict-case-text{
font-size:16px !important;
line-height:1.6 !important;
max-width:850px !important;
margin:0 auto 12px auto !important;
color:#4b5563 !important;
}


/* META INFO */

.ict-case-meta{
display:flex !important;
justify-content:center !important;
gap:30px !important;
margin-bottom:50px !important;
flex-wrap:wrap !important;
}

.ict-meta-box{
background:#eef2ff !important;
padding:12px 22px !important;
border-radius:8px !important;
font-size:14px !important;
}

.ict-meta-label{
font-weight:600 !important;
margin-right:6px !important;
color:#111827 !important;
}

.ict-meta-value{
color:#374151 !important;
}


/* CARDS */

.ict-case-cards{
display:grid !important;
grid-template-columns:repeat(3,1fr) !important;
gap:25px !important;
margin-bottom:40px !important;
}

.ict-case-card{
background:#ffffff !important;
padding:28px !important;
border-radius:10px !important;
box-shadow:0 4px 14px rgba(0,0,0,0.06) !important;
text-align:left !important;
transition:0.3s !important;
}

.ict-case-card:hover{
transform:translateY(-4px) !important;
}

.ict-case-card-title{
font-size:18px !important;
font-weight:600 !important;
margin-bottom:10px !important;
}

.ict-case-card-metric{
font-size:15px !important;
color:#4b5563 !important;
line-height:1.5 !important;
}

.ict-case-card-metric strong{
font-size:20px !important;
}


/* CTA */

.ict-case-cta{
text-align:center !important;
}

.ict-case-button{
display:inline-block !important;
background: #024430!important;
color:#ffffff !important;
padding:14px 28px !important;
border-radius:6px !important;
font-size:16px !important;
text-decoration:none !important;
font-weight:600 !important;
transition:0.3s !important;
}

.ict-case-button:hover{
background:#1e4ed8 !important;
}


/* Hide header footer only inside iframe */

/* iframe version me header footer hide */

.iframe-page header,
.iframe-page footer,
.iframe-page .site-header,
.iframe-page .site-footer,
.iframe-page .navbar, 
.iframe-page .floating,
.iframe-page .fix-btns,
.iframe-page .VizExNotificationBadge__Wrapper-bDqekV bhRkBz{
display:none !important;
}

/* MOBILE */

@media(max-width:768px){

.ict-case-cards{
grid-template-columns:1fr !important;
}

.ict-case-heading{
font-size:26px !important;
}

}

.ictms-case-slider{
width:100%;
padding:40px 0;
}

.ictms-case-card{
background:#fff;
border-radius:10px;
overflow:hidden;
}

.card-img{
height:160px;
background:#ddd;
}

.card-content{
padding:20px;
}

.results span:first-child{
font-weight:600;
display:block;
}

.results span:last-child{
color:#1b7c6f;
font-weight:700;
}

.ictms-case-slider{
width:100%;
overflow:hidden;
}

.swiper-slide{
height:auto;
}

.ictms-prev,
.ictms-next{
width:40px;
height:40px;
background:#000;
border-radius:50%;
position:absolute;
top:50%;
transform:translateY(-50%);
z-index:10;
cursor:pointer;
}

.ictms-prev{ left:-20px; }
.ictms-next{ right:-20px; }