/* ---------- Common Styles Start ---------- */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
  --white: #ffffff;
  --white10: #ffffff1a;
  --white20: #ffffff33;
  --black: #000000;
  --black10: #0000001a;
  --seashell: #fff7ed;
  --blackSqueeze: #f0fdfa;
  --exoticSkin: #8c4842;
  --exoticSkin5: #8c48420d;
  --exoticSkin10: #8c48421a;
  --blueDianne80: #1d4350cc;
  --blueDianne: #1d4350;
  --sunsetTerracotta80: #a43931cc;
  --winterSnow: #fffcf8;
  --rome: #7d3434;
  --darkGrey: #404041;
  --darkGrey50: #40404180;
  --sharkGray: #6b7280;
  --lightSilver: #e0e0e0;
  --whiteMarble: #e8e8e8;
  --funkyRed: #ee1c25;
  --lightFunkyRed: #fff0f1;
  --cuteSkyBlue5: #c6e4f60d;
  --papayaWhip: #ffedd5;
  --william: #3f5f67;
  --matrix: #aa5b53;
  --titanWhite: #f2f1ff;
  --silverSteel: #9ca3af;
  --gardenLime: #48a109;
  --rainbowGreen: #4cd964;
  --deepKoamaru: #333366;
  --atomicGrey: #545454;
  --hummingBird: #ccfbf1;
  --hummingBird80: #ccfbf180;
  --gray900: #a3a2a6;
  --gray100: #d0d3d9;
  --gray500: #697386;
  --softTopaz30: #fed7aa4d;
  --softTopaz: #fed7aa;
  --royalPastelBlue: #d9dbe9;
  --crystalPeak: #dbeafe;
  --titaniumWhite: #f3f4f6;
  --brightPastelOrange10: #ffb74d1a;
  --butteryWhite: #fefce8;
  --platinumSteel: #f1f3f6;
  --whiteIce: #dbffee;
  --oceanGreen: #4ad796;
  --hotKiss: #ff4e51;
  --pippin: #ffdfe0;
  --butteryOrange: #fffbeb;
  --loyal: #ff9f43;
  --shimmerSilver: #b7bac1;
  --hydroCarbon: #4b5563;
  --uranusBlue10: #4dd0e11a;
  --uranusBlue20: #4dd0e133;
  --uranusBlue: #4dd0e1;
  --tenderGreen10: #81c7841a;
  --honeydew: #f0fdf4;
  --crystalQuartz: #ecfdf5;
  --lightPastelMint: #bbf7d0;
  --magnoliaHeart: #faf5ff;
  --zumthor: #eef2ff;
  --roseLilac: #e9d5ff;
  --crispyMintGreen: #22c55e;
  --fantasia: #a855f7;
  --magicMint: #a7f3d0;
  --crystalBlue: #e0e7ff;
  --lightRed: #fef2f2;
  --coralCandy: #ffd8d4;
  --whiteMarble: #e5e7eb;
  --ariella: #99f6e4;
  --alpineWhite: #ecf1fa;
  --soothingBlueGrey: #d1d5db;
  --sweetestPink: #fbcfe8;
  --simpleGreen: #16a34a;
}

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

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

button[type="button"]:focus {
  outline: none;
}

body {
  min-height: 100vh;
}

.img-full {
  height: 100%;
  width: 100%;
}

