/* 

Font:
    font-family: 'Lato', sans-serif; 100,300.400.700,900

    font-family: 'Marcellus', serif; 400


*/
/* =============== Layout =============== */
#wrapper {
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
  }

  body {
    width: 100%;
    height: 100vh;
    background:linear-gradient(135deg, var(--bg-ice-blue),var(--bg-off-white),var(--bg-ice-blue),var(--light-tiffany),var(--bg-ice-blue),var(--bg-off-white));/*グラデーションを定義*/
    background-size: 200% 200%;
    background-attachment: fixed;
    animation: bggradient 20s ease infinite;
  }
  
  @keyframes bggradient{
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
article > h1:first-of-type {
  display: none;
}
.single article > h1 {
  display: block;
}
h2, .content, .grey-bg > div, .green-bg > div, .footer-Widgets .widget_block, .copyright,
.single article, .blog-index, .error404 main,
.image-with-text, .image-with-text-container > div, .home-latest-post,
.services-h1-container, .case-studies-h1-container .services-index, .resources-featured-post-wrapper, .resources-sub-cate-wrapper {
  padding: 0 18px;
}
.single-tips article, .single-case-studies article, .single-services article, .single article.home-case-study {
  padding: 0;
}
.home-hero p, .two-column-text-image p, .inpage-brand-cta p, .box-textcontent p {
  padding: 0 18px;
}
.single article {
  margin-top: 2em;
}
.single-tips article, .single-case-studies article, .single-services article {
  margin-top: 0;
}

@media (min-width: 1100px) {
  .content, .grey-bg > div, .footer-Widgets .widget_block, .copyright,
  .single article, .blog-index, .error404 main,
  .footer-menu-desktop, .image-with-text-container > div, .two-column-text-image, .home-latest-post-wrapper,
  .home-case-studies-wrapper, .home-resources-wrapper, .footer-content,
  .landing-page-hero.wp-block-cover, .landing-page-content-wrap, .services-h1-container p, .case-studies-h1-container p, .services-index,
  .resources-featured-post-wrapper, .resources-sub-cate-wrapper {
  width: 90%;
  max-width: 1680px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.single-tips article, .single-case-studies article, .single-services article {
  max-width: 100%;
  margin-top: 2rem;
}
.home-case-studies-wrapper {
  width: 100%;
}
.home-hero p {
  padding: 0;
}
}
@media (min-width: 1700px) {
  .content {
    /* width: 100%; */
  }
}
svg {
  fill: var(--title-blue);
}
.grey-bg {
  background-color: var(--light-grey);
  padding: 100px 0 100px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.wp-block-column figure img {
  object-fit: cover;
}
.flexbox-reverse {
  flex-direction: column-reverse;
}
/* =============== Typesetting =============== */
.barlow-thin {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-extralight {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-thin-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-extralight-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-light-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-regular-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: italic;
}

body {
  font-family: "Barlow", sans-serif;
  line-height: 1.55;
  letter-spacing: 0.75px;
  color: #404040;
}
h1, h2, h3, h4, h5, h6 {
  
}
.home h1 {
  font-size: 1.75rem;
  text-align: center;
}
.home h2, .page-cover h1, .home-heading-with-p h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--title-blue);
  text-align: center;
  margin-top: 0.5rem;
}
.home-about h2 {
  color: #fff;
}
p {
  font-weight: 300;
}
p + p,
.privacy-policy article p+p, .privacy-policy article p+ol, .privacy-policy article ol+p {
  margin-top: 1em;
}
ol + p, p + ol, ul + p, p + ul {
  margin-top: 2rem;
}
article p:last-of-type {
  margin-bottom: 2em;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
ol {
  list-style-type: lower-latin;
}
ol li {
  padding-left: 1em;
}

@media (min-width: 782px) {
  ol {
    padding-left: 2rem;
  }
}
strong {
  font-weight: 600;
}
em {
  font-style: italic;
}
.margin-top-1em {
  margin-top: 1em;
}
.margin-top-2rem {
  margin-top: 2rem;
}
.margin-top-50px {
  margin-top: 50px;
}
.margin-top-100px {
  margin-top: 100px;
}
.margin-top-150px {
  margin-top: 150px;
}
.margin-bottom-1em {
  margin-bottom: 1em;
}
.margin-bottom-2rem {
  margin-bottom: 2rem;
}
.margin-bottom-50px {
  margin-bottom: 50px;
}
.margin-bottom-100px {
  margin-bottom: 100px;
}
/* ***if want to change the font size, please also change on functions.php */
.has-x-small-font-size {
    font-size: 0.75rem;
}
.has-small-font-size {
    font-size: 1rem;
}
.has-normal-font-size {
    font-size: 1.125rem;
}
.has-large-font-size {
    font-size: 1.5rem;
}
.has-huge-font-size {
    font-size: 2.25rem;
}
.column-reverse {
  flex-direction: row-reverse;
}

/* =============== Colour setting =============== */
:root {
    --brand-color: #272E58;
    --second-color: #7F6DE3;
    --third-color: #FF7099;
    --link-color: #3B7EF5;
    --light-grey: #EBEBEB;
    --bg-ice-blue: #E3EBEF;
    --bg-off-white: #FAFAFA;
    --bg-dark-grey: #2A262C;
    --light-tiffany: #C5D7DE;
    --light-tiffany-90: #c5d7ded8;
    --tiffany-green: #8BAFBD;
    --dark-tiffany-green: #6e828a;
    --text-dark-color: #404040;
    --text-light-grey: #888888;
    --bg-light-tiffany: #e3ebeff0;
    --button-blue: #3B7EF5;
    --light-button-blue: #e0e8f5;
    --title-blue: #00417B;
  }

  .has-brandcolour-background-color {
    background-color: var(--brand-color);
}
.has-brandcolour-color {
    color: var(--brand-color);
}
.has-titlecolour-background-color {
    background-color: var(--title-blue);
}
.has-titlecolour-color {
    color: var(--title-blue);
}
.has-buttoncolour-background-color {
    background-color: var(--button-blue);
}
.has-buttoncolour-color {
    color: var(--button-blue);
}
/* =============== Links =============== */
a {
    text-decoration: none;
    transition: .5s;
  }
  
  a:link, a:visited {
    color: var(--link-color);
  }
  a:hover {
    color: var(--text-dark-color);
    transition: 0.3s;
    /* text-decoration: underline; */
  }
  a:active, a:focus {
    color: var(--brand-color);
  }
  .single-post p a:hover {
    text-decoration: underline;
  }
/* =============== Style setting =============== */
  
  .image-with-text-container > div, .home-latest-post-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .image-with-text, .home-latest-post {
    width: 100%;
    max-width: 360px;
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 2px 2px 8px #bbb;
  }
  .image-with-text h3, .icon-textcontent h3, .home-latest-post h3 {
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--link-color);
    text-align: center;
    padding: 0.5rem;
  }
  .home-latest-post h3 {
    text-align: left;
    padding: 0 0 0.75rem 0;
  }
  .link-for-cover a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    color: transparent;
  }
  

  /* brand logo with CTA button */
  /* .inpage-brand-cta p {
    margin-top: 2rem;
  }
  .inpage-brand-cta p:last-of-type {
    margin-bottom: 0;
  }
  .inpage-brand-cta figure {
    width: 180px;
    margin: auto !important;
  } */
  /* .home-latest-post {
    background-color: var(--light-grey);
    padding-top: 0;
    box-shadow: 2px 2px 8px #ccc;
  }
  .home-latest-post:hover {
    cursor: pointer;
  }
  .home-latest-post-img {
    height: 330px;
    overflow: hidden;
  }
  .home-latest-post-img img {
    width: 100%;
    height: auto;
  }
  .home-latest-post-body {
    padding: 2rem 1rem;
  }
  .home-latest-post-body p:last-of-type {
    margin-bottom: 0;
  } */


/* =============== button setting =============== */

.single-button, .gradient4, .gradient5, .gradient6 {
  justify-content: center;
  /* transition: 0.6s; */
}

.single-button > div > a {
  display: block;
  width: 300px;
  height: 100%;
  text-align: center;
  border-radius: 50px;
  background: var(--button-blue);
  background: linear-gradient(135deg, var(--link-color) 0%, var(--second-color) 100%);
  color: white;
  box-shadow: 1px 1px 6px #aaa;
  padding: 0.5rem;
}
.single-button > div > a:hover {
  text-decoration: none;
  background: linear-gradient(215deg, var(--link-color) 0%, var(--second-color) 100%);
  transition: 1s;
}


/* Hover: gradient button */
.gradient4 > a, .gradient5 > a, .gradient6 {
  display: block;
  width: 300px;
  padding: 0.5rem;  
  border-radius:8px;
  text-decoration: none;
  background-color: var(--button-blue);
  /* border:1px solid var(--button-blue); */
  color: var(--bg-off-white);
  outline: none;
  transition: all 0.4s ease-out;
}
 .gradient5 > a {
  border: 2px solid #021376;
  color: #021376;
  transition: all 0.4s ease-out;
 }

.gradient4 > a:hover, .gradient5 > a:hover, .navbar-contactus > a:hover, .gradient6:hover {
  border-color:transparent;
  color: #fff;
  background: linear-gradient(270deg, var(--button-blue) 0%, #43bdfa 50%, var(--button-blue) 100%);
  background-size: 200% auto;
  background-position: right center;
  box-shadow: 0 5px 10px var(--tiffany-green);
}


.threeD-button {
  border-radius: 8px;
  box-shadow: -3px -3px 5px 0 var(--bg-off-white),3px 3px 5px 0 #ccc;
  cursor: pointer;
  transition: .2s;
  margin-left: 16px;
  text-align: center;
  padding: 0 !important;
}

.threeD-button:hover {
  background: var(--bg-ice-blue);
}
.threeD-button:hover a::after {
  content: none;
}
.threeD-button a {
  width: 100% !important;
  line-height: 3;
}

.upcoming-event-button button {
  font-family: "Barlow", sans-serif !important;
  font-size: 1.125rem !important;
  letter-spacing: 0.5px;
  margin: auto !important;
}

@media (min-width: 768px) {
  .button-67 {
    padding: 24px;
  }
}
        
/* ============================================
   Page top
=============================================== */
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  transition: all 0.3s;
}

#page-top img {
  width: 23px;
  height: auto;
}

#page-top {
  position: fixed;
  right: 32px;
  bottom: 20px;
  z-index: 2;
  opacity: 0;
  transform: translateX(100px);
}


#page-top.LeftMove {
  animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

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

/*ã€€å³ã®å‹•ãã€€*/

#page-top.RightMove {
  animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 1;
    transform: translateX(100px);
  }
}

/* ============================================
   Displaying boxes 1 by 1
=============================================== */

.box, .image-with-text > div {
  opacity: 0;
}

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

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


/* =============== Header =============== */
header {
    width: 100%;
    padding-top: 1rem;
    position: relative;
    z-index: 10;
}

#header{
  height: 135px;
  width:100%;
}

#header.HeightMin{
position: fixed;
top: 0;
z-index: 999;
height:80px;
animation: DownAnime 0.5s forwards;
background-color: var(--bg-light-tiffany);
}

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


a.header-SiteName-Link {
    display: block;
    width: 180px;
    height: 45px;
    position: relative;
    z-index: 3;
    margin-top: 16px;
}
#header.HeightMin a.header-SiteName-Link {
  margin-top: 0;
}
a.header-SiteName-Link img {
    width: auto;
    height: 100%;
    display: block;
    margin: auto;
}
.google-reviews {
  width: 80px;
  position: fixed;
  bottom: 63px;
  right: 16px;
  padding: 10px;
  background-color: white;
  border-radius: 10px;
  border: 0.5px solid #ddd;
  box-shadow: 1px 1px 6px #bbb;
  z-index: 100;
}
.google-reviews img {
  width: 100%;
  height: auto;
}
/* =============== Navigation =============== */

.hamberger-menu {
    position: absolute;
    /* background: white; */
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 30px;
    right: 24px;
    border-radius: 50px;
    box-shadow: -3px -3px 5px 0 #eee,3px 3px 5px 0 #ccc;
    z-index: 2;
}
#header.HeightMin .hamberger-menu {
top: 15px;
}

.hamberger-menu .openbtn-area{
    transition: all .6s;
    width: 50px;
    height: 50px;
  }
  
  .hamberger-menu span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 16px;
    height: 2px;
    border-radius: 2px;
    background: var(--text-dark-color);
    width: 40%;
    }
  
  .hamberger-menu span:nth-of-type(1) {
    top:18.5px; 
  }
  
  .hamberger-menu span:nth-of-type(2) {
    top:25px;
  }
  
  .hamberger-menu span:nth-of-type(3) {
    top:31px;
  }
  
  .hamberger-menu.active .openbtn-area{
    transform: rotate(90deg);
  }
  
  .hamberger-menu.active span:nth-of-type(1) {
      top: 17px;
      left: 16px;
      transform: translateY(6px) rotate(-45deg);
      /* width: 40%; */
  }
  
  .hamberger-menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  
  .hamberger-menu.active span:nth-of-type(3){
      top: 29px;
      left: 16px;
      transform: translateY(-6px) rotate(45deg);
      /* width: 40%; */
  }


/* Hamburger Menu ============================ 
   (Display when screen < 600px) ============= */
  .main-menu-desktop {
    display: none;
  }
  nav a {
    font-weight: 300;
    text-decoration: none;
  }
  nav a:link, nav a:visited {
    color: #666;
  }
  nav a:hover {
    color:#333;
    text-decoration: none;
  }
  nav .threeD-button a:hover {
    color: var(--text-dark-color);
  }
  .menu-mobile .menu-item-has-children {
    position: relative;
    cursor: pointer;
    transition: all .5s ease;
  }
  .menu-mobile .menu-item-has-children > a::before,
  .menu-mobile .menu-item-has-children > a::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: white;
    transition: 0.3s;
  }
  .menu-mobile .menu-item-has-children > a::before {
    top: 38px;
    right: 20px;
    transform: rotate(0deg);
  }
  .menu-mobile .menu-item-has-children > a::after {
    top: 38px;
    right: 20px;
    transform: rotate(90deg);
  }
  .menu-mobile .menu-item-has-children > a.close::after {
    display: none;
  }
  .menu-mobile .menu-item-has-children .sub-menu {
    display: none;
    background-color: var(--tiffany-green);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    margin-left:10%;
    margin-bottom: 2rem;
    padding: 1.5rem;
  }
  .menu-mobile .menu-item-has-children .sub-menu li a {
    font-weight: 300;
  }

  nav .menu-second-level .sub-menu a:hover {
    color: var(--second-color);
    /* text-decoration: underline; */
  }
  .header-Nav-container {
    /* background-color: var(--bg-light-tiffany); */
  }
