/* Newly Added Css */

.header, .gonimbus-footer{
	padding-left:var(--global-padding-left);
	padding-right:var(--global-padding-right);
}

p + .wp-block-buttons {
	margin-top:40px;
}

.no-page-width{
	padding-left:var(--global-padding-left);
	padding-right:var(--global-padding-right);
}

[style="text-align: center"] .grid-with-icon__icon-wrapper{
	margin:0 auto;
}

.wp-block-image .is-style-rounded img, .wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img{
	border-radius:25px!important;
}


.vertical-margin{
	margin-top:100px;
	margin-bottom:100px;
}

.two-col-grid,
.two-col-grid > .wp-block-group__inner-container{
	display:flex;
	gap:20px;
	flex-wrap:wrap;
}

.two-col-grid .grid-with-icon {
	width:calc((100% - 20px)/2);
}


@media screen and (max-width:768px){
	.column-reverse--mobile {
    flex-direction: column-reverse;
  }
	
	
	.two-col-grid,
	.two-col-grid > .wp-block-group__inner-container{
		flex-wrap:nowrap;
		overflow-x:scroll;
	}
	
	.two-col-grid > .grid-with-icon{
		flex:0 0 auto;
		width:65%;
		
	}
	
	.vertical-margin{
		margin-top:40px;
		margin-bottom:40px;
	}
}

.full-vh {
  height: 100vh;
  min-height:650px;
}


@media screen and (max-width: 649px) {
	.full-vh {
		height: 100%;
	}
}

@media screen and (max-width: 450px) {
	.full-vh {
		height: auto;
	}
}

.page-width {

  max-width: var(--page-width);
	margin-left:auto;
	margin-right:auto;
}

.archive .page-width:not(.header-wrapper.page-width),
.product-category .page-width,
.product .page-width{
  padding-left:var(--global-padding-left);
  padding-right:var(--global-padding-left);
}

.section-background-color {
  background-color: var(--brand-color-light-blue);
}



/* Custom Block Fix */

@media screen and (max-width: 989px) {
  .content-tabs .gonimbus-carousel-container {
    padding-left: 0 !important;
  }
}

.carousel__slide {
  height: auto;
}

@media screen and (max-width: 649px) {
  .content-tabs {
    padding-top: calc(var(--section-padding-top) * 0.7) !important;
    padding-right: var(--global-padding-right) !important;
    padding-bottom: calc(var(--section-padding-bottom) * 0.7) !important;
    padding-left: var(--global-padding-left) !important;
  }
  .multicolumn__columns .grid-with-icon {
    width: 100% !important;
  }
}

.hero-banner__bg-wrapper,
.archive-header__bg-wrapper,
.product-header__bg-wrapper {
  display: none !important;
}

.gonimbus__bg-wrapper {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0.6;
}

.gonimbus__bg-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

html,
body {
  height: 100%;
  margin: 0;
}

.content-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
}

/* HTML RESET */

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

a,
li > a {
  cursor: pointer;
  font-weight: 400;
  color: var(--brand-color-blue);
}

button {
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}
/*
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
*/

html {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}
/*
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "GeneralSans";
  src: url("/wp-content/themes/gonimbus-custom-theme/static/fonts/GeneralSans-Regular.woff2") format("woff2"),
    url("/wp-content/themes/gonimbus-custom-theme/static/fonts/GeneralSans-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "GeneralSans";
  src: url("/wp-content/themes/gonimbus-custom-theme/static/fonts/GeneralSans-Medium.woff2") format("woff2"),
    url("/wp-content/themes/gonimbus-custom-theme/static/fonts/GeneralSans-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

:root {
  --page-width: 1600px;
  --global-padding-left: 30px;
  --global-padding-right: 30px;
  --primary-link-bg-color: #3667a1;
  --primary-link-color: #fff;
  --primary-link-br: 25px;
  --brand-color-blue: #3667a1;
  --brand-color-light-blue: #e4f1ff;
  --font-heading-family: GeneralSans;
  --font-body-family: GeneralSans;
  --grid-border-radius: 25px;
  --img-border-radius: 25px;
  --section-margin-top: 200px;
  --section-margin-bottom: 200px;
}

.content-wrapper > *:not(.no-page-width) {
  width: 100%;
  max-width: var(--page-width);
  padding-left: var(--global-padding-left);
  padding-right: var(--global-padding-right);
	margin-left:auto;
	margin-right:auto;
}

.content-wrapper {
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
}

/* Button and Link */

