@import url("/css/transliterate.css");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
}

html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
}


#loader-container {
  width: 150px;
  height: 150px;
  position: relative;
  transform: translate(-50%, -50%);
  margin-top: 1%;
  top: 50%;
  left: 50%;
  z-index: 9999;
}

.hero-section {
  display: flex;
  flex-direction: row;
  display: flex;
  background-image: url(/assets/img/category/category_base.png);
  background-size: 100% 114%;
  background-repeat: no-repeat;
  background-position: 2px 0px !important;
  width: 85%;
  height: 100%;
  margin-left: 10%;
  user-select: none;
}

.hero-section .hero-section-image-1 {
  height: auto;
  align-self: flex-start;
  z-index: 1;
  transform: translateX(-10%);
}

.hero-section .title {
  width: max-content;
  display: flex;
  flex-direction: column;
  align-self: center;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  text-shadow: 0 0 3px #ffffff;
  color: white;
  font-weight: 550;
  align-items: center;
  font-size: 36px;
  margin-left: 0%;
}

.hero-section .south-indian-title,
.hero-section .christian-title{
  font-size: 28px;
  text-align: center;
}

.hero-section .Select-design-muslim,
.hero-section .Select-design-general,
.hero-section .Select-design-bengali,
.hero-section .Select-design-marathi,
.hero-section .Select-design-buddha,
.hero-section .Select-design-christian,
.hero-section .Select-design-other,
.hero-section .Select-design-engagement,
.hero-section .Select-design-south-indian,
.hero-section .Select-design-all,
.hero-section .Select-design-sikh,
.hero-section .Select-design-hindu {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: white;
  font-size: 18px;
  font-weight: 500;
  margin-top: 1.5%;
  justify-content: center;
  align-self: center;
}

.hero-section .category-image {
  position: absolute;
  object-fit: contain;
  width: 30.5%;
  right: 10px;
}

.hero-section .category-image img {
  height: 100%;
  width: 100%;
}

/* Main Container */

.main-container {
  position: relative;
  margin: 0 4%;
  margin-top: 2%;
  height: 100%;
}

.options-container {
  display: none;
}

.user-input-container {
  position: absolute;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 1em;
  color: #777777;
  background: #ffffff;
  border: 1.5px solid #ffffff;
  box-shadow: 0px 8px 30px rgba(13, 13, 13, 0.06);
  bottom: 100%;
  margin-bottom: -0.7%;
  left: 59%;
  width: 40%;
  height: 50px;
  cursor: pointer;
  border-radius: 12px;
}

.user-input-container .bride-groom {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 40%;
}

#user-input-bride-name,
#user-input-groom-name {
  font-weight: 550;
  font-size: 0.9em;
}

#weds {
  font-size: 0.7em;
  font-style: italic;
}

.user-input-container hr {
  rotate: 90deg;
  width: 35px;
  border: 0.8px solid #dadada;
  position: absolute;
  border-bottom: none;
  left: 42%;
  top: 45%;
}

.user-input-container .card-language-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  font-size: 0.7em;
}

.card-language-container .title {
  font-weight: 450;
}

.card-language-container .card-language {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 75%;
}

#selected-card-language {
  font-weight: 700;
  color: #007663;
  font-size: 14px;
}

.card-language-container i {
  cursor: pointer;
  font-size: 1.5em;
}

.category-container::-webkit-scrollbar {
  height: 5px;
}

.category-container::-webkit-scrollbar-track {
  border-radius: 5px;
}

.category-container::-webkit-scrollbar-thumb {
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.329);
}

.category-container {
  height: 90px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #ffffff;
  border: 1.5px solid rgba(13, 13, 13, 0.1);
  box-shadow: 0px 8px 24px rgba(32, 32, 32, 0.06);
  border-radius: 12px;
  scroll-behavior: smooth;
  overflow: auto;
  z-index: 0;
}

.category-title {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  overflow: hidden;
  padding: 0 1em;
  height: 100%;
  width: 100%;
}

.category-title a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 100%;
  gap: 0.3em;
  text-decoration: none;
  object-fit: contain;
}

.category-title a img {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  padding: 0.4rem;
}

.category-title a p,
.more-button-container p {
  font-size: 0.8em;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: center;
  color: #808080;
  text-decoration: none;
  width: max-content;
  user-select: none;
}

