/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./case-study/caseStudy.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);
/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./case-study/caseStudy.scss (1) ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**************************************************************************************
* Resetting CSS
**************************************************************************************/
:root {
  --body-background: #FFFFFF;
}

::selection {
  background-color: rgba(60, 11, 66, 0.6470588235);
  color: #EFEAF1;
}

:focus {
  outline: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  vertical-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
  margin: 0;
  padding: 0;
  -webkit-appearance: value;
  -moz-appearance: value;
  appearance: value;
}

a,
button,
img a,
input {
  transition: all ease-in 0.3s;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 10px;
}
@media (max-width: 93.75em) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 65.625em) {
  html {
    font-size: 8px;
  }
}

body {
  font-family: "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--body-background);
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  height: auto;
  max-width: 100%;
}

input,
button,
textarea,
select {
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  font: inherit;
  border: none;
  font-size: 1.4rem;
  background-color: transparent;
  padding-left: 7px;
}

select {
  appearance: none;
  cursor: pointer;
  padding: 1rem 3rem 0.2rem 0;
  padding-left: 7px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
  list-style: none;
}

a {
  text-decoration: none;
  color: #2A2828;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

.main--container {
  display: grid;
  align-items: start;
  justify-items: start;
  row-gap: 80px;
  width: 100vw;
  margin: 0 0 100px 0;
  grid-template-columns: [full-start] minmax(16rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(16rem, 1fr) [full-end];
}
@media (max-width: 93.75em) {
  .main--container {
    row-gap: 70px;
    margin: 0 0 80px 0;
    grid-template-columns: [full-start] minmax(80px, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(80px, 1fr) [full-end];
  }
}
@media (max-width: 65.625em) {
  .main--container {
    row-gap: 60px;
    margin: 0 0 60px 0;
    grid-template-columns: [full-start] minmax(40px, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(40px, 1fr) [full-end];
  }
}
@media (max-width: 31.25em) {
  .main--container {
    row-gap: 50px;
    margin: 0 0 40px 0;
    grid-template-columns: [full-start] minmax(20px, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(20px, 1fr) [full-end];
  }
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

abbr {
  text-decoration: none;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

:root {
  --faq-heading-color: #000;
  --faq-question-color: #424242;
  --faq-question-icon-color: #562762;
  --color-faq-light-3: #737373;
  --faq-btn-color: #3d0743;
}

.faq-section {
  grid-column: center-start/center-end;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 100%;
}
.faq-section .faq-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-left: 1.3rem;
  width: 70%;
}
@media (max-width: 65.625em) {
  .faq-section .faq-content {
    width: 100%;
  }
}
@media (max-width: 31.25em) {
  .faq-section .faq-content {
    gap: 1.5rem;
  }
}
.faq-section .faq-content .faq {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}
.faq-section .faq-content .faq.hidden-faq {
  display: none;
}
.faq-section .faq-content .faq .faq-question {
  border: none;
  background: transparent;
  color: var(--faq-question-color);
  font-family: Roboto;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26.4px;
  display: flex;
  align-items: baseline;
  text-align: left;
  gap: 1.9rem;
  cursor: pointer;
  position: relative;
}
@media (max-width: 31.25em) {
  .faq-section .faq-content .faq .faq-question {
    font-size: 14px;
  }
}
.faq-section .faq-content .faq .faq-question:focus {
  box-shadow: none;
}
.faq-section .faq-content .faq .faq-question span {
  margin-left: 40px;
  color: var(--faq-question-color);
  font-family: Roboto;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26.4px;
}
@media (max-width: 31.25em) {
  .faq-section .faq-content .faq .faq-question span {
    margin-left: 20px;
  }
}
.faq-section .faq-content .faq .faq-question::after {
  background: var(--faq-btn-color);
  content: "";
  height: 2px;
  margin-right: 37px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
}
@media (max-width: 31.25em) {
  .faq-section .faq-content .faq .faq-question::after {
    top: 40%;
    width: 8px;
  }
}
.faq-section .faq-content .faq .faq-question::before {
  background: var(--faq-btn-color);
  content: "";
  height: 2px;
  margin-right: 37px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 14px;
}
@media (max-width: 31.25em) {
  .faq-section .faq-content .faq .faq-question::before {
    top: 40%;
    width: 8px;
  }
}
.faq-section .faq-content .faq-answer {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  color: var(--color-faq-light-3);
  font-family: Roboto;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 26.4px;
  transition: transform 0.2s linear;
  transform: translateX(0px);
  /* 120% */
  padding-left: 3.9rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 31.25em) {
  .faq-section .faq-content .faq-answer {
    font-size: 14px;
  }
}
.faq-section .faq-content .faq-answer ul {
  list-style-type: disc;
}
.faq-section .faq-content .faq-answer ul li a {
  color: var(--faq-question-icon-color);
  font-weight: 500;
}
.faq-section .faq-content .faq-answer ul li .highlight {
  font-weight: 500;
}
.faq-section .faq-content .faq-answer ol {
  list-style-type: auto;
}
.faq-section .faq-content .faq-answer.faq-show {
  display: block;
  animation: display-ans 2s ease;
}
@keyframes display-ans {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.faq-section .faq-content .faq-answer p {
  color: inherit;
  font-size: inherit;
}
.faq-section .faq-content .faq-answer p a {
  color: var(--faq-question-icon-color);
  text-decoration: underline;
  font-weight: 500;
}
.faq-section .faq.active .faq-question::before {
  opacity: 0;
}
.faq-section .faq.active .faq-answer {
  height: auto;
  opacity: 1;
  transform: translateX(0px);
}
.faq-section .faq.active .faq-question-icon .faq-plus {
  opacity: 0;
}
.faq-section .faq.active .faq-question-icon .faq-minus {
  opacity: 1;
}
.faq-section .faq-btn-div {
  padding-left: 5.2rem;
}
.faq-section .faq-btn-div .faq-view-btn {
  border: none;
  background-color: transparent;
  color: var(--faq-question-color);
  text-align: center;
  font-family: Roboto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  /* 212.5% */
  text-transform: capitalize;
  cursor: pointer;
}
.faq-section .faq-btn-div .faq-view-btn:focus {
  box-shadow: none;
}

:root {
  --color-dark: #2a2828;
  --color-dark-2: #424242;
  --color-dark-3: #737373;
  --color-dark-4: #424242de;
  --color-dark-purple: #3d0743;
  --color-purple: #91629c;
  --color-link-purple: #91629c;
  --color-text: #6b6b6b;
  --special-text-color: #424242;
  --heading-shadow: none;
  --table-background: #f5f5f559;
  --table-color: #562762;
  --color-text-table: #737373;
  --table-shadow: inset 2px 2px 8px #0000001f;
  --author-background: #ffffff;
  --cta-label: #787878;
  --cta-point: #a505b7;
  --cta-point-bg: linear-gradient(
    274deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(61, 7, 67, 0.15) 85%
  );
  --eGuide-background: url("https://smartitstaff.com/wp-content/uploads/2024/10/e-guide-background.webp");
}

section {
  grid-column: center-start/center-end;
  width: 100%;
}
section .heading-secondary {
  font-size: 3.6rem;
  font-family: roboto;
  font-weight: 400;
  color: #2a2828;
  margin-bottom: 5rem;
}
@media (max-width: 65.625em) {
  section .heading-secondary {
    font-size: 2.5rem;
    margin-left: 0;
    margin-bottom: 4rem;
    line-height: normal;
  }
}
@media (max-width: 31.25em) {
  section .heading-secondary {
    font-size: 2.25rem;
    margin-bottom: 3rem;
  }
}

h1 {
  color: #2a2828;
  font-family: "Roboto";
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-shadow: var(--heading-shadow);
}
@media (max-width: 31.25em) {
  h1 {
    font-size: 2.25rem;
  }
}

.main--container p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.6;
  color: #4a4a4a;
}
.main--container p,
.main--container ul,
.main--container ol {
  color: #4a4a4a;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 1.6;
}
.main--container p *,
.main--container ul *,
.main--container ol * {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.main--container p a,
.main--container ul a,
.main--container ol a {
  text-decoration: underline;
  color: #a742de;
  transition: color 0.3s ease;
}
.main--container p strong,
.main--container ul strong,
.main--container ol strong {
  font-weight: 500;
}

/********************* Hero Section ****************************/
.circle {
  background: linear-gradient(127deg, #ff80ad 18.49%, #ffd164 83.27%);
  border-radius: 50%;
  width: 143px;
  height: 143px;
  display: block;
  position: absolute;
  top: calc(-100% + 50px);
  left: 0%;
  transform: translateX(calc(-100% + 20px));
  z-index: -1;
}
.circle::before {
  content: "";
  background-color: #d9d9d9;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  top: -40%;
  left: 70%;
}
.circle::after {
  content: "";
  background-color: #d9d9d9;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0%;
  left: 110%;
}

.hero-section {
  grid-column: full-start/full-end;
  max-width: 140rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  width: 100%;
  gap: 1rem;
  padding: 100px 0px;
}
@media screen and (min-width: 1050px) {
  .hero-section {
    max-width: 10 0rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1180px) {
  .hero-section {
    max-width: 110rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1260px) {
  .hero-section {
    max-width: 120rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1350px) {
  .hero-section {
    max-width: 130rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hero-section {
    margin-top: 0;
  }
}
@media screen and (min-width: 770px) and (max-width: 1050px) {
  .hero-section {
    margin-top: 0;
  }
}
@media screen and (max-width: 770px) {
  .hero-section {
    margin-top: 0 !important;
  }
}
.hero-section > * {
  flex: 1;
}
@media (max-width: 93.75em) {
  .hero-section {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}
@media (max-width: 65.625em) {
  .hero-section {
    flex-direction: column-reverse;
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    padding: 0 5rem;
    width: 100%;
    gap: 3.75rem;
  }
}
@media (max-width: 31.25em) {
  .hero-section {
    padding: 0rem 2.5rem;
    margin-top: 1rem;
  }
}
.hero-section .heading-content {
  display: grid;
  grid-template-columns: 3fr 3fr;
}
.hero-section .heading-content h1 {
  position: relative;
  grid-column: span 2;
}
@media (max-width: 93.75em) {
  .hero-section .heading-content h1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 31.25em) {
  .hero-section .heading-content h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 65.625em) {
  .hero-section .heading-content {
    width: 100%;
  }
  .hero-section .heading-content .circle {
    display: none;
  }
}
.hero-section .heading-content .author-name {
  font-size: 2.4rem;
  margin-top: 5rem;
  color: var(--color-dark-2);
}
@media (max-width: 65.625em) {
  .hero-section .heading-content .author-name {
    margin-top: 3rem;
  }
}
@media (max-width: 31.25em) {
  .hero-section .heading-content .author-name {
    font-size: 1.75rem;
  }
}
.hero-section .heading-content .date-view-container {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  color: var(--color-dark-3);
}
.hero-section .heading-content .date-view-container svg {
  height: 2rem;
  width: 2rem;
}
@media (max-width: 31.25em) {
  .hero-section .heading-content .date-view-container svg {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.hero-section .heading-content .date-view-container span {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
@media (max-width: 31.25em) {
  .hero-section .heading-content .date-view-container span {
    margin-right: 1rem;
  }
  .hero-section .heading-content .date-view-container {
    font-size: 1.37rem;
  }
}
.hero-section .heading-content .social-blog {
  margin-top: 5rem;
  display: none;
}
.hero-section .heading-content .social-blog h3,
.hero-section .heading-content .social-blog .social-title {
  font-weight: 400;
  text-decoration: underline;
  font-size: 1.3rem;
  color: var(--color-dark-3);
}
@media (max-width: 65.625em) {
  .hero-section .heading-content .social-blog {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 3rem;
  }
}
.hero-section .heading-content .social-icons {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 31.25em) {
  .hero-section .heading-content .social-icons {
    gap: 0;
  }
}
.hero-section .heading-content .social-icons a {
  color: var(--color-dark-3);
  padding: 4px;
}
.hero-section .heading-content .social-icons svg {
  height: 15px;
  width: 16px;
}
@media (max-width: 31.25em) {
  .hero-section .heading-content .social-icons svg {
    height: 15px;
    width: 18px;
  }
}

/********************* Table content Section ****************************/
.main-blog {
  display: grid;
  grid-column: full-start/full-end;
  width: 100%;
  margin: 0 auto;
  position: relative;
  grid-template-columns: [full-start] minmax(16rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(16rem, 1fr) [full-end];
}
@media (max-width: 93.75em) {
  .main-blog {
    grid-template-columns: [full-start] minmax(80px, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 12.8rem) [col-end]) [center-end] minmax(80px, 1fr) [full-end];
  }
}
@media (max-width: 65.625em) {
  .main-blog {
    display: flex;
    flex-direction: column;
    position: relative;
  }
}
.main-blog h3 {
  font-size: 2rem;
  color: #2a2828;
  font-weight: 500;
}
.main-blog h3 span {
  display: none;
}

.banner-image {
  position: relative;
  display: flex;
  gap: 5rem;
}
.banner-image picture {
  display: flex;
  justify-content: end;
}
.banner-image picture img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 65.625em) {
  .banner-image picture img {
    width: 70%;
  }
}
@media (max-width: 31.25em) {
  .banner-image picture img {
    width: 95%;
  }
}
@media (max-width: 65.625em) {
  .banner-image {
    align-items: flex-end;
    width: 100%;
    justify-content: center;
    gap: 5rem;
  }
}
.banner-image .circle {
  display: none;
}
@media (max-width: 65.625em) {
  .banner-image .circle {
    width: 10.1rem;
    height: 10.1rem;
    display: block;
    top: unset;
    left: 0;
    transform: translate(0);
    position: relative;
    flex-shrink: 0;
  }
}
@media (max-width: 65.625em) and (max-width: 31.25em) {
  .banner-image .circle {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 65.625em) {
  .banner-image .circle::before {
    width: 29px;
    height: 29px;
  }
}
@media (max-width: 65.625em) and (max-width: 31.25em) {
  .banner-image .circle::before {
    width: 15px;
    height: 15px;
    top: -50%;
  }
}
@media (max-width: 65.625em) {
  .banner-image .circle::after {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 65.625em) and (max-width: 31.25em) {
  .banner-image .circle::after {
    width: 5px;
    height: 5px;
    top: -10%;
  }
}

.table-of-content {
  grid-column: full-start/col-end 2;
  margin: 0 5rem;
  position: relative;
}
@media (max-width: 93.75em) {
  .table-of-content {
    grid-column: full-start/col-end 3;
  }
}
@media (max-width: 65.625em) {
  .table-of-content {
    width: 100%;
    margin: 0;
    z-index: 2;
    position: sticky;
    top: 65.9px;
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 31.25em) {
  .table-of-content {
    top: 62px;
  }
}
.table-of-content .table__wrapper {
  /*max-height: calc(100vh - 110px);*/
  position: sticky;
  top: 12rem;
  left: 0;
}
@media (max-width: 65.625em) {
  .table-of-content .table__wrapper {
    position: unset;
  }
}
.table-of-content h3,
.table-of-content .toc-heading {
  font-size: 2rem;
  color: var(--color-dark-purple);
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 93.75em) {
  .table-of-content h3,
  .table-of-content .toc-heading {
    line-height: 18px;
  }
}
@media (max-width: 65.625em) {
  .table-of-content h3,
  .table-of-content .toc-heading {
    background-color: #3d0743;
    color: #ffffff;
    padding: 15px 5rem;
    display: flex;
    cursor: pointer;
    width: 100vw;
    justify-content: space-between;
    line-height: 16px;
  }
}
@media (max-width: 65.625em) and (max-width: 31.25em) {
  .table-of-content h3,
  .table-of-content .toc-heading {
    font-size: 1.75rem;
  }
}
@media (max-width: 31.25em) {
  .table-of-content h3,
  .table-of-content .toc-heading {
    padding: 15px 2.5rem;
    line-height: 14px;
  }
}
.table-of-content h3 .hidden-arrow,
.table-of-content .toc-heading .hidden-arrow {
  display: none;
}
@media (max-width: 65.625em) {
  .table-of-content h3 .hidden-arrow,
  .table-of-content .toc-heading .hidden-arrow {
    display: block;
  }
}
.table-of-content .table {
  border-right: 1px solid rgba(115, 115, 115, 0.2);
  padding: 2.4rem 0;
}
@media (max-width: 65.625em) {
  .table-of-content .table {
    padding: 0;
  }
}
.table-of-content .table.active .title-list {
  max-height: 500px;
  opacity: 1;
  transition: max-height 0.2s ease-out, opacity 0.1s ease-out 0.1s;
}
.table-of-content .table.active li {
  pointer-events: all;
}
.table-of-content .table.active .hidden-arrow {
  rotate: 180deg;
}
.table-of-content .title-list {
  font-size: 1.6rem;
  color: var(--color-text);
  font-weight: 500;
  display: flex;
  line-height: 1.5;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 65.625em) {
  .table-of-content .title-list {
    margin: 0;
    padding: 0rem 5rem;
    max-height: 0px;
    gap: 0;
    opacity: 0;
    background-color: #f5f5f5;
    transition: max-height 0.2s ease-out;
  }
}
@media (max-width: 31.25em) {
  .table-of-content .title-list {
    padding: 0rem 2.5rem;
    font-size: 1.4rem;
  }
}
.table-of-content .title-list li {
  padding-right: 2rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 65.625em) {
  .table-of-content .title-list li {
    padding: 0;
    pointer-events: none;
    color: #424242;
    margin: 2.5rem 0;
  }
}
@media (max-width: 31.25em) {
  .table-of-content .title-list li {
    margin: 2rem 0;
  }
}
.table-of-content .title-list li.active-title {
  color: var(--color-purple);
}
@media (max-width: 65.625em) {
  .table-of-content .title-list li.active-title {
    color: #91629c;
  }
}
.table-of-content .title-list li.active-title::before {
  opacity: 1;
}
.table-of-content .title-list li::before {
  content: "";
  position: absolute;
  height: 100%;
  opacity: 0;
  top: 0;
  width: 0.3rem;
  right: 0;
  background: var(--border-gradient);
  display: block;
}
@media (max-width: 65.625em) {
  .table-of-content .title-list li::before {
    display: none;
  }
}
.table-of-content .hidden-arrow {
  transition: all 0.3s ease;
}
.table-of-content .social-blog {
  margin-top: 5rem;
  position: relative;
}
@media (max-width: 65.625em) {
  .table-of-content .social-blog {
    display: none;
  }
}
.table-of-content .social-icons {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
.table-of-content .social-icons a {
  color: var(--color-dark-3);
}
.table-of-content .social-icons svg {
  height: 20px;
  width: 20px;
}
.table-of-content .social-icons .copylink {
  cursor: pointer;
}
.table-of-content .social-icons .copylink .copied_text {
  position: absolute;
  background: rgba(126, 211, 33, 0.46);
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  width: max-content;
  height: max-content;
  transition: opacity 0.5s ease;
  pointer-events: none;
  top: -20px;
  left: 50%;
  opacity: 0;
}
.table-of-content .social-icons .copylink .copied_text .link_copied {
  border-radius: 8px;
  font-size: 1.2rem;
  color: #ffffff;
  padding: 10px 20px;
}
@media (max-width: 93.75em) {
  .table-of-content .social-icons .copylink .copied_text .link_copied {
    font-size: 1rem;
  }
  .table-of-content .social-icons .copylink .copied_text {
    top: -10px;
  }
}
@media (max-width: 65.625em) {
  .table-of-content .social-icons .copylink .copied_text {
    left: 35%;
  }
}
@media (max-width: 31.25em) {
  .table-of-content .social-icons .copylink .copied_text {
    left: 35%;
  }
}

.blog-details {
  grid-column: col-start 3/full-end;
  max-width: 1050px;
  margin-right: 5rem;
  /*E-Guide Form in Content*/
}
@media screen and (max-width: 1700px) {
  .blog-details {
    max-width: 880px;
  }
}
@media screen and (max-width: 1520px) {
  .blog-details {
    max-width: 700px;
  }
}
@media screen and (max-width: 1400px) {
  .blog-details {
    max-width: 670px;
  }
}
@media screen and (max-width: 1300px) {
  .blog-details {
    max-width: 660px;
  }
}
@media screen and (max-width: 1200px) {
  .blog-details {
    max-width: 640px;
  }
}
@media screen and (max-width: 1100px) {
  .blog-details {
    max-width: 600px;
  }
}
@media screen and (max-width: 1050px) {
  .blog-details {
    max-width: 1200px;
  }
}
@media (max-width: 93.75em) {
  .blog-details {
    grid-column: col-start 4/full-end;
  }
}
@media (max-width: 65.625em) {
  .blog-details {
    margin: 0;
  }
  .blog-details > *:not(img):not(.wp-block-image) {
    padding: 0 4rem;
  }
}
@media (max-width: 31.25em) {
  .blog-details > *:not(img):not(.wp-block-image) {
    padding: 0 2.5rem;
  }
}
.blog-details .top-stats-section {
  display: flex;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
}
@media screen and (max-width: 1050px) {
  .blog-details .top-stats-section {
    width: 90%;
    padding: 0rem !important;
    margin: 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-details .top-stats-section {
    width: 85%;
  }
}
@media screen and (max-width: 850px) {
  .blog-details .top-stats-section {
    flex-direction: column;
  }
}
.blog-details .top-stats-section .stats-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2rem;
  border-right: 1px solid #d9d9d9;
  width: 25%;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 850px) {
  .blog-details .top-stats-section .stats-div {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    border-right: none;
  }
}
.blog-details .top-stats-section .stats-div .svg-flex {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.blog-details .top-stats-section .stats-div .svg-flex svg {
  width: 22%;
}
@media screen and (max-width: 850px) {
  .blog-details .top-stats-section .stats-div .svg-flex svg {
    width: unset;
  }
}
@media screen and (max-width: 500px) {
  .blog-details .top-stats-section .stats-div .svg-flex svg {
    width: 10%;
  }
}
@media screen and (min-width: 1050px) {
  .blog-details .top-stats-section .stats-div .svg-flex svg {
    min-width: 22%;
  }
}
.blog-details .top-stats-section .stats-div .svg-flex .div-content .stats-title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #512456;
  margin-bottom: 0.2rem;
  margin-top: 1.5rem;
  transition: all 0.2s ease-in;
  /* Adding transition for color with delay */
}
@media screen and (max-width: 1050px) {
  .blog-details .top-stats-section .stats-div .svg-flex .div-content .stats-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .blog-details .top-stats-section .stats-div .svg-flex .div-content .stats-title {
    font-size: 13px;
  }
}
.blog-details .top-stats-section .stats-div .svg-flex .div-content .btn-heading {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #512456;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  text-align: center;
  transition: all 0.2s ease-in;
  /* Adding transition for color with delay */
}
@media screen and (max-width: 1050px) {
  .blog-details .top-stats-section .stats-div .svg-flex .div-content .btn-heading {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .blog-details .top-stats-section .stats-div .svg-flex .div-content .btn-heading {
    font-size: 14px;
  }
}
@media screen and (max-width: 850px) {
  .blog-details .top-stats-section .stats-div .svg-flex .div-content .btn-heading {
    text-align: left;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.blog-details .top-stats-section .stats-div .svg-flex .div-content .stats-details {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #424242;
  margin-bottom: 2rem;
  transition: all 0.2s ease-in;
  /* Adding transition for color with delay */
}
@media screen and (max-width: 1050px) {
  .blog-details .top-stats-section .stats-div .svg-flex .div-content .stats-details {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .blog-details .top-stats-section .stats-div .svg-flex .div-content .stats-details {
    font-size: 11px;
  }
}
.blog-details .top-stats-section .stats-div:hover {
  background-color: #512456;
  /* Background color on hover */
}
.blog-details .top-stats-section .stats-div:hover .svg-flex .div-content .stats-title {
  color: #fff;
}
.blog-details .top-stats-section .stats-div:hover .svg-flex .div-content .stats-details {
  color: #fff;
}
@media screen and (max-width: 850px) {
  .blog-details .top-stats-section .stats-div-btn {
    flex-direction: row;
  }
}
.blog-details ul,
.blog-details li,
.blog-details p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1.2rem;
}
@media (max-width: 31.25em) {
  .blog-details ul,
  .blog-details li,
  .blog-details p {
    font-size: 1.75rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.blog-details li {
  list-style: disc;
  margin: 1.5rem 5rem;
  list-style-position: outside;
}
.blog-details ol li {
  list-style: decimal !important;
}
.blog-details img {
  margin: 5rem 0;
}
@media (max-width: 31.25em) {
  .blog-details img {
    margin: 2.5rem 0;
  }
}
.blog-details .high-width-class {
  width: 75%;
  margin: 0 auto;
}
.blog-details h2 {
  font-size: 3rem;
  color: #2a2828;
  margin-bottom: 4rem;
  margin-top: 5rem;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 93.75em) {
  .blog-details h2 {
    font-size: 3rem;
  }
}
@media (max-width: 31.25em) {
  .blog-details h2 {
    font-size: 2.2rem;
    margin-bottom: 3.5rem;
    margin-top: 4.5rem;
  }
}
.blog-details h3 {
  font-size: 2.5rem;
  margin-bottom: 3.5rem;
  margin-top: 4.5rem;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 31.25em) {
  .blog-details h3 {
    font-size: 2rem;
    margin-bottom: 3rem;
    margin-top: 4rem;
  }
}
.blog-details h4 {
  color: var(--color-dark);
  font-size: 2.2rem;
  margin-bottom: 3rem;
  margin-top: 4rem;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 31.25em) {
  .blog-details h4 {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
    margin-top: 3.5rem;
  }
}
.blog-details h5 {
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
  margin-top: 3.5rem;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 31.25em) {
  .blog-details h5 {
    font-size: 1.7rem;
    margin-bottom: 2rem;
    margin-top: 3rem;
  }
}
.blog-details h6 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  margin-top: 3rem;
  line-height: 1.3;
  font-weight: 500;
}
@media (max-width: 31.25em) {
  .blog-details h6 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
  }
}
.blog-details h3,
.blog-details h4,
.blog-details h5,
.blog-details h6 {
  color: #2a2828;
}
.blog-details strong {
  font-weight: 500;
}
.blog-details .wp-caption {
  width: unset !important;
}
.blog-details .wp-block-image img {
  width: 100% !important;
  height: auto;
}
.blog-details .wp-caption-text,
.blog-details .wp-element-caption {
  font-size: 1.4rem;
  text-align: right;
  margin-top: -36px;
  font-style: italic;
  margin-right: 10px;
  color: var(--color-dark-3);
  font-family: roboto;
  font-weight: 400;
}
@media (max-width: 31.25em) {
  .blog-details .wp-caption-text,
  .blog-details .wp-element-caption {
    margin-top: -15px;
  }
}
.blog-details .wp-element-caption {
  padding-bottom: 10px;
}
.blog-details .special-div {
  display: flex;
  position: relative;
  cursor: pointer;
  margin: 3rem 0;
}
.blog-details .special-div::before {
  content: "";
  background: linear-gradient(180deg, #ff80ad 0%, #ffd164 100%);
  width: 5px;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
}
.blog-details .special-div::after {
  background-color: red;
  content: "";
  background: linear-gradient(90deg, #3d0743 4.09%, #91629c 100%);
  width: 0px;
  height: 100%;
  left: 5px;
  position: absolute;
  transition: all 0.3s ease;
  z-index: 0;
}
.blog-details .special-div:hover .inner-content * {
  color: #ffffff;
}
.blog-details .special-div:hover:after {
  width: 100%;
}
.blog-details .special-div .inner-content {
  padding: 3rem 5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-weight: 500;
  z-index: 1;
}
.blog-details .special-div .inner-content * {
  color: var(--special-text-color);
  transition: all 0.3s ease;
}
.blog-details .special-div .inner-content h3 {
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 31.25em) {
  .blog-details .special-div .inner-content h3 {
    font-size: 2rem;
  }
  .blog-details .special-div .inner-content h3 * {
    font-size: 2rem;
  }
}
.blog-details .special-div .inner-content a {
  text-decoration: underline;
  color: var(--color-link-purple);
}
.blog-details .special-div .inner-content strong {
  font-weight: 500;
}
.blog-details .special-div .inner-content span {
  text-align: right;
  font-family: Roboto;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: normal;
  display: block;
}
@media (max-width: 31.25em) {
  .blog-details .special-div .inner-content span {
    font-size: 1.7rem;
  }
}
.blog-details .special-div .inner-content span em {
  font-style: italic;
}
.blog-details table {
  font-size: 1.6rem;
  border-collapse: collapse;
  width: 100%;
  margin: 3rem 0;
}
@media (max-width: 65.625em) {
  .blog-details table {
    width: calc(100% - 8rem);
    margin: 3rem auto;
  }
}
@media (max-width: 31.25em) {
  .blog-details table {
    font-size: 1.4rem;
  }
}
.blog-details td,
.blog-details th {
  padding: 1.5rem;
  color: var(--color-text-table);
}
.blog-details th {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.6rem;
  text-align: left;
  background-color: var(--table-background);
  font-weight: 500;
  box-shadow: var(--table-shadow);
  color: var(--table-color);
}
.blog-details .eguid-content-form-box {
  margin-left: 18px;
  margin-top: 25px;
  margin-bottom: 25px;
  background: var(--eGuide-background);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding-right: 5rem;
  padding-left: 5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-size: cover;
  border-radius: 10px;
}
@media (max-width: 31.25em) {
  .blog-details .eguid-content-form-box {
    margin-left: 0;
  }
}
.blog-details .eguid-content-form-box .topic {
  margin-bottom: 16px;
}
.blog-details .eguid-content-form-box .topic .topic-label {
  width: max-content;
  border-radius: 7px;
  background-image: var(--cta-point-bg);
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-details .eguid-content-form-box .topic .topic-label .point {
  background: #a505b7;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  filter: blur(2px);
  border: 2px solid var(--cta-point);
}
.blog-details .eguid-content-form-box .topic .topic-label span {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: var(--cta-label);
}
.blog-details .eguid-content-form-box .form-content {
  display: flex;
  gap: 45px;
}
@media (max-width: 31.25em) {
  .blog-details .eguid-content-form-box .form-content {
    flex-direction: column;
    gap: 18px;
  }
}
.blog-details .eguid-content-form-box .form-content .form-img img {
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.blog-details .eguid-content-form-box .form-content #eguide-content-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.blog-details .eguid-content-form-box .form-content #eguide-content-form .form-heading {
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
  color: var(--color-dark-2);
  font-family: Roboto;
}
.blog-details .eguid-content-form-box .form-content #eguide-content-form .field-box input {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--color-dark-3);
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-dark-3);
  margin-bottom: 5px;
}
.blog-details .eguid-content-form-box .form-content #eguide-content-form .form-btn-box {
  display: flex;
  justify-content: end;
}
.blog-details .eguid-content-form-box .form-content #eguide-content-form .form-btn-box .eguide-submit {
  cursor: pointer;
  display: block;
  width: max-content;
  border-radius: 6px;
  padding: 12px 20px;
  background-color: #8a6499;
  color: #ffffff;
}

.cta-section .description {
  margin-bottom: 5rem;
}
.cta-section .img-and-form-container {
  display: flex;
  align-items: center;
}
.cta-section .img-and-form-container .contact-us-form-wrapper {
  width: 100%;
  background-color: #fafafa;
  border-radius: 8px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 35px 40px 0px 40px;
}
@media screen and (max-width: 1200px) {
  .cta-section .img-and-form-container .contact-us-form-wrapper {
    padding: 15px 20px 0px 20px;
  }
}
@media (max-width: 65.625em) {
  .cta-section .img-and-form-container .contact-us-form-wrapper {
    width: 100%;
    padding: 15px 20px 15px 20px;
  }
}
.cta-section .img-and-form-container .contact-us-form-wrapper p {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  color: #2a2828;
}
@media (max-width: 65.625em) {
  .cta-section .img-and-form-container .contact-us-form-wrapper p {
    font-size: 20px;
  }
}
@media (max-width: 31.25em) {
  .cta-section .img-and-form-container .contact-us-form-wrapper p {
    font-size: 18px;
  }
}
.cta-section .img-and-form-container .contact-us-form-wrapper form {
  padding: 40px 40px;
  border-radius: 8px;
  background: var(--form-background);
  box-shadow: 0px 4px 8px 0px var(--shadow-color);
  position: relative;
  z-index: 2;
}
@media (max-width: 93.75em) {
  .cta-section .img-and-form-container .contact-us-form-wrapper form {
    padding: 40px 35px;
  }
}
@media (max-width: 65.625em) {
  .cta-section .img-and-form-container .contact-us-form-wrapper form {
    padding: 20px 15px;
  }
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  position: relative;
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper .select {
  display: flex;
  align-items: center;
  padding-bottom: 0.4rem;
  position: relative;
  border-bottom: 1px solid #cccccc;
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper .select select {
  padding-top: 0;
  padding-bottom: 0;
  flex-shrink: 0;
  padding-left: 0px;
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper .select svg {
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 45%;
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper .drop-down-container {
  display: flex;
  position: relative;
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper .drop-down-container svg {
  position: absolute;
  right: 0;
  top: 1.5rem;
  cursor: pointer;
  z-index: -1;
  display: none;
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper .drop-down-container svg.default-icon2 {
  display: block;
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper .drop-down-container.active .default-icon2 {
  display: none;
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper .drop-down-container.active .active-icon2 {
  display: block;
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper .drop-down-container select {
  background: transparent;
  color: var(--footer-form-heading);
  font-family: "Roboto", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 283.333% */
  height: 35px;
  width: 100%;
  border-bottom: 1px solid var(--input-border);
}
@media (max-width: 93.75em) {
  .cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper .drop-down-container select {
    font-size: 1.8rem;
  }
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper label[for=country] {
  margin-top: 15px;
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper label {
  color: var(--lable-color);
  font-family: Roboto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  margin-bottom: 9px;
}
@media (max-width: 93.75em) {
  .cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper label {
    margin-bottom: 0px;
  }
}
@media (max-width: 65.625em) {
  .cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper label {
    font-size: 2.333rem;
  }
}
@media (max-width: 31.25em) {
  .cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper label {
    font-size: 14px;
    line-height: 18px;
  }
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper label span {
  color: #ee3b2d;
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper label.addFile {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border: 1px solid var(--lable-color);
  width: fit-content;
  padding: 1rem;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 31.25em) {
  .cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper label.addFile {
    color: var(--color-fixed-3);
    border-color: var(--color-fixed-1);
    margin: 2rem 0rem;
  }
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper label.addFile::after {
  content: "";
  width: 30%;
  height: 10px;
  background-color: var(--form-background);
  position: absolute;
  bottom: -10%;
  right: 20%;
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper label.addFile span {
  color: var(--lable-color);
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper label.addFile span svg {
  fill: var(--lable-color);
  width: 1.6rem;
  height: 1.6rem;
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper input {
  font-size: 1.6rem;
  color: #2a2828;
  background: transparent;
  border-bottom: 1px solid #cccccc;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 283.333% */
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper input#file {
  display: none;
}
@media (max-width: 93.75em) {
  .cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper input {
    font-size: 1.8rem;
  }
}
@media (max-width: 65.625em) {
  .cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper input {
    font-size: 2rem;
  }
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper textarea {
  font-size: 1.6rem;
  color: #2a2828;
  background: transparent;
  border-bottom: 1px solid #cccccc;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 283.333% */
  min-height: 34px;
  max-height: 34px;
  max-width: 100%;
  min-width: 100%;
  resize: none;
}
@media (max-width: 93.75em) {
  .cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper textarea {
    font-size: 1.8rem;
  }
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper .phone {
  display: flex;
  gap: 4px;
  position: relative;
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper .phone input {
  width: 100%;
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper .phone select {
  border: none;
  color: var(--footer-form-heading);
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .input-wrapper .phone .phone-wrap {
  flex-grow: 1;
  position: relative;
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .btn-div {
  display: flex;
  justify-content: flex-end;
  height: 50px;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .cta-section .img-and-form-container .contact-us-form-wrapper form .btn-div {
    justify-content: flex;
  }
}
@media (max-width: 31.25em) {
  .cta-section .img-and-form-container .contact-us-form-wrapper form .btn-div {
    justify-content: flex-end;
  }
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper {
  width: 45%;
  max-width: 180px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .cta-section .img-and-form-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper {
    width: 50%;
  }
}
@media (max-width: 65.625em) {
  .cta-section .img-and-form-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper {
    width: 70%;
  }
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper .submit-btn {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #562762;
  height: 100%;
  cursor: pointer;
  color: #fff;
  border-radius: 8px;
  padding: 10px 5px 10px 5px;
  font-family: roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .cta-section .img-and-form-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper .submit-btn {
    font-size: 14px;
  }
}
@media (max-width: 65.625em) {
  .cta-section .img-and-form-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper .submit-btn {
    font-size: 16px;
    padding: 10px 5px 10px 5px;
    width: 100%;
    height: 80%;
  }
}
@media (max-width: 31.25em) {
  .cta-section .img-and-form-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper .submit-btn {
    font-size: 14px;
    padding: 5px 2px 5px 2px;
    width: 100%;
    height: 80%;
  }
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper .submit-btn p {
  position: absolute;
  font-size: 16px;
  font-family: "Roboto";
  left: 30%;
  z-index: 1;
  transition: left 0.3s;
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper .submit-btn .small_eclipse {
  display: block;
  background: var(--btn-color);
  width: 11%;
  height: 30%;
  border-radius: 100%;
  opacity: 0;
  position: absolute;
  top: 36%;
  left: 0;
  transition: left 0.3s;
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper .submit-btn:hover {
  border-top: 1px solid var(--color-dark-2);
  border-bottom: 1px solid var(--color-dark-2);
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper .submit-btn:hover .small_eclipse {
  opacity: 1;
  left: 90%;
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper .submit-btn:hover::after {
  opacity: 0;
}
.cta-section .img-and-form-container .contact-us-form-wrapper form .btn-div .submit_btn_wrapper .submit-btn::after {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  background: var(--btn-color);
  top: 0;
  position: absolute;
  transition: opacity 0.6s ease-out;
}
.cta-section .img-and-form-container img {
  max-height: 400px;
  width: 50% !important;
}
@media screen and (max-width: 700px) {
  .cta-section .img-and-form-container img {
    display: none;
  }
}
.cta-section .drop-down {
  transition: transform 0.3s;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.cta-section .toggled .drop-down {
  transform: translateY(-50%) rotate(180deg);
}

/********************* Author Section ****************************/
.author-section {
  grid-column: center-start/center-end;
  width: 100%;
}
.author-section h2 {
  font-weight: 500;
  font-size: 3rem;
  font-family: Raleway;
  margin-bottom: 10rem;
  margin-left: 3rem;
  color: var(--color-dark);
}
@media (max-width: 31.25em) {
  .author-section h2 {
    margin-left: 0;
  }
}
.author-section .author-detail {
  background: linear-gradient(180deg, rgba(255, 128, 173, 0.7) 0%, rgba(255, 209, 100, 0.7) 100%);
  padding: 3px 4px;
  margin: 0 auto;
  border-radius: 8px;
}
@media (max-width: 93.75em) {
  .author-section .author-detail {
    margin-left: 8.5rem;
  }
}
@media (max-width: 65.625em) {
  .author-section .author-detail {
    margin-left: 6rem;
  }
}
@media (max-width: 31.25em) {
  .author-section .author-detail {
    margin-left: 0;
  }
}
.author-section .author-detail .author__wrapper {
  background-color: var(--author-background);
  border-radius: 8px;
  height: 100%;
  position: relative;
  width: 100%;
  display: flex;
}
@media (max-width: 31.25em) {
  .author-section .author-detail .author__wrapper {
    flex-direction: column;
  }
}
.author-section .author-detail .author-image {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 31.25em) {
  .author-section .author-detail .author-image {
    flex-direction: row;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-right: 4rem;
  }
}
.author-section .author-detail img {
  max-width: unset;
  width: 17rem;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media (max-width: 65.625em) {
  .author-section .author-detail img {
    width: 12rem;
  }
}
@media (max-width: 31.25em) {
  .author-section .author-detail img {
    left: 50%;
  }
}
.author-section .author-detail .author-svgs {
  width: 20px;
  height: 20px;
  margin-left: 3rem;
  color: var(--color-dark-3);
}
@media (max-width: 31.25em) {
  .author-section .author-detail .author-svgs {
    margin: 1rem;
  }
}
.author-section .author-detail .author-svgs:first-of-type {
  margin-top: 10rem;
}
@media (max-width: 31.25em) {
  .author-section .author-detail .author-svgs:first-of-type {
    margin: 1rem;
  }
}
.author-section .author-detail .author-svgs:nth-of-type(2) {
  width: 30px;
}
@media (max-width: 31.25em) {
  .author-section .author-detail .author-svgs:nth-of-type(2) {
    width: 20px;
  }
}
.author-section .author-detail .author-content {
  margin: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.author-section .author-detail h3 {
  font-size: 2.4rem;
  font-weight: 300;
  color: var(--color-dark-2);
}
.author-section .author-detail p {
  font-size: 2rem;
  color: var(--color-dark-3);
}

.form-section {
  grid-column: center-start/center-end;
  width: 100%;
}
.form-section .container-flex {
  grid-column: center-start/center-end;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 5rem;
  padding: 20px;
  max-width: 1122px;
  margin: auto;
}
@media (max-width: 31.25em) {
  .form-section .container-flex {
    flex-wrap: wrap;
  }
}
.form-section .container-flex .showcase-form .form-control {
  margin: 40px 0;
}
.form-section .container-flex .showcase-form .form-control input {
  color: var(--color-dark-3);
}
.form-section .container-flex .showcase-form input[type=text],
.form-section .container-flex .showcase-form input[type=email] {
  border: 0;
  border-bottom: 1px solid #737373;
  width: 90%;
  padding: 3px;
  font-size: 16px;
}
.form-section .container-flex .showcase-form input:focus {
  outline: none;
}
.form-section .container-flex .showcase-form .form-control .just-validate-error-label {
  font-size: 1.2rem;
  margin-top: 10px;
}
.form-section .container-flex .showcase-form h1 {
  color: var(--color-dark-4);
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  line-height: 42px;
  font-weight: 500;
  text-shadow: none;
}
.form-section .container-flex .showcase-form .gradient-class {
  background-image: linear-gradient(190deg, #ff80ad 42.21%, #ffd164 95.74%);
  background-size: 100%;
  background-repeat: repeat;
  background-clip: text;
  font-weight: 600;
  font-style: normal;
  line-height: 28px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.form-section .container-flex .btn {
  padding: 10px 50px;
  cursor: pointer;
  background: rgb(86, 39, 98);
  color: #fff;
  border: none;
  border-radius: 8px;
}
.form-section .container-flex .btn-outline {
  background-color: transparent;
  border: 1px #fff solid;
}
.form-section .container-flex .btn-position {
  display: flex;
  justify-content: end;
}
.form-section .container-flex .card {
  color: #333;
  width: 50%;
}
.form-section .container-flex .empty-div {
  width: 50%;
}
.form-section .container-flex .empty-div iframe {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .form-section .container-flex .flex {
    flex-direction: column;
    gap: 20px;
  }
  .form-section .container-flex .card {
    width: 100%;
  }
  .form-section .container-flex .empty-div {
    width: 100%;
  }
  .form-section .container-flex .showcase-form h1 {
    font-size: 18px;
    line-height: 28px;
  }
  .form-section .container-flex .showcase-form input[type=text],
  .form-section .container-flex .showcase-form input[type=email] {
    width: 100%;
  }
  .form-section .container-flex .btn-position {
    justify-content: center;
  }
  .form-section .container-flex .btn {
    width: 100%;
  }
}

/*# sourceMappingURL=caseStudy.css.map*/