/*
* Theme Name: Netscriperwp
*  Author: Netscriper
*  Author URI: http://www.netscriper.com/
*/
@font-face {
  font-family: 'Times New Roman';
  src: url('/wp-content/themes/ns-digitallink/fonts/times.ttf');
}

@font-face {
  font-family: 'Calibri';
  src: url('/wp-content/themes/ns-digitallink/fonts/calibri.ttf');
}

:root {
  --white: #ffffff;
  --main-color: #0e2244;
  --second-color: #0a76a5;
  --text-color: #212222;
}
html {
  scroll-behavior: smooth;
}
body{
  font-family: 'Calibri', sans-serif;
}
h5,
h4,
h6 {
  /* font-family: "MarkoOne", "Poppins", sans-serif !important; */
  font-family: "Times New Roman", sans-serif;
  font-weight: 400 !important;
  /* font-size: 18px !important; */
  margin-top: 15px;
}
.weight400 {
  font-weight: 400;
}
.section-title span {
  font-family: 'Times New Roman', sans-serif !important;
  /* font-family: "MarkoOne", "Poppins", sans-serif !important; */
  display: block;
  color: #2bb2da;
  font-size: 36px;
  margin-bottom: 7px;
}
.times{
  font-family: 'Times New Roman', sans-serif !important;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

@font-face {
  font-family: "Poppins";
  font-weight: 700; /* Bold */
  src: url("./fonts/Poppins/Poppins-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500; /* Medium */
  src: url("./fonts/Poppins/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 400; /* Regular */
  src: url("./fonts/Poppins/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600; /* SemiBold */
  src: url("./fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Source Sans 3";
  font-weight: 700; /* Bold */
  src: url("./fonts/Source_Sans_3/static/SourceSans3-Bold.ttf")
    format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-weight: 300; /* Light */
  src: url("./fonts/Source_Sans_3/static/SourceSans3-Light.ttf")
    format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-weight: 500; /* Medium */
  src: url("./fonts/Source_Sans_3/static/SourceSans3-Medium.ttf")
    format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-weight: 400; /* Regular */
  src: url("./fonts/Source_Sans_3/static/SourceSans3-Regular.ttf")
    format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-weight: 600; /* SemiBold */
  src: url("./fonts/Source_Sans_3/static/SourceSans3-SemiBold.ttf")
    format("truetype");
}

@font-face {
  font-family: "MarkoOne";
  font-weight: 400; /* Regular */
  src: url("./fonts/MarkoOne-Regular.ttf") format("truetype");
}

.page-template .container.my-5 {
  margin: 0 !important;
}

/* Pre Defined Class */
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.text-dark {
  color: #0e2244 !important;
}
.mmenuhumburger {
  display: none;
}
.white {
  color: white;
}
.bg-primary {
  background-color: var(--main-color) !important;
}
.text-primary,
.text-primary p {
  color: var(--main-color) !important;
}
.text-secondary,
.text-secondary p {
  color: var(--second-color) !important;
}

.d-none {
  display: none;
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block;
  }
  .d-xl-none {
    display: none;
  }
}

.text-white * {
  color: white;
}

/* Hide Services and his childs on mobile menu */
@media (max-width: 1199px) {
  .mm-menu .mm-listitem:nth-child(2) {
    display: none;
  }
}

footer .text-secondary,
.text-secondary p {
  color: #0e2244 !important;
}
.textmargin30 {
  margin: 20px 0px;
}
.text-transparent {
  color: transparent;
}
section#keyfeature {
  margin-top: 200px;
  background: #f4f7fc;
  padding: 70px 0px;
  position: relative;
}
.keyfeatureabsolute {
  position: absolute;
  width: 100%;
  top: -270px;
  z-index: -1;
}
#keyfeature .card-body {
  padding: 40px;
  border-radius: 15px;
}
#keyfeature .card {
  border-radius: 20px;
  cursor: pointer;
}
#keyfeature p.card-text {
  color: #323232;
  font-weight: 400;
}
@media (min-width: 992px) {
  .cus_m {
    margin-top: -3rem;
  }
  
}
header {
  position: relative;
  overflow-x: clip;
  box-shadow: 0px 3px 6px 0px #0000001a;
  background-color: #0e2244;
  z-index: 1000;
}
header img.logo{
    transition: all .3s;
}
header.sticky img.logo{
    max-width: 300px;
}
/* header.sticky .nav_container {
    padding: 3px 0px;
} */
a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: white !important;
  font-style: normal;
  font-weight: 600;
  /* font-family: "Source Sans 3", "Poppins", sans-serif; */
  font-family: "Times New Roman", sans-serif;
}
h1,
h2 {
  margin-top: 15px;
  font-size: 40px;
  margin-bottom: 20px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 28px !important;
  }
}
.markoOne {
  font-family: "MarkoOne", "Poppins", sans-serif;
}

* {
  color: var(--text-color);
  /* font-family: "Source Sans 3", "Poppins", sans-serif; */
  font-family: 'Calibri', sans-serif;
  font-size: 17px;
}

p {
  font-weight: 500;
  text-align: justify;
  margin: 0px;
  line-height: 26px;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px;
  }
}

.custom-logo {
  max-width: 100%;
  height: auto;
}
.cursor-pointer {
  cursor: pointer;
}

.cus_logo_text {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.1rem;
  color: white !important;
  margin: 0px;
}

