/*
Theme Name: WPmedic 2026
Theme URI: https://wpmedic.co.uk
Description: WPmedic 2026
Version: 1.1
Author: WPmedic
Author URI: https://wpmedic.co.uk
Tags: 
*/
/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

:root {
    --text: #1a1f36;
    --textalt:#5b5f7a;
    --white: #ffffff;
    --grey:#fafbfd;
    --bordergrey:#e7ecfc;
    --pink:#f35a89;
    --dblue:#3b82f6;
    --blue:#00afff;
    --orange:#ff876a;
    --bgreen:#3dc13c;
    --red:#f13637;
    --yellow:#f3bb1b;
    --mastodon:#5f60ff;
    --bluesky:#208bfe;
    --linkedin:#0462c0;
    --pinterest: #e60023;
    --youtube:#fd0136;
    --x:#1d9bf0;
    --blur:#1fcd9d;
    --clientgrey: #f5f5f5;

  --panel: #ffffff;
 
  --muted: #5b5f7a;
  --line: #e7ecfc;
  --vgreen: #24c36b;
  --danger: #ef6a5b;
  --amber: #f5b746;
--hbg:#f9f9ff;

}



/* 
==========================================================================
GLOBAL & WP SPECIFIC STYLES
==========================================================================
*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;   
}

input, textarea, select {
    -webkit-border-radius:0; 
    border-radius:0;
}

img,
audio,
video,
canvas {
  max-width: 100%;
}

html {
  min-height: 100%;
  margin-bottom: 1px;
  overflow: -moz-scrollbars-vertical!important; 
}

::selection {
  background: var(--text);
  color:var(--white);
}

::-moz-selection {
  background: var(--text);
  color:var(--white);
}

::-webkit-selection {
  background: var(--text);
  color:var(--white);
}

.cf:before,.cf:after {content: " "; /* 1 */    display: table; /* 2 */}
.cf:after {clear: both;}
.cf {clear: both;}

strong, b {
  font-weight:bold;
}

em, i {
  font-style:italic;
}

img.alignright {
  float:right;
  margin:0 0 2em 1em;
}

img.alignleft {
  float:left;
  margin:0 2em 1em 0;
}

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

.alignright {
  float:right;
  margin:0 0 2em 1em;
}

.alignleft {
  float:left;
  margin:0 0 2em 1em;
}

img.wp-smiley {
  float: none;
  margin: 0 0 0 5px;
  vertical-align:middle;
}

p {
  margin: 0 0 20px 0;
}

a {
  color: var(--text);
  text-decoration: none;
}

a:hover {
  color: var(--textalt);
  text-decoration: none;
}


/* 
==========================================================================
H & LINKS
==========================================================================
*/

h1 {
  font: 50px 'Inter', Helvetica , Arial, sans-serif;  
  margin:0 0 15px 0;
  font-weight: 700;
  padding:0;
  color: var(--text);
}

h2 {
  font: 40px 'Inter', Helvetica , Arial, sans-serif;  
  margin:0 0 15px 0;
  font-weight: 700;
  padding:0;
  color: var(--text);
}

h3 {
  font: 30px 'Inter', Helvetica , Arial, sans-serif;
  margin:0 0 15px 0;
  font-weight: 700;
  padding:0;
  color: var(--text);
}

h4 {
  font: 25px 'Inter', Helvetica , Arial, sans-serif;
  margin:0 0 15px 0;
  font-weight: 700;
  padding:0;
  color: var(--text);
}

h5 {
  font: 20px 'Inter', Helvetica , Arial, sans-serif;
  margin:0 0 15px 0;
  font-weight: 700;
  padding:0;
  color: var(--text);
}


/* 
==========================================================================
GENERAL
==========================================================================
*/

body {
  background: var(--white);
  color: var(--textalt);
  font: 15px/1.45 'Inter', Helvetica, Arial, sans-serif;
  margin:0;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}


