/**
 * Light Theme Styles for CyberUhuru Website
 * Comprehensive light mode styling for all components
 */

[data-theme="light"] {
  /* Color Variables for Light Theme */
  --body: #1a1a1a;
  --black: #000;
  --white: #fff;
  --theme: #00A8FF;
  --theme2: #FFD531;
  --header: #1a1a1a;
  --text: #666666;
  --border: #e0e0e0;
  --body-bg: #ffffff;
  --bg: #f5f5f5;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
}

/* ========== GLOBAL STYLES ========== */
[data-theme="light"] body {
  background-color: #ffffff !important;
  color: #1a1a1a !important;
}

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

[data-theme="light"] * {
  border-color: #e0e0e0 !important;
}

[data-theme="light"] section {
  background-color: #ffffff !important;
}

[data-theme="light"] .container,
[data-theme="light"] .wrapper,
[data-theme="light"] [class*="-wrapper"],
[data-theme="light"] [class*="-section"] {
  background-color: inherit !important;
}

[data-theme="light"] h1,
[data-theme="light"] h2,
[data-theme="light"] h3,
[data-theme="light"] h4,
[data-theme="light"] h5,
[data-theme="light"] h6 {
  color: #1a1a1a !important;
}

[data-theme="light"] p {
  color: #666666 !important;
}

[data-theme="light"] a {
  color: #1a1a1a;
}

[data-theme="light"] a:hover {
  color: #00A8FF;
}

[data-theme="light"] span {
  color: inherit;
}

/* ========== TOP CONTACT BAR - Keep same as dark mode ========== */
/* Top contact bar styling removed - uses default dark mode styles */

/* ========== SECTION & WRAPPER STYLES ========== */
[data-theme="light"] .about-wrapper,
[data-theme="light"] .about-wrapper-2,
[data-theme="light"] .about-wrapper-3,
[data-theme="light"] .about-image-items,
[data-theme="light"] .about-image-items-2,
[data-theme="light"] .about-image-items-3,
[data-theme="light"] .about-counter-items,
[data-theme="light"] .about-counter-items-2,
[data-theme="light"] .about-counter-items-3,
[data-theme="light"] .brand-section,
[data-theme="light"] .brand-slider-wrapper,
[data-theme="light"] .lets-talk-wrapper,
[data-theme="light"] .contact-wrapper,
[data-theme="light"] .service-wrapper,
[data-theme="light"] .service-wrapper-2,
[data-theme="light"] .service-wrapper-3,
[data-theme="light"] .team-wrapper,
[data-theme="light"] .team-wrapper-2,
[data-theme="light"] .team-wrapper-3,
[data-theme="light"] .testimonial-wrapper,
[data-theme="light"] .testimonial-wrapper-2,
[data-theme="light"] .testimonial-wrapper-3,
[data-theme="light"] .project-wrapper,
[data-theme="light"] .project-wrapper-2,
[data-theme="light"] .news-wrapper,
[data-theme="light"] .news-wrapper-2,
[data-theme="light"] .cta-wrapper,
[data-theme="light"] .cta-wrapper-2,
[data-theme="light"] .hero-wrapper,
[data-theme="light"] .hero-wrapper-2,
[data-theme="light"] .hero-wrapper-3,
[data-theme="light"] .section-padding,
[data-theme="light"] .section-bg,
[data-theme="light"] .section-bg-2 {
  background-color: #ffffff !important;
}

/* Alternate section backgrounds for visual separation */
[data-theme="light"] .section-bg,
[data-theme="light"] .section-bg-2,
[data-theme="light"] .about-wrapper-2,
[data-theme="light"] .service-wrapper-2,
[data-theme="light"] .team-wrapper-2,
[data-theme="light"] .testimonial-wrapper-2,
[data-theme="light"] .project-wrapper-2,
[data-theme="light"] .news-wrapper-2 {
  background-color: #f8f9fa !important;
}

/* Video and image elements within sections */
[data-theme="light"] .video-image,
[data-theme="light"] .video-image::before,
[data-theme="light"] .about-image,
[data-theme="light"] .service-image,
[data-theme="light"] .project-image,
[data-theme="light"] .team-image {
  background-color: transparent !important;
}

/* ========== HEADER & NAVIGATION ========== */
/* System blue background for top contact bar in light mode */
[data-theme="light"] .top-contact-bar,
[data-theme="light"] .top-contact-bar .contact-bar-wrapper,
[data-theme="light"] .top-contact-bar .mobile-contact-bar,
[data-theme="light"] .top-contact-bar .contact-info,
[data-theme="light"] .top-contact-bar .social-links {
  background-color: #007AFF !important;
}