.category-title a:hover p {
  color: #007663;
}

.category-title a:hover img {
  border: 1px solid #007663;
}

.category-title a.active::after {
  content: "";
  display: block;
  border: 4px solid #007663;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  width: 100%;
  bottom: -2px;
  z-index: -1;
}

.more-button-container {
  display: none;
}

.page-container {
  width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 6%;
  gap: 5em;
}

.main-card {
  height: fit-content;
  border-radius: 2.5%;
  width: auto;
  padding: 0;
  aspect-ratio: 2/3;
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  text-align: center;
  transition: box-shadow,transform 0.1s linear;
  position: relative;
}

/*.main-card:hover {
  box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.20);
  transform: translateY(-1px);
}*/

.wedding-card {
  position: relative;
  border-color: #fff;
  border-style: solid;
  z-index: 5;
  background-color: rgb(255, 255, 255);
  box-sizing: content-box;
  cursor: pointer;
  aspect-ratio: 2/3;
  transition: box-shadow 0.3s, transform 0.3s;
  overflow: hidden;
}

.wishlist-icon-container {
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-radius: 50%;
  height: auto;
  width: 15%;
  aspect-ratio: 1;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: all 0.2s linear;
}

.wishlist-icon-container .wishlist-icon {
  color: white;
  font-size: 1.2rem;
  font-weight: 400;
}

.wishlist-icon-container .wishlist-icon.active {
  font-weight: 700;
  color: white;
}

.card-price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0 1rem;
  padding-bottom: 0.4rem;
  font-size: 0.7rem;
  gap: 0.5rem;
}

.price {
  color: #7c7c7c;
  font-weight: 600;
  font-size: 0.9rem;
  font-style: italic;
  flex: 1;
  text-align: right;
}

.striked-price {
  font-style: italic;
  text-decoration: line-through;
  color: #bcbcbc;
  font-size: 0.8rem;
  font-weight: 500;
}

.price-discount {
  color: #17917c;
  font-weight: 600;
  font-size: 0.8rem;
  font-style: italic;
}

.pagination {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-self: center;
  margin: 5% 0;
}

.pagination .btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  border-radius: 10px;
  overflow: hidden;
  padding: 1em;
  width: 40%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.btn-container button:nth-child(odd) {
  justify-content: center;
  background-color: white;
  color: #007663;
  height: 100%;
  border: 2px solid #007663;
  border-radius: 6px;
  padding: 0 0.7em;
  font-weight: 500;
  font-size: 1.1em;
  cursor: pointer;
}

.btn-container button:nth-child(even) {
  cursor: default;
  justify-content: center;
  color: white;
  height: 100%;
  border: 2px solid #007663;
  border-radius: 50%;
  background: #007663;
  height: 40px;
  aspect-ratio: 1;
  font-weight: 500;
  font-size: 1em;
}

.btn-container button > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 1.1em;
  width: 100%;
}

.btn-container button > span:nth-child(even) {
  justify-content: flex-end;
}

.btn-container button > span svg {
  width: 25%;
  fill: #007663;
}

.btn-container button.prev svg {
  rotate: 180deg;
}

.content-container {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 10%;
  padding: 5%;
  border: 2px solid #f1f1f1;
  border-radius: 24px;
  object-fit: contain;
}

.content-container .title {
  background: #f5faf9;
  border-radius: 100px;
  font-weight: 500;
  font-size: 1.5em;
  padding: 0.8em 1.5em;
  color: #0d0d0d;
  text-align: center;
  position: absolute;
  top: 0%;
  transform: translateY(-50%);
}

.content-container img {
  position: absolute;
  height: auto;
  width: 100%;
  opacity: 0.05;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content-container .content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
  gap: 2em;
  font-weight: 400;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.5);
}

.content-container .content strong {
  color: rgba(0, 0, 0, 0.9);
}

.user-input-modal-container {
  position: fixed;
  display: none;
  justify-content: center;
  top: 0;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  overflow: auto;
}

.user-input-modal {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: white;
  box-shadow: 0px 8px 30px rgba(13, 13, 13, 0.06);
  border-radius: 24px;
  width: 40%;
  padding: 2em;
  gap: 2em;
}

