@font-face {
    font-family: 'Fanta';
    src: url('../fonts/Fanta-Regular.woff2') format('woff2'),
         url('../fonts/Fanta-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Font Loading Optimization */
.fonts-loaded .profile-name,
.fonts-loaded .profile-stat-number,
.fonts-loaded .section-title {
    font-family: 'Fanta', 'Arial', sans-serif;
}
    font-display: swap;
}


    @import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');


body{
		background:     #ffffff  ;
 font-family: 'Jost', sans-serif;
	}

h4{font-size: 20px}
img {
    
    max-width: 100%;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1380px;
    }
}
@media (max-width: 990px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
}
#logo{       
    width: 120px;
    position: absolute;
    z-index: 9;
    top: 16px;
    border: 1px solid #cdcdcd6b;
    border-radius: 50%;
    left: 35px;
    right: 0;
    margin: auto;
    top: -25px;
     }
     .navbar-dark .navbar-brand {
    color: #fff;
    width: 208px;
    text-align: center;
    position: relative;
}
@media (max-width: 800px) {
#logo{  
                left: 0;
        right: 0;
        margin: auto;
        top: -11px;
        width: 90px;
}
.navbar-dark .navbar-brand {
    color: #fff;
    width: 208px;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}
}


@media (max-width: 767px) {
    .form-inline {
        width: 100%;
        margin-top: 40px !important;
    }
}
	.navbar {
		background-color:  #85ae2a;
		padding: 1rem 2rem;
	}
	.navbar-brand img {
		width: 150px;
	}
	.navbar-nav .nav-link {
		color: #fff;
		transition: color 0.3s ease-in-out;
	}
	.navbar-nav .nav-link:hover {
		color: #ff6f61;
	}
	.dropdown-menu {
		animation: fadeIn 0.5s;
	}
	@keyframes fadeIn {
		from {
			opacity: 0;
			transform: translateY(-10px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
	.badge-danger {
		background-color: #ff6f61;
	}
	.navbar-toggler {
		border: none;
		background: transparent;
	}
	.navbar-toggler-icon {
 	}
	.navbar-collapse {
		justify-content: flex-end;
	}
	.form-inline {
		display: flex;
		justify-content: center;
	}
	.form-control {
 	}
	.btn-outline-success {
 		padding: 0.5rem 1.5rem;
		border-color: #fff;
		color: #fff;
		transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	}
	.btn-outline-success:hover {
		background-color: #fff;
		color: #85ae2a;
	}
	@media (max-width: 767px) {
		.navbar-brand {
			flex-grow: 1;
			text-align: center;
		}
		.form-inline {
			width: 100%;
			margin-top: 10px;
		}
		.navbar-collapse {
			text-align: center;

		}
	}

	.navbar-dark .navbar-nav .nav-link {
		color: black;
	}

	.navbar {
		background-color: #fff;
		padding: 1rem 2rem;
		max-width: 1230px;
		margin: auto;
	}

	#header{ background-color: #fff;}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: grey;
}
	.card-img-top {
		border-top-left-radius: calc(.25rem - 1px);
		border-top-right-radius: calc(.25rem - 1px);
		height: 300px;
		object-fit: cover;
		object-position: center;
	}

	#aramakutusu{margin-right: 74px}
  #kullaniciara {
    padding: 6px 25px;padding: 6px 25px;
    border-color: #d1d1d1;
    color: #8f8f8f;
    
}
	/* Modern Feed Tabs */
	.feed-tabs-container {
		margin-bottom: 20px;
		background: #fff;
		border-radius: 16px;
		padding: 8px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
		border: 1px solid #e8e8e8;
	}

	.feed-tabs {
		display: flex;
		gap: 8px;
	}

	.feed-tab-btn {
		flex: 1;
		padding: 12px 20px;
		border: none;
		background: transparent;
		border-radius: 12px;
		font-weight: 600;
		font-size: 14px;
		color: #64748b;
		cursor: pointer;
		transition: all 0.3s ease;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		position: relative;
	}

	.feed-tab-btn i {
		font-size: 16px;
	}

	.feed-tab-btn:hover {
		background: #f8f9fa;
		color: #2c3e50;
	}

	.feed-tab-btn.active {
		background: linear-gradient(135deg, #85af27 0%, #709420 100%);
		color: #fff;
		box-shadow: 0 2px 8px rgba(133, 175, 39, 0.25);
	}

	.feed-tab-btn.active:hover {
		background: linear-gradient(135deg, #709420 0%, #5d7a1a 100%);
	}

	.feed-loading {
		text-align: center;
		padding: 60px 20px;
		color: #64748b;
	}

	.feed-loading i {
		font-size: 32px;
		margin-bottom: 16px;
		color: #85af27;
	}

	/* Dark Mode */
	body.dark-mode .feed-tabs-container {
		background: #1e1e1e;
		border-color: #2c2c2c;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	}

	body.dark-mode .feed-tab-btn {
		color: #b0b0b0;
	}

	body.dark-mode .feed-tab-btn:hover {
		background: #252525;
		color: #e0e0e0;
	}

	body.dark-mode .feed-tab-btn.active {
		background: linear-gradient(135deg, #85af27 0%, #709420 100%);
		color: #fff;
	}

	body.dark-mode .feed-loading {
		color: #b0b0b0;
	}

	/* Modern Likes Modal */
	.modern-likes-modal {
		border-radius: 20px;
		border: none;
		overflow: hidden;
		box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
		max-width: 500px;
	}

	.modern-modal-header {
		padding: 24px;
		border-bottom: 1px solid #e8e8e8;
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.modal-header-content {
		display: flex;
		align-items: center;
		gap: 16px;
		flex: 1;
	}

	.modal-icon-wrapper {
		width: 48px;
		height: 48px;
		border-radius: 12px;
		background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}

	.modal-icon-wrapper i {
		font-size: 20px;
		color: #fff;
	}

	.modal-title-wrapper {
		flex: 1;
	}

	.modern-modal-header .modal-title {
		font-weight: 700;
		font-size: 20px;
		color: #2c3e50;
		margin: 0;
		padding: 0;
		line-height: 1.3;
	}

	.modal-subtitle {
		font-size: 14px;
		color: #64748b;
		margin-top: 4px;
		display: block;
	}

	.modal-close-btn {
		width: 36px;
		height: 36px;
		border-radius: 10px;
		border: none;
		background: #f8f9fa;
		color: #64748b;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: all 0.2s ease;
		flex-shrink: 0;
		padding: 0;
	}

	.modal-close-btn:hover {
		background: #e8e8e8;
		color: #2c3e50;
	}

	.modal-close-btn i {
		font-size: 16px;
	}

	.modern-modal-body {
		padding: 0;
		max-height: 500px;
		overflow-y: auto;
	}

	.likes-list-container {
		padding: 8px;
	}

	.like-item {
		padding: 12px;
		border-radius: 12px;
		transition: all 0.2s ease;
		margin-bottom: 4px;
	}

	.like-item:hover {
		background: #f8f9fa;
	}

	.like-user-link {
		display: flex;
		align-items: center;
		gap: 12px;
		text-decoration: none;
		color: inherit;
		width: 100%;
	}

	.like-user-avatar {
		width: 48px;
		height: 48px;
		border-radius: 50%;
		overflow: hidden;
		flex-shrink: 0;
		border: 2px solid #e8e8e8;
		transition: all 0.2s ease;
	}

	.like-item:hover .like-user-avatar {
		border-color: #85af27;
		transform: scale(1.05);
	}

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

	.like-user-info {
		flex: 1;
		min-width: 0;
	}

	.like-user-name {
		font-weight: 600;
		font-size: 15px;
		color: #2c3e50;
		margin-bottom: 2px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.like-user-username {
		font-size: 13px;
		color: #64748b;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.like-user-link:hover .like-user-name {
		color: #85af27;
	}

	.likes-loading {
		padding: 60px 20px;
		text-align: center;
		color: #64748b;
	}

	.likes-loading i {
		font-size: 32px;
		color: #85af27;
		margin-bottom: 12px;
		display: block;
	}

	.likes-loading span {
		font-size: 14px;
		display: block;
	}

	.likes-empty {
		padding: 60px 20px;
		text-align: center;
		color: #64748b;
	}

	.likes-empty i {
		font-size: 48px;
		color: #cbd5e1;
		margin-bottom: 16px;
		display: block;
	}

	.likes-empty p {
		font-size: 15px;
		margin: 0;
		color: #64748b;
	}

	/* Dark Mode */
	body.dark-mode .modern-likes-modal {
		background: #1e1e1e;
	}

	body.dark-mode .modern-modal-header {
		background: #1e1e1e;
		border-bottom-color: #2c2c2c;
	}

	body.dark-mode .modal-title {
		color: #f0f0f0 !important;
	}

	body.dark-mode .modal-subtitle {
		color: #b0b0b0;
	}

	body.dark-mode .modal-close-btn {
		background: #2a2a2a;
		color: #b0b0b0;
	}

	body.dark-mode .modal-close-btn:hover {
		background: #3a3a3a;
		color: #e0e0e0;
	}

	body.dark-mode .like-item:hover {
		background: #252525;
	}

	body.dark-mode .like-user-avatar {
		border-color: #2c2c2c;
	}

	body.dark-mode .like-item:hover .like-user-avatar {
		border-color: #85af27;
	}

	body.dark-mode .like-user-name {
		color: #f0f0f0;
	}

	body.dark-mode .like-user-username {
		color: #b0b0b0;
	}

	body.dark-mode .like-user-link:hover .like-user-name {
		color: #85af27;
	}

	body.dark-mode .likes-loading {
		color: #b0b0b0;
	}

	body.dark-mode .likes-empty {
		color: #b0b0b0;
	}

	body.dark-mode .likes-empty i {
		color: #3a3a3a;
	}

	body.dark-mode .likes-empty p {
		color: #b0b0b0;
	}

	.share {
		background: linear-gradient(135deg, #ffffff 0%, #fafbfc 100%);
		padding: 20px 24px;
		margin-bottom: 20px;
		border: 1px solid rgba(0, 0, 0, 0.06);
		cursor: pointer;
		border-radius: 16px;
		box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		display: flex;
		align-items: center;
	}

	.share:hover {
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
		transform: translateY(-2px);
		border-color: rgba(133, 175, 39, 0.3);
	}

	.share div {
		display: flex;
		align-items: center;
		font-weight: 600;
		color: #636366;
		font-size: 15px;
	}

	.share-icon {
		font-size: 22px;
		margin-right: 12px;
		color: #85af27;
		background: linear-gradient(135deg, rgba(133, 175, 39, 0.15), rgba(46, 204, 113, 0.1));
		padding: 12px;
		border-radius: 50%;
		transition: all 0.3s ease;
	}

	.share:hover .share-icon {
		background: linear-gradient(135deg, #85af27, #6b8f20);
		color: #ffffff;
		transform: rotate(5deg) scale(1.05);
	}

	body.dark-mode .share {
		background: linear-gradient(135deg, #1e1e1e 0%, #252525 100%);
		border-color: rgba(255, 255, 255, 0.08);
	}

	body.dark-mode .share:hover {
		border-color: rgba(133, 175, 39, 0.4);
	}

	body.dark-mode .share div {
		color: #a1a1a6;
	}

		h2 {
			font-size: 2rem;
			font-size: 20px;
			font-weight: 400;
		}

 footer{background: white !important;}


  
.blog-card {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
   margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  font-family: sans-serif;
  border-radius:  0px;
  overflow: hidden;
  z-index: 0;
  border-top-left-radius: 10px;
    border-top-right-radius: 10px;     border-radius: 10px;
}
.blog-card a {
  color: inherit;
}
.blog-card a:hover {
 }
.blog-card:hover .photo {
  transform: scale(1.1) ;
}
.blog-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}
.blog-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
}
.blog-card .details, .blog-card .details ul {
  margin: auto;
  padding: 0;
  list-style: none;
}
.blog-card .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  transition: left 0.2s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 0.9rem;
}
.blog-card .details a {
  text-decoration: dotted underline;
}
.blog-card .details ul li {
  display: inline-block;
}
.blog-card .details .tags li {
  margin-right: 2px;
}
.blog-card .details .tags li:first-child {
  margin-left: -4px;
}
.blog-card .description {
  padding: 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.blog-card .description h1, .blog-card .description h2 {
  font-family: 'Jost', sans-serif;
}
.blog-card .description h1 {
  line-height: 1;
  margin: 0;
  font-size: 1.7rem;
}
.blog-card .description h2 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #a2a2a2;
  margin-top: 5px;
}
.blog-card .description .read-more {
  text-align: right;
}
.blog-card .description .read-more a {
  color: #5ad67d;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.blog-card p {
  position: relative;
  margin: 1rem 0 0;
}

.blog-card:hover .details {
  left: 0%;
}
@media (min-width: 640px) {
  .blog-card {
    flex-direction: row;
   }
  .blog-card .meta {
    flex-basis: 40%;
    height: auto;
  }
  .blog-card .description {
    flex-basis: 60%;
  }
  .blog-card.alt {
    flex-direction: row-reverse;
  }
  .blog-card.alt .details {
    padding-left: 25px;
  }
}

.like-count{
    position: relative;
    left: -13px;
    background: white;
    padding: 1px 8px;
    border-radius: 30px;
    border: 1px solid #cdcdcd;}

    #posts .btn{margin-left: 5px; border: 0px}

    .sil{position: absolute;
    right: 16px;
    top: 0px;}
       .sil-yorum{position: absolute;
    right: 16px;
    top: 16px;}

     .duzenle{position: absolute;
    right: 63px;
    top: 0px;}

    .comments{position: relative;    margin-top: 20px;}

    a:hover{text-decoration: none;
    	color: black}

    .aktivite-adi{font-size: 15px;
    color: green;}

    .post-tarih{position: absolute;
    	bottom: 10px;
    	right: 10px}
 .carousel-caption a{
 	color: black;    font-weight: 500 !important;
 }

.gallery-wrapper {
  display: grid;
    grid-template-columns: repeat(3, 1fr);
  grid-gap: 0rem;
  max-width: 1100px;
  margin: auto;
}

@media (min-width: 600px) {
  .gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0rem;
  }
}
  

@media (min-width: 800px) {
  .gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0rem;
  }
}

@media (min-width: 1200px) {
  .gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0rem;
  }
}

.gallery-image img {
  width: 100%; padding: 10px;
}


.gallery-image {
	padding: 10px;
    border: 1px solid #00000014;
 }


 .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 46%;
    bottom: inherit;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.comment-btn{margin-left: -8px !important;}
.edit-post-form{margin-top: 81px;}

.pp{object-fit: cover;}

.pp-aktivite{font-size: 14px;}

.blog-title{font-size: 26px;    font-family: 'Jost';}
.blogs-title{font-size: 20px}

.socialbuttons .fab {
padding: 10px;
    font-size: 30px;
    width: 68px;
    text-align: center;
    text-decoration: none;
    margin: auto;
    margin-bottom: 4px;     border: 1px solid #fff !important;
}
 

.socialbuttons .fa-brands {
padding: 10px;
    font-size: 30px;
    width: 68px;
    text-align: center;
    text-decoration: none;
    margin: auto;
    margin-bottom: 4px;     border: 1px solid #fff !important;
 
}

.fa:hover {
    opacity: 0.7;
}


.socialbuttons .fa-facebook {
   color: #3B5998;;
   border: solid 1px #3B5998;
}

.socialbuttons   .fa-brands {
   color: #000000;
      border: solid 1px #000000;

}


.socialbuttons .fa-linkedin-in {
   color: #007bb5;
      border: solid 1px #007bb5;

}

.socialbuttons .fa-youtube {
   color: #bb0000;
      border: solid 1px #bb0000;

}
.socialbuttons .fa-instagram {
   color: #125688;
      border: solid 1px #125688;

}

.socialbuttons .fa-youtube {
   color: #bb0000;
      border: solid 1px #bb0000;

}

.aktivite-kapak{
    width: 100%;
    height: 400px;
    object-fit: cover;}


.card-title a{color: black;    font-size: 18px;}





  
.blog-card {
       margin-bottom:  0px;

    margin-top: 0;
}
.meta {
    height: 250px;
    background-size: cover;
    background-position: center;
}

.photo {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.description {
    padding: 20px;
}

.blogs-title {
       font-size: 21px;
    line-height: 22px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: 'Fanta', 'Arial', sans-serif;
    text-transform: uppercase;
}

.blogs-title:hover {
    color:  #85ae2a;
}
.blog-card .photo {
    position: relative;
    height: 100%; min-height: 220px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.2s;
}

@media (max-width: 990px) {
    .blog-card .description {
        
        padding-bottom: 79px;
    }
}


.time,  .author {
    font-size: 14px;
    color: #888;
}
.author-info img{border: 1px solid #00000021;}
.category{
      position: absolute !important;
    bottom: 0;
    right: 0;
    background: #6767669c;
    backdrop-filter: blur(3px);
    padding: 5px 20px;
    font-size: 14px;
    margin: 10px !important;
    border-radius: 8px;
    color: #ffffff;
    border: 1px solid #ffffff3b;
    font-weight: 400;
    font-family: poppins;
}
.excerpt {
font-size: 16px;
    margin: 10px 0;
    color: #555;
    font-family: jost;
}
 
 
.like-count {
    font-size: 14px;
    color: #555;
    margin-left: 10px;
}
.sagalt{
    position: absolute !important; bottom: 15px; right: 15px;
}

.sticky__{
        height: 100vh;
    overflow: overlay;
    position: -webkit-sticky;
    position: sticky;
    top: 12px;
}

.sticky::-webkit-scrollbar {
  width: 12px;             /* width of the entire scrollbar */
}
.sticky::-webkit-scrollbar-track {
  background:  #e9e9e9;        /* color of the tracking area */
}


.sticky::-webkit-scrollbar-thumb {
background-color: #d1d1d1;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #ebebeb; 
}

 
 .card-header {
 
    background-color: rgb(255 255 255 / 3%);
 }

 .cke_notifications_area {
     display: none;
}

#post-image{
        height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.card {
   
    border-radius: 10px;
}

.mb-4, .my-4 {
    margin-bottom: 10px !important;
}

.like-count {
     
    left: -16px;
    top: -10px;
     
}


 .home-blog-post{
    margin-bottom: 10px;
 }


 .navbar-nav .dropdown-menu {
   
    transform: translate3d(0px, 36px, 0px) !important;
}



.otr-header .top-bar-black {
  background-color: #85af274d;
  height: 3px;
}
.otr-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.otr-header .logo-container {
  background-color: #ffd900;
   text-align: left;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
}

.otr-header .logo-container a {
  text-decoration: none;
  color: #000;
}

.otr-header .logo-otr {
  display: block;
  font-family: 'Merriweather', serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.otr-header .logo-turkiye {
  display: block;
  font-family: 'Merriweather', serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.otr-header .header-top-right {
  padding: 10px 15px;
  border-bottom: 1px solid #e0e0e0;
}

.otr-header .news-ticker {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 14px;
}

.otr-header .news-ticker .date {
  font-weight: bold;
  margin-right: 15px;
  white-space: nowrap;
}

.otr-header .news-ticker .news-text a {
  color: #000;
  text-decoration: none;
}

.otr-header .news-ticker .news-text a:hover {
  text-decoration: underline;
}

.otr-header .subscribe-btn {
    margin-left: auto;
    background-color: #d92128;
    border-color: #d92128;
    border-radius: 2px;
    padding: 8px 20px;
    white-space: nowrap;
    color: #fff;
    border-radius: 10px;
}
.otr-header .bundle-logo{
  height: 37px;
  vertical-align: middle;
  margin: 0 15px;
}

.otr-header .main-navbar {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.otr-header .main-navbar .navbar-nav .nav-link {
    color: #3f3f3f;
    font-weight: 500;
    padding: 10px 15px;
     font-size: 20px;
    font-family: 'Fanta';
}
.otr-header .main-navbar .navbar-nav .nav-link i {
  font-size: 12px;
}

.otr-header .main-navbar .navbar-nav .nav-item.active .nav-link,
.otr-header .main-navbar .navbar-nav .nav-item:hover .nav-link {
  color: #1a913d;
}

.otr-header .navbar-toggler {
  border: none;
  padding: 0;
}
.otr-header .navbar-toggler:focus{
  outline:none;
  box-shadow:none;
}
.otr-header .navbar-toggler-icon i{
  color: #000;
  font-size: 24px;
}
.otr-header .header-icons {
  display: flex;
  align-items: center;
}
.otr-header .header-icons .icon-link {
  color: #000;
  font-size: 20px;
  margin-left: 20px;
  position: relative;
}
.otr-header .header-icons .dropdown-toggle::after {
  display: none;
}
.otr-header .header-icons .dropdown-menu {
  margin-top: 15px !important;
  border: 1px solid #e0e0e0;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

@media (max-width: 991.98px) {
  .otr-header .logo-container {
      justify-content: center;
      padding: 15px;
      height: auto;
  }
  .otr-header .logo-otr{ font-size: 28px;}
  .otr-header .logo-turkiye{ font-size: 24px;}
  
  .otr-header .header-top-right {
      border-bottom: none;
      padding: 10px 0;
  }
  .otr-header .news-ticker {
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
  }
  .otr-header .news-ticker .date, 
  .otr-header .news-ticker .news-text,
  .otr-header .news-ticker .bundle-logo {
      flex: 1 1 100%;
      margin-bottom: 10px;
  }
   .otr-header .news-ticker .subscribe-btn {
      margin: 0 auto;
   }
  .otr-header .main-navbar {
      border-top: 1px solid #e0e0e0;
  }
  .otr-header .main-navbar .navbar-collapse{
      padding: 15px 0;
  }
  .otr-header .main-navbar .navbar-nav {
      width: 100%;
      text-align: center;
  }
   .otr-header .main-navbar .nav-item {
      border-bottom: 1px solid #f0f0f0;
   }
   .otr-header .main-navbar .nav-item:last-child {
      border-bottom: none;
   }
  .otr-header .main-navbar .header-icons {
      justify-content: center;
      width: 100%;
      margin-top: 15px;
  }
  .otr-header .header-icons .icon-link {
      margin: 0 10px;
  }
}

/* Sticky Header */
.otr-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  animation: slideDown 0.5s ease-out;
}
.otr-header.sticky .top-bar-black {
  display: none;
}
@keyframes slideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

/* Premium Mobile Menu Overlay */
body.mobile-menu-open {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .otr-header .main-navbar .navbar-collapse {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.95);
      z-index: 1000;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.35s ease, visibility 0.35s ease;
  }
  .otr-header .main-navbar .navbar-collapse.show {
      opacity: 1;
      visibility: visible;         z-index: 1111;
  }

  .otr-header .main-navbar .navbar-collapse .navbar-nav {
      width: 100%;
  }
  .otr-header .main-navbar .navbar-collapse .nav-link {
      color: #fff;
      font-size: 22px;
      padding: 15px;
      font-weight: 500;
  }
  .otr-header .main-navbar .navbar-collapse .nav-link:hover {
      color: #ffd900;
  }
  .otr-header .navbar-toggler {
      z-index: 1001;
  }
  .otr-header .navbar-toggler .fa-times {
      display: none;
      color: #fff;
      font-size: 24px;
  }
  .otr-header .navbar-toggler:not(.collapsed) .fa-bars {
      display: none;
  }
  .otr-header .navbar-toggler:not(.collapsed) .fa-times {
      display: block !important;
  }
  .otr-header .main-navbar .navbar-collapse .header-icons {
      position: absolute;
      bottom: 40px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      justify-content: center;
  }
  .otr-header .main-navbar .navbar-collapse .header-icons .icon-link {
      color: #fff;
      font-size: 22px;
  }
  .otr-header .main-navbar .navbar-collapse .dropdown-menu {
      background: rgba(255, 255, 255, 0.1);
      border: none;
  }
  .otr-header .main-navbar .navbar-collapse .dropdown-item {
      color: #fff;
      text-align: center;
  }
   .otr-header .main-navbar .navbar-collapse .dropdown-item:hover {
      background: rgba(255, 255, 255, 0.2);
   }
  .mobile-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 15px;
      background: #fff;
  }
  .mobile-header .mobile-logo a {
      background-color: #ffd900;
      padding: 10px 15px;
      display: block;
      text-decoration: none;
      color: #000;
  }
   .mobile-header .mobile-logo .logo-otr {
      font-family: 'Merriweather', serif;
      font-weight: 900;
      font-size: 24px;
      line-height: 1.1;
   }
   .mobile-header .mobile-logo .logo-turkiye {
      font-family: 'Merriweather', serif;
      font-weight: 400;
      font-size: 20px;
      line-height: 1.1;
   }

  .otr-header .main-navbar {
      border-top: none;
      padding: 0;
  }
}
    .otr-footer-v2 {
        background-color: var(--otr-bg-light);
        color: var(--otr-text-secondary);
        padding: 70px 0 0;
        font-family: 'Jost', sans-serif;
        font-size: 15px;
        border-top: 1px solid var(--otr-border-light);
    }

    .otr-footer-v2 .footer-main {
        padding-bottom: 40px;
    }

    .otr-footer-v2 .footer-widget {
        margin-bottom: 40px;
    }

    .otr-footer-v2 .footer-logo img {
        max-height: 100px;
        margin-bottom: 20px;
    }

    .otr-footer-v2 .footer-about p {
        line-height: 1.7;
        font-size: 14px;
    }

    .otr-footer-v2 .footer-title {
        color: var(--otr-text-primary);
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 25px;
        font-family: 'Merriweather', serif;
    }

    .otr-footer-v2 .footer-links ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    .otr-footer-v2 .footer-links ul li {
        margin-bottom: 12px;
    }

    .otr-footer-v2 .footer-links ul li a {
        color: var(--otr-text-secondary);
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .otr-footer-v2 .footer-links ul li a:hover {
        color: var(--otr-accent);
    }

    .otr-footer-v2 .newsletter-form p {
        font-size: 14px;
        line-height: 1.7;
    }
     .otr-footer-v2 .newsletter-form .form-group {
        position: relative;
    }

    .otr-footer-v2 .newsletter-form .form-control {
        background-color: #fff;
        border: 1px solid var(--otr-border-light);
        border-radius: 4px;
        height: 48px;
        padding-left: 15px;
        padding-right: 50px;
        font-size: 14px;
    }
    .otr-footer-v2 .newsletter-form .form-control::placeholder {
        color: #999;
    }

    .otr-footer-v2 .newsletter-form .form-control:focus {
        border-color: var(--otr-accent);
        box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.15);
    }

    .otr-footer-v2 .newsletter-form .btn-submit {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 48px;
        background: transparent;
        border: none;
        color: var(--otr-text-secondary);
        font-size: 18px;
        cursor: pointer;
        transition: color 0.3s ease;
    }

    .otr-footer-v2 .newsletter-form .btn-submit:hover {
        color: var(--otr-accent);
    }

    .otr-footer-v2 .footer-bottom {
        border-top: 1px solid var(--otr-border-light);
        padding: 25px 0;
        font-size: 14px;
    }

    .otr-footer-v2 .copyright p {
        margin: 0;
    }
    .otr-footer-v2 .legal-links a {
        color: var(--otr-text-secondary);
        text-decoration: none;
        margin: 0 10px;
        transition: color 0.3s ease;
    }
     .otr-footer-v2 .legal-links a:hover {
        color: var(--otr-accent);
     }
    .otr-footer-v2 .social-links {
        text-align: right;
    }

    .otr-footer-v2 .social-links a {
        color: var(--otr-text-secondary);
        font-size: 18px;
        margin-left: 22px;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .otr-footer-v2 .social-links a:hover {
        color: var(--otr-accent);
    }

    @media (max-width: 991.98px) {
        .otr-footer-v2 .footer-bottom {
            text-align: center;
        }
        .otr-footer-v2 .copyright, .otr-footer-v2 .legal-links, .otr-footer-v2 .social-links {
            text-align: center;
            width: 100%;
            margin-bottom: 15px;
        }
         .otr-footer-v2 .social-links {
            margin-bottom: 0;
         }
        .otr-footer-v2 .social-links a {
            margin: 0 12px;
        }
    }

    /* --- Mobile Bottom Nav --- */
    .mobile-bottom-nav {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #ffffff;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.06);
        z-index: 1000;
        border-top: 1px solid #f0f0f0;
    }

    .mobile-bottom-nav .nav-list {
        display: flex;
        justify-content: space-around;
        list-style: none;
        padding: 5px 0;
        margin: 0;
    }
     .mobile-bottom-nav .nav-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #555;
        padding: 5px;
        font-size: 10px;
        font-weight: 500;
        transition: color 0.2s;
    }

    .mobile-bottom-nav .nav-link i {
        font-size: 20px;
        margin-bottom: 4px;
        width: 28px;
        text-align: center;
    }
     .mobile-bottom-nav .nav-link.active,
    .mobile-bottom-nav .nav-link:hover {
        color: var(--otr-accent);
    }

    .mobile-bottom-nav .nav-link .profile-img {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 2px;
    }

    @media (max-width: 767.98px) {
        body { padding-bottom: 65px !important; }
        .otr-footer-v2 { display: none; }
        .mobile-bottom-nav { display: block; }
    }

    
    .otr-footer-v2 {
      background-color: var(--otr-bg-light);
      color: var(--otr-text-secondary);
      padding: 70px 0 0;
      font-family: 'Jost', sans-serif;
      font-size: 15px;
      border-top: 1px solid var(--otr-border-light);
  }

  .otr-footer-v2 .footer-main {
      padding-bottom: 40px;
  }

  .otr-footer-v2 .footer-widget {
      margin-bottom: 40px;
  }

  .otr-footer-v2 .footer-logo img {
      max-height: 100px;
      margin-bottom: 20px;
  }

  .otr-footer-v2 .footer-about p {
      line-height: 1.7;
      font-size: 14px;
  }

  .otr-footer-v2 .footer-title {
      color: var(--otr-text-primary);
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 25px;
      font-family: 'Merriweather', serif;
  }

  .otr-footer-v2 .footer-links ul {
      list-style: none;
      padding-left: 0;
      margin: 0;
  }

  .otr-footer-v2 .footer-links ul li {
      margin-bottom: 12px;
  }

  .otr-footer-v2 .footer-links ul li a {
      color: var(--otr-text-secondary);
      text-decoration: none;
      transition: color 0.3s ease;
  }

  .otr-footer-v2 .footer-links ul li a:hover {
      color: var(--otr-accent);
  }

  .otr-footer-v2 .newsletter-form p {
      font-size: 14px;
      line-height: 1.7;
  }
   .otr-footer-v2 .newsletter-form .form-group {
      position: relative;
  }

  .otr-footer-v2 .newsletter-form .form-control {
      background-color: #fff;
      border: 1px solid var(--otr-border-light);
      border-radius: 4px;
      height: 48px;
      padding-left: 15px;
      padding-right: 50px;
      font-size: 14px;
  }
  .otr-footer-v2 .newsletter-form .form-control::placeholder {
      color: #999;
  }

  .otr-footer-v2 .newsletter-form .form-control:focus {
      border-color: var(--otr-accent);
      box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.15);
  }

  .otr-footer-v2 .newsletter-form .btn-submit {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 48px;
      background: transparent;
      border: none;
      color: var(--otr-text-secondary);
      font-size: 18px;
      cursor: pointer;
      transition: color 0.3s ease;
  }

  .otr-footer-v2 .newsletter-form .btn-submit:hover {
      color: var(--otr-accent);
  }

  .otr-footer-v2 .footer-bottom {
      border-top: 1px solid var(--otr-border-light);
      padding: 25px 0;
      font-size: 14px;
  }

  .otr-footer-v2 .copyright p {
      margin: 0;
  }
  .otr-footer-v2 .legal-links a {
      color: var(--otr-text-secondary);
      text-decoration: none;
      margin: 0 10px;
      transition: color 0.3s ease;
  }
   .otr-footer-v2 .legal-links a:hover {
      color: var(--otr-accent);
   }
  .otr-footer-v2 .social-links {
      text-align: right;
  }

  .otr-footer-v2 .social-links a {
      color: var(--otr-text-secondary);
      font-size: 18px;
      margin-left: 22px;
      text-decoration: none;
      transition: color 0.3s ease;
  }

  .otr-footer-v2 .social-links a:hover {
      color: var(--otr-accent);
  }

  @media (max-width: 991.98px) {
      .otr-footer-v2 .footer-bottom {
          text-align: center;
      }
      .otr-footer-v2 .copyright, .otr-footer-v2 .legal-links, .otr-footer-v2 .social-links {
          text-align: center;
          width: 100%;
          margin-bottom: 15px;
      }
       .otr-footer-v2 .social-links {
          margin-bottom: 0;
       }
      .otr-footer-v2 .social-links a {
          margin: 0 12px;
      }
  }

  /* --- Mobile Bottom Nav --- */
  .mobile-bottom-nav {
      display: none;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      background-color: #ffffff;
      box-shadow: 0 -2px 10px rgba(0,0,0,0.06);
      z-index: 1000;
      border-top: 1px solid #f0f0f0;
  }

  .mobile-bottom-nav .nav-list {
      display: flex;
      justify-content: space-around;
      list-style: none;
      padding: 5px 0;
      margin: 0;
  }
   .mobile-bottom-nav .nav-link {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      color: #555;
      padding: 5px;
      font-size: 10px;
      font-weight: 500;
      transition: color 0.2s;
  }

  .mobile-bottom-nav .nav-link i {
      font-size: 20px;
      margin-bottom: 4px;
      width: 28px;
      text-align: center;
  }
   .mobile-bottom-nav .nav-link.active,
  .mobile-bottom-nav .nav-link:hover {
      color: var(--otr-accent);
  }

  .mobile-bottom-nav .nav-link .profile-img {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 2px;
  }

  @media (max-width: 767.98px) {
      body { padding-bottom: 65px !important; }
      .otr-footer-v2 { display: block; }
      .mobile-bottom-nav { display: block; }
  }

  .outdoor-hero-slider {
    position: relative;
    width: 100vw;
    height: 55vh;
    min-height: 550px;
    color: #fff;
    font-family: 'Jost', sans-serif;
    background-color: #222;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}
.outdoor-hero-slider .slides-container {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 0;
}
.outdoor-hero-slider .slide-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    background-size: cover;
    background-position: center;
}
.outdoor-hero-slider .slide-item.active {
    opacity: 1;
}
.outdoor-hero-slider .slide-item::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgb(0 0 0 / 35%);
}
.outdoor-hero-slider .container {
    position: relative;
    z-index: 2;
    width: 100%;
}
.slider-inner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

/* Content Area */
.slide-content-wrapper .slide-title h1 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px 0;
}
.slide-content-wrapper .slide-title span {
   background-color: #85af27;
    padding: 2px 10px;
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 1.5;
    font-size: 40px;
    font-family: 'Fanta', 'Arial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px; font-weight: 100;
}

@media (max-width: 991.98px) {
    .slide-content-wrapper .slide-title span {
        font-size: 27px;
    }}


.slide-content-wrapper .slide-excerpt {
    font-size: 1rem;
    max-width: 90%;
    margin-bottom: 25px;
}
.slide-content-wrapper .slide-meta {
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 15px;
}
.slide-meta img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.slide-meta .comments {
    padding-left: 15px;
    border-left: 1px solid #666;
}
.slider-controls {
    margin-top: 30px;
    display: flex;
    gap: 10px;
    position: fixed;
    bottom: 48px;
}
.slider-controls button {
    background: rgba(0,0,0,0.4);
    border: 1px solid #fff;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.2rem;
}

/* Nav Area */
.outdoor-slider-nav {
    width: 100%;
    max-height: 500px; /* Adjust as needed */
    overflow-y: auto;
    padding-right: 15px;
}
.outdoor-slider-nav .nav-item {
display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: rgb(0 0 0 / 8%);
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
    height: 130px;
    backdrop-filter: blur(12px);
}
.outdoor-slider-nav .nav-item:hover { background-color: rgba(0,0,0,0.5); }
.outdoor-slider-nav .nav-item.active { background-color:rgb(0 0 0 / 22%); border-left-color: #85af27; }
.nav-item .nav-item-number { font-size: 1.1rem; font-weight: 500; color: #85af27; }
.nav-item img { width: 60px; height: 60px; object-fit: cover; border-radius: 5px; flex-shrink: 0; }
.nav-item .nav-item-details { flex: 1; min-width: 0; overflow: hidden; }
.nav-item-details h4 { font-size: 0.8rem; color: #aaa; text-transform: uppercase; margin: 0; }
.nav-item-details h3 { font-size: 1rem; font-weight: 500; margin: 5px 0 0 0; line-height: 1.3; max-height: 2.6em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.nav-item-details .meta { font-size: 0.8rem; margin-top: 5px; color: #aaa; height: auto; }

/* Custom Scrollbar for Nav */
.outdoor-slider-nav::-webkit-scrollbar { width: 5px; }
.outdoor-slider-nav::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.1); }
.outdoor-slider-nav::-webkit-scrollbar-thumb { background: #85af27; border-radius: 3px; }

@media (max-width: 991.98px) {
    .slider-inner-grid { grid-template-columns: 1fr; }
    .outdoor-slider-nav { display: none; }
    .slide-content-wrapper { max-width: 100%; text-align: center; }
    .slide-content-wrapper .slide-excerpt { max-width: 100%; }
    .slide-content-wrapper .slide-meta, .slider-controls { justify-content: center; left: 0; right: 0; }
}


@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute;
      top: 11px;
  }
}

/* --- Modern Left Sidebar Styles --- */
.left-sidebar-card {
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05) ;
    transition: all 0.3s ease !important;
}

.left-sidebar-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

.left-sidebar-header {
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #e9e9e9;
    color: #333;
    display: flex;
    align-items: center;
    font-family: 'Fanta', 'Arial', sans-serif;
    letter-spacing: 1px;
    font-weight: 100;
    text-transform: uppercase;
}

.left-sidebar-header i {
    margin-right: 10px;
    color: #85af27;
}

/* Modern Profile Card - Redesigned */
.modern-profile-card-wrapper {
    padding: 0 !important;
    overflow: hidden;
}

.modern-profile-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
 }

.modern-profile-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.profile-card-header {
    padding: 24px 20px 20px;
    text-align: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
}

.profile-userpic-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
}

.profile-userpic-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    display: block;
}

.profile-link:hover .profile-userpic-img {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(133, 175, 39, 0.3);
    border-color: #85af27;
}

.profile-online-indicator {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 18px;
    height: 18px;
    background: #10b981;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.profile-header-info {
    margin-top: 8px;
}

.profile-usertitle-name {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    line-height: 1.4;
}

.profile-link {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

.profile-link:hover {
    color: #85af27;
}

.verified-badge-img {
    width: 20px !important;
    height: 20px;
    vertical-align: middle;
    margin-left: 4px;
}

.pending-approval-badge {
    font-size: 14px;
    margin-left: 4px;
    opacity: 0.7;
}

.profile-usertitle-job {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: 500;
}

.profile-usertitle-job i {
    font-size: 12px;
    opacity: 0.7;
}

.profile-location {
    font-size: 13px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 4px;
}

.profile-location i {
    font-size: 11px;
}

.profile-stats-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    background: #f8f9fa;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    gap: 20px;
}

.profile-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
    flex: 1;
}

.profile-stat-item:hover {
    transform: translateY(-2px);
}

.profile-stat-item .stat-number {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.2;
}

.profile-stat-item .stat-label {
    font-size: 12px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
    font-weight: 500;
}

.stat-divider {
    width: 1px;
    height: 40px;
    background: #e2e8f0;
}

.profile-card-actions {
    padding: 16px 20px;
}

.btn-view-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 20px;
    background: linear-gradient(135deg, #85af27 0%, #709420 100%);
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 2px 8px rgba(133, 175, 39, 0.2);
}

.btn-view-profile:hover {
    background: linear-gradient(135deg, #709420 0%, #5d7a1a 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(133, 175, 39, 0.3);
    color: #fff;
}

.btn-view-profile i {
    font-size: 16px;
}

/* Dark Mode Support */
body.dark-mode .modern-profile-card {
    background: #1e1e1e;
    border-color: #2c2c2c;
}

body.dark-mode .modern-profile-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

body.dark-mode .profile-card-header {
    background: linear-gradient(135deg, #1e1e1e 0%, #2a2a2a 100%);
}

body.dark-mode .profile-userpic-img {
    border-color: #2c2c2c;
}

body.dark-mode .profile-link:hover .profile-userpic-img {
    border-color: #85af27;
}

body.dark-mode .profile-usertitle-name {
    color: #f0f0f0;
}

body.dark-mode .profile-usertitle-job {
    color: #b0b0b0;
}

body.dark-mode .profile-location {
    color: #8e8e93;
}

body.dark-mode .profile-stats-section {
    background: #252525;
    border-top-color: #2c2c2c;
    border-bottom-color: #2c2c2c;
}

body.dark-mode .profile-stat-item .stat-number {
    color: #f0f0f0;
}

body.dark-mode .profile-stat-item .stat-label {
    color: #b0b0b0;
}

body.dark-mode .stat-divider {
    background: #3a3a3a;
}

body.dark-mode .profile-card-actions {
    background: transparent;
}

/* Responsive */
@media (max-width: 768px) {
    .profile-userpic-img {
        width: 80px;
        height: 80px;
    }
    
    .profile-usertitle-name {
        font-size: 16px;
    }
    
    .profile-stat-item .stat-number {
        font-size: 18px;
    }
}

/* Weather Card - Legacy (kept for compatibility) */
.weather-card-body {
    padding: 20px;
    text-align: center;
}
.weather-card-body .weather-city {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.weather-card-body .weather-details {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.weather-card-body .weather-temp {
    font-size: 36px;
    font-weight: 700;
    color: #222;
}
.weather-card-body .weather-info p {
    margin: 0;
    font-size: 13px;
    color: #666;
}

/* Premium Modern Weather Card - Professional Design */
.weather-card-modern {
    background: #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 16px !important;
    overflow: hidden;
    position: relative;
    padding: 0 !important;
    margin-bottom: 10px !important;
    transition: all 0.3s ease;
}

.weather-card-modern:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.weather-card-modern::before {
    display: none;
}

.weather-card-header {
    padding: 20px 20px 16px !important;
    position: relative;
    z-index: 2;
    margin: 0 !important;
    border-bottom: 1px solid #e8e8e8;
    background: #f8f9fa;
}

.weather-header-content {
    display: flex !important;
    align-items: center !important;
    gap: 12px;
    position: relative;
    z-index: 2;
}

.weather-main-icon {
    font-size: 24px !important;
    color: #fff !important;
    width: 48px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%) !important;
    border-radius: 12px !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.25) !important;
    border: none !important;
}

.weather-header-text {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px;
    flex: 1;
}

.weather-label {
    font-size: 11px !important;
    color: #64748b !important;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 600;
    margin: 0 !important;
    padding: 0 !important;
}

.weather-city-modern {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.3 !important;
    font-family: inherit !important;
    letter-spacing: 0 !important;
}

.weather-card-body-modern {
    padding: 20px !important;
    position: relative;
    z-index: 2;
    margin: 0 !important;
}

.weather-temp-modern {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 20px;
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
}

.temp-value {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    font-family: inherit;
    transition: color 0.3s ease;
}

/* Sıcaklık renkleri */
.temp-value.temp-freezing {
    color: #1e40af; /* Çok soğuk - Koyu mavi */
}

.temp-value.temp-cold {
    color: #3b82f6; /* Soğuk - Mavi */
}

.temp-value.temp-cool {
    color: #06b6d4; /* Serin - Cyan */
}

.temp-value.temp-mild {
    color: #10b981; /* Ilık - Yeşil */
}

.temp-value.temp-warm {
    color: #f59e0b; /* Sıcak - Turuncu */
}

.temp-value.temp-hot {
    color: #ef4444; /* Çok sıcak - Kırmızı */
}

.temp-unit {
    font-size: 20px;
    font-weight: 600;
    color: #64748b;
    margin-left: 4px;
    margin-top: 6px;
}

.weather-condition-modern {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px;
    margin-bottom: 16px !important;
    padding: 12px 16px !important;
    background: #f8f9fa !important;
    border-radius: 10px !important;
    border: 1px solid #e8e8e8 !important;
    margin: 0 0 16px 0 !important;
}

.weather-condition-icon {
    font-size: 18px !important;
    color: #3b82f6 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.weather-condition-modern span {
    font-size: 14px !important;
    color: #2c3e50 !important;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.weather-stats-modern {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px;
    margin: 0 !important;
    padding: 0 !important;
}

.weather-stat-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    padding: 12px !important;
    background: #f8f9fa !important;
    border-radius: 10px !important;
    border: 1px solid #e8e8e8 !important;
    transition: all 0.2s ease;
    margin: 0 !important;
}

.weather-stat-item:hover {
    background: #f0f0f0 !important;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}

.weather-stat-item .stat-icon {
    font-size: 18px !important;
    color: #fff !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    border-radius: 8px !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: 0 2px 6px rgba(16, 185, 129, 0.2) !important;
}

.weather-stat-item .stat-icon.fa-tint {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;
    box-shadow: 0 2px 6px rgba(59, 130, 246, 0.2) !important;
}

.weather-stat-item .stat-icon.fa-wind {
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%) !important;
    box-shadow: 0 2px 6px rgba(6, 182, 212, 0.2) !important;
}

.weather-stat-item .stat-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px;
    flex: 1;
}

.weather-stat-item .stat-label {
    font-size: 10px !important;
    color: #64748b !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin: 0 !important;
    padding: 0 !important;
}

.weather-stat-item .stat-value {
    font-size: 15px !important;
    color: #2c3e50 !important;
    font-weight: 700 !important;
    font-family: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
}

/* Dark Mode Support for Weather Card */
body.dark-mode .weather-card-modern {
    background: #1e1e1e !important;
    border-color: #2c2c2c !important;
}

body.dark-mode .weather-card-header {
    background: #252525;
    border-bottom-color: #2c2c2c;
}

body.dark-mode .weather-main-icon {
    background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%) !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3) !important;
}

