/*!
Theme Name: SA
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 
Tags: custom-menu, featured-images, threaded-comments

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

DSM is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.



*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

html,
body {
	overflow-x: clip;
	max-width: 100%;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
    width: 100%;
    padding: 0.8rem;
    font-family: Montserrat;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* ============================================================
   GTR Risk Solutions — Header
   ============================================================ */

:root {
	--gtr-navy:       #0d2b4e;
	--gtr-navy-mid:   #1a4070;
	--gtr-teal:       #0097b2;
	--gtr-teal-light: #00b8d4;
	--gtr-white:      #ffffff;
	--gtr-off-white:  #f0f8fb;
	--gtr-border:     rgba(13, 43, 78, 0.1);
	--gtr-ease:       0.3s ease;
}

/* --- Top utility bar ---------------------------------------- */

.gtr-topbar {
	background: var(--gtr-navy);
	color: rgba(255, 255, 255, 0.78);
	font-family: 'Montserrat', sans-serif;
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	padding: 9px 0;
}

.gtr-topbar a {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	transition: color var(--gtr-ease);
}

.gtr-topbar a:hover {
	color: var(--gtr-teal-light);
}

.gtr-topbar__item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-right: 18px;
}

.gtr-topbar__item:last-child {
	margin-right: 0;
}

.gtr-topbar__sep {
	opacity: 0.25;
	margin: 0 6px 0 0;
}

/* --- Main sticky header ------------------------------------- */

.gtr-header {
	background: var(--gtr-white);
	position: sticky;
	top: 0;
	z-index: 1000;
	border-bottom: 3px solid var(--gtr-teal);
	transition: box-shadow var(--gtr-ease);
}

.gtr-header.scrolled {
	box-shadow: 0 4px 28px rgba(13, 43, 78, 0.13);
}

.gtr-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 0;
	transition: padding var(--gtr-ease);
}

.gtr-header.scrolled .gtr-header__inner {
	padding: 8px 0;
}

/* --- Logo --------------------------------------------------- */

.gtr-header__logo a {
	display: block;
	line-height: 1;
}

.gtr-logo-img {
	height: 118px;
	width: auto;
	display: block;
	object-fit: contain;
	transition: height var(--gtr-ease);
}

.gtr-header.scrolled .gtr-logo-img {
	height: 80px;
}

/* --- Desktop navigation ------------------------------------- */

.gtr-nav {
	display: flex;
	align-items: center;
}

.gtr-nav .navbar-nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 2px;
}

.gtr-nav .nav-item {
	position: relative;
}

.gtr-nav .nav-item .nav-link {
	color: var(--gtr-navy);
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 0.8rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	padding: 10px 13px;
	border-radius: 4px;
	text-decoration: none;
	display: block;
	position: relative;
	transition: color var(--gtr-ease), background var(--gtr-ease);
	white-space: nowrap;
}

/* Animated underline for regular links */
.gtr-nav .nav-item .nav-link:not(.dropdown-toggle)::after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 13px;
	right: 13px;
	height: 2px;
	background: var(--gtr-teal);
	border-radius: 2px;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform var(--gtr-ease);
}

/* Dropdown caret for items with children */
.gtr-nav .nav-item .nav-link.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	background: none;
	position: static;
	border-top: 0.28em solid currentColor;
	border-right: 0.28em solid transparent;
	border-left: 0.28em solid transparent;
	border-bottom: 0;
	border-radius: 0;
	transform: none;
	margin-left: 5px;
	vertical-align: middle;
	transition: transform var(--gtr-ease);
}

.gtr-nav .nav-item.show > .nav-link.dropdown-toggle::after {
	transform: rotate(180deg);
}

.gtr-nav .nav-item .nav-link:hover,
.gtr-nav .nav-item .nav-link.active,
.gtr-nav .nav-item.show > .nav-link {
	color: var(--gtr-teal);
	background: rgba(0, 151, 178, 0.06);
}

.gtr-nav .nav-item .nav-link:not(.dropdown-toggle):hover::after,
.gtr-nav .nav-item .nav-link.active:not(.dropdown-toggle)::after {
	transform: scaleX(1);
}

/* --- Dropdown menu ----------------------------------------- */

.gtr-nav .dropdown-menu {
	border: none;
	border-top: 3px solid var(--gtr-teal);
	border-radius: 0 0 6px 6px;
	box-shadow: 0 10px 35px rgba(13, 43, 78, 0.14);
	padding: 8px 0;
	min-width: 230px;
	background: var(--gtr-white);
	margin-top: 0 !important;
	/* Override Popper.js — always sit directly below the nav item */
	position: absolute !important;
	transform: none !important;
	top: 100% !important;
	left: 0 !important;
	animation: gtrDropFade 0.18s ease forwards;
}

/* Show dropdown on hover (desktop only) — no click required */
@media (min-width: 992px) {
	.gtr-nav .nav-item:hover > .dropdown-menu {
		display: block;
	}
}

@keyframes gtrDropFade {
	from { opacity: 0; transform: translateY(-6px); }
	to   { opacity: 1; transform: translateY(0); }
}

.gtr-nav .dropdown-item {
	color: var(--gtr-navy);
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8rem;
	font-weight: 500;
	padding: 10px 20px;
	text-decoration: none;
	display: block;
	border-left: 3px solid transparent;
	transition: background var(--gtr-ease), color var(--gtr-ease), padding-left var(--gtr-ease), border-color var(--gtr-ease);
}

.gtr-nav .dropdown-item:hover,
.gtr-nav .dropdown-item:focus,
.gtr-nav .dropdown-item.active,
.gtr-nav .dropdown-item:active {
	background: var(--gtr-off-white);
	color: var(--gtr-teal);
	padding-left: 26px;
	border-left-color: var(--gtr-teal);
}

/* --- CTA button -------------------------------------------- */

.gtr-btn-cta {
	display: inline-block;
	background: var(--gtr-teal);
	color: var(--gtr-white) !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 11px 22px;
	border-radius: 4px;
	border: 2px solid var(--gtr-teal);
	text-decoration: none !important;
	white-space: nowrap;
	transition: background var(--gtr-ease), border-color var(--gtr-ease);
}