.user-input-modal .select-language,
.user-input-modal .bride-groom-input-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1em;
  height: 100%;
  flex-direction: column;
}

.select-language .title,
.bride-groom-input-container .title {
  font-weight: 500;
  font-size: 1.1em;
}

.select-language .all-languages {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1 0 0;
  gap: 1em;
}

.all-languages p {
  background: rgba(13, 13, 13, 0.06);
  border: 1.4px solid rgba(13, 13, 13, 0.06);
  border-radius: 500px;
  color: rgba(13, 13, 13, 0.24);
  font-weight: 500;
  font-size: 1em;
  width: 20%;
  text-align: center;
  padding: 0.5em;
  cursor: pointer;
}

.all-languages p:hover {
  background: #ffffff;
  border: 1.4px solid #007663;
  color: rgba(13, 13, 13, 0.6);
}

.all-languages p.active {
  background: #007663;
  border: 1.4px solid #007663;
  color: white;
}

.user-input-modal hr {
  width: 35%;
  border-radius: 50%;
  border-bottom: none;
  border-image-slice: 1;
  border-image-source: radial-gradient(
    2312.54% 196327.72% at 50.27% 0%,
    rgba(0, 118, 99, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.bride-groom-input-container .bride-groom-input {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: row;
}

.bride-groom-input .bride-name,
.bride-groom-input .groom-name {
  display: flex;
  justify-content: space-around;
  align-items: center;
  object-fit: contain;
  width: 40%;
  height: 65%;
  background: rgba(13, 13, 13, 0.02);
  border: 1.4px solid rgba(13, 13, 13, 0.08);
  border-radius: 6px;
  padding: 0.6rem;
  flex-direction: row;
}

.bride-name img,
.groom-name img {
  height: 22px;
  width: 22px;
  filter: grayscale(1);
  opacity: 0.5;
}

.bride-name input[type="text"],
.groom-name input[type="text"] {
  border: none;
  width: 60%;
  background: transparent;
}

.bride-name input[type="text"]::placeholder,
.groom-name input[type="text"]::placeholder {
  border: none;
  font-size: 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.24);
}

.bride-name input[type="text"]:focus,
.groom-name input[type="text"]:focus,
.bride-name input[type="text"]:focus-visible,
.groom-name input[type="text"]:focus-visible {
  border: none;
  outline: none;
}

.bride-groom-input p {
  font-style: italic;
  font-weight: 450;
  font-size: 1em;
  color: #007663;
}

.submit-details {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.submit-details p {
  cursor: pointer;
  background: #007663;
  border: 2px solid #007663;
  border-radius: 8px;
  width: 50%;
  text-align: center;
  font-weight: 500;
  font-size: 1em;
  color: white;
  padding: 0.7rem 0.4em;
}

.benefits-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5rem;
}

.benefits-container .title {
  font-size: 1.2rem;
}

.benefits-container .title span {
  color: #007663;
}

.benefits-container .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5rem;
}

.benefits-container .content .reason {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  border: 1.6px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.reason .content-image {
  object-fit: contain;
  width: 25%;
  position: relative;
  background: white;
  padding: 0 1%;
}

.reason .content-image:nth-child(odd) {
  translate: 30% -25%;
}

.reason .content-image:nth-child(even) {
  translate: -30% -25%;
}

.reason .content-image img {
  height: 100%;
  width: 100%;
}

.reason .about {
  display: flex;
  justify-content: center;
  width: 70%;
  gap: 0.5rem;
  padding: 5% 8% 4% 8%;
}

.reason .about h2 {
  margin-bottom: 2%;
  position: relative;
}

.reason .about h2::before {
  content: "“";
  font-family: habibi;
  font-weight: 400;
  font-size: 2rem;
  color: #007663;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
}

.reason .about span:not(.reason .about p > span:nth-child(1)) {
  color: #007663;
}

.reason .about p > span:nth-child(1) {
  color: rgba(13, 13, 13, 0.6);
}

.reason .about p {
  line-height: 1.8;
}

.reason .about .quote {
  font-family: habibi;
  font-weight: 400;
  font-size: 2rem;
}

.reason .about p .quote {
  display: inline-flex;
  rotate: 180deg;
  line-height: 0.5;
}

.most-loved-category-container {
  width: 100%;
  margin-top: 10%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: center;
  align-items: center;
}

.most-loved-category-container .navigation-arrows span {
  color: #007663;
}

.card-category-container {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7%;
  row-gap: 10%;
  flex-wrap: wrap;
  flex: 1 1 0;
}

.card-category-container .card-category {
  width: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 0.8rem;
  padding-top: 2rem;
  cursor: pointer;
  transition: box-shadow, transform 0.2s linear;
}

.card-category-container .card-category:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 3px;
  transform: translateY(-2px);
}

.card-category div {
  width: 40%;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.card-category-container .card-category img {
  width: 100%;
  aspect-ratio: 1;
}

.card-category-container .card-category > p:first-child,
.card-category-container .card-category > p:nth-child(2) {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #0d0d0d;
}

.card-category-container .card-category > p:nth-child(3) {
  font-size: 12px;
  color: #007663;
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 500;
  width: max-content;
}

.card-category-container .card-category > p:nth-child(3) span svg {
  height: 20px;
  width: 20px;
  position: relative;
  top: 2px;
  fill: #007663;
}

.most-loved-category-container .navigation-arrows div {
  display: none;
  justify-content: space-between;
}

.most-loved-category-container .navigation-arrows button[disabled="true"] {
  opacity: 0.5;
}

.service-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 -4%;
  margin-top: 10%;
  margin-bottom: 10%;
  background: #f5f5f5;
  padding: 5% 10%;
  position: relative;
}

.service-container .personalised-service {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 5% 10%;
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-direction: column;
}

.personalised-service .title span {
  color: #007663;
}

.personalised-service .title span.quote {
  font-family: habibi;
  font-weight: 400;
}

.personalised-service .content {
  font-size: 1.1rem;
}

.personalised-service .content span.quote {
  display: inline-flex;
  font-family: habibi;
  font-weight: 400;
  rotate: 180deg;
  font-size: 1.5em;
  color: #007663;
  line-height: 0.5;
}

.personalised-service .content > span {
  display: block;
}

.personalised-service .content .service-content-mobile {
  display: none;
}

.personalised-service .contact-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 2.5rem;
}

