.hover-btn1 {
    font-weight: bold !important;
}
.hover-btn1:hover {
    background: linear-gradient(to right, #E40078, #4D00FF);
    color: #FFFFFF !important;
}
.hover-btn1:hover svg circle {
    fill: white;
}
.hover-btn1:hover svg path {
    stroke: #7b00ff;
}
.hover-btn:hover {
    background: linear-gradient(to right, #E40078, #4D00FF);
    border: none !important;
}
.herosection {
    padding-top: 130px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    background-image: url('../images/dms-img/hero-section-bg.png');
     background-size: cover;
    background-position:top;
    background-repeat: no-repeat;
}
.herosection .row {
    min-height: 50vh;
    align-items: center;
}

/* LEFT COLUMN */
.hero-left {
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Heading */
.hero-heading {
    width: 624px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    color: #1F0067;
    margin-bottom: 10px;
    font-family: 'Oswald', Sans-Serif;
    margin-top: 0px;
}


/* Subtext */
.hero-subtext {
    max-width: 620px;
    font-size: 16px;
    color: #2B2B2B;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: 'DM Sans', Sans-Serif;
    max-width:600px;
}

/* Button desktop */
.hero-btn-desktop {
    width: 188px;
    height: 32px;
    display: block;
    object-fit: contain;
    object-position: left top;
    margin-top: 20px;
    cursor: pointer;
}
.hero-btn-desktop:hover {
    content: url('images/Component 11 – 27.svg');
}

/* Button mobile — hidden on desktop */
.hero-btn-mobile {
    background: linear-gradient(to right, #ff0080, #7b00ff);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 8px 28px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: none;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.hero-btn-mobile span {
    background: white;
    color: #7b00ff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.hero-btn-mobile:hover {
    background: #ffffff;
    color: black;
    border: 1px solid #7b00ff;
    transform: scale(1.05);
    transition: all 0.3s ease;
}
.hero-btn-mobile:hover span {
    background: linear-gradient(to right, #ff0080, #7b00ff);
    color: white;
    transition: all 0.3s ease;
}
/* RIGHT COLUMN */
.hero-right {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* changed from center */
}
.hero-right picture {
    display: flex;
    float: left; /* changed from right to left */
}
.hero-right-img {
    max-width: 100%;
    height: 404px;
    float: left;
}
/* ══════════════════════════════════════════════════
   DEMO BUTTON
══════════════════════════════════════════════════ */
.demo-btn {
    margin-top: 50px;
    border: none;
    border-radius: 50px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    white-space: nowrap;
    width: 200px;
    height: 40px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    outline: none;
    background: transparent;
    color: white;
    transition: color 0.3s ease;
}
.demo-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50px;
    background: linear-gradient(to right, #ff0080, #7b00ff);
    transition: opacity 0.3s ease;
    z-index: 0;
}
.demo-btn:hover::after {
    opacity: 0;
}
.demo-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50px;
    background: #ffffff;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}
.demo-btn:hover::before {
    opacity: 1;
}
.demo-btn .demo-default-text,
.demo-btn .demo-hover-text,
.demo-btn-icon {
    position: relative;
    z-index: 1;
}
.demo-btn .demo-btn-label {
    position: relative;
    flex: 1;
    height: 1.2em;
    overflow: hidden;
}
.demo-btn .demo-default-text,
.demo-btn .demo-hover-text {
    position: absolute;
    left: 0;
    top: -3px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.demo-btn .demo-default-text {
    transform: translateY(0);
    opacity: 1;
}
.demo-btn .demo-hover-text {
    transform: translateY(100%);
    opacity: 0;
}
.demo-btn:hover .demo-default-text {
    transform: translateY(-100%);
    opacity: 0;
}
.demo-btn:hover .demo-hover-text {
    transform: translateY(0);
    opacity: 1;
}
.demo-btn:hover {
    color: black;
}
.demo-btn-icon {
    background: white;
    color: #7b00ff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.demo-btn:hover .demo-btn-icon {
    background: linear-gradient(to right, #ff0080, #7b00ff);
    color: white;
    transform: translateX(-10px);
}

/* ══════════════════════════════════════════════════
   RIGHT COLUMN — FORM
══════════════════════════════════════════════════ */
.hero-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 40px;
  padding-left: 20px;
}

/* ── FORM CARD ── */
.form-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 3px 6px #00000029;
  padding: 20px 36px 30px 36px;
  width: 100%;
  max-width: 432px;
}

.form-card h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #000;
  text-align: center;
  margin-bottom: 5px;
}

/* ── FORM INPUTS ── */
.form-card .form-control {
  border-radius: 8px;
  border: 1px solid #dee2e6;
  background:#f2f2f2;
  font-size: 13px;
  color: #444;
  padding: 10px 32px 10px 15px; /* right padding for star space */
  height: 30px;
  font-family: 'DM Sans', sans-serif;
}
.form-card .form-control:focus {
  border: 1px solid #6C3AEF;
  background: #f2f2f2;
  box-shadow: none;
  outline: none;
}
.form-card textarea.form-control {
  height: 40px;
  padding: 5px 15px;        /* proper padding, no star needed */
  background: #f2f2f2;       /* make sure matches other inputs */
  border: 1px solid #dee2e6; /* ensure border matches */
}

.form-card textarea.form-control:hover {
  border-color: #2563EB;     /* hover border like other inputs */
  background: #f2f2f2;
}

.form-card textarea.form-control:focus {
  border-color: #6C3AEF;
  box-shadow: 0 0 0 2px rgba(108, 58, 239, 0.12);
  background: #f2f2f2;
  outline: none;
}
/* ── REQUIRED STAR ── */
.input-wrapper {
  position: relative;
}

.required-star {
  position: absolute;
  left:120px;
  top: 50%;
  transform: translateY(-50%);
  color: red !important;   /* Force red — overrides any inherited color */
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  z-index: 2;
}
.required-star-1 {
  position: absolute;
  left:170px;
  top: 50%;
  transform: translateY(-50%);
  color: red !important;   /* Force red — overrides any inherited color */
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  z-index: 2;
}
.required-star-2 {
  position: absolute;
  left:105px;
  top: 50%;
  transform: translateY(-50%);
  color: red !important;   /* Force red — overrides any inherited color */
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  z-index: 2;
}
.required-star-3 {
  position: absolute;
  left:110px;
  top: 50%;
  transform: translateY(-50%);
  color: red !important;   /* Force red — overrides any inherited color */
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  z-index: 2;
}
.required-star-4 {
  position: absolute;
  left:110px;
  top: 50%;
  transform: translateY(-50%);
  color: red !important;   /* Force red — overrides any inherited color */
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  z-index: 2;
}
.required-star-5 {
  position: absolute;
  left:115px;
  top: 50%;
  transform: translateY(-50%);
  color: red !important;   /* Force red — overrides any inherited color */
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  z-index: 2;
}

/* Phone input wrapper — star vertically centered in phone field */
.phone-input-wrapper {
  flex: 1;
}
.phone-input-wrapper .required-star {
  top: 50%;
  transform: translateY(-50%);
}

/* ── PHONE ROW ── */
.phone-number-container {
  display: flex;
  gap: 8px;
  align-items: center;
}

#country-code {
  padding: 5px 12px;
  border-radius: 8px;
  background-color: #f2f2f2;
  border: 1px solid #dee2e6;
  outline: none;
  width: 40%;
  font-size: 14px;
  height: 30px;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  color: #444 !important;
}

/* ── COUNTRY DROPDOWN ── */
#country-dropdown {
  position: absolute;
  top: 48px;
  left: 0;
  width: 44%;
  max-height: 200px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: none;
  z-index: 1000;
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
}

#country-search {
  width: 95%;
  font-size: 12px;
  margin: 5px auto;
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-family: 'DM Sans', sans-serif;
}

#country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #222;
  font-size: 12px;
  font-family: 'DM Sans', sans-serif;
}
#country-list li {
  padding: 6px 12px;
  cursor: pointer;
  transition: background 0.15s;
}
#country-list li:hover {
  background: #f0ecff;
  color: #6C3AEF;
}