.gtr-btn-cta:hover {
	background: var(--gtr-navy);
	border-color: var(--gtr-navy);
	color: var(--gtr-white) !important;
}

/* --- Hamburger button --------------------------------------- */

.gtr-hamburger {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 42px;
	height: 38px;
	background: none;
	border: 2px solid var(--gtr-navy);
	border-radius: 4px;
	padding: 0;
	cursor: pointer;
	flex-shrink: 0;
	transition: border-color var(--gtr-ease);
}

.gtr-hamburger span {
	display: block;
	width: 20px;
	height: 2px;
	background: var(--gtr-navy);
	border-radius: 2px;
	transform-origin: center;
	transition: transform 0.3s ease, opacity 0.3s ease, background var(--gtr-ease);
}

.gtr-hamburger:hover {
	border-color: var(--gtr-teal);
}

.gtr-hamburger[aria-expanded="true"] {
	border-color: var(--gtr-teal);
}

.gtr-hamburger[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
	background: var(--gtr-teal);
}

.gtr-hamburger[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
	transform: scaleX(0);
}

.gtr-hamburger[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
	background: var(--gtr-teal);
}

/* --- Mobile menu ------------------------------------------- */

.gtr-mobile-menu {
	border-top: 1px solid var(--gtr-border);
	padding: 4px 0 0;
}

.gtr-mobile-menu .navbar-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	flex-direction: column !important;
	display: flex !important;
}

.gtr-mobile-menu .nav-item {
	border-bottom: 1px solid var(--gtr-border);
}

.gtr-mobile-menu .nav-link {
	color: var(--gtr-navy) !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 0.88rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 14px 0 !important;
	text-decoration: none;
	display: block;
	transition: color var(--gtr-ease);
	background: transparent !important;
}

.gtr-mobile-menu .nav-link:not(.dropdown-toggle)::after {
	display: none !important;
}

.gtr-mobile-menu .nav-link.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	background: none;
	position: static;
	border-top: 0.28em solid currentColor;
	border-right: 0.28em solid transparent;
	border-left: 0.28em solid transparent;
	border-bottom: 0;
	margin-left: auto;
	vertical-align: middle;
	transition: transform var(--gtr-ease);
}

.gtr-mobile-menu .nav-item.show > .nav-link.dropdown-toggle::after {
	transform: rotate(180deg);
}

.gtr-mobile-menu .nav-link:hover,
.gtr-mobile-menu .nav-link.active {
	color: var(--gtr-teal) !important;
}

/* Inline dropdowns on mobile */
.gtr-mobile-menu .dropdown-menu {
	position: static !important;
	transform: none !important;
	float: none;
	box-shadow: none;
	border: none;
	border-left: 3px solid var(--gtr-teal);
	border-top: none;
	border-radius: 0;
	padding: 4px 0 10px 16px;
	background: transparent;
	animation: none;
	margin: 0 !important;
}

.gtr-mobile-menu .dropdown-item {
	color: var(--gtr-navy-mid);
	font-family: 'Montserrat', sans-serif;
	font-size: 0.83rem;
	font-weight: 500;
	padding: 8px 0;
	display: block;
	text-decoration: none;
	border-left: none;
	background: transparent;
	transition: color var(--gtr-ease), padding-left var(--gtr-ease);
}

.gtr-mobile-menu .dropdown-item:hover {
	color: var(--gtr-teal);
	background: transparent;
	padding-left: 6px;
}

.gtr-mobile-cta {
	padding: 16px 0 20px;
}

.gtr-mobile-cta .gtr-btn-cta {
	width: 100%;
	text-align: center;
}

/* ============================================================
   GTR Risk Solutions — Footer
   ============================================================ */

/* --- Wave divider ------------------------------------------ */

.gtr-footer-wave {
	display: block;
	line-height: 0;
	background: var(--gtr-white);
	margin-bottom: -1px;
}

/* When reviews section is the last section before footer (e.g. contact page),
   match the wave div background to navy so it blends seamlessly */
.gtr-reviews-last .gtr-footer-wave {
	background: var(--gtr-navy);
}

.gtr-footer-wave svg {
	display: block;
	width: 100%;
	height: auto;
}

/* --- Main footer ------------------------------------------- */

.gtr-footer {
	background: var(--gtr-navy);
	color: rgba(255, 255, 255, 0.72);
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875rem;
	padding: 60px 0 0;
}

/* --- Logo card --------------------------------------------- */

.gtr-footer__logo-wrap {
	display: inline-block;
	background: var(--gtr-white);
	border-radius: 8px;
	padding: 12px 18px;
	margin-bottom: 22px;
}

.gtr-footer__logo-img {
	height: 118px;
	width: auto;
	display: block;
	object-fit: contain;
}

/* --- About text -------------------------------------------- */

.gtr-footer__about {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.83rem;
	line-height: 1.75;
	margin-bottom: 22px;
}

/* --- Social icons ------------------------------------------ */

.gtr-footer__social {
	display: flex;
	gap: 10px;
}

.gtr-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: background var(--gtr-ease), border-color var(--gtr-ease), color var(--gtr-ease);
}

.gtr-footer__social-link:hover {
	background: var(--gtr-teal);
	border-color: var(--gtr-teal);
	color: var(--gtr-white);
}

/* --- Section headings -------------------------------------- */

.gtr-footer__heading {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--gtr-teal-light);
	margin-bottom: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 184, 212, 0.25);
}

/* --- Nav link lists ---------------------------------------- */

.gtr-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gtr-footer__links li {
	margin-bottom: 10px;
}

.gtr-footer__links a {
	color: rgba(255, 255, 255, 0.68);
	text-decoration: none;
	font-size: 0.83rem;
	font-weight: 500;
	transition: color var(--gtr-ease), padding-left var(--gtr-ease);
	display: inline-block;
	position: relative;
	padding-left: 0;
}

.gtr-footer__links a::before {
	content: '›';
	position: absolute;
	left: -14px;
	opacity: 0;
	color: var(--gtr-teal-light);
	transition: opacity var(--gtr-ease), left var(--gtr-ease);
}