.link--primary {
  display: inline-block;
  color: var(--primary-link-color);
  border-radius: var(--primary-link-br);
  text-decoration: none;
  padding: 10px 20px;
  background-color: var(--primary-link-bg-color);
  border: unset;
  margin-bottom: 20px;
}

.link--outline {
  display: inline-block;
  color: var(--primary-link-bg-color);
  border-radius: var(--primary-link-br);
  text-decoration: none;
  padding: 10px 20px;
  background-color: unset;
  border: 1px solid var(--primary-link-bg-color);
  margin-bottom: 20px;
}

.link--primary:hover {
  background-color: #121212;
  transition: 0.3s;
}

.link--underline {
  color: #3667a1;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.link--underline:after {
  content: "";
  width: 0%;
  position: absolute;
  height: 1px;
  background-color: #3667a1;
  left: 0;
  bottom: -7px;
  display: inline-block;
}

.link--underline:hover:after {
  width: 100%;
  transition: 1s;
}

/* Header CSS */

.header__logo-wrapper {
  max-width: 100px;
}

.header__logo-wrapper > img {
  width: 100%;
}

.header-wrapper {
  padding-top: 15px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "logo nav cta";
  column-gap: 30px;
}

.header__logo-col {
  grid-area: logo;
}

.header__cta-wrapper {
  grid-area: cta;
}

.header__menu {
  grid-area: nav;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}

.header__menu-link-list {
  list-style-type: none;
  display: flex;
  gap: 35px;
  position: relative;
  align-items: center;
}

.mobile-menu__link-list,
.mobile-menu__link-list ul,
.header__menu-link-list ul {
  list-style-type: none;
  padding-inline-start: 0;
}

.mobile-menu__link-list {
  list-style-type: none;
}

.header-menu__brand-logo {
  max-width: 100px !important;
}

.header__menu-link-submenu-container {
  background-color: #939393;
  padding: 30px 50px;
  position: absolute;
  border-radius: 25px;
  left: -100%;
  margin-top: 10px;
  width: 100%;
  display: flex;
  z-index: 5;
  gap: 15px;
  min-width: 500px;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(54, 103, 161, 0.1);
}

.mobile-menu__link-list-secondary > li {
  margin-bottom: 20px;
}

