body {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
button,
ul li {
  font-family: "Urbanist", sans-serif !important;
  font-optical-sizing: auto;
}

.cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: grey;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: all 0.03s ease;
}

/* Global Variables Starts*/

h1 {
  font-weight: 600;
  font-size: 64px;
}

h2 {
  font-weight: 300;
  font-size: 48px;
}

h3 {
  font-weight: 600;
  font-size: 32px;
}

h4 {
  font-weight: 600;
  font-size: 28px;
}

h5 {
  font-weight: 400;
  font-size: 26px;
}

h6,
a,
p {
  font-size: 20px;
  font-weight: 300;
}

span {
  font-size: 16px;
  font-weight: 300;
}

.pt-78 {
  padding-top: 78px;
}

.yellow-btn {
  background-color: #e6cb8f;
  border: none;
  border-radius: 40px;
  padding: 8px 8px 8px 32px;
  color: #345a53;
  transition: all 0.4s ease;
  font-size: 24px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

.yellow-btn .icon {
  width: 36px;
  height: 36px;
  margin-left: 16px;
  background: #345a53;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.white-btn {
  background-color: #fff;
  border: none;
  border-radius: 40px;
  padding: 8px 8px 8px 32px;
  color: #006853;
  transition: all 0.4s ease;
  font-size: 24px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

.white-btn .icon {
  width: 36px;
  height: 36px;
  margin-left: 16px;
  background: #006853;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.green-btn {
  background-color: #345a53;
  border: none;
  border-radius: 40px;
  padding: 8px 8px 8px 32px;
  color: #fff;
  transition: all 0.4s ease;
  font-size: 24px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

.green-btn .icon {
  width: 36px;
  height: 36px;
  margin-left: 16px;
  background: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.font-weight-large {
  font-weight: 600 !important;
}

/* .yellow-btn:hover{
    color: #5614E8;
    background-color: transparent;
} */

.green-text {
  color: #345a53 !important;
}

.yellow-text {
  color: #e6cb8f !important;
}

/* Global Variables Ends */

/* Header Starts */

.custom-header {
  background: #345a53;
  padding: 7px 0;
  /* position: sticky;
  top: 0; */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0px 7px 29.9px 0px #00000024;
}

.custom-header .navbar-nav .nav-link {
  color: #fff;
  padding: 7px 20px;
  transition: all 0.4s ease;
  position: relative;
  display: flex;
  align-items: center;
}

.custom-header .navbar-nav .nav-link span {
  font-size: 20px;
  font-weight: 300;
}

.custom-header .navbar-nav .nav-link.active {
  font-weight: 700;
  color: #fff;
}

.custom-header .navbar-nav .nav-link.active::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
}

.custom-header .navbar-nav .nav-link:hover {
  color: #fff;
}

.custom-header .navbar-brand img {
  max-width: 222px;
}

header .nav-item.current_page_item>.nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
}

header .custom-header .nav-item.current_page_item>.nav-link {
  color: #fff;
}

header .custom-header .nav-item.current_page_item>.nav-link span {
  font-weight: 700;
}
/* Remove Bootstrap's default SVG */
.navbar-toggler-icon {
  background-image: none !important;
}

/* Custom hamburger lines */
.custom-toggler {
  border: none; /* Remove default border */
  padding: 0.25rem 0.5rem;
  outline: none!important;
}

.custom-toggler .toggler-icon {
  display: block;
  width: 25px;
  height: 2px;
  margin: 7px 0;
  background-color: white;  /* white lines */
  border-radius: 2px;
}

/* Header Ends */

/* Home Starts */

.main-banner .banner-container {
  position: relative;
}

.main-banner .banner-content {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  color: #fff;
  background: linear-gradient(93.15deg, #262626 2.84%, rgba(31, 31, 31, 0) 91.58%);
}

.main-banner .banner-content .info-wrap {
  background: #ffffff2b;
  display: inline-block;
  border-radius: 20px;
  padding: 18px;
  font-size: 20px;
}

.main-banner .banner-content h1 {
  font-weight: 500;
}

.banner-parallax {
  position: absolute;
  bottom: 0;
  right: 0;
}

.feature-section {
  padding: 64px 0;
  margin-top: -6.5px;
  z-index: 9;
  position: relative;
  background: #e6cb8f;
}

.feature-section .img-holder {
  min-height: 71px;
  display: flex;
  align-items: center;
}

.feature-section img {
  cursor: pointer;
}

.believe-section {
  padding: 64px 0;
}

.believe-section .bg-holder {
  background: url(../images/background.svg) no-repeat;
  background-size: cover;
  padding: 7% 0;
}

.believe-section .text-wrapper {
  display: block;
  text-align: center;
  width: 100%;
}

.believe-section .text-wrapper .text {
  display: inline-block;
}

.body-section .banner-container {
  position: relative;
}

.body-section .banner-container .banner-content {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.body-section .banner-container .banner-content .inner-content {
  background: #345a53;
  padding: 64px;
  color: #fff;
}

.body-section .banner-container .banner-content .inner-content h5 {
  font-weight: 300;
  font-size: 24px;
}

.stories-section {
  padding: 64px 0;
}

.stories-section h1 {
  font-weight: 300;
}

.stories-section .img-holder {
  overflow: hidden;
}

.stories-section .img-holder img {
  transition: transform 0.8s ease;
}

.stories-section img:hover {
  transform: scale(1.2);
}

.stories-section .img-holder:nth-child(1) {
  border-top-left-radius: 20px;
}

.stories-section .img-holder:nth-child(4) {
  border-top-right-radius: 20px;
}

.stories-section .img-holder:nth-child(9) {
  border-bottom-left-radius: 20px;
}

.stories-section .img-holder:nth-child(12) {
  border-bottom-right-radius: 20px;
}

.scan-section {
  padding: 64px 0;
  background: #e6cb8f;
}

.scan-section .card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
}

.scan-section .card img {
  width: 81px;
  cursor: pointer;
}

.scan-section .card p {
  font-weight: 400;
  margin: 0;
}

.scan-section .card .card-content {
  min-height: 150px;
}

.scan-section .card h1 {
  font-size: 72px;
  font-weight: 400;
}

.scan-section .content {
  padding: 40px;
}

.scan-section h5 {
  font-weight: 500;
}

.scan-section span {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.scan-section span a {
  font-size: inherit;
  color: #345a53;
  text-decoration: underline;
  font-weight: inherit;
}

.steps-section {
  padding: 64px 0;
}

.steps-section .img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.steps-section .img-wrapper .hover-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.steps-section .img-wrapper .hover-img img {
  transform: translateY(50px);
  transition: transform 0.8s ease;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.steps-section .img-wrapper:hover .hover-img img {
  transform: translateY(0px);
}

.steps-section .img-wrapper .change-img img {
  transform: scale3d(1.5, 1.5, 0.5);
  transition: transform 0.8s ease;
}

.steps-section .img-wrapper:hover .change-img img {
  transform: scale3d(1, 1, 1);
}

.steps-section .img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
}

.steps-section .img-wrapper .content {
  position: absolute;
  top: 0;
  padding: 40px;
}

.steps-section .img-wrapper .content span {
  font-size: 18px;
  color: #006853;
}

.steps-section .img-wrapper .content h3 {
  font-weight: 500;
  margin: 0;
}

.steps-section h3 {
  font-weight: 500;
}

.steps-section .booking-steps .number {
  background: #dadddc;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  font-size: 48px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.steps-section .booking-steps .active .number {
  background: #e6cb8f;
}

.steps-section .booking-steps .number-wrap {
  position: relative;
  min-height: 250px;
}

.steps-section .booking-steps .number-wrap::after {
  content: "";
  position: absolute;
  width: 1px;
  bottom: 0;
  left: 52%;
  height: 100%;
  background: #d6d6d6;
  z-index: -1;
}

.steps-section .booking-steps .row:last-child .number-wrap::after {
  display: none;
}

.steps-section .sticky-content h2 {
  position: sticky;
  top: 80px;
}

.details-section .banner-container {
  position: relative;
}

.details-section .banner-content {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.details-section .card {
  background: #ffffff;
  padding: 42px;
  border-radius: 24px;
}

.details-section .card .card-heading {
  border-bottom: 1px solid #d6d4d4;
}

.details-section .card .card-heading h5 {
  font-weight: 700;
}

.details-section .card ul {
  padding: 0 0 0 15px;
  margin: 0;
}

.details-section .card span,
.details-section .card ul li {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 8px;
}

.details-section .card ul li:last-child {
  margin: 0;
}

.faq-section-wrapper {
  background: #e6cb8f;
  color: #1f1f1f;
  padding: 64px 0;
  margin-top: -6.5px;
  z-index: 9;
  position: relative;
}

.faq-section-wrapper #faq-accordion .accordion-item {
  background: rgb(255 255 255 / 50%);
  border-radius: 12px;
  margin-bottom: 12px;
  /* transition: all 0.3s ease; */
  padding: 24px 20px;
}

.faq-section-wrapper #faq-accordion .accordion-item.active {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 7px 29.9px 0px #00000024;
}

.faq-section-wrapper #faq-accordion .accordion-header h4 {
  margin: 0;
}

.faq-section-wrapper #faq-accordion .accordion-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-section-wrapper #faq-accordion .accordion-header img {
  transition: all 0.4s ease;
}

.faq-section-wrapper #faq-accordion .accordion-item.active img {
  transform: rotate(180deg);
}

