/*--------- Responsive For Navbar-------------- */
/* Base mobile-first styles */
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

.home-potters-clay {
  width: 100%;
  min-width: 320px;
  /* Minimum width for very small devices */
  overflow-x: hidden;
}

.home-potters-clay .div {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* Mobile styles (up to 768px) */
@media screen and (max-width: 768px) {

  /* Navbar adjustments */
  .home-potters-clay .frame-13 {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 1000;
  }

  /* Logo adjustments */
  .home-potters-clay .text-wrapper-14 {
    font-size: 20px;
    left: 15px;
  }



  /* Main content sections */
  .home-potters-clay .feed,
  .home-potters-clay .frame-15,
  .home-potters-clay .overlap,
  .home-potters-clay .overlap-group {
    width: 100%;
    margin: 60px 0 0 0;
    left: 0;
    position: relative;
  }

 

  /* Hide desktop elements */
  .desktop-header,
  .home-potters-clay .frame-28,
  .home-potters-clay .frame-29,
  .home-potters-clay .frame-30 {
    display: none;
  }

  /* Show mobile elements */
  .mobile-header,
  .mobile-menu,
  .mobile-bottom-nav {
    display: block;
  }

  /* Adjust content padding for bottom navigation */
  .home-potters-clay .div {
    padding-bottom: 60px;
  }
}

/* Small mobile devices */
@media screen and (max-width: 375px) {
  .home-potters-clay .frame-31 {
    padding: 5px;
  }

  .home-potters-clay .text-wrapper-27 {
    font-size: 16px;
  }


}

/* Prevent horizontal scrolling */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Fix for Safari mobile */
@supports (-webkit-overflow-scrolling: touch) {
  .home-potters-clay .div {
    -webkit-overflow-scrolling: touch;
  }
}


.home-potters-clay {
  background-color: #f9f1ea;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.home-potters-clay .div {
  background-color: #f9f1ea;
  width: 1440px;
  height: 1024px;
  position: relative;
}



/*Memorial Gif container*/
/* Base Styles */
.home-potters-clay .overlap {
  position: absolute;
  width: 335px;
  height: 472px;
  top: 522px;
  left: 20px;
  background-color: #ffffff;
  border-radius: 10px;
}

.home-potters-clay .memorial-gifts {
  position: relative;
  width: 299px;
  height: 390px;
  top: 55px;
  left: 18px;
  overflow: hidden;
  overflow-y: scroll;
}

.home-potters-clay .OBJECTS {
  position: absolute;
  width: 173px;
  height: 154px;
  top: 0;
  left: 126px;
}

.home-potters-clay .frame {
  display: flex;
  flex-direction: column;
  width: 299px;
  align-items: flex-start;
  gap: 10px;
  padding: 0px 0px 18px;
  position: relative;
}

.home-potters-clay .frame-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #faf1eb;
  border-radius: 5px;
  overflow: hidden;
}

/* Responsive Styles */

/* Small devices (up to 480px) */
@media (max-width: 480px) {
  .home-potters-clay .overlap {
    width: 90%;
    height: auto;
    top: 20px;
    left: 5%;
  }

  .home-potters-clay .memorial-gifts {
    width: 90%;
    height: auto;
    top: 20px;
    left: 5%;
  }

  .home-potters-clay .OBJECTS {
    width: 100px;
    height: 90px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }


}

/* Medium devices (481px to 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  .home-potters-clay .overlap {
    width: 80%;
    height: auto;
    top: 30px;
    left: 10%;
  }

  .home-potters-clay .memorial-gifts {
    width: 80%;
    height: auto;
    top: 40px;
    left: 10%;
  }

  .home-potters-clay .OBJECTS {
    width: 150px;
    height: 130px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }


}

/* Large devices (769px to 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .home-potters-clay .overlap {
    width: 70%;
    height: auto;
    top: 50px;
    left: 15%;
  }

  .home-potters-clay .memorial-gifts {
    width: 70%;
    height: auto;
    top: 60px;
    left: 15%;
  }

  .home-potters-clay .OBJECTS {
    width: 160px;
    height: 140px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  
}

/* Extra large devices (1025px and up) */
@media (min-width: 1025px) {
  .home-potters-clay .overlap {
    width: 335px; /* Original size */
    height: 472px;
    top: 522px;
    left: 20px;
  }

  .home-potters-clay .memorial-gifts {
    width: 299px; /* Original size */
    height: 390px;
    top: 55px;
    left: 18px;
  }

  .home-potters-clay .OBJECTS {
    width: 173px; /* Original size */
    height: 154px;
    top: 0;
    left: 126px;
  }


}



.home-potters-clay .frame-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home-potters-clay .ellipse {
  position: relative;
  width: 47px;
  height: 47px;
  object-fit: cover;
  border-radius: 50%;
}

.home-potters-clay .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.home-potters-clay .div-wrapper {
  display: flex;
  width: 83px;
  padding: 9px 20px;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #99582a;
  border-radius: 38px;
}

