@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

* {
  margin: 0;
  padding: 0;
}

/* font-family: "Lora", serif;
  font-family: "Inter", sans-serif; */
/* Common css */
textarea:disabled,
input:disabled {
  background-color: transparent !important;
  /* text color */
  opacity: 1;
  /* remove dimmed look */
  /* cursor: not-allowed; */
  /* optional: show it's disabled */
}

.rowX {
  margin: 0;
}

.rowX > div {
  padding: 0 5px;
}

::-webkit-scrollbar {
  display: none;
  /* Hides the scrollbar */
}

html {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Select Input */
select {
  appearance: base-select;
  color: #828282;
  /* background-color: #fff; */
  width: 100%;
  padding-bottom: 10px;
  border: 0;
  border-bottom: 1px solid #e4e4e7 !important;
  border-radius: 0px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  cursor: pointer;
}

select:hover {
  background-color: transparent;
}

select:has(option:not([hidden]):checked) {
  color: #828282;
}

select:focus-visible {
  outline: none;
  outline-offset: 0;
}

select::picker-icon {
  display: none;
}

select::picker(select) {
  appearance: base-select;
  border: 1px solid #e4e4e7;
  padding: 5px;
  margin-top: 5px;
  border-radius: calc(0.5rem - 2px);
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  cursor: default;
  transition:
    opacity 225ms ease-in-out,
    transform 225ms ease-in-out;
  transform-origin: top;
  transform: translateY(0);
  opacity: 1;
}

@starting-style {
  select::picker(select) {
    transform: translateY(-0.25rem) scale(0.95);
    opacity: 0;
  }
}

select optgroup label {
  display: block;
  padding: 0.375rem 0.5rem;
}

select option {
  padding: 0.375rem 0.5rem;
  border-radius: calc(0.5rem - 4px);
  outline: none;
}

select option::after {
  content: '';
  width: 1rem;
  height: 1.5rem;
  margin-left: auto;
  opacity: 0;
  background: center / contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2318181b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'%3E%3C/path%3E%3C/svg%3E");
}

select option::checkmark {
  display: none;
}

select option:checked {
  background-color: #f4f4f5;
}

select option:checked::after {
  opacity: 1;
}

select option:hover,
select option:focus-visible {
  background-color: #f4f4f5;
  color: #18181b;
}

/* Button */
.white-btn {
  background-color: #ffffff !important;
  color: #4a273e !important;
  border-radius: 8px;
  padding: 9px 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  border: none;
  font-size: 18px;
}

.gradient-btn {
  background: linear-gradient(90deg, #8d597b 0%, #b4677a 100%);
  color: #ffffff;
  border-radius: 8px;
  padding: 9px 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  border: 1.5px solid #ffffff33;
  font-size: 18px;
  text-wrap-mode: nowrap;
}

.gradient-btn.event-btn {
  padding: 5px 16px;
  font-size: 16px;
}

.white-btn.border-btn {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  border: 1.5px solid #00000033;
  border-radius: 8px;
  color: #000;
}

/* header-section */
.header-section {
  padding: 15px 0px;
}

.header-section .header-logo,
.footer-section .footer-logo {
  height: 72px;
  display: flex;
  padding: 0;
  width: fit-content;
}

.header-section .header-logo img,
.footer-section .footer-logo img {
  height: 100%;
}

.header-section .header-logo .text-logo,
.footer-section .footer-logo .text-logo {
  padding: 13px 0;
}

.header-menu {
  gap: 10px;
}

.header-menu ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}

.header-menu ul li {
  list-style: none;
}

.header-menu ul li a {
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  color: #fff0e3;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  transition: all 0.5s ease;
}

.header-menu ul li a:hover,
.header-menu ul li a.active {
  color: #fd8f8f;
}

.header-menu .header-menu-icon {
  background-color: transparent;
  border: none;
  width: 30px;
  height: 30px;
}

.header-menu .header-menu-icon img,
.responsive-header .offcanvas-header .responsive-logo img {
  width: 100%;
  height: 100%;
}

/* responsive-header */
/* .responsive-header {
  padding-top: 30px;
  background-color: #49263d;
}

.responsive-header .offcanvas-header {
  padding: 0px 16px;
  margin-bottom: 10px;
}

.responsive-header .offcanvas-header .responsive-logo {
  width: 60px;
  height: 60px;
}

.responsive-header .offcanvas-header .btn-close {
  opacity: 1;
  filter: invert(1);
}

.responsive-header .offcanvas-header .btn-close:focus {
  box-shadow: none;
}

.responsive-header .offcanvas-body ul,
.responsive-header .offcanvas-body {
  padding: 0;
  margin: 0;
}

.responsive-header .offcanvas-body ul li {
  list-style: none;
  padding: 10px 18px;
}

.responsive-header .offcanvas-body ul li a {
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  color: #fff0e3;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  transition: all 0.5s ease;
} */

main::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #49263d 0%, rgba(140, 78, 93, 0) 100%);
  width: 100%;
  height: 100vh;
  z-index: -8;
}

/* .hero-section {
  margin-top: 10px;
  margin-right: 15px; 
}*/

.hero-section .hero-slider {
  overflow: hidden;
  border-radius: 10px;
}

.hero-section .hero-slider .hero-item {
  height: 738px !important;
  border-radius: 10px;
  position: relative;
}

.hero-section .hero-slider .hero-item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(140, 78, 93, 0) 46.88%, #49263d 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-section .hero-slider .hero-item .hero-img {
  position: absolute;
  z-index: -9;
}

.hero-section .hero-slider .hero-item .hero-img,
.hero-section .hero-slider .hero-item .hero-img img {
  height: 100%;
}

.hero-section .hero-slider .hero-item .hero-img img {
  object-fit: cover;
  width: 100%;
}

.hero-section .hero-slider .hero-item .hero-content {
  max-width: 700px;
  text-align: center;
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}

