.switch-box {
  position: fixed;
  bottom: 15px;
  right: 120px;
  z-index: 9999;
}

.switch-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 1.5px solid #3D5198;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-box .slider::before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0px 15px #2020203d;
          box-shadow: 0 0px 15px #2020203d;
  background: white url("../img/night.png");
  background-repeat: no-repeat;
  background-position: center;
}

.switch-box .slider.round {
  border-radius: 34px;
}

.switch-box .slider.round::before {
  border-radius: 50%;
}

.switch-box .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}

.switch-box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-box input:checked + .slider {
  background-color: transparent;
  border: 1.5px solid #0f3041;
}

.switch-box input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #0f3041;
          box-shadow: 0 0 1px #0f3041;
}

.switch-box input:checked + .slider:before {
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
  background: white url("../img/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
}

.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: #ffffff !important;
}

.theme-dark h3 {
  color: #ffffff !important;
}

.theme-dark h3 a {
  color: #ffffff !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.theme-dark h3 a:hover {
  color: #3D5198 !important;
}

.theme-dark h2 a {
  color: #ffffff !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.theme-dark h2 a:hover {
  color: #3D5198 !important;
}

.theme-dark span {
  color: #ffffff !important;
}

.theme-dark p {
  color: #ffffff !important;
}

.theme-dark .content p {
  color: #ffffff !important;
}

.theme-dark .content p b {
  color: #ffffff !important;
}

.theme-dark body {
  background: #1d1d1d;
  color: #ffffff;
}

.theme-dark .form-group label {
  color: #ffffff;
}

.theme-dark .form-control {
  background-color: #0e0e0e !important;
  color: #ffffff !important;
}

.theme-dark .input-group {
  background-color: #0e0e0e !important;
}

.theme-dark .nice-select {
  background-color: #0e0e0e;
}

.theme-dark .list {
  background-color: #0e0e0e;
}

.theme-dark .list .option {
  color: #ffffff !important;
}

.theme-dark .option.selected {
  color: #ffffff;
  background-color: #3D5198;
}

.theme-dark .option:hover {
  color: #ffffff;
  background-color: #3D5198;
}

.theme-dark .option.focus {
  color: #ffffff;
  background-color: #3D5198;
}

.theme-dark .option.selected.focus {
  color: #ffffff;
  background-color: #3D5198;
}

.theme-dark .select-box .nice-select .list {
  background-color: #0e0e0e !important;
}

.theme-dark ul li {
  color: #ffffff !important;
}

.theme-dark .top-header {
  background-color: #0e0e0e;
}

.theme-dark .top-header .left-info li a {
  color: #ffffff;
}

.theme-dark .top-header .left-info li a:hover {
  color: #3D5198;
}

.theme-dark .top-header .left-info li a:hover i {
  color: #ffffff;
}

.theme-dark .top-header .right-info li a i {
  color: #ffffff;
  border-color: #ffffff;
}

.theme-dark .sign-in-btn a {
  color: #ffffff !important;
}

.theme-dark .sign-in-btn a i {
  color: #ffffff !important;
}

.theme-dark .sign-in-btn a:hover {
  color: #3D5198 !important;
}

.theme-dark .sign-in-btn a:hover i {
  color: #3D5198 !important;
}


.theme-dark .navbar-light .navbar-brand .logo1 {
  display: none;
}

.theme-dark .navbar-light .navbar-brand .logo2 {
  display: inline-block !important;
}

/* Fix logo visibility in dark mode - Make it white */
.theme-dark .logo img,
.theme-dark .logo-img,
.theme-dark .navbar-brand img,
.theme-dark .navbar-brand .logo-img {
  filter: brightness(0) invert(1);
}

.theme-dark .navbar-area {
  background-color: #252525;
}

.theme-dark .navbar-area .op-nav {
  background-color: #252525;
}

.theme-dark .navbar-area .op-nav nav .navbar-nav .nav-item a {
  color: #ffffff !important;
}

.theme-dark .navbar-area .op-nav nav .navbar-nav .nav-item a.active {
  color: #3D5198 !important;
}

.theme-dark .navbar-area .op-nav nav .navbar-nav .nav-item a:hover {
  color: #3D5198 !important;
}

.theme-dark .navbar-area .op-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #252525 !important;
}

.theme-dark .navbar-area .op-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #ffffff !important;
}

.theme-dark .navbar-area .op-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #3D5198 !important;
}

.theme-dark .navbar-area .op-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #3D5198 !important;
}