nav.menu-mobile {
    width: 100%;
    height: 100vh;
    background-color: var(--bg-ice-blue);
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(1000%);
    transition: 0.8s;
    padding-left: 20%;
    padding-top: 150px;
    z-index: 1;
  }
  .menu-main-menu-for-mobile-container {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background-color: var(--light-tiffany);
  }
  #menu-main-menu-for-mobile > li a, #menu-main-menu-for-mobile > li a:visited, #menu-main-menu-for-mobile > li a:link {
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    display: block;
    padding: 1.5rem 0 1.5rem 2rem;
  }
  .menu-mobile  #menu-main-menu-for-mobile .menu-item-has-children .sub-menu li a,
  .menu-mobile  #menu-main-menu-for-mobile .menu-item-has-children .sub-menu li a:link,
  .menu-mobile  #menu-main-menu-for-mobile .menu-item-has-children .sub-menu li a:visited {
    font-size: 0.9rem;
    font-weight: 300;
    text-transform: none;
    padding: 0.5rem 0 0.5rem 0.5rem;
  }
  nav.menu-mobile.active {
    transform: translateX(0);
    transition: 0.8s;
  }
  .header-Nav-mobile > li {
    font-size: 1.15rem;
    /* background-color: var(--light-tiffany); */
    border-bottom: 1.5px dotted #fff;
    /* padding: 1.5rem 0 1.5rem 2rem; */
  }
  .header-Nav-mobile > li:last-of-type {
    border-bottom: none;
  }
  .menu-second-level .sub-menu li {
    font-size: 0.9em;
    font-weight: 300;
  }
  .menu-second-level {
    margin: 1em 1em 0;
  }
  .menu-second-level .sub-menu {
    display: none;
    padding-top: 0.75rem;
  }
  nav li {
    list-style-type: none;
  }
  #menu-main-menu > .menu-item > a:hover {
    text-decoration: none;
  }
  .link-looks-like-text > a {
    cursor: default;
    text-decoration: none;
  }
  .link-looks-like-text > a:hover {
    color: #272727;
  }
  .drop-down-sub-menu > .sub-menu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--bg-light-tiffany);
    display: flex;
    justify-content: center;
    column-gap: 2rem;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    padding: 180px 5% 35px 5%;
    z-index: -1;
  }
  .menu-img {
    width: 300px;
    text-align: center;
    background-color: #f6f6f6;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.5s;
  }
  .menu-img:hover, .menu-img:hover > .sub-menu,
  .menu-img:hover > .sub-menu a {
    background-color: white;
    color: black;
  }
  .menu-img img {
    width: 100%;
    height: auto;
    transition: 0.5s;
  }
  .menu-img:hover img {
    transform: scale(1.1);
  }
  .menu-img > .sub-menu {
    width: 100%;
    font-size: 0.9rem;
    background-color: #f6f6f6;
    position: relative;
    top: -10px;
    transition: 0.5s;
  }
  .menu-img > .sub-menu a {
    font-weight: 500;
    display: block;
    padding: 2.2rem 1rem 1.8rem 1rem;
  }
/* =============== Footer =============== */
footer {
  background-color: var(--bg-off-white);
  padding-top: 80px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.footer-content {
  background: url(https://sosdev.co.uk/amsos/wp-content/uploads/2024/07/footer-mobile-amsos-logo-blue-1.png) no-repeat;
  background-position: right bottom;
  background-size: contain;
}
.footer-logo.wp-block-image {
  margin: 1.5rem auto;
}
.footer-logo img {
  display: block;
  margin: auto;
}
.footer-award-logo {
  column-gap: 0.75rem;
  margin-top: 1.5rem;
}
.footer-award-logo > .wp-block-column:first-of-type {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 1rem;
  justify-content: end;
  flex-basis: 55% !important;
}
.wp-block-columns.footer-award-logo {
  flex-wrap: nowrap !important;
}
.footer-icon-wrapper > div {
  display: flex;
  justify-content: center;
  column-gap: 1.2rem;
  margin-top: 2rem;
}
.footer-icon-left, .footer-icon-right {
  /* width: 45%; */
}
.footer-icon-right {
  display: flex;
  column-gap: 0.5rem;
  justify-content: start;
}
.footer-icon-right img {
  width: 75px;
}
footer .wp-social-link svg {
  transition: 0.5s;
}
footer .wp-social-link:hover {
  /* transform: scale(1.05); */
}
footer .wp-social-link:hover svg {
  /* transform: scale(1.05); */
  fill: var(--brand-color)
}
.footer-menu-desktop {
  display: none;
}
.footer-menu-mobile {
  margin-top: 100px;
  border-top: 0.75px solid #ddd;
  border-bottom: 0.75px solid #ddd;
}
.footer-menu-mobile .link {
  border-top: 0.75px solid #ddd;
  position: relative;
}
.footer-menu-mobile .link:first-of-type {
  border-top: none;
}
.footer-menu-mobile .link {
  padding: 1rem 1rem;
}
.footer-menu-mobile .hidden {
  display: none;
}
.footer-menu-mobile dl.hidden, .footer-menu-desktop dl {
  display: grid;
  grid-template-columns: 1fr 15fr;
  gap: 0.5rem;
  padding-right: 1rem;
}
.footer-menu-mobile dt, .footer-menu-desktop dt {
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-menu-mobile dl.hidden, .footer-menu-mobile .links {
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.footer-menu-mobile dl.hidden, .footer-menu-mobile .links a, .footer-menu-desktop a, .footer-menu-desktop dl p {
  font-size: 0.85em;
  font-weight: 300;
}
.footer-menu-mobile .links a, .footer-menu-desktop a {
  /* display: block; */
}
.drop-down {
  max-width: 16px;
  height: auto;
  position: absolute;
  top: 28px;
  right: 20px;
}

.footer-Widgets {
  margin-top: 20px;
  margin-bottom: 50px;
}
.footer-Widgets .widget_text {
  /* max-width: 500px; */
  margin: auto;
}

.wp-block-social-link {
  background-color: rgba(255, 255, 255, 0) !important;
  fill: #888 !important;
  color: #888 !important;
}
.wp-block-social-link:hover {
  fill: var(--link-color) !important;
  color: var(--link-color) !important;
}

.wp-block-social-links {
  margin-top: 1em;
  justify-content: center;
}
.footer-desktop-contact-details {
  width: 360px;
}
/* social media links for desktop viewport */
#block-10 {
  /* display: none; */
}
.footer-menu-desktop .link {
  font-weight: 700;
  margin-bottom: 1rem;
}
.footer-menu-desktop a:link, .footer-menu-desktop a:visited {
  color: #272727;
}
.footer-menu-desktop a:hover {
  color: var(--link-color);
  text-decoration: underline;
}
.footer-menu-desktop a:active, .footer-menu-desktop a:focus {
  color: var(--link-color);
}
.copyright {
  font-size: 0.8em;
  text-align: center;
  padding-bottom: 1rem;
  margin-top: 1rem;
}

a.footer-SiteName-Link:link, a.footer-SiteName-Link:visited {
    color: var(--brand-color);
}
/* Home - blog post */
section.home-blog-post {

}
h2.home-blog-post-title {

}
p.home-blog-post-more {

}
a.home-blog-post-more-link {

}


/* H1 for pages and post */
.content-title {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 1rem;

}
.content-Meta {
  font-size: 0.8rem;
}

.content-EyeCatch img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  border-bottom-right-radius: 180px;
  transition: 0.6s;
  position: relative;
  transform: scale(1.05);
}
.content-EyeCatch {
  /* margin-top: 2rem; */
  background: var(--button-blue);
  background: linear-gradient(45deg, rgba(0,65,123,1) 0%, rgba(67,189,250,1) 100%);
  border-radius: 16px;
  transition: 0.6s;
  overflow: hidden;
}
.content-EyeCatch:hover img {
  border-bottom-right-radius: 16px;
}
.single-post article.post div, .single-post article.post p, .single-post article.post ul, .single-post article.post ol, .single-post article.post figure, 
.single-post article.post h2, .single-post article.post h3, .single-post article.post h4, .single-post article.post h5, .single-post article.post h6 {
  margin-bottom: 1.2rem;
}
.single-post article.post > h2, .single-post article.post > h3, .single-post article.post > h4, .single-post article.post > h5, .single-post article.post > h6 {
  font-weight: 600;
  color: var(--title-blue);
  padding-left: 0;
  margin-top: 8rem;
}
.single-post article.post > h3, .single-post article.post > h4, .single-post article.post > h5, .single-post article.post > h6 {
  margin-top: 3rem;
  color: var(--text-dark-color);
}

.single-post article.post .inpage-col-cf div, .single-post article.post .home-case-img {
  margin-bottom: 0;
}
.single-post article.post > h2 {
  font-size: 1.5rem;
}
.single-post article.post > h3 {
  font-size: 1.25rem;
}
.single-post article.post > h4 {
  font-size: 1.15rem;
}
.single-post article.post figure img {
  border-radius: 16px;
}
.single-post article.post > ul {
  list-style-type: disc;
}
.single-post article.post > ul > li > ul {
  list-style-type: circle;
}
.single-post article.post ul.home-case-meta {
  list-style-type: none;
}
.single-post article.post li {
  margin-left: 2rem;
  padding-left: 0.75rem;
  padding-bottom: 0.25rem;
}
.single-post article.post ul.home-case-meta li {
  margin-left: 0;
  padding-left: 0;
}
.single-post article.post .content-tags li {
  margin-left: 0;
  padding-left: 0;
}
.single-post article.post li::marker {
  color: var(--button-blue);
}
.single-post article.post .inpage-col-cf {
  margin-top: 125px;
}
.single-post article.post .inpage-col-cf h2 {
  font-size: 1.5rem;
  text-align: center;
  color: var(--title-blue);
  margin-top: 2rem;
}
.other-resources {
  margin-top: 100px;
  margin-bottom: 150px;
}
.other-resources h2 {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  color: var(--title-blue);
  /* margin-top: 2rem; */
  margin-bottom: 2rem;
}
@media (min-width: 1100px) {
  .single-post article.post {
    max-width: 960px;
  }
  .single-post article.post p, .single-post article.post li {
    font-size: 1.1rem;
    font-weight: 300;
  }
  .single-post article.post .home-case-title {
    font-size: 0.9rem;
  }
  .single-post article.post .content-tags li, .single-post article.post ul.home-case-meta li {
    font-size: 0.9rem;
  }
  .content-title {
    font-size: 3rem;
  }
  .content-Meta {
    font-size: 0.9rem;
  }
  .content-EyeCatch img {
    border-bottom-right-radius: 280px;
  }
  .single-post article.post > h2, .other-resources h2 {
    font-size: 2rem;
    font-weight: 600;
  }
  .single-post article.post > h3 {
    font-size: 1.55rem;
    font-weight: 600;
  }
  .single-post article.post > h4 {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .footer-icon-wrapper > div {
    justify-content: left;
  }

}
/* =============== content page =============== */

/* =============== search.php =============== */
p.search-ResultNum {

}
/* =============== 404.php =============== */
div.error-content-container {

}
.error404 main {
  padding-top: 100px;
  text-align: center;
}
/* =============== single.php =============== */
.landing-page-hero.wp-block-cover {
  min-height: 600px;
  border-radius: 20px;
  margin: 0 18px 100px;
  position: relative;
}
.landing-page-hero.wp-block-cover .hero-intro {
  background-color: var(--light-tiffany-90);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 2rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.landing-page-hero.wp-block-cover .hero-intro > div {
  max-width: 960px;
  margin: 2rem auto 0;
  
}
.wp-block-buttons > .wp-block-button.landing-page-hero-cta {
  display: none;
}
.landing-page-content-wrap h2, .amsos-inpage-intro h2, .inpage-cta-wrap h2, .landing-page-intro h2, .inpage-col-cf h2 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: var(--title-blue);
  padding-left: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.landing-page-content-wrap h3, .landing-page-intro h3 {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  color: var(--title-blue);
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.landing-page-intro h3 {
  color: var(--text-dark-color);
  margin-bottom: 2rem;
}
.landing-page-intro {
  margin-bottom: 100px;
  min-height: 600px;
}
.landing-page-intro .wp-block-media-text__content {
  background-color: var(--bg-off-white);
  border-radius: 16px;
  padding-top: 2rem !important;
  position: relative;
  top: -20px;
}
#g-nav {
  display: none;
  max-width: 380px;
  /* position: absolute; */
  left: 1rem;
  overflow: hidden;
}

.point-wrap {
  background-color: var(--bg-off-white);
  border-radius: 12px;
  padding: 2rem 1rem 1px;
  margin-bottom: 2rem;
}
.point-wrap h3, .point-wrap h4 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.75rem;
}

.landing-page-content-wrap .scroll-point figure {
  border-radius: 12px;
  overflow: hidden;
  max-height: 450px;
}
.landing-page-content-wrap .scroll-point figure img {
  height: 100%;
  object-position: center;
}
.scroll-point {
  margin-bottom: 75px;
}
.amsos-inpage-intro {
  width: 95%;
  max-width: 960px;
  margin: auto;
}
.inpage-col-cf {
  max-width: 960px;
  column-gap: 10%;
  margin: 60px auto 100px;
}
.amsos-animate-bg {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  padding: 4rem 1rem 3rem;
  background: radial-gradient(circle, rgba(247, 227, 227, 0.6), #dceaff, #edeff2, #DFD4EA);
  background-size: 300% 300%;
  animation: gradient 15s ease infinite;
  height: 100%;
}
article .summary-h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--title-blue);
  margin-top: 100px;
}
.page .wp-block-cover h2 {
  font-weight: 600;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.amsos-inpage-intro {
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.cube {
  position: absolute;
  top: 80%;
  left: 45%;
  width: 10px;
  height: 10px;
  border: solid 1px white;
  border-radius: 36px;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: cube 6s ease-in forwards infinite;
          animation: cube 6s ease-in forwards infinite;
}
.cube:nth-child(2n) {
  border-color: var(--bg-off-white);
}
.cube:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  left: 25%;
  top: 40%;
}
.cube:nth-child(3) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  left: 75%;
  top: 50%;
}
.cube:nth-child(4) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  left: 90%;
  top: 10%;
}
.cube:nth-child(5) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  left: 10%;
  top: 85%;
}
.cube:nth-child(6) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  left: 50%;
  top: 10%;
}

