img {
    width: 100%;
}

a {
    text-decoration: none;
}

body {
    overflow-x: hidden;
}

/*/ --- navbar css starts --- /*/
.navbar {
    display: flex;
    padding: 25px 4%;
}
.navbar .navbar-logo {
    width: 30%;
}
.navbar .navbar-logo img {
    width: 150px;
}
.navbar .search-field input {
    background-color: #F3F3F3;
    border-radius: 50px;
    width: 100%;
    border: none;
    height: 50px;
    padding-left: 20px;
}
.navbar .search-field {
    position: relative;
    width: 40%;
}


.navbar .search-field button {
    background-color: #D91B5B;
    width: 55px;
    height: 55px;
    border-radius: 40px;
    border: none;
    padding: 15px;
    position: absolute;
    right: 0px;
    top: -3px;
}
.navbar .profile-sec {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.navbar .profile-sec .nav-icon {
    width: 25px;
    margin-left: 25px;
}
.navbar .profile-sec .profile {
    width: 50px;
    height: 50px;
    border-radius: 60px;
    margin-left: 25px;
}

.mob-footer-links {
    display: none;
}
/*/ --- navbar css ends --- /*/

/*/ --- left menu starts --- /*/
.main-section .custom-container {
    padding: 5px 0px;
}
.main-section .left-menu {
    padding-right: 24%;
}
.main-section .left-menu li a img {
    width: 17px;
}
.main-section .left-menu ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}
/* .main-section .left-menu ul li {
    line-height: 3.2;
} */
.main-section .left-menu ul li a {
    font-family: "Poppins", serif;
    font-weight: 400;
    color: #484848;
    padding: 13px 10px 13px 24%;
    display: block;
}
/*/ --- left menu ends --- /*/

/* Default desktop view (8 per row) */
.main-section .main-content .menu-icons ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px; /* Optional: add spacing if needed */
}

.main-section .main-content .menu-icons ul li {
    width: 12.5%; /* 8 per row */
    padding: 15px 5px;
    text-align: center;
}

.main-section .main-content .menu-icons ul li img {
    width: 40px;
}

.main-section .main-content .menu-icons ul li a {
    font-family: "Poppins", serif;
    font-weight: 400;
    color: #484848;
    font-size: 14px;
    line-height: 10px;
    display: inline-block;
}

.main-section .main-content .menu-icons ul li .service-text {
    display: block;
    font-size: 12px;
    line-height: 10px;
    margin-top: 4px;
}

/* ✅ Mobile styles (4 items per row + card-style) */
@media only screen and (max-width: 768px) {
    .main-section .main-content .menu-icons ul {
        justify-content: flex-start;
        gap: 8px;
        padding: 8px 0px 8px 0;
    }

    .main-section .main-content .menu-icons ul li {
        width: 23%; /* ~4 per row with spacing */
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 12px 6px;
        text-align: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .main-section .main-content .menu-icons ul li img {
        width: 36px;
        height: 36px;
        object-fit: contain;
        margin-bottom: 4px;
    }

    .main-section .main-content .menu-icons ul li .service-text {
        font-size: 9px;
        line-height: 10px;
        font-weight: 500;
        color: #333;
    }
}


.post-box-main {
    margin-bottom: 25px;
}
.post-box-main {
    border-radius: 10px;
    border: 1px solid #E8E8E8;
      overflow: hidden; /* Ensures image respects border-radius */
}
.post-box-main .profile {
    padding: 10px 20px;
}
.post-box-main .profile a img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50px;
}
.post-box-main .profile a {
    font-family: "Poppins", serif;
    font-weight: 400;
    color: #484848;
    font-size: 14px;
}
.post-box-main .post-img img {
    height: 285px;
    object-fit: cover;
    width: 100%;
    background: whitesmoke;
}

/* Optional class to override styles */
.post-box-main .post-img img.large-image {
    height: 281px;
    object-fit: contain;
    background: whitesmoke;
}


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

.service-img {
  width: 100%;
  height: auto;
  display: block;
}


.post-box-main .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
}
.post-box-main .content .like-comment button {
    border: none;
    background: none;
    font-size: 18px;
}
.post-box-main .content p {
    width: 100%;
    font-family: "Poppins", serif;
    font-weight: 400;
    color: #484848;
    margin-bottom: 0px;
    font-size: 14px;
}
.post-box-main .content a {
    width: 100%;
    font-family: "Poppins", serif;
    font-weight: 400;
    color: #484848;
    font-size: 14px;
}
.post-box-main .content .caption {
    font-size: 16px;
} 
.post-box-main .book-now-btn a {
    background-color: #D91B5B;
    font-family: "Poppins", serif;
    color: #fff;
    padding: 8px 15px;
    border-radius: 6px;
    display: block;
}

.follow-suggestion {
    padding-right: 14%;
    padding-left: 5%;
    margin-bottom: 20px;
}
.follow-suggestion .profile-box img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50px;
}
.follow-suggestion .profile-box a {
    font-family: "Poppins", serif;
    font-weight: 400;
    color: #484848;
    font-size: 14px;
}
.follow-suggestion .profile-box button {
    color: #D91B5B;
    font-family: "Poppins", serif;
    font-weight: 400;
    border: 1px solid #D91B5B;
    border-radius: 20px;
    font-size: 14px;
    padding: 3px 15px;
    background: none;
}
.follow-suggestion .profile-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.follow-suggestion h6 {
    font-family: "Poppins", serif;
    font-weight: 400;
    color: #484848;
    font-size: 16px;
    margin-bottom: 25px;
}
.follow-suggestion .view-all {
    background-color: #DE376F;
    font-family: "Poppins", serif;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 40px;
    margin: auto;
    display: block;
    width: fit-content;
}

.offer-poster img {
    border-radius: 15px;
}
.offer-poster {
    padding-right: 14%;
    padding-left: 5%;
}

