@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
  --primary-green: #3aefa5;
  --dark-green: #00df78;
  --orange: #ef7c3a;
  --dark-bg: #223035;
  --darker-bg: #0d2021;
  --light-bg: #eaf2f5;
  --gray-bg: #D3D6D7;
  --white: #ffffff;
  --black: #000000;
  --bs-color-green-light: #52e09e; 
  --bs-color-green-dark: #00bf63; 
  --bs-color-dark-box: #23292e;
  --bs-footer-bg: #153B3C;
}
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "DM Sans", sans-serif;
    color: #0D2021;
}
@media (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
  section {
    overflow: hidden;
  }
}

  /* Default heading styles */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em 0;
  font-weight: 600;
  line-height: 1.2;
}

/* Base font sizes (extra large screens ≥1200px, xl) */
h1 { font-size: 2.5rem; } /* 40px */
h2 { font-size: 2rem; }   /* 32px */
h3 { font-size: 1.75rem; }/* 28px */
h4 { font-size: 1.5rem; } /* 24px */
h5 { font-size: 1.25rem; }/* 20px */
h6 { font-size: 1rem; }   /* 16px */

/* Large devices (≥992px, lg) */
@media (max-width: 1199.98px) {
  h1 { font-size: 2.25rem; }
  h2 { font-size: 1.875rem; }
  h3 { font-size: 1.625rem; }
  h4 { font-size: 1.375rem; }
  h5 { font-size: 1.125rem; }
  h6 { font-size: 0.95rem; }
}

/* Medium devices (≥768px, md) */
@media (max-width: 991.98px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
  h3 { font-size: 1.5rem; }
  h4 { font-size: 1.25rem; }
  h5 { font-size: 1.1rem; }
  h6 { font-size: 1rem; }
}

/* Small devices (≥576px, sm) */
@media (max-width: 767.98px) {
  h1 { font-size: 1.75rem; }
  h2 { font-size: 1.5rem; }
  h3 { font-size: 1.25rem; }
  h4 { font-size: 1.1rem; }
  h5 { font-size: 1rem; }
  h6 { font-size: 0.9rem; }
}

/* Extra small devices (<576px, xs) */
@media (max-width: 575.98px) {
  h1 { font-size: 1.5rem; }
  h2 { font-size: 1.25rem; }
  h3 { font-size: 1.1rem; }
  h4 { font-size: 1rem; }
  h5 { font-size: 0.9rem; }
  h6 { font-size: 0.8rem; }
}

.btn-green {
  background-color: var(--primary-green);
  color: #0e2a32;
  font-weight: 600;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  transition: 0.3s;
}
.btn-green:hover {
  background-color: #00c57b;
  color: #0e2a32;
}
.btn-outline-dark {
  border:2px solid var(--dark-bg)!important;
  border-radius: 100px;
  padding: 0.75rem 1.5rem;
  transition: 0.3s;
  color: var(--dark-bg);
  font-weight: 700;
}


  header.mainheader {
    position: absolute;
    left:0;
    right:0;
    z-index: 2;
  }
header.mainheader .brand img {
	height: 60px;
}
  .hero-section {
    position: relative;
   
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: start;
    overflow: hidden;
    
  }
  @media (max-width: 991px) {
    .hero-section {
    height: auto;
    padding-top: 100px;
    }
  }
  .hero-section > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    
  }
  .hero-section .container {
    position: relative;
    z-index: 2;
    color: #fff;
  }
  .hero-section .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 28, 34, 0.3);
  }

  .hero-section .hero-content {
    position: relative;
    z-index: 2;
    max-width: 991px;
    padding: 3rem;
  }
  .hero-section .brand {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1.25rem;
    color: #00e391;
    margin-bottom: 2rem;
  }
  .hero-section .brand span {
    color: #fff;
    margin-left: 8px;
    font-weight: 500;
  }
  .hero-section .hero-content h1 {
    font-weight: 700;
    font-size: 50px;
  
    margin-bottom: 1.5rem;
  }
  .hero-section .hero-content h3 {
    font-size: 28px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 2rem;
  }
  
  .hero-section .footer-text {
    font-size: 18px;
    color: var(--white);
    margin-top: 2rem;
  }
  @media (max-width: 991px) {
    .hero-section .hero-content h3 {
      font-size: 22px;
    }
    .hero-section .hero-content h1 {
      font-size: 42px;
    }
    .hero-section .footer-text {
      font-size: 16px;
    }
  }
  @media (max-width: 768px) {
    .btn {
      font-size: 14px;
    }
    .hero-section .hero-content h3 {
      font-size: 18px;
    }
    .hero-section .hero-content {
      padding: 2rem;
    }
    .hero-section .hero-content h1 {
      font-size: 32px;
    }
    .hero-section .footer-text {
      font-size: 14px;
    }
  }


   /* Dilemma Section */