.hero-item .hero-content h1 {
  font-family: 'Lora', serif;
  font-weight: 700;
  color: #fff;
  font-size: 54px;
  margin-bottom: 10px;
}

.hero-item .hero-content p {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
}

.hero-section .slider-arrows button {
  background-color: transparent;
  border: none;
  position: absolute;
  bottom: 30px;
}

.hero-section .slider-arrows button.pre-arrow {
  transform: rotate(180deg);
  left: 50px;
}

.hero-section .slider-arrows button.next-arrow {
  right: 50px;
}

/* about-section */
.about-section {
  padding: 100px 0px;
}

.section-subTitle {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: #8c4e5d;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 19px;
}

.section-title {
  color: #4a273e;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 30px;
}

.about-section .about-img {
  width: 580px;
  height: 580px;
}

.about-section .about-img img {
  width: 100%;
  height: 100%;
}

.about-section .about-content .description p {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #694c5c;
}

/* event-section */
.event-section {
  padding: 20px;
  height: 100%;
  /* background: linear-gradient(358deg, #49263d5e 0%, rgb(255 255 255) 100%); */
  background: #f1eff0;
  border-radius: 10px;
  /* margin-right: 40px; */
  /* margin-top: 10px; */
}

.event-section .branch-name .select2 .selection {
  width: 100%;
}
.event-section .branch-name .select2-container--default .select2-selection {
  padding-bottom: 0;
  display: flex;
  border: 0 !important;
}
.event-section .branch-name .select2-selection__rendered {
  margin: 0 !important;
  display: flex;
  align-items: center;
}
.event-section .branch-name .select2-selection__rendered .select2-selection__choice {
  margin-top: 0 !important;
}
.event-section
  .branch-name
  .select2-container--default
  .select2-search--inline
  .select2-search__field {
  padding: 0 !important;
}

.event-section .branch-name .select2 {
  height: 40px;
  padding: 5px;
  background-color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  width: 100% !important;
}
/* .select2-dropdown{
  width: 100% !important;
} */
.event-section .event-card {
  display: flex;
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #4a273e1a;
  box-shadow: 0px 4px 8px 0px #00000014;
  background-color: #ffff;
}

.event-section .event-card .event-img {
  min-width: 267px;
  max-width: 267px;
  height: 150px;
}

.event-section .event-card .event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.divine-section .event-list,
.event-section .event-list {
  overflow-x: auto;
}

.divine-section .event-list {
  max-height: 195px;
}

.event-section .event-list {
  max-height: 500px;
}

/* .event-section .event-list, */
.network-section .network-list {
  padding-top: 20px;
}

.event-card .event-content {
  padding: 19px 20px;
}

.event-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.event-details .event-date {
  display: flex;
  align-items: center;
  gap: 8px;
}

.event-details .date-icon {
  width: 20px;
  height: 20px;
  display: flex;
}

.event-details .event-date span {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #4a273e;
  font-weight: 600;
}

.event-details .date-icon img {
  width: 100%;
  height: 100%;
}

.event-details h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 29px;
  font-size: 24px;
  margin: 0;
}

.event-details p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 19px;
  font-size: 16px;
  margin: 0;
  color: #694c5c;
}

/* network-section */
.network-section {
  padding: 100px 0;
}

.network-section .network-list .network-card-list {
  padding: 0 64px;
}

.network-section .network-list .network-card-list .network-tab {
  margin-bottom: 24px;
  justify-content: center;
  border: none;
  gap: 10px;
}

.network-section .network-list .network-card-list .network-tab li .nav-link {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  border: 1.5px solid #4a273e33;
  border-radius: 8px;
  color: #4a273e;
  padding: 15px 20px;
}

.network-section .network-list .network-card-list .network-tab li .nav-link.active {
  background: linear-gradient(90deg, #8d597b 0%, #b4677a 100%);
  color: #ffffff;
}

.network-section .network-list .network-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.network-section .network-list .network-cards .network-card {
  padding: 10px;
  border: 1px solid #4a273e33;
  box-shadow: 0px 4px 8px 0px #00000014;
  border-radius: 12px;
}

.network-card .network-img {
  height: 237px;
  border-radius: 8px;
  overflow: hidden;
}

.network-card .network-img img {
  width: 100%;
  height: 100%;
}

.network-section .network-list .network-cards .network-card .network-content {
  padding: 15px 10px 5px 10px;
}

.network-card .network-content h5 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
}