[data-theme="light"] .top-contact-bar *,
[data-theme="light"] .top-contact-bar .contact-item,
[data-theme="light"] .top-contact-bar a,
[data-theme="light"] .top-contact-bar .contact-label {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

[data-theme="light"] .top-contact-bar .contact-item:hover,
[data-theme="light"] .top-contact-bar a:hover {
  color: #ffffff !important;
  opacity: 0.8;
}

[data-theme="light"] .top-contact-bar .social-icon {
  color: #ffffff !important;
}

[data-theme="light"] .top-contact-bar .social-icon:hover {
  color: #ffffff !important;
  opacity: 0.8;
}

[data-theme="light"] .header-1 {
  background-color: #ffffff !important;
  border-bottom: 1px solid #e0e0e0 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
}

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

[data-theme="light"] .logo img {
  filter: none !important;
}

[data-theme="light"] .main-menu ul li a {
  color: #1a1a1a !important;
}

[data-theme="light"] .main-menu ul li a:hover,
[data-theme="light"] .main-menu ul li.active a {
  color: #00A8FF !important;
}

[data-theme="light"] .main-menu ul li .submenu {
  background-color: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
}

[data-theme="light"] .main-menu ul li .submenu li a {
  color: #1a1a1a !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

[data-theme="light"] .main-menu ul li .submenu li a:hover {
  background-color: #f8f9fa !important;
  color: #00A8FF !important;
}

[data-theme="light"] .services-arrow {
  color: #1a1a1a !important;
}

/* ========== THEME TOGGLE BUTTONS ========== */
[data-theme="light"] .theme-toggle-btn {
  background-color: #f5f5f5 !important;
  color: #1a1a1a !important;
  border: 2px solid #e0e0e0 !important;
}

[data-theme="light"] .theme-toggle-btn:hover {
  background-color: #00A8FF !important;
  color: #ffffff !important;
  border-color: #00A8FF !important;
}

[data-theme="light"] .theme-toggle-btn {
  background-color: #1a1a1a !important;
  border: none !important;
  color: #ffffff !important;
}

[data-theme="light"] .theme-toggle-btn:hover {
  background-color: #00A8FF !important;
  color: #ffffff !important;
}

[data-theme="light"] .theme-toggle-btn-mobile {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
  border: none !important;
}

[data-theme="light"] .theme-toggle-btn-mobile:hover {
  background-color: #00A8FF !important;
  color: #ffffff !important;
}

/* ========== HAMBURGER MENU ========== */
[data-theme="light"] .sidebar__toggle {
  background-color: #f5f5f5 !important;
  color: #1a1a1a !important;
  border: 1px solid #e0e0e0 !important;
}

[data-theme="light"] .sidebar__toggle:hover {
  background-color: #00A8FF !important;
  color: #ffffff !important;
}

[data-theme="light"] .sidebar__toggle i {
  color: #1a1a1a !important;
}

[data-theme="light"] .sidebar__toggle:hover i {
  color: #ffffff !important;
}

/* ========== OFFCANVAS MOBILE MENU ========== */
[data-theme="light"] .offcanvas__info {
  background-color: #ffffff !important;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1) !important;
}

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

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

[data-theme="light"] .offcanvas__content .text {
  color: #666666 !important;
}

[data-theme="light"] .offcanvas__close button {
  color: #1a1a1a !important;
}

[data-theme="light"] .offcanvas__close button:hover {
  color: #00A8FF !important;
}

[data-theme="light"] .offcanvas-nav li a {
  color: #1a1a1a !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

[data-theme="light"] .offcanvas-nav li a:hover,
[data-theme="light"] .offcanvas-nav li.active a {
  color: #00A8FF !important;
}

[data-theme="light"] .offcanvas__contact h4 {
  color: #1a1a1a !important;
}

[data-theme="light"] .offcanvas__contact ul li a {
  color: #666666 !important;
}

[data-theme="light"] .offcanvas__contact ul li a:hover {
  color: #00A8FF !important;
}

[data-theme="light"] .offcanvas__contact ul li i {
  color: #00A8FF !important;
}

[data-theme="light"] .social-icon a {
  background-color: #f5f5f5 !important;
  color: #1a1a1a !important;
}

[data-theme="light"] .social-icon a:hover {
  background-color: #00A8FF !important;
  color: #ffffff !important;
}

[data-theme="light"] .mobile-menu-social-icon a {
  background-color: #f5f5f5 !important;
  color: #1a1a1a !important;
}

[data-theme="light"] .mobile-menu-social-icon a:hover {
  background-color: #00A8FF !important;
  color: #ffffff !important;
}

[data-theme="light"] .offcanvas__overlay {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* ========== BUTTONS ========== */
[data-theme="light"] .theme-btn {
  background-color: #00A8FF !important;
  color: #ffffff !important;
  border: 2px solid #00A8FF !important;
}

[data-theme="light"] .theme-btn:hover {
  background-color: #0088cc !important;
  color: #ffffff !important;
  border-color: #0088cc !important;
}

[data-theme="light"] .theme-btn.style-2 {
  background-color: transparent !important;
  color: #00A8FF !important;
  border: 2px solid #00A8FF !important;
}

[data-theme="light"] .theme-btn.style-2:hover {
  background-color: #00A8FF !important;
  color: #ffffff !important;
}

/* ========== HERO SECTION ========== */
[data-theme="light"] .hero-section {
  background-color: transparent !important;
}

[data-theme="light"] .hero-section.hero-3 {
  background-color: transparent !important;
}

[data-theme="light"] .hero-bg img {
  opacity: 0.05 !important;
}

[data-theme="light"] .hero-content h1,
[data-theme="light"] .hero-content h2,
[data-theme="light"] .hero-content h3,
[data-theme="light"] .hero-content h6 {
  color: #1a1a1a !important;
}

[data-theme="light"] .hero-content p {
  color: #666666 !important;
}

[data-theme="light"] .typing-text {
  color: #00A8FF !important;
}

/* ========== BRAND SECTION ========== */
[data-theme="light"] .brand-section {
  background-color: #ffffff !important;
}

[data-theme="light"] .brand-slider-wrapper {
  background-color: #ffffff !important;
}

/* ========== ABOUT SECTION ========== */
[data-theme="light"] .about-section {
  background-color: #ffffff !important;
}

[data-theme="light"] .about-wrapper {
  background-color: #ffffff !important;
}

[data-theme="light"] .about-content h2,
[data-theme="light"] .about-content h3,
[data-theme="light"] .about-content h4 {
  color: #1a1a1a !important;
}

[data-theme="light"] .about-content p {
  color: #666666 !important;
}

[data-theme="light"] .about-content ul li {
  color: #666666 !important;
}

[data-theme="light"] .about-content ul li i {
  color: #00A8FF !important;
}

[data-theme="light"] .about-image-wrapper {
  background-color: #f5f5f5 !important;
}

/* ========== SERVICE SECTION ========== */
[data-theme="light"] .service-section {
  background-color: #f8f9fa !important;
}

[data-theme="light"] .service-wrapper {
  background-color: #f8f9fa !important;
}

[data-theme="light"] .service-card,
[data-theme="light"] .service-box-items {
  background-color: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
}

[data-theme="light"] .service-card:hover,
[data-theme="light"] .service-box-items:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important;
  border-color: #00A8FF !important;
}

[data-theme="light"] .service-card h3,
[data-theme="light"] .service-card h4,
[data-theme="light"] .service-box-items h3,
[data-theme="light"] .service-box-items h4,
[data-theme="light"] .service-box-items .content h3,
[data-theme="light"] .service-box-items .content h3 a {
  color: #1a1a1a !important;
}

[data-theme="light"] .service-card p,
[data-theme="light"] .service-box-items p {
  color: #666666 !important;
}

[data-theme="light"] .service-btn .arrow-icon,
[data-theme="light"] .service-btn .link-btn,
[data-theme="light"] .service-box-items .content .service-btn .arrow-icon,
[data-theme="light"] .service-box-items .content .service-btn .link-btn {
  color: #1a1a1a !important;
}

[data-theme="light"] .service-btn .arrow-icon:hover,
[data-theme="light"] .service-btn .link-btn:hover,
[data-theme="light"] .service-box-items .content .service-btn .arrow-icon:hover,
[data-theme="light"] .service-box-items .content .service-btn .link-btn:hover {
  color: #00A8FF !important;
}

[data-theme="light"] .service-icon {
  background-color: #f5f5f5 !important;
  color: #00A8FF !important;
}

[data-theme="light"] .service-card:hover .service-icon {
  background-color: #00A8FF !important;
  color: #ffffff !important;
}

/* ========== TEAM SECTION ========== */
[data-theme="light"] .team-section {
  background-color: #ffffff !important;
}

[data-theme="light"] .team-wrapper {
  background-color: #ffffff !important;
}

[data-theme="light"] .team-card,
[data-theme="light"] .team-box-items {
  background-color: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
}

[data-theme="light"] .team-card:hover,
[data-theme="light"] .team-box-items:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important;
}

[data-theme="light"] .team-box-items:hover .team-content {
  background-color: #00A8FF !important;
}

[data-theme="light"] .team-box-items:hover .team-content h3 a {
  color: #ffffff !important;
}

[data-theme="light"] .team-box-items:hover .team-content p {
  color: #ffffff !important;
}

[data-theme="light"] .team-content h3,
[data-theme="light"] .team-content h4 {
  color: #1a1a1a !important;
}

[data-theme="light"] .team-content p,
[data-theme="light"] .team-content span {
  color: #666666 !important;
}

[data-theme="light"] .team-social a {
  background-color: #f5f5f5 !important;
  color: #1a1a1a !important;
}

[data-theme="light"] .team-social a:hover {
  background-color: #00A8FF !important;
  color: #ffffff !important;
}

/* ========== TESTIMONIAL SECTION ========== */
[data-theme="light"] .testimonial-section {
  background-color: #f8f9fa !important;
}

[data-theme="light"] .tesimonial-wrapper-2 {
  background-color: #f8f9fa !important;
}

[data-theme="light"] .testimonial-wrapper,
[data-theme="light"] .testimonial-card,
[data-theme="light"] .testimonial-card-items {
  background-color: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
}

[data-theme="light"] .testimonial-content p {
  color: #666666 !important;
}

[data-theme="light"] .testimonial-author h4 {
  color: #1a1a1a !important;
}

[data-theme="light"] .testimonial-author span {
  color: #666666 !important;
}

/* Testimonial Card Items - Client Info */
[data-theme="light"] .testimonial-card-items .client-info .content h5 {
  color: #1a1a1a !important;
}

[data-theme="light"] .testimonial-card-items .client-info .content span {
  color: #666666 !important;
}

[data-theme="light"] .tesimonial-wrapper-2 .testimonial-card-items .client-info .content h5 {
  color: #1a1a1a !important;
}

[data-theme="light"] .tesimonial-wrapper-2 .testimonial-card-items .client-info .content span {
  color: #666666 !important;
}

[data-theme="light"] .testimonial-quote i {
  color: #00A8FF !important;
}

/* Testimonial Stars - System Blue */
[data-theme="light"] .testimonial-card-items .testi-top .star,
[data-theme="light"] .testimonial-card-items .testi-top .star i {
  color: #00A8FF !important;
}

[data-theme="light"] .tesimonial-wrapper-2 .testimonial-card-items .testi-top .star,
[data-theme="light"] .tesimonial-wrapper-2 .testimonial-card-items .testi-top .star i {
  color: #00A8FF !important;
}

/* Testimonial Quote Icon - Black */
[data-theme="light"] .testimonial-card-items .testi-top .quote-icon img {
  filter: brightness(0) !important;
}

[data-theme="light"] .tesimonial-wrapper-2 .testimonial-card-items .testi-top .quote-icon img {
  filter: brightness(0) !important;
}

[data-theme="light"] .swiper-pagination-bullet {
  background-color: #e0e0e0 !important;
}

[data-theme="light"] .swiper-pagination-bullet-active {
  background-color: #00A8FF !important;
}

/* ========== BLOG/NEWS SECTION ========== */
[data-theme="light"] .blog-section,
[data-theme="light"] .news-section {
  background-color: #ffffff !important;
}

[data-theme="light"] .blog-wrapper,
[data-theme="light"] .news-wrapper {
  background-color: #ffffff !important;
}

[data-theme="light"] .blog-card,
[data-theme="light"] .news-card,
[data-theme="light"] .news-box-items {
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}

[data-theme="light"] .blog-card:hover,
[data-theme="light"] .news-card:hover,
[data-theme="light"] .news-box-items:hover {
  box-shadow: none !important;
}

[data-theme="light"] .blog-content h3,
[data-theme="light"] .blog-content h4,
[data-theme="light"] .news-content h3,
[data-theme="light"] .news-content h4 {
  color: #1a1a1a !important;
}

[data-theme="light"] .blog-content p,
[data-theme="light"] .news-content p {
  color: #666666 !important;
}

[data-theme="light"] .blog-meta,
[data-theme="light"] .news-meta {
  color: #999999 !important;
}

[data-theme="light"] .blog-meta i,
[data-theme="light"] .news-meta i {
  color: #00A8FF !important;
}

[data-theme="light"] .blog-tag,
[data-theme="light"] .category-tag {
  background-color: #00A8FF !important;
  color: #ffffff !important;
}

/* ========== FAQ SECTION ========== */
[data-theme="light"] .faq-section {
  background-color: #f8f9fa !important;
}

[data-theme="light"] .faq-wrapper {
  background-color: #f8f9fa !important;
}

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

[data-theme="light"] .accordion-item {
  background-color: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
}

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

[data-theme="light"] .accordion-button:not(.collapsed) {
  background-color: #f8f9fa !important;
  color: #00A8FF !important;
}

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

/* ========== CONTACT SECTION ========== */
[data-theme="light"] .contact-section {
  background-color: #ffffff !important;
}

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

[data-theme="light"] .contact-form {
  background-color: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
}

[data-theme="light"] .contact-form input,
[data-theme="light"] .contact-form textarea,
[data-theme="light"] .contact-form select {
  background-color: #ffffff !important;
  color: #1a1a1a !important;
  border: 1px solid #e0e0e0 !important;
}

[data-theme="light"] .contact-form input:focus,
[data-theme="light"] .contact-form textarea:focus,
[data-theme="light"] .contact-form select:focus {
  border-color: #00A8FF !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 168, 255, 0.25) !important;
}

[data-theme="light"] .contact-form input::placeholder,
[data-theme="light"] .contact-form textarea::placeholder {
  color: #999999 !important;
}

[data-theme="light"] .contact-info-card {
  background-color: #f8f9fa !important;
  border: 1px solid #e0e0e0 !important;
}

[data-theme="light"] .contact-info-card h4 {
  color: #1a1a1a !important;
}

[data-theme="light"] .contact-info-card p {
  color: #666666 !important;
}

[data-theme="light"] .contact-info-card i {
  color: #00A8FF !important;
}

/* ========== FOOTER ========== */
[data-theme="light"] .footer-section {
  background-color: #f8f9fa !important;
  border-top: 1px solid #e0e0e0 !important;
}

[data-theme="light"] .footer-wrapper {
  background-color: #f8f9fa !important;
}

[data-theme="light"] .footer-widget h3,
[data-theme="light"] .footer-widget h4 {
  color: #1a1a1a !important;
}

[data-theme="light"] .footer-widget p,
[data-theme="light"] .footer-widget a {
  color: #666666 !important;
}

[data-theme="light"] .footer-widget a:hover {
  color: #00A8FF !important;
}

[data-theme="light"] .footer-widget ul li {
  border-bottom: 1px solid #e0e0e0 !important;
}

[data-theme="light"] .footer-social a {
  background-color: #ffffff !important;
  color: #1a1a1a !important;
  border: 1px solid #e0e0e0 !important;
}

[data-theme="light"] .footer-social a:hover {
  background-color: #00A8FF !important;
  color: #ffffff !important;
  border-color: #00A8FF !important;
}

[data-theme="light"] .footer-bottom {
  background-color: transparent !important;
  border-top: 1px solid #e0e0e0 !important;
  color: #666666 !important;
}

[data-theme="light"] .copyright-text {
  color: #666666 !important;
}

/* ========== BREADCRUMB ========== */
[data-theme="light"] .breadcrumb-wrapper {
  background-color: #f8f9fa !important;
}

[data-theme="light"] .breadcrumb-title h1 {
  color: #1a1a1a !important;
}

[data-theme="light"] .breadcrumb ul li {
  color: #666666 !important;
}

[data-theme="light"] .breadcrumb ul li a {
  color: #666666 !important;
}

[data-theme="light"] .breadcrumb ul li a:hover {
  color: #00A8FF !important;
}

[data-theme="light"] .breadcrumb ul li.active {
  color: #00A8FF !important;
}

/* ========== PAGINATION ========== */
[data-theme="light"] .pagination {
  color: #1a1a1a !important;
}

[data-theme="light"] .pagination a,
[data-theme="light"] .page-numbers {
  background-color: #ffffff !important;
  color: #1a1a1a !important;
  border: 1px solid #e0e0e0 !important;
}

[data-theme="light"] .pagination a:hover,
[data-theme="light"] .pagination a.active,
[data-theme="light"] .page-numbers:hover,
[data-theme="light"] .page-numbers.current {
  background-color: #00A8FF !important;
  color: #ffffff !important;
  border-color: #00A8FF !important;
}

/* ========== PRELOADER ========== */
[data-theme="light"] .preloader {
  background-color: #ffffff !important;
}

[data-theme="light"] .preloader .animation-preloader {
  background-color: transparent !important;
}

[data-theme="light"] .preloader .spinner {
  border: 3px solid #e0e0e0 !important;
  border-top-color: #00A8FF !important;
  background-color: transparent !important;
}

[data-theme="light"] .preloader .txt-loading {
  background-color: transparent !important;
}

[data-theme="light"] .preloader .txt-loading .letters-loading {
  color: #00A8FF !important;
  background-color: transparent !important;
}

[data-theme="light"] .preloader .txt-loading .letters-loading::before {
  color: #1a1a1a !important;
}

[data-theme="light"] .preloader p {
  color: #1a1a1a !important;
  background-color: transparent !important;
}

[data-theme="light"] .loader {
  border-color: #e0e0e0 !important;
}

[data-theme="light"] .loader-section .bg {
  background-color: #f5f5f5 !important;
}

/* ========== BACK TO TOP BUTTON ========== */
[data-theme="light"] .back-to-top {
  background-color: #ffffff !important;
  color: #1a1a1a !important;
  border: 1px solid #e0e0e0 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

[data-theme="light"] .back-to-top:hover {
  background-color: #00A8FF !important;
  color: #ffffff !important;
  border-color: #00A8FF !important;
}

/* ========== SECTION BACKGROUNDS ========== */
[data-theme="light"] .section-bg {
  background-color: #f5f5f5 !important;
}

[data-theme="light"] .section-bg-2 {
  background-color: #ffffff !important;
}

[data-theme="light"] .section-title h2,
[data-theme="light"] .section-title h3 {
  color: #1a1a1a !important;
}

[data-theme="light"] .section-title p {
  color: #666666 !important;
}

/* ========== CARDS & CONTAINERS ========== */
[data-theme="light"] .card,
[data-theme="light"] .box-items {
  background-color: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
}

[data-theme="light"] .card:hover,
[data-theme="light"] .box-items:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important;
}

/* ========== FORMS ========== */
[data-theme="light"] input,
[data-theme="light"] textarea,
[data-theme="light"] select {
  background-color: #ffffff !important;
  color: #1a1a1a !important;
  border: 1px solid #e0e0e0 !important;
}

[data-theme="light"] input:focus,
[data-theme="light"] textarea:focus,
[data-theme="light"] select:focus {
  border-color: #00A8FF !important;
  outline: none !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 168, 255, 0.25) !important;
}

[data-theme="light"] .form-control {
  background-color: #ffffff !important;
  color: #1a1a1a !important;
  border-color: #e0e0e0 !important;
}

[data-theme="light"] label {
  color: #1a1a1a !important;
}

/* ========== TABLES ========== */
[data-theme="light"] table {
  background-color: #ffffff !important;
  color: #1a1a1a !important;
}

[data-theme="light"] table thead {
  background-color: #f8f9fa !important;
  color: #1a1a1a !important;
}

[data-theme="light"] table tbody tr {
  border-bottom: 1px solid #e0e0e0 !important;
}

[data-theme="light"] table tbody tr:hover {
  background-color: #f8f9fa !important;
}

/* ========== LISTS ========== */
[data-theme="light"] ul li,
[data-theme="light"] ol li {
  color: #666666 !important;
}

/* ========== BADGES & LABELS ========== */
[data-theme="light"] .badge {
  background-color: #00A8FF !important;
  color: #ffffff !important;
}

[data-theme="light"] .label {
  color: #1a1a1a !important;
}

/* ========== MODALS & OVERLAYS ========== */
[data-theme="light"] .modal-content {
  background-color: #ffffff !important;
  color: #1a1a1a !important;
  border: 1px solid #e0e0e0 !important;
}

[data-theme="light"] .modal-header {
  border-bottom: 1px solid #e0e0e0 !important;
}

[data-theme="light"] .modal-footer {
  border-top: 1px solid #e0e0e0 !important;
}

/* ========== SPECIAL ELEMENTS ========== */
[data-theme="light"] .divider {
  background-color: #e0e0e0 !important;
}

[data-theme="light"] hr {
  border-color: #e0e0e0 !important;
}

[data-theme="light"] blockquote {
  border-left: 4px solid #00A8FF !important;
  background-color: #f8f9fa !important;
  color: #666666 !important;
}

[data-theme="light"] code {
  background-color: #f8f9fa !important;
  color: #1a1a1a !important;
  border: 1px solid #e0e0e0 !important;
}

[data-theme="light"] pre {
  background-color: #f8f9fa !important;
  color: #1a1a1a !important;
  border: 1px solid #e0e0e0 !important;
}

/* ========== SCROLLBAR ========== */
[data-theme="light"] ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

[data-theme="light"] ::-webkit-scrollbar-track {
  background: #f5f5f5;
}

[data-theme="light"] ::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 5px;
}