.profile-main-box {
    display: flex;
}
.profile-main-box img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100px;
    margin-right: 20px;
}
.profile-main-box .content h4 {
    font-family: "Poppins", serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 15px;
}
.profile-main-box .content button {
    color: #ffffff;
    font-family: "Poppins", serif;
    font-weight: 400;
    border-radius: 20px;
    border: 1px solid #CCCCCC;
    padding: 3px 15px;
    background: none;
    font-size: 14px;
}
.profile-main-box .content .follow-btn {
    color: #ffffff;
    font-family: "Poppins", serif;
    font-weight: 400;
    border-radius: 20px;
    border: 1px solid #CCCCCC;
    padding: 3px 15px;
    background: none;
    font-size: 14px;
}
.profile-main-box .content .follow-list {
    display: flex;
    margin-top: 15px;
}
.profile-main-box .content .follow-list a {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 13px;
    color: #ECE6E6;
    display: block;
    margin-right: 15px;
}
.profile-main-box .content .follow-list a span {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff

}

.profile-content-main .menu-links {
    display: flex;
    justify-content: space-around;
    padding: 30px 0px;
}
.profile-content-main .menu-links a img {
    width: 17px;
    margin-right: 10px;
}
.profile-content-main .menu-links a.active {
    color: #D91B5B;
}
.profile-content-main .menu-links a {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 15px;
    color: #484848;
}
/*/ --- center content ends --- /*/


:root {
  --bodybg: #dcdefe;
  --primary-color: #5138ee;
  --grey: #d6d6d6;
  --placeholder: #969696;
  --white: #fff;
  --text: #333;
  --slider-bg: #eff3ff;
  --login-cta-hover: #1f0098;
}

* {
  margin: 0;
  padding: 0;
}

.login-main {
  background: #f8f8f8;
  font-family: "Poppins", serif;
  display: flex;
  min-height: 100vh;
}

.login-container {
  display: flex;
  max-width: 1000px;
  background: var(--white);
  margin: auto;
  width: 100%;
  min-width: 320px;
  border-radius: 20px;
  overflow: hidden;

}

.login-container .logo svg {
  height: 40px;
  width: 40px;
  fill: var(--primary-color);
}

.login-container .login-form {
  width: 50%;
  box-sizing: border-box;
  padding: 10px 10px 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.login-container .login-form .login-form-inner {
  max-width: 390px;
  width: 95%;
}

.login-container .login-form .google-login-button .google-icon svg {
  height: 20px;
  display: flex;
  margin-right: 10px;
}

.login-container .login-form .google-login-button {
  color: var(--text);
  border: 1px solid var(--grey);
  margin: 40px 0 20px;
}

.login-container .login-form .sign-in-seperator {
  text-align: center;
  color: var(--placeholder);
  position: relative;
  margin: 30px 0 20px;
}

.login-container .login-form .sign-in-seperator span {
  background: var(--white);
  z-index: 1;
  position: relative;
  padding: 0 10px;
  font-size: 14px;
}

.login-container .login-form .sign-in-seperator:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--grey);
  left: 0;
  top: 50%;
  z-index: 0;
}

