body {
  font-family: 'DM Sans', sans-serif;
}

.container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Host Grotesk', sans-serif;
}
li.nav-item.dropdown {
    display: flex;
}
.fixed-top {
  
    border-bottom: 1px solid #f0e1e1;
}
/* Fullscreen menu styling */
.offcanvas-fullscreen {
  width: 100% !important;
  max-width: 100% !important;
}

.offcanvas-body a {
  font-size: 20px;
  padding: 12px 0;
  font-weight: 500;
}
div#mobileMenu {
    display: none;
}

.offcanvas-body .dropdown-menu {
  position: static !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding-left: 10px;
}

button.btn.btn-danger {
   
    background: linear-gradient(90deg, #F25A38 0%, #CD1265 100%);
    /* border-radius: 50% 50%; */
    border-radius: 20px;
        padding: 10px 30px;
}
button.btn.btn-dark {
    border-radius: 20px;
        padding: 10px 30px;
}
a.nav-link {
    
    color: rgb(24 24 24);
    font-weight: 500;
}

.recipe-os-section {
  background: linear-gradient(180deg, #fef0f4, #fff);

  text-align: center;
  font-family: 'DM Sans', sans-serif;
}

.recipe-os-section .highlight {
   background: linear-gradient(90deg, #F25A38 0%, #CD1265 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.recipe-os-section h1 {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.recipe-os-section .subheading {
    font-size: 1.6rem;
    margin-bottom: 80px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}
.btn-group {
    display: flex;
    justify-content: space-evenly;
    gap: 15px;
    width: 60%;
    align-items: center;
    margin: 0 auto;
    /* align-content: center; */
}
a.start {
    text-decoration: none;
    color: #fff;
    background: linear-gradient(90deg, #F25A38 0%, #CD1265 100%);
    padding: 12px;
    border-radius: 30px;
    font-size: 20px;
    display: inline-block;
    width: 100%;
    max-width: 400px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    /* box-shadow: #cd1265 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
    box-shadow: #cd1265cf 3px 6px 24px 0px;
}
a.see-how {
    text-decoration: none;
    color: #fff;
    background: rgba(24, 24, 24, 1);
    /* padding: 10px 70px; */
    /* border-radius: 30px; */
    /* font-size: 20px; */
    padding: 12px;
    border-radius: 30px;
    font-size: 20px;
        display: inline-block;
    width: 100%;
    max-width: 400px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.recipe-stats {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.stat-box {
    background: #fff;
    padding: 40px 20px;
    border-radius: 25px;
   
   
    border: 1px solid rgba(24, 24, 24, 0.3);
    background: rgba(255, 255, 255, 0.1);
    width: 25%;
}
.stat-box h2 {
    font-size: 2.8rem;
    /* color: #E50076; */
    margin-bottom: 10px;
    background: linear-gradient(90deg, #F25A38 0%, #CD1265 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
}

.stat-box p {
    color: rgba(24, 24, 24, 1);
    font-size: 1.1rem;
}
.recipe-os-section {
    /* background: linear-gradient(180deg, #fef0f4, #fff); */
    padding: 20px 20px;
    text-align: center;
    /* font-family: 'DM Sans', sans-serif; */
    background-image: url('../images/home-banner.svg');
    background-size: cover;
}
.recipe-os-content {
    padding: 9rem  0rem;
}
a.start:before {
    content: '';
    background-image: url('../images/arrow.svg');
    position: absolute;
    right: 21px;
    z-index: 3;
    width: 30px;
    padding: 6px;
    background-position: center;
    background-repeat: no-repeat;
    right: 30px;
    top: 20px;
}

a.see-how:after {
    content: '';
    background-image: url('../images/pay.svg');
    position: absolute;
    /* right: 21px; */
    z-index: 1;
    width: 30px;
    padding: 10px;
    background-position: center;
    background-repeat: no-repeat;
    left: 30px;
    top: 16px;
}

p.subheading-sec-h {
    font-size: 1.4rem;
    margin: 100px 0px 30px 0px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}


.recipe-features-section {
    padding: 55px 20px;
    text-align: center;
  
    background: rgba(24, 24, 24, 1);
    color: #fff;
}
section.recipe-features-section p {
    color: #fff;
}
.feature-img.placeholder img {
    width: 100%;
}

.features-title {
  
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.gradient-text {
 
    background: linear-gradient(90deg, #F25A38 0%, #CD1265 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.features-subtitle {
    max-width: 820px;
    margin: 0 auto 50px;
    color: rgba(51, 51, 51, 1);
    font-size: 1.2rem;
    line-height: 1.6;
}

/* ========= GRID LAYOUT ========= */
.features-grid {
    display: flex;
    gap: 25px;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

.feature-card {
    flex: 1;
    /* background: #fff; */
    /* border: 1px solid #ececec; */
    border-radius: 0px;
    padding: 30px 25px;
    /* width: 350px; */
    /* min-height: 270px; */
    transition: 0.3s;
    text-align: left;
    /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
    border-right: 1px solid rgba(61, 61, 61, 1);
    cursor: pointer;
}


.feature-card:last-child {
  border-right: none;
}

.feature-card:hover {
  /* box-shadow: 0 10px 30px rgba(0,0,0,0.06); */
  transform: translateY(-5px);
}

/* ========= FEATURE IMAGE PLACEHOLDER ========= */
.feature-img.placeholder {
    background: none;
    /* border: 2px dashed #f2c7d9; */
    border-radius: 8px;
    height: 300px;
  
    cursor: pointer;

}

/* ========= CARD TEXT ========= */
.feature-title {
    font-size: 1.1rem;
    font-weight: 700;
    /* color: #E50076; */
    margin-bottom: 10px;
    background: linear-gradient(90deg, #F25A38 0%, #CD1265 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.feature-desc {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.5;
}

.smart-recipes-section {
    padding: 80px 20px;
    background: rgba(24, 24, 24, 1);
    color: #fff;
}
.container.smart-recipes-container p {
    color: #fff;
}
.smart-recipes-container {
    /* border: 1px solid #eaeaea; */
    border-radius: 20px;
    padding: 50px;
    display: flex;
    gap: 50px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    background-color: rgba(255, 255, 255, 0.1);
}

/* LEFT SIDE STICKY CONTENT */
.left-sticky {
  flex: 1;
  position: sticky;
  top: 100px;
  height: fit-content;
}

.left-sticky h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}



.desc {
  color: #555;
  margin: 18px 0;
  max-width: 350px;
}

.desc.small {
  margin-top: 12px;
}

.steps-title {
    margin-top: 30px;
    font-size: 1.1rem;
    font-weight: 400;
}

span.step-icon img {
    width: 5%;
    margin-bottom: 10px;
}

/* BUTTON */
.btn-primary {
  display: inline-block;
  margin-top: 35px;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(90deg, #C626AB, #E50076);
}

/* RIGHT SIDE IMAGES (SCROLL) */
.right-scroll {
  flex: 1;
}

.scroll-item {
    /* height: 420px; */
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 90px;
    /* background: #f7f7f7; */
}
.scroll-item img {
  width: 100%;
  /* height: 100%;
  object-fit: cover; */
}


/* Container & Section */
.recipe-section {
    padding: 20px 20px;
    background: #fff;
     text-align: center;
   
}



/* Cards Wrapper */
.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    flex-direction: column;
    margin-top: 60px;
    /* align-items: stretch; */
    align-content: space-around;
}

/* Card */
.recipe-card {
    background: #fff;

    border-radius: 12px;
    padding: 30px;
    flex: 1 1 auto;
    max-width: 75%;
   box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    text-align: left;
}

.recipe-card h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
    background: linear-gradient(
18deg, #F25A38 0%, #CD1265 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    align-items: center;
}

ul li::marker {
  color: #CD1265; /* Change bullet color */
  font-size: 18px; /* Change bullet size */
}
.recipe-beta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.recipe-card .beta {
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 8px;
  margin-left: 10px;
}
button.btn.btn-danger:hover {
    opacity: 0.9;
}
.recipe-card p {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

.recipe-card ul {
  list-style: disc;
  padding-left: 20px;
  color: #555;
}

.recipe-card ul li {
  margin-bottom: 8px;
}

/* Button */
.button-wrapper {
  text-align: center;
  margin-top: 40px;
}
span.icon img {
    width: 35px;
}



.marketplace-section {
    padding: 60px 20px;
    background: rgba(24, 24, 24, 1);
    position: relative;
    color: #fff;
}
section.marketplace-section p {
    color: #fff;
}
.marketplace-section .features-subtitle {
    margin: 0px;
}
.marketplace-cards {
  display: flex;
  gap: 20px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.card {
    flex: 1;
    /* min-width: 200px; */
    /* border: 1px solid #eee; */
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px -1px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    background-color: rgba(255, 255, 255, 0.1);
}
.card h3 {
    /* font-size: 28px; */
    /* color: #F25A38; */
    /* margin-bottom: 5px; */
    font-size: 2.8rem;
    /* color: #E50076; */
    margin-bottom: 10px;
    background: linear-gradient(90deg, #F25A38 0%, #CD1265 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
}

.card p {
    
    color: rgba(24, 24, 24, 1);
    font-size: 1.1rem;
}
.card img {
    width: 30px;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
}

.marketplace-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px 70px;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    height: 200px;
}

.marketplace-arrow img {
    width: 85%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 18px;
}
.marketplace-info strong {
    margin: 0;
    font-size: 22px;
    color: #fff7f5;
    margin-bottom: 20px;
}

.marketplace-arrow {
  font-size: 32px;
  color: #CD1265;
}

.marketplace-btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(90deg, #F25A38 0%, #CD1265 100%);
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 18px;
  transition: opacity 0.3s;
}

.marketplace-btn:hover {
  opacity: 0.8;
}

.feature-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #fff0f0 0%, #ffe6eb 100%);
  font-family: 'DM Sans', sans-serif;
}

a.btn-outline {

    text-decoration: none;
    background: linear-gradient(90deg, #F25A38 0%, #CD1265 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    border: 1px solid #cd1265;
    padding: 5px 30px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 1.1rem;
}
.feature-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 20px;
}
.feature-cards .card {
    display: flex;
    flex-direction: column;
    background-color: #ffffff52;
    border: 1px solid rgba(24, 24, 24, 0.3);
    border-radius: 10px;
}
.feature-cards .icon {
    display: flex;
    align-items: center;
    gap: 20px;
}
.feature-cards .card p {
    color: rgba(24, 24, 24, 1);
    font-size: 1.1rem;
    text-align: left;
}
.feature-cards .card h3 {
   
    font-size: 1.3rem;
   
}
.feature-cards .card img {
    width: 25px;
    display: block;
    margin: 0;
    padding-bottom: 10px;
}
.apps img {
    width: 100%;
}
.apps {
    margin: 40px 0px;
}
.feature-header {
    text-align: left;
    
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.safe-section {
  padding: 80px 20px;
  text-align: center;
  background: #ffffff;
  font-family: 'DM Sans', sans-serif;
}



.safe-features {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 40px;
  flex-wrap: wrap;
}

.safe-card {
  text-align: center;
  max-width: 250px;
}

.safe-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    /* background: #f8f8f8; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px auto;
    border: 1px solid  #ccc;
}

.safe-icon img {
    width: 30px;
    height: 30px;
    filter: invert(38%) sepia(92%) saturate(2465%) hue-rotate(345deg) brightness(94%) contrast(102%);
}
.safe-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.4;
}

.qz-section {
  background: #0b0b0d;
  padding: 80px 20px;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  text-align: center;
}

.qz-title {
     font-size: 3.2rem;
    font-weight: 700;
   
  margin-bottom: 50px;
}

.qz-brand {
  color: #f43865;
}

/* Cards Layout */
.qz-cards {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.qz-card {
  background: #141416;
  border: 1px solid rgba(255,255,255,0.1);
  width: 330px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

/* Top gradient + image */
.qz-img-wrap {
  height: 220px;
  background: linear-gradient(180deg, #ff5330 0%, #d21268 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.qz-img-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Content area */
.qz-content {
  padding: 25px 20px 35px;
  text-align: left;
}

.qz-content h3 {
    font-size: 20px;
    /* font-weight: 600; */
    /* color: #ff4c5a; */
    margin-bottom: 10px;
    background: linear-gradient(90deg, #F25A38 0%, #CD1265 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.qz-content p {
  font-size: 14px;
  line-height: 1.5;
  color: #d2d2d2;
  margin-bottom: 25px;
}

/* Button */
.qz-btn {
    border: 1px solid #ff4c5a;
    /* color: #ff4c5a; */
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    transition: 0.3s;
    background: linear-gradient(90deg, #F25A38 0%, #CD1265 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.qz-btn:hover {
    /* background: #ff4c5a; */
    color: #fff;
    background: linear-gradient(90deg, #ffffff 0%, #ffeaf3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.start-buliding {
    margin: 5rem 0rem;
}
.start-buliding  h2.qz-title {
    margin-bottom: 20px;
}

.start-buliding p {
    
    font-size: 1.2rem;
    line-height: 1.6;
}
.start-buliding a.start {
    margin: 2rem 0px;
}


.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: linear-gradient(90deg, #F25A38 0%, #CD1265 100%);
  color: #fff;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  z-index: 9999;
}

.scroll-top.show {
  opacity: 1;
  pointer-events: auto;
}

section.cloud-brain {
    text-align: center;
    margin: 7rem 0rem;
}

.device-connect-section {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 30px;
    text-align: center;
 
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

/* Flex layout */
.device-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* Device images */
.device-img {
  width: 240px;
}

/* Center logo */
.center-logo img {
  width: 110px;
}

/* Title colors */
.device-title.mome {
  color: #30b37c;
}

.device-title.simmr {
  color: #d38b00;
}

/* Info box */
.device-info {
    margin: 60px 0px 20px 0px;
    text-align: left;
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 13px;
}

.device-info ul {
  padding-left: 20px;
  margin-top: 10px;
}

.device-info li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #444;
}

/* Bottom description */
.device-description {
    margin: 40px auto 20px;
    max-width: 800px;
    font-size: 1.2rem;
    color: #ed503d;
}



.device-box {
  position: relative;
}

.device-box::before {
  content: "";
  position: absolute;
  top: 120px;
  left: 15%;
  right: 15%;
  height: 2px;
  border-bottom: 2px dashed #ff4c5a;
  z-index: 0;
}


.three-images-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
    position: relative;
    margin: 0px 0;
    z-index: 9999;
}
.img-box img {
  width: 100%;
}

.center-box {
  position: relative;
}

.center-box img {
    width: 80%;
}

/* --- Left Arrow (curved dashed) --- */
.left-arrow {
    position: absolute;
    left: -140px;
    top: 52%;
    width: 166px;
    height: 61px;
    border-top: 2px dashed #e03c4d;
    border-left: 2px dashed transparent;
    border-radius: 49% 0 0 50%;
    transform: translateY(-50%);
}

.left-arrow::after {
    content: "";
    position: absolute;
    left: 56px;
    top: -6px;
    border: solid #e03c4d;
    border-width: 0 3px 3px 0;
    padding: 5px;
    transform: rotate(135deg);
}

/* --- Right Arrow (curved dashed) --- */
.right-arrow {
    position: absolute;
    right: -120px;
    top: 52%;
    width: 160px;
    height: 60px;
    border-top: 2px dashed #e03c4d;
    border-right: 2px dashed transparent;
    border-radius: 0 50% 50% 0;
    transform: translateY(-50%);
}
.right-arrow::after {
    content: "";
    position: absolute;
    right: 38px;
    top: -4px;
    border: solid #e03c4d;
    border-width: 0 3px 3px 0;
    padding: 5px;
    transform: rotate(-45deg);
}

.recipe-section-arrow {
    position: relative;
    margin: 3rem 0rem;
}
.recipe-section-arrow::before {
    content: '';
    position: absolute;
    background-image: url("../images/right-side.svg");
    background-repeat: no-repeat;
    /* background-size: 120px; */
    /* background-position: top right; */
    width: 75%;
    height: 97%;
    left: 0;
    top: -159px;
    z-index: 1;
    pointer-events: none;
}

.recipe-section-arrow-right{
    position: relative;
}
.recipe-section-arrow-right::before{
   content: '';
    position: absolute;
    background-image: url("../images/arrow3.svg");
    background-repeat: no-repeat;
    /* background-size: 120px; */
    /* background-position: top right; */
    width: 75%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

h2.count {
    font-size: 2.8rem;
    /* color: #E50076; */
    margin-bottom: 10px;
    background: linear-gradient(90deg, #F25A38 0%, #CD1265 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
}


/* faq's */

p.sub-heading {
    font-size: 1.4rem;
    /* margin: 100px 0px 30px 0px; */
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}
section.get-start {
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 1rem 0rem;
}



.faq .recipe-os-content {
    padding: 11rem  0rem 5rem 0rem;
}
section.faq-section {
    margin-bottom: 5rem;
}
.faq-item {
  border: 1px solid #eee;
  border-radius: 12px;
  margin-bottom: 14px;
  overflow: hidden;
  transition: border 0.3s;
}
.faq-item.active{
  position: relative;
}

.icon img {
    width: 60px;
}

.faq-item.active::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 9px;
    padding: 1px;
    background: linear-gradient(
93deg, #F25A38 0%, #CD1265 100%);
    -webkit-mask: linear-gradient(#d4205c 0 0) content-box, linear-gradient(#de3350 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

/* .faq-item.active {
  border-radius: 5px;
    border: 1px solid;
    border-image: linear-gradient(90deg, #F25A38 0%, #CD1265 100%);
    border-image-slice: 1;
} */

.faq-question {
    width: 100%;
    background: #fff;
    border: none;
    padding: 18px 20px;
    font-size: 1.2rem;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.faq-question .icon {
    transition: transform 0.3s ease;
    font-size: 1rem;
    font-weight: 600;
}
.faq-item.active .icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  font-size: 14px;
  color: #666;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 0 20px 18px;
}


/* contact us  */

/* .support-section {
  padding: 60px 0;
} */

.support-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.support-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

.support-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.icon-box {
  width: 44px;
  height: 44px;
  background: #fff0f1;
  color: #ff4d5a;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 18px;
}

.support-card h4 {
    font-size: 1rem;
    margin-bottom: 8px;
    font-weight: 600;
}

.support-card a {
    color: #ff4d5a;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: 700;
}

.support-card a:hover {
  text-decoration: underline;
}

.contact-form-section {
  padding: 70px 20px;
  background: linear-gradient(180deg, #fff7f8, #fff);
}

.form-intro {
  text-align: center;
  font-size: 1.3rem;
  color: #555;
  margin-bottom: 40px;
}

.contact-form {
  max-width: 760px;
  margin: auto;
}

.contact-form .row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-form .col {
  flex: 1;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    outline: none;
    transition: all 0.2s ease;
    margin-bottom: 20px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #ff4d5a;
  box-shadow: 0 0 0 2px rgba(255,77,90,0.15);
}

.contact-form textarea {
  resize: none;
  margin-bottom: 24px;
}

.submit-btn {
  width: 100%;
  border: none;
  padding: 14px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(90deg, #ff6a3d, #d4145a);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
section.support-section {
    margin-bottom: 8rem;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(212,20,90,0.3);
}



/* creators */

.technology-api {
  background: #121212;
  color: #fff;
  padding: 60px 40px;
  border-radius: 20px;
  text-align: center;
}
section.tec-sec {
    margin: 5rem 0rem;
}
.technology-api .sub-text {
    /* color: #aaa; */
    margin-bottom: 50px;
    color: #ffffff;
    /* max-width: 400px; */
    font-size: 1.2rem;
}

.technology-api .api-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 100px;
}

.technology-api .api-col {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
}

.technology-api .api-card {
    border: 1px solid #ff3b6a;
    padding: 20px;
    border-radius: 10px;
    min-width: 100%;
    text-align: left;
    background: rgba(42, 42, 42, 1);
    width: 100%;
}
.api-card img {
    width: 30px;
    margin-right: 20px;
}
.technology-api .api-center {
  
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-circle img {
    width: 130px;
}
.technology-api .footer-text {
  margin-top: 40px;
  font-size: 1.2rem;
  color: #fffcfc;
}

/* Responsive */
@media (max-width: 768px) {
  .technology-api .api-layout {
    flex-direction: column;
  }
}


.img-chef {
    margin: 3rem 0px;
}

/* Section */
.why-qzene {
  padding: 0px 0;
  color: #fff;
  text-align: center;
}

.section-title {
  font-size: 36px;
  margin-bottom: 25px;
}

/* Swiper */
.qzeneSwiper {
  padding-bottom: 50px;
}

/* Card */
.slide-card {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: #111;
    border: 1px solid #2b2b2b;
    padding: 20px 20px 30px 20px;
}
/* Badge */
.card-badge {
    position: relative;
    /* top: 16px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    display: flex;
    gap: 20px;
    padding: 8px 18px;
    border-radius: 40px;
    font-size: 14px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #333;
    /* width: 100%; */
    align-items: center;
    border: 1px solid rgba(24, 24, 24, 0.3);
    justify-content: center;
    /* margin: auto 20px; */
    width: 100%;
    align-content: center;
    flex-direction: row;
    /* display: block; */
    margin: 0 auto;
}
.card-badge img {
  width: 16px !important;
  height: 16px !important;
}

/* Image */
.slide-card .slide-img {
    width: 100%;
    display: block;
    border-radius: 22px;
    margin: 0px auto;
    position: relative;
    top: 15px;
    
}

/* All slides default */
.qzeneSwiper .swiper-slide {
  transition: all 0.35s ease;
  transform: translateY(24px) scale(0.74);
  opacity: 0.6;
}

/* Active slide (center) */
.qzeneSwiper .swiper-slide-active {
  transform: translateY(0) scale(1);
  opacity: 1;
  z-index: 2;
}

/* Immediate left & right slides */
.qzeneSwiper .swiper-slide-prev,
.qzeneSwiper .swiper-slide-next {
  transform: translateY(20px) scale(0.86);
  opacity: 0.85;
}

/* Pagination */
.swiper-pagination-bullet {
  background: #555;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #ff3b3b;
}

/* Section */
.creator-tools {
  background: #fff1f1;
  padding: 80px 20px;
 
}
.creator-tools h2{
text-align: center;
}
 


/* Grid */
.tools-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Card */
.tool-card {
    /* background: #fff; */
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    /* border: 1px solid #f2dede; */
    border: 1px solid rgba(24, 24, 24, 0.3);
}

/* Icon */
.tool-icon {
  width: 36px;
  height: 36px;
  background: #ffe5e5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}



/* Title */
.tool-card h4 {

    margin: 0 0 8px;
 
    font-size: 1.2rem;
 
    background: linear-gradient(90deg, #F25A38 0%, #CD1265 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
}
/* Text */
.tool-card p {
   
    margin: 0;
    line-height: 1.5;
    color: rgba(51, 51, 51, 1);
    font-size: 0.9rem;
    text-align: left;
    font-weight: 400;
}

/* Responsive */


@media (max-width: 576px) {
  .tools-grid {
    grid-template-columns: 1fr;
  }
}


section.creator-benefits {
    background: #ffffff;
    padding: 6rem 20px;
    position: relative;
}

.creator-benefits h2{
text-align: center;
}
 

.benefits-card p {
    color: rgba(51, 51, 51, 1);
    font-weight: 500;
    font-size: 1.1rem;
}
/* Grid */
.benefits-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* Card */
.benefits-card {
    background: rgba(255, 255, 255, 0.1);
    /* background: #fff; */
    /* background: rgba(255, 255, 255, 0.5); */
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    /* border: 1px solid #f2dede; */
    border: 1px solid rgba(24, 24, 24, 0.3);
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

/* Icon */
.benefits-icon {
  width: 36px;
  height: 36px;
  background: #ffe5e5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}



/* Title */
.benefits-card h4 {

    margin: 0 0 8px;
 
    font-size: 1.2rem;
 
    background: linear-gradient(90deg, #F25A38 0%, #CD1265 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
}
/* Text */
.creator-benefits::before {

  content: '';
    background-image: url('../images/before.svg');
 
    position: absolute;
  
    background-repeat: no-repeat;
    /* background-size: 120px; */
    /* background-position: top right; */
    width: 75%;
    height: 97%;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;

}

/* Footer */

.site-footer {
    background: #0d0d0d;
    color: #ffff;
    font-family: 'DM Sans';
}
.footer-top {
    padding: 60px 80px 0px;
    border-bottom: 1px solid #222;
}

.footer-grid {
    display: grid;
    grid-template-columns: 3fr repeat(4, 1fr);
    gap: 40px;
}
.footer-col h4 {
    color: #ff2b2b;
    margin-bottom: 15px;
    font-size: 21px;
    background: linear-gradient(
28deg, #F25A38 15%, #CD1265 29%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
    color: #aaa;
    text-decoration: none;
    font-size: 15px;
}
.footer-col ul li a:hover {
  color: #fff;
}

.brand .logo {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}

.brand p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #aaa;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.social-icons img {
    transition: transform 1s ease;
}
.social-icons img:hover {
    transform: rotate(
360deg);
}
.footer-col.brand {
    border-right: 1px solid #222;
    padding-bottom: 60px;
    padding-right: 25px;
}
.footer-bottom {
  padding: 20px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
  .footer-bottom p {
    font-size: 14px;
    color: #aaa;
}
.footer-links a {
    color: #aaa;
    margin-left: 20px;
    text-decoration: none;
    font-family: 'DM Sans';
    font-size: 14px;
}
.footer-links a:hover {
  color: #fff;
}




/* technology page */



.process-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-box {
    width: 200px;
    height: 160px;
  
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 2;
    background: #FFFFFF1A;
    border: 1px solid #BFBFBF;
}

.process-box p {
    margin-top: 15px;
    font-weight: 500;
    color: #000;
    font-size: 1.2rem;
}
.process-section {
    padding: 1rem 0rem 8rem 0rem;
}


.recipe-engine {
  background: radial-gradient(circle at top, #1b1b1b, #0d0d0d);
  padding: 80px 20px;
  color: #fff;
  text-align: center;

}



.recipe-engine h2 {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 700;
}

.subtitle {
    font-size: 1.3rem;
    margin-bottom: 50px;
}


.features {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    justify-items: center;
}

.recipe-engine .feature-card {
    background: #2a2a2a;
    border-radius: 7px;
    padding: 30px 20px;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
    width: -webkit-fill-available;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.recipe-engine  .feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 7px;
  padding: 1px;
  background: linear-gradient(90deg, #F25A38 0%, #CD1265 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
       

}

.recipe-engine .feature-card h4 {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 1.8rem;
    text-align: center;
}

.bottom-text {
  margin-top: 40px;
 font-size: 1.3rem;
}


.ai-section {
    /* background: #0d0d0d; */
    padding: 120px 20px;
    color: #fff;
    /* font-family: Arial, sans-serif; */
    background: rgba(24, 24, 24, 1);
    margin: 5rem 0px;
   border: 1px solid rgba(48, 48, 48, 1);
    border-radius: 20px;
}
.ai-wrapper {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

/* LEFT */
.ai-left {
    position: sticky;
    top: 200px;
    height: fit-content;
    text-align: left;
}


.ai-left p {
  color: #ccc;
  max-width: 400px;
  font-size: 1.2rem;
}

/* dots */
.dots {
  margin-top: 40px;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #666;
  border-radius: 50%;
  margin-right: 8px;
}

.dot.active {
  background: #ff3b3b;
}

/* RIGHT */
.ai-right {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

/* .ai-card {
  height: 220px;
  border-radius: 18px;
  background: #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  opacity: 0.3;
  border: 1px solid transparent;
}

.ai-card.active {
  opacity: 1;
  border: 1px solid #ff3b3b;
} */

.features-pill {
    padding: 80px 20px 0px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

/* subtle curve background */

.features-pill::before {
    content: '';
    position: absolute;
    background-image: url("../images/iotsvg.svg");
    background-repeat: no-repeat;
    /* background-size: 120px; */
    /* background-position: top right; */
    width: 100%;
    height: 100%;
    left: 20px;
    top: -110px;
    z-index: 1;
    pointer-events: none;
}


p.sub-heading.bottom.text-center {
    position: relative;
    bottom: 20px;
}
.pill-item span {
    font-size: 1.2rem;
}

.pill-wrapper {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
  position: relative;
  z-index: 1;
}

.pill-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  border-radius: 14px;
  border: 1px solid #ff2b5f;
  color: #000;
  background: #fff;
  font-size: 16px;
}

.pill-item .icon {
  font-size: 20px;
  color: #ff2b5f;
}

/* Center item */
.pill-item.center {
  grid-column: 1 / -1;
  justify-content: center;
  max-width: 420px;
  margin: auto;
}
.iot-img img {
    display: block;
    margin: 4rem auto;
}


.sdk-section {
    padding: 80px 20px 0px;
    background: #fff;
}

.sdk-container {
    /* max-width: 1200px; */
    /* margin: auto; */
    /* background: linear-gradient(135deg, #fff, #ffe6eb); */
    border-radius: 30px;
    /* padding: 60px; */
    display: flex;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 0px;
    background: #FFFFFF1A;
    border: 1px solid #1818184D;
    justify-content: flex-start;
    margin: 4rem 0rem;
}
/* LEFT CIRCLE */


/* RIGHT BOXES */
.sdk-right {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 100%;
    width: 100%;
    padding: 0px 50px 0px 0px;
}

.sdk-box img {
    width: 25px;
}
.sdk-box {
    padding: 22px 30px;
    border: 1px solid #ff3b3b;
    border-radius: 14px;
    background: #fff;
    font-size: 1.1rem;
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    font-weight: 500;
}
/* Responsive */



.infra-section {
  background: radial-gradient(circle at top, #1b1b1b, #0d0d0d);
  padding: 100px 20px;
 
  color: #fff;
  position: relative;
}

.infra-container {
  max-width: 1200px;
  margin: auto;
}

.infra-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

/* Top row = 3 cards */
.infra-card {
  grid-column: span 2;
  background: #2a2a2a;
  border-radius: 20px;
  padding: 35px 30px;
  text-align: center;
}

/* Bottom row = 2 cards */
.infra-card.bottom {
  grid-column: span 3;
}

/* Text style */
.infra-card {
  color: #fff;
}

.infra-card small {
  display: block;
  margin-top: 8px;
  color: #ccc;
}

/* Responsive */
@media (max-width: 992px) {
  .infra-grid {
    grid-template-columns: 1fr;
  }

  .infra-card,
  .infra-card.bottom {
    grid-column: span 1;
  }
}


.infra-card h3 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    /* background: linear-gradient(90deg, #ff4d4d, #ff0066); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #F25A38 0%, #CD1265 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.infra-card p {
    color: #ccc;
    font-size: 1.1rem;
}
/* Wider cards */
.infra-card.wide {
  grid-column: span 2;
}

/* Bottom highlight */
.infra-highlight {
    background: #0f0f0f;
    border-radius: 24px;
    padding: 40px;
    border: 1px solid #ff0066;
    text-align: center;
    margin: 4rem 0rem;
}

.infra-highlight h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.infra-p{
    font-size: 1.2rem;
    line-height: 1.6;
     margin-bottom: 50px;
}
   

.infra-section h2.qz-title {
    margin-bottom: 20px;
}
.infra-points ul {
    display: flex;
    justify-content: center;
    gap: 6rem;
    color: #ff4d4d;
    font-size: 1.5rem;
    background: linear-gradient(90deg, #F25A38 0%, #CD1265 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    align-items: center;
}


section.infra-section::before {
    content: '';
    position: absolute;
    background-image: url(../images/arrow3.svg);
    background-repeat: no-repeat;
    /* background-size: 120px; */
    /* background-position: top right; */
    width: 90%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}



/* about  */


.our-mission {
    text-align: left;
}
.card-data {
    display: flex;
    gap: 20px;
    margin: 15px 0px;
   
}
.missions-cards {
    background: rgb(255 255 255 / 45%);
    border: 1px solid rgba(24, 24, 24, 0.3);
    padding: 10px 20px;
    border-radius: 15px;
}
.about-sec {
    margin: 6rem 0rem 0rem;
}

.our-mission p {
    width: 500px;
    font-size: 1.2rem;
}
.missions-cards  h3 {
    font-size: 1.1rem;
    text-align: left;
    font-family: 'DM Sans';
    font-weight: 500;
}
.missions-cards  .icon img {
    width: 50px;
}
section.abt-sec2 {
    background-color: #FAE7EF;
    text-align: center;
    padding: 5rem;
}
section.abt-sec2 p {
    font-size: 1.2rem;
    margin: 10px 0px;
}
.about .recipe-os-content {
    padding: 8rem  0rem 5rem 0rem;
}
section.abt-sec2 p {
    font-size: 1.3rem;
    margin: 2rem 0px;
}
.qzene-why {
  padding: 80px 0;
}


.qzene-text {
    color: #6c757d;
    text-align: left;
}

.qzene-why .qzene-bold {
  font-weight: 600;
}

.qzene-why .qzene-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.qzene-why .feature-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 5px 10px;
    border-radius: 12px;
    border: 1px solid #eee;
    background-color: #fff;
    width: auto;
    min-height: max-content;
}

.qzene-why .feature-card span {
  font-weight: 600;
}

.about .infra-card {
    grid-column: span 2;
    background: #0909097d;
    border-radius: 20px;
    padding: 35px 30px;
    text-align: center;
    box-shadow: 0px 0px 25px 0px rgba(227, 61, 74, 0.35);
    border: 1px solid #cccccc52;
}

.about  .infra-card.bottom {
    grid-column: span 3 ;
}

.qzene-vision {
  padding: 80px 0;
  background-color: #ffffff;
}




.qzene-vision .vision-card {
  height: 100%;
  border: 1px solid #eaeaea;
  border-radius: 14px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #ffffff;
}

.qzene-vision .vision-dot {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 50%;
  background-color: #f04d3a;
}

.qzene-vision .vision-text {
  font-weight: 500;
  color: #212529;
  font-size: 14px;
}

.infra-grid.about {
    margin: 3rem 0 0;
}

section.about-footprint {
   
    text-align: center;
}

.recipe-os-section.about {
    /* background: linear-gradient(180deg, #fef0f4, #fff); */
    padding: 20px 20px;
    text-align: center;
    /* font-family: 'DM Sans', sans-serif; */
    background-image: url('../images/about-bg.svg');
    background-size: cover;
}



.about-footprint {
    background: #fff;
    padding: 8rem 0;
    /* text-align: center; */
    /* font-family: 'DM Sans', sans-serif; */
    background-image: url('../images/our-foot-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

/* How it works */


.qzene-steps .steps-indicator {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 70px;
}

.qzene-steps .step {
    font-size: 12px;
    color: #bbb;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qzene-steps .step span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
}

/* Base number circle */
.qzene-steps .step .number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #fff;

  /* INACTIVE gradient */
  background: linear-gradient(
    90deg,
    rgba(242, 90, 56, 0.3) 0%,
    rgba(205, 18, 101, 0.3) 100%
  );
}

/* ACTIVE step */
.qzene-steps .step.active .number {
  background: linear-gradient(
    90deg,
    rgba(242, 90, 56, 1) 0%,
    rgba(205, 18, 101, 1) 100%
  );
}

/* Default (inactive) step label */
.qzene-steps .step span {
  color: #adb5bd;        /* muted */
  font-weight: 400;
}

/* Active step label */
.qzene-steps .step.active span {
  color: #000;           /* black */
  font-weight: 700;      /* bold */
}



.qzene-steps .step-title {

  margin-bottom: 10px;
  background: linear-gradient(90deg, #F25A38 0%, #CD1265 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
        font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
}
.qzene-steps .step-content {
    display: none;
    margin-top: 50px;
    background: #ffffffb8;
}

section.qzene-steps {
    background: #ffffffb5;
    padding-bottom: 3rem;
}
     .qzene-steps .step-content.active {
      display: block;
    }
.qzene-steps .step-desc {
     max-width: 820px;
    margin: 0 auto 50px;
    color: rgba(51, 51, 51, 1);
    font-size: 1.2rem;
    line-height: 1.6;
}

.qzene-steps .step span,
.qzene-steps .step .number {
  transition: all 0.25s ease;
}


.qzene-steps .step-card {
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 12px;
    background: #fff;
    height: 100%;
    display: flex;
    gap: 20px;
    text-align: left;
    align-items: center;
}
.qzene-steps .step-card p {
  margin: 6px 0 0;
  color: #6c757d;
  font-size: 14px;
}
.qzene-steps  strong {
    font-weight: 500;
}

button.btn.btn-outline-secondary.prev-btn {
    background: linear-gradient(90deg, #F25A38 0%, #CD1265 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   
    border-radius: 20px;
    border-color: #e03c4d;
        padding: 10px 30px;
}


.qzene-steps .step-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 3rem;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}


.qzene-steps .step-cards > div {
  transition: all 0.3s ease;
}














/* Responsive */
@media (max-width: 992px) {
  .infra-grid {
    grid-template-columns: 1fr;
  }

  .infra-card.wide {
    grid-column: span 1;
  }

  .infra-points {
    flex-direction: column;
    gap: 10px;
  }
}



/* Responsive */
@media (max-width: 768px) {
  .pill-wrapper {
    grid-template-columns: 1fr;
  }

  .pill-item.center {
    max-width: 100%;
    width: 100%;
  }
}


/* Responsive */
@media (max-width: 900px) {
  .ai-wrapper {
    grid-template-columns: 1fr;
  }

  .ai-left {
    position: relative;
    top: 0;
  }
}


/* Responsive */
@media (max-width: 992px) {
  .features {
    grid-template-columns: repeat(2, 1fr);
  }
}



















/* Connector Shape */

/* Responsive */
@media (max-width: 992px) {
  .process-wrapper {
    flex-direction: column;
  }

  .connector {
    width: 80px;
    height: 30px;
    border-radius: 20px;
    margin: -5px 0;
  }
}






















/* Responsive */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}



/* Responsive */
@media (max-width: 992px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}



/* Mobile */
@media (max-width: 768px) {
  .contact-form .row {
    flex-direction: column;
  }
}













/* Responsive */
@media (max-width: 991px) {
  .support-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .support-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .faq-question {
    font-size: 15px;
  }
}

@media (min-width: 1281px) {
  
  /* CSS */
  
  .recipe-os-content {
    padding: 15rem  0rem;
}

.img-box.right-box img {
    width: 93%;
}
  
}


@media (min-width: 320px) and (max-width: 480px) {


.left-sticky {
    flex: 1;
    position: sticky;
    top: 75px;
    height: fit-content;
    z-index: 2;
    background-color: #fff;
    padding-bottom: 30px;
}
.right-arrow {
    position: absolute;
    right: 15%;
    top: -3%;
    width: 162px;
    height: 60px;
    border-top: 2px dashed #e03c4d;
    border-right: 2px dashed transparent;
    border-radius: 0 50% 50% 0;
    transform: translateY(-55%) rotate(
271deg);
}
.left-arrow {
    position: absolute;
    left: 35%;
    top: 260px;
    width: 159px;
    height: 64px;
    border-top: 2px dashed #e03c4d;
    border-left: 2px dashed transparent;
    border-radius: 49% 0 0 50%;
    transform: translateY(-50%) rotate(271deg);
}
.feature-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.feature-section {
    padding: 40px 20px;
    background: linear-gradient(135deg, #fff0f0 0%, #ffe6eb 100%);
    font-family: 'DM Sans', sans-serif;
}
.feature-header {
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 40px;
}
.marketplace-info {
    display: flex;
    /* background: #fef1f1; */
    border-radius: 12px;
    padding: 20px 10px;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    height: auto;
    flex-direction: column;
    align-items: center;
}
.marketplace-info strong {
    margin: 0;
    font-size: 18px;
    color: #F25A38;
    margin-bottom: 20px;
}
.left-box {
        display: flex;
        flex-direction: column;
    }

.safe-section {
    padding: 30px 11px;
    text-align: center;
    background: #ffffff;
    font-family: 'DM Sans', sans-serif;
}
.safe-features {
    display: flex;
    gap: 13px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.safe-card {
    text-align: center;
    max-width: 150px;
}
.safe-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* background: #f8f8f8; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px auto;
    border: 1px solid  #ccc;
}
.safe-card p {
    color: #555;
    font-size: 14px;
    line-height: 1.4;
}
.fixed-top {
  
    z-index: 11030;
}

    .left-box img {
        order: 2; /* image goes bottom */
        margin-bottom: 30px;
    }

    .left-box .device-info {
        order: 1; /* list goes top */
    }

    .left-box .device-info {
   
    margin: 0px 0px 16px 0px;
    text-align: left;
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 13px;
}
  .qz-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 50px;
}

.qz-section {
   
    padding: 30px 20px;
   
}


.feature-cards .card h3 {
    font-size: 1.3rem;
    text-align: left;
}
div#mobileMenu {
    display: block;
}
.recipe-os-section h1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.recipe-os-section .subheading {
    font-size: 1rem;
 
}
.btn-group {
    display: flex;
    justify-content: space-evenly;
    gap: 15px;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    /* align-content: center; */
    flex-direction: column;
}
a.start:before {
    right: 12px;
  
}
.recipe-features-section {
    padding: 20px 20px;
    text-align: center;
    /* font-family: 'DM Sans', sans-serif; */
}
p.subheading-sec-h {
  
    margin: 40px 0px 30px 0px;
 
}
.stat-box {

    width: 100%;
}
.recipe-stats {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}
.recipe-os-content {
    padding: 6rem  0rem 0rem 0rem;
}

.features-title {
    font-size: 2.2rem;
   
}
.smart-recipes-section {
    padding: 0px 20px;
}

.smart-recipes-container {
    /* border: 1px solid #eaeaea; */
    border-radius: 20px;
    padding: 19px;
    display: flex;
    gap: 50px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    flex-direction: column;
    background-color: #ffff;
}

.recipe-section-arrow::before {
    display: none;
}
.recipe-card {

    padding: 10px;
    flex: 1 1 auto;
    max-width: 100%;
 
}
.recipe-card h3 {
    font-size: 1.3rem;
   
}
.recipe-beta {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
section.cloud-brain {
    text-align: center;
    margin: 3rem 1rem;
}
.device-connect-section {
    background: #ffffff;
    border-radius: 20px;
    padding: 29px 12px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.three-images-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
    position: relative;
    margin: 0px 0;
    z-index: 9999;
    flex-direction: row;
    flex-wrap: wrap;
}

.features-subtitle {
 
    margin: 0 auto 38px;
  
}

.footer-top {
    padding: 30px 18px 0px;
    border-bottom: 1px solid #222;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
            padding-bottom: 20px;
}
.start-buliding {
    margin: 2rem 0rem;
}
/* First item full width */
.footer-grid > :first-child {
    grid-column: 1 / -1;
}
.footer-col.brand {
    border-right: 0px solid #222;
    padding-bottom: 20px;
    padding-right: 0px;
}
p.sub-heading {
    font-size: 1.2rem;
    /* margin: 100px 0px 30px 0px; */
 
}

.footer-bottom {
    padding: 16px 4px;
    display: flex;
    font-size: 15px;
    /* flex-direction: column; */
    flex-wrap: wrap;
    padding-bottom: 50px;
    /* align-items: center; */
}


/* creators */

.faq .recipe-os-content {
    padding: 6rem  0rem 0rem 0rem;
}

span.qz-brand img {
    margin-top: 20px;
}

section.support-section {
    margin-bottom: 4rem;
}
.faq-question {

    text-align: left;
}

.process-section {
    padding: 1rem 0rem 2rem 0rem;
}
.connector img {
    width: 16px;
    top: -4px;
    position: relative;
}

.feature-card {
    min-height: auto;
}
.ai-section {
    /* background: #0d0d0d; */
    padding: 30px 20px;
  
}
.iot-img img {
    display: block;
    margin: 3rem auto;
    width: 100%;
}
.infra-points ul {
    gap: 1rem;
    flex-direction: column;
}
.infra-highlight {
    background: #0f0f0f;
    border-radius: 24px;
    padding: 25px;
    border: 1px solid #ff0066;
    text-align: center;
    margin: 2rem 0rem;
}

.infra-section {
    background: radial-gradient(circle at top, #1b1b1b, #0d0d0d);
    padding: 30px 20px;
    color: #fff;
    position: relative;
}
.infra-card h3 {
    font-size: 1.8rem;
   
}

.sdk-container {
    /* max-width: 1200px; */
    /* margin: auto; */
    /* background: linear-gradient(135deg, #fff, #ffe6eb); */
    border-radius: 30px;
    /* padding: 60px; */
    display: flex;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 0px;
    background: #FFFFFF1A;
    border: 1px solid #1818184D;
    justify-content: flex-start;
    margin: 4rem 0rem;
    flex-direction: column;
}
.sdk-circle img {
    display: none;
}
.sdk-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 100%;
    width: 100%;
    padding: 20px;
}
.navbar .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
}


.footer-links a {
  
    margin-left: 8px;


}
.get-start a.start {
    width: 80%;
}


li.nav-item.dropdown {
    display: flex;
   
            gap: 10px;
}

.offcanvas-body .dropdown-menu {
    position: relative !important;
 
    top: 30px;
    left: -100px;
}


}