[data-theme="light"] ::-webkit-scrollbar-thumb:hover {
  background: #00A8FF;
}

/* ========== TEXT SELECTION ========== */
[data-theme="light"] ::selection {
  background-color: #00A8FF;
  color: #ffffff;
}

[data-theme="light"] ::-moz-selection {
  background-color: #00A8FF;
  color: #ffffff;
}

/* ========== CURSOR STYLES ========== */
[data-theme="light"] .cursor-outer {
  border: 2px solid #00A8FF !important;
}

[data-theme="light"] .cursor-inner {
  background-color: #00A8FF !important;
}

/* ========== ARTICLE/BLOG POST CONTENT ========== */
[data-theme="light"] .news-details h2,
[data-theme="light"] .news-details h3,
[data-theme="light"] .news-details h4 {
  color: #1a1a1a !important;
}

[data-theme="light"] .news-details p {
  color: #666666 !important;
}

[data-theme="light"] .news-details ul li {
  color: #666666 !important;
}

[data-theme="light"] .news-details-area {
  background-color: #ffffff !important;
}

/* ========== MOBILE RESPONSIVE ADJUSTMENTS ========== */
@media (max-width: 991px) {
  [data-theme="light"] .mobile-menu {
    background-color: #ffffff !important;
  }
  
  [data-theme="light"] .header__hamburger {
    background-color: transparent !important;
  }
}

