/*================================================
Default CSS
=================================================*/
.switch-box .switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
}
.switch-box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f5f5f5;
  transition: 0.4s;
}
.switch-box .slider:before {
  position: absolute;
  content: "\f1bc";
  font-family: "remixicon" !important;
  color: #000000;
  font-size: 24px;
  text-align: center;
  top: 0;
  left: 0;
  transition: 0.4s;
  right: 0;
}
.switch-box input:checked + .slider {
  background-color: #f5f5f5;
}
.switch-box input:focus + .slider {
  background-color: #f5f5f5;
}
.switch-box input:checked + .slider:before {
  content: "\ef6e";
  color: #000000;
}
.switch-box .slider.round {
  border-radius: 50px;
}
.switch-box .slider.round:before {
  border-radius: 50%;
}

.theme-dark {
  /*
  Login Area Style
  ======================================================*/
  /*
  Register Area Style
  ======================================================*/
  /*
  Password Area Style
  ======================================================*/
}
.theme-dark body {
  background-color: #000000;
  color: #f1f1f1;
}
.theme-dark p {
  color: #f1f1f1;
}
.theme-dark p a {
  color: #f1f1f1 !important;
}
.theme-dark .h1, .theme-dark .h2, .theme-dark .h3, .theme-dark .h4, .theme-dark .h5, .theme-dark .h6, .theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: #ffffff !important;
}
.theme-dark .h1 a, .theme-dark .h2 a, .theme-dark .h3 a, .theme-dark .h4 a, .theme-dark .h5 a, .theme-dark .h6 a, .theme-dark h1 a, .theme-dark h2 a, .theme-dark h3 a, .theme-dark h4 a, .theme-dark h5 a, .theme-dark h6 a {
  color: #ffffff !important;
}
.theme-dark .single-footer-widget.footer-logo-area p,
.theme-dark .single-footer-widget.footer-logo-area {
    color: white !important;
}
.theme-dark .single-footer-widget.footer-useful-links-area,
.theme-dark .single-footer-widget.footer-useful-links-area h3,
.theme-dark .single-footer-widget.footer-useful-links-area p,
.theme-dark .single-footer-widget.footer-address-area,
.theme-dark .single-footer-widget.footer-address-area h3,
.theme-dark .single-footer-widget.footer-address-area p {
    color: white !important;
}
.theme-dark .banner-style-two-area::before {
  mix-blend-mode: normal !important;
}

.theme-dark .banner-content-two h1 {
  color: white !important;
}
.theme-dark .core-values-pie-container {
  background-color: transparent;
}

.theme-dark .core-value-circle-item {
  background: #1e1e1e;
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.05);
}

.theme-dark .core-value-circle-item h4 {
  color: #f0f0f0;
}

.theme-dark .core-value-circle-item i {
  color: #ff79c6; 
}

.theme-dark .core-values-pie-container .center-circle {
  background: #ff79c6;
  color: #fff;
}

.theme-dark .recuirtment-cards,
.theme-dark .hr-excellence-cards {
  background: #1e1e1e; 
  scrollbar-color: #666 #2c2c2c;
}

.theme-dark .recuirtment-cards a,
.theme-dark .hr-excellence-cards a {
  background-color: #2a2a2a;
  border: 1px solid #444;
  color: #f0f0f0;
}

.theme-dark .recuirtment-cards a:hover,
.theme-dark .hr-excellence-cards a:hover {
  background-color: #333;
  box-shadow: 0 4px 10px rgba(255, 255, 255, 0.05);
}

@media (max-width: 768px) {
  .theme-dark .recuirtment-cards a,
  .theme-dark .hr-excellence-cards a {
    min-width: 200px;
    font-size: 14px;
    padding: 12px;
  }
}

.theme-dark .organization-banner-content span,
.theme-dark .organization-banner-content p {
  color: #ffffff;
}

.theme-dark .organization-banner-content h3 {
  color: #E5CE4E !important;
}
.theme-dark .blog-area-banner {
  background-image: none; 
  background-color: #000000; 
}

.theme-dark .main-service-card {
  color: #000000 !important; 
  background-color: #ffffff !important; 
}

