@import url('home-about-tabs.css?v=20260821');
@import url('faq-page.css?v=20260821');
@import url('contact-page.css?v=20260821');
@import url('careers.css?v=20260821');
@import url('news-pages.css?v=20260821');
@import url('achievement-pages.css?v=20260821');
@import url('blog-details.css?v=20260821');
@import url('blog-listing.css?v=20260821');
@import url('service-details.css?v=20260821');
@import url('services-theme.css?v=1787299834');
@import url('global-hero.css');
@import url('footer-theme.css');
@import url('products-catalog.css');
@import url('blog-theme.css');

/* =========================================================
   TRITY ENVIRO SOLUTIONS - 100% UNIFIED GLOBAL TYPOGRAPHY SYSTEM
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');


/* =========================================================
   100% UNIVERSAL SPACE GROTESK FONT ENFORCEMENT ACROSS ALL ELEMENTS
   ========================================================= */
*, *::before, *::after,
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video,
input, button, select, textarea, .btn, .nav, .menu, .dropdown,
.fw_light, .fs_middle, .fs_large, .fs_small, .caption, .title, .heading,
.tp-caption, .rev_slider, .portfolio_item, .banner, .card {
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* Strict Exception for Icon Fonts */
[class^="icon-"], [class*=" icon-"],
[class^="icon-"]:before, [class*=" icon-"]:before,
.icon-ok-circled, .icon-shield, .icon-cog-1, .icon-link, .icon-phone-1,
.icon-location, .icon-mail-alt, .icon-angle-right, .icon-angle-left,
.icon-angle-down, .icon-facebook, .icon-twitter, .icon-linkedin,
.icon-instagramm, .icon-youtube-play, .icon-pinterest, .icon-tools, .icon-building, .icon-wrench, .icon-award {
    font-family: "fontello" !important;
}

/* --- Standardized Font Sizes & Hierarchy Across Whole Website --- */
body {
    font-size: 15.5px !important;
    line-height: 1.75 !important;
    color: #334155 !important;
    background-color: #FFFFFF;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

h1, .h1 {
    font-size: 34px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    color: #0F172A !important;
    letter-spacing: -0.02em !important;
    margin-top: 0;
}

h2, .h2, .tes_main_h2, .heading_1, .page_heading_2 {
    font-size: 25px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    color: #0F172A !important;
    letter-spacing: -0.01em !important;
    margin-top: 0;
}

h3, .h3 {
    font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    color: #0F172A !important;
    letter-spacing: -0.005em !important;
}

h4, .h4 {
    font-size: 16.5px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    color: #1E293B !important;
}

h5, .h5, h6, .h6 {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #334155 !important;
}

p {
    font-size: 15.5px !important;
    line-height: 1.75 !important;
    color: #334155 !important;
    margin-bottom: 16px;
}

li {
    font-size: 15px !important;
    line-height: 1.65 !important;
    color: #334155 !important;
}

a {
    font-family: inherit !important;
    transition: color 0.2s ease;
}

.tes_sub_label, .section-subheading, .tag-badge {
    font-size: 12px !important;
    font-weight: 800 !important;
    color: #128C79 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

/* =========================================================
   GLOBAL UNIFIED CONSULTATION MODAL
========================================================= */
.tes_global_modal_overlay {
    position: fixed !important;
    z-index: 99999999 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background-color: rgba(11, 40, 44, 0.78) !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    display: none;
    padding: 20px 10px !important;
}

.tes_global_modal_dialog {
    max-width: 520px !important;
    width: 100% !important;
    margin: 40px auto !important;
    padding: 30px 32px !important;
    background: #FFFFFF !important;
    border-radius: 16px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3) !important;
    position: relative !important;
    animation: tesModalSlideDown 0.25s ease-out;
}

@keyframes tesModalSlideDown {
    from { transform: translateY(-20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.tes_global_modal_top {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #F1F5F9 !important;
    padding-bottom: 14px !important;
}

.tes_global_modal_h3 {
    font-size: 21px !important;
    font-weight: 800 !important;
    color: #0F172A !important;
    margin: 0 0 4px 0 !important;
    letter-spacing: -0.01em !important;
}

.tes_global_modal_p {
    font-size: 13.5px !important;
    color: #64748B !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

.tes_global_modal_p strong {
    color: #128C79 !important;
}

.tes_global_modal_close {
    background: #F1F5F9 !important;
    border: none !important;
    border-radius: 50% !important;
    width: 34px !important;
    height: 34px !important;
    font-size: 18px !important;
    cursor: pointer !important;
    color: #64748B !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    flex-shrink: 0 !important;
}

.tes_global_modal_close:hover {
    background: #E2E8F0 !important;
    color: #0F172A !important;
}

.tes_modal_input, .tes_modal_textarea {
    width: 100% !important;
    border-radius: 8px !important;
    border: 1.5px solid #E2E8F0 !important;
    padding: 12px 14px !important;
    font-size: 14px !important;
    font-family: inherit !important;
    color: #0F172A !important;
    background: #FFFFFF !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease !important;
}

.tes_modal_input:focus, .tes_modal_textarea:focus {
    border-color: #128C79 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(18, 140, 121, 0.15) !important;
}

.tes_modal_submit_btn {
    width: 100% !important;
    background: #128C79 !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 14px !important;
    border-radius: 8px !important;
    border: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    cursor: pointer !important;
    box-shadow: 0 4px 14px rgba(18, 140, 121, 0.35) !important;
    transition: all 0.2s ease !important;
    margin-top: 6px !important;
}

.tes_modal_submit_btn:hover {
    background: #0D7665 !important;
    color: #FFFFFF !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 18px rgba(18, 140, 121, 0.45) !important;
}

@media (max-width: 767px) {
    h1, .h1 { font-size: 26px !important; }
    h2, .h2, .tes_main_h2, .heading_1, .page_heading_2 {
    font-size: 25px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    color: #0F172A !important;
    letter-spacing: -0.01em !important;
    margin-top: 0;
}
    h3, .h3 { font-size: 17.5px !important; }
    p { font-size: 14.5px !important; }
    .tes_global_modal_dialog { padding: 22px 18px !important; margin: 20px auto !important; }
}

/* =========================================================
   UNIVERSAL HIGH-CONTRAST SYSTEM FOR ALL CTA BANDS & DARK SECTIONS
   ========================================================= */
.tes_service_cta_band,
.tes_cta_section,
.tes_sec_final_cta,
.tes_corporate_footer,
#footer,
.global_page_hero,
.tes_about_hero,
.products-hero,
.tes_hero_section,
.bg_dark,
.dark_section,
.cta-band,
.consultation-band,
[class*="cta_band"],
[class*="sec_final_cta"] {
    color: #FFFFFF !important;
}

.tes_service_cta_band h1, .tes_service_cta_band h2, .tes_service_cta_band h3, .tes_service_cta_band h4,
.tes_cta_section h1, .tes_cta_section h2, .tes_cta_section h3, .tes_cta_section h4,
.tes_sec_final_cta h1, .tes_sec_final_cta h2, .tes_sec_final_cta h3, .tes_sec_final_cta h4,
.tes_final_cta_title, .tes_cta_heading, .tes_service_cta_h2,
.global_page_hero h1, .tes_about_hero_title, .products-hero-title,
[class*="cta_band"] h2, [class*="cta_band"] h3,
[class*="sec_final_cta"] h2, [class*="sec_final_cta"] h3 {
    color: #FFFFFF !important;
}

.tes_service_cta_band p, .tes_service_cta_p,
.tes_cta_section p, .tes_cta_subtext,
.tes_sec_final_cta p, .tes_final_cta_sub,
.global_page_hero p, .tes_about_hero_sub, .products-hero-sub,
[class*="cta_band"] p,
[class*="sec_final_cta"] p {
    color: #E2E8F0 !important;
}

/* Ensure CTA buttons have strong text contrast */
.tes_service_cta_btn, .tes_final_cta_btn, .tes_cta_btn {
    color: #0B282C !important;
    background: #FFFFFF !important;
}
.tes_service_cta_btn:hover, .tes_final_cta_btn:hover, .tes_cta_btn:hover {
    background: #F0FDF4 !important;
    color: #128C79 !important;
}

/* =========================================================
   UNIVERSAL CARD FOOTER & BOTTOM SPACING TIGHTENING
   ========================================================= */
.tes_blog_card, .tes_service_card, .tes_rel_service_card, .tes_type_card, .tes_rel_card, .tes_pro_card {
    min-height: 0 !important;
}

.tes_blog_card_body, .tes_service_body, .tes_rel_service_body, .tes_type_body, .tes_rel_card_content, .tes_blog_item_content {
    padding: 14px 16px 10px 16px !important;
}

.tes_blog_card_footer, .tes_service_footer, .tes_rel_service_footer, .tes_rel_action, .tes_blog_item_action {
    margin-top: auto !important;
    padding-top: 8px !important;
    border-top: 1px solid #F1F5F9 !important;
}

.tes_blog_card_link, .tes_service_link, .tes_rel_service_link, .tes_type_link, .tes_rel_link, .tes_blog_item_link {
    font-size: 13px !important;
    line-height: 1 !important;
}

/* =========================================================
   4. PREMIUM AJAX PAGINATION STYLES
========================================================= */
.tes_blog_pagination_wrap {
    margin-top: 36px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    text-align: center !important;
}

#pagination_links {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

#pagination_links .pagination,
.tes_blog_pagination_wrap .pagination,
.tes_pagination_list {
    display: inline-flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    border: none !important;
}

#pagination_links li,
.tes_blog_pagination_wrap li,
.tes_pagination_list li {
    display: inline-flex !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#pagination_links a,
#pagination_links span,
#pagination_links strong,
.tes_blog_pagination_wrap li a,
.tes_blog_pagination_wrap li span,
.tes_pagination_list li a,
.tes_pagination_list li span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 42px !important;
    height: 42px !important;
    padding: 0 16px !important;
    border-radius: 10px !important;
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #0F172A !important;
    background: #FFFFFF !important;
    border: 1.5px solid #CBD5E1 !important;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04) !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    line-height: 1 !important;
}

#pagination_links a:hover,
.tes_blog_pagination_wrap li a:hover,
.tes_pagination_list li a:hover {
    border-color: #128C79 !important;
    color: #128C79 !important;
    background: #F0FDF4 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 10px rgba(18, 140, 121, 0.15) !important;
    text-decoration: none !important;
}

#pagination_links li.active a,
#pagination_links li.active span,
#pagination_links strong,
.tes_blog_pagination_wrap li.active a,
.tes_blog_pagination_wrap li.active span,
.tes_pagination_list li.active a,
.tes_pagination_list li.active span {
    background: #128C79 !important;
    color: #FFFFFF !important;
    border-color: #128C79 !important;
    box-shadow: 0 4px 14px rgba(18, 140, 121, 0.38) !important;
    cursor: default !important;
}