/* ========== COMPREHENSIVE CONTENT ITEMS ========== */
[data-theme="light"] .content-box,
[data-theme="light"] .contact-box-items,
[data-theme="light"] .news-card-items,
[data-theme="light"] .news-card-items-2,
[data-theme="light"] .blog-card,
[data-theme="light"] .team-card,
[data-theme="light"] .testimonial-card,
[data-theme="light"] .project-card {
  background-color: #ffffff !important;
  border-color: #e0e0e0 !important;
}

[data-theme="light"] .content-box h3,
[data-theme="light"] .contact-box-items h3,
[data-theme="light"] .news-card-items h3,
[data-theme="light"] .news-card-items-2 h3,
[data-theme="light"] .content-box h3 a,
[data-theme="light"] .news-card-items h3 a,
[data-theme="light"] .news-card-items-2 h3 a {
  color: #1a1a1a !important;
}

[data-theme="light"] .content-box p,
[data-theme="light"] .contact-box-items p,
[data-theme="light"] .news-card-items p,
[data-theme="light"] .news-card-items-2 p {
  color: #666666 !important;
}

[data-theme="light"] .news-card-items .news-content,
[data-theme="light"] .news-card-items-2 .news-content {
  background-color: #ffffff !important;
}

[data-theme="light"] .news-card-items .news-content span,
[data-theme="light"] .news-card-items-2 .news-content span {
  color: #666666 !important;
}