.theme-dark .main-service-card h4 {
  color: #000000 !important;
}

.theme-dark .bg-f4fbf6 {
  background-color: #0e0e0e;
}
.theme-dark .bg-fafafa {
  background-color: #0e0e0e;
}
.theme-dark .middle-header-area {
  background-color: #000000;
}
.theme-dark .middle-header-logo .logo-2 {
  display: block;
}
.theme-dark .middle-header-logo .logo-1 {
  display: none;
}
.theme-dark .middle-header-right-content .header-contact-box p {
  color: #ffffff;
}
.theme-dark .middle-header-right-content .header-contact-box a {
  color: #ffffff;
}
.theme-dark .middle-header-right-content .header-contact-box span {
  color: #ffffff;
}
.theme-dark .slider-item::before {
  background: linear-gradient(90deg, rgba(16, 16, 16, 0.75) 28.13%, rgba(10, 10, 10, 0) 100%);
}
.theme-dark .hero-slider.owl-theme .owl-nav [class*=owl-] {
  background-color: #000000;
  color: #ffffff;
}
.theme-dark .hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #c552a0;
  color: #ffffff;
}
.theme-dark .page-header-area .page-header-shape img {
  filter: invert(1);
}
.theme-dark .page-header-area .page-header-content ul li a {
  color: #ffffff;
}
.theme-dark .page-header-area .page-header-content ul li::before {
  color: #ffffff;
}
.theme-dark .page-header-area-thinkhr .page-header-shape img {
  filter: invert(1);
}
.theme-dark .page-header-area-thinkhr .page-header-content ul li a {
  color: #ffffff;
}
.theme-dark .page-header-area-thinkhr .page-header-content ul li::before {
  color: #ffffff;
}
.theme-dark .default-btn {
  color: #ffffff;
}
.theme-dark .value-box {
  background: #333; 
  border: 1px solid #555;
  color: #fff;
}

.theme-dark .value-box i {
  color: #c552a0; 
}

.theme-dark .value-box h4 {
  color: #fff; 
}

.theme-dark .value-box:hover {
  background: #c552a0;
  color: #fff;
}

.theme-dark .value-box:hover i {
  color: #fff;
}

.theme-dark h3, 
.theme-dark h4 {
  color: #c552a0; 
}

.theme-dark p, 
.theme-dark .text-muted {
  color: #ffffff !important; 
}

.theme-dark .card {
  background-color: #1e1e1e; 
  color: #ffffff;
  border: 1px solid #333; 
}

.theme-dark .blockquote {
  border-left: 5px solid #c552a0; 
  color: #e0e0e0;
}
.theme-dark .services-overlay-card h3 a {
  color: #000 !important; 
}
.theme-dark a {
  color: #c552a0; 
  text-decoration: none;
}

.theme-dark a:hover {
  color: #c79ec7; 
}

.theme-dark blockquote p {
  color: #000 !important;
}
.theme-dark .mvc-area-banner {
  background-color: #000; 
  background-image: none; 
  color: #fff; 
}
.theme-dark .fa-circle {
  color: #c552a0 !important; 
}

.theme-dark {
  background-color: #1e1e1e !important;
  color: #ffffff !important;
}

.theme-dark .service-card-tight h4 {
  color: #000 !important; 
}

#coreValuesChart {
  max-width: 500px; /* Larger size for clarity */
  margin: 30px auto;
}



/* Table Styling in Dark Mode */
.theme-dark #career_table {
  background-color: #1e1e1e !important;
  color: #ffffff !important;
}

.theme-dark #career_table th {
  background-color: #2b2b2b !important;
  color: #c552a0 !important;
}

.theme-dark #career_table td {
  background-color: #252525 !important;
  color: #ffffff !important;
}

.theme-dark #career_table th,
.theme-dark #career_table td {
  border: 1px solid #c552a0 !important;
}

.theme-dark .job-card {
  background-color: #1e1e1e !important; 
  color: #ffffff !important; 
  border: 1px solid #c552a0 !important; 
}

/* Dark mode inputs */
.theme-dark .form-control {
  background-color: #1e1e1e !important;
  color: #ffffff !important; 
}

.theme-dark .form-control::placeholder {
  color: #b3b3b3 !important; 
}

