:root {
  --btn-primary-bg: #006c75;
  --btn-primary-bg-hover: #05808bff;
  --btn-primary-border: #006c75;
  --btn-primary-border-hover: #035a62ff;
  --btn-primary-color: #fff;
  --btn-radius: 6px;
  --btn-padding: 10px 12px;
  --btn-transition: all 0.3s ease;
  --btn-font-weight: 700;

  /* Text colors */
  --body-text-color: #1a1a1a;
  --heading-color: #003e43;
  --muted-text-color: #555;
}
body p {
	color: var(--body-text-color) !important;
}
body .elementor-kit-30 h1,
body .elementor-kit-30 h2,
body .elementor-kit-30 h3,
body .elementor-kit-30 h4,
body .elementor-kit-30 h5 {
	color: var(--heading-color) !important;
}
.our-services .tp-btn-gradient {
    background-color: var(--btn-primary-bg) !important;
    border: 1px solid var(--btn-primary-border) !important;
    color: var(--btn-primary-color) !important;
}
.our-services .tp-service-btn-2 {
    background-color: var(--btn-primary-bg) !important;
}
/* .cta .elementor-button, */
.btn-primary,
.btn-primary button,
.btn-primary a,
body .thm-btn.thm-btn--aso,
.about-wrapper .xb-btn a,
.core-services .tp-service-5-btn .tp-btn-border,
.new-button .elementor-button,
body header .tp-header-right-btn .tp-btn-black.d-inline-block{
    background-color: var(--btn-primary-bg) !important;
    border: 2px solid var(--btn-primary-border) !important;
    color: var(--btn-primary-color) !important;
    font-weight: var(--btn-font-weight);
    width: max-content;
    outline: none !important;
    border-radius: var(--btn-radius);
    padding: var(--btn-padding) !important;
    text-align: center;
    transition: var(--btn-transition);
  }
.cta .elementor-button svg {
	fill: var(--btn-primary-color) !important;
}
body .home-banner .thm-btn.thm-btn--aso {
	background-color: var(--btn-primary-color) !important;
    border: 2px solid var(--btn-primary-color) !important;
    color: var(--btn-primary-bg) !important;
}
h2, h3, h4, h5, h6 {
	color: 000 !important;
}
  
  .btn-primary:hover,
  .btn-primary button:hover,
  .btn-primary a:hover,
body .thm-btn.thm-btn--aso:hover,
  .about-wrapper .xb-btn a:hover,
  .core-services .tp-service-5-btn .tp-btn-border:hover,