.img-contain {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.img-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.icon24-img {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon20-img {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.main-container {
  width: 100%;
  background: linear-gradient(
    135deg,
    var(--seashell) 0%,
    var(--white) 35.36%,
    var(--blackSqueeze) 70.71%
  );
  padding-top: 80px;
}

.max-w-575 {
  max-width: 575px;
}

.b-top-whiteMarble {
  border-top: 1px solid var(--whiteMarble);
}

.primary-color {
  color: var(--exoticSkin) !important;
}

.darkGrey-color {
  color: var(--darkGrey) !important;
}

.sharkGray-color {
  color: var(--sharkGray) !important;
}

.funkyRed-color {
  color: var(--funkyRed) !important;
}

.bg-darkGrey {
  background: var(--darkGrey) !important;
}

.bg-white {
  background: var(--white) !important;
}

.bg-funkyRed {
  background: var(--funkyRed) !important;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.gap-40 {
  gap: 40px;
}

.gap-20 {
  gap: 20px;
}

.gap-10 {
  gap: 10px;
}

.i-24,
.i-18,
.i-16,
.i-20 {
  display: inline-block;
  background-color: var(--exoticSkin);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.i-24 {
  width: 24px;
  height: 24px;
}

.i-20 {
  width: 20px;
  height: 20px;
}

.i-18 {
  width: 18px;
  height: 18px;
}

.i-16 {
  width: 16px;
  height: 16px;
}

.custom-btn-radio input:checked + .option-box .i-24 {
  background-color: var(--white);
}

.icon-gender-male {
  mask-image: url(../images/SVG/gender-male.svg);
}

.icon-gender-female {
  mask-image: url(../images/SVG/gender-female.svg);
}

.icon-calender {
  mask-image: url(../images/SVG/brownCalendar.svg);
}

.icon-clock {
  mask-image: url(../images/SVG/brownClock.svg);
}

.icon-clock-fill {
  mask-image: url(../images/SVG/whiteClock.svg);
}

.icon-alert {
  mask-image: url(../images/SVG/brownAlert.svg);
}

.icon-children {
  mask-image: url(../images/SVG/whiteChildren.svg);
}

.icon-dog {
  mask-image: url(../images/SVG/dogIcon.svg);
}

.icon-cat {
  mask-image: url(../images/SVG/catIcon.svg);
}

.icon-visa {
  mask-image: url(../images/SVG/visaIcon.svg);
}

.icon-user {
  mask-image: url(../images/SVG/user.svg);
}

.icon-calender {
  mask-image: url(../images/SVG/brownCalendar.svg);
}

.icon-lock {
  mask-image: url(../images/SVG/lockIcon.svg);
}

.icon-email {
  mask-image: url(../images/SVG/emailIcon.svg);
}

.icon-email-fill {
  mask-image: url(../images/SVG/mail.svg);
}

.icon-call {
  mask-image: url(../images/SVG/callIcon.svg);
}

.icon-location {
  mask-image: url(../images/SVG/Location.svg);
}

.icon-country {
  mask-image: url(../images/SVG/countryIcon.svg);
}

.icon-barcode {
  mask-image: url(../images/SVG/barcode.svg);
}

.icon-arrowRight {
  mask-image: url(../images/SVG/arrowRight.svg);
}

.icon-arrowLeft {
  mask-image: url(../images/SVG/brownLeftArrow.svg);
}

.icon-download {
  mask-image: url(../images/SVG/whiteDownload.svg);
}

.icon-watch {
  mask-image: url(../images/SVG/brownClock.svg);
}

.icon-search {
  mask-image: url(../images/SVG/searchInputIcon.svg);
}

.icon-filter {
  mask-image: url(../images/SVG/brownFilter.svg);
}

.icon-outlineUser {
  mask-image: url(../images/SVG/roudedUser.svg);
}

.icon-chatBot {
  mask-image: url(../images/SVG/chatbot.svg);
}

.icon-heart {
  mask-image: url(../images/SVG/redHeart.svg);
}

.icon-notification-fill {
  mask-image: url(../images/SVG/notificationFill.svg);
}

.icon-notification-outline {
  mask-image: url(../images/SVG/headerNotification.svg);
}

.icon-cardBilling {
  mask-image: url(../images/SVG/cardBilling.svg);
}

.icon-danger {
  mask-image: url(../images/SVG/danger.svg);
}

.icon-like {
  mask-image: url(../images/SVG/like.svg);
}

.icon-dislike {
  mask-image: url(../images/SVG/dislike.svg);
}

.icon-logout {
  mask-image: url(../images/SVG/logout.svg);
}

.icon-setting {
  mask-image: url(../images/SVG/setting.svg);
}

.icon-whatsapp {
  mask-image: url(../images/SVG/whatsapp.svg);
}

.icon-redFlag {
  mask-image: url(../images/SVG/redFlag.svg);
}

.icon-shareArrow {
  mask-image: url(../images/SVG/shareIcon.svg);
}

.icon-receipt {
  mask-image: url(../images/SVG/receipt.svg);
}

.common-blue-blur {
  position: absolute;
  width: 384px;
  height: 384px;
  top: 25px;
  left: 25px;
  border-radius: 50%;
  background: var(--crystalPeak);
  filter: blur(80px);
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/* Optional: remove up/down arrow on IE */
input[type="number"]::-ms-clear,
input[type="number"]::-ms-reveal {
  display: none;
}

/* Custome scrollbar -------start*/
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  display: none;
}

.no-scrollbar {
  overflow: -moz-scrollbars-none;
  -webkit-overflow-scrolling: touch;
}

/* Custome scrollbar -------end*/

/* ------------ BUTTON ---------------*/
.primary-btn {
  background: var(--exoticSkin);
  color: var(--winterSnow);
  padding: 14px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  box-shadow: 0px 1px 2px 0px var(--cuteSkyBlue5);
  transition: transform 0.15s ease;
}

.primary-btn:hover {
  transform: translateY(-2px);
  background: var(--rome);
}

.primary-border-btn {
  background: transparent;
  border: 1px solid var(--exoticSkin);
  color: var(--exoticSkin);
  text-align: center;
  padding: 14px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  box-shadow: 0px 1px 2px 0px var(--cuteSkyBlue5);
  transition: transform 0.3s ease;
}

.primary-border-btn:hover {
  transform: translateY(-2px);
  background: var(--seashell);
}

/* ---------- modal start ---------- */

.modal {
  background-color: var(--darkGrey50);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 1070;
}

.modal-content {
  border-radius: 24px;
  background: var(--winterSnow);
  padding: 24px;
}

.modal-data .model-svg {
  width: 320px;
  height: 320px;
  border-radius: 16px;
  overflow: hidden;
}

.logout-model .modal-content {
  min-width: 650px;
  padding: 48px;
}

.logout-title {
  font-weight: 700;
  font-size: 36px;
  color: var(--darkGrey);
  position: absolute;
  bottom: -9px;
  margin-bottom: 0;
}

.model-info h1 {
  font-weight: 400;
  font-size: 20px;
  color: var(--sharkGray);
}

.model-info p {
  font-weight: 400;
  font-size: 18px;
  color: var(--sharkGray);
}

.stay-here-btn {
  background: var(--winterSnow);
  color: var(--exoticSkin);
  border: 2px solid var(--soothingBlueGrey);
  box-shadow: 0px 4px 6px 0px var(--black10);
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  padding: 16px 20px;
  min-width: 200px;
}

.logout-btn {
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  padding: 16px 20px;
  min-width: 200px;
}

.logout-gradient1 {
  position: absolute;
  right: -128px;
  top: -128px;
  width: 256px;
  height: 256px;
  border-radius: 50%;
  opacity: 0.3;
  background: linear-gradient(
    135deg,
    var(--softTopaz) 0%,
    var(--sweetestPink) 70.71%
  );
}

.logout-gradient2 {
  position: absolute;
  left: -160px;
  bottom: -160px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  opacity: 0.3;
  background: linear-gradient(
    45deg,
    var(--roseLilac) 50%,
    var(--sweetestPink) 120.71%
  );
}

.paymentSuccess-icon,
.paymentFailed-icon {
  width: 100px;
  height: 100px;
}

.paymentFailed-model .model-info h1,
.paymentSuccessfully-model .model-info h1 {
  font-weight: 700;
  font-size: 30px;
  color: var(--crispyMintGreen);
}

.paymentFailed-model .model-info p,
.paymentSuccessfully-model .model-info p {
  font-weight: 500;
  font-size: 16px;
  color: var(--sharkGray);
}

.transaction-card {
  background: linear-gradient(
    90deg,
    var(--blackSqueeze) 0%,
    var(--hummingBird80) 100%
  );
  border-radius: 16px;
  padding: 20px;
  width: 100%;
}

.paymentFailed-model .transaction-card {
  background: linear-gradient(
    127.64deg,
    var(--blackSqueeze) -34.75%,
    var(--lightFunkyRed) 68.93%
  );
}

.transaction-card h6.title {
  font-weight: 700;
  font-size: 20px;
  color: var(--darkGrey);
}

.receipt-icon {
  width: 34px;
  height: 34px;
  background: var(--papayaWhip);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-receipt-date-info h5,
.trans-info h5 {
  font-size: 18px;
}

.paymentSuccessfully-model .saved-card {
  background: transparent;
  border: 1px solid var(--exoticSkin);
}

/* ---------- modal start ---------- */
/* ---------- custom Switch start ---------- */
.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--darkGrey);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: var(--white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: var(--exoticSkin);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--exoticSkin);
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* ---------- custom Switch end ---------- */
/* ---------- custom date start ---------- */
.date-input-wrapper {
  position: relative;
  width: 100%;
}

.custom-date {
  padding-right: 45px; /* space for icon */
}

/* Hide default calendar icon (Chrome, Edge, Safari) */
.custom-date::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

/* Firefox */
.custom-date {
  appearance: none;
  -moz-appearance: textfield;
}

/* Custom calendar icon */
.calendar-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.calendar-icon img {
  width: 24px;
  height: 24px;
}

input[type="date"]::selection {
  background: transparent;
  color: inherit;
}

/* Chrome / Edge / Safari specific */
input[type="date"]::-webkit-datetime-edit::selection,
input[type="date"]::-webkit-datetime-edit-text::selection,
input[type="date"]::-webkit-datetime-edit-month-field::selection,
input[type="date"]::-webkit-datetime-edit-day-field::selection,
input[type="date"]::-webkit-datetime-edit-year-field::selection {
  background: transparent;
  color: inherit;
}

/* ---------- custom date end ---------- */
/* ---------- custom checkbox start ---------- */
.custom-checkbox-box p {
  font-size: 14px;
  font-weight: 400;
  color: var(--atomicGrey);
  min-width: 190px;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.custom-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid var(--exoticSkin);
  border-radius: 4px;
  transition: 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-checkbox input:checked + .checkmark::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../images/SVG/checkboxCheck.svg"); /* <-- Put your image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ---------- custom checkbox End ---------- */
/* ---------- custom select start ---------- */

.native-select {
  appearance: none;
  border: none;
  background: transparent;
  font-size: 16px;
  padding-bottom: 0;
  padding-top: 0;
  color: var(--sharkGray);
  width: 100%;
  outline: none;

  /* custom arrow */
  background-image: url("../images/SVG/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px;
}

.native-select:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

/* This works only in Firefox + Safari */
.native-select > option p {
  font-weight: 500;
  font-size: 14px;
  color: var(--sharkGray);
  padding: 20px;
}

.native-select::-ms-expand {
  display: none;
}

.native-select option {
  scrollbar-width: none;
}

.main-input-div .native-select {
  appearance: none;
  border: none;
  background: transparent;
  font-size: 16px;
  padding-bottom: 0;
  padding-top: 0;
  color: var(--darkGrey);
  width: 100%;
  outline: none;

  /* custom arrow */
  background-image: url("../images/SVG/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px;
}

.main-input-div .native-select:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

/* This works only in Firefox + Safari */
.main-input-div .native-select > option p {
  font-weight: 500;
  font-size: 14px;
  color: var(--sharkGray);
  padding: 20px;
}

.main-input-div .native-select::-ms-expand {
  display: none;
}

.main-input-div .native-select option {
  scrollbar-width: none;
}

/* ---------- Custom select End ---------- */
/* ---------- Custom Input start ---------- */
.error-msg-div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.error-msg-div p {
  color: var(--funkyRed);
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}

.error-border {
  border: 1px solid var(--funkyRed) !important;
}

.form-control,
.form-select {
  border-radius: 0px;
}

.input-div {
  display: flex;
  align-items: center;
  background-color: var(--whiteMarble);
  padding: 16px;
  border-radius: 10px;
  gap: 16px;
  border: 1px solid var(--lightSilver);
}

.main-input-div .input-div {
  display: flex;
  background-color: transparent;
  padding: 16px;
  border-radius: 10px;
  gap: 10px;
  border: 1px solid var(--exoticSkin);
}

.search-input-div .input-div {
  display: flex;
  background-color: var(--winterSnow);
  padding: 10px 20px;
  border-radius: 16px;
  gap: 10px;
  border: 1px solid var(--whiteMarble);
}

.input-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.input-div .input-icon button {
  background: transparent;
}

.form-helper-text {
  font-weight: 400;
  font-size: 12px;
  color: var(--gray900);
}

.input-div input {
  flex-grow: 1;
  background-color: var(--whiteMarble);
  color: var(--darkGrey);
  font-weight: 400;
  line-height: 18px;
  min-width: 40px;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
}

.main-input-div .input-div input {
  background-color: transparent;
  color: var(--darkGrey);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  min-height: 24px;
  min-width: 40px;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
}

.main-input-div .input-div textarea {
  background-color: transparent;
  color: var(--darkGrey);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  min-height: 24px;
  min-width: 40px;
  border: none;
  outline: none;
  box-shadow: none;
}

textarea.form-control {
  resize: none;
}

.main-input-div .char-counter {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray900);
}

.search-input-div .input-div input {
  background-color: var(--winterSnow);
  color: var(--darkGrey);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  min-width: 40px;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
}

.input-div input:hover,
.input-div input:focus {
  background-color: var(--whiteMarble) !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: var(--darkGrey);
}

.main-input-div .input-div input:hover,
.main-input-div .input-div input:focus {
  background-color: transparent !important;
}

.search-input-div .input-div input:hover,
.search-input-div .input-div input:focus {
  background-color: var(--winterSnow) !important;
}

.input-div input::placeholder {
  color: var(--sharkGray);
  opacity: 1;
}

/* For older browsers (optional) */
.input-div input::-webkit-input-placeholder {
  color: var(--sharkGray);
}
.input-div input:-ms-input-placeholder {
  color: var(--sharkGray);
}
.input-div input::-ms-input-placeholder {
  color: var(--sharkGray);
}

.form-label {
  color: var(--darkGrey);
  font-weight: 500;
  font-size: 14px;
}

/* ---------- Custom Input End ---------- */
/* ---------- Tooltip End ---------- */
/* Tooltip box */
.tooltip .tooltip-inner {
  background: var(--white);
  color: var(--sharkGray);
  font-size: 12px;
  font-weight: 400;
  padding: 8px 12px;
  border-radius: 8px;
  max-width: 400px;
  box-shadow: 0px 10px 15px 0px var(--black10);
  box-shadow: 0px 4px 6px 0px var(--black10);
}

/* Tooltip arrow */
.tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: var(--white);
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: var(--white);
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: var(--white);
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: var(--white);
}

.tooltip.light-tooltip .tooltip-arrow::before {
  border-right-color: var(--white);
}

/* ---------- Tooltip End ---------- */
/* ---------- Custom Radio End ---------- */
.custom-btn-radio {
  position: relative;
  cursor: pointer;
}

.custom-btn-radio input {
  display: none;
}

.custom-btn-radio .option-box {
  width: 100%;
  min-width: 180px;
  padding: 16px 18px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  border: 1px solid var(--exoticSkin);
  color: var(--exoticSkin);
}

/* Active */
.custom-btn-radio input:checked + .option-box {
  background: var(--exoticSkin);
  color: var(--white);
  border-color: var(--exoticSkin);
  font-weight: 600;
}

/* Inactive */
.option-box.outline {
  background: #fff;
  border-color: #e3b5ae;
  color: #8b4b42;
}

.custom-radio-circle {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.custom-radio-circle input {
  display: none;
}

/* Outer circle */
.radio-ui {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--exoticSkin);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

/* Inner filled dot */
.radio-ui::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--exoticSkin);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease;
}

/* Checked state */
.custom-radio-circle input:checked + .radio-ui::after {
  opacity: 1;
  transform: scale(1);
}

/* ---------- Custom Radio End ---------- */
/* ---------- Common Styles End ---------- */

/* ---------- Login Page Start ---------- */
.auth-wrapper {
  height: 100dvh;
}

/* LEFT PANEL */
.left-panel {
  padding: 100px 50px;
  height: 100%;
  overflow-y: scroll;
}

.login-left-img {
  background: linear-gradient(
      135deg,
      var(--blueDianne80) 0%,
      var(--sunsetTerracotta80) 70.71%
    ),
    url("../images/PNG/loginPage.png") center/cover no-repeat;
}

.forgot-left-img {
  background: linear-gradient(
      135deg,
      var(--blueDianne80) 0%,
      var(--sunsetTerracotta80) 70.71%
    ),
    url("../images/PNG/forgotPassPage.png") center/cover no-repeat;
}

.reset-left-img {
  background: linear-gradient(
      135deg,
      var(--blueDianne80) 0%,
      var(--sunsetTerracotta80) 70.71%
    ),
    url("../images/PNG/resetPasspage.png") center/cover no-repeat;
}

.otp-left-img {
  background: linear-gradient(
      135deg,
      var(--blueDianne80) 0%,
      var(--sunsetTerracotta80) 70.71%
    ),
    url("../images/PNG/otpPage.png") center/cover no-repeat;
}

.logo-icon {
  width: 60px;
  height: 60px;
  background: var(--white);
  border-radius: 12px;
  padding: 5px;
}

.left-panel .logo-title {
  font-weight: 700;
  font-size: 40px;
  color: var(--winterSnow);
  margin-bottom: 0;
}

.auth-title-box {
  min-height: 250px;
  padding: 30px;
}

.auth-title-box .auth-main-title {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 0;
  line-height: 55px;
  color: var(--winterSnow);
}

.auth-title-box .auth-main-subtitle {
  margin-bottom: 0;
  color: var(--winterSnow);
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

/* RIGHT PANEL */
.right-panel {
  background: var(--winterSnow);
  overflow: scroll;
  height: 100%;
}

.right-panel form {
  height: 100%;
}

.right-panel button .icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.auth-box {
  min-height: 100%;
  width: 100%;
  position: relative;
}

.auth-card {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--darkGrey);
  background: var(--winterSnow);
  display: flex;
  flex-direction: column;
  z-index: 9;
  position: relative;
}

.login-card {
  max-width: 520px;
  gap: 20px;
}

.auth-heading {
  font-weight: 700;
  font-size: 30px;
  color: var(--darkGrey);
  margin-bottom: 0;
}

.auth-heading-subtitle {
  font-weight: 400;
  font-size: 16px;
  color: var(--sharkGray);
  margin-bottom: 0;
}

.auth-heading-img {
  width: 30px;
  height: 30px;
}

/* FOOTER LINKS */

.auth-footer-box p {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: var(--silverSteel);
}

.auth-footer-box a {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: var(--exoticSkin);
  text-decoration: none;
}

.auth-footer-links a {
  font-size: 16px;
  font-weight: 400;
  color: var(--exoticSkin);
}

.forgot-btn a {
  text-decoration: none;
  color: var(--funkyRed);
  font-weight: 500;
  font-size: 14px;
}

.auth-boun-box {
  position: absolute;
  top: 30px;
  left: 40px;
  width: 75px;
  height: 75px;
}

.auth-paw-box {
  position: absolute;
  bottom: 60px;
  left: 100px;
  width: 75px;
  height: 75px;
}

.auth-dog-box {
  position: absolute;
  bottom: 30px;
  right: 40px;
  width: 160px;
  height: 160px;
}

/* ---------- Login Page End ---------- */
/* ---------- Forgot Page End ---------- */

.secure-fast-box {
  background: var(--white10);
  border: 1px solid var(--white20);
  border-radius: 100px;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: start;
}

.secure-fast-box .icon {
  width: 24px;
  height: 24px;
}

.secure-fast-info p:nth-child(1) {
  font-weight: 600;
  font-size: 16px;
  color: var(--winterSnow);
}

.secure-fast-info p:nth-child(2) {
  font-weight: 500;
  font-size: 12px;
  color: var(--winterSnow);
}

.forgot-card {
  max-width: 580px;
  gap: 50px;
}

.forgot-icon {
  width: 78px;
  height: 78px;
  border-radius: 10px;
  background: linear-gradient(
    125.84deg,
    var(--blueDianne) 9.8%,
    var(--matrix) 70.97%
  );
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.forgot-icon .icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}

.forgot-card .auth-footer-box .icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-help-box {
  border: 1px solid var(--lightSilver);
  background: var(--whiteMarble);
  border-radius: 10px;
  padding: 16px;
  display: flex;
  gap: 12px;
  align-items: start;
}

.footer-help-box .icon-box {
  background: var(--papayaWhip);
  border-radius: 8px;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-help-box .icon-box .icon {
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-help-box .help-info p:nth-child(1) {
  font-weight: 600;
  font-size: 14px;
  color: var(--darkGrey);
}
.footer-help-box .help-info p:nth-child(2) {
  font-weight: 400;
  font-size: 14px;
  color: var(--darkGrey);
}
.footer-help-box .help-info p:nth-child(3) {
  font-weight: 500;
  font-size: 16px;
  color: var(--exoticSkin);
}

/* ---------- Forgot Page End ---------- */
/* ---------- Reset Password Page start ---------- */
.password-progress {
  height: 6px;
  margin-bottom: 4px;
}

.password-progress .progress-bar {
  background: linear-gradient(
    270deg,
    var(--gardenLime) 0%,
    var(--rainbowGreen) 100%
  );
}

.pass-contain-box p:nth-child(1),
.pass-progress-box p:nth-child(1) {
  font-weight: 700;
  font-size: 14px;
  color: var(--darkGrey);
}

.pass-progress-box p:nth-child(3) {
  font-weight: 400;
  font-size: 14px;
  color: var(--darkGrey);
}
/* ---------- Reset Password Page End ---------- */
/* ----------Register start ---------- */
.members-verified-box {
  background: var(--white10);
  border: 1px solid var(--white20);
  border-radius: 16px;
  padding: 20px;
  max-width: 470px;
  width: 100%;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: start;
}

.members-verified-box .icon-box {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 12px;
  background: var(--white20);
}

.members-verified-box .icon-box .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.members-verified-info p:nth-child(1) {
  font-weight: 600;
  font-size: 18px;
  color: var(--winterSnow);
}
.members-verified-info p:nth-child(2) {
  font-weight: 400;
  font-size: 14px;
  color: var(--hummingBird);
}

.reg-term-text,
.reg-term-text a {
  color: var(--darkGrey) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.file-upload-btn {
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  border: 1px solid var(--darkGrey);
}

.file-upload-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.file-upload-wrapper input {
  display: none;
}

/* Camera icon with linear gradient */
.file-upload-camera {
  position: absolute;
  bottom: -5px;
  right: -5px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    125.84deg,
    var(--blueDianne) 9.8%,
    var(--matrix) 70.97%
  );
  border: 1px solid var(--darkGrey);
  cursor: pointer;
}

.file-upload-camera img {
  width: 18px;
  height: 18px;
}

.file-upload-wrapper {
  overflow: visible; /* allow children to overflow */
}

.resend-btn {
  width: fit-content;
  background: transparent;
  font-weight: 600;
  font-size: 16px;
  color: var(--exoticSkin);
}

.resend-btn .icon {
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.otp-input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 20px;
  margin-top: 20px;
  justify-content: center;
}

.otp-input-box .otp-input {
  width: 56px;
  height: 56px;
  aspect-ratio: 1;
  background-color: var(--whiteMarble);
  border: none;
  border-radius: 0.75em;
  text-align: center;
}

.otp-input-box .otp-input:focus {
  background-color: var(--whiteMarble);
}

/* ----------Register End ---------- */

/* ---------- Maintenance Page Start ---------- */

.maintenance {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 80px 80px 50px 80px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--seashell) 0%,
    var(--white) 35.36%,
    var(--blackSqueeze) 70.71%
  );
}

.maintenance-img {
  height: 512px;
  width: 512px;
  border-radius: 25px;
  border: 0.25px solid var(--exoticSkin);
  box-shadow: 0px 10px 15px 0px #0000001a;
}

.maintenance-img img {
  border-radius: 25px;
}

.img-icon {
  width: 24px;
  height: 24px;
}

.maintainace-title {
  background-color: #8c4842;
  height: 30px;
  padding: 2.5px 10px;
  border-radius: 16px;
}

.maintainace-title span {
  font-size: 14px;
  color: var(--seashell);
}

.mn-title2 {
  height: 140px;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0%;
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 70px;
}
.mn-title {
  height: 228px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mn-desc {
  line-height: 28px;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0%;
  color: var(--sharkGray);
}
.mn-subtitle1 {
  color: var(--darkGrey);
}
.mn-subtitle2 {
  background: linear-gradient(to right, var(--william), var(--matrix));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.mn-btn {
  display: flex;
  justify-content: center;
  gap: 10px;
  height: 76px;
}
.mn-feature {
  display: flex;
  gap: 24px;
}
.mn-fbox {
  height: 187px;
  width: 303px;
  padding: 24px;
  background: var(--winterSnow);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0px 10px 15px 0px #0000001a;
}
.mn-iconWraper {
  height: 60px;
  width: 60px;
  background: var(--papayaWhip);
  padding: 10px;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.img-ficon {
  height: 32px;
  width: 32px;
}

.mn-ftext {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  height: 55px;
  line-height: 24px;
}
.mn-ftext1 {
  font-weight: 600;
  font-size: 24px;
  color: var(--darkGrey);
}

.mn-ftext2 {
  font-weight: 400;
  font-size: 16px;
  color: var(--sharkGray);
}

.mn-divider {
  padding: 1px;
  background: var(--exoticSkin);
  width: 1098px;
  border-radius: 1px;
}
.mn-promoteText {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: var(--sharkGray);
}
.mn-fbdiv {
  width: 36px;
  height: 36px;
  background: var(--titanWhite);
  border-radius: 8px;
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-fbicon {
  height: 21px;
  width: 24px;
}

/* ---------- Maintenance Page End ---------- */
/* ---------- Header Page End ---------- */
header {
  width: 100%;
  height: 80px;
  background: var(--winterSnow);
  box-shadow: 0px 1px 2px 0px var(--exoticSkin5);
  position: fixed;
  top: 0;
  z-index: 100;
}

.navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.navbar-container .nav-logo-box {
  height: 60px;
}

.navbar-container .nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.navbar-container .nav-logo .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-container .nav-logo p {
  font-weight: 700;
  font-size: 40px;
  color: var(--funkyRed);
  display: block;
}

.navbar {
  display: flex;
  align-items: center;
  padding: 16px;
}

.wrap-header-logo {
  display: none;
}

.navbar ul {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.navbar ul .nav-li {
  position: relative;
}

.navbar ul li {
  width: 100%;
  padding: 0 8px;
  display: flex;
  align-items: center;
}

.navbar ul li a {
  font-size: 20px;
  font-weight: 500;
  color: var(--darkGrey);
  text-wrap: nowrap;
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.navbar ul li:hover a {
  color: var(--exoticSkin);
}

.navbar ul li.active a {
  padding: 8px;
  border-radius: 8px;
  font-weight: 700;
  color: var(--exoticSkin);
}

.nav-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.nav-right-button {
  display: flex;
  align-items: center;
  gap: 10px;
}

.CS01-levitate-btn.nb-01 {
  background-color: transparent;
  padding: 0;
}

.primary-border-btn.header-btn-1 {
  color: var(--darkGrey);
  font-weight: 500;
  font-size: 14px;
  padding: 10px 16px;
}

.primary-border-btn.header-btn-2 {
  padding: 5px 10px;
}

.primary-btn.btn-1 {
  padding: 10px 24px;
  font-weight: 500;
  font-size: 14px;
}

.profile-img-box {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--exoticSkin);
}

.header-nav-toggle-btn {
  display: none;
  position: relative;
  height: 24px;
  width: 24px;
  cursor: pointer;
  z-index: 111;
  margin-left: 10px;
  background-color: transparent;
  color: var(--clr-dark-charcoal);
}

.header-nav-toggle-btn span {
  position: absolute;
  top: 10px;
  left: 0px;
  right: 0;
  display: block;
  padding: 0;
  width: 24px;
  height: 2px;
  background-color: var(--exoticSkin);
  font-size: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin: auto;
}

.header-nav-toggle-btn span:before,
.header-nav-toggle-btn span:after {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--exoticSkin);
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header-nav-toggle-btn span:after {
  -webkit-transform: translateY(250%);
  transform: translateY(250%);
  -moz-transform: translateY(250%);
  -ms-transform: translateY(250%);
  top: 4px;
}

.header-nav-toggle-btn span:before {
  -webkit-transform: translateY(-250%);
  transform: translateY(-250%);
  -moz-transform: translateY(-250%);
  -ms-transform: translateY(-250%);
  top: -4px;
}

body.nav-open {
  overflow: hidden;
}

.nav-open .header-nav-toggle-btn span {
  -webkit-background: none;
  -moz-background: none;
  -ms-background: none;
  -o-background: none;
  background: none;
}

.nav-open .header-nav-toggle-btn span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  top: 0px;
}

.nav-open .header-nav-toggle-btn span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  top: 0px;
}

.header-account-img img {
  width: 60px;
  aspect-ratio: 1;
  border-radius: 100px;
  object-fit: cover;
}

.header-account-dropdown-box {
  position: absolute;
  top: 120%;
  background: var(--white);
  min-width: 170px;
  right: 0;
  border-radius: 10px;
  box-shadow: 0px 4px 20px 0px var(--exoticSkin10);
}

.header-account-dropdown-item {
  color: var(--gray500);
  font-weight: 500;
  font-size: 14px;
  padding: 6px 10px;
}

.header-account-dropdown-item:hover {
  font-weight: 600;
  background: var(--alpineWhite);
}

.header-account-dropdown-box {
  z-index: 9;
  transform: translateX(10px);
  transition: all 0.2s ease-in;
  display: none;
}

/* ---------- Header Page End ---------- */
/* ---------- Footer Page Start ---------- */
.footer-wrapper {
  background: linear-gradient(
    135deg,
    var(--blueDianne80) 0%,
    var(--sunsetTerracotta80) 70.71%
  );
}

.footer-wrapper {
  background: linear-gradient(
    135deg,
    var(--blueDianne80) 0%,
    var(--sunsetTerracotta80) 70.71%
  );
}

.main-footer-box {
  padding: 20px 0;
}

.footer-top {
  padding: 30px 0;
}

.footer-right-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-right-desc p {
  font-weight: 400;
  font-size: 14px;
  color: var(--winterSnow);
}

.footer-logo {
  width: 178px;
}

.footer-list .list-title {
  font-weight: 700;
  font-size: 20px;
  color: var(--winterSnow);
}

.footer-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-list a,
.footer-location-text,
.footer-email-text {
  text-decoration: none;
  color: var(--winterSnow);
  font-weight: 400;
  font-size: 18px;
}

.irish-badge {
  width: 100%;
  max-width: 400px;
}

.footer-divider {
  border-color: var(--royalPastelBlue);
}

.footer-bottom p {
  font-weight: 400;
  font-size: 18px;
  color: var(--winterSnow);
  margin-bottom: 0;
}

.ready-to-find-wrapper {
  padding: 50px;
}

.cta-wrapper {
  background: linear-gradient(
    135deg,
    var(--blueDianne80) 0%,
    var(--sunsetTerracotta80) 70.71%
  );
  border-radius: 20px;
  padding: 64px;
}

/* Paw background icons */
.paw {
  position: absolute;
  font-size: 140px;
  pointer-events: none;
}

.paw-left {
  top: 0;
  left: 0;
  width: 256px;
  height: 256px;
  border-radius: 50%;
  background: var(--white10);
  display: flex;
  align-items: center;
  justify-content: center;
}

.paw-right {
  bottom: 0;
  right: 0;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: var(--white10);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ready-to-find-wrapper h2 {
  font-weight: 700;
  font-size: 48px;
  color: var(--winterSnow);
}

.ready-to-find-wrapper p {
  font-weight: 400;
  font-size: 20px;
  color: var(--winterSnow);
}

.ready-to-find-wrapper a.btn1 {
  font-weight: 600;
  font-size: 18px;
  color: var(--exoticSkin);
  background: var(--winterSnow);
  border-radius: 50px;
  padding: 14px 32px;
}

.ready-to-find-wrapper a.btn2 {
  font-weight: 600;
  font-size: 18px;
  color: var(--winterSnow);
  background: transparent;
  border: 2px solid var(--winterSnow);
  border-radius: 50px;
  padding: 14px 32px;
}

/* ---------- Footer Page End ---------- */

/* ---------- About Us Page Start ---------- */

.made-with-love-badge {
  background: var(--exoticSkin);
  color: var(--winterSnow);
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 16px;
  padding: 6px 12px;
  max-width: fit-content;
}

.made-with-love-icon {
  height: 18px;
  width: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1.about-us-main-heading {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: var(--darkGrey);
}

h2.about-us-main-heading {
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  color: var(--darkGrey);
}

.about-us-main-heading span {
  color: var(--exoticSkin);
}

.about-us-main-para {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--sharkGray);
}

.community-img {
  border-radius: 25px;
  max-width: 575px;
  max-height: 410px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 25px 50px 0px #8c484240;
}

.about-us-hero-img {
  border-radius: 25px;
  max-width: 575px;
  max-height: 490px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  box-shadow: 0px 25px 50px 0px #8c484240;
}

.absolute-paw {
  position: absolute;
  top: -10px;
  left: 10px;
}

.about-us-info-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 16px;
  background-color: var(--winterSnow);
  box-shadow: 0px 4px 6px 0px #0000001a;
  padding: 24px;
  height: 100%;
}

.about-us-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: var(--papayaWhip);
}

.about-us-info-icon-img {
  height: 32px;
  width: 32px;
}

.about-us-info-card h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: var(--darkGrey);
}

.about-us-info-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--sharkGray);
}

/* ---------- About Us Page End ---------- */
/* ---------- Home Page End ---------- */

/* HERO */
.hero-section {
  padding: 80px 0 50px;
}

h1.hero-title {
  font-size: 60px;
  font-weight: 700;
  color: var(--darkGrey);
  margin-bottom: 0;
}

p.hero-subtitle {
  font-size: 20px;
  font-weight: 400;
  color: var(--sharkGray);
  margin-bottom: 0;
}

h1.hero-title .text-accent {
  background: linear-gradient(90deg, var(--william) 0%, var(--matrix) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* SEARCH CARD */
.search-card {
  background: var(--winterSnow);
  padding: 30px;
  border-radius: 24px;
  max-width: 1020px;
  box-shadow: 0px 25px 50px 0px var(--exoticSkin10);
  border: 1px solid var(--exoticSkin);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* INFO */

.hero-section .info-box {
  gap: 32px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.info-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.info-item .info-desc p:nth-child(1) {
  color: var(--darkGrey);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.info-item .info-desc p:nth-child(2) {
  color: var(--sharkGray);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.info-icon {
  width: 48px;
  height: 48px;
  background: var(--hummingBird);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

/* CATEGORY */
.category-section {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.category-card {
  background: var(--winterSnow);
  border-radius: 16px;
  padding: 16px 24px;
  gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 10px 15px 0px var(--black10);
  box-shadow: 0px 4px 6px 0px var(--black10);
  transition: 0.3s;
}

.category-card:hover,
.pet-card:hover {
  transform: translateY(-5px);
}

.category-card .category-img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  border-radius: 12px;
  overflow: hidden;
}

.category-card h6 {
  font-size: 20px;
  font-weight: 600;
  color: var(--darkGrey);
}

.category-card p {
  font-size: 14px;
  font-weight: 400;
  color: var(--sharkGray);
}

/* Pet Listing  */

.pet-listing-section {
  padding: 50px 0;
}

.pet-header-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pet-header-info h4 {
  font-size: 36px;
  font-weight: 700;
  color: var(--darkGrey);
}

.pet-header-info p {
  font-size: 18px;
  font-weight: 400;
  color: var(--sharkGray);
}

.dog-section,
.cat-section {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.pet-card {
  background: var(--winterSnow);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 10px 15px 0px var(--black10);
  box-shadow: 0px 4px 6px 0px var(--black10);
  transition: 0.3s;
  height: 100%;
}

/* IMAGE */
.pet-img-wrapper {
  position: relative;
}

.pet-card-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.featured-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--exoticSkin);
  padding: 5px 10px;
  border-radius: 50px;
}

.featured-badge p {
  font-size: 14px;
  font-weight: 600;
  color: var(--winterSnow);
}

/* TOP ICONS */
.pet-top-icons {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  gap: 8px;
}

.pet-top-icons button {
  width: 40px;
  height: 40px;
  border: none;
  background: var(--winterSnow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* CONTENT */
.pet-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pet-content h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  color: var(--darkGrey);
}

.pet-content p.sub-title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  color: var(--sharkGray);
}

/* DETAILS */
.pet-details {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
}

.pet-details li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pet-details li p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--sharkGray);
}

/* .pet-details li:nth-child(1) p,
.pet-details li:nth-child(2) p {
  color: var(--exoticSkin);
} */

/* PRICE ROW */
.price-row,
.total-listing-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-row .price {
  font-size: 24px;
  font-weight: 700;
  color: var(--exoticSkin);
}

.total-listing-row .list-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--exoticSkin);
}

.price-row .arrow-btn {
  width: 40px;
  height: 40px;
  background: var(--exoticSkin);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-all {
  font-size: 18px;
  text-decoration: none;
  color: var(--exoticSkin);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}

.view-detail {
  font-size: 16px;
  text-decoration: none;
  color: var(--winterSnow);
  background: var(--exoticSkin);
  border-radius: 20px;
  padding: 6px 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* ---------- Home Page End ---------- */
/* ---------- Categories Page End ---------- */
/* HEADER */
.category-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

/* FILTER SIDEBAR */
.filter-sidebar {
  background: var(--winterSnow);
  border-radius: 16px;
  padding: 20px 10px;
  box-shadow: 0px 10px 15px 0px var(--black10);
  box-shadow: 0px 4px 6px 0px var(--black10);
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.filter-divider {
  border-color: var(--exoticSkin);
  margin: 0;
}

.filter-sidebar .title {
  font-size: 20px;
  color: var(--darkGrey);
  font-weight: 700;
  margin-bottom: 0;
}

.filter-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.filter-label {
  font-size: 18px;
  font-weight: 600;
  color: var(--darkGrey);
}

label.filter-check-label {
  font-size: 16px;
  font-weight: 500;
  color: var(--darkGrey);
}

/* ACTION BUTTONS */
.filter-actions .primary-btn,
.filter-actions .primary-border-btn {
  padding: 8px 10px;
  width: 50%;
  font-size: 14px;
  font-weight: 500;
}

.categories-list-box {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Pagination BUTTONS */
.pagination .page-link {
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sharkGray);
  cursor: pointer;
  min-width: 40px;
  min-height: 40px;
  width: 100%;
  height: 100%;
}

.pagination .page-link.next,
.pagination .page-link.previous {
  min-width: 80px;
}

.pagination .active .page-link {
  background-color: var(--exoticSkin);
  border-color: var(--exoticSkin);
  color: var(--white);
  font-weight: 500;
}

.pagination-box p {
  font-size: 16px;
  font-weight: 400;
  color: var(--darkGrey);
}
/* ---------- Categories Page End ---------- */
/* ---------- Search Result Page End ---------- */
.category-search-box {
  max-width: 1024px;
  width: 100%;
}

.search-wrapper {
  background: var(--winterSnow);
  border-radius: 16px;
  border: 1px solid var(--exoticSkin);
  padding: 30px;
}

.quick-list h6 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--sharkGray);
}

.filter-chip {
  background: var(--titaniumWhite);
  padding: 6px 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.filter-chip p {
  font-size: 14px;
  font-weight: 400;
  color: var(--darkGrey);
}
.filter-chip.active p {
  color: var(--winterSnow);
}

.filter-chip.active {
  background: var(--exoticSkin);
}

.sort-by-box p {
  font-size: 16px;
  font-weight: 400;
  color: var(--darkGrey);
}

.sort-by-box .input-div {
  background: var(--winterSnow);
}

/* ---------- Search Result Page End ---------- */
/* ---------- Create New Listing Page End ---------- */
.custom-card {
  background: var(--white);
  border-radius: 10px;
  padding: 20px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--exoticSkin);
}

.card-heder-part h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--darkGrey);
}

.delete-microchip {
  font-size: 14px;
  font-weight: 500;
  color: var(--funkyRed);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  background: transparent;
}

.custom-card .sub-heder h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--darkGrey);
}

.custom-card .sub-heder h5 span {
  font-size: 18px;
  font-weight: 400;
  color: var(--sharkGray);
}

.upload-file-card h6.upload-label {
  font-size: 18px;
  font-weight: 400;
  color: var(--sharkGray);
  margin-bottom: 0;
}

/* Upload Box */
.upload-dropzone {
  border: 2px dashed var(--exoticSkin);
  border-radius: 12px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.upload-dropzone p {
  font-size: 16px;
  font-weight: 400;
  color: var(--sharkGray);
  margin-bottom: 0;
}

.upload-dropzone h6 {
  font-size: 20px;
  font-weight: 600;
  color: var(--darkGrey);
  margin-bottom: 0;
}

/* Thumbnails */
.photo-thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 260px;
  height: 260px;
}

/* Main badge */
.badge-main {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--exoticSkin);
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  padding: 2px 6px;
  border-radius: 4px;
  z-index: 20;
}

/* Delete button */
.delete-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: var(--exoticSkin);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  z-index: 20;
}

.tip-card,
.order-card {
  background: var(--winterSnow);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0px 4px 20px 0px var(--exoticSkin10);
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.tip-card .card-img {
  height: 300px;
  border-radius: 10px;
  max-width: 350px;
}

.tips-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tips-icon {
  width: 34px;
  height: 34px;
  background: var(--papayaWhip);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tips-header h3,
.order-header h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: var(--darkGrey);
}

.tips-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tips-item {
  display: flex;
  gap: 10px;
}

.tips-item .item-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tips-item .item-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: var(--darkGrey);
}

.tips-item .item-content p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--sharkGray);
}