.theme-dark .navbar-area.is-sticky {
  background-color: #252525 !important;
}

.theme-dark .op-responsive-menu .logo .logo1 {
  display: none;
}

.theme-dark .op-responsive-menu .logo .logo2 {
  display: inline-block !important;
}

/* Fix responsive menu logo in dark mode */
.theme-dark .op-responsive-menu .logo img,
.theme-dark .op-responsive-menu .logo-img {
  filter: brightness(0) invert(1);
}

.theme-dark .op-responsive-nav {
  background-color: #252525;
}

.theme-dark .op-responsive-nav .mean-container a.meanmenu-reveal {
  color: #ffffff !important;
}

.theme-dark .op-responsive-nav .mean-container a.meanmenu-reveal span {
  background-color: #ffffff !important;
}

.theme-dark .op-responsive-nav .mean-container .navbar-nav {
  background-color: #1d1d1d;
}

.theme-dark .op-responsive-nav .mean-container .mean-nav .navbar-nav .nav-item a {
  color: #ffffff;
}

.theme-dark .op-responsive-nav .mean-container .mean-nav .navbar-nav .nav-item a.active {
  color: #3D5198 !important;
}

.theme-dark .op-responsive-nav .mean-container .mean-nav .navbar-nav .nav-item a:hover {
  color: #3D5198 !important;
}

.theme-dark .op-responsive-nav .mean-container .mean-nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #1d1d1d;
}

.theme-dark .hero-slider .hero-slider-item::before {
  background-image: none;
  background-color: #0e0e0e;
  opacity: 0.7;
}

.theme-dark .low-card, .theme-dark .low-card-two {
  background-color: #0e0e0e;
}

.theme-dark .service-area, .theme-dark .our-service-area {
  background-color: #252525;
}

.theme-dark .service-card, .theme-dark .our-service-card {
  background-color: #0e0e0e;
}

.theme-dark .choose-card i {
  background-color: #0e0e0e;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.theme-dark .signle-fun-fact {
  background-color: #0e0e0e;
}

.theme-dark .case-study-area {
  background-color: #000000;
}

.theme-dark .case-study-area .section-title h2 span {
  color: #C9A84C !important;
}

.theme-dark .testimonials-area .testimonials-slider .testimonials-slider-item .img-text {
  background-color: #252525 !important;
}

.theme-dark .testimonials-area .testimonials-slider.owl-theme .owl-nav .owl-prev, .theme-dark .testimonials-area .testimonials-slider.owl-theme .owl-nav .owl-next {
  background-color: #0e0e0e !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.theme-dark .testimonials-area .testimonials-slider.owl-theme .owl-nav .owl-prev:hover, .theme-dark .testimonials-area .testimonials-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: #3D5198 !important;
}

.theme-dark .attorney-area, .theme-dark .blog-area {
  background-color: #252525;
}

.theme-dark .attorney-card, .theme-dark .blog-card {
  background-color: #0e0e0e;
}

.theme-dark .attor-details-item .attor-details-left .attor-social-details ul li a {
  color: #ffffff;
}

.theme-dark .attor-details-item .attor-details-left .attor-social-details ul li a:hover {
  color: #3D5198;
}

.theme-dark .attor-details-item .attor-prev ul li a {
  color: #ffffff;
}

.theme-dark .services-details-content .blockquote {
  background-color: #252525;
}

.theme-dark .services-details .article-footer {
  background-color: #252525;
}

.theme-dark .services-details .comments-area .comment-author {
  color: #ffffff;
}

.theme-dark .services-details .comments-area .comment-author .fn {
  color: #ffffff !important;
}

.theme-dark .services-details .comments-area .comment-body .reply a {
  color: #ffffff;
}

.theme-dark .services-details .comment-respond .comment-form-author input, .theme-dark .services-details .comment-respond .comment-form-email input, .theme-dark .services-details .comment-respond .comment-form-url input {
  background-color: #0e0e0e;
}

.theme-dark .services-details .comment-respond textarea {
  background-color: #0e0e0e;
}

.theme-dark .side-bar-box {
  background-color: #252525;
}

.theme-dark .side-bar-box form button {
  background-color: #000000;
  color: #ffffff;
}

.theme-dark .side-bar-box ul li a {
  color: #ffffff;
}

.theme-dark .side-bar-box ul li a:hover {
  color: #3D5198;
}

.theme-dark .footer-area, .theme-dark .footer-bottom {
  background-color: #0e0e0e;
}