.login-container .login-form .login-form-group {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.login-container .login-form .login-form-group label {
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 10px;
}

.login-container .login-form .login-form-group input {
  padding: 10px 20px;
  box-sizing: border-box;
  border: 1px solid var(--grey);
  border-radius: 8px;
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 14px;
  color: var(--text);
  transition: linear 0.2s;
}

.login-container .login-form .login-form-group input:focus {
  outline: none;
  border: 1px solid var(--primary-color);
}

.login-container
  .login-form
  .login-form-group
  input::-webkit-input-placeholder {
  color: var(--placeholder);
  font-weight: 300;
  font-size: 14px;
}

.login-container .login-form .login-form-group.single-row {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 5px;
}

/* custom checkbox */
.login-container .login-form .custom-check input[type="checkbox"] {
  height: 23px;
  width: 23px;
  margin: 0;
  padding: 0;
  opacity: 1;
  appearance: none;
  border: 2px solid var(--primary-color);
  border-radius: 3px;
  background: var(--white);
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.login-container .login-form .custom-check input[type="checkbox"]:checked {
  border: 2px solid #14131d;
  background: #14131d;
}

.login-container
  .login-form
  .custom-check
  input[type="checkbox"]:checked:before,
.login-container
  .login-form
  .custom-check
  input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  height: 2px;
  background: var(--white);
}

.login-container
  .login-form
  .custom-check
  input[type="checkbox"]:checked:before {
  width: 8px;
  top: 11px;
  left: 2px;
  transform: rotate(44deg);
}

.login-container
  .login-form
  .custom-check
  input[type="checkbox"]:checked:after {
  width: 14px;
  top: 8px;
  left: 5px;
  transform: rotate(-55deg);
}

.login-container .login-form .custom-check input[type="checkbox"]:focus {
  outline: none;
}

.login-container .login-form .custom-check {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-container .login-form .custom-check label {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.login-container .login-form .link {
  display: inline-block;
  color: #000;
  font-size: 12px;
  text-decoration: none;
  transition: transform 0.3s ease;
 
}

.login-container .login-form .link:hover {
  color: #0056b3;
  animation: bounce 0.4s ease;
}

@keyframes bounce {
  0% { transform: translateY(0); }
  30% { transform: translateY(-5px); }
  60% { transform: translateY(3px); }
  100% { transform: translateY(0); }
}
.login-container .login-form .login-cta {
  color: var(--white);
  text-decoration: none;
  border: 1px solid #338d3c;
  margin: 25px 0 15px;
  background: #338d3c;;
}

.login-container .login-form .login-cta:hover {
  background: #0e6966;
}

.login-container .onboarding {
  flex: 1;
  background: var(--slider-bg);
  display: none;
  width: 50%;
}

.login-container .login-form .login-form-group label .required-star {
  color: #ee3838;
  font-size: 18px;
  line-height: 10px;
}

.login-container .rounded-button {
  display: flex;
  width: 100%;
  text-decoration: none;
  border-radius: 50px;
  padding: 13px 20px;
  box-sizing: border-box;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  transition: linear 0.2s;
}

.login-container .rounded-button:hover {
  box-shadow: 0px 0px 4px 0px var(--grey);
}

.login-container .body-text {
  font-size: 15px;
  font-weight: 500;
  color: var(--text);
   text-align: center;
}

.login-container .onboarding .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.login-container .onboarding .swiper-slide {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: var(--text);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.login-container .onboarding .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

.login-container .onboarding .swiper-slide {
  flex-direction: column;
  display: flex;
}

.login-container .onboarding .swiper-slide .slide-image img {
  width: 100%;
  height: 80%;
}
.login-container .onboarding .slide-content {
  width: 60%;
}

.login-container .onboarding .slide-content h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}

.login-container .onboarding .slide-content p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
}

.login-container .login-form .login-form-inner h1 {
  margin-bottom: 8px;
  margin-top: 10px;
  font-size: 26px;
  text-align: center;
}

.login-main .login-icon img {
    width: 40px;
}
/*/ --- login page ends --- /*/


/*/ --- explore page starts --- /*/
.explore-content-main .exp-box img {
    height: 200px;
    object-fit: cover;
}
.explore-content-main {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.explore-content-main a {
    width: 30%;
}
/*/ --- explore page ends --- /*/


/*/ --- post page starts --- /*/
.post-box-main .all-comments .cmnt-box img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50px;
}
.post-box-main .all-comments .cmnt-box {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 15px;
    gap: 10px;
}
.post-box-main .all-comments .cmnt-box p {
    font-family: "Poppins", serif;
    font-weight: 300;
    color: #484848;
}
.post-box-main .all-comments .cmnt-box p a {
    font-weight: 400;
    font-size: 15px;
    display: block;
    margin-right: 8px;
    width: fit-content;
}
.post-box-main .all-comments .cmnt-box button {
    font-family: "Poppins", serif;
    font-weight: 400;
    color: #484848;
    border: none;
    background: none;
    font-size: 14px;
    margin-right: 7px;
}
/*/ --- post page ends --- /*/

.error-message {
  color: #d9534f; /* Bootstrap danger color */
  font-size: 0.7rem; /* smaller text */
  margin-top: 0.25rem;
  display: block;
}

.searchbox input {
  padding: 10px 20px;
  box-sizing: border-box;
  border: 1px solid var(--grey);
  border-radius: 50px;
  font-family: "Poppins", serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--text);
  transition: linear 0.2s;
}
.searchbox {
  padding-bottom: 25px;
}

.rounded-gradient-btn {
  padding: 9px 25px;
  border: none;
  border-radius: 22px;
  background: linear-gradient(to right, #d91b5b, #d91b5b); /* Gradient colors */
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  display: inline-block;
}

@media (max-width: 575.98px) { 

  .rounded-gradient-btn{
    font-size: 12px;
    padding: 9px 18px;
  }
}
.rounded-gradient-btn:hover {
  background: linear-gradient(to right, #feb47b, #ff7e5f); /* Reversed gradient */
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.ribbon-box {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  overflow: hidden;
}

.ribbon {
  position: absolute;
  top: 15px;
  right: -60px;
  transform: rotate(45deg);
  background: #f39c12;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 60px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  z-index: 1;
}

.ribbon-box-reject {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  overflow: hidden;
}

.ribbon-reject {
  position: absolute;
  top: 15px;
  right: -60px;
  transform: rotate(45deg);
  background: hsl(0, 90%, 51%);
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 60px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  z-index: 1;
}

.bg-grey{
  background-color: #f39c12 !important;
  color: #fff;
  font-size: 13px;

}

.like-icon {
  font-size: 14px;
  color: #fb3939;
  cursor: pointer;
  transition: color 0.3s;
}

.like-icon.liked {
  color: red;
}

.login-logo img{
  width:150px;
}

.edit-details-link {
  display: inline-block;
  background-color: #0c0c0c; /* Bootstrap's btn-info color */
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-top: 10px;
  font-size: 14px;
}

.edit-details-link:hover {
  background-color: #d91b5b;
  transform: translateY(-1px);
  text-decoration: none;
  color: #ffffff;
}


.profile-main-box {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 30px;
    color: white;
      border-radius: 20px 20px 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.profile-main-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0));
    z-index: 1;
}

.profile-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #fff;
    z-index: 2;
    position: relative;
    margin-right: 20px;
}

.profile-main-box .content {
    z-index: 2;
    position: relative;
}

.profile-main-box h4 {
    margin: 0 0 10px;
    font-size: 24px;
}

.profile-main-box .btn,
.profile-main-box .follow-btn {
    padding: 6px 15px;
    background: #ffffff22;
    border: none;
    color: white;
    margin-right: 10px;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s;
}

.profile-main-box .btn:hover,
.profile-main-box .follow-btn:hover {
    background: #ffffff44;
}

.profile-main-box .follow-list {
    margin-top: 15px;
}

.profile-main-box .follow-list a {
    margin-right: 20px;
    color: white;
    text-decoration: none;
}

.profile-main-box .follow-list span {
    font-weight: bold;
}

.read-toggle {
    color: #007bff !important;
    font-weight: normal;
    text-decoration: underline;
    cursor: pointer;
    transition: color 0.3s ease;
}

.read-toggle.active {
    color: #d63384;
    font-weight: bold;
}

.no-posts {
    text-align: center;
    padding: 80px 20px;
    color: #555;
    background-color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    opacity: 0.8;
    animation: fadeIn 0.5s ease-in-out;
}

.no-posts p {
    margin: 0;
    font-style: italic;
    color: #999;
}

/* Optional: Fade-in animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 0.8; transform: translateY(0); }
}


  .like-btn {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        font-size: 22px;
        color: #999;
        transition: transform 0.2s ease, color 0.3s ease;
    }

    .like-btn.liked {
        color: red;
        animation: pop 0.3s ease;
    }

    @keyframes pop {
        0% { transform: scale(1); }
        50% { transform: scale(1.4); }
        100% { transform: scale(1); }
    }

        .like-comment button {
        background: none;
        border: none;
        cursor: pointer;
        font-size: 20px;
        margin-right: 10px;
    }

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

    .comment-form textarea {
        width: 100%;
        padding: 8px;
        height: 60px;
        resize: none;
        border-radius: 6px;
        border: 1px solid #ccc;
    }

    .comment-form button {
        margin-top: 6px;
        padding: 6px 12px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

   .image-box {
    width: 250px;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
}

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

.post-box {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #E0E0E0;
  padding: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: box-shadow 0.3s ease;
  max-width: 100%;
    margin: auto;
      margin-bottom: 10px;
}

.post-box textarea {
  width: 100%;
  border: none;
  resize: none;
  padding: 10px;
  border-radius: 8px;
  font-size: 16px;
  background-color: #f7f7f7;
  outline: none;
  min-height: 60px;
  overflow: hidden;
}

.char-count {
  text-align: right;
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}

.upload-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.upload-preview .preview-item {
  position: relative;
  width: 100px;
  height: 100px;
}

.upload-preview img,
.upload-preview video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.upload-preview .remove-btn {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #ff4d4f;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  flex-wrap: wrap;
  gap: 10px;
}

.actions label {
  cursor: pointer;
  color: #1877f2;
  font-weight: 500;
}

.actions input[type="file"] {
  display: none;
}

.actions button {
  padding: 8px 16px;
  background: #1877f2;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.actions button:hover {
  background: #145dc5;
}

@media (max-width: 500px) {
  .post-box {
    padding: 12px;
  }

  .upload-preview .preview-item {
    width: 80px;
    height: 80px;
  }
}
 .hashtag-badge {
    display: inline-block;
    background-color: #007bff;
    color: white;
    padding: 2px 8px;
    margin: 2px 4px 2px 0;
    border-radius: 12px;
    font-size: 0.9em;
}
.char-count {
    font-size: 0.9em;
    color: #555;
    margin-top: 4px;
}
.hashtags-preview {
    margin-top: 6px;
    min-height: 20px;
}
.hashtag-tag {
    display: inline-block;
    background-color: #eef6ff;
    color: #1e88e5;
    padding: 3px 6px;
    margin: 2px;
    border-radius: 4px;
    font-size: 0.85em;
}

.post-text {
  border: 1px solid #ccc;
  transition: border-color 0.3s ease;
}

.post-text:focus {
  border: 1px solid rgba(48, 48, 184, 0.76);
}
.photo-label {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.caption {
  color: blue;
}

.caption a {
  color: blue;
}

.hashtag {
  font-weight: bold;
  color: rgba(44, 44, 224, 0.87); /* or another shade of blue if you want to differentiate */
}

