:root {
  --white: #FFFFFF;
  --brand-blue: #103876;
}

.guide-info-section {
  background: #F9F9F9;
  padding: 100px 0 20% 0;
}

.guide-info-container {
  display: flex;
  flex-direction: column;
}

body {
  padding: 0;
}

.guide-img-container .guide-img {
  border-radius: 5px;
  width: 100%;
}

.site-link {
  text-decoration: underline;
  color: blue;
}

.what-guide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 37px 25px;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  transform: translateY(-10px);
}
.what-guide .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #505050;
}
@media (min-width: 500px) {
  .what-guide .title {
    font-size: calc(0.5555555556vw + 17.2222222222px);
  }
}
@media (min-width: 1400px) {
  .what-guide .title {
    font-size: 25px;
  }
}
@media (min-width: 500px) {
  .what-guide .title {
    line-height: calc(0.7777777778vw + 24.1111111111px);
  }
}
@media (min-width: 1400px) {
  .what-guide .title {
    line-height: 35px;
  }
}
.what-guide .info {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #505050;
  margin-bottom: 20px;
}
@media (min-width: 500px) {
  .what-guide .info {
    font-size: calc(0.1111111111vw + 15.4444444444px);
  }
}
@media (min-width: 1400px) {
  .what-guide .info {
    font-size: 17px;
  }
}
@media (min-width: 500px) {
  .what-guide .info {
    line-height: calc(0.4444444444vw + 23.7777777778px);
  }
}
@media (min-width: 1400px) {
  .what-guide .info {
    line-height: 30px;
  }
}

.efficiency-section {
  padding: 150px 0;
  color: var(--dark-blue);
}
.efficiency-section .efficiency-heading {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media (min-width: 500px) {
  .efficiency-section .efficiency-heading {
    font-size: calc(0vw + 30px);
  }
}
@media (min-width: 1400px) {
  .efficiency-section .efficiency-heading {
    font-size: 30px;
  }
}
@media (min-width: 500px) {
  .efficiency-section .efficiency-heading {
    line-height: calc(1.1111111111vw + 34.4444444444px);
  }
}
@media (min-width: 1400px) {
  .efficiency-section .efficiency-heading {
    line-height: 50px;
  }
}
.efficiency-section .efficiency-heading-para {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.01em;
  font-weight: 300;
}
@media (min-width: 500px) {
  .efficiency-section .efficiency-heading-para {
    font-size: calc(0vw + 16px);
  }
}
@media (min-width: 1400px) {
  .efficiency-section .efficiency-heading-para {
    font-size: 16px;
  }
}
@media (min-width: 500px) {
  .efficiency-section .efficiency-heading-para {
    line-height: calc(0.5555555556vw + 22.2222222222px);
  }
}
@media (min-width: 1400px) {
  .efficiency-section .efficiency-heading-para {
    line-height: 30px;
  }
}
.efficiency-section .icon {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
  position: absolute;
  width: 106px;
  height: 106px;
  left: 30%;
  top: -78px;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
.efficiency-section .card-container {
  padding-top: 140px;
  justify-content: center;
}
.efficiency-section .card-container h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.efficiency-section .card {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 40px 20px 20px 20px;
  width: 85%;
  position: relative;
  display: flex;
  background-color: #fff;
}

.efficiency-section.paddingTop-90 {
  padding-top: 90px;
}

.guide-landing-section {
  padding-top: 100px;
  height: 800px;
  background: linear-gradient(180deg, #103977 0%, rgba(23, 19, 82, 0.99) 100%);
}

.guide-form-container {
  text-align: center;
  margin-top: -100px;
}

.landing-title {
  font-size: 30px;
  line-height: 45px;
  color: #fff;
  font-weight: 500;
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 500px) {
  .landing-title {
    font-size: calc(2.5555555556vw + 17.2222222222px);
  }
}
@media (min-width: 1400px) {
  .landing-title {
    font-size: 53px;
  }
}
@media (min-width: 500px) {
  .landing-title {
    line-height: calc(3.4444444444vw + 27.7777777778px);
  }
}
@media (min-width: 1400px) {
  .landing-title {
    line-height: 76px;
  }
}

.free-copy-btn {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background-color: transparent;
  border-radius: 50px;
  padding: 10px 20px;
  border: 1px solid #fff;
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
}
@media (min-width: 500px) {
  .free-copy-btn {
    font-size: calc(0.6666666667vw + 12.6666666667px);
  }
}
@media (min-width: 1400px) {
  .free-copy-btn {
    font-size: 22px;
  }
}
@media (min-width: 500px) {
  .free-copy-btn {
    line-height: calc(0.6666666667vw + 20.6666666667px);
  }
}
@media (min-width: 1400px) {
  .free-copy-btn {
    line-height: 30px;
  }
}

.trends-landing-img {
  max-width: 100%;
}

.guide-form-title,
.thanks-div {
  font-size: 25px;
  line-height: 36px;
  color: #505050;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 500px) {
  .guide-form-title,
  .thanks-div {
    font-size: calc(0.5555555556vw + 22.2222222222px);
  }
}
@media (min-width: 1400px) {
  .guide-form-title,
  .thanks-div {
    font-size: 30px;
  }
}
@media (min-width: 500px) {
  .guide-form-title,
  .thanks-div {
    line-height: calc(0.4444444444vw + 33.7777777778px);
  }
}
@media (min-width: 1400px) {
  .guide-form-title,
  .thanks-div {
    line-height: 40px;
  }
}

.thanks-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 80%;
  text-align: center;
}

.guide-form .form-group {
  margin-bottom: 20px;
}
.guide-form .invalid-feedback {
  color: #FF4F4F;
  padding: 5px 5px 0;
}
.guide-form .form-control {
  border-radius: 5px;
  padding: 16px 30px;
  height: 50px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1019607843);
  border: none;
}
.guide-form .form-control::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #505050;
  opacity: 1;
  /* Firefox */
}
.guide-form .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #505050;
  opacity: 1;
  /* Firefox */
}
.guide-form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #505050;
}
.guide-form .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #505050;
}
.guide-form .form-control:focus {
  box-shadow: none;
}