.personalised-service .contact-buttons button {
  background: #ffffff;
  border: 1.5px solid #007663;
  border-radius: 10px;
  padding: 0.8rem 1.5rem;
  color: #007663;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}

.personalised-service .contact-buttons button span {
  font-weight: 600;
}

.service-container .mobile-app-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10% 0;
  text-align: center;
}

.service-container .mobile-app-container h2 {
  font-size: 2rem;
  font-weight: 600;
}

.service-container .mobile-app-container span {
  color: #007663;
}

.service-container .google-play-achievements-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 45%;
  position: absolute;
  background: #ffffff;
  border: 1.2px solid rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 2%;
  bottom: 0;
  translate: 0 50%;
}

.service-container .google-play-achievements-container .title {
  padding: 0.8rem 1.5rem;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  position: absolute;
  top: 0;
  translate: 0 -50%;
  color: black;
}

.service-container .google-play-achievements-container .content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5rem;
  margin-top: 5%;
  width: 100%;
}

.google-play-achievements-container .content div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 40%;
  text-align: center;
  gap: 0.5rem;
}

.google-play-achievements-container .content div p:nth-child(1) {
  font-weight: 600;
  font-size: 1.1rem;
}

.google-play-achievements-container .content div p:nth-child(2) {
  font-size: 0.9rem;
}

.personalised-service .content p:nth-child(2) {
  display: none;
}

.recent-card-header > .title > h2 > span > span {
  color: #007663;
}

.recent-card-display {
  overflow: visible;
  margin-bottom: 5%;
}

.recent-card-header > .title > h2:nth-child(1) {
  display: block;
}

.recent-card-header > .title > h2:nth-child(2) {
  display: none;
}

.recent-card-display-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
}

.recent-card-display {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 1em;
  border-radius: 10px;
}

.recent-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2em;
}

.recent-card-header .title h2 {
  font-size: 32px;
  line-height: 48px;
}

.recent-card-header .title span:nth-child(2) {
  color: #00775f;
}

.card-container .user-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 3% 5%;
  padding-bottom: 1%;
}