[data-theme="light"] .contact-box-items .icon {
  color: #00A8FF !important;
}

[data-theme="light"] .contact-box-items .content {
  color: #1a1a1a !important;
}

/* All divs, articles, sections inherit proper background */
[data-theme="light"] div,
[data-theme="light"] article,
[data-theme="light"] main {
  background-color: inherit !important;
}

/* Ensure all text elements are visible */
[data-theme="light"] li,
[data-theme="light"] label,
[data-theme="light"] td,
[data-theme="light"] th {
  color: #1a1a1a !important;
}

/* Override any remaining dark backgrounds */
[data-theme="light"] [class*="bg-"],
[data-theme="light"] [class*="background"] {
  background-color: inherit !important;
}

/* ========== BLOG PAGE SPECIFIC STYLES ========== */
/* News List Items */
[data-theme="light"] .news-list-wrapper .news-list-area .news-list-items {
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}

[data-theme="light"] .news-list-wrapper .news-list-area .news-list-items .content {
  background-color: transparent !important;
}

[data-theme="light"] .news-list-wrapper .news-list-area .news-list-items .content span {
  color: #666666 !important;
}

[data-theme="light"] .news-list-wrapper .news-list-area .news-list-items .content h3 {
  color: #1a1a1a !important;
}

[data-theme="light"] .news-list-wrapper .news-list-area .news-list-items .content h3 a {
  color: #1a1a1a !important;
}

