/* grwaterpark.com (theme wp) 2026-09 overlay: performance / SEO / a11y / product page.
   Loaded after responsive.css; overrides only, no rewrite of the Aqovo base. Bump ?v= in inc/head.tpl when editing. */

/* ---- hero: first slide heading is now an H1 (SEO); match the base H2 styling ---- */
.banner_slider_1 .slide__content--headings h1 {
  line-height: 82px; letter-spacing: 0; font-weight: 600; font-size: 76px; margin-bottom: 15px; color: #fff;
}
@media (max-width: 1199px) { .banner_slider_1 .slide__content--headings h1 { font-size: 55px; line-height: 65px; } }
@media (max-width: 767px)  { .banner_slider_1 .slide__content--headings h1 { font-size: 40px; line-height: 48px; } }
@media (max-width: 575px)  { .banner_slider_1 .slide__content--headings h1 { font-size: 32px; line-height: 40px; } }

/* ---- page title row: H1 replaces H2 on category / product / page templates ---- */
.page-title-heading h1 {
  text-transform: capitalize; font-weight: 700; font-size: 46px; line-height: 56px; display: inline-block; margin-bottom: 14px; color: #fff;
}
@media (max-width: 767px) { .page-title-heading h1 { font-size: 30px; line-height: 38px; } }

/* ---- card thumbnails: reserve a square box so lazy images do not shift the grid (CLS) ---- */
.featured-imagebox-portfolio .featured-thumbnail img,
.featured-imagebox-services .featured-thumbnail img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: #f4f7fb; }
.tuv-certification-section .certification-banner img { aspect-ratio: 1330 / 557; }