.card-container .user-info .name {
  font-weight: 500;
  font-size: 14px;
}

.user-info .user-rating img {
  width: 100%;
  height: 100%;
}

.card-container .user-info .user-rating {
  width: 30%;
}

.card-description {
  font-weight: 500;
  font-size: 1em;
}

.card-description .bride-groom {
  font-weight: 500;
}

.navigation-container {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 10%;
}

.navigation-container button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: none;
  width: 45%;
  aspect-ratio: 1;
  cursor: pointer;
}

.recent-card-prev {
  background: #fff;
  color: #007663;
  rotate: 180deg;
  border: 1px solid #e5e5e6;
}

.recent-card-next {
  background: #007663;
  box-shadow: 0 25px 40px rgba(59, 80, 90, 0.05);
  color: #fff;
}

.recent-cards-container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: stretch;
}

.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.popup-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.popup-content img {
  max-width: 80%;
  max-height: 80%;
}

.card-container,
.card-container img {
  width: 100%;
  height: 100%;
  transition: scale 0.2s linear;
}

.card-container {
  border-radius: 20px;
  object-fit: contain;
  cursor: pointer;
  background: white;
  padding: 1%;
  border: 0.5px solid rgba(0, 0, 0, 0.24);
  box-shadow: 0px 54px 80px -16px rgba(219, 222, 230, 0.4);
}

.card-content {
  display: flex;
  align-items: center;
  object-fit: contain;
}

.category-title a.active img,
.category-title a:active img {
  border: 2px solid #007663;
}