@-webkit-keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
.mobile-inpage-cta-wrap {
  /* width: 100%;
  height: 99vh;
  position: fixed;
  top: 0; */
}
.gradient4 > .mobile-inpage-cta {
  width: 90%;
}
.mobile-inpage-cta {
  width: 90%;
  max-width: 400px;
  background-color: var(--button-blue);
  color: white;
  border: 2px solid transparent;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 1rem;
  padding: 8px;
  margin: auto;
  z-index: 10;
}
.mobile-inpage-cta:link, .mobile-inpage-cta:visited {
  color: #fff;
}
.inpage-cta-wrap, .upcoming-event-button {
  height: 100%;
  background-color: var(--bg-light-tiffany);
  border-radius: 12px;
  padding: 60px 30px;
  box-shadow: -3px -3px 8px 0 var(--bg-off-white),3px 3px 8px 0 #ccc;
  
}
.inpage-cta-wrap svg, .amsos-inpage-intro svg, .case-study-insight svg, .logo-heading-intro svg,
.archive svg, .page-cover svg {
  width: 30px;
  height: 30px;
  display: block;
  margin: auto;
}
.inpage-cta-wrap h2, .inpage-col-cf h2 {
  font-weight: 600;
}
.inpage-cta-wrap .gradient4, .inpage-cta-wrap .gradient4 > a {
  width: 100%;
  max-width: 360px;
}
.inpage-cta-area {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 18px;
  margin-right: 18px;
}
.inpage-cta-area p {
  max-width: 800px;
  margin: auto;
}
.upcoming-event-button.inpage-cta-area p {
  max-width: 1000px;
}
.single-post .inpage-cta-area.content {
  padding-bottom: 1px;
}
.single .inpage-cta-area h2 {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 1rem;
}
.landing-page-content-wrap .wp-block-media-text {
  margin-bottom: 2rem;
}
.landing-page-content-wrap .wp-block-media-text h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--title-blue);
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.landing-page-content-wrap .wp-block-media-text figure {
  border-radius: 12px;
  overflow: hidden;
}
.landing-page-content-wrap .wp-block-media-text .wp-block-media-text__content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.landing-page-content-wrap .scroll-point ul {
  margin-top: 1rem;
  list-style-type: disc;
}
.landing-page-content-wrap .scroll-point ul li {
  font-size: 1rem;
  margin-left: 2rem;
  padding-left: 0.75rem;
  margin-bottom: 0.5rem;
}
.landing-page-content-wrap .scroll-point ul li::marker {
  color: var(--button-blue);
}
.landing-page-content-wrap h3.has-text-align-center {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--title-blue);
}
.landing-page-content-wrap .wp-block-media-text__content h4 {
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.tips-flexbox {
  margin-top: 2rem;
}
.landing-page-content-wrap .scroll-point .tips-flexbox ul {
  margin-bottom: 2rem;
}
.landing-page-content-wrap .scroll-point .tips-flexbox ul li {
  font-size: 1rem;
  font-weight: 300;
  margin-left: 1rem;
}
.contact-us-wrapper {
  margin-bottom: 100px;
}
.contact-us-wrapper h1 {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 5rem auto 3rem;
}
.contact-us-map {
  width: 100%;
  height: 380px;
  margin-top: 1.2rem;
}
.contact-us-wrapper .wp-block-buttons {
  column-gap: 1.5rem;
  row-gap: 1rem;
}
.contact-us-wrapper .wp-block-button {
  min-width: 280px;
}
.contact-us-wrapper .wp-block-button__link {
  background-color: transparent;
}
/* ====== Why AMSOS ====== */
.about-hero-wrapper {
  margin-bottom: 100px;
}
.about-hero-video-container {
  width: 100%;
  max-height: 280px;
  background-color: var(--bg-light-tiffany);
  border-radius: 16px;
  aspect-ratio: 2.2;
  overflow: hidden;
  animation: top-fade-in 0.3s ease-in;
}

.about-hero-video-container .wp-block-video {
  aspect-ratio: 2.2;
  margin-bottom: 0;
  
}
@keyframes top-fade-in {
  0% {
    transform: translateY(-400px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.about-hero-video-why-amsos {
  position: relative;
}
.about-hero-intro {
  border-radius: 12px;
  margin-top: 2rem;
}
.about-hero-intro h1 {
  font-weight: 600;
}
.about-hero-intro p {
  font-size: 0.88rem;
}
.hero-text-why, .hero-text-amsos {
  font-weight: 900;
  font-size: 6rem;
  font-style: italic;
  color: var(--dark-tiffany-green);
  mix-blend-mode: color-burn;
  position: absolute;
  z-index: 2;
}
.hero-text-why {
  top: -5rem;
  left: -16px;
  animation: left-fade-in 0.3s ease-in;
}
.left-fade-in {
  animation: left-fade-in 0.3s ease-in;
}
@keyframes left-fade-in {
  0% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
article .hero-text-amsos {
  bottom:-3.8rem;
  right: -10px;
  margin-bottom: 0 !important;
  animation: right-fade-in 0.3s ease-in;
}
.right-fade-in {
  animation: right-fade-in 0.3s ease-in;
}
@keyframes right-fade-in {
  0% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.about-two-col .wp-block-column:first-of-type .wp-block-image {
  max-width: 350px;
}
.about-core-value-wrapper {
  width: calc(100% - 36px);
  background-color: var(--bg-dark-grey);
  color: white;
  border-radius: 16px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
.about-core-value-wrapper .home-heading-with-p {
  margin-top: 0;
}
.about-core-value-wrapper h2 {
  color: white;
}
.about-core-value-wrapper svg {
  fill: white;
}
.about-core-value-wrapper dd + dt {
  margin-top: 3rem;
}
.about-core-value-wrapper dt + dd {
  margin-top: 0.2rem;
}
.about-core-value-wrapper dt {
  font-size: 1.6rem;
  font-weight: 600;
}
.about-core-value-wrapper dt span {
  font-size: 0.8rem;
  font-weight: 300;
  color: #999;
  display: block;
}
.about-media-right .wp-block-media-text__content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 2rem;
}
.about-media-right .wp-block-media-text__media {
  border-radius: 16px;
}
.about-three-col .three-col-item {
  background-color: #fff;
  border-radius: 16px;
  padding: 2rem;
}
.about-three-col h3 {
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--button-blue);
  margin-bottom: 2rem;
}
.three-col-item {
  margin-bottom: 2rem;
}
.about-team figure {
  border-radius: 16px;
  overflow: hidden;
}
.about-position {
  font-size: 0.8rem;
  color: var(--text-light-grey);
}
.about-position + p {
  margin-top: 0.25rem;
}
.why-amsos-contact-stephen.wp-block-buttons {
  align-items: center;
  justify-content: center;
}
@media (min-width: 601px) {
  .landing-page-intro .wp-block-media-text__content {
    top: 0;
    width: calc(100% + 80px);
    left: -80px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .landing-page-content-wrap .wp-block-media-text figure {
    margin-right: 2rem;
  }
  .hero-text-why, .hero-text-amsos {
    font-size: 8rem;
  }
  .hero-text-why {
    top: -6rem;
  }
  article .hero-text-amsos {
    bottom:-4.8rem;
  }
  .about-hero-intro {
    margin-top: 4rem;
  }
  .about-core-value-wrapper {
    padding-left: 8%;
    padding-right: 8%;
  }
  .about-media-right .wp-block-media-text {
    display: block !important;
  }
  .about-three-col > div {
    display: flex;
    column-gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-three-col .three-col-item {
    width: calc(100% / 2 - 1rem);
  }
}
@media (min-width: 782px) {
  .inpage-cta-area p {
    text-align: center;
  }
  .upcoming-event-button.inpage-cta-area p {
    text-align: left;
  }
}
  @media (min-width: 1100px) {
    .inpage-cta-area {
      margin-top: 150px;
      margin-bottom: 150px;
      margin-left: auto;
      margin-right: auto;
    }
    .wp-block-buttons > .wp-block-button.landing-page-hero-cta {
      display: block;
      margin-top: 1.1rem;
      margin-bottom: 2rem;
    }
    .landing-page-content-wrap > div {
      display: grid;
      grid-template-columns: 400px auto;
      column-gap: 2rem;
    }
    #g-nav {
      grid-column: 1;
    }
    .grid-content {
      grid-column: 2;
    }
    .landing-page-content-wrap .content {
      width: 100%;
    }
    
    .grid-content .scroll-point .tips-flexbox > div {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      column-gap: 2rem;
    }
    .grid-content .scroll-point .tips-flexbox h2 {
      flex-basis: 100%;
    }
    
    .point-wrap {
      padding-left: 3rem;
      padding-right: 3rem;
    }
    .landing-page-intro .wp-block-media-text__content {
      width: 50%;
      min-width: 960px;
      border-top-right-radius: 16px;
      border-bottom-right-radius: 16px;
      padding: 5rem 5rem 3rem !important;
      margin: 100px auto;
      left: 0;
    }
    .landing-page-intro .wp-block-media-text__media,
    .landing-page-intro .wp-block-media-text__content {
      grid-column: 1 / -1 !important;
    }
    .landing-page-intro .wp-block-media-text__media {
      width: 100%;
      opacity: 0.6;
    }
    .landing-page-hero.wp-block-cover {
      margin-left: auto;
      margin-right: auto;
      margin-top: 2rem;
    }
    #g-nav {
      display: block;
      left: 5%;
      top: 100px;
      margin-top: 30px;
    }
    #g-nav li {
     list-style-type: disc;
    }
    /* The sticky class is added to the navbar with JS when it reaches its scroll position */
    .sticky {
      position: fixed;
      top: 30px;
      width: 100%;
      /* padding-top: 0; */
    }
    #g-nav.sticky {
      margin-top: 0;
    }
    .mobile-inpage-cta-wrap {
      display: none;
    }
    .contact-us-wrapper h1 {
      font-size: 3.2rem;
    }
    .hero-text-why, .hero-text-amsos {
      font-size: 10rem;
    }
    .about-hero-wrapper {
      margin-top: 30px;
      margin-bottom: 300px;
    }
    .about-hero-video-container {
      max-height: 420px;
      background-color: var(--bg-light-tiffany);
      border-radius: 16px;
      aspect-ratio: 2.2;
      overflow: hidden;
      animation: top-fade-in 0.4s ease-in;
    }
    .about-hero-video-container .wp-block-video {
      max-width: 420px;
      height: 420px;
      margin-bottom: 0;
      margin-left: 60%;
    }
    .about-hero-video-container .wp-block-video video {
      object-fit: cover;
      aspect-ratio: 1;
    }
    .hero-text-why {
      top: -2rem;
      left: -3rem;
    }
    article .hero-text-amsos {
      font-size: 9rem;
      bottom:-6.8rem;
      right: -1rem;
    }
    .about-hero-wrapper {
      position: relative;
      height: 130%;
    }
    .about-hero-intro {
      width: 50%;
      background-color: #fff;
      padding: 2rem;
      margin-top: 0;
      position: absolute;
      top: 50%;
      left: 3rem;
    }
    .about-media-right .wp-block-media-text {
      display: grid !important;
    }
    .about-media-right .wp-block-media-text__content {
      padding-right: 8% !important;
    }
    .about-three-col .three-col-item {
      width: calc(100% / 3 - 1.5rem);
      position: relative;
      padding-bottom: 260px;
    }
    .about-three-col .three-col-item figure {
      width: calc(100% - 4rem);
      max-height: 220px;
      position: absolute;
      bottom: 2rem;
    }
    .about-core-value-wrapper {
      width: 90%;
    }
    .single-post .inpage-cta-area.content {
      width: 100%;
    }
    .why-amsos-contact-stephen.wp-block-buttons {
      align-items: left;
      justify-content: left;
    }

  }
  @media (min-width: 1480px) {
    
    .grid-content .scroll-point .point-wrap {
      flex-basis: calc(50% - 1.1rem);
    }
    .about-hero-intro {
      /* width: 40%; */
      top: 42%;
      left: 8rem;
      padding: 3rem 5rem;
    }
    .about-hero-intro h1 {
      font-size: 1.15rem;
    }
    .about-hero-intro p {
      font-size: 0.95rem;
    }
    .about-hero-video-container {
      max-height: 550px;
    }
    .about-hero-intro {
      width: 43%;
      left: 6rem;
      padding: 4rem
    }
    .about-hero-video-container .wp-block-video {
      max-width: 550px;
      height: 550px;
      margin-left: 57%;
    }
    .hero-text-why, .hero-text-amsos {
      font-size: 12.8rem;
    }
    .hero-text-why {
      top: -3rem;
      left: -4rem;
    }
    article .hero-text-amsos {
      font-size: 12.8rem;
      bottom:-8.8rem;
      right: 0;
    }
  }
  @media (min-width: 1680px) {
    article .hero-text-amsos {
      right: 7rem;
    }
  }
  @media (min-width: 1868px) {
    #g-nav {
      left: calc(50% - 835px);
    }
  }
.landing-page-hero h1 {
  font-weight: 600;
  margin-bottom: 1rem;
}
#g-nav li + li {
  margin-top: 1rem;
}
#g-nav li a:link, #g-nav li a:visited,
#g-nav li a:focus, #g-nav li a:active {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--text-dark-color);
}
#g-nav .nav-table-cta a:link, #g-nav .nav-table-cta a:visited {
  color: #fff;
}
#g-nav li a:hover {
  text-decoration: none;
}
#g-nav li.current a {
  font-weight: 500;
  color: var(--button-blue); 
}
#g-nav .nav-table-cta.gradient4 a {
  width: 360px;
  min-height: 40px;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
  padding: 8px 8px 10px;
}
/* =============== contact form =============== */
  .wpcf7 label {
    /* font-size: 1.35rem; */
    color: #888;
    text-transform: uppercase;
  }
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 textarea {
  width: 100%;
  min-height: 50px;
  background:var(--bg-light-tiffany);
  color:var(--text-dark-color);
  font-family: "Barlow", sans-serif;
  /* font-size: 1.2rem; */
  letter-spacing: 1px;
  padding: 5px 10px;
  border: 0.5px solid var(--light-tiffany);
  margin-top: 5px;
  }
  .wpcf7 textarea {
    height: 120px;
  }
  .wpcf7 input[type="text"]:focus,
  .wpcf7 input[type="email"]:focus,
  .wpcf7 textarea:focus {
    background-color: #fdfdfddf;
    border: 1px solid var(--tiffany-green);
  }
  .wpcf7 input[type="submit"],
  .wpcf7 input[type="button"] { 
  background-color: var(--tiffany-green);
  color: white;
  width:100%;
  font-size: 1.1rem;
  letter-spacing: 1px;
  min-height: 50px;
  text-align:center;
  text-transform:uppercase;
  padding-top: 3px;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: 0.6s;
  }
  .wpcf7 input[type="submit"]:hover,
  .wpcf7 input[type="button"]:hover {
    background-color: transparent;
    color: var(--tiffany-green);
    border-color: var(--tiffany-green);
    cursor: pointer;
  }
  .wpcf7-not-valid-tip {
    color: var(--tiffany-green) !important;
  }
  .wpcf7 form.invalid .wpcf7-response-output {
    border-color: var(--tiffany-green) !important;
  }

