/* Basic reset and full-width layout */
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #313131;
}

/* Basic style for loader */
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  visibility: visible;
}

/* Spinner style */
.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

/* Spinner animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.techplatform.margin_eightytop {
  margin-top: 80px;
}
.imgcourtesy {
  color: #313131;
  font-size: 14px;
  font-family: "Noto Sans";
  font-weight: 300;
  padding-top: 30px;
}
/* Start Banner css */
.carousaltop {
  margin-top: 5%;
}
.carousel-indicators button {
  display: block;
  height: 12px !important;
  width: 12px !important;
  padding: 0 !important;
  margin-right: 12px !important;
  border-radius: 50% !important;
  background-color: #ccc !important;
  border: 1px solid #fff !important;
  opacity: 0.5 !important;
}

.carousel-indicators button.active {
  background-color: #313131 !important;
}

.carousel-wrapper .carousel-caption {
  width: 100%;
  color: white;
  position: absolute;
  top: 20%;
  left: calc((100% - 1184px) / 2);
  margin: 0 auto;
  max-width: 1184px;
  height: auto;
  text-align: left;
}
.carousel-caption-left {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  max-width: 50%;
  padding: 0 9px;
}
.carousel-caption-left h1,
.carousel-caption-left h2 {
  color: white;
  text-align: left;
  font-family: "EB Garamond";
  font-size: 52px; /* Adjust as needed */
  font-weight: 400;
}
.carousel-caption-left h1 span,
.carousel-caption-left h2 span {
  font-weight: 500;
}

.banner {
  width: 100%;
  height: 430px;
  position: relative;
  color: white;
  text-align: left;
  margin-top: 5%;
}
.banner picture,
.banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
}
.banner .container,
.banner .row {
  height: 100%;
}
.banner .banner-text {
  display: flex;
  align-items: center;
  padding-left: 10px;
  height: 100%;
  z-index: 2;
}

.banner h1 {
  margin: 0;
  font-family: "EB Garamond";
  font-size: 52px;
  font-weight: 400;
}

/* End Banner css */

/* Start our advantage css */

.ouradvantage {
  margin-top: 80px;
  background: #f5f5f5;
  padding: 80px 0 70px 0px;
}
.ouradvantage .hdng h4 {
  color: #313131;
  font-size: 42px;
  font-family: "EB Garamond";
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}

.ouradvantage .listing h5 {
  color: #313131;
  font-size: 24px;
  font-family: "EB Garamond";
  font-weight: 400;
  line-height: 24px;
}
.ouradvantage .listing p {
  color: #313131;
  font-size: 16px;
  font-family: "Noto Sans";
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 20px;
}
.ouradvantage .border-bottom {
  border-bottom: 1px solid #eaeaea !important;
}
.ouradvantage .row.gap-90 {
  --bs-gutter-x: 90px;
}
.ouradvantage .rowtoppadding {
  margin-top: 20px;
}
/* end our advantage css */

/* Start whatwe do css */
.whatwedo {
  /* padding: 80px 0 0 0; */
  background: #fff;
}
.whatwedo .hdng h4 {
  color: #313131;
  font-size: 42px;
  font-family: "EB Garamond";
  font-weight: 400;
  text-align: center;
  /* margin-bottom: 60px; */
  padding-bottom: 60px;
  margin-bottom: 0;
}

.whatwedo-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}

.card-img {
  width: 100%;
  border-radius: 16px;
  display: block;
}

.base-img {
  position: relative;
  z-index: 1;
}

.overlay-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  opacity: 0;
  transition: all 0.9s ease;
  z-index: 2;
  filter: blur(8px);
}

.whatwedo-card:hover .overlay-img {
  opacity: 1;
  transform: translateX(20px);
  filter: blur(8px);
}

.text-overlay-box {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  color: white;
  z-index: 3;
}

.text-overlay-box .main-title {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  font-family: "EB Garamond";
  line-height: 28px;
}

.hover-text {
  opacity: 0;
  transition: opacity 0.9s ease;
  padding-top: 24px;
  font-size: 16px;
  color: white;
  font-family: "Noto Sans";
  font-weight: 400;
  line-height: 24px;
}
.hover-text p {
  font-weight: 300;
}

.whatwedo-card:hover .hover-text {
  opacity: 1;
}

.ctabutton.margintopforty {
  margin-top: 60px;
}

/* End whatwe do css */

/* HOMEPAGE FEATURE PRODUCTS CSS */
.feturedproducthp {
  background: #f5f5f5;
  padding: 80px 0;
}
.feturedhdng h2 {
  color: #313131;
  font-family: "EB Garamond";
  font-size: 52px;
  font-weight: 400;
  line-height: 65px;
}
.feturedhdng p {
  color: #313131;
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  padding-top: 20px;
  padding-right: 50px;
  word-wrap: break-word; /* break text properly */
  overflow-wrap: break-word; /* extra support for mobile */
}