@media (max-width: 1050px) {
  .card-category-container .card-category img {
    max-width: 100%;
  }

  .card-category-container .card-category > p:nth-child(2) {
    line-height: normal;
  }

  .card-category-container .card-category > p:nth-child(3) a {
    font-size: 8px;
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .card-category-container .card-category {
    width: 19%;
  }

  .service-container {
    margin-top: 15%;
  }

  .service-container .mobile-app-container {
    margin-bottom: 12%;
  }

  .service-container .google-play-achievements-container {
    width: 70%;
  }
}

@media (max-width: 1050px) {
  .hero-section .category-image {
    width: 40%;
  }

  .user-input-container {
    width: 70%;
    left: 28%;
  }

  .category-container {
    padding: 0.7rem 0;
    height: 110px;
    transition: height 0.5s linear;
  }

  .category-title a {
    aspect-ratio: 1;
    width: 90px;
    height: auto;
  }

  .category-title a.active::after {
    display: none;
  }

  .category-title a:nth-child(n + 6) {
    display: none;
  }

  .category-title a p,
  .more-button-container p {
    font-size: 1rem;
  }

  .category-title a.active img {
    border: 2px solid #007663;
  }

  .category-title a.active p {
    color: #007663;
  }

  .more-button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: auto;
    position: relative;
    padding: 0 0.5rem;
    object-fit: contain;
    cursor: pointer;
  }

  .more-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0.6rem;
  }

  .more-icon i {
    color: #a3a3a3;
    font-size: 1.5rem;
    position: absolute;
    bottom: 50%;
  }

  .page-container {
    margin: 4% 1%;
    gap: 2.5rem;
  }

  .wishlist-icon-container .wishlist-icon {
    font-size: 1rem;
  }

  .pagination .btn-container {
    width: 50%;
  }

  .content-container {
    margin: 10% 4%;
  }

  .content-container .title {
    padding: 0.8rem 1.2rem;
    font-size: 1.2rem;
  }

  .user-input-modal {
    width: 70%;
  }

  .card-price {
    padding: 0 0.4rem;
  }
  .price-discount,
  .striked-price {
    font-size: 0.75rem;
  }
  .price {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .hero-section {
    flex-direction: column !important;
    height: 330px !important;
    width: 100%;
    margin-left: 0%;
    background-image: url(/assets/img/category/mobile_base.webp);
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
  }

  .hero-section-image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hero-section .hero-section-image-1 {
    display: flex !important;
    max-width: 75%;
    transform: none !important;
    justify-content: center !important;
    margin-left: 0%;
  }

  .hero-section .title{
    margin-left: 0%;
  }

  .hero-section .all-title,
  .hero-section .muslim-title,
  .hero-section .buddha-title,
  .hero-section .bengali-title,
  .hero-section .hindu-title,
  .hero-section .other-title,
  .hero-section .sikh-title,
  .hero-section .christian-title,
  .hero-section .engagement-title,
  .hero-section .general-title,
  .hero-section .marathi-title,
  .hero-section .south-indian-title,
  .hero-section .christian-title {
    align-self: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    color: white;
    font-size: 22px;
    font-weight: 450;
  }

  .card-category-container .card-category:hover {
    box-shadow: none !important;
    transform: none !important;
  }

  .popup-content img {
    align-items: center;
    max-width: 95%;
    max-height: 95%;
  }

  .hero-section .Select-design-muslim,
  .hero-section .Select-design-general,
  .hero-section .Select-design-christian,
  .hero-section .Select-design-marathi,
  .hero-section .Select-design-buddha,
  .hero-section .Select-design-south-indian,
  .hero-section .Select-design-other,
  .hero-section .Select-design-engagement,
  .hero-section .Select-design-bengali ,
  .hero-section .Select-design-all ,
  .hero-section .Select-design-sikh,
  .hero-section .Select-design-hindu {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: white;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5%;
  }
  
  .hero-section .category-image {
    width: 60%;
    bottom: -1.5%;
    right: 4%;
  }

  .main-container {
    margin-top: 20%;
  }

  .user-input-container {
    background-color: white !important;
    border: 1.5px solid rgba(13, 13, 13, 0.1);
    box-shadow: 0px 8px 24px rgba(32, 32, 32, 0.06);
    border-radius: 12px;
    margin-bottom: -10%;
    width: 85%;
    height: 95px;
    left: 50%;
    transform: translateX(-50%);
  }

  .user-input-container .bride-groom {
    margin-bottom: 12%;
    flex-direction: column;
    height: 50%;
  }

  #user-input-bride-name,
  #user-input-groom-name {
    font-size: 0.9rem;
  }

  #weds {
    font-size: 0.5rem;
  }

  .user-input-container .card-language-container {
    justify-content: space-between;
    margin-bottom: 10%;
    height: 40%;
  }

  .user-input-container hr {
    rotate: 90deg;
    width: 40px;
    border: 1.5px solid #dadada;
    position: absolute;
    border-bottom: none;
    left: 42%;
    top: 30%;
  }

  .card-language-container .card-language {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    height: 90%;
    margin-bottom: 3%;
  }

  .category-container {
    height: 100px;
    transition: height 0.5s linear;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 4%;
  }

  .category-title {
    justify-content: space-evenly;
    gap: 0.8rem;
  }

  .category-title a {
    justify-content: space-evenly;
    height: auto;
    -webkit-tap-highlight-color: transparent;
  }

  .category-title a:active p,
  .category-title a:active img {
    scale: 0.8;
    transition: scale 0.5s linear;
  }

  .category-title a.active::after {
    display: none;
  }

  .category-title a:nth-child(n + 4) {
    display: none;
  }

  .category-title a img {
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0.6rem;
  }

  .category-title a p,
  .more-button-container p {
    font-size: 0.8rem;
  }

  .category-title a.active img,
  .category-title a:active img {
    border: 2px solid #007663;
  }

  .category-title a.active p,
  .category-title a:active p {
    color: #007663;
  }

  .more-button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    gap: 0.3rem;
    position: relative;
    padding: 0 0.5rem;
    object-fit: contain;
  }

  .more-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0.6rem;
  }

  .more-icon i {
    color: #a3a3a3;
    font-size: 1.3rem;
    height: 50%;
    display: flex;
    position: static;
  }

  .page-container {
    margin: 4% -1%;
    gap: 1em;
    width: auto;
  }

  .wishlist-icon-container .wishlist-icon {
    font-size: 0.8rem;
  }

  .card-price {
    padding: 0 0.5rem;
  }

  .price {
    font-size: 0.75rem;
  }

  .striked-price,
  .price-discount {
    font-size: 0.75rem;
  }

  .pagination .btn-container {
    width: 90%;
  }

  .content-container {
    margin: 15% 5% 15% 5%;
  }

  .content-container .title {
    padding: 1.2rem;
    font-size: 1rem;
  }

  .content-container .content {
    margin-top: 8%;
    font-size: 0.8rem;
  }

  .user-input-modal {
    width: 90%;
  }

  .all-languages p {
    width: 45%;
  }

  .bride-groom-input-container {
    width: 90%;
  }

  .bride-groom-input-container .bride-groom-input {
    flex-direction: column;
    gap: 10px;
  }

  .bride-groom-input .bride-name,
  .bride-groom-input .groom-name {
    width: 100%;
  }

  .bride-groom-input p {
    font-size: 0.8rem;
  }

  .submit-details p {
    width: 90%;
  }

  .personalised-service .content .service-content-mobile {
    display: block;
  }
}