.single h1 {
  /* font-size: 1.5em;
  margin: 1.5em auto 1em; */
}
.single h2 {
  /* color: var(--brand-color);
  font-size: 1.2em;
  margin: 2em 0 1em; */
}
/* .single article figure {
  width: 100%;
  margin: 1em auto;
}
.single article figure img {
  width: 100%;
  height: auto;
} */
.single .wp-block-quote, .page .wp-block-quote {
  border-color: var(--button-blue);
  background-color: var(--bg-light-tiffany);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 1.5rem 2rem 0.1rem 2rem;
  margin-top: 2em !important;
}
.blog-content ul {
  margin: 1em auto;
  padding-left: 1em;
}
.blog-content li+li {
  margin-top: 0.5em;
}
.content-tags {
  padding: 1em 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.content-tags li {
  display: inline-block;
  font-size: 0.8rem;  
  transition: 0.5s;
}
.content-tags li a {
  text-decoration: none;
  transition: 0.5s;
}
.content-tags li a:link, .content-tags li a:visited {
  color: var(--text-light-grey);
}
.content-tags li:hover a {
  color: var(--text-dark-color);
}
.content-tags li:hover {
  border-color: var(--button-blue);
}
.content-tags li a:active, .content-tags li a:focus {
  color: var(--button-blue);
}

.content-footer {
  margin-bottom: 3em;
  margin-top: 2em;
}
.blog-Nav {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  flex-wrap: wrap;
  font-size: 0.9em;
}
.nav-links {
  width: fit-content;
  margin: auto;
}
.pagination a:link, .pagination a:visited {
  color: var(--link-color);
  border-bottom: none;
}
.pagination a:hover {
  color: #272727;
  border-bottom: none;
}
.pagination a+a, .pagination span+a, .pagination a+span {
  margin-left: 10px;
}
.blog-Nav-Prev {

}
.blog-Nav-Next {

}
/* =============== Homepage =============== */

.home-hero-wrapper {
  margin-top: 1rem;
  /* position: relative;
  height: calc(100vh + 270px); */
}
.home-hero-slider-wrapper, .home-hero-slick-slider-wrapper {
  position: relative;
}
.home-hero-slider-wrapper .wp-block-buttons {
  justify-content: center;
  padding-top: 0;
}
/* .hero-image-slider {
  width: 6600px;
  height: 300px;
  overflow: hidden;
  flex-wrap: nowrap !important;
  column-gap: 12px;
  animation: scroll 30s linear infinite forwards;
}
@keyframes scroll {
  0% {
    transform: translateX(-2200px);
  }
  100% {
    transform: translateX(0);
  }
}
.hero-image-slider > figure {
  border-radius: 12px;
  overflow: hidden;
  opacity: 0.85;
}
.hero-image-slider figure.wp-block-image:nth-child(2),
.hero-image-slider figure.wp-block-image:nth-child(11),
.hero-image-slider figure.wp-block-image:nth-child(20),

.hero-image-slider figure.wp-block-image:nth-child(4),
.hero-image-slider figure.wp-block-image:nth-child(13),
.hero-image-slider figure.wp-block-image:nth-child(22),

.hero-image-slider figure.wp-block-image:nth-child(6),
.hero-image-slider figure.wp-block-image:nth-child(15),
.hero-image-slider figure.wp-block-image:nth-child(24),

.hero-image-slider figure.wp-block-image:nth-child(9),
.hero-image-slider figure.wp-block-image:nth-child(18),
.hero-image-slider figure.wp-block-image:nth-child(27) {
  position: relative;
  top: 36px;
}
.hero-image-slider figure.wp-block-image:nth-child(3),
.hero-image-slider figure.wp-block-image:nth-child(12),
.hero-image-slider figure.wp-block-image:nth-child(21),

.hero-image-slider figure.wp-block-image:nth-child(7),
.hero-image-slider figure.wp-block-image:nth-child(16),
.hero-image-slider figure.wp-block-image:nth-child(25) {
  position: relative;
  top: 72px;
} */
.hero-text-slider {
  width: 6000px;
  animation: scroll-reverse 20s linear infinite;
  position: absolute;
  top: 128px;
}
.hero-text-slider p, .home-hero-big-title p {
  font-size: 100px;
  font-weight: 700;
  color: var(--tiffany-green);
  opacity: 0.2;
  display: inline;
  padding-right: 50px;
}
.service-intro {
  position: relative;
  margin-top: 100px;
}


@keyframes scroll-reverse {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1645.35px);
  }
}
.home-hero-slick-slider-wrapper {

}
.products-slider-rtl {
  min-height: 280px;
}
.products-slider-rtl figure {
  width: 238px;
  height: auto;
  margin: 0 0.5rem !important;
}
.products-slider-rtl figure img {
  border-radius: 12px;
}
.products-slider-rtl figure.wp-block-image:nth-child(2),
.products-slider-rtl figure.wp-block-image:nth-child(11),
.products-slider-rtl figure.wp-block-image:nth-child(20),

.products-slider-rtl figure.wp-block-image:nth-child(4),
.products-slider-rtl figure.wp-block-image:nth-child(13),
.products-slider-rtl figure.wp-block-image:nth-child(22),

.products-slider-rtl figure.wp-block-image:nth-child(6),
.products-slider-rtl figure.wp-block-image:nth-child(15),
.products-slider-rtl figure.wp-block-image:nth-child(24),

.products-slider-rtl figure.wp-block-image:nth-child(9),
.products-slider-rtl figure.wp-block-image:nth-child(18),
.products-slider-rtl figure.wp-block-image:nth-child(27) {
  position: relative;
  top: 36px;
}
.products-slider-rtl figure.wp-block-image:nth-child(3),
.products-slider-rtl figure.wp-block-image:nth-child(12),
.products-slider-rtl figure.wp-block-image:nth-child(21),

.products-slider-rtl figure.wp-block-image:nth-child(7),
.products-slider-rtl figure.wp-block-image:nth-child(16),
.products-slider-rtl figure.wp-block-image:nth-child(25) {
  position: relative;
  top: 72px;
}
.home-hero-big-title {
  position: absolute;
  top: -128px;
}
.clients-slider {
  /* width: 1780px; */
  column-gap: 20px !important;
  flex-wrap: nowrap !important;
  margin: 100px 0;
}
.clients-slider figure {
  width: 200px;
  height: auto;
  background-color: white;
  border-radius: 12px;
  padding: 0.5rem;
  margin: 0 0.5rem !important;
}
.clients-slider figure img {
  width: 100%;
  height: auto;
  object-fit: contain !important;
}

.colourful-icon {
  fill: url(../assets/img/colourful-icon-bg.webp) no-repeat;
  background-attachment: fixed;
}
.icon-gradient {
  width: 30px;
  height: 30px;
  background: url(https://sosdev.co.uk/amsos/wp-content/themes/soscreativitytheme-amsos/assets/img/colourful-icon-bg.png) repeat;
  background-attachment: fixed;
  overflow: hidden;
}
.icon-gradient img {
  width: 30px;
  height: 30px;
}
@media (min-width: 782px) {
  /* .hero-image-slider {
    width: 7500px;
    height: 360px;
    animation: scroll 80s linear infinite;
    overflow: hidden;
  }
  @keyframes scroll {
    0% {
      transform: translateX(-2500px);
    }
    100% {
      transform: translateX(0);
    }
  } */
  @keyframes scrolls {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-5065.2px);
    }
  }
  .home-hero-slider-wrapper {
    padding-top: 2rem;
  }
  .hero-text-slider {
    top: 48%;
  }
}
@media (min-width: 1280px) {
  .products-slider-rtl {
    min-height: 340px;
  }
  
}
@media (min-width: 1480px) {
  /* .hero-image-slider {
    width: 12000px;
    height: 460px;
    animation: scroll 60s linear infinite;
    column-gap: 1.5rem !important;
    margin-top: 3rem;
  }
  @keyframes scroll {
    0% {
      transform: translateX(-4010px);
    }
    100% {
      transform: translateX(0);
    }
  } */
  .hero-text-slider {
    width: 9000px;
    top: 43%;
  }
  .hero-text-slider p, .home-hero-big-title p {
    font-size: 150px;
  }
  /* .hero-image-slider figure.wp-block-image:nth-child(2),
  .hero-image-slider figure.wp-block-image:nth-child(11),
  .hero-image-slider figure.wp-block-image:nth-child(20),
  
  .hero-image-slider figure.wp-block-image:nth-child(4),
  .hero-image-slider figure.wp-block-image:nth-child(13),
  .hero-image-slider figure.wp-block-image:nth-child(22),
  
  .hero-image-slider figure.wp-block-image:nth-child(6),
  .hero-image-slider figure.wp-block-image:nth-child(15),
  .hero-image-slider figure.wp-block-image:nth-child(24),
  
  .hero-image-slider figure.wp-block-image:nth-child(9),
  .hero-image-slider figure.wp-block-image:nth-child(18),
  .hero-image-slider figure.wp-block-image:nth-child(27)  {
  position: relative;
  top: 45px;
}
.hero-image-slider figure.wp-block-image:nth-child(3),
.hero-image-slider figure.wp-block-image:nth-child(12),
.hero-image-slider figure.wp-block-image:nth-child(21),

.hero-image-slider figure.wp-block-image:nth-child(7),
.hero-image-slider figure.wp-block-image:nth-child(16),
.hero-image-slider figure.wp-block-image:nth-child(25) {
  top: 90px;
} */
.products-slider-rtl figure.wp-block-image:nth-child(2),
.products-slider-rtl figure.wp-block-image:nth-child(11),
.products-slider-rtl figure.wp-block-image:nth-child(20),

.products-slider-rtl figure.wp-block-image:nth-child(4),
.products-slider-rtl figure.wp-block-image:nth-child(13),
.products-slider-rtl figure.wp-block-image:nth-child(22),

.products-slider-rtl figure.wp-block-image:nth-child(6),
.products-slider-rtl figure.wp-block-image:nth-child(15),
.products-slider-rtl figure.wp-block-image:nth-child(24),

.products-slider-rtl figure.wp-block-image:nth-child(9),
.products-slider-rtl figure.wp-block-image:nth-child(18),
.products-slider-rtl figure.wp-block-image:nth-child(27) {
  position: relative;
  top: 45px;
}
.products-slider-rtl figure.wp-block-image:nth-child(3),
.products-slider-rtl figure.wp-block-image:nth-child(12),
.products-slider-rtl figure.wp-block-image:nth-child(21),

.products-slider-rtl figure.wp-block-image:nth-child(7),
.products-slider-rtl figure.wp-block-image:nth-child(16),
.products-slider-rtl figure.wp-block-image:nth-child(25) {
  top: 90px;
}
.home-hero-wrapper {
  padding-top: 2rem;
}
.home h1 {
    font-size: 2.2rem;
    text-align: left;

  }
  .hero-text-slider {
    /* width: 6000px; */
    animation: scroll-reverse 40s linear infinite;
  }
  .products-slider-rtl figure {
    margin: 0 0.75rem !important;
  }
  
  @keyframes scroll-reverse {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-2405.65px);
    }
  }
  
}

.home-hero-wrapper .content {
  /* position: relative;
  top: -320px; */
  margin: auto;
}
.home-hero-wrapper .content h1 {
  font-weight: 400;
  margin-bottom: 1rem;
}
.home-hero-wrapper .content p {
  font-size: 0.95em;
}
.home-hero-wrapper .wp-block-buttons {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
.home-hero-wrapper .content .wp-block-columns {
  flex-direction: row-reverse;
}

.stephen-highlight-banner > div {
  display: flex;
  flex-wrap: nowrap;
  background-color: var(--light-tiffany);
  border-radius: 8px;
  margin-bottom: 2rem;
}
.stephen-highlight-banner p {
  width: 55%;
  font-size: 0.8rem !important;
  align-self: center;
  margin-bottom: 0 !important;
  padding-left: 10%;
}

.stephen-highlight-banner figure {
  width: 40%;
  margin-top: 0.5rem !important;
  margin-bottom: 0 !important;
}
.home .wp-block-column svg, .home-heading-with-p svg {
  width: 30px;
  height: 30px;
  display: block;
  margin: auto;
}

/* Case Studies - Silder */
.home-case-study {
  background-color: var(--bg-off-white);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.home-heading-with-p {
  margin-top: 150px;
  margin-bottom: 30px;
}
.wp-block-media-text__content .home-heading-with-p {
  margin-top: 0;
}
.home-heading-with-p figure img {
  border-radius: 16px;
}
.home-case-title, .home-case-meta, .home-count-up h2, .case-studies-tag {
  font-size: 0.85rem;
  font-weight: 200 !important;
  color: var(--text-light-grey) !important;
  margin: 1rem 0;
}
.home-case-img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.home-case-img img {
  width: 100%;
  height: auto;
}
.home-case-body, .home-case-meta {
  padding: 0 1rem;
}
.home-case-body p, .home-resources-wrapper .home-case-body h3 {
  font-weight: 400;
  min-height: 180px;
}
.home-resources-wrapper .home-case-body p {
  min-height: 1rem;
}
.home-case-meta, .case-studies-tag {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0.5rem;
  padding: 0 1rem;
}
.case-studies-tag {
  position: relative;
  justify-content: center;
  padding: 1rem 0 0;
}
.home-case-meta li, .case-studies-tag li {
  margin-right: 0.5rem;
}
.home-case-meta li a {
  text-decoration: none;
}
.home-case-meta li a:link, .home-case-meta li a:visited,
.case-studies-tag li a:link, .case-studies-tag li a:visited {
  color: var(--text-light-grey);
}
.home-case-meta li a:hover, .case-studies-tag li a:hover {
  color: var(--text-dark-color);
}
.home-case-meta li a:focus, .home-case-meta li a:active,
.case-studies-tag li a:focus, .home-case-meta li a:active {
  color: var(--text-light-grey);
}
/* Home - Slider */
.home-case-studies-wrapper .slick-list article, .home-resources-wrapper .slick-list article {
  margin: 0 0.5rem;
}
.home-case-studies-wrapper .slick-list article:hover, .home-resources-wrapper .slick-list article:hover {
  cursor: pointer;
}
.slick-prev, .slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    height: 15px;
    width: 15px;
}

.slick-prev {
    left: 1%;
    transform: rotate(-135deg);
}

.slick-next {
    right: 1%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:2rem 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px !important;
    height:8px !important;
    border: none;
    display:block;
    border-radius:50%;
    background:#fff;
}

.slick-dots .slick-active button{
    background:var(--tiffany-green);
}
.home-count-up {
  padding: 0 2rem;
  margin: 100px auto;
  column-gap: 0;
  row-gap: 3rem;
}
.home-count-up h2 {
  text-align: center;
  text-transform: uppercase;
}

.home-count-up p {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: var(--tiffany-green);
  margin-bottom: 0 !important;
}
.home-count-up span {
  font-size: 3rem;
}
.mobile-what-we-do-wrapper {
  border-bottom: 0.5px solid #bbb;
}
.mobile-what-we-do {
  font-weight: 600;
  position: relative;
  transition: all .5s ease;
  padding: 2em 18px;
  border-top: 0.5px solid #bbb;
}
.mobile-what-we-do span, .desktop-what-we-do-tab li span, .service-number {
  font-weight: 600;
  color: #bbb;
  padding-right: 1rem;
}
.faq-q {
  position: relative;
}
.mobile-what-we-do::before,
.mobile-what-we-do::after,
.faq-q::before, .faq-q::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #bbb;
    transition: 0.3s;
  }
  .mobile-what-we-do::before, .faq-q::before {
    top: 45px;
    right: 18px;
    transform: rotate(0deg);
  }
  .mobile-what-we-do::after, .faq-q::after {
    top: 45px;
    right: 18px;
    transform: rotate(90deg);
  }
  .mobile-what-we-do.close::after, .faq-q.close::after {
    display: none;
  }