.network-card .network-content .network-contact {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.network-card .network-content .network-contact li,
.footer-contact-details .footer-contact li,
.footer-menu ul li {
  list-style: none;
}

.network-card .network-content .network-contact li a,
.footer-contact-details .footer-contact li a {
  display: flex;
  gap: 8px;
  color: #694c5c;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
}

.network-card .network-content .network-contact li a .icon,
.footer-contact-details .footer-contact li a .icon {
  width: 20px;
  height: 20px;
}

.agree-condition {
  margin: 10px 0;
}

.address-collapse {
  position: relative;
}

.address-collapse .icon {
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* footer-section */
.footer-section {
  margin-top: 45px;
  background-color: #49263d;
  padding: 50px 0;
  position: relative;
  z-index: 99;
}

.footer-contact-details {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-contact-details .footer-contact {
  max-width: 380px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(2762%) hue-rotate(21deg)
    brightness(115%) contrast(88%);
  margin: 0;
}

.footer-menu .title {
  margin-bottom: 20px;
  color: #fd8f8f;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.footer-menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-menu ul li a {
  color: #fff0e3;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

.social-icon {
  display: flex;
  gap: 18px;
}

.social-icon a img {
  width: 22px;
  height: 22px;
}

.tagline-section {
  padding: 10px 0px;
  text-align: center;
  background-color: #8c4e5d;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  position: relative;
  z-index: 99;
}

/* Donation Page */
main.donation-main::after {
  height: 700px;
}

.donate-section .donate-img {
  position: absolute;
  z-index: -9;
  width: 100%;
  height: 100%;
}

.donate-section .donate-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.donate-section .donate-slider {
  border-radius: 10px;
  overflow: hidden;
}

.donate-section .donate-slider .donate-item {
  position: relative;
  height: 500px;
}

.donate-section .donate-slider .donate-item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(140, 78, 93, 0) 46.88%, #49263d 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.donate-section .donate-item .donate-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
}

.donate-section .donate-item .donate-content h1 {
  margin-bottom: 5px;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 30px;
}

.donate-section .donate-item .donate-content p {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0;
}

.donate-section .donate-slider .donate-item {
  height: 305px;
}

.divine-section {
  padding: 40px 0 0px;
}

.divine-section .divine-content {
  display: flex;
  justify-content: space-between;
}

.divine-content .section-subTitle {
  color: #fcfcfc;
}

.join-card {
  max-width: 617px;
}

.join-card {
  background-color: #fcfcfc;
  padding: 30px;
  border: 1px solid #989898;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* gap: 15px; */
}

.join-card .card-title {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 10px;
  color: #4a273e;
}

.join-card p {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #694c5c;
  margin-bottom: 0;
}

.join-card .join-note {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}

.otp-form form,
.verify-form form {
  display: grid;
  gap: 15px;
}

.verify-form #edit-btn,
.verify-form #save-btn {
  width: 25px;
  height: 25px;
  border: 1px solid #cccccc;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.verify-form #edit-btn img,
.verify-form #save-btn img {
  width: 100%;
  height: 100%;
}
.otp-form form label,
.payment-form label,
.verify-form form label {
  font-family: 'Inter', sans-serif;
  /* font-weight: 400;
  color: #000000; */
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #4a273e;
  margin-bottom: 5px;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #4a273e;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-results__option--selected {
  background-color: #fff1f1;
}

.select2-container--default .select2-selection--multiple {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #e7e4e5 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0;
}

.otp-form input,
.payment-form input,
.payment-form textarea,
.address-form input,
.address-form textarea,
.verify-form input,
.amount-input input {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid #e7e4e5 !important;
  background-color: transparent;
  color: #828282;
  border-radius: 0px;
  padding: 0 0 10px 0;
  font-size: 15px;
  line-height: 20px;
}

.payment-form input[type='checkbox'].form-check-input {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  border: 1px solid #e7e4e5;
  color: #828282;
  border-radius: 4px;
  padding: 8px;
  font-size: 16px;
  line-height: 20px;
}

.payment-form input.form-check-input:checked {
  background-color: #49263d;
}

.otp-form form button,
.verify-form form button {
  width: fit-content;
}

.capcha-box {
  height: 72px;
  width: 230px;
  border-radius: 12px;
  border: 0.86px solid #e7e4e5;
}

.captcha-box button {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

input:focus {
  border-color: #e7e4e5 !important;
  box-shadow: none !important;
}

.address-detail {
  border: 0.86px solid #e7e4e5;
  max-height: 500px;
  min-height: 250px;
  overflow: scroll;
}

.address-card {
  margin: 4px;
  padding: 10px;
  /* border-color: #c25378 !important;
  border-radius: 5px; */
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  /* border: #000 solid; */
}

.address-card .address-title {
  display: flex;
  justify-content: flex-end;
  height: 45px;
}

.address-card .address-title .white-btn {
  background-color: #4a273e !important;
  color: #fff !important;
  font-weight: 600 !important;
}

.address-card.gradient-btn input:disabled,
.address-card.gradient-btn textarea:disabled {
  background-color: transparent !important;
  /* light green */
  color: #ffffff !important;
  /* match gradient-btn border */
}

.verify-form .send-sms {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 26px;
}

.send-sms .mobile-number-verified{
    color: rgb(0, 0, 0);
    width: 91px;
    border-bottom: 0px !important;
}

/* payment-section */
.payment-main {
  padding-top: 46px;
}

.payment-section .payment-order-list {
  position: sticky;
  top: 0;
}

.payment-section .section-title {
  line-height: 64px;
}

.payment-section .payment-order-list .order-list {
  display: grid;
  gap: 15px;
}

.payment-section .payment-content {
  display: flex;
  padding: 0px 70px;
}

.payment-section .payment-content > div {
  padding: 0 10px;
}

.payment-option {
  gap: 20px;
}

/* 
.order-card {
  padding: 24px;
  background-color: #fcfcfc;
  border-radius: 16px;
  display: flex;
  border: 1px solid #e7e4e5;
}

.order-card.gradient-card {
  background: linear-gradient(90deg, #8d597b 0%, #b4677a 100%);
  border: 1.5px solid #ffffff4d;
}

.order-card .order-header {
  display: flex;
  gap: 15px;
}

.order-card .order-img {
  max-width: 72px;
  width: 100%;
  height: 72px;
  border-radius: 8px;
  overflow: hidden;
}

.order-card .order-img img {
  width: 100%;
  height: 100%;
}

.order-card .order-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.order-card .order-header .order-detail h3,
.amount-card h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 5px;
  color: #000;
}

.order-card .order-header .order-detail p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #828282;
  font-size: 16px;
  margin: 0;
}

.order-card .order-content .order-price .price {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #4a273e;
  margin-bottom: 0;
} */

.order-card.gradient-card .order-header h3,
.order-card.gradient-card .order-header p,
.order-card.gradient-card .order-content .price-details .price,
.payment-section .section-subTitle,
.payment-section .section-title {
  color: #fff;
}

/* 
.order-price {
  gap: 20px;
  align-items: center;
}

.order-price .select {
  border-radius: 35px;
  padding: 4px 12px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  background-color: #e2e2e3;
  color: #4b5563;
}

.order-price .select.selected {
  background-color: #fff0e3;
  color: #4a273e;
}

.number-wrapper .total-amount {
  background: #fff0e3;
  display: flex;
  height: 35px;
  align-items: center;
  border: 1px solid #4a273e;
  padding: 0 10px;
  border-radius: 5px 0px 0px 5px;
  text-wrap-mode: nowrap;
}

.order-card.gradient-card .number-wrapper {
  background-color: #fff;
}

.number-wrapper {
  border: 1px solid #4a273e;
  padding: 2px 3px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 2px;
}

.number-wrapper .qty {
  gap: 8px;
  align-items: center;
}

.number-wrapper .count {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #4a273e;
}

.number-wrapper button {
  width: 26px;
  height: 26px;
  border: none;
  background-color: transparent;
} */

.number-wrapper button img {
  width: 100%;
  height: 100%;
}

/* Payment Card */

.order-card {
  padding: 10px;
  background-color: #fcfcfc;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border: 1px solid #e7e4e5;
  margin-bottom: 5px;
}

.order-card.gradient-card {
  background: linear-gradient(90deg, #8d597b 0%, #b4677a 100%);
  border: 1.5px solid #ffffff4d;
}

.order-card .order-img {
  max-width: 72px;
  width: 100%;
  height: 72px;
  border-radius: 8px;
  overflow: hidden;
}

.order-card .order-img img {
  width: 100%;
  height: 100%;
}

.order-card .order-header {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 15px;
}

.order-card .order-header h3,
.amount-card h3,
.donation-event-card h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 5px;
  color: #000;
}

.order-card .order-header h3,
.donation-event-card h3 {
  font-size: 17px;
  margin-bottom: 0px;
}

.order-card .order-header p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #828282;
  font-size: 16px;
  margin: 0;
}

.order-card .order-content {
  display: flex;
  gap: 10px;
  align-items: center;
}

.order-card .order-content .price {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #4a273e;
  margin-bottom: 0;
}

.number-wrapper {
  border-radius: 6px;
  border: 1px solid #4a273e;
  padding: 1px;
  display: flex;
  gap: 5px;
  background-color: #fff;
  height: min-content;
}

.donation-event-card .amount-price .total-amount {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #4a273e;
}

.number-wrapper .unit-price {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  background-color: #4a273e33;
  color: #4a273e;
  height: 35px;
  display: flex;
  align-items: center;
  padding: 5px 4px;
  border-radius: 4px 0 0 4px;
  text-wrap-mode: nowrap;
}

.number-wrapper .qty {
  display: flex;
  align-items: center;
  gap: 5px;
}

.number-wrapper .count {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #4a273e;
}

.number-wrapper button {
  min-width: 26px;
  height: 26px;
  border: none;
  background-color: transparent;
}

.number-wrapper button img {
  width: 100%;
  height: 100%;
}

.order-card .order-content .price-details {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 5px;
}

.order-card .order-content .price-details .select {
  background: #ffffff;
  padding: 0px 10px;
  border-radius: 40px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: #828282;
  border: 1px solid #e7e4e5;
  line-height: 28px;
  font-size: 14px;
}

/* Payment Card end */

.order-or {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  padding: 15px 0;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #828282;
}

.amount-card {
  margin-bottom: 30px;
}

.amount-card h3 {
  margin-bottom: 17px;
}

.amount-card .amount-input {
  display: flex;
  height: 38px;
  gap: 10px;
}

.amount-card .amount-input .gradient-btn {
  max-width: 38px;
  width: 100%;
  text-align: center;
  font-size: 21px;
  display: flex;
  align-items: center;
  padding: 9px 13px;
}

.amount-card .amount-input input {
  width: 100%;
}

input:focus-visible {
  outline: none;
}

.total-donation-card {
  padding: 30px;
  border-radius: 16px;
}

.total-donation-card .amount-price {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}

.total-donation-card .amount-price p {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 0;
}

.total-donation-card .amount-price .total-amount {
  font-size: 48px;
  line-height: 58px;
}

.total-donation-card .donation-name {
  padding: 13px 14px;
  border: 1px solid #e7e4e580;
  background-color: #ffffff33;
  border-radius: 10px;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

.payment-card {
  background-color: #fcfcfc;
  padding: 24px 23px;
  border: 1px solid #989898;
  border-radius: 24px;
  display: grid;
  /* gap: 30px; */
}

.payment-card.payment-option-card,
.payment-card.contactUs-card {
  gap: 20px;
}

.payment-card .card-title {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 0px;
  color: #4a273e;
}

.accordion-title {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px;
  color: #4a273e !important;
}

.custom-amount {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  color: #4a273e !important;
}

.payment-card .details-title,
.join-card .details-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  /* padding-bottom: 15px;
  margin-bottom: 0px; */
  padding: 10px 10px;
  margin-top: 15px;
  color: #4a273e;
  /* border-bottom: 1px solid #00000033; */
  background-color: #efecee;
  margin-bottom: 5px;
}

.join-card .details-title {
  height: fit-content;
}

.payment-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* margin-top: 93px; */
}

.payment-card .otp-form {
  display: grid;
  gap: 10px;
}

.payment-card .address-form {
  display: grid;
  gap: 10px;
}

/* .payment-form input[type="radio"].form-check-input {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  outline: 2px solid #4a273e;
  color: #828282;
  border-radius: 10px;
  padding: 8px;
  margin: 2px;
  font-size: 16px;
  line-height: 20px;
  }
  .payment-form input[type="radio"].form-check-input:checked{
    border-color: white;
    background-color: #4a273e;
    } */
.payment-form input[type='radio'],
.payment-form input[type='radio']:focus {
  appearance: none;
  width: 14px;
  height: 14px;
  border: 2px solid #4a273e !important;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  padding: 8px;
}

.payment-form input[type='radio']:checked {
  border-color: #4a273e;
  background-color: #4a273e;
}

.payment-form input[type='radio']:checked::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #4a273e;
  border: 3px solid #ffff;
}