@media (max-width: 768px) {
  .benefits-container .content .reason,
  .reason .about {
    width: 100%;
  }

  .benefits-container {
    margin-top: 25%;
    gap: 7rem;
  }

  .reason {
    position: relative;
    padding-top: 7%;
  }

  .reason .content-image,
  .reason .content-image:nth-child(odd),
  .reason .content-image:nth-child(even) {
    position: absolute;
    top: 0;
    translate: 0 -50%;
  }

  #loader-container {
    margin-top: 15% !important;
  }

  .reason .content-image:nth-child(odd) {
    left: 6%;
  }

  .reason .content-image:nth-child(even) {
    right: 5%;
  }

  .recent-card-display {
    padding: 2em 1.5em 0em 0em !important;
  }

  .recent-card-header {
    justify-content: center;
    flex-direction: column;
    gap: 1em;
  }

  .recent-card-header .title h2 {
    margin-top: -25px;
    font-size: 20px;
    text-align: center;
    line-height: normal;
  }

  .reason .about h2 {
    font-size: 1rem;
  }

  .benefits-container .content .reason:nth-child(odd) .about h2 {
    margin-left: 37%;
  }

  .benefits-container .title {
    width: 70%;
    align-self: center;
    text-align: center;
  }

  .most-loved-category-container .navigation-arrows h2 {
    font-size: 1.5rem;
  }

  .most-loved-category-container .navigation-arrows {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .most-loved-category-container {
    margin-top: 20%;
  }

  .card-category-container {
    width: 100%;
    gap: 4%;
  }

  .card-category-container .card-category:nth-child(9),
  .card-category-container .card-category:nth-child(10) {
    display: none;
  }

  .card-category-container .card-category {
    width: 30%;
    margin-bottom: 3%;
  }

  .service-container .mobile-app-container,
  .service-container .google-play-achievements-container {
    display: none;
  }

  .service-container .personalised-service {
    width: 95%;
    gap: 1rem;
    box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.05);
  }

  .personalised-service .content {
    font-size: 0.8rem;
  }

  .service-container .content p:nth-child(1) {
    display: none;
  }

  .service-container .content p:nth-child(2) {
    display: flex;
  }

  @media (max-width: 576px) {
    .card-category-container .card-category > p:nth-child(3) span svg {
      width: 15px;
      height: 15px;
    }

    .benefits-container .title {
      width: 95%;
    }

    .card-category-container .card-category > p:nth-child(3) {
      font-size: 0.8rem;
      width: 100%;
      justify-content: center;
    }

    .card-category div {
      width: 70%;
    }

    .card-category-container .card-category > p:first-child,
    .card-category-container .card-category > p:nth-child(2) {
      font-size: 12px;
    }

    .service-container .personalised-service {
      padding: 7% 5%;
      gap: 0.5rem;
    }

    .personalised-service .title h2 {
      font-size: 1.1rem;
    }

    .personalised-service .content > span {
      display: none;
    }

    .service-container .content p:nth-child(2) {
      position: relative;
      top: -5%;
      font-size: 0.8rem;
      text-align: justify;
      width: 95%;
      margin-left: 3%;
      align-self: center;
    }

    .reason .about p {
      font-size: 0.9rem;
    }

    .reason .about .quote,
    .reason .about h2::before {
      font-size: 1rem;
    }

    .reason .about h2 {
      font-size: 1.1rem;
    }

    .personalised-service .contact-buttons button {
      padding: 0.3rem 0.7rem;
      gap: 0.3rem;
      font-size: 12px;
      width: 100%;
    }

    .personalised-service .contact-buttons {
      gap: 0rem;
      margin-top: 5%;
      width: 100%;
      justify-content: space-between;
    }

    .personalised-service .contact-buttons button img {
      width: 1rem;
      height: 1rem;
    }

    .personalised-service .contact-buttons a {
      width: 47%;
    }

    .card-wrapper {
      width: 50%;
    }

    .card-category-container .card-category {
      gap: 0.5rem;
    }

    .card-category-container {
      gap: 7%;
      row-gap: 0%;
    }

    .card-category-container .card-category {
      width: 44%;
      margin-bottom: 7%;
    }

    .card-category-container .card-category > p:nth-child(3) {
      position: relative;
      left: 5%;
    }

    .service-container {
      padding: 20% 3% 10% 3%;
      margin-bottom: 0;
    }

    .benefits-container .content .reason:nth-child(odd) .about h2 {
      margin-left: 30%;
    }

    .recent-card-header > .title > h2:nth-child(1) {
      display: none;
    }

    .recent-card-header > .title > h2:nth-child(2) {
      display: flex;
      line-height: 40px;
    }

    .card-container {
      padding: 5%;
    }
  }
}