/* Base styles from previous snippet (not repeated here) */

/* Responsive Media Queries */

/* For tablets and smaller screens */
@media (max-width: 768px) {
  .search-field {
    max-width: 180px;
  }
  
  .profile-sec {
    gap: 12px;
  }

  .profile-sec .nav-icon {
    width: 20px;
    height: 20px;
  }

  .profile-sec .profile {
    width: 28px;
    height: 28px;
  }
}

/* For mobile phones */
@media (max-width: 480px) {
  /* Hide the search field to save space */
 
  .navbar-logo img {
    height: 25px;
  }
  
  .profile-sec {
    gap: 10px;
  }

  .profile-sec .nav-icon {
    width: 18px;
    height: 18px;
  }

  .profile-sec .profile {
    width: 26px;
    height: 26px;
  }
  
  .navbar {
padding: 0 10px;
  
    padding-top: 15px;
  }
}

/* Hide menu by default on mobile */
@media (max-width: 768px) {
  .left-menu {
    display: none;
    background: #fff;
    position: absolute;
    top: 60px; /* adjust if you have a header */
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 15px 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }

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

  .menu-toggle-btn {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    border: none;
    
    font-size: 16px;
    cursor: pointer;
    
    text-align: right;
  }
  /* Close button styling on small screens */
@media (max-width: 768px) {
  .menu-close-btn {
    background: none;
    border: none;
    color: #000;
    font-size: 18px;
    padding: 10px 15px;
    width: 100%;
    text-align: right;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
  }
}

}
@media (max-width: 768px) {
  .service-text {
    display: none;
  }
  .main-section .main-content .menu-icons ul li img {
    width: 30px ;
  }
}
.user-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
    padding: 10px;
}

.user-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 10px 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
}

.user-box:hover {
    background-color: #f9f9f9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.user-box img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #eee;
}

.user-box span,
.user-box div {
    font-weight: 500;
    font-size: 16px;
    color: #333;
}
.hashtag {
    color: #007bff !important;
    text-decoration: none;
    font-weight: bold !important;
}
.hashtag:hover {
     color: #003a79 !important;
}
#liveSearchDropdown {
  position: absolute;
  top: 100%; /* Place it directly below the input */
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 
  max-height: 250px;
  overflow-y: auto;
}

#liveSearchDropdown .dropdown-item {
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s ease;
}

#liveSearchDropdown .dropdown-item:hover {
  background-color: #f0f0f0;
}


 .menu-links {
            border-bottom: 2px solid #ddd;
            margin-bottom: 20px;
        }

        .menu-links .nav-link {
            border: none;
            background: none;
            font-weight: 500;
            color: #555;
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 10px 20px;
            transition: all 0.3s ease;
            border-bottom: 3px solid transparent;
        }

        .menu-links .nav-link img {
            width: 20px;
            height: 20px;
        }

        .menu-links .nav-link:hover {
            color: #000;
            background-color: #f9f9f9;
        }

        .menu-links .nav-link.active {
            color: #007bff;
            border-bottom: 3px solid #007bff;
            background-color: #f1f9ff;
        }

        
 
/* Main container */
.main-content {
    max-width: 900px;
    margin: 2rem auto;
    padding: 0 1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

/* Profile card row */
.profile-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    margin-bottom: 2rem;
}

/* Columns inside profile row */
.profile-col {
    flex: 1;
    min-width: 150px;
}

/* Specific widths */
.profile-image-col {
    flex: 0 0 120px;
    text-align: center;
}

.profile-details-col {
    flex: 2;
}

