  /* Dark mode */
  body.nightMode {
    background: var(--primary-black-darkest) !important;
    color: var(--primary-white-smoke) !important;
  }

  body.nightMode .o-header,
  body.nightMode .o-header.navbar.o-header-bg {
    background-color: var(--primary-black-darkest) !important;
  }


  body.nightMode .dark-mode {
    display: inline !important;
  }


  body.darkMode .printshop-master .work-title-background,
  body.darkMode .work-title-background {
    color: var(--primary-white-smoke) !important;
  }

  body.darkMode .trainerlite .ellipsis-link {
    color: #00b4d8 !important;
  }

  .dark-mode {
    display: none !important;
  }

  body.nightMode .light-mode {
    display: none;
  }

  body.nightMode .contact_about_description {
    color: var(--primary-white-smoke) !important;
  }
  
  body.nightMode .work-title-background {
    background: linear-gradient(90deg, #005262, transparent) !important;
    color: var(--primary-white-smoke) !important;
  }

  .light-mode {
    display: inline;
  }

  body.nightMode .thrindix-project-card {
    background-color: #cececeed !important;
  }

  body.nightMode .owl-trainerlite-carousel .dark-mode,
  body.nightMode .owl-printshop-carousel .dark-mode,
  body.nightMode .owl-maximum-carousel .dark-mode {
    display: block !important;
  }

  body.nightMode .o-header.navbar .navbar-brand,
  body.nightMode .o-header.navbar.navbar-light .navbar-nav .nav-link,
  body.nightMode .footer-logo .ownai-logo {
    color: var(--primary-white-smoke) !important;
  }

  body.nightMode .header .o-header.navbar.navbar-light .navbar-nav .nav-link:hover,
  body.nightMode .header .o-header.navbar.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary-cyan) !important;
  }

  body.nightMode .header .o-header.navbar.navbar-light .navbar-nav .nav-link.contactUs:hover {
    color: var(--primary-white) !important;
  }


  body.nightMode .o-megamenu-item.card {
    background-color: var(--primary-black) !important;
  }


  body.nightMode .navbar-nav .o-megamenu .nav-link:hover,
  body.nightMode .navbar-nav .o-megamenu .nav-link.active {
    color: var(--primary-white-smoke) !important;
    background-color: #00b4d8 !important;
  }

  body.nightMode .o-megamenu-item.card:hover {
    color: var(--primary-white-smoke) !important;
    background-color: #00b4d8 !important;
  }

  body.nightMode .navbar-nav .o-megamenu .nav-link.active .subText,
  body.nightMode .navbar-nav .o-megamenu .nav-link.active .title,
  body.nightMode .navbar-nav .o-megamenu .nav-link:hover .subText,
  body.nightMode .navbar-nav .o-megamenu .nav-link:hover .title,
  body.nightMode .o-megamenu-item.card:hover p {
    color: var(--primary-white-smoke) !important;
  }

  body.nightMode .navbar-light .navbar-toggler {
    color: var(--primary-white-smoke) !important;
    border-color: var(--primary-white-smoke) !important;
  }

  body.nightMode .client-read-more-link:hover {
    color: #c6c8cb !important;
  }

  /* about page */

  body.nightMode .page-content,
  body.nightMode .h3,
  body.nightMode .about-heading,
  body.nightMode .o-process .step .title,
  body.nightMode .h4,
  body.nightMode .h5,
  body.nightMode .h6,
  body.nightMode .h1,
  body.nightMode .p,
  body.nightMode .workPage .tilter__title,
  body.nightMode .nav-pills .nav-link.active,
  body.nightMode .tilter__title,
  body.nightMode .portfolio-wrapper .product__img,
  body.nightMode .redirect-here-link,
  body.nightMode .about-us-page .title {
    color: var(--primary-white-smoke) !important;
  }

  body.darkMode .printshop-master .work-title-background,
  body.darkMode .work-title-background {
    color: var(--primary-white-smoke) !important;
  }

  body.darkMode .trainerlite .ellipsis-link {
    color: #00b4d8 !important;
  }

  body.nightMode .hr {
    background-color: var(--primary-white-smoke) !important;
  }

  body.nightMode .bg-blue-dark {
    background-color: var(--primary-black) !important;
    color: #fff !important;
  }

  body.nightMode .circle-dfrens {
    background-color: var(--primary-black-darkest) !important;
  }

  body.nightMode .bg-white {
    background-color: var(--primary-white-smoke) !important;
  }

  body.nightMode .company-content {
    color: var(--primary-black-darkest) !important;
  }

  body.nightMode .about-field {
    background-color: var(--primary-black) !important;
  }

  body.nightMode .trainerlite .main-title-description {
    color: var(--primary-white-smoke) !important;
  }

  body.nightMode .printshop-master .service-title,
  body.nightMode .cloudext .service-title,
  body.nightMode .trainerlite .service-title,
  body.nightMode .ai-in-maximumlife .service-title {
    color: var(--primary-white-smoke) !important;
  }

  /* blog page */
  body.nightMode .z-depth-1 {
    background-color: var(--secondary-dark-gray) !important;
    background-color: var(--secondary-dark-gray) !important;
  }

  body.nightMode .blogListPageContent .row .border,
  body.nightMode .o-blog .row .border,
  body.nightMode .o-models .card {
    border: 1px solid var(--light-gray-border) !important;
  }

  body.nightMode .z-depth-1:hover {
    box-shadow: 0 3px 6px rgba(75, 75, 75, 0.16), 0 3px 6px rgba(75, 75, 75, 0.23)
  }

  body.nightMode .category-nav {
    background-color: var(--primary-black-darkest) !important;
  }

  /* services */
  body.nightMode .subTitle {
    color: var(--secondary-gray-light) !important;
  }

  body.nightMode .service-heading {
    color: var(--primary-black) !important;
  }

  body.nightMode .o-megamenu-item:hover {
    background-color: #eafbff !important;
    color: var(--primary-black-dark) !important;
  }

  body.nightMode .o-megamenu-item {
    color: var(--primary-white-smoke) !important;
  }

  body.nightMode .o-megamenu-item p {
    color: var(--secondary-gray-light) !important;
  }

  /* work page */
  body.nightMode .details-icon {
    color: var(--primary-white-smoke) !important;
  }

  body.nightMode .ownai-cldext-features .h6 {
    color: var(--secondary-gray-darkest) !important;
  }

  body.nightMode .ownai-features-bg .h4,
  body.nightMode .best_mng .h1,
  body.nightMode .deliveryist .h4 {
    color: var(--primary-black) !important;
  }

  body.nightMode .work-overview {
    color: #00b4d8 !important
  }

  body.nightMode .deliveryist .feature-title {
    color: var(--primary-white-smoke) !important;
  }

  body.nightMode .dotArrow1 h3,
  body.nightMode .dotArrow2 h3,
  body.nightMode .dotArrow3 h3,
  body.nightMode .dotArrow4 h3,
  body.nightMode .dotArrow5 h3,
  body.nightMode .dotArrow6 h3,
  body.nightMode .dotArrow7 h3,
  body.nightMode .dotArrow8 h3 {
    color: #90ecff !important;
  }

  /* career page */
  body.nightMode .openingCard {
    background-color: var(--secondary-dark-gray) !important;
  }

  /* body.nightMode .openingCard .h5 {
    color: var(--primary-black) !important;
  } */
  /* body.nightMode .navbar-nav .o-megamenu .nav-link:hover{background-color: #eafbff; color: #333 !important}
  body.nightMode .navbar-nav .o-megamenu .nav-link.active{background-color: #eafbff; color: #333 !important} */

  body.nightMode .careerPage .modal-content {
    background-color: var(--primary-black-darkest) !important;
  }

  body.nightMode .query-form label {
    color: var(--primary-white-smoke) !important;
  }

  body.nightMode .query-form input,
  body.nightMode .budget-select {
    border-bottom: 1px solid var(--primary-white-smoke) !important;
    color: var(--primary-white-smoke) !important;
  }

  body.nightMode .query-form .document-select {
    border: 0;
    border-bottom: none !important;
  }

  body.nightMode input::file-selector-button:hover,
  body.nightMode .close-button:hover {
    color: var(--primary-white-smoke) !important;
    background-color: var(--secondary-gray-light) !important;
    border: thin solid var(--secondary-gray-light) !important;
  }

  body.nightMode input::file-selector-button {
    background-color: var(--primary-white-smoke) !important;
    color: var(--primary-black-darkest) !important;
  }

  /* Home page */
  body.nightMode .o-clients .client-logo {
    background-color: var(--primary-white-smoke) !important;
  }

  body.nightMode .o-clients {
    padding: 90px 0px;
  }

  body.nightMode .o-testimonials {
    background: var(--secondary-dark-gray) !important;
  }

  body.nightMode .o-experties .o-experties-card {
    background-color: var(--primary-black-darkest) !important;
    border: 1px solid var(--light-gray-border) !important;
  }

  body.nightMode .o-experties .o-experties-card h2,
  body.nightMode .o-experties .o-experties-card p,
  body.nightMode .o-models .card h3,
  body.nightMode .o-models .card p,
  body.nightMode .o-capability-models .card h3,
  body.nightMode .our-process .card h3,
  body.nightMode .experience-content .card h3,
  body.nightMode .business-benefit .card h3,
  body.nightMode .o-capability-models .card p,
  body.nightMode .our-process .card p,
  body.nightMode .experience-content .card p,
  body.nightMode .business-benefit .card p,
  body.nightMode .web-app-development-technology,
  body.nightMode .progressive-app-development-technology,
  body.nightMode .es-development-technology,
  body.nightMode .read-more-link {
    color: var(--primary-white-smoke) !important;
  }

  body.nightMode .o-models .card,
  body.nightMode .o-capability-models .card,
  body.nightMode .experience-content .card,
  body.nightMode .business-benefit .card,
  body.nightMode .o-models .card-footer,
  body.nightMode .o-testimonials .card,
  body.nightMode .o-testimonials .card-footer,
  body.nightMode .accordion-item,
  body.nightMode .accordion-button {
    background-color: var(--primary-black-darkest) !important
  }

  body.nightMode .o-testimonials .owl-carousel.owl-theme .item .card-footer .subText {
    color: var(--secondary-gray-light) !important;
  }

  body.nightMode .o-models .card .card-footer {
    border-top-color: rgb(222 226 230 / 16%) !important;
  }

  body.nightMode .follow,
  body.nightMode .socia-media-icon a {
    color: var(--primary-white-smoke) !important;
  }

  body.nightMode .follow:after {
    background-color: var(--primary-white-smoke) !important;
  }

  body.nightMode .service-read-more-link .read-more-text,
  body.nightMode .service-read-more-link .read-more-icon {
    color: #FFF;
  }



  /* site map  */
  body.nightMode .ownai-sitemap .sitemapLink {
    background-color: var(--secondary-dark-gray) !important;
  }

  body.nightMode .ownai-sitemap .sitemapLink:hover {
    color: #fff;
    background-color: #00b4d8 !important;
  }

  /* client say modal */
  body.nightMode .modelHeader {
    background-color: var(--primary-black-darkest) !important
  }

  body.nightMode .modal-body {
    background-color: var(--primary-black-darkest) !important
  }

  body.nightMode .bg-blue-button:hover {
    background-color: #2a2a2c !important;
  }

  body.nightMode .o-blog .readMoreBtn:hover {
    background-color: #1299b4 !important;
    color: #FFF !important;
  }

  /* for cloud ext */
  body.nightMode .bg-new-dark-blue-light {
    background-color: var(--secondary-dark-gray) !important;
  }

  body.nightMode .bg-new-dark-blue-light p,
  body.nightMode .bg-new-dark-blue-light span,
  body.nightMode .ownai-cldext-features span,
  body.nightMode .ownai-cldext-features .list-group-item .card .row,
  body.nightMode .ownai-cldext-features .list-group-item .card h3,
  body.nightMode .custom-software-solution li::before,
  body.nightMode .web-app-development-technology i,
  body.nightMode .progressive-app-development-technology i,
  body.nightMode .es-development-technology i {
    color: var(--primary-white-smoke) !important;
  }

  body.nightMode .ownai-cldext-features,
  body.nightMode .ownai-cldext-features .list-group-item {
    background: var(--primary-black-darkest) !important;
  }

  body.nightMode .ownai-cldext-features .list-group-item .card,
  body.nightMode .ask-us-quesation,
  body.nightMode .web-app-development-technology,
  body.nightMode .progressive-app-development-technology,
  body.nightMode .contact-us-div,
  body.nightMode .our-process,
  body.nightMode .our-process .card,
  body.nightMode .looking-for-fd {
    background-color: var(--secondary-dark-gray) !important;
  }

  /* phone icons */
  body.nightMode .lightmode-icon {
    display: none;
  }

  body.nightMode .darkmode-icon {
    display: inline-block !important;
  }

  /* saas application development page*/
  body.nightMode .accordion .card,
  body.nightMode .qt-card {
    background-color: var(--primary-black-darkest) !important;
  }

  body.nightMode .accordion .card {
    border-bottom: 1px solid var(--light-gray-border) !important;
  }

  body.nightMode .accordion p,
  body.nightMode .accordion ul {
    color: #cdc9c9 !important;
  }

  body.nightMode .o-capability-models .card {
    border: 1px solid var(--light-gray-border) !important;
  }

  body.nightMode .responsive-img-div {
    margin-top: 120px;
  }

  /* scroll to top button */
  body.nightMode .scrollTop.progress-wrap .progress-circle .background {
    stroke: var(--secondary-gray-light);
  }


  .scrollTop.progress-wrap .progress-circle .path {
    stroke: var(--secondary-mid-gray);
  }

  /* tech we use tab view  */
  body.nightMode .main-content .tech-we-use-section .content-container .title,
  body.nightMode .main-content .tech-we-use-section .content-container .technologies-tab .nav-tabs .nav-link,
  body.nightMode .main-content .tech-we-use-section .content-container .technologies-tab .tab-content .tab-items-list .tab-items-row .tab-item .icon-block .technology-name {
    color: var(--primary-white-smoke) !important;
  }

  /* AI & Ml Service page */
  body.nightMode .ai-ml-development-main-content .content-section .overview-section .overview-content .title-wrapper .title,
  body.nightMode .ai-ml-development-main-content .content-section .capabilities-section .capabilities-list-wrapper .title,
  body.nightMode .ai-ml-development-main-content .content-section .capabilities-section .capabilities-title-wrapper .title,
  body.nightMode .ai-ml-development-main-content .content-section .capabilities-section .capabilities-list-wrapper .capabilities-list .list-item:not(.active),
  body.nightMode .ai-ml-development-main-content .content-section .capabilities-section .capabilities-content-wrapper .capabilities-content-row .content-column .capabilities-content .title,
  body.nightMode .ai-ml-development-main-content .content-section .capabilities-section .capabilities-content-wrapper .capabilities-content-row .content-column .capabilities-content .description,
  body.nightMode .ai-ml-development-main-content .content-section .capabilities-section .capabilities-content-wrapper .capabilities-content-row .content-column .capabilities-content .key-points-list .keypoint,
  body.nightMode .ai-ml-development-main-content .content-section .capabilities-section .capabilities-content-wrapper .capabilities-content-row .content-column .capabilities-content .sub-title-list,
  body.nightMode .ai-ml-development-main-content .content-section .capabilities-section .capabilities-content-wrapper .capabilities-content-row .content-column .capabilities-content .sub-title-list-bold,
  body.nightMode .ai-ml-development-main-content .content-section .capabilities-section .capabilities-content-wrapper .capabilities-content-row .content-column .capabilities-content .sub-description,
  body.nightMode .ai-ml-development-main-content .content-section .capabilities-section .capabilities-content-wrapper .capabilities-content-row .content-column .capabilities-content .list-bullets,
  body.nightMode .ai-ml-development-main-content .content-section .industries-section .industries-content-wrapper .title,
  body.nightMode .ai-ml-development-main-content .content-section .industries-section .industries-content-wrapper .description,
  body.nightMode .ai-ml-development-main-content .content-section .development-process-section .title,
  body.nightMode .ai-ml-development-main-content .content-section .development-process-section .description,
  body.nightMode .ai-ml-development-main-content .content-section .development-process-section .process-cards .card-wrapper .process-card .process-card-title,
  body.nightMode .ai-ml-development-main-content .content-section .development-process-section .process-cards .card-wrapper .process-card .process-card-description,
  body.nightMode .ai-ml-development-main-content .content-section .why-ownai-section .content-wrapper .why-ownai-section-content .title,
  body.nightMode .ai-ml-development-main-content .content-section .why-ownai-section .content-wrapper .why-ownai-section-content .description,
  body.nightMode .ai-ml-development-main-content .content-section .why-ownai-section .content-wrapper .why-ownai-section-content .bold-description,
  body.nightMode .ai-ml-development-main-content .content-section .why-ownai-section .content-wrapper .why-ownai-section-content .sub-title-list,
  body.nightMode .ai-ml-development-main-content .content-section .why-ownai-section .content-wrapper .why-ownai-section-content .points-list .point-list-item {
    color: var(--primary-white-smoke) !important;
  }

  body.nightMode .ai-ml-development-main-content .content-section .development-process-section .process-cards .card-wrapper .process-card {
    background-color: var(--secondary-dark-gray-blue) !important;

  }

  body.nightMode .ai-ml-development-main-content .content-section .overview-section .overview-content .content-wrapper .content-paragraph {
    color: var(--secondary-darkmode-text-dim-gray) !important;
  }

  body.nightMode .ai-ml-development-main-content .content-section .overview-section {
    background-color: var(--secondary-darkmode-light-black) !important;
  }

  /* case studies */
  body.nightMode .case-studies-section {
    background-color: var(--primary-dark-navy);
  }

  body.nightMode .case-studies-section .case-studies-stats-section .stats-content-container .stats-content-row .stats-content .stats-count,
  body.nightMode .case-studies-section .impact-section .impact-content-container .impact-cards-list .impact-card-wrapper .impact-card .impact-percentage {
    color: var(--primary-cyan) !important;
  }

  body.nightMode .case-studies-section .about-the-case-section .about-case-container .about-case-card .about-case-card-content-wrapper .about-case-card-content .card-title,
  body.nightMode .case-studies-section .challenges-section .challenges-container .challenges-title,
  body.nightMode .case-studies-section .challenges-section .challenges-content-row .challenges-card-wrapper .card .card-title,
  body.nightMode .case-studies-section .solution-section .solution-container .solution-title,
  body.nightMode .case-studies-section .impact-section .impact-content-container .impact-title,
  body.nightMode .case-studies-section .impact-section .impact-content-container .impact-cards-list .impact-card-wrapper .impact-card .impact-title-text,
  body.nightMode .case-studies-section .conclusion-section .conclusion-content-container .conclusion-title,
  body.nightMode .case-studies-section .related-case-studies-section .related-case-studies-container .related-case-studies-title,
  body.nightMode .case-studies-section .related-case-studies-section .related-case-studies-container .case-studies-cards .case-studies-card-wrapper .card .card-body .card-title {
    color: var(--primary-white) !important;
  }

  body.nightMode .case-studies-section .challenges-section,
  body.nightMode .case-studies-section .impact-section {
    background-color: var(--primary-dark-blue) !important;
  }

  body.nightMode .case-studies-section .case-studies-stats-section .stats-content-container .stats-content-row .stats-content .stats-description {
    color: var(--secondary-lighten-gray) !important;
  }

  body.nightMode .case-studies-section .about-the-case-section .about-case-container .about-case-card .about-case-card-content-wrapper .about-case-card-content .card-text,
  body.nightMode .case-studies-section .challenges-section .challenges-content-row .challenges-card-wrapper .card .card-text,
  body.nightMode .case-studies-section .solution-section .solution-container .solution-description,
  body.nightMode .case-studies-section .impact-section .impact-content-container .impact-cards-list .impact-card-wrapper .impact-card .impact-description,
  body.nightMode .case-studies-section .conclusion-section .conclusion-content-container .conclusion-description,
  body.nightMode .case-studies-section .related-case-studies-section .related-case-studies-container .case-studies-cards .case-studies-card-wrapper .card .card-body .card-text {
    color: var(--secondary-light-gray-2) !important;
  }

  body.nightMode .case-studies-section .related-case-studies-section .related-case-studies-container .case-studies-cards .case-studies-card-wrapper .card {
    background-color: var(--secondary-slate-blue) !important;
  }

  body.nightMode .case-studies-section .challenges-section .challenges-content-row .challenges-card-wrapper .card {
    background: var(--secondary-slate-blue) !important;
    border: 1px solid #00758D !important;
  }

  body.nightMode .case-studies-section .solution-section .solution-container .solution-grid-container {
    background-color: #F8FEFF !important;
  }

  body.nightMode .case-studies-section .solution-section .solution-container .solution-grid-container .solution-box-wrapper .card-text {
    color: var(--primary-dark-navy) !important;
  }

  body.nightMode .case-studies-section .solution-section .solution-container .solution-grid-container .solution-box-wrapper {
    border-color: var(--primary-cyan-5) !important;
  }

  body.nightMode .case-studies-section .impact-section .impact-content-container .impact-cards-list .impact-card-wrapper .impact-card {
    background-color: var(--secondary-slate-blue) !important;
    box-shadow: 1px 3px 6px rgba(254, 254, 255, 0.2) !important;
  }

  body.nightMode .case-studies-section .contact-section .contact-content-container .contact-content-wrapper {
    background-color: #F8FEFF !important;
  }

  body.nightMode .case-studies-section .contact-section .contact-content-container .contact-content-wrapper .title-description .title {
    color: var(--primary-dark-blue) !important;
  }

  body.nightMode .case-studies-section .contact-section .contact-content-container .contact-content-wrapper .title-description .description,
  body.nightMode .case-studies-section .contact-section .contact-content-container .contact-form-wrapper .animation-wrapper .message,
  body.nightMode .case-studies-section .contact-section .contact-content-container .contact-form-wrapper .animation-wrapper .message-description {
    color: var(--primary-dark-navy) !important;
  }

  body.nightMode .case-studies-section .contact-section .contact-content-container .contact-content-wrapper .contact-form-wrapper .contact-form .input-wrapper .form-control {
    border-color: #06a3c5 !important;
    background-color: #E7FBFF !important;
    color: var(--primary-black) !important;
  }

  /* header work mega menu */
  body.nightMode .header .navbar .navbar-collapse .navbar-nav .work-mega-menu-wrapper .dropdown-menu,
  body.nightMode .header .navbar .navbar-collapse .navbar-nav .work-mega-menu-wrapper .dropdown-menu .menu-content-container .menu-content-row .images-content-wrapper .images-row .image-content-box .card {
    background-color: transparent !important;
  }

  body.nightMode .header .navbar .navbar-collapse .navbar-nav .work-mega-menu-wrapper .dropdown-menu .menu-content-container .menu-content-row .images-content-wrapper .images-row .image-content-box .card:hover {
    background-color: transparent !important;
  }

  body.nightMode .header .navbar .navbar-collapse .navbar-nav .work-mega-menu-wrapper .dropdown-menu .menu-content-container .menu-content-row .images-content-wrapper .images-row .image-content-box .card:hover .card-body .card-description {
    color: var(--secondary-gray-light) !important;
  }

  body.nightMode .header .navbar .navbar-collapse .navbar-nav .services-mega-menu-wrapper .dropdown-menu .menu-content-container .menu-content-row,
  body.nightMode .header .navbar .navbar-collapse .navbar-nav .work-mega-menu-wrapper .dropdown-menu .menu-content-container .menu-content-row {
    background-color: var(--primary-black) !important;
    box-shadow: none !important;
  }

  body.nightMode .header .navbar .navbar-collapse .navbar-nav .services-mega-menu-wrapper .dropdown-menu .dropdown-services-arrow,
  body.nightMode .header .navbar .navbar-collapse .navbar-nav .work-mega-menu-wrapper .dropdown-menu .dropdown-work-arrow {
    background-color: var(--secondary-dark-gray) !important;
    box-shadow: -1px -1px 2px rgba(255, 254, 254, 0.1) !important;
  }

  body.nightMode .header .navbar .navbar-collapse .navbar-nav .work-mega-menu-wrapper .dropdown-menu .dropdown-work-arrow-layer,
  body.nightMode .header .navbar .navbar-collapse .navbar-nav .services-mega-menu-wrapper .dropdown-menu .dropdown-services-arrow-layer {
    display: none !important;
  }

  body.nightMode .header .navbar .navbar-collapse .navbar-nav .work-mega-menu-wrapper .dropdown-menu .menu-content-container .menu-content-row .menu-content .nav .nav-list-title,
  body.nightMode .header .navbar .navbar-collapse .navbar-nav .work-mega-menu-wrapper .dropdown-menu .menu-content-container .menu-content-row .menu-content .nav .nav-link .nav-item-wrapper .title-description-wrapper .title,
  body.nightMode .header .navbar .navbar-collapse .navbar-nav .work-mega-menu-wrapper .dropdown-menu .menu-content-container .menu-content-row .menu-content .nav .nav-link .nav-item-wrapper .title-description-wrapper .description {
    color: var(--primary-white-smoke) !important;
  }

  /* testimonials */
  body.nightMode .testimonial-main-content .testimonial-section .modern-testimonials-grid .testimonial-card {
    background-color: var(--primary-black) !important;
  }

  body.nightMode .testimonial-main-content .testimonial-section .modern-testimonials-grid .testimonial-card .testimonial-user .client-details .text-muted,
  body.nightMode .testimonial-main-content .testimonial-section .modern-testimonials-grid .testimonial-card .feedback,
  body.nightMode .testimonial-main-content .testimonial-section .modern-testimonials-grid .testimonial-card .client-details .testimonial-client-name {
    color: var(--primary-white-smoke) !important;
  }

  /* home page testimonials */
  body.nightMode .testimonials-section .testimonials-container-wrapper .testimonials-row .testimonials-list .owl-carousel-testimonials .testimonial-card {
    background-color: var(--primary-black) !important;
  }

  body.nightMode .testimonials-section .testimonials-container-wrapper .testimonials-row .testimonials-list .owl-carousel-testimonials .testimonial-card .testimonial-user-row .user-details .testimonial-user-designation,
  body.nightMode .testimonials-section .testimonials-container-wrapper .testimonials-row .testimonials-list .owl-carousel-testimonials .testimonial-card .testimonial-user-row .user-details .testimonial-user-name,
  body.nightMode .testimonials-section .testimonials-container-wrapper .testimonials-row .testimonials-list .owl-carousel-testimonials .testimonial-card .testimonial-text {
    color: var(--primary-white-smoke) !important;
  }
  body.nightMode .testimonial-main-content .testimonial-section .title,
  body.nightMode .testimonial-main-content .clients-map-section .clients-map-content .title-description-container .title,
  body.nightMode .testimonial-main-content .clients-map-section .clients-map-content .title-description-container .description{
    color: var(--primary-white-smoke) !important;
  }

  /* ai services pages */
  /* intro section */
  body.nightMode .intro-section .content-wrapper .title,
  body.nightMode .intro-section .content-wrapper .description {
    color: var(--primary-white-smoke) !important;
  }

  /* add real values section */
  body.nightMode .add-real-values-section .title,
  body.nightMode .add-real-values-section .description,
  body.nightMode .add-real-values-section .main-image-values-list-wrapper .values-list-wrapper .list-paragraph,
  body.nightMode .add-real-values-section .main-image-values-list-wrapper .values-list-wrapper .values-grid .list-item .value-card .card-title,
  body.nightMode .add-real-values-section .main-image-values-list-wrapper .values-list-wrapper .values-grid .list-item .value-card .card-description {
    color: var(--primary-white-smoke) !important;
  }

  body.nightMode .add-real-values-section .main-image-values-list-wrapper .values-list-wrapper .values-grid {
    background-color: var(--primary-black) !important;
  }

  body.nightMode .add-real-values-section .main-image-values-list-wrapper .values-list-wrapper .values-grid .list-item .value-card .icon-box {
    background: #1516167a !important;
  }

  /* use cases section */
  body.nightMode .use-cases-section .content .title,
  body.nightMode .use-cases-section .content .description {
    color: var(--primary-white-smoke) !important;
  }

  body.nightMode .use-cases-section .use-cases-list .owl-carousel-use-cases .card {
    overflow: hidden !important;
    border-radius: 0px !important;
    background: transparent !important;
  }

  body.nightMode .use-cases-section .use-cases-list .owl-carousel-use-cases .card .card-img {
    border-radius: 15px !important;
  }

  body.nightMode .use-cases-section .use-cases-list .owl-carousel-use-cases .card .card-content-bg-overlay {
    border-radius: 15px !important;
  }

  /* why us section */
  body.nightMode .why-us-section .content-wrapper .title,
  body.nightMode .why-us-section .content-wrapper .description,
  body.nightMode .why-us-section .why-us-section-details-list .details-card .title,
  body.nightMode .why-us-section .why-us-section-details-list .details-card .description {
    color: var(--primary-white-smoke) !important;
  }

  body.nightMode .why-us-section .why-us-section-details-list .details-card,
  body.nightMode .why-us-section .why-us-section-details-list .details-card:nth-child(odd) {
    border-color: var(--primary-teal-blue) !important;
  }

  body.nightMode .why-us-section .why-us-section-details-list .details-card .icon-box {
    background: var(--secondary-slate-blue) !important;
  }

  /* technologies section */
  body.nightMode .technologies-section .content-wrapper .title,
  body.nightMode .technologies-section .content-wrapper .description {
    color: var(--primary-white-smoke) !important;
  }

  body.nightMode .technologies-section .techno-box-wrapper .techno-box {
    background-color: #1e293b0d !important;
    border-color: #1e293b94 !important;
  }

  body.nightMode .technologies-section .techno-box-wrapper .techno-box .icons-list .tooltip-wrapper {
    background: #16243b1f !important;
  }

  /* business solutions section */
  body.nightMode .main-content .business-solution-section .title,
  body.nightMode .main-content .business-solution-section .content-wrapper .content-details .description {
    color: var(--primary-white-smoke) !important;
  }

  /* services section */

  body.nightMode .services-solution-section .content-wrapper .title-description-wrapper .content-card .title,
  body.nightMode .services-solution-section .content-wrapper .title-description-wrapper .content-card .description,
  body.nightMode .services-solution-section .content-wrapper .details-content-wrapper .service-details .content-title-description-wrapper .title,
  body.nightMode .services-solution-section .content-wrapper .details-content-wrapper .service-details .content-title-description-wrapper .description {
    color: var(--primary-white-smoke) !important;
  }

  body.nightMode .services-solution-section .content-wrapper .services-list .list-group-item {
    background: transparent !important;
    color: var(--primary-white-smoke) !important;
  }



  /* custom ai developement */
  body.nightMode .how-does-it-work-section .intro .title,
  body.nightMode .how-does-it-work-section .intro .description,
  body.nightMode .how-does-it-work-section .image-features-list-wrapper .description,
  body.nightMode .how-does-it-work-section .image-features-list-wrapper .features .list-item {
    color: var(--primary-white-smoke) !important;
  }

  /* security section */
  body.nightMode .security-section .intro .title,
  body.nightMode .security-section .intro .description,
  body.nightMode .security-section .image-security-features-wrapper .security-features-wrapper .description,
  body.nightMode .security-section .image-security-features-wrapper .security-features-wrapper .security-features-list .list-item,
  body.nightMode .security-section .description {
    color: var(--primary-white-smoke) !important;
  }

  body.nightMode .security-section .image-security-features-wrapper .security-features-wrapper .security-features-list .list-item .icon-box {
    background: var(--secondary-slate-blue) !important;
  }

  /* who is this for section */
  body.nightMode .who-is-this-for-section .intro .title,
  body.nightMode .who-is-this-for-section .intro .description,
  body.nightMode .who-is-this-for-section .who-is-this-for-lists-wrapper .description {
    color: var(--primary-white-smoke) !important;
  }

  body.nightMode .who-is-this-for-section .who-is-this-for-lists-wrapper .who-is-this-for-lists .who-is-this-for-content .who-is-this-for-card {
    background-color: #6b7a9d14 !important;
    color: var(--primary-white-smoke) !important;
    border: 0.1px solid #6b7a9d75 !important;
  }

  /* why custom ai section */
  body.nightMode .custom-ai-section .intro .title,
  body.nightMode .custom-ai-section .intro .description,
  body.nightMode .custom-ai-section .content-wrapper .details-content-wrapper .details-accordions .card .card-header .card-header-title .btn,
  body.nightMode .custom-ai-section .content-wrapper .details-content-wrapper .details-accordions .card-body {
    color: var(--primary-white-smoke) !important;
  }

  body.nightMode .custom-ai-section .content-wrapper .details-content-wrapper .details-accordions .card .card-header .card-header-title .btn .accordion-arrow {
    border-color: var(--primary-white-smoke) !important;
  }

  body.nightMode .custom-ai-section .content-wrapper .details-content-wrapper .details-accordions .card .collapse .card-body {
    border-bottom: 0.5px solid #00d4ff99 !important;
  }


  /* ownAI process section */
  body.nightMode .ownai-process-section .content-wrapper .title-description .title,
  body.nightMode .ownai-process-section .content-wrapper .title-description .description,
  body.nightMode .ownai-process-section .stage-carousel .process-list .stage-card .card-body .title,
  body.nightMode .ownai-process-section .stage-carousel .process-list .stage-card .card-body .stage-label,
  body.nightMode .ownai-process-section .content-wrapper .process-details-wrapper .process-card .card-body .details-content .title,
  body.nightMode .ownai-process-section .content-wrapper .process-details-wrapper .process-card .card-body .details-content .description {
    color: var(--primary-white-smoke) !important;
  }

  body.nightMode .ownai-process-section .stage-carousel .process-list .stage-card {
    background: #6b7a9d14 !important;
    border: 1px solid #6b7a9d75 !important;
  }

  body.nightMode .ownai-process-section .content-wrapper .process-details-wrapper .process-card {
    background: #1A1B1D !important;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.1) !important;
  }

  /* sup vs unsup and feature enginnering section of machine learning development */
  body.nightMode .main-content .sup-unsup-section .title,
  body.nightMode .main-content .sup-unsup-section .content-wrapper .content-details .description,
  body.nightMode .main-content .sup-unsup-section .content-wrapper .content-details .comparison-content .comparison-heading,
  body.nightMode .main-content .sup-unsup-section .content-wrapper .content-details .comparison-content .description,
  body.nightMode .main-content .feature-engineering-section .title,
  body.nightMode .main-content .feature-engineering-section .content-wrapper .description,
  body.nightMode .main-content .feature-engineering-section .techniques-cards-row .technique-card .technique-card-content .techinque-description {
    color: var(--primary-white-smoke) !important;
  }

  /* why it matters section */
  body.nightMode .why-it-matters-section .why-it-matters .why-it-matters-content .title,
  body.nightMode .why-it-matters-section .why-it-matters .why-it-matters-content .description,
  body.nightMode .why-it-matters-section .why-it-matters .why-it-matters-content .why-it-matters-list-wrapper .description,
  body.nightMode .why-it-matters-section .why-it-matters .why-it-matters-content .why-it-matters-list-wrapper .why-it-matters-list .list-item .list-item-description {
    color: var(--primary-white-smoke) !important;
  }

  /* ai fine tuning */
  body.nightMode .generative-ai-services-section .intro .title,
  body.nightMode .generative-ai-services-section .intro .description,
  body.nightMode .generative-ai-services-section .image-features-list-wrapper .description {
    color: var(--primary-white-smoke) !important;
  }

  /* ai services pages :end*/

  /* cookie banner */
  body.nightMode .cookie-banner{
    background-color: #17191F !important;
    box-shadow: 0 4px 8px 0 rgba(75, 74, 74, 0.2) !important;
  }

  /* footer */
  body.nightMode .footer-section .footer-content .footer-row .footer-addresses-logos .bottom-logos-row .clutch-goodfirms-container .logos-wrapper{
    background-color: #6b7a9d14 !important;
    border: 0.1px solid #6b7a9d75 !important;
  }
  body.nightMode .footer-section .footer-content .footer-row .footer-addresses-logos .bottom-logos-row .clutch-goodfirms-container .logos-wrapper .clutch-logo-wrapper .rating-content .rating,
  body.nightMode .footer-section .footer-content .footer-row .footer-addresses-logos .bottom-logos-row .clutch-goodfirms-container .logos-wrapper .goodfirms-logo-wrapper .rating-content .rating{
    color: var(--primary-white-smoke) !important;
  }
  
  body.nightMode .footer-section .footer-content .footer-row .footer-addresses-logos .indian-address .address,
  body.nightMode .footer-section .footer-content .footer-row .footer-addresses-logos .austrian-address .address,
  body.nightMode .footer-section .footer-content .footer-row .footer-addresses-logos .indian-address .phone-number .number,
  body.nightMode .footer-section .footer-content .footer-row .footer-addresses-logos .austrian-address .phone-number .number,
  body.nightMode .footer-section .footer-content .footer-row .footer-addresses-logos .indian-address .email-address .email,
  body.nightMode .footer-section .footer-content .footer-row .footer-addresses-logos .austrian-address .email-address .email,
  body.nightMode .footer-section .footer-content .footer-row .footer-pages-list .page-list .pages-list-column .title,
  body.nightMode .footer-section .footer-bottom-content-container .content-row .copyright {
    color: var(--primary-white-smoke) !important;
  }

  /* testimonial video review modal */
  body.nightMode .testimonial-modal .modal-dialog .modal-content .modal-header .modal-title,
  body.nightMode .testimonial-modal .modal-dialog .modal-content .modal-header .close{
    color: var(--primary-cyan) !important;
  } 

  @media screen and (min-width:991.98px) {
    body.nightMode .owl-carousel-use-cases .owl-stage-outer::before {
      background: var(--primary-black-darkest) !important;
    }

    body.nightMode .services-solution-section .content-wrapper {
      cursor: url("/assets/img/mouse-scroll-cursor-white.png") 12 12, auto !important;
    }
  }