@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --font-size: 18px;
  --font-family: "Be Vietnam Pro", serif;
  --black-color: #0E0E0E;
  --white-color: #fff;
  --red-color: #E40000;
  --gray: #B5B5B5;
  --blue: #1E9DC1;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
}

body {
  font-size: var(--font-size);
  font-family: var(--font-family);
  background-size: cover;
  overflow-x: hidden;
  color: var(--black-color);
  background-color: #FBF3F0 !important;
}

h2,
h3,
h4,
h5 {
  font-family: "Be Vietnam Pro", serif;
}

p {
  font-family: "Be Vietnam Pro", serif;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none !important;
  display: inline-block;
  transition: all .5s ease-in-out;
  font-family: "Be Vietnam Pro", serif;
}

/* .container {
  max-width: 1350px !important;
} */
/* width */
body::-webkit-scrollbar {
  width: 8px;
}

/* Track */
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 1px;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: #0A374E;
  border-radius: 1px;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #011e2c;
}

/* loader styling start  */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(181deg, #b69a99 0%, #A88583 85%) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader {
  width: 100%;
  height: 100vh;
  display: block;
  margin: 15px auto;
  position: relative;
  color: #ccc;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;

  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-wrapper.loaded {
  display: none;
}

.loader::after,
.loader::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: scale(0.5) translate(0, 0);
  background-color: #ccc;
  border-radius: 50%;
  animation: animloader 1s infinite ease-in-out;
}

.loader::before {
  background-color: #0A374E;
  transform: scale(0.5) translate(-48px, -48px);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animloader {
  50% {
    transform: scale(1) translate(-50%, -50%);
  }
}


/* loader styling end  */
/* HEADER START */
header {
  padding: 20px 0 0;
  position: absolute;
  width: 100%;
  z-index: 99;
}

.navbar-brand {
  width: 250px;
}

.menu-br .navbar-brand img {
  max-width: 181px;
  width: 100%;
}

.head-topr {
  background-color: #000000;
  color: #fff;
  padding: 6px 0;
}

.menu-br li a {
  font-size: 18px;
  color: #FFFFFF;
  border-radius: 50px;
  font-weight: 500;
  padding: 8px 0 !important;
  text-transform: capitalize;
}

.menu-br li a:hover {
  color: #0A374E;
}

.menu-br ul {
  gap: 40px;
}

.order-bt:hover {
  color: #000;
}

.order-bt {
  background-color: #FFFFFF;
  color: #0A374E;
  font-weight: 500;
  font-size: 16px;
  width: 160px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-right: 30px;
  border-radius: 50px;
}

/* HEADER END */
/* HOME PAGE START */
.all-pd {
  padding-top: 80px;
}

.main-banr {
  background-image: url(../images/banner.png);
  height: 900px;
  padding-top: 140px;
}

.bnr-hed h2 {
  font-size: 66px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 80px;
  text-transform: capitalize;
  /* margin-bottom: 35px; */
}

.bnr-cont p {
  font-size: 17px;
  color: #FFFFFF;
  opacity: 0.6;
}

.ban-social h4 {
  writing-mode: vertical-rl;
  transform: rotate(360deg);
  font-size: 20px;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 60px;
  font-weight: 400;
  margin-left: 5px;
}

.ban-social h4:before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: white;
  /* margin: 10px auto 0; */
  top: 98px;
  position: absolute;
  left: 10px;
}

.ban-second {
  margin-top: -490px;
}

.ban-social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
  color: #0A374E;
}

.ban-social li {
  padding-bottom: 6px;
}

.ban-im img {
  height: 650px;
  width: 100%;
  margin-left: 90px !important;
}

div#carouselExampleControls .carousel-inner:before {
  content: '';
  position: absolute;
  background-image: url(../images/pign2.png);
  background-size: cover;
  width: 180px;
  height: 230px;
  left: -115px;
  top: 0px;
  z-index: 9999999;
}

div#carouselExampleControls .carousel-inner:after {
  content: '';
  position: absolute;
  background-image: url(../images/pign1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  right: -115px;
  top: 350px;
  z-index: 9999999;
}

div#carouselExampleControls .carousel-control-next,
div#carouselExampleControls .carousel-control-prev {
  top: 300px !important;
}