.payment-form label {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #4a273e;
  cursor: pointer;
  margin-bottom: 0;
}

.payment-content .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #e7e4e5;
  padding: 14px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.payment-option .form-check:last-child {
  margin-bottom: 0;
}

.payment-option .form-check .form-check-input {
  margin: 0;
}

.payment-card .contact-details {
  /* display: flex;
  gap: 10px; */
  padding: 0;
}

.contact-details .form-check {
  margin-bottom: 0;
  justify-content: space-between;
  padding: 13px 14px;
}

.contact-details .form-check .contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-details .form-check .contact-info .icon {
  width: 24px;
  height: 24px;
}

.contact-details .form-check .contact-info .icon img {
  width: 100%;
  height: 100%;
}

.contact-details .form-check .contact-info .label,
.contact-details .form-check a {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.contact-details .form-check .contact-info .label {
  /* color: #000000; */
  font-weight: 600;
  font-size: 14px;
  color: #4a273e;
}

.contact-details .form-check a {
  text-decoration: none;
  font-weight: 500;
  color: #49263d;
}

/* terms-hero-section */

.terms-hero-section {
  position: relative;

  width: 100%;

  height: 200px;
}

.terms-hero-section .bg-img-terms {
  position: relative;

  width: 100%;

  height: 100%;
}

.terms-hero-section .bg-img-terms::before {
  content: '';

  position: absolute;

  width: 100%;

  height: 100%;

  background: #000000;

  opacity: 0.8;
}

.terms-hero-section .bg-img-terms img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.terms-hero-section .terms-content {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  font-family: 'Inter', sans-serif;

  color: #ffff;

  width: 100%;

  text-align: center;
}

.terms-hero-section .page-breadcrumb {
  text-align: center;
}

.terms-hero-section .page-breadcrumb ol {
  list-style: none;

  color: #fff;

  display: flex;

  justify-content: center;
}

.page-breadcrumb .breadcrumb-item a {
  color: #fff;

  text-decoration: none;
}

.page-breadcrumb .breadcrumb-item.active {
  color: #fff;

  display: flex;

  align-items: center;

  gap: 6px;
}

.page-breadcrumb .breadcrumb-item.active::before {
  content: '';

  background-image: url('../images/dubble-arrow.png');

  width: 9px;

  height: 9px;
}

.terms-condition-content {
  font-family: 'Inter', sans-serif;

  padding: 30px 0;
}

.terms-condition-content .title {
  font-size: 26px;

  text-transform: uppercase;

  font-weight: 600;
}

.terms-condition-content p {
  margin-bottom: 30px;

  text-align: justify;
}

.terms-condition-content ul {
  margin-bottom: 30px;

  padding: 0;
}

.terms-condition-content ul li {
  list-style: none;
}

.terms-condition-content h3 {
  padding: 0;

  margin: 0;

  font-size: 22px;

  font-weight: 800;
}

.edit-modal .modal-dialog {
  max-width: 700px;
}

/* responsive */

@media (min-width: 1400px) {
  .container {
    max-width: 1760px;
  }

  .row {
    padding: 0 16px;
  }

  .rowX {
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 1600px) {
  .divine-section .divine-content {
    margin: 0;
  }

  .payment-section .payment-content {
    padding: 0px;
  }
}

@media (max-width: 1440px) {
  .about-section .about-img {
    width: 480px;
    height: 480px;
  }

  .contact-details .form-check .contact-info {
    gap: 5px;
  }

  /* Payment Card */
  .order-card .order-header h3,
  .amount-card h3 {
    font-size: 18px;
  }

  .order-card .order-header p {
    font-size: 14px;
  }

  /* Payment Card */
  .divine-content .section-title {
    font-size: 35px;
    margin-bottom: 20px;
  }

  .join-card {
    gap: 15px;
  }
}

@media (max-width: 1399px) {
  .network-section .network-list .network-card-list {
    padding: 0 12px;
  }

  .network-section .network-list .network-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  /* .donate-section .donate-slider .donate-item {
    height: 400px;
  } */
  /* 
  .join-card {
    max-width: 500px;
    padding: 30px;
    gap: 20px;
  } */

  .section-title {
    font-size: 35px;
  }

  .hero-section .hero-slider .hero-item .hero-content {
    max-width: 480px;
  }

  .hero-item .hero-content h1 {
    font-size: 35px;
    margin-bottom: 5px;
  }

  .hero-item .hero-content p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  /* .order-card .order-content {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

  .order-card .order-price {
    justify-content: space-between;
    width: 100%;
  }

  .order-card .order-content .order-detail h3,
  .amount-card h3 {
    font-size: 20px;
  }

  .order-card {
    padding: 18px;
  } */

  .payment-card {
    padding: 30px 20px;
  }

  /* Payment Card */
  .payment-order-list .order-detail {
    max-width: 200px;
  }

  .order-card .order-content {
    /* width: 100%; */
    justify-content: space-between;
    align-items: center;
  }

  /* .order-card .order-img {
    max-width: 70px;
    height: 70px;
  } */

  .order-card,
  .order-card .order-header {
    gap: 10px;
  }

  .number-wrapper {
    padding: 2px;
  }

  /* Payment Card */

  .event-card .event-content {
    padding: 15px 10px;
  }

  .event-details {
    gap: 4px;
  }

  .event-details h2 {
    line-height: 21px;
    font-size: 20px;
  }

  .event-details p {
    line-height: 16px;
    font-size: 14px;
  }

  .gradient-btn,
  .order-card .order-header h3 {
    font-size: 15px;
  }

  .event-list {
    max-height: 600px;
  }

  .order-card .order-content .price {
    font-size: 18px;
    line-height: 18px;
  }

  .order-card {
    padding: 6px;
  }
}

@media (max-width: 1199px) {
  .header-section .header-logo,
  .footer-section .footer-logo {
    height: 60px;
  }

  .hero-section .hero-slider .hero-item {
    height: 590px !important;
  }

  .hero-section .hero-slider .hero-item .hero-content {
    max-width: 400px;
  }

  .hero-item .hero-content h1 {
    font-size: 25px;
    margin-bottom: 0;
  }

  /* .hero-item .hero-content h1 {
    font-size: 40px;
  } */

  .about-section .about-img {
    width: 380px;
    height: 380px;
  }

  .section-subTitle {
    letter-spacing: 8px;
    font-size: 14px;
    line-height: 16px;
  }

  .section-title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .about-section .about-content .description p {
    font-size: 16px;
    line-height: 23px;
  }

  .footer-menu .title,
  .white-btn.footer-btn {
    font-size: 16px;
  }

  .footer-menu ul li a,
  .join-card p,
  .donate-section .donate-item .donate-content p {
    font-size: 14px;
  }

  .donate-section .donate-item .donate-content h1 {
    font-size: 22px;
  }

  .payment-section .payment-content > div {
    padding: 0 5px;
  }

  /* .order-card.gradient-card .order-content .order-detail p,
  .order-card .order-content .order-detail p {
    font-size: 0;
  }

  .order-card {
    padding: 15px;
  }

  .order-card .order-img {
    max-width: 62px;
    height: 62px;
  } 
  
  .payment-form {
    margin-top: 108px;
  }
  */

  .payment-card .contact-details {
    gap: 10px;
  }

  .payment-card .details-title {
    margin: 0;
  }

  .rowX > div {
    padding: 0;
  }

  .otp-form .rowX > div,
  .address-form .rowX > div {
    padding: 0 5px;
  }

  .otp-form form,
  .verify-form form,
  .payment-card .address-form,
  .payment-card .otp-form,
  .payment-card {
    gap: 10px;
  }

  .total-donation-card .amount-price .total-amount {
    font-size: 38px;
    line-height: 48px;
  }

  /* 
  .order-card .order-content .order-detail h3,
  .amount-card h3 {
    font-size: 17px;
    margin-bottom: 0;
  } */
  /* Payment Card */
  .order-card.gradient-card .order-header p,
  .order-card .order-header p {
    font-size: 0;
  }

  .payment-order-list .order-detail {
    max-width: inherit;
  }

  .order-card {
    /* flex-direction: column; */
    align-items: start;
  }

  .order-card {
    padding: 10px;
  }

  .order-card .order-img {
    max-width: 62px;
    height: 62px;
  }

  /* Payment Card */
  .event-section {
    padding: 10px;
  }

  .event-list {
    max-height: 465px;
  }

  .event-details h2 {
    line-height: normal;
    font-size: 16px;
  }

  .event-details .event-date {
    gap: 5px;
  }

  .gradient-btn {
    font-size: 14px;
    padding: 8px 10px;
  }

  .event-details .date-icon {
    width: 16px;
    height: 16px;
  }

  .join-card {
    padding: 15px;
    gap: 5px;
  }

  .join-card .card-title {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 5px;
  }

  .otp-form form label {
    font-size: 15px;
    margin-bottom: 0;
  }

  .number-wrapper button {
    min-width: 20px;
    height: 20px;
    display: flex;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 100%;
  }

  .hero-section .hero-slider .hero-item .hero-content {
    bottom: 70px;
  }

  .about-section {
    padding: 60px 0px;
  }

  .about-section .about-img {
    width: 400px;
    height: 400px;
  }

  .section-title {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .about-section .about-content .description p {
    font-size: 14px;
    line-height: 20px;
  }

  /* .payment-form {
    margin-top: 103px;
  } */

  .payment-section .payment-content {
    padding: 0px 16px;
  }

  .hero-section .hero-slider .hero-item .hero-content {
    max-width: 420px;
  }

  .event-section {
    padding: 10px;
  }

  .footer-section {
    padding: 20px 0;
  }
}

@media (max-width: 991px) {
  .network-section .network-list .network-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .footer-contact,
  .footer-contact-details {
    align-items: center;
  }

  .footer-contact-details {
    padding-bottom: 10px;
    gap: 10px;
  }

  .footer-contact,
  .payment-main {
    padding: 0;
  }

  .footer-menu {
    text-align: center;
    padding-bottom: 10px;
  }

  .footer-menu ul.quick-list {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }

  .social-icon {
    justify-content: center;
  }

  /* .donate-section .donate-slider .donate-item {
    height: 350px;
  } */

  .divine-section .divine-content {
    flex-direction: column;
    gap: 10px;
  }

  .divine-section .divine-content .join-card {
    margin: 0 auto;
  }

  .payment-form {
    margin-top: 20px;
  }

  .otp-form .rowX,
  .address-form .rowX,
  .payment-card .address-form,
  .payment-card .otp-form,
  .payment-card .contact-details {
    gap: 0;
  }

  .rowX > div {
    padding: 0 5px;
  }

  .payment-card .address-form {
    gap: 10px;
  }

  /* Payment Card */
  .order-card {
    flex-direction: row;
    align-items: center;
  }

  .order-card .order-content {
    width: auto;
  }

  .order-card.gradient-card .order-header p {
    font-size: 0;
  }

  /* Payment Card */
  .event-section .event-card,
  .section-title {
    margin-bottom: 10px;
  }

  .section-title {
    font-size: 25px;
  }

  .footer-menu .title {
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .white-btn,
  .gradient-btn.verify-btn,
  .gradient-btn.otp-btn {
    padding: 7px 12px;
    font-size: 14px;
  }

  /* 
  .gradient-btn {
    font-size: 16px;
    font-weight: 500;
  }
  
  .event-section .event-card {
    margin: 0px 0px 20px 0px;
  }
  
  */
  .payment-card .details-title,
  .join-card .details-title {
    font-size: 16px;
  }

  .event-section .event-card .event-img {
    min-width: 200px;
    max-width: 200px;
    height: 110px;
  }

  .event-card .event-content {
    padding: 10px;
  }

  .event-details,
  .event-details .event-date {
    gap: 4px;
  }

  .event-details .date-icon {
    width: 16px;
    height: 16px;
  }

  .event-details .event-date span {
    font-size: 12px;
  }

  /* 
  .event-details h2 {
    line-height: 24px;
    font-size: 18px;
  } */

  .event-details p {
    line-height: 17px;
    font-size: 14px;
  }

  .network-card .network-img {
    height: 220px;
  }

  .network-section .network-list .network-card-list .network-tab {
    gap: 5px;
  }

  .payment-card {
    gap: 12px;
  }

  .network-section .network-list .network-card-list .network-tab li .nav-link {
    font-size: 14px;
    padding: 7px 10px;
  }

  .network-section .network-list .network-cards .network-card .network-content {
    padding: 10px 0px 0px;
  }

  .footer-section {
    margin-top: 20px;
    padding: 10px 0;
    /* padding: 30px 0; */
  }

  .footer-contact-details .footer-contact {
    max-width: 450px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .tagline-section,
  .join-card .join-note {
    font-size: 14px;
  }

  .donate-section {
    display: none;
  }

  .event-list {
    max-height: 500px;
  }

  .divine-section {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .otp-form .rowX,
  .address-form .rowX,
  .payment-card .address-form,
  .payment-card .otp-form,
  .payment-card .contact-details {
    gap: 10px;
  }

  .rowX > div {
    padding: 0;
  }

  .payment-card,
  .total-donation-card {
    padding: 20px 15px;
  }

  .total-donation-card .amount-price .total-amount {
    font-size: 30px;
    line-height: 40px;
  }

  /* 
  .order-card .order-content .order-price .price {
    font-size: 24px;
    text-wrap-mode: nowrap;
  } */

  .payment-card .pay-btn {
    position: fixed;
    bottom: 30px;
    width: calc(100% - 60px);
    z-index: 9;
    left: 0;
    margin: 0 30px;
  }

  /* .number-wrapper .total-amount {
    height: 30px;
  } */

  /* Payment Card */
  /* .order-card .order-content .price {
    font-size: 24px;
    line-height: normal;
  } */
  .divine-content .section-title {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .order-card .order-content .price-details .select {
    font-size: 12px;
  }

  /* Payment Card */

  .terms-condition-content p {
    margin-bottom: 15px;
  }

  .terms-hero-section .terms-content h1 {
    font-size: 27px;
  }

  .event-section {
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .responsive-header {
    width: 280px !important;
  }

  .hero-section .hero-slider .hero-item {
    height: 500px !important;
  }

  .hero-section .hero-slider .hero-item .hero-content {
    max-width: 400px;
  }

  .hero-item .hero-content h1 {
    font-size: 30px;
  }

  .hero-section .slider-arrows button {
    bottom: 15px;
  }

  .hero-section .slider-arrows button.pre-arrow {
    left: 20px;
  }

  .hero-section .slider-arrows button.next-arrow {
    right: 20px;
  }

  .about-section {
    padding: 30px 0px;
  }

  .about-section .about-img {
    width: 350px;
    height: 350px;
  }

  .section-title {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .section-subTitle {
    font-size: 13px;
  }

  .event-section .event-card {
    flex-direction: column;
    /* padding: 12px; */
  }

  .event-section .event-card .event-img {
    min-width: 100%;
    max-width: 100%;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .event-details h2 {
    line-height: 20px;
    font-size: 16px;
  }

  .event-details {
    margin-bottom: 8px;
  }

  .network-section {
    padding: 50px 0;
  }

  .network-section .network-list .network-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .footer-section .footer-logo {
    height: 45px;
  }

  .footer-contact-details {
    gap: 10px;
  }

  .footer-menu,
  .footer-contact-details {
    padding-bottom: 0;
  }

  /* .donate-section .donate-slider .donate-item {
    height: 305px;
  } */

  .divine-section .divine-content .join-card {
    max-width: 100%;
    padding: 20px 15px;
  }

  .join-card .card-titl,
  .payment-section .section-title {
    font-size: 30px;
    line-height: 36px;
  }

  .capcha-box {
    height: 60px;
  }

  .otp-form form,
  .verify-form form {
    gap: 15px;
  }

  .order-or {
    padding: 10px 0;
    font-size: 15px;
    margin: 0;
  }

  /* 
  .order-card .order-img {
    max-width: 48px;
    height: 48px;
  }

  .order-card {
    padding: 10px;
  }

  .order-card .order-content .order-detail h3,
  .amount-card h3 {
    font-size: 16px;
  }

  .order-card .order-content .order-price .price {
    font-size: 18px;
    line-height: 25px;
  } */

  .amount-card .amount-input {
    /* height: 44px; */
    width: 100%;
  }

  .amount-card .amount-input .gradient-btn {
    /* max-width: 44px; */
    font-size: 18px;
    justify-content: center;
  }

  .total-donation-card .amount-price p {
    font-size: 20px;
    line-height: 23px;
  }

  .total-donation-card .amount-price .total-amount {
    font-size: 24px;
    line-height: 30px;
  }

  .total-donation-card .donation-name {
    font-size: 14px;
    line-height: 18px;
  }

  .agree-condition {
    display: flex;
    align-items: start;
    gap: 5px;
  }

  .agree-condition input {
    margin-top: 1px;
  }

  .total-donation-card.gradient-btn {
    padding: 10px;
  }

  .verify-form .send-sms {
    margin-bottom: 16px;
  }

  .number-wrapper button {
    width: 20px;
    height: 20px;
    display: flex;
  }

  .payment-card .details-title,
  .join-card .details-title,
  .number-wrapper .count {
    font-size: 14px;
  }

  /* Payment Card */
  .order-card {
    padding: 10px;
  }

  .order-card .order-content h3,
  .amount-card h3 {
    font-size: 16px;
  }

  .order-card .order-content .order-price .price {
    font-size: 18px;
    line-height: 25px;
  }

  /* .order-card {
    flex-direction: column;
    align-items: start;
  } 

  .order-card .order-content {
    width: 100%;
  }*/
  .payment-card {
    border-radius: 12px;
    padding: 10px;
    gap: 5px;
  }

  .payment-card .card-title,
  .order-card .order-content .price {
    font-size: 18px;
  }

  .number-wrapper .unit-price {
    height: 30px;
  }

  .order-card .order-header {
    align-items: start;
  }

  /* Payment Card */

  .terms-condition-content .title {
    font-size: 21px;
  }

  .terms-condition-content p,
  .terms-condition-content ul {
    font-size: 15px;

    margin-bottom: 10px;
  }

  .terms-condition-content h3 {
    font-size: 18px;

    font-weight: 700;
  }

  .otp-form .rowX {
    gap: 5px;
  }
}

@media (max-width: 475px) {
  /* .gradient-btn {
    padding: 14px 20px;
  } */

  .hero-item .hero-content h1 {
    font-size: 24px;
  }

  .hero-item .hero-content p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .hero-section .hero-slider .hero-item .hero-content {
    max-width: 320px;
  }

  .about-section .about-img {
    width: 100%;
    height: 100%;
  }

  /* .gradient-btn.event-btn, */
  .gradient-btn.network-btn {
    font-size: 14px;
    font-weight: 400;
    padding: 12px 20px;
    line-height: 17px;
  }

  .join-card .card-title {
    font-size: 24px;
    line-height: 28px;
  }

  .otp-form form label,
  .verify-form form label {
    font-size: 16px;
  }

  .otp-form input,
  .otp-form select,
  .verify-form input,
  .amount-input input {
    font-size: 14px;
  }

  .otp-form form,
  .verify-form form {
    gap: 8px;
  }

  /* 
  .order-card .order-content {
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }

  .order-card .order-content .order-price {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }

  .order-card .order-content .order-detail h3,
  .amount-card h3 {
    font-size: 14px;
  }

  .order-card {
    gap: 10px;
    align-items: center;
  } */

  .amount-card {
    align-items: start;
    margin-bottom: 20px;
  }

  @media (hover: hover) {
    @supports (appearance: base-select) {
      select option {
        padding: 10px;
      }
    }
  }

  /* Payment Card */
  .order-card .order-img {
    max-width: 72px;
    height: 72px;
  }

  .number-wrapper .unit-price {
    height: 32px;
  }

  .order-card .order-content .price {
    font-size: 16px;
  }

  .order-card .order-content .price-details {
    gap: 2px;
  }

  /* Payment Card */
  .footer-section,
  .footer-section .footer-logo .text-logo,
  .tagline-section {
    padding: 8px 0;
  }

  .footer-contact-details .footer-contact li a .icon {
    width: 15px;
    height: 15px;
  }

  .footer-contact-details .footer-contact li a,
  .tagline-section {
    font-size: 12px;
  }

  .footer-menu ul li a {
    font-size: 13px;
  }

  .hero-section .hero-slider .hero-item {
    height: 350px !important;
  }

  .hero-section .hero-slider .hero-item::after {
    background: linear-gradient(180deg, rgba(140, 78, 93, 0) 0, #49263d 100%);
  }

  .payment-section .payment-content > div {
    padding: 0;
  }
}

@media (max-width: 375px) {
  .join-card .card-title {
    font-size: 20px;
  }

  .otp-form form label,
  .verify-form form label {
    font-size: 14px;
  }

  /* .gradient-btn {
    padding: 10px;
  } */

  .contact-details .form-check {
    flex-direction: column;
  }

  .total-donation-card .amount-price p {
    font-size: 15px;
    line-height: 20px;
  }

  .total-donation-card .amount-price .total-amount {
    font-size: 20px;
    line-height: 23px;
  }

  /* 
  .order-card .order-content .order-price .price {
    font-size: 16px;
  } */

  .payment-card .pay-btn {
    bottom: 20px;
  }

  .payment-order-list .order-card {
    flex-direction: column;
    align-items: start;
  }

  /* 
  .order-card .order-img {
    max-width: 70px;
    height: 70px;
    margin: 0 auto;
  } */

  .terms-condition-content p,
  .terms-condition-content ul {
    margin-bottom: 15px;
  }

  .order-card {
    padding: 7px;
  }

  .order-card .order-header h3 {
    font-size: 13px;
  }

  .divine-content .section-title {
    font-size: 19px;
    margin-bottom: 0;
  }
}

@media (max-width: 365px) {
  .captcha-wrap {
    transform: scale(0.8); /* 304 * 0.92 ≈ 280px */
    transform-origin: 0 0; /* top-left corner */
    width: 250px;
    height: 73px; /* adjust slightly if clipping occurs */
  }
}
.dropdown-container {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.multi-select-button {
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.multi-select-button span.placeholder {
  color: #999;
}

.multi-select-content {
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  z-index: 10;
}

.multi-select-option {
  padding: 8px 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.multi-select-option:hover {
  background: #f0f0f0;
}

.multi-select-option.selected {
  background: #e3f2fd;
}

.selected-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.selected-tag {
  background: linear-gradient(90deg, #8d597b 0%, #b4677a 100%);
  color: white;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.selected-tag span {
  margin-left: 5px;
  cursor: pointer;
  font-weight: bold;
}



/* ========================== */

.multi-select-content {
  border: 1px solid #ccc;
  overflow-y: auto;
  position: absolute;
  background: white;
  width: 100%;
  z-index: 10;
}

.multi-select-option {
  padding: 5px 10px;
  cursor: pointer;
}

.multi-select-option.selected {
  background-color: #8e597a;
  color: #fff;
}