.dilemma-section {
  background-color: var(--white);
  padding: 80px 0;
}

/* Call all elements inside dilemma section */
.dilemma-section * {
  box-sizing: border-box;
}

.dilemma-section .section-title {
  font-size: 50px;
  font-weight: 700;
  color: var(--dark-bg);
  margin-bottom: 1rem;
}

.dilemma-section .section-subtitle {
  font-size: 28px;
  color: var(--dark-bg);
  margin-bottom: 3rem;
}

.dilemma-section .option-card {
  background-color: var(--dark-bg);
  border-radius: 8px;
  padding: 32px;
  height: 100%;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.dilemma-section .option-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.dilemma-section .optioncardlist {
  max-width: 1155px;
}

.dilemma-section .option-badge {
  position: absolute;
  top: -12px;
  left: 32px;
  background-color: var(--primary-green);
  color: var(--darker-bg);
  font-weight: 600;
  font-size: 0.875rem;
  padding: 6px 16px;
  border-radius: 4px;
}

.dilemma-section .option-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 24px;
}

.dilemma-section .option-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dilemma-section .option-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.5;
}

.dilemma-section .option-item svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.dilemma-section .dilemma-question {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--dark-bg);
  text-align: left;
  margin-top: 0;
}

  
  
  
.automation-section {
    padding: 4rem 0;
    background-color: #EAF2F5;
}

.automation-section .text-green-dark {
    color: var(--bs-color-green-dark) !important;
}
.automation-section .container > h2 {
    font-size: 50px;
    font-weight: 700;
}
.automation-section .container > h4 {
  font-size: 28px;
  font-weight: 400;
}
.automation-section .feature-box-dark {
  
    color: #000;

    height: 100%;
}
.automation-section .feature-box-dark h5 {
background-color: var(--bs-color-dark-box);
padding: 1rem;
color: #fff;
}

.automation-section .feature-box-light-green {
   
    color: black;

    height: 100%;
}
.automation-section .feature-box-light-green h5 {
background-color: var(--bs-color-green-light);
padding: 1rem;
}

.automation-section .box-title {
    margin-bottom: 1rem;
}

.automation-section .separator {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1;
    color: #000;
    display: none;
    align-self: flex-start;
}