.home-potters-clay .frame-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home-potters-clay .span {
  color: #00020b;
}

.home-potters-clay .text-wrapper-3 {
  font-family: "Albert Sans", Helvetica;
  font-weight: 700;
  color: #00020b;
  font-size: 13px;
}

.home-potters-clay .text-wrapper-4 {
  font-family: "Albert Sans", Helvetica;
  font-weight: 700;
  color: #99582a;
  font-size: 13px;
}

.home-potters-clay .text-wrapper-5 {
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans Tamil", Helvetica;
  font-weight: 400;
  color: #1c1b1fb2;
  font-size: 10px;
  letter-spacing: 0;
  line-height: normal;
}

.home-potters-clay .p {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Imperial Script", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

/*--------------------------------------------------------------*/








.home-potters-clay .text-wrapper {
  position: absolute;
  top: 17px;
  left: 21px;
  color: #1c1b1f;
  font-size: 16px;
  white-space: nowrap;
  font-family: "Albert Sans", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
}
















/*Featured Post*/
.home-potters-clay .text-wrapper-9 {
  position: absolute;
  width: 264px;
  top: -1px;
  left: 0;
  font-family: "Albert Sans", Helvetica;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
 
}


.home-potters-clay .img {
  position: absolute;
  width: 173px;
  height: 89px;
  top: 0;
  left: 126px;
}

.home-potters-clay .overlap-group {
  position: absolute;
  width: 335px;
  height: 894px;
  top: 100px;
  left: 1085px;
  background-color: #ffffff;
  border-radius: 10px;
}

.home-potters-clay .text-wrapper-6 {
  position: absolute;
  top: 17px;
  left: 18px;
  font-family: "Albert Sans", Helvetica;
  font-weight: 700;
  color: #1c1b1f;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.home-potters-clay .overlap-2 {
  position: absolute;
  width: 299px;
  height: 818px;
  top: 59px;
  left: 18px;
  border-radius: 5px;
}

.home-potters-clay .frame-5 {
  position: absolute;
  width: 299px;
  height: 818px;
  top: 0;
  left: 0;
  background-color: #99582a;
  border-radius: 5px;
  overflow: hidden;
}

.home-potters-clay .frame-6 {
  display: flex;
  flex-direction: column;
  width: 264px;
  align-items: flex-start;
  position: absolute;
  top: 296px;
  left: 17px;
}

.home-potters-clay .tribute-to-daniel {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Imperial Script", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.home-potters-clay .text-wrapper-7 {
  font-family: "Imperial Script", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
}

/* obutary name*/
.home-potters-clay .text-wrapper-8 {
  font-family: "Albert Sans", Helvetica;
  font-weight: 700;
  font-size: 8px;
}

.home-potters-clay .frame-7 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 433px;
  overflow: hidden;
  overflow-y: scroll;
}


.home-potters-clay .frame-8 {
  display: flex;
  width: 248px;
  align-items: center;
  gap: 19px;
  position: absolute;
  top: 15px;
  left: 17px;
}

.home-potters-clay .ellipse-2 {
  position: relative;
  width: 69px;
  height: 69px;
  object-fit: cover;
}



.home-potters-clay .text-wrapper-10 {
  color: #ffffff;
  font-size: 16px;
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Albert Sans", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
}