.tip-help-content a {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: var(--exoticSkin);
}

.tip-help-content p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--exoticSkin);
}

/* ---------- Create New Listing Page End ---------- */
/* ----------  checkout screen End ---------- */

.checkout-wrapper,
.account-setting-wrapper {
  display: grid;
  grid-template-columns: 1fr 470px;
  gap: 24px;
}

.checkout-left .custom-card {
  background-color: var(--winterSnow);
}

.or-text {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: var(--exoticSkin);
}

.or-text hr {
  flex: 1;
  height: 1px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: var(--exoticSkin);
  opacity: 1;
}

.payment-card {
  border: 1px solid var(--exoticSkin);
  border-radius: 10px;
  padding: 10px 20px;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
}

/* Saved Cards */
.saved-card {
  border: 1px solid var(--exoticSkin);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(
    135deg,
    var(--brightPastelOrange10) 0%,
    var(--butteryWhite) 70.71%
  );
}

.saved-card .img-box {
  padding: 8px 4px;
  border: 1px solid var(--gray100);
  border-radius: 4px;
}

.saved-card .card-img {
  max-height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.saved-card .card-no-time h6 {
  font-weight: 500;
  font-size: 16px;
  color: var(--darkGrey);
  margin-bottom: 0;
}

.saved-card .card-no-time p {
  font-weight: 400;
  font-size: 14px;
  color: var(--sharkGray);
  margin-bottom: 0;
}

.add-new-card {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--exoticSkin);
  background: var(--white);
}