.mobile-hidden-content {
    display: none;
    padding: 0.5rem 18px 1.5rem;
}
.mobile-hidden-content figure {
  border-radius: 12px;
  overflow: hidden;
}
.desktop-what-we-do-wrapper {
  display: none;
}
.desktop-what-we-do-wrapper > div {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-gap: calc(2em + 18px);
  margin-left: 5%;
}
.desktop-what-we-do-tab {
  display: flex;
  flex-wrap: wrap;
  border-top: 0.5px solid #bbb;
}
.desktop-what-we-do-tab li {
  width: 100%;
  height: 20%;
  display: flex;
  align-items: center;
  border-bottom: 0.5px solid #bbb;
}
.desktop-what-we-do-tab li a {
  width: 100%;
  display: block;
  margin:0 2px;
  padding:28px 0;
  transition: 0.3s;
  text-decoration: none;
}
.desktop-what-we-do-tab li.active a{
  padding-left: 3rem;
}
.desktop-what-we-do-tab li a:link, .desktop-what-we-do-tab li a:visited,
.desktop-what-we-do-tab li a:focus, :active {
  color: var(--text-dark-color);
}
.desktop-what-we-do-tab li:hover a {
  /* padding-left: 3rem; */
}
.desktop-what-we-do-content {
  min-height: 630px;
  display: none;
  opacity: 0;
  position: relative;
  background: var(--bg-off-white);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  padding:150px 4rem 100px;
}
.desktop-what-we-do-content.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.desktop-what-we-do-content figure {
  width: 45%;
  position: absolute;
  top: -40%;
  right: 0;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: hidden;
}
.desktop-what-we-do-content h3 {
  font-weight: 600;
  font-size: 1.6rem;
  margin: 1em 0;
}
.heading-flex-wrap.wp-block-columns {
  flex-wrap: wrap !important;
}
.heading-flex-wrap-100.wp-block-columns {
  flex-wrap: wrap !important;
}
.heading-flex-wrap-100 > div {
  flex-basis: 100% !important;
}
.home-about {
  margin: 100px auto;
}
.home-about .wp-block-cover {
  min-height: 339px !important;
  border-radius: 16px;
  aspect-ratio: 1 / 1;
  padding: 0 30% 0 3em;
  position: relative;
}
.home-about .wp-block-heading {
  text-align: left;
  padding-left: 0;
  margin-bottom: 3rem;
  position: relative;
}
.home-about .wp-block-heading::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: white;
  bottom: -1.5rem;
  left: 0;
}
.home-about .wp-block-cover img {
  transition: 0.5s;
}
.home-about .wp-block-cover:hover img {
  transform: scale(1.1);
}
.home-about .wp-block-cover a {
  font-size: 1.5rem;
  text-decoration: none;
  position: absolute;
  bottom: 1.5rem;
  right: 3rem;
  transition: 0.5s;
}
.home-about .wp-block-cover:hover a {
  right: 2rem;
}
.home-about .wp-block-cover a:link, .home-about .wp-block-cover a:visited,
.home-about .wp-block-cover a:focus, .home-about .wp-block-cover a:active {
  color: #fff;
}
.home-about .wp-block-cover .link-for-cover a:link, .home-about .wp-block-cover .link-for-cover a:visited,
.home-about .wp-block-cover .link-for-cover a:focus, .home-about .wp-block-cover .link-for-cover a:active {
  color: transparent;
}
.home-eventbrite .eaw-li__wrap {
  background-color: var(--bg-off-white);
  border-radius: 12px;
  padding: 2rem 1rem;
}
.home-eventbrite .eaw-thumb.eaw-aligncenter {
  width: 100%;
}
.home-eventbrite .eaw-title {
  font-size: 1rem !important;
  margin-bottom: 1rem !important;
}
.home-eventbrite .eaw-title a:link, .home-eventbrite .eaw-title a:visited,
.home-eventbrite .eaw-title a:active, .home-eventbrite .eaw-title a:focus {
  color: var(--text-dark-color);
}
.upcoming-event-button h2 {
  text-align: center;
  margin-bottom: 2rem;
  padding-right: 0;
}

.home-event-highlighs .p-max-width {
  max-width: 480px;
}

@media (min-width: 782px) {
  .mobile-hidden-content > div {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 2rem;
  }
  .mobile-hidden-content figure {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
  .home-event-highlighs.wp-block-columns {
    flex-wrap: wrap !important;
  }
  .home-event-highlighs.wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
  .home-eventbrite .eaw-li__flex.eaw-aligncenter {
    flex-direction: row !important;
    column-gap: 2rem !important;
  }
  .home-eventbrite .eaw-thumb-wrap, .home-eventbrite .eaw-content-wrap {
    width:45%;
  }
  .home-eventbrite .eaw-content-wrap {
    position: relative;
  }
  .home-eventbrite .eaw-booknow {
    position: absolute;
    bottom: 0;
    right: 1rem;
  }

  .home-eventbrite .eaw-title {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
  }
}
@media (min-width: 1100px) {
  .mobile-what-we-do-wrapper {
    display: none;
  }
  .desktop-what-we-do-wrapper {
    display: block;
  }
  .home-event-highlighs.wp-block-columns {
    flex-wrap: nowrap !important;
  }
  .home-event-highlighs.wp-block-columns > .wp-block-column:first-of-type {
    flex-basis: 33.33% !important;
  }
  .home-event-highlighs.wp-block-columns > .wp-block-column:last-of-type {
    flex-basis: 66.66% !important;
  }
  #home-event-highlights-heading {
    flex-wrap: wrap !important;
    margin-top: 0;
  }
  .home-event-highlighs {
    margin-top: 150px;
  }
  .home-eventbrite .wp-block-columns.home-heading-with-p > div {
    flex-basis: 100% !important;
  }
  .home-eventbrite .eaw-li__wrap {
    padding: 2rem !important;
  }
  .home-heading-with-p svg {
    margin-left: 0;
  }
  
}
/* =============== services.php =============== */
.single-services section {
  margin-bottom: 150px;
}
.services-hero {
  width: 100vw;
  height: 100vh;
  position: relative;
  top: -136px;
  overflow: hidden;
  text-align: center;
}
.services-hero h1 {
  /* position: absolute; */
  /* top: 40%; */
  font-weight: 800;
  font-size: 1.9rem;
  color: #fff;
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-shadow: 0 0 12px #888;
}
.white-corner-border p {
  text-shadow: 0 0 10px #000;
}
#hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  z-index: -1;

}
#hero-video.wp-block-video {
  margin-bottom: 0 !important;
}
.services-hero-content {
  position: absolute;
  height: 100vh;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.services-self-intro > div {
  width: 100%;
  /* min-height: 90vh; */
  margin-top: 100px;
  margin-bottom: 100px;
}
.single-services h2, .single-services h3, .single-services h4 {
  font-weight: 600;
  color: var(--title-blue);
}
.services-heading-with-image h3 {
  font-size: 2rem;
  padding-top: 2rem;
}
.services-self-intro h2, .single-services h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--title-blue);
  padding-left: 0;
  margin: 0 auto 2rem;
  text-align: center;
}
.page h2.blue-gradient-heading {
  font-size: 1.8rem;
  font-weight: 600;
  padding-left: 0;
  margin: 0 auto 2rem;
  text-align: center;
}
.single-services .wp-block-cover h2 {
  color: #fff;
}
.blue-gradient-heading {
  background: -webkit-linear-gradient(45deg, rgba(0,65,123,1) 0%, rgba(67,189,250,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.green-gradient-heading {
  background: -webkit-linear-gradient(45deg, rgba(111,214,255,1) 0%, rgba(191,240,152,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.white-wrapper-under-heading {
  background-color: var(--bg-off-white);
  border-radius: 12px;
  padding: 1.5rem 2.5rem;
  position: relative;
  overflow: hidden;
}
.white-wrapper-under-heading::before {
  content: '';
  width: 8px;
  height: 100%;
  background: rgb(0,65,123);
  background: linear-gradient(45deg, rgba(0,65,123,1) 0%, rgba(67,189,250,1) 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.bg-purple-colour .white-wrapper-under-heading::before {
  background: rgb(191,240,152);
  background: linear-gradient(45deg, rgba(111,214,255,1) 0%, rgba(191,240,152,1) 100%);
}

.build-protocol .build-box {
  position: relative;
  background-color: var(--bg-off-white);
  border-radius: 12px;
  padding: 2rem;
}
.build-protocol .build-box .bg-text {
  position: absolute;
  bottom: -60px;
  right: 1rem;
  font-size: 14rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.03);
}
.build-protocol .build-box h3, .services-single-box h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--title-blue);
  text-align: center;
  margin-bottom: 1rem;
}
.build-box-container, .services-single-box {
  padding: 0.5rem;
  background: rgb(0,65,123);
  background: linear-gradient(45deg, rgba(0,65,123,0.2) 0%, rgba(67,189,250,0.2) 100%);
  border-radius: 16px;
}
.bg-purple-colour .services-single-box {
  background: rgb(191,240,152);
  background: linear-gradient(45deg, rgba(111,214,255,0.3) 0%, rgba(191,240,152,0.3) 100%);

}
.build-box-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.sos-basics-wrapper {
  margin-bottom: 100px;
}
.sos-build-tab, .sos-build-user-tab, 
  .sos-build-innovation-tab, .sos-build-leverage-tab, 
  .sos-build-data-tab {
    display: none;
  }
.services-basics-build-content h3 {
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.services-single-box {
  padding: 1rem;
}
.services-single-box h4 {
  min-height: 20%;
  font-size: 1.3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.bg-purple-colour h3, .bg-purple-colour h4 {
  color: #444;
}
.services-single-box p {
  background-color: var(--bg-off-white);
  border-radius: 16px;
  padding: 2rem 1.5rem;
}
.wp-block-columns.services-aspects-col {
  column-gap: 2rem;
  margin-top: 2rem;
}
.wp-block-columns.services-aspects-col:first-of-type {
  margin-top: 4rem;
}
.wp-block-columns.services-aspects-col p:last-of-type {
  margin-bottom: 0;
}
.services-aspects-col .wp-block-cover {
  max-height: 220px;
  min-height: 200px;
  background-color: var(--button-blue);
  border-radius: 16px;
  margin-bottom: 2rem;
}
.services-aspects-col .wp-block-cover h3 {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: right;
  color: white;
  text-shadow: 0 0 6px #333;
  padding-right: 1rem;
}
.services-aspects-col .wp-block-cover img {
  border-radius: 16px;
  border-bottom-right-radius: 280px;
  transition: 0.6s;
}
.services-aspects-col .wp-block-cover:hover img {
  border-bottom-right-radius: 16px;
  transform: scale(1.05);
}
.services-aspects-col .wp-block-cover .wp-block-cover__inner-container {
  align-self: end;
}
.services-reasons .case-study-before-wrapper {
  margin-top: 2rem;
}
.services-reasons-wrap > div, .services-reasons-wrap-for-6 > div, .services-reasons-wrap-for-4 > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 100px;
}
.reasons-point-wrap {
  /* background-color: var(--bg-off-white); */
  /* border: 1.5px solid var(--bg-off-white); */
  box-shadow: -3px -3px 5px 0 #f3f3f3,3px 3px 5px 0 #ccc;
  border-radius: 16px;
  padding: 2rem 2rem 0;
}
.reasons-point-wrap h3 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: var(--title-blue);
  margin-bottom: 1rem;
}
.reasons-point-wrap figure {
  width: 60px;
  height: 60px;
  background: rgb(0,65,123);
  background: linear-gradient(45deg, rgba(0,65,123,1) 0%, rgba(67,189,250,1) 100%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem auto;
}
.reasons-point-wrap figure img {
  width: 65% !important;
  height: auto !important;
}
/* Process */
:root {
  --flowchart-size: 38px;/* 番号大きさ 変更可 */
  --flowchart-border: 16px;/* 縦線太さ 変更可(12px以上) */
  --flowchart-gradient: linear-gradient(45deg, rgba(0,65,123,1) 0%, rgba(67,189,250,1) 100%);
}
.flowchart {
  max-width: 800px;
  list-style: none !important;
  counter-reset: flownumber;
  position: relative;
  margin: 5rem auto;/* フローチャートと前後要素との距離(任意) */
  padding: 0 !important;
}
.flowchart li {
  position: relative;
  padding: 0 0 0 calc(var(--flowchart-size) + var(--flowchart-border) + 8px + 30px);
}
.flowchart-content {
  position: relative;
  padding: 0 0 4rem;
}
.flowchart li:last-of-type .flowchart-content {
  padding-bottom: 1rem;
}

/* 縦線デザイン */
.flowchart::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(var(--flowchart-size) + 8px);
  width: var(--flowchart-border);
  height: calc(100% + 6px);
  background: rgb(230,230,230);
  border-radius: 30px;/* 縦線角の丸み, 不要ならこの一行削除 */
}

/* 番号部位デザイン */
.flowchart li::before {
  content: counter(flownumber);
  counter-increment: flownumber;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;/* 通常は 0, 横に並ぶタイトルとのバランスを見て調整 */
  left: -8px;
  z-index: 2;
  width: var(--flowchart-size);
  height: var(--flowchart-size);
  border-radius: 50%;/* 番号円形, 四角形で良ければこの一行削除 */
  background: var(--flowchart-gradient);
  color: #fff;
}

/* ドットデザイン */
.flowchart li::after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;/* 破線とのバランスを見て適宜調整 */
  left: calc(var(--flowchart-size) + 8px + 2px);
  width: calc(var(--flowchart-border) - 4px);
  height: calc(var(--flowchart-border) - 4px);
  border-radius: 50%;
  background: var(--tiffany-green);
}

/* 工程タイトル */
.flowchart-title {
  position: relative;
  margin: 0 0 .6em;
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--title-blue);
  line-height: 1.55;
}

/* タイトル横破線 デザイン */
.flowchart-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: calc(calc(calc(var(--flowchart-border) / 2) + 30px) * -1);
  width: 28px;
  border-top: 1px dashed rgb(150,150,150);/* 破線の太さと色 */
}

/* p要素を利用した場合の調整 */
.flowchart li p {
  margin: 1em 0 !important;
}
.flowchart li p:last-of-type {
  margin-bottom: 0 !important;
}
/* Process - display 1 by 1 */
.delay-item {
  /* opacity: 0; */
}
.fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }

.amsos-price-intro .wp-block-column {
  border-radius: 16px;
  padding: 4rem 2rem 2rem;
  border-bottom-right-radius: 180px;
  position: relative;
  transition: 0.6s;
  /* color: #fff; */
}
.amsos-price-intro.price-examples .wp-block-column {
  padding-top: 1rem;
}
.amsos-price-intro .wp-block-column:hover {
  border-bottom-right-radius: 16px;
}
.amsos-price-intro .wp-block-column::after {
  content: '';
  width: 50%;
  height: 30%;
  background: linear-gradient(20deg, rgba(0,65,123,1) 0%, rgba(67,189,250,1) 100%);
  border-radius: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.amsos-price-intro .wp-block-column h3 {
  font-size: 1.3rem;
}
.amsos-price-intro.price-examples .wp-block-column p:first-of-type {
  margin-top: 1rem;
  font-size: 0.9rem;
}
.amsos-price-number {
  font-size: 3rem;
  font-weight: 600;
  margin-top: 1.2rem;
}
.amsos-ai-functions h3 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
}
.amsos-ai-functions li {
  font-size: 0.9rem;
  font-weight: 300;
  border-radius: 12px;
  box-shadow: -3px -3px 5px 0 #eee,3px 3px 5px 0 #ccc;
  padding: 1rem;
  margin-bottom: 1rem;
}
.price-ol {
  list-style-type: decimal;
  font-size: 0.9rem;
  color: var(--text-light-grey);
  margin-left: 1.5rem;
  margin-top: 1rem;
}
.total-price {
  margin-top: 1rem;
  margin-bottom: 0 !important;
}
.white-wrapper-under-heading ~ p {
  padding-left: 2.5rem;
}
.block-media-text .wp-block-media-text__content {
  padding-top: 5rem !important;
  padding-bottom: 4rem !important;
}
.faq-q {
  font-size: 1.25rem;
  background-color: var(--bg-light-tiffany);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
}
.faq-hidden-content {
  display: none;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
.client-testimonial h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--title-blue);
  margin-bottom: 0.5rem;
}
.client-testimonial p.small-text {
  font-size: 0.9rem;
  color: var(--text-light-grey);

}