.profile-actions-col {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

@media (max-width: 600px) {
    .profile-row {
        flex-direction: column;
        text-align: center;
    }
    .profile-actions-col {
        justify-content: center;
        margin-top: 1rem;
    }
}

/* Profile picture */
.profile-pic {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #007bff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Profile name & location */
.profile-name {
    margin: 0 0 0.3rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: #007bff;
}

.profile-location {
    font-size: 1rem;
    color: #555;
}

.profile-location i {
    margin-right: 0.4rem;
    color: #ff5e3a;
}

/* Buttons */
.btn {
    background-color: #007bff;
    border: none;
    color: white;
    padding: 0.45rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #0056b3;
}

.follow-btn {
    background-color: #28a745;
}

.follow-btn:hover {
    background-color: #1e7e34;
}

.share-btn {
    background-color: #17a2b8;
}

.share-btn:hover {
    background-color: #117a8b;
}

/* Info grid */
.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem 2rem;
    margin-bottom: 2rem;
}

.info-box {
  background: #f8f9fa;
  padding: 1rem 1.25rem;
  border-radius: 6px;
}

.info-title {
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1.1rem;
    color: #333;
}

.info-content {
    font-size: 1rem;
    color: #555;
    word-wrap: break-word;
}

/* Sections */
.section {
    margin-bottom: 2rem;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #007bff;
    border-bottom: 2px solid #007bff;
    padding-bottom: 0.25rem;
}

.section-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
    white-space: pre-line;
}

/* Facilities list */
.facilities-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.facility-item {
    background-color: #e9f5ff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.95rem;
    color: #007bff;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 1px 3px rgba(0,123,255,0.2);
}

.facility-item i {
    font-size: 1.2rem;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

.modal-content {
  /* max-width: 90vw;      max 90% of viewport width */
   /*max-height: 80vh;     max 80% of viewport height */
  width: auto;          /* maintain aspect ratio */
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.5);
  display: block;
  margin: 0 auto;
  animation-name: zoom;
  animation-duration: 0.3s;
}

/* Caption text */
#caption {
  margin: 15px auto;
  text-align: center;
  color: #ccc;
  font-size: 1.1rem;
}

/* Zoom animation */
@keyframes zoom {
  from {transform: scale(0.7)} 
  to {transform: scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
  user-select: none;
}

.close:hover {
  color: #ff5e3a;
}

.custom-share-btn {
    background-color: transparent;
    color: #4c6ef5;
    border: 2px solid #4c6ef5;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-share-btn:hover {
    background-color: #4c6ef5;
    color: white;
}

.message-area {
    /* height: 100vh; */
    overflow: hidden;
    padding: 30px 0;
    background: #f5f5f5;
}

.chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0.3rem;
    height: 90vh;
    overflow: hidden;
    min-height: calc(100% - 1rem);
}

.chatlist {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: 300px;
    float: left;
    padding: 15px;
}

.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}

.chat-area .modal-dialog-scrollable {
    height: 100% !important;
}

.chatbox {
    width: auto;
    overflow: hidden;
    height: 100%;
    border-left: 1px solid #ccc;
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.msg-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-area .form-control {
    display: block;
    width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.chat-area .form-control:focus {
    outline: 0;
    box-shadow: inherit;
}

a.add img {
    height: 36px;
}

.chat-area .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
    width: 100%;
}

.chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #180660;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
    border-color: transparent transparent #000;
    isolation: isolate;
}

.chat-list h3 {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list a.d-flex {
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
}

.chat-list .active {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 34px;
    height: 12px;
    width: 12px;
    background: #00DB75;
    border-radius: 50%;
    border: 2px solid #fff;
}

.msg-head h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.msg-head p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.msg-head {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.moreoption {
    display: flex;
    align-items: center;
    justify-content: end;
}

.moreoption .navbar {
    padding: 0;
}

.moreoption li .nav-link {
    color: #222;
    font-size: 16px;
}

.moreoption .dropdown-toggle::after {
    display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 0.125rem;
}

.msg-body ul {
    overflow: hidden;
}

.msg-body ul li {
    list-style: none;
    margin: 15px 0;
}

.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
}

.msg-body ul li.sender:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    top: -6px;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #f5f5f5 transparent;
    -webkit-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    transform: rotate(-37deg);
}

.msg-body ul li.sender p {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #f5f5f5;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.sender p b {
    display: block;
    color: #180660;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
}

.msg-body ul li.repaly:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    bottom: 15px;
    right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #4b7bec transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
}

.msg-body ul li.repaly p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #4b7bec;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.repaly p b {
    display: block;
    color: #061061;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly:after {
    display: block;
    content: '';
    clear: both;
}

.time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

li.repaly .time {
    margin-right: 20px;
}

.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}

.msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}

.divider:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #EBEBEB;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.send-box {
    padding: 15px;
    border-top: 1px solid #ccc;
}