@media (max-width: 350px) {
    .main-container {
        margin-top: 25%;
        min-height: 300px;  /* Reserve space to prevent layout shifts */
    }

  .hero-section {
    height: 200px;
  }

  .card-language-container .card-language {
    font-size: 0.7rem;
  }

  .category-title a img,
  .more-icon {
    width: 45px;
    height: 45px;
  }

  .category-title a p,
  .more-button-container p {
    font-size: 0.7rem;
  }

  .more-icon i {
    bottom: 35%;
  }

  .page-container {
    margin: 4% -2%;
  }

  .wishlist-icon-container .wishlist-icon {
    font-size: 0.7rem;
  }

  .price,
  .striked-price,
  .price-discount {
    font-size: 0.65rem;
  }

  .pagination .btn-container {
    width: 100%;
  }

  .btn-container button:nth-child(odd) {
    font-size: 0.9rem;
  }

  .content-container .title {
    padding: 1rem;
    font-size: 0.9rem;
  }

  .select-language .all-languages {
    gap: 0.9rem;
  }

  .all-languages p {
    font-size: 0.8rem;
  }

  .submit-details p {
    width: 85%;
  }

  .benefits-container .content .reason:nth-child(odd) .about h2 {
    margin-left: 24%;
  }

  .reason .about h2 {
    font-size: 1rem;
  }

  .reason .about p {
    font-size: 0.8rem;
    line-height: 16px;
    text-align: justify;
  }

  .most-loved-category-container .navigation-arrows h2 {
    font-size: 1.3rem;
    padding: 0 5%;
  }

  .personalised-service .title h2 {
    font-size: 0.9rem;
  }

  .recent-card-header .title h2 {
    font-size: 0.8em;
  }

}

/*========================================== Trial Button Design ================================================*/
.main-card .trial-button-parent {
  width: 100%;
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%, 50%);
  transition: transform 0.3s ease, bottom 0.3s ease;
  z-index: 1;
  background-color: #FFFFFF;
  border: 1px solid #C3C3C3;
  align-items: center;
  justify-content: center;
  height: 17%;
  display: flex;
}

.main-card:hover .trial-button-parent {
  transform: translate(-50%, 0);
  bottom: 0%;
}

.main-card:hover .wishlist-icon-container {
  bottom: 20%;
}

.trial-button-parent button{
  width: 80%;
  height: 65%;
  background-color: #605F5F;
  color: #fff;
  border: none;
  border-radius: 2px;
  font-weight: 600;
  font-family: Inter;
  cursor: pointer;
}
/*============================== Trial Button Design Ends Here ======================================*/

/*=========================== Edit Button Design ===================================*/
.icon-parent{
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  aspect-ratio: 1;
  margin: 5%;
  padding: 5%;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10;
  position: absolute;
  cursor: pointer;
}
.go-icon{
  aspect-ratio: 1;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
}
@media (max-width: 768px) {
  .main-card{
    aspect-ratio: 0.65;
  }
  .main-card .trial-button-parent{
    display: none;
  }
  .icon-parent {
    display: flex;
  }
}
/*===================== Edit button Design Ends here =====================================*/