@media (min-width: 782px) {
  .build-box-container > div > div {
    flex-basis: calc(100% / 2 - 0.25rem);
  }
  .build-box-container > div > div:last-of-type {
    flex-basis: 100%;
  }
  .services-intro-image {
    width: 90%;
  }
  .build-tab-content .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.services-single-box {
    flex-basis: 100% !important;
  }
  .reasons-point-wrap {
    flex-basis: calc(50% - 1rem);
  }
  .amsos-price-intro.price-examples.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: calc(100% / 2 - 1rem);
  }
  .amsos-price-intro.price-examples {
    flex-wrap: wrap !important;
  }
  .amsos-price-intro.price-examples .wp-block-column {
    position: relative;
    padding-bottom: 100px;
  }
  .amsos-ai-functions li {
    font-size: 1rem;
    min-height: 165px;
  }
  .price-ol {
    margin-left: 0;
  }
  .total-price {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 1.2rem !important;
  }
}
@media (min-width: 1100px) {
  /* html {
    scroll-snap-type: y mandatory;
  } */
  .services-hero {
    height: calc(100vh - 135px);
    top: 0;
  }
  .page .services-hero {
    margin-top: 2rem;
  }
  .single-services p {
    font-size: 1.1rem;
  }
  .single-services .copyright p {
    font-size: 0.8rem;
  }
  .services-intro-image {
    padding-left: 5rem;
  }
  .sos-basics-wrapper {
    margin-bottom: 150px;
  }
  /* .single-services #wrapper {
    position: absolute;
    top: 0;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    height: 100vh;
    scroll-snap-align: start;
    overflow-y: scroll;
  } */
  /* .single-services #wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
  }
  .single-services #wrapper::-webkit-scrollbar {
    display: none;
  } */
  
  /* .services-hero, .service-intro, .single-services section, .single-services footer {
    height: 100vh;
    scroll-snap-align: start;
  } */
  .build-tab-content .wp-block-columns {
    flex-wrap: nowrap !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.services-single-box {
    flex-basis: 0 !important;
  }
  .services-basics-build-content > div {
    display: grid;
    grid-template-columns: auto 260px;
    column-gap: 2rem;
  }
  .sos-build-tab, .sos-build-user-tab, 
  .sos-build-innovation-tab, .sos-build-leverage-tab, 
  .sos-build-data-tab {
    display: flex;
    flex-wrap: wrap;
    grid-column: 2 / 3;
    padding-top: calc(40px + 4rem);
    margin-bottom: 2rem;
  }
  
  .sos-build-tab li, .sos-build-user-tab li,
  .sos-build-innovation-tab li, .sos-build-leverage-tab li,
  .sos-build-data-tab li {
    display: flex;
    align-items: center;
  }
  .sos-build-tab li a,
  .sos-build-user-tab li a,
  .sos-build-innovation-tab li a,
  .sos-build-leverage-tab li a,
  .sos-build-data-tab li a {
    min-width: 260px;
    text-decoration: none;
    font-size: 1.1rem;
    display: block;
    margin: 0 2px;
    padding: 1rem 2rem;
  }
  .sos-build-tab li a:link, .sos-build-tab li a:visited,
  .sos-build-user-tab li a:link, .sos-build-user-tab li a:visited,
  .sos-build-innovation-tab li a:link, .sos-build-innovation-tab li a:visited,
  .sos-build-leverage-tab li a:link, .sos-build-leverage-tab li a:visited,
  .sos-build-data-tab li a:link, .sos-build-data-tab li a:visited {
    color: var(--text-dark-color);
  }

  .sos-build-tab li.active a,
  .sos-build-user-tab li.active a,
  .sos-build-innovation-tab li.active a,
  .sos-build-leverage-tab li.active a,
  .sos-build-data-tab li.active a {
    background-color: var(--light-tiffany);
    color: var(--title-blue);
    font-weight: 600;
  }

  .sos-build-tab li a::before,
  .sos-build-user-tab li a::before,
  .sos-build-innovation-tab li a::before,
  .sos-build-leverage-tab li a::before,
  .sos-build-data-tab li a::before {
    content: '\2713';
    padding-right: 1rem;
  }
  .build-tab-content, .build-user-tab-content, .build-innovation-tab-content, 
  .build-leverage-tab-content, .build-data-tab-content {
    display: none;
    opacity: 0;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .build-tab-content.is-active,
  .build-user-tab-content.is-active,
  .build-innovation-tab-content.is-active,
  .build-leverage-tab-content.is-active,
  .build-data-tab-content.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.services-single-box {
  min-height: 430px;
}
.services-single-box p {
  min-height: calc(100% - 20% - 4rem);
}
  .single-services section {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .services-hero-content {
    height: calc(100vh - 160px);
  }
  .service-intro .content .wp-block-column p {
    /* max-width: 50%; */
    font-size: 1.2rem;
    /* background-color: var(--bg-light-tiffany); */
    backdrop-filter: blur(6px);
    margin: auto;
    /* padding: 1rem; */
  }
  .page .service-intro .content .wp-block-column p {
    font-size: 1rem;
  }
  .service-intro .content > div > p + p {
    margin-top: 3rem;
  }
  .single-services footer {
    height: 78vh;
  }
  .service-intro-grey {
    background-color: #bbb;
  }
  .services-hero h1, .single-services h2, .page h2.blue-gradient-heading {
    font-size: 3rem;
  }
  .services-hero p {
    font-size: 1.1rem;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 3rem !important;
  }
  .white-corner-border > div {
    width: 80%;
    position: relative;
    padding: 0 4rem 2rem;
    margin: 0 auto 4rem;
    display: inline-block;
  }
  .white-corner-border > div::before, .white-corner-border > div::after {
    content: '';
    width: 90px;
    height: 60px;
    position: absolute;
    display: inline-block;
  }
  .white-corner-border > div::before {
    border-left: solid 3px #fff;
    border-top: solid 3px #fff;
    top: 0;
    left: 0;
  }
  .white-corner-border > div::after {
    border-right: solid 3px #fff;
    border-bottom: solid 3px #fff;
    bottom: 0;
    right: 0;
  }
  .services-self-intro > div {
    margin-top: 0;
    margin-bottom: 0;
  }
  .services-self-intro .amsos-animate-bg {
    border-radius: 30px;
  }
  .services-self-intro h2, .single-services h2, .page h2.blue-gradient-heading {
    font-size: 3rem;
  }
  .services-self-intro .amsos-inpage-intro h2 {
    font-size: 2rem;
    margin-top: 1rem;
  }
  .single-services .amsos-inpage-intro h2 {
    font-size: 2.2rem;
    margin-top: 0.75rem;
  }
  .services-self-intro p {
    font-size: 1.2rem;
    margin-bottom: 0 !important;
  }
  .page .services-self-intro p {
    font-size: 1rem;
  }
  .build-box-container {
    margin-top: 4rem;
  }
  .build-box-container > div {
    flex-wrap: nowrap;
  }
  .build-box-container > div > div, .build-box-container > div > div:last-of-type {
    flex-basis: calc(100% - 2rem / 5);
    aspect-ratio: 1;
  }
  .white-wrapper-under-heading {
    margin-top: 3rem;
  }
  /* .white-wrapper-under-heading::before {
    height: calc(100% - 3rem);
    top: calc(50% - 1.5rem);

  } */
  .build-protocol .build-box .bg-text {
    /* bottom: -50px; */
  }
  .build-protocol .build-box h3 {
    font-size: 2rem;
  }
  .single-services h2, .page h2.blue-gradient-heading {
    text-align: left;
  }
  .services-self-intro h2, .single-services .border-radius-16px h2 {
    text-align: center;
  }
  .wp-block-columns.services-aspects-col {
    column-gap: 4rem;
  }
  .services-aspects-col .wp-block-cover {
    min-height: 200px;
  }
  .reasons-point-wrap h3 {
    min-height: 75px;
  }
  .reasons-point-wrap {
    flex-basis: calc(100% / 3 - 2rem);
  }
  .faq-q {
    font-size: 1.75rem;
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
  }
  .faq-hidden-content {
    padding-left: 1.5rem;
    margin-bottom: 3rem;
  }
  .faq-q::before, .faq-q::after {
    background-color: var(--title-blue);
    width: 18px;
  }
  .faq-q::before {
    top: 38px;
    right: 35px;
  }
  .faq-q::after {
    top: 38px;
    right: 35px;
  }
  .services-reasons-wrap-for-4 > div {
    justify-content: space-between;
    /* gap: 2rem; */
  }

  .amsos-price-intro.price-examples.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
  }
  .amsos-price-intro.price-examples {
    flex-wrap: nowrap !important;
  }
  .amsos-price-intro.price-examples .wp-block-column {
    position: relative;
    padding-bottom: 320px;
  }
  .amsos-ai-functions h3 {
    font-size: 2rem;
  }
  .amsos-ai-functions li {
    min-height: 185px;
    font-size: 1.1rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
  .price-ol {
    list-style-type: decimal;
    min-height: 200px;
    position: absolute;
    bottom: 100px;
  }
  .total-price {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 1.2rem !important;
  }
}
@media (min-width: 1380px) {

  .services-basics-build-content > div {
    grid-template-columns: auto 450px;
    column-gap: 4rem;
  }
  .sos-build-tab li a,
  .sos-build-user-tab li a,
  .sos-build-innovation-tab li a,
  .sos-build-leverage-tab li a,
  .sos-build-data-tab li a {
    min-width: 450px;
    font-size: 1.25rem;
  }
  .amsos-price-intro .wp-block-column {
    padding: 4rem 3rem 2rem;
  }
  .services-reasons-wrap-for-4 .reasons-point-wrap {
    flex-basis: calc(100% / 4 - 2rem);
  }
  .amsos-ai-functions li {
    padding-left: 2.5rem;
  }
  
}
@media (min-width: 1680px) {
  .white-corner-border > div {
    width: 70%;
    padding: 0 4rem 2rem;
    margin: 0 auto 4rem;

  }
  .build-protocol .build-box .bg-text {
    bottom: -60px;
  }
  .wp-block-columns.services-aspects-col {
    column-gap: 6rem;
  }
  .services-reasons-wrap > div, .services-reasons-wrap-for-6 > div {
    justify-content: space-between;
    /* gap: 2rem; */
  }
  .reasons-point-wrap {
    flex-basis: calc(100% / 5 - 2rem);
  }
  .services-reasons-wrap-for-6 .reasons-point-wrap {
    flex-basis: calc(100% / 3 - 2rem);
  }
  .amsos-ai-functions li {
    min-height: 128px;
  }
  .amsos-price-intro.price-examples .wp-block-column p:first-of-type {
    font-size: 1.1rem;
  }
  
  
}
/* =============== case-study.php =============== */

.case-study-hero-wrapper > div {
  padding: 0 18px;
}
.single-case-studies h1 {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 1.5rem;
}
.case-study-hero {
  min-height: 500px;
}
.new .case-study-hero {
  min-height: 300px;
}
.case-study-hero > div > p:first-of-type {
  text-align: center;
  margin-bottom: 1rem;
}
span.emphasis-text {
  color: var(--button-blue);
}
.post-type-archive-case-studies span.emphasis-text {
  font-size: 1.15rem;
  font-weight: 700;
}
span.data-text {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--tiffany-green);
  text-align: center;
  display: block;
}
.case-study-hero-data-wrap {
  margin-top: 50px;
  /* margin-bottom: 50px; */
}
.new .case-study-hero-data-wrap {
  gap: 1.35rem;
  margin-top: 0;
}
.case-study-hero-data-wrap > .wp-block-column {
  font-size: 1rem;
  text-align: center;
  box-shadow: -3px -3px 5px 0 #f3f3f3,3px 3px 5px 0 #ccc;
  border-radius: 12px;
  padding: 2rem 1.2rem 0;
}

.case-study-hero-wrapper .wp-block-image img {
  display: block;
  margin: auto;
}
.case-study-slider {
  margin-top: 100px;
  margin-bottom: 100px;
}
.case-study-slider .slick-slide {
  border-radius: 12px;
  overflow: hidden;
  margin: 0 0.5rem !important;
}
.single-services .case-study-slider figure {
  max-width: 300px;
}
.case-studies .wp-block-gallery.has-nested-images figure.wp-block-image {
  aspect-ratio: 1.5;
}
.for-desktop.is-layout-flex {
  display: none;
}
.new .for-desktop.is-layout-flex {
  display: flex;
  margin-top: 2rem;
}
.border-radius-16px {
  border-radius: 16px;
  overflow: hidden;
}
.border-radius-12px img {
  border-radius: 12px;
}
.brand-intro p {
  margin-top: 2rem;
  margin-bottom: 0;
}
.case-study-before-wrapper {
  background-color: var(--bg-dark-grey);
  color: white;
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 18px;
  margin-right: 18px;
}
.case-study-challege-wrapper {
  background-color: var(--bg-off-white);
  color: var(--text-dark-color);
}
.case-study-before-wrapper h2 {
  font-size: 2rem;
  font-weight: 600;
  padding: 3rem 0 2rem;
}
.before-point-wrap {
  border: 1px solid #ccc;
  padding: 2rem 2rem 0;
  margin-bottom: 1.5rem;
}
.before-point-wrap:last-of-type {
  margin-bottom: 4rem;
}
.before-point-wrap h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #F82B03;
  margin-bottom: 1rem;
}
.case-study-challege-wrapper .before-point-wrap h3 {
  color: var(--button-blue);
}
.case-study-insight {
  margin-bottom: 100px;
}
.case-study-insight h2, .logo-heading-intro h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--title-blue);
  margin-top: 1rem;
  margin: 1rem auto 0;
}