@media (min-width: 992px) {
    .automation-section .separator {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.automation-section ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 0;
}

.automation-section li {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}




/* --- Global / General Styling --- */
.section-padding {
  padding: 4rem 0;
}

.text-green-dark {
  color: var(--bs-color-green-dark) !important;
}

/* --- SECTION 1: Three Building Blocks --- */
.building-blocks-section {
  background-color: #ffffff;
}
.building-blocks-section > .container > h2 {
  font-size: 50px;
}
.building-blocks-section .block-item {
  display: flex;
  margin-bottom: 2rem;
}
.building-blocks-section .block-img {
  width: 320px; 
  min-width: 320px;
  margin-right: 2rem;
  border:1px solid #000;
  overflow: hidden;
}
.building-blocks-section .block-img img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1.05);
    transform-origin: center;
 
}
.building-blocks-section .block-content {
  flex: 1;
  display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.building-blocks-section .block-content h4 {
  font-weight: 700;
  font-size: 28px;
  
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.building-blocks-section .block-content p {
  font-size: 18px;
}
.building-blocks-section .bbfooter {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (min-width: 991px) {
  .building-blocks-section > .container > h2 {
    font-size: 38px;
  }
  .building-blocks-section .block-content h4 {
   
    font-size: 24px;
    
  }
  .building-blocks-section .block-content p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .building-blocks-section > .container > h2 {
    font-size: 28px;
  }
  .building-blocks-section .block-item {
    flex-direction: column;
  }
  .building-blocks-section .block-img {
    width: 100%;
    min-width: auto;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .building-blocks-section .block-content h4 {
    font-size: 20px;
    
  }
  .building-blocks-section .block-content p {
    font-size: 14px;
  }
}

/* --- SECTION 2: Why Warehouse Operators Choose Carte+ --- */
.choose-carte-section {
  background-color: var(--light-bg);
}
.choose-carte-section > .container > h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.choose-carte-section .feature-icon {
  font-size: 2rem;
  color: var(--bs-color-green-dark);
  margin-bottom: 0.5rem;
}

.choose-carte-section .feature-title {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 1rem;
}
.choose-carte-section ul {
  /* padding-left: 15px; */
	
}
.choose-carte-section li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 0.5rem;
  font-size: 18px;
}
@media screen and (min-width: 991px) {
  .choose-carte-section > .container > h2 {
    font-size: 38px; 
  }
  .choose-carte-section .feature-title {
    font-size: 24px;
  }
  .choose-carte-section li {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .choose-carte-section > .container > h2 {
    font-size: 28px; 
  }
  .choose-carte-section .feature-title {
    font-size: 20px;
  }
  .choose-carte-section li {
    font-size: 14px;
  }
}
.choose-carte-section .feature-box {
  text-align: left;
}

/* --- Visualize. Retrofit. Economize. Section --- */
.visualize-section {
  background-color: #ffffff;
}
.visualize-section h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.visualize-section .viz-right-col {
  border-left: 1px solid rgba(34, 48, 53, 0.2);
  padding-left: 70px;
  margin-left: 10px;
}
.visualize-section .viz-content {
  padding-top: 40px;
  padding-bottom: 20px;
}
.visualize-section .viz-right-col h3 {
  color:var(--dark-bg);
  font-weight: 700;
  position: relative;
  font-size: 28px;
  
}
.visualize-section .viz-right-col .viz-title::before {
  content: "";
  position: absolute;
  left: -83.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px; 
  height: 24px;
  background-color: var(--gray-bg);
  border-radius: 50%; 
}
.visualize-section .viz-right-col h3.subtitle {
  color:var(--dark-green);
  font-weight: 400;
}
.visualize-section .viz-right-col p {
  font-size: 18px;
  color:var(--dark-bg);
  padding-bottom: 40px;
}

.visualize-section .viz-pillars h3 {
  margin-top: 40px;
  max-width: 434px;
  font-size: 28px;
	font-weight: 700;
}
.visualize-section .viz-right-col h3 {
		margin-bottom: 10px;
	}
@media (max-width: 991px) {
  .visualize-section .viz-pillars {
    text-align: center;
  }
  .visualize-section .viz-pillars h3 {
    margin:0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 24px;
  }
  .visualize-section h2 {
    font-size: 42px;
    text-align: center;
  }
	
  .visualize-section .viz-right-col h3 {
    font-size: 24px;
  }
  .visualize-section .viz-right-col p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .visualize-section .viz-right-col {
    padding-left: 30px;
  }
  .visualize-section .viz-right-col .viz-title::before {
    left: -43.5px;
  }
  .visualize-section h2 {
    font-size: 32px;
  
  }
  .visualize-section .viz-right-col h3 {
    font-size: 18px;
  }
  .visualize-section .viz-pillars h3 {
    font-size: 18px;
  }
  .visualize-section .viz-right-col p {
    font-size: 14px;
  }
}
/* --- Use Case Section --- */
.use-case-section {
  position: relative;
  color: #fff;
}
.use-case-section .use-case-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.use-case-section .container {
  position: relative;
  z-index: 2;
}
.use-case-section > .container > h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.use-case-section .row .use-case-box {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  padding: 1.5rem;
  margin-bottom: 1rem;
  position: relative;
  padding-top: 40px;
}
.use-case-section .row .use-case-box h3 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
}
.use-case-section .row {
  margin-top: 20px;
}
.use-case-section .row .col-lg-6 {
  margin-bottom: 20px;
}
.use-case-box .case-number {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
  background-color: var(--primary-green);
  color: black;
  display: inline-block;
  margin-bottom: 0.5rem;
  position: absolute;
  top:-20px;
}
.use-case-box h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.use-case-box p {
  font-size: 18px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .use-case-section .container > h2 {
    font-size: 42px;
  }
  .use-case-section .use-case-box h4 {
    font-size: 1.2rem;
  }
	.use-case-section .row .use-case-box h3 {
		font-size: 	22px;
	}
  .use-case-section .use-case-box p {
    font-size: 17px;
  }
  .use-case-section .use-case-box .case-number {
    font-size: 16px;
  }
}

/* Small tablets and large phones (≤768px) */
@media (max-width: 768px) {
  .use-case-section .container > h2 {
    font-size: 36px;
  }
	.use-case-section .row .use-case-box h3 {
		font-size: 	18px;
	}
  .use-case-section .use-case-box h4 {
    font-size: 1.1rem;
  }
  .use-case-section .use-case-box p {
    font-size: 16px;
  }
  .use-case-section .use-case-box .case-number {
    font-size: 14px;
    padding: 8px 16px;
  }
}

/* Mobile devices (≤576px) */
@media (max-width: 576px) {
  .use-case-section .container > h2 {
    font-size: 28px;
  }
  .use-case-section .use-case-box h4 {
    font-size: 1rem;
  }
  .use-case-section .use-case-box p {
    font-size: 15px;
  }
  .use-case-section .use-case-box .case-number {
    font-size: 14px;
    padding: 6px 14px;
  }
}

/* --- Enterprise Grade Section --- */
.enterprise-grade-section {
  background-color: var(--white);
}
.enterprise-grade-section > .container > h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0;
  max-width: 900px;
}
.enterprise-grade-section > .container > h3 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 2rem;
  padding-top: 10px;
}
.enterprise-grade-section .row {
  padding-bottom: 10px;
}
.enterprise-grade-section .subtitle {
  margin-bottom: 5px;
  margin-top: 12px;
  font-weight: 700;
  font-size: 18px;
}
.enterprise-grade-section .feature-box p {
  font-size: 18px;
}
.enterprise-grade-section .ktf-row {
  align-items: center;
  margin-top: 20px;
  border-top: 1px solid rgba(34, 48, 53, 0.2);
  border-bottom: 1px solid rgba(34, 48, 53, 0.2);
  padding-top: 30px;
  padding-bottom: 20px;
}


.enterprise-grade-section .ktf-row .checklist ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .enterprise-grade-section .ktf-row .checklist li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' transform='translate(0.14386 0.745605)' fill='white'/%3E%3Cpath d='M20.1439 6.74561L9.14386 17.7456L4.14386 12.7456' stroke='%233AEFA5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 0 2px;
  }

  .enterprise-grade-section .feature-box h3 {
    font-size: 28px;
    margin-top: 10px;
	  font-weight: 700;
	  margin-bottom: 10px;
  }
  .enterprise-grade-section .feature-box p {
    font-size: 18px;
  }
  .enterprise-grade-section .ktf-row h3 {
    font-size: 28px;
    margin-top: 10px;
	  font-weight: 700;
  }
  .enterprise-grade-section .ktf-row ul li {
    font-size: 18px;
  }
  .enterprise-grade-section .ktf-row .col-lg-4:nth-child(2) {
    margin-bottom: auto;
  }
  .enterprise-grade-section .ktf-row .col-lg-4:nth-child(3) {
    margin-bottom: auto;
  }