.gtr-footer__links a:hover {
	color: var(--gtr-teal-light);
	padding-left: 14px;
}

.gtr-footer__links a:hover::before {
	opacity: 1;
	left: 0;
}

/* --- Contact list ------------------------------------------ */

.gtr-footer__contact-list {
	list-style: none;
	margin: 0 0 8px;
	padding: 0;
}

.gtr-footer__contact-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 14px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.83rem;
	line-height: 1.6;
}

.gtr-footer__contact-list svg {
	flex-shrink: 0;
	margin-top: 3px;
	color: var(--gtr-teal-light);
}

.gtr-footer__contact-list a {
	color: rgba(255, 255, 255, 0.68);
	text-decoration: none;
	transition: color var(--gtr-ease);
}

.gtr-footer__contact-list a:hover {
	color: var(--gtr-teal-light);
}

/* --- Outline CTA variant for footer ------------------------ */

.gtr-btn-cta--outline {
	background: transparent;
	border-color: rgba(0, 184, 212, 0.6);
	color: var(--gtr-teal-light) !important;
}

.gtr-btn-cta--outline:hover {
	background: var(--gtr-teal);
	border-color: var(--gtr-teal);
	color: var(--gtr-white) !important;
}

/* --- Bottom bar -------------------------------------------- */

.gtr-footer__bottom {
	background: #091e37;
	margin-top: 50px;
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gtr-footer__copy {
	color: rgba(255, 255, 255, 0.45);
	font-family: 'Montserrat', sans-serif;
	font-size: 0.75rem;
	letter-spacing: 0.02em;
}

.gtr-footer__legal-nav {
	display: flex;
	align-items: center;
	gap: 12px;
}

.gtr-footer__legal-nav a {
	color: rgba(255, 255, 255, 0.45);
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	transition: color var(--gtr-ease);
}

.gtr-footer__legal-nav a:hover {
	color: var(--gtr-teal-light);
}

.gtr-footer__legal-sep {
	color: rgba(255, 255, 255, 0.2);
	font-size: 0.75rem;
}

/* --- Responsive -------------------------------------------- */

@media (max-width: 767.98px) {
	.gtr-footer {
		padding-top: 40px;
	}

	.gtr-footer__bottom {
		margin-top: 36px;
	}

	.gtr-footer__bottom .d-flex {
		flex-direction: column;
		text-align: center;
	}

	.gtr-footer__legal-nav {
		justify-content: center;
	}
}

/* ============================================================
   GTR Risk Solutions — Homepage Template
   ============================================================ */

/* --- Shared section utilities ------------------------------ */

.gtr-section-hdr {
	margin-bottom: 52px;
}

.gtr-section-tag {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--gtr-teal);
	background: rgba(0, 151, 178, 0.1);
	padding: 5px 14px;
	border-radius: 20px;
	margin-bottom: 14px;
}

.gtr-section-tag--light {
	color: var(--gtr-teal-light);
	background: rgba(0, 184, 212, 0.15);
}

.gtr-section-title {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 800;
	color: var(--gtr-navy);
	line-height: 1.2;
	margin-bottom: 12px;
}

.gtr-section-title--light {
	color: var(--gtr-white);
}

.gtr-section-sub {
	font-size: 1rem;
	color: #5a6f82;
	max-width: 580px;
	margin: 0 auto;
	line-height: 1.7;
}

/* --- Hero -------------------------------------------------- */

.gtr-hero {
	position: relative;
	background: var(--gtr-navy);
}

.gtr-hero__swiper {
	width: 100%;
	min-height: 460px;
	height: 62vh;
}

.gtr-hero__slide {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}

.gtr-hero__slide--fallback {
	min-height: 460px;
	height: 62vh;
	background: linear-gradient(140deg, var(--gtr-navy) 0%, var(--gtr-navy-mid) 55%, #1a6080 100%);
	display: flex;
	align-items: center;
}

.gtr-hero__overlay {
	position: absolute;
	inset: 0;
	background: var(--gtr-navy);
	pointer-events: none;
}

/* Text layer — floats above all slides */
.gtr-hero__text-wrap {
	position: absolute;
	inset: 0;
	z-index: 5;
	display: flex;
	align-items: center;
	pointer-events: none; /* let swiper controls receive clicks */
}

.gtr-hero__text-wrap .container {
	pointer-events: auto;
}

.gtr-hero__content {
	color: var(--gtr-white);
	max-width: 700px;
	padding: 40px 0;
}

.gtr-hero__heading {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(2rem, 5vw, 3.6rem);
	font-weight: 800;
	line-height: 1.15;
	color: var(--gtr-white);
	margin-bottom: 22px;
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}

.gtr-hero__sub {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(0.95rem, 1.8vw, 1.15rem);
	color: rgba(255, 255, 255, 0.88);
	margin-bottom: 36px;
	max-width: 560px;
	line-height: 1.75;
}

.gtr-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

.gtr-btn-cta--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.6);
	color: var(--gtr-white) !important;
}

.gtr-btn-cta--ghost:hover {
	background: var(--gtr-white);
	border-color: var(--gtr-white);
	color: var(--gtr-navy) !important;
}

/* Hero Swiper controls — z-index above the text-wrap (5) */
.gtr-hero__swiper .swiper-button-prev,
.gtr-hero__swiper .swiper-button-next {
	z-index: 10;
	color: var(--gtr-white);
	background: rgba(0, 0, 0, 0.22);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	transition: background var(--gtr-ease);
}

.gtr-hero__swiper .swiper-pagination {
	z-index: 10;
}

.gtr-hero__swiper .swiper-button-prev:hover,
.gtr-hero__swiper .swiper-button-next:hover {
	background: var(--gtr-teal);
}

.gtr-hero__swiper .swiper-button-prev::after,
.gtr-hero__swiper .swiper-button-next::after {
	font-size: 1rem;
	font-weight: 800;
}

.gtr-hero__swiper .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
	width: 10px;
	height: 10px;
	transition: background var(--gtr-ease), width var(--gtr-ease);
	border-radius: 5px;
}

.gtr-hero__swiper .swiper-pagination-bullet-active {
	background: var(--gtr-teal-light);
	width: 28px;
}