.order-img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  object-fit: cover;
}

.order-info h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--darkGrey);
  margin-bottom: 0;
}

.order-info p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  color: var(--sharkGray);
}

.order-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order-total p {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.order-total p span {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.order-total h5 {
  color: var(--exoticSkin);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

/* ----------  checkout screen End ---------- */
/* ----------  Payment history screen End ---------- */
.payment-history-section .custom-card,
.account-setting-section .custom-card,
.get-in-touch-section .custom-card,
.tac-section .custom-card,
.listing-section .custom-card {
  background: var(--winterSnow);
  box-shadow: 0px 10px 15px 0px var(--black10);
}

.payment-history-section .filter-select {
  width: 200px;
}

.payment-history-section .filter-select .input-div {
  border-color: var(--whiteMarble);
}

.payment-table thead {
  border-radius: 12px;
}

.payment-table thead th {
  background: var(--platinumSteel);
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: var(--darkGrey);
  padding: 12px 16px;
}

.payment-table thead th:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.payment-table thead th:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.payment-table tbody td {
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: var(--sharkGray);
  padding: 10px 16px;
  position: relative;
  border: none;
}
.payment-table tbody tr {
  border-bottom: 1px dashed var(--shimmerSilver);
}

.status-pill {
  padding: 6px 10px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}

.status-pill.success {
  background: var(--whiteIce);
  color: var(--oceanGreen);
}

.status-pill.failed {
  background: var(--pippin);
  color: var(--hotKiss);
}

.status-pill.pending {
  background: var(--butteryOrange);
  color: var(--loyal);
}
/* ----------  Payment history screen End ---------- */
/* ----------  Account Setting Start ---------- */

.equal-btns > * {
  flex: 1;
}

.account-setting-card .add-pym-btn {
  border: 1px dashed;
}

.profile-img-section .profile-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
}

.profile-img-section p.sub-title {
  font-size: 18px;
  font-weight: 400;
  color: var(--sharkGray);
}

.account-setting-section .pass-strong-list {
  max-width: 600px;
}

.noti-preferences {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.noti-preferences h6 {
  font-size: 16px;
  font-weight: 500;
  color: var(--darkGrey);
  margin-bottom: 0;
}

.noti-preferences p {
  font-size: 14px;
  font-weight: 400;
  color: var(--sharkGray);
  margin-bottom: 0;
}

.billing-info-card {
  background: linear-gradient(
    90deg,
    var(--magicMint) 0%,
    var(--crystalBlue) 100%
  );
}

.delete-card {
  background: var(--lightRed);
  border: 1px solid var(--funkyRed);
}

/* ----------  Account Setting End ---------- */

/* ---------- FAQ Page Start ---------- */

.here-to-help-badge {
  background: var(--exoticSkin);
  color: var(--winterSnow);
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 16px;
  padding: 6px 12px;
  max-width: fit-content;
}

.here-to-help-icon {
  height: 18px;
  width: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1.faq-main-heading {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: var(--darkGrey);
}

h2.faq-main-heading {
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  color: var(--darkGrey);
}

.faq-main-heading span {
  color: var(--exoticSkin);
}

.faq-main-para {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--sharkGray);
}

.faq-hero-img {
  border-radius: 25px;
  max-width: 575px;
  max-height: 490px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  box-shadow: 0px 25px 50px 0px #8c484240;
}

.faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
}

.faq-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-header h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  color: var(--darkGrey);
  text-align: center;
}

.faq-header p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--hydroCarbon);
  text-align: center;
}