.home-potters-clay .text-wrapper-11 {
  position: relative;
  align-self: stretch;
  font-family: "Albert Sans", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

/* featured obitary image*/
.home-potters-clay .rectangle {
  position: absolute;
  height: 177px;
  top: 100px;
  left: 80px;
}

.home-potters-clay .frame-10 {
  display: flex;
  width: 259px;
  align-items: center;
  gap: 49px;
  position: absolute;
  top: 776px;
  left: 17px;
}

.home-potters-clay .frame-11 {
  display: flex;
  width: 55px;
  align-items: flex-start;
  gap: 5px;
  position: relative;
}

.home-potters-clay .like {
  position: relative;
  width: 20px;
  height: 20px;
}

.home-potters-clay .text-wrapper-12 {
  width: 30px;
  color: #ffffff;
  position: relative;
  margin-top: -1.00px;
  font-family: "Albert Sans", Helvetica;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.home-potters-clay .frame-12 {
  display: flex;
  width: 45px;
  align-items: flex-start;
  gap: 4px;
  position: relative;
}

.home-potters-clay .comment-alt {
  position: relative;
  flex: 1;
  flex-grow: 1;
  height: 20px;
}

.home-potters-clay .text-wrapper-13 {
  flex: 1;
  color: #ffffff;
  position: relative;
  margin-top: -1.00px;
  font-family: "Albert Sans", Helvetica;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}


/* Responsive Styles */
@media (max-width: 800px) {
  /* Details */
  .home-potters-clay  .text-wrapper-9 {
    width: 200px;
    padding-bottom: 300px;
    font-family: "Albert Sans", Helvetica;
    color: #ffffff;
    line-height: normal;
    overflow-y: hidden;
  }
  
  .home-potters-clay .img {
    width: 150px;
    height: 40px;
    left: 100px;
  }

  .home-potters-clay .overlap-group {
    width: 280px;
  
    left: 950px;
  }
/*  details conatiner*/
  .home-potters-clay .frame-5 {
    width: 280px;
    height: 486px;

  }

  .home-potters-clay .frame-6 {
    width: 230px;
  }

  .home-potters-clay .tribute-to-daniel {
    font-size: 18px;
  }

  .home-potters-clay .text-wrapper-7 {
    font-size: 18px;
  }

  .home-potters-clay .text-wrapper-8 {
    font-size: 7px;
  }
/* Heart  conatiner*/
  .home-potters-clay .frame-10 {
    background-color: #99582a;
    display: flex;
    width: 259px;
    align-items: center;
    gap: 49px;
    position: absolute;
    top: 450px;
    left: 17px;
  }
}



/*

.home-potters-clay .rectangle-2 {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 19px;
  left: 1378px;
  object-fit: cover;
}
*/




.home-potters-clay .text-wrapper-16 {
  position: relative;
  width: fit-content;
  margin-top: -0.50px;
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}







.home-potters-clay .frame-24 {
  display: flex;
  align-items: flex-start;
  padding: 11px 85px 10px 84px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #6f1d1b;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}

.home-potters-clay .rectangle-4 {
  position: relative;
  width: 105px;
  height: 24.33px;
  object-fit: cover;
}

.home-potters-clay .frame-25 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

/*
.home-potters-clay .frame-26 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
*/

.home-potters-clay .calendar {
  margin-top: -92.17px;
  margin-left: -1846.00px;
  position: relative;
  width: 12px;
  height: 12px;
}

.home-potters-clay .clock-three {
  margin-top: -114.17px;
  margin-left: -1846.00px;
  position: relative;
  width: 12px;
  height: 12px;
}

.home-potters-clay .frame-27 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home-potters-clay .marker {
  margin-top: -136.17px;
  margin-left: -1846.00px;
  position: relative;
  width: 12px;
  height: 12px;
}

.home-potters-clay .text-wrapper-23 {
  position: relative;
  width: 142px;
  margin-top: -0.50px;
  font-family: "Albert Sans", Helvetica;
  font-weight: 400;
  color: #1c1b1f;
  font-size: 10px;
  letter-spacing: 0;
  line-height: normal;
}

.home-potters-clay .video-camera-alt-2 {
  margin-top: -171.67px;
  margin-left: -1846.00px;
  position: relative;
  width: 18px;
}

.home-potters-clay .feed {
  position: absolute;
  width: 705px;
  height: 894px;
  top: 100px;
  left: 368px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

/*
.home-potters-clay .frame-28 {
  display: inline-flex;
  height: 35px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 20px;
  position: absolute;
  top: 12px;
  left: 326px;
  border-radius: 38px;
  border: 1px solid;
  border-color: #00020b;
}
*/

.home-potters-clay .settings-sliders {
  position: relative;
  width: 16px;
  height: 16px;
}

.home-potters-clay .text-wrapper-24 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  color: #00020b;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}


/*
.home-potters-clay .frame-29 {
  display: inline-flex;
  padding: 8px 20px;
  position: absolute;
  top: 12px;
  left: 457px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #99582a;
  border-radius: 38px;
}

*/

.home-potters-clay .text-wrapper-26 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}


.home-potters-clay .frame-30 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 20px;
  position: absolute;
  top: 12px;
  left: 585px;
  border-radius: 38px;
  border: 1px solid;
  border-color: #00020b;
}



.home-potters-clay .text-wrapper-27 {
  color: #00020b;
  font-size: 20px;
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Albert Sans", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
}

.home-potters-clay .text-wrapper-28 {
  align-self: stretch;
  color: #00020b;
  font-size: 16px;
  position: relative;
  font-family: "Albert Sans", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
}




.home-potters-clay .frame-35 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home-potters-clay .frame-36 {
  display: flex;
  align-items: center;
  gap: 49px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home-potters-clay .text-wrapper-30 {
  position: relative;
  width: 30px;
  margin-top: -1.00px;
  font-family: "Albert Sans", Helvetica;
  font-weight: 400;
  color: #00020b;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.home-potters-clay .text-wrapper-31 {
  flex: 1;
  color: #00020b;
  position: relative;
  margin-top: -1.00px;
  font-family: "Albert Sans", Helvetica;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

/*
.home-potters-clay .frame-37 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 10px 13px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 11px;
  overflow: hidden;
  border: 1px solid;
  border-color: #01030c33;
}
*/

.home-potters-clay .text-wrapper-32 {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: "Albert Sans", Helvetica;
  font-weight: 400;
  color: #00020b4c;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

.home-potters-clay .paper-plane-top {
  position: relative;
  width: 14px;
}


/* ----------------------------------------- Navbar ---------------------------------------*/

.home-potters-clay .frame-13 {
  position: absolute;
  width: 1440px;
  height: 80px;
  top: 0;
  left: 0;
  background-color: #ffffff;
}

/* Logo style */
.home-potters-clay .text-wrapper-14 {
  position: absolute;
  top: 23px;
  left: 22px;
  font-family: "Open Sans", Helvetica;
  font-weight: 700;
  color: #99582a;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

/* Search Container */
.home-potters-clay .overlap-3 {
  position: absolute;
  width: 454px;
  height: 42px;
  top: 19px;
  left: 493px;
  background-color: #faf1eb;
  border-radius: 21px;
}


.home-potters-clay .bell-notification-wrapper {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 19px;
  left: 1274px;
  background-color: #faf1eb;
  border-radius: 21px;
}

.home-potters-clay .img-2 {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 12px;
  left: 12px;
}

.home-potters-clay .settings-wrapper {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 19px;
  left: 1326px;
  background-color: #faf1eb;
  border-radius: 21px;
}

.home-potters-clay .text-wrapper-15 {
  position: absolute;
  top: 10px;
  left: 40px;
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  color: #1c1b1f80;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.home-potters-clay .search {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 11px;
  left: 12px;
}

/* Search Field  overlap-3 styling to the input field */
.overlap-3 {
  position: absolute;
  width: 454px;
  height: 42px;
  top: 19px;
  left: 493px;
  background-color: #faf1eb;
  border-radius: 21px;
  border: none;
  padding: 0 15px;
  font-size: 16px;
  outline: none;
}

/* Search icon styling */
.search-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 37px;
  left: 905px;
  cursor: pointer;
}

/* Placeholder styling */
.overlap-3::placeholder {
  color: hsl(0, 0%, 67%);
}


/* Style for the Create Post button */
.home-potters-clay .frame-14 {
  display: flex;
  width: 164px;
  height: 42px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 37px;
  position: absolute;
  top: 19px;
  left: 950px;
  background-color: #99582a;
  border-radius: 21px;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s ease;
}

/* Optional hover effect */
.home-potters-clay .frame-14:hover {
  background-color: #7b4521;
}


/* Bell Notification Button */
.home-potters-clay .bell-notification-wrapper {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 19px;
  left: 1274px;
  background-color: #faf1eb;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Adjusted Dropdown Window (Aligned to the Left) */
.notification-dropdown {
  position: absolute;
  top: 70px;
  /* Below the bell icon */
  left: 1100px;
  /* Adjusted to align to the left */
  width: 200px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  /* Hidden by default */
  z-index: 1000;
}

/* Dropdown Content Styling */
.notification-dropdown ul {
  list-style: none;
  padding: 10px;
  margin: 0;
}

.notification-dropdown li {
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.notification-dropdown li:last-child {
  border-bottom: none;
}

.notification-dropdown a {
  text-decoration: none;
  color: #007bff;
}

.notification-dropdown a:hover {
  text-decoration: underline;
}

/* Settings Button */
.home-potters-clay .settings-wrapper {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 19px;
  left: 1326px;
  background-color: #faf1eb;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Dropdown Window (Initially Hidden) */
.settings-dropdown {
  position: absolute;
  top: 70px;
  /* Below the settings icon */
  left: 1300px;
  /* Align with the settings icon */
  width: 100px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  /* Hidden by default */
  z-index: 1000;
}

/* Dropdown Content Styling */
.settings-dropdown ul {
  list-style: none;
  padding: 10px;
  margin: 0;
}

.settings-dropdown li {
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.settings-dropdown li:last-child {
  border-bottom: none;
}

.settings-dropdown a {
  text-decoration: none;
  color: #007bff;
}

.settings-dropdown a:hover {
  text-decoration: underline;
}


/* Circle Container Styling */
.home-potters-clay .rectangle-2-container {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 19px;
  left: 1378px;
  background-color: #faf1eb;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* Image Styling */
.rectangle-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hover Effect */
.home-potters-clay .rectangle-2-container:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
}

/* Media Queries */
@media screen and (max-width: 768px) {
  .home-potters-clay .frame-13 {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  /* Updated Logo styling for mobile */
  .home-potters-clay .text-wrapper-14 {
    left: 10px;
    font-size: 20px;
    top: 25px;
  }

  /* Hide search container by default on mobile */
  .home-potters-clay .overlap-3 {
    display: none;
    width: 42px;
    /* Same width as other circular buttons */
    height: 42px;
    top: 19px;
    right: 220px;
    /* Align with the icon's position */
    left: auto;
    transition: all 0.3s ease;
    background-color: #faf1eb;
    border-radius: 21px;
    padding: 0 15px;
  }

  /* Updated Search icon position for mobile */
  .search-icon {
    position: absolute;
    left: auto;
    right: 220px;
    top: 30px;
    width: 20px;
    height: 20px;
    z-index: 1001;
  }

  /* Show compact search when active */
  .home-potters-clay.search-active .overlap-3 {
    display: block;
    width: 150px;
    /* Compact width */
  }

  

  /* Hide other elements when search is fully focused */
  .home-potters-clay.search-focused .text-wrapper-14,
  .home-potters-clay.search-focused .frame-14,
  .home-potters-clay.search-focused .bell-notification-wrapper {
    display: none;
  }

  .home-potters-clay .frame-14 {
    width: 42px;
    left: auto;
    right: 160px;
    padding: 0;
  }

  .home-potters-clay .frame-14 .text-wrapper-16 {
    display: none;
  }

  /* Add plus icon for create post button */
  .home-potters-clay .frame-14::before {
    content: "+";
    font-size: 24px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .home-potters-clay .bell-notification-wrapper {
    left: auto;
    right: 112px;
  }

  .home-potters-clay .settings-wrapper {
    left: auto;
    right: 64px;
  }

  .home-potters-clay .rectangle-2-container {
    left: auto;
    right: 16px;
  }
}

@media screen and (max-width: 768px) {



  /* Hide search container by default on mobile */
  .home-potters-clay .overlap-3 {
    display: none;
    width: 42px;
    height: 42px;
    top: 19px;
    right: 220px;
    left: auto;
    transition: all 0.3s ease;
    background-color: #faf1eb;
    border-radius: 21px;
    padding: 0 15px;
  }

  /* Show compact search when active */
  .home-potters-clay.search-active .overlap-3 {
    display: block;
    width: 150px;
  }

  
  /* Hide elements when search is focused */
  .home-potters-clay.search-focused .text-wrapper-14,
  .home-potters-clay.search-focused .frame-14,
  .home-potters-clay.search-focused .bell-notification-wrapper,
  .home-potters-clay.search-focused .settings-wrapper,
  .home-potters-clay.search-focused .rectangle-2-container {
    opacity: 0;
    pointer-events: none;
  }

  /* Ensure search icon remains visible */
  .home-potters-clay.search-focused .search-icon {
    opacity: 1;
    pointer-events: auto;
  }
}

/* Notification Dropdown - Desktop */
.notification-dropdown {
  position: absolute;
  top: 70px;
  left: 1100px;
  width: 200px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
}

/* Settings Dropdown - Desktop */
.settings-dropdown {
  position: absolute;
  top: 70px;
  left: 1300px;
  width: 100px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
}

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
  .notification-dropdown {
    position: fixed;
    /* Changed to fixed for better mobile positioning */
    top: 70px;
    left: auto;
    right: 112px;
    /* Aligned with bell icon */
    width: 250px;
    max-width: calc(100vw - 24px);
    /* Prevent overflow */
    z-index: 1002;
    /* Ensure it's above other elements */
  }

  .settings-dropdown {
    position: fixed;
    /* Changed to fixed for better mobile positioning */
    top: 70px;
    left: auto;
    right: 64px;
    /* Aligned with settings icon */
    width: 150px;
    max-width: calc(100vw - 24px);
    /* Prevent overflow */
    z-index: 1002;
    /* Ensure it's above other elements */
  }

  /* Adjust dropdown position when search is focused */
  .home-potters-clay.search-focused .notification-dropdown,
  .home-potters-clay.search-focused .settings-dropdown {
    display: none;
  }

  /* Enhanced dropdown styling for mobile */
  .notification-dropdown ul,
  .settings-dropdown ul {
    padding: 8px 0;
  }

  .notification-dropdown li,
  .settings-dropdown li {
    padding: 12px 16px;
    /* Larger touch targets */
    font-size: 14px;
  }

  /* Add backdrop for mobile */
  .notification-dropdown::before,
  .settings-dropdown::before {
    content: '';
    position: fixed;
    top: -70px;
    /* Cover from top of page */
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
    display: none;
  }

  /* Show backdrop when dropdown is visible */
  .notification-dropdown.show::before,
  .settings-dropdown.show::before {
    display: block;
  }
}

/* Small mobile devices */
@media screen and (max-width: 375px) {

  .notification-dropdown,
  .settings-dropdown {
    width: calc(100vw - 24px);
    /* Full width with margins */
    right: 12px;
    left: 12px;
  }
}

/*

/* Auth Button Container */
.button-container {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 20px;
  left: 1250px;
  /* Adjusted to avoid overlap */
  z-index: 1;
}

/* Common button styles */
.button-container button {
  height: 42px;
  border-radius: 21px;
  border: none;
  font-family: "Open Sans", Helvetica;
  font-size: 14px;
  /* Slightly reduced font size */
  cursor: pointer;
  transition: all 0.3s ease;
}




/* Profile Container */
.profile-container {
  display: none;
  /* Initially hidden */
  position: absolute;
  top: 19px;
  left: 1180px;
  /* Matched with button-container */
  gap: 10px;
  align-items: center;
}

/* Responsive Design  nav bar buttons for mobile */
@media screen and (max-width: 768px) {
 .button-container {
    position: absolute;
    left: 260px;
    gap: 5px;
    display: block;
    align-items: center;
  }

  .button-container button {
    padding: 0 8px;
    font-size: 12px;
  }

  .back-to-posts-btn,
  .loginBtn,
  .signupBtn,
  .pricingBtn {
    min-width: auto;
  }

  /* Profile Container Mobile Styles */
  .profile-container {
    position: absolute;
    left: 206px;
    gap: 5px;
  }
}

/* Additional mobile optimization */
@media screen and (max-width: 480px) {
  .button-container {
    gap: 3px;
  }

  .button-container button {
    padding: 0 6px;
    font-size: 11px;
  }
  .back-to-posts-btn-text,
  .login-text,
  .signup-text,
  .pricing-text {
    font-size: 11px;
  }
}

/* Search focus states */
.home-potters-clay.search-focused .button-container,
.home-potters-clay.search-focused .profile-container {
  opacity: 0;
  pointer-events: none;
}





/* Mobile Bottom Navigation ----------------------------------------------*/
.mobile-bottom-nav {
  display: none;
  /* Hidden by default on desktop */
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 0 10px;
}

.mobile-bottom-nav .nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-decoration: none;
  color: #1c1b1f80;
  padding: 8px 0;
  transition: color 0.3s ease;
}

.mobile-bottom-nav .nav-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}

.mobile-bottom-nav .nav-text {
  font-family: "Open Sans", Helvetica;
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding: 0 4px;
}

.mobile-bottom-nav .nav-item.active {
  color: #99582a;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
  .mobile-bottom-nav {
    display: flex;
    justify-content: space-around;
  }

  /* Add padding to main content to prevent overlap with bottom nav */
  .div {
    padding-bottom: 70px;
  }
}

/* Extra small devices */
@media screen and (max-width: 375px) {
  .mobile-bottom-nav {
    height: 56px;
  }

  .mobile-bottom-nav .nav-icon {
    width: 20px;
    height: 20px;
  }

  .mobile-bottom-nav .nav-text {
    font-size: 9px;
  }
}


/* ------------------------------------- Container Feed ------------------------------ */


/* Location Button With Deopdown Window */
.home-potters-clay {
  position: relative;
  min-height: 200px;
}

.frame-28 {
  display: inline-flex;
  height: 35px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 20px;
  position: absolute;
  top: 12px;
  left: 326px;
  border-radius: 38px;
  border: 1px solid #00020b;
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}

.text-wrapper-24 {
  color: #000000;
  /* Default text color */
  transition: color 0.3s;
  /* Smooth transition for color change */
}

.frame-28:hover {
  background-color: rgba(153, 88, 42, 0.1);
}

/* Active state for both click and when dropdown is open */
.frame-28.active {
  background-color: #99582a;
}

/* Explicitly set text color to white when active */
.frame-28.active .text-wrapper-24 {
  color: #ffffff;
}

/* Make the image white when button is active */
.frame-28.active img {
  filter: brightness(0) invert(1);
}

.dropdown-window {
  position: absolute;
  top: 60px;
  left: 326px;
  width: 250px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 16px;
  display: none;
  z-index: 1000;
}

.dropdown-window.show {
  display: block;
}

.dropdown-section {
  margin-bottom: 15px;
}

.dropdown-section label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}

.dropdown-section select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
}

.dropdown-section select:focus {
  outline: none;
  border-color: #99582a;
}

/* Most Recent Button and Popular buttons*/
.home-potters-clay {
  position: relative;
  min-height: 200px;
}

/* Common styles for all buttons */
.frame-28,
.frame-29,
.frame-30 {
  display: inline-flex;
  height: 35px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 20px;
  position: absolute;
  top: 12px;
  border-radius: 38px;
  border: 1px solid #00020b;
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}

/* Position for each button */
.frame-28 {
  left: 326px;
}

.frame-29 {
  left: 457px;
}

.frame-30 {
  left: 588px;
}

/* Text styles */
.text-wrapper-24,
.text-wrapper-26 {
  color: #00020b;
  transition: color 0.3s;
}

/* Hover state for all buttons */
.frame-28:hover,
.frame-29:hover,
.frame-30:hover {
  background-color: rgba(153, 88, 42, 0.1);
}

/* Active state for all buttons */
.frame-28.active,
.frame-29.active,
.frame-30.active {
  background-color: #99582a;
}

.frame-28.active .text-wrapper-24,
.frame-29.active .text-wrapper-26,
.frame-30.active .text-wrapper-24 {
  color: #ffffff;
}

/* Make the icon white when location button is active */
.frame-28.active img {
  filter: brightness(0) invert(1);
}



/* three dot */
.three-dot-menu {
  background: none;
  border: none;
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4px;
  cursor: pointer;
}

.three-dot-menu span {
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

/* Mobile Menu Styles */
.mobile-menu {
  display: none;
  position: absolute;
  right: 16px;
  top: 60px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: 200px;
}

.menu-item {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.menu-item:hover {
  background-color: #f5f5f5;
}

.menu-item img {
  width: 16px;
  height: 16px;
}

/* Desktop Header Styles */
.desktop-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
  .mobile-header {
    display: flex;
  }

  .desktop-header {
    display: none;
  }

  .mobile-menu.active {
    display: block;
  }

  .dropdown-window {
    right: 16px;
    left: 16px;
    width: auto;
  }
}

/* Animation for menu */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

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

.mobile-menu.active {
  animation: slideIn 0.2s ease-out;
}





/* Three Dot Menu For Mobile Screen */
/* Container for header */
.header-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 18px;
  margin-bottom: 20px;
}

/* Tributes and memories title */
.home-potters-clay .text-wrapper-25 {
  position: absolute;
  font-family: "Albert Sans", Helvetica;
  font-weight: 700;
  color: #00020b;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  /* Remove top and left positioning since we're using flex */
}

/* Three dot menu */
.three-dot-menu {
  background: none;
  border: none;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  gap: 3px;
  /* Space between dots */
  padding: 4px;
  cursor: pointer;
  margin-left: auto;
  /* Push to the right */
}

/* Individual dots */
.three-dot-menu span {
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
  display: inline-block;
}

/* Hover effect */
.three-dot-menu:hover span {
  background-color: #99582a;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .header-container {
    padding: 14px 16px;
  }

  .home-potters-clay .text-wrapper-25 {
    font-size: 14px;
  }

  .three-dot-menu {
    width: 30px;
    height: 30px;
    padding-bottom: 10px;
  }
}


/* -------------------------Responsivness For Mobile  ------------------------------------- */


/* Main For Mobile post height  container modifications */
@media screen and (max-width: 768px) {
  .home-potters-clay .div {
    display: flex;
    flex-direction: column;
    padding-bottom: 210px;
    /* Space for bottom navigation */
  }

  /* Feed section - Tributes and Memories */
  .home-potters-clay .feed {
    position: sticky;
    width: auto;
    left: 0;
    margin: 10px;
    height: auto;
  }

  /* Hide all sections initially on mobile */
  .home-potters-clay .frame-15,
  /* Upcoming Events */
  .home-potters-clay .overlap,
  /* Memorial Gifts */
  .home-potters-clay .overlap-group

  /* Featured Post */
    {
    display: none;
    position: relative;

    margin: 10px;
    left: 0;
    top: 0;
  }

  /* Show sections based on active tab */
  .home-potters-clay[data-active-tab="tributes"] .feed,
  .home-potters-clay[data-active-tab="events"] .frame-15,
  .home-potters-clay[data-active-tab="gifts"] .overlap,
  .home-potters-clay[data-active-tab="featured"] .overlap-group {
    display: block;
  }

  /* Mobile navigation styling */
  .mobile-bottom-nav {
    display: flex;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  /* Adjust header elements for mobile */
  .home-potters-clay .frame-13 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }

  /* Add padding to main content to account for fixed header */
  .home-potters-clay .div {
    padding-top: 65px;
  }

  /* Location and filter buttons adjustments */
  .home-potters-clay .frame-28,
  .home-potters-clay .frame-29,
  .home-potters-clay .frame-30 {
    position: relative;
    left: auto;
    margin: 5px;
  }

  

  .home-potters-clay .frame-32 {
    width: calc(100% - 34px);
    /* Account for padding */
  }


}

/* Small mobile devices */
@media screen and (max-width: 375px) {

  .home-potters-clay .frame-28,
  .home-potters-clay .frame-29,
  .home-potters-clay .frame-30 {
    padding: 8px 12px;
    font-size: 12px;
  }

  .home-potters-clay .text-wrapper-24,
  .home-potters-clay .text-wrapper-26 {
    font-size: 12px;
  }


  .home-potters-clay .ellipse-2 {
    width: 50px;
    height: 50px;
  }
}

/* Animation for tab transitions */
.home-potters-clay .feed,
.home-potters-clay .frame-15,
.home-potters-clay .overlap,
.home-potters-clay .overlap-group {
  transition: all 0.3s ease-in-out;
}

/* Style For Larger Screens */
/* Main container styles */
.home-potters-clay {
  width: 100%;
  min-height: 100vh;
  padding: 30px;
  background-color: #faf7f2;
}

.div {
  width: 100%;
  max-width: 1920px;
  /* Increased for larger screens */
  margin: 0 auto;
  display: flex;
  gap: 32px;
  /* Increased gap */
  position: relative;
}

/* Left sidebar - Upcoming Events & Memorial Gifts */
.overlap {
  width: 380px;
  /* Wider sidebar */
  flex-shrink: 0;
}

/* Center content - Tributes and Memories */
.feed {
  flex: 1;
  min-width: 0;
  /* Prevents flex item from overflowing */
  background-color: #fff;
  border-radius: 12px;
  /* Slightly larger radius */
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Right sidebar - Featured Post */
.overlap-group {
  width: 420px;
  /* Wider sidebar */
  flex-shrink: 0;
}

/* Extra Large Screens (4K and above) */
@media screen and (min-width: 2560px) {
  .div {
    max-width: 2400px;
    gap: 40px;
  }

  .overlap {
    width: 480px;
  }

  .overlap-group {
    width: 520px;
  }

  .feed {
    padding: 40px;
  }
}

/* Large Desktops */
@media screen and (min-width: 1921px) and (max-width: 2559px) {
  .div {
    max-width: 1920px;
    gap: 36px;
  }

  .overlap {
    width: 420px;
  }

  .overlap-group {
    width: 460px;
  }
}

/* Standard Desktops */
@media screen and (min-width: 1441px) and (max-width: 1920px) {
  .div {
    max-width: 1800px;
    gap: 32px;
  }

  .overlap {
    width: 380px;
  }

  .overlap-group {
    width: 420px;
  }
}

/* Smaller Desktops */
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .div {
    max-width: 1360px;
    gap: 28px;
  }

  .overlap {
    width: 340px;
  }

  .overlap-group {
    width: 380px;
  }
}

/* Large Laptops */
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .div {
    max-width: 1140px;
    gap: 24px;
  }

  .overlap {
    width: 300px;
  }

  .overlap-group {
    width: 340px;
  }
}

/* Laptops and Small Laptops */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .div {
    max-width: 960px;
    gap: 20px;
  }

  .overlap {
    width: 280px;
    
  }

  .feed {
    flex-basis: calc(100% - 620px);
    /* Adjusted for both sidebars */
  }

  .overlap-group {
    width: 320px;
  }
}



.frame:hover,
.frame-wrapper:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* Content Container Styles */
.content-container {
  padding: 24px;
}

/* Helper Classes */
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-gap-md {
  gap: 16px;
}

.flex-gap-lg {
  gap: 24px;
}

/* Typography Scaling */
@media screen and (min-width: 1441px) {
  .text-wrapper {
    font-size: 1.1em;
  }

  h1,
  h2,
  h3 {
    margin-bottom: 1.2em;
  }

  p {
    line-height: 1.6;
    margin-bottom: 1.2em;
  }
}

/* Ensure proper spacing and alignment */
.section-container {
  margin-bottom: 32px;
}

/* Smooth transitions */
.div,
.overlap,
.feed,
.overlap-group,
.frame,
.frame-wrapper {
  transition: all 0.3s ease-in-out;
}

/* Ensure images scale properly */


/* Keep existing mobile styles */
@media screen and (max-width: 768px) {
  .home-potters-clay {
    padding: 12px;
  }

  .div {
    flex-direction: column;
    gap: 16px;
  }

  .overlap,
  .feed,
  .overlap-group {
    width: 1000%;
  }

  .frame,
  .frame-wrapper {
    margin-bottom: 16px;
  }
}

/* Performance optimizations */
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}

/* Profile Section */
body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.profile-section {
  background: linear-gradient(to right, #8C5326, #F5DEB3);
  /* Potter's Clay with Wheat color */
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 30px auto;
}

.profile-image {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.profile-image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}


.obituary-container {

  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;

  text-align: center;
  /* Center-align text in details container */
}

.full-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #99582a;
}

.birth-date,
.death-date,
.age,
.address {
  font-size: 16px;
  margin-bottom: 5px;
}

.obituary-container {
  font-style: italic;
  font-family: "Albert Sans", Helvetica;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
}

/* Tribute Container */
.tribute-container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 15px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Each tribute item (candle and flower) */
.light-virtual-candle,
.send-flower {
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.light-virtual-candle:hover,
.send-flower:hover {
  background-color: #eaeaea;
}

/* SVG icon styling */
.light-virtual-candle img,
.send-flower img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.light-virtual-candle span,
.send-flower span {
  font-size: 16px;
  color: #333;
}


.ellipse-2,
.text-wrapper-27 {
  cursor: pointer;
  transition: opacity 0.2s;
}

.ellipse-2:hover,
.text-wrapper-27:hover {
  opacity: 0.8;
}




/* Signup Form Styling */
/* Reset some default styles */

.form-container {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 400px;
}

h2 {
  text-align: center;
  color: #d27d55;
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: larger;
}

.form-group {
  margin-bottom: 1rem;
}

label {
  display: block;
  color: #555;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"] {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.3s;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  border-color: #d27d55;
  outline: none;
}

.indicator {
  font-size: 0.9rem;
  margin-top: 0.3rem;
}

.error-log {
  color: red;
  font-weight: bold;
  margin-top: 1rem;
  text-align: center;
}

button[type="submit"] {
  width: 100%;
  padding: 0.7rem;
  font-size: 1rem;
  font-weight: bold;
  color: white;
  background: #b57242;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

button[type="submit"]:hover {
  background: #d27d55;
}