/* --- Services section -------------------------------------- */

.gtr-services-section {
	background: var(--gtr-off-white);
	padding: 90px 0;
}

.gtr-services__swiper {
	padding-bottom: 52px !important;
}

.gtr-svc-card {
	background: var(--gtr-white);
	border-radius: 10px;
	padding: 32px 24px;
	text-align: center;
	height: 100%;
	border-top: 4px solid var(--gtr-teal);
	box-shadow: 0 4px 20px rgba(13, 43, 78, 0.07);
	display: flex;
	flex-direction: column;
	transition: transform var(--gtr-ease), box-shadow var(--gtr-ease);
}

.gtr-svc-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 14px 40px rgba(13, 43, 78, 0.14);
}

.gtr-svc-card__icon {
	width: calc(100% + 48px); /* bleed past card padding */
	margin: -32px -24px 24px;
	height: 180px;
	overflow: hidden;
	border-radius: 6px 6px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 151, 178, 0.08);
}

.gtr-svc-card__icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: transform 0.5s ease;
}

.gtr-svc-card:hover .gtr-svc-card__icon img {
	transform: scale(1.05);
}

.gtr-svc-card__icon--default {
	color: var(--gtr-teal);
}

.gtr-svc-card__title {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.97rem;
	font-weight: 700;
	color: var(--gtr-navy);
	margin-bottom: 12px;
}

.gtr-svc-card__desc {
	font-size: 0.855rem;
	color: #5a6f82;
	line-height: 1.75;
	flex: 1;
	margin-bottom: 20px;
}

.gtr-svc-card__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: var(--gtr-teal);
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: auto;
	transition: gap var(--gtr-ease), color var(--gtr-ease);
}

.gtr-svc-card__more:hover {
	color: var(--gtr-navy);
	gap: 10px;
}

.gtr-services__swiper .swiper-button-prev,
.gtr-services__swiper .swiper-button-next {
	color: var(--gtr-teal);
	top: 38%;
}

.gtr-services__swiper .swiper-button-prev::after,
.gtr-services__swiper .swiper-button-next::after {
	font-size: 1rem;
	font-weight: 800;
}

.gtr-services__swiper .swiper-pagination-bullet {
	background: var(--gtr-teal);
	opacity: 0.3;
}

.gtr-services__swiper .swiper-pagination-bullet-active {
	background: var(--gtr-teal);
	opacity: 1;
}

/* --- Why Choose GTR --------------------------------------- */

.gtr-why-section {
	background: var(--gtr-white);
	padding: 90px 0;
}

.gtr-why__lead {
	font-size: 1.05rem;
	color: #4a6070;
	margin: 10px 0 30px;
	line-height: 1.8;
}

.gtr-why__list {
	display: flex;
	flex-direction: column;
	gap: 22px;
	margin-bottom: 36px;
}

.gtr-why__item {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.gtr-why__ico {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	background: var(--gtr-teal);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--gtr-white);
	margin-top: 1px;
}

.gtr-why__item h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.94rem;
	font-weight: 700;
	color: var(--gtr-navy);
	margin-bottom: 4px;
}

.gtr-why__item p {
	font-size: 0.86rem;
	color: #5a6f82;
	line-height: 1.7;
	margin: 0;
}

.gtr-why__stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.gtr-stat {
	background: linear-gradient(135deg, var(--gtr-navy) 0%, var(--gtr-navy-mid) 100%);
	border-radius: 12px;
	padding: 30px 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.gtr-stat__num {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.2rem;
	font-weight: 800;
	color: var(--gtr-teal-light);
	line-height: 1;
}

.gtr-stat__unit {
	font-size: 1.3rem;
	color: var(--gtr-teal);
}

.gtr-stat__label {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.6);
}

/* --- Testimonials ----------------------------------------- */

.gtr-reviews-section {
	background: var(--gtr-navy);
	padding: 90px 0;
}

.gtr-reviews__swiper {
	padding-bottom: 56px !important;
}

.gtr-review-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 32px 26px;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: background var(--gtr-ease);
}

.gtr-review-card:hover {
	background: rgba(255, 255, 255, 0.08);
}

.gtr-review-card__stars {
	margin-bottom: 16px;
	font-size: 1.15rem;
	letter-spacing: 2px;
}

.gtr-star { color: rgba(255, 255, 255, 0.15); }
.gtr-star--on { color: #f5c518; }

.gtr-review-card__text {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.85;
	font-style: italic;
	flex: 1;
	margin-bottom: 24px;
	border: none;
	padding: 0;
}

.gtr-review-card__author {
	display: flex;
	align-items: center;
	gap: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 18px;
}

.gtr-review-card__avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	border: 2px solid var(--gtr-teal);
}

.gtr-review-card__avatar--initial {
	background: var(--gtr-teal);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1.15rem;
	color: var(--gtr-white);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	flex-shrink: 0;
}

.gtr-review-card__author strong {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.87rem;
	font-weight: 700;
	color: var(--gtr-white);
}

.gtr-review-card__author span {
	display: block;
	font-size: 0.77rem;
	color: var(--gtr-teal-light);
}

.gtr-reviews__swiper .swiper-button-prev,
.gtr-reviews__swiper .swiper-button-next {
	color: var(--gtr-teal-light);
	top: 38%;
}

.gtr-reviews__swiper .swiper-button-prev::after,
.gtr-reviews__swiper .swiper-button-next::after {
	font-size: 1.1rem;
}

.gtr-reviews__swiper .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.3);
	opacity: 1;
}

.gtr-reviews__swiper .swiper-pagination-bullet-active {
	background: var(--gtr-teal-light);
}

/* --- Contact section --------------------------------------- */

.gtr-contact-section {
	background: var(--gtr-white);
	padding: 90px 0;
}

/* Page content area (below hero, above services) */
.gtr-page-content {
	padding: 60px 0;
	background: var(--gtr-white);
}

.gtr-page-content p,
.gtr-page-content li {
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	line-height: 1.85;
	color: #3d5060;
	margin-bottom: 1.1em;
}