/* ── SUBMIT BUTTON ── */
.btn-submit {
  background: #2563EB !important;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  font-size: 14px !important;
  font-weight: 600;
  height: 35px;
  font-family: 'DM Sans', sans-serif !important;
  letter-spacing: 0.3px;
  transition: background 0.2s;
  cursor: pointer;
}
.btn-submit:hover {
  background: #1741b0;
  color: #fff;
}

/* ── DISCLAIMER ── */
.form-disclaimer {
  font-size: 10px;
  color: #000000;
  margin-top: 10px;
  font-family: 'DM Sans', sans-serif;
  line-height: 1.5;
}
.form-disclaimer a {
  font-size: 10px;
  color: #2563EB;
  text-decoration: underline;
}


/* ── MARQUEE TITLE ── */
.marquee-title {
  font-size: 25px;
  font-weight: 700;
  color: #162456;
  text-align: center;
  margin-bottom: 0px;
  font-family: 'Oswald', Sans-Serif;
  padding-top: 10px;
}
.logo-marquee-section {
    overflow: hidden;
}

.marquee {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.track {
    display: inline-flex;
    animation: scroll-left 30s linear infinite;
}

.marquee-right .track {
    animation: scroll-right 30s linear infinite;
}

.track img {
    height: 90px;
    margin: 5px 20px;
    transition: opacity 0.3s ease;
}

.track img:hover {
    opacity: 1;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* ══════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════ */
@media (max-width: 991px) {
  .hero-left {
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
    text-align: center;
  }
  .hero-heading,
  .hero-subtext {
    width: 100%;
    max-width: 100%;
  }
  .demo-btn {
    display: none !important;
  }
  .hero-btn-mobile {
    display: inline-flex !important;
  }
  .hero-right {
    padding: 20px;
    justify-content: center;
  }
  .herosection {
    padding-top: 80px;
  }
  .form-card {
    padding: 28px 20px 20px 20px;
  }
}

@media (max-width: 640px) {
  .hero-heading {
    font-size: 28px;
    margin-top:50px;
    margin-bottom: 20px;
  }
  .hero-section{
      padding-bottom: 10px;
  }
  .hero-subtext-1 {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .marquee-title{
      font-size: 28px;
      padding-top:10px;
  }
   .marquee .track img {
    height: 50px;
    margin: 5px 0px;
  }
}



/* ===============================================
   TRANSFORM DOCUMENTS SECTION
================================================ */

.transform-section {
  background: #fff;
  padding-top: 0px !important;
  padding-bottom: 40px !important;
}

/* ---- LEFT SIDE ---- */
.transform-heading {
  font-size: 36px;
  font-weight: 800;
  color: #080808;
  font-family: 'Oswald', Sans-Serif;
}

.transform-desc {
  font-size: 20px;
  color:#2B2B2B;
  font-family: 'Dm sans', Sans-Serif;
  max-width: 560px;
}

/* ---- RIGHT SIDE — FAQ ---- */
.faq-list {
  width: 100%;
  margin-top:-20px;
}

.faq-divider {
  border: none;
  border-top: 2px solid #C6C6C6;
  margin: 0;
}

.faq-item {
  padding: 20px 0;
}

/* FAQ Button row */
.faq-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  gap: 12px;
}

.faq-title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  font-family: 'Dm sans', Sans-Serif;
  flex: 1;

}

/* Icon wrapper — purple circle for open, light grey circle for closed */
.faq-icon {
  display: none;          /* hidden by default, shown via .active */
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
}



.faq-icon.closed img {
  filter: none;
}

/* Show correct icon per state */
.faq-item.active .faq-icon.open   { display: inline-flex; }
.faq-item.active .faq-icon.closed { display: none; }
.faq-item:not(.active) .faq-icon.open   { display: none; }
.faq-item:not(.active) .faq-icon.closed { display: inline-flex; }

/* FAQ Body */
.faq-body {
  display: none;
  padding-top: 10px;
  padding-right: 48px;   /* keep text away from icon */
}

.faq-body p {
  font-size: 16px;
  font-family: 'Dm sans', Sans-Serif;
  color: #000000;
  margin: 0;
}

.faq-item.active .faq-body {
  display: block;
}
/* ══════════════════════════════════════════════════
   DEMO BUTTON
══════════════════════════════════════════════════ */
.demo-btn-1 {
    margin-top: 20px;
    border:none;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    white-space: nowrap;
    width: 200px;
    height: 40px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    outline: none;
    background: transparent;
    color: white;
    transition: color 0.3s ease;
}
.demo-btn-1::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50px;
    background: linear-gradient(to right, #ff0080, #7b00ff);
    transition: opacity 0.3s ease;
    z-index: 0;
}
.demo-btn-1:hover::after {
    opacity: 0;
}
.demo-btn-1::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50px;
    background: #ffffff;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}
.demo-btn-1:hover::before {
    opacity: 1;
}
.demo-btn-1 .demo-default-text-1,
.demo-btn-1 .demo-hover-text-1,
.demo-btn-icon-1 {
    position: relative;
    z-index: 1;
}
.demo-btn-1 .demo-btn-label-1 {
    position: relative;
    flex: 1;
    height: 1.2em;
    overflow: hidden;
}
.demo-btn-1 .demo-default-text-1,
.demo-btn-1 .demo-hover-text-1 {
    position: absolute;
    left: 0;
    top: -3px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.demo-btn-1 .demo-default-text-1 {
    transform: translateY(0);
    opacity: 1;
}
.demo-btn-1 .demo-hover-text-1 {
    transform: translateY(100%);
    opacity: 0;
}
.demo-btn-1:hover .demo-default-text-1 {
    transform: translateY(-100%);
    opacity: 0;
}
.demo-btn-1:hover .demo-hover-text-1 {
    transform: translateY(0);
    opacity: 1;
}
.demo-btn-1:hover {
    color: black;
}
.demo-btn-icon-1 {
    background: white;
    color: #7b00ff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.demo-btn-1:hover .demo-btn-icon-1 {
    background: linear-gradient(to right, #ff0080, #7b00ff);
    color: white;
    transform: translateX(-10px);
}
/* Button mobile — hidden on desktop */
.hero-btn-mobile-1 {
    background: linear-gradient(to right, #ff0080, #7b00ff);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 8px 28px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: none;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.hero-btn-mobile-1 span {
    background: white;
    color: #7b00ff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.hero-btn-mobile-1:hover {
    background: #ffffff;
    color: black;
    border: 1px solid #7b00ff;
    transform: scale(1.05);
    transition: all 0.3s ease;
}
.hero-btn-mobile-1:hover span {
    background: linear-gradient(to right, #ff0080, #7b00ff);
    color: white;
    transition: all 0.3s ease;
}

@media (max-width: 640px) {
  .transform-section {
    padding-top: 10px !important;
    padding-bottom: 48px !important;
  }

  .transform-heading {
    font-size: 28px;
    text-align: center;
    margin-top:-40px;
  }
  .transform-desc{
      font-size: 14px;
      text-align: center;
      margin-bottom: -20px;
  }

  .faq-title {
    font-size: 16px;
  }

  .faq-body {
    padding-right: 0;
  }
  .faq-body p{
      font-size: 14px;
  }
  .faq-list{
      margin-left:10px;
  }
}


/* ── SECTION ── */
.clm-audit-section {
  padding: 30px 0 30px;
   background: linear-gradient(113deg, #F6F2FF, #FFFFFF, #FFFFFF, #FDFDFD, #F0EAFF);
}

/* ── TITLE ── */
.clm-audit-title {
  font-size: 36px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  color: #080808;
  margin-bottom: 10px;
}
.clm-audit-desc{
     font-size: 20px;
  font-weight: 400;
  font-family: 'Dm sans', sans-serif;
  color: #2B2B2B;
  margin-bottom: -20px;
}
.section-divider{
    width:90%;
    border-top:1px solid #6C3AEF;
}
/* ── GRADIENT WRAPPER ── */
.clm-audit-wrapper{
  border-radius: 24px;
  padding: 74px;
  padding-top: 10px;
}

/* ── CARD BASE ── */
.clm-audit-card {
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top:10px;
}

/* ── 4 EQUAL LEFT CARDS ── */
.clm-audit-card-equal {
  height: 250px;
}

/* ── TALL COL ── */
.clm-tall-col {
  display: flex;
  flex-direction: column;
}

/* ── TALL CARD — total height = top card + gap + bottom card ── */
/* TALL CARD */
.clm-audit-card-tall {
  height: calc(260px + 12px + 260px);
  padding: 0; /* REMOVE padding */
  display: flex;
  flex-direction: column;
  overflow: hidden; /* IMPORTANT */
  border-radius: 16px;
}


/* IMAGE WRAPPER */
.clm-tall-img-wrap {
  width: 100%;
  height: 250px;
  margin: 0; /* REMOVE margin */
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 30px;
}


/* IMAGE */
.clm-audit-tall-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* TEXT WRAP */
.clm-tall-text-wrap {
  padding: 16px; /* move padding here instead */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

.clm-audit-wrapper .row.g-4 {
  --bs-gutter-y: -250px; /* reduce from 12px — less space between top and bottom card rows */
  --bs-gutter-x: 32px;
}

/* ── ICONS ── */
.clm-audit-icon-small {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.clm-audit-icon-medium {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* ── CARD TEXT ── */
.clm-audit-card-text {
  font-size: 16px;
  color: #000000;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0px;
  line-height: 1.5;
}
/* ── CARD TEXT ── */
.clm-audit-card-text-title {
  font-size: 18px;
  color: #000000;
  font-family: 'DM Sans', sans-serif;
  font-weight:bold;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1.5;
}
.clm-audit-card-text-title-2 {
  font-size: 18px;
  color: #000000;
  font-family: 'DM Sans', sans-serif;
  font-weight:bold;
  margin-bottom: 0;
  margin-top: 20px;
  line-height: 1.5;
}

/* ── TALL CARD TEXT ── */
.clm-audit-tall-text-title {
  font-size: 18px;
  color: #000000;
  font-family: 'DM Sans', sans-serif;
  font-weight:bold;
  margin: 0;
  line-height: 1.6;
  margin-top:-5px;
}

/* ── HIGHLIGHT ── */
.clm-audit-highlight {
  color: #2a8a6a;
  display: block;
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
}

/* ── MOBILE CARD ── */
.clm-audit-card-mbl {
  min-height: 130px;
}
/* ═════════════════════════════════════
   MOBILE VIEW
═════════════════════════════════════ */
@media (max-width: 640px) {

  /* SECTION */
  .clm-audit-section {
    padding: 40px 0 50px;
  }
 /* TITLE */
  .clm-audit-title {
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
  }

  .clm-audit-desc {
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
    margin-bottom: -40px;
  }

  .section-divider {
    width: 100%;
    margin-top:5px !important;
    margin-bottom:5px !important;
  }
.section-divider-1 {
    width: 100%;
    margin-top:5px !important;
    margin-bottom:5px !important;
  }
  /* WRAPPER */
  .clm-audit-wrapper {
    padding: 20px 15px;
  }

  /* ROW GAP */
  .clm-audit-wrapper .row.g-4 {
    --bs-gutter-y: 20px;
    --bs-gutter-x: 0px;
  }

  /* ALL CARDS */
  .clm-audit-card {
    padding: 20px;
    border-radius: 14px;
  }

  /* EQUAL CARDS */
  .clm-audit-card-equal {
    height: auto;
    min-height: auto;
  }

  /* TALL COLUMN */
  .clm-tall-col {
    margin-top: 0;
  }

  /* TALL CARD */
  .clm-audit-card-tall {
    height: auto;
    border-radius: 14px;
  }
.clm-audit-card-tall {
  height: calc(260px + 12px + 260px);
  padding: 0; /* REMOVE padding */
  display: flex;
  flex-direction: column;
  overflow: hidden; /* IMPORTANT */
  border-radius: 16px;
}
  /* IMAGE WRAPPER */
.clm-tall-img-wrap {
  width: 100%;
  height: 250px;
  margin: 0; /* REMOVE margin */
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 20px;
}


/* IMAGE */
.clm-audit-tall-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


  /* TEXT WRAP */
  .clm-tall-text-wrap {
    padding: 20px;
    padding-top:10px;
  }

  /* CARD TITLE */
  .clm-audit-card-text-title {
    font-size: 17px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .clm-audit-card-text-title-2 {
    font-size: 17px;
    line-height: 1.5;
    margin-top: 5px;
  }
   .clm-audit-tall-text-title{
        font-size: 17px;
    line-height: 1.5;
    margin-top: 0px;
   }

  /* CARD TEXT */
  .clm-audit-card-text {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 0px;
  }

  /* ICONS */
  .clm-audit-icon-small,
  .clm-audit-icon-medium {
    width: 18px;
    height: 18px;
  }

}

/* ===============================================
   ENABLE FASTER DECISIONS — DEPARTMENTS SECTION
================================================ */

.departments-section {
  background: #fff;
  padding: 40px 0 40px;
}

/* ---- HEADING ---- */
.dept-heading {
  font-size:36px;
  font-weight: 800;
  color: #080808;
  font-family: 'Oswald', Sans-Serif;
  letter-spacing: -0.4px;
  margin-bottom: 52px;
}

/* ---- CARD COLUMN ---- */
.dept-col {
  padding: 28px 40px 28px 0;
}

.dept-col:last-child {
  padding-right: 0;
}

.dept-card {
  /* no extra wrapper styles needed */
}

/* ---- HEADER: icon + title side by side ---- */
.dept-header {
  display: flex;
  align-items: flex-start;   /* align icon top with title top */
  gap: 12px;
  margin-bottom: 0px;
}

/* ---- ICON ---- */
.dept-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5px;           /* slight nudge to align with title text baseline */
}

.dept-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
 
}

/* ---- TITLE + UNDERLINE WRAPPER ---- */
.dept-title-wrap {
  flex: 1;
}

.dept-title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  font-family: 'Dm sans', Sans-Serif;
  margin-bottom: -5px;
}

/* Purple underline — sits below title text, spans title width */
.dept-underline {
  border: none;
  border-top: 1.5px solid #6C3AEF !important;
  width: 60%;
  margin: 20px 0;
  opacity: 0.5;
}

/* ---- DESCRIPTION ---- */
.dept-desc {
  font-size: 16px;
  color: #000000;
  font-family: 'Dm sans', Sans-Serif;
  margin: 0;
  padding-left: 44px;   /* indent to align with title text (icon 32px + gap 12px) */
  margin-top:-5px;
}
/* ═════════════════════════════════════
   MOBILE VIEW
═════════════════════════════════════ */
@media (max-width: 640px) {

  .departments-section {
    padding: 50px 0;
  }

  /* HEADING */
  .dept-heading {
    font-size: 28px;
    text-align: center;
    margin-bottom: 35px;
  }

  /* COLUMN */
  .dept-col {
    padding: 0 15px 30px;
  }

  .dept-col:last-child {
    padding-right: 15px;
  }

  /* CARD */
  .dept-card {
    padding: 0;
  }

  /* HEADER */
  .dept-header {
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 0px;
  }

  /* ICON */
  .dept-icon {
    width: 28px;
    height: 28px;
    margin-top: 0;
  }

  .dept-icon img {
    width: 18px;
    height: 18px;
  }

  /* TITLE */
  .dept-title {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: -5px;
  }

  /* UNDERLINE */
  .dept-underline {
    width: 80%;
  }

  /* DESCRIPTION */
  .dept-desc {
    font-size: 15px;
    line-height: 1.7;
    padding-left: 38px;
    margin-top: -5px;
  }

}

/* ══════════════════════════════════════════════════
   STICKY BLOCKS SECTION — FULL CSS
══════════════════════════════════════════════════ */

.-bg-dradian-black {
  background: linear-gradient(319deg, #3c3c3c 0%, #0f0f0f 100%) !important;
}

.bg-our-product {
  background-color: #C4C4C414;
}

.text-gradient-pink-purple {
  background: linear-gradient(to right, #E40078, #4D00FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* ── GRID LAYOUT ── */
.sticky-blocks-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: visible;
  margin-bottom: -40px;
}

#left-container,
#right-container {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

/* ── LEFT STICKY IMAGE ── */
.sticky-blocks-text-container {
  padding-right: 50px;
  position: relative;
  top: 0;
}

.sticky-blocks-img {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 80vh;
  display: flex;
  position: sticky;
  top: 0;
  float: right;
}

.sticky-blocks-img .mac-img {
  width: 100%;
  max-width: 433px;
  height: 393px;
}

/* ── RIGHT CONTENT ── */
.sticky-blocks-content {
  z-index: 2;
  grid-column-gap: 175px;
  grid-row-gap: 100px;
  flex-flow: column;
  margin-top: 12vh;
  margin-bottom: 10vh;
  display: flex;
  position: relative;
}

/* ── ANIMATION STATES ── */
.sticky-blocks-content div {
  will-change: transform, opacity;
  transform: translate3d(0px, 0px, 0px) scale3d(0.8, 0.8, 1);
  transform-style: preserve-3d;
  opacity: 0.3;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.sticky-blocks-content div.visible {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible;
}

/* ── DESKTOP CARDS — BORDER ── */
.sticky-blocks-content div.pvisible {
  box-shadow: 0px 3px 6px #00000029;
border: 1px solid #E6E6E6;
border-radius: 23px;
  padding: 24px 28px 16px 40px;
  background: #fff;
  max-width: 500px;
  padding-bottom: 24px !important;
}

/* ── SECTION DIVIDER ── */
.section-divider {
  border: none;
  border-top: 1.5px solid #6C3AEF !important;
  width: 90%;
  margin: 20px 0;
  opacity: 0.5;
}
.section-divider-1 {
  border: none;
  border-top: 1.5px solid #6C3AEF !important;
  width: 90%;
  margin: 5px 0;
  opacity: 0.5;
  margin-bottom: 20px;
}
/* ── TYPOGRAPHY ── */
.text-navy-blue {
  color: #23305F;
  font-size: 18px;
  font-family: 'DM Sans', Sans-Serif;
  max-width: 300px !important;
}

.esign-sub {
  font-size: 18px;
  color: #212121;
  font-family: 'DM Sans', Sans-Serif;
  max-width:380px;
}

.esign-title {
  font-family: 'Oswald', Sans-Serif;
  color: #000;
}
.sticky-title{
    color:#080808;
    font-size:36px;
    font-family: 'Oswald';
    text-align: center;
    font-weight: bold;
}

.fs-18px {
  font-size: 18px !important;
}

.fs-20px {
  font-size: 20px !important;
  color:#162456;
  font-family: 'Dm sans', Sans-Serif;
  padding-top: 10px;
  padding-bottom: 10px;
}

.fs-22px {
  font-size: 21px !important;
}

.feature-block p {
  margin-bottom: 0;
}

/* ══════════════════════════════════════════════════
   MOBILE SECTION
══════════════════════════════════════════════════ */

/* ── MOBILE CARDS — BORDER ── */
.left-side-block .pvisible {
  border: 1px solid #E6E6E6;
  border-radius: 16px;
  padding: 20px 20px 12px 20px;
  background: #fff;
  margin-bottom: 16px;
}

/* ── MOBILE HIDDEN CARDS (show more) ── */
.mobile-hidden-card {
  display: none;
}

.mobile-hidden-card.show {
  display: block;
}

/* ── VIEW MORE BUTTON ── */
#mobileViewMoreBtn {
  border: none;
  background: none;
  color: #23305F;
  font-size: 16px;
  font-family: 'DM Sans', Sans-Serif;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

/* ══════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════ */

@media (min-width: 992px) {
  .sticky-blocks-grid {
    position: relative;
    bottom: 40px;
  }

  .Actually {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .sticky-blocks-content {
    margin-top: 6vh;
    margin-bottom: 6vh;
  }

  .sticky-blocks-text-container {
    padding-right: 20px;
  }
}

@media (max-width: 640px) {
  .left-side-block {
    padding: 0 1px;
  }

  .left-side-block .pvisible {
    padding: 16px 16px 10px 16px;
    border-radius: 12px;
  }
.sticky-blocks-content div.pvisible {
    width:100%;
}
  .text-navy-blue {
    font-size: 16px;
    max-width: 100% !important;
  }
.sticky-blocks-grid{
    margin-bottom: 0px;
}
  .fs-18px {
    font-size: 16px !important;
  }
  .sticky-title{
      font-size:28px;
      margin-top: -60px;
    margin-bottom: 20px;
  }
}


/* ══════════════════════════════════════════════════
   FEATURES SECTION
══════════════════════════════════════════════════ */
.features-section {
  padding: 60px 0;
  background: #F4F4F5;
}
.features-section-title{
    font-size: 36px;
    font-family: 'Oswald', Sans-Serif;
    font-weight: bold;
    color:#080808;
    text-align: center;
    margin-bottom: 60px;
}


/* ── LEFT IMAGE ── */
.features-img-col {
  display: flex;
  align-items: stretch;
}

.features-img-wrapper {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  min-height: 419px;
}

.features-img {
  object-fit: cover;
  object-position: center;
  display: block;
  float: right;
  border-radius: 20px;
}

/* ── FEATURE CARD ── */
.feature-card {
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
border-radius: 12px;
 
  border-radius: 16px;
  padding: 24px 22px 30px 22px;
  padding-right:10px;
  height: 100%;
  position: relative;
  transition: box-shadow 0.2s ease;
}

.feature-card:hover {
  box-shadow: 0 6px 24px rgba(108, 58, 239, 0.10);
}

/* ── ICON — top right ── */
.feature-icon {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon img {
  width: 14px;
  height: 13px;
  object-fit: contain;
  /* Tint icon purple — works for SVG/PNG with transparency */
  filter: invert(30%) sepia(80%) saturate(500%) hue-rotate(230deg) brightness(90%);
}

/* ── TITLE ── */
.feature-title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color:#000000;
  margin-top:15px !important;
  margin-bottom: 10px;
  margin-top: 8px;
 
  line-height: 1.4;
}

/* ── DIVIDER ── */
.feature-divider {
  border: none;
  border-top: 2px solid #00000029;
  margin: 0 0 14px 0;
  opacity: 1;
  width:90%;
}

/* ── DESCRIPTION ── */
.feature-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: #2B2B2B;
  font-weight: 400;
  margin-bottom: 0;
  max-width:300px;
}

/* ══════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════ */

/* Tablet */
@media (max-width: 991px) {
  .features-img-wrapper {
    min-height: 320px;
    max-height: 340px;
  }
  .features-section {
    padding: 40px 0;
  }
  
}

/* Mobile */
@media (max-width: 640px) {
  .features-img-wrapper {
    min-height: 260px;
    max-height: 280px;
    border-radius: 16px;
  }
  .features-img {
    border-radius: 16px;
  }
  .feature-card {
    padding: 20px 18px 22px 18px;
  }
  .feature-title {
    font-size: 15px;
  }
 
}

@media (max-width: 640px) {

  .features-section {
    padding: 20px 0;
  }
  .features-section-title{
      font-size: 28px;
      margin-bottom: 20px;
  }
 .end-to-end {
    font-size: 28px;
    margin-top:20px !important;
  }
  /* LEFT IMAGE */
  .features-img-col {
    margin-bottom: 25px;
  }

  .features-img-wrapper {
    min-height: 419px;
    border-radius: 16px;
  }

  .features-img {
    float: none;
    margin-left:20px;
    border-radius: 16px;
  }

  /* FEATURE CARD */
  .feature-card {
    padding: 20px 18px 25px 18px;
    border-radius: 14px;
    margin-bottom: 20px;
    height: auto;
  }

  /* ICON */
  .feature-icon {
    top: 12px;
    right: 14px;
    width: 24px;
    height: 24px;
  }

  .feature-icon img {
    width: 20px;
    height: 20px;
  }

  /* TITLE */
  .feature-title {
    font-size: 17px;
    line-height: 1.4;
    margin-top: 15px !important;
    margin-bottom: 10px;
    padding-right: 5px;
  }

  /* DIVIDER */
  .feature-divider {
    width: 100%;
    margin-bottom: 12px;
  }

  /* DESCRIPTION */
  .feature-desc {
    font-size: 15px;
    line-height: 1.7;
  }
  html, body{
      overflow-x: hidden;
  }

}

/* ===============================================
   HIGH-VOLUME HIGH-VELOCITY SECTION
================================================ */

.hvhv-section {
  background: #fff;
  padding: 72px 0 80px;
}

/* ---- HEADING ---- */
.hvhv-heading {
  font-size: 36px;
  font-weight: bold;
  color: #080808;
  font-family: 'Oswald', Sans-Serif;
  letter-spacing: -0.4px;
  line-height: 1.25;
  margin-bottom: 40px;
}

/* ---- CARD ---- */
.hvhv-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* ---- IMAGE AREA ---- */
.hvhv-img-wrap {
  width: 100%;
  aspect-ratio: 4 / 2.8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 16px;
  padding: 20px;
}


.hvhv-img {
  width: 100%;
  height: 100%;
  object-position: center;
  display: block;
  
  
}

/* ---- CARD BODY ---- */
.hvhv-body {
  padding: 2px 28px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* ---- TITLE ---- */
.hvhv-title {
  font-size: 22px;
  font-weight: 800;
  color: #000000;
  font-family: 'Dm sans', Sans-Serif;
  margin-bottom: 14px;
}

/* ---- DESCRIPTION ---- */
.hvhv-desc {
  font-size:16px;
  color:#1D1D1D;
  font-family: 'Dm sans', Sans-Serif;
  margin: 0;
  max-width: 320px;
}

/* ═════════════════════════════════════
   MOBILE VIEW
═════════════════════════════════════ */
@media (max-width: 640px) {

  /* SECTION */
  .hvhv-section {
    padding: 50px 0;
  }

  /* HEADING */
  .hvhv-heading {
    font-size: 28px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 0px;
  }

  /* CARD */
  .hvhv-card {
    border-radius: 16px;
  }

  /* IMAGE AREA */
  .hvhv-img-wrap {
    aspect-ratio: 4 / 3;
    padding: 15px;
    border-radius: 14px;
  }

  /* IMAGE */
  .hvhv-img {
    width: 100%;
    height: 100%;
  }

  /* BODY */
  .hvhv-body {
    padding: 5px 20px 24px;
  }

  /* TITLE */
  .hvhv-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  /* DESCRIPTION */
  .hvhv-desc {
    font-size: 15px;
  }

}

.about-section-1 {
  padding-top: 40px;
  padding-bottom: 80px;
  background: linear-gradient(112deg, #F6F2FF, #FDFDFD, #F0EAFF);
}

.about-img-wrapper-1 {
  border-radius: 16px;
  padding: 0;        /* removed padding */
  text-align: center;
}


.about-img-wrapper-1 img {
  max-width: 100%;
  min-height:400px;
}

.about-content-1 {
  padding-left: 30px;
  padding-top: 70px;   /* ensures top alignment */
}


.about-heading-1 {
  font-family: 'Oswald', Sans-Serif;
  font-size: 36px;
  font-weight: 700;
  color:#000000;
  margin-bottom: 24px;
  line-height: 1.3;
  max-width:500px;
  margin-top:20px;
}

.about-para-1 {
  font-size:20px;
  color:#080808;
  font-family: 'Dm sans', Sans-Serif;
  margin-bottom: 20px;
  max-width:590px;
}


/* Mobile */
@media (max-width: 640px) {
    .about-section-1 {
  padding-top: 0px;
  padding-bottom:50px;
}
  .about-img-wrapper-1 {
    margin-bottom: 30px;
  }

  .about-content-1 {
    padding-left: 0px;
  }

  .about-heading-1 {
    font-size: 22px;
  }

  .about-para-1 {
    font-size: 14px;
  }
  .about-img-wrapper-1 img {
  width: 100%;
  height:auto;
}
}



/* SECTION BACKGROUND */
.demo-section {
  background: url('../images/dms-img/dms-bg.webp') no-repeat center center;
  background-size: cover;
  padding: 120px 0;
  padding-bottom: 120px;
}

.wrapper {
  max-width: 1140px; /* similar to container */
  margin: 0 auto;
  padding: 0 15px;
}

.demo-title {
  font-size:42px;
  font-family: 'Oswald',Sans-Serif;
  color:#ffffff;
  font-weight: 700;
  margin-bottom:20px;
}

.demo-sub {
    font-size:20px;
  font-family: 'DM sans',Sans-Serif;
  color:#ffffff;
  font-weight: 400;
  margin-bottom:30px !important;
  max-width: 1200px;
  margin: 0 auto;
}
.demo-btn img {
  max-width: 180px;
}

/* ── TABLET (641px to 768px — iPad Portrait, won't affect mobile) ── */
@media (min-width:768px) and (max-width:1024px) {
 
    /* Section */
    .demo-section {
        padding: 30px 0;
    }
 
    /* Inner box */
    .demo-inside {
        padding: 50px 30px;
        border-radius: 16px;
    }
 
    /* Title */
    .demo-title {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .demo-title-1 {
        font-size: 28px;
    }
    .demo-sub{
        font-size: 16px;
    }
 
    /* Button */
    .demo-btn img {
        max-width: 150px;
    }
}
@media (max-width:640px){
    .demo-section {
  background: url('../images/dms-img/dms-bg.webp') no-repeat center center;
  background-size: cover;
  padding: 20px 0;
}
.demo-title{
     font-size:30px !important;
  font-family: 'Oswald',Sans-Serif;
  color:#ffffff;
  font-weight: 700 !important;
  padding:0px 20px;
  line-height: 40px;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 20px !important;
}

.demo-sub{
    font-size:16px !important;
    max-width:304px;
    margin:0 auto;
}
.demo-inside {
 padding: 30px 30px;
}
}


@media (min-width: 1200px) and (max-width: 1400px) {
 /* ── LEFT IMAGE ── */
.features-img-col {
    display: flex;
    align-items: stretch;
  }

  .features-img-wrapper {
    width: 90%;
    margin-left: auto;
    border-radius: 20px;
    overflow: hidden;
    max-height: 450px;
  }

  .features-img-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    min-height: 500px;
    max-height: 500px;
  }

.hero-right{
    padding-left:150px !important;
}

}
.cta {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 8px 14px;
            background: transparent;
            border-radius: 999px;
            border: 1px solid #000;
            color: #000;
            font-weight: 700;
            font-size: 16px;
            text-decoration: none;
        }

        /* Arrow */
        .cta::after {
            content: "";
            width: 16px;
            height: 16px;
            background: url("/images/partnership/arrow-icon.svg") no-repeat center;
            background-size: contain;
            transition: background 0.3s ease;
        }

        /* Hover effect */
        .cta:hover {
            background: linear-gradient(to right, #E40078, #4D00FF);
            color: #fff;
            border: unset;
        }

        /* Change arrow image on hover */
        .cta:hover::after {
            background: url("/images/partnership/arrow-hover.svg") no-repeat center;
            background-size: contain;
        }
