/* Theme Management System - Light Mode Only */
:root {
  /* Light Mode Variables */
  --light-bg-primary: #ffffff;
  --light-bg-secondary: #f8f9fa;
  --light-bg-tertiary: #e9ecef;
  --light-text-primary: #212529;
  --light-text-secondary: #6c757d;
  --light-text-muted: #adb5bd;
  --light-border: #dee2e6;
  --light-border-light: #f1f3f4;
  --light-shadow: rgba(0, 0, 0, 0.1);
  --light-shadow-light: rgba(0, 0, 0, 0.05);
  --light-card-bg: #ffffff;
  --light-navbar-bg: rgba(255, 255, 255, 0.95);
  --light-modal-bg: #ffffff;
  --light-input-bg: #ffffff;
  --light-input-border: #ced4da;
  --light-input-text: #495057;
}

/* Light mode only - your existing dark mode styles remain unchanged */
body[data-theme="light"] {
  background-color: #f2f4f7;
  color: var(--light-text-primary);
  background-image: none !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

body[data-theme="light"] .blog-details{
  background-color: #f2f4f7 !important;
  color: #212529;
}

body[data-theme="light"] .comment-one__list-wrapper{
  background-color: #f2f4f7 !important;
  color: #212529;
}

body[data-theme="light"] .form{
  background-color: #fff !important;
}

body[data-theme="light"] #cke_1_bottom {
  background-color: #f8f8f8 !important;
}

body[data-theme="light"] .form .card{
  border-color: #ffffff00;
  box-shadow: none;
}

body[data-theme="light"] .sidebar__category li a,
.blog-details__tag-and-share{
  background-color: #f2f4f7 !important;
  color: #212224 !important;
  border: none !important;
}


body[data-theme="light"] .blog-details__tag-and-share {
  background-color: #f2f4f7 !important;
  color: #212224 !important;
  border: none !important;
}

body[data-theme="light"] .blog-details-container {
  background-color: #fff !important;
  margin-top: 20px !important;
  box-shadow: 0px 0px 2px 0px #26262638;
}

body[data-theme="light"] .blog-details-container {
  background-color: #fff !important;
  margin-top: 20px !important;
  box-shadow: 0px 0px 2px 0px #26262638;
}

body[data-theme="light"]  .navbar {
  border: none !important;
}

body[data-theme="light"] .register-btn {

  color: #212224;

}

body[data-theme="light"]  .login-btn {

  color: #212224;

}

body[data-theme="light"] .breadcrumb-wrapper .page-heading h1  {

  color: #212224 !important;

}

body[data-theme="light"] .breadcrumb-wrapper .page-heading .breadcrumb-items li {
  color: #525a66 !important;
}


body[data-theme="light"]  .dropdown-toggle {
  background-color: #dcdee0 !important;
}

body[data-theme="light"]  .main-heading span
{
  background: #fff;
  border: none;
  box-shadow: 0px 0px 4px 0px #e5e5e5;
}