.container {
  position: relative;
  margin: 0;
  padding: 0;
}



.header-grid {
  width: 100%;
  display: grid;
   grid-template-columns: auto auto auto;
  grid-column-gap: 0;
  grid-row-gap: 0;
  justify-items: stretch;
  align-items: center;
  margin: 0 auto;
}

.hc-center {
  text-align: right;
  order: 1;
}

.hc-right {
  text-align: right;
  order: 1;
}

.hero-grid-1-1 {
  width: 100%;
  display: grid;
   grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-items: stretch;
  align-items: center;
   margin: 0px auto;
}



.hero-grid-1-1-1 {
  width: 100%;
  display: grid;
   grid-template-columns: auto auto auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-items: stretch;
  align-items: center;
   margin: 0px auto;
}

.hpad {
  margin: 0 0 20px 0;
}

.hero-section {
  position: relative;
  width: 100%;
  display: block;
margin: 0px auto 75px auto;
background: var(--hbg);
}

.hero-col {
  padding: 0 20px;
  background: var(--white);
}

.hero-intro {

  text-align: left;
  color: var(--textalt);
  font: 18px/1.6 'Inter', Helvetica, Arial, sans-serif;
}



.hero-intro h1 {
  text-align: left;
  color: var(--text);
  font: 50px 'Inter', Helvetica, Arial, sans-serif;
  font-weight: 700;
margin: 0 0 15px 0;
}


.white-section {
  position: relative;
  padding: 75px 0;
  background: var(--white);
}

.grey-section {
  position: relative;
  padding: 75px 0;
  background: var(--grey);
}

.black-section {
  position: relative;
  padding: 75px 0;
  background: var(--text);
  color: var(--white);
}

.black-section h1 {
  color: var(--white);
}

.black-section p {
  font-size: 16px;
  color: var(--white);
}

.center-intro {
  margin: 0 auto;
  display: block;
  max-width: 700px;
  text-align: center;
}



.chart-stage {
  position: relative;
  width: min(620px, calc(100vw - 32px));
  aspect-ratio: 1 / 0.95;
  margin: -50px 0 0 50px;
}

.chart-wrap {
  position: absolute;
  inset: 18% 9% 18% 9%;
  border-radius: 28px;
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 24px;
}

.chart-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  align-items: flex-start;
}

.chart-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.score {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.05em;
  font-variant-numeric: tabular-nums;
}

.score-note {
  font-size: 14px;
  color: var(--muted);
}

.status-pill {
  padding: 12px 14px;
  border-radius: 18px;
  background: #f9f9ff;
  border: 1px solid #e7ecfc;
}

.status-text {
  display: block;
  margin-top: 6px;
  font-size: 15px;
  transition: opacity .35s ease, transform .35s ease;
}

.status-text.is-changing {
  opacity: 0;
  transform: translateY(6px);
}

.chart-stage svg {
  width: 100%;
  height: 280px;
}

.grid-line {
  stroke: #edf2ed;
}

.bad-line {
  stroke: rgba(239,106,91,0.3);
  stroke-width: 3;
  fill: none;
}

