* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --primary: #4348cf;
  --pale: #eef0fe;
  --light: #f2f2f2;
  --dark: #211f20;
  --white: #fff;
  --accent: #e55b2e;
  --secondary-accent: #04941e;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  background-color: var(--pale);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

p,
span,
button,
a,
li,
ul {
  font-family: "Nunito", sans-serif;
}

/* SERVICES PAGE BEGINS */

/* SERVICES SECTION ONE BEGINS */

.services-sec-one {
  height: 100%;
  width: 100vw;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  background: var(--white);
}

.services-sec-one-text {
  grid-column: 2 / 7;
  grid-row: 3 / 11;
  background-image: linear-gradient(-60deg, #5e5ce8 0%, #4745cc 100%);
  align-content: center;
  height: 100%;
  padding: 5em;
  display: grid;
  align-items: center;

  color: var(--white);
}

.services-sec-one-text h1 {
  font-size: 2rem;
  margin: 1em 0;
}

.services-sec-one-img {
  grid-column: 7 / 12;
  grid-row: 3 / 11;
  background: var(--white);
  grid-gap: 20px;
  display: grid;
  align-content: center;
  height: 100%;
  background: url("../img/services/esvee-tech-services.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

#particles-js {
  padding-top: 20%;
  height: 100%;
  overflow: hidden;
}
.center-dots {
  grid-column: 5 / 9;
  grid-row: 11 / 13;
  background: url("../img/services/center_dots.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* SERVICES SECTION ONE BEGINS */

/* SERVICES SECTION TWO BEGINS */
.services-sec-two {
  height: 100%;
  width: 100vw;
  background: var(--pale);
  overflow: hidden;
}

.services-sec-two-globe {
  align-content: center;
  padding: 0;
  overflow: hidden;
}

#container {
  height: 50vh;
  position: relative;
  margin: 0;
  padding: 0;
}

#container canvas {
  height: 100%;
  width: 100%;
}
/* SERVICES SECTION TWO ENDS */

/* SERVICES SECTION BEGINS */
.services-three-text {
  width: 100%;
  padding: 10%;
  display: grid;
  background: var(--primary);
  color: var(--pale);
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}

.services-three-text h2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  align-self: center;
  line-height: 1.6;
}

.services-three-text ul {
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  display: flex;
  flex-direction: column;
  /* justify-self: center; */
}

.services-three-text ul span {
  padding: 10px;
  margin: 16px 0;
  background: var(--pale);
  color: var(--primary);
  font-weight: bolder;
}

.services-three-text ul li {
  margin: 0 16px;
  list-style: circle;
}
/* SERVICES SECTION THREE ENDS */

/* SERVICES SECTION FOUR BEGINS */
.services-four-sec {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 10%;
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(auto-fit, minmax(560px, 1fr));
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

.services-box {
  background: var(--white);
  text-align: center;
  box-shadow: 0 0 30px #dde1fc;

  display: flex;
}

.services-box img {
  max-width: 200px;
  display: flex;
}

.services-box-text {
  display: grid;
  text-align: left;
  align-items: center;
  padding: 1em;
}

.services-box h3,
.services-box p {
  width: 100%;
  /* display: flex;
  flex-direction: column; */
  padding: 0;
}
/* SERVICES SECTION FOUR ENDS */
/* SERVICES PAGE ENDS */

/* ABOUT US PAGE PAGE BEGINS */

.about-sec-one {
  height: 100%;
  width: 100%;
  background: url("../img/about/about-esveetech-main.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20% 0;
}

.about-sec-one-text {
  background-image: linear-gradient(
    to right,
    #f78ca0 0%,
    #f9748f 19%,
    #fd868c 60%,
    #fe9a8b 100%
  );
  width: 35%;
  margin: 0 auto;
  padding: 2em;
}

.about-sec-one-text h1 {
  padding: 1em 0;
}

.about-sec-two {
  height: 100vh;
  width: 100%;
  background: url("../img/about/about-esveetech.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-sec-two-text {
  background: url("../img/about/yelllowblob.svg");
  width: 50%;
  height: 100%;
  padding: 14% 10%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 1em;
}

.about-sec-two-text h1 {
  padding: 1em 0;
}
.about-sec-two-text p {
  padding: 1em 0;
}

/* ABOUT US PAGE ENDS */

/* CLIENTS PAGE BEGINS */

.clients-sec-one {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}

.clients-sec-one-img {
  height: 100%;
  /* background: url('../img/clients/medicine-3298451_1280.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: grid;
}

.clients-sec-one-img img {
  width: 100%;
}

.clients-sec-one-text {
  height: 100%;
  align-self: center;
  display: flex;
  flex-direction: column;
  padding: 20% 0;
  text-align: center;
  background: var(--white);
}

.clients-sec-one-text h2 {
  margin-bottom: 2em;
}

/* CLIENTS US PAGE ENDS */

/* CAREERS PAGE BEGINS */

.careers-sec-one {
  height: 100vh;
  width: 100%;
  background: url("../img/careers/careers-ate-esveetech.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20% 0;
  display: flex;
  justify-content: center;
}

.careers-sec-one-text {
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  width: 35%;
  margin: 0 auto !important;
  padding: 2em;
  bottom: 0;
  text-align: center;
  position: absolute;
}

.careers-sec-one-text h1 {
  padding: 1em 0 0 0;
}

.careers-sec-one-text h1:nth-child(odd) {
  padding: 0 0 1em 0;
}

.careers-sec-two {
  height: 100vh;
  width: 100%;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.careers-sec-two-img {
  width: 50%;
  height: auto;
  background: url("../img/careers/culture-at-esveetech.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

.careers-sec-two-text {
  /* background: url('../img/careers/bigpeachblob.svg'); */
  width: 50%;
  height: 100%;
  padding: 14% 10%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 1em;
}

.careers-sec-two-text h1 {
  padding: 1em 0;
}

.careers-sec-two-text p {
  padding: 1em 0;
}

.careers-sec-three {
  height: auto;
  width: 100%;
  background: #f7c8b9;
  padding: 3rem 1rem;
}

.careers-sec-three h3 {
  text-align: center;
  margin-bottom: 3rem;
}

.job-openings {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); */
  grid-gap: 50px;
  margin: 1rem auto;
  max-width: 650px;
}

.job-openings > div > div {
  display: flex;
  justify-content: space-between;
}

.job-openings > div h4,
.job-openings > div p {
  margin: 1rem 0 0.5rem 0;
  display: inline-block;
}

.job-openings ul {
  margin-left: 1rem;
}

.job-openings hr {
  border: 1px solid #b36d55;
}

.careers-sec-three-text {
  width: 100%;
  height: auto;
  /* display: grid; */
  align-content: center;
  text-align: center;
  align-items: center;
  padding: 5% 0;
  background: #f7c8b9;
}

.careers-sec-three-text h3 {
  color: var(--dark);
  padding: 16px;
  margin: 0 auto 1em;
  width: 100%;
}

/* .careers-sec-three-text a {
	padding: 16px 32px;
	margin: 1em 0;
	text-decoration: none;
	background: var(--light);
	color: var(--dark);
	border-radius: 50px;
	width: 100%;
} */

.careers-sec-three-text a:hover {
  background: var(--primary);
  color: var(--pale);
}

.careers-sec-three-img {
  height: 100%;
  width: 100%;
  /* background: url('../img/careers/freshh-connection-HJckKnwCXxQ-unsplash.jpg'); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: grid;
  align-items: center;
}

.careers-sec-three-img img {
  width: 100%;
  object-fit: cover;
}

.no-dots li {
  list-style: none;
}

.page-wrapper {
  max-width: 90%;
  padding: 0;
  margin: 0 auto;
}

.expandable-card {
  position: relative;
  margin-bottom: 16px;
}

[cardContent] {
  position: relative;
  background: transparent;
  /* border-radius: 50px; */
  /* box-shadow: 0 2px 30px 1px rgba(0, 0, 0, 0.1); */
  cursor: pointer;
  max-width: 97vw;
}

[cardContent] [collapsedContent] {
  /* display: flex;
	flex-direction: row; */
  padding: 24px 0;
  text-align: center;
  justify-content: center;
  /* grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); */
  /* background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  background: var(--primary);
}
[cardContent] [expandedContent] {
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  padding: 0;
  overflow: hidden;
  /* height: auto; */
  text-align: left;
}

.expanding-card--backdrop {
  /* background: black; */
  /* opacity: .50; */
}

.expandable-card--title {
  font-size: 1em;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
  color: var(--light);
}

.col:first-child {
  margin-right: 24px;
}

.expanding-card--placeholder {
  position: relative;
  height: 0;
  visibility: hidden;
}

.mock-content {
  background: var(--white);
  padding: 2% !important;
  margin: 0 !important;
}

.mock-content .mock-content-line {
  background: #888888;
  height: 16px;
  margin-bottom: 8px;
}

.mock-content p {
  margin-top: 2em;
}

/* CAREERS PAGE ENDS */

/* CASESTUDIES PAGES BEGINS */

/* INQUIZ CASESTUDY PAGE BEGINS */

.inquiz-case-study-wrapper {
  height: 100%;
  width: 100%;
  padding: 5% 0 0 0;
  margin: 0 auto;
  background: url("../img/casestudies/dot-grid.png");
}

.inquiz-case-study-sec-one {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  padding: 10% 0;
  background: url("../img/casestudies/case-study-blob.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.inquiz-case-study-sec-one-img {
  width: 100%;
}

.inquiz-case-study-sec-one-img img {
  width: 100%;
}

.inquiz-case-study-sec-one-text {
  width: 80%;
  align-self: center;
  padding: 10%;
}

.inquiz-case-study-logo {
  display: flex;
  align-items: center;
  justify-self: center;
}

.inquiz-case-study-logo-img {
  /* width: 30%; */
  margin-right: 5%;
}

.inquiz-case-study-logo-img img {
  width: 80%;
}

.inquiz-case-study-one-content h1 {
  margin: 5% 0;
  color: var(--accent);
}

/* SECTION TWO */

.inquiz-case-study-sec-two {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  padding: 10% 0;
  background: url("../img/casestudies/case-study-blob-two.svg");
  background-position: left;
  /* background-size: 50%; */
  background-repeat: no-repeat;
  /* background-color: var(--white); */
}

.inquiz-case-study-sec-two-img {
  width: 100%;
  padding: 10%;
}

.inquiz-case-study-sec-two-img img {
  width: 100%;
}

.inquiz-case-study-sec-two-text {
  width: 50%;
  align-self: center;
  justify-self: center;
}

.inquiz-case-study-two-content h1 {
  margin: 5% 0;
  color: var(--accent);
}

/* SECTION THREE */

.inquiz-case-study-sec-three {
  padding: 5%;
  background: var(--pale);
}

.inquiz-case-study-sec-three h3 {
  text-align: center;
  font-size: 2em;
}

.inquiz-casestudy-section-challenges {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
  justify-content: center;
  justify-items: center;
  width: 100%;
  height: 100%;
  padding: 5% 10%;
}

.inquiz-casestudy-box {
  margin: 5%;
  width: 100%;
  display: grid;
  grid-auto-flow: column;
}

.inquiz-challenges-icon {
  height: 100%;
  width: 40px;
  text-align: center;
}

.inquiz-challenges-text {
  margin-left: 5%;
  width: 80%;
}

.inquiz-challenges-text h4 {
  margin-bottom: 1rem;
  font-size: 1.5em;
}

.inquiz-challenges-text p {
  line-height: 1.8;
}
/* SECTION FOUR */
.inquiz-case-study-sec-four {
  padding: 5%;
  background: var(--dark);
  background: url("../img/casestudies/pw_maze_black.png");
}

.inquiz-case-study-sec-four h3 {
  text-align: center;
  color: var(--accent);
  font-size: 2em;
}

.inquiz-casestudy-section-solutions {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
  justify-content: center;
  justify-items: center;
  width: 100%;
  height: 100%;
  padding: 5% 10%;
}

.inquiz-casestudy-box-solutions {
  margin: 5%;
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  color: var(--light);
}

.inquiz-solutions-icon {
  height: 100%;
  width: 40px;
  text-align: center;
}

.inquiz-solutions-text {
  margin-left: 5%;
  width: 80%;
}

.inquiz-solutions-text h4 {
  color: var(--accent);
  margin-bottom: 1rem;
  font-size: 1.5em;
}

.inquiz-solutions-text p {
  line-height: 1.8;
}

/* SECTION FIVE */

.inquiz-case-study-sec-five {
  height: 100%;
  width: 100%;
  /* padding: 5% 0; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  background: var(--primary);
}

.next-case-study {
  display: grid;
  background-color: var(--white);
  padding: 10%;
  align-content: center;
}

.next-case-study a {
  text-decoration: none;
  color: var(--primary);
  padding: 10%;
}

.next-case-study a:hover {
  box-shadow: 0 0 30px rgb(224, 224, 224);
}

.next-case-study a h1 {
  margin-bottom: 0.5em;
}

.cta-direct {
  display: grid;
  padding: 0 0 0 10%;
  background-color: var(--white);
  align-content: center;
  padding-bottom: 10%;
}

.cta-direct h3 {
  margin-bottom: 1.8em;
}

.cta-direct .contact-info {
  justify-content: center;
  padding: 0 10%;
}

.mobile-email,
.mobile-call {
  display: none !important;
}

.desktop-email,
.desktop-call {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 1rem 0;
}

.cta-direct .contact-info > div {
  /* padding: 0;
	margin: 2em;
	display: flex; */
  /* align-self: center; */
}

.cta-direct .contact-info .desktop-call a,
.cta-direct .contact-info .desktop-email a {
  text-decoration: none;
}

.cta-form {
  display: grid;
  background-color: var(--primary);
  font-family: "Nunito";
  padding: 10%;
  color: var(--white);
}

.pure-group {
  margin: 1em 0;
}

fieldset {
  border: none;
}

input {
  height: 3em;
  width: 100%;
  align-content: center;
  border: 1px solid #d6d6d6;
  font-size: 1em;
  padding: 0 10px;
}

textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #d6d6d6;
  font-size: 1em;
  padding: 10px;
}

.contact-form button {
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 1em;
  float: right;
  cursor: pointer;
  background: var(--white);
  color: var(--primary);
  border: none;
}

/* INQUIZ CASESTUDY PAGE ENDSS */

/* ANYREQUIREMENT CASESTUDY PAGE BEGINS */
.anyrequirement-case-study-wrapper {
  height: 100%;
  width: 100%;
  padding: 5% 0 0 0;
  margin: 0 auto;
  /* background: url('../img/casestudies/dot-grid.png'); */
}

.anyrequirement-case-study-sec-one {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  padding: 10% 0;
  /* background: url('../img/casestudies/case-study-blob.svg'); */
  background-position: center;
  background-repeat: no-repeat;
}

.anyrequirement-case-study-sec-one-img {
  width: 100%;
  text-align: center;
}

.anyrequirement-case-study-sec-one-img img {
  width: 80%;
  margin-top: 5%;
}

.anyrequirement-case-study-sec-one-text {
  width: 80%;
  align-self: center;
  padding: 10%;
}

.anyrequirement-case-study-logo {
  display: flex;
  align-items: center;
  justify-self: center;
}

.anyrequirement-case-study-logo-img {
  /* width: 30%; */
  margin-right: 5%;
}

.anyrequirement-case-study-logo-img img {
  width: 100%;
}

.anyrequirement-case-study-one-content h1 {
  margin: 5% 0;
  color: var(--secondary-accent);
}

/* SECTION TWO */

.anyrequirement-case-study-sec-two {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  padding: 10% 0;
  background: url("../img/casestudies/case-study-blob-two.svg");
  background-position: left;
  /* background-size: 50%; */
  background-repeat: no-repeat;
  /* background-color: var(--white); */
}

.anyrequirement-case-study-sec-two-img {
  width: 100%;
  padding: 10%;
}

.anyrequirement-case-study-sec-two-img img {
  width: 100%;
}

.anyrequirement-case-study-sec-two-text {
  width: 50%;
  align-self: center;
  justify-self: center;
}

.anyrequirement-case-study-two-content h1 {
  margin: 5% 0;
  color: var(--secondary-accent);
}

/* SECTION THREE */

.anyrequirement-case-study-sec-three {
  padding: 5%;
  background: var(--pale);
}

.anyrequirement-case-study-sec-three h3 {
  text-align: center;
  font-size: 2em;
}

.anyrequirement-casestudy-section-challenges {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
  justify-content: center;
  justify-items: center;
  width: 100%;
  height: 100%;
  padding: 5% 10%;
}

.anyrequirement-casestudy-box {
  margin: 5%;
  width: 100%;
  display: grid;
  grid-auto-flow: column;
}

.anyrequirement-challenges-icon {
  height: 100%;
  width: 40px;
  text-align: center;
}

.anyrequirement-challenges-text {
  margin-left: 5%;
  width: 80%;
}

.anyrequirement-challenges-text h4 {
  margin-bottom: 1rem;
  font-size: 1.5em;
}

.anyrequirement-challenges-text p {
  line-height: 1.8;
}
/* SECTION FOUR */
.anyrequirement-case-study-sec-four {
  padding: 5%;
  background: var(--dark);
  background: url("../img/casestudies/pw_maze_black.png");
}

.anyrequirement-case-study-sec-four h3 {
  text-align: center;
  color: var(--secondary-accent);
  font-size: 2em;
}

.anyrequirement-casestudy-section-solutions {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
  justify-content: center;
  justify-items: center;
  width: 100%;
  height: 100%;
  padding: 5% 10%;
}

.anyrequirement-casestudy-box-solutions {
  margin: 5%;
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  color: var(--light);
}

.anyrequirement-solutions-icon {
  height: 100%;
  width: 40px;
  text-align: center;
}

.anyrequirement-solutions-text {
  margin-left: 5%;
  width: 80%;
}

.anyrequirement-solutions-text h4 {
  color: var(--secondary-accent);
  margin-bottom: 1rem;
  font-size: 1.5em;
}

.anyrequirement-solutions-text p {
  line-height: 1.8;
}

/* SECTION FIVE */

.anyrequirement-case-study-sec-five {
  height: 100%;
  width: 100%;
  /* padding: 5% 0; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  background: var(--primary);
}

.next-case-study {
  display: grid;
  background-color: var(--white);
  padding: 10%;
  align-content: center;
}

.next-case-study a {
  text-decoration: none;
  color: var(--primary);
  padding: 10%;
}

.next-case-study a:hover {
  box-shadow: 0 0 30px rgb(224, 224, 224);
}

.next-case-study a h1 {
  margin-bottom: 0.5em;
}

.cta-direct {
  display: grid;
  padding: 0 0 0 10%;
  background-color: var(--white);
  align-content: center;
  padding-bottom: 10%;
}

.cta-direct h3 {
  margin-bottom: 1.8em;
}

.cta-direct .contact-info {
  justify-content: center;
  padding: 0 10%;
}

.mobile-email,
.mobile-call {
  display: none !important;
}

.desktop-email,
.desktop-call {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 1rem 0;
}

.cta-direct .contact-info > div {
  /* padding: 0;
	margin: 2em;
	display: flex; */
  /* align-self: center; */
}

.cta-direct .contact-info .desktop-call a,
.cta-direct .contact-info .desktop-email a {
  text-decoration: none;
}

.cta-form {
  display: grid;
  background-color: var(--primary);
  font-family: "Nunito";
  padding: 10%;
  color: var(--white);
}

.pure-group {
  margin: 1em 0;
}

fieldset {
  border: none;
}

input {
  height: 3em;
  width: 100%;
  align-content: center;
  border: 1px solid #d6d6d6;
  font-size: 1em;
  padding: 0 10px;
}

textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #d6d6d6;
  font-size: 1em;
  padding: 10px;
}

.contact-form button {
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 1em;
  float: right;
  cursor: pointer;
}
/* ANYREQUIREMENT CASESTUDY PAGE BEGINS */

/* CASESTUDIES PAGES ENDS */

/* SMALL LAPTOPS BEGINS */
@media only screen and (min-width: 1280px) and (max-width: 1440px) and (orientation: landscape) {
  /* ABOUT US PAGE PAGE BEGINS */

  .about-sec-one {
    padding: 40% 0 10%;
  }

  .about-sec-two {
    background-position: right;
    background-size: 150%;
  }

  .about-sec-two-text {
    width: 55%;
    padding: 20% 10%;
    background-size: 110%;
  }

  /* ABOUT US PAGE ENDS */

  /* CLIENTS PAGE BEGINS */

  .clients-sec-one-img img {
    height: 100%;
    object-fit: cover;
  }

  /* CLIENTS US PAGE ENDS */

  /* CAREERS PAGE BEGINS */

  .careers-sec-two-text {
    padding: 10% !important;
  }

  /* CAREERS PAGE ENDS */

  /* CASESTUDIES PAGES BEGINS */

  /* INQUIZ CASESTUDY PAGE BEGINS */

  .inquiz-case-study-sec-one {
    padding: 5% 0;
  }

  .inquiz-case-study-sec-one-img img {
    height: 100%;
    object-fit: cover;
  }

  .inquiz-case-study-sec-one-text {
    width: 100%;
    padding: 5% 10%;
  }

  /* SECTION TWO */

  .inquiz-case-study-sec-two {
    padding: 0;
  }

  .inquiz-case-study-sec-two-text {
    width: 60%;
  }

  /* SECTION THREE */

  .inquiz-case-study-sec-three {
    padding: 5%;
  }

  .inquiz-casestudy-section-challenges {
    padding: 5%;
  }

  /* SECTION FIVE */

  .cta-direct {
    display: grid;
    padding: 0 5% 10% !important;
    background-color: var(--white);
    align-content: center;
  }

  /* INQUIZ CASESTUDY PAGE ENDSS */

  /* ANYREQUIREMENT CASESTUDY PAGE BEGINS */
  .anyrequirement-case-study-wrapper {
    height: 100%;
    width: 100%;
    padding: 5% 0 0 0;
    margin: 0 auto;
    /* background: url('../img/casestudies/dot-grid.png'); */
  }

  .anyrequirement-case-study-sec-one {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    padding: 5% 0;
    /* background: url('../img/casestudies/case-study-blob.svg'); */
    background-position: center;
    background-repeat: no-repeat;
  }

  .anyrequirement-case-study-sec-one-img {
    width: 100%;
    text-align: center;
  }

  .anyrequirement-case-study-sec-one-img img {
    width: 80%;
    margin-top: 7%;
  }

  .anyrequirement-case-study-sec-one-text {
    width: 100%;
    padding: 5%;
  }

  .anyrequirement-case-study-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .anyrequirement-case-study-logo-img img {
    width: 60%;
    margin-bottom: 10%;
  }

  /* SECTION TWO */

  .anyrequirement-case-study-sec-two {
    padding: 0;
  }

  .anyrequirement-case-study-sec-two-text {
    width: 70%;
  }

  /* SECTION THREE */

  .anyrequirement-case-study-sec-three {
    padding: 5%;
    background: var(--pale);
  }

  .anyrequirement-case-study-sec-three h3 {
    text-align: center;
    font-size: 2em;
  }

  .anyrequirement-casestudy-section-challenges {
    padding: 5%;
  }

  .anyrequirement-challenges-icon {
    height: 100%;
    width: 40px;
    text-align: center;
  }

  .anyrequirement-challenges-text {
    width: 80%;
  }

  /* SECTION FOUR */
  .anyrequirement-casestudy-section-solutions {
    padding: 5%;
  }

  .anyrequirement-solutions-text {
    width: 80%;
  }

  /* ANYREQUIREMENT CASESTUDY PAGE BEGINS */

  /* CASESTUDIES PAGES ENDS */
}

/* IPAD PRO BEGINS*/
@media only screen and (min-width: 1024px) and (max-width: 1440px) and (orientation: portrait) {
  /* SERVICES PAGE BEGINS */

  /* SERVICES SECTION ONE BEGINS */

  .services-sec-one {
    grid-template-columns: 0.1fr 3fr 0.1fr;
    grid-template-rows: 0.2fr 1fr 1fr 0.2fr;
    grid-template-areas: ". . . " ". services-text ." ". services-img ." ". center-dots .";
  }

  .services-sec-one-text {
    grid-area: services-text;
  }

  .services-sec-one-img {
    grid-area: services-img;
  }

  #particles-js {
    padding-top: 20%;
    height: 100%;
    overflow: hidden;
  }
  .center-dots {
    grid-area: center-dots;
    margin-top: -10%;
  }

  /* SERVICES SECTION ONE BEGINS */

  /* SERVICES SECTION TWO BEGINS */

  /* SERVICES SECTION TWO ENDS */

  /* SERVICES SECTION BEGINS */

  /* SERVICES SECTION THREE ENDS */

  /* SERVICES SECTION FOUR BEGINS */

  /* SERVICES SECTION FOUR ENDS */
  /* SERVICES PAGE ENDS */

  /* ABOUT US PAGE PAGE BEGINS */

  .about-sec-one {
    padding: 30% 0 10%;
  }

  .about-sec-one-text {
    width: 45%;
  }

  .about-sec-two {
    background-position: bottom;
    background-size: 300%;
  }

  .about-sec-two-text {
    background: url("../img/about/yelllowblob.svg");
    width: 100%;
    height: 100%;
    padding: 70% 30% 0;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: bottom;
    right: 0;
  }

  /* ABOUT US PAGE ENDS */

  /* CLIENTS PAGE BEGINS */

  .clients-sec-one {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(560px, 1fr));
  }

  .clients-sec-one-img {
    height: 50%;
    /* background: url('../img/clients/medicine-3298451_1280.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: grid;
  }

  .clients-sec-one-img img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
  }

  .clients-sec-one-text {
    padding: 10% 0;
  }

  /* CLIENTS US PAGE ENDS */

  /* CAREERS PAGE BEGINS */

  .careers-sec-one-text {
    width: 50%;
  }

  .careers-sec-two {
    height: 100vh;
    width: 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
  }

  .careers-sec-two-img {
    width: 100%;
    height: 50%;
    background: url("../img/careers/culture-at-esveetech.jpg");
    background-position: center;
    background-repeat: no-repeat;
  }

  .careers-sec-two-text {
    /* background: url('../img/careers/bigpeachblob.svg'); */
    width: 100%;
    height: 50%;
    padding: 10% 30%;
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    right: 0;
    margin: 55% auto 0;
  }

  /* CAREERS PAGE ENDS */

  /* CASESTUDIES PAGES BEGINS */

  /* INQUIZ CASESTUDY PAGE BEGINS */

  .inquiz-case-study-sec-one {
    display: grid;
    padding: 10% 0 5%;
  }

  .inquiz-case-study-sec-one-img {
    width: 100%;
    padding: 5% 0;
  }

  .inquiz-case-study-sec-one-img img {
    height: 100%;
    object-fit: cover;
  }

  .inquiz-case-study-sec-one-text {
    width: 100%;
    padding: 5%;
  }

  /* SECTION TWO */

  .inquiz-case-study-sec-two-img {
    width: 100%;
    padding: 10%;
  }

  .inquiz-case-study-sec-two-text {
    width: 80%;
  }

  /* SECTION THREE */

  .inquiz-casestudy-box {
    margin: 5%;
    width: 70%;
  }

  .inquiz-challenges-text {
    width: 100%;
  }

  /* SECTION FOUR */

  .inquiz-casestudy-box-solutions {
    width: 70%;
  }

  .inquiz-solutions-text {
    margin-left: 5%;
    width: 100%;
  }

  .inquiz-solutions-text h4 {
    color: var(--accent);
    margin-bottom: 1rem;
    font-size: 1.5em;
  }

  .inquiz-solutions-text p {
    line-height: 1.8;
  }

  /* SECTION FIVE */

  .mobile-email,
  .mobile-call {
    display: none !important;
  }

  .desktop-email,
  .desktop-call {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 1rem 0;
  }

  /* INQUIZ CASESTUDY PAGE ENDSS */

  /* ANYREQUIREMENT CASESTUDY PAGE BEGINS */

  .anyrequirement-case-study-sec-one {
    padding: 10% 0 5%;
  }

  .anyrequirement-case-study-sec-one-img img {
    width: 90%;
    margin-top: 20%;
  }

  .anyrequirement-case-study-sec-one-text {
    width: 100%;
    padding: 10% 5%;
  }

  .anyrequirement-case-study-logo {
    align-items: flex-start;
    flex-direction: column;
  }

  .anyrequirement-case-study-logo-img img {
    width: 60%;
    margin-bottom: 10%;
  }

  /* SECTION TWO */

  .anyrequirement-case-study-sec-two {
    padding: 5% 0;
  }

  .anyrequirement-case-study-sec-two-text {
    width: 70%;
  }

  /* SECTION THREE */

  .anyrequirement-casestudy-box {
    width: 80%;
  }

  .anyrequirement-challenges-text {
    width: 100%;
  }

  /* SECTION FOUR */
  .anyrequirement-casestudy-box-solutions {
    width: 80%;
  }

  .anyrequirement-solutions-text {
    width: 100%;
  }

  /* ANYREQUIREMENT CASESTUDY PAGE BEGINS */
}

/* IPAD LANDSCAPE BEGINS */
@media only screen and (min-width: 1024px) and (max-width: 1440px) and (orientation: landscape) {
  /* SERVICES PAGE BEGINS */

  /* SERVICES SECTION ONE BEGINS */

  .services-sec-one-text {
    grid-column: 2 / 7;
    grid-row: 4 / 12;
    padding: 3em 2em;
  }

  .services-sec-one-text h1 {
    font-size: 1.6rem;
  }

  .services-sec-one-img {
    grid-column: 7 / 12;
    grid-row: 4 / 12;
  }

  .center-dots {
    grid-column: 5 / 9;
    grid-row: 12 / 12;
  }
  /* SERVICES SECTION FOUR BEGINS */

  .services-box img {
    max-width: 300px;
  }

  /* SERVICES SECTION FOUR ENDS */
  /* SERVICES PAGE ENDS */

  /* ABOUT US PAGE PAGE BEGINS */

  .about-sec-one {
    padding: 30% 0 10%;
  }

  .about-sec-one-text {
    width: 50%;
  }

  .about-sec-one-text h1 {
    padding: 1em 0;
  }

  .about-sec-two {
    background-size: 160%;
  }

  .about-sec-two-text {
    width: 75%;
    padding: 14% 15%;
    right: -3em;
  }

  /* ABOUT US PAGE ENDS */

  /* CLIENTS PAGE BEGINS */

  .clients-sec-one-img img {
    height: 100%;
    object-fit: cover;
  }

  /* CLIENTS US PAGE ENDS */

  /* CAREERS PAGE BEGINS */

  .careers-sec-one-text {
    width: 50%;
  }

  .careers-sec-one-text h1 {
    padding: 1em 0 0 0;
  }

  .careers-sec-one-text h1:nth-child(odd) {
    padding: 0 0 1em 0;
  }

  .careers-sec-two-img {
    width: 50%;
  }

  .careers-sec-two-text {
    padding: 20% 5% 0 5%;
  }

  /* CAREERS PAGE ENDS */

  /* CASESTUDIES PAGES BEGINS */

  /* INQUIZ CASESTUDY PAGE BEGINS */

  .inquiz-case-study-sec-one {
    padding: 5% 0;
  }

  .inquiz-case-study-sec-one-img img {
    height: 100%;
    object-fit: cover;
  }

  .inquiz-case-study-sec-one-text {
    width: 100%;
    padding: 5%;
  }

  /* SECTION TWO */

  .inquiz-case-study-sec-two {
    padding: 5% 0;
  }

  .inquiz-case-study-sec-two-text {
    width: 80%;
  }

  /* SECTION THREE */

  .inquiz-challenges-text {
    width: 100%;
  }

  /* SECTION FOUR */

  .inquiz-solutions-text {
    width: 100%;
  }

  /* INQUIZ CASESTUDY PAGE ENDSS */

  /* ANYREQUIREMENT CASESTUDY PAGE BEGINS */

  .anyrequirement-case-study-sec-one {
    padding: 5% 0;
  }

  .anyrequirement-case-study-sec-one-img img {
    margin-top: 15%;
  }

  .anyrequirement-case-study-sec-one-text {
    width: 100%;
    padding: 5%;
  }

  .anyrequirement-case-study-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-self: center;
  }

  .anyrequirement-case-study-logo-img img {
    width: 70%;
    margin-bottom: 10%;
  }

  /* SECTION TWO */

  .anyrequirement-case-study-sec-two {
    padding: 0;
  }

  .anyrequirement-case-study-sec-two-text {
    width: 80%;
  }

  /* SECTION THREE */

  .anyrequirement-challenges-text {
    width: 100%;
  }

  /* SECTION FOUR */

  .anyrequirement-solutions-text {
    width: 100%;
  }

  /* ANYREQUIREMENT CASESTUDY PAGE BEGINS */

  /* CASESTUDIES PAGES ENDS */
}

/* IPAD PORTRAIT BEGINS */
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  /* SERVICES SECTION ONE BEGINS */

  .services-sec-one-text {
    grid-column: 2 / 7;
    grid-row: 4 / 12;
    padding: 2em 1em 2em 2em;
  }

  .services-sec-one-text h1 {
    font-size: 1.6rem;
  }

  .services-sec-one-img {
    grid-column: 7 / 12;
    grid-row: 4 / 12;
  }

  .center-dots {
    grid-column: 5 / 9;
    grid-row: 12 / 12;
  }
  /* ABOUT US PAGE PAGE BEGINS */

  .about-sec-one {
    padding: 40% 0 10%;
  }

  .about-sec-one-text {
    width: 80%;
  }

  .about-sec-one-text h1 {
    padding: 0.5em 0;
  }

  .about-sec-two {
    height: 100vh;
    width: 100%;
    background: url("../img/about/about-esveetech.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 270%;
  }

  .about-sec-two-text {
    background: url("../img/about/yelllowblob.svg");
    width: 100%;
    height: 100%;
    padding: 60% 20% 0;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    right: 0;
  }

  .about-sec-two-text h1 {
    padding: 0.5em 0;
  }
  .about-sec-two-text p {
    padding: 0.5em 0;
  }

  /* ABOUT US PAGE ENDS */

  /* CLIENTS PAGE BEGINS */

  .clients-sec-one {
    grid-template-columns: repeat(auto-fit, minmax(560px, 1fr));
  }

  .clients-sec-one-img img {
    height: 50vh;
    object-fit: cover;
  }

  .clients-sec-one-text {
    padding: 10% 0;
  }

  .clients-sec-one-text h2 {
    margin-bottom: 2em;
  }

  /* CLIENTS US PAGE ENDS */

  /* CAREERS PAGE BEGINS */

  .careers-sec-one-text {
    width: 65%;
  }
  .careers-sec-two-img {
    width: 100%;
    height: auto;
    background-position: top;
    background-size: contain;
  }

  .careers-sec-two-text {
    width: 100%;
    height: 50%;
    padding: 60% 20%;
    background-size: 75%;
    background-position: bottom;
    right: 0;
    margin-top: 8vh;
  }

  .careers-sec-two-text h1 {
    padding: 0.5em 0;
  }

  .careers-sec-two-text p {
    padding: 0.5em 0;
  }

  .careers-sec-three {
    grid-template-columns: repeat(auto-fit, minmax(560px, 1fr));
  }

  /* CAREERS PAGE ENDS */

  /* CASESTUDIES PAGES BEGINS */

  /* INQUIZ CASESTUDY PAGE BEGINS */

  .inquiz-case-study-sec-one {
    grid-template-columns: repeat(auto-fit, minmax(560px, 1fr));
    padding: 5% 0;
  }

  .inquiz-case-study-sec-one-text {
    width: 100%;
    padding: 10%;
  }

  /* SECTION TWO */

  .inquiz-case-study-sec-two {
    grid-template-columns: repeat(auto-fit, minmax(560px, 1fr));
  }
  .inquiz-case-study-sec-two-text {
    width: 80%;
  }

  /* SECTION THREE */

  .inquiz-challenges-text {
    width: 100%;
  }

  /* SECTION FOUR */

  .inquiz-solutions-text {
    margin-left: 5%;
    width: 100%;
  }

  /* INQUIZ CASESTUDY PAGE ENDSS */

  /* ANYREQUIREMENT CASESTUDY PAGE BEGINS */
  .anyrequirement-case-study-sec-one {
    grid-template-columns: repeat(auto-fit, minmax(560px, 1fr));
    padding: 5% 0;
  }

  .anyrequirement-case-study-sec-one-img img {
    width: 80%;
    margin-top: 5%;
  }

  .anyrequirement-case-study-sec-one-text {
    width: 100%;
  }

  .anyrequirement-case-study-logo-img {
    /* width: 30%; */
    margin-right: 0;
  }

  .anyrequirement-case-study-logo-img img {
    width: 80%;
  }

  /* SECTION TWO */

  .anyrequirement-case-study-sec-two {
    padding: 5% 0;
  }

  .anyrequirement-case-study-sec-two-text {
    width: 80%;
  }

  /* SECTION THREE */

  .anyrequirement-challenges-text {
    margin-left: 5%;
    width: 100%;
  }

  /* SECTION FOUR */
  .anyrequirement-solutions-text {
    width: 100%;
  }

  /* SECTION FIVE */

  .next-case-study a h1 {
    font-size: 1.5em;
  }

  /* ANYREQUIREMENT CASESTUDY PAGE BEGINS */

  /* CASESTUDIES PAGES ENDS */
}

/* MOBILE VERSION LANDSCAPE BEGINS */
@media only screen and (min-width: 375px) and (max-width: 1023px) and (orientation: landscape) {
  /* SERVICES PAGE BEGINS */

  /* SERVICES SECTION ONE BEGINS */

  .services-sec-one-text {
    padding: 2em;
  }

  .services-sec-one-text h1 {
    font-size: 1.2rem;
  }

  /* SERVICES SECTION ONE BEGINS */

  /* SERVICES SECTION TWO BEGINS */
  .services-sec-two {
    height: 100vh;
    width: 100vw;
    background: var(--pale);
    overflow: hidden;
  }

  .services-sec-two-globe {
    align-content: center;
    padding: 0;
    overflow: hidden;
  }

  #container {
    height: 100vh;
    position: relative;
    margin: 0;
    padding: 0;
  }

  .services-box {
    background: var(--white);
    text-align: center;
    box-shadow: 0 0 30px #dde1fc;

    display: flex;
  }

  .services-box img {
    max-width: 200px;
    display: flex;
  }

  .services-box-text {
    display: grid;
    text-align: left;
    align-items: center;
    padding: 1em;
  }

  .services-box h3,
  .services-box p {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .services-box img {
    width: 200px;
    height: 50%;
    object-fit: cover;
  }

  /* SERVICES SECTION FOUR ENDS */
  /* SERVICES PAGE ENDS */

  /* ABOUT US PAGE PAGE BEGINS */

  .about-sec-one {
    padding: 35% 0 0;
  }

  .about-sec-one-text {
    background-image: linear-gradient(
      to right,
      #f78ca0 0%,
      #f9748f 19%,
      #fd868c 60%,
      #fe9a8b 100%
    );
    width: 100%;
    margin: 0 auto;
    padding: 1em;
  }

  .about-sec-one-text h1 {
    padding: 0.5em 0;
    font-size: 1.5em;
  }

  .about-sec-two {
    height: 150vh;
    width: 100%;
    background: url("../img/about/about-esveetech.jpg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .about-sec-two-text {
    background: url("../img/about/yelllowblob.svg");
    width: 50%;
    height: auto;
    padding: 5%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    background: yellow;
    justify-content: center;
  }

  .about-sec-two-text h1 {
    padding: 0.5em 0;
    font-size: 1.5em;
  }
  .about-sec-two-text p {
    padding: 0.5em 0;
  }

  /* ABOUT US PAGE ENDS */

  /* CLIENTS PAGE BEGINS */

  .clients-sec-one {
    grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
  }

  .clients-sec-one-img img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
  }

  .clients-sec-one-text {
    padding: 5% 0;
  }

  .clients-sec-one-text h2 {
    margin-bottom: 1em;
  }

  /* CLIENTS US PAGE ENDS */

  /* CAREERS PAGE BEGINS */
  .careers-sec-one-text {
    width: 45%;
    padding: 1em;
  }

  .careers-sec-one-text h1 {
    padding: 0.5em 0 0 0;
    font-size: 1.5em;
  }

  .careers-sec-one-text h1:nth-child(odd) {
    padding: 0 0 0.5em 0;
  }

  .careers-sec-two {
    min-height: 130vh;
    width: 100%;
  }

  .careers-sec-two-img {
    background: url("../img/careers/culture-at-esveetech");
    background-size: cover;
  }

  .careers-sec-two-text {
    padding: 5%;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
  }

  .careers-sec-two-text h1 {
    padding: 0.5em 0;
    font-size: 1.5em;
  }

  .careers-sec-two-text p {
    padding: 0.5em 0;
  }

  /* CAREERS PAGE ENDS */

  /* CASESTUDIES PAGES BEGINS */

  /* INQUIZ CASESTUDY PAGE BEGINS */

  .inquiz-case-study-sec-one {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    padding: 5% 0;
  }

  .inquiz-case-study-sec-one-img img {
    height: 100%;
    object-fit: cover;
  }

  .inquiz-case-study-sec-one-text {
    width: 100%;
    align-self: center;
    padding: 5%;
  }

  .inquiz-case-study-logo-img {
    /* width: 30%; */
    margin-right: -20%;
  }

  .inquiz-case-study-logo-img img {
    width: 50%;
  }

  .inquiz-case-study-one-content h1 {
    font-size: 1em;
  }

  /* SECTION TWO */

  .inquiz-case-study-sec-two {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    padding: 5% 0;
  }

  .inquiz-case-study-sec-two-text {
    width: 80%;
  }

  .inquiz-case-study-two-content h1 {
    font-size: 1.5em;
  }

  /* SECTION THREE */

  .inquiz-case-study-sec-three {
    padding: 5%;
    background: var(--pale);
  }

  .inquiz-case-study-sec-three h3 {
    font-size: 1.5em;
  }

  .inquiz-casestudy-section-challenges {
    grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
    padding: 5%;
  }

  .inquiz-casestudy-box {
    margin: 5%;
  }

  .inquiz-challenges-text {
    width: 100%;
  }

  /* SECTION FOUR */
  .inquiz-case-study-sec-four h3 {
    font-size: 1.5em;
  }

  .inquiz-casestudy-section-solutions {
    padding: 5%;
  }

  .inquiz-solutions-text {
    width: 100%;
  }

  .inquiz-solutions-text h4 {
    color: var(--accent);
    margin-bottom: 1rem;
    font-size: 1.5em;
  }

  .inquiz-solutions-text p {
    line-height: 1.8;
  }

  /* SECTION FIVE */

  .inquiz-case-study-sec-five {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .next-case-study a h1 {
    font-size: 1.5em;
  }

  /* INQUIZ CASESTUDY PAGE ENDSS */

  /* ANYREQUIREMENT CASESTUDY PAGE BEGINS */
  .anyrequirement-case-study-wrapper {
    height: 100%;
    width: 100%;
    padding: 5% 0 0 0;
    margin: 0 auto;
    /* background: url('../img/casestudies/dot-grid.png'); */
  }

  .anyrequirement-case-study-sec-one {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    padding: 5% 0;
    /* background: url('../img/casestudies/case-study-blob.svg'); */
    background-position: center;
    background-repeat: no-repeat;
  }

  .anyrequirement-case-study-sec-one-img {
    width: 100%;
    text-align: center;
  }

  .anyrequirement-case-study-sec-one-img img {
    width: 90%;
    margin-top: 20%;
  }

  .anyrequirement-case-study-sec-one-text {
    width: 100%;
    padding: 5%;
  }

  .anyrequirement-case-study-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .anyrequirement-case-study-logo-img img {
    width: 50%;
    margin-bottom: 10%;
  }

  .anyrequirement-case-study-logo-name h1 {
    font-size: 1em;
  }

  .anyrequirement-case-study-one-content h1 {
    font-size: 1em;
  }

  /* SECTION TWO */

  .anyrequirement-case-study-sec-two {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    padding: 5% 0;
  }

  .anyrequirement-case-study-sec-two-img {
    padding: 5%;
  }

  .anyrequirement-case-study-sec-two-text {
    width: 80%;
  }

  .anyrequirement-case-study-two-content h1 {
    font-size: 1.5em;
  }

  /* SECTION THREE */

  .anyrequirement-case-study-sec-three {
    padding: 5%;
  }

  .anyrequirement-case-study-sec-three h3 {
    font-size: 1.5em;
  }

  .anyrequirement-casestudy-section-challenges {
    padding: 5%;
  }

  .anyrequirement-challenges-text {
    width: 100%;
  }

  .anyrequirement-challenges-text h4 {
    margin-bottom: 1rem;
    font-size: 1.5em;
  }

  /* SECTION FOUR */
  .anyrequirement-case-study-sec-four h3 {
    font-size: 1.5em;
  }

  .anyrequirement-casestudy-section-solutions {
    padding: 5%;
  }

  .anyrequirement-solutions-text {
    margin-left: 5%;
    width: 100%;
  }

  /* SECTION FIVE */

  .cta-direct {
    padding: 10%;
    padding-bottom: 5%;
  }

  .mobile-email,
  .mobile-call {
    display: none !important;
  }

  .desktop-email,
  .desktop-call {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 1rem 0;
  }

  /* ANYREQUIREMENT CASESTUDY PAGE BEGINS */

  /* CASESTUDIES PAGES ENDS */
}

/* MOBILE VERSION PORTRAIT BEGINS */
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  /* SERVICES PAGE BEGINS */

  /* SERVICES SECTION ONE BEGINS */

  .services-sec-one {
    padding-top: 10%;
  }

  .services-sec-one-text {
    grid-column: 2 / 12;
    grid-row: 2 / 7;
    height: 100%;
    padding: 1em;

    color: var(--white);
  }

  .services-sec-one-text h1 {
    font-size: 1.5rem;
    margin: 0.5em 0;
  }

  .services-sec-one-img {
    grid-column: 2 / 12;
    grid-row: 7 / 12;
  }

  .center-dots {
    grid-column: 5 / 9;
    grid-row: 12 / 13;
  }

  /* SERVICES SECTION ONE BEGINS */

  /* SERVICES SECTION TWO BEGINS */
  .services-sec-two {
    height: 100%;
    width: 100vw;
    background: var(--pale);
    overflow: hidden;
  }

  .services-sec-two-globe {
    align-content: center;
    padding: 0;
    overflow: hidden;
  }

  #container {
    height: 50vh;
    position: relative;
    margin: 0;
    padding: 0;
  }

  #container canvas {
    height: 100%;
    width: 100%;
  }
  /* SERVICES SECTION TWO ENDS */

  /* SERVICES SECTION BEGINS */
  .services-three-text {
    width: 100%;
    padding: 5%;
    display: grid;
    background: var(--primary);
    color: var(--pale);
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  }

  .services-three-text h2 {
    font-size: 1em;
  }

  .services-three-text ul {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    display: flex;
    flex-direction: column;
    /* justify-self: center; */
  }

  .services-three-text ul span {
    width: 95%;
  }

  .services-three-text ul li {
    margin: 0 16px;
    list-style: circle;
  }
  /* SERVICES SECTION THREE ENDS */

  /* SERVICES SECTION FOUR BEGINS */
  .services-four-sec {
    padding: 5%;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }

  .services-box {
    display: flex;
    flex-direction: column;
  }

  .services-box img {
    min-width: 100%;
    display: flex;
  }

  /* SERVICES SECTION FOUR ENDS */
  /* SERVICES PAGE ENDS */

  /* ABOUT US PAGE PAGE BEGINS */

  .about-sec-one {
    height: 100vh;
    padding: 0;
  }

  .about-sec-one-text {
    width: 100%;
    padding: 1em;

    position: absolute;
    bottom: 0;
  }

  .about-sec-one-text h1 {
    padding: 0.5em 0;
    font-size: 1.5em;
  }

  .about-sec-two {
    height: 210vw;
    background-position: top;
    background-size: contain;
  }

  .about-sec-two-text {
    width: 100%;
    padding: 70% 10%;
    right: 0;
  }

  .about-sec-two-text h1 {
    padding: 0.5em 0;
    font-size: 1.5em;
  }
  .about-sec-two-text p {
    padding: 0.5em 0;
  }

  /* ABOUT US PAGE ENDS */

  /* CLIENTS PAGE BEGINS */

  /* CLIENTS US PAGE ENDS */

  /* CAREERS PAGE BEGINS */

  .careers-sec-one-text {
    width: 90%;
    padding: 1em;
  }

  .careers-sec-one-text h1 {
    padding: 0.5em 0 0 0;
    font-size: 1.5em;
  }

  .careers-sec-one-text h1:nth-child(odd) {
    padding: 0 0 0.5em 0;
  }

  .careers-sec-two {
    height: 240vw;
    width: 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
  }

  .careers-sec-two-img {
    width: 100%;
    height: auto;
    background: url("../img/careers/culture-at-esveetech.jpg");
    background-position: top;
    background-repeat: no-repeat;
  }

  .careers-sec-two-text {
    width: 100%;
    padding: 120% 5%;
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: bottom;
    right: 0;
  }

  .careers-sec-two-text h1 {
    padding: 0.5em 0;
    font-size: 1.5em;
  }

  .careers-sec-two-text p {
    padding: 0.5em 0;
  }

  .page-wrapper {
    max-width: 90%;
    padding: 0;
    margin: 0 auto;
  }

  .expandable-card {
    position: relative;
    margin-bottom: 16px;
  }

  [cardContent] {
    position: relative;
    background: transparent;
    /* border-radius: 50px; */
    /* box-shadow: 0 2px 30px 1px rgba(0, 0, 0, 0.1); */
    cursor: pointer;
    max-width: 97vw;
  }

  [cardContent] [collapsedContent] {
    /* display: flex;
	flex-direction: row; */
    padding: 24px 0;
    text-align: center;
    justify-content: center;
    /* grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); */
    /* background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    background: var(--primary);
  }
  [cardContent] [expandedContent] {
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    padding: 0;
    overflow: hidden;
    /* height: auto; */
    text-align: left;
  }

  .expanding-card--backdrop {
    /* background: black; */
    /* opacity: .50; */
  }

  .expandable-card--title {
    font-size: 1em;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 8px;
    font-family: "Montserrat", sans-serif;
    color: var(--light);
  }

  .col:first-child {
    margin-right: 24px;
  }

  .expanding-card--placeholder {
    position: relative;
    height: 0;
    visibility: hidden;
  }

  .mock-content {
    background: var(--white);
    padding: 2% 10% !important;
    margin: 0 !important;
  }

  .mock-content .mock-content-line {
    background: #888888;
    height: 16px;
    margin-bottom: 8px;
  }

  .mock-content p {
    margin-top: 2em;
  }

  /* CAREERS PAGE ENDS */

  /* CASESTUDIES PAGES BEGINS */

  /* INQUIZ CASESTUDY PAGE BEGINS */

  .inquiz-case-study-wrapper {
    padding: 10% 0 0 0;
  }

  .inquiz-case-study-sec-one-img {
    width: 100%;
  }

  .inquiz-case-study-sec-one-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .inquiz-case-study-sec-one-text {
    width: 100%;
    align-self: center;
    padding: 5%;
  }

  .inquiz-case-study-logo {
    display: flex;
    align-items: center;
    justify-self: center;
  }

  .inquiz-case-study-logo-img {
    /* width: 30%; */
    margin-right: -15%;
  }

  .inquiz-case-study-logo-img img {
    width: 50%;
  }

  .inquiz-case-study-logo-name h1 {
    font-size: 1.2em;
  }

  .inquiz-case-study-one-content h1 {
    margin: 5% 0;
    color: var(--accent);

    font-size: 1.5em;
  }

  /* SECTION TWO */

  .inquiz-case-study-sec-two {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    padding: 5% 0;
    background: url("../img/casestudies/case-study-blob-two.svg");
    background-position: left;
    /* background-size: 50%; */
    background-repeat: no-repeat;
    /* background-color: var(--white); */
  }

  .inquiz-case-study-sec-two-img {
    width: 100%;
    padding: 10%;
  }

  .inquiz-case-study-sec-two-img img {
    width: 100%;
  }

  .inquiz-case-study-sec-two-text {
    width: 90%;
  }

  .inquiz-case-study-two-content h1 {
    font-size: 1.5em;
  }

  /* SECTION THREE */

  .inquiz-case-study-sec-three {
    padding: 10% 5%;
    background: var(--pale);
  }

  .inquiz-case-study-sec-three h3 {
    text-align: center;
    font-size: 1em;
  }

  .inquiz-casestudy-section-challenges {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-content: center;
    justify-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .inquiz-casestudy-box {
    margin: 5%;
    width: 100%;
    display: grid;
    grid-auto-flow: column;
  }

  .inquiz-challenges-text {
    width: 95%;
  }

  .inquiz-challenges-text h4 {
    font-size: 1.3em;
  }

  /* SECTION FOUR */
  .inquiz-case-study-sec-four {
    padding: 10% 5%;
  }

  .inquiz-case-study-sec-four h3 {
    font-size: 1em;
  }

  .inquiz-casestudy-section-solutions {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .inquiz-solutions-text {
    margin-left: 5%;
    width: 95%;
  }

  .inquiz-solutions-text h4 {
    font-size: 1.3em;
  }

  /* SECTION FIVE */

  .next-case-study a h1 {
    font-size: 1.5em;
  }

  /* INQUIZ CASESTUDY PAGE ENDSS */

  /* ANYREQUIREMENT CASESTUDY PAGE BEGINS */
  .anyrequirement-case-study-wrapper {
    height: 100%;
    width: 100%;
    padding: 10% 0 0 0;
    margin: 0 auto;
    /* background: url('../img/casestudies/dot-grid.png'); */
  }

  .anyrequirement-case-study-sec-one {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding: 10% 0;
    /* background: url('../img/casestudies/case-study-blob.svg'); */
    background-position: center;
    background-repeat: no-repeat;
  }

  .anyrequirement-case-study-sec-one-img {
    width: 100%;
    text-align: center;
  }

  .anyrequirement-case-study-sec-one-img img {
    width: 80%;
    margin-top: 5%;
  }

  .anyrequirement-case-study-sec-one-text {
    width: 100%;
    align-self: center;
    padding: 5%;
  }

  .anyrequirement-case-study-logo {
    align-items: flex-start;
    flex-direction: column;
  }

  .anyrequirement-case-study-logo-name h1 {
    font-size: 1.5em;
  }

  .anyrequirement-case-study-logo-img {
    /* width: 30%; */
    margin-right: 5%;
  }

  .anyrequirement-case-study-logo-img img {
    width: 50%;
    margin-bottom: 10%;
  }

  .anyrequirement-case-study-one-content h1 {
    font-size: 1.5em;
  }

  /* SECTION TWO */

  .anyrequirement-case-study-sec-two {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    padding: 10% 0;
    background: url("../img/casestudies/case-study-blob-two.svg");
    background-position: left;
    /* background-size: 50%; */
    background-repeat: no-repeat;
    /* background-color: var(--white); */
  }

  .anyrequirement-case-study-sec-two-text {
    width: 90%;
  }

  .anyrequirement-case-study-two-content h1 {
    font-size: 1.5em;
  }

  /* SECTION THREE */

  .anyrequirement-case-study-sec-three {
    padding: 10%;
  }

  .anyrequirement-case-study-sec-three h3 {
    font-size: 1em;
  }

  .anyrequirement-casestudy-section-challenges {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-content: center;
    justify-items: center;
    width: 100%;
    height: 100%;
    padding: 5% 0;
  }

  .anyrequirement-casestudy-box {
    margin: 5%;
    width: 100%;
    display: grid;
    grid-auto-flow: column;
  }

  .anyrequirement-challenges-icon {
    height: 100%;
    width: 40px;
    text-align: center;
  }

  .anyrequirement-challenges-text {
    margin-left: 5%;
    width: 95%;
  }

  .anyrequirement-challenges-text h4 {
    margin-bottom: 1rem;
    font-size: 1.3em;
  }

  .anyrequirement-challenges-text p {
    line-height: 1.8;
  }
  /* SECTION FOUR */
  .anyrequirement-case-study-sec-four {
    padding: 10% 5%;
  }

  .anyrequirement-case-study-sec-four h3 {
    font-size: 1em;
  }

  .anyrequirement-casestudy-section-solutions {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding: 5%;
  }

  .anyrequirement-solutions-text {
    width: 90%;
  }

  .anyrequirement-solutions-text h4 {
    font-size: 1.3em;
  }

  .anyrequirement-solutions-text p {
    line-height: 1.8;
  }

  /* SECTION FIVE */

  .next-case-study a h1 {
    font-size: 1.5em;
  }

  /* ANYREQUIREMENT CASESTUDY PAGE BEGINS */

  /* CASESTUDIES PAGES ENDS */

  .job-openings > div > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media print {
  body * {
    visibility: hidden;
  }

  button {
    display: none;
  }

  #section-to-print,
  #section-to-print * {
    visibility: visible;
  }
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }

  #section-to-print > div {
    margin: 4rem auto;
  }
}

.print-button {
  background: var(--white);
  border: 0.5px solid #000;
  padding: 1rem;
  border-radius: 100px;

  position: fixed;
  right: 3rem;
  bottom: 3rem;
}

.print-button:hover,
.print-button:focus {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
}

button:focus {
  border: none;
  outline: none;
}

.sap-services-box {
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 4% 0 8% 0;
  height: 100% !important;
}

.sap-services-text {
  width: 100%;
  max-width: 700px;
  color: var(--pale);
  padding: 0 1em;
}

.sap-services-text h1 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}

.sap-image {
  padding: 1em;
}

.sap-image img {
  width: 100%;
  max-width: 1000px;
}