.theme-dark .pagination .page-item .page-link {
  background-color: #0e0e0e;
  color: #ffffff;
}

.theme-dark .pagination .page-item .page-link:hover {
  background-color: #3D5198;
  color: #ffffff;
}

.theme-dark .pagination .page-item.active .page-link {
  background-color: #3D5198;
  color: #ffffff;
}

.theme-dark .faq-area .contact-form {
  background-color: #252525;
}

.theme-dark .faq-accordion .accordion .accordion-title {
  color: #ffffff;
}

.theme-dark .faq-accordion .accordion .accordion-title i {
  color: #ffffff;
}

.theme-dark .faq-accordion .accordion .accordion-item {
  background-color: #0e0e0e;
}

.theme-dark .sign-in-area .sign-in-form .account-decs a:hover {
  color: #ffffff;
}

.theme-dark .sign-up-area .sign-up-form .form-group label a {
  color: #3D5198;
}

.theme-dark .coming-soon-area .coming-soon-contant {
  background-color: #252525;
}

.theme-dark .coming-soon-area .coming-soon-contant #timer div {
  color: #ffffff;
}

.theme-dark .error-area .error .error-btn a {
  color: #ffffff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.theme-dark .error-area .error .error-btn a:hover {
  color: #3D5198;
}
/*# sourceMappingURL=theme-dark.css.map */


/* ========================================
   COMPREHENSIVE DARK MODE FIXES
======================================== */

/* Law Cards Section */
.theme-dark .law-card-area {
  background-color: #1d1d1d;
}

.theme-dark .law-card-area .low-card {
  background-color: #252525 !important;
  border-color: rgba(255, 255, 255, 0.1);
}

.theme-dark .law-card-area .low-card h3 {
  color: #ffffff !important;
}

.theme-dark .law-card-area .low-card p {
  color: rgba(255, 255, 255, 0.85) !important;
}

.theme-dark .law-card-area .low-card i {
  color: #C9A84C !important;
}

/* All Icons */
.theme-dark i {
  color: #C9A84C !important;
}

.theme-dark .las,
.theme-dark .lab,
.theme-dark .la {
  color: #C9A84C !important;
}

/* Section Titles */
.theme-dark .section-title h2 {
  color: #ffffff !important;
}

.theme-dark .section-title p {
  color: rgba(255, 255, 255, 0.85) !important;
}

.theme-dark .section-title span {
  color: #C9A84C !important;
}

/* About Section */
.theme-dark .about-area {
  background-color: #1d1d1d;
}

.theme-dark .about-area .about-content h2 {
  color: #ffffff !important;
}

.theme-dark .about-area .about-content p {
  color: rgba(255, 255, 255, 0.85) !important;
}

.theme-dark .about-area .about-content ul li {
  color: rgba(255, 255, 255, 0.9) !important;
}

.theme-dark .about-area .about-content ul li i {
  color: #C9A84C !important;
}

/* Choose/Why Us Section */
.theme-dark .choose-area {
  background-color: #252525;
}

.theme-dark .choose-card {
  background-color: #0e0e0e;
  border-color: rgba(255, 255, 255, 0.1);
}

.theme-dark .choose-card h3 {
  color: #ffffff !important;
}

