.hero-breadcrumb {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
}

.hero-breadcrumb a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.hero-breadcrumb span {
  margin: 0 4px;
}

.hero-breadcrumb .breadcrumb-static {
  color: #A9A8AE;
  cursor: default;
}

.hero-breadcrumb a {
  text-decoration: none;
}

.sub-para {
  font-size: 16px !important;
}

.compare-wrapper {
  position: relative;
  max-width: 1100px;
  /* 🔥 900 → 1100 */
  width: 100%;
  margin: 40px auto;
  border-radius: 16px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}


/* Labels */
.label {
  position: absolute;
  top: 16px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  z-index: 10;
}

.label.before {
  left: 16px;
  background: #1f1f1f;
  color: #fff;
}

.label.after {
  right: 16px;
  background: #6b5cff;
  color: #fff;
}

.img-comp-container {
  position: relative;
  height: 520px;
  /* 🔥 420 → 520 */
}

.img-comp-img {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.img-comp-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Overlay image (resized by JS) */
.img-comp-overlay {
  width: 50%;
}

/* Slider line */
.img-comp-slider {
  position: absolute;
  z-index: 9;
  top: 0;
  height: 100%;
  width: 2px;
  background: rgba(255, 255, 255, 0.4);
  cursor: ew-resize;
}

/* Slider handle */
.img-comp-slider::before {
  content: "❚❚";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  .compare-wrapper {
    max-width: 1100px;
    /* same as desktop */
  }

  .img-comp-container {
    height: 300px;
    /* same height as desktop */
  }
}



/* ===============================
   ROTO COMPARISON SECTION
================================ */
.roto-comparison-section {
  padding: 90px 0;
}

/* container-main controls width */
.roto-comparison-section .container-main {
  display: flex;
  gap: 40px;

}

/* Cards */
.roto-card {
  flex: 1;
  padding: 40px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.roto-description ul {
  margin: 0px 0px;
  padding: 0px 25px;
  line-height: 44px;

}

/* Traditional */
.roto-card-traditional {
  background: rgba(10, 10, 15, 0.5);
  border: 1px solid rgba(43, 43, 47, 0.5);
}

/* AI */
.roto-card-ai {
  background: linear-gradient(117.44deg, rgba(101, 101, 236, .2), rgba(10, 10, 15, .2));
  border: 1px solid rgba(101, 101, 236, .5);
}

/* Decorative icon */
.roto-bg-icon-decoration {
  position: absolute;
  width: 270px;
  height: 270px;
  right: -95px;
  top: 40px;
  opacity: .05;
}

/* Icons */
.roto-icon-container {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.roto-icon-container-traditional {
  background: rgba(252, 252, 255, .05);
}

.roto-icon-container-ai {
  background: linear-gradient(117.44deg, rgba(101, 101, 236, .5), rgba(10, 10, 15, .5));
}

.roto-icon-svg {
  width: 46px;
  height: 46px;
}

/* Content */
.roto-content-frame {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.roto-caption {
  font-size: 14px;
  color: #BBBBBB;
  opacity: 0.8;

}

.roto-caption-ai {
  color: #6565EC;
  font-weight: 600;

}

.roto-title {
  font-size: 34px;
  font-weight: 500;
  color: #BBBBBB;
  margin: 0px;
}

.roto-title-ai {
  background: linear-gradient(180deg, #FCFCFF, rgba(252, 252, 255, .6));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.roto-description {
  font-size: 20px;
  color: #BBBBBB;
  opacity: 0.8;
}

.roto-description-ai {
  opacity: 1;
}

/* Responsive */
@media (max-width: 1200px) {
  .roto-comparison-section {
    padding: 20px 0;
  }

  .roto-comparison-section .container-main {
    flex-direction: column;
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .roto-comparison-section {
    padding: 0px 0;
  }

  .roto-card {
    padding: 20px;
  }

  .roto-title {

    font-size: 28px;
  }

  .roto-description {

    font-size: 16px;
  }

  .roto-card-traditional {
    border: 1px solid #a09d9d57;
  }

  .roto-comparison-section {
    margin-bottom: 100px;

  }

  .main-heading {

    font-size: 40px !important;

  }
}



/* reels section starts*/
.reels-section {
  padding: 80px 0;
}

.reels-frame-1973341137 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.reels-frame-1973341076-top {
  text-align: center;
  max-width: 1128px;
}

.reels-caption-group {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}

.reels-vector-icon {
  width: 14px;
  height: 14px;
  background: #6565EC;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(101, 101, 236, 0.5);
}

.reels-small-caption {
  font-size: 14px;
  opacity: 0.7;
}

.reels-title {
  font-size: 56px;
  font-weight: 700;
  background: linear-gradient(180deg, #FCFCFF 0%, rgba(252, 252, 255, 0.6) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

.reels-tabs-container {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.reels-tab-button {
  padding: 10px 16px;
  height: 46px;
  border-radius: 8px;
  background: rgba(252, 252, 255, 0.04);
  border: 1px solid rgba(240, 237, 254, 0.05);
  cursor: pointer;
}

.reels-tab-button.reels-active {
  background: rgba(252, 252, 255, 0.08);
  border-color: rgba(240, 237, 254, 0.15);
}

.reels-button-text {
  font-size: 16px;
  font-weight: 600;
  color: #A9A8AE;
}

.reels-tab-button.reels-active .reels-button-text,
.reels-tab-button:hover .reels-button-text {
  color: #FCFCFF;
}



.reels-roto-reel-image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
}

.reels-roto-reel-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reels-frame-1973341151 {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: flex;
  gap: 6px;
  padding: 4px 16px;
  background: rgba(10, 10, 15, 0.85);
  border-radius: 100px;
  border: 1px solid #2B2B2F;
  font-size: 14px;
  color: #BBBBBB;
}

.reels-processing-time-value {
  color: #6565EC;
  font-weight: 600;
}

@media(max-width:1160px) {
  .reels-title {
    font-size: 40px;
  }

  .reels-reel-display-container {
    height: 400px;
  }
}

/* reels section ends*/





/* The Process Section Starts*/

:root {
  --bg-color: #000000;
  --card-bg: #131318;
  --icon-bg: #1E1E23;
  --text-primary: #FCFCFF;
  --text-secondary: #BBBBBB;
  --text-muted: #A9A8AE;
  --accent-purple: #F0EDFE;
  --timeline-color: #1F1F24;
  --border-color: rgba(255, 255, 255, 0.05);
}

.feature-page .dot-icon {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-page .dot-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Section Layout */
.feature-page .process-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  margin-top: 90px;
  margin-bottom: 50px;
  margin: 0 auto;
  position: relative;
  isolation: isolate;
}

/* Background Glow */
.feature-page .glow-ellipse {
  position: absolute;
  width: 450px;
  height: 450px;
  left: 50%;
  top: 258px;
  transform: translateX(-50%);
  background: rgba(252, 252, 255, 0.05);
  filter: blur(150px);
  z-index: -1;
  pointer-events: none;
}

/* Header Styling */
.feature-page .header-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  max-width: 1128px;
}

.feature-page .label-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.feature-page .dot-inner {
  width: 100%;
  height: 100%;
  background: #6366f1;
  border-radius: 50%;
}

.label-text {
  font-size: 14px;
  line-height: 22px;
  color: var(--accent-purple);
  opacity: 0.7;
}

.main-heading {
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  background: linear-gradient(180deg,
      #FCFCFF 0%,
      rgba(252, 252, 255, 0.6) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0px;
}

/* Timeline Styling */
.timeline-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.vertical-line {
  position: absolute;
  width: 2px;
  height: calc(100% - 80px);
  left: 34px;
  top: 32px;
  background: linear-gradient(180deg, #36363b 50%, rgba(31, 31, 36, 0) 100%);
  z-index: 0;
}



/* Step Card Styling */
.feature-page .step-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  width: 100%;
  z-index: 1;
}

@media (max-width: 768px) {
  .feature-page .step-row {

    align-items: flex-start;
  }

  .step-title {
    font-size: 20px !important;
    font-weight: 500 !important;

  }

}

.step-icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background: var(--icon-bg);
  border-radius: 10px;
  flex-shrink: 0;
  border: 1px solid var(--border-color);
}

.step-icon-box svg {
  width: 32px;
  height: 32px;
  color: var(--text-primary);
}

.step-card {
  display: flex;
  flex-direction: column;
  padding: 22px;
  gap: 8px;
  background: var(--card-bg);
  border-radius: 16px;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border-color);
  transition: transform 0.2s ease, background 0.2s ease;
}

.step-card:hover {
  background: #18181f;
  transform: translateY(-2px);
}

.step-title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  color: var(--text-secondary);
  margin: 0px;
}

.step-description {
  font-size: 16px;
  line-height: 26px;
  color: var(--text-muted);
  max-width: 90%;
}

/* Ghost Icon in Background */
.ghost-icon {
  position: absolute;
  width: 120px;
  height: 120px;
  right: -20px;
  bottom: -20px;
  opacity: 0.05;
  pointer-events: none;
}

.ghost-icon svg {
  width: 100%;
  height: 100%;
}



/* The Process Section Ends*/


/* Optimization Section Starts */


.optimization {
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
}

.optimization__title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 60px;
  font-size: 40px;
  line-height: 52px;
  background: linear-gradient(180deg, #FCFCFF 0%, rgba(252, 252, 255, 0.6) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;


}

.optimization__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 768px) {
  .optimization__cards {
    grid-template-columns: 1fr;
  }

  .optimization {
    margin-top: 80px;
  }

  .optimization__heading {
    font-size: 20px !important;
    ;

  }

  .optimization__list li {
    font-size: 14px !important;

  }

}


.optimization__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.optimization__card {
  background: #0A0A0F80;
  border: 1px solid #d4d4d45e;
  border-radius: 14px;
  padding: 28px;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.optimization__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.optimization__icon {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 50px;
}

.optimization__card:hover .optimization__icon {
  background: #7A75EF;
}

.optimization__card:hover {

  border: 1px solid #7A75EF;
}

.optimization__heading {
  font-size: 28px;
  margin-bottom: 14px;
  color: #BBBBBB;
  font-weight: 400;
}

.optimization__list {

  margin: 0px;
  padding: 4px 20px;
}

.optimization__list li {
  font-size: 16px;
  line-height: 1.6;
  color: #A9A8AE;
  margin-bottom: 8px;
}


/* Background Images */
.optimization__bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}

.optimization__bg--left {
  left: -120px;
}

.optimization__bg--right {
  right: -120px;
  transform: translateY(-50%) scaleX(-1);
  /* mirror effect */
}

@media (max-width: 768px) {
  .optimization__title {
    margin-bottom: 40px;
    font-size: 34px;
  }

  .optimization {
    padding: 0px;
    margin-top: 100px;
  }
}

/* Optimization Section Ends */