/* --- Assessment Section  --- */
.assessment-section {
  background-color: var(--light-bg);
	position: relative;
}
.assessment-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  background-image: url('../img/assessmentbg.jpg');
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  z-index: 0;
}
.assessment-section .bg-dark-left {
  background-color: var(--bs-color-dark-box); 
	padding-left: 20px;
    padding-right: 30px;
}
.assessment-section .lead {
  padding: 10px 20px;
  background: var(--primary-green);
  color: var(--dark-bg);
  position: relative;
  z-index: 2;
  font-size: 28px;
}
.assessment-section .bg-green-highlight {
  background-color: var(--primary-green);
  padding: 10px 15px 10px 80px;
  display: inline-block;
  color: var(--dark-bg);
}
.assessment-section .text-custom-green {
  color: var(--primary-green); 
}
.assessment-section .process-step {
	padding-top: 40px;
}
.assessment-section .col-lg-7 {
	padding-left:0;
}
.assessment-section .process-step p {
  color: var(--dark-bg);
}
.assessment-section .process-step p.h3 {
	font-size: 28px;
}
.assessment-section .process-step ul {
  padding-left: 60px;
  font-size: 18px;
  color: var(--dark-bg);
}
.assessment-section .process-step ul li {
  padding-bottom: 10px;
}
.assessment-section .assessment-content {
  max-width: 488px;
  position: relative;
  z-index: 2;
}
.assessment-section .assessment-content h2 {
  font-size: 50px;
}
.assessment-section .assessment-content h3 {
  font-size: 28px;
}
.assessment-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px;
  position: relative;
}
.assessment-content-wrap img {
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 991px) {
  .assessment-section .assessment-content h2 {
    font-size: 38px;
  }
  .assessment-section .assessment-content h3 {
    font-size: 22px;
  }
  .assessment-content-wrap {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .assessment-section .assessment-content h2 {
    font-size: 28px;
  }
  .assessment-section .assessment-content h3 {
    font-size: 18px;
  }
  .assessment-section .lead {
    font-size: 22px;
  }
  .assessment-section .process-step ul {
    padding-left: 30px;
  }
}

@media (max-width: 576px) {
  .assessment-section .assessment-content h2 {
    font-size: 24px;
  }
  .assessment-section .lead {
    font-size: 20px;
    text-align: center;
  }
  .assessment-content-wrap {
    padding: 20px;
  }
}
/* --- Carte+ Advantage Section  --- */
.carte-advantage-section {
  background-color: var(--white);
}
.carte-advantage-section > .container > h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
}
.carte-advantage-section .row {
  margin-top: 20px;
}
.carte-advantage-section .row .adcheck-box {
  display: flex;
}
.carte-advantage-section .row .adcheck-box > div:first-child {
  margin-right: 20px;
	width: 40px;
}
.carte-advantage-section .row .adcheck-box > div {
  margin-bottom: 40px;
}
.carte-advantage-section .row .adcheck-box img {
	width: 25px;
	height: 24px;
}
.cartesian-ftwo {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.cartesian-ftwo-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Centers when fewer than 5 */
  gap: 20px; /* spacing between logos */
  max-width: 1142px; /* optional, controls overall width */
  margin: 0 auto;
}