.theme-dark .form-control:focus {
  background-color: #252525 !important; 
  border-color: #ff8c00 !important;
  color: #ffffff !important;
}

.theme-dark .job-card h5,
.theme-dark .job-card p {
  color: #ffffff !important; 
}
.theme-dark .navbar-area {
  background-color: #0e0e0e;
}

.theme-dark .navbar-area * {
  color: #ffffff !important;
}

.theme-dark .services-tree-area,
.theme-dark .main-service-card,
.theme-dark .main-service-card-hrec,
.theme-dark .sub-service-card-page,
.theme-dark .services-tree-area * {
    color: #000 !important; 
}
.theme-dark .sub-service-card-page {
  color: #000 !important;
}

.theme-dark .services-tree-area .main-service-card,
.theme-dark .services-tree-area .main-service-card-managment {
  background-color: #1e1e1e !important;
  border: 1px solid #c552a0;
}

.theme-dark .services-tree-area .sub-service-card-page,
.theme-dark .services-tree-area .sub-service-card-thinkhr {
  background-color: #1e1e1e !important;
  border: 1px solid #333;
}

.theme-dark .services-tree-area .adler-title-box {
  background-color: #333;
  color: #fff;
}

.theme-dark .navbar-nav .nav-item .dropdown-menu {
  background-color: #1a1a1a !important;
  border: 1px solid #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.theme-dark .navbar-nav .nav-item .dropdown-menu .nav-link {
  color: #ffffff !important;
  padding: 10px 20px;
}

.theme-dark .navbar-nav .nav-item .dropdown-menu .nav-link:hover {
  background-color: #333 !important;
  color: #c552a0 !important;
}

/* Make sure the main Career link is white too */
.theme-dark .navbar-nav .nav-item > .nav-link {
  color: #ffffff !important;
}

.theme-dark .newsletter-area {
  background-color: #1a1a1a;
  color: #f0f0f0;
}

.theme-dark .newsletter-overly {
  background-color: transparent; /* Or a dark overlay if needed */
}

.theme-dark .newslatter-content span,
.theme-dark .newslatter-content h2,
.theme-dark .newslatter-content p {
  color: #ffffff;
}

.theme-dark .newsletter-form input {
  background-color: #2a2a2a;
  border: 1px solid #444;
  color: #f0f0f0;
}

.theme-dark .newsletter-form input::placeholder {
  color: #bbb;
}

.theme-dark .newsletter-form button.default-btn.active {
  color: #fff;
  border: none;
}

.theme-dark .form-result {
  color: #fff;
}