.theme-dark .choose-card p {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* Progress/Counter Section */
.theme-dark .progress-area {
  background-color: #0e0e0e;
}

.theme-dark .signle-fun-fact h3 {
  color: #ffffff !important;
}

.theme-dark .signle-fun-fact p {
  color: rgba(255, 255, 255, 0.85) !important;
}

.theme-dark .odometer {
  color: #C9A84C !important;
}

/* Contact Section */
.theme-dark .contact-area {
  background-color: #1d1d1d;
}

.theme-dark .contact-info-card {
  background-color: #252525;
  border-color: rgba(255, 255, 255, 0.1);
}

.theme-dark .contact-info-card h3 {
  color: #ffffff !important;
}

.theme-dark .contact-info-card p,
.theme-dark .contact-info-card a {
  color: rgba(255, 255, 255, 0.85) !important;
}

.theme-dark .contact-info-card i {
  color: #C9A84C !important;
}

/* Buttons */
.theme-dark .default-btn-one,
.theme-dark .default-btn-two {
  color: #ffffff !important;
  border-color: #C9A84C;
}

.theme-dark .default-btn-one:hover,
.theme-dark .default-btn-two:hover {
  background-color: #C9A84C !important;
  color: #ffffff !important;
}

/* Hero Slider Dark Mode */
.theme-dark .premium-hero .slide::after {
  background: linear-gradient(110deg,
    rgba(0, 0, 0, .92) 0%,
    rgba(0, 0, 0, .70) 55%,
    rgba(0, 0, 0, .30) 100%);
}

.theme-dark .premium-hero .slide-content h1 {
  color: #ffffff !important;
}

.theme-dark .premium-hero .slide-content p {
  color: rgba(255, 255, 255, 0.9) !important;
}

.theme-dark .premium-hero .badge-tag {
  color: #C9A84C !important;
  border-color: rgba(201, 168, 76, .45);
  background: rgba(201, 168, 76, .12);
}

.theme-dark .premium-hero .hero-arrow {
  background: rgba(0, 0, 0, .6);
  border-color: rgba(255, 255, 255, .4);
  color: #ffffff;
}

.theme-dark .premium-hero .hero-arrow:hover {
  background: #C9A84C;
  border-color: #C9A84C;
}

.theme-dark .premium-hero .hero-dot {
  background: rgba(255, 255, 255, .4);
}

.theme-dark .premium-hero .hero-dot.active {
  background: #C9A84C;
}

/* Gallery Section */
.theme-dark .gallery-area {
  background-color: #1d1d1d;
}

.theme-dark .gallery-card {
  background-color: #252525;
}

/* Partner/Client Section */
.theme-dark .partner-area {
  background-color: #252525;
}

.theme-dark .partner-card img {
  filter: brightness(0) invert(1);
  opacity: 0.7;
}

.theme-dark .partner-card:hover img {
  opacity: 1;
}

/* Page Banner */
.theme-dark .page-banner-area {
  background-color: #0e0e0e;
}

.theme-dark .page-banner-area h2 {
  color: #ffffff !important;
}

.theme-dark .page-banner-area ul li {
  color: rgba(255, 255, 255, 0.85) !important;
}

.theme-dark .page-banner-area ul li a {
  color: #C9A84C !important;
}

/* Breadcrumb */
.theme-dark .breadcrumb-item {
  color: rgba(255, 255, 255, 0.85) !important;
}

.theme-dark .breadcrumb-item.active {
  color: #C9A84C !important;
}

.theme-dark .breadcrumb-item a {
  color: #ffffff !important;
}

/* Tables */
.theme-dark table {
  background-color: #252525;
  color: #ffffff;
}

.theme-dark table th {
  background-color: #0e0e0e;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}

.theme-dark table td {
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.1);
}

/* Blockquote */
.theme-dark blockquote {
  background-color: #252525;
  border-left-color: #C9A84C;
  color: rgba(255, 255, 255, 0.9);
}

/* Links */
.theme-dark a {
  color: #C9A84C;
}

.theme-dark a:hover {
  color: #E8D5A3;
}

/* Lists */
.theme-dark ul li::before {
  color: #C9A84C !important;
}

/* Borders */
.theme-dark .bor-right {
  border-right-color: rgba(255, 255, 255, 0.1) !important;
}

.theme-dark .bor-left {
  border-left-color: rgba(255, 255, 255, 0.1) !important;
}

.theme-dark .bor-top {
  border-top-color: rgba(255, 255, 255, 0.1) !important;
}

.theme-dark .bor-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

/* Shadows */
.theme-dark .low-card:hover,
.theme-dark .service-card:hover,
.theme-dark .attorney-card:hover,
.theme-dark .blog-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

/* Gold accent elements */
.theme-dark .gold-line {
  background: linear-gradient(180deg, #C9A84C 0%, #E8D5A3 50%, #C9A84C 100%);
}

/* Ensure all text is readable */
.theme-dark * {
  border-color: rgba(255, 255, 255, 0.1);
}

/* Fix any remaining dark text on dark background */
.theme-dark .text-dark {
  color: #ffffff !important;
}

.theme-dark .bg-light {
  background-color: #252525 !important;
}

.theme-dark .bg-white {
  background-color: #1d1d1d !important;
}

/* Preloader in dark mode */
.theme-dark .preloader {
  background-color: #0e0e0e;
}

.theme-dark .preloader-inner {
  color: #ffffff;
}

.theme-dark .preloader-initials {
  color: #C9A84C;
}

.theme-dark .preloader-firm-name,
.theme-dark .preloader-tagline {
  color: rgba(255, 255, 255, 0.9);
}

/* Go to top button */
.theme-dark .go-top {
  background-color: #C9A84C;
  color: #ffffff;
}

.theme-dark .go-top:hover {
  background-color: #E8D5A3;
}


/* ========================================
   SERVICE DETAIL PAGES - DARK MODE
======================================== */

/* Service detail body */
.theme-dark .service-detail-body {
  background-color: #1d1d1d;
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Intro card */
.theme-dark .sd-intro-card {
  background-color: #252525 !important;
  border-color: rgba(255, 255, 255, 0.1);
}

.theme-dark .sd-intro-image-badge {
  background-color: #C9A84C;
  color: #ffffff;
}

.theme-dark .sd-intro-text p,
.theme-dark .sd-lead {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Section headings */
.theme-dark .sd-section-heading {
  color: #ffffff !important;
}

/* Pull quote */
.theme-dark .sd-quote {
  background-color: #252525 !important;
  border-left-color: #C9A84C;
}

.theme-dark .sd-quote p {
  color: rgba(255, 255, 255, 0.95) !important;
}

.theme-dark .sd-quote::before {
  color: #C9A84C !important;
}

/* Service cards */
.theme-dark .sd-service-card {
  background-color: #252525 !important;
  border-color: rgba(255, 255, 255, 0.1);
}

.theme-dark .sd-service-card:hover {
  background-color: #2a2a2a !important;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.5) !important;
}

.theme-dark .sd-service-icon {
  background-color: rgba(201, 168, 76, 0.15) !important;
  color: #C9A84C !important;
}

.theme-dark .sd-service-card:hover .sd-service-icon {
  background: linear-gradient(135deg, #C9A84C, #a8893a) !important;
  color: #ffffff !important;
}

.theme-dark .sd-service-content h4 {
  color: #ffffff !important;
}

.theme-dark .sd-service-content p {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* Why choose section */
.theme-dark .sd-why-choose {
  background-color: #252525 !important;
  border-color: rgba(255, 255, 255, 0.1);
}

.theme-dark .sd-why-choose h3 {
  color: #ffffff !important;
}

.theme-dark .sd-why-choose p {
  color: rgba(255, 255, 255, 0.85) !important;
}

.theme-dark .sd-why-choose ul li {
  color: rgba(255, 255, 255, 0.9) !important;
}

.theme-dark .sd-why-choose ul li i {
  color: #C9A84C !important;
}

.theme-dark .sd-why-choose ul li::before {
  color: #C9A84C !important;
}

/* Process steps */
.theme-dark .sd-process-step {
  background-color: #252525 !important;
  border-color: rgba(255, 255, 255, 0.1);
}

.theme-dark .sd-process-number {
  background-color: rgba(201, 168, 76, 0.15) !important;
  color: #C9A84C !important;
}

.theme-dark .sd-process-step h4 {
  color: #ffffff !important;
}

.theme-dark .sd-process-step p {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* FAQ section */
.theme-dark .sd-faq-item {
  background-color: #252525 !important;
  border-color: rgba(255, 255, 255, 0.1);
}

.theme-dark .sd-faq-question {
  color: #ffffff !important;
}

.theme-dark .sd-faq-answer {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* CTA section */
.theme-dark .sd-cta {
  background-color: #252525 !important;
  border-color: rgba(255, 255, 255, 0.1);
}

.theme-dark .sd-cta h3 {
  color: #ffffff !important;
}

.theme-dark .sd-cta p {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* Sidebar */
.theme-dark .sd-sidebar {
  background-color: #252525;
}

.theme-dark .sd-sidebar-widget {
  background-color: #2a2a2a !important;
  border-color: rgba(255, 255, 255, 0.1);
}

.theme-dark .sd-sidebar-widget h3 {
  color: #ffffff !important;
}

.theme-dark .sd-sidebar-widget ul li {
  color: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(255, 255, 255, 0.1);
}

.theme-dark .sd-sidebar-widget ul li a {
  color: rgba(255, 255, 255, 0.9) !important;
}

.theme-dark .sd-sidebar-widget ul li a:hover {
  color: #C9A84C !important;
}

.theme-dark .sd-sidebar-widget ul li i {
  color: #C9A84C !important;
}

/* Contact widget */
.theme-dark .sd-contact-widget {
  background-color: #C9A84C !important;
}

.theme-dark .sd-contact-widget h3 {
  color: #ffffff !important;
}

.theme-dark .sd-contact-widget p {
  color: rgba(255, 255, 255, 0.95) !important;
}

.theme-dark .sd-contact-widget .btn {
  background-color: #ffffff !important;
  color: #C9A84C !important;
}

.theme-dark .sd-contact-widget .btn:hover {
  background-color: #0e0e0e !important;
  color: #ffffff !important;
}

/* Stats/Numbers */
.theme-dark .sd-stat {
  background-color: #252525 !important;
  border-color: rgba(255, 255, 255, 0.1);
}

.theme-dark .sd-stat-number {
  color: #C9A84C !important;
}

.theme-dark .sd-stat-label {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* Testimonial in service page */
.theme-dark .sd-testimonial {
  background-color: #252525 !important;
  border-color: rgba(255, 255, 255, 0.1);
}

.theme-dark .sd-testimonial p {
  color: rgba(255, 255, 255, 0.9) !important;
}

.theme-dark .sd-testimonial-author {
  color: #ffffff !important;
}

.theme-dark .sd-testimonial-role {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* Related services */
.theme-dark .sd-related-service {
  background-color: #252525 !important;
  border-color: rgba(255, 255, 255, 0.1);
}

.theme-dark .sd-related-service h4 {
  color: #ffffff !important;
}

.theme-dark .sd-related-service p {
  color: rgba(255, 255, 255, 0.85) !important;
}

.theme-dark .sd-related-service:hover {
  background-color: #2a2a2a !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4) !important;
}

/* FORCE all text elements in service detail to be visible */
.theme-dark .service-detail-body * {
  color: inherit;
}

.theme-dark .service-detail-body h1,
.theme-dark .service-detail-body h2,
.theme-dark .service-detail-body h3,
.theme-dark .service-detail-body h4,
.theme-dark .service-detail-body h5,
.theme-dark .service-detail-body h6 {
  color: #ffffff !important;
}

.theme-dark .service-detail-body p,
.theme-dark .service-detail-body div,
.theme-dark .service-detail-body span {
  color: rgba(255, 255, 255, 0.9) !important;
}

.theme-dark .service-detail-body li {
  color: rgba(255, 255, 255, 0.9) !important;
}

.theme-dark .service-detail-body a {
  color: #C9A84C !important;
}

.theme-dark .service-detail-body a:hover {
  color: #E8D5A3 !important;
}

/* Ensure all icons are visible */
.theme-dark .service-detail-body i {
  color: #C9A84C !important;
}

.theme-dark .service-detail-body .las,
.theme-dark .service-detail-body .lab,
.theme-dark .service-detail-body .la {
  color: #C9A84C !important;
}

/* Override any white backgrounds in service detail */
.theme-dark .service-detail-body .bg-white,
.theme-dark .service-detail-body [style*="background: #fff"],
.theme-dark .service-detail-body [style*="background:#fff"],
.theme-dark .service-detail-body [style*="background: white"],
.theme-dark .service-detail-body [style*="background:white"] {
  background-color: #252525 !important;
}

/* Specific overrides for common class patterns */
.theme-dark .service-detail-body .card,
.theme-dark .service-detail-body .box,
.theme-dark .service-detail-body .panel,
.theme-dark .service-detail-body .content-box {
  background-color: #252525 !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

.theme-dark .service-detail-body .card *,
.theme-dark .service-detail-body .box *,
.theme-dark .service-detail-body .panel *,
.theme-dark .service-detail-body .content-box * {
  color: rgba(255, 255, 255, 0.9) !important;
}

.theme-dark .service-detail-body .card h1,
.theme-dark .service-detail-body .card h2,
.theme-dark .service-detail-body .card h3,
.theme-dark .service-detail-body .card h4,
.theme-dark .service-detail-body .card h5,
.theme-dark .service-detail-body .card h6 {
  color: #ffffff !important;
}

.theme-dark .service-detail-body .card i,
.theme-dark .service-detail-body .box i,
.theme-dark .service-detail-body .panel i {
  color: #C9A84C !important;
}


/* ========================================
   STATS CARD IN SIDEBAR - DARK MODE FIX
======================================== */

/* Stats card container */
.theme-dark .sd-stats-card {
  background-color: #252525 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Stat rows */
.theme-dark .sd-stat-row {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Stat numbers */
.theme-dark .sd-stat-num {
  color: #C9A84C !important;
  font-weight: 700;
}

/* Stat labels */
.theme-dark .sd-stat-label {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* CTA card in sidebar */
.theme-dark .sd-cta-card {
  background-color: #C9A84C !important;
}

.theme-dark .sd-cta-card h3 {
  color: #ffffff !important;
}

.theme-dark .sd-cta-card p {
  color: rgba(255, 255, 255, 0.95) !important;
}

.theme-dark .sd-cta-icon {
  color: #ffffff !important;
}

.theme-dark .sd-cta-icon i {
  color: #ffffff !important;
}

.theme-dark .sd-cta-card-btn {
  background-color: #ffffff !important;
  color: #C9A84C !important;
}

.theme-dark .sd-cta-card-btn:hover {
  background-color: #0e0e0e !important;
  color: #ffffff !important;
}

.theme-dark .sd-cta-phone {
  color: #ffffff !important;
}

.theme-dark .sd-cta-phone:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.theme-dark .sd-cta-phone i {
  color: #ffffff !important;
}

/* Sidebar card general */
.theme-dark .sd-sidebar-card {
  background-color: #252525 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.theme-dark .sd-sidebar-card h3 {
  color: #ffffff !important;
}

.theme-dark .sd-sidebar-card p {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* Active service link in sidebar */
.theme-dark .sd-active a {
  color: #C9A84C !important;
}


/* ========================================
   UNIVERSAL WHITE CARD FIX - DARK MODE
   Force ALL white/light backgrounds to dark
======================================== */

/* Target all elements with white or light backgrounds */
.theme-dark [style*="background:#fff"],
.theme-dark [style*="background: #fff"],
.theme-dark [style*="background:#FFF"],
.theme-dark [style*="background: #FFF"],
.theme-dark [style*="background:white"],
.theme-dark [style*="background: white"],
.theme-dark [style*="background:White"],
.theme-dark [style*="background: White"],
.theme-dark [style*="background:#ffffff"],
.theme-dark [style*="background: #ffffff"],
.theme-dark [style*="background:#FFFFFF"],
.theme-dark [style*="background: #FFFFFF"],
.theme-dark [style*="background-color:#fff"],
.theme-dark [style*="background-color: #fff"],
.theme-dark [style*="background-color:#FFF"],
.theme-dark [style*="background-color: #FFF"],
.theme-dark [style*="background-color:white"],
.theme-dark [style*="background-color: white"],
.theme-dark [style*="background-color:#ffffff"],
.theme-dark [style*="background-color: #ffffff"],
.theme-dark [style*="background-color:#FFFFFF"],
.theme-dark [style*="background-color: #FFFFFF"] {
  background-color: #252525 !important;
  background: #252525 !important;
}

/* Force all common white background classes to dark */
.theme-dark .bg-white,
.theme-dark .bg-light,
.theme-dark .bg-gray,
.theme-dark .bg-grey,
.theme-dark .background-white,
.theme-dark .white-bg,
.theme-dark .light-bg {
  background-color: #252525 !important;
}

/* Force all card-like elements to dark */
.theme-dark .card,
.theme-dark .card-body,
.theme-dark .card-content,
.theme-dark .box,
.theme-dark .box-content,
.theme-dark .panel,
.theme-dark .panel-body,
.theme-dark .content-box,
.theme-dark .info-box,
.theme-dark .feature-box,
.theme-dark .service-box,
.theme-dark .item-box,
.theme-dark .white-box {
  background-color: #252525 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Force ALL text inside these elements to be light */
.theme-dark .card *,
.theme-dark .card-body *,
.theme-dark .box *,
.theme-dark .panel *,
.theme-dark .content-box *,
.theme-dark .info-box *,
.theme-dark .feature-box *,
.theme-dark .service-box *,
.theme-dark .item-box *,
.theme-dark .white-box *,
.theme-dark .bg-white *,
.theme-dark .bg-light *,
.theme-dark [style*="background:#fff"] *,
.theme-dark [style*="background: #fff"] *,
.theme-dark [style*="background:white"] *,
.theme-dark [style*="background: white"] * {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Force headings inside cards to be white */
.theme-dark .card h1,
.theme-dark .card h2,
.theme-dark .card h3,
.theme-dark .card h4,
.theme-dark .card h5,
.theme-dark .card h6,
.theme-dark .box h1,
.theme-dark .box h2,
.theme-dark .box h3,
.theme-dark .box h4,
.theme-dark .box h5,
.theme-dark .box h6,
.theme-dark .panel h1,
.theme-dark .panel h2,
.theme-dark .panel h3,
.theme-dark .panel h4,
.theme-dark .panel h5,
.theme-dark .panel h6,
.theme-dark .bg-white h1,
.theme-dark .bg-white h2,
.theme-dark .bg-white h3,
.theme-dark .bg-white h4,
.theme-dark .bg-white h5,
.theme-dark .bg-white h6,
.theme-dark [style*="background:#fff"] h1,
.theme-dark [style*="background:#fff"] h2,
.theme-dark [style*="background:#fff"] h3,
.theme-dark [style*="background:#fff"] h4,
.theme-dark [style*="background:#fff"] h5,
.theme-dark [style*="background:#fff"] h6,
.theme-dark [style*="background:white"] h1,
.theme-dark [style*="background:white"] h2,
.theme-dark [style*="background:white"] h3,
.theme-dark [style*="background:white"] h4,
.theme-dark [style*="background:white"] h5,
.theme-dark [style*="background:white"] h6 {
  color: #ffffff !important;
}

/* Force icons inside cards to be gold */
.theme-dark .card i,
.theme-dark .box i,
.theme-dark .panel i,
.theme-dark .bg-white i,
.theme-dark [style*="background:#fff"] i,
.theme-dark [style*="background:white"] i {
  color: #C9A84C !important;
}

/* Force paragraphs and divs to be light */
.theme-dark .card p,
.theme-dark .card div,
.theme-dark .card span,
.theme-dark .box p,
.theme-dark .box div,
.theme-dark .box span,
.theme-dark .panel p,
.theme-dark .panel div,
.theme-dark .panel span,
.theme-dark .bg-white p,
.theme-dark .bg-white div,
.theme-dark .bg-white span {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Override any dark text colors */
.theme-dark .text-dark,
.theme-dark .text-black,
.theme-dark .text-gray,
.theme-dark .text-grey,
.theme-dark [style*="color:#000"],
.theme-dark [style*="color: #000"],
.theme-dark [style*="color:#333"],
.theme-dark [style*="color: #333"],
.theme-dark [style*="color:#666"],
.theme-dark [style*="color: #666"],
.theme-dark [style*="color:black"],
.theme-dark [style*="color: black"] {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Specific service detail elements */
.theme-dark .sd-intro-card,
.theme-dark .sd-service-card,
.theme-dark .sd-why-choose,
.theme-dark .sd-process-step,
.theme-dark .sd-faq-item,
.theme-dark .sd-cta,
.theme-dark .sd-sidebar-widget,
.theme-dark .sd-sidebar-card,
.theme-dark .sd-stat,
.theme-dark .sd-testimonial,
.theme-dark .sd-related-service {
  background-color: #252525 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* All text in service detail cards */
.theme-dark .sd-intro-card *,
.theme-dark .sd-service-card *,
.theme-dark .sd-why-choose *,
.theme-dark .sd-process-step *,
.theme-dark .sd-faq-item *,
.theme-dark .sd-sidebar-widget *,
.theme-dark .sd-sidebar-card * {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Headings in service detail */
.theme-dark .sd-intro-card h1,
.theme-dark .sd-intro-card h2,
.theme-dark .sd-intro-card h3,
.theme-dark .sd-intro-card h4,
.theme-dark .sd-service-card h1,
.theme-dark .sd-service-card h2,
.theme-dark .sd-service-card h3,
.theme-dark .sd-service-card h4,
.theme-dark .sd-why-choose h1,
.theme-dark .sd-why-choose h2,
.theme-dark .sd-why-choose h3,
.theme-dark .sd-why-choose h4,
.theme-dark .sd-sidebar-widget h1,
.theme-dark .sd-sidebar-widget h2,
.theme-dark .sd-sidebar-widget h3,
.theme-dark .sd-sidebar-widget h4,
.theme-dark .sd-sidebar-card h1,
.theme-dark .sd-sidebar-card h2,
.theme-dark .sd-sidebar-card h3,
.theme-dark .sd-sidebar-card h4 {
  color: #ffffff !important;
}

/* Icons in service detail */
.theme-dark .sd-intro-card i,
.theme-dark .sd-service-card i,
.theme-dark .sd-why-choose i,
.theme-dark .sd-process-step i,
.theme-dark .sd-sidebar-widget i,
.theme-dark .sd-sidebar-card i,
.theme-dark .sd-service-icon,
.theme-dark .sd-service-icon i {
  color: #C9A84C !important;
}

/* Ensure row and column containers don't interfere */
.theme-dark .row,
.theme-dark .col,
.theme-dark [class*="col-"] {
  color: inherit;
}

/* Container elements should not have background */
.theme-dark .container,
.theme-dark .container-fluid,
.theme-dark .row {
  background-color: transparent !important;
}