.membership-card {
  position: relative;
  width: 260px;
  height: 271px;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  cursor: pointer;
  margin: 15px;
}
.icon-text h4 {
  margin-top: 10px;
  font-family: "Noto Sans";
  font-weight: 500;
  font-size: 23px;
  color: #5a5a5a;
  transition: transform 0.3s ease-in-out;
  transform: translate(-30%, 30%);
}
.icon-text a {
  text-decoration: none;
}
.icon-text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.icon-text img {
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  width: auto;
  height: auto;
  transform: translate(-105%, -5%);
  filter: none; /* No filter applied initially */
}
.membership-card:hover .icon-text img {
  transform: translate(-25%, -5%);
  opacity: 0.6;
}
.tablereserver .icon-text img {
  transform: translate(-29%, -11%);
}
.tablereserver .icon-text h4 {
  transform: translate(-8%, 48%);
}
.tablereserver.membership-card:hover .icon-text img {
  transform: translate(11%, -11%);
  opacity: 0.6;
}
.voucher .icon-text img {
  transform: translate(68%, -5%);
}
.voucher .icon-texthover {
  transform: translateX(20px); /* Move to the right initially */
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.voucher.membership-card:hover .icon-text img {
  transform: translate(29%, -5%);
  opacity: 0.6;
}
.delivery .icon-text h4 {
  transform: translate(-54%, 40%);
}
.delivery .icon-text img {
  transform: translate(98%, -5%);
}
.delivery.membership-card:hover .icon-text img {
  transform: translate(29%, -5%);
  opacity: 0.6;
}
.feturedlist {
  background: #fff;
  margin: 40px 0 0 0;
  padding: 20px;
}
.feturedlisthdng {
  font-family: "EB Garamond";
  font-size: 28px;
  font-weight: 400;
  color: #313131;
}
.feturedlist ul {
  list-style-type: disc;
  padding: 24px 16px 0px;
}
.feturedlist ul li {
  color: #777777;
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0.3rem;
}
.feturedlist ul li::marker {
  color: #777777;
  font-family: "Noto Sans";
  font-size: 10px;
  font-weight: 300;
}
.productmargin {
  margin-top: 80px;
}
/* END HOMEPAGE FEATURE PRODUCTS CSS */

.tlc_hdng {
  font-family: "Noto Sans";
  font-weight: 300;
  font-size: 20px;
  color: #313131;
  margin-top: 80px;
  line-height: 26px;
  text-align: center;
}

.techplatform {
  margin-top: 120px;
}
.techplatform h2 {
  color: #313131;
  font-family: "EB Garamond";
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}
.techplatform p {
  color: #313131;
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 300;
}
.techplatform .row {
  margin-bottom: 80px;
}
.techplatform img {
  max-width: 80%;
  height: auto;
}
.techplatform img {
  max-width: 100%;
}
.hmetechimg img {
  /* transform: scale(0.9); */
  width: 90%;
}
/* whatsnew section css */
/* Remove spacing between blocks */
.knowmorehdng {
  margin-top: 80px;
  margin-bottom: 60px;
}
.knowmorehdng h4 {
  color: #313131;
  font-size: 42px;
  font-family: "EB Garamond";
  font-weight: 400;
  text-align: center;
}
.knowmore {
  margin: 0;
  padding: 0;
  margin-bottom: 120px;
}
.left-col,
.right-col,
.top-block,
.bottom-block {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.left-col img,
.top-block img,
.bottom-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* transform: scale(1.1); */
}

/* Text positioning - consistent bottom alignment */
.left-col .text-block,
.top-block .text-block,
.bottom-block .text-block {
  position: absolute;
  bottom: 30px; /* equal bottom space for all */
  left: 80px;
  right: 80px; /* keeps text width controlled */
  color: #fff;
}

/* Typography */
.text-block h2 {
  font-family: "EB Garamond";
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  /* margin: 0 0 20px; */
  margin: 0;
}

.left-col .text-block p {
  padding-bottom: 0px;
}
.text-block p {
  font-family: "Noto Sans";
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 0px;
  padding-bottom: 20px;
}

.text-block span a {
  font-family: "Noto Sans";
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: text-shadow 0.3s ease, color 0.3s ease;
}

.text-block span a:hover {
  color: white;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.8);
}
.whatsnewhdng {
  margin-bottom: 60px;
}
.whatsnew {
  margin: 0;
  padding: 0;
  margin-bottom: 120px;
}
.whatsnew .row > * {
  padding-right: 0;
  padding-left: 0;
}
.whatsnew .container-fluid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  --bs-gutter-x: 0;
}
.left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: auto;
  padding-left: 0;
}

.left-row {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
}
.left-row .image-container {
  flex: 1;
  object-fit: contain;
  object-position: top;
}
.overlay {
  position: absolute;
  bottom: 20px;
  left: 70px;
  color: white;
  text-align: left;
  padding: 0px;
  width: calc(100% - 190px);
}
.overlay.left-text {
  color: #fff;
  left: 125px;
  padding-top: 30px;
  font-size: 20px;
}
.overlay.left-text p {
  padding-bottom: 0;
}
.overlay h2 {
  font-size: 32px;
  font-family: "EB Garamond";
  font-weight: 400;
  margin: 0;
  line-height: 36px;
  padding-bottom: 21px;
}
.overlay p {
  font-family: "Noto Sans";
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  padding-bottom: 20px;
}
.overlay span a {
  font-family: "Noto Sans";
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  color: inherit; /* Inherit the color from parent */
  text-decoration: none;
  transition: text-shadow 0.3s ease, color 0.3s ease;
}
.overlay span a:hover {
  color: white;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.8), 0 0 1px rgba(255, 255, 255, 0.6), 0 0 2px rgba(255, 255, 255, 0.5);
}
.overlay.left-text span a:hover {
  color: black;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.2);
}