.theme-dark .navbar-area.nav-style-1 {
  background-color: transparent;
}
.theme-dark .desktop-nav .navbar-brand .main-logo {
  display: none;
}
.theme-dark .desktop-nav .navbar-brand .white-logo {
  display: block;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item a:hover, .theme-dark .desktop-nav .navbar .navbar-nav .nav-item a:focus, .theme-dark .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #c552a0;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #ffffff;
}
.theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .theme-dark .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #c552a0;
}
.theme-dark .desktop-nav .navbar .others-options.style2 .header-contact-box a {
  color: #ffffff;
}
.theme-dark .desktop-nav .navbar .others-options.style2 .header-contact-box a:hover {
  color: #c552a0;
}
.theme-dark .navbar-area.nav-style-3 {
  border-bottom: 1px solid #272727;
}
.theme-dark .banner-style-two-area {
  background-image: unset;
  background-color: #272727;
}
.theme-dark .banner-style-three-area {
  background-color: #0e0e0e;
}
.theme-dark .banner-style-three-area .shape img {
  filter: invert(1);
}
.theme-dark .about-area.style-2 .about-content .experience p {
  color: #ffffff;
}
.theme-dark .single-services-card {
  background-color: #0a0a0a;
}
.theme-dark .single-services-card .services-img {
  border-bottom: 1px solid #5e5d5d;
}
.theme-dark .single-services-card .number {
  background-color: #1b1a1a;
}
.theme-dark .single-services-box {
  background-color: #000000;
}
.theme-dark .services-slider.owl-theme .owl-nav [class*=owl-] {
  background-color: #1a1a1a;
}
.theme-dark .services-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #c552a0;
}
.theme-dark .project-area .project-shape-one {
  filter: invert(1);
}
.theme-dark .project-area .project-shape-two {
  filter: invert(1);
}
.theme-dark .project-slider.owl-theme .owl-nav [class*=owl-] {
  background-color: #100f0f;
}
.theme-dark .project-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #c552a0;
}
.theme-dark .skill-area::before {
  background-color: #000000;
}
.theme-dark .skill-bar .percent {
  color: #ffffff !important;
}
.theme-dark .single-testimonials-card {
  background-color: #0e0e0e;
}
.theme-dark .testimonials-slider.owl-theme .owl-nav [class*=owl-] {
  background-color: #100f0f;
}
.theme-dark .testimonials-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #c552a0;
}
.theme-dark .single-review-box {
  background-color: #0e0e0e;
}
.theme-dark .reviews-slider.owl-theme .owl-nav [class*=owl-] {
  background-color: #100f0f;
}
.theme-dark .reviews-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #c552a0;
}
.theme-dark .single-testimonials-box .testimonials-content {
  background-color: #000000;
}
.theme-dark .single-testimonials-box .testimonials-content::before {
  background-color: #000000;
}
.theme-dark .reviews-form .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .reviews-form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .reviews-form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .testimonials-slider2.owl-theme .owl-nav [class*=owl-] {
  background-color: #000000;
}
.theme-dark .testimonials-slider2.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #c552a0;
}
.theme-dark .single-blog-card {
  background-color: #0e0e0e;
}
.theme-dark .single-blog-card .blog-content ul li a {
  color: #ffffff;
}
.theme-dark .sidebar-widget {
  background-color: #0e0e0e;
}
.theme-dark .sidebar-widget .search-bar .form-group .form-control {
  background-color: #000000;
  color: #ffffff;
}
.theme-dark .sidebar-widget .search-bar .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .sidebar-widget .search-bar .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .Category-list ul li a {
  color: #ffffff;
}
.theme-dark .Category-list ul li a:hover {
  color: #c552a0;
}
.theme-dark .tag-cloud ul li a {
  background-color: #000000;
  color: #ffffff;
}
.theme-dark .tag-cloud ul li a:hover {
  background-color: #c552a0;
}
.theme-dark .blog-details-content .quote {
  background-color: #0e0e0e;
}
.theme-dark .blog-details-content .quote p {
  color: #ffffff;
}
.theme-dark .blog-details-content .quote span {
  color: #ffffff;
}
.theme-dark .comment-form .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .comment-form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .comment-form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .parner-overly {
  background-color: #151515;
}
.theme-dark .single-parner-box {
  background-color: #0e0e0e;
}
.theme-dark .single-parner-box img {
  filter: invert(1);
}
.theme-dark .single-benefits-box {
  background-color: #000000;
}
.theme-dark .benefits-slider.owl-theme .owl-nav [class*=owl-] {
  background-color: #000000;
}
.theme-dark .benefits-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #c552a0;
}
.theme-dark .choose-area .tab-teaser .tab-menu li a {
  color: #ffffff;
}
.theme-dark .project-slider2.owl-theme .owl-nav [class*=owl-] {
  background-color: #100f0f;
}
.theme-dark .project-slider2.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #c552a0;
}
.theme-dark .work-slider.owl-theme .owl-nav [class*=owl-] {
  background-color: #000000;
}
.theme-dark .work-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #c552a0;
}
.theme-dark .single-project-card .project-content {
  background-color: #000000;
}
.theme-dark .single-project-card.style2 .project-content span {
  color: #ffffff;
}
.theme-dark .portfolio-area .shoting-btn ul li button {
  color: #ffffff;
}
.theme-dark .project-description {
  background-color: #0e0e0e;
}
.theme-dark .project-description ul li span {
  color: #ffffff;
}
.theme-dark .portfolio-slider.owl-theme .owl-nav [class*=owl-] {
  background-color: #000000;
}
.theme-dark .portfolio-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #c552a0;
}
.theme-dark .single-team-box {
  background-color: #141414;
}
.theme-dark .newsletter-overly::before {
  background-color: #0e0e0e;
}
.theme-dark .faq-area .faq-accordion .accordion .accordion-item {
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
}
.theme-dark .faq-area .faq-accordion .accordion .accordion-title {
  color: #ffffff;
}
.theme-dark .faq-area .faq-accordion .accordion .accordion-title i {
  color: #ffffff;
  background-color: #000000;
}
.theme-dark .faq-area .faq-accordion .accordion .accordion-content {
  background-color: #000000;
}
.theme-dark .plans-switcher .toggler {
  color: #ffffff;
}
.theme-dark .plans-switcher .toggler.toggler--is-active {
  color: #c552a0;
}
.theme-dark .single-pricing-card {
  background-color: #0e0e0e;
}
.theme-dark .single-pricing-card .pricing-head-content h1 span {
  color: #ffffff;
}
.theme-dark .login {
  background-color: #0e0e0e;
}
.theme-dark .login h3 {
  border-bottom: 1px solid #595858;
}
.theme-dark .login .form-group .form-control {
  background-color: #000000;
  color: #ffffff;
}
.theme-dark .login .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .login .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .login a {
  color: #ffffff;
}
.theme-dark .register {
  background-color: #0e0e0e;
}
.theme-dark .register h3 {
  border-bottom: 1px solid #595858;
}
.theme-dark .register .form-group .form-control {
  background-color: #000000;
  color: #ffffff;
}
.theme-dark .register .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .register .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .password {
  background-color: #0e0e0e;
}
.theme-dark .password h3 {
  border-bottom: 1px solid #595858;
}
.theme-dark .password .form-group .form-control {
  background-color: #000000;
  color: #ffffff;
}
.theme-dark .password .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .password .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .privacy-content .list ul li {
  color: #ffffff;
}
.theme-dark .condition-content .list ul li {
  color: #ffffff;
}
.theme-dark .coming-soon-area::before {
  background-color: #0e0e0e;
}
.theme-dark .coming-soon-counter {
  border: 30px solid #0b0b0b;
  background-color: #0e0e0e;
}
.theme-dark .coming-soon-counter::before {
  border: 1px solid #525151;
}
.theme-dark .coming-soon-counter .list ul li {
  color: #c552a0;
}
.theme-dark .coming-soon-counter .list ul li span {
  color: #ffffff;
}
.theme-dark .coming-soon-counter .list ul li::before {
  background-color: #ffffff;
}
.theme-dark .coming-soon-counter .list ul li::after {
  background-color: #ffffff;
}
.theme-dark .coming-soon-content .top-content .coming-soon-logo .logo-2 {
  display: block;
}
.theme-dark .coming-soon-content .top-content .coming-soon-logo .logo-1 {
  display: none;
}
.theme-dark .coming-soon-content .newsletter-form .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .coming-soon-content .newsletter-form .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .coming-soon-content .newsletter-form .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .coming-soon-content .social-links ul li a {
  background-color: #0e0e0e;
  border: 1px solid #4b4a4a;
}
.theme-dark .coming-soon-content .social-links ul li a:hover {
  background-color: #c552a0;
  color: #ffffff;
}
.theme-dark .single-contact-card {
  background-color: #0e0e0e;
}
.theme-dark .single-contact-card .icon {
  background-color: #000000;
}
.theme-dark .single-contact-card a {
  color: #ffffff;
}
.theme-dark .single-contact-card a:hover {
  color: #c552a0;
}
.theme-dark .contact-form-area .contacts-form .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .contact-form-area .contacts-form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .contact-form-area .contacts-form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .cursor-outer {
  border: 2px solid #ffffff;
}
.theme-dark .cursor-inner {
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .theme-dark .mobile-responsive-nav .logo .logo-icon-2 {
    display: block;
  }
  .theme-dark .mobile-responsive-nav .logo .logo-icon-1 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .theme-dark .mobile-responsive-nav .logo .logo-icon-2 {
    display: none;
  }
  .theme-dark .mobile-responsive-nav .logo .logo-icon-1 {
    display: none;
  }
  .theme-dark .mobile-responsive-nav .logo .main-logo {
    display: none;
  }
  .theme-dark .mobile-responsive-nav .logo .white-logo {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-dark .mobile-responsive-nav .logo .logo-icon-2 {
    display: none;
  }
  .theme-dark .mobile-responsive-nav .logo .logo-icon-1 {
    display: none;
  }
  .theme-dark .mobile-responsive-nav .logo .main-logo {
    display: none;
  }
  .theme-dark .mobile-responsive-nav .logo .white-logo {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .theme-dark .navbar-area.nav-style-1 {
    background-color: #2c2c2c;
  }
  .theme-dark .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul {
    background-color: #090909;
  }
  .theme-dark .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a {
    color: #ffffff !important;
    border-top: 1px solid rgba(86, 85, 85, 0.5);
  }
}/*# sourceMappingURL=dark.css.map */

/* dark.css */

.theme-dark {
  background-color: #121212;
  color: #e0e0e0;
}

.theme-dark .section-title h3,
.theme-dark .section-title p,
.theme-dark .blog-content h6,
.theme-dark .blog-content p {
  color: #e0e0e0;
}

.theme-dark .work-fun-card {
  background-color: #1e1e1e;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 10px;
  transition: background-color 0.3s;
}

.theme-dark .blog-img img {
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(255,255,255,0.1);
}

.theme-dark .carousel-inner {
  background-color: #1c1c1c;
}

.theme-dark .join-adler-area {
  background-color: #1a1a1a !important;
}

.theme-dark .join-adler-area h2,
.theme-dark .join-adler-area p {
  color: #e0e0e0;
}

.theme-dark .shiny-btn {
  background-color: #333;
  color: #fff;
  border: 1px solid #555;
}

.theme-dark .form-section-title {
  color: #ffffff;
}

.theme-dark .form-container {
  background-color: #1e1e1e;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
}

.theme-dark .form-label,
.theme-dark label {
  color: #cccccc;
}

.theme-dark input.form-control,
.theme-dark select.form-select,
.theme-dark textarea.form-control {
  background-color: #2a2a2a;
  color: #ffffff;
  border: 1px solid #444;
}

.theme-dark input.form-control::placeholder,
.theme-dark select.form-select::placeholder,
.theme-dark textarea.form-control::placeholder {
  color: #999;
}

.theme-dark input.form-control:focus,
.theme-dark select.form-select:focus,
.theme-dark textarea.form-control:focus {
  border-color: #c552a0;
  box-shadow: 0 0 0 0.2rem rgba(197, 82, 160, 0.25);
  background-color: #2a2a2a;
  color: #fff;
}

.theme-dark .default-btn {
  background-color: #c552a0;
  color: #ffffff;
  border: none;
}

.theme-dark .g-recaptcha {
  filter: brightness(0.8);
}

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400&display=swap');

.theme-dark .design-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #1f1f1f;
  min-height: 100vh;
  padding: 100px 0;
  font-family: 'Jost', sans-serif;
}

.theme-dark .design {
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-dark .timeline {
  width: 80%;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.theme-dark .timeline-content {
  padding: 1.75rem;
  background: #1f1f1f;
  box-shadow: 5px 5px 10px #1a1a1a, -5px -5px 10px #242424;
  border-radius: 6px;
  color: #ffffff;
  transition: 0.4s ease;
  overflow-wrap: break-word !important;
  margin: 1rem;
  margin-bottom: 20px;
}

.theme-dark .timeline-component {
  margin: 0px 20px 20px 20px;
}

@media screen and (min-width: 768px) {
  .theme-dark .timeline {
    display: grid;
    grid-template-columns: 1fr 3px 1fr;
  }

  .theme-dark .timeline-middle {
    position: relative;
    background-image: linear-gradient(45deg, #F27121, #E94057, #8A2387);
    width: 3px;
    height: 100%;
  }

  .theme-dark .main-middle {
    opacity: 0;
  }

  .theme-dark .timeline-circle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-image: linear-gradient(45deg, #F27121, #E94057, #8A2387);
    transform: translateX(-50%);
  }
}

.theme-dark .design-section h2.title {
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 60px;
  animation: fadeInDown 1.5s ease-out;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  background: linear-gradient(45deg, #F27121, #E94057, #8A2387);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