body.dark-mode .weather-label {
    color: #b0b0b0 !important;
}

body.dark-mode .weather-city-modern {
    color: #f0f0f0 !important;
}

body.dark-mode .weather-temp-modern {
    border-bottom-color: #2c2c2c;
}

/* Dark mode için sıcaklık renkleri (daha parlak tonlar) */
body.dark-mode .temp-value.temp-freezing {
    color: #60a5fa; /* Çok soğuk - Açık mavi */
}

body.dark-mode .temp-value.temp-cold {
    color: #3b82f6; /* Soğuk - Mavi */
}

body.dark-mode .temp-value.temp-cool {
    color: #22d3ee; /* Serin - Açık cyan */
}

body.dark-mode .temp-value.temp-mild {
    color: #34d399; /* Ilık - Açık yeşil */
}

body.dark-mode .temp-value.temp-warm {
    color: #fbbf24; /* Sıcak - Sarı-turuncu */
}

body.dark-mode .temp-value.temp-hot {
    color: #f87171; /* Çok sıcak - Açık kırmızı */
}

body.dark-mode .temp-unit {
    color: #b0b0b0;
}

body.dark-mode .weather-condition-modern {
    background: #252525 !important;
    border-color: #2c2c2c !important;
}

body.dark-mode .weather-condition-icon {
    color: #3b82f6 !important;
}