body[data-theme="light"]  .social-profiles,
body[data-theme="light"]  .footer
{
  background: #dfe1e4;
  color: #2b2a2a;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

body[data-theme="light"]  .material-card .heading,
body[data-theme="light"]  .material-card .heading span
{
  color: #ffffff !important;
}

body[data-theme="light"] .skill_graph,
body[data-theme="light"] .skills_boxes,
body[data-theme="light"] .experience
{
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

body[data-theme="light"]  .social-profiles .top span
{
  color: #fff !important;
}

body[data-theme="light"]  .social-profiles
{
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

body[data-theme="light"]  .dropdown-item {
  color: #000 !important;
}

body[data-theme="light"]  .main-heading .heading-row1 {
  color: #176e4d !important;
}

body[data-theme="light"]  .subtitle1 {
  color: #176e4d !important;
}

body[data-theme="light"]  .dropdown-divider{
  border-top: 1px solid rgba(0, 0, 0, 0.178) !important;
}


body[data-theme="light"] .breadcrumb-wrapper  {

  background: #ffffff00;
  box-shadow: 0 1px 2px #00000033;

}

body[data-theme="light"] .show-more-btn  {

  color: #198b60;

}

body[data-theme="light"] .category-buttons {

  background-color: #f2f4f7 !important;
  color: #000 !important;

}

body[data-theme="light"] .btn-close-category{

  color: #1f1f1f !important;

}

body[data-theme="light"] .sidebar__post-title a   {

  color: #198b60;

}



body[data-theme="light"] .sidebar__post, .sidebar__newsletter {
  background-color: #fff;
  margin-top: 20px ;
  box-shadow: 0px 0px 2px 0px #26262638;
}

body[data-theme="light"] .sidebar__category {
  background-color: #fff;
  margin-top: 20px ;
  box-shadow: 0px 0px 2px 0px #26262638;
}

body[data-theme="light"] .sidebar__newsletter {
  background-color: #fff;
  margin-top: 20px ;
  box-shadow: 0px 0px 2px 0px #26262638;
}

/* Theme Toggle Button */
.theme-toggle {
  position: relative;
  width: 50px;
  height: 25px;
  background: #2a2a2a;
  border-radius: 25px;
  border: 2px solid #495057;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  padding: 2px;
}

.theme-toggle::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  background: var(--fistudy-base);
  border-radius: 50%;
  transition: all 0.3s ease;
  left: 2px;
}

.theme-toggle[data-theme="light"]::before {
  transform: translateX(25px);
}

.theme-toggle .icon {
  position: absolute;
  font-size: 12px;
  transition: all 0.3s ease;
  z-index: 1;
}

.theme-toggle .sun-icon {
  left: 6px;
  color: #ffd700;
  opacity: 0;
}

.theme-toggle .moon-icon {
  right: 6px;
  color: #ffffff;
  opacity: 1;
}

.theme-toggle[data-theme="light"] .sun-icon {
  opacity: 1;
}

.theme-toggle[data-theme="light"] .moon-icon {
  opacity: 0;
}

.navbar-brand {
  padding-top: 0 !important;
}

/* Light mode specific styles */
body[data-theme="light"] .navbar {
  background-color: var(--light-navbar-bg) !important;
  box-shadow: 0px -5px 10px;
}

body[data-theme="light"] .navbar-nav .nav-item a {
  color: var(--light-text-primary) !important;
}

body[data-theme="light"] .navbar-nav .nav-item a:hover {
  color: var(--fistudy-base) !important;
}

body[data-theme="light"] .navbar-nav .nav-item a.active {
  color: var(--fistudy-base) !important;
}

/* Cards and containers */
body[data-theme="light"] .card, 
body[data-theme="light"] .blog-two__single, 
body[data-theme="light"] .blog-grid__single {
  background-color: var(--light-card-bg) !important;
  border: 1px solid var(--light-border);
  box-shadow: 0 2px 8px var(--light-shadow-light);
}

/* Forms */
body[data-theme="light"] .form-control, 
body[data-theme="light"] input, 
body[data-theme="light"] textarea, 
body[data-theme="light"] select {
  background-color: var(--light-input-bg) !important;
  border: 1px solid var(--light-input-border) !important;
  color: var(--light-input-text) !important;
}

body[data-theme="light"] .form-control:focus, 
body[data-theme="light"] input:focus, 
body[data-theme="light"] textarea:focus, 
body[data-theme="light"] select:focus {
  border-color: var(--fistudy-base) !important;
  box-shadow: 0 0 0 0.2rem rgba(29, 163, 112, 0.25) !important;
}

/* Modals */
body[data-theme="light"] .modal-content {
  background-color: var(--light-modal-bg) !important;
  border: 1px solid var(--light-border);
}

body[data-theme="light"] .modal-header {
  border-bottom: 1px solid var(--light-border);
}

body[data-theme="light"] .modal-footer {
  border-top: 1px solid var(--light-border);
}

/* Dropdowns */
body[data-theme="light"] .dropdown-menu {
  background-color: var(--light-card-bg) !important;
  border: 1px solid var(--light-border);
  box-shadow: 0 4px 12px var(--light-shadow);
}

body[data-theme="light"] .dropdown-item {
  color: var(--light-text-primary) !important;
}

body[data-theme="light"] .dropdown-item:hover {
  background-color: var(--light-bg-secondary) !important;
  color: var(--light-text-primary) !important;
}

/* Buttons */
body[data-theme="light"] .btn-light {
  background-color: var(--light-bg-secondary) !important;
  border-color: var(--light-border) !important;
  color: var(--light-text-primary) !important;
}

body[data-theme="light"] .btn-light:hover {
  background-color: var(--light-bg-tertiary) !important;
  border-color: var(--light-border) !important;
  color: var(--light-text-primary) !important;
}

/* Text colors */
body[data-theme="light"] h1, 
body[data-theme="light"] h2, 
body[data-theme="light"] h3, 
body[data-theme="light"] h5, 
body[data-theme="light"] h6 {
  color: var(--light-text-primary) !important;
}

body[data-theme="light"] h4 {
  color: var(--light-text-primary) !important;
}

body[data-theme="light"] .login-form label{
  color: var(--light-text-primary) !important;
}

body[data-theme="light"] .register label{
  color: var(--light-text-primary) !important;
}


body[data-theme="light"] .drag-drop-zone {
  background: #fff !important;
}

body[data-theme="light"] .profile-sidebar {
  background: #fff !important;
}

body[data-theme="light"] .comment-emoji {
  background: #fff !important;
}


body[data-theme="light"] .sidebar-nav-item {
  color: #020202 !important;
}

body[data-theme="light"] .login-form {
  color: var(--light-text-primary) !important;
  box-shadow: 0px 0px 20px 0px #cccccc21 !important;
  background: #fff !important;
}

body[data-theme="light"] .register {
  color: var(--light-text-primary) !important;
  box-shadow: 0px 0px 20px 0px #cccccc21 !important;
  background: #fff !important;
}

body[data-theme="light"] .contact-three__right h2 {
  color: #176e4d !important;
}

body[data-theme="light"] p, 
body[data-theme="light"] span, 
body[data-theme="light"] div {
  color: var(--light-text-primary) !important;
}

body[data-theme="light"] .text-muted {
  color: var(--light-text-muted) !important;
}

body[data-theme="light"] .banner-one__title-clr-1 {
  color: #176e4d !important;
}


body[data-theme="light"]  .accordion-item{
  background-color: #f2f4f7 !important;
}

body[data-theme="light"]  .accordion-button{
  background-color: #ffffff !important;
  color: #000000 !important;
}

body[data-theme="light"] .contact-three{
  background-color: #ffffff !important;
}

body[data-theme="light"] .blogs-one__title a {
  color: #176e4d !important;
}

body[data-theme="light"] .banner-one__title-clr-2 {
  color: #176e4d !important;
}

body[data-theme="light"] .about-one {
 background-color: #fff !important;
}

body[data-theme="light"] .about-one__experience-box-inner {
 background-color: #f2f4f7 !important;
}

body[data-theme="light"] .blogs-one__img {
 background-color: #f2f4f7 !important;
}

body[data-theme="light"] .blogs-one__btn {
 background-color: #f2f4f7 !important;
}

body[data-theme="light"] .why-choose-one__client-box {
 background-color: #f2f4f7 !important;
}

body[data-theme="light"] .blogs-one__ratting li span {
 color: #FFC224 !important;
}

body[data-theme="light"] .testimonial-one__ratting li span {
 color: #FFC224 !important;
}

body[data-theme="light"] .blog-one__title a {
 color: #444 !important;
}

body[data-theme="light"] .banner-one__tags a  {
 color: #444 !important;
}

body[data-theme="light"] .banner-one__tags a:hover  {
 color: #ffffff !important;
}

body[data-theme="light"] .blog-one__meta li a  {
 color: #1b9667 !important;
}

body[data-theme="light"] .blog-one__img {
 border: 1px solid lightblue;
}

body[data-theme="light"] .service-card-home {
 background-color: #ffffff !important;
}

body[data-theme="light"] .why-choose-one {
 background-color: #ffffff !important;
}

body[data-theme="light"] .about-one__awards-box {
 background-color: #f2f4f7 !important;
 border: none;
}

body[data-theme="light"] .blog-grid__left {
  background-color: #fff;
  box-shadow: 0 2px 8px var(--light-shadow-light);
}



/* Borders */
body[data-theme="light"] .border, 
body[data-theme="light"] .border-top, 
body[data-theme="light"] .border-bottom, 
body[data-theme="light"] .border-left, 
body[data-theme="light"] .border-right {
  border-color: var(--light-border) !important;
}

/* Shadows */
body[data-theme="light"] .shadow {
  box-shadow: 0 0.5rem 1rem var(--light-shadow) !important;
}

body[data-theme="light"] .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem var(--light-shadow-light) !important;
}

/* Background utilities */
body[data-theme="light"] .bg-light {
  background-color: var(--light-bg-secondary) !important;
}

body[data-theme="light"] .bg-dark {
  background-color: var(--light-bg-primary) !important;
}

/* Blog specific theme styles */
body[data-theme="light"] .blog-two__content h4 a {
  color: var(--light-text-primary) !important;
}

body[data-theme="light"] .blog-two__text {
  color: var(--light-text-secondary) !important;
}

body[data-theme="light"] .blog-two__meta-box {
  color: var(--light-text-secondary) !important;
}

body[data-theme="light"] .blog-two__meta li a {
  color: var(--light-text-secondary) !important;
}

body[data-theme="light"] .blog-two__meta li a:hover {
  color: var(--fistudy-base) !important;
}

body[data-theme="light"] .blog-grid__title {
  color: var(--light-text-primary) !important;
}

body[data-theme="light"] .blog-grid__list-text {
  color: var(--light-text-secondary) !important;
}

body[data-theme="light"] .blog-grid__discount {
  background-color: var(--light-bg-secondary) !important;
}

body[data-theme="light"] .blog-grid__discount-title {
  color: var(--light-text-primary) !important;
}

body[data-theme="light"] .blog-grid__discount-text {
  color: var(--light-text-secondary) !important;
}

/* Page header theme styles */
body[data-theme="light"] .page-header {
  background-color: var(--light-bg-secondary) !important;
}

body[data-theme="light"] .page-header h2 {
  color: var(--light-text-primary) !important;
}

body[data-theme="light"] .thm-breadcrumb li a {
  color: #1da370;
}

body[data-theme="light"] .thm-breadcrumb li {
    color: #b3b3b3;
}

body[data-theme="light"] .contact-two__single p a{
    color: #1da370;
}

body[data-theme="light"] .contact-two__single {
  background-color: #ffffff;
  border: 0 !important;
}

body[data-theme="light"] .thm-breadcrumb li span {
  color: var(--light-text-muted) !important;
}

/* Comment modal theme styles */
body[data-theme="light"] .comment-modal .modal-content {
  background-color: var(--light-modal-bg) !important;
}

body[data-theme="light"] .comment-modal .modal-body {
  background-color: var(--light-modal-bg) !important;
}

body[data-theme="light"] .comment-modal .border-secondary {
  border-color: var(--light-border) !important;
}

body[data-theme="light"] .comment-modal .text-light {
  color: var(--light-text-primary) !important;
}

body[data-theme="light"] .comment-modal .bg-secondary {
  background-color: #fff !important;
}

body[data-theme="light"] .comment-modal .modal-header {
  background-color: #fff !important;
}

body[data-theme="light"] .comment-modal .flex-grow-1 {
  background-color: #fff !important;
}

body[data-theme="light"] .comment-modal .comment-card {
  background-color: #f2f4f7 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

body[data-theme="light"] .read-comments-btn{
  color: #202020 !important;
}

body[data-theme="light"] .comment-modal .bg-dark {
  background-color: #f2f4f7 !important;
}

body[data-theme="light"] .comment-modal .modal-header {
  background-color: #ffffff !important;
}

/* Profile and user elements */
body[data-theme="light"] .profile-container .username a {
  color: var(--light-text-primary) !important;
}
body[data-theme="light"] .profile-container .username a:hover {
  color: #18835a !important;
}

body[data-theme="light"] .comment-card .username {
  color: var(--light-text-primary) !important;
}

body[data-theme="light"] .comment-card .comment-text {
  color: var(--light-text-secondary) !important;
}

body[data-theme="light"] .comment-card .timestamp {
  color: var(--light-text-muted) !important;
}

/* Theme toggle container */
.theme-toggle-container {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.theme-toggle-label {
  font-size: 12px;
  color: #e9ecef;
  margin-right: 8px;
  white-space: nowrap;
}

body[data-theme="light"] .logo-dark {
  display: block;
}

body[data-theme="light"] .logo-light {
  display: none;
}

/* Responsive theme toggle */
@media (max-width: 768px) {
  .theme-toggle-container {
    margin-left: 10px;
  }
  
  .theme-toggle {
    width: 45px;
    height: 22px;
  }
  
  .theme-toggle::before {
    width: 16px;
    height: 16px;
  }
  
  .theme-toggle[data-theme="light"]::before {
    transform: translateX(23px);
  }
  
  .theme-toggle .icon {
    font-size: 10px;
  }
  
  .theme-toggle .sun-icon {
    left: 5px;
  }
  
  .theme-toggle .moon-icon {
    right: 5px;
  }
}

/* Animation for theme transition */
.theme-toggle {
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Hover effects */
.theme-toggle:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.theme-toggle:active {
  transform: scale(0.95);
} 

body[data-theme="light"]  .post-interactions .like-btn .like, .post-interactions .like-btn .like-count{
  color: #18835a !important;
}

body[data-theme="light"]  .post-interactions .share-btn .share{
  color: #18835a !important;
}

body[data-theme="light"]  .post-interactions i{
  color: #18835a !important;
}

body[data-theme="light"]  .comment-modal .modal-header .modal-title{
  color: #282828 !important;
}

body[data-theme="light"] .comment-modal .btn-close{
  color: #282828;
}

body[data-theme="light"] .comment-modal .row {
  background-color: #f2f4f7;
}

body[data-theme="light"] .toast{
  background-color: #ff7575 !important;
}


body[data-theme="light"] .swal2-popup {
  background-color: #ffffff !important;
}

body[data-theme="light"] .comment-modal textarea {
  border-bottom: none !important;
}

body[data-theme="light"] .comment-modal .comment-emoji {
  border: 1px solid var(--light-input-border);
}

body[data-theme="light"] .comment-modal .comment-emoji {
  border-top: none !important;
}

@media screen and (max-width: 700px) {
  body[data-theme="light"] .navbar-nav .nav-item{
    background: #f2f4f7;
  }
  body[data-theme="light"] .navbar-nav .nav-item a:hover
  {
      color: #000 !important;
  }

  body[data-theme="light"] .header-bars{
    color: #000;
  }

  body[data-theme="light"] {
    background-color: #dbe2ed;
  }

  body[data-theme="light"] .offcanvas-content{
    background-color: #fff !important;
  }

  body[data-theme="light"] .blog-grid__left {
    background-color: #fff;
    box-shadow: 0 0px 0px #fff !important;
  }

  
  body[data-theme="light"] .profile-header {
    background-color: #ffffff;
  }

}