.custom-accordion .accordion-item {
  border: 1px solid var(--titaniumWhite);
  border-radius: 16px;
  overflow: hidden;
  background: var(--winterSnow);
  box-shadow: 0px 4px 6px 0px #0000001a;
  margin-bottom: 10px;
}

.custom-accordion .accordion-item h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--darkGrey);
  margin: 0;
}

.custom-accordion .accordion-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--sharkGray);
  margin: 0;
}

.custom-accordion .accordion-button {
  background: transparent;
  box-shadow: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background-color: var(--winterSnow);
}

.custom-accordion .accordion-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.accordion-content {
  border-left: 5px solid var(--exoticSkin);
  padding-left: 20px;
  padding-right: 20px;
}

.accordion-icon {
  height: 44px;
  width: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-icon.green-bg {
  background: linear-gradient(
    135deg,
    var(--hummingBird) 0%,
    var(--ariella) 70.71%
  );
}

.accordion-icon.orange-bg {
  background: linear-gradient(
    135deg,
    var(--papayaWhip) 0%,
    var(--softTopaz) 70.71%
  );
}

.accordion-icon img {
  height: 24px;
  width: 24px;
}

/* ---------- FAQ Page End ---------- */

/* ---------- Help & Support Page Start ---------- */

.help-24-7 {
  background: var(--exoticSkin);
  color: var(--winterSnow);
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 16px;
  padding: 6px 12px;
  max-width: fit-content;
}

h1.help-and-support-main-heading {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: var(--darkGrey);
}

.help-and-support-main-para {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--sharkGray);
}