body.dark-mode .weather-condition-modern span {
    color: #e0e0e0 !important;
}

body.dark-mode .weather-stat-item {
    background: #252525 !important;
    border-color: #2c2c2c !important;
}

body.dark-mode .weather-stat-item:hover {
    background: #2a2a2a !important;
}

body.dark-mode .weather-stat-item .stat-icon {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    color: #fff !important;
    box-shadow: 0 2px 6px rgba(16, 185, 129, 0.3) !important;
}

body.dark-mode .weather-stat-item .stat-icon.fa-tint {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;
    box-shadow: 0 2px 6px rgba(59, 130, 246, 0.3) !important;
}

body.dark-mode .weather-stat-item .stat-icon.fa-wind {
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%) !important;
    box-shadow: 0 2px 6px rgba(6, 182, 212, 0.3) !important;
}

body.dark-mode .weather-stat-item .stat-label {
    color: #b0b0b0 !important;
}

body.dark-mode .weather-stat-item .stat-value {
    color: #f0f0f0 !important;
}

/* Responsive Weather Card */
@media (max-width: 991.98px) {
    .temp-value {
        font-size: 42px;
    }
    
    .temp-unit {
        font-size: 22px;
    }
    
    .weather-main-icon {
        font-size: 28px;
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 767.98px) {
    .weather-temp-modern {
        padding: 15px 0;
    }
    
    .temp-value {
        font-size: 38px;
    }
    
    .weather-stats-modern {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

/* Activities & Trends List */
.sidebar-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar-list-item {
    transition: all 0.2s ease;
}
.sidebar-list-item a {
    display: block;
    padding: 12px 18px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;    font-size: 14px;
}
.sidebar-list-item:last-child a {
    border-bottom: none;
}
.sidebar-list-item a:hover {
    background-color: #f9f9f9;
    color: #85af27;
    padding-left: 22px;
}
.sidebar-list-item .hashtag-count {
    color: #999;
    font-size: 12px;
    float: right;
}

/* Show More Button */
#show-more-btn {
    display: block;
    width: calc(100% - 36px);
    margin: 0 18px 18px;
    text-align: center;
}

/* Modern Activities Grid - No Conflicts */
.activities-grid-wrapper {
    overflow: visible;
}

.activities-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 15px;
}

.activity-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 12px;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    text-decoration: none;
    color: #1e293b;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
 }