.good-area {
  fill: url(#fillGradient);
  opacity: 0.9;
}

.good-line {
  stroke: url(#lineGradient);
  stroke-width: 5;
  fill: none;
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  animation: draw 3.6s ease-in-out infinite;
}


.pulse-dot {
  fill: #fff;
  stroke: var(--dblue);
  stroke-width: 4;
  opacity: 0;
  animation:
    dotReveal 3.6s linear infinite,
    dotPulse 1.5s ease-in-out infinite;
}

@keyframes draw {
  0% { stroke-dashoffset: 900; }
  45%,100% { stroke-dashoffset: 0; }
}

@keyframes dotReveal {
  0%, 34% { opacity: 0; }
  38%,100% { opacity: 1; }
}

@keyframes dotPulse {
  0%,40%,100% { stroke-width: 4; opacity:1; }
  70% { stroke-width: 6; opacity:0.85; }
}


.tag {
  position: absolute;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  font-size: 13px;
  color: var(--muted);
}

.tag strong {
  display: block;
  color: var(--text);
  margin-top: 4px;
}

.tag-left { left: 2%; top: 14%; }
.tag-right { right: 2%; bottom: 16%; }
.tag-bottom { left: 10%; bottom: 4%; }

.bullet {
  display:inline-block;
  width:8px;
  height:8px;
  border-radius:50%;
  margin-right:6px;
  background: var(--vgreen);
}

.bullet.warn { background: var(--amber); }
.bullet.bad { background: var(--danger); }

/* 
==========================================================================
HEADER
==========================================================================
*/

header {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  z-index: 9;
  top:0;
  border-bottom: 1px solid var(--line);
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 30px;
}

.logo {
    width: 130px;
    height: auto;
    margin: 0;
  
}

.logo img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0;
}


nav {
	display: inline-block;
	margin: -2px 0 0 0;
	vertical-align: middle;
}

nav ul {
	list-style: none;
}
nav li {
	list-style: none;
	display: inline-block;
	margin: 0 25px;
	font-weight: 500;
}



nav a {
  position: relative;
	color: var(--textalt);
  font-size: 14px;
transition: transition:all .15s ease-out;
}

nav a:before {
  content:"";
  position:absolute;
  width:100%;
  height:2px;
  bottom:-10px;
  left:0;
  background:var(--dblue);
  visibility:hidden;
  transform:scaleX(0);
  transition:all .3s ease-in-out 0s
}

nav a:hover:before {
  visibility:visible;
  transform:scaleX(1)
}


nav a:hover {
	color: var(--dblue);
transition: all 0.3s ease-in-out;
}


.menu-tab {
  display: none;
}

.menu-tab {
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 999;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  top: 45px;
  right: 15px;
}

  .menu-tab:hover {
    cursor: pointer;
    transition: all 0.1s ease-in-out;

  }


.menu-tab div {
  width: 32px;
  height: 4px;
  display: block;
  margin: 5px 20px;
  transition: all 0.3s ease-in-out;
  background-color: var(--textalt);
}



 .menu-tab.active {
z-index: 999;
    position: fixed;
    transition: all 600ms ease-in-out;
top: 45px;
  right: 15px;
  }

.menu-tab.active #one {
  transform: translateY(9px) rotate(-135deg);
  transition: all 0.3s ease-in-out;
  background-color: var(--white);
}

.menu-tab.active #two {
  opacity: 0;
  transition: 0.3s ease;
}

.menu-tab.active #three {
  transform: translateY(-9px) rotate(-45deg);
  transition: all 0.3s ease-in-out;
  background-color: var(--white);
}

 .menu-hide {
    right: -350px;
    width: 350px;
    height: 100vh;
    position: fixed;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    top: 0;
    background: var(--text);
  }

.menu-nav-block {
  padding: 100px 50px 0 50px;
}