.help-and-support-hero-image {
  border-radius: 25px;
  max-width: 575px;
  max-height: 490px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  box-shadow: 0px 25px 50px 0px #8c484240;
}

.email-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 25px;
  border-radius: 16px;
  border: 1px solid transparent;
}

/* Email */
.email-card {
  background: linear-gradient(
    135deg,
    var(--uranusBlue10) 0%,
    var(--tenderGreen10) 70.71%
  );
  border-color: var(--uranusBlue20);
}

/* Chatbot */
.chatbot-card {
  background: linear-gradient(
    135deg,
    var(--honeydew) 0%,
    var(--crystalQuartz) 70%
  );
  border-color: var(--lightPastelMint);
}

/* Business Hours */
.hours-card {
  background: linear-gradient(
    135deg,
    var(--magnoliaHeart) 0%,
    var(--zumthor) 70%
  );
  border-color: var(--roseLilac);
}

.email-card h4 {
  font-weight: 600;
  font-size: 16px;
  color: var(--darkGrey);
  margin: 0;
}

.email-card h5 {
  font-weight: 400;
  font-size: 16px;
  color: var(--sharkGray);
  margin: 0;
}

.email-card p {
  font-size: 14px;
  color: var(--sharkGray);
  margin: 0;
}

/* Icons */
.support-icon-circle {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.email-icon {
  background-color: var(--uranusBlue);
}

.chatbot-icon {
  background-color: var(--crispyMintGreen);
}

.hours-icon {
  background-color: var(--fantasia);
}

.get-in-touch-heading h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: var(--darkGrey);
  margin: 0;
}

