/*!
Theme Name: RedPandas Digital - Revamp
Theme URI: https://redpandas.com.au/
Author: RedPandas Digital
Author URI: https://redpandas.com.au/
Description: RedPandas Digital - Revamp is a modern, lightweight WordPress theme built for speed and performance.
Version: 1.5.0
Tested up to: 6.9
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: redpandas-digital-revamp
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.

RedPandas Digital - Revamp 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;
  background: var(--rp-background) !important;
}

.site-content {
  overflow: hidden;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: var(--font-body);
  font-size: var(--paragraph-size);
  line-height: var(--paragraph-line);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: var(--weight-bold);
  clear: both;
}

h1 {
  font-size: var(--heading-xl-size);
  line-height: var(--heading-xl-line);
}

h2 {
  font-size: var(--heading-lg-size);
  line-height: var(--heading-lg-line);
}

h3 {
  font-size: var(--heading-md-size);
  line-height: var(--heading-md-line);
}

h4 {
  font-size: var(--heading-sm-size);
  line-height: var(--heading-sm-line);
}

h5 {
  font-size: var(--heading-xs-size);
  line-height: var(--heading-xs-line);
}

h6 {
  font-size: var(--heading-xs-size);
  line-height: var(--heading-xs-line);
}

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

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: inherit;
  color: var(--rp-bright-red);
  text-decoration: underline;
}

a:visited {
  color: var(--rp-counter-red)
}

a:hover,
a:focus,
a:active {
  color: var(--rp-headlines);
}

a:focus {
  outline: thin dotted;
}

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

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

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

.post,
.page {
  margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 60px auto !important;
}

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

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

/* 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 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;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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;
}

/* Slick */

.slick-prev-custom,
.slick-next-custom {
  width: 50px;
  height: 50px;
  background: var(--rp-logo-black);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.slick-prev-custom:hover,
.slick-next-custom:hover {
  background: var(--rp-charcoal);
}

.slick-prev-custom i,
.slick-next-custom i {
  color: var(--rp-white);
  font-size: 20px;
}

/* Video Container */
.video-container {
  width: 100%;
  height: auto;
  position: relative;
}

.video-container .video-placeholder {
  width: 100%;
  height: auto;
  border-radius: 24px;
  position: relative;
  z-index: 1;
}

.video-container .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-image: url("../icons/Play.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  /* animation: float 3s ease-in-out infinite */
}

.video-container .video-play-icon path,
.video-container .video-play-icon ellipse {
  transition: all ease 0.3s;
}

.video-container .video-play-icon:hover path {
  fill: var(--rp-bright-red);
}

.video-container .video-play-icon:hover ellipse {
  fill: var(--rp-background);
}

.faq-section .accordion-button,
.faq-section .accordion-body {
  padding: 20px 24px;
  background: var(--rp-white);
  border-radius: 10px;
  box-shadow: none;
}

.faq-section .accordion-button {
  gap: 20px;
  color: var(--rp-headlines);
}

.faq-section .accordion-button:not(.collapsed) {
  color: var(--rp-headlines);
}

.accordion-item.faq-item,
.accordion-item.faq-item:hover {
  box-shadow: none;
}

.faq-section .accordion-collapse::before {
  content: "";
  display: flex;
  width: calc(100% - 48px);
  height: 1px;
  border-radius: 100px;
  margin: auto;
  opacity: 0.3;
  background: var(--rp-headlines);
}

.faq-section .accordion-button::after {
  content: "";
  position: relative;
  display: flex;
  background: url("./assets/icons/add_2.svg") no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.lity,
.lity.lity-opened {
  background: rgba(0, 0, 0, 0.3) !important;
}

/* Page */

.entry-header {
  min-height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--rp-headlines);
  padding: 30px 0;
}

.entry-header h1 {
  margin: 0;
  text-align: center;
  color: var(--rp-white);
  margin-top: 50px;
}

.page-content,
.entry-content .main-content,
.entry-summary {
  margin: 60px auto !important;
}

.entry-content {
  margin: 0;
}

.entry-content h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 42px;
}

.entry-content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.entry-content h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-bottom: 1rem;
}

.entry-content p {
  font-size: 18px;
  line-height: 30px;
}

.entry-content ul,
.entry-content ol {
  font-size: 18px;
  line-height: 30px;
  margin-left: 0;
}