.gtr-page-content h1,
.gtr-page-content h2,
.gtr-page-content h3,
.gtr-page-content h4,
.gtr-page-content h5,
.gtr-page-content h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	color: var(--gtr-navy);
	line-height: 1.25;
	margin-top: 1.5em;
	margin-bottom: 0.6em;
}

.gtr-page-content h2 { font-size: clamp(1.5rem, 2.5vw, 2rem); }
.gtr-page-content h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
.gtr-page-content h4 { font-size: 1.1rem; }

.gtr-page-content a {
	color: var(--gtr-teal);
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 151, 178, 0.35);
	transition: color var(--gtr-ease), border-color var(--gtr-ease);
}

.gtr-page-content a:hover {
	color: var(--gtr-navy);
	border-color: var(--gtr-navy);
}

.gtr-page-content ul,
.gtr-page-content ol {
	padding-left: 1.4em;
	margin-bottom: 1.1em;
}

.gtr-page-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.gtr-contact__lead {
	font-size: 1rem;
	color: #4a6070;
	line-height: 1.8;
	margin: 14px 0 26px;
}

.gtr-contact__info-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.gtr-contact__info-list li {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
	font-size: 0.9rem;
	color: #4a6070;
}

.gtr-contact__info-list svg {
	flex-shrink: 0;
	color: var(--gtr-teal);
}

.gtr-contact__info-list a {
	color: var(--gtr-navy);
	font-weight: 600;
	text-decoration: none;
	transition: color var(--gtr-ease);
}

.gtr-contact__info-list a:hover {
	color: var(--gtr-teal);
}

.gtr-contact-form-wrap {
	background: var(--gtr-white);
	border-radius: 12px;
	padding: 40px;
	box-shadow: 0 8px 40px rgba(13, 43, 78, 0.09);
}

/* ---- HTML form fields ------------------------------------- */

.gtr-form__label {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--gtr-navy);
	margin-bottom: 6px;
}

.gtr-form__label span[aria-hidden] {
	color: var(--gtr-teal);
	margin-left: 2px;
}

.gtr-form__input {
	display: block;
	width: 100%;
	padding: 11px 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875rem;
	color: var(--gtr-navy);
	background: var(--gtr-off-white);
	border: 2px solid rgba(13, 43, 78, 0.14);
	border-radius: 6px;
	outline: none;
	transition: border-color var(--gtr-ease), box-shadow var(--gtr-ease), background var(--gtr-ease);
	appearance: none;
	-webkit-appearance: none;
}

.gtr-form__input::placeholder {
	color: #9aafbe;
	font-weight: 400;
}

.gtr-form__input:focus {
	border-color: var(--gtr-teal);
	box-shadow: 0 0 0 3px rgba(0, 151, 178, 0.12);
	background: var(--gtr-white);
}

/* Select arrow */
.gtr-form__select {
	padding-right: 36px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230d2b4e' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	cursor: pointer;
}

.gtr-form__textarea {
	resize: vertical;
	min-height: 130px;
}

.gtr-form__submit-btn {
	width: 100%;
	padding: 14px;
	font-size: 0.85rem;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 4px;
}

.gtr-form__privacy {
	font-size: 0.8rem;
	color: #7a90a0;
	margin-top: 10px;
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
}

.gtr-form__privacy a {
	color: var(--gtr-teal);
	text-decoration: none;
	font-weight: 600;
	border-bottom: 1px solid rgba(0, 151, 178, 0.35);
	transition: color var(--gtr-ease), border-color var(--gtr-ease);
}

.gtr-form__privacy a:hover {
	color: var(--gtr-navy);
	border-color: var(--gtr-navy);
}

/* CF7 placeholder */
.gtr-cf7-placeholder {
	padding: 24px;
	background: var(--gtr-off-white);
	border: 2px dashed rgba(0, 151, 178, 0.35);
	border-radius: 8px;
	color: #5a6f82;
	font-size: 0.875rem;
}

.gtr-cf7-placeholder code {
	background: rgba(0, 151, 178, 0.08);
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 0.8rem;
	color: var(--gtr-teal);
}

/* CF7 form styling hooks (applied after you replace the placeholder) */
.gtr-contact-form-wrap .wpcf7-form p {
	margin-bottom: 16px;
}

.gtr-contact-form-wrap .wpcf7-form input:not([type="submit"]),
.gtr-contact-form-wrap .wpcf7-form select,
.gtr-contact-form-wrap .wpcf7-form textarea {
	width: 100%;
	padding: 12px 16px;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875rem;
	color: var(--gtr-navy);
	background: var(--gtr-off-white);
	border: 2px solid rgba(13, 43, 78, 0.12);
	border-radius: 6px;
	outline: none;
	transition: border-color var(--gtr-ease), box-shadow var(--gtr-ease);
	appearance: none;
	-webkit-appearance: none;
}

.gtr-contact-form-wrap .wpcf7-form input:focus,
.gtr-contact-form-wrap .wpcf7-form select:focus,
.gtr-contact-form-wrap .wpcf7-form textarea:focus {
	border-color: var(--gtr-teal);
	box-shadow: 0 0 0 3px rgba(0, 151, 178, 0.12);
	background: var(--gtr-white);
}

.gtr-contact-form-wrap .wpcf7-form input[type="submit"] {
	background: var(--gtr-teal);
	color: var(--gtr-white);
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 0.82rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	padding: 13px 28px;
	border: 2px solid var(--gtr-teal);
	border-radius: 4px;
	cursor: pointer;
	transition: background var(--gtr-ease), border-color var(--gtr-ease);
}

.gtr-contact-form-wrap .wpcf7-form input[type="submit"]:hover {
	background: var(--gtr-navy);
	border-color: var(--gtr-navy);
}

/* ============================================================
   Contact Page  (template-contact.php)
============================================================ */

.gtr-contact-page-section {
	background: var(--gtr-white);
	padding: 80px 0 90px;
}

/* Clickable contact method cards */
.gtr-contact-cards {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 24px 0 28px;
}

.gtr-contact-card {
	display: flex;
	align-items: center;
	gap: 16px;
	background: var(--gtr-off-white);
	border: 2px solid transparent;
	border-radius: 10px;
	padding: 16px 18px;
	text-decoration: none;
	transition: border-color var(--gtr-ease), background var(--gtr-ease), transform var(--gtr-ease), box-shadow var(--gtr-ease);
}