.get-in-touch-heading h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--sharkGray);
  margin: 0;
}
/* ---------- Help & Support Page End ---------- */
/* ---------- Terms and condition Page Start ---------- */

.tac-icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--coralCandy);
}

.tac-wrapper {
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.tac-header h1 {
  font-weight: 700;
  font-size: 48px;
  color: var(--darkGrey);
}

.tac-header p {
  font-weight: 400;
  font-size: 20px;
  color: var(--exoticSkin);
  margin: 0;
}

.tac-section .custom-card {
  border-color: var(--whiteMarble);
}

.tac h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: var(--darkGrey);
}

.tac h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: var(--sharkGray);
}

.tac h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: var(--sharkGray);
}

.tac p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--sharkGray);
}

.tac ul li::marker {
  color: var(--sharkGray);
  font-size: 20px;
  font-weight: 700;
}

.tac li {
  margin: 0;
}

.tac li p {
  margin: 0;
}

/* ---------- Terms and condition Page End ---------- */

/* ---------- Listing Details Page Start ---------- */

.thumb-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}

.thumb-img.active {
  border-color: #dc3545;
}

.lister-profile-img {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--exoticSkin);
}

.lister-info h5 {
  font-weight: 700;
  font-size: 20px;
  color: var(--darkGrey);
  margin: 0;
}