.entry-content ul li::marker {
  font-size: 14px;
}

.entry-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

@media (max-width: 768px) {
  .entry-header {
    min-height: 300px;
  }

  .entry-header h1 {
    margin-top: 20px;
  }

  .entry-content ul.post-tags {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .entry-content h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .entry-content h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .entry-content h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .entry-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .entry-content ul,
  .entry-content ol {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Office Section */
/* Office Section */

.offices-section {
  padding-top: 55px;
  padding-bottom: 55px;
}

.offices-section .office-content {
  padding-left: 15px;
}

.offices-section .section-header {
  margin-bottom: 40px;
}

.offices-section .section-header h2 {
  margin-bottom: 10px;
  color: var(--rp-logo-black);
}

.offices-section .section-header p {
  color: var(--rp-black);
  margin-bottom: 0;
}

.image-layout-1 {
  position: relative;
}

.image-layout-1 .image-wrapper {
  position: relative;
  display: flex;
  max-width: 592px;
  padding-top: 30px;
  padding-left: 13px;
}

.image-layout-1 .circle-bg {
  position: absolute;
  width: 260px;
  height: 260px;
  background: var(--rp-pale-red);
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: translateY(0%);
  z-index: 0;
}

.image-layout-1 .map-image {
  position: relative;
  width: 100%;
  max-width: 650px;
  height: auto;
  border-radius: 20px;
  z-index: 1;
  display: block;
}

.map-wrapper {
  width: 600px;
  max-width: 100%;
  aspect-ratio: 592 / 520;
  position: relative;
}

.office-map-clipped {
  width: 100%;
  height: 100%;
  clip-path: url(#office-map-clip-shape);
  -webkit-clip-path: url(#office-map-clip-shape);
}

.office-map-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.office-map {
  width: 100%;
  height: 100%;
}

.office-map .leaflet-container,
.leaflet-container {
  background: transparent;
}



.image-layout-1 .asterisk-decoration {
  position: absolute;
  bottom: 7px;
  right: 24px;
  z-index: 2;
}

.image-layout-1 .asterisk-decoration img {
  width: 131px;
  height: 121px;
}

.office-list ul {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 23px;
  margin: 0px;
}

.office-list li {
  position: relative;
  padding-left: 34px;
  /* space for icon */
}

.office-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 22px;
  height: 22px;
  background: url("./assets/icons/arrow-circle-right-red.svg") no-repeat center/cover;
}

.office-list li button.office-title-button {
  padding: 0;
  background: transparent;
  border: 0;
  margin-bottom: 12px;
  color: var(--rp-logo-black);
}

.office-list li p {
  margin-bottom: 0;
  color: var(--rp-logo-black);
}

.office-list li a {
  color: var(--rp-bright-red);
  text-decoration: underline;
}

/* Tablets (768px - 991px) */
@media (max-width: 991px) {
  .image-layout-1 {
    display: flex;
  }

  .image-layout-1 .image-wrapper {
    max-width: 70%;
    margin-bottom: 20px;
  }

  .office-list ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .image-layout-1 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .image-layout-1 .image-wrapper {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .office-list ul {
    grid-template-columns: 1fr 1fr;
    gap: 20px
  }
}

.blog-content {
  position: relative !important;
  overflow: visible;
  /* Don't clip */
  z-index: 1;
}

.js-sticky-sidebar {
  position: relative;
  z-index: 2;
}

.sticky-box {
  transition: transform 0.1s ease-out;
  will-change: transform;
  z-index: 3;
}


@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }

  /* Prevent click issues during hover transition */
  .dropdown>.nav-link:active {
    pointer-events: none;
  }
}



/* Pricing Nav */
.sticky-nav-pricing {
  padding-top: 8px;
  padding-bottom: 28px;
}

.sticky-sub-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.sticky-sub-nav__list .sticky-sub-nav__item .sticky-sub-nav__link {
  display: flex;
  color: var(--rp-light-grey);
  border: 1px solid var(--rp-light-grey);
  padding: 8px 13px;
  border-radius: 100px;
  text-decoration: none;
  transition: ease 0.3s;
}

.sticky-sub-nav__item .sticky-sub-nav__link.active,
.sticky-sub-nav__item .sticky-sub-nav__link:hover {
  background: var(--rp-light-grey);
  color: var(--rp-headlines)
}


/* HubSpot Form Styling - Global */

/* Form wrapper */
.hbspt-form,
.form-container .hbspt-form {
  width: 100%;
  padding: 20px;
  border-radius: 8px;
}

.form-container .hbspt-form {
  background-color: var(--rp-bright-red);
}

.hs-form {
  width: 100%;
}

/* Form fields */
.hs-form-field {
  margin-bottom: 20px;
}

/* Labels */
.hbspt-form label,
.form-container label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--rp-white);
  margin-bottom: 8px;
}

.hs-form-required {
  color: var(--rp-pale-pink);
  margin-left: 4px;
}

/* Input fields */
.hs-form .hs-input {
  width: 100% !important;
  color: var(--rp-charcoal) !important;
  padding: 10px 18px !important;
  border-radius: 2px !important;
  background-color: var(--rp-background) !important;
  font-family: var(--font-body) !important;
  font-weight: var(--weight-regular) !important;
  font-size: var(--paragraph-sm-size) !important;
  line-height: var(--paragraph-sm-line) !important;
  border: 1px solid var(--rp-background) !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.hs-form .hs-input:focus {
  outline: none;
  border-color: var(--rp-pale-cyan) !important;
  box-shadow: 0 0 0 3px rgba(182, 252, 255, 0.3);
}

.hs-form .hs-input::placeholder {
  color: var(--rp-dark-grey);
  opacity: 1;
}

/* Textarea */
textarea.hs-input {
  min-height: 120px;
  resize: vertical;
}

/* Select dropdowns */
select.hs-input {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23222222' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  padding-right: 40px !important;
}

/* Checkbox and Radio */
.hs-form-checkbox,
.hs-form-radio,
.hs-form-booleancheckbox {
  margin-bottom: 12px;
}

.inputs-list.multi-container {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.hs-form-checkbox label,
.hs-form-radio label,
.hs-form-booleancheckbox label {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  cursor: pointer;
  color: var(--rp-white);
}

.hbspt-form input[type="checkbox"],
.hbspt-form input[type="radio"],
.form-container input[type="checkbox"],
.form-container input[type="radio"] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  cursor: pointer;
  accent-color: var(--rp-headlines);
}

/* Error states */
.hs-input.invalid,
.hs-input.error {
  border-color: var(--rp-pale-pink) !important;
  background-color: var(--rp-background) !important;
}

.hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 14px 0 0 0;
}

.hs-error-msgs label {
  margin-bottom: 0;
}

.hs-error-msg {
  color: var(--rp-pale-pink);
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-top: 4px;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 10px;
  border-radius: 4px;
}

/* Submit button */
input[type="submit"].hs-submit {
  margin-top: 24px;
}

input[type="submit"].hs-button {
  font-family: var(--font-body);
  font-weight: var(--weight-semibold);
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase;
  border-radius: 100px;
  letter-spacing: 1.3px;
  color: var(--rp-white);
  background: var(--rp-logo-black);
  transition: all 0.3s ease;
  border: 1px solid var(--rp-logo-black);
  padding: 21px 27px;
  width: 100%;
  cursor: pointer;
}

input[type="submit"].hs-button:hover {
  background: var(--rp-pale-cyan);
  color: var(--rp-logo-black);
  border-color: var(--rp-pale-cyan);
}

input[type="submit"].hs-button:active {
  transform: translateY(0);
}

input[type="submit"].hs-button:disabled {
  background-color: var(--rp-dark-grey);
  border-color: var(--rp-dark-grey);
  color: var(--rp-white);
  cursor: not-allowed;
  transform: none;
  opacity: 0.6;
}

/* Field descriptions */
.hs-field-desc {
  font-size: 13px;
  color: var(--rp-white);
  margin-top: 6px;
  line-height: 1.4;
  opacity: 0.9;
}

/* Multi-column forms */
.hs-form-field.hs-fieldtype-text+.hs-form-field.hs-fieldtype-text {
  margin-left: 0;
}

/* File upload */
input[type="file"].hs-input {
  padding: 8px 12px !important;
  border: 1px dashed var(--rp-white) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: var(--rp-white) !important;
  border-radius: 4px !important;
}

input[type="file"].hs-input::file-selector-button {
  background: var(--rp-headlines);
  color: var(--rp-white);
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  margin-right: 12px;
  cursor: pointer;
  font-weight: 600;
}

input[type="file"].hs-input::file-selector-button:hover {
  background: var(--rp-logo-black);
}

/* GDPR checkboxes */
.legal-consent-container {
  margin-top: 20px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.legal-consent-container .hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start;
}

.legal-consent-container label {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--rp-white);
}