[data-theme="light"] .news-list-wrapper .news-list-area .news-list-items .content h3 a:hover {
  color: #00A8FF !important;
}

[data-theme="light"] .news-list-wrapper .news-list-area .news-list-items .content p {
  color: #666666 !important;
}

[data-theme="light"] .news-list-wrapper .news-list-area .news-list-items .content .news-btn .link-btn {
  color: #1a1a1a !important;
}

[data-theme="light"] .news-list-wrapper .news-list-area .news-list-items .content .news-btn .link-btn:hover {
  color: #00A8FF !important;
}

[data-theme="light"] .news-list-wrapper .news-list-area .news-list-items .content .author-name {
  color: #00A8FF !important;
}

/* Sidebar Widgets */
[data-theme="light"] .main-sidebar .single-sidebar-widget {
  background-color: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  box-shadow: none !important;
}

[data-theme="light"] .main-sidebar .single-sidebar-widget .wid-title h3 {
  color: #1a1a1a !important;
}

[data-theme="light"] .main-sidebar .single-sidebar-widget .wid-title h3::before {
  background-color: #00A8FF !important;
}

/* Search Widget */
[data-theme="light"] .main-sidebar .single-sidebar-widget .search-widget form input {
  background-color: #ffffff !important;
  color: #1a1a1a !important;
  border: 1px solid #e0e0e0 !important;
}