.activity-grid-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(133, 175, 39, 0.05) 0%, rgba(46, 204, 113, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.activity-grid-item:hover::before {
    opacity: 1;
}

.activity-grid-item:hover {
    transform: translateY(-4px);
    border-color: #85af27;
    box-shadow: 
        0 8px 20px rgba(133, 175, 39, 0.15),
        0 0 0 2px rgba(133, 175, 39, 0.1);
    color: #1e293b;
    text-decoration: none;
}

.activity-grid-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #85af27, #2ecc71);
    border-radius: 10px;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.activity-grid-item:hover .activity-grid-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 4px 12px rgba(133, 175, 39, 0.3);
}

.activity-grid-name {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    color: inherit;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

/* Dark Mode Support for Activities Grid */
body.dark-mode .activity-grid-item {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-color: #334155;
    color: #e2e8f0;
}

body.dark-mode .activity-grid-item:hover {
    border-color: #85af27;
    box-shadow: 
        0 8px 20px rgba(133, 175, 39, 0.25),
        0 0 0 2px rgba(133, 175, 39, 0.15);
    color: #ffffff;
}

body.dark-mode .activity-grid-item::before {
    background: linear-gradient(135deg, rgba(133, 175, 39, 0.1) 0%, rgba(46, 204, 113, 0.1) 100%);
}

/* Responsive Activities Grid */
@media (max-width: 991.98px) {
    .activities-grid-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        padding: 18px;
    }
    
    .activity-grid-item {
        min-height: 85px;
        padding: 14px 10px;
    }
    
    .activity-grid-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .activity-grid-name {
        font-size: 12px;
    }
}

@media (max-width: 767.98px) {
    .activities-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 15px;
    }
}

/* Partner Logo Scroller */
.logo-scroller {
    background: white;
    overflow: hidden;
    position: relative;
}
.logo-scroller::before, .logo-scroller::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 2;
}
.logo-scroller::before {
    left: 0;
    background: linear-gradient(to right, white, rgba(255,255,255,0));
}
.logo-scroller::after {
    right: 0;
    background: linear-gradient(to left, white, rgba(255,255,255,0));
}
.logo-scroller .logo-scroller-inner {
    display: flex;
    width: fit-content;
    animation: scroll 30s linear infinite;
}
.logo-scroller .gallery-image {
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-scroller .gallery-image img {
    height: 40px;
    max-width: 100px;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}
.logo-scroller .gallery-image:hover img {
    filter: grayscale(0);
    opacity: 1;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Social Buttons */
.modern-social-buttons {
    padding: 15px;
    text-align: center;
}
.modern-social-buttons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #555;
    margin: 0 5px;
    font-size: 18px;
    transition: all 0.3s ease;
}
.modern-social-buttons a:hover {
    background-color: #85af27;
    color: #fff;
    transform: translateY(-3px);
}

/* --- Modern Blog Read Page Styles --- */

.blog-post-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    overflow: hidden;
}

.blog-hero {
    position: relative;
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding: 40px;
}

.blog-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.1));
}

.blog-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.blog-hero-content .category-badge {
    background-color: #85af27;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
}

.blog-hero-content .blog-title {
    font-size: 42px;
    font-weight: 100;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: white;
    font-family: fanta;
    text-transform: uppercase;
}

.blog-author-meta {
    display: flex;
    align-items: center;
}

.blog-author-meta img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    margin-right: 15px;
}

.blog-author-meta .author-name a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.blog-author-meta .post-date {
    font-size: 14px;
    opacity: 0.9;
}

.blog-body {
      padding: 40px;
    font-family: jost;
    font-size: 16px;
    line-height: normal;
    color: #333;
}

.blog-actions {
    padding: 20px 40px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
}

.like-button {
    background: none;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 8px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.like-button:hover, .like-button.liked {
    background-color: #e44d5f;
    color: #fff;
    border-color: #e44d5f;
}
.like-button i { margin-right: 5px; }

/* Blog Sidebar */
.blog-sidebar .sidebar-widget {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
}
.blog-body img{border-radius:  10px}
.blog-sidebar .widget-title {
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}
.blog-sidebar .category-list a {
    display: block;
    padding: 10px 0;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f5f5f5;
    transition: all 0.2s ease;
}
.blog-sidebar .category-list a:hover {
    color: #85af27;
    padding-left: 5px;
}
.blog-sidebar .category-list a:last-child {
    border-bottom: none;
}

.blog-sidebar .recent-post-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.blog-sidebar .recent-post-item img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 15px;
}
.blog-sidebar .recent-post-item h5 {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500; color: #000000;
}
.blog-sidebar .recent-post-item h5 a {
    color: #333;
    text-decoration: none;
}
.blog-sidebar .recent-post-item h5 a:hover {
    color: #85af27;
}

.comment-bubble p {
    margin-bottom: 0.2rem;
}

/* --- Dark Mode Styles --- */
body.dark-mode {
    background-color: #121212;
    color: #e0e0e0;
}
body.dark-mode .blog-sidebar .recent-post-item h5 {
    color: #e0e0e0;

}
body.dark-mode .otr-header,
body.dark-mode .otr-header.sticky {
    background-color: #1e1e1e;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

body.dark-mode .otr-header .main-navbar .navbar-nav .nav-link,
body.dark-mode .otr-header .header-icons .icon-link {
    color: #e0e0e0;
}
body.dark-mode .otr-header .main-navbar .navbar-nav .nav-link:hover,
body.dark-mode .otr-header .header-icons .icon-link:hover {
    color: #85af27;
}

body.dark-mode .card,
body.dark-mode .left-sidebar-card,
body.dark-mode .blog-post-container,
body.dark-mode .blog-sidebar .sidebar-widget,
body.dark-mode .modal-content {
    background-color: #1e1e1e;
    border-color: #2c2c2c;
    color: #e0e0e0;
}

body.dark-mode .card-header,
body.dark-mode .left-sidebar-header,
body.dark-mode .blog-sidebar .widget-title,
body.dark-mode .modal-header {
    background-color: #2a2a2a;
    border-bottom-color: #333;
    color: #f0f0f0;
}

body.dark-mode .share,
body.dark-mode .profile-content,
body.dark-mode .logo-scroller,
body.dark-mode .dropdown-menu {
    background-color: #1e1e1e;
}
body.dark-mode .dropdown-item {
    color: #e0e0e0;
}
body.dark-mode .dropdown-item:hover {
    background-color: #2a2a2a;
    color: #fff;
}
body.dark-mode .dropdown-divider {
    border-top-color: #2c2c2c;
}

body.dark-mode h1, body.dark-mode h2, body.dark-mode h3, body.dark-mode h4, body.dark-mode h5, body.dark-mode h6,
body.dark-mode .card-title a,
body.dark-mode .modern-profile-card .profile-usertitle-name {
    color: #f0f0f0;
}

body.dark-mode p, body.dark-mode .text-muted, body.dark-mode .card-text,
body.dark-mode .modern-profile-card .profile-usertitle-job,
body.dark-mode .comment-time,
body.dark-mode .sidebar-list-item .hashtag-count {
    color: #fff !important;
}

body.dark-mode .sidebar-list-item a,
body.dark-mode .blog-sidebar .category-list a {
    color: #e0e0e0;
    border-bottom-color: #2c2c2c;
}

body.dark-mode .sidebar-list-item a:hover,
body.dark-mode .blog-sidebar .category-list a:hover {
    background-color: #2a2a2a;
    color: #85af27;
}

body.dark-mode .comment-bubble {
    background-color: #2a2a2a;
}
body.dark-mode .comment-bubble a,
body.dark-mode .comment-bubble p {
    color: #e0e0e0;
}

body.dark-mode .otr-header .navbar-toggler[aria-expanded="false"] .fa-bars {
    color: #e0e0e0;
}
body.dark-mode .mobile-bottom-nav {
    background-color: #1e1e1e;
    border-top-color: #2c2c2c;
}

body.dark-mode .logo-scroller::before {
    background: linear-gradient(to right, #1e1e1e, rgba(30,30,30,0));
}
body.dark-mode .logo-scroller::after {
    background: linear-gradient(to left, #1e1e1e, rgba(30,30,30,0));
}

body.dark-mode .btn-outline-primary {
    color: #85af27;
    border-color: #85af27;
}
body.dark-mode .btn-outline-primary:hover {
    color: #fff;
    background-color: #85af27;
}

body.dark-mode .btn-outline-secondary {
    color: #a0a0a0;
    border-color: #444;
}
body.dark-mode .btn-outline-secondary:hover {
    background-color: #444;
    color: #fff;
}


body.dark-mode  .weather-card-body .weather-temp {
  color: #ffffff;
 }

 body.dark-mode  .blog-card .description {
  background-color: #1e1e1e;
}


body.dark-mode  .interaction-bar {
  background-color: #1e1e1e !important;
}

body.dark-mode  .blog-card{
  background-color: #1e1e1e !important;
}

body.dark-mode  .form-control{
   color: #fff;
}

body.dark-mode  .btn-light {
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #555555;
}

body.dark-mode .like-count {
  position: relative;
  left: -13px;
  color: #fff;
  background: #1e1e1e;
  padding: 1px 8px;
  border-radius: 56%;
  border: 1px solid #cdcdcd;
}

body.dark-mode  .navbar  {
  background-color: #1e1e1e !important;
}


@media (max-width: 991.98px) {
  body.dark-mode   .mobile-header {
      display: flex
;
      justify-content: space-between;
      align-items: center;
      padding: 10px 15px;
      background: #1e1e1e !important;
      
  }
}


body.dark-mode  .gallery-wrapper  {
  background-color: #1e1e1e !important;
}

body.dark-mode  footer  {
    background-color: #1e1e1e !important;
  }


  body.dark-mode  .text-dark  {
    color: #ffffff !important;
  }


  body.dark-mode  .btn-outline-dark  {
    color: #ffffff !important;
  }


  
body.dark-mode  .menu5  {
  background-color: #1e1e1e !important;
}

body.dark-mode  .otr-header .news-ticker .news-text a  {
 color:white
}

/* --- Modern Activity Detail Page Styles --- */
.activity-hero {
    position: relative;
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: center;
    border-radius: 0px !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin-bottom: 40px;
    overflow: hidden;
}
.activity-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(0 0 0 / 29%), rgba(15, 23, 42, 0.7));
    border-radius: 0px;
}
.activity-hero::before {
     
    background:rgb(0 0 0 / 0%) !important;
 }
.activity-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 40px 50px;
}
.activity-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(133, 175, 39, 0.95);
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.activity-hero-tag i {
    font-size: 14px;
}
.activity-hero-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px 0;
    text-shadow: 0 10px 30px rgba(0,0,0,0.7);
}
.activity-hero-subtitle {
    font-size: 16px;
    max-width: 600px;
    color: #e5e7eb;
    margin-bottom: 18px;
}
.activity-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    font-size: 14px;
    color: #d1d5db;
}
.activity-hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.65);
    border: 1px solid rgba(148, 163, 184, 0.6);
}
.activity-hero-meta i {
    color: #86efac;
}
@media (max-width: 767.98px) {
    .activity-hero {
        height: 320px;
        border-radius: 12px;
    }
    .activity-hero-inner {
        padding: 24px 20px;
    }
    .activity-hero-title {
        font-size: 26px;
    }
    .activity-hero-subtitle {
        font-size: 14px;
    }
    .activity-hero-meta span {
        font-size: 12px;
        padding: 5px 10px;
    }
}

/* Premium Modern Activity Description Styles */
.activity-description {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #1e293b;
    font-family: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    padding: 40px !important;
}

/* Typography - Headings */
.activity-description h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    font-family: 'Jost', sans-serif;
    letter-spacing: -0.5px;
    border-bottom: 3px solid #85af27;
    padding-bottom: 15px;
}

.activity-description h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #334155 !important;
    margin-top:0rem !important;
    margin-bottom: 1.25rem;
    line-height: 1.4;
font-family: 'Fanta', 'Arial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;    letter-spacing: 2px;
    position: relative;
    padding-left: 20px;
}

.activity-description h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 28px;
    background: linear-gradient(135deg, #85af27, #2ecc71);
    border-radius: 2px;
}

.activity-description h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #334155 !important;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    font-family: 'Jost', sans-serif;
}

.activity-description h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #475569;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.5;
    font-family: 'Jost', sans-serif;
}

.activity-description h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #64748b;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.5;
    font-family: 'Jost', sans-serif;
}

.activity-description h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #64748b;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.5;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Paragraphs */
.activity-description p {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #475569;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.activity-description p:last-child {
    margin-bottom: 0;
}

/* Links */
.activity-description a {
    color: #85af27;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    padding: 0 2px;
}

.activity-description a:hover {
    color: #2ecc71;
    border-bottom-color: #2ecc71;
}

/* Lists */
.activity-description ul,
.activity-description ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
    color: #475569;
}

.activity-description ul {
    list-style: none;
    padding-left: 0;
}

.activity-description ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.75rem;
    line-height: 1.8;
    color: #475569;
}

.activity-description ul li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: #85af27;
    font-weight: 700;
    font-size: 1.2rem;
}

.activity-description ol {
    counter-reset: item;
    list-style: none;
    padding-left: 0;
}

.activity-description ol li {
    counter-increment: item;
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.8;
    color: #475569;
}

.activity-description ol li::before {
    content: counter(item) '.';
    position: absolute;
    left: 0;
    color: #85af27;
    font-weight: 700;
    font-size: 1.1rem;
}

/* Strong and Emphasis */
.activity-description strong,
.activity-description b {
    color: #1e293b;
    font-weight: 700;
}

.activity-description em,
.activity-description i {
    font-style: italic;
    color: #64748b;
}

/* Blockquotes */
.activity-description blockquote {
    border-left: 4px solid #85af27;
    padding: 20px 25px;
    margin: 2rem 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 0 12px 12px 0;
    font-style: italic;
    color: #475569;
    position: relative;
}

.activity-description blockquote::before {
    content: '"';
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 4rem;
    color: #85af27;
    opacity: 0.2;
    font-family: Georgia, serif;
    line-height: 1;
}