.right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
}
.top-row {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 53%;
  width: 100%;
}
.top-row .image-container {
  flex: 1;
  object-fit: cover;
  object-position: top;
}
/* ABOUT SECTION CSS START */
/* Section Compliances and Certifications */
.me-md-5 {
  margin-right: 5rem;
}
.compliances {
  margin-top: 120px;
}
.compliances-logo {
  margin-top: 50px;
}
.compliances-heading h2 {
  font-size: 42px;
  font-family: "EB Garamond";
  font-weight: 400;
  color: #313131;
  letter-spacing: 1px;
}
.compliances-logo ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: 0;
}
.compliances-logo ul li {
  background: unset;
  flex: 0 1 auto;
  max-width: 20%;
  margin: 0 16px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.compliances-logo ul li img {
  max-width: 100%;
  height: auto;
  transition: all 2s ease;
}
/* Section Compliances and Cyber Security */
.securityandcompliance {
  position: relative;
  color: white;
  margin-top: 120px;
}
.securityandcompliance .row {
  height: 100%;
  margin: 0;
}
.text-overlay {
  position: absolute;
  top: 32%;
  left: 10%;
  width: 70%;
}
.text-overlay h2 {
  margin: 0;
  font-family: "EB Garamond";
  font-weight: 400;
  font-size: 32px;
}
.text-overlay p {
  margin: 0;
  padding-top: 16px;
  font-size: 16px;
  font-weight: 300;
  font-family: "Noto Sans";
}
.securityandcompliance .col-md-6 {
  padding: 0;
}
/* Section Innovate with Us */
.innovate {
  background-color: #ededed;
  /* height: 50vh; */
  display: flex;
  margin-top: 120px;
  text-align: center;
}
.innovate h3 {
  color: #313131;
  font-size: 42px;
  font-family: "EB Garamond";
  font-weight: 400;
}
.innovate p {
  color: #313131;
  font-size: 20px;
  font-family: "Noto Sans";
  font-weight: 300;
  padding: 20px 0px 20px 0px;
}
.learning-organization {
  color: #186ae1;
  font-size: 16px;
  font-family: "Noto Sans";
  font-weight: 300;
}
.learning-organization a {
  color: #186ae1;
  font-size: 16px;
  font-family: "Noto Sans";
  font-weight: 300;
  text-decoration: none;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}
.learning-organization a:hover {
  color: #1056c0;
  text-decoration: underline;
}
/* DIGITECH CSS PAGE START */
.image-anim-box {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  height: 379px;
}

/* IMAGE 1 */
.anim-img:nth-child(1) {
  position: absolute;
  top: 0px;
  left: 91%;
  width: 140px;
  transform: translateX(-50%) translateX(-60px);
  opacity: 0;
  animation: slideIn 1s ease forwards;
  animation-delay: 0s;
  z-index: 11;
}

/* IMAGE 2 */
.anim-img:nth-child(2) {
  position: absolute;
  top: 0px;
  left: 72%;
  width: 140px;
  transform: translateX(-50%) translateX(-60px);
  opacity: 0;
  animation: slideIn 1s ease forwards;
  animation-delay: 1.2s;
  z-index: 1;
}

/* IMAGE 3 */
.anim-img:nth-child(3) {
  position: absolute;
  top: 85px;
  left: 39%;
  width: 321px;
  transform: translateX(-50%) translateX(-60px);
  opacity: 0;
  animation: slideIn 1s ease forwards;
  animation-delay: 2.4s;
}

/* ANIMATION */
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateX(0);
  }
}

/* Courtesy text */
.img-courtesy {
  color: #313131;
  font-size: 14px;
  font-family: "Noto Sans";
  font-weight: 300;
  text-align: center;
  margin-top: 10px;
}

.tech-heading h2 {
  color: #313131;
  font-family: "EB Garamond";
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}

.tech-heading p {
  color: #313131;
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 300;
}

.image-anim-box.newboxanimation {
  max-width: inherit;
}
.newboxanimation .anim-img:nth-child(1) {
  left: 56%;
}
.newboxanimation .anim-img:nth-child(2) {
  left: 44%;
}