.menu-nav-col a {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.menu-nav-col a:hover {
  color: var(--mainblue);
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.menu-nav-col ul {
  list-style: none;
  margin: 0;
}

.menu-nav-col li {
  list-style: none;
  display: block;
  padding: 5px 0;
}

.side-buttons {
  margin: 50px auto 0 auto;
}

.menu-hide.show {
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}



.white-button {
  color: var(--dblue);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid var(--dblue);

  padding: 8px 40px;
  display: inline-block;
  vertical-align: middle;
  background: none;
  margin: 0 20px 0 0;
  transition: all 0.2s ease-in-out;
}

.white-button:hover {
  color: var(--white);
  border: 2px solid var(--dblue);
  background: var(--dblue);
  transition: all 0.2s ease-in-out;
}

.green-button {
  color: var(--white);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid var(--dblue);

  padding: 8px 40px;
  display: inline-block;
  vertical-align: middle;
  background: var(--dblue);
  transition: all 0.2s ease-in-out;
}

.green-button:hover {
  color: var(--white);
  border: 2px solid var(--text);
  background: var(--text);
  transition: all 0.2s ease-in-out;
}

.black-button {
  color: var(--white);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid var(--white);

  padding: 12px 40px;
  display: inline-block;
  vertical-align: middle;
  background: none;
  margin: 0 20px 0 0;
  transition: all 0.2s ease-in-out;
}

.black-button:hover {
  color: var(--text);
  border: 2px solid var(--white);
  background: var(--white);
  transition: all 0.2s ease-in-out;
}

.green-button-alt {
  color: var(--white);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid var(--dblue);

  padding: 12px 40px;
  display: inline-block;
  vertical-align: middle;
  background: var(--dblue);
  transition: all 0.2s ease-in-out;
}

.green-button-alt:hover {
  color: var(--text);
  border: 2px solid var(--white);
  background: var(--white);
  transition: all 0.2s ease-in-out;
}

.cta-buttons {
  margin: 40px 0 0 0;
  display: block;
}

.hero-buttons {
  margin: 40px 0 0 0;
  display: block;
}

.hero-buttons .white-button,
.hero-buttons .green-button {
  font-size: 15px;
  padding: 10px 40px;
}

.underline-animation {
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  z-index: 0;
}
.underline-animation svg {
  position: absolute;
  top: 95%;
  left: 0;
  width: 100%;
  height: auto;

}
.underline-animation .stroke {
  stroke: var(--blur)!important;
  stroke-width: 5px;
  stroke-dasharray: 822;
  stroke-dashoffset: 822;
  animation: underlineAnimation 1.2s 1s linear forwards;
}

.white-block {
	position:relative;
	padding:75px 0;
}

@keyframes underlineAnimation {
  from {
    stroke-dashoffset: 822;
  }
  to {
    stroke-dashoffset: 0;
  }
}


.hg-icon {
  width: 40px;
  position: absolute;
}

.hg-colors {
  display: block;
  position: relative;
}

.hg-mobile {
  display: none;
  position: relative;
}


.hgi-1 {
  top: 5%;
  right: 2%;
}

.hgi-2 {
  bottom: -3%;
  left: 3%;
}

.hgi-3 {
  top: -5%;
  left: 30%;
}

.hgi-4 {
  bottom: 0;
  right: 10%;
}

.hgi-5 {
  bottom: 5%;
  left: 26%;
}

.hgi-6 {
  top: -3%;
  left: 5%;
}


.feat-grid {
  width: 100%;
  display: grid;
   grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-items: stretch;
  align-items: initial;
   margin: 50px auto 0 auto;
}

.feat-card {
  background: var(--white);
  border:1px solid var(--bordergrey);
  padding: 30px;
}

.feat-card p {
  color: var(--textalt);
  font-size: 16px;
  margin: 0 0 10px 0;
}

.feat-icon {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 0 15px 0;
  padding: 5px;
}

.feat-icon svg {
  display: block;
  width: 100%;
  height: auto;
}

.feat-card a {
    font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}


.fc1 .feat-icon {
    background: var(--pink);
}

.fc1 a {
  color: var(--pink);
}

.fc2 .feat-icon {
    background: var(--blue);
}

.fc2 a {
  color: var(--blue);
}

.fc3 .feat-icon {
    background: var(--orange);
}

.fc3 a {
  color: var(--orange);
}

.fc4 .feat-icon {
    background: var(--dblue);
}

.fc4 a {
  color: var(--dblue);
}

.fc5 .feat-icon {
    background: var(--mastodon);
}

.fc5 a {
  color: var(--mastodon);
}

.fc6 .feat-icon {
    background: var(--yellow);
}

.fc6 a {
  color: var(--yellow);
}

.feat-card a:hover {
  color: var(--text);
  transition: all 0.2s ease-in-out;
}


.int-grid {
  width: 100%;
  display: grid;
   grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-items: stretch;
  align-items: initial;
   margin: 50px auto 0 auto;
}

.int-col {
  padding: 10px;
  text-align: center;
}

.int-col p {
  color: var(--textalt);
  font-size: 16px;
  margin: 0 0 10px 0;
}

.int-icon {
  width: 75px;
  height: 75px;
  display: block;
  margin: 0 auto 10px auto;
}

.int-icon svg {
  display: block;
  width: 100%;
  height: auto;
}


.int-col h5 {
  font: 25px 'Inter', Helvetica , Arial, sans-serif;
  margin: 0 0 10px 0;
  font-weight: 700;
  padding: 0;
  color: var(--text);
}

.int-col a {
    font-size: 16px;
  font-weight: 600;
  color: var(--text);
  transition: all 0.2s ease-in-out;
}

.int-col a:hover {
    font-size: 16px;
  font-weight: 600;
  color: var(--pink);
  transition: all 0.2s ease-in-out;
}

.client-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-items: stretch;
  align-items: initial;
  margin: 50px auto 0 auto;
}

.client-col {
  background: var(--clientgrey);
  padding: 20px;
}

.client-stars img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 2px 0 0;
}