.menu-item > a > span {
  color: white;
  /* font-size: 16px; */
  transition: 0.2s;
  /* font-weight: 300; */
  transition: 0.3s;
  font-size: 18px;
  font-weight: 400;
}
#menu .dropdown-menu {
  display: block;
  background-color: #000000aa;
  transition: all 0.4s;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
}
#menu .navbar-nav li:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.dropdown-menu > .menu-item {
  padding: 0px;
}
.dropdown-menu.show {
  background-color: #000000aa;
}
.dropdown-toggle::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown-menu > .menu-item > a > span {
  color: white;
  width: 100%;
  display: block;
  padding: 4px 24px;
  font-weight: 400;
}
.dropdown-menu > .menu-item.active,
.dropdown-menu > .menu-item:hover,
.dropdown-menu > .menu-item:hover > a > span {
  /*   font-weight: 500; */
  color: white;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}
/* .dropdown-menu > .menu-item.active > a > span {
  font-weight: 700;
} */
.dropdown-toggle::after {
  color: white;
}
.menu-item:hover > .dropdown-toggle::after,
.menu-item.active > .dropdown-toggle::after {
  color: white;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
  /*   font-weight: 500; */
}

.d-2xl-block {
  display: none;
}
@media (min-width: 1200px) {
  .menu-item > a > span {
    font-size: 18px;
  }
}
.menu-item:hover > a > span,
.menu-item.active > a > span,
.dropdown-menu .menu-item a:hover {
  /*     font-weight: 400; */
  color: #46c5de !important;
}
/* .menu-item:hover > a > span,
.menu-item.active > a > span {
  background: linear-gradient(97.91deg, #32ade6 6.43%, #007aff26 128.94%);
  font-weight: 600;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
} */
.nav_container {
  padding: 10px 0px;
  transition: all .3s;
}
.carousel-control-prev,
.carousel-control-next {
  position: static;
  height: fit-content;
  border: 1px solid white;
  padding: 10px 5px;
  border-radius: 100px;
  width: fit-content;
  transition: 0.3s;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: #f4bf33;
}

.text-blue {
  color: #173e7b !important;
}
.text-yellow {
  color: #f4bf33 !important;
}
.text-red {
  color: #a60d12 !important;
}

.gap-10 {
  gap: 10px;
}
.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-50 {
  gap: 50px;
}
.gap-60 {
  gap: 60px;
}
.w-lg-50 {
  width: 100%;
}
.w-sm-50 {
  width: 100%;
}
@media (min-width: 992px) {
  .w-sm-50 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .w-lg-50 {
    width: 50%;
  }
}
.fancybox-bg {
  width: 100%;
  height: 100%;
}
svg > path {
  color: white;
}

#go-top {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  color: white;
  border-radius: 100%;
  position: fixed;
  bottom: 5%;
  right: 20px;
  z-index: 1000;
  cursor: pointer;
  border: 1px solid white;
}
#go-top i {
  color: white;
}

.gallery_photo_container {
  overflow: hidden;
}
.gallery_photo_container .gallery_item {
  scale: 1;
  display: block;
  background-size: cover;
  background-position: center;
  transition: 0.3s;
}

.gallery_photo_container:hover .gallery_item {
  scale: 1.2;
}