.cartesian-ftwo-logos img {
  flex: 1 1 calc(20% - 20px); /* roughly 5 per row, accounting for gap */
  max-width: 199px; /* prevent oversized logos */
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
}


/* --- Cartesion Stack Up Section  --- */
.cartesian-stackup-section {
  background: var(--darker-bg);
  color: var(--white);
  position: relative;
}
.cartesian-stackup-section .stackup-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}
.cartesian-stackup-section .container {
  position: relative;
  z-index: 2;
}
.cartesian-stackup-section .section-header {
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 2.5rem;
  color: #ffffff;
}

.cartesian-stackup-section .comparison-table {
  width: 100%;
  border-collapse: collapse; 
  table-layout: fixed;
  font-size: 1rem;
  line-height: 1.5;
  max-width: 1157px;
  margin:0 auto;
	border:0;
}


.cartesian-stackup-section .comparison-table th:nth-child(1),
.cartesian-stackup-section .comparison-table td:nth-child(1) {
  width: 25%; 
}
.cartesian-stackup-section .comparison-table th:nth-child(2),
.cartesian-stackup-section .comparison-table td:nth-child(2) {
  width: 20%; 
}
.cartesian-stackup-section .comparison-table th:nth-child(3),
.cartesian-stackup-section .comparison-table td:nth-child(3) {
  width: 25%;
}
.cartesian-stackup-section .comparison-table th:nth-child(4),
.cartesian-stackup-section .comparison-table td:nth-child(4) {
  width: 30%;
}

/* Styling for all cells */
.cartesian-stackup-section .comparison-table th,
.cartesian-stackup-section .comparison-table td {
  padding: 0.75rem 2rem;
	border-top:0;
	border-right:0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  vertical-align: middle;
  font-weight: 400;
}

/* Feature column specific styles */
.cartesian-stackup-section .comparison-table td:nth-child(1) {
  text-align: left;
  font-weight: 600;
  padding-left: 30px;
}
.cartesian-stackup-section .comparison-table th:first-child {
  text-align: left;
  padding-left: 30px;
}

/* Header Styling */
.cartesian-stackup-section .comparison-table th {
  font-weight: 700;
  font-size: 28px;
  color: var(--primary-green);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
}

.cartesian-stackup-section .highlight-column {
  background-color: var(--primary-green); 
  font-weight: 700!important;
  color: var(--darker-bg)!important;
  border-bottom: 1px solid rgba(34,48,53,0.5)!important;
  padding-left: 60px!important;  
}

@media (max-width: 991px) {
  .cartesian-stackup-section .comparison-table th {
    font-size: 24px;
  }
  .cartesian-stackup-section .highlight-column {
    padding-left: 30px!important;
  }
}

