/*!
Theme Name: Respect-Support
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: respectsupport
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	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: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}



/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* custom CSS */

/* Landing */ 

html {
	margin-top: 0 !important;
}


.navbar {
	background-color:#ebebeb;
	border-bottom: 1px solid #d3d3d3;
}

a.nav-link{
	font-size: 16px;
	font-family: 'Inter', sans-serif;
}


.rs-icon {
	width: 100px;
}

.rs-heading {
  color: #b08d2f; /* gold */
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.15;
  font-size: 54px;
  font-family: "Passion One", sans-serif;
}

.rs-body {
  color: #2b2b2b;
  font-size: 1rem;
  line-height: 1.65;
  max-width: 38rem; /* keeps paragraph from getting too wide */
  
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* .passion-one-regular {
  font-family: "Passion One", sans-serif;
  font-weight: 400;
  font-style: normal;
} */

.rs-image {
  max-width: 520px; /* adjust as needed */
  height: auto;
  border-radius: 38px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.rs-btn {
  display: inline-block;
  background-color: #b08d2f; /* gold */
  color: #ffffff !important;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.15s ease;
  margin-top: 45px;
  text-decoration: none;
}

.rs-btn:hover,
.rs-btn:focus {
  background-color: #9c7a26; /* darker gold */
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}

.rs-btn:visited {
  color: #ffffff !important;
}

.rs-team-section {
  background: #ffffff;
}

.rs-team-title {
  font-family: 'Passion One', sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.1;
  color: #111;
}

.rs-team-copy p {
  font-family: 'Inter', sans-serif;
  color: #2b2b2b;
  line-height: 1.75;
  font-size: 1rem;
}

/* Button (matches your earlier gold CTA style) */
.rs-team-btn {
  display: inline-block;
  background-color: #b08d2f;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  padding: 12px 26px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.15s ease;
}
.rs-team-btn:visited {
  color: #ffffff !important;
}

.rs-team-btn:hover,
.rs-team-btn:focus {
  background-color: #9c7a26;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

/* Quote card */
.rs-quote-card {
  position: relative;
  border-radius: 14px;
  padding: 26px 24px;
  background: #f6f7f9;
  border: 1px solid rgba(0,0,0,0.06);
}

.rs-quote-mark {
  position: absolute;
  top: 12px;
  left: 18px;
  font-size: 56px;
  line-height: 1;
  color: rgba(0,0,0,0.12);
  font-family: 'Passion One', sans-serif;
}

.rs-quote-text {
  font-family: 'Inter', sans-serif;
  color: #1f1f1f;
  line-height: 1.7;
  font-size: 0.98rem;
  margin-top: 18px; /* clears the big quote mark visually */
}

/* Avatar */
.rs-avatar {
  width: 220px;
  height: 220px;
  flex-shrink: 0; /* CRITICAL */
  object-fit: cover;
  border-radius: 14px;
}

.rs-name {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
}

.rs-role,
.rs-loc {
  font-family: 'Inter', sans-serif;
  color: #555;
  font-size: 0.92rem;
  line-height: 1.3;
}

.rs-services-section {
  background: #ffffff;
}

.rs-services-title {
  font-family: 'Passion One', sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.1;
  color: #111;
}

.rs-services-intro {
  font-family: 'Inter', sans-serif;
  color: #2b2b2b;
  line-height: 1.75;
  font-size: 1rem;
  max-width: 52rem;
}

/* Accordion container */
.rs-accordion {
  border-top: 1px solid rgba(0,0,0,0.08);
}

/* Each item */
.rs-acc-item {
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

/* Button */
.rs-acc-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 16px 16px;
  background: #ffffff;
  border: 0;
  cursor: pointer;
  outline: none;
}

.rs-acc-btn:hover {
  background: #f7f7f7;
}

.rs-acc-left {
  display: inline-flex;
  align-items: center;
  gap: 12px; /* note: gap works in modern browsers; if you need IE11, tell me */
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #111;
}

.rs-acc-ico {
  color: #b08d2f; /* gold */
  font-size: 18px;
  min-width: 22px;
  text-align: center;
}

.rs-acc-caret {
  color: rgba(0,0,0,0.55);
  transition: transform 0.2s ease;
}

/* Rotate caret when open */
.rs-acc-btn[aria-expanded="true"] .rs-acc-caret {
  transform: rotate(180deg);
}

.rs-diff2-section {
  background: #ffffff;
}

.rs-diff2-title {
  font-family: 'Passion One', sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.1;
  color: #111;
}

.rs-diff2-intro {
  font-family: 'Inter', sans-serif;
  color: #2b2b2b;
  line-height: 1.75;
  font-size: 1rem;
  max-width: 56rem;
}

/* Card */
.rs-diff2-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 14px;
  padding: 22px 20px 22px;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.rs-diff2-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Icon */
.rs-diff2-iconwrap {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: #b08d2f; /* gold */
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(0,0,0,0.10);
  margin-bottom: 14px;
  font-size: 22px;
}

.rs-diff2-card-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #111;
  font-size: 1.08rem;
  line-height: 1.25;
  margin: 0 0 10px 0;
}

.rs-diff2-card-text {
  font-family: 'Inter', sans-serif;
  color: #2b2b2b;
  line-height: 1.7;
  font-size: 0.98rem;
}

/* Contact */

.container-4 {
  background-color: navy;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}

.contact-section {
  width: 100%;
  max-width: 900px;
}

.contact-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
}

/* Header */
.contact-header { 
  color: white;
  font-family: "Inter", sans-serif;
  margin-bottom: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contact-col,
.qualification-col {
  flex: 1 1 360px;
  max-width: 400px;
}

/* Contact box (card style) */
.contact-box {
  background-color: white;
  font-family: 'Inter', sans-serif;
  padding: 1.25rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0.9rem;
  color: #555;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Static contact info */
.contact-info p {
  margin-bottom: 0.4rem;
  
}

.contact-info p:last-child {
  margin-bottom: 0;
}

.contact-info a {
  color: navy;
  font-weight: 600;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.contact-number {
  color: navy;
}

/* (Optional) form styles if you use a form later */
.contact-box input[type="text"],
.contact-box input[type="email"],
.contact-box textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid gray;
  color: gray;
  padding: 5px 8px;
  margin-bottom: 0.5rem;
  border-radius: 4px;
  font-size: 0.85rem;
}

.contact-box textarea {
  min-height: 60px;
  resize: vertical;
}

.contact-box input[type="submit"] {
  background-color: navy;
  color: white;
  border: 1px solid white;
  padding: 6px 12px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.85rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.contact-box input[type="submit"]:hover {
  background-color: white;
  color: navy;
}

/* GRID */
.qualification-grid {
  background-color: navy;
  color: white;
  width: 100%;
}

.grid-box {
  padding: 2rem 0.5rem;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 180px;
}

.grid-box:nth-child(2n) {
  border-right: none;
}

.grid-box:nth-child(n+5) {
  border-bottom: none;
}

.grid-box i {
  font-size: 1.8rem;
  color: white;
  margin-bottom: 0.5rem;
}

.grid-box p {
  margin: 0;
  font-size: 0.95rem;
  text-align: center;
  color: white;
}

/* Tablets (≥768px) */
@media (min-width: 768px) {
  /* Styles for tablets and up */


.logo-container {
	max-width: 450px;
}

	

}

/* Small laptops (≥1024px) */
@media (min-width: 992px) {
  /* Styles for small laptops and up */

}

/* Desktops (≥1280px) */
@media (min-width: 1280px) {
  /* Styles for desktops and up */
}

/* Large desktops (≥1440px) */
@media (min-width: 1440px) {
  /* Styles for large screens */
}

/* Ultra-wide (≥1920px) */
@media (min-width: 1920px) {
  /* Styles for very large screens like 4K monitors */
}

html, body {
  background: navy; /* set to whatever your intended page bg is */
}

.rs-animate {
  opacity: 0;
  transform: translateY(40px);
}