.logo-heading-intro h2 {
  margin-bottom: 2rem;
}
.case-study-victory-wrapper {
  margin-bottom: 100px;
}
.case-study-victory-points {
}
.case-study-victory-points .col-media {
  height: fit-content;
  background-color: #F0F4F5;
  border-radius: 16px;
  aspect-ratio: 1;
  margin: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-study-victory-points .col-media.col-media-photo {
  /* aspect-ratio: 0; */
  overflow: hidden;
}
.case-study-victory-points .col-media.col-media-photo .wp-block-image {
  margin-bottom: 0 !important;
}
.case-study-victory-points .col-media figure, .case-study-victory-points .col-media figure img {
  width: 99%;
  height: auto;
  display: block;
  border-radius: 16px;
  margin: auto;
}
.case-study-victory-points .col-text {
  margin: 2%;
}


.case-study-victory-points .col-text h3 {
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
  color: var(--title-blue);
  margin-bottom: 2rem;
}
.case-study-victory-points .col-text p+h3 {
  margin-top: 4rem;
}
.case-study-victory-points .col-text strong {
  font-size: 1.25rem;
  background: linear-gradient(transparent 50%, #b2d1de 50%);
}
.col-reverse.case-study-victory-points {
  flex-direction: column-reverse;
}
.single-services .case-study-victory-points + .case-study-victory-points {
  margin-top: 40px;
}
.single-case-studies .taxonomy-case-studies-tag {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.single-case-studies .taxonomy-case-studies-tag a {
  font-size: 0.8rem;
  font-weight: 200;
  color: #888;
  text-decoration: none;
  transition: 0.6s;
}
.single-case-studies .taxonomy-case-studies-tag a:hover {
  color: var(--tiffany-green);
}
.single-case-studies .taxonomy-case-studies-tag span {
  color: #888;
}
.tax-case-studies-tag .module-Article-item-content {
  text-align: center;
}
@media (min-width: 782px) {
  .for-desktop.is-layout-flex {
    display: block;
    margin-top: 50px;
  }
  .for-mobile.is-layout-flex {
    display: none;
  }
  .col-reverse.case-study-victory-points {
    flex-direction: initial;
  }
}
@media (min-width: 1100px) {
  .case-study-hero-wrapper {
    height: 100%;
    position: relative;
    top: -135px;
    padding-top: 12%;
  }
  .case-study-hero-wrapper > div {
    width: 90%;
    max-width: 1680px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: start;
    column-gap: 5rem;
    padding: 0;
    margin: auto;
  }
  .case-study-hero-wrapper.new > div {
    flex-direction: row;
  }
  .case-study-hero-data-wrap > .wp-block-column {
    max-width: 360px;
  }
  .case-study-hero .wp-block-buttons {
    justify-content: left;
  }
  .new .case-study-hero .wp-block-buttons {
    justify-content: left !important;
  }
  .new .case-study-hero-data-wrap {
    max-width: 360px;
    flex-wrap: wrap !important;
  }
  .new .case-study-hero-data-wrap > div {
    flex-basis: 360px !important;
    padding-top: 1rem;
  }
  .new .case-study-hero-data-wrap > .wp-block-column p:last-of-type {
    margin-bottom: 1.5rem;
  }
  .single-case-studies h1 {
    font-size: 2rem;
    text-align: left;
  }
  .case-study-hero > div > p:first-of-type {
    text-align: left;
  }
  .case-study-hero-wrapper .wp-block-image img {
    width: auto !important;
    height: 500px;
  }
  .case-study-hero-wrapper.new .wp-block-image img {
    height: auto;
  }
  .brand-intro p {
    margin-left: 2rem;
  }
  .case-study-before-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .case-study-victory-points .col-media,
  .case-study-victory-points .col-text {
    margin: 2% 6%;
  }
  /* .case-study-victory-points .col-media figure, .case-study-victory-points .col-media figure img {
    width: 400px;
    height: 400px;
  } */
  .single-case-studies .taxonomy-post_tag {
    /* margin-left: 2rem; */
  }
  .single-services .logo-heading-intro h2 {
    font-size: 2.8rem;
    margin-top: 1rem;
    text-align: center;
  }
  .single-services .case-study-before-wrapper .flexbox > div {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .single-services .case-study-before-wrapper .wp-block-media-text__content {
    padding-bottom: 4rem;
  }
  .single-services .case-study-before-wrapper .flexbox .before-point-wrap {
    flex-basis: calc(50% - 1rem);
    margin-bottom: 0;
  }
  .single .wp-block-quote {
    padding: 2rem 3rem 0.1rem 2rem;
  }
}

/* =============== archive.php =============== */
.blog-h1-container, .services-h1-container {
  width: 100%;
  height: 360px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: var(--bg-light-tiffany);
  padding: 138px 0;
}
.services-h1-container, .case-studies-h1-container {
  padding-top: 80px;
}
.case-studies-h1-container {
  padding-top: 138px;
}
.blog-h1-container h1, .services-h1-container h1 {
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
  color: var(--title-blue);
  text-align: center;
  margin: 1rem auto 2rem;
}
.services-h1-container {
  /* margin-bottom: 100px; */
}
.attachment-post-thumbnail {
  transform: scale(1.2);
  transition: .5s;
}
.attachment-post-thumbnail:hover, .home-case-study:hover .attachment-post-thumbnail {
  transform: scale(1.28);
}
.module-Article-item-link:hover .attachment-post-thumbnail, .module-Article-item-link:hover .module-Article-item-img img {
  transform: scale(1.22);
}
.blog .attachment-post-thumbnail:hover {
  transform: scale(1);
}
.services-index .attachment-post-thumbnail {
  transform: scale(1.05);
}
.services-index .attachment-post-thumbnail:hover {
  transform: scale(1.15);
}

.module-Article-item-img {
  width: 100%;
  /* max-height: 500px;  */
  overflow: hidden;
  margin-bottom: 2em;
  transition: 0.6s;
}
.services-index .module-Article-item-img {
  border-radius: 16px;
}
.module-Article-item-img img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
  max-height: 300px;
  object-fit: cover;
  transition: 0.6s;
}
.services-index .module-Article-item-img {
  background: var(--button-blue);
  background: linear-gradient(45deg, rgba(0,65,123,1) 0%, rgba(67,189,250,1) 100%);
  max-width: calc(100vw - 50px);
}
.services-index .module-Article-item-img img {
  border-bottom-right-radius: 180px;
  transition: .6s;
}
.module-Article-item-text-content:hover .services-index .module-Article-item-img img:hover,
.services-index .module-Article-item-img img:hover {
  border-bottom-right-radius: 16px;
}
.module-Article-item-text-content {
  padding: 0 1.5rem 0.5rem;
}
a.module-Article-item-link {
  text-decoration: none;
  color: var(--text-light-grey);
}
a.module-Article-item-link:link, a.module-Article-item-link:visited {
  color: var(--text-light-grey);
}
.case-studies-index .module-Article-item-text-content a p {
  min-height: 80px;
  color: var(--text-dark-color);
  font-weight: 500;
  font-size: 1.1rem;
  text-align: center;
}
.module-Article-item-text-content a p:hover {
  color: var(--text-light-grey);
}
.services-index .module-Article-item-text-content h2 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-dark-color);
}
.module-Article-item {
  width: 100%;
}
.module-Article-item h2{
  text-align: center;
  margin: 2em auto 1em;
}
.services-index .module-Article-item h2 {
  margin-top: 3rem;
}

.module-Article-item p {
  font-size: 0.95em;
  margin-bottom: 1em;
}
.module-Article-item time, .resources-cate-Article-text-content time, .content-Meta time {
  font-size: 0.8rem;
  font-weight: 300;
  color: #777;
}
.archive time {
  font-size: 0.75em;
  margin-top: 1em;
  display: block;
  text-align: center;
}
.module-Article-excerpt-link:link, .module-Article-excerpt-link:visited {
  color: #272727;
}
.module-Article-excerpt-link:hover {
  color: var(--link-color);
}

.module-Article-excerpt-link p {
  min-height: 150px;
}
.services-index .module-Article-button {
  width: 130px;
  display: block;
  text-align: center;
  position: relative;
  text-decoration: none;
  padding: 10px 20px 10px 0;
  border-radius:8px;
  outline: none;
  transition: .6s;
  margin: auto;
}
.services-index .module-Article-button:link, .services-index .module-Article-button:visited {
  color: var(--text-light-grey);
}
.services-index .module-Article-button::after {
  content: '';
  position: absolute;
  top:48%;
  right: 16px;
    width: 6px;
    height: 6px;
    border-top: 2px solid var(--text-light-grey);
    border-right: 2px solid var(--text-light-grey);
    transform: rotate(45deg);
    transition: all .3s;
}
.services-index .module-Article-button:hover::after {
  right: 8px;
  border-top-color: var(--text-dark-color);
  border-right-color: var(--text-dark-color);
}
.services-index .module-Article-button:hover {
  color: var(--text-dark-color);
}
.blog-index, .services-index {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 100px;
}
.blog-index article {
  background-color: var(--bg-off-white);
  border-radius: 16px;
  overflow: hidden;
}
.blog .module-Article-item h2 {
  font-size: 1rem;
  width: fit-content;
}
.services-index {
  row-gap: 4rem;

}
/* article + article {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 0.5px solid #ddd;
} */
.our-story-content .wp-block-buttons {
  padding-top: 30px;
}
.post-type-archive-resources section, section.resources-sub-cate-wrapper {
  margin-bottom: 75px;
  padding-top: 75px;
}
.paged .resources-sub-cate-wrapper {
  padding-top: 15px;
}
.resources-featured-post-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.single-featured-post {
  background-color: var(--bg-off-white);
  padding-bottom: 2rem;
}
.single-featured-post .module-Article-item-text-content h2, .featured-posts .module-Article-item-text-content h3,
.resources-sub-cate-wrapper h2, .resources-cate-Article-text-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: left;
  color: var(--text-dark-color);
  padding-left: 0;
  margin-top: 1rem;
  transition: 0.5s;
}
.featured-posts .module-Article-item-text-content h3 {
  font-size: 1.1rem;
}
.resources-cate-Article-text-content h3 {
  font-size: 0.9rem;
  margin-top: 0;

}
.single-featured-post .module-Article-item-text-content h2:hover, .featured-posts .module-Article-item-text-content h3:hover {
  text-decoration: underline;
}
.single-featured-post .module-Article-item-text-content time, .featured-posts .module-Article-item-text-content time,
.resources-cate-Article-text-content time {
  text-align: left;
}
.featured-posts {
  width: 100%;
}
.featured-posts h2, .post-type-archive-resources h2, .resources-cate h2 {
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 3px solid var(--button-blue);
  padding-left: 0;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.post-type-archive-resources .single-featured-post h2 {
  border-bottom: none;
}
.featured-posts .module-Article-item-text-content {
  padding: 0;
}
.featured-posts article {
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
}
.resources-sub-cate-wrapper {

}
.resources-cate-Article {
  width: 100%;
  display: flex;
  column-gap: 0.75rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.resources-cate-Article-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.resources-cate-Article-img img {
  width: 100%;
  height: auto;
  /* min-width: 100px; */
  min-height: 100%;
  object-position: center center;
  object-fit: cover;
}
.resources-cate-Article-text-content {
  height: 100%;
  position: relative;
}
.resources-cate-Article-text-content time {
  position: absolute;
  bottom: 1px;
  color: var(--text-light-grey);
}
.resources-cate > a {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
}
.resources-cate-Article-link:hover {
  color: var(--text-dark-color);
}
.paged .paged-hide {
  display: none;
}
.resources-cate-article-wrap .pagination {
  margin-top: 2rem;
}
.module-Article-item-content {
  position: relative;
  padding-bottom: 3rem;
}
.module-Article-item-content h2 {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--text-dark-color);
}
.module-Article-item-content p {
  margin: 0 1.5rem;
}
.module-Article-item-content time {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 900px) {
  .resources-cate-Article-img {
    width: 150px;
    height: 100px;
  }
  .resources-cate-Article-img img {
    aspect-ratio: 3/2;
  }

  .footer-menu-desktop {
    display: flex;
    /* justify-content: space-between; */
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .footer-desktop-contact-details {
    /* border-right: 1px solid #ccc; */
  }
  .footer-desktop-links {
    width: 75%;
    display: flex;
    justify-content: space-around;
  }
  .footer-award-logo > .wp-block-column:first-of-type {
    flex-basis: 50% !important;
  }


  .footer-menu-mobile {
    display: none;
  }

  /* social media links for mobile viewport */
  #block-9 {
    /* display: none; */
  }
  /* social media links for desktop viewport */
  #block-10 {
    display: block;
  }
  .wp-block-social-links {
    margin-top: 0.75rem;
    justify-content: left;
  }
    
  .blog-index {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .module-Article-item {
    width: calc(100% / 2 - 1rem);
    box-shadow: 3px 3px 16px #ddd;
    /* margin: 4em auto; */
    padding: 0;
    /* padding-bottom: 3em; */
  }


  .services-index .module-Article-item, .single-featured-post .module-Article-item, .featured-posts .module-Article-item {
    width: 100%;
    box-shadow: none;
  }
  .services-index .module-Article-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;

  }
  .module-Article-item::before, .module-Article-item::after {
    display: none;
  }
  .module-Article-item-link h2 {
    min-height: 60px;
  }
  .services-index .module-Article-item-link h2 {
    min-height: 36px;
    text-align: left;
    padding-left: 0;
    font-size: 1.65rem;
    font-weight: 600;
    background: -webkit-linear-gradient(45deg, rgba(0,65,123,1) 0%, rgba(67,189,250,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .blog .module-Article-item p {
    padding: 0 1rem;
  }
  .blog .module-Article-item-text-content p {
    padding-left: 0;
  }
  .pagination {
    width: 100%;
  }
  /* .home-latest-post .module-Article-item h2, .home-latest-post .module-Article-item p, .home-latest-post .module-Article-item time {
    padding-left: 30px;
    padding-right: 30px;
  } */
  .post-type-archive-case-studies .module-Article-item-img {
    height: 275px;
  }
  /* .home-latest-post .module-Article-item-img {
    height: 300px;
  }
  .home-latest-post .module-Article-item-img img {
    object-position: 50% 50%;
    object-fit: cover;
    min-height: 300px;
  } */
  .services-index .module-Article-item-img {
    width: 100%;
    min-width: 480px;
  }
  .services-index .module-Article-item-img img {
    aspect-ratio: 6/3;
  }
  article + article {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .flexbox-reverse {
    flex-direction: row;
  }
  .blog-h1-container {
    margin-top: 25px;
  }
  .services-index .module-Article-button {
    text-align: left;
    margin-left: 0;
  }
  .services-index .module-Article-item-text-content {
    width: 75%;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
  }
  .services-index .module-Article-item h2 {
    margin-top: 0;
  }
  .services-h1-container {
    margin-top: 25px;
  }
  .resources-featured-post-wrapper {
    flex-wrap: nowrap;
    margin-top: 50px;
  }
  .single-featured-post, .featured-posts {
    flex-basis: calc(50% - 1rem);
  }
  .featured-posts {
    display: flex;
    flex-wrap: wrap;
  }
  .featured-posts h2 {
    flex-basis: 100%;
  }
  .featured-posts .module-Article-item-text-content time {
    margin-top: 1.2rem;
  }
  .resources-cate-article-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    row-gap: 0;
  }
  .resources-cate-article-wrap article {
    flex-basis: calc(50% - 1rem);
  }
  .resources-cate > a {
    text-align: right;
  }
  .paged .resources-sub-cate-wrapper h2 {
    margin-top: 50px;
  }
  .resources-cate-Article-text-content h3 {
    font-size: 1rem;
  }
  .module-Article-item-content p {
    margin: 0 2rem;
  }
}
.privacy-policy article h2 {
  margin-top: 3em;
}
.page-cover, .policy-content {
  margin-bottom: 100px;
}
.page-cover h1 {
  font-size: 1.75rem;
  color: var(--title-blue);
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.page-cover p:last-of-type {
  margin-bottom: 0;
}
.policy-content {
  max-width: 1080px;
}
.policy-content ol {
  list-style-type: decimal;
  padding-left: 2rem;
}
.policy-content ol li {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--title-blue);
  padding-left: 0.5rem;
}
.policy-content p {
  padding-left: 2.5rem;
  padding-right: 1rem;
}
article .policy-content p + ol {
  margin-top: 4rem;
}
/* ===========================================
  Media Query
============================================== */
@media (min-width: 782px) {
  .home h2, .home-heading-with-p h2 {
    font-size: 2.2rem;
    text-align: left;
    padding-left: 0;
    margin-top: 0.75rem;
  }
  .upcoming-event-button h2 {
    text-align: center;
  }
  .home-heading-with-p h2 {
    /* text-align: center; */
  }
  .home-count-up h2 {
    font-size: 0.85rem;
    text-align: center;
    padding-right: 0;
  }
  .home .wp-block-column svg {
    margin-left: 0;
  }
  .home-heading-with-p p {
    margin-top: 37.5px;
  }
  .about-two-col.home-heading-with-p p {
    margin-top: 0;
  }
  .about-two-col.home-heading-with-p p + p {
    margin-top: 1.5rem;
  }
  .two-column-text-image {
    margin: 0 1rem;
  }
  .two-column-text-image p {
    padding: 0;
  }
  .flexbox-reverse {
    flex-direction: row;
  }
  .stephen-highlight-banner {
    display: none;
  }
  .home-intro-col.wp-block-columns {
    flex-wrap: wrap !important;
  }
  .home-intro-col.wp-block-columns .wp-block-column.col-button, 
  .home-intro-col.wp-block-columns .wp-block-column.col-text {
    flex-basis: 100% !important;
  }

}
@media (min-width: 1100px) {
  .home-heading-with-p h2 {
    text-align: left;
  }

  .margin-top-50px {
    margin-top: 75px;
  }
  .margin-top-100px {
    margin-top: 150px;
  }
  .margin-top-150px {
    /* margin-top: 225px; */
  }

  .margin-bottom-50px {
    margin-bottom: 75px;
  }
  .margin-bottom-100px {
    margin-bottom: 150px;
  }
  .flexbox-wrapper > div {
    justify-content: space-between;
  }
  header {
    padding-top: 50px;
  }
  #header.HeightMin {
    padding-top: 0;
  }
  .header-content {
    width: 90%;
    max-width: 1680px;
    display: flex;
    margin: 0 auto;
  }
  #header.HeightMin .header-content {
    height: 80px;
  }
  
  .header-Nav-desktop > li {
    width: 160px;
    padding: 12px 0;
    text-transform: uppercase;
  }
  .header-Nav-desktop > li.menu-item-has-children > .sub-menu li {
    text-transform: none;
  }
  .header-Nav-desktop > li > a::after {
    content: '';
    position: absolute;
    bottom: 32px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--light-tiffany);
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
  }
  .header-Nav-desktop > li > a:hover::after {
    transform: scale(1, 1);
  }
  .home-intro-col.wp-block-columns {
    flex-wrap: nowrap !important;
    margin-top: 2rem;
  }
  .home-intro-col.wp-block-columns .wp-block-column.col-button {
    flex-basis: 25% !important;
  }
  .home-intro-col.wp-block-columns .wp-block-column.col-text {
    flex-basis: 75% !important;
  }
  .home-intro-col.wp-block-columns .wp-block-column.col-text p {
    padding-right: 2rem;
  }

  /* brand logo */
  a.header-SiteName-Link {
    width: 220px;
    margin: 1.5em auto;
    margin-left: 0;
  }
  #header.HeightMin a.header-SiteName-Link {
    height: 40px;
    margin: auto;
    margin-left: 0;
  }
  .hamberger-menu {
    display: none;
  }
  nav.main-menu-desktop {
    display: block;
    /* border-top: 1px solid #ddd; */
    /* border-bottom: 1px solid #ddd; */
    /* box-shadow: 0 0 5px #ddd; */
    /* position: relative; */
  }
  .main-menu-desktop .menu-main-menu-container {
    display: flex;
    height: 98px;
    align-items: center;
  }
  .menu-main-menu-for-desktop-container {
    height: 100%;
  }
  ul.header-Nav-desktop {
    height: 100%;
    /* width: 1080px; */
    display: flex;
    /* position: relative; */
    margin: auto;
    margin-top: 24px;
  }
  #header.HeightMin ul.header-Nav-desktop {
    margin-top: 16px;
  }
  .header-Nav-desktop .navbar-contactus {
    padding: 29.5px 0 29.5px 1rem;
    padding-right: 0;
  }
  .header-Nav-desktop .navbar-contactus a {
    border-radius: 50px;
    background: var(--link-color);
    background: linear-gradient(135deg, var(--link-color) 0%, var(--second-color) 100%); 
    color: white;
    padding: 0.45rem 0.45rem 0.5rem;
  }
  .navbar-contactus a:link, .navbar-contactus a:visited {
    color: #fff;
  }
  .navbar-contactus a:hover {
    /* background: linear-gradient(215deg, var(--link-color) 0%, var(--second-color) 100%); */
    transition: 1s;
  }

  .navbar-contactus > a:hover {
    border-color:transparent;
    color: #fff;
    background: linear-gradient(270deg, var(--link-color) 0%, var(--third-color) 50%, var(--second-color) 100%);
    background-size: 200% auto;
    background-position: right center;
    box-shadow: 0 5px 10px rgb(250,108,159,0.4);
  }
  nav a:link, nav a:visited {
    /* color: #272727; */
    /* border-bottom: 3px solid rgba(255, 255, 255, 0); */
  }
  li.menu-first-level > a {
    /* position: relative; */
    /* padding: 1rem 0; */
  }
  .header-Nav-desktop > .menu-item {
    /* position: relative; */
  }
  .header-Nav-desktop > .menu-item > a {
    display: block;
    width: fit-content;
    height: 100%;
    text-align: center;
    font-weight: 500;
    position: relative;
    margin: auto;
  }
  .header-Nav-desktop .navbar-contactus a {
    height: 39px;
  }
  .header-Nav-desktop li {
    display: block;
    transition-duration: 0.5s;
  }
  .header-Nav-desktop li:hover {
    cursor: pointer;
  }
  .header-Nav-desktop > li > .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    padding-top: 200px;
    left: 0;
    display: none;
  }
  .header-Nav-desktop li:hover > .sub-menu, 
  .header-Nav-desktop li .sub-menu:hover {
    visibility: visible;
    opacity: 1;
    display: flex;
  }
  .header-Nav-desktop li .sub-menu:hover {
    /* z-index: 100; */
  }
  .header-Nav-desktop li .sub-menu li {
    clear: both;
    width: 100%;
  }
  .header-Nav-desktop li .sub-menu li .sub-menu {
    bottom: 10px;
  }
  .header-Nav-desktop .threeD-button {
    height: 47px;
  }

  /* .header-Nav-desktop  ul.sub-menu li.sub-menu-heading:first-of-type {
    margin-top: 0;
  }
  .menu-item-has-children > ul li {
    margin: 0 auto;
  } */

  /* .header-Nav-desktop > .menu-item-has-children ul.sub-menu {
    float: none;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    min-height: 50px;
    display: none;
  } 
  .menu-item-has-children ul a::before {
    content: '';
  }
  .header-Nav-desktop > li.menu-item-has-children:hover ul {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .header-Nav-desktop > li.menu-item-has-children:hover ul li {
    clear: both;
  }
  .header-Nav-desktop > li.menu-item-has-children:hover ul a {
    visibility: visible;
    opacity: 1;
  } */
  .post-type-archive-case-studies .module-Article-item {
    width: calc(100% / 3 - 1.5rem);
  }
  .post-type-archive-case-studies .module-Article-item-img {
    height: 250px;
  }
  .post-type-archive-case-studies .module-Article-item-img img {
    min-height: 260px;
  }
  /* .sub-menu {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: white;
  } */
  .page-cover {
    margin-top: 2rem;
  }

  /* =================================================================== */
  .home-hero .wp-block-cover__inner-container, .subpage-hero .wp-block-cover__inner-container {
    width: 1080px !important;
    margin: auto;
  }
  .home-hero p, .subpage-hero p {
    /* text-align: center; */
  }
  .subpage-hero p {
    /* max-width: 680px !important; */
    line-height: 2.5;
  }
  .wp-block-buttons {
    justify-content: center;
  }
  .why-amsos-contact-stephen.wp-block-buttons {
    align-items: left;
    justify-content: left;
  }
  .flexbox-wrapper > div {
    display: flex;
    margin: auto;
  }
  .what-we-do-item {
    width: 30%;
  }
  .what-we-do-item + .what-we-do-item {
  margin-top: 0;
}
.footer-Widgets .wp-block-columns {
  /* padding: 0 100px; */
}
.footer-Nav-items {
  display: flex;
  justify-content: center;
}
.footer-Nav-items .menu-item a {
  padding-top: 0;
  padding-bottom: 0;
}
.footer-Nav-items > li+li {
  border-left: 1px solid white;
}