.faq-section-wrapper #faq-accordion .accordion-content {
  display: none;
  padding-top: 12px;
}

.faq-section-wrapper #faq-accordion .accordion-content p {
  font-weight: 400;
  margin: 0;
}

.faq-section-wrapper .question-wrapper {
  background: #345a53;
  border-radius: 20px;
  padding: 64px;
  color: #fff;
}

.faq-section-wrapper .question-wrapper h3 {
  font-size: 39px;
  font-weight: 400;
}

.map-section {
  padding: 64px 0;
  min-height: 75vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.map-section h1 {
  width: 110%;
  z-index: 9;
  position: relative;
}

.map-section h3 {
  font-weight: 500;
}

.map-section .map-wrapper {
  position: relative;
}

.map-section .svg-wrapper {
  position: absolute;
  top: 23%;
  left: 15%;
  width: 100%;
}

.map-section .svg-wrapper svg {
  width: 70%;
  height: 100%;
  transform: rotate(14deg);
}

.map-section .svg-wrapper .dot {
  fill: #e6cb8f;
  stroke: #345a53;
  stroke-width: 1;
}

.map-section .svg-wrapper path {
  stroke: #a5a5a5;
  stroke-width: 1px;
  fill: none;
}

.map-section .text-content {
  position: absolute;
  top: 10%;
  right: 15%;
}

.parallax {
  position: relative;
  will-change: transform;
}

.body-section .animation-container {
  position: absolute;
  top: 0;
  left: 5%;
  bottom: 0;
  width: 100%;
  z-index: 9;
  bottom: 0px;
  width: 44%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  margin-top: -6px;
}

.body-section .blur-block {
  background: linear-gradient(0deg, rgba(8, 8, 8, 0.2), rgba(8, 8, 8, 0.2)),
    linear-gradient(158.65deg, rgba(255, 255, 255, 0.027) 2.57%, rgba(2, 149, 255, 0.03) 96.28%);
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.body-section .blur-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.04);
  /* semi-transparent for gloss */
  backdrop-filter: blur(20px);
  /* actual blur */
  -webkit-backdrop-filter: blur(30px);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  /* subtle top gloss edge */
}