/* --- MOBILE TABLE STYLES (Stacked Card Look) --- */
@media (max-width: 767.98px) { /* Bootstrap sm breakpoint */
  
  /* Force all table elements to display as blocks */
  .cartesian-stackup-section .comparison-table,
  .cartesian-stackup-section .comparison-table thead,
  .cartesian-stackup-section .comparison-table tbody,
  .cartesian-stackup-section .comparison-table th,
  .cartesian-stackup-section .comparison-table td,
  .cartesian-stackup-section .comparison-table tr {
      display: block;
      width: 100%;
      table-layout: auto; /* Remove fixed layout for mobile */
  }

  /* Hide table headers (AMRs, Carte+, ASRS) as we use data-label instead */
  .cartesian-stackup-section .comparison-table thead {
      display: none;
  }

  /* Row becomes a card/feature block */
  .cartesian-stackup-section .comparison-table tr {
      border: 1px solid rgba(255, 255, 255, 0.2);
      margin-bottom: 1rem;
      border-radius: 0.5rem;
      background-color: rgba(255, 255, 255, 0.05);
      /* Override last child border fix */
      border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
  .cartesian-stackup-section .highlight-column {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
  /* Cell becomes a row item */
  .cartesian-stackup-section .comparison-table td {
      border: none;
      position: relative;
      padding-left: 50% !important; /* Make room for the data label pseudo-element */
      text-align: right;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      width: 100%!important;
  }
  
  /* Remove border on the last cell of each row */
  .cartesian-stackup-section .comparison-table tr td:last-child {
      border-bottom: none;
  }
  
  /* First TD is the Feature Name - give it special handling */
  .cartesian-stackup-section .comparison-table tr td:first-child {
      background-color: transparent !important;
      font-weight: 700;
      text-align: left;
      padding-left: 1rem !important;
      font-size: 1.1rem;
      border-bottom: 1px solid rgba(154, 253, 135, 0.4);
      width: 100%;
  }
  
  /* Remove the data-label pseudo-element from the first TD */
  .cartesian-stackup-section .comparison-table tr td:first-child::before {
       content: none;
  }
  
  /* Insert the column header as a pseudo-element label for mobile */
  .cartesian-stackup-section .comparison-table td::before {
      content: attr(data-label);
      position: absolute;
      left: 1rem;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      font-weight: 600;
      color: #B0B0B0;
      text-align: left;
  }
  
  /* Special mobile highlight for Carte+ column (third cell in row) */
  .cartesian-stackup-section .comparison-table td.highlight-column {
      background-color: transparent; /* Remove desktop green background */
  }
  .cartesian-stackup-section .comparison-table td:nth-child(3) .td-content-wrapper {
      background-color: var(--dark-green); /* Green highlight for the value */
      padding: 0.25rem 0.5rem;
      border-radius: 4px;
      display: inline-block;
      font-weight: 700;
  }
}
/* --- Cartesian 3  column list --- */
.cartesian-columns-section {
  background-color: var(--white);
}
.cartesian-columns-section > .container > h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0;
}
.cartesian-columns-section > .container > h3 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 3rem;
  padding-top: 10px;
}
.cartesian-columns-section .row {
  padding-bottom: 10px;
}
.cartesian-columns-section .subtitle {
  margin-bottom: 5px;
  margin-top: 12px;
  font-weight: 700;
  font-size: 18px;
}
.cartesian-columns-section .feature-box p {
  font-size: 18px;
}
.cartesian-columns-section > .container .cc-footer-text {
  background-color: var(--primary-green);
  color: var(--darker-bg);
  padding: 18px 30px;
  font-weight: 700!important; 
  margin-bottom: 0;
	margin-top: 20px;
}
.cartesian-columns-section .feature-box h3 {
  font-size: 28px;
  margin-bottom: 10px;
	font-weight: 700;
}
/* --- FAQs Section --- */
.faqs-section {
  background-color: var(--light-bg);
}
.faqs-section > .container > h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom:20px;
}
.faqs-section .accordion-button {
  font-size: 28px;
  font-weight: 700;
  color: var(--dark-bg);
}
.faqs-section .accordion-button,
.faqs-section .accordion-item {
  background: transparent;
  border:0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.faqs-section .accordion-body {
  font-size: 18px;
  color: var(--dark-bg);
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
}
/* --- RTY Section --- */

.rty-section {
  position: relative;
}
.rty-section > img {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.rty-section > .container {
  position: relative;
  z-index: 2;
}
.rty-section > .container > h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}
.rty-section > .container > h3 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  padding-top: 10px;
}
.rty-section .rty-boxes {
  max-width: 1200px;
  margin:0 auto;
  padding-top: 50px;
}
.rty-section .rty-box h3 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
}
.rty-box ul {
  list-style: none;
  padding-left: 0;
}
.rty-box ul li {
  position: relative;
  padding-left: 36px;
  padding-bottom: 8px;
}
.rty-box ul li::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.6105 6.80176L9.61053 17.8018L4.61053 12.8018' stroke='%233AEFA5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  top:0;
  left:0;
  
}