.activity-description blockquote p {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

/* Code */
.activity-description code {
    background: #f1f5f9;
    color: #e11d48;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 0.9em;
    font-family: 'Courier New', monospace;
    border: 1px solid #e2e8f0;
}

.activity-description pre {
    background: #1e293b;
    color: #e2e8f0;
    padding: 20px;
    border-radius: 12px;
    overflow-x: auto;
    margin: 2rem 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.activity-description pre code {
    background: transparent;
    color: inherit;
    padding: 0;
    border: none;
    font-size: 0.9rem;
}

/* Images */
.activity-description img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 2rem 0;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    display: block;
}

.activity-description img:first-child {
    margin-top: 0;
}

/* Tables */
.activity-description table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.activity-description table th {
    background: linear-gradient(135deg, #85af27, #2ecc71);
    color: #ffffff;
    padding: 15px;
    text-align: left;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.activity-description table td {
    padding: 15px;
    border-bottom: 1px solid #e2e8f0;
    color: #475569;
}

.activity-description table tr:last-child td {
    border-bottom: none;
}

.activity-description table tr:hover {
    background: #f8fafc;
}

/* Horizontal Rule */
.activity-description hr {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, transparent, #85af27, transparent);
    margin: 3rem 0;
    border-radius: 2px;
}

/* First Paragraph - Drop Cap Effect */
.activity-description > p:first-of-type::first-letter {
    float: left;
    font-size: 4rem;
    line-height: 1;
    padding: 8px 12px 0 0;
    color: #85af27;
    font-weight: 800;
    font-family: 'Jost', sans-serif;
}

/* Dark Mode Support */
body.dark-mode .activity-description {
    color: #e2e8f0;
    background: #1e1e1e !important;
}

body.dark-mode .activity-description h1,
body.dark-mode .activity-description h2,
body.dark-mode .activity-description h3,
body.dark-mode .activity-description h4,
body.dark-mode .activity-description h5,
body.dark-mode .activity-description h6 {
    color: #f1f5f9 !important;
}

body.dark-mode .activity-description p {
    color: #cbd5e1;
}

body.dark-mode .activity-description ul li,
body.dark-mode .activity-description ol li {
    color: #cbd5e1;
}

body.dark-mode .activity-description strong,
body.dark-mode .activity-description b {
    color: #f1f5f9;
}

body.dark-mode .activity-description blockquote {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-left-color: #85af27;
    color: #cbd5e1;
}

body.dark-mode .activity-description code {
    background: #0f172a;
    color: #f87171;
    border-color: #1e293b;
}

body.dark-mode .activity-description pre {
    background: #0f172a;
    color: #e2e8f0;
}

body.dark-mode .activity-description table {
    background: #1e1e1e;
}

body.dark-mode .activity-description table td {
    color: #cbd5e1;
    border-color: #2c2c2c;
}

body.dark-mode .activity-description table tr:hover {
    background: #2a2a2a;
}

/* Responsive */
@media (max-width: 768px) {
    .activity-description {
        padding: 25px !important;
        font-size: 1rem;
    }
    
    .activity-description h1 {
        font-size: 2rem;
    }
    
    .activity-description h2 {
        font-size: 1.75rem;
    }
    
    .activity-description h3 {
        font-size: 1.4rem;
    }
    
    .activity-description > p:first-of-type::first-letter {
        font-size: 3rem;
    }
}

.interested-users-widget {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    padding: 20px;
    position: sticky;
    top: 100px;
}
.interested-users-widget .widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.interested-users-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 400px;
    overflow-y: auto;
}
.interested-user-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.interested-user-item img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}
.interested-user-item .user-name a {
    font-weight: 600;
    color: #333;
    text-decoration: none;
}
.interested-user-item .user-name a:hover {
    color: #85af27;
}

body.dark-mode .activity-hero h1 {
    color: #fff;
}
body.dark-mode .interested-users-widget {
    background-color: #1e1e1e;
    border-color: #2c2c2c;
}
body.dark-mode .interested-user-item .user-name a {
    color: #e0e0e0;
}

/* --- Theme Toggle Animation --- */
@keyframes spin-and-flip {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.2);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.theme-icon-animate {
    animation: spin-and-flip 0.5s ease-in-out;
    display: inline-block; /* Animasyonun düzgün çalışması için */
}

/* --- Theme Transition & Comment Bubble Styles --- */
body, .card, .left-sidebar-card, .blog-post-container, .blog-sidebar .sidebar-widget, .modal-content, .otr-header, .card-header, .left-sidebar-header, .blog-sidebar .widget-title, .modal-header, .share, .profile-content, .dropdown-menu, .comment-bubble, .mobile-bottom-nav, .btn, .interested-users-widget {
    transition: background-color 0.4s ease, color 0.4s ease;
}

h1, h2, h3, h4, h5, h6, p, a, span, div, body,
.otr-header .main-navbar .navbar-nav .nav-link,
.otr-header .header-icons .icon-link,
.modern-profile-card .profile-usertitle-name,
.modern-profile-card .profile-usertitle-job,
.sidebar-list-item a,
.comment-bubble a,
.comment-bubble p,
.interested-user-item .user-name a,
.otr-header .navbar-toggler .fa-bars {
    transition: color 0.4s ease;
}

.comment-bubble {
    background-color: #f0f2f5;
    border-radius: 18px;
    padding: 8px 12px;
    font-size: 14px;
}
.comment-bubble a {
    color: #050505;
    font-weight: 600;
}
.comment-bubble a:hover {
    text-decoration: underline;
}
.comment-bubble p {
    margin-bottom: 0.2rem;
    margin-top: 0;
}
.comment-time {
    font-size: 0.8em;
    color: #999;
}

/* Page Hero Section */
.page-hero-section {
    background-color: #f0f2f5;
    padding: 3rem 0;
    text-align: center;
    margin-bottom: 2rem;
}

.page-hero-section .hero-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.page-hero-section .hero-subtitle {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}


/* Product Card */
.product-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 25px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.product-card-img-container {
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    position: relative;
    overflow: hidden;
}

.product-card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.product-card:hover .product-card-img {
    transform: scale(1.05);
}

.product-card-body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-card-user {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.product-card-user a {
    display: flex;
    align-items: center;
    color: #555;
    font-weight: 500;
    font-size: 0.9rem;
}

.product-card-user a:hover {
    color: #fff;
}


.product-card-user img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-right: 8px;
}

.product-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
    flex-grow: 1;
}

.product-card-title a {
    color: #333;
}
.product-card-title a:hover {
    color: #85ae2a;
}

.product-card-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #85ae2a;
    margin-bottom: 15px;
}

.product-card .btn-primary {
    background-color: #85ae2a;
    border-color: #85ae2a;
    font-weight: 600;
}
.product-card .btn-primary:hover {
    background-color: #709424;
    border-color: #709424;
}


body.dark-mode .page-hero-section {
    background-color: #1a1a1a;
    border-bottom: 1px solid #333;
}

body.dark-mode .page-hero-section .hero-title {
    color: #f1f1f1;
}

body.dark-mode .page-hero-section .hero-subtitle {
    color: #aaa;
}

body.dark-mode .product-card {
    background-color: #2c2c2c;
    border-color: #444;
}

body.dark-mode .product-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

body.dark-mode .product-card-user a {
    color: #ccc;
}
body.dark-mode .product-card-user a:hover {
    color: #fff;
}


body.dark-mode .product-card-title a {
    color: #f1f1f1;
}

/* End of File */

/* Product Detail Page */
.product-detail-page {
    padding: 2rem 0;
}

/* Gallery */
.product-gallery .main-image-wrapper {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    background-color: #fff;
}
.product-gallery .main-image {
    width: 100%;
    height: auto;
    max-height: 550px;
    object-fit: contain;
    display: block;
}

.thumbnail-slider {
    display: flex;
    gap: 10px;
}
.thumbnail-item {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    transition: border-color 0.3s ease;
}
.thumbnail-item:hover, .thumbnail-item.active {
    border-color: #85ae2a;
}
.thumbnail-item .thumbnail-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    display: block;
}

/* Product Info */
.product-info-wrapper {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
}
.product-title {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}
.product-price {
    font-size: 2rem;
    font-weight: 700;
    color: #85ae2a;
}
.product-short-desc {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1.5rem;
}

/* Seller Card */
.seller-card {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 1.5rem;
    border: 1px solid #e9ecef;
    transition: background-color 0.3s ease;
}
.seller-card:hover {
    background-color: #f1f3f5;
}

.seller-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}
.seller-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}
.seller-details {
    display: flex;
    flex-direction: column;
}
.seller-name {
    font-weight: 600;
    font-size: 1rem;
    color: #333;
}
.seller-username {
    font-size: 0.9rem;
    color: #777;
}

.verified-badge-img-sm {
    width: 18px;
    height: 18px;
    vertical-align: -2px;
    margin-left: 4px;
}

/* Description */
.product-description-full .desc-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}
.product-description-full .desc-content {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
}

.purchase-btn {
    background-color: #85ae2a;
    border-color: #85ae2a;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.purchase-btn:hover {
    background-color: #709424;
    border-color: #709424;
}

/* Dark Mode Styles */
body.dark-mode .product-detail-page {
    /* No change needed for wrapper */
}
body.dark-mode .product-gallery .main-image-wrapper {
    border-color: #444;
    background-color: #2c2c2c;
}
body.dark-mode .thumbnail-item {
    border-color: #444;
}
body.dark-mode .thumbnail-item:hover, body.dark-mode .thumbnail-item.active {
    border-color: #85ae2a;
}
body.dark-mode .product-info-wrapper {
    background: #2c2c2c;
    border-color: #444;
}
body.dark-mode .product-title {
    color: #f1f1f1;
}
body.dark-mode .product-short-desc {
    color: #aaa;
}
body.dark-mode .seller-card {
    background-color: #343a40;
    border-color: #495057;
}
body.dark-mode .seller-card:hover {
    background-color: #3e444a;
}


body.dark-mode .activity-user-count i {
    margin-right: 5px;
    color: #61b764c7;
}



body.dark-mode .btn-view-activity {
    background-color: #292929;
    border-color: #6b6b6b;
    color: #d3d3d3;
    
}



body.dark-mode   .contact-text {
   color:white !important;
}


body.dark-mode  .otr-header .header-top-right {
     border-bottom: 1px solid #e0e0e040;
}

body.dark-mode .otr-header {
    border-bottom: 1px solid #e0e0e040;
}


body.dark-mode .activity-card {
    background-color: #2c2c2c;

}



body.dark-mode   .blog-card a {
    color: #b9b9b9;
}

body.dark-mode .list-group-item {
    
    background-color: inherit;
 }


body.dark-mode  .blog-body {
 color:#a0a0a0 
}

body.dark-mode  .breadcrumb {         background-color:#e9ecef00

    }

       .breadcrumb {
      
        background-color:#e9ecef00
      
    }
     .breadcrumb a {
         color:#000000
      
    }



    body.dark-mode   .breadcrumb {
      
        background-color:#e9ecef00
      
    }

    body.dark-mode  .breadcrumb a {
        color:#929292
     
   }



   body.dark-mode  .breadcrumb a {
    color: white;
   }

   body.dark-mode .city-card{
    background-color: #2c2c2c;
}

body.dark-mode .city-description {
    background-color: #2c2c2c;

}



body.dark-mode  .city-card .card-title {
    color: white;

}


body.dark-mode  .like-button {
   
    color: white;
 }


body.dark-mode   .menu5 {
    border: 1px solid #575757 !important;
}

body.dark-mode  .search-container {
    background-color: #2c2c2c;

}