.new-button .elementor-button:hover,
body header .tp-header-right-btn .tp-btn-black.d-inline-block:hover,
.cta .elementor-button:hover{
    background-color: var(--btn-primary-bg-hover) !important;
    border-color: var(--btn-primary-bg-hover) !important;
    color: var(--btn-primary-color) !important;
  }

  .about-wrapper {
    padding-block: 60px !important;
  }
  .about-wrapper .row {
    flex-direction: column;
  }
  .about-wrapper .row .col-lg-6.mt-50 {
    width: 100%;
    margin-bottom: 24px;
    margin-top: 0;
  }
  .about-wrapper .about-left {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .about-wrapper .about-left .title {
    font-size: 28px;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .about-wrapper .about-right .xb-item--title {
    font-size: 28px;
    margin-bottom: 18px;
  }
  .about-wrapper .about-left .about-item_box {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 0;
    width: 32%;
    font-size: 16px;
    color: #000;
    padding: 14px;
    background: #fdfdfd;
    border-radius: 16px;
    border: 1px solid #e5e5e5;
  }
  .about-wrapper .about-left .about-item_box img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
  .about-wrapper .about-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
  .about-wrapper .about-right .xb-item--holder {
    padding: 24px;
    background: #fdfdfd;
    border-radius: 16px;
    border: 1px solid #e5e5e5;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
    width: 50%;
  }
  .about-wrapper .about-right .xb-item--content {
    margin-bottom: 0;
  }
  .about-wrapper .about-left .xb-item--content,
  .about-wrapper .about-right .xb-item--content {
    color: #000 !important;
  }
  .about-wrapper .xb-btn {
    margin-top: 0 !important;
  }
  .core-services .tp-service-area.tp-service-ptb {
    padding-block: 60px !important;
  }
  .core-services .tp-service-5-content {
    padding: 14px;
    background: #fefefe;
    border-radius: 14px;
    border: 1px solid #e5e5e5;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  }
  .core-services .tp-service-5-content .tp-service-5-icon {
    margin-bottom: 16px;
  }
  .core-services .tp-service-5-content .tp-service-5-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
  }
  .core-services .tp-service-5-content .tp-service-5-title {
   font-size: 18px;
    color: var(--btn-primary-bg);
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 46px;
  }
  .core-services .tp-service-5-content p {
    color: var(--btn-primary-color);
    min-height: 80px;
    margin: 0;
  }
  .testimonial-new .tp-testimonial-3-title-box {
    text-align: center;
  }
  .testimonial-new .tp-testimonial-3-title-box .tp-section-subtitle {
    -webkit-text-fill-color: #000;
    margin-bottom: 12px;
  }
  .testimonials-new-wrapper .tp-testimonial-3-slide-content p, 
  .testimonials-new-wrapper .tp-testimonial-3-author h4, 
  .testimonials-new-wrapper .tp-testimonial-3-author span, 
  .testimonials-new-wrapper .tp-section-title.pure-blue,
  .testimonial-new .tp-testimonial-3-title-box .tp-section-title {
    color: #000 !important;
  }
  .testimonial-new .tp-testimonial-3-slide-wrap .tp-testimonial-3-slide-item {
    background-color: #f5f5f5 !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  }
  .how-help .process-item {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #000;
    padding: 18px;
    background: #fffffe;
    border-radius: 16px;
    border: 1px solid #e5e5e5;
    margin-bottom: 16px;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  }
.how-help .process-item:hover {
	border: 1px solid var(--btn-primary-bg);
}
  .how-help .process-item .xb-item--number {
    order: 1;
    font-size: 56px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #82d0c4;
    position: absolute;
    right: 10px;
    opacity: 0.8;
  }
  .how-help .process-item .xb-item--title {
    order: 2;
    color: var(--btn-primary-bg) !important;
    font-size: 24px;
	width: 16ch;
  }
  .how-help .process-item .xb-item--contact {
    order: 3;
    margin: 0;
  }
  .how-help .sa-process_right {
    position: sticky;
    top: 90px;
  }
  .how-help .sa-process_right img {
    border-radius: 16px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  }
  footer .tp-footer-widget-title {
    color: #ffffff !important;
  }
.industries-serve .card,
.card{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px !important;
}
body .tp-contact-2-info-item { padding: 16px;}
	
body .contact_form .tp-contact-2-info > span {
		color: #006c75 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
.tp-contact-2-info-wrap .tp-contact-2-info span{
  line-height: 1.5;
}
	
body .tp-contact-2-info-icon {
    margin-right: 16px;
}
	
body .contact_form .tp-contact-2-info-icon span {
		background-color: #006c75 !important;
	}
	
body .tp-contact-from-wrap {
		border-radius: 15px;
    transition: all 0.3s;
    border: 1px solid rgba(22, 22, 25, 0.2);
    padding: 20px;
}
body .wpcf7 label {
	color: #000;
}
.wpcf7 form.invalid .wpcf7-response-output {
	display: none !important;
}
.ai-services .core-services img {
	margin-top: 0;
}
  @media (max-width: 1024px) {
    header .tp-header-right-btn .tp-btn-black.d-inline-block {
        padding: 6px;
    font-size: 12px !important;
    }
    header .tp-header-5-menu-bar .tp-offcanvas-open-btn {
        padding: 0;
        background: none;
        display: block;
    }
    header .col-xl-4:has(tp-header-right) {
        padding-left: 0 !important;
    }
  }
  @media (max-width: 767px) {
    .elementor-kit-30 h2 {
        font-size: 22px !important;
    }
    .about-wrapper .about-left .about-item_box,
    .about-wrapper .about-right .xb-item--holder {
        width: 100%;
    }
    .about-wrapper .about-right {
        gap: 8px;
        flex-direction: column;
    }
    .innomax_process > .row.flex-row-reverse {
        gap: 16px;
        padding: 0 16px;
    }
  }


	footer .quick-links ul li::before{
		filter: brightness(0) saturate(100%) invert(1);
	}	
	
	footer ul.list-unstyled li img {
  filter: brightness(0) invert(1); 
}

footer div.text-center p {
	color: #fff !important;
}

@media (min-width: 992px) {
	.banner-height {
  height: 95vh !important; 
  display: flex !important;
  align-items: center !important; 
  justify-content: center !important; 
/*   overflow: hidden !important;  */
}
	
	.banner-height .e-con-inner {
	display: flex !important;
    flex-direction: column !important;
    align-items: center !important;   
    justify-content: center !important; 
    text-align: center !important;
	}
}

footer .contact-info {
	display: none;
}

footer .para {
	padding-top: 0px !important;
	font-size: 14px !important;
}

body .banner-height .thm-btn.thm-btn--aso {
	background-color: var(--btn-primary-color) !important;
    border: 2px solid var(--btn-primary-color) !important;
    color: var(--btn-primary-bg) !important;
}

body .banner-height .thm-btn.thm-btn--aso:hover {
	background-color: var(--btn-primary-bg-hover) !important;
    border-color: var(--btn-primary-border-hover) !important;
    color: var(--btn-primary-color) !important;
}

@media (min-width: 768px) and (max-width: 992px) {
	.about-tresurevalley .about-wrapper .about-left .about-item_box {
	width: 30% !important;
} 

.about-tresurevalley .about-wrapper .about-left {
	justify-content: space-between !important;
}
	
	.about-tresurevalley .about-wrapper .about-right .xb-item--holder {
		min-height: 310px;
	}
}

@media (min-width: 993px) and (max-width: 1199px) {
	.about-tresurevalley .about-wrapper .about-right .xb-item--holder {
		min-height: 232px;
	}
}

.ai-services h2.tp-section-title::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9; /* adjust to your image shape */
    margin-top: 20px;

    background-image: url("https://seagreen-elk-746189.hostingersite.com/wp-content/uploads/2025/10/employee-showing-list-of-ai-solutions.webp");
    background-size: cover;  /* makes it fill width */
    background-repeat: no-repeat;
    background-position: center;
	border-radius: 12px !important;
}

.ai-services .tp-chose-5-title-box {
	margin-bottom: 20px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
	.tp-testimonial-3-slide-img {
		display: block !important;
	}
}

.review a {
	background-color: var(--btn-primary-bg) !important;
    border: 2px solid var(--btn-primary-border) !important;
    color: var(--btn-primary-color) !important;
    font-weight: var(--btn-font-weight);
    width: max-content;
    outline: none !important;
    border-radius: var(--btn-radius);
    padding: var(--btn-padding) !important;
    text-align: center;
    transition: var(--btn-transition);
}

.review a:hover {
	background-color: var(--btn-primary-bg-hover) !important;
    border-color: var(--btn-primary-border-hover) !important;
    color: var(--btn-primary-color) !important;
}

.review .elementor-button {
	fill: #fff !important;
}

.review .elementor-button:hover svg {
	fill: #fff !important;
}
body .tp-main-menu > nav > ul > li:hover > a {
	color: var(--btn-primary-bg) !important;
}
@media (max-width: 1200px) {
  body .offcanvas__area .offcanvas__wrapper {
    background-color: #fff !important;
  }
  body .offcanvas__top.mb-40 {
    background-color: #fff !important;
    padding: 16px;
    border-bottom: 1px solid var(--btn-primary-bg) !important;
  }
  body .offcanvas__logo {
  padding: 0;
  }
  body .offcanvas__logo img {
    width: 144px !important;
  }
  body .offcanvas__close .offcanvas__close-btn {
    background-color: var(--btn-primary-bg) !important;
    padding: 1rem;
  }
  body .offcanvas__close .offcanvas__close-btn svg{
    width: 16px;
      height: 16px;
      font-size: 16px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
  }
  body .offcanvas__wrapper .tp-offcanvas-menu, 
  body .offcanvas__wrapper .offcanvas__contact, 
  body .offcanvas__wrapper .offcanvas-info,
  body .offcanvas__wrapper .offcanvas__social{
    background-color: #fff !important;
  }
  body .tp-offcanvas-menu ul li.active > a {
    font-weight: 600;
    color: var(--btn-primary-bg);
  }
  body .offcanvas__contact-content-icon i {
    color: var(--btn-primary-bg) !important;
  }
  body .offcanvas__social .icon {
    background-color: var(--btn-primary-bg) !important;
  }
  body .offcanvas__area.offcanvas-opened .offcanvas__contact-content-content a {
    color: #1a1a1a;
    font-size: 14px;
  }
  body .offcanvas__wrapper .offcanvas-info {
    padding-top: 12px !important;
    border-top: 1px solid var(--btn-primary-bg) !important;
  }
  body .offcanvas__title {
    font-size: 18px;
  }
  body footer {
    padding: 25px 25px 10px;
  }
}
@media (max-width: 920px) {
	footer .tp-footer-widget img[alt="TreaureValleyAI"] {
		width: 200px !important;
    	margin-bottom: 0px !important;
	}
	footer .tp-footer-widget:has(.elementor-social-icon) {
		justify-content: end;
    	align-items: flex-end;
	}
}
@media (max-width: 768px) {
	body footer .tp-footer-widget.tp-footer-col-4:has(.elementor-social-icon){
		justify-content: end !important;
	}
}
@media (max-width: 576px) {
	body footer .tp-footer-widget.tp-footer-col-4:has(.elementor-social-icon){
		justify-content: center !important;
	}
	body footer .tp-footer-widget .textwidget.custom-html-widget:has(img[alt="TreaureValleyAI"]) {
		text-align: center;
	}
}

@media (max-width: 767px) {
    .cta a {
        white-space: normal !important;
        word-wrap: break-word !important;
        width: 100% !important; /* optional but recommended */
        display: block;
    }
}

 
	.teal-blue h4 a, .teal-blue h3, .teal-blue h6 a {
		color: #367588 !important;
		text-transform: uppercase !important;
		font-weight: bold !important;
	}

	.teal-blue .tp-service-5-icon img, .teal-blue .elementor-image-box-img img {
    	filter: invert(45%) sepia(22%) saturate(1507%) hue-rotate(146deg) brightness(92%) contrast(88%);
	}

.snapshot .elementor-element img {
    filter: invert(45%) sepia(22%) saturate(1507%) hue-rotate(146deg) brightness(92%) contrast(88%);
}

.snapshot p.heading {
    color: #367588 !important;
}

/* Arrow after H4 title link */
.home-services .tp-service-5-title {
    position: relative;
    display: inline-block;
}

.home-services .tp-service-5-title > a:first-child::after {
    content: "→";
    color: #367588;
    font-size: 18px;
    margin-left: 8px;
    transition: 0.3s ease;
}

/* Optional hover animation */
.home-services .tp-service-5-title > a:first-child:hover::after {
    margin-left: 12px;
}

header .tp-header-logo img {
	max-width: 240px !important;
	width: 100% !important;
}
.happy-client-wrapper h3 {
	font-size: 24px !important;
    line-height: 1.5;
}
.happy-client-wrapper .elementor-widget-image {
	background: rgba(0, 108, 117);
    border-radius: 16px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.happy-client-wrapper img {
	height: 120px;
    width: 100%;
    object-fit: contain;
}
.ventures-section .elementor-image-box-img a {
	background: #000;
    border-radius: 16px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.tp-footer-col-4:has(.footer-logo) {
	padding-left: 0 !important;
} 
.hero-services.banner-height.service-banner {
	background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1200px) {
    body .offcanvas__logo img {
        width: 100px !important;
		height: auto !important;
    }
	
	    body .offcanvas__top.mb-40 {
/*         background-color: #010204 !important; */
		padding: 20px 12px !important;
    }
}

header #header-sticky.tp-header-area {
    background-color: #fff !important;
}

header .tp-main-menu nav ul li a {
    color: #333 !important;
}

.tp-header-5-menu-bar.tp-header-4-menu-bar button span {
	background-color: #fff !important;
}

button.tp-offcanvas-open-btn.offcanvas-open-btn {
	padding: 6px 12px !important;
}
.ventures-section .elementor-image-box-description {
	min-height: 60px !important;
}
@media (max-width: 1024px) {
    header .tp-header-5-menu-bar .tp-offcanvas-open-btn {
        background: #006c75;
    }
	
	button.tp-offcanvas-open-btn.offcanvas-open-btn {
    padding: 4px 12px !important;
	}
}
@media (max-width: 576px) {
	.happy-client-wrapper h3 {
		text-align: center;
		line-height: 1.5;
		font-size: 20px !important;
	}
	.testimonial-new .tp-testimonial-3-title-wrap .row {
		padding-left: 0 !important;
	}
	.elementor-widget-button .elementor-button.elementor-button-link {
		font-size: 14px !important;
	}
}


	