.send-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.send-box .form-control {
    display: block;
    width: 85%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.send-box button {
    border: none;
    background: #3867d6;
    padding: 0.375rem 5px;
    color: #fff;
    border-radius: 0.25rem;
    font-size: 14px;
    font-weight: 400;
    width: 24%;
    margin-left: 1%;
}

.send-box button i {
    margin-right: 5px;
}

.send-btns .button-wrapper {
    position: relative;
    width: 125px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #F6F7FA;
    border-radius: 3px;
    padding: 5px 15px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.send-btns .button-wrapper span.label {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    color: #343945;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
}

#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.send-btns .attach .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #343945;
    background-color: #F6F7FA;
    background-clip: padding-box;
    border: 1px solid #F6F7FA;
    border-radius: 3px;
    margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
    margin-right: 5px;
}

.button-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

button:focus {
    outline: 0;
}

.add-apoint {
    display: inline-block;
    margin-left: 5px;
}

.add-apoint a {
    text-decoration: none;
    background: #F6F7FA;
    border-radius: 8px;
    padding: 8px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #343945;
}

.add-apoint a svg {
    margin-right: 5px;
}

.chat-icon {
    display: none;
}

.closess i {
    display: none;
}



@media (max-width: 767px) {
    .chat-icon {
        display: block;
        margin-right: 5px;
    }
    .chatlist {
        width: 100%;
    }
    .chatbox {
        width: 100%;
        position: absolute;
        left: 1000px;
        right: 0;
        background: #fff;
        transition: all 0.5s ease;
        border-left: none;
    }
    .showbox {
        left: 0 !important;
        transition: all 0.5s ease;
    }
    .msg-head h3 {
        font-size: 14px;
    }
    .msg-head p {
        font-size: 12px;
    }
    .msg-head .flex-shrink-0 img {
        height: 30px;
    }
    .send-box button {
        width: 28%;
    }
    .send-box .form-control {
        width: 70%;
    }
    .chat-list h3 {
        font-size: 14px;
    }
    .chat-list p {
        font-size: 12px;
    }
    .msg-body ul li.sender p {
        font-size: 13px;
        padding: 8px;
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .msg-body ul li.repaly p {
        font-size: 13px;
        padding: 8px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }
}

   .notification-list {
        max-width: 700px;
        margin: 0 auto;
    }

    .notification-item {
        display: flex;
        align-items: center;
        padding: 15px;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 10px;
        margin-bottom: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        transition: background 0.3s ease;
    }

    .notification-item.unread {
        background-color: #f9f9f9;
        font-weight: 600;
    }

    .notification-item img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
        margin-right: 15px;
        border: 2px solid #ddd;
    }

    .notification-text {
        flex: 1;
    }

    .notification-text small {
        color: #888;
    }

    .notification-item:hover {
        background-color: #f1f1f1;
    }
    .user-avatar{
      width: 25px;
    }

    /* Button */
.insta-comment-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: transparent;
  border: none;
  font-size: 26px;
  color: #262626;
  cursor: pointer;
  z-index: 10000;
  transition: color 0.3s ease;
}

.insta-comment-btn:hover {
  color: #3897f0;
}

/* Popup container */
.insta-comment-popup {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  background: #fff;
  box-shadow: -5px 0 15px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
  transition: right 0.3s ease;
  z-index: 9999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

/* Show popup */
.insta-comment-popup.active {
  right: 0;
}

/* Header */
.popup-header {
  padding: 16px;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup-header h2 {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}

.popup-header button {
  background: transparent;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #262626;
}

/* Comments list */
.comments-list {
  flex-grow: 1;
  overflow-y: auto;
  padding: 16px;
  font-size: 14px;
  color: #262626;
}

.comment {
  margin-bottom: 12px;
}

.comment strong {
  margin-right: 6px;
}

/* Input area */
.comment-input-area {
  border-top: 1px solid #dbdbdb;
  padding: 10px 16px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.comment-input-area input {
  flex-grow: 1;
  border: none;
  font-size: 14px;
  outline: none;
}

.comment-input-area button {
  background: transparent;
  border: none;
  color: #3897f0;
  font-weight: 600;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.comment-input-area button:enabled {
  opacity: 1;
}

  .stars {
    display: inline-block;
  }
  .star {
    font-size: 2rem;
    color: lightgray;
    cursor: pointer;
    user-select: none;
  }
  .star.selected {
    color: gold;
  }

  .rating-secwper{
margin-left: auto;
  }

  .book-now-btn{
    margin-left: 40px;
  }

.modal-backdrop{
  z-index: 0 !important;
}
  .insta-img{
    width: 100%;
    height: 100%;
  }

  .popup-img-wper{
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
  }
.carousel-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
  .modal-content{
    overflow: hidden;
  }
  
  .properties-category {
  display: inline-flex;           /* Align icon and text horizontally */
  align-items: center;            /* Vertically center the icon and text */
  background-color: #f5f5f7;      /* Light background */
  padding: 6px 12px;              /* Padding around content */
  border-radius: 6px;             /* Rounded corners */
  box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* Subtle shadow */
  font-size: 14px;
  font-weight: 600;
  color: #333;
  user-select: none;
  cursor: default;
  transition: background-color 0.3s ease;
}

.properties-category:hover {
  background-color: #e0e0e3;
}

.category-icon {
  width: 24px;                   /* Fixed icon size */
  height: 24px;
  margin-right: 8px;             /* Space between icon and text */
  object-fit: contain;           /* Keep icon proportions */
  filter: drop-shadow(0 0 1px rgba(0,0,0,0.1)); /* subtle icon shadow */
}


/* Container for the entire dropdown */
.post-options-dropdown {
    position: relative;
}

/* Button that triggers dropdown (3-dot icon) */
.options-toggle-btn {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

/* Dropdown menu */
.post-options-menu {
    min-width: 120px;
    font-size: 14px;
    border-radius: 8px;
    padding: 5px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Dropdown items */
.post-options-menu .dropdown-item {
    padding: 8px 16px;
    transition: background 0.2s ease;
}

/* Hover effect */
.post-options-menu .dropdown-item:hover {
    background-color: #f1f1f1;
}

/* Edit option (optional color styling) */
.post-options-menu .edit-option {
    color: #333;
}

/* Delete option (highlighted in red) */
.post-options-menu .delete-option {
    color: #e3342f; /* Bootstrap danger red */
    font-weight: 500;
}


/* Modal textarea styling */
#editPostText {
  width: 100%;
  resize: vertical;
  font-size: 1rem;
  padding: 0.5rem;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  box-sizing: border-box;
  font-family: inherit;
  min-height: 100px;
}

/* Character count */
.char-count {
  font-size: 0.85rem;
  color: #6c757d;
  text-align: right;
  margin-top: 0.25rem;
  user-select: none;
}

/* Existing images container */
#existingImagesPreview {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0 22px;
}

/* Existing image thumbnails */
#existingImagesPreview img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 0.375rem;
  border: 1px solid #ddd;
  cursor: default;
  transition: box-shadow 0.2s ease;
  
}

#existingImagesPreview img:hover {
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.7);
}

/* File input label (camera icon) */
.photo-label {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  cursor: pointer;
  color: #0d6efd; /* Bootstrap primary color */
  font-weight: 500;
  user-select: none;
  margin-bottom: 1rem;
  padding: 0 22px;
}

.photo-label i {
  font-size: 1.2rem;
}

/* Hide actual file input */
#editFileUpload {
  display: none;
}

/* Modal footer button styling */
.modal-footer .btn-primary {
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
}