.client-stars {
  margin: 0 0 10px 0;
}

.client-col p {
  margin: 0 0 10px 0;
}

.client-name {
  color: var(--text);
  font-size: 17px;
  font-weight: 600;
  margin: 0 !important;
}

.client-role {
  margin: 0 !important;
  font-size: 15px !important;
  font-weight: 500;
}


/* 
==========================================================================
FOOTER
==========================================================================
*/

footer {
  background: var(--text);
  color: var(--white);
  padding: 75px 0;
}


.foot-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-items: stretch;
  align-items: start;
  margin: 0 auto;
}

.footlogo {
  width: 140px;
  margin: 0 0 20px 0;
}

.footlogo img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0;
}

.foot-icons img {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0 5px 0 0;
}

.fgc1 p {
  font-size: 13px;
}

.foot-col h5 {
  font: 14px 'Inter', Helvetica , Arial, sans-serif;
  margin: 0 0 10px 0;
  font-weight: 700;
  padding: 0;
  color: var(--white);
}


.foot-col a {
  color: var(--white);
  font-size: 13px;
  transition: all 0.2s ease-in-out;
}

.foot-col a:hover {
  color: var(--dblue);
  font-size: 13px;
  transition: all 0.2s ease-in-out;
}

.fgc1 {
  padding: 0 30px 0 0;
}

/* 
==========================================================================
MEDIA
==========================================================================
*/


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


.hero-intro {
  width: 100%;
  display: block;
  margin: 0;
}

.hero-grid-1-1-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.hpad {
  margin: 0 0 10px 0;
}

}


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

  .hero-grid-1-1 {
    grid-template-columns: auto 500px;
  }

.hero-intro h1 {
  font: 40px 'Inter', Helvetica, Arial, sans-serif;
  font-weight: 700;

}

}



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

  .menu-tab {
    display: block;
  }

.header-grid {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 0;
  grid-row-gap: 0;
  justify-items: stretch;
  align-items: center;
  margin: 0 auto;
}

.hpad,
.hc-center {
  display: none;
}

.hc-right {
  padding: 0 75px 0 0;
}

  .hero-grid-1-1 {
    grid-template-columns: auto;
  }


.hg-colors {
  display: none;
  
}

.hg-mobile {
  display: block;
  position: relative;
   order: -1;
   max-width: 700px;
    margin: -10px auto -30px auto;
}




.hgi-5 {
  bottom: 2%;
  left: 40%;
}

.hgi-3 {
  top: 0%;
  left: 45%;
}


.hero-grid-1-1-1 {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  justify-items: stretch;
  align-items: center;
  margin: 0px auto;
  max-width: 700px;
}

 .hero-intro h1,
 .hero-intro {
    text-align: center;
  }

