.loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  /* Adjust based on footer height */
  background: rgba(66, 66, 66, 0.9) !important;
  /* Light overlay color */
  z-index: 1050;
  /* Ensure it overlaps other content */
}

.carousel-indicator-button {
  background-color: white !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0px 8px !important;
  opacity: 1 !important;
}

.carousel-indicators .active {
  background-color: black !important;
  opacity: 1 !important;
}

.carousel-item {
  transition: none !important;
}

.is-error {
  border: 1px solid #FF3D00 !important;
  color: #FF3D00 !important;
}

.is-error-text {
  color: #FF3D00 !important;
}

.nav-button {
  min-width: 100px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-container {
  max-height: 110px;
}

.white-greenborder-btn {
  width: 100%;
  height: 46px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3E8871;
  margin-top: 8px;
  border-radius: 8px;
  border: 1px solid #3E8871;
  background-color: #ffffff;
}
.grey-cancel-button {
  width: 100%;
  height: 46px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  border-radius: 8px;
  border: none;
  background-color: #ffffff;
  color: #999999;
  border: none;
}

.button-hover:hover {
  background-color: rgba(62, 136, 113, 0.2);
}

/* homepage styles */
.greenwhite-bottom-bg {
background: linear-gradient(#def2eb 84%, white 100%);
}

.greenwhite-top-bg {
background: linear-gradient(to top, #def2eb 74%, white 100%);
}

.greenwhite-bg {
  background-color: rgb(222, 242, 235);

  box-shadow: 
  0px 25px 90px 40px rgba(222, 242, 235, 0.8),
   0px -20px 90px 40px rgba(222, 242, 235);
}

.white-bg {
  background-color: #ffffff;
}

.inside-shadow-lrb {
  box-shadow: inset 0 8px 38px 38px rgb(222, 242, 235),
      inset 0 -8px 38px 38px rgb(222, 242, 235);
}

.cursor-disable {
  cursor: not-allowed;
}
/* hero section */
.text-granite {
  color: #848484 !important;
}

.text-mid-grey {
  color: #616161 !important;
}

.text-turtle-green {
  color: #3E8871;
}

.text-mint-green {
  color: #52B394;
}

.text-faded-red {
  color: #DC3C45;
}
 
.fs-68 {
  font-size: 68px;
}

.fs-49 {
  font-size: 49px;
}

.fs-39 {
  font-size: 39px;
}

.fs-28 {
  font-size: 28px;
}

.fs-22 {
  font-size: 22px;
}

.margin-7 {
  margin-top: 7rem;
}

.shadow-lrb {
  box-shadow: -4px 4px 6px rgba(0, 0, 0, 0.1),
    4px 4px 6px rgba(0, 0, 0, 0.1);
}

/* generate via link,ai & file section */

.iconify-style {
  font-size: 88px;
  color: #52B394;
}

.generate-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 87px;
}

.generate-container-img {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 85%;
  max-width: 1440px;
}

.generate-container-img div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.generate-container-img div > p {
  font-size: 27px;
  font-weight: 600;
}

/* Themes & Template styles */
.theme-templ-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 55px;
}

.theme-templ-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 17px;
}

.theme-templ-themes {
  display: flex;
  width: 40%;
  justify-content: space-between;
}

.theme-templ-templatesImg {
  display: grid;
  grid-template-columns: repeat(4, auto);
  column-gap: 35px;
  row-gap: 20px;
}

/* How it works */
.steps-container {
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  gap: 44px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(2, 486px); 
  column-gap: 55px; 
  row-gap: 55px; 
  width:auto;
}

.steps-grid-card {
  display: flex; 
  flex-direction: column; 
  gap: 16px; 
  background-color: white; 
  padding: 33px;
  border-radius: 15px;
}

/* Subscription plans */

.subs-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:55px
}

.subs-cards-container {
  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
  row-gap: 30px;
  justify-content: center;
  gap: 6%;
  width: 90%;
  max-width: 1230px;
}


.subs-card {
  border: 1px solid #3E8871;
  border-radius: 15px;
  padding: 22px;
  width: 22%;
  height: auto;
  display: flex;
  gap: 17px;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 65px;
}

.active-plan {
  background-color: #3E8871;
  color: white !important;
}

.cancelled-plan {
  border: 1px solid #999999 !important;
  background-color: #999999;
  color: white !important;
}

.active-tag {
  border-radius: 25px;
  padding: 4px 18px;
  background-color: #ffffff;
  width: 100px;
  color: #1976D2;
  font-size: 14px;
  display: flex;
  justify-content: end;
  position: relative;
}

.active-tag > span {
  border-radius: 100%;
  height: 9px;
  width: 9px;
  background-color: #1976D2;
  position: absolute;
  left: 16px;
  top: 10px;
}

.cancelled-tag {
  border-radius: 25px;
  padding: 4px 18px;
  background-color: #ffffff;
  width: 110px;
  color: #616161;
  font-size: 14px;
  display: flex;
  justify-content: end;
  position: relative;
}

.cancelled-tag > span {
  border-radius: 100%;
  height: 9px;
  width: 9px;
  background-color: #616161;
  position: absolute;
  left: 13px;
  top: 10px;
}

.pricing-toggle {
  background-color: #DEF2EB;
  padding: 4px;
  width: 300px;
  height: 56px;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  /* user-select: none; */
}

.toggle-slider {
  background-color: #3E8871;
  color: white;
  font-weight: 500;
  height: 46px;
  width: 140px;
  border-radius: 50px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: left 0.3s ease-in-out;
  z-index: 1;
  left: 4px;
}

.toggle-option {
  flex-grow: 1;
  text-align: center;
  font-weight: 500;
  color: #5a9178;
  z-index: 2;
  transition: color 0.3s ease;
}

.save-badge {
  background-color: #3b7dd8;
  color: white;
  position: absolute;
  font-size: 11px;
  font-weight: 400;
  top: -20px;
  right: -18px;
  padding: 4px 9px;
  border-radius: 50px;
  z-index: 10;
}

/* FAQs Accordian */
.accordion {
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-active-bg: #ffffff;
}

.accordion-button:not(.collapsed) {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: white;
  }

.accordion-button {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 9px;
  font-weight: 600;
  color: black !important;
  border: none !important;
}

.accordion-button.collapsed {
  background-color: white;
  color: black !important;
}

.accordion-item {
  margin-bottom: 20px;
  border-radius: 9px;
  border: 1px solid #3E8871
}

.accordion-body {
  background-color: white; /* Light gray for content */
}

/* Default height for large screens */
.responsive-height-right-div {
  justify-content: safe center; /* 80% of viewport height */
}

.btn-no-hover:active {
  border-color: transparent !important;
}

.go-back {
  position: absolute;
  left: 25px;
  top: 15px;
  cursor: pointer;
}

.carousel-img-banner {
  background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    position: absolute;
    z-index: 20;
   padding: 20px 20px 20px 35px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.carousel-img-banner > h1 {
  color: white;
  text-shadow:
    -1px -1px 0 black,
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black;
  font-size: 31px !important;
}