[data-theme="light"] .main-sidebar .single-sidebar-widget .search-widget form input::placeholder {
  color: #999999 !important;
}

[data-theme="light"] .main-sidebar .single-sidebar-widget .search-widget form input:focus {
  border-color: #00A8FF !important;
  outline: none !important;
}

[data-theme="light"] .main-sidebar .single-sidebar-widget .search-widget form button {
  background-color: #00A8FF !important;
  color: #ffffff !important;
}

[data-theme="light"] .main-sidebar .single-sidebar-widget .search-widget form button:hover {
  background-color: #0088cc !important;
}

/* News Widget Categories */
[data-theme="light"] .main-sidebar .single-sidebar-widget .news-widget-categories ul li {
  background-color: transparent !important;
  border-bottom: 1px solid #e0e0e0 !important;
}

[data-theme="light"] .main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
  color: #1a1a1a !important;
}

[data-theme="light"] .main-sidebar .single-sidebar-widget .news-widget-categories ul li span {
  color: #666666 !important;
}

[data-theme="light"] .main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover {
  background-color: #f8f9fa !important;
}

[data-theme="light"] .main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
  color: #00A8FF !important;
}

[data-theme="light"] .main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover span {
  color: #00A8FF !important;
}

[data-theme="light"] .main-sidebar .single-sidebar-widget .news-widget-categories ul li.active {
  background-color: #00A8FF !important;
}

[data-theme="light"] .main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a {
  color: #ffffff !important;
}

[data-theme="light"] .main-sidebar .single-sidebar-widget .news-widget-categories ul li.active span {
  color: #ffffff !important;
}

/* Recent Post Area */
[data-theme="light"] .main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
  background-color: transparent !important;
}

[data-theme="light"] .main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content span {
  color: #666666 !important;
}

[data-theme="light"] .main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
  color: #1a1a1a !important;
}

[data-theme="light"] .main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a {
  color: #1a1a1a !important;
}

[data-theme="light"] .main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
  color: #00A8FF !important;
}

/* Page Navigation */
[data-theme="light"] .page-nav-wrap ul li .page-numbers {
  background-color: #ffffff !important;
  color: #1a1a1a !important;
  border: 1px solid #e0e0e0 !important;
}

[data-theme="light"] .page-nav-wrap ul li .page-numbers:hover,
[data-theme="light"] .page-nav-wrap ul li .page-numbers.current {
  background-color: #00A8FF !important;
  color: #ffffff !important;
  border-color: #00A8FF !important;
}

[data-theme="light"] .page-nav-wrap ul li .page-numbers.icon {
  background-color: transparent !important;
  border: none !important;
  color: #1a1a1a !important;
}

[data-theme="light"] .page-nav-wrap ul li .page-numbers.icon:hover {
  color: #00A8FF !important;
}


/* ========== MOBILE RESPONSIVE FIXES FOR LIGHT MODE ========== */