.rty-section .btn-outline-dark {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.rty-line {
  background-color: #22303580;
  margin: 0 auto;
  width: 1px;
  height: 100%;
  
}

/* --- Footer Section --- */

.footer-section {
  padding: 20px 0px;
    background-color: var(--bs-footer-bg);
    color: white;
    font-size: 18px;
}





@media (max-width: 991px) {
  .dilemma-section .section-title {
    font-size: 42px;
  }
  .dilemma-section .section-subtitle {
    font-size: 22px;
  }
  .dilemma-section .dilemma-question {
    font-size: 22px;
  }
  .automation-section .container > h2 {
    font-size: 42px;
  }
  .automation-section .container > h4 {
    font-size: 22px;
  }
  .building-blocks-section .bbfooter {
    font-size: 22px;
  }
  .enterprise-grade-section > .container > h2 {
    font-size: 42px;
  }
  .enterprise-grade-section > .container > h3 {
    font-size: 22px;
  }
  .enterprise-grade-section .feature-box h3 {
    font-size: 22px;
  }
  .enterprise-grade-section .feature-box p {
    font-size: 16px;
  }
  .enterprise-grade-section .ktf-row h3 {
    font-size: 22px;
    margin-top: 10px;
  }
  .enterprise-grade-section .ktf-row ul li {
    font-size: 16px;
  }
  .assessment-section .process-step {
    padding-top: 30px;
  }
  .assessment-section .lead {
    font-size: 22px;
  }
  .carte-advantage-section > .container > h2 {
    font-size: 42px;
  }
  .cartesian-columns-section > .container > h2 {
    font-size: 42px;
  }
  .cartesian-columns-section > .container > h3 {
    font-size: 22px;
  }
  .cartesian-columns-section .feature-box h3 {
    font-size: 22px;
  }
  .cartesian-columns-section .feature-box p {
    font-size: 16px;
  }
  .faqs-section > .container > h2 {
    font-size: 42px;
  }
  .faqs-section .accordion-button {
    font-size: 22px;
  }
  .faqs-section .accordion-body {
    font-size: 16px;
  }
  .rty-section > .container > h2 {
    font-size: 42px;
  }
  .rty-section > .container > h3 {
    font-size: 22px;
  }
  .footer-section p {
    font-size: 16px;
  }
	.rty-section .rty-box h3 {
	font-size: 22px;	
	}
}

@media (max-width: 768px) {
  .dilemma-section .section-title {
    font-size: 32px;
  }
  .dilemma-section .section-subtitle {
    font-size: 18px;
  }
  .dilemma-section .dilemma-question {
    font-size: 18px;
  }
  .automation-section .container > h2 {
    font-size: 32px;
  }
  .automation-section .container > h4 {
    font-size: 18px;
  }
  .building-blocks-section .bbfooter {
    font-size: 18px;
  }
  .enterprise-grade-section > .container > h2 {
    font-size: 32px;
  }
  .enterprise-grade-section > .container > h3 {
    font-size: 18px;
  }
  .enterprise-grade-section .feature-box h3 {
    font-size: 18px;
  }
  .enterprise-grade-section .feature-box p {
    font-size: 14px;
  }
  .enterprise-grade-section .ktf-row h3 {
    font-size: 18px;
    margin-top: 10px;
  }
  .enterprise-grade-section .ktf-row ul li {
    font-size: 14px;
  }
  .assessment-section .lead {
    font-size: 18px;
  }
  .carte-advantage-section > .container > h2 {
    font-size: 32px;
  }
  .cartesian-columns-section > .container > h2 {
    font-size: 32px;
  }
  .cartesian-columns-section > .container > h3 {
    font-size: 18px;
  }
  .cartesian-columns-section .feature-box h3 {
    font-size: 18px;
  }
  .cartesian-columns-section .feature-box p {
    font-size: 14px;
  }
  .faqs-section > .container > h2 {
    font-size: 32px;
  }
  .faqs-section .accordion-button {
    font-size: 18px;
  }
  .faqs-section .accordion-body {
    font-size: 14px;
  }
  .rty-section > .container > h2 {
    font-size: 32px;
  }
  .rty-section > .container > h3 {
    font-size: 18px;
  }
  .footer-section p {
    font-size: 14px;
  }
	.rty-section .rty-box h3 {
	font-size: 18px;	
	}
}



/***** FORM WIZARD STYLES *****/
.tab-content > form .tab-pane {
  display: none;
  padding: 0px 40px;
}
.tab-content > form .active {
  display: block;
}

.form-wizard-container {
  max-width: 1050px;
  margin: 0px auto;
  padding: 30px;
  background-color: #ffffff;
}
.brand-logo {
  font-size: 2rem;
  font-weight: bold;
  color: #14C49A; /* Green tone for logo */
  margin-bottom: 20px;
}

/* Wizard Navigation Styles */
.nav-pills {
  border-bottom: 1px solid #dee2e6; /* separator line */
  margin-bottom: 30px;
}
.nav-pills .nav-item {
  flex-grow: 1; 
  text-align: center;
}
.nav-pills .nav-link {
  border-radius: 0;
  color: #0D2021;
  padding: 10px 15px;
  border-bottom: 3px solid transparent; 
  transition: color 0.2s, border-bottom-color 0.2s;
  background-color: transparent;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  border-bottom: 0;
}
.nav-pills .nav-link.active {
  color: var(--primary-green); 
  
  border-bottom: 0;
  font-weight: 500;
  background-color: transparent;
}
.nav-pills .nav-link:disabled {
  color: #0D2021;
  opacity: 1!important;
}

/* Form Content Styles */
.form-section-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 15px;
}

/* Custom Button/Toggle Styles */