.gtr-contact-card:hover {
	border-color: var(--gtr-teal);
	background: var(--gtr-white);
	transform: translateX(4px);
	box-shadow: 0 6px 24px rgba(13, 43, 78, 0.09);
}

.gtr-contact-card__icon {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: rgba(0, 151, 178, 0.1);
	color: var(--gtr-teal);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: background var(--gtr-ease);
}

.gtr-contact-card:hover .gtr-contact-card__icon {
	background: var(--gtr-teal);
	color: var(--gtr-white);
}

.gtr-contact-card__icon--whatsapp { color: #25d366; }
.gtr-contact-card:hover .gtr-contact-card__icon--whatsapp {
	background: #25d366;
	color: var(--gtr-white);
}

.gtr-contact-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.gtr-contact-card__label {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--gtr-teal);
	margin-bottom: 2px;
}

.gtr-contact-card__value {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--gtr-navy);
}

.gtr-contact-card__arrow {
	color: rgba(13, 43, 78, 0.3);
	flex-shrink: 0;
	transition: color var(--gtr-ease), transform var(--gtr-ease);
}

.gtr-contact-card:hover .gtr-contact-card__arrow {
	color: var(--gtr-teal);
	transform: translateX(3px);
}

/* Hours / Address / Registration detail rows */
.gtr-contact-details {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding-top: 4px;
}

.gtr-contact-detail {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875rem;
	color: #4a6070;
}

.gtr-contact-detail svg {
	color: var(--gtr-teal);
	flex-shrink: 0;
	margin-top: 2px;
}

.gtr-contact-detail strong {
	display: block;
	color: var(--gtr-navy);
	font-weight: 700;
	font-size: 0.8rem;
	margin-bottom: 2px;
}

.gtr-contact-detail span {
	line-height: 1.6;
}

/* Form wrapper title/sub on contact page */
.gtr-contact-form-wrap__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 1.25rem;
	color: var(--gtr-navy);
	margin-bottom: 6px;
}

.gtr-contact-form-wrap__sub {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875rem;
	color: #5a6f82;
	line-height: 1.6;
	margin-bottom: 22px;
}

/* Map embed */
.gtr-contact-map {
	line-height: 0;
	overflow: hidden;
}

.gtr-contact-map iframe {
	display: block;
	width: 100%;
}

/* Response promise strip */
.gtr-promise-strip {
	background: linear-gradient(135deg, var(--gtr-navy) 0%, var(--gtr-navy-mid) 55%, #1a6080 100%);
	padding: 48px 0;
}

.gtr-promise-strip__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	flex-wrap: wrap;
}

.gtr-promise-item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px 40px;
	color: var(--gtr-white);
	flex: 1;
	min-width: 220px;
}

.gtr-promise-item svg {
	color: var(--gtr-teal);
	flex-shrink: 0;
}

.gtr-promise-item strong {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 0.9rem;
	margin-bottom: 3px;
}

.gtr-promise-item span {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.4;
}

.gtr-promise-divider {
	width: 1px;
	height: 48px;
	background: rgba(255, 255, 255, 0.15);
	flex-shrink: 0;
}

@media (max-width: 767.98px) {
	.gtr-promise-strip__inner { flex-direction: column; gap: 4px; }
	.gtr-promise-item { padding: 12px 24px; min-width: unset; width: 100%; }
	.gtr-promise-divider { width: 80%; height: 1px; }
}

/* ============================================================
   Service Single  (template-service-single.php)
============================================================ */

/* Intro */
.gtr-svc-intro-section {
	background: var(--gtr-white);
	padding: 70px 0 50px;
}

.gtr-svc-intro__text {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.05rem;
	line-height: 1.9;
	color: #3d5060;
}

.gtr-svc-intro__text p { margin-bottom: 1em; }

.gtr-svc-intro__text strong { color: var(--gtr-navy); font-weight: 700; }

.gtr-svc-intro__text ul,
.gtr-svc-intro__text ol { padding-left: 1.3em; margin-bottom: 1em; }

.gtr-svc-intro__text li { margin-bottom: 0.4em; }

/* Coverage area cards */
.gtr-svc-coverage-section {
	background: var(--gtr-off-white);
	padding: 80px 0 90px;
}

.gtr-coverage-card {
	background: var(--gtr-white);
	border-radius: 12px;
	padding: 32px 26px 28px;
	height: 100%;
	border-top: 3px solid var(--gtr-teal);
	box-shadow: 0 4px 20px rgba(13, 43, 78, 0.07);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gtr-coverage-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 14px 36px rgba(13, 43, 78, 0.13);
}

.gtr-coverage-card__icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: rgba(0, 151, 178, 0.1);
	color: var(--gtr-teal);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}

.gtr-coverage-card__icon img {
	width: 26px;
	height: 26px;
	object-fit: contain;
}

.gtr-coverage-card__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 0.97rem;
	color: var(--gtr-navy);
	margin-bottom: 10px;
}

.gtr-coverage-card__desc {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.86rem;
	color: #5a6f82;
	line-height: 1.75;
	margin: 0;
}

/* Flexible content blocks */
.gtr-content-block {
	background: var(--gtr-white);
	padding: 80px 0;
}

.gtr-content-block--offwhite {
	background: var(--gtr-off-white);
}

.gtr-content-block__heading,
.gtr-content-block__text h2,
.gtr-content-block__text h3,
.gtr-content-block__text h4,
.gtr-svc-intro__text h2,
.gtr-svc-intro__text h3,
.gtr-svc-intro__text h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	color: var(--gtr-navy);
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 16px;
}

.gtr-content-block__heading,
.gtr-content-block__text h2,
.gtr-svc-intro__text h2 {
	font-size: clamp(1.4rem, 2.5vw, 1.9rem);
}

.gtr-content-block__text h3,
.gtr-svc-intro__text h3 {
	font-size: clamp(1.1rem, 2vw, 1.4rem);
}