/* Mobile Header Fixes */
@media (max-width: 991px) {
  [data-theme="light"] .header-main {
    background-color: #ffffff !important;
  }

  [data-theme="light"] .theme-toggle-btn-mobile {
    display: inline-flex !important;
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    border: none !important;
  }

  [data-theme="light"] .header__hamburger {
    display: block !important;
  }

  [data-theme="light"] .sidebar__toggle {
    color: #1a1a1a !important;
    background-color: transparent !important;
  }

  [data-theme="light"] .sidebar__toggle:hover {
    color: #00A8FF !important;
  }
}

/* Mobile Navigation */
@media (max-width: 991px) {
  [data-theme="light"] .mean__menu-wrapper {
    background-color: #ffffff !important;
  }

  [data-theme="light"] .main-menu nav ul li a {
    color: #1a1a1a !important;
  }

  [data-theme="light"] .main-menu nav ul li a:hover {
    color: #00A8FF !important;
  }
}

/* Mobile Section Spacing */
@media (max-width: 767px) {
  [data-theme="light"] .section-padding {
    padding: 60px 0 !important;
  }

  [data-theme="light"] .hero-section {
    padding: 80px 0 !important;
  }
}

/* Mobile Typography */
@media (max-width: 575px) {
  [data-theme="light"] h1 {
    font-size: 32px !important;
  }

  [data-theme="light"] h2 {
    font-size: 28px !important;
  }

  [data-theme="light"] h3 {
    font-size: 22px !important;
  }

  [data-theme="light"] .section-title h2 {
    font-size: 28px !important;
  }
}

/* Mobile Cards and Boxes */
@media (max-width: 767px) {
  [data-theme="light"] .service-box-items,
  [data-theme="light"] .team-box-items,
  [data-theme="light"] .news-box-items {
    margin-bottom: 20px !important;
  }

  [data-theme="light"] .service-box-items {
    padding: 30px 20px !important;
  }
}

/* Mobile Footer */
@media (max-width: 991px) {
  [data-theme="light"] .footer-wrapper {
    background-color: #f8f9fa !important;
  }

  [data-theme="light"] .footer-bottom {
    background-color: transparent !important;
  }
}

/* Mobile Forms and Buttons */
@media (max-width: 575px) {
  [data-theme="light"] .theme-btn {
    padding: 12px 24px !important;
    font-size: 14px !important;
  }

  [data-theme="light"] input,
  [data-theme="light"] textarea,
  [data-theme="light"] select {
    font-size: 14px !important;
  }
}

/* Mobile Contact Bar */
@media (max-width: 991px) {
  [data-theme="light"] .top-contact-bar {
    background-color: #007AFF !important;
  }

  [data-theme="light"] .mobile-contact-bar {
    background-color: #007AFF !important;
  }

  [data-theme="light"] .mobile-contact-bar a {
    color: #ffffff !important;
  }
}

/* ========== CRITICAL MOBILE NAVBAR FIX - LIGHT MODE (FINAL) ========== */
@media (max-width: 991px) {
  [data-theme="light"] .sticky-header-wrapper,
  [data-theme="light"] .header-1,
  [data-theme="light"] .header-main,
  [data-theme="light"] .mega-menu-wrapper,
  [data-theme="light"] .header-right,
  [data-theme="light"] .theme-toggle-btn-mobile,
  [data-theme="light"] .header__hamburger,
  [data-theme="light"] .sidebar__toggle {
    all: unset;
  }

  [data-theme="light"] .sticky-header-wrapper {
    position: relative !important;
    background-color: #ffffff !important;
    width: 100% !important;
  }

  [data-theme="light"] .header-1 {
    background-color: #ffffff !important;
    padding: 0 !important;
  }

  [data-theme="light"] .header-main {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    padding: 10px 0 !important;
    width: 100% !important;
    flex-wrap: nowrap !important;
  }

  [data-theme="light"] .mega-menu-wrapper {
    width: 100% !important;
  }

  [data-theme="light"] .header-main .logo {
    flex-shrink: 0 !important;
    margin-right: 10px !important;
  }

  [data-theme="light"] .header-main .logo img {
    max-height: 40px !important;
    width: auto !important;
    height: auto !important;
  }

  [data-theme="light"] .mean__menu-wrapper {
    display: none !important;
  }

  [data-theme="light"] .header-right {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-left: auto !important;
    flex-shrink: 0 !important;
  }

  [data-theme="light"] .header-button {
    display: none !important;
  }

  [data-theme="light"] .theme-toggle-btn-mobile {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  [data-theme="light"] .header__hamburger {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  [data-theme="light"] .sidebar__toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    font-size: 18px !important;
    border: none !important;
    background: transparent !important;
    color: #1a1a1a !important;
    padding: 0 !important;
  }
}

@media (max-width: 575px) {
  [data-theme="light"] .header-main {
    padding: 8px 0 !important;
  }

  [data-theme="light"] .header-main .logo img {
    max-height: 35px !important;
  }

  [data-theme="light"] .theme-toggle-btn-mobile,
  [data-theme="light"] .sidebar__toggle {
    width: 30px !important;
    height: 30px !important;
    font-size: 16px !important;
  }
}