.btn-outline-custom {
  border: 1px solid #000!important; 
  color: #495057;
  border-radius: 20px; 
  padding: 10px 20px;
  margin: 5px; 
  min-width: 100px; 
  white-space: nowrap; 
}
.btn-check:checked + .btn-outline-custom {
  background-color: #e6f7f2; 
  color: #14C49A; 
  border-color: #14C49A!important; 
  box-shadow: none; 
  font-weight: 500;
}
.btn-group-responsive {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-outline-custom:hover {
   border-color: #adb5bd;
   color: #495057;
   background-color: #f0f0f0;
}

/* Next/Back Button Styles */
.btn-custom-next, .btn-custom-submit {
  background-color: #3AEFA5; 
  border-color: #3AEFA5;
  color: #000;
  padding: 10px 30px;
  margin-top: 20px;
  border-radius: 25px; 
  min-width: 150px;
}
.btn-custom-next:hover, .btn-custom-submit:hover {
  background-color: #109b7c;
  border-color: #109b7c;
}
.btn-custom-back {
  color: #6c757d;
  text-decoration: none;
  display: block;
  margin-top: 10px;
  font-size: 0.9rem;
}
.formwizardheader {
  position: relative;
  padding: 30px 0px 40px 0px;
}
.formwizardheader > img {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  width:100%;
  height:100%;
  object-fit: cover;
  z-index:-1;
}
.formwizardheader .brand img {
 height: 60px;	
}
.form-wizard-section .form-control {
	border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
	box-shadow: none!important;
}
.form-wizard-section .form-control.is-invalid,
.form-wizard-section .was-validated .form-control:invalid {
    border-color: var(--bs-form-invalid-border-color);
}
.form-wizard-section select {
	height: initial;
}
/* --- Wizard Tabs with Green Indicator --- */
.nav-pills {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid #153B3C;
  padding-bottom: 0;
  margin-bottom: 1.5rem;
}

/* Indicator line (green, animated, no gap) */
.nav-pills::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  background-color: #3AEFA5;
  width: 0%;
  transition: width 0.4s ease;
  z-index: 1;
}

/* Remove spacing between items */
.nav-pills .nav-item {
  flex: 1;
  text-align: center;
}

/* Tab buttons styling */
.nav-pills .nav-link {
  border-radius: 0 !important;
  background-color: transparent;
  color: #0D2021;
  font-weight: 500;
  border: none;
  position: relative;
  z-index: 2;
  padding: 12px 10px;
  transition: all 0.3s ease;
  font-size: 18px;
  white-space: nowrap;
}

/* Active tab styling */
.nav-pills .nav-link.active {
  color: #0D2021 !important;
  
  font-weight: 600;
}

/* Completed tabs (before active) */
.nav-pills .nav-link.completed {
  color: #3AEFA5 !important;
}

/* Disable tab cursor */
.nav-pills .nav-link[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.invalid-feedback {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 5px;
}


/* Fade-out animation */

.form-wizard-container .fade-out {
    opacity: 0;
    transition: opacity 0.6s ease;
}

/* Success checkmark animation */

.form-wizard-container .success-message-container {
    padding: 60px 20px;
}


.form-wizard-container .checkmark-circle {
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.form-wizard-container .checkmark-circle .background {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #28a745;
    position: absolute;
}

.form-wizard-container .checkmark {
    width: 50px;
    height: 25px;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 30px;
    left: 25px;
    opacity: 0;
    animation: draw-check 0.8s ease forwards 0.3s;
}

@keyframes draw-check {
    from { opacity: 0; transform: scale(0) rotate(-45deg); }
    to { opacity: 1; transform: scale(1) rotate(-45deg); }
}


.form-wizard-container #submitBtn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.form-wizard-container #submitBtn .btn-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-top-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.form-wizard-container #submitBtn {
	background: var(--primary-green);
}
.form-wizard-container .svg-container {
    width: 150px;
    height: 150px;
    display: inline-block;
    position: relative;
}

/* Only apply animations if supported */
@supports (animation: grow .5s cubic-bezier(.25, .25, .25, 1) forwards) {

    .ft-green-tick .circle {
        fill-opacity: 0;
        stroke: #219a00;
        stroke-width: 16px;
        transform-origin: 50% 50%;
        transform: scale(0);
        animation: grow 1s cubic-bezier(.25, .25, .25, 1.25) forwards;
    }

    .ft-green-tick .tick {
        stroke-opacity: 0;
        stroke-dasharray: 29px;
        stroke-dashoffset: 29px;
        animation: draw .5s cubic-bezier(.25, .25, .25, 1) forwards;
        animation-delay: .6s;
    }
}

@keyframes grow {
    60% {
        transform: scale(.8);
        stroke-width: 4px;
        fill-opacity: 0;
    }
    100% {
        transform: scale(.9);
        stroke-width: 8px;
        fill-opacity: 1;
        fill: #219a00;
    }
}

@keyframes draw {
    0%, 100% {
        stroke-opacity: 1;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.form-wizard-section .btn-success {
	border-radius: 100px;
    padding: 7px 30px;
	
}
.form-wizard-container .d-none {
  display: none !important;
}