.breadcrumbs {
  text-align: center;
}
.breadcrumbs li:last-child,
.banner_title {
  display: block;
  overflow: hidden;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  max-width: 300px;
}
.banner {
  margin: 15px;
  height: 250px;
  background-image: url("/wp-content/uploads/2025/02/Digital-Link-Mockup-5-scaled.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
}
.banner_div {
  width: 100%;
  height: 100%;
  background: linear-gradient(91.89deg, #0e2244dd 49.72%, #0e224490 99.31%);
}
.banner_content {
  display: flex;
  flex-direction: column;
}
.banner_content h4 {
  color: white !important;
}
.br_crumb ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 28px;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* margin-top: 100px; */
}
.br_crumb li {
  padding: 0px 10px;
  display: inline;
}
.br_crumb li > a,
.br_crumb li > i,
.br_crumb li > strong {
  color: white !important;
}
@media (min-width: 542px) {
  .breadcrumbs li:last-child,
  .banner_title {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .breadcrumbs li:last-child,
  .banner_title {
    max-width: 700px;
  }
  .br_crumb ul {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .banner {
    height: 350px;
    border-radius: 30px;
  }
  .breadcrumbs li:last-child,
  .banner_title {
    max-width: 900px;
    display: inline;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs li:last-child,
  .banner_title {
    max-width: 100%;
  }
}
.mm-navbar__title {
  color: var(--main-color) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}

/* Sub Banner Style 2 Start */
section.sub-banner {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  background: url('/wp-content/themes/ns-digitallink/images/banner-bg-shape.png') #0e2244;
  /* background-position: center; */
  background-size: 50%;
  background-position: 50% 65%;
}
section.sub-banner .banner-image {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  object-fit: cover;
  clip-path: polygon(100% 0, 100% 100%, 15% 100%, 0% 50%, 15% 0);
}
section.sub-banner h4{
  font-family: 'Times New Roman', sans-serif !important;
  font-size: 30px !important;
}
/* Sub Banner Style 2 End */

section.page-banner {
  background: #657f88;
  min-height: 250px;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
}
section.page-banner .banner_content {
  position: absolute;
  width: 100%;
  height: 40%;
  background: #fff;
  bottom: 0;
  clip-path: polygon(45% 0, 51% 100%, 0 100%, 0 0);
  display: flex;
  justify-content: center;
}
section.page-banner .banner_content h4 {
  color: var(--main-color) !important;
}
section.page-banner .br_crumb li > a,
section.page-banner .br_crumb li > i,
section.page-banner .br_crumb li > strong {
  color: #111 !important;
}

/* Home  */
.hero {
  width: 100%;
  aspect-ratio: 5/2;
  min-height: 300px;
  background-image: url("/wp-content/themes/ns-digitallink/images/resources/digitallinkbanner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #0e2244, transparent);
}
.hero_div {
  position: relative;
  max-width: 700px;
  width: 100%;
}
.hero_div_head {
  line-height: normal;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
}
.hero_div_text {
  font-size: 17px;
  text-align: start;
  color: white;
}

.brands {
  background-color: #eaeaea;
  padding: 40px 0px;
}
.brand_div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
  row-gap: 20px;
}

@media (min-width: 992px) {
  .brand_div {
    justify-content: space-between;
  }
}
.brand_icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand_icon img {
  max-width: 150px;
}

.services,
.deploymentSolutions,
.journey {
  padding: 50px 0px 60px;
}
.services_div {
  row-gap: 50px;
}
.service_div_card {
  padding: 20px;
  box-shadow: 0px 0px 8px 0px #00000026;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  gap: 20px;
}
#services .deployment_solutions_cat {
  position: relative;
  left: 40%;
  margin-bottom: 25px;
}
.servicecontentbox {
  min-height: 100px;
}
.service_card_img {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  border-radius: 100%;
  margin-top: -50px;
  width: 70px;
  height: 70px;
}
.service_card_img img {
  width: 100%;
  max-width: 37px;
}
.service_div_card .cus_head {
    font-family: 'Calibri', sans-serif !important;
    font-weight: bold !important;
    font-size: 20px !important;
    margin-top: 5px;
}

.card-body:hover h5,
.card-body:hover .card-text {
  color: white !important;
  transition: color 0.4s ease, transform 0.4s ease;
}

.card-body:hover {
  background-color: #0e2244;
  transition: 0.4s ease;
}

.service_card_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.item-cat.item-cat-12 {
  pointer-events: none;
}

.esignature {
  background-image: url("/wp-content/themes/ns-digitallink/images/resources/esignaturebg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 180px;
  position: relative;
}

@media (min-width: 768px) {
  .esignature {
    min-height: 300px;
  }
}
.esignature_div {
  width: 100%;
  height: 100%;
  background-color: #0e2244b2;
  position: absolute;
  inset: 0;
}
.esignature_div_text {
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: 50%;
  width: 90%;
  max-width: 400px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

@media (min-width: 428px) {
  .esignature_div_text {
    transform: translate(0%, -50%);
    right: 20%;
    width: 60%;
  }
}

@media (min-width: 768px) {
  .esignature_div_text {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 35px;
    max-width: 400px;
    right: 15%;
  }
}

@media (min-width: 992px) {
  .esignature_div_text {
    width: 50%;
    font-size: 28px;
    line-height: 40px;
    max-width: 500px;
    right: 15%;
  }
}

@media (min-width: 1200px) {
  .esignature_div_text {
    width: 55%;
    font-size: 32px;
    line-height: 45px;
    max-width: 550px;
  }
}
@media (min-width: 1400px) {
  .esignature_div_text {
    font-size: 40px;
    line-height: 50px;
    max-width: 650px;
  }
}

.deployment_solutions_div {
  row-gap: 20px;
}
.deployment_solutions_card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}
.deployment_solutions_img {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  transition: 0.3s;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.deployment_solutions_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.deployment_solutions_card .cus_head {
    font-family: 'Calibri', sans-serif !important;
    font-weight: bold !important;
    font-size: 20px !important;
}

.deployment_solutions_cat {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  background-color: white;
  backdrop-filter: blur(10px);
  box-shadow: 0px 4px 4px 0px #00000026;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 100px;
  border-radius: 1000px;
  padding: 8px;
  gap: 10px;
  flex-wrap: nowrap;
  transition: 0.3s;
}
.deployment_solutions_cat p {
  font-size: 14px;
  text-wrap: nowrap;
}
.arrow {
  background-color: var(--main-color);
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.deployment_solutions_card:hover .deployment_solutions_img img {
  scale: 1.15;
}
/* .deployment_solutions_card:hover .deployment_solutions_cat {
  gap: 25px;
} */

@media (min-width: 768px) {
  .deployment_solutions_cat {
    max-width: 200px;
  }
  .deployment_solutions_cat p {
    font-size: 16px;
  }
}
.deployment_solutions_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.deployment_solutions_icon {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  border-radius: 100%;
  width: 50px;
  height: 50px;
}
.deployment_solutions_icon img {
  width: 100%;
  max-width: 25px;
}

.review {
  background-image: url("/wp-content/themes/ns-digitallink/images/resources/reviewbg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
  position: relative;
  padding: 40px 0px;
}
.home_review_carousel_card {
  padding: 20px 30px;
  border-radius: 30px;
  background: linear-gradient(98.14deg, #ebedf0 2.88%, #f2f3f4 97.69%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  min-height: 230px;
  cursor: pointer;
}
.review_stars {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reviewer_profile {
  width: 50px !important;
  height: 50px !important;
  border-radius: 100%;
  object-fit: cover;
}

.gyb {
  min-height: 400px;
  padding: 50px 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.gyb_text {
  /* max-width: 500px; */
  color: black !important;
  text-align: center;
  margin: 0px;
  line-height: normal;
}
.gyb_text span {
  font-family:'Times New Roman', Times, serif;
  font-size: 36px;
  color: var(--second-color);
  /* font-family: "MarkoOne", "Poppins", sans-serif; */
}
.gyb_img {
  max-width: 300px;
}

@media (min-width: 992px) {
  .gyb_text {
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
    /* font-size: 28px; */
    letter-spacing: 1px;
  }
  .gyb_img {
    position: absolute;
    right: 15%;
    bottom: 0;
  }
}

@media (min-width: 1200px) {
  .gyb_text {
    /* font-size: 36px; */
    left: 20%;
  }
  .gyb_img {
    right: 20%;
  }
}
@media (min-width: 1400px) {
  .gyb_text {
    /* font-size: 40px; */
    left: 25%;
  }
}

/* Home  */

/* Career */

.career-box {
  background: #eef0f2;
  border: 1px solid #f0eff2;
  padding: 10px;
  border-radius: 20px;
}
.career-box .content {
  padding: 25px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #f1f1f3;
}
.career-box .job-title {
  margin: 0 0 15px;
}
.career-box .job-title a {
  color: #111 !important;
  font-size: 21px !important;
  font-family: MarkoOne, Poppins, sans-serif;
}
.career-box .job-title a:hover {
  color: var(--main-color) !important;
}
.career-box .footer {
  padding: 15px 5px 5px;
}
.career-box .readmore {
  background: var(--main-color);
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 25px;
  transition: all 0.2s;
}
.career-box .readmore:hover {
  background: #0379b1;
}
.career-box .salary {
  font-weight: 500;
  color: #333333;
}
.career-box i {
  margin-right: 5px;
  opacity: 0.5;
}

.career_card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #88888830;
  border-radius: 20000px;
  padding: 20px;
  max-width: 800px;
  margin: auto;
}

.career_btn {
  background-color: var(--main-color);
  padding: 10px 20px;
  color: white;
  border-radius: 100000px;
}

.related_container {
  border: 1px solid #00000030;
  border-radius: 20px;
  padding: 20px;
}

.related_card {
  padding: 10px;
  border-bottom: 1px solid #00000030;
}

.career_btn {
  border-radius: 100px;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  width: fit-content;
  margin: auto;
}
.career_btn:hover {
  background-color: var(--main-color);
  opacity: 0.7;
  color: white;
}

.carrier_contact {
  border: 1px solid var(--main-color);
  position: sticky;
  top: 0px;
}
.carrier_contact_head {
  padding: 10px 20px;
  background-color: var(--main-color);
}
.carrier_contact_body {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Career */

/* Service Template One */
.service-template,
.service-template p {
  line-height: 36px;
}
.service-template.template1 .servicefeatureimage {
  max-width: max-content;
  background-position: center;
  background-size: 119%;
}
.service-title {
  color: #000 !important;
  font-family: "MarkoOne";
  font-weight: normal;
  margin-bottom: 23px;
}
.service-template .sub-title {
  color: var(--main-color);
}
.service-template .sub-title {
  color: var(--main-color) !important;
  font-family: "Source Sans 3" !important;
  font-weight: 600 !important;
  margin-bottom: 10px;
}
section.key-features {
  background: #f4f7fc;
  padding-bottom: 70px;
  position: relative;
  margin-top: 150px;
}
section.key-features .divider-shape {
  position: absolute;
  bottom: 100%;
  width: 100%;
}
.key-features .box .icon {
  background: #0e2244;
  padding: 10px;
  min-width: 89px;
  max-width: 89px;
  height: 89px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 10px;
}
.key-features .box .title {
  color: #0e2244 !important;
  font-family: "Source Sans 3", Poppins, sans-serif !important;
  font-weight: 600 !important;
  font-size: 24px !important;
}
.key-features .box {
  display: flex;
  gap: 80px;
  margin-top: 20px;
  min-height: 120px;
}
.service-template.template1 .key-features .box .content {
  display: flex;
  gap: 80px;
  border-bottom: 1px solid #d0d0d0;
  padding: 20px 0;
}
.service-template.template1 .key-features .box:last-child .content {
  border: unset;
}
.key-features .box .content .title {
  min-width: 400px;
}
.key-features .service-title {
  margin-bottom: 50px;
}
.sub-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}
.sub-page-links .readmore {
  background: var(--main-color);
  color: #fff;
  padding: 5px 7px 5px 17px;
  border: 2px solid #0e2244;
  display: inline-block;
  transition: all 0.2s;
  border-radius: 10px;
}
.sub-page-links .readmore:hover, .sub-page-links .readmore:nth-child(2):hover {
  background: #0379b1;
  border-color: #0379b1;
  color: #fff;
}
.sub-page-links .readmore:nth-child(2) {
  background: unset;
  color: #0e2244;
}
.sub-page-links .readmore:nth-child(2) img {
  filter: brightness(0);
  transition: all .2s;
}
.sub-page-links .readmore:nth-child(2):hover img{
  filter: brightness(1);
}
.readmore img {
  width: 30px;
  margin-left: 5px;
}

/* Industrial Overview Start */
.service-child h1, .service-child h2, .service-child h3, .service-child h4, .service-child h5, .service-child h6, .about-dss h1{
    font-family: "Times New Roman", sans-serif !important;
    color: var(--main-color) !important;
    font-weight: bold !important;
    letter-spacing: 1px;
}
.service-child .wp-block-heading, .about-dss h1 {
    font-size: 45px;
    letter-spacing: 1px;
}
.service-child .wp-block-heading::after, .about-dss h1::after {
    content: "";
    display: block;
    width: 150px;
    height: 4px;
    background: var(--main-color);
    margin: 10px 0 35px;
}
.service-child p, .about-dss p {
    line-height: normal;
    line-height: 1.7;
    margin-bottom: 5px;
}
.req-card{
    background: url('/wp-content/themes/ns-digitallink/images/card-bg.png');
    padding: 20px;
    text-align: center;
    background-size: cover;
    border-radius: 25px;
    overflow: hidden;
}
.req-card .inner-wrap {
    max-width: 250px;
    margin: 25px auto 5px;
}
.req-card h3 {
    color: #fff !important;
    letter-spacing: .5px;
}
.req-card p {
    color: #fff;
    text-align: center;
    margin: 12px 0 25px;
    line-height: 1.5;
}
.req-card .readmore {
    background: #fff;
    color: #121212;
    padding: 14px 24px;
    display: inline-block;
    border-radius: 10px;
    width: 100%;
    transition: all .2s;
}
.req-card .readmore:hover {
    background: #0379b1;
    color: #fff;
}
.industrial-overview .service h4 {
    color: #000000 !important;
    margin-bottom: 10px;
}
.industrial-overview .service p {
    line-height: 1.7;
}
.industrial-overview .service-box {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    overflow: hidden;
    padding: 5px;
    width: 100%;
}
.industrial-overview .service-box iframe {
    border-radius: 25px;
}
.industrial-overview .service-box .content {
    padding: 0 10px 25px;
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
}
.industrial-overview .service-box .title {
    background-color: var(--main-color);
    color: #fff !important;
    font-size: 25px !important;
    padding: 10px;
    max-width: 270px;
    margin: 20px auto 15px;
}
.industrial-overview .service-box .sub-title {
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--main-color);
}

/* By Department */
.by-dep .service-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 10px;
}
.by-dep .service-box, .ds-service .service-box {
    background: #fafafa;
    border-radius: 10px;
    text-align: center;
    padding: 15px 25px;
    transition: all .3s;
    word-wrap: break-word;
    width: 100%;
}
.by-dep .service-box img, .ds-service .service-box img {
    aspect-ratio: 12 / 8;
    object-fit: cover;
    cursor: pointer;
    margin: 0 auto;
}
.by-dep .service-box h4, .ds-service .service-box h4 {
    /* text-transform: uppercase; */
    font-size: 24px !important;
    color: #000 !important;
}
.by-dep .service-box .readmore, .ds-service .service-box .readmore {
    display: inline-block;
    width: 100%;
    border: 1px solid var(--main-color);
    color: #121212;
    font-size: 18px;
    padding: 7px 15px;
    border-radius: 5px;
    margin-top: 15px;
    transition: all .3s;
}
.by-dep .service-box .readmore:hover, .ds-service .service-box .readmore:hover {
    background: var(--main-color);
    color: #fff;
}
.by-dep .service-box:hover, .ds-service .service-box:hover {
    box-shadow: 0px 4px 12.3px 0px rgba(0, 0, 0, 0.25);
}

.esign-modal .modal-content{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.esign-modal button.close {
    position: absolute;
    right: 20px;
    top: 10px;
    opacity: 1;
    z-index: 500;
}
.esign-modal button.close span {
    color: #fff;
    font-size: 30px;
    font-weight: 100;
}
.esign-modal .modal-content::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: var(--main-color);
    right: 0;
    top: 0;
    border-radius: 50%;
    transform: translate(60%, -60%);
}
.esign-modal .modal-content::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: var(--main-color);
    left: 0;
    bottom: 0;
    border-radius: 50%;
    transform: translate(-30%, 70%);
}
.esign-modal .modal-title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 30px !important;
    margin-top: 2px;
    line-height: 1.2;
    color: var(--main-color) !important;
    font-weight: bold !important;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.esign-modal .content, .esign-modal p {
    text-align: center;
}
.esign-modal .content h5 {
    color: #000 !important;
    font-family: Calibri, sans-serif !important;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.esign-modal .content p {
    margin-bottom: 5px;
    line-height: 1.2;
}
.esign-modal .modal-body{
    position: relative;
    z-index: 100;
}
.esign-modal .modal-body .content-wrap {
    max-width: 1100px;
    margin: 0 auto;
}
.esign-modal .modal-body .content-wrap .top{
    margin: 0 auto;
}
.esignatures .box, .esign-modal .key-features {
    box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.16);
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    border: 1px solid #ededed;
    line-height: 1.4;
    background: #fff;
}
.esignatures .box img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}
.esignatures .box .title {
    color: #000 !important;
    font-size: 21px;
    margin-bottom: 12px;
}
.esign-modal h4 {
    color: var(--main-color) !important;
    font-weight: 600 !important;
}
.esign-modal .key-features{
    padding-bottom: 0;
}
.esign-modal .key-features ul {
    column-count: 2;
    list-style: none;
    text-align: left;
    background: #fff;
    padding: 20px;
    padding-bottom: 0;
}
.esign-modal .key-features ul li {
    margin-bottom: 20px;
}
.esign-modal .key-features ul li:before {
    content: "\f058";
    font-family: 'FontAwesome';
    color: var(--second-color);
    margin-right: 7px;
    font-size: 20px;
    float: left;
    clear: right;
}

@media only screen and (min-width: 768px){
    .esign-modal .modal-xl {
        max-width: 720px;
    }
}
@media only screen and (min-width: 992px){
    .esign-modal .modal-xl {
        max-width: 960px;
    }
    .esign-modal .modal-content::before{
        transform: translate(60%, -60%);
        width: 300px;
        height: 300px;
    }
    .esign-modal .modal-content::after{
        transform: translate(-30%, 70%);
        width: 300px;
        height: 300px;
    }
    .esign-modal .modal-body .content-wrap .top{
        max-width: 750px;
    }
}
@media only screen and (min-width: 1200px){
    .esign-modal .modal-xl {
        max-width: 1300px;
    }
    .esign-modal .modal-content::before{
        transform: translate(45%, -45%);
    }
    .esign-modal .modal-content::after{
        transform: translate(-15%, 55%);
    }
    .esign-modal .modal-body .content-wrap .top{
        max-width: 850px;
    }
}
@media only screen and (min-width: 1400px){
    .esign-modal .modal-body .content-wrap .top {
        max-width: 950px;
    }
}

/* Digitisation Solution */
.ds-service .service-col {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 10px;
}
.ds-service .service-box img {
    aspect-ratio: 16 / 9;
}
.ds-service .service-box h4{
    /* font-size: 20px !important; */
    font-weight: 600 !important;
}

/* Service Template Two */
.service-template.template2 .overview {
  display: flex;
}
.service-template.template2 .overview .column:nth-child(2) {
  max-width: 680px;
  padding: 0 40px;
  text-align: center;
}
.service-template.template2 .overview .column {
  flex: auto;
}
.service-template.template2 .overview img {
  max-width: 528px;
  width: 100%;
  aspect-ratio: 9 / 5;
  object-fit: cover;
}
.service-template.template2 .overview .column:first-child img {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.service-template.template2 .overview .column:last-child img {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  display: block;
  margin: 130px 0 0 auto;
}
.service-template.template2 .key-features .box {
  gap: 20px;
}

/* Service Template Three */
.key-features .zigzag {
  position: relative;
  padding: 5px 0;
}
.key-features .zigzag::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #0e2244;
  left: 50%;
  top: 0;
}
.service-template.template3 .key-features .box {
  width: 50%;
  gap: 35px;
}
.key-features .zigzag .box:nth-child(odd) {
  flex-direction: row-reverse;
  position: relative;
  right: -45px;
}
.key-features .zigzag .box:nth-child(even) {
  position: relative;
  transform: translateX(100%);
  left: -45px;
}
.key-features .zigzag .box:nth-child(odd) .title {
  text-align: right;
}
.service-template.template4 .key-features .card {
  border-radius: 15px !important;
}
.service-template.template4 .key-features .card-body {
  padding: 25px;
  border-radius: 15px !important;
}

/* Contact us */
.cus_container {
  max-width: 1200px;
  background-color: #f2f3f4;
  padding: 15px;
  border-radius: 20px;
  position: relative;
  margin: 0px 15px;
}

@media (min-width: 992px) {
  .cus_container {
    padding: 30px;
    margin: auto;
  }
}
.cus_form_content {
  display: flex;
  flex-direction: column;
  column-gap: 10px;
}

.cus_input_group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.cus_input_label {
  font-size: 16px;
  line-height: 38px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #0e2244;
  padding: 10px;
}

.cus_input {
  width: 100%;
  border-radius: 30px;
  border: 0px;
  min-height: 50px;
  padding: 10px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  background: #fff;
}
#contact-form input:-internal-autofill-selected {
  border-color: #e8f0fe;
}

textarea.cus_input {
  border-radius: 30px !important;
}

.cus_input:focus-visible {
  outline: none;
}
.send_btn {
  background: #0e2244;
  border-radius: 30px;
  width: fit-content;
  color: white;
  min-width: 170px;
  border: none;
  transition: 0.3s;
  padding: 15px 25px;
  margin-top: 15px;
}

.send_btn:hover {
  color: white;
  background: linear-gradient(91.89deg, #0e2244dd 49.72%, #0e224490 99.31%);
}

.ty-section{
    background: #eaebee;
    padding: 40px 0 50px;
}
.ty-section .section-title {
    font-family: "Times New Roman", sans-serif;
    color: #111 !important;
}

.cus_map {
  box-shadow: 0px 4px 4px 0px #00000040;
  max-width: 1200px;
  border-radius: 30px;
  overflow: hidden;
  margin: 25px auto;
}

.journey {
  background-image: url("/wp-content/themes/ns-digitallink/images/resources/journey.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 300px;
  position: relative;
}

.journey_card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  width: 100%;
  min-height: 150;
  background-color: #00000030;
  padding: 15px;
  border-radius: 15px;
  cursor: pointer;
}

.journey_card:hover {
  background-color: #00000070;
  transition: color 0.7s ease, box-shadow 0.7s ease;
  box-shadow: #007bff 0px 5px 15px;
}

.journey_card_icon {
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  /*   background-color: #ffffff99; */
  /* 	background-color:#29718e; */
  background-color: #0e2244;
  width: 80px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.journey_card .cus_head {
  font-size: 24px !important;
  margin: 0;
  font-family: 'Calibri', sans-serif !important;
}
.journey_card p {
  text-align: left;
}
.journey_card_icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(210%)
    hue-rotate(49deg) brightness(114%) contrast(92%);
}
@media (min-width: 768px) {
  .journey_card {
    gap: 20px;
    min-height: 150px;
  }
}

/* Contact us */
.cus_head {
  font-size: 18px;
}

@media (min-width: 992px) {
  .cus_head {
    font-size: 24px;
  }
}

/* Footer  */

footer {
  background-color: #0e2244;
}
footer h5 {
  font-family: 'Calibri', sans-serif !important;
  font-size: 23px !important;
}
footer p.text-white {
  font-weight: 400;
}

.footer_foot div {
  position: relative;
  height: 100px;
  padding-top: 30px;
  background-color: #0e2244;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer_foot div p {
  font-size: 14px;
  line-height: 20px;
  text-wrap: nowrap;
  color: white;
}

.cus_footer_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 35px;
  background-color: white;
  border-radius: 10000px;
}

.cus_footer_logo:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .footer_foot div {
    height: 50px;
    padding-top: 10px;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .footer_ele.info {
    width: 300px;
  }
  .footer_ele.links {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .footer_ele.social {
    width: 300px;
  }
}

/* Footer */

.cus_icon {
  background-color: #0e2244;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.multiple-select {
  border: 1px solid #767676;
  border-radius: 3px;
  display: inline-flex;
  flex-direction: column;
  padding: 3px 6px;
}

.multiple-select summary::marker {
  display: none;
  font-size: 0;
}

.multiple-select summary::-webkit-details-marker {
  display: none;
  font-size: 0;
}

.multiple-select summary::after {
  content: "\25BC"/ "";
  display: inline-block;
  font-size: 0.6rem;
  height: 1rem;
  line-height: 1rem;
  margin-left: 0.5rem;
  position: relative;
  transition: transform 0.25s;
}

.multiple-select[open] summary {
  margin-bottom: 1rem;
}

.multiple-select[open] summary::after {
  top: -0.15rem;
  transform: rotate(180deg);
}

.multiple-select fieldset {
  border: 0;
  padding: 0;
  width: 100%;
}

.multiple-select fieldset legend {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.multiple-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.multiple-select ul li {
  border-radius: 3px;
  margin: 0;
  padding: 4px 2px;
}

.multiple-select ul li:hover {
  background: #eee;
}

.multiple-select ul li label {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}

/* Media Query Start */
@media (max-width: 1440px) {
  section.key-features {
    margin-top: 100px;
  }
}
@media(max-width: 1350px){
    .by-dep .service-col {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (max-width: 1199px) {
    .service-template.template1 .key-features .box,
    .key-features .box .content {
        gap: 40px;
    }
    .key-features .box .content .title {
        min-width: 300px;
    }
    .service-template.template2 .overview .column:nth-child(2) {
        max-width: 600px;
        padding: 0 30px;
    }
    section.sub-banner{
        height: 300px;
    }
    .ds-service .service-col{
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 991px) {
    .by-dep .service-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .esign-modal .content .col {
        flex-basis: unset;
    }
    .esign-modal .modal-content::before{
        z-index: 400;
    }
    section.page-banner {
        min-height: 250px;
    }
    section.page-banner .banner_content {
        height: 40%;
        clip-path: polygon(50% 0, 60% 100%, 0 100%, 0 0);
    }
    .service-template.template1 .servicefeatureimage,
    .service-template.template3 .featured-image {
        margin: 20px auto 0 !important;
    }
    section.key-features {
        padding-top: 10px;
    }
    .service-template.template1 .key-features .box .content {
        flex-direction: column;
        gap: 10px;
        padding-top: 0;
    }
    .service-template.template2 .overview {
        flex-direction: column;
    }
    .service-template.template2 .overview img {
        max-width: 400px;
    }
    .service-template.template2 .overview .column:nth-child(2) {
        margin: 30px auto;
    }
    .service-template.template2 .overview .column:last-child img {
        margin: 0 0 0 auto;
    }
    .service-template.template3 .key-features .box {
        width: 100%;
    }
    .key-features .zigzag .box:nth-child(even) {
        transform: unset;
        left: unset;
    }
    .key-features .zigzag .box:nth-child(odd) {
        right: unset;
        flex-direction: row;
    }
    .key-features .zigzag::before {
        left: 45px;
    }
    .key-features .zigzag .box:nth-child(odd) .title {
        text-align: left;
    }
    .ds-service .service-col{
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    section.sub-banner {
        flex-direction: column-reverse;
        height: unset;
    }
    section.sub-banner .banner-image{
        position: unset;
        width: 100%;
        aspect-ratio: 21 / 9;
        clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0% 70%, 0 0);
    }
    section.key-features {
        padding-bottom: 40px;
    }
    .hero_div_head {
        margin: 0;
        font-size: 25px;
    }
    .hero_div_text {
        display: none;
    }
    section.page-banner .banner_content {
        height: 35%;
        clip-path: polygon(65% 0, 75% 100%, 0 100%, 0 0);
        bottom: -1px;
    }
    #breadcrumbs{
        justify-content: center;
    }
    .br_crumb li{
        padding: 0px 5px;
    }
    .service-child .wp-block-heading {
        font-size: 35px;
    }
    .esign-modal .modal-body .content-wrap .top{
        max-width: 350px;
    }
    .esign-modal .modal-content::before{
        width: 125px;
        height: 125px;
        transform: translate(55%, -55%);
    }
    .esign-modal .modal-content::after{
        width: 125px;
        height: 125px;
        transform: translate(-35%, 65%);
    }
    .esign-modal button.close{
        right: 14px;
        top: 5px;
    }
    .by-dep .service-box h4{
        font-size: 22px !important;
    }
    section.sign-n-seal{
        padding: 40px 0 !important;
    }
    section.features-n-diff{
        padding: 30px 0 0 !important;
    }
    .esign-modal .key-features ul{
        column-count: 1;
    }
    .esign-modal .key-features ul li {
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    section.page-banner .banner_content {
        clip-path: polygon(90% 0, 98% 100%, 0 100%, 0 0);
    }
    .service-title {
        font-size: 32px;
    }
    .service-template.template1 .key-features .box {
        margin-top: 20px;
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .key-features .box .icon {
        width: 89px;
        margin: 7px auto 0;
    }
    .service-template .key-features p {
        text-align: center;
    }
    .service-template.template2 .key-features .box {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        margin-bottom: 10px;
    }
    .service-template.template3 .key-features .box .content .title {
        text-align: center !important;
    }
    .service-template.template3 .key-features .box {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
    }
    .key-features .zigzag::before {
        display: none;
    }
    .service-template.template4 .key-features p {
        text-align: left;
    }
    .by-dep .service-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px;
    }
    header.sticky img.logo {
      max-width: 100%;
  }
    .ty-section .section-title, .ty-section .section-title span{
        font-size: 30px;
    }
    section.compliance{
        padding: 25px 0 50px !important;
    }
    .ds-service .service-col{
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 425px) {
  section.page-banner .banner_content h4 {
    display: none;
  }
  section.page-banner .banner_content {
    height: 25%;
  }
  .key-features .service-title {
    margin-bottom: 35px;
  }
  section.key-features {
    margin-top: 70px;
    padding-top: 20px;
  }
  .service-template.template2 .overview .column:nth-child(2) {
    padding: 0 15px;
  }
  .hero_div_head {
    font-size: 21px;
    line-height: 1.5;
  }
  .esign-modal .modal-body .content-wrap .top{
    padding: 0 20px;
  }
    .ty-section {
        padding: 25px 0 40px;
    }
}

@media (max-width: 375px) {
    .service-title {
        font-size: 30px;
    }
    section.key-features {
        padding-bottom: 20px;
    }
    .career-box .readmore {
        padding: 7px 14px;
    }
    .cus_map iframe {
        height: 250px;
    }
    .service-child .wp-block-heading {
        font-size: 32px;
    }
    .service-child .wp-block-heading::after{
        margin: 10px 0 25px;
    }
    .esign-modal .modal-title{
        font-size: 25px !important;
    }
    .esign-modal .content h5{
        font-size: 18px;
        margin-bottom: 15px;
    }
    section.compliance .box{
        padding: 24px 17px;
    }
    section.compliance .box p {
        text-align: left;
    }
    .features-n-diff .feature{
        min-height: auto;
        align-items: center;
    }
    section.sign-n-seal{
        padding: 30px 0 40px !important;
    }
    .esign-modal .key-features{
        padding: 10px 0 0;
    }
}

/* Digital Signing Service */

.digi_divider {
  margin: auto;
  border-bottom: 3px solid #000;
  width: 100px;
}
/* container padding overrides */
.sign-diff-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow-x: auto;
}

/* icon sizing */
.sd-icon {
  max-width: 150px;
  height: auto;
}
section.sign-n-seal {
    background: var(--main-color);
    text-align: center;
    padding: 60px 0;
}
.sign-n-seal h1.title {
    font-weight: normal;
    margin-bottom: 35px;
    font-size: 35px;
}
.sign-n-seal .box img {
    filter: invert(1);
    max-width: 96px;
}
.sign-n-seal h4 {
    font-family: Calibri, sans-serif;
    font-size: 23px !important;
}

section.features-n-diff {
    padding: 50px 0 0;
    background: url('/wp-content/themes/ns-digitallink/images/feature-bg.jpg');
    background-position: center top;
    background-size: cover;
}
section.features-n-diff h1, section.features-n-diff h2, section.features-n-diff h3, section.features-n-diff h4 {
    color: var(--main-color) !important;
}
section.features-n-diff h1 {
    margin-bottom: 45px;
    color: #111 !important;
}
section.features-n-diff h4 {
    font-weight: bold !important;
    font-size: 25px !important;
}
section.features-n-diff h4::before {
    content: "\f05d";
    font-family: "FontAwesome";
    font-weight: 100;
    margin-right: 7px;
    color: var(--second-color);
    color: #999;
}
.features-n-diff .feature {
    display: flex;
    align-items: flex-start;
    column-gap: 15px;
    width: 100%;
    box-shadow: 0px 0px 14px -7px;
    padding: 20px 15px;
    border-radius: 7px;
    background: #fff;
    min-height: 115px;
}

section.compliance {
    background: #eaebee;
    padding: 35px 0 70px;
}
section.compliance h1, section.compliance h4, section.compliance h5 {
    color: var(--main-color) !important;
}
section.compliance .box {
    border: 2px solid #d0d2d7;
    padding: 25px;
    border-radius: 10px;
    background: #fff;
    width: 100%;
    display: flex;
    gap: 12px;
}
section.compliance .box i {
    font-size: 24px;
    color: var(--second-color);
}
section.compliance .box h5 {
    line-height: normal;
    margin: 0 0 15px;
    font-weight: bold !important;
    font-size: 20px;
}

@media (min-width: 768px) {
  .sd-icon {
    max-width: 200px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .sd-icon {
    max-width: 250px;
    height: auto;
  }
}

/* heading under each icon */
.sd-heading {
  font-family: "Marko One", sans-serif; /* or whatever your font is */
  font-size: 1.5rem;
  font-weight: 700;
  color: #212529;
}

/* make sure table cells match your design */
.sign-diff-table td {
  vertical-align: top;
  padding: 1rem;
  /* remove default bootstrap spacing if you want tighter cells: */
  /* padding-top: .75rem; padding-bottom: .75rem; */
  font-size: 1rem;
  line-height: 1.5;
}

/* Optional: alternate-row background if you like */
.sign-diff-table tr:nth-child(odd) td {
  background-color: #f8f9fa;
}

.prove_identity {
  background-color: var(--main-color) !important;
  color: white;
}

.prove_identity p,
.prove_identity strong {
  color: white !important;
}

.markoone * {
  font-family: "MarkoOne";
}

/* Digital Signing Service */