.legal-consent-container a {
  color: var(--rp-pale-cyan);
  text-decoration: underline;
}

.legal-consent-container a:hover {
  color: var(--rp-white);
}

/* Success message */
.submitted-message {
  padding: 24px;
  background: var(--rp-success);
  border: 1px solid var(--rp-success);
  border-radius: 4px;
  color: var(--rp-white);
  text-align: center;
  font-weight: 600;
}

/* Loading state */
.hs-loading {
  opacity: 0.6;
  pointer-events: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {

  .hbspt-form,
  .form-container .hbspt-form {
    padding: 16px;
  }

  .hs-input {
    padding: 8px 16px !important;
  }

  .hs-button {
    padding: 18px 24px;
  }
}

/* Remove sticky positioning if needed in sidebar */
.related-post-sidebar .sticky-box .hbspt-form {
  position: static !important;
  background: var(--rp-bright-red);
}

/* Additional utility classes */
.hs-richtext {
  font-size: 14px;
  line-height: 1.6;
  color: var(--rp-white);
}

.hs-richtext p {
  margin-bottom: 12px;
}

.hs-richtext a {
  color: var(--rp-pale-cyan);
  text-decoration: underline;
}

.hs-richtext a:hover {
  color: var(--rp-white);
  text-decoration: none;
}

/* Specific override for forms that shouldn't have red background */
.form-container.no-bg .hbspt-form {
  background: transparent;
  padding: 0;
}

.form-container.no-bg label {
  color: var(--rp-headlines);
}


/* =============================================================================
   In-Page Navigation Styles
   ============================================================================= */

/* Sticky Navigation Container */
#in-page-nav.container-fluid {
  background-color: #fff !important;

  transition: all 0.3s ease;
  z-index: 1000;
  padding: 0;
}