.gtr-content-block__text h4,
.gtr-svc-intro__text h4 {
	font-size: 1rem;
}

.gtr-content-block__text {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.95rem;
	line-height: 1.9;
	color: #3d5060;
}

.gtr-content-block__text p { margin-bottom: 1em; }

.gtr-content-block__text strong { color: var(--gtr-navy); font-weight: 700; }

.gtr-content-block__text ul,
.gtr-content-block__text ol { padding-left: 1.3em; margin-bottom: 1em; }

.gtr-content-block__text li { margin-bottom: 0.45em; }

.gtr-content-block__text a {
	color: var(--gtr-teal);
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 151, 178, 0.35);
	transition: color var(--gtr-ease), border-color var(--gtr-ease);
}

.gtr-content-block__text a:hover {
	color: var(--gtr-navy);
	border-color: var(--gtr-navy);
}

.gtr-content-block__img {
	width: 100%;
	border-radius: 12px;
	object-fit: cover;
	box-shadow: 0 16px 48px rgba(13, 43, 78, 0.16);
	display: block;
}

/* FAQ accordion */
.gtr-faq-section {
	background: var(--gtr-off-white);
	padding: 80px 0 90px;
}

.gtr-faq-item {
	border: none;
	border-radius: 8px !important;
	margin-bottom: 10px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(13, 43, 78, 0.07);
}

.gtr-faq-btn {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 0.92rem;
	color: var(--gtr-navy);
	background: var(--gtr-white);
	padding: 18px 24px;
	box-shadow: none !important;
	border: none;
}

.gtr-faq-btn:not(.collapsed) {
	color: var(--gtr-teal);
	background: var(--gtr-white);
}

.gtr-faq-btn::after {
	filter: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6.5 6.5 6.5-6.5' stroke='%230d2b4e' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
	width: 14px;
	height: 14px;
	transition: transform 0.25s ease;
}

.gtr-faq-btn:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6.5 6.5 6.5-6.5' stroke='%230097b2' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.gtr-faq-body {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9rem;
	line-height: 1.85;
	color: #4a6070;
	background: var(--gtr-white);
	padding: 4px 24px 22px;
	border-top: 1px solid rgba(13, 43, 78, 0.08);
}

.gtr-faq-body p { margin-bottom: 0.8em; }

.gtr-faq-body p:last-child { margin-bottom: 0; }

/* CTA strip */
.gtr-svc-cta-strip {
	background: linear-gradient(135deg, var(--gtr-navy) 0%, var(--gtr-navy-mid) 55%, #1a6080 100%);
	padding: 60px 0;
}

.gtr-svc-cta-strip__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	flex-wrap: wrap;
}

.gtr-svc-cta-strip__text h2,
.gtr-svc-cta-strip__heading {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: clamp(1.3rem, 2.5vw, 1.8rem);
	color: var(--gtr-white);
	margin-bottom: 8px;
	line-height: 1.25;
}

.gtr-svc-cta-strip__text p,
.gtr-svc-cta-strip__sub {
	font-family: 'Montserrat', sans-serif;
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.95rem;
	margin-bottom: 28px;
}

.gtr-svc-cta-strip__actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
	flex-wrap: wrap;
}

/* Related services */
.gtr-related-section {
	background: var(--gtr-off-white);
	padding: 80px 0 90px;
}

/* ============================================================
   Services Grid  (template-services.php)
============================================================ */

.gtr-services-grid-section {
	background: var(--gtr-off-white);
	padding: 80px 0 90px;
}

.gtr-page-content--services-intro {
	padding-bottom: 0;
	background: var(--gtr-white);
}

/* ============================================================
   Page Hero  (inner-page banner, reusable across templates)
============================================================ */

.gtr-page-hero {
	position: relative;
	background: linear-gradient(135deg, var(--gtr-navy) 0%, var(--gtr-navy-mid) 55%, #1a6080 100%);
	padding: 80px 0 0;
	text-align: center;
	overflow: hidden;
}

.gtr-page-hero__bg {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(circle at 70% 30%, rgba(0,151,178,0.18) 0%, transparent 60%),
	                  radial-gradient(circle at 20% 80%, rgba(0,151,178,0.1) 0%, transparent 50%);
	pointer-events: none;
}

.gtr-page-hero__inner {
	position: relative;
	z-index: 2;
	padding-bottom: 52px;
}

.gtr-page-hero__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: clamp(2rem, 4vw, 3rem);
	color: var(--gtr-white);
	line-height: 1.2;
	margin: 14px 0 16px;
}

.gtr-page-hero__sub {
	font-family: 'Montserrat', sans-serif;
	color: rgba(255, 255, 255, 0.72);
	font-size: 1rem;
	max-width: 560px;
	margin: 0 auto;
	line-height: 1.7;
}

.gtr-page-hero__wave {
	display: block;
	width: 100%;
	height: 70px;
	position: relative;
	z-index: 2;
	margin-bottom: -1px;
}

/* ============================================================
   About Section
============================================================ */

.gtr-about-section {
	background: var(--gtr-white);
	padding: 90px 0 80px;
}

.gtr-about__photo-wrap {
	position: relative;
}

.gtr-about__photo {
	width: 100%;
	border-radius: 14px;
	object-fit: cover;
	object-position: top center;
	max-height: 600px;
	display: block;
	box-shadow: 0 24px 64px rgba(13, 43, 78, 0.2);
}

.gtr-about__photo-badge {
	position: absolute;
	bottom: 28px;
	right: -12px;
	background: var(--gtr-teal);
	color: var(--gtr-white);
	padding: 14px 20px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	gap: 9px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 0.8rem;
	letter-spacing: 0.04em;
	box-shadow: 0 10px 28px rgba(0, 151, 178, 0.4);
	white-space: nowrap;
}

.gtr-about__heading {
	margin-top: 8px;
}

.gtr-about__role {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--gtr-teal);
	margin-bottom: 18px;
	margin-top: -8px;
}

.gtr-about__quote {
	border-left: 4px solid var(--gtr-teal);
	padding: 14px 20px;
	margin: 0 0 26px;
	background: rgba(0, 151, 178, 0.05);
	border-radius: 0 8px 8px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-style: italic;
	color: var(--gtr-navy-mid);
	line-height: 1.65;
}