.meet-sec:before {
  content: '';
  position: absolute;
  background-image: url(../images/met-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 650px;
  width: 620px;
  right: 0px;
  bottom: -60px;
  /* z-index: 1; */
}

.meet-sec {
  z-index: 9;
}

.met-im {
  z-index: -1;
}

.serch-inp span {
  top: 6px;
  right: 11px;
  color: #a07e7d;
}

.met-im:before {
  content: '';
  position: absolute;
  background-image: url(../images/met-rectangle.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 239px;
  width: 636px;
  bottom: -57px;
  left: -636px;
}

.met-im:after {
  content: '';
  position: absolute;
  background-image: url(../images/lorem-after.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 239px;
  width: 550px;
  top: -240px;
  left: -549px;
}

.met-bird img {
  width: 23%;
}

.met-bird {
  position: relative;
  text-align: end;
  bottom: 93px;
  right: 100px;
}

.met-cont h2 {
  font-size: 80px;
  color: #a3827f;
  /* margin-left: -190px; */
  line-height: 79px;
  margin-bottom: 25px;
  text-shadow: 0px 0px 0px #000, 1px 2px 1px #000000;
  text-transform: capitalize;
}

.bok-im img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* .met-cont h4 {
  color: #0A374E;
  font-size: 52px;
  line-height: 55px;
  margin-bottom: 29px;
  text-transform: capitalize;
} */

.met-cont h4 {
  color: #a3827f;
  margin-left: -153px;
  line-height: 69px;
  text-shadow: 0px 0px 0px #000, 1px 2px 1px #000000;
  text-transform: capitalize;
  /* color: #0A374E; */
  font-size: 52px;
  /* margin-bottom: 29px; */
  /* text-transform: capitalize; */
}

.met-cont {
  padding-top: 0;
}

.met-cont p {
  font-size: 15px;
  color: #0A374E;
  line-height: 25px;
}

.text-span p {
  font-size: 15px;
  color: #0A374E;
  line-height: 25px;
}

.read {
  background-color: #a88583;
  color: #fff !important;
  padding: 12px 30px;
  font-weight: 500;
  border-radius: 30px;
  margin-top: 20px;
  min-width: 230px !important;
  border: 0;
  text-align: center;
  border: 1px solid #fbf3f0;
}

.read_add {
  margin-top: unset;
  border: 1px solid #fff !important;
  text-align: center;
}

.membership .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
  filter: brightness(40.5) invert(61);
}

.membership {
  padding-top: 20%;
}

.membership {
  padding-top: 13%;
  padding-bottom: 90px;
}

.membr-cont h4 {
  font-size: 26px;
  color: #0A374E;
  line-height: 28px;
  margin-bottom: 30px;
}

.membr-cont h2 {
  font-size: 50px;
  line-height: 50px;
  color: #0A374E;
  margin-bottom: 30px;
  font-weight: 700;
}

.membr-cont {
  padding-left: 70px;
}

.mbr-acord {
  padding-left: 70px;
}

.membr-cont p {
  color: #0A374E;
  margin-bottom: 25px;
}

.mbr-acord .accordion-button:not(.collapsed) {
  color: #0A374E !important;
  background-color: #fff !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.mbr-acord button {
  font-size: 15px;
  font-family: 'Be Vietnam Pro';
  font-weight: 400;
  padding: 15px 20px;
}

.mbr-acord .accordion-item {
  margin-bottom: 20px;
}

.mem-top {
  background-color: #A88583;
  padding: 30px 20px;
}

.mem-top h4 {
  font-size: 30px;
  color: #FFFFFF;
  text-transform: capitalize;
  margin: 0;
}

.pric-cont {
  padding: 20px 30px;
  background-color: #FFFFFF;
}

.pric-cont h2 {
  font-size: 65px;
  font-weight: 700;
  color: #0A374E;
  line-height: 65px;
}

.searchForm {
  position: relative;
  margin-bottom: 30px;
}

.searchForm .serachBtn {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 63px;
  border: none;
  min-height: 38px;
  background: #a07e7d;
  color: #fff;
  border-radius: 0px 5px 5px 0px;
}

.pric-cont p {
  color: #0A374E;
  opacity: 0.5;
  border-bottom: 1px solid #0a374e59;
  padding: 0 0 12px 0;
}

.pric-cont li {
  font-family: 'Be Vietnam Pro';
  color: #0A374E;
  list-style-type: disc;
  padding-bottom: 15px;
  text-transform: capitalize;
}

.pric-cont ul {
  padding-left: 18px;
  margin: 25px 0;
  display: block;
  height: 225px;
  overflow-y: scroll;
}

.read1 {
  background-color: #a88583;
  color: #fff !important;
  padding: 12px 50px;
  font-weight: 500;
  border-radius: 30px;
  border: 0;
  margin-bottom: 30px;
}

.pric-cont ul::-webkit-scrollbar {
  width: 1px;
}

.pric-cont ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.pric-cont ul::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.pric-cont a:hover {
  color: #000;
}

.pric-cont a {
  background-color: #A88583;
  color: #FFFFFF;
  font-size: 16px;
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  border-radius: 30px;
}

.book-sec {
  background-color: #FFFFFF;
}

.book-hed h2 {
  color: #0A374E;
  font-size: 50px;
  font-weight: 700;
}

.book-hed p {
  font-size: 22px;
  color: #0a374eb8;
  margin-bottom: 40px;
}

.book-sec .owl-carousel .owl-nav button.owl-prev,
.book-sec .owl-carousel .owl-nav button.owl-next,
.book-sec .slick-prev,
.book-sec .slick-next {
  z-index: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #A88583;
  background: #fff;
  border-radius: 50%;
  position: absolute !important;
  top: -80px !important;
  transform: translatey(-50%);
  color: transparent;
}

.book-sec .owl-carousel .owl-nav button.owl-prev:after,
.book-sec .slick-prev:after {
  content: '\f053';
  position: absolute;
  font-family: 'FontAwesome';
  color: #000;
  font-size: 18px;
  top: 0px;
  left: 18px;
}

.book-sec .owl-carousel .owl-nav button.owl-next:after,
.book-sec .slick-next:after {
  content: '\f054';
  position: absolute;
  font-family: 'FontAwesome';
  color: #000;
  font-size: 18px;
  top: 0px;
  left: 19px;
}

.book-sec .owl-carousel .owl-nav button.owl-next {
  right: 220px;
}

.book-sec .owl-carousel .owl-nav button.owl-prev {
  right: 320px;
}

.bok-im {
  margin: 0 10px;
}

.why-sec {
  background-color: #A88583;
  margin-top: -210px;
  padding-top: 20%;
  padding-bottom: 11%;
}

.wh-al {
  z-index: 99;
}

.why-sec:before {
  content: '';
  position: absolute;
  background-image: url(../images/hand-writing.png);
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: color-burn;
  width: 47%;
  height: 950px;
  top: 20px;
  left: 0;
}

.why-cont h4 {
  font-size: 26px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.bok-comunity h3 {
  font-size: 26px;
  color: #FFFFFF;
  font-weight: 500;
}

.bok-comunity p {
  font-size: 15px;
  color: #ffffffad;
}

.bok-comunity {
  border-left: 1px solid #FFFFFF;
  padding-left: 20px;
  margin: 20px 0;
}

.why-cont h2 {
  font-size: 47px;
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 30px;
}

.whyim-hed h2 {
  font-size: 45px;
  color: #FFFFFF;
  line-height: 50px;
  background-color: #a88583;
  margin-left: 30px;
  width: 84%;
  z-index: 99;
  position: relative;
}

.whyim-hed:before {
  content: '';
  position: absolute;
  background-image: url(../images/w-border.png);
  border: 6px solid #FFFFFF;
  height: 480px;
  width: 100%;
  top: -398px;
  left: -20px;
}

.why-im:before {
  content: '';
  position: absolute;
  background-image: url(../images/pign1.png);
  background-size: cover;
  width: 220px;
  height: 277px;
  right: -120px;
  top: -120px;
  z-index: 9;
}

.publishing-sec {
  background-color: #FFFFFF;
}

.bok-al {
  position: relative;
  z-index: 999;
  margin-top: -133px !important;
  margin-bottom: -140px !important;
}

.get-quote {
  background-color: #FBF3F0;
  padding-top: 12%;
  padding-bottom: 10%;
}

.quote-cont h3 {
  font-size: 26px;
  color: #0A374E;
  margin-bottom: 15px;
}

.quote-cont h2 {
  font-size: 48px;
  color: #0A374E;
  font-weight: 700;
  line-height: 57px;
  margin-bottom: 30px;
  text-transform: capitalize;
}

section.top-banner .carousel-inner {
  overflow: visible;
}

div#carouselExampleControls .carousel-caption img {
  width: 45%;
  object-fit: contain;
}

div#carouselExampleControls .carousel-caption {
  left: 48%;
  right: -7%;
  top: -6%;
}

.carousel-item img {
  height: auto;
  width: 92%;
  object-fit: cover;
  display: table;
  margin: 0 auto;
}

.pign2::before {
  content: '';
  position: absolute;
  background-image: url(../images/pign2.png);
  background-size: cover;
  height: 270px;
  width: 220px;
  top: -154px;
  left: 64px;
  z-index: 1;
}

.quote-cont p {
  font-size: 17px;
  color: #0A374E;
  margin: 40px 0;
}

.quote-cont a:hover {
  color: #000;
}

.quote-cont a {
  color: #A88583;
  text-decoration: underline !important;
  margin-bottom: 30px;
}

.cont-frm {
  background-color: #FFFFFF;
  padding: 50px 50px 30px;
}

.cont-frm h3 {
  font-size: 26px;
  color: #0A374E;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.cont-frm h2 {
  font-size: 50px;
  color: #0A374E;
  font-weight: 700;
  margin-bottom: 35px;
}

.cont-frm input {
  background-color: #F9F9F9;
  height: 50px;
  margin-bottom: 20px;
  border: transparent;
}

.cont-frm textarea {
  background-color: #F9F9F9;
  height: 200px;
  margin-bottom: 20px;
  border: transparent;
  resize: none;
}

.contat-bt button {
  background-color: #FBF3F0;
  color: #0A374E;
  font-family: 'Be Vietnam Pro';
  font-weight: 500;
  padding: 13px 50px;
  border: transparent;
  border-radius: 30px;
  margin-top: 10px;
}

.contat-bt:before {
  content: '';
  position: absolute;
  background-image: url(../images/pign2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  height: 210px;
  left: -140px;
  top: -11px;
}

.cont-frm:before {
  content: '';
  position: absolute;
  background-color: #FFFFFF;
  width: 350px;
  height: 230px;
  top: -229px;
  right: -350px;
}

.cont-frm:after {
  content: '';
  position: absolute;
  background-color: #FFFFFF;
  width: 320px;
  height: 200px;
  bottom: -199px;
  right: -319px;
}

.get-quote::before {
  content: '';
  position: absolute;
  background-image: url(../images/lst.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 700px;
  height: 601px;
  bottom: 0px;
}

.quote-cont {
  z-index: 99;
}

footer {
  background-color: #0A374E;
  padding: 80px 0 60px;
  position: relative;
  z-index: 9;
}

.fot-lnk li a:hover {
  color: #9abcce;
}

.fot-lnk li a {
  font-size: 16px;
  color: #FFFFFF;
}

.fot-lnk ul {
  margin: 0;
}

.fot-brd {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 35px;
}

.fot-cont p {
  font-size: 15px;
  color: #FFFFFF;
  width: 70%;
  text-transform: capitalize;
  margin: 30px auto 25px;
}

.fot-cont li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #FFFFFF;
  border-radius: 50%;
  font-size: 14px;
  color: #0A374E;
}

.fot-cont ul {
  gap: 8px;
}

.copy-cont p {
  font-size: 15px;
  color: #FFFFFF;
  margin: 0;
}

.copy-cont {
  margin-top: 60px;
}

.pub-cont h3 {
  font-size: 26px;
  color: #0A374E;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.pub-cont h2 {
  font-size: 45px;
  color: #A88583;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 25px;
}

.pub-cont a {
  background-color: #FBF3F0;
  color: #0A374E;
  font-weight: 500;
  padding: 13px 50px;
  border-radius: 35px;
}

.pub-cont a:hover {
  color: #000;
}

.pub-im:before {
  content: '';
  position: absolute;
  background-image: url(../images/pign2.png);
  background-size: cover;
  height: 270px;
  width: 220px;
  top: 0;
  left: -95px;
}

/* HOME PAGE END */
/* INNER PAGES START */
.inr-banr {
  background-image: url(../images/banner.png);
  padding-top: 160px;
  background-position: center;
  padding-bottom: 50px;
}

.abt:before {
  content: '';
  position: absolute;
  background-image: url(../images/met-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 650px;
  width: 620px;
  right: 0px;
  bottom: 170px;
}

.abt .met-cont {
  padding-top: 0;
}

.wh-abt {
  margin-top: 0;
  padding: 170px 0;
  z-index: -1;
}

.wh-abt:before {
  content: '';
  position: absolute;
  background-image: url(../images/hand-writing.png);
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: color-burn;
  width: 50%;
  height: 990px;
  top: -200px;
  left: 0;
}

.reading-sec {
  padding-bottom: 100px;
}

.red-hed p {
  color: #0A374E;
  font-size: 23px;
  font-family: 'Be Vietnam Pro';
  font-weight: 500;
  opacity: 0.7;
  margin-bottom: 20px;
}

form.searchForm>input.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #a07e7d !important;
}

.mem-inr {
  padding: 100px;
}

.mem-inr .mbr-acord {
  display: flex;
  width: 100%;
  padding: 0;
}

.mem-inr .accordion {
  width: 100%;
}

.memb-sld {
  margin-top: 40px;
}

/* INNER PAGES END */

.met-cont>ul>li>figure>a>img {
  width: 100% !important;
  aspect-ratio: unset !important;
  height: unset !important;
}
.met-cont>ul {
  padding-left: 15 !important;
}


/* Dicover Section START  */
.campaign-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

.campaign-card:hover {
  transform: translateY(-5px);
}

.card-img-container {
  position: relative;
  height: 220px;
  overflow: hidden;
}

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

.location-badge {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: white;
  color: #333;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

.card-body {
  padding: 20px;
}

.campaign-title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.progress {
  height: 8px !important;
  margin-bottom: 15px;
  background-color: #e9ecef !important;
}

.progress-bar {
  background-color: #00b74a !important;
}

.amount-raised {
  color: #00b74a;
  font-weight: 700;
  font-size: 18px;
}

/* Dicover Section END  */
.mediabtn {
  background-color: #0A374E;
  color: #fff;
  font-family: 'Be Vietnam Pro';
  font-weight: 500;
  padding: 13px 50px;
  border: transparent;
  border-radius: 30px;
  margin-top: 10px;
}

.mediabtn:hover {
  background-color: #ccc;
  color: #0A374E;
}




/* media Detail page START  */
/* .fundraiser-container {
  max-width: 900px;
  margin: 0 auto;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 20px;
} */

.campaign-title {
  color: #003a5d;
  font-weight: 800;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.campaign-image {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

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

.progress-circle {
  position: relative;
  width: 180px;
  height: 180 px;
  /* margin: 0 auto; */
}

.progress-circle-bg {
  fill: none;
  stroke: #e9ecef;
  stroke-width: 2;
}

.progress-circle-value {
  fill: none;
  stroke: #00b74a;
  stroke-width: 2;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.5s;
}

.progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: bold;
}

.amount-raised {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.goal-text {
  color: #6c757d;
  font-size: 0.9rem;
}

.action-btn {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
}

.share-btn {
  background-color: #003a5d;
  color: white;
}

.donate-btn {
  background-color: #003a5d;
  color: white;
}

.share-btn:hover,
.donate-btn:hover {
  opacity: 0.9;
  color: white;
}

.organizer-info {
  display: flex;
  align-items: center;
  margin: 20px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9ecef;
}

.organizer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.donation-badge {
  display: inline-block;
  background-color: #003a5d;
  color: white;
  font-size: 0.7rem;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
}

.donor-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.donor-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.donor-name {
  font-weight: 600;
}

.donor-amount {
  color: #6c757d;
  font-size: 0.9rem;
}

.donor-time {
  color: #6c757d;
  font-size: 0.9rem;
}

.see-btn {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  margin-bottom: 10px;
}

.see-btn:hover {
  background-color: #f8f9fa;
}

.campaign-text {
  color: #0A374E;
  line-height: 1.6;
  margin: 20px 0;
  opacity: 0.7;
}

.read-more-btn {
  display: inline-block;
  background-color: #003a5d;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  margin: 10px 0 20px;
}

.read-more-btn:hover {
  opacity: 0.9;
  color: white;
}

.reaction-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #dee2e6;
  margin-right: 8px;
  color: #6c757d;
  text-decoration: none;
}

.reaction-btn:hover {
  background-color: #f8f9fa;
}

.donation-stats {
  display: flex;
  align-items: center;
  background-color: #e8f7f0;
  padding: 10px 15px;
  border-radius: 30px;
  margin-bottom: 15px;
}

.stats-icon {
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #00b74a;
}

.stats-text {
  color: #00b74a;
  font-weight: 600;
}

.transparentBg {
  color: #003a5d !important;
  background: transparent !important;
}

/* media Detail page END * /



/* comments box START  */
/* .fundraiser-container {
  max-width: 700px;
  margin: 0 auto;
  background-color: white;
  border-radius: 8px;
  padding: 30px;
} */

.section-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.profile-section {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.profile-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}

.profile-info {
  flex-grow: 1;
}

.profile-name {
  font-weight: 600;
  margin-bottom: 0;
}

.profile-role {
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.contact-btn {
  background-color: #003a5d;
  color: white;
  padding: 10px 30px;
  border-radius: 25px;
  border: none;
  font-weight: 500;
  margin: 1rem 0;
  width: 100%;
  max-width: 200px;
  border: 1px solid #003a5d;
  ;
}

.contact-btn:hover {
  background-color: #002d47;
}

.divider {
  border-top: 1px solid #dee2e6;
  margin: 2rem 0;
}

.support-section {
  margin-top: 2rem;
}

.support-text {
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.comment-card {
  display: flex;
  align-items: start;
  margin-bottom: 1.5rem;
}

.comment-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.comment-content {
  flex-grow: 1;
}

.comment-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.comment-name {
  font-weight: 600;
  margin-bottom: 0;
}

.comment-meta {
  color: #6c757d;
  font-size: 0.85rem;
}

.comment-text {
  color: #495057;
  font-size: 0.95rem;
  margin-bottom: 0;
}

.footer-info {
  color: #6c757d;
  font-size: 0.9rem;
  margin-top: 2rem;
}

.footer-info span {
  margin-right: 10px;
}

.heart-icon {
  color: #dc3545;
}

.mnm-dt {
  position: absolute;
  top: 0;
  background-color: #A88583;
  padding: 4px 22px;
  color: #fff;
  font-size: 18px;
  display: flex;
  flex-direction: column;
}

.blg-im img {
  min-height: 300px;
  max-height: 300px;
  min-width: 100%;
  object-position: center top;
  border-radius: 20px;
  transition: 1s;
  object-fit: cover;
}

.blg-im img:hover {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

section.innr-blg {
  padding-bottom: 50px;
}

.blg-inrr {
  box-sizing: border-box;
  box-shadow: 0px 1px 2px 2px #ccc;
  border-radius: 20px;
  margin-bottom: 0px;
  overflow: hidden;
}

.blg-contt.blg-evt {
  padding: 20px;
  height: 200px;
}

.blg-contt h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #0A374E;
  text-transform: uppercase;
}

.blg-contt1 h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #0A374E;
    text-transform: uppercase;
    min-height: 43px;
    text-align: center;
}

.blg-im1 img {
  height: 400px;
  width: 100%;
  object-position: center top;
  border-radius: 20px;
  transition: 1s;
  object-fit: cover;
}

.blg-contt1.blg-evt1 {
  padding: 20px;
}

/* comments box END  */


/* Container */

/* Header */
.blog-header {
  margin-bottom: 30px;
}

.blog-title {
  font-size: 2.75rem;
  color: #0A374E;
  margin-bottom: 10px;
}

.blog-meta {
  font-size: 0.95rem;
  color: #718096;
  display: flex;
  justify-content: left;
  gap: 10px;
  flex-wrap: wrap;
}

/* Image */
.image-wrapper {
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 30px;
}

.blg-im a {
  display: block;
}

.blog-image {
  width: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.4s ease;
  /* height: 600px; */
}

.blog-image:hover {
  transform: scale(1.02);
}

/* Content */
.blog-content {
  font-size: 1.1rem;
  color: #2d3748;
}

.blog-content h2,
.blog-content h3 {
  color: #2b6cb0;
  margin-top: 35px;
}

.blog-content h2 {
  color: #0A374E;
  font-size: 52px;
  line-height: 55px;
  margin-bottom: 29px;
  text-transform: capitalize;
}

.blog-content h3 {
  font-size: 26px;
  color: #0A374E;
  line-height: 28px;
  margin-bottom: 30px
}

article.blog-content p {
    font-size: 15px;
    color: #0A374E;
    line-height: 25px;
}

/* Comments */
.comment-section {
  margin-top: 60px;
}

.comment-section h2 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #1a202c;
}

.comment-section,
.comment-form {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.comment-box {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.comment-header {
  font-weight: bold;
  margin-bottom: 5px;
}

.comment-author {
  color: #333;
}

.comment-date {
  color: #aaa;
  font-size: 0.9em;
  margin-left: 10px;
}

.comment-body {
  margin: 5px 0 10px;
}

.comment-reply {
  background: #f1f1f1;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
}

form#reply-form button {
  background-color: #A88583;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  font-weight: 500;
  border-radius: 30px;
  padding: 0 53px;
  border: 0;
}

.reply-toggle {
  margin-top: 5px;
  background: none;
  border: none;
  color: #A88583;
  cursor: pointer;
  padding: 0;
  font-size: 0.9em;
}

.reply-form {
  display: none;
  margin-top: 10px;
}

.reply-form textarea {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  resize: vertical;
  margin-bottom: 5px;
}

.blogmain {
  padding: 28px 0;
}

.reply-form button {
  margin-right: 5px;
}

.comment-replies {
  margin-top: 10px;
  margin-left: 20px;
  border-left: 2px solid #eee;
  padding-left: 10px;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
}

section.comment-form h3 {
  color: #0A374E;
  font-size: 35px;
  line-height: 55px;
  margin-bottom: 29px;
  text-transform: capitalize;
}

.comment-form button {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
}

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

.comment-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.meet_danyl p {
  background: #a885837a;
  padding: 20px;
  border-radius: 25px;
  color: #0A374E;
}

/* Responsive */
@media (max-width: 768px) {
  .blog-title {
    font-size: 2rem;
  }

  .blog-image {
    height: 300px;
  }

  .comment-form textarea {
    font-size: 0.95rem;
  }
  .met-cont>ul {
  padding: 15px !important;
}
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.nav-item.dropdown .dropdown-menu {
  margin-top: 0;
  display: none !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.nav-item.dropdown:hover {
  color: #fff;
}

a.dropdown-item {
  color: #000 !important;
  padding: 10px;
}

ul.dropdown-menu li {
  padding: 0px 6px;
}

.enhanced-dropdown {
  padding: 10px 0;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
  min-width: 250px;
  animation: fadeDown 0.3s ease;
  transition: all 0.2s ease-in-out;
}

.enhanced-dropdown .dropdown-item {
  padding: 10px 20px;
  font-size: 14px;
  color: #333;
  transition: background 0.2s ease, color 0.2s ease;
}

.enhanced-dropdown .dropdown-item:hover {
  background-color: #f0f4ff;
  color: #0d6efd;
  font-weight: 500;
  border-left: 4px solid #0d6efd;
}

@keyframes fadeDown {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}


.custom-pagination .page-link {
  padding: 10px 18px;
  font-size: 26px;
  /* font-family: 'Georgia', serif; */
  color: #000;
  background-color: #a88583;
  border: 1px solid #a88583;
  border-radius: 41px;
  margin: 0 6px;
  transition: all 0.2s ease-in-out;
}

.custom-pagination .page-link:hover {
  background-color: #eae0d5;
  color: #3e312b;
}

.custom-pagination .page-item.active .page-link {
  background-color: #d4c4b4;
  color: white;
  border-color: #c2ae99;
  font-weight: bold;
}

.custom-pagination .page-item.disabled .page-link {
  color: #000;
  background-color: #f1eee9;
  border-color: #e6e2dc;
}

.banner-meta {
    color: #fff;
}

.top-hedr {
  background-color: #FFFFFF;
  color: #312C29;
  padding: 5px 0;
}

.tp-hd h4 {
  font-size: 18px;
  font-family: 'perpetua';
  font-weight: 700;
  margin: 0;
  letter-spacing: 1.2px;
}