#in-page-nav.container-fluid.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #2d2d2d !important;
  animation: inPageNavSlideDown 1s ease;
}


@keyframes inPageNavSlideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

body.nav-sticky-active #in-page-nav.container-fluid+* {
  margin-top: 80px;
}

#in-page-nav-inner.container {
  padding: 20px;
  margin: 0 auto;
}

/* Desktop Navigation with Flexbox */
.in-page-nav-desktop {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.in-page-nav-desktop .in-page-nav-link {
  font-family: var(--font-body);
  font-weight: var(--weight-medium);
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  white-space: nowrap;

  color: var(--rp-headlines);
  border-radius: 100px;
  padding: 8px 14px;
  border: 1px solid var(--rp-headlines);
  font-family: var(--font-body);
}

#in-page-nav.container-fluid.sticky .in-page-nav-desktop .in-page-nav-link {
  color: var(--rp-white);
  border: 1px solid var(--rp-white);
}

.in-page-nav-desktop .in-page-nav-link:hover,
.in-page-nav-desktop .in-page-nav-link:focus {
  color: var(--rp-white);
  background: var(--rp-headlines);
  outline: none;
}

#in-page-nav.container-fluid.sticky .in-page-nav-desktop .in-page-nav-link.active,
#in-page-nav.container-fluid.sticky .in-page-nav-desktop .in-page-nav-link:hover,
#in-page-nav.container-fluid.sticky .in-page-nav-desktop .in-page-nav-link:focus {
  color: var(--rp-headlines);
  border: 1px solid var(--rp-white);
  background: var(--rp-white);
}

.in-page-nav-desktop .in-page-nav-link:active {
  transform: scale(0.98);
}

/* Mobile Navigation */
.in-page-nav-mobile {
  display: none;
}

.in-page-nav-mobile .in-page-subnav-select {
  width: 100%;
  padding: 12px 16px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--rp-headlines);
  background: var(--rp-white);
  border: 2px solid var(--rp-light-grey);
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23222222' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  padding-right: 40px;
}