.gtr-about__bio {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.95rem;
	line-height: 1.9;
	color: #3d5060;
}

.gtr-about__bio p {
	margin-bottom: 1em;
}

.gtr-about__bio ul,
.gtr-about__bio ol {
	padding-left: 1.3em;
	margin-bottom: 1em;
}

.gtr-about__bio li {
	margin-bottom: 0.4em;
}

.gtr-about__bio strong {
	color: var(--gtr-navy);
	font-weight: 700;
}

.gtr-about__actions {
	margin-top: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

/* ============================================================
   Trust / Values Section
============================================================ */

.gtr-trust-section {
	background: var(--gtr-off-white);
	padding: 80px 0 90px;
}

.gtr-trust-card {
	background: var(--gtr-white);
	border-radius: 12px;
	padding: 32px 24px 28px;
	text-align: center;
	height: 100%;
	box-shadow: 0 4px 24px rgba(13, 43, 78, 0.07);
	border-bottom: 3px solid transparent;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.gtr-trust-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 14px 38px rgba(13, 43, 78, 0.13);
	border-bottom-color: var(--gtr-teal);
}

.gtr-trust-card__icon {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: rgba(0, 151, 178, 0.1);
	color: var(--gtr-teal);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 18px;
	transition: background 0.25s ease;
}

.gtr-trust-card:hover .gtr-trust-card__icon {
	background: rgba(0, 151, 178, 0.18);
}

.gtr-trust-card__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 0.95rem;
	color: var(--gtr-navy);
	margin-bottom: 10px;
}

.gtr-trust-card__desc {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.85rem;
	color: #5a6f80;
	line-height: 1.75;
	margin: 0;
}

/* --- Responsive ------------------------------------------- */

@media (max-width: 991.98px) {
	.gtr-hero__swiper,
	.gtr-hero__slide--fallback { height: 55vh; }

	.gtr-why__stats { grid-template-columns: 1fr 1fr; }

	.gtr-about__photo-badge { right: 8px; }

	.gtr-services-section,
	.gtr-services-grid-section,
	.gtr-svc-coverage-section,
	.gtr-content-block,
	.gtr-faq-section,
	.gtr-related-section,
	.gtr-svc-cta-strip,
	.gtr-why-section,
	.gtr-reviews-section,
	.gtr-contact-section,
	.gtr-about-section,
	.gtr-trust-section { padding: 70px 0; }

	.gtr-svc-cta-strip__inner { flex-direction: column; text-align: center; }
	.gtr-svc-cta-strip__actions { justify-content: center; }
}

@media (max-width: 575.98px) {
	.gtr-hero__swiper,
	.gtr-hero__slide--fallback { height: 58vh; min-height: 400px; }

	.gtr-hero__heading { font-size: 1.85rem; }

	.gtr-why__stats { grid-template-columns: 1fr 1fr; }

	.gtr-stat { padding: 22px 14px; }

	.gtr-stat__num { font-size: 1.8rem; }

	.gtr-contact-form-wrap { padding: 24px 18px; }

	.gtr-about__photo-badge { position: static; margin-top: 14px; border-radius: 8px; justify-content: center; }

	.gtr-services-section,
	.gtr-services-grid-section,
	.gtr-svc-coverage-section,
	.gtr-content-block,
	.gtr-faq-section,
	.gtr-related-section,
	.gtr-svc-cta-strip,
	.gtr-why-section,
	.gtr-reviews-section,
	.gtr-contact-section,
	.gtr-about-section,
	.gtr-trust-section { padding: 56px 0; }
}

/* ============================================================
   Industry Updates page
============================================================ */
.gtr-updates-intro-section {
	padding: 56px 0 0;
}

.gtr-updates-intro__text {
	font-size: 1.1rem;
	color: var(--gtr-navy);
	line-height: 1.8;
}

.gtr-updates-feed-section {
	padding: 56px 0 72px;
}

.gtr-updates-feed {
	max-width: 900px;
	margin: 0 auto;
}

.gtr-updates-placeholder {
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
}

.gtr-updates-placeholder__inner {
	background: #f4f8fb;
	border: 2px dashed #c5d8e8;
	border-radius: 16px;
	padding: 60px 40px;
	color: var(--gtr-navy);
}

.gtr-updates-placeholder__inner svg {
	color: var(--gtr-teal);
	margin-bottom: 20px;
}

.gtr-updates-placeholder__inner h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 1.4rem;
	margin-bottom: 12px;
}

.gtr-updates-placeholder__inner p {
	color: #5a6a7a;
	margin-bottom: 24px;
}

.gtr-updates-placeholder__inner a {
	color: var(--gtr-teal);
	font-weight: 600;
}

.gtr-updates-placeholder__steps {
	text-align: left;
	display: inline-block;
	margin: 0;
	padding-left: 20px;
	color: #5a6a7a;
	font-size: 0.9rem;
	line-height: 2;
}

/* ============================================================
   WhatsApp floating action button
============================================================ */
.gtr-wa-fab {
	position: fixed;
	bottom: 32px;
	right: 32px;
	z-index: 9999;
	display: flex;
	align-items: center;
	gap: 12px;
	background: #25D366;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	padding: 16px 24px 16px 18px;
	box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gtr-wa-fab:hover,
.gtr-wa-fab:focus,
.gtr-wa-fab:focus-visible,
.gtr-wa-fab:active,
.gtr-wa-fab:visited {
	color: #fff;
	text-decoration: none;
}

.gtr-wa-fab:hover,
.gtr-wa-fab:focus-visible {
	transform: translateY(-3px);
	box-shadow: 0 10px 32px rgba(37, 211, 102, 0.6);
}

.gtr-wa-fab__icon {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.gtr-wa-fab__label {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	white-space: nowrap;
	line-height: 1;
}

@media (max-width: 575.98px) {
	.gtr-wa-fab {
		bottom: 20px;
		right: 20px;
		padding: 15px;
		border-radius: 50%;
	}

	.gtr-wa-fab__label { display: none; }
}
.post, .page {
    margin: 0px;
}