.animationslide {
  position: relative;
  height: 390px;
}
.courtesytext {
  /* position: absolute; */
  /* bottom: 0px; */
  color: #313131;
  font-size: 14px;
  font-family: "Noto Sans";
  font-weight: 300;
  text-align: right;
  width: 91%;
  margin-top: 30px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-front {
  position: absolute;
  top: 0;
  right: 76px;
  z-index: 3;
  width: 130px;
}
.img-middle {
  position: absolute;
  top: 0;
  right: 149px;
  z-index: 2;
  width: 130px;
  animation: slideInSecond 1s ease-in forwards;
  -webkit-animation: slideInSecond 1s ease-in forwards;
  opacity: 0; /* Initially hidden */
}
@keyframes slideInSecond {
  0% {
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.img-back {
  position: absolute;
  top: 70px;
  right: 132px;
  width: 326px;
  animation: slideInThird 1s ease-in 1s forwards;
  -webkit-animation: slideInThird 1s ease-in 1s forwards;
  opacity: 0;
}

/* Animation for sliding in the third image (without fading) */
@keyframes slideInThird {
  0% {
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.image-credit {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #313131;
  font-weight: 300;
  font-family: "Noto Sans";
  margin-top: 10px;
}

.digitech.techplatform img {
  max-width: 100%;
  height: auto;
}
.digitech-icon-row {
  width: 100%;
}
.digitech-icon-row img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.digitech-icon-row a {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.digitech-icon-row img:last-child {
  margin-right: 0;
}
.spacing {
  margin: 0px 0 20px 0;
}
.digitech.innovate {
  /* height: 70vh; */
  padding: 80px 0;
}
.integration-free-solutions {
  margin-top: 80px;
  text-align: center;
}
.integration-free-solutions h1 {
  color: #313131;
  font-size: 42px;
  font-family: "EB Garamond";
  font-weight: 400;
}
.integration-free-solutions h4 {
  color: #313131;
  font-size: 42px;
  font-family: "EB Garamond";
  font-weight: 400;
}
.integration-free-solutions p {
  color: #313131;
  font-size: 20px;
  font-family: "Noto Sans";
  font-weight: 300;
  padding: 20px 0px 20px 0px;
  margin: 0 auto;
  width: 65%;
}
.compliances.integrations {
  margin-top: 60px;
}
.digitechbrand-heading h2 {
  font-size: 42px;
  font-family: "EB Garamond";
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: 1px;
  margin-bottom: 60px;
}

.logo-grid img {
  height: auto;
}
.customlogo-resize.logo-grid img {
  height: auto;
  max-width: 100%;
}
.customlogo-resize2.logo-grid img {
  height: auto;
  max-width: 60%;
}
.logo-grid {
  text-align: center;
  margin-bottom: 30px;
}
.logo-grid.last {
  margin-bottom: 60px;
}
.col-custom {
  display: flex;
  align-items: center; 
  justify-content: center; 
  flex: 0 0 auto;
  width: 20%;
  margin-bottom: 40px;
}
.col-custom2 {
  display: flex;
  align-items: center; 
  justify-content: center; 
  flex: 0 0 auto;
  width: 20%;
  margin-bottom: 40px;
}
.customlogo-resize2 .col-custom {
  margin-bottom: 50px;
}
.col-custom6 {
  flex: 0 0 auto;
  width: 16.6%;
}
.tech-Platforms-logo.compliances-logo ul li {
  margin: 0 29px;
}
.bottombder {
  margin-bottom: 14px;
  color: #dcdcdc;
}
/* SERVICE PAGE CSS START */
.services.integration-free-solutions p {
  width: 100%;
}
.servicessection .row {
  margin-top: 60px;
}
.bdr {
  border-bottom: 1px solid #efeeee;
  margin: 0 auto;
  width: 95%;
  padding-top: 40px;
}
.services-capabilities {
  margin-top: 60px;
}
.servicessection h3 {
  color: #313131;
  font-size: 32px;
  font-family: "EB Garamond";
  font-weight: 400;
  /* margin-left: 24px; */
}
.servicessection p {
  color: #313131;
  font-size: 16px;
  font-family: "Noto Sans";
  font-weight: 300;
  padding: 24px 0px 0px;
}
.servicessection span {
  color: #313131;
  font-size: 16px;
  font-family: "Noto Sans";
  font-weight: 300;
  padding: 24px 0px 0px;
}
.icon {
  width: 40px;
}
.servicessection ul {
  list-style-type: disc;
  padding: 24px 28px 0px;
}
.servicessection ul li {
  color: #313131;
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.servicessection ul li a {
  color: #313131;
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0.5rem;
  text-decoration: none;
}
.servicessection ul li a:hover {
  text-decoration: underline;
}
.servicessection ul li::marker {
  color: #313131;
  font-family: "Noto Sans";
  font-size: 10px;
  font-weight: 300;
}
p.removepadding-bottom {
  padding-bottom: 0;
  margin-bottom: 0;
}
/* START CSS PAGE OF Tech-Product */
.servicessection.techproductsul ul {
  list-style-type: disc;
  padding: 0px 28px 0px;
}

.techproducts .img-front {
  right: 136px;
}
.techproducts .img-middle {
  right: 209px;
  animation: slideInSecond 1.4s ease-in forwards;
  -webkit-animation: slideInSecond 1.4s ease-in forwards;
  opacity: 0;
}
/* START CSS PAGE OF CASE STUDIES */
.digitech.casestudies .col-md-6 {
  text-align: left;
}
.marginright-img {
  margin-right: 24px;
}
.digitech.techplatform.casestudies img {
  max-width: 90%;
  height: auto;
}
.casestudies-icon-row img {
  width: 110px;
  margin-right: 20px;
  height: 61px;
}
.casestudies-icon-row img:last-child {
  margin-right: 0;
}
section.techplatform.digitech.casestudies {
  margin-top: 60px;
}
.mediasection {
  margin-top: 60px;
}
.casestudy-grid-container {
  display: grid;
  grid-template-columns: repeat(6);
  gap: 0px;
  justify-items: stretch;
  align-items: stretch;
}
.casestudey-item1 img,
.casestudey-item2 img,
.casestudey-item3 img {
  width: 100%;
  height: 100%;
}
.casestudey-item1 {
  grid-column: 1 / 1;
  grid-row: 1 / 6;
}
.casestudey-item2 {
  grid-column: 4 / span 5;
  grid-row: 1;
}
.casestudey-item3 {
  grid-column: 4 / span 5;
  grid-row: 2;
}
.casestudey-item1,
.casestudey-item2,
.casestudey-item3 {
  position: relative;
}

.mediasectionoverlaytext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
  padding: 10px;
}
.medianewsection {
  margin-top: 60px;
}
.medianewsection .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  background-color: inherit;
  padding-left: 0px;
  align-items: normal;
}
.medianewsection .left img {
  object-fit: cover;
  object-position: top;
  max-width: 100%;
  padding-bottom: 0;
  width: 100%;
}
.medianewsection .top-row .image-container {
  width: 100%;
}
.medianewsection .overlay {
  width: calc(100% - 132px);
}
.medianewsection .overlay.overlaywidth {
  width: calc(100% - 260px);
}

/* CAREERS CSS START */
.careersculture {
  margin-top: 60px;
}
.curentopening {
  margin-top: 80px;
}
.curentopening .nav-tabs .nav-link {
  border-bottom: inherit;
  color: black;
  border: inherit;
  font-family: "Noto Sans";
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  width: 100%;
}
.curentopening .nav-tabs .nav-link.active {
  border-bottom: 1px solid black;
  font-family: "Noto Sans";
  font-size: 20px;
  font-weight: 500;
  color: #313131;
  text-align: center;
}
.curentopening .nav-item {
  width: 25%;
}
.jobopening.servicessection .row {
  margin-top: 60px;
  margin-bottom: 0;
}
.jobopening.servicessection h3 {
  margin-left: 0;
}
.jobopening.servicessection h3 a {
  margin-left: 0;
  text-decoration: none !important;
}
.jobopening.servicessection a {
  color: #313131;
  text-decoration: none;
}
.jobopening.servicessection a:hover {
  text-decoration: underline;
}
.jobopening.servicessection p {
  padding: 0 27px 0px 0px;
  color: #777777;
}
.openning {
  margin-top: 80px;
  text-align: center;
}
.openning h4 {
  color: #313131;
  font-size: 42px;
  font-family: "EB Garamond";
  font-weight: 400;
}
.openning p {
  color: #313131;
  font-size: 20px;
  font-family: "Noto Sans";
  font-weight: 300;
  padding: 20px 0px 20px 0px;
  margin: 0 auto;
}
.profile-card {
  text-align: left;
  margin-bottom: 30px;
  padding: 11px;
  color: #313131;
}
.profile-card img {
  width: 100%;
  /* height: 455px; */
  height: 100%;
}
.profile-card h3 {
  font-family: "EB Garamond";
  font-size: 32px;
  font-weight: 400;
  margin-top: 15px;
}
.profile-card h5 {
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 400;
}
.profile-card p {
  font-family: "Noto Sans";
  font-size: 16px;
  margin-top: 10px;
  font-weight: 300;
}
.knowmore-btn a {
  display: inline-flex;
  align-items: center;
  color: #313131;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: color 0.3s ease, transform 0.3s ease;
  -moz-transition: color 0.3s ease, transform 0.3s ease;
  -ms-transition: color 0.3s ease, transform 0.3s ease;
  -o-transition: color 0.3s ease, transform 0.3s ease;
}
.knowmore-btn a img {
  margin-left: 5px;
  transition: transform 0.3s ease;
  margin-top: 3px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.knowmore-btn a:hover {
  color: black;
}
.knowmore-btn a:hover img {
  transform: translateX(5px);
  filter: brightness(0);
}
/* INNER PAGE CSS CARRER */
.cta-button {
  display: inline-block;
  text-decoration: none;
  border-radius: 34px;
  background-color: transparent;
  font-family: "Noto Sans";
  color: #313131;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 39px;
  border: 1px solid #313131;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: auto;
  margin: 20px auto 45px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -ms-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
}
.cta-button:hover {
  background-color: #313131;
  color: #ffffff;
}
.jobprofile h2 {
  color: #313131;
  font-size: 32px;
  font-weight: 400;
  font-family: "EB Garamond";
  margin-top: 30px;
}
.jobprofile h3 {
  color: #313131;
  font-size: 24px;
  font-weight: 400;
  font-family: "EB Garamond";
  margin-top: 10px;
}
.jobdescription ul {
  list-style-type: disc;
  padding: 24px 16px 0px;
}
.jobdescription ul li {
  color: #777777;
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0.7rem;
}
.jobdescription ul li::marker {
  color: #777777;
  font-family: "Noto Sans";
  font-size: 10px;
  font-weight: 300;
}
.jobdescription ol {
  padding: 1px 16px 0px;
  list-style-type: lower-roman;
}
.jobdescription ol li::marker {
  color: #777777;
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 300;
}
.allopening {
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  margin-top: 80px;
}
.allopening a {
  color: #666666;
  text-decoration: none;
}
.allopening:hover {
  text-decoration: underline;
}
.learning-organization.emailcareer {
  color: #313131;
}
/* Disclaimer CSS START */
.disclaimer h2 {
  font-size: 24px;
  color: #313131;
  font-weight: 400;
  font-family: "EB Garamond";
}
.disclaimer ol li {
  font-size: 16px;
  font-weight: 300;
  /*padding-bottom: 20px;*/
  color: #313131;
  font-family: "Noto Sans";
}
.disclaimer ol li::marker {
  color: #313131;
  font-size: 24px;
  font-family: "EB Garamond";
}
/* privacypolicy CSS START */
.privacypolicy {
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 300;
  color: #313131;
}
.privacypolicy p {
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 300;
  color: #313131;
}
.privacypolicy h2 {
  font-size: 30px;
  font-family: "EB Garamond";
  font-weight: 400;
  color: #313131;
}
.privacypolicy ul {
  list-style-type: disc;
  padding-left: 12px;
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 300;
  color: #313131;
}
.privacypolicy ul li {
  font-family: "Noto Sans";
}

.privacypolicy ul li {
  margin-bottom: 0.5rem;
}
.privacypolicy ul li a {
  margin-bottom: 0.5rem;
  text-decoration: underline;
  color: #313131;
}
.privacypolicy p a {
  margin-bottom: 0.5rem;
  text-decoration: underline;
  color: #313131;
}
.privacypolicy ul li::marker {
  color: #313131;
  font-size: 10px;
}
.privacypolicy ol {
  counter-reset: list;
  margin-left: 0;
  padding-left: 1rem; /* Adjust as needed */
  display: table;
}
/* Styling for counters in the main list */
.privacypolicy ol {
  margin-left: 0;
  padding-left: 1rem;
  list-style: none;
}
.privacypolicy ol > li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 2rem;
}
.privacypolicy ol > li:before {
  counter-increment: list;
  content: "(" counter(list, lower-roman) ") ";
  margin-right: 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  text-align: right;
}
.privacypolicy ol > li a {
  text-decoration: underline;
}
.privacypolicy ol.alpha {
  counter-reset: alpha;
  margin-left: 0;
  padding-left: 1rem;
  list-style: none;
}
.privacypolicy ol.alpha > li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 2rem;
}
.privacypolicy ol.alpha > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  margin-right: 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  text-align: right;
}
.topspace {
  margin: 60px 0px;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 800px; /* Set max width as needed */
  margin: auto;
}

.cover-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://stage.tlcgroup.com/common/img/tlc-video-cover.jpg") center center / cover no-repeat;
}
iframe {
  width: 100%;
  height: 450px; /* Adjust height as needed */
}

/* INNER PAGE MEMBERSHIP SUBSCRIPTIPON */
.topspace {
  margin: 80px 0px 120px 0px;
}
.ctabutton {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  border: 2px solid #313131;
  color: #313131;
  font-family: "Noto Sans";
  font-size: 18px;
  cursor: pointer;
  width: 194px;
  margin: 0 auto;
  text-align: center;
  margin-top: 46px;
}
.ctabutton a {
  text-decoration: none;
  color: #313131;
}
.ctabutton:hover {
  background-color: #313131;
  color: #fff;
}
.ctabutton:hover a {
  color: #fff;
}
/* SLICK SLIDER CSS */
.sliderbox .slider {
  width: 100%;
  margin: 0 auto;
  overflow: hidden; /* Hide any overflowing content */
}
.sliderbox .slick-dots {
  bottom: 0px;
}
.sliderbox .slick-initialized .slick-slide {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box; /* Ensure padding and margins are included in the width */
}
.sliderbox .slide {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
.sliderbox .slide-text,
.sliderbox .slide-img {
  flex: 1; /* Ensure both take up equal space by default */
}
/* Set text to take up 50% of the width */
.sliderbox .slide-text {
  width: 50%;
  margin: 10px 83px 0 0;
  box-sizing: border-box;
}
.sliderbox .slide-text h2 {
  font-family: "EB Garamond";
  font-weight: 400;
  font-size: 32px;
  color: #313131;
}
.sliderbox .slide-text p {
  padding-top: 10px;
  color: #313131;
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 300;
}
.sliderbox .slide-img {
  width: 50%;
  padding: 20px;
}
/* Ensure images fill their container */
.sliderbox .slide-img img {
  width: 100%;
  height: auto;
}
.sliderbox .slick-dots li button:before {
  font-size: 12px;
  color: #e5e5e5;
  opacity: 1;
}
/* Active dot styling */
.sliderbox .slick-dots li.slick-active button:before {
  color: #acacac;
  font-size: 14px;
}
/*------------ Futuristic Product------------- */
.futuristicproduct {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.col-md-7.futuristicproduct.customerfocus {
  margin-top: 0;
}
.futuristicproduct h2 {
  font-family: "EB Garamond";
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 1rem;
  color: #313131;
}
.futuristicproduct ul {
  list-style-type: disc;
  padding-left: 23px;
}
.futuristicproduct ul li {
  color: #313131;
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.futuristicproduct ul li a {
  color: #313131;
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.futuristicproduct ul li::marker {
  color: #313131;
  font-family: "Noto Sans";
  font-size: 10px;
  font-weight: 300;
}
.row-gap {
  margin-bottom: 80px;
}
.no-left-padding .futuristicproduct {
  padding-left: 0px;
  padding-right: 120px;
}
.membership p {
  padding: 20px 0px 0px 0px;
  font-family: "Noto Sans";
  font-size: 20px;
  font-weight: 300;
  color: #313131;
  margin-bottom: 0;
  line-height: 24px;
}
.membership h2 {
  font-family: "EB Garamond";
  font-size: 42px;
  color: #313131;
  font-weight: 400;
  padding: 0px 0px 10px 0px;
}
/* table reservation page custom journy code start from here */
.sustome-journey .customer-journey-title {
  text-align: center;
  margin-bottom: 30px;
}
.sustome-journey .customer-journey-title h3 {
  font-size: 42px;
  font-weight: 400;
  margin: 80px 0px 24px 0px;
  font-family: "EB Garamond";
}
.sustome-journey .customer-journey-title h4 {
  font-size: 22px;
  font-weight: 400;
  margin: 10px 0px 40px 0px;
  font-family: "Noto Sans";
  font-weight: 300;
  color: #313131;
}
.sustome-journey .card {
  border-radius: 0px;
  /* border-top-right-radius: 30px;
    border-bottom-left-radius: 30px; */
  padding: 20px;
  height: 380px;
  box-shadow: none;
  border-radius: 12px;
  position: relative;
  padding-top: 60px;
  background: #fff;
  border: none;
  box-shadow: 0px 4px 10.5px 2px rgba(0, 0, 0, 0.1);
}
.sustome-journey .card h5 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
  padding: 0px 70px 0px 0px;
  font-weight: 400;
  font-family: "EB Garamond";
  color: #313131;
}
.sustome-journey .card ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
  padding-left: 20px;
}
.sustome-journey .card ul li {
  margin-bottom: 0px;
  list-style-type: disc;
  font-size: 16px;
  font-weight: 300;
  color: #313131;
  font-family: "Noto Sans";
}
.sustome-journey .card ul li::marker {
  color: #313131;
  font-family: "Noto Sans";
  font-size: 10px;
  font-weight: 300;
}
.sustome-journey .card-footer {
  background-color: #ebebeb;
  color: #313131;
  font-size: 42px;
  width: 90px;
  font-weight: 400;
  padding: 0px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 0px;
  border-top: none;
  font-family: "EB Garamond";
}
.sustome-journey .card-footer:last-child {
  border-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.restaurant {
  margin: 80px 0px 0px 0px;
}
.restaurant h2 {
  text-align: center;
  padding-bottom: 60px;
  font-family: "EB Garamond";
  font-weight: 400;
  color: #313131;
  font-size: 42px;
}
/* our plan delivery list section code start here */
.ourPlanDelivery .feature-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  border: none; /* Remove outer border */
}
.ourPlanDelivery .feature-table th,
.feature-table td {
  padding: 15px 10px;
  text-align: center;
  border-bottom: 1px solid #ddd; /* Add horizontal line */
}
.feature-category {
  font-weight: 500;
  font-size: 20px;
}
.ourPlanDelivery .feature-table td {
  padding: 15px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  border-bottom: 1px solid #ddd; /* Add horizontal line */
  font-family: "Noto Sans", sans-serif;
  color: #313131;
}
.ourPlanDelivery .feature-table tr:nth-child(1) td,
.ourPlanDelivery .feature-table tr:nth-child(13) td,
.ourPlanDelivery .feature-table tr:nth-child(14) td,
.ourPlanDelivery .feature-table tr:nth-child(16) td,
.ourPlanDelivery .feature-table tr:nth-child(17) td,
.ourPlanDelivery .feature-table tr:nth-child(20) td,
.ourPlanDelivery .feature-table tr:nth-child(21) td,
.ourPlanDelivery .feature-table tr:nth-child(28) td,
.ourPlanDelivery .feature-table tr:nth-child(29) td,
.ourPlanDelivery .feature-table tr:nth-child(33) td {
  /*border-bottom: none;*/
  border-bottom: 1px solid #ddd;
}
.ourPlanDelivery .feature-table tr:nth-child(1) td,
.ourPlanDelivery .feature-table tr:nth-child(14) td,
.ourPlanDelivery .feature-table tr:nth-child(17) td,
.ourPlanDelivery .feature-table tr:nth-child(21) td,
.ourPlanDelivery .feature-table tr:nth-child(29) td {
  padding-top: 60px;
  font-weight: 500;
}
/* .ourPlanDelivery .feature-table tr:nth-child(17) td, */

.ourPlantablelist .feature-table tr:nth-child(13) td,
/* .ourPlanDelivery .feature-table tr:nth-child(29) td, */
.ourPlantablelist .feature-table tr:nth-child(17) td,
.ourPlantablelist .feature-table tr:nth-child(29) td,
.ourPlantablelist .feature-table tr:nth-child(21) td,
.ourPlantablelist .feature-table tr:nth-child(16) td {
  border-bottom: 1px solid #ddd;
}
.ourPlantablelist .feature-table tr:nth-child(1) td,
.ourPlantablelist .feature-table tr:nth-child(19) td,
.ourPlantablelist .feature-table tr:nth-child(24) td,
.ourPlantablelist .feature-table tr:nth-child(30) td,
.ourPlantablelist .feature-table tr:nth-child(5) td,
.ourPlantablelist .feature-table tr:nth-child(6) td,
.ourPlantablelist .feature-table tr:nth-child(15) td,
.ourPlantablelist .feature-table tr:nth-child(10) td,
.ourPlantablelist .feature-table tr:nth-child(20) td,
/*.ourPlantablelist .feature-table tr:nth-child(25) td,*/
.ourPlantablelist .feature-table tr:nth-child(27) td,
.ourPlantablelist .feature-table tr:nth-child(31) td,
.ourPlantablelist .feature-table tr:nth-child(10) td,
.ourPlanDelivery .feature-table tr:nth-child(21) td
/* .ourPlanDelivery .feature-table tr:nth-child(19) td*/ {
  /*border-bottom: none;*/
  border-bottom: 1px solid #ddd;
}
.ourPlantablelist .feature-table tr:nth-child(1) td,
.ourPlantablelist .feature-table tr:nth-child(6) td,
.ourPlantablelist .feature-table tr:nth-child(16) td,
.ourPlantablelist .feature-table tr:nth-child(20) td,
.ourPlantablelist .feature-table tr:nth-child(23) td,
/*.ourPlantablelist .feature-table tr:nth-child(24) td,*/
.ourPlantablelist .feature-table tr:nth-child(25) td,
.ourPlantablelist .feature-table tr:nth-child(28) td,
.ourPlantablelist .feature-table tr:nth-child(31) td,
.ourPlantablelist .feature-table tr:nth-child(12) td {
  padding-top: 60px;
  font-weight: 500;
}

.ourPlantablelist .feature-table tr:nth-child(14) td,
.ourPlantablelist .feature-table tr:nth-child(21) td,
.ourPlantablelist .feature-table tr:nth-child(29) td,
.ourPlantablelist .feature-table tr:nth-child(17) td {
  font-weight: 300;
  padding: 15px 0px;
}
.ourPlanDelivery .feature-table th:nth-child(1),
.feature-table td:nth-child(1) {
  text-align: left;
}
.ourPlantablelist .feature-table th:nth-child(1) {
  width: 60%;
}
.ourPlantablelist .feature-table th:nth-child(2) {
  width: 15%;
}
.ourPlantablelist .feature-table th:nth-child(3) {
  width: 15%;
}
.ourPlantablelist .feature-table th:nth-child(4) {
  width: 15%;
}

.ourPlanDelivery .feature-table th {
  padding: 20px 0px 0px 0px;
  /* background-color: #f9f9f9; */
  font-weight: bold;
  border-bottom: none;
  font-size: 32px;
  font-weight: 400;
  font-family: "EB Garamond";
  color: #313131;
}
.ourPlanDelivery .feature-category {
  font-weight: bold;
}
.ourPlanDelivery .icon {
  width: 26px;
  height: 26px;
}

.ourPlanDelivery .cross {
  width: 10px;
  height: 7px;
}
.ourPlanDelivery .category-icon {
  width: 35px;
  height: 35px;
  margin-right: 8px;
  vertical-align: middle;
  margin-left: 0x;
}

.ourPlanDelivery h2 {
  font-size: 42px;
  font-weight: 400;
  text-align: center;
  margin: 90px 0px 40px 0px;
  color: #313131;
  font-family: "EB Garamond", serif;
}

.ourPlanDelivery .button {
  text-align: center;
  margin: 100px 0px;
}
/* our plan delivery list section code end here */
/* BLOG CSS START PAGE HIDDEN */
.blogtext {
  margin-top: 80px;
}
.blogtext h2 {
  font-size: 42px;
  font-weight: 400;
  text-align: center;
  color: #313131;
  font-family: "EB Garamond", serif;
}
.blogtext h3 {
  font-size: 32px;
  font-weight: 400;
  text-align: left;
  color: #313131;
  font-family: "EB Garamond", serif;
}
.blogtext p {
  font-family: "Noto Sans";
  font-weight: 300;
  font-size: 18px;
  color: #313131;
  line-height: 26px;
  margin-top: 20px;
}
.blogtext span {
  font-weight: 400;
}
.margintop404 {
  margin-top: 10%;
  margin-bottom: 6%;
}
.pagenotfound {
  margin: 0 auto;
  text-align: center;
  color: #313131;
}
.pagenotfound h1 {
  font-family: "EB Garamond";
  font-size: 100px;
  font-weight: 500;
  line-height: 65px;
  margin-bottom: 20px;
}
.pagenotfound h2 {
  font-family: "Noto Sans";
  font-weight: 300;
  font-size: 22px;
}
.pagenotfound p {
  font-family: "Noto Sans";
  font-weight: 300;
  font-size: 18px;
}
.ctabutton.pagentfound {
  width: 225px;
}

.kittyparty {
  margin: 120px 0 0 0;
}

.kittyparty .banner-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.gif-small {
  width: 220px;
  height: auto;
  margin-bottom: 30px;
}
.kittyparty .video-wrap {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.kittyparty .video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* COOKIE SECTION CSS */
.cookie-consent-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 7rem;
  z-index: 1050;
  justify-content: space-around;
  align-items: center;
  background-color: #ffff;
  box-shadow: 3px -3px 16.4px -4px rgba(0, 0, 0, 0.2);
  display: none;

  .cookie-consent {
    width: 80%;
    .cookie-consent-heading {
      font-size: 20px;
      color: #313131;
      margin-bottom: 1rem;
      font-family: "EB Garamond";
      font-weight: 500;
    }
    .cookie-consent-content {
      font-size: 14px;
      margin-bottom: 0;
      line-height: 21px;
      font-family: "Noto Sans";
      a {
        color: #313131;
        text-decoration: none;
        font-size: 14px;
      }
    }
  }
  .cookie-consent-btn {
    font-size: 16px;
    word-spacing: 0px;
    background-color: #313131;
    color: #fff;
    border-radius: 25px;
    border: none;
    padding: 10px 20px;
    font-weight: 300;
    font-family: "Noto Sans";
  }
}


.contact.agileits {
    padding: 0em 0 0;
}