header {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05) !important;
  position: relative;
}

.header-sticky {
  position: fixed;
}

.logo-img > img {
  width: 150px;
}

.btn-primary-outline {
  background-color: #ffffff;
  color: var(--bs-primary);
}

.btn {
  font-weight: 800;
}

.get-st-btn,
.login-btn {
  border: 2px solid var(--bs-primary);
}

.login-btn-div {
  display: flex;
  gap: 10px;
}

.bg-gradeant-1 {
  background: linear-gradient(180deg, #f8d6ea 16.45%, #ffffff 121.16%);
}

.text-white {
  color: #2d3748 !important;
}

/* hero section text */
.hero-section .text-white,
.hero-section h1.text-white,
.hero-section h5.text-white,
.hero-section .fs-14.text-white,
.hero-section .fw-medium.text-white {
  color: #2d3748 !important;
}

.main-input {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 7px 7px 7px 15px;
  gap: 10px;

  background: #ffffff;
  /* Primary/Pink */
  border: 2px solid #f8d6ea;
  border-radius: 8px;
}

#genarate-site-btn {
  font-size: 1rem;
  width: 400px;
  background-color: white;
  border: none !important;
}

.hero-section {
  padding-top: 150px;
  padding-bottom: 300px;
}

.website-mockup {
  margin-top: -200px;
}

.website-mockup img {
  width: 200px;
  border-radius: 8px;
  border: 1px solid #b9c3cc;
}

.section-heading {
  margin-bottom: 70px;
}

.step-items {
  /* Auto layout */
  display: flex;
  flex-direction: column;
  padding: 30px;
  gap: 20px;

  flex: 1;

  background: #fffaf4;

  border: 1px solid #fef0ca !important ;
  border-radius: 12px;
}

.number-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 13px;
  isolation: isolate;

  width: 50px;
  height: 50px;

  background: #f1add5 !important;
  color: #fff;

  border: 1px solid #f1add5 !important;
  border-radius: 100px;
}

.det-item {
  padding: 20px;
  gap: 16px;

  background: #ffffff;
  box-shadow: 0px 2px 4px -1px rgba(175, 182, 201, 0.2);
  border-radius: 8px;
}

.avbl-icon {
  font-size: 21px !important;
  color: #16cdc7;
}

.not-avbl-icon {
  color: var(--bs-primary);
  font-size: 21px !important;
}

#payment .fw-bolder {
  font-weight: 800 !important;
}

.midd-gradeant-bg {
  background: linear-gradient(180deg, #fef4ea 0%, #ffffff 100%);
}

.ptb-50 {
  padding: 60px;
}

.contact-card {
  border-radius: 30px;
}

.contact-btn {
  font-size: 24px;
  width: 223px;
  background-color: white;
  border-color: white;
  color: var(--bs-primary);
}

.top-btn {
  background: #fffaf4;
  /* Primary/Blue */
  border: 2px solid var(--bs-primary);
  border-radius: 100px;
  color: #062743;
}

.brand-section {
  padding-top: 15px;
  padding-bottom: 15px;

  background: white;
}

.swiper-slide img {
  width: 100%;
  filter: brightness(0);
  opacity: 0.2;

  &:hover {
    opacity: 1;
    filter: none;
    transition-duration: 0.4s;
  }
}

.footer {
  background: linear-gradient(180deg, #f4f7fb 0%, #fef4ea 100%);
}

.footer-logo {
  width: 200px;
}

.footer-txt,
.footer-header-txt {
  color: #062743 !important;
}

.footer-tab-1 {
  padding-right: 4rem;
}

/* Grid pattern for background */
.grid-pattern {
  background-image: 
    linear-gradient(rgba(255,255,255,0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  width: 100%;
  height: 100%;
}

/* Feature cards positioning */
.feature-card {
  position: absolute;
  z-index: 1;
}

.fab {
  padding: 8px;
  border: 1px solid;
  border-radius: 100px;
}

#priceToggle {
  width: 4em;
  height: 2em;
  border-color: var(--bs-primary) !important;
}

.svg-img {
  background-color: #f1add5 !important;
  padding: 10px;
  width: 3.5rem;
  border-radius: var(--bs-border-radius) !important;
}

.feature-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon-img {
  width: 20px;
  height: 20px;
}

.feature-card-item {
  min-width: 150px;
}

/* responsive */
@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 600px) {
  #genarate-site-btn {
    width: 200px;
  }

  .steps-div,
  .det-div,
  .cont-div {
    flex-direction: column;
  }
}

/* Landing Gallery Section Styles */
.landing-gallery-section {
  background: none;
  padding: 80px 0 80px 0;
}
.landing-gallery-section .gallery-heading {
  color: #23232b;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: 0.5px;
}
.landing-gallery-section .website-mockup {
  margin-top: 48px;
}

@media (max-width: 991px) {
  .feature-card.d-lg-block {
    display: none !important;
  }
  .feature-card.d-md-block {
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 0 !important;
    transform: translateX(-50%) translateY(30px);
    min-width: 140px;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .feature-card {
    display: none !important;
  }
}

.feature-card {
  padding: 0.5rem;
}

.feature-card-row .card {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .feature-card-row {
    flex-direction: column !important;
    align-items: center !important;
    gap: 1rem !important;
  }
  .feature-card-row .card {
    min-width: 180px !important;
    margin-bottom: 0.5rem;
  }
}

.hero-bg-circle-z {
  z-index: -1;
}

.hero-bg-circle {
  width: 400px;
  height: 400px;
}

.hero-main-img {
  max-width: 500px;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.3));
}

@media (max-width: 767px) {
  .hero-main-img {
    max-width: 90vw;
    display: block;
    margin: 0 auto 1.5rem auto;
  }
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}

.float-updown {
  animation: floatUpDown 3.5s ease-in-out infinite;
}
.float-updown-delay1 {
  animation: floatUpDown 3.5s ease-in-out infinite;
  animation-delay: 0.7s;
}
.float-updown-delay2 {
  animation: floatUpDown 3.5s ease-in-out infinite;
  animation-delay: 1.4s;
}
.float-updown-delay3 {
  animation: floatUpDown 3.5s ease-in-out infinite;
  animation-delay: 2.1s;
}