/* Responsive tweaks */
@media (max-width: 576px) {
  #existingImagesPreview img {
    width: 50px;
    height: 50px;
  }
}



.modal-image-container .carousel-item img {

  max-height: 150px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}
.carousel-item.active {
  display: grid !important;
  justify-content: center !important;
}
.modal-popup-content{
  /*max-width: 90vw;
  max-height: 80vh;*/
width: 500px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.5);
  display: block;
  margin: 0 auto;
  animation-name: zoom;
  animation-duration: 0.3s;
}


.enquiries-container {
    margin-top: 2rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
}

.enquiries-container h3 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.enquiry-card {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.enquiry-card header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.enquiry-card header > div {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.enquiry-card header h4 {
    margin: 0;
    font-weight: 600;
    color: #2c3e50;
}

.enquiry-card time {
    font-size: 0.875rem;
    color: #7f8c8d;
}

.avatar {
    background-color: #3498db;
    color: white;
    font-weight: 600;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    user-select: none;
}

.email-link a {
    color: #3498db;
    text-decoration: none;
}

.enquiry-message {
    margin: 0;
    white-space: pre-line;
    color: #34495e;
    line-height: 1.4;
    max-height: 4.2em; /* approx 3 lines */
    overflow: hidden;
    text-overflow: ellipsis;
}

.read-more-toggle {
    color: #3498db;
    cursor: pointer;
    font-size: 0.875rem;
    user-select: none;
    display: inline-block;
    margin-top: 0.25rem;
}

.no-enquiries {
    font-style: italic;
    color: #7f8c8d;
    text-align: center;
    margin-top: 2rem;
}

.pagination-links {
    text-align: center;
    margin-top: 1rem;
}

/* Responsive */
@media (max-width: 600px) {
    .enquiries-container {
        max-width: 100%;
        padding: 0 1rem;
    }

    .enquiry-card header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .enquiry-card time {
        margin-top: 0;
    }
}

.profile-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  object-fit: cover;
}

.dropdown-menu-profile {
  display: none;
  position: absolute;
  right: 0;
  top: 60px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  padding: 10px 0;
  width: 200px;
  z-index: 1000;
}

.dropdown-menu-profile.show {
  display: block;
}

.dropdown-header {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}

.dropdown-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}

.dropdown-name {
  font-weight: 600;
  font-size: 16px;
}

.dropdown-item {
  padding: 10px 20px;
  display: block;
  color: #333;
  text-decoration: none;
  transition: background 0.2s;
}

.dropdown-item:hover {
  background-color: #f0f0f0;
}

.logout-btn {
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  padding: 10px 20px;
  cursor: pointer;
  color: #d9534f;
}

.logout-btn:hover {
  background-color: #fbeaea;
}
.logout-confirm-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease-in-out;
}

.logout-confirm-box {
  background: white;
  padding: 20px 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  animation: scaleIn 0.3s ease-in-out;
}

.logout-confirm-box p {
  margin-bottom: 15px;
  font-weight: 500;
}

.logout-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.logout-actions .confirm {
  background-color: #2a0cd7;
  color: white;
  border: none;
  padding: 8px 18px;
  border-radius: 5px;
  cursor: pointer;
}

.logout-actions .cancel {
  background-color: #6c757d;
  color: white;
  border: none;
  padding: 8px 18px;
  border-radius: 5px;
  cursor: pointer;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes scaleIn {
  from {transform: scale(0.9); opacity: 0;}
  to {transform: scale(1); opacity: 1;}
}

.comment-section {
    flex: 1;
    overflow-y: auto;
    max-height: 250px;
    margin-bottom: 1rem;
}

textarea[expandable] {
  overflow: hidden;
  resize: none;
  transition: height 0.2s ease;
}
.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide arrows on number inputs for Firefox */
.no-spinner[type=number] {
    -moz-appearance: textfield;
}
/* Heading style */
.required-documents-heading {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0d6efd; /* Bootstrap primary blue */
    border-left: 4px solid #0d6efd;
    padding-left: 10px;
    margin-bottom: 20px;
}

/* Label style */
.required-documents-label {
    font-weight: 500;
    margin-bottom: 5px;
}

/* File input style */
.required-documents-file {
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ced4da;
}

/* Error message */
.required-documents-error {
    font-size: 0.875rem;
    color: #dc3545; /* Bootstrap danger color */
    margin-top: 4px;
}
.required-documents-file {
    border: 1px solid #ced4da;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 0.95rem;
    color: #495057;
    background-color: #fff;
    transition: border-color 0.3s, box-shadow 0.3s;
}

/* On focus */
.required-documents-file:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* Error message under input */
.required-documents-error {
    font-size: 0.85rem;
    color: #dc3545; /* Bootstrap red */
    margin-top: 5px;
}

  header {
      position: sticky;
      top: 0;
      background: white;
      padding: 12px 15px;
      border-bottom: 1px solid #dbdbdb;
      display: flex;
      align-items: center;
      gap: 10px;
      z-index: 1000;
    }

    .search-input {
      flex-grow: 1;
      height: 36px;
      padding: 0 12px;
      font-size: 14px;
      border-radius: 8px;
      border: 1px solid #dbdbdb;
      background: #fafafa;
      transition: background 0.3s ease;
    }
    .search-input:focus {
      outline: none;
      background: #fff;
      border-color: #999;
    }

    .cancel-btn {
      color: #3897f0;
      font-weight: 600;
      font-size: 14px;
      cursor: pointer;
      user-select: none;
    }

    main {
      padding: 10px 15px;
    }

    .suggestions {
      margin-top: 15px;
      list-style: none;
    }

    .suggestions li {
      padding: 12px 0;
      border-bottom: 1px solid #eee;
      font-size: 14px;
      cursor: pointer;
      color: #555;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .suggestions li:hover {
      background: #fafafa;
    }

    .suggestions li svg {
      fill: #999;
      width: 16px;
      height: 16px;
    }

    .results-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 3px;
      margin-top: 15px;
    }

    .results-grid img {
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      border-radius: 4px;
      cursor: pointer;
      transition: transform 0.2s ease;
    }
    .results-grid img:hover {
      transform: scale(1.05);
    }

    @media (min-width: 480px) {
      main {
        max-width: 420px;
        margin: auto;
      }
    }