.in-page-nav-mobile .in-page-subnav-select:hover,
.in-page-nav-mobile .in-page-subnav-select:focus {
  border-color: var(--rp-bright-red);
  outline: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .in-page-nav-desktop {
    display: none;
  }

  .in-page-nav-mobile {
    display: block;
  }

  #in-page-nav-inner.container {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .in-page-nav-desktop .in-page-nav-link {
    font-size: 12px;
    padding: 8px 15px;
    letter-spacing: 0.3px;
  }

  #in-page-nav-inner.container {
    padding: 12px;
  }
}

/* Prevent conflicts with other navigation */
#in-page-nav.container-fluid nav:not(.in-page-nav-desktop):not(.in-page-nav-mobile) {
  display: inherit;
}

#in-page-nav.container-fluid a:not(.in-page-nav-link) {
  /* Reset to default if needed */
}

/* Info Accordion */

.info-rows,
#plus-row,
.page-template-template-hubspot #intro-text {
  padding: 80px 0;
}

.page-template-template-hubspot h2 {
  margin-bottom: 20px;
}

.page-template-template-hubspot #intro-text h2,
#plus-row h2 {
  margin-bottom: 40px;
}

.page-template-template-hubspot #intro-text p {
  font-size: var(--paragraph-lg-size);
  line-height: var(--paragraph-lg-line);
  font-weight: var(--weight-regular);
  font-family: var(--font-body);
}

.info-rows .accordion {
  margin-bottom: 40px;
}


.info-rows .accordion-header {
  margin-bottom: 0;
}

.info-rows .accordion-item {
  position: relative;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.info-rows .accordion-button {
  background: transparent;
  color: var(--rp-headlines);
  box-shadow: none;
  background: transparent;
  border: none;
  padding: 20px 0;
  font-size: var(--heading-sm-size);
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.3;
  box-shadow: none;
  display: flex;
  align-items: center;
  gap: 15px;
}

.info-rows .accordion-collapse {
  border: none;
}

.info-rows .accordion-body {
  padding: 0;
  padding-bottom: 27px;
  font-size: 16px;
  line-height: 1.6;
  max-width: calc(100% - 40px);
}

.info-rows .accordion-item:last-child {
  border-bottom: none;
}

.info-rows .accordion-body p {
  margin-bottom: 0;
}

#plus-row .flex-display {
  display: flex;
  gap: 40px;
}


#plus-row .hub-item {
  flex: 1;
}

#plus-row .hub-common {
  padding: 24px;
  border-radius: 24px;
  background: var(--rp-white);
  flex: 1 1 33.33%;
}

#plus-row .hub-sect {
  flex: 1 1 66.66%;
}

#plus-row .hub-item img {
  height: 100px;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

#plus-row .content p {
  font-size: var(--paragraph-md-size);
  line-height: var(--paragraph-md-line);
  font-weight: var(--weight-regular);
  font-family: var(--font-body);
  text-align: center;
}


#plus-row .plus,
#plus-row .equals {
  font-size: 60px;
  display: flex;
  color: var(--rp-bright-red);
  align-items: center;
  justify-content: center;
}

#bottom_boxes .cont {
  background: var(--rp-bright-red);
  height: 100%;
  padding: 30px;
  border-radius: 24px 24px 0 0;
}

#bottom_boxes .cont a {
  color: var(--rp-white);
  font-size: var(--paragraph-md-size);
  line-height: var(--paragraph-md-line);
  font-weight: var(--weight-regular);
  font-family: var(--font-body);
  text-decoration: none;
  display: flex;
  gap: 15px
}

#bottom_boxes .cont .pointer-wrap i {
  font-size: 40px;
  display: block;
  margin-top: 2px;
}

#contact-bottom h2,
#contact-bottom p {
  color: var(--rp-white);
}

#contact-bottom .hbspt-form {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

#contact-bottom input[type="submit"].hs-button {
  width: fit-content;
}

@media only screen and (max-width: 1024px) {

  .info-rows,
  #plus-row,
  .page-template-template-hubspot #intro-text {
    padding: 60px 0;
  }

  #plus-row .flex-display {
    flex-direction: column;
    flex-wrap: wrap
  }

  #bottom_boxes .col-md-4:not(:last-of-type) {
    margin-bottom: 20px;
  }

  #bottom_boxes .col-md-4:not(:last-of-type) .cont {
    border-radius: 30px;
  }
}

.page-template-default .entry-content .container,
.content-row-before .container,
.content-row-after .container {
  max-width: 970px;
  margin-inline: auto
}