.body-section .blur-block canvas {
  position: relative;
  top: -10px;
  left: 0px;
}

@keyframes slideInUpLong {
  from {
    transform: translateY(200px);
    /* long distance */
    opacity: 0;
  }

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

@keyframes slideInRightLong {
  from {
    transform: translateX(200px);
    /* long distance */
    opacity: 0;
  }

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

.slideInUpLong {
  animation-name: slideInUpLong;
}

.slideInRightLong {
  animation-name: slideInRightLong;
}

/* Home Ends */

/* Resources Starts */

.resources-page {
  padding: 80px 0;
}

.resources-page h1 {
  font-weight: 400;
}

.resources-page h5 {
  font-size: 24px;
  font-weight: 300;
}

.resources-page .card-container {
  border: 1px solid #c7c7c7;
  border-radius: 12px;
  height: 100%;
  display: block;
  color: inherit;
  text-decoration: none;
}

.resources-page .card-container .img-holder img {
  border-radius: 12px 12px 0 0;
}

.resources-page .card-container .card-content {
  padding: 32px;
}

.resources-page .card-container .card-content p {
  font-weight: 400;
  margin: 0;
}

.resources-page .button-wrapper a {
  font-size: 24px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Resources Ends */

/* Contact Starts */

.contact-page {
  padding: 80px 0;
}

.contact-page h1 {
  font-weight: 400;
}

.contact-page .contact-section {
  background-color: #f0f0f0;
  border-radius: 12px;
  background-image: url(../images/contact-bg.svg);
  background-repeat: no-repeat;
  padding: 80px;
}

.contact-page .contact-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-page .contact-section ul li {
  display: flex;
  align-items: center;
  margin: 0 8px 24px 0;
}

.contact-page .contact-section ul li:first-child a {
  text-decoration: underline;
}

.contact-page .contact-section ul li img {
  margin-right: 8px;
}

.contact-page .contact-section ul li a {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  display: block;
}

.contact-page .contact-section h2 {
  font-size: 40px;
  font-weight: 400;
}

.contact-page .contact-section form label {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-page .contact-section form .form-control {
  background: none;
  border-width: 0 0 1px 0;
  border-radius: 0px;
  outline: none;
  border-color: #6a6a6a;
  padding: 8px 0;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  box-shadow: 0 0 !important;
}

.contact-page .contact-section form .form-control::placeholder {
  color: #6a6a6a;
}

/* Contact Ends */

/* Footer Starts */

.footer {
  background: #345a53;
  color: #fff;
  padding: 64px 0;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li a {
  color: #fff;
  transition: all 0.4s ease;
  margin-bottom: 20px;
  display: inline-block;
}

footer ul li a:hover {
  color: #fff;
}

/* Footer Ends */


@media (min-width: 1024px) {
  .custom-container {
    max-width: 90%;
  }
}

/* About Section Starts */

.image-stack {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-stack img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}

.image-stack .bg-img {
  z-index: 1;
}

.image-stack .front-img {
  z-index: 2;
  width: 60%;
  position: relative;
  left: 7px;
  top: 84px;
}

.about-image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.about-bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  border-radius: 16px;
  background-color: #e6cb8f;
  z-index: 1;
}

.about-section-2 .about-image {
  padding: 0 24px 24px 24px;
}

.about-image {
  position: relative;
  z-index: 2;
  width: 100%;
}

.about-title-wrapper {
  margin-bottom: 3rem;
}

.about-title-2 {
  color: #345a53;
  font-weight: 700;
}

.about-bg-holder {
  background: url(../images/background.svg) no-repeat;
  background-size: cover;
  padding: 7% 0;
}

.about-bg-holder .text-wrapper .text {
  display: inline-block;
}

.green-box {
  background: #345a53;
  color: #fff;
  padding: 32px;
  border-radius: 12px;
}

.about-how-different-section .container {
  background: url(../images/aboutus/three_circle.svg) no-repeat;
  /* background-size: 800px !important; */
  background-size: cover;
  background-color: #f0f0f0 !important;
}

.about-how-different-section .container {
  border-radius: 12px;
  padding: 40px;
}

.square-box {
  max-width: 350px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem !important;
  overflow: hidden;
}

.square-box h3 {
  margin-bottom: 10px;
  color: #e6cb8f;
}

.square-box p {
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0;
}

.about-detection-image-wrapper {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  margin-left: 40px;
}

/* About Section Ends */

/* Experience Section Starts */

.experience-start-with-icon {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px !important;
}

.experience-video-section {
  position: relative;
  overflow: hidden;
}

.experience-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.experience-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* optional dark overlay for better text readability */
  z-index: 1;
}

.experience-video-section .container {
  position: relative;
  z-index: 2;
  padding: 100px 15px;
  /* adjust padding as desired */
  color: #fff;
  /* ensure text is visible */
}

/* Experience Section Ends */

/*Faqs Section Starts*/
/* General layout */

/* FAQ Header */
.faq-header {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 4px;
}

.faq-header .faq-header-2 {
  font-size: 64px;
  font-weight: 400;
}

.faq-header .faq-header-2 {
  font-weight: 700;
}

.faq-header .faq-sub {
  font-size: 24px;
  color: #000000;
  margin-top: 8px;
  margin-bottom: 0;
}

/* Container */
.faq-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Sidebar */
.faq-sidebar {
  padding-left: 20px;
  margin-right: 20px;
}

.faq-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-sidebar li {
  padding: 2px 8px;
  font-weight: 500;
  font-size: 18px;
}

.faq-sidebar a {
  color: #444;
  font-size: 18px;
  text-decoration: none;
}

.faq-sidebar a {
  color: #444;
  font-size: 18px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.faq-sidebar a:hover {
  font-weight: bold;
  color: #000;
}

.faq-sidebar a.active {
  font-weight: bold;
  color: #000;
}

.faq-sidebar-link {
  display: inline-flex;
  align-items: center;
}

.faq-sidebar a.active::before {
  content: "";
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-image: url(../images/faqs/faqs-point-icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: relative;
}

/* Accordion Style */
.section .accordion {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
  background: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

/* Chevron base */
.section .accordion summary .chevron {
  position: relative;
  top: 10px;
  right: 10px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../images/faqs/chevronDownIcon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

/* Rotate when open */
.section .accordion[open] summary .chevron {
  transform: rotate(180deg);
  position: static !important;
  top: 0 !important;
}

.section .accordion summary {
  cursor: pointer;
  padding: 16px 20px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section .accordion summary::marker {
  display: none;
}

.section .accordion summary:hover {
  background-color: #f5f5f5;
}

.section .accordion p {
  padding: 16px 20px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 0;
}

.faq-section-header {
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  padding: 4px;
}

.faq-section {
  background: url(../images/faqs/faqs-background.svg) no-repeat;
  background-size: cover;
  background-color: #f0f0f0 !important;
  border-radius: 12px;
  margin: 80px;
  margin-top: 40px;
}

.faq-section-container {
  width: 60%;
}

.faq-question-header {
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
}

.faq-question-sub {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}

/* FAQ Ends */

/* .toc {
  position: sticky;
  top: 20px;
}
.toc ul {
  list-style-type: none;
  padding-left: 1rem;
}
.toc a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
}
.toc a:hover {
  color: #0d6efd;
}
section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}
.post-meta {
  color: #6c757d;
  margin-bottom: 30px;
} */

ul.list-unstyled a {
  list-style-type: none;
  color: inherit;
  padding-left: 1rem;
  text-decoration: none;
}

ul.list-unstyled li {
  margin-bottom: 8px;
}

ul.list-unstyled a:hover {
  color: #345a53;
}

ul.list-unstyled a.active {
  color: #345a53;
  font-weight: bold;
}

ul.list-unstyled a.active::before {
  content: "";
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-image: url(../images/faqs/faqs-point-icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: relative;
}

section.resources-page,
section.contact-page {
  padding-top: 160px;
}

section.experience-banner-section,
section.about-section,
section.news-articles-banner {
  padding-top: 127px !important;
}

.faq-header {
  padding-top: 79px;
}

.custom-header .navbar-nav .nav-link:focus {
  color: #fff;
}

.what-we-do-section{
  background-color: #E6CB8F;
}

/* Cookie */
.cmplz-message p {
    font-size: 16px;
    line-height: 24px;
}

.cmplz-cookiebanner .cmplz-title {
    justify-self: left;
}

button.cmplz-btn.cmplz-manage-consent.cmplz-show {
    display: none;
}

.page-template-default article {
    padding-top: 120px;
}


/* Responsive Starts */


@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  h2,
  footer h2,
  .contact-page .contact-section h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 24px;
  }

  h6,
  a,
  p {
    font-size: 20px;
  }

  #navbarNav{
    padding: 15px 0;
  }

  .custom-header .navbar-nav .nav-link {
    padding: 20px;
  }

  .contact-page .contact-section {
    padding: 25px;
  }

  .contact-page .contact-section ul li a {
    font-size: 20px;
  }

  .contact-page {
    padding: 30px 0;
  }

  section.resources-page {
    padding-top: 130px;
    padding-bottom: 40px;
  }
  section.contact-page {
    padding-top: 130px;
    padding-bottom: 0px;
  }

  .custom-header {
    padding: 7px 10px;
  }

  .faq-header .faq-sub {
    font-size: 20px;
  }

  .faq-section {
    margin: 40px 0 !important;
  }

  .faq-container {
    max-width: 100%;
    padding: 20px 0;
    display: block;
  }

  .faq-sidebar {
    padding: 0;
    margin: 0;
  }

  .faq-section-container {
    width: 100%;
    margin-top: 30px;
  }

  .faq-section-header {
    font-size: 24px;
  }

  .faq-question-header {
    font-size: 20px;
  }

  .section .accordion p {
    padding: 16px 20px;
    font-size: 20px;
    font-weight: 300;
  }
  .we-empower-section{
    padding: 40px 0!important;
  }
  .resources-page .card-container .card-content {
    padding: 15px;
  }
  .body-section .animation-container{
    display: none;
  }
  .body-section .banner-container .banner-content{
    position: relative;
    margin-top: -8px;
  }
  .body-section .banner-container .banner-content .inner-content{
    padding: 30px;
  }
  .steps-section .img-wrapper .content{
    padding: 15px;
  }
  .steps-section{
    padding-bottom: 0;
  }
  .details-section .banner-content{
    position: static;
    padding: 40px 0;
  }
  .details-section .inner-content .text-white{
    color: #000!important;
  }
  .faq-section-wrapper .question-wrapper {
    padding: 30px;
  }
  .faq-section-wrapper .question-wrapper h3{
    font-size: 28px;
  }
  .single-cta-wrapper .question-wrapper {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .related-cards .resources-page{
    margin-bottom: 20px;
  }
  .related-cards .resources-page:last-child{
    margin-bottom: 20px;
  }
  .contact-page .contact-section ul li a {
    font-size: 18px;
  }
  .what-we-do-section .row:last-child{
    margin-bottom: 0!important;
  }
  .we-empower-section{
    text-align: center;
  }
  .we-empower-section .card .d-flex{
    align-items: center!important;
  }
  .about-how-different-section .container{
    padding: 40px 15px;
  }
  .square-box {
    max-width: 100%;
    height: auto;
  }
  .about-detection-image-wrapper{
    position: static!important;
    width:100%;
    margin: 0;
    transform: none;
    padding-top: 24px;
  }
  .about-detection .about-content{
    padding: 24px 0!important;
  }

  .feature-section,.faq-section-wrapper, .steps-section, .scan-section, .stories-section, .believe-section{
    padding: 40px 0;
  }
  .main-banner .banner-content{
    background: none;
    color: #000;
    padding: 30px 0;
    position: static;
  }
  .main-banner .banner-content .info-wrap {
    background: #345a5369;
    display: inline-block;
    border-radius: 20px;
    padding: 10px;
    font-size: 18px;
  }
  .feature-section{
    text-align: center;
  }
  .feature-section img{
    margin: auto;
  }
  .scan-section .card {
    padding: 30px;
    text-align: center;
  }
  .scan-section .card .card-content {
    min-height: inherit;
  }
  .scan-section .content {
    padding: 20px 0;
  }
  .steps-section .booking-steps .number {
    width: 50px;
    height: 50px;
    font-size: 28px;
    margin-left: -4px;
  }
  .details-section .card {
    padding: 15px;
  }
  .details-section .card .card-heading h5 {
    min-width: 120px;
  }
  .experience-start-with-icon{
    padding: 10px !important;
  }
  .experience-start-with-icon p{
    font-size: 18px !important;
    margin-left: 8px !important;
  }
}

@media screen and (min-width: 768px) and (max-width : 991px) {
  .map-section {
    min-height: inherit;
  }
  .about-detection-image-wrapper {
    width: 90%;
    margin-left: 0;
  }
}

@media screen and (min-width: 992px) and (max-width : 1199px) {
  .custom-header .navbar-nav .nav-link {
    color: #fff;
    padding: 7px 15px;
  }
}

@media (max-width: 1200px) {
  /* .about-bg-shape {
    width: 112%;
  } */

  /* .about-section-2 .about-content-2 {
    padding-left: 40px;
  } */

  .image-stack .front-img {
    left: 12px;
    top: 73px;
  }
}

/* Responsive Ends */