.guide-faq-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #103876;
  width: 100%;
  text-align: left;
  padding-left: 25px;
}
@media (min-width: 500px) {
  .guide-faq-title {
    font-size: calc(0vw + 20px);
  }
}
@media (min-width: 1400px) {
  .guide-faq-title {
    font-size: 20px;
  }
}
@media (min-width: 500px) {
  .guide-faq-title {
    line-height: calc(1.1111111111vw + 14.4444444444px);
  }
}
@media (min-width: 1400px) {
  .guide-faq-title {
    line-height: 30px;
  }
}
.guide-faq-title:hover {
  text-decoration: none;
  color: #103876;
}
.guide-faq-title:focus {
  box-shadow: none;
  text-decoration: none;
}

.guide-faq-desc {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #505050;
}

#guideAccordion .card {
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 0;
  border: none;
  background-color: #f9f9f9;
}
#guideAccordion .collapse,
#guideAccordion .card-body,
#guideAccordion .card-header {
  background-color: #F9F9F9;
  border: none;
}
#guideAccordion .card-body {
  padding-left: 40px;
  padding-top: 5px;
}

.guide-faq-title-container {
  position: relative;
  margin: 0 10px;
}
.guide-faq-title-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 10px;
  width: 10px;
  border-top: 2px solid #103876;
  border-right: 2px solid #103876;
  border-top-right-radius: 2px;
  transform: rotate(45deg);
}

#guideAccordion .card-header.faq-container {
  padding: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.faq-title-heading .guide-faq-title {
  position: relative;
  padding: 20px 20px 20px 40px;
}
.faq-title-heading .guide-faq-title .arrow-icon {
  position: absolute;
  display: block;
  left: 15px;
  top: 26px;
  height: 10px;
  width: 10px;
  border-top: 2px solid #103876;
  border-right: 2px solid #103876;
  border-top-right-radius: 2px;
  transition: transform 0.3s ease;
}

.faq-title-heading .guide-faq-title[aria-expanded=false] .arrow-icon {
  transform: rotate(45deg);
}

.faq-title-heading .guide-faq-title[aria-expanded=true] .arrow-icon {
  transform: rotate(135deg) translate(-5px, 2px);
}

.demo-section-conatainer {
  padding: 100px 0;
}

@media (min-width: 768px) {
  .guide-landing-section {
    height: 100%;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .free-copy-btn {
    padding: 12px 38px;
    margin-top: 30px;
  }
  .landing-title {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
  .guide-form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 60px;
    margin-top: 0;
  }
  .trends-landing-img {
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 110%;
  }
  .guide-landing-section {
    height: auto;
    background: linear-gradient(180deg, #103977 0%, rgba(23, 19, 82, 0.99) 100%);
    padding-top: 120px;
  }
  .guide-info-container {
    flex-direction: row;
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .guide-img-container {
    width: 500px;
    height: 500px;
  }
  .guide-img-container img {
    height: 100%;
    width: 100%;
  }
  .what-guide {
    position: absolute;
    left: 45%;
    top: 120px;
    padding: 60px 45px;
    width: 500px;
    height: 500px;
  }
  .what-guide .title {
    margin-bottom: 20px;
  }
  .efficiency-section .card-container {
    padding-top: 60px;
    justify-content: flex-end;
  }
  .efficiency-section .card {
    text-align: left;
    padding: 20px 10px 10px 50px;
    justify-content: center;
  }
  .efficiency-section .icon {
    left: -71px;
    top: 50%;
    transform: translateY(-50%);
  }
  #guideAccordion .card-body {
    padding-top: 0;
    padding-left: 60px;
    padding-bottom: 20px;
  }
  #guideAccordion .card-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .guide-faq-title-container:before {
    top: 15px;
  }
  .faq-title-heading .guide-faq-title {
    padding: 20px 20px 20px 50px;
  }
  .faq-title-heading .guide-faq-title .arrow-icon {
    left: 20px;
    top: 28px;
    height: 12px;
    width: 12px;
  }
}
@media (min-width: 1200px) {
  .guide-img-container,
  .what-guide {
    height: 600px;
    width: 590px;
  }
  .guide-form .form-group {
    margin-bottom: 30px;
  }
  .guide-form .form-control {
    padding: 18px 25px;
    height: 60px;
  }
  .guide-form-title {
    margin-bottom: 35px;
  }
  .guide-info-section {
    padding: 130px 0 230px 0;
  }
}
@media (min-width: 1200px) and (min-height: 700px) {
  .guide-landing-section {
    height: 90vh;
  }
}