.slick-prev-custom.disabled,
.slick-next-custom.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.slick-prev-custom:disabled,
.slick-next-custom:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

/* Hubspot form styles */

.hbspt-form {
  padding: 0;
}

/*.hbspt-form label {*/
/*  display: none;*/
/*}*/


.hbspt-form .inputs-list.multi-container {
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 20px;
  margin-top: 5px;
}

.hbspt-form label {
  font-size: var(--paragraph-sm-size);
  line-height: var(--paragraph-sm-line);
  font-weight: var(--weight-regular);
  font-family: var(--font-body);
}

.hbspt-form input[type="text"] {
  font-size: var(--paragraph-sm-size);
  line-height: var(--paragraph-sm-line);
  font-weight: var(--weight-regular);
  font-family: var(--font-body);
  color: var(--rp-black);
}

.hs-fieldtype-checkbox {
  background: var(--rp-background);
  padding: 10px;
}

.hs-fieldtype-checkbox label,
.hs-fieldtype-checkbox span {
  color: var(--rp-black);
}

.hs-form-checkbox,
.hs-form-radio,
.hs-form-booleancheckbox {
  margin: 0;
}

.hbspt-form input[type="checkbox"] {
  width: 16px !important;
  max-width: fit-content !important;
  height: 16px !important;
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0 4px;
}

#label-which_services_are_you_interested_in_-333beec7-f71e-4b9c-aee1-a1e90c12cfee {
  display: block !important;
}

.hs_which_services_are_you_interested_in_ {
  display: block !important;
}

.hs-form-checkbox label {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center;
  gap: 1px;
  text-align: left !important;
}

.hs-form-checkbox label span {
  text-align: left !important;
  width: auto !important;
}

/* HubSpot input placeholder color */
.hbspt-form input::placeholder,
.hbspt-form textarea::placeholder {
  color: var(--rp-black);
  opacity: 1;
  /* Ensures full visibility in some browsers */
}

/* For better browser support */
.hbspt-form input::-webkit-input-placeholder,
.hbspt-form textarea::-webkit-input-placeholder {
  color: var(--rp-black);
}

.hbspt-form input:-ms-input-placeholder,
.hbspt-form textarea:-ms-input-placeholder {
  color: var(--rp-black);
}

.hbspt-form input::-ms-input-placeholder,
.hbspt-form textarea::-ms-input-placeholder {
  color: var(--rp-black);
}

.hs-form-field {
  margin-bottom: 16px;
}



/*.testimonial_rotator_prev, .testimonial_rotator_next {*/
/*    height: 50px;*/
/*    width: 50px;*/
/*    display: flex;*/
/*    justify-content:center;*/
/*    align-items:center;*/
/*    background: var(--rp-headlines);*/
/*}*/

.testimonial_rotator_prev,
.testimonial_rotator_next {
  z-index: 502;
}

.testimonial_rotator.template-longform .testimonial_rotator_quote {
  font-size: var(--paragraph-lg-size);
  line-height: var(--paragraph-lg-line);
  font-weight: var(--weight-regular);
  font-family: var(--font-body);
}

.testimonial_rotator.template-longform hr.longform_hr {
  background: var(--rp-headlines);
}

.hs-form fieldset {
  max-width: 100% !important;
}

.hs-form fieldset .input {
  margin-right: 0 !important;
}

.hs-form fieldset.form-columns-2 {
  display: flex;
  gap: 8px;
}

.hs-form fieldset.form-columns-1 .hs-fieldtype-textarea.hs-input {
  width: 100% !important;
}

.about-lead-readmore-btn {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: start;
}

.about-lead-readmore-btn:hover {
  background: transparent;
  border: none;
}

.about-lead-readmore-btn,
.about-lead-readmore-btn span {
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1.3px;
  text-transform: uppercase;

}

@media only screen and (max-width: 767px) {
  .hs-form fieldset.form-columns-2 {
    flex-direction: column;
    gap: 0;
  }

  .hs-form fieldset .hs-form-field {
    width: 100% !important;
  }

  .hbspt-form .inputs-list.multi-container {
    flex-direction: column;
    align-items: start;
  }
}

#surveyContainer .next_button_calc,
#surveyContainer .btn {
  border: none !important;
  background: var(--rp-bright-red) !important;
  color: var(--rp-white) !important;
}