.like-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
    /*flex-wrap: wrap;*/
}
.like-tabs .tab-button {
    padding: 10px 20px;
    border: none;
    background-color: #f0f0f0;
    color: #333;
    font-weight: 500;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.like-tabs .tab-button:hover {
    background-color: #e0e0e0;
}
.like-tabs .tab-button.active {
    background-color: #007bff;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.tab-content-search {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}
.tab-content-search.active {
    display: block;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 768px) {
    .like-tabs {
        /*flex-direction: column;*/
        align-items: center;
         padding-top: 15px;
    }
    .like-tabs .tab-button {
        width: 100%;
        text-align: center;
    }
}

.user-search-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-search-item {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease;
}

.user-search-item:hover {
    background-color: #f9f9f9;
}

.user-search-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    width: 100%;
}

.user-search-item img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
    border: 1px solid #ccc;
}

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

.user-name {
    font-weight: 600;
    font-size: 15px;
}

/* Optional: Add username, bio, or status line here */
.user-info .user-meta {
    font-size: 13px;
    color: #777;
}


.stylish-search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 6px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
    z-index: 999;
    max-height: 360px;
    overflow-y: auto;
    display: none;
    padding: 8px 0;

    /* Hide scrollbar for WebKit-based browsers */
    scrollbar-width: none;       /* Firefox */
    -ms-overflow-style: none;    /* IE 10+ */
}

.stylish-search-dropdown::-webkit-scrollbar {
    display: none;               /* Chrome, Safari, Edge */
}

.stylish-search-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 18px;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    gap: 12px;
    cursor: pointer;
    border-left: 4px solid transparent;
    transition: background 0.2s ease, border-left-color 0.2s ease;
}

.stylish-search-dropdown .dropdown-item:hover {
    background: #f2f7ff;
    border-left-color: #007bff;
}

.stylish-search-dropdown img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.stylish-search-dropdown i {
    font-size: 16px;
    color: #666;
    margin-right: 4px;
}

.stylish-search-dropdown .info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    margin-left:10px;
}

.stylish-search-dropdown .info .name {
    font-weight: 600;
}

.stylish-search-dropdown .info .sub {
    font-size: 13px;
    color: #888;
}

.stylish-search-dropdown .dropdown-item.disabled {
    color: #999;
    text-align: center;
    justify-content: center;
    font-style: italic;
}

.review-wrapper {
    font-family: 'Segoe UI', sans-serif;
}

.rating-summary-box {
    background-color: #fffbea;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}

.rating-score {
    font-size: 3rem;
    color: #f8b400;
}

.rating-stars .star-filled {
    color: #ffc107;
    font-size: 1.5rem;
}

.rating-stars .star-empty {
    color: #e4e5e9;
    font-size: 1.5rem;
}

.rating-bar .progress {
    height: 8px;
    background-color: #f1f1f1;
    border-radius: 5px;
}

.review-form .star {
    font-size: 1.5rem;
    cursor: pointer;
    color: #e4e5e9;
    transition: color 0.2s;
    margin-right: 5px;
}

.review-form input[type="radio"]:checked ~ label.star,
.review-form input[type="radio"]:hover ~ label.star {
    color: #ffc107;
}

.feedback-item {
    border: 1px solid #f1f1f1;
}

.edit-stars {
    font-size: 24px;
    color: #ddd;
    cursor: pointer;
}

input[type="radio"]:checked + .edit-stars,
.edit-stars:hover,
.edit-stars:hover ~ .edit-stars {
    color: #f1c40f;
}

.edit-rate:checked + label {
    color: #ffc107; /* gold/yellow */
}

.req-field{
  color: red;
}
.container-login {
  display: flex;
  max-width: 400px;
  background: #ffffffa1;
  margin: auto 0px auto auto;
  width: 100%;
  min-width: 320px;
  border-radius: 20px;
  overflow: hidden;

}


.lg-sctn{
  position: relative; 
  top:-80px; 
  left: 30px;
}



.lft-sid-txt{
  position: absolute; 
  top: 35%; 
  left: 10%; 
  color: white; 
  max-width: 540px;
  z-index: 2;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.6);
  display: grid;
  align-content: center;
  bottom: 0;
}

.lft-sid-txt h2{
  font-size: 46px; 
  font-weight: 500;
  margin-bottom: 10px;
}

.lft-sid-txt h2 span{
    color: #8effc0;
    font-size: 68px;
    font-weight: 700;
}

@media(max-width:991px){
  .lg-sctn{
    text-align:center;
    left: 0px;
  }
  .lft-sid-txt h2{
    font-size: 25px;
  }
  .lft-sid-txt h2 span{
    font-size: 40px;
  }
  .lft-sid-txt p{
    display:none;
  }
  
}

@media(max-width:767px){
.lft-sid-txt {
    position: relative;
    top: 0px;
    left: 0;
    text-align: center;
}
  .lg-sctn {
  position: relative;
  top: -30px;
  }
}

.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spinner {
    -moz-appearance: textfield;
}

.custom-stars i {
  color: #ffc107;
  font-size: 1rem;
}
.ts-name-tag {
  color: #333;
  text-decoration: none;
  font-weight: 700 !important;
  font-size: 18px !important;
  text-transform: capitalize;
}

@media (max-width: 575.98px) { 
.main-content{
  margin-top:75px;
  }
  .navbar .search-field{
        position: relative;
   
    top: 60px;
   
    left: -55px;
}
  .navbar .search-field button{
    background-color: #D91B5B;
    width: 55px;
    height: 55px;
    border-radius: 40px;
    border: none;
    padding: 15px;
    position: absolute;
    left: 0px;
    top: -3px;
}

.navbar .search-field input{
        background-color: #F3F3F3;
    border-radius: 50px;
    width: 280px;
    border: none;
    height: 50px;
    padding-left: 76px;
}
.main-section{
    margin-top: 75px;
}
  .follow-suggestion {
   
    margin-top: 20px;
}
  .home-mar-ind{
    margin-top:15px;
  }
}