.hero-buttons {
  margin: 30px auto 0 auto;
  display: block;
  text-align: center;
}

.hero-section {
  margin: 0 auto 50px auto;
}

.black-section,
.white-section,
.grey-section {
  padding: 50px 0;
}




}


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

.foot-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.fgc3 {
  display: none;
}


.feat-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-items: stretch;
  align-items: initial;
  margin: 50px auto 0 auto;
}

.hero-image {
  display: none;
}
  .hero-intro {
    width: 100%;
    display: block;
    margin: 30px auto;
    text-align: center;
  }

  .hero-intro h1 {
    text-align: center;
  }

.blur1 {
  background: #1fcd9d;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  filter: blur(225px);
  right: -75px;
}

.client-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.client3 {
  display: none;
}


}

@media screen and (max-width: 900px) {
.hg-icon {
  display: none;
}

.int-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-items: stretch;
  align-items: initial;
  margin: 50px auto 0 auto;
}

}


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

.hc-right {
  display: none;
}

.menu-tab.active,
.menu-tab {
  top: 38px;
  right: 0;
}

.logo {
  margin: -4px 0 0 0;
}

footer {
  padding: 50px 0;
}

.foot-grid {
  width: 100%;
  display: grid;
  grid-template-columns: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.footlogo {
  width: 190px;
  margin: 0 auto 20px auto;
}

.fgc2,
.fgc3,
.fgc4 {
  display: none;
}

.fgc1 {
  padding: 0;
  text-align: center;
}

.inner {
  padding: 0 15px;
}

}



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


  .hero-intro {
    width: 100%;
    display: block;
    margin: 0 auto 10px auto;
    text-align: center;
  }

  .client-grid {
    width: 100%;
    display: grid;
    grid-template-columns: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

h1 {
  font: 35px 'Inter', Helvetica , Arial, sans-serif;
  margin: 0 0 10px 0;
font-weight: 700;
}

h2 {
  font: 30px 'Inter', Helvetica , Arial, sans-serif;
  margin: 0 0 10px 0;
font-weight: 700;
}

h3 {
  font: 25px 'Inter', Helvetica , Arial, sans-serif;
  margin: 0 0 10px 0;
font-weight: 700;
}

h4 {
  font: 20px 'Inter', Helvetica , Arial, sans-serif;
  margin: 0 0 10px 0;
font-weight: 700;
}

h5 {
  font: 18px 'Inter', Helvetica , Arial, sans-serif;
  margin: 0 0 10px 0;
font-weight: 700;
}

.hero-intro h1 {
  font: 35px 'Inter', Helvetica, Arial, sans-serif;
font-weight: 700;
}



.feat-grid {
  width: 100%;
  display: grid;
  grid-template-columns: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-items: stretch;
  align-items: initial;
  margin: 30px auto 0 auto;
}

.int-grid {
  width: 100%;
  display: grid;
  grid-template-columns: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-items: stretch;
  align-items: initial;
  margin: 30px auto 0 auto;
}

.feat-grid h5,
.int-col h5 {
  margin: 0 0 5px 0;
}

.feat-card p,
.int-col p {
  margin: 0 0 5px 0;
}

}

@media screen and (max-width: 500px) {
.hero-buttons .white-button, .hero-buttons .green-button {
    display: block;
    margin: 10px auto;
}

.cta-buttons .black-button, .cta-buttons .green-button-alt {
    display: block;
    margin: 10px auto;
}


}


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

 .container {
  min-width:240px;
  width:100%;
 }
 
}





@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.1s;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.1s;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.2s;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
  animation-name: fadeInUp;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn1 {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-delay: 0.4s;
  animation-name: bounceIn;
}

.bounceIn2 {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-delay: 0.2s;
  animation-name: bounceIn;
}

.bounceIn3 {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-delay: 0.6s;
  animation-name: bounceIn;
}

.bounceIn4 {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-delay: 0.8s;
  animation-name: bounceIn;
}