/* ---- category intro (auto or editor description) ---- */
.wp-cat-intro { max-width: 900px; margin: 0 auto 30px; text-align: center; color: #4a5566; font-size: 16px; line-height: 26px; }

/* ---- product detail ---- */
.wp-prod-title { font-size: 24px; line-height: 32px; margin: 0 0 6px; }
.wp-prod-cat { font-size: 14px; color: #6b7280; margin-bottom: 14px; }
.wp-prod-cat a { color: #ff5800; }
.wp-prod-lead { font-size: 15px; line-height: 24px; color: #4a5566; margin-bottom: 16px; }
.wp-prod-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 12px; margin-top: 18px; }
.wp-prod-cta .ttm-btn { margin: 0; }
.wp-btn-wa i { color: #25d366; margin-right: 4px; }
.wp-prod-mail { font-size: 14px; color: #021e40; }
.wp-prod-mail i { margin-right: 4px; color: #ff5800; }
.wp-prod-overview { margin-top: 30px; }
.wp-prod-overview h2, .wp-related h2 { font-size: 24px; line-height: 32px; margin-bottom: 14px; }
.wp-prod-overview p { color: #4a5566; line-height: 26px; }
.wp-spec-table { max-width: 720px; }
.wp-spec-table th { width: 38%; font-weight: 600; color: #021e40; white-space: nowrap; }
.wp-related { margin-top: 40px; padding-top: 30px; border-top: 1px solid #e9edf3; }
.wp-related .featured-imagebox-portfolio { margin-bottom: 24px; }
.wp-related .featured-title h3 { font-size: 16px; margin: 0; }
.wp-related .featured-title .category { font-size: 13px; line-height: 18px; }
@media (max-width: 767px) {
  .featured-imagebox-post.style3 .col-lg-7, .featured-imagebox-post.style3 .col-lg-5 { padding-left: 0; padding-right: 0; }
  .wp-prod-cta .ttm-btn, .wp-prod-cta .wp-btn-wa { flex: 1 1 auto; text-align: center; }
}

/* ---- a11y: base skin orange (#ff5800) on white fails contrast for small text; darken text-only usages, keep filled buttons ---- */
.ttm-btn.btn-inline.ttm-btn-color-skincolor, .ttm-textcolor-skincolor a, .section-title .title-header h3 { color: #d64700; }
.ttm-btn-style-fill.ttm-btn-color-skincolor { color: #fff; }

/* ---- footer contact block used a <ul> around divs (invalid list); now a div, keep the old list spacing ---- */
.widget_footer_post .widget-post { padding: 0; margin: 0; }

/* ---- keyboard focus for the mobile menu button we made focusable ---- */
.btn-show-menu-mobile:focus-visible { outline: 2px solid #ff5800; outline-offset: 2px; }

/* =====================================================================
   v2 2026-09 skin refresh: palette moved from orange/serif to the logo's blue + sunshine yellow,
   Mulish everywhere, rounded cards with soft shadows, cleaner bands. Overrides only.
   ===================================================================== */
:root {
  --skin-color: #0f7fd6;          /* primary blue (logo) */
  --skin-dark: #0a63ab;
  --accent: #ffb703;              /* sunshine yellow for the main CTAs */
  --accent-dark: #e6a300;
  --dark-color: #0b1f3a;          /* navy */
  --extra-dark-color: #071427;
  --grey-color: #f3f7fb;
  --bodyfont-color: #5b6b83;
  --headingfont: 'Mulish', 'Segoe UI', Helvetica, Arial, sans-serif;
  --headingfont-color: #0b1f3a;
  --radius: 16px;
  --shadow: 0 8px 28px rgba(11, 31, 58, .08);
  --shadow-hover: 0 18px 40px rgba(11, 31, 58, .14);
}
body { color: var(--bodyfont-color); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, h6, .ttm-btn, .widget-title, .page-title-heading .title { font-family: var(--headingfont); font-weight: 800; letter-spacing: -.01em; }
h1, h2, h3, h4, h5, h6 { color: var(--headingfont-color); }
a { transition: color .2s ease, background-color .2s ease, border-color .2s ease; }
a:hover { color: var(--skin-dark); }

/* ---------- top bar + header ---------- */
.top_bar.ttm-bgcolor-darkgrey { background: var(--dark-color) !important; height: 48px; }
.top_bar .top_bar_contact_item, .top_bar .top_bar_contact_item a { font-size: 13px; color: #c8d6e8; }
.top_bar .top_bar_icon { color: var(--accent) !important; }
.top_bar .header_search .search_btn { background: rgba(255,255,255,.08) !important; border-radius: 10px; width: 40px; height: 40px; line-height: 40px; text-align: center; }
.top_bar .header_search .search_btn:hover { background: var(--skin-color) !important; }
.top_bar .ttm-right-span.ttm-bgcolor-skincolor { background: var(--accent) !important; cursor: pointer; }
.top_bar .ttm-right-span.ttm-bgcolor-skincolor .layer-content { padding-right: 20px; }
.top_bar .ttm-right-span.ttm-bgcolor-skincolor a { color: var(--dark-color) !important; font-weight: 800; font-family: var(--headingfont); font-size: 14px; }
.top_bar .ttm-right-span.ttm-bgcolor-skincolor:hover { background: var(--accent-dark) !important; }
.top_bar .ttm-right-span img { filter: brightness(0) saturate(100%) invert(11%) sepia(38%) saturate(1400%) hue-rotate(190deg) brightness(95%); }
.site-header-menu { box-shadow: 0 1px 0 rgba(11,31,58,.06); }
.site-header-menu .site-navigation ul.menu > li > a,
nav.main-menu li.mega-menu-item > a.mega-menu-link { font-family: var(--headingfont); font-weight: 700; font-size: 15px; letter-spacing: 0; color: var(--dark-color); }
.site-header-menu .site-navigation ul.menu > li > a:hover,
.site-header-menu .site-navigation ul.menu > li.active > a,
nav.main-menu li.mega-menu-item.active > a.mega-menu-link { color: var(--skin-color) !important; }
nav.main-menu ul.mega-submenu { border-radius: 12px !important; box-shadow: 0 14px 40px rgba(11,31,58,.14) !important; border: 0 !important; padding: 8px !important; }
nav.main-menu ul.mega-submenu li a { border-radius: 8px; font-weight: 600; font-size: 14px; }
nav.main-menu ul.mega-submenu li a:hover { background: #eaf4fd; color: var(--skin-color) !important; }
.is-Sticky .site-header-menu, .site-header-menu.is-Sticky { box-shadow: 0 6px 24px rgba(11,31,58,.08); }

/* ---------- buttons ---------- */
.ttm-btn { font-size: 14px !important; font-weight: 800 !important; letter-spacing: .01em; text-transform: none !important; }
.ttm-btn.ttm-btn-shape-rounded { border-radius: 999px !important; }
.ttm-btn.ttm-btn-size-md:not(.btn-inline) { padding: 13px 28px !important; }
.ttm-btn.ttm-btn-size-sm:not(.btn-inline) { padding: 10px 22px !important; }
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor { background: var(--skin-color) !important; border-color: var(--skin-color) !important; color: #fff !important; box-shadow: 0 8px 20px rgba(15,127,214,.25); }
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover { background: var(--skin-dark) !important; border-color: var(--skin-dark) !important; color: #fff !important; transform: translateY(-1px); }
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark, .ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey { border: 2px solid var(--dark-color) !important; color: var(--dark-color) !important; background: transparent !important; }
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover, .ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey:hover { background: var(--dark-color) !important; color: #fff !important; }
.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor { border: 2px solid #fff !important; color: #fff !important; background: transparent !important; }
.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:hover { background: #fff !important; color: var(--dark-color) !important; }
.ttm-btn.btn-inline { font-weight: 800 !important; color: var(--skin-color) !important; }
.ttm-btn.btn-inline:hover { color: var(--skin-dark) !important; }
.ttm-btn:after, .ttm-btn:before { display: none !important; } /* kill the theme's sliding pseudo backgrounds */
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor.wp-cta-accent, #modal-submit.btn-primary { background: var(--accent) !important; border-color: var(--accent) !important; color: var(--dark-color) !important; box-shadow: 0 8px 20px rgba(255,183,3,.3); }
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor.wp-cta-accent:hover, #modal-submit.btn-primary:hover { background: var(--accent-dark) !important; border-color: var(--accent-dark) !important; color: var(--dark-color) !important; }

/* ---------- hero ---------- */
.banner_slider_wrapper .slide .slide__overlay { background: linear-gradient(90deg, rgba(7,20,39,.72) 0%, rgba(7,20,39,.35) 55%, rgba(7,20,39,.05) 100%) !important; opacity: 1 !important; }
.banner_slider_1 .slide__content--headings h1, .banner_slider_1 .slide__content--headings h2 { font-family: var(--headingfont); font-weight: 800; font-size: 64px; line-height: 1.08; letter-spacing: -.02em; text-shadow: 0 4px 24px rgba(0,0,0,.25); }
.banner_slider_1 .slide__content--headings p { font-size: 20px; line-height: 1.5; color: #e6eef8; max-width: 560px; font-weight: 500; }
.banner_slider_1 .slide__content--headings .ttm-btn { background: var(--accent) !important; border-color: var(--accent) !important; color: var(--dark-color) !important; box-shadow: 0 10px 24px rgba(255,183,3,.35); }
.banner_slider_1 .slide__content--headings .ttm-btn:hover { background: #fff !important; border-color: #fff !important; }
@media (max-width: 1199px) { .banner_slider_1 .slide__content--headings h1, .banner_slider_1 .slide__content--headings h2 { font-size: 50px; } }
@media (max-width: 767px)  { .banner_slider_1 .slide__content--headings h1, .banner_slider_1 .slide__content--headings h2 { font-size: 36px; } .banner_slider_1 .slide__content--headings p { font-size: 16px; } }

/* ---------- TUV band ---------- */
.tuv-certification-section { padding: 48px 0 8px; background: #fff; }
.tuv-certification-section .certification-banner img { max-width: 1100px; border-radius: var(--radius); box-shadow: var(--shadow); }

/* ---------- section titles ---------- */
.section-title .title-header h3 { font-size: 13px !important; letter-spacing: .14em; text-transform: uppercase; color: var(--skin-color) !important; font-weight: 800; margin-bottom: 10px; }
.section-title .title-header h3:before, .section-title .title-header h3:after { display: none !important; }
.section-title .title-header h2.title { font-size: 40px; line-height: 1.15; font-weight: 800; letter-spacing: -.02em; }
.section-title .title-desc p { font-size: 16px; line-height: 1.7; }
.ttm-row { padding-top: 80px; padding-bottom: 80px; }
.ttm-bgcolor-grey { background-color: var(--grey-color) !important; }
.ttm-bgcolor-darkgrey { background-color: var(--dark-color) !important; }
.ttm-textcolor-skincolor, .ttm-icon_element-color-skincolor, .ttm-icon_element-color-skincolor i { color: var(--skin-color) !important; }
.ttm-bgcolor-skincolor, .ttm-icon_element-fill.ttm-icon_element-color-skincolor { background-color: var(--skin-color) !important; }
.ttm-horizontal_sep { border-color: #e6edf5 !important; }
@media (max-width: 767px) { .section-title .title-header h2.title { font-size: 28px; } .ttm-row { padding-top: 56px; padding-bottom: 56px; } }

/* ---------- about / left / right image bands ---------- */
.about-section .ttm_single_image-wrapper img, .about-section .ttm-bgcolor-grey img, .about-section img.img-fluid { border-radius: var(--radius); box-shadow: var(--shadow); }
.about-section .d-flex > .p-10.ttm-bgcolor-grey { display: none; }              /* grey stripe beside the photo */
.about-section .ttm-bgcolor-grey.p-15 { background: transparent !important; padding: 0 !important; }
.ttm-fid.inside .ttm-fid-inner span { font-family: var(--headingfont); font-weight: 800; font-size: 40px; color: var(--skin-color); letter-spacing: -.02em; }
.ttm-fid.inside .ttm-fid-title { font-size: 14px; font-weight: 600; color: var(--bodyfont-color); line-height: 1.4; }
.project-single-section .ttm-pf-single-content-area h2 { font-size: 32px; margin-bottom: 8px; }
.project-single-section .ttm_single_image-wrapper img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
/* left_image.tpl shipped with a staggered offset layout (mt_180 / padding_top120 / margin_top100); flatten it into a clean two-column band */
.bg-layer-equal-height.margin_top100 { margin-top: 0 !important; margin-bottom: 0 !important; padding: 80px 0 !important; }
.bg-layer-equal-height .mt_180 { margin-top: 0 !important; align-items: center; }
.bg-layer-equal-height .ttm-bgcolor-white.padding_right20 { padding: 0 !important; margin: 0 !important; background: transparent !important; }
.bg-layer-equal-height .col-bg-img-eight { padding: 0 !important; margin: 0 !important; }
.bg-layer-equal-height .col-bg-img-eight .ttm-bg-layer { position: static !important; }
.bg-layer-equal-height .col-bg-img-eight img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); display: block; }
.bg-layer-equal-height .padding_top100.margin_top100 { padding-top: 0 !important; margin-top: 0 !important; }
.bg-layer-equal-height .ttm-left-span.ttm-bgcolor-darkgrey { border-radius: var(--radius) 0 0 var(--radius); }
.bg-layer-equal-height .ttm-right-span img { border-radius: 0 var(--radius) var(--radius) 0; object-fit: cover; height: 100%; }
.ttm-bgcolor-darkgrey .section-title .title-header h3 { color: var(--accent) !important; }
.ttm-bgcolor-darkgrey h2, .ttm-bgcolor-darkgrey h3, .ttm-bgcolor-darkgrey .featured-title h3 { color: #fff; }
.ttm-bgcolor-darkgrey .featured-desc p, .ttm-bgcolor-darkgrey .title-desc p { color: #c8d6e8; }
@media (max-width: 991px) { .bg-layer-equal-height .ttm-left-span.ttm-bgcolor-darkgrey, .bg-layer-equal-height .ttm-right-span img { border-radius: var(--radius); } }

/* ---------- procedure / four benefits steps ---------- */
.procedure-section .featured-icon-box.style1 .featured-icon .ttm-icon { background: linear-gradient(135deg, #1595f0, #0a63ab) !important; border: 0 !important; box-shadow: 0 12px 28px rgba(15,127,214,.28); width: 96px !important; height: 96px !important; line-height: 96px !important; }
.procedure-section .featured-icon-box.style1 .featured-icon .ttm-icon i { color: #fff !important; font-size: 36px; line-height: 96px; }
.procedure-section .featured-icon-box.style1 .ttm-num { background: var(--accent) !important; color: var(--dark-color) !important; font-weight: 800; box-shadow: 0 4px 12px rgba(0,0,0,.15); }
.procedure-section .featured-icon-box.style1 .ttm-num:before { display: none !important; }
.procedure-section .featured-icon-box.style1 .ttm-icon:before, .procedure-section .featured-icon-box.style1 .ttm-icon:after { display: none !important; }
.procedure-section .featured-icon-box.style1 .featured-title h3 { font-size: 19px; }
.procedure-section .featured-icon-box.style1 { padding: 0 8px; }

/* ---------- cards (category grid, popular products, related, articles) ---------- */
.featured-imagebox-portfolio.style2, .featured-imagebox-services.style2, .featured-imagebox-post.style2 { border-radius: var(--radius) !important; overflow: hidden; background: #fff; box-shadow: var(--shadow) !important; border: 0 !important; transition: transform .25s ease, box-shadow .25s ease; }
.featured-imagebox-portfolio.style2:hover, .featured-imagebox-services.style2:hover, .featured-imagebox-post.style2:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover) !important; }
.featured-imagebox .featured-thumbnail { overflow: hidden; }
.featured-imagebox .featured-thumbnail img { transition: transform .5s ease; }
.featured-imagebox:hover .featured-thumbnail img { transform: scale(1.05); }
.featured-imagebox-portfolio.style2 .featured-content, .featured-imagebox-services.style2 .featured-content { padding: 18px 18px 20px !important; text-align: center; }
.featured-imagebox-portfolio.style2 .featured-title h3, .featured-imagebox-services.style2 .featured-title h3 { font-size: 18px; letter-spacing: 0; }
.featured-imagebox-portfolio.style2 .featured-title h3 a, .featured-imagebox-services.style2 .featured-title h3 a { color: var(--dark-color); }
.featured-imagebox-portfolio.style2 .featured-title h3 a:hover { color: var(--skin-color); }
.featured-imagebox-portfolio.style2 .featured-title .category { font-size: 13px; line-height: 1.45; color: var(--bodyfont-color); margin-top: 4px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.featured-imagebox-portfolio.style2 .featured-title .category a { color: inherit; }
.featured-imagebox-portfolio.style2 .ttm-media-link, .featured-imagebox-portfolio.style2 .featured-thumbnail:after, .featured-imagebox-portfolio.style2 .featured-thumbnail:before { display: none !important; }
.featured-imagebox-services.style2 .featured-desc p { font-size: 14px; line-height: 1.5; min-height: 42px; }
.featured-imagebox-services.style2 .bottom-footer { border-top: 1px solid #edf2f7 !important; padding-top: 12px; margin-top: 12px; }
.featured-imagebox-post.style2 .featured-title h3 { font-size: 19px; line-height: 1.35; }
.featured-imagebox-post.style2 .ttm-box-post-date .entry-date { background: var(--accent) !important; color: var(--dark-color) !important; border-radius: 10px; font-weight: 800; }
.grid-section .ttm-box-col-wrapper { margin-bottom: 30px; }
.slick_slider .featured-imagebox { margin: 10px 4px 24px; }

/* ---------- page title band ---------- */
.ttm-page-title-row { position: relative; }
.ttm-page-title-row .ttm-bg-layer { background: linear-gradient(90deg, rgba(7,20,39,.78), rgba(15,127,214,.45)) !important; opacity: 1 !important; }
.ttm-page-title-row .ttm-page-title-row-inner { padding: 78px 0; }
.page-title-heading h1, .page-title-heading .title { font-size: 44px; line-height: 1.15; letter-spacing: -.02em; text-transform: none !important; }
.breadcrumb-wrapper { display: inline-flex; gap: 6px; align-items: center; background: rgba(255,255,255,.12); backdrop-filter: blur(6px); border-radius: 999px; padding: 6px 16px; font-size: 13px; color: #e6eef8; }
.breadcrumb-wrapper a { color: #fff; font-weight: 700; }
.breadcrumb-wrapper span:not(:last-child):after { content: '/'; margin: 0 4px 0 8px; color: rgba(255,255,255,.55); }
.breadcrumb-wrapper span { background: none !important; padding: 0 !important; }
.breadcrumb-wrapper span:before, .breadcrumb-wrapper span:after { background: none !important; }
@media (max-width: 767px) { .page-title-heading h1, .page-title-heading .title { font-size: 30px; } .ttm-page-title-row .ttm-page-title-row-inner { padding: 48px 0; } }

/* ---------- category page ---------- */
.wp-cat-intro { font-size: 17px; color: var(--bodyfont-color); }
.pagination, .ttm-pagination, .pager { display: flex; gap: 6px; justify-content: center; }
.pagination a, .pagination span, .ttm-pagination a, .ttm-pagination span, .pager a, .pager span { border-radius: 999px !important; min-width: 38px; height: 38px; line-height: 38px; padding: 0 12px; font-weight: 700; border: 1px solid #e3eaf2 !important; color: var(--dark-color); background: #fff; }
.pagination .current, .pagination .active, .ttm-pagination .current, .pager .current, .pager span.current { background: var(--skin-color) !important; color: #fff !important; border-color: var(--skin-color) !important; }

/* ---------- product page ---------- */
.featured-imagebox-post.style3 { border-radius: var(--radius); box-shadow: var(--shadow); background: #fff; padding: 24px; border: 0 !important; }
.featured-imagebox-post.style3:hover { transform: none; }
.featured-imagebox-post.style3 .show.zoom img { border-radius: 12px; }
.smallshow .middle li img { border-radius: 8px; border: 2px solid transparent; transition: border-color .2s; }
.smallshow .middle li.active img, .smallshow .middle li img:hover, .smallshow .middle li.on img { border-color: var(--skin-color) !important; }
.wp-prod-title { font-size: 26px; letter-spacing: -.01em; }
.wp-prod-cat a { color: var(--skin-color); font-weight: 700; }
.wp-prod-cta { gap: 10px; }
.wp-prod-cta .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor { background: var(--accent) !important; border-color: var(--accent) !important; color: var(--dark-color) !important; box-shadow: 0 8px 20px rgba(255,183,3,.3); }
.wp-prod-cta .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover { background: var(--accent-dark) !important; border-color: var(--accent-dark) !important; }
.wp-btn-wa { border-color: #25d366 !important; color: #128c4a !important; }
.wp-btn-wa:hover { background: #25d366 !important; border-color: #25d366 !important; color: #fff !important; }
.wp-btn-wa:hover i { color: #fff; }
.wp-prod-mail { width: 100%; font-weight: 600; }
.post-meta .ttm-meta-line { font-size: 14px; }
.post-meta .ttm-meta-line.byline { color: var(--dark-color); font-weight: 700; }
.social-media-block { margin: 18px 0 6px; }
.wp-prod-overview h2, .wp-related h2, .ttm-service-description h2 { font-size: 26px; }
.wp-spec-table { border-radius: 12px; overflow: hidden; border: 1px solid #e6edf5; }
.wp-spec-table.table-striped > tbody > tr:nth-of-type(odd) > * { background: #f3f7fb; }
.wp-spec-table td, .wp-spec-table th { border: 0 !important; padding: 12px 16px; }
.table-responsive .table { border-radius: 12px; overflow: hidden; }
.wp-related { border-top-color: #e6edf5; }

/* ---------- sidebar ---------- */
.sidebar .widget { border-radius: var(--radius) !important; background: #fff !important; border: 1px solid #e6edf5 !important; box-shadow: none !important; padding: 24px !important; margin-bottom: 24px !important; }
.sidebar .widget:after, .sidebar .widget:before, .sidebar .widget .widget-title:after, .sidebar .widget .widget-title:before { display: none !important; }
.sidebar .widget-title { font-size: 18px; margin-bottom: 14px; padding-left: 14px; position: relative; }
.sidebar .widget-title:before { content: '' !important; display: block !important; position: absolute; left: 0; top: 4px; bottom: 4px; width: 4px; border-radius: 4px; background: var(--skin-color); }
.sidebar .widget-search .search-form { position: relative; }
.sidebar .widget-search .input-text { border-radius: 999px !important; background: var(--grey-color) !important; border: 1px solid #e3eaf2 !important; height: 46px; padding-left: 18px; }
.sidebar .widget-search .ttm-btn { border-radius: 999px !important; height: 38px; width: 38px; padding: 0 !important; line-height: 38px; top: 4px; right: 4px; }
.sidebar .widget-categories ul li { border: 0 !important; padding: 0 !important; }
.sidebar .widget-categories ul li a { display: block; padding: 9px 12px; border-radius: 10px; color: var(--dark-color); font-weight: 600; font-size: 15px; }
.sidebar .widget-categories ul li a:before { display: none !important; }
.sidebar .widget-categories ul li a:hover, .sidebar .widget-categories ul li a.active { background: #eaf4fd; color: var(--skin-color) !important; }
.sidebar .widget-recent-post li { border: 0 !important; padding: 8px 0 !important; }
.sidebar .widget-recent-post li img { border-radius: 10px; width: 76px; }
.sidebar .widget-recent-post .post-detail a { font-weight: 700; color: var(--dark-color); font-size: 14px; line-height: 1.4; }
.sidebar .widget-recent-post .post-detail a:hover { color: var(--skin-color); }
.sidebar .widget-recent-post .post-date { color: var(--skin-color); font-weight: 700; font-size: 12px; }
.sidebar .widget-banner { padding: 0 !important; overflow: hidden; border: 0 !important; }
.sidebar .widget-banner .ttm-bgcolor-darkgrey { background: linear-gradient(160deg, #0f2d55, #071427) !important; border-radius: var(--radius); }
.sidebar .widget-banner .ttm-bg-layer { display: none; }
.sidebar .widget-banner .layer-content { padding: 36px 24px; }
.sidebar .widget-banner .ttm-icon { color: var(--accent) !important; border: 0 !important; }
.sidebar .widget-banner ul li { color: #c8d6e8; font-size: 15px; }
.sidebar .widget-banner .ttm-horizontal_sep { border-color: rgba(255,255,255,.12) !important; }

/* ---------- contact ---------- */
.wrap-form .text-input input, .wrap-form .text-input textarea, .form-control { border-radius: 10px !important; background: var(--grey-color) !important; border: 1px solid #e3eaf2 !important; padding: 12px 16px !important; font-size: 15px; box-shadow: none !important; }
.wrap-form .text-input input:focus, .wrap-form .text-input textarea:focus, .form-control:focus { border-color: var(--skin-color) !important; background: #fff !important; box-shadow: 0 0 0 3px rgba(15,127,214,.15) !important; }
.conatct-section .spacing-19, .conatct-section .ttm-bgcolor-white { border-radius: var(--radius); box-shadow: var(--shadow); }
.conatct-section .featured-icon-box .featured-title h3 { font-size: 17px; }
.conatct-section .ttm-icon_element-color-skincolor i { color: var(--skin-color) !important; }
.conatact-section iframe { border-radius: var(--radius); width: 100%; box-shadow: var(--shadow); }
.cf-turnstile { margin: 6px 0; }

/* ---------- modal ---------- */
.modal-content { border-radius: var(--radius) !important; border: 0 !important; box-shadow: 0 30px 80px rgba(7,20,39,.35); overflow: hidden; }
.modal-header { background: var(--dark-color); color: #fff; border: 0 !important; }
.modal-header .modal-title { color: #fff; font-size: 18px; }
.modal-header .close { color: #fff; opacity: .8; text-shadow: none; }
.modal-body .col-form-label { font-weight: 700; color: var(--dark-color); font-size: 13px; }
.modal-footer { border: 0 !important; }
.modal-footer .btn { border-radius: 999px; font-weight: 800; padding: 10px 22px; }
.modal-footer .btn-secondary { background: #e9eef5; border: 0; color: var(--dark-color); }

/* ---------- footer ---------- */
.footer.widget-footer { background: linear-gradient(180deg, #0b1f3a 0%, #071427 100%) !important; }
.footer .second-footer { padding: 70px 0 30px; }
.footer .widget-title, .footer .widget_cta h3 { color: #fff; font-size: 18px; margin-bottom: 18px; }
.footer .widget-title:after, .footer .widget-title:before { display: none !important; }
.footer, .footer p, .footer .widget-text, .footer .testimonial-text, .footer .widget_cta p { color: #b8c7dc; font-size: 15px; }
.footer .widget_nav_menu ul.menu li { border: 0 !important; padding: 4px 0 !important; }
.footer .widget_nav_menu ul.menu li a { color: #b8c7dc; font-weight: 600; }
.footer .widget_nav_menu ul.menu li a:hover { color: var(--accent); padding-left: 4px; }
.footer .widget_nav_menu ul.menu li a:before, .footer .widget_nav_menu ul.menu li:before { display: none !important; }
.footer .widget-testimonial .testimonial-text { font-size: 15px; line-height: 1.7; border: 0; }
.footer .widget-testimonial .testimonial-text:before, .footer .widget-testimonial blockquote:before { display: none !important; }
.footer .widget-testimonial .testimonial-text strong { background: var(--accent); color: var(--dark-color); border-radius: 6px; padding: 0 6px; }
.footer .widget_footer_post .ttm-icon { color: var(--accent) !important; }
.footer .widget_footer_post .ttm-icon span, .footer .widget_footer_post a { color: #dbe6f3; font-size: 14px; font-weight: 500; }
.footer .widget_cta { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); padding: 28px !important; }
.footer .widget_cta:before, .footer .widget_cta:after { display: none !important; }
.footer .newsletter-form input { border-radius: 10px !important; background: rgba(255,255,255,.08) !important; border: 1px solid rgba(255,255,255,.12) !important; color: #fff !important; height: 46px; }
.footer .newsletter-form input::placeholder { color: #8fa3bd; }
.footer .newsletter-form button.submit { background: var(--accent) !important; color: var(--dark-color) !important; border-radius: 10px !important; height: 46px; width: 46px; }
.footer .cookies label { color: #b8c7dc; }
.footer .cookies a { color: var(--accent) !important; }
.footer .footer-logo img { filter: none; }
.footer .footer-logo-desc span { color: #b8c7dc; }
.footer .bottom-footer-text { background: #050e1c !important; }
.footer .bottom-footer-text .cpy-text { color: #7f93ad; font-size: 13px; }
.footer .footer-nav-menu li a { color: #b8c7dc; font-size: 13px; }
.footer .social-icons li a { background: rgba(255,255,255,.06) !important; border: 0 !important; border-radius: 10px; color: #fff !important; width: 36px; height: 36px; line-height: 36px; }
.footer .social-icons li a:hover { background: var(--skin-color) !important; }
#totop { background: var(--skin-color) !important; border-radius: 12px; box-shadow: 0 8px 20px rgba(15,127,214,.35); }

/* ---------- misc ---------- */
.ttm-bgcolor-grey.bg-layer-equal-height, .cta-section { border-radius: 0; }
.cta-section .ttm-bg-layer { background: linear-gradient(90deg, rgba(7,20,39,.8), rgba(15,127,214,.5)) !important; opacity: 1 !important; }
.cta-section .ttm-play-icon-btn .ttm-icon { background: var(--accent) !important; color: var(--dark-color) !important; }
.cta-section .ttm-play-icon-btn .ttm-icon i { color: var(--dark-color) !important; }
.bgcolor_grey-cta h4, .ttm-bgcolor-grey .text-center h4.mt_10 { font-size: 26px; }
.bottom-footer-text, .top_bar { font-family: var(--bodyfont); }
::selection { background: var(--accent); color: var(--dark-color); }

/* ---- v2 fixes after first screenshot pass ---- */
.top_bar .ttm-right-span .ttm-bg-layer, .top_bar .ttm-right-span.ttm-bgcolor-skincolor .ttm-col-wrapper-bg-layer { background: var(--accent) !important; opacity: 1 !important; }
.top_bar .ttm-right-span.ttm-textcolor-white a, .top_bar .ttm-right-span.ttm-textcolor-white .layer-content a { color: var(--dark-color) !important; }
.top_bar .ttm-right-span:hover .ttm-bg-layer { background: var(--accent-dark) !important; }
.ttm-icon_element-fill.ttm-icon_element-color-skincolor i, .ttm-icon.ttm-icon_element-fill i { color: #fff !important; }
.breadcrumb-wrapper span:after, .breadcrumb-wrapper span:before { position: static !important; display: none !important; width: auto !important; height: auto !important; margin: 0 !important; }
.breadcrumb-wrapper span:not(:last-child):after { content: '/' !important; display: inline !important; margin: 0 4px 0 10px !important; color: rgba(255,255,255,.55); background: none !important; }
.smallshow .middle li, .smallshow .middle li.on, .smallshow .middle li.active { border-color: var(--skin-color) !important; border-radius: 8px; }
.project-single-section .ttm-pf-single-content-area > .margin_top30 { text-align: center; max-width: 820px; margin-left: auto; margin-right: auto; }
.project-single-section .ttm-pf-single-content-area h2 { font-size: 36px; }
.bg-layer-equal-height .ttm-right-span, .bg-layer-equal-height .ttm-right-span .ttm-bg-layer { height: 100%; }
.bg-layer-equal-height .ttm-right-span img { min-height: 100%; }
.footer .widget-testimonial { padding-top: 0; }
.footer .second-footer .widget_text .textwidget { padding-top: 8px; }

/* ---- v2 pass 3: equal-height cards, footer first column, advantages band image ---- */
.grid-section .row, .wp-related .row { display: flex; flex-wrap: wrap; }
.grid-section .ttm-box-col-wrapper, .wp-related .ttm-box-col-wrapper { display: flex; }
.grid-section .ttm-box-col-wrapper > .featured-imagebox, .wp-related .ttm-box-col-wrapper > .featured-imagebox { width: 100%; display: flex; flex-direction: column; }
.grid-section .featured-imagebox-portfolio.style2 .featured-content { flex: 1; }
.footer .widget-testimonial, .footer .widget-testimonial .testimonial-content, .footer .widget_text .textwidget { padding: 0 !important; margin: 0 !important; }
.footer .widget-testimonial .testimonial-content:before, .footer .widget-testimonial:before, .footer .widget_text:before { display: none !important; content: none !important; }
.bg-layer-equal-height .row.g-0 { align-items: stretch; }
.bg-layer-equal-height .row.g-0 > .col-lg-5 { display: flex; }
.bg-layer-equal-height .col-bg-img-nine { flex: 1; position: relative; min-height: 360px; }
.bg-layer-equal-height .col-bg-img-nine .ttm-bg-layer { position: absolute !important; inset: 0; height: auto !important; }
.bg-layer-equal-height .col-bg-img-nine img { width: 100%; height: 100%; object-fit: cover; }

/* ---- v2 pass 4: advantages band image (flex stretch instead of absolute), footer quote column top gap ---- */
.bg-layer-equal-height .col-bg-img-nine { position: relative; min-height: 0; display: flex; }
.bg-layer-equal-height .col-bg-img-nine .ttm-bg-layer { position: static !important; inset: auto; flex: 1; display: flex; height: auto !important; }
.bg-layer-equal-height .col-bg-img-nine img { width: 100%; height: auto; min-height: 100%; object-fit: cover; align-self: stretch; }
.footer .second-footer .widget_text, .footer .second-footer .widget_text .widget-text, .footer .testimonial-text, .footer blockquote { padding: 0 !important; margin: 0 !important; }
.footer .testimonial-text:before, .footer .testimonial-text:after, .footer .widget_text .widget-text:before, .footer .widget-testimonial i { display: none !important; content: none !important; }
.footer .second-footer .widget-area:first-child .widget { margin-top: 0 !important; padding-top: 0 !important; }

/* ---- v2 pass 5: advantages band image fills the column height; footer first column aligns with the titled columns ---- */
@media (min-width: 992px) {
  .bg-layer-equal-height .row.g-0 > .col-lg-5 { position: relative; display: block; }
  .bg-layer-equal-height .col-bg-img-nine { position: absolute !important; inset: 0; padding: 0 !important; margin: 0 !important; display: block; min-height: 0; }
  .bg-layer-equal-height .col-bg-img-nine .ttm-bg-layer { position: absolute !important; inset: 0; display: block; height: 100% !important; }
  .bg-layer-equal-height .col-bg-img-nine img { position: absolute; inset: 0; width: 100%; height: 100% !important; min-height: 0; object-fit: cover; border-radius: 0 var(--radius) var(--radius) 0; }
}
@media (max-width: 991px) {
  .bg-layer-equal-height .col-bg-img-nine img { height: 320px !important; min-height: 0; border-radius: var(--radius); }
}
.footer .second-footer .widget-area:first-child .widget { padding-top: 54px !important; }