.header__menu-link-submenu-container[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.header__menu-link-submenu-container[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}

.header__menu-link-submenu {
  flex: 1;
}

.header__menu-link-wrapper {
  height: 100%;
  position: relative;
}

.header__menu-link {
  color: #3667a1;
  text-decoration: none;
  position: relative;
  font-weight: 500;
}

.header__menu-link:after {
  content: "";
  width: 0%;
  position: absolute;
  height: 1px;
  background-color: #3667a1;
  left: 0;
  bottom: -3px;
}

.header__menu-link:hover:after {
  width: 100%;
  transition: 1s;
}

.header__menu-link-child {
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 500;
}

.header__menu-link-grandchild {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 400;
}

.header__cta-wrapper {
  margin-left: 20px;
}

.header__cta-wrapper .link--primary {
  margin-bottom: 0;
}

/* Hero Banner */

.gradient-text-animation {
  background: linear-gradient(271deg, #3667a1 0%, #ff7f27 10%, #3667a1 20%, #3667a1 50%, #3667a1 100%);
  background-size: 200% auto;
  animation: shine 8s linear infinite;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes shine {
  from {
    background-position: 200% center;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading-family);
  margin-block-start: 1rem;
  margin-block-end: 2rem;
  color: var(--brand-color-blue);
  font-weight: 500;
}

body,
p {
  font-family: var(--font-body-family);
  line-height: 1.3;
  color: var(--brand-color-blue);
}

h1,
.h1 {
  font-size: 48.8px;
  margin-block-end: 30px;
  line-height: 1.2;
}

h2,
.h2 {
  font-size: 39.1px;
}

h3,
.h3 {
  font-size: 31.3px;
}

h4,
.h4 {
  font-size: 25px;
}

h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 18px;
}

@media screen and (max-width: 649px) {
  h1,
  .h1 {
    font-size: calc(48.8px * 0.7);
    margin-block-end: 30px;
    line-height: 1.2;
  }

  h2,
  .h2 {
    font-size: calc(39.1px * 0.7);
  }

  h3,
  .h3 {
    font-size: calc(31.3px * 0.7);
  }

  h4,
  .h4 {
    font-size: calc(25px * 0.7);
  }
}
/* Footer */

.gonimbus-footer {
  background-color: var(--brand-color-light-blue);
  padding-top: 50px;
  padding-bottom: 10px;
  color: #121212;
}

.footer__logo-wrapper {
  margin-bottom: 20px;
}

.footer__menu-link {
  display: block;
  margin-block: 10px;
  text-decoration: none;
  color: #121212;
}

.footer__info-wrapper a {
  display: block;
  margin-block: 10px;
  text-decoration: none;
  color: #121212;
}

.footer-copyright-text {
  font-size: 12px;
  color: #121212;
  margin-top: 120px;
  margin-bottom: 20px;
}

.gonimbus-footer__blocks {
  display: flex;
  justify-content: space-between;
}

.footer__menu {
  text-align: right;
}

.footer__social {
  margin-top: 30px;
}

.footer__social-link {
  display: inline-block;
  max-width: 30px;
  max-height: 30px;
  margin-right: 20px;
}

.footer__social-link:last-child {
  margin-right: 0;
}

.footer__social-link svg {
  width: 100%;
}

.header__menu-mobile {
  display: none;
}

@media screen and (max-width: 989px) {
  :root {
    --section-margin-top: 130px;
    --section-margin-bottom: 130px;
  }
  .header-wrapper {
    grid-template-columns: auto 1fr;
    grid-template-areas: "logo nav";
  }
  .header__cta-wrapper {
    display: none;
  }

  .header__menu {
    display: none;
  }

  .header__menu-mobile {
    display: block;
    grid-area: nav;
  }
  .header__menu-mobile {
    display: flex;
    justify-content: flex-end;
    height: 100%;
  }

  .mobile-menu__drawer-btn {
    background: unset;
    border: unset;
    cursor: pointer;
  }

  .mobile-menu {
    position: fixed;
    background-color: #fff;
    height: 100%;
    width: 100%;
    top: 0;
    left: -300%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: 0.3s;
  }

  .mobile-menu__close-btn {
    position: absolute;
    background: unset;
    border: unset;
    right: 30px;
    top: 30px;
    cursor: pointer;
  }

  .mobile-menu.active {
    visibility: visible;
    opacity: 1;
    left: 0;
    transition: 0.3s;
  }

  .mobile-menu__drawer {
    position: fixed;
    background-color: #fff;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
  }

  .mobile-menu__link {
    color: var(--brand-color-blue);
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
  }

  .mobile-menu__drawer[aria-hidden="true"] {
    visibility: hidden;
    opacity: 0;
    z-index: -10;
    transition: 0.5s;
  }

  .mobile-menu__drawer[aria-hidden="false"] {
    visibility: visible;
    opacity: 1;
    z-index: 10;
    transition: 0.5s;
  }

  .mobile-menu__drawer-back-btn {
    background: unset;
    border: unset;
    cursor: pointer;
    color: var(--brand-color-blue);
  }

  .mobile-menu__link-child {
    font-weight: 500;
  }

  .mobile-menu__link-grandchild {
    font-weight: 400;
  }
}

@media screen and (max-width: 649px) {
  :root {
    --global-padding-left: 20px;
    --global-padding-right: 20px;
  }

  /* Footer */
  .gonimbus-footer__blocks {
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
  }

  .footer__col {
    width: 100%;
    text-align: left;
  }

  .footer__menu {
    text-align: left;
  }
}

.carousel__slide {
  width: 25%;
}

.hero-banner__bg-wrapper img {
  height: 100%;
}