#wpforms-73 input.wpforms-field-medium, #wpforms-73 select.wpforms-field-medium, #wpforms-73 .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}
#wpforms-73 {
  width: 680px !important;
  margin: auto !important;
}
#wpforms-133 .wpforms-field-container , #wpforms-form-133 {
  display: flex;
  align-items: center;
  gap: 1em;
}
#wpforms-form-133 {
  justify-content: space-between;
}
#wpforms-133 input.wpforms-field-medium, #wpforms-133 select.wpforms-field-medium, #wpforms-form-133 .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}
#wpforms-133 .wpforms-field-container div {
  min-width: 250px;
}
#wpforms-133 .wpforms-submit-container {
  margin-top: 0;
  padding-top: 0;
}
  .subpage-greeting {
    padding: 4em 6em 2em;
  }
  .single article, .single article h2 {
    max-width: 1680px;
  }
  .single-case-studies article, .single.single-tips article, .single.single-tips article h2, .single-services article {
    width: 100%;
    max-width: 100%;
  }
  /* .single article figure {
    width: fit-content;
    max-width: 100%;
    height: 550px;
    margin: 1em auto;
    overflow: hidden;
  } */
  .single article figure img, .landing-page-content-wrap .border-radius-16px img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .google-reviews {
    width: 120px;
    bottom: 63px;
    right: 32px;
  }
  .footer-menu-desktop {
    padding-left: 0;
    padding-right: 0;
  }
  .image-with-text, .home-latest-post {
    max-width: 330px;
  }
  .image-with-text-container p {
    padding: 0 1rem;
  }
  .two-column-text-image {
    margin: auto;
  }
  .two-column-text-image p:last-of-type {
    margin-bottom: 0;
  }
  .two-column-text-image .column-text {
    align-self: center;
  }
  /* .inpage-brand-cta > div {
    display: flex;
  }
  .inpage-brand-cta figure {
    margin-right: 3rem;
  }
  .inpage-brand-cta p {
    margin-top: 0;
    padding: 0 2rem 0 4rem;
  }
  .inpage-brand-cta .single-button {
    width: 300px;
    padding-top: 0;
  } */
  /* .home-latest-post h3 {
    min-height: 102px;
  } */
  a.header-SiteName-Link img {
    margin-left: 0;
}
.slick-prev, .slick-next {
  border-top: 2px solid var(--tiffany-green);/*矢印の色*/
  border-right: 2px solid var(--tiffany-green);/*矢印の色*/
}
.home-case-studies-wrapper .slick-list article, .home-resources-wrapper .slick-list article {
  margin: 0 1rem;
}

.home-case-body {
  padding: 1rem 2rem;
}
.home-case-studies-wrapper, .home-resources-wrapper {
  padding: 0 2rem;
}
.home-case-meta {
  padding: 0 2rem;
}
.home-case-body p, .home-resources-wrapper .home-case-body h3 {
  min-height: 150px;
}
.home-resources-wrapper .home-case-body p {
  min-height: 1rem;
  margin-bottom: 1rem !important;
}
.home-count-up div + div {
  border-left: 0.5px solid var(--light-tiffany);
}
.align-left-button.wp-block-buttons {
 justify-content: left !important;
}
/* ====== footer ====== */
footer {
  position: relative;
}
.footer-content {
  background: url(https://sosdev.co.uk/amsos/wp-content/uploads/2024/07/footer-mobile-amsos-logo-blue-1.png) no-repeat;
  background-position: right bottom;
  background-size: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* grid-row: 1fr auto 1fr; */
  column-gap: 8rem;
  justify-content: space-between;
}
.footer-Widgets {
  margin-bottom: 250px;
}
.copyright {
  text-align: center;
  grid-column: 1 / 3;
  grid-row: 3 / 4;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.footer-logo img {
  margin-left: 0;
}
.footer-desktop-links > div {
  width: 33%;
  min-width: 160px;
}
.footer-desktop-contact-details {
  width: 60%;
  min-width: 210px;
  margin-right: 1.5rem;
}
.footer-menu-desktop {
  padding-top: 110px;
  padding-bottom: 150px;
}
.footer-Widgets .widget_block, .footer-menu-desktop {
  width: 100%;
}
.wp-block-social-links.aligncenter {
  justify-content: left !important;
}
.footer-award-logo > .wp-block-column:first-of-type {
  justify-content: start;
}
.wp-social-link:first-of-type a {
  padding-left: 0 !important;
}
footer {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}
.services-index .module-Article-item-text-content {
  width: 70%;
}
.services-index .module-Article-item-link h2 {
  font-size: 1.8rem;
}
/* ====== Why amsos ====== */
.about-core-value-wrapper dl {
  max-width: 1080px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 3%;
  row-gap: 5rem;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.about-core-value-wrapper dd + dt {
  margin-top: 0;
}
.about-core-value-wrapper dd {
  font-weight: 300;
  line-height: 1.8;
}
}
@media (min-width: 1480px) {

  .footer-menu-desktop {
    column-gap: 1rem;
  }
  .post-type-archive-case-studies .module-Article-item-img {
    height: 280px;
  }
  .post-type-archive-case-studies .module-Article-item-img img {
    min-height: 290px;
  }
  .services-index .module-Article-item-text-content {
    width: 60%; 
    flex-wrap: wrap;
  }
  .services-index .module-Article-item-text-content a:first-of-type {
    flex-basis: 100%;

  }
  .services-index .module-Article-item-link h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1700px) {
  .drop-down-sub-menu > .sub-menu {
    column-gap: 3rem;
    padding-left: calc(50% - 840px);
    padding-right: calc(50% - 840px);
  }
  .services-index .module-Article-item-link h2 {
    font-size: 2.3rem;
  }
  .case-study-hero-wrapper > div {
    justify-content: space-evenly;
  }

}