.lister-info h6 {
  font-weight: 400;
  font-size: 16px;
  color: var(--darkGrey);
  margin: 0;
}

.lister-info p {
  font-weight: 400;
  font-size: 14px;
  color: var(--sharkGray);
  margin: 0;
}

.lister-info strong {
  font-weight: 500;
  font-size: 16px;
  color: var(--exoticSkin);
  margin: 0;
}

.green-btn {
  background-color: var(--crispyMintGreen);
}

.green-btn:hover {
  background-color: var(--crispyMintGreen);
}

.bg-red {
  background-color: var(--funkyRed);
}

.color-red {
  color: var(--funkyRed);
}

.similar-pets h3 {
  font-weight: 700;
  font-size: 24px;
  color: var(--darkGrey);
  margin: 0;
}

.listing-detail h3 {
  font-weight: 700;
  font-size: 24px;
  color: var(--darkGrey);
}

.listing-detail h4 {
  font-weight: 700;
  font-size: 20px;
  color: var(--darkGrey);
}

.listing-detail-price h4 {
  font-weight: 700;
  font-size: 30px;
  color: var(--exoticSkin);
  margin: 0;
}

.listing-detail-price p {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: var(--hydroCarbon);
  margin: 0;
}

.chip-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--exoticSkin);
  border-radius: 40px;
  width: fit-content;
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  padding: 2px 8px;
}

.listing-detail p {
  font-weight: 400;
  font-size: 16px;
  color: var(--sharkGray);
}

.detail-label {
  font-weight: 400;
  font-size: 16px;
  color: var(--darkGrey);
}

.detail-value {
  font-weight: 500;
  font-size: 16px;
  color: var(--exoticSkin);
}

.detail-value-green {
  font-weight: 500;
  font-size: 16px;
  color: var(--simpleGreen);
}

/* ---------- Listing Details Page End ---------- */