body.dark-mode .page-header {
    background: linear-gradient(135deg, #683c10 0%, #352020 100%)
  
}


body.dark-mode .contact-section {
    background-color: #3e444a;
}

body.dark-mode  .hobby-check {
       background-color:  #495057;

}


body.dark-mode .profile-edit-body {
    background-color:  #212427;
}


body.dark-mode .form-label {
      color: white;

}

 body.dark-mode .form-control, .form-select {
     
}

body.dark-mode .seller-name {
    color: #f1f1f1;
}
body.dark-mode .seller-username {
    color: #bbb;
}
body.dark-mode .product-description-full .desc-title {
    color: #f1f1f1;
    border-bottom-color: #444;
}
body.dark-mode .product-description-full .desc-content {
    color: #ccc;
}

.menu5 {
   
    border: 1px solid #0000001f;
}

.interaction-bar {display: none !important;}

.page-header h2 {
    
    font-size: 32px;
}

.activities-header h2 {
    font-size: 32px;
}


body.dark-mode .blog-slide-card {
     background: #1e1e1e;
 }



.activity-card-content img {     padding: 25px;     filter: invert(1);
}

.aktivite-ikon {
 
    position: absolute;
    top: -49px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(45deg, #76ab00, #a0d12a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 4px solid white;
}


.modal {
     
    z-index: 999999999999999999;
   
}

  .blog-card .description {
    background-color: #f9f9f9;
}

.navbar-nav {
   
    font-family: 'Fanta' !important;
}

/* ================================================
   MODERN POST CARD STYLES
   Premium Social Media Post Design
   ================================================ */

.modern-post-card {
    background: #ffffff;
    border-radius: 16px;
    margin-bottom: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.modern-post-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

/* Post Header */
.modern-post-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
}

.post-author-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.post-author-avatar {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.post-author-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(135deg, #85af27, #2ecc71) border-box;
}

.post-author-avatar .avatar-ring {
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: linear-gradient(135deg, #85af27, #2ecc71);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.post-author-avatar:hover .avatar-ring {
    opacity: 1;
}

.post-author-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.author-name-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.author-name {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    text-decoration: none;
    transition: color 0.2s ease;
}

.author-name:hover {
    color: #85af27;
    text-decoration: none;
}

.post-meta-row {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.post-hobby-tag {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #85af27;
    text-decoration: none;
    padding: 2px 8px;
    background: rgba(133, 175, 39, 0.1);
    border-radius: 12px;
    transition: all 0.2s ease;
}

.post-hobby-tag:hover {
    background: rgba(133, 175, 39, 0.2);
    color: #6b8f20;
    text-decoration: none;
}

.post-hobby-tag i {
    font-size: 9px;
}

.meta-dot {
    color: #c4c4c4;
    font-size: 8px;
}

.post-time {
    font-size: 12px;
    color: #8e8e93;
    display: flex;
    align-items: center;
    gap: 4px;
}

.post-time i {
    font-size: 10px;
}

/* Post Options Menu */
.post-options {
    position: relative;
}

.post-options-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: #8e8e93;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.post-options-btn:hover {
    background: #f5f5f7;
    color: #1a1a2e;
}

.post-options-btn.dropdown-toggle::after {
    display: none;
}

.post-options-btn:focus,
.post-options-btn:active {
    outline: none;
    box-shadow: none;
}

/* ================================================
   MODERN PROFILE INFO STYLES
   ================================================ */

.profile-activities-section {
    margin: 20px 0;
}

.profile-info-group {
    margin-bottom: 16px;
}

.info-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #8e8e93;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.info-label i {
    margin-right: 6px;
    color: #85af27;
}

.activity-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.activity-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: linear-gradient(135deg, #f5f5f7 0%, #e8e8ed 100%);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a2e;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.activity-tag:hover {
    background: linear-gradient(135deg, #85af27 0%, #6b8f20 100%);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(133, 175, 39, 0.3);
}

.activity-tag.primary {
    background: linear-gradient(135deg, #85af27 0%, #6b8f20 100%);
    color: #fff;
    border-color: transparent;
}

.activity-tag.primary:hover {
    background: linear-gradient(135deg, #6b8f20 0%, #5a7a1a 100%);
    box-shadow: 0 6px 16px rgba(133, 175, 39, 0.4);
}

.activity-tag i {
    font-size: 11px;
}

/* Social Media Section */
.profile-social-section {
    margin: 20px 0;
    padding-top: 16px;
    border-top: 1px solid #f0f0f2;
}

.social-buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-btn:hover {
    transform: translateY(-3px) scale(1.05);
    text-decoration: none;
    color: #fff;
}

.social-btn.instagram {
    background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    box-shadow: 0 4px 12px rgba(225, 48, 108, 0.3);
}

.social-btn.instagram:hover {
    box-shadow: 0 6px 20px rgba(225, 48, 108, 0.5);
}

.social-btn.twitter {
    background: linear-gradient(135deg, #1da1f2 0%, #0d8bd9 100%);
    box-shadow: 0 4px 12px rgba(29, 161, 242, 0.3);
}

.social-btn.twitter:hover {
    box-shadow: 0 6px 20px rgba(29, 161, 242, 0.5);
}

.social-btn.facebook {
    background: linear-gradient(135deg, #1877f2 0%, #0d65d9 100%);
    box-shadow: 0 4px 12px rgba(24, 119, 242, 0.3);
}

.social-btn.facebook:hover {
    box-shadow: 0 6px 20px rgba(24, 119, 242, 0.5);
}

/* Dark Mode Support */
body.dark-mode .activity-tag {
    background: linear-gradient(135deg, #2c2c2e 0%, #1e1e1e 100%);
    border-color: rgba(255, 255, 255, 0.1);
    color: #e5e5e7;
}

body.dark-mode .activity-tag:hover {
    background: linear-gradient(135deg, #85af27 0%, #6b8f20 100%);
    color: #fff;
}

body.dark-mode .activity-tag.primary {
    background: linear-gradient(135deg, #85af27 0%, #6b8f20 100%);
    color: #fff;
}

body.dark-mode .profile-social-section {
    border-top-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .info-label {
    color: #a1a1a6;
}

/* OLD Profile Stats - Legacy (Not Used) */
/*
.profile-stats {
    display: flex;
    gap: 32px;
    margin: 20px 0;
    padding: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 16px;
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

body.dark-mode .profile-stats {
    background: linear-gradient(135deg, #2c2c2e 0%, #1c1c1e 100%);
    border-color: #3a3a3c;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 20px;
    border-radius: 12px;
    background: rgba(0, 123, 255, 0.05);
    transition: all 0.3s ease;
}

.stat-item:hover {
    background: rgba(0, 123, 255, 0.1);
    transform: translateY(-2px);
}

body.dark-mode .stat-item {
    background: rgba(10, 132, 255, 0.1);
}

body.dark-mode .stat-item:hover {
    background: rgba(10, 132, 255, 0.15);
}

.stat-value {
    font-size: 28px;
    font-weight: 700;
    color: #007bff;
    line-height: 1;
    margin-bottom: 4px;
}

body.dark-mode .stat-value {
    color: #0a84ff;
}

@media (max-width: 768px) {
    .profile-stats {
        gap: 16px;
        padding: 16px;
    }
    
    .stat-item {
        padding: 8px 16px;
    }
    
    .stat-value {
        font-size: 24px;
    }
}
*/

/* ================================================
   PROFILE SIDEBAR BLOGS
   Modern Blog List for Sidebar
   ================================================ */

.profile-sidebar-blogs {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 20px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

body.dark-mode .profile-sidebar-blogs {
    background: #1c1c1e;
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 2px solid #f0f0f2;
}

body.dark-mode .sidebar-header {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.sidebar-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

body.dark-mode .sidebar-title {
    color: #fff;
}

.sidebar-title i {
    color: #007bff;
    font-size: 16px;
}

body.dark-mode .sidebar-title i {
    color: #0a84ff;
}

.view-all-link-small {
    font-size: 13px;
    font-weight: 600;
    color: #007bff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

.view-all-link-small:hover {
    color: #0056b3;
    text-decoration: none;
    gap: 6px;
}

body.dark-mode .view-all-link-small {
    color: #0a84ff;
}

body.dark-mode .view-all-link-small:hover {
    color: #409cff;
}

.sidebar-blogs-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sidebar-blog-item {
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.sidebar-blog-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border-color: #007bff;
}

body.dark-mode .sidebar-blog-item {
    background: #2c2c2e;
    border-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .sidebar-blog-item:hover {
    border-color: #0a84ff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.sidebar-blog-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.sidebar-blog-image {
    position: relative;
    width: 100%;
    height: 140px;
    overflow: hidden;
}

.sidebar-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.sidebar-blog-item:hover .sidebar-blog-image img {
    transform: scale(1.05);
}

.sidebar-blog-category {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 123, 255, 0.95);
    color: white;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(10px);
}

body.dark-mode .sidebar-blog-category {
    background: rgba(10, 132, 255, 0.95);
}

.sidebar-blog-content {
    padding: 14px;
}

.sidebar-blog-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.dark-mode .sidebar-blog-title {
    color: #fff;
}

.sidebar-blog-excerpt {
    font-size: 13px;
    color: #6c757d;
    margin: 0 0 10px 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.dark-mode .sidebar-blog-excerpt {
    color: #8e8e93;
}

.sidebar-blog-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #8e8e93;
}

.sidebar-blog-time,
.sidebar-blog-likes {
    display: flex;
    align-items: center;
    gap: 4px;
}

.sidebar-blog-likes {
    color: #e74c3c;
}

body.dark-mode .sidebar-blog-likes {
    color: #ff6b6b;
}

.no-blogs-message {
    text-align: center;
    padding: 40px 20px;
    color: #8e8e93;
}

.no-blogs-message i {
    font-size: 48px;
    margin-bottom: 12px;
    opacity: 0.5;
}

.no-blogs-message p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

/* Custom Scrollbar for Sidebar */
.profile-sidebar-blogs::-webkit-scrollbar {
    width: 6px;
}

.profile-sidebar-blogs::-webkit-scrollbar-track {
    background: transparent;
}

.profile-sidebar-blogs::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.profile-sidebar-blogs::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}

body.dark-mode .profile-sidebar-blogs::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
}

body.dark-mode .profile-sidebar-blogs::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Responsive */
@media (max-width: 991px) {
    .profile-sidebar-blogs {
        position: static;
        max-height: none;
        margin-top: 20px;
    }
}

/* ================================================
   PROFILE BLOG SECTION STYLES
   Modern Blog Cards for Profile Page
   ================================================ */

.profile-blogs-section {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 2px solid #f0f0f2;
}

.section-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-title i {
    color: #85af27;
    font-size: 18px;
}

.view-all-link {
    font-size: 14px;
    font-weight: 600;
    color: #85af27;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.view-all-link:hover {
    color: #6b8f20;
    text-decoration: none;
    gap: 10px;
}

.profile-blogs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 991px) {
    .profile-blogs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .profile-blogs-grid {
        grid-template-columns: 1fr;
    }
}

.profile-blog-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #f0f0f2;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.profile-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    border-color: rgba(133, 175, 39, 0.3);
}

.blog-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.blog-card-link:hover {
    text-decoration: none;
    color: inherit;
}

.blog-card-image {
    position: relative;
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.profile-blog-card:hover .blog-card-image img {
    transform: scale(1.08);
}

.blog-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.profile-blog-card:hover .blog-card-overlay {
    opacity: 1;
}

.read-more-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #85af27;
    font-size: 18px;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.profile-blog-card:hover .read-more-icon {
    transform: scale(1);
}

.blog-category-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(133, 175, 39, 0.95);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    backdrop-filter: blur(8px);
}

.blog-card-content {
    padding: 16px;
}

.blog-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.profile-blog-card:hover .blog-card-title {
    color: #85af27;
}

.blog-card-excerpt {
    font-size: 13px;
    color: #636366;
    line-height: 1.5;
    margin: 0 0 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #8e8e93;
}

.blog-card-meta span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.blog-card-meta i {
    font-size: 11px;
}

.blog-likes {
    color: #ff3b5c;
}

.blog-likes i {
    color: #ff3b5c;
}

/* Dark Mode Support */
body.dark-mode .profile-blogs-section {
    background: #1e1e1e;
    border-color: rgba(255, 255, 255, 0.08);
}

body.dark-mode .section-header {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .section-title {
    color: #f5f5f7;
}

body.dark-mode .profile-blog-card {
    background: #2c2c2e;
    border-color: rgba(255, 255, 255, 0.08);
}

body.dark-mode .profile-blog-card:hover {
    border-color: rgba(133, 175, 39, 0.4);
}

body.dark-mode .blog-card-title {
    color: #f5f5f7;
}

body.dark-mode .blog-card-excerpt {
    color: #a1a1a6;
}

body.dark-mode .blog-card-meta {
    color: #8e8e93;
}

.modern-dropdown {
    border: none;
    border-radius: 14px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 8px;
    min-width: 160px;
}

.modern-dropdown .dropdown-item {
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease;
}

.modern-dropdown .dropdown-item:hover {
    background: #f5f5f7;
}

.modern-dropdown .dropdown-item i {
    font-size: 14px;
    width: 16px;
    text-align: center;
}

.modern-dropdown .dropdown-divider {
    margin: 6px 0;
    border-color: #f0f0f0;
}

/* Post Content */
.modern-post-content {
    padding: 0 20px 16px;
}

.post-text {
    font-size: 15px;
    line-height: 1.6;
    color: #2c2c2e;
    margin: 0 0 16px;
    word-wrap: break-word;
}

.post-text:last-child {
    margin-bottom: 0;
}

/* Post Media */
.post-media {
    margin: 0 -20px;
    position: relative;
    overflow: hidden;
}

.post-image-link {
    display: block;
    position: relative;
}

.post-image {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent 50%);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 16px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.post-image-link:hover .image-overlay {
    opacity: 1;
}

.image-overlay i {
    color: #fff;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 50%;
}

/* Post Stats */
.modern-post-stats {
    padding: 12px 20px;
    border-bottom: 1px solid #f0f0f2;
}

.stats-likes {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 20px;
    transition: background 0.2s ease;
}

.stats-likes:hover {
    background: #f5f5f7;
}

.like-emoji {
    font-size: 14px;
}

.stats-count {
    font-size: 13px;
    color: #636366;
    font-weight: 500;
}

/* Post Actions */
.modern-post-actions {
    display: flex;
    padding: 8px 12px;
    border-bottom: 1px solid #f0f0f2;
    gap: 4px;
}

.action-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    border: none;
    background: transparent;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: inherit;
}

.action-btn:hover {
    background: #f5f5f7;
}

.action-btn:active {
    transform: scale(0.96);
}

.action-btn:focus,
.action-btn:focus-visible {
    outline: none;
    box-shadow: none;
}

.action-icon {
    font-size: 18px;
    color: #636366;
    transition: all 0.2s ease;
}

.action-text {
    font-size: 13px;
    font-weight: 600;
    color: #636366;
    transition: color 0.2s ease;
}

/* Like Button States */
.like-post-btn.liked .action-icon i,
.like-post-btn.liked .action-icon {
    color: #ff3b5c;
}

.like-post-btn.liked .action-text {
    color: #ff3b5c;
}

.like-post-btn:hover .action-icon {
    color: #ff3b5c;
}

.like-post-btn:hover .action-text {
    color: #ff3b5c;
}

/* Comment Button Hover */
.comment-btn:hover .action-icon {
    color: #85af27;
}

.comment-btn:hover .action-text {
    color: #85af27;
}

/* Share Button Hover */
.share-btn:hover .action-icon {
    color: #007aff;
}

.share-btn:hover .action-text {
    color: #007aff;
}

/* Heart Animation */
@keyframes heartBeat {
    0% { transform: scale(1); }
    25% { transform: scale(1.3); }
    50% { transform: scale(1); }
    75% { transform: scale(1.3); }
    100% { transform: scale(1); }
}

.like-post-btn.liked .action-icon i {
    animation: heartBeat 0.6s ease-in-out;
}

/* Comments Section */
.modern-comments-section {
    padding: 0 20px 0px;
}

.show-comments-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 12px 0;
    border: none;
    background: transparent;
    color: #636366;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.2s ease;
    font-family: inherit;
}

.show-comments-toggle:hover {
    color: #85af27;
}

.show-comments-toggle:focus,
.show-comments-toggle:active {
    outline: none;
    box-shadow: none;
}

.show-comments-toggle i {
    font-size: 14px;
}

.toggle-icon {
    margin-left: auto;
    transition: transform 0.3s ease;
}

.show-comments-toggle[aria-expanded="true"] .toggle-icon {
    transform: rotate(180deg);
}

/* Comments List */
.comments-list {
    padding: 12px 0;
}

.comment-item {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.comment-avatar {
    flex-shrink: 0;
}

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

.comment-content {
    flex: 1;
    min-width: 0;
}

.comment-bubble {
    background: #f5f5f7;
    border-radius: 18px;
    padding: 10px 14px;
    display: inline-block;
    max-width: 100%;
}

.comment-author {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a2e;
    text-decoration: none;
    display: block;
    margin-bottom: 2px;
}

.comment-author:hover {
    color: #85af27;
    text-decoration: none;
}

.comment-text {
    font-size: 14px;
    line-height: 1.4;
    color: #2c2c2e;
    margin: 0;
    word-wrap: break-word;
}

.comment-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
    padding-left: 14px;
}

.comment-time {
    font-size: 11px;
    color: #8e8e93;
    font-weight: 500;
}

.comment-delete-btn {
    border: none;
    background: transparent;
    color: #8e8e93;
    cursor: pointer;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 4px;
    transition: all 0.2s ease;
    opacity: 0;
}

.comment-item:hover .comment-delete-btn {
    opacity: 1;
}

.comment-delete-btn:hover {
    color: #ff3b5c;
    background: rgba(255, 59, 92, 0.1);
}

/* Comment Form */
.comment-form-modern {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid #f0f0f2;
    margin-top: 12px;
}

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

.comment-input-wrapper {
    flex: 1;
    display: flex;
    align-items: flex-end;
    background: #f5f5f7;
    border-radius: 22px;
    padding: 6px 6px 6px 16px;
    transition: all 0.2s ease;
    border: 2px solid transparent;
}

.comment-input-wrapper:focus-within {
    border-color: #85af27;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(133, 175, 39, 0.15);
}

.comment-input {
    flex: 1;
    border: none;
    background: transparent;
    resize: none;
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 0;
    max-height: 100px;
    font-family: inherit;
}

.comment-input::placeholder {
    color: #8e8e93;
}

.comment-input:focus {
    outline: none;
}

.comment-submit-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, #85af27, #6b8f20);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.comment-submit-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(133, 175, 39, 0.4);
}

.comment-submit-btn:active {
    transform: scale(0.95);
}

.comment-submit-btn i {
    font-size: 14px;
    margin-left: 2px;
}

/* ================================================
   DARK MODE STYLES FOR MODERN POST
   ================================================ */

body.dark-mode .modern-post-card {
    background: #1e1e1e;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

body.dark-mode .modern-post-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

body.dark-mode .author-name {
    color: #f5f5f7;
}

body.dark-mode .post-time {
    color: #8e8e93;
}

body.dark-mode .post-options-btn {
    color: #8e8e93;
}

body.dark-mode .post-options-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #f5f5f7;
}

body.dark-mode .modern-dropdown {
    background: #2c2c2e;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

body.dark-mode .modern-dropdown .dropdown-item {
    color: #f5f5f7;
}

body.dark-mode .modern-dropdown .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

body.dark-mode .modern-dropdown .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .post-text {
    color: #e5e5e7;
}

body.dark-mode .modern-post-stats {
    border-color: rgba(255, 255, 255, 0.08);
}

body.dark-mode .stats-likes:hover {
    background: rgba(255, 255, 255, 0.1);
}

body.dark-mode .stats-count {
    color: #a1a1a6;
}

body.dark-mode .modern-post-actions {
    border-color: rgba(255, 255, 255, 0.08);
}

body.dark-mode .action-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

body.dark-mode .action-icon {
    color: #a1a1a6;
}

body.dark-mode .action-text {
    color: #a1a1a6;
}

body.dark-mode .show-comments-toggle {
    color: #a1a1a6;
}

body.dark-mode .comment-bubble {
    background: #2c2c2e;
}

body.dark-mode .comment-author {
    color: #f5f5f7;
}

body.dark-mode .comment-text {
    color: #e5e5e7;
}

body.dark-mode .comment-input-wrapper {
    background: #2c2c2e;
}

body.dark-mode .comment-input-wrapper:focus-within {
    background: #1e1e1e;
}

body.dark-mode .comment-input {
    color: #f5f5f7;
}

body.dark-mode .comment-input::placeholder {
    color: #636366;
}

body.dark-mode .comment-form-modern {
    border-color: rgba(255, 255, 255, 0.08);
}

body.dark-mode .post-hobby-tag {
    background: rgba(133, 175, 39, 0.2);
}

body.dark-mode .post-hobby-tag:hover {
    background: rgba(133, 175, 39, 0.3);
}

/* ================================================
   RESPONSIVE STYLES FOR MODERN POST
   ================================================ */

@media (max-width: 768px) {
    .modern-post-card {
        border-radius: 0;
        margin-bottom: 12px;
        border-left: none;
        border-right: none;
    }
    
    .modern-post-header {
        padding: 12px 16px;
    }
    
    .post-author-avatar {
        width: 42px;
        height: 42px;
    }
    
    .author-name {
        font-size: 14px;
    }
    
    .modern-post-content {
        padding: 0 16px 12px;
    }
    
    .post-text {
        font-size: 14px;
    }
    
    .post-media {
        margin: 0 -16px;
    }
    
    .modern-post-stats {
        padding: 10px 16px;
    }
    
    .modern-post-actions {
        padding: 6px 8px;
    }
    
    .action-btn {
        padding: 10px 8px;
    }
    
    .action-text {
        display: none;
    }
    
    .action-icon {
        font-size: 20px;
    }
    
    .modern-comments-section {
        padding: 0 16px 12px;
    }
    
    .comment-avatar img {
        width: 30px;
        height: 30px;
    }
    
    .comment-form-avatar img {
        width: 30px;
        height: 30px;
    }
}


.slide-meta .author-name {
   color: #fff;
}

/* ================================================
   MODERN PROFILE PAGE STYLES
   Complete redesign with tabs and modern UI
   ================================================ */

.modern-profile-wrapper {
    background: #fff;
    min-height: 100vh;
    padding-bottom: 60px;
}

body.dark-mode .modern-profile-wrapper {
    background: #000;
}

/* Profile Header Section - Ultra Modern Design */
.profile-header-section {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

body.dark-mode .profile-header-section {
    background: #1c1c1e;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.profile-cover {
    width: 100%;
    height: 380px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 0 0 24px 24px;
    overflow: hidden;
}

.profile-cover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0.5) 100%);
}

.cover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    backdrop-filter: blur(0px);
}

.profile-header-content {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: -120px;
}

/* Modern Floating Profile Card */
.profile-info-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(0, 0, 0, 0.05);
    display: flex;
    gap: 32px;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.profile-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #63b742 0%, #4ba252 50%, #93fb96 100%);
}

body.dark-mode .profile-info-card {
    background: rgba(28, 28, 30, 0.98);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4),
                0 0 0 1px rgba(255, 255, 255, 0.1);
}

.profile-avatar-wrapper {
    position: relative;
    flex-shrink: 0;
}

.profile-avatar {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 1);
    object-fit: cover;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.profile-avatar:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

body.dark-mode .profile-avatar {
    border-color: rgba(28, 28, 30, 1);
}

/* Online/Active Indicator on Avatar */
.profile-avatar-wrapper.online::after {
    content: '';
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    background: #10dc60;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

body.dark-mode .profile-avatar-wrapper.online::after {
    border-color: rgba(28, 28, 30, 0.98);
}

.profile-info-main {
    flex: 1;
    min-width: 300px;
}

.profile-name {
    font-size: 30px;
    color: #1a1a2e;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.2;
    font-family: 'Fanta', 'Arial', sans-serif;
    letter-spacing: 1px;
}

body.dark-mode .profile-name {
    color: #fff;
}

.verified-icon {
    width: 28px;
    height: 28px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.profile-username {
    font-size: 17px;
    color: #8e8e93;
    margin: 0 0 16px 0;
    font-weight: 500;
}

body.dark-mode .profile-username {
    color: #98989d;
}

.profile-bio-section {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.profile-primary-hobby {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
}

.profile-primary-hobby:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.profile-primary-hobby i {
    font-size: 13px;
}

.profile-primary-hobby a {
    color: white;
    text-decoration: none;
}

.profile-primary-hobby a:hover {
    text-decoration: underline;
}

/* Quick Stats Mini */
.profile-quick-stats {
    display: flex;
    gap: 24px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

body.dark-mode .profile-quick-stats {
    border-top-color: rgba(255, 255, 255, 0.08);
}

.quick-stat-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #6c757d;
}

body.dark-mode .quick-stat-item {
    color: #8e8e93;
}

.quick-stat-item i {
    color: #667eea;
    font-size: 16px;
}

body.dark-mode .quick-stat-item i {
    color: #8b9bff;
}

.quick-stat-item strong {
    color: #1a1a2e;
    font-weight: 700;
}

body.dark-mode .quick-stat-item strong {
    color: #fff;
}

.profile-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.btn-profile-action {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.btn-profile-action::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.btn-profile-action:hover::before {
    left: 100%;
}

.btn-profile-action.btn-primary {
    background: white;
    color: #189122;
    border: 1px solid #769c2159;
    box-shadow: 0px 0px 0px;
    font-weight: 400;
}

.btn-profile-action.btn-primary:hover {
    transform: translateY(-3px);
  }

.btn-profile-action.btn-danger {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
    color: white;
}

.btn-profile-action.btn-danger:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(255, 107, 107, 0.4);
    color: white;
}

.btn-profile-action.btn-secondary {
    background: linear-gradient(135deg, #95a5a6 0%, #7f8c8d 100%);
    color: white;
}

.btn-profile-action i {
    font-size: 16px;
}

/* Profile Stats Bar - Unique Classes */
.profile-stats-bar {
    display: flex;
    justify-content: center;
    gap: 0;
    padding: 24px 20px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    margin-top: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    max-width: 1200px;
    margin: auto;
    margin-top: 24px;
}

body.dark-mode .profile-stats-bar {
    background: rgba(28, 28, 30, 0.6);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.profile-stat-box {
    flex: 1;
    max-width: 200px;
    text-align: center;
    padding: 16px 20px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 14px;
    position: relative;
}

.profile-stat-box::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08), rgba(118, 75, 162, 0.08));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.profile-stat-box:hover::before {
    opacity: 1;
}

.profile-stat-box:hover {
    transform: translateY(-3px);
}

body.dark-mode .profile-stat-box::before {
    background: linear-gradient(135deg, rgba(139, 155, 255, 0.12), rgba(159, 168, 255, 0.12));
}

.profile-stat-number {
    display: block;
    font-size: 32px;
    font-weight: 800;
    background: linear-gradient(135deg, #66ea6d 0%, #4ba27e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 6px;
    position: relative;
    z-index: 1;
    letter-spacing: 0px;
    font-family: 'Fanta', 'Arial', sans-serif;
}

body.dark-mode .profile-stat-number {
    background: linear-gradient(135deg, #8b9bff 0%, #9fa8ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.profile-stat-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

body.dark-mode .profile-stat-label {
    color: #8e8e93;
}

/* Navigation Tabs */
.profile-tabs-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 20px 20px 0;
    overflow-x: auto;
    max-width: 1200px;
    margin: 0 auto;
}

.profile-tabs-nav::-webkit-scrollbar {
    height: 4px;
}

.profile-tabs-nav::-webkit-scrollbar-track {
    background: transparent;
}

.profile-tabs-nav::-webkit-scrollbar-thumb {
    background: rgba(102, 126, 234, 0.3);
    border-radius: 10px;
}

.profile-tabs-nav::-webkit-scrollbar-thumb:hover {
    background: rgba(102, 126, 234, 0.5);
}

.tab-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    color: #6c757d;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    position: relative;
    letter-spacing: 0.3px;
}

.tab-btn::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #53c5617d 0%, #4ba26254 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.tab-btn:hover {
    color: #667eea;
    background: rgba(102, 126, 234, 0.05);
}

.tab-btn.active {
    color: #2d9926;
}

.tab-btn.active::before {
    transform: scaleX(1);
}

body.dark-mode .tab-btn {
    color: #8e8e93;
}

body.dark-mode .tab-btn:hover {
    color: #8b9bff;
    background: rgba(139, 155, 255, 0.08);
}

body.dark-mode .tab-btn.active {
    color: #8b9bff;
}

body.dark-mode .tab-btn::before {
    background: linear-gradient(90deg, #8b9bff 0%, #9fa8ff 100%);
}

/* Content Wrapper */
.profile-content-wrapper {
    padding: 20px 15px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Posts Grid */
.posts-grid {
    max-width: 680px;
    margin: 0 auto;
}

/* About Grid */
.about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.about-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

body.dark-mode .about-card {
    background: #1c1c1e;
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.about-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 2px solid #f0f0f2;
}

body.dark-mode .about-card-header {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.about-card-header i {
    font-size: 24px;
    color: #667eea;
}

body.dark-mode .about-card-header i {
    color: #8b9bff;
}

.about-card-header h3 {
    margin: 0;
    font-size: 20px;
     color: #1a1a2e;
    font-family: fanta;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 100;
}

body.dark-mode .about-card-header h3 {
    color: #fff;
}

.about-card-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f2;
}

.info-row:last-child {
    border-bottom: none;
}

body.dark-mode .info-row {
    border-bottom-color: rgba(255, 255, 255, 0.05);
}

.info-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #6c757d;
    font-size: 14px;
}

body.dark-mode .info-label {
    color: #8e8e93;
}

.info-label i {
    color: #667eea;
}

body.dark-mode .info-label i {
    color: #8b9bff;
}

.info-value {
    font-weight: 600;
    color: #1a1a2e; text-transform: capitalize;
}

body.dark-mode .info-value {
    color: #fff;
}

/* Hobbies List */
.hobbies-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hobby-item {
    padding: 8px 16px;
    background: #f0f0f2;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    transition: all 0.3s ease;
}

.hobby-item:hover {
    background: #e0e0e4;
    transform: translateY(-2px);
}

.hobby-item.primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.hobby-item a {
    color: inherit;
    text-decoration: none;
}

body.dark-mode .hobby-item {
    background: #2c2c2e;
    color: #fff;
}

body.dark-mode .hobby-item:hover {
    background: #3a3a3c;
}

/* Profile About Social Links */
.about-card-body .social-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.about-card-body .social-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 14px;
    font-weight: 600;
    font-size: 15px;
    color: white;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden; width: 160px;
    height: 45px;
}

.about-card-body .social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.about-card-body .social-link:hover::before {
    left: 100%;
}

.about-card-body .social-link:hover {
    transform: translateX(6px) translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    color: white;
}

.about-card-body .social-link i {
    font-size: 22px;
    width: 28px;
    text-align: center;
}

.about-card-body .social-link span {
    font-weight: 700;
    letter-spacing: 0.3px;
}

.about-card-body .social-link.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.about-card-body .social-link.instagram:hover {
    background: linear-gradient(45deg, #f5a142 0%, #ed7449 25%, #e63551 50%, #d43174 75%, #c3268f 100%);
}

.about-card-body .social-link.twitter {
    background: linear-gradient(135deg, #1DA1F2 0%, #0d8bd9 100%);
}

.about-card-body .social-link.twitter:hover {
    background: linear-gradient(135deg, #3ab1f7 0%, #1a95e6 100%);
}

.about-card-body .social-link.facebook {
    background: linear-gradient(135deg, #1877F2 0%, #0d65d9 100%);
}

.about-card-body .social-link.facebook:hover {
    background: linear-gradient(135deg, #3588f7 0%, #1a73e6 100%);
}

/* Photos Grid */
.photos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
}

.photo-item {
    position: relative;
    aspect-ratio: 1;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.photo-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

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

.photo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.photo-item:hover .photo-overlay {
    opacity: 1;
}

.photo-overlay i {
    font-size: 32px;
    color: white;
}

/* Blogs Grid */
.blogs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

.blog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

body.dark-mode .blog-card {
    background: #1c1c1e;
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

body.dark-mode .blog-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.blog-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.blog-card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.blog-card:hover .blog-card-overlay {
    opacity: 1;
}

.blog-card-overlay i {
    font-size: 32px;
    color: #5ab575;
}

.blog-category {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(102, 126, 234, 0.95);
    color: white;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-card-body {
    padding: 20px;
}

/* Profile Page Blogs Grid */
.blogs-grid .blog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.blogs-grid .blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

body.dark-mode .blogs-grid .blog-card {
    background: #1c1c1e;
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

body.dark-mode .blogs-grid .blog-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.blogs-grid .blog-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.blogs-grid .blog-card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.blogs-grid .blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blogs-grid .blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blogs-grid .blog-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.blogs-grid .blog-card:hover .blog-card-overlay {
    opacity: 1;
}

.blogs-grid .blog-card-overlay i {
    font-size: 32px;
    color: #5ab575;
}

.blogs-grid .blog-category {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(102, 197, 109, 0.95);
    color: white;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blogs-grid .blog-card-body {
    padding: 20px;
}

/* Profile Page Blog Cards - Specific Styles */
.blogs-grid .blog-card .blog-title,
.profile-blogs-section .blog-title {
    font-size: 18px;
    font-weight: 100;
    color: #1a1a2e;
    margin: 0 0 12px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Fanta', 'Arial', sans-serif;
    letter-spacing: 1px; text-transform: uppercase;
}

body.dark-mode .blogs-grid .blog-card .blog-title,
body.dark-mode .profile-blogs-section .blog-title {
    color: #fff;
}

.blogs-grid .blog-card .blog-excerpt,
.profile-blogs-section .blog-excerpt {
    font-size: 14px;
    color: #6c757d;
    margin: 0 0 16px 0;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body.dark-mode .blogs-grid .blog-card .blog-excerpt,
body.dark-mode .profile-blogs-section .blog-excerpt {
    color: #8e8e93;
}

.blogs-grid .blog-card .blog-meta,
.profile-blogs-section .blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #8e8e93;
    padding-top: 12px;
    border-top: 1px solid #f0f0f2;
}

body.dark-mode .blogs-grid .blog-card .blog-meta,
body.dark-mode .profile-blogs-section .blog-meta {
    border-top-color: rgba(255, 255, 255, 0.1);
}

.blogs-grid .blog-card .blog-date,
.blogs-grid .blog-card .blog-likes {
    display: flex;
    align-items: center;
    gap: 6px;
}

.blogs-grid .blog-card .blog-likes {
    color: #e74c3c;
}

body.dark-mode .blogs-grid .blog-card .blog-likes {
    color: #ff6b6b;
}

.blog-date,
.blog-likes {
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-likes {
    color: #e74c3c;
}

/* Friends Grid */
.friends-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.friend-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
}

.friend-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

body.dark-mode .friend-card {
    background: #1c1c1e;
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.friend-link {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    color: inherit;
}

.friend-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.friend-info {
    flex: 1;
    min-width: 0;
}

.friend-name {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 4px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.dark-mode .friend-name {
    color: #fff;
}

.friend-username {
    font-size: 14px;
    color: #6c757d;
    margin: 0 0 4px 0;
}

body.dark-mode .friend-username {
    color: #8e8e93;
}

.friend-hobby {
    font-size: 13px;
    color: #667eea;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

body.dark-mode .friend-hobby {
    color: #8b9bff;
}

.friend-remove-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e74c3c;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0;
    transition: all 0.3s ease;
}

.friend-card:hover .friend-remove-btn {
    opacity: 1;
}

.friend-remove-btn:hover {
    background: #c0392b;
    transform: scale(1.1);
}

/* Empty State */
.empty-state {
    text-align: center;
    padding: 80px 20px;
    color: #8e8e93;
}

.empty-state i {
    font-size: 64px;
    margin-bottom: 20px;
    opacity: 0.5;
}

.empty-state h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: #1a1a2e;
}

body.dark-mode .empty-state h3 {
    color: #fff;
}

.empty-state p {
    font-size: 16px;
    margin: 0;
}

/* Photo Modal */
.photo-modal-content {
    background: #000;
    border: none;
    border-radius: 0;
}

.photo-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.photo-modal-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

.modal-photo {
    width: 100%;
    height: auto;
    display: block;
}

.photo-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.photo-nav-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

.photo-nav-btn.prev-btn {
    left: 20px;
}

.photo-nav-btn.next-btn {
    right: 20px;
}

/* Likes Modal */
.likes-modal-content {
    border-radius: 16px;
    border: none;
}

body.dark-mode .likes-modal-content {
    background: #1c1c1e;
}

.likes-modal-content .modal-header {
    border-bottom: 1px solid #f0f0f2;
    padding: 20px;
}

body.dark-mode .likes-modal-content .modal-header {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.likes-modal-content .modal-title {
    font-weight: 700;
    font-size: 18px;
    color: #1a1a2e;
}

body.dark-mode .likes-modal-content .modal-title {
    color: #fff;
}

.likes-modal-content .list-group-item {
    padding: 12px 20px;
    border: none;
    display: flex;
    align-items: center;
    gap: 12px;
    background: transparent;
}

body.dark-mode .likes-modal-content .list-group-item {
    color: #fff;
}

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

.likes-modal-username {
    font-weight: 600;
    color: #1a1a2e;
}

body.dark-mode .likes-modal-username {
    color: #fff;
}

/* Responsive Design */
@media (max-width: 992px) {
    .profile-cover {
        height: 280px;
        border-radius: 0 0 16px 16px;
    }
    
    .profile-header-content {
        padding: 0 15px;
    }
    
    .profile-info-card {
        padding: 24px;
        gap: 20px;
    }
    
    .profile-avatar {
        width: 110px;
        height: 110px;
    }
    
    .profile-name {
        font-size: 28px;
    }
    
    .profile-quick-stats {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .profile-cover {
        height: 240px;
    }
    
    .profile-header-content {
        margin-top: -80px;
        padding: 0 12px;
    }
    
    .profile-info-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 24px 20px;
    }
    
    .profile-avatar {
        width: 100px;
        height: 100px;
    }
    
    .profile-info-main {
        width: 100%;
    }
    
    .profile-name {
        font-size: 24px;
        justify-content: center;
    }
    
    .profile-bio-section {
        justify-content: center;
    }
    
    .profile-quick-stats {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .profile-actions {
        width: 100%;
        justify-content: center;
    }
    
    .btn-profile-action {
        flex: 1;
        justify-content: center;
        min-width: 140px;
    }
    
    .profile-stats-bar {
        flex-wrap: wrap;
        gap: 12px;
        padding: 20px 15px;
        margin-top: 16px;
        border-radius: 16px;
    }
    
    .profile-stat-box {
        flex: 1 1 calc(50% - 6px);
        min-width: 120px;
    }
    
    .profile-tabs-nav {
        justify-content: flex-start;
        padding: 12px 15px 0;
    }
    
    .tab-btn {
        font-size: 13px;
        padding: 10px 16px;
    }
    
    .about-grid,
    .blogs-grid,
    .friends-grid {
        grid-template-columns: 1fr;
        padding: 0 12px;
    }
    
    .about-card-body .social-link {
        padding: 12px 16px;
        font-size: 14px;
    }
    
    .about-card-body .social-link i {
        font-size: 20px;
    }
    
    .photos-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 10px;
        padding: 0 12px;
    }
    
    .profile-content-wrapper {
        padding: 15px 0;
    }
}

.month-item span {
    
    margin-top: 8px;
}

.section-title {
    font-family: 'Fanta', 'Arial', sans-serif;
    letter-spacing: 2px;
}

/* ================================================
   MODERN BLOG PAGE STYLES
   Professional blog cards and layout
   ================================================ */

.modern-blog-page {
     min-height: 100vh;
    padding: 40px 0 60px;
}

body.dark-mode .modern-blog-page {
    background: #000;
}

/* Page Header */
.blog-page-header {
    text-align: center;
    margin-bottom: 50px;
    padding: 30px 20px;
    background: linear-gradient(135deg, rgba(102, 197, 109, 0.08) 0%, rgba(75, 162, 126, 0.08) 100%);
    border-radius: 20px;
}

body.dark-mode .blog-page-header {
    background: linear-gradient(135deg, rgba(102, 197, 109, 0.12) 0%, rgba(75, 162, 126, 0.12) 100%);
}

.page-title {
    font-size: 42px;
    font-weight: 800;
    font-family: 'Fanta', 'Arial', sans-serif;
    letter-spacing: 1px;
    margin: 0 0 12px 0;
    background: linear-gradient(135deg, #66c56d 0%, #4ba27e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
}

body.dark-mode .page-title {
    background: linear-gradient(135deg, #7dd684 0%, #5db38b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.page-title i {
    font-size: 36px;
    margin-right: 12px;
}

.page-subtitle {
    font-size: 16px;
    color: #6c757d;
    margin: 0;
    font-weight: 500;
}

body.dark-mode .page-subtitle {
    color: #8e8e93;
}

/* Blog Cards Wrapper */
.blog-cards-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* Modern Blog Card */
.modern-blog-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.modern-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

body.dark-mode .modern-blog-card {
    background: #1c1c1e;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

body.dark-mode .modern-blog-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}

/* Blog Card Image */
.blog-card-image-wrapper {
    position: relative;
    height: 320px;
    overflow: hidden;
}

.blog-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.modern-blog-card:hover .blog-card-image {
    transform: scale(1.08);
}

.blog-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modern-blog-card:hover .blog-card-overlay {
    opacity: 1;
}

.read-more-badge {
    background: rgba(255, 255, 255, 0.95);
    color: #2d9926;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transform: translateY(20px);
    transition: transform 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.modern-blog-card:hover .read-more-badge {
    transform: translateY(0);
}

.blog-card-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background: linear-gradient(135deg, #66c56d 0%, #4ba27e 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Blog Card Content */
.blog-card-content {
    padding: 28px;
}

.blog-card-title-link {
    text-decoration: none;
    color: inherit;
}

.blog-card-title {
    font-size: 26px;
    font-weight: 100;
    color: #1a1a2e;
    margin: 0 0 16px 0;
    line-height: 1.3;
    font-family: 'Fanta', 'Arial', sans-serif;
    letter-spacing: 1.4px;
    transition: color 0.3s ease;
    text-transform: uppercase;
}

.blog-card-title-link:hover .blog-card-title {
    color: #2d9926;
}

body.dark-mode .blog-card-title {
    color: #fff;
}

body.dark-mode .blog-card-title-link:hover .blog-card-title {
    color: #5db38b;
}

.blog-card-excerpt {
    font-size: 18px;
    line-height: 1.7;
    color: #5a5a5a;
    margin: 0 0 20px 0;
    font-family: 'Merriweather', serif;
    color: #2d2d2d;
}

body.dark-mode .blog-card-excerpt {
    color: #a1a1a6;
}

/* Blog Card Footer */
.blog-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #f0f0f2;
}

body.dark-mode .blog-card-footer {
    border-top-color: rgba(255, 255, 255, 0.08);
}

.blog-author-link {
    text-decoration: none;
    flex: 1;
}

.blog-author-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.blog-author-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #f0f0f2;
    transition: all 0.3s ease;
}

body.dark-mode .blog-author-avatar {
    border-color: rgba(255, 255, 255, 0.1);
}

.blog-author-link:hover .blog-author-avatar {
    transform: scale(1.1);
    border-color: #2d9926;
}

.blog-author-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.blog-author-name {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    transition: color 0.3s ease;
}

.blog-author-link:hover .blog-author-name {
    color: #2d9926;
}

body.dark-mode .blog-author-name {
    color: #fff;
}

body.dark-mode .blog-author-link:hover .blog-author-name {
    color: #5db38b;
}

.blog-post-time {
    font-size: 13px;
    color: #8e8e93;
    display: flex;
    align-items: center;
    gap: 4px;
}

.blog-card-stats {
    display: flex;
    gap: 16px;
}

.blog-stat-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #e74c3c;
    font-size: 14px;
    font-weight: 600;
}

.blog-stat-item i {
    font-size: 16px;
}

/* Empty State */
.empty-blogs-state {
    text-align: center;
    padding: 100px 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

body.dark-mode .empty-blogs-state {
    background: #1c1c1e;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.empty-blogs-state i {
    font-size: 80px;
    color: #e0e0e4;
    margin-bottom: 24px;
}

body.dark-mode .empty-blogs-state i {
    color: #3a3a3c;
}

.empty-blogs-state h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 12px 0;
}

body.dark-mode .empty-blogs-state h3 {
    color: #fff;
}

.empty-blogs-state p {
    font-size: 16px;
    color: #6c757d;
    margin: 0;
}

body.dark-mode .empty-blogs-state p {
    color: #8e8e93;
}

/* Blog Sidebar */
.blog-sidebar {
    position: sticky;
    top: 135px;
}

/* Create Blog Button */
.btn-create-blog {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 16px 24px;
    background: white;
    color: #66c56d;
    border: 2px solid #66c56d;
    border-radius: 16px;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 24px;
    font-family: fanta;
    letter-spacing: 2px;
}

.btn-create-blog:hover {
    transform: translateY(-3px);
      text-decoration: none;      
      color: #44934a;

}

.btn-create-blog i {
    font-size: 18px;
}

/* Sidebar Widgets */
.sidebar-widget {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

body.dark-mode .sidebar-widget {
    background: #1c1c1e;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Fanta', 'Arial', sans-serif;
    letter-spacing: 0.5px;
}

body.dark-mode .widget-title {
    color: #fff;
}

.widget-title i {
    color: #2d9926;
    font-size: 16px;
}

body.dark-mode .widget-title i {
    color: #5db38b;
}

/* Categories List */
.categories-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.category-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-radius: 12px;
    background: #f8f9fa;
    color: #1a1a2e;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.category-item:hover {
    background: rgba(102, 197, 109, 0.1);
    color: #2d9926;
    text-decoration: none;
    transform: translateX(4px);
}

.category-item.active {
    background: linear-gradient(135deg, #66c56d 0%, #4ba27e 100%);
    color: white;
    border-color: transparent;
}

body.dark-mode .category-item {
    background: #2c2c2e;
    color: #fff;
}

body.dark-mode .category-item:hover {
    background: rgba(102, 197, 109, 0.15);
    color: #5db38b;
}

body.dark-mode .category-item.active {
    background: linear-gradient(135deg, #7dd684 0%, #5db38b 100%);
    color: white;
}

.category-item i {
    font-size: 12px;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.category-item:hover i,
.category-item.active i {
    opacity: 1;
    transform: translateX(4px);
}

/* Ad Widget */
.ad-widget {
    padding: 0;
    overflow: hidden;
}

.ad-link {
    display: block;
    text-decoration: none;
}

.ad-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    transition: transform 0.3s ease;
}

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

/* Responsive */
@media (max-width: 991px) {
    .blog-page-header {
        margin-bottom: 32px;
        padding: 24px 16px;
    }
    
    .page-title {
        font-size: 32px;
    }
    
    .blog-card-image-wrapper {
        height: 240px;
    }
    
    .blog-card-content {
        padding: 20px;
    }
    
    .blog-card-title {
        font-size: 22px;
    }
    
    .blog-sidebar {
        position: static;
        margin-top: 32px;
    }
}

@media (max-width: 768px) {
    .modern-blog-page {
        padding: 24px 0 40px;
    }
    
    .blog-cards-wrapper {
        gap: 24px;
    }
    
    .blog-card-image-wrapper {
        height: 200px;
    }
    
    .blog-card-footer {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
    
    .page-title {
        font-size: 28px;
    }
    
    .page-subtitle {
        font-size: 14px;
    }
}

/* ================================================
   MODERN BLOG READ PAGE STYLES
   Professional blog detail page design
   ================================================ */

.modern-blog-read-page {
     min-height: 100vh;
}

body.dark-mode .modern-blog-read-page {
    background: #000;
}

/* Hero Section */
.blog-read-hero {
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.blog-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 100%);
}

.blog-read-hero-content {
    position: relative;
    z-index: 2;
    padding: 108px 0;
}

.modern-category-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #66c56d 0%, #4ba27e 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.modern-category-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    color: white;
    text-decoration: none;
}

.modern-blog-title {
    font-size: 52px;
    font-weight: 100;
    font-family: 'Fanta', 'Arial', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: white;
    margin: 0;
    line-height: 1.2;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

/* Container */
.blog-read-container {
    margin-top: -80px;
    position: relative;
    z-index: 3;
    padding-bottom: 60px;
}

/* Main Article */
.modern-blog-article {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

body.dark-mode .modern-blog-article {
    background: #1c1c1e;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

/* Author Card */
.blog-read-author-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 32px;
    border-bottom: 1px solid #f0f0f2;
    flex-wrap: wrap;
}

body.dark-mode .blog-read-author-card {
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

.author-avatar-link {
    flex-shrink: 0;
}

.author-avatar-large {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f0f0f2;
    transition: all 0.3s ease;
}

body.dark-mode .author-avatar-large {
    border-color: rgba(255, 255, 255, 0.1);
}

.author-avatar-link:hover .author-avatar-large {
    transform: scale(1.05);
    border-color: #66c56d;
}

.author-info-details {
    flex: 1;
    min-width: 200px;
}

.author-name-link {
    text-decoration: none;
}

.author-name-large {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    display: block;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.author-name-link:hover .author-name-large {
    color: #66c56d;
}

body.dark-mode .author-name-large {
    color: #fff;
}

body.dark-mode .author-name-link:hover .author-name-large {
    color: #5db38b;
}

.blog-read-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #8e8e93;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.meta-separator {
    opacity: 0.5;
}

.blog-read-like-section {
    display: flex;
    align-items: center;
    gap: 12px;
}

.modern-like-button {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: white;
    color: #e74c3c;
    border: 2px solid #e74c3c;
    border-radius: 30px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.2);
}

.modern-like-button:hover:not(.liked) {
    background: #e74c3c;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(231, 76, 60, 0.3);
}

.modern-like-button.liked {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
    border-color: #e74c3c;
    cursor: not-allowed;
}

body.dark-mode .modern-like-button {
    background: #2c2c2e;
    color: #ff6b6b;
    border-color: #ff6b6b;
}

body.dark-mode .modern-like-button:hover:not(.liked) {
    background: #ff6b6b;
    color: white;
}

body.dark-mode .modern-like-button.liked {
    background: linear-gradient(135deg, #ff6b6b 0%, #e55555 100%);
    border-color: #ff6b6b;
}

.modern-like-count {
    font-size: 16px;
    font-weight: 700;
    color: #e74c3c;
}

body.dark-mode .modern-like-count {
    color: #ff6b6b;
}

/* Blog Content */
.modern-blog-content {
    padding: 40px 32px;
    font-size: 17px;
    line-height: 1.8;
    color: #333;
}

body.dark-mode .modern-blog-content {
    color: #e0e0e4;
}

.modern-blog-content p {
    margin-bottom: 24px;
    font-family: 'Merriweather', serif;
    font-size: 20px;
    color: #2d2d2d;}

.modern-blog-content h2,
.modern-blog-content h3,
.modern-blog-content h4 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-family: 'Fanta', 'Arial', sans-serif;
    letter-spacing: 1px;
}

.modern-blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 24px 0;
}

.modern-blog-content ul,
.modern-blog-content ol {
    margin-bottom: 24px;
    padding-left: 32px;
}

.modern-blog-content li {
    margin-bottom: 8px;
}

.modern-blog-content blockquote {
    border-left: 4px solid #66c56d;
    padding-left: 20px;
    margin: 24px 0;
    font-style: italic;
    color: #6c757d;
}

body.dark-mode .modern-blog-content blockquote {
    border-left-color: #5db38b;
    color: #a1a1a6;
}

/* Social Share */
.blog-read-social-share {
    padding: 32px;
    border-top: 1px solid #f0f0f2;
    background: #f8f9fa;
}

body.dark-mode .blog-read-social-share {
    background: #2c2c2e;
    border-top-color: rgba(255, 255, 255, 0.08);
}

.share-title {
    font-size: 18px;
    font-weight: 100;
    color: #1a1a2e;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Fanta', 'Arial', sans-serif;
    letter-spacing: 1px; text-transform: uppercase;
}

body.dark-mode .share-title {
    color: #fff;
}

.share-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.share-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    color: white;
    text-decoration: none;
}

.share-btn.facebook {
    background: linear-gradient(135deg, #1877F2 0%, #0d65d9 100%);
}

.share-btn.twitter {
    background: linear-gradient(135deg, #1DA1F2 0%, #0d8bd9 100%);
}

.share-btn.whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #1fb855 100%);
}

.share-btn.copy {
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
}

/* Sidebar */
.blog-read-sidebar {
    position: sticky;
    top: 120px;
}

.sidebar-widget-modern {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

body.dark-mode .sidebar-widget-modern {
    background: #1c1c1e;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.widget-title-modern {
    font-size: 18px;
    font-weight: 100;
    color: #1a1a2e;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Fanta', 'Arial', sans-serif;
    letter-spacing: 1px;
}

body.dark-mode .widget-title-modern {
    color: #fff;
}

.widget-title-modern i {
    color: #66c56d;
    font-size: 16px;
}

body.dark-mode .widget-title-modern i {
    color: #5db38b;
}

/* Modern Category List */
.modern-category-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.category-link-modern {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-radius: 10px;
    background: #f8f9fa;
    color: #1a1a2e;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.category-link-modern:hover {
    background: rgba(102, 197, 109, 0.1);
    color: #66c56d;
    text-decoration: none;
    transform: translateX(4px);
}

body.dark-mode .category-link-modern {
    background: #2c2c2e;
    color: #fff;
}

body.dark-mode .category-link-modern:hover {
    background: rgba(102, 197, 109, 0.15);
    color: #5db38b;
}

.category-link-modern i {
    font-size: 12px;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.category-link-modern:hover i {
    opacity: 1;
    transform: translateX(4px);
}

/* Social Follow Widget */
.modern-social-follow {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.social-follow-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 10px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-follow-btn:hover {
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: white;
    text-decoration: none;
}

.social-follow-btn.facebook {
    background: linear-gradient(135deg, #1877F2 0%, #0d65d9 100%);
}

.social-follow-btn.twitter {
    background: linear-gradient(135deg, #1DA1F2 0%, #0d8bd9 100%);
}

.social-follow-btn.instagram {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.social-follow-btn.youtube {
    background: linear-gradient(135deg, #FF0000 0%, #cc0000 100%);
}

/* Ad Widget */
.ad-widget-modern {
    padding: 0;
    overflow: hidden;
}

.ad-image-modern {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    transition: transform 0.3s ease;
}

.ad-widget-modern:hover .ad-image-modern {
    transform: scale(1.02);
}

/* Recent Posts */
.recent-posts-modern {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.recent-post-modern {
    display: flex;
    gap: 12px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    padding: 12px;
    border-radius: 10px;
}

.recent-post-modern:hover {
    background: #f8f9fa;
    text-decoration: none;
}

body.dark-mode .recent-post-modern:hover {
    background: #2c2c2e;
}

.recent-post-thumbnail {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
}

.recent-post-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.recent-post-title {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body.dark-mode .recent-post-title {
    color: #fff;
}

.recent-post-time {
    font-size: 12px;
    color: #8e8e93;
    display: flex;
    align-items: center;
    gap: 4px;
}

.no-recent-posts {
    text-align: center;
    color: #8e8e93;
    font-size: 14px;
    padding: 20px;
}

/* Responsive */
@media (max-width: 991px) {
    .blog-read-hero {
        height: 400px;
    }
    
    .modern-blog-title {
        font-size: 38px;
    }
    
    .blog-read-container {
        margin-top: -60px;
    }
    
    .blog-read-sidebar {
        position: static;
        margin-top: 32px;
    }
}

@media (max-width: 768px) {
    .blog-read-hero {
        height: 320px;
    }
    
    .modern-blog-title {
        font-size: 28px;
        letter-spacing: 1px;
    }
    
    .blog-read-author-card {
        padding: 24px;
    }
    
    .author-avatar-large {
        width: 56px;
        height: 56px;
    }
    
    .author-name-large {
        font-size: 16px;
    }
    
    .blog-read-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .meta-separator {
        display: none;
    }
    
    .blog-read-like-section {
        width: 100%;
        justify-content: space-between;
    }
    
    .modern-blog-content {
        padding: 24px 20px;
        font-size: 16px;
    }
    
    .share-buttons {
        gap: 8px;
    }
    
    .share-btn {
        flex: 1;
        justify-content: center;
        min-width: calc(50% - 4px);
    }
}

body.dark-mode .modern-like-button {
     color: #ffffff;
 }


 #productsDropdown .dropdown-item {
  
    font-size: 20px;
    font-weight: 100;
}