﻿/* inner-pages.css — products / careers / service-inner landers from HTML packs
   Loaded alongside core style.css. Isolate stacking so heroes aren't behind body. */
.product-mn-cnt,
.careers-page,
.serv-det-mn-cnt,
.serv_det_banr,
.serv_det_banr_bt,
.serv_det_btm {
  isolation: isolate;
  position: relative;
  z-index: 0;
}

/* From pack style.css — base rule was dropped when serv_det* moved here */
.serd-container {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.serv_det_banr_bt {
  padding: 100px 0;
  background-color: #f1f1f1;
}
.serv_det_banr_bt strong {
  display: block;
  font: 34px/42px "Inter-Bold", sans-serif;
  margin-bottom: 8px;
}

.serv_det_banr {
  padding: 140px 0 80px;
}
.serv_det_banr .ser_in {
  display: flex;
  align-items: center;
}
.serv_det_banr .ser_in .lft {
  width: 51%;
  padding-right: 60px;
}
.serv_det_banr .ser_in .lft h1 {
  font: 55px/65px "Inter-Bold", sans-serif;
  padding-bottom: 10px;
}
.serv_det_banr .ser_in .lft h1 span {
  color: #ff3366;
  font: inherit;
}
.serv_det_banr .ser_in .lft p {
  padding-bottom: 15px;
  font: 18px/26px "Inter-Regular", sans-serif;
}
.serv_det_banr .ser_in .ryt {
  width: 49%;
}
.serv_det_banr .ser_in .ryt img {
  width: 100%;
  height: 493px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.serv_det_tw .ser_in {
  display: flex;
  align-items: center;
}
.serv_det_tw .ser_in .ryt {
  width: 53%;
  padding-left: 60px;
}
.serv_det_tw .ser_in .ryt h1 {
  font: 45px/53px "Inter-Bold", sans-serif;
  padding-bottom: 10px;
}
.serv_det_tw .ser_in .ryt h1 span {
  color: #ff3366;
  font: inherit;
}
.serv_det_tw .ser_in .ryt p {
  padding-bottom: 15px;
  font: 18px/26px "Inter-Regular", sans-serif;
}
.serv_det_tw .ser_in .lft {
  width: 47%;
}
.serv_det_tw .ser_in .lft img {
  width: 100%;
  height: 466px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.serv_det_th {
  padding: 70px 0;
}
.serv_det_th .ser_in {
  display: flex;
  align-items: center;
}
.serv_det_th .ser_in .lft {
  width: 51%;
  padding-right: 60px;
}
.serv_det_th .ser_in .lft p {
  padding-bottom: 15px;
  font: 18px/26px "Inter-Regular", sans-serif;
}
.serv_det_th .ser_in .ryt {
  width: 49%;
}
.serv_det_th .ser_in .ryt img {
  width: 100%;
  height: 364px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.serv_det_fr .ser_in {
  display: flex;
  align-items: center;
}
.serv_det_fr .ser_in .ryt {
  width: 53%;
  padding-left: 60px;
}
.serv_det_fr .ser_in .ryt h1 {
  font: 45px/53px "Inter-Bold", sans-serif;
  padding-bottom: 10px;
}
.serv_det_fr .ser_in .ryt h1 span {
  color: #ff3366;
  font: inherit;
}
.serv_det_fr .ser_in .ryt p {
  padding-bottom: 15px;
  font: 18px/26px "Inter-Regular", sans-serif;
  text-transform: capitalize;
}
.serv_det_fr .ser_in .ryt p a {
  color: #ff3366;
  font: inherit;
}
.serv_det_fr .ser_in .ryt .ctsp {
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
  padding-right: 38px;
  text-transform: capitalize;
}
.serv_det_fr .ser_in .ryt ul li {
  font: 18px/26px "Inter-Regular", sans-serif;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  list-style: none;
}
.serv_det_fr .ser_in .ryt ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background: url(../images/tk.svg) no-repeat center center;
}
.serv_det_fr .ser_in .lft {
  width: 47%;
}
.serv_det_fr .ser_in .lft img {
  width: 100%;
  height: 466px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.serv_det_btm {
  padding: 60px 0;
  background-color: #ff3366;
}
.serv_det_btm .det_btm {
  display: flex;
  align-items: center;
}
.serv_det_btm .det_btm .lft {
  width: 49%;
}
.serv_det_btm .det_btm .lft img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.serv_det_btm .det_btm .ryt {
  width: 51%;
  padding-left: 40px;
}
.serv_det_btm .det_btm .ryt h3 {
  color: #fff;
  font: 45px/53px "Inter-Bold", sans-serif;
  padding-bottom: 10px;
}
.serv_det_btm .det_btm .ryt .btns {
  display: flex;
  gap: 10px;
}
.serv_det_btm .det_btm .ryt .btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
  border: 1px solid #fff;
  padding: 13px 26px;
  border-radius: 30px;
  text-transform: uppercase;
  font: 15px/23px "Inter-SemiBold", sans-serif;
  text-decoration: none;
}
.serv_det_btm .det_btm .ryt .btns a img {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(1);
}
.serv_det_btm .det_btm .ryt .btns a:hover {
  background-color: #ff3366;
  color: #fff;
}
.serv_det_btm .det_btm .ryt .btns a:hover img {
  filter: unset;
}
.serv_det_btm .det_btm .ryt .btns .sec-detbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 13px 26px;
  border-radius: 30px;
  font: 15px/23px "Inter-SemiBold", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
.serv_det_btm .det_btm .ryt .btns .sec-detbtn img {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: unset;
}
.serv_det_btm .det_btm .ryt .btns .sec-detbtn:hover {
  background-color: #fff;
  color: #ff3366;
}
.serv_det_btm .det_btm .ryt .btns .sec-detbtn:hover img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(96%) saturate(3000%) hue-rotate(330deg) brightness(100%);
}

/* --- Service inner-page pack supplements (lists, links, read-more) --- */
.serv-inner-col-html {
  display: contents;
}

.serv_det_banr .ser_in .lft p a,
.serv_det_tw .ser_in .ryt p a,
.serv_det_th .ser_in .lft p a {
  color: #ff3366;
  font: inherit;
}

.serv_det_banr .ser_in .lft ul li,
.serv_det_tw .ser_in .ryt ul li,
.serv_det_th .ser_in .lft ul li {
  font: 18px/26px "Inter-Regular", sans-serif;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  list-style: none;
}

.serv_det_banr .ser_in .lft ul li::before,
.serv_det_tw .ser_in .ryt ul li::before,
.serv_det_th .ser_in .lft ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background: url(../images/tk.svg) no-repeat center center;
}

.serv_det_fr .ser_in .ryt strong {
  display: block;
  font: 34px/42px "Inter-Bold", sans-serif;
  margin-bottom: 8px;
}

/* Read-more: pack only listed some *-det wrappers; enable for all service landers */
.serv-det-mn-cnt .read-more-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.serv-det-mn-cnt .read-more-btn {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  margin-top: 15px;
  padding: 10px 20px;
  border: 1px solid #ff3366;
  border-radius: 25px;
  background-color: #ff3366;
  color: #fff;
  font: 16px/22px "Inter-Bold", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
}
.serv-det-mn-cnt .read-more-btn:hover {
  background-color: transparent;
  color: #ff3366;
}
.serv-det-mn-cnt.expanded .read-more-content {
  max-height: 800px;
}

.product-mn-cnt .prod {
  position: relative;
  padding: 160px 0;
  overflow: hidden;
  margin-top: 49px;
}
.product-mn-cnt .prod-bg {
  background-image: url("../images/prod-ban-img.svg");
  width: 100%;
  height: auto;
  z-index: 0;
  background-size: cover;
  position: absolute;
  background-position: 100% 100%;
  inset: 0;
}
.product-mn-cnt .prod-content {
  position: relative;
  z-index: 2;
  max-width: 60%;
  padding: 10px 20px 0 0;
}
.product-mn-cnt .prod-title {
  font: 55px/63px "Inter-Bold";
  color: #000;
}
.product-mn-cnt .prod-title .text-pink {
  color: #ff3366;
}
.product-mn-cnt .prdts p {
  font: 16px/22px Inter-Regular;
}
.product-mn-cnt .prdts {
  padding: 90px 0px;
  color: #000;
}
.product-mn-cnt .prdts .container {
  max-width: 1350px;
}
.product-mn-cnt .prdts .prdts-dtl {
  padding: 25px 30px;
  border: 1px solid #AFDE1F;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.product-mn-cnt .prdts .prdts-dtl .p-lft {
  width: 54%;
  padding-right: 20px;
  position: sticky;
  top: 15px;
  align-self: self-start;
}
.product-mn-cnt .prdts .prdts-dtl .p-lft b {
  font: 17px/23px Inter-Bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.product-mn-cnt .prdts .prdts-dtl .p-lft > span {
  font: 15px/20px Inter-Bold;
  padding: 10px 12px;
  background-color: #AFDE1F;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}
.product-mn-cnt .prdts .prdts-dtl .p-lft > span.bg-org {
  background-color: #F39D1E;
}
.product-mn-cnt .prdts .prdts-dtl .p-lft > span.bg-fright {
  background-color: #2563EB;
}
.product-mn-cnt .prdts .prdts-dtl .p-lft > span.bg-purp {
  background-color: #A839FF;
}
.product-mn-cnt .prdts .prdts-dtl .p-lft .p-img {
  margin-bottom: 10px;
}
.product-mn-cnt .prdts .prdts-dtl .p-lft .p-img img {
  width: auto;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-mn-cnt .prdts .prdts-dtl .p-lft .p-img b {
  font: 50px/60px Inter-Bold;
}
.product-mn-cnt .prdts .prdts-dtl .p-lft .p-img b span {
  color: #A839FF;
}
.product-mn-cnt .prdts .prdts-dtl .p-lft .p-txt {
  margin-bottom: 15px;
}
.product-mn-cnt .prdts .prdts-dtl .p-lft .p-wrk ul {
  display: flex;
  gap: 3%;
  margin-bottom: 20px;
}
.product-mn-cnt .prdts .prdts-dtl .p-lft .p-wrk ul li {
  width: 33%;
  position: relative;
}
.product-mn-cnt .prdts .prdts-dtl .p-lft .p-wrk ul li img {
  width: 70px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
.product-mn-cnt .prdts .prdts-dtl .p-lft .p-wrk ul li strong {
  font: 18px/25px Inter-SemiBold;
  color: #000;
  display: block;
  margin-bottom: 5px;
}
.product-mn-cnt .prdts .prdts-dtl .p-lft .p-wrk ul li:not(:last-child) {
  background: url("../images/p-wrk-arr.svg") no-repeat top 20px right 0px;
  background-size: 17px 28px;
}
.product-mn-cnt .prdts .prdts-dtl .p-lft .butns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.product-mn-cnt .prdts .prdts-dtl .p-lft .butns a {
  font: 15px/20px Inter-Bold;
  text-transform: uppercase;
  padding: 13px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 30px;
  color: #fff;
  /* Wipe via background-size so fill never covers label/arrow (no ::after stacking). */
  background-color: #FF3366;
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 0% 100%;
  transition: background-size 0.3s linear, color 0.3s linear;
  position: relative;
  overflow: hidden;
}
.product-mn-cnt .prdts .prdts-dtl .p-lft .butns a b {
  font: 15px/20px Inter-Bold;
  margin: unset;
  position: relative;
  z-index: 1;
  color: inherit;
}
.product-mn-cnt .prdts .prdts-dtl .p-lft .butns a img {
  width: 14px;
  height: 13px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(1);
  position: relative;
  z-index: 1;
  opacity: 1;
}
/* Disable legacy ::after wipe (kept inert so old rules/caches can't cover text). */
.product-mn-cnt .prdts .prdts-dtl .p-lft .butns a::after {
  content: none;
  display: none;
}
.product-mn-cnt .prdts .prdts-dtl .p-lft .butns a:hover,
.product-mn-cnt .prdts .prdts-dtl .p-lft .butns a:focus-visible {
  color: #fff;
  background-size: 100% 100%;
}
.product-mn-cnt .prdts .prdts-dtl .p-lft .butns a:hover img,
.product-mn-cnt .prdts .prdts-dtl .p-lft .butns a:focus-visible img {
  filter: invert(1);
  opacity: 1;
}
.product-mn-cnt .prdts .prdts-dtl .p-lft .butns a.bg-blck {
  background-color: #000;
  background-image: linear-gradient(#FF3366, #FF3366);
}
.product-mn-cnt .prdts .prdts-dtl .p-lft .butns a.bg-blck:hover,
.product-mn-cnt .prdts .prdts-dtl .p-lft .butns a.bg-blck:focus-visible {
  color: #fff;
}
.product-mn-cnt .prdts .prdts-dtl .p-ryt {
  width: 46%;
}
.product-mn-cnt .prdts .prdts-dtl .p-ryt .img-blk {
  margin-bottom: 15px;
}
.product-mn-cnt .prdts .prdts-dtl .p-ryt .img-blk img {
  width: 100%;
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-mn-cnt .prdts .prdts-dtl .p-ryt ul li {
  font: 17px/22px Inter-Medium;
  padding-left: 30px;
  background: url(../images/g-tik.svg) no-repeat top 5px left;
  background-size: 17px 13px;
}
.product-mn-cnt .prdts .prdts-dtl .p-ryt ul li:not(:last-child) {
  padding-bottom: 10px;
}
.product-mn-cnt .prdts .prdts-dtl .p-ryt .r-prd-blk b {
  font: 17px/23px Inter-Bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.product-mn-cnt .prdts .prdts-dtl .p-ryt .r-prd-blk ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.product-mn-cnt .prdts .prdts-dtl .p-ryt .r-prd-blk ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 49%;
  padding: 15px;
  background: unset;
  border: 1px solid #1962F7;
  border-radius: 20px;
}
.product-mn-cnt .prdts .prdts-dtl .p-ryt .r-prd-blk ul li img {
  width: 38px;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-mn-cnt .prdts .prdts-dtl .p-ryt .r-prd-blk ul li span strong {
  font: 16px/22px Inter-Medium;
}
.product-mn-cnt .prdts .prdts-dtl .p-ryt .r-prd-blk ul li.pnk-brdr {
  border-color: #FF66C4;
}
.product-mn-cnt .prdts .prdts-dtl .p-ryt .r-prd-blk ul li.vio-brdr {
  border-color: #BA62FF;
}
.product-mn-cnt .prdts .prdts-dtl::after {
  content: "";
  background: url(../images/g-plane.svg) no-repeat;
  position: absolute;
  width: 110px;
  height: 80px;
  background-size: contain;
  top: -30px;
  left: -36px;
}
.product-mn-cnt .prdts .prdts-dtl.blu-brdr {
  border-color: #1962F7;
}
.product-mn-cnt .prdts .prdts-dtl.blu-brdr::after {
  background-image: url(../images/build_ar.svg);
}
.product-mn-cnt .prdts .prdts-dtl:not(:last-child) {
  margin-bottom: 80px;
}
.product-mn-cnt .prdts .prdts-dtl.ylw-brdr {
  border-color: #F7AF3C;
}
.product-mn-cnt .prdts .prdts-dtl.ylw-brdr::after {
  background-image: url("../images/build_ar.svg");
}
.product-mn-cnt .prdts .prdts-dtl.ylw-brdr .p-lft .p-img img {
  width: 56%;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-mn-cnt .prdts .prdts-dtl.ylw-brdr .p-lft .p-wrk ul li:not(:last-child) {
  background: none;
}
.product-mn-cnt .prdts .prdts-dtl.ylw-brdr .p-lft .p-wrk ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 17px;
  height: 28px;
  background: url("../images/p-wrk-arr.svg") no-repeat center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(74%) sepia(87%) saturate(1050%) hue-rotate(349deg) brightness(101%) contrast(94%);
}
.product-mn-cnt .prdts .prdts-dtl.ylw-brdr .p-ryt > ul li {
  background: none;
  position: relative;
  padding-left: 30px;
}
.product-mn-cnt .prdts .prdts-dtl.ylw-brdr .p-ryt > ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 13px;
  background: url("../images/g-tik.svg") no-repeat center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(74%) sepia(87%) saturate(1050%) hue-rotate(349deg) brightness(101%) contrast(94%);
}
.product-mn-cnt .prdts .prdts-dtl.fright-brdr {
  border-color: #2563EB;
}
.product-mn-cnt .prdts .prdts-dtl.fright-brdr::after {
  background-image: url("../images/fright_ar.svg");
}
.product-mn-cnt .prdts .prdts-dtl.fright-brdr .p-lft .p-img img {
  width: 56%;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-mn-cnt .prdts .prdts-dtl.fright-brdr .p-lft .p-wrk ul li:not(:last-child) {
  background: none;
}
.product-mn-cnt .prdts .prdts-dtl.fright-brdr .p-lft .p-wrk ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 17px;
  height: 28px;
  background: url("../images/p-wrk-arr.svg") no-repeat center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(33%) sepia(98%) saturate(1845%) hue-rotate(209deg) brightness(96%) contrast(101%);
}
.product-mn-cnt .prdts .prdts-dtl.fright-brdr .p-ryt > ul li {
  background: none;
  position: relative;
  padding-left: 30px;
}
.product-mn-cnt .prdts .prdts-dtl.fright-brdr .p-ryt > ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 13px;
  background: url("../images/g-tik.svg") no-repeat center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(33%) sepia(98%) saturate(1845%) hue-rotate(209deg) brightness(96%) contrast(101%);
}
.product-mn-cnt .prdts .prdts-dtl.purp-brdr {
  border-color: #A839FF;
}
.product-mn-cnt .prdts .prdts-dtl.purp-brdr::after {
  background-image: url("../images/ai_ar.svg");
}
.product-mn-cnt .prdts .prdts-dtl.purp-brdr .p-lft .p-img strong {
  font: 50px/58px "Inter-Bold";
  color: #000;
}
.product-mn-cnt .prdts .prdts-dtl.purp-brdr .p-lft .p-img strong span {
  color: #A839FF;
}
.product-mn-cnt .prdts .prdts-dtl.purp-brdr .p-lft .p-img img {
  width: 56%;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-mn-cnt .prdts .prdts-dtl.purp-brdr .p-lft .p-wrk ul li:not(:last-child) {
  background: none;
}
.product-mn-cnt .prdts .prdts-dtl.purp-brdr .p-lft .p-wrk ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 17px;
  height: 28px;
  background: url("../images/p-wrk-arr.svg") no-repeat center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(28%) sepia(96%) saturate(4823%) hue-rotate(263deg) brightness(101%) contrast(101%);
}
.product-mn-cnt .prdts .prdts-dtl.purp-brdr .p-ryt > ul li {
  background: none;
  position: relative;
  padding-left: 30px;
}
.product-mn-cnt .prdts .prdts-dtl.purp-brdr .p-ryt > ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 13px;
  background: url("../images/g-tik.svg") no-repeat center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(28%) sepia(96%) saturate(4823%) hue-rotate(263deg) brightness(101%) contrast(101%);
}

.hero-banner {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e2e8f0;
  padding: 120px 0 70px;
  position: relative;
  overflow: hidden;
  margin-bottom: 3.5rem;
}
.hero-banner::after {
  content: "";
  position: absolute;
  bottom: -78%;
  right: 7%;
  width: 850px;
  height: 700px;
  background: linear-gradient(135deg, #ff3b6b 0%, #ff6b8b 100%);
  border-radius: 9999px;
  opacity: 0.95;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 4rem;
  position: relative;
  z-index: 2;
}

.hero-left {
  max-width: 620px;
}
.hero-left .hero-title {
  font: 35px/45px Inter-Bold;
  letter-spacing: -0.025em;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.breadcrumb .breadcrumb-home {
  color: #475569;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.breadcrumb .breadcrumb-home:hover {
  color: #ff3b6b;
}
.breadcrumb .breadcrumb-separator {
  color: #94a3b8;
}
.breadcrumb .breadcrumb-current {
  color: #ff3b6b;
}

.hero-desc {
  font-size: 17px;
  line-height: 27px;
  color: #475569;
  margin-bottom: 1.25rem;
  max-width: 540px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color: #ff3b6b;
  color: #ffffff;
  padding: 0.9rem 2.25rem;
  border-radius: 9999px;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: 0 10px 15px -3px rgba(255, 59, 107, 0.3);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-primary:hover {
  background-color: #e02f5c;
  transform: translateY(-2px);
  box-shadow: 0 12px 20px -3px rgba(255, 59, 107, 0.4);
}
.btn-primary:hover svg {
  transform: translateX(4px);
}
.btn-primary svg {
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-right {
  width: 80%;
  margin: 0 auto;
}
.hero-right img {
  width: 100%;
  height: auto;
}

/* ==========================================
   PROMO CARD
   ========================================== */
.promo-card {
  width: 100%;
  max-width: 440px;
  background: #0d0f1d;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.08), 0 8px 10px -6px rgba(15, 23, 42, 0.08), 0 30px 60px -15px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.promo-card:hover {
  transform: rotate(0deg) scale(1.03);
}

/* ==========================================
   MAIN LAYOUT & SIDEBAR
   ========================================== */
.main-layout {
  padding-bottom: 100px;
}
.main-layout .main_lyt_in {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 3.5rem;
  align-items: start;
}

.sidebar {
  background: #ffffff;
  padding: 2.25rem 1.75rem;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 2rem;
}

.search-box {
  position: relative;
  margin-bottom: 2.25rem;
}
.search-box input {
  width: 100%;
  padding: 0.9rem 1.25rem 0.9rem 3.25rem !important;
  border: 1px solid #e2e8f0;
  background-color: #f8fafc;
  border-radius: 9999px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.925rem;
  color: #0f172a;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.search-box input:focus {
  outline: none;
  border-color: #ff3b6b;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px #fff0f3;
}
.search-box input:focus + .search-icon {
  color: #ff3b6b;
}
.search-box .search-icon {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  pointer-events: none;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-category-list {
  list-style: none;
}

.menu-item {
  margin-bottom: 0.25rem;
}
.menu-item.open .menu-caret {
  transform: rotate(180deg);
}
.menu-item.open .submenu {
  max-height: 150px;
}

.menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 1rem;
  font: 15px/25px Inter-Bold;
  text-transform: uppercase;
  color: #000000;
  border-radius: 12px;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-link:hover {
  background-color: #f1f5f9;
  color: #ff3b6b;
}
.menu-link:hover .menu-caret {
  color: #ff3b6b;
}
.menu-link.active {
  background-color: #fff0f3;
  color: #ff3b6b;
}

.menu-caret {
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  color: #94a3b8;
}

/* ==========================================
   SUBMENU
   ========================================== */
.submenu {
  list-style: none;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1) ease-out;
}

.submenu-link {
  display: block;
  padding: 0.3rem 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #475569;
  border-radius: 6px;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.submenu-link:hover {
  color: #ff3b6b;
  background-color: #f8fafc;
  padding-left: 1.25rem;
}
.submenu-link.active {
  color: #ff3b6b;
  font-weight: 600;
}

/* ==========================================
   BLOG CONTENT
   ========================================== */
.content-area {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 1.25rem;
}

.section-title {
  font: 25px/35px Inter-Regular;
  color: #000000;
}

/* ==========================================
   LAYOUT TOGGLE
   ========================================== */
.layout-toggles {
  display: flex;
  gap: 0.5rem;
  background-color: #e2e8f0;
  padding: 0.25rem;
  border-radius: 12px;
}

.toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 8px;
  color: #475569;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.toggle-btn:hover {
  color: #0f172a;
}
.toggle-btn.active {
  background-color: #0a1260;
  color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* ==========================================
   BLOG GRID
   ========================================== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.25rem;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-grid .blog-card-excerpt::-webkit-scrollbar {
  width: 4px;
}
.blog-grid .blog-card-excerpt::-webkit-scrollbar-thumb {
  background: #ff3b6b;
  border-radius: 9999px;
}
.blog-grid .blog-card-excerpt::-webkit-scrollbar-track {
  background: #f1f5f9;
}

/* ==========================================
   BLOG CARD
   ========================================== */
.blog-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.08), 0 8px 10px -6px rgba(15, 23, 42, 0.08), 0 25px 50px -12px rgba(255, 59, 107, 0.12);
}
.blog-card:hover .blog-card-title {
  color: #ff3b6b;
}
.blog-card:hover .blog-card-img-wrapper svg,
.blog-card:hover .blog-card-img-wrapper img {
  transform: scale(1.06);
}

.blog-card-img-wrapper {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  background-color: #f1f5f9;
}
.blog-card-img-wrapper svg,
.blog-card-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-card-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ff3b6b;
  font: 14px/25px Inter-SemiBold;
  margin-bottom: 1rem;
  padding: 10px 15px;
  border-radius: 20px;
  background-color: rgba(255, 51, 102, 0.1);
  width: -moz-fit-content;
  width: fit-content;
}

.blog-card-title {
  font: 23px/30px Inter-SemiBold;
  color: #000000;
  margin-bottom: 0.75rem;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-card-excerpt {
  color: #000000;
  margin-bottom: 1.75rem;
  flex-grow: 1;
  max-height: 50px;
  overflow-y: auto;
}
.blog-card-excerpt p {
  margin: 0;
  font-size: 0.925rem;
  line-height: 1.5;
}

/* ==========================================
   CARD BUTTON
   ========================================== */
.btn-card-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  background-color: #ff3b6b;
  color: #ffffff;
  padding: 0.6rem 1.5rem;
  border-radius: 9999px;
  box-shadow: 0 4px 6px -1px rgba(255, 59, 107, 0.15);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-card-more:hover {
  background-color: #e02f5c;
  transform: translateY(-1px);
  box-shadow: 0 6px 12px -2px rgba(255, 59, 107, 0.25);
}
.btn-card-more:hover svg {
  transform: translateX(3px);
}
.btn-card-more svg {
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ==========================================
   LIST VIEW
   ========================================== */
.blog-grid.list-view {
  grid-template-columns: 1fr;
  gap: 1.75rem;
}
.blog-grid.list-view .blog-card {
  flex-direction: row;
}
.blog-grid.list-view .blog-card-img-wrapper {
  width: 80%;
  height: 100%;
}
.blog-grid.list-view .blog-card-content {
  padding: 1.75rem 2.25rem;
}
.blog-grid.list-view .blog-card-excerpt {
  margin-bottom: 1.25rem;
  display: block;
  max-height: 50px;
  overflow-y: auto;
  padding-right: 0.5rem;
}
.blog-grid.list-view .blog-card-excerpt::-webkit-scrollbar {
  width: 4px;
}
.blog-grid.list-view .blog-card-excerpt::-webkit-scrollbar-thumb {
  background: #ff3b6b;
  border-radius: 9999px;
}
.blog-grid.list-view .blog-card-excerpt::-webkit-scrollbar-track {
  background: #f1f5f9;
}

/* ==========================================
   PAGINATION
   ========================================== */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.pagination-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  height: 2.75rem;
  padding: 0 0.5rem;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background-color: #ffffff;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #475569;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.pagination-btn:hover:not(.disabled) {
  border-color: #ff3b6b;
  color: #ff3b6b;
  background-color: #fff0f3;
}
.pagination-btn.active {
  background-color: #0a1260;
  border-color: #0a1260;
  color: #ffffff;
}
.pagination-btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.pagination-ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.95rem;
  color: #94a3b8;
}

/* ==========================================
   NO RESULTS
   ========================================== */
.no-results {
  grid-column: 1/-1;
  text-align: center;
  padding: 4rem 2rem;
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  display: none;
}
.no-results svg {
  color: #cbd5e1;
  margin-bottom: 1.5rem;
}
.no-results h3 {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.5rem;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.no-results p {
  color: #475569;
  font-size: 0.95rem;
}

.careers-page {
  width: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
}

/* --------------------------------------------------------------------------
   1. HERO / BREADCRUMB SECTION
   -------------------------------------------------------------------------- */
.career-hero-content {
  max-width: 670px;
  padding: 80px 0;
}

.hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--text-medium);
  margin-bottom: 18px;
}

.breadcrumb-separator {
  color: #a3b0c2;
  font-size: 13px;
}

.breadcrumb-item.active {
  color: var(--primary-accent);
  font-weight: 600;
}

.careers-page .hero-title {
  font-size: 55px;
  font-weight: 800;
  line-height: 1.24;
  color: var(--dark-navy);
  letter-spacing: -0.5px;
}

.accent-text {
  color: var(--primary-accent);
}

.hero-image-crop {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center right;
  object-position: center right;
  display: block;
}

.hero-image-fade {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 160px;
  background: linear-gradient(to right, #f8fafd 0%, rgba(248, 250, 253, 0) 100%);
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   2. JOB STATUS INDICATOR
   -------------------------------------------------------------------------- */
.job-status-indicator {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 38px 24px 34px 24px;
}

.status-indicator-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.status-dot {
  width: 12px;
  height: 12px;
  background-color: #00d26a;
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(85, 202, 144, 0.25);
  display: inline-block;
}

.status-text {
  font-size: 17px;
  font-weight: 700;
  color: var(--dark-navy);
  letter-spacing: 0.1px;
}

/* --------------------------------------------------------------------------
   3. LEFT COLUMN: APPLICATION FORM
   -------------------------------------------------------------------------- */
.application-wrapper {
  width: 40%;
}

.application-card {
  background-color: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 22px;
  box-shadow: var(--card-shadow);
  padding: 30px;
  container-type: inline-size;
  container-name: careers-apply;
}

.application-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.application-card-header .hed-35 {
  flex: 1 1 auto;
  min-width: 0;
  white-space: normal;
}

.application-header-icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  flex-shrink: 0;
  background-color: #fff0f3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* When form card is narrow (40% column or small screens), stack icon above title */
@container careers-apply (max-width: 520px) {
  .application-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
  }
  .application-card-header .hed-35 {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
}

.application-header-icon img {
  width: 40px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
}

.application-form {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.form-group {
  display: flex;
  flex-direction: column;
  position: relative;
}

.form-row {
  display: flex;
  gap: 12px;
}

.form-row-2 > .form-group {
  flex: 1;
  min-width: 0;
}

.form-label {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 5px;
}

.form-control {
  width: 100%;
  background-color: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: 9px;
  padding: 10px 14px;
  font-family: var(--font-main);
  font-size: 12.5px;
  color: var(--text-dark);
  outline: none;
  transition: all 0.2s ease;
}

.form-control::-moz-placeholder {
  color: var(--text-placeholder);
  font-size: 12px;
}

.form-control::placeholder {
  color: var(--text-placeholder);
  font-size: 12px;
}

.form-control:focus {
  background-color: #ffffff;
  border-color: var(--input-focus-border);
  box-shadow: 0 0 0 3px rgba(255, 42, 95, 0.12);
}

.form-control.is-invalid {
  border-color: #ef4444;
  background-color: #fff9f9;
}

.select-wrapper {
  position: relative;
  width: 100%;
}

.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 32px;
  cursor: pointer;
}

.select-chevron {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
}

.form-textarea {
  resize: vertical;
  min-height: 76px;
  line-height: 1.4;
}

.form-error-msg {
  font-size: 11px;
  color: #ef4444;
  margin-top: 4px;
  display: none;
  font-weight: 500;
}

.form-error-msg.visible {
  display: block;
}

.field-error {
  display: block;
  margin: 6px 0 0;
  padding: 0;
  border: none;
  background: none;
  color: #e11d48;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
}

/* Resume Upload Box */
.resume-upload-box {
  background-color: rgba(255, 51, 102, 0.05);
  border: 1.2px dashed var(--accent-dashed-border);
  border-radius: 30px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  min-height: 150px;
}

.resume-upload-box:hover,
.resume-upload-box:focus {
  background-color: #ffeff3;
  border-color: var(--primary-accent);
  outline: none;
}

.resume-file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.upload-icon-circle {
  width: 50px;
  height: 50px;
  background-color: #ff3366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upload-text-group {
  display: flex;
  flex-direction: column;
}

/* reCAPTCHA Widget Simulation */
.recaptcha-widget {
  border-radius: 4px;
  padding: 8px 12px;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recaptcha-checkbox-area {
  display: flex;
  align-items: center;
  gap: 10px;
}

.recaptcha-checkbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #1a73e8;
}

.recaptcha-label {
  font-size: 12.5px;
  font-weight: 500;
  color: #282828;
  cursor: pointer;
}

.recaptcha-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.recaptcha-brand {
  font-size: 8.5px;
  font-weight: 700;
  color: #555555;
  letter-spacing: 0.2px;
}

.recaptcha-links {
  font-size: 7.5px;
  color: #777777;
}

/* Submit Button */
.application-form .btn-submit {
  width: 100%;
  background-color: #ff3366;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  padding: 15px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 4px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.2s ease;
  font: 15px/20px Inter-SemiBold;
}

/* Career letter captcha — same markup/classes as contact (.capcha); visuals in globals.css.
   Keep input pill radius consistent with other application-form fields. */
.application-form .capcha input.form-control {
  height: 53px;
  border-radius: 30px;
}
.application-form .captcha-group .form-error-msg {
  margin-top: 8px;
}

.btn-submit:hover {
  box-shadow: 0 6px 20px rgba(255, 42, 95, 0.35);
  transform: translateY(-1px);
}

.btn-submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(255, 42, 95, 0.25);
}

.btn-arrow {
  font-size: 13px;
  transition: transform 0.2s ease;
}

.btn-submit:hover .btn-arrow {
  transform: translateX(3px);
}

.form-success-alert {
  display: none;
  background-color: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  margin-top: 6px;
}

.form-success-alert.visible {
  display: block;
}

/* --------------------------------------------------------------------------
   4. RIGHT COLUMN: JOB CARDS ACCORDION
   -------------------------------------------------------------------------- */
.jobs-wrapper {
  width: 60%;
  padding-left: 50px;
}

.jobs-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.job-card {
  background-color: var(--card-bg);
  border: 1px solid #eef2f6;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(18, 30, 49, 0.02);
  transition: all 0.25s ease;
  overflow: hidden;
}

/* Inactive Card Hover State */
.job-card:not(.active):hover {
  border-color: #dbe3ed;
  box-shadow: 0 4px 14px rgba(18, 30, 49, 0.05);
  transform: translateY(-1px);
}

.job-card:not(.active):hover .job-title {
  color: #ff2a5f;
}

.job-card:not(.active):hover .job-toggle-btn {
  background-color: #f8fafd;
  border-color: #cbd5e1;
  color: #ff2a5f;
}

.job-card:not(.active):hover .job-icon-circle {
  transform: scale(1.05);
}

/* Active / Open Card State */
.job-card.active {
  background-color: #fee6ec;
  border-color: #ffd4dd;
  border-left: 3.5px solid #ff2a5f;
  box-shadow: 0 4px 18px rgba(255, 42, 95, 0.06);
}

/* Active Card Hover State */
.job-card.active:hover {
  box-shadow: 0 6px 22px rgba(255, 42, 95, 0.12);
}

.job-card.active:hover .job-toggle-btn {
  background-color: #e6194e;
  transform: scale(1.05);
}

.job-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.job-header-main {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

/* Job Left Circular Icon */
.job-icon-circle {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #0a1260;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.25s ease;
}

/* When ANY job card is active (open), its icon turns pink */
.job-card.active .job-icon-circle {
  background-color: #ff2a5f;
}

.job-title-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.job-title {
  font-size: 15.5px;
  font-weight: 700;
  color: var(--dark-navy);
  line-height: 1.25;
  transition: color 0.2s ease;
}

.job-badge {
  display: inline-block;
  font: 14px/20px Inter-SemiBold;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  background-color: rgba(10, 18, 96, 0.05);
  color: #0a1260;
  padding: 10px 12px;
  transition: all 0.25s ease;
}

/* When active (open), the badge turns pink */
.job-card.active .job-badge {
  color: #eb295e;
  background-color: #fee6ec;
}

/* Accordion Toggle Button */
.job-toggle-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #ffffff;
  color: #4b5563;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

.job-toggle-btn img {
  display: block;
  transition: transform 0.3s ease;
  transform-origin: center center;
  width: 15px;
  height: 11px;
  -o-object-fit: contain;
  object-fit: contain;
}

.job-card.active .job-toggle-btn {
  background-color: #ff2a5f;
  border-color: #ff2a5f;
  color: #ffffff;
}

/* When active/expanded, rotate chevron to point UPWARDS */
.job-card.active .job-toggle-btn img {
  transform: rotate(180deg);
  filter: invert(1);
}

/* Accordion Body Content */
.job-card-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, opacity 0.25s ease;
  opacity: 0;
}

.job-card.active .job-card-body {
  max-height: 200px;
  opacity: 1;
}

.job-details-content {
  padding: 2px 20px 16px 74px;
}

.job-specs-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.job-specs-list li {
  font-size: 13px;
  color: #000;
  display: flex;
  gap: 6px;
}

.spec-dot {
  color: #000;
  font-weight: 800;
  font-size: 14px;
}

/* alter */
.career-hero {
  position: relative;
  z-index: 1;
}

.career-hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.career-hero-image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #f8fafd 40%, rgba(248, 250, 253, 0) 60%);
}

.career-hero-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body .brd_crumb ul li:not(:last-child):after {
  top: 50%;
  color: #000;
  transform: translateY(-50%);
}

.crr-dltl {
  display: flex;
  flex-wrap: wrap;
}

.hed-35 span {
  color: #ff3366;
}

.hed-35 {
  font: 35px/40px "Inter-Bold";
}

.application-form .frm-dtl label {
  font: 18px/25px "Inter-SemiBold";
  color: #000;
}

.application-form .frm-dtl input::-moz-placeholder {
  font: 15px/20px "Inter-Regular";
  color: rgba(0, 0, 0, 0.3);
}

.application-form .frm-dtl input::placeholder {
  font: 15px/20px "Inter-Regular";
  color: rgba(0, 0, 0, 0.3);
}

.application-form .frm-dtl span,
.application-form .frm-dtl select {
  font: 15px/20px "Inter-Regular";
}

.application-form .frm-dtl input:not(input[type=checkbox]),
.application-form .frm-dtl select,
.application-form .frm-dtl textarea {
  border-radius: 30px;
}

.application-form .frm-dtl select {
  background: #f6f6f6 url(../images/slct-arr.svg) no-repeat right 15px center !important;
  background-size: 13px 8px !important;
}

.application-form .frm-dtl textarea {
  min-height: 130px;
  font: 15px/20px "Inter-Regular";
}

.upload-icon-circle img {
  width: 30px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.upload-text-group b {
  font: 15px/20px "Inter-Bold";
  color: #ff3366;
  margin-bottom: 5px;
}

.upload-text-group p {
  color: #000;
}

.application-form .frm-dtl input[type=checkbox] {
  padding: 0px !important;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  min-width: 20px;
}

.application-form .frm-dtl input[type=checkbox]::after {
  left: 5px;
  bottom: 0px;
  top: 0px;
  width: 7px;
  height: 14px;
}

.application-form .btn-submit img {
  filter: invert(1);
  width: 15px;
  height: 14px;
  -o-object-fit: contain;
  object-fit: contain;
}

.job-card .job-title-group b {
  font: 21px/28px Inter-Bold;
  color: #000;
  margin-bottom: 5px;
}

.job-specs-list li {
  font: 17px/22px Inter-Medium;
}

.job-specs-list li strong {
  font-weight: unset;
}

.job-icon-circle img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
}

.status-indicator-wrapper b {
  font: 22px/28px Inter-Regular;
}

.career-content {
  padding: 10px 10px 60px 10px;
}

/* alter */
@media screen and (max-width: 1900px) {
  .prdctFrm .locations-section {
    padding: 70px 0;
  }
  .home-foot {
    padding: 90px 0 40px 0;
  }
  .locations-section {
    padding: 70px 0;
  }
  .hm_sli {
    padding: 90px 0;
  }
  .contact .contact_in .lft {
    width: 50%;
  }
  .contact .contact_in .ryt strong {
    font-size: 42px;
    line-height: 50px;
  }
  .contact {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1800px) {
  .home-foot {
    padding: 85px 0 35px 0;
  }
  .contact {
    padding: 85px 0;
  }
  .contact .contact_in .ryt strong {
    font-size: 39px;
    line-height: 47px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 40px;
    line-height: 48px;
  }
  .hm_sli {
    padding: 85px 0;
  }
  .hero-title {
    font-size: 50px;
    line-height: 58px;
  }
  .product-mn-cnt .prod-title {
    font-size: 50px;
    line-height: 58px;
  }
  .services-list .service-card .card-icon-wrapper .card-icon {
    min-width: 110px;
    height: 110px;
  }
  .services-list .service-card .card-icon-wrapper .card-icon svg {
    width: 45px;
    height: 45px;
  }
  .hero-banner::after {
    bottom: -60%;
    width: 750px;
    height: 600px;
  }
}
@media screen and (max-width: 1700px) {
  .home-foot .help {
    right: 8%;
  }
  .contact .contact_in .ryt strong {
    font-size: 36px;
    line-height: 41px;
  }
  .ind {
    padding: 20px 0 70px 0;
  }
  .services-list .service-card .card-title-col .card-number {
    font-size: 35px;
    line-height: 43px;
  }
  .services-list .service-card .card-icon-wrapper .card-icon {
    min-width: 100px;
    height: 100px;
  }
  .services-list .service-card .card-icon-wrapper .card-icon svg {
    width: 40px;
    height: 40px;
  }
  .services-list .service-card .card-icon-wrapper {
    margin-left: -48px;
  }
  .hero-banner::after {
    bottom: -60%;
    width: 750px;
    height: 600px;
    right: 4%;
  }
  .serv_det_banr .ser_in .lft h1 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media screen and (max-width: 1600px) {
  .home-foot {
    padding: 70px 0 25px 0;
  }
  .contact .contact_in .ryt strong {
    font-size: 30px;
    line-height: 38px;
  }
  .contact {
    padding: 70px 0;
  }
  .hm_sli {
    padding: 75px 0;
  }
  .hero-title {
    font-size: 45px;
    line-height: 53px;
  }
  .product-mn-cnt .prod-title {
    font-size: 45px;
    line-height: 53px;
  }
  .services-list .service-card::after {
    right: 46px;
  }
  .hero-banner::after {
    bottom: -50%;
    width: 650px;
    height: 550px;
    right: 4%;
  }
}
@media screen and (max-width: 1500px) {
  .prdctFrm .locations-section .head-office-flex .infos1 {
    width: 24%;
  }
  .prdctFrm .locations-section .uk-office-flex .infos2 {
    width: 21.8%;
  }
  .prdctFrm .locations-section .head-office-flex {
    gap: 18px;
  }
  header .head-flx .rgt-head .talk-btn {
    width: 11%;
  }
  .container {
    padding: 0 10px;
  }
  .locations-section .head-office-flex .infos1 {
    width: 24%;
  }
  .locations-section .uk-office-flex .infos2 {
    width: 21.8%;
  }
  .locations-section .head-office-flex {
    gap: 18px;
  }
  .contact .contact_in .ryt .frm .inp_row.db .inp {
    width: 46%;
  }
  .contact {
    padding: 0 0 60px 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 35px;
    line-height: 43px;
  }
  .hm_sli {
    padding: 65px 0;
  }
  .container-in {
    padding: 0 10px;
  }
  .home-foot .here {
    right: 0%;
  }
  .home-foot {
    padding: 60px 0 25px 0;
  }
  .main-content-services-main .ser-container {
    padding: 0 60px;
  }
  .services-list .service-card::after {
    content: "";
    position: absolute;
    top: 77px;
    right: 42px;
    z-index: -2;
    width: 13px;
    height: calc(100% - 80px);
    background: var(--card-color);
    transform: skewX(345deg);
  }
  .services-list .service-card .card-icon-wrapper .card-icon {
    min-width: 90px;
    height: 90px;
  }
  .services-list .service-card .card-icon-wrapper .card-icon svg {
    width: 30px;
    height: 30px;
  }
  .services-list .service-card .card-title-col .card-number {
    font-size: 30px;
    line-height: 38px;
  }
  .hero-banner::after {
    bottom: -50%;
    width: 620px;
    height: 520px;
    right: 1%;
  }
  .hero-left .hero-title {
    font-size: 33px;
    line-height: 43px;
  }
  .serv_det_banr .ser_in .lft h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .serv_det_banr_bt {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1400px) {
  .prdctFrm .locations-section .head-office-flex .infos1 {
    width: 23.9%;
  }
  header .head-flx .rgt-head .hd-rgt {
    width: 84.3%;
    gap: 21px;
  }
  .prdctFrm .jour .sli_itm:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50px;
    right: -38px;
    width: 76px;
    height: 79px;
    background: url("../images/Vector.svg") no-repeat center;
    background-size: contain;
  }
  .application-header-icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }
  .career-hero-content {
    max-width: 570px;
    padding: 60px 0;
  }
  .career-hero-image-wrapper::after {
    background: linear-gradient(to right, #f8fafd 43%, rgba(248, 250, 253, 0) 57%);
  }
  .hed-35 {
    font-size: 32px;
    line-height: 40px;
  }
  .application-header-icon img {
    width: 35px;
    height: 35px;
  }
  .application-form .frm-dtl label {
    font-size: 16px;
    line-height: 22px;
  }
  .job-icon-circle {
    width: 60px;
    height: 60px;
  }
  .job-icon-circle img {
    width: 32px;
    height: 30px;
  }
  .job-toggle-btn {
    width: 40px;
    height: 40px;
  }
  .job-toggle-btn img {
    width: 14px;
    height: 10px;
  }
  .job-card .job-title-group b {
    font-size: 19px;
    line-height: 26px;
  }
  .job-badge {
    padding: 8px 10px;
  }
  .job-specs-list li {
    font-size: 16px;
    line-height: 22px;
  }
  .status-indicator-wrapper b {
    font-size: 20px;
    line-height: 25px;
  }
  .services-list {
    padding: 60px 0;
  }
  .contact .contact_in .ryt .frm .inp_row:not(:last-child) .inp label {
    font-size: 16px;
    line-height: 24px;
  }
  .contact .contact_in .lft .cont_btm .itm .cnt b {
    font-size: 16px;
    line-height: 24px;
  }
  .contact .contact_in .lft .cont_btm .itm .cnt .cl {
    font-size: 14px;
    line-height: 22px;
  }
  header .head-flx .rgt-head .talk-btn {
    width: 15%;
  }
  header .head-flx .talk-btn {
    font-size: 14px;
    line-height: 24px;
  }
  header .head-flx .hd-rgt {
    width: 77%;
  }
  .home-foot .help {
    right: 7%;
  }
  .home-foot .footlink_prnt .top .rgt .top .card {
    padding: 20px 17px;
  }
  .home-foot .footlink_prnt .top .rgt .btm .lft {
    width: 41%;
  }
  .home-foot .footlink_prnt .btm .foot-link li a {
    font-size: 15px;
    line-height: 23px;
  }
  .locations-section .head-office-flex .infos1 {
    width: 23.9%;
  }
  .locations-section .uk-office-flex .infos2 {
    width: 21.5%;
  }
  .faqPage .hero-section .hero-container .hero-content h1 {
    font-size: 42px;
    line-height: 1.2;
  }
  .ser-container {
    padding: 0 10px;
  }
  .main-layout .main_lyt_in {
    gap: 2rem;
  }
  .main-layout {
    padding-bottom: 90px;
  }
  .product-mn-cnt .prdts .prdts-dtl {
    padding: 20px 25px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-lft > span {
    margin-bottom: 10px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-lft .p-img img {
    height: 70px;
  }
  .product-mn-cnt .prdts .prdts-dtl::after {
    width: 90px;
    height: 80px;
    top: -20px;
    left: -40px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-lft {
    width: 53%;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-ryt {
    width: 47%;
  }
  .product-mn-cnt .prdts .prdts-dtl.purp-brdr .p-lft .p-img strong {
    font-size: 40px;
    line-height: 48px;
  }
  .product-mn-cnt .prod-bg {
    background-position: 88% 100%;
  }
}
@media screen and (max-width: 1300px) {
  .prdctFrm .frmSec .consultation-form .form-label {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-ryt .r-prd-blk ul li {
    width: 48%;
  }
  .prdctFrm .features-grid .feature-text b {
    font-size: 17px;
    line-height: 23px;
  }
  .prdctFrm .frmSec .consultation-form .form-group {
    margin-bottom: 10px;
  }
  .prdctFrm .heros .heros-title {
    font-size: 42px;
    line-height: 50px;
  }
  .prdctFrm .jour .hd h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .prdctFrm .why-choose-us .why-grid .why-card b {
    font-size: 19px;
    line-height: 28px;
  }
  .home-hd {
    font-size: 36px;
  }
  .prdctFrm .bottom-cta .cta-content strong {
    font-size: 32px;
    line-height: 42px;
  }
  .prdctFrm .locations-section .info-card1 .card-icon-badge,
  .prdctFrm .locations-section .info-card2 .card-icon-badge,
  .prdctFrm .locations-section .info-card3 .card-icon-badge,
  .prdctFrm .locations-section .info-card .card-icon-badge {
    width: 60px;
    height: 60px;
  }
  .prdctFrm .locations-section .head-office-flex .infos1 {
    width: 31.9%;
  }
  .prdctFrm .locations-section .uk-office-flex .map-card2 {
    width: 100%;
  }
  .prdctFrm .locations-section .head-office-flex .infos1 {
    width: 100%;
  }
  .prdctFrm .locations-section .head-office-flex .info-card1,
  .prdctFrm .locations-section .head-office-flex .info-card3,
  .prdctFrm .locations-section .head-office-flex .info-card2 {
    width: 32.3%;
  }
  header .head-flx .talk-btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  .career-hero-content {
    max-width: 510px;
    padding: 50px 0;
  }
  .application-card {
    padding: 25px;
  }
  .hed-35 {
    font-size: 30px;
    line-height: 40px;
  }
  .form-row {
    flex-direction: column;
  }
  .hero-title {
    font-size: 40px;
    line-height: 48px;
  }
  .product-mn-cnt .prod-title {
    font-size: 40px;
    line-height: 48px;
  }
  .stat .stat_prnt .card_grp {
    gap: 29px;
  }
  .stat .stat_prnt .card_grp .crd1s {
    width: 23.1%;
  }
  .stat .stat_prnt .card_grp .crd1s strong {
    font-size: 29px;
    line-height: 37px;
  }
  .ind .ind_prnt .rgt {
    padding: 0 0 0 50px;
  }
  .ind .ind_prnt .rgt h1 {
    margin-bottom: 5px;
  }
  .ind .ind_prnt .rgt p {
    margin-bottom: 9px;
    padding-right: 0;
  }
  header .head-flx .hd-rgt {
    width: 74%;
  }
  header .head-flx .hd-rgt {
    gap: 23px;
  }
  .home-foot .footlink_prnt .top .rgt .top .card {
    width: 35.5%;
    gap: 11px;
    padding: 17px 10px;
  }
  .home-foot .footlink_prnt .top .rgt .top .card .img-blk {
    min-width: 45px;
    height: 45px;
  }
  .home-foot .footlink_prnt .top .rgt .top .card .img-blk img {
    width: 20px;
    height: 20px;
  }
  .home-foot .footlink_prnt .top .rgt .btm .lft {
    width: 47%;
  }
  .locations-section .info-card1 .card-icon-badge,
  .locations-section .info-card2 .card-icon-badge,
  .locations-section .info-card3 .card-icon-badge,
  .locations-section .info-card .card-icon-badge {
    width: 60px;
    height: 60px;
  }
  .locations-section .head-office-flex .infos1 {
    width: 31.9%;
  }
  .locations-section .uk-office-flex .infos2 {
    width: 48.5%;
  }
  .locations-section .uk-office-flex .map-card2 {
    width: 100%;
  }
  .locations-section .head-office-flex .infos1 {
    width: 100%;
  }
  .locations-section .head-office-flex .info-card1,
  .locations-section .head-office-flex .info-card3,
  .locations-section .head-office-flex .info-card2 {
    width: 32.3%;
  }
  .faqPage .hero-section .hero-container .hero-content h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  .faqPage .hero-section .hero-container .hero-graphic .graphic-wrapper {
    width: 400px;
    height: 400px;
  }
  .faqPage .hero-section .hero-container .hero-graphic .graphic-wrapper .person-circle-frame {
    width: 340px;
    height: 340px;
  }
  .services-list .service-card::after {
    top: 77px;
    right: 35px;
    z-index: -2;
    width: 13px;
    height: calc(100% - 80px);
    background: var(--card-color);
    transform: skewX(348deg);
  }
  .s-dtl .hero-title {
    font-size: 42px;
    line-height: 50px;
  }
  .ban-con {
    padding: 70px 0px;
  }
  .hed {
    font-size: 40px;
    line-height: 50px;
  }
  .a-con-sec .about-visual img {
    height: 460px;
  }
  .s-hero {
    margin-bottom: 70px;
  }
  .satisfaction-content {
    width: 50%;
  }
  .satisfaction-visual img {
    height: 420px;
  }
  .satisfaction-visual {
    width: 50%;
  }
  .hero-left .hero-title {
    font-size: 31px;
    line-height: 41px;
  }
  .hero-banner::after {
    bottom: -50%;
    width: 560px;
    height: 520px;
    right: 0%;
  }
  .blog-grid {
    gap: 1.2rem;
  }
  .blog-card-img-wrapper {
    height: 290px;
  }
  .blog-grid.list-view .blog-card-img-wrapper {
    width: 100%;
  }
  .main-layout {
    padding-bottom: 80px;
  }
  .serd-container {
    padding: 0 10px;
  }
  .serv_det_banr .ser_in .lft h1 {
    font-size: 47px;
    line-height: 57px;
  }
  .serv_det_banr .ser_in .lft p,
  .serv_det_tw .ser_in .ryt p,
  .serv_det_th .ser_in .lft p,
  .serv_det_fr .ser_in .ryt ul li,
  .serv_det_fr .ser_in .ryt p {
    font-size: 17px;
    line-height: 25px;
  }
  .serv_det_banr .ser_in .lft,
  .serv_det_th .ser_in .lft {
    padding-right: 40px;
  }
  .serv_det_tw .ser_in .ryt,
  .serv_det_fr .ser_in .ryt {
    padding-left: 40px;
  }
  .serv_det_banr_bt {
    padding: 80px 0;
  }
  .serv_det_banr {
    padding: 120px 0 70px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-ryt .r-prd-blk ul li img {
    width: 36px;
    height: 36px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-lft .p-wrk ul li img {
    width: 65px;
    height: 55px;
    margin-bottom: 10px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-lft .p-wrk ul li:not(:last-child) {
    background-size: 15px 25px;
  }
  .product-mn-cnt .prdts .prdts-dtl {
    padding: 15px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-lft {
    width: 51%;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-ryt {
    width: 49%;
  }
  .product-mn-cnt .prdts .prdts-dtl.purp-brdr .p-lft .p-img strong {
    font-size: 35px;
    line-height: 43px;
  }
  .product-mn-cnt .prod-bg {
    background-position: 80% 100%;
  }
}
@media screen and (max-width: 1200px) {
  header .head-flx .hd-rgt {
    width: 73%;
  }
  .prdctFrm .features-grid .feature-card {
    flex-direction: column;
    display: flex;
    align-items: start;
  }
  .career-hero-content {
    max-width: 470px;
  }
  .faqPage .hero-section .hero-container {
    gap: 0;
    /* gap: 40px; */
  }
  .career-hero-image-wrapper::after {
    background: linear-gradient(to right, #f8fafd 45%, rgba(248, 250, 253, 0) 69%);
  }
  .hed-35 {
    font-size: 28px;
    line-height: 40px;
  }
  .resume-upload-box {
    min-height: 120px;
  }
  .job-card .job-title-group b {
    font-size: 18px;
    line-height: 25px;
  }
  .job-specs-list li {
    font-size: 15px;
    line-height: 20px;
  }
  .job-icon-circle img {
    width: 30px;
    height: 25px;
  }
  .job-icon-circle {
    width: 55px;
    height: 55px;
  }
  .services-list .service-card::after {
    top: 77px;
    right: 28px;
    z-index: -2;
    width: 10px;
    height: calc(100% - 80px);
    background: var(--card-color);
    transform: skewX(346deg);
  }
  .services-list .service-card:nth-child(4)::before {
    clip-path: polygon(0 0, calc(100% - 8px) 0, calc(95% - 7px) 100%, 0 100%);
  }
  .contact .contact_in .lft .cont_btm .itm:not(:first-child) {
    padding-left: 42px;
  }
  .stat .stat_prnt .card_grp {
    gap: 27px;
  }
  .services-list .service-card:nth-child(4)::after {
    top: 77px;
    right: 28px;
    transform: skewX(350deg);
  }
  .stat {
    padding: 50px 0;
  }
  .ind .ind_prnt .rgt p {
    font-size: 15px;
    line-height: 23px;
  }
  .hero-bg {
    background-position: 70% 100%;
  }
  .hero-title {
    font-size: 40px;
    line-height: 48px;
  }
  .product-mn-cnt .prod-title {
    font-size: 40px;
    line-height: 48px;
  }
  header .head-flx .talk-btn {
    padding: 13px 12px;
  }
  .home-foot .footlink_prnt .top .lft .foot-btn {
    padding: 13px 23px;
  }
  .home-foot .footlink_prnt .top .rgt .btm .lft {
    width: 56%;
  }
  .faqPage .hero-section .hero-container .hero-content h1 {
    font-size: 36px;
    line-height: 1.2;
  }
  .faqPage .hero-section .hero-container .hero-graphic .graphic-wrapper {
    width: 360px;
    height: 360px;
  }
  .faqPage .hero-section .hero-container .hero-graphic .graphic-wrapper .person-circle-frame {
    width: 300px;
    height: 300px;
  }
  .faqPage .hero-section .hero-container .hero-graphic .graphic-wrapper .qm-deco.qm-1 {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
  .faqPage .hero-section .hero-container .hero-graphic .graphic-wrapper .qm-deco.qm-2 {
    width: 56px;
    height: 56px;
    font-size: 28px;
  }
  .faqPage .hero-section .hero-container .hero-graphic .graphic-wrapper .qm-deco.qm-3 {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .faqPage .hero-section .hero-container .hero-graphic .graphic-wrapper .qm-deco.qm-4 {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  .faqPage .faq-section .section-header h2 {
    font-size: 34px;
  }
  .hero-grid {
    gap: 2rem;
  }
  .hero-banner::after {
    bottom: -45%;
    width: 510px;
    height: 490px;
    right: 0%;
  }
  .sidebar {
    padding: 1.35rem 1.05rem;
  }
  .blog-card-title {
    font-size: 22px;
    line-height: 32px;
  }
  .blog-card-content {
    padding: 1rem;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-lft .p-img img {
    height: 65px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-lft > span {
    padding: 8px 10px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-lft b {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 6px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-lft .p-wrk ul li strong {
    font-size: 17px;
    line-height: 22px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-lft {
    width: 58%;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-ryt {
    width: 42%;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-ryt .r-prd-blk ul li {
    width: 100%;
  }
  .product-mn-cnt .prod-bg {
    background-position: 75% 100%;
  }
}
@media screen and (max-width: 1100px) {
  .prdctFrm .locations-section {
    padding: 60px 0;
  }
  .prdctFrm .locations-section .head-office-flex .info-card1,
  .prdctFrm .locations-section .head-office-flex .info-card3,
  .prdctFrm .locations-section .head-office-flex .info-card2 {
    width: 32%;
  }
  .prdctFrm .locations-section .info-card .card-heading {
    font-size: 20px;
    line-height: 28px;
  }
  .prdctFrm .locations-section .map-card img {
    height: 399px;
  }
  header .head-flx .talk-btn {
    padding: 13px 12px;
  }
  .application-card {
    padding: 20px;
  }
  .career-hero-image-wrapper::after {
    background: linear-gradient(to right, #f8fafd 47%, rgba(248, 250, 253, 0) 69%);
  }
  .career-hero-content {
    padding: 40px 0;
  }
  .hed-35 {
    font-size: 26px;
    line-height: 32px;
  }
  .application-header-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .application-header-icon img {
    width: 32px;
    height: 30px;
  }
  .application-form .frm-dtl label {
    font-size: 15px;
    line-height: 20px;
  }
  .upload-icon-circle img {
    width: 28px;
    height: 21px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .upload-icon-circle {
    width: 45px;
    height: 45px;
  }
  .jobs-wrapper {
    padding-left: 30px;
  }
  .job-toggle-btn {
    width: 35px;
    height: 35px;
  }
  .job-toggle-btn img {
    width: 14px;
    height: 8px;
  }
  .application-form .btn-submit {
    padding: 12px 20px;
  }
  .status-indicator-wrapper b {
    font-size: 19px;
    line-height: 25px;
  }
  .status-dot {
    width: 10px;
    height: 10px;
    box-shadow: 0 0 0 6px rgba(85, 202, 144, 0.25);
  }
  .services-list .service-card .card-title-col .card-number {
    font-size: 25px;
    line-height: 33px;
  }
  .locations-section {
    padding: 60px 0;
  }
  .locations-section .head-office-flex .info-card1,
  .locations-section .head-office-flex .info-card3,
  .locations-section .head-office-flex .info-card2 {
    width: 32%;
  }
  .locations-section .info-card .card-heading {
    font-size: 20px;
    line-height: 28px;
  }
  .locations-section .map-card img {
    height: 399px;
  }
  .contact .contact_in .lft .cont_btm .itm:not(:first-child) {
    padding-left: 27px;
  }
  .stat .stat_prnt .card_grp {
    gap: 27px;
  }
  .stat .stat_prnt .card_grp .crd1s {
    width: 22.9%;
  }
  header .head-flx .rgt-head .hd-rgt {
    width: 84.3%;
    gap: 14px;
  }
  header .head-flx .hd-rgt {
    width: 71%;
    gap: 12px;
  }
  .home-foot .footlink_prnt .top .lft .foot-btn {
    padding: 13px 14px;
  }
  .home-foot .footlink_prnt .top .rgt .btm .lft {
    width: 64%;
  }
  .home-foot .footlink_prnt .top .rgt {
    width: 89%;
  }
  .home-foot .footlink_prnt .top .lft {
    width: 30%;
    padding: 0 10px 0 0;
  }
  .home-foot .footlink_prnt .top .rgt .top .card {
    padding: 17px 9px;
  }
  .faqPage .support-section .support-box {
    padding: 30px 36px;
  }
  .faqPage .faq-section .faq-grid .faq-column .faq-card .faq-header .faq-question {
    font-size: 17px;
    line-height: 24px;
  }
  .a-con-sec .about-visual img {
    height: 400px;
  }
  .a-con-sec .about-visual {
    width: 42%;
  }
  .a-con-sec .about-content {
    width: 58%;
    padding-left: 30px;
  }
  .hed {
    font-size: 37px;
    line-height: 45px;
  }
  .s-dtl .hero-title {
    font-size: 40px;
    line-height: 48px;
  }
  .sat-sec {
    padding: 20px;
  }
  .satisfaction-content ul li {
    font-size: 15px;
    line-height: 20px;
    padding-left: 25px;
    padding-bottom: 15px;
    background-size: 18px 18px;
  }
  .blog-card-img-wrapper {
    height: 240px;
  }
  .main-layout .main_lyt_in {
    gap: 0.9rem;
  }
  .blog-grid.list-view .blog-card-content {
    padding: 0.75rem 1rem;
  }
  .main-layout .main_lyt_in {
    grid-template-columns: 238px 1fr;
  }
  .serv_det_banr .ser_in .lft h1 {
    font-size: 44px;
    line-height: 54px;
  }
  .serv_det_banr .ser_in .lft,
  .serv_det_th .ser_in .lft {
    padding-right: 25px;
  }
  .serv_det_tw .ser_in .ryt,
  .serv_det_fr .ser_in .ryt {
    padding-left: 25px;
  }
  .serv_det_th {
    padding: 60px 0;
  }
  .product-mn-cnt .prod-bg {
    background-position: 71% 100%;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-ryt .r-prd-blk ul li {
    width: 100%;
  }
  .product-mn-cnt .prdts .prdts-dtl.purp-brdr .p-lft .p-img strong {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .prdctFrm .heros {
    padding: 118px 15px 50px;
  }
  .prdctFrm .heros .heros-title {
    font-size: 45px;
    line-height: 52px;
  }
  .prdctFrm .jour .sli_itm::after {
    display: none;
  }
  .prdctFrm .locations-section .info-card1 .card-heading,
  .prdctFrm .locations-section .info-card2 .card-heading,
  .prdctFrm .locations-section .info-card3 .card-heading,
  .prdctFrm .locations-section .info-card .card-heading {
    font-size: 20px;
    line-height: 28px;
  }
  .prdctFrm .features-grid .feature-card {
    flex-direction: unset;
  }
  header .head-flx .hd-rgt {
    width: 69%;
    gap: 9px;
  }
  .hed-35 {
    font-size: 25px;
    line-height: 30px;
  }
  .locations-section .info-card1 .card-heading,
  .locations-section .info-card2 .card-heading,
  .locations-section .info-card3 .card-heading,
  .locations-section .info-card .card-heading {
    font-size: 20px;
    line-height: 28px;
  }
  .contact .contact_in .ryt {
    padding: 20px 25px;
  }
  .contact .contact_in .ryt .frm .inp_row.db {
    gap: 18px;
  }
  .stat .stat_prnt .card_grp .crd1s strong {
    font-size: 25px;
    line-height: 33px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 30px;
    line-height: 38px;
  }
  .hero-title {
    font-size: 35px;
    line-height: 43px;
  }
  .product-mn-cnt .prod-title {
    font-size: 35px;
    line-height: 43px;
  }
  .home-foot .help {
    right: 9%;
  }
  header .head-flx .hd-rgt {
    width: 69.7%;
    gap: 9px;
  }
  header .head-flx .rgt-head .talk-btn {
    width: 17%;
  }
  header .head-flx .rgt-head .hd-rgt {
    width: 84.3%;
    gap: 9px;
  }
  .home-foot .footlink_prnt .top .lft {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .home-foot .footlink_prnt .top {
    padding: 0 0 10px 0;
    flex-direction: column;
    gap: 16px;
  }
  .home-foot .footlink_prnt .top .lft .foot-btn {
    padding: 13px 14px;
    margin: 10px auto;
  }
  .home-foot .footlink_prnt .top .rgt .top {
    gap: 17px;
    border: unset;
    flex-direction: row;
  }
  .home-foot .footlink_prnt .top .rgt {
    width: 100%;
  }
  .home-foot .footlink_prnt .top .lft p {
    text-align: unset;
  }
  .home-foot .footlink_prnt .top .rgt .top .card {
    width: 35.5%;
    gap: 24px;
  }
  .home-foot .footlink_prnt .top .rgt .btm {
    padding: 10px 0 0 0;
  }
  .faq p {
    font-size: 15px;
    line-height: 23px;
  }
  .faqPage .hero-section .hero-container {
    gap: 24px;
  }
  .faqPage .faq-section .faq-grid {
    gap: 20px;
  }
  p {
    font-size: 15px;
    line-height: 20px;
  }
  .hed {
    font-size: 35px;
    line-height: 40px;
  }
  .s-dtl .hero-title {
    font-size: 38px;
    line-height: 45px;
  }
  .s-dtl .hero-title {
    font-size: 38px;
    line-height: 45px;
  }
  .satisfaction-visual img {
    height: 350px;
  }
  .hero-right {
    width: 70%;
    margin: 0 auto;
  }
  .hero-banner::after {
    width: 100%;
    height: 600px;
    bottom: -33%;
  }
  .main-layout .main_lyt_in {
    grid-template-columns: 1fr;
  }
  .sidebar {
    position: static;
    margin-bottom: 1.5rem;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
  }
  .hero-left {
    max-width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-desc {
    max-width: 600px;
    font-size: 16px;
    line-height: 26px;
  }
  .hero-right {
    justify-content: center;
  }
  .promo-card {
    transform: rotate(0deg);
  }
  .blog-card-img-wrapper {
    height: 350px;
  }
  .section-title {
    font-size: 23px;
    line-height: 33px;
  }
  .hero-left .hero-title {
    font-size: 29px;
    line-height: 39px;
  }
  .main-layout {
    padding-bottom: 70px;
  }
  .serv_det_banr .ser_in .lft h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .serv_det_banr_bt {
    padding: 70px 0;
  }
  .serv_det_btm {
    padding: 50px 0;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-ryt ul li {
    font-size: 16px;
    line-height: 22px;
    padding-left: 25px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-lft .p-wrk ul li img {
    width: 60px;
    height: 50px;
    margin-bottom: 10px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-lft .butns a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 991px) {
  .prdctFrm .frmSec .consultation-form .form-label {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .prdctFrm .heros .heros-title {
    font-size: 36px;
    line-height: 44px;
  }
  .prdctFrm .jour .hd h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .prdctFrm .why-choose-us .why-grid .why-card b {
    font-size: 18px;
    line-height: 26px;
  }
  .home-hd {
    font-size: 30px;
  }
  .prdctFrm .bottom-cta .cta-content strong {
    font-size: 28px;
    line-height: 38px;
  }
  .prdctFrm .locations-section .head-office-flex {
    gap: 16px;
  }
  .prdctFrm .locations-section .info-card1 .card-heading,
  .prdctFrm .locations-section .info-card2 .card-heading,
  .prdctFrm .locations-section .info-card3 .card-heading,
  .prdctFrm .locations-section .info-card .card-heading {
    font-size: 18px;
    line-height: 26px;
  }
  .prdctFrm .locations-section .info-card1 .card-icon-badge,
  .prdctFrm .locations-section .info-card2 .card-icon-badge,
  .prdctFrm .locations-section .info-card3 .card-icon-badge,
  .prdctFrm .locations-section .info-card .card-icon-badge {
    width: 50px;
    height: 50px;
  }
  .prdctFrm .locations-section .info-card1 .card-icon-badge svg,
  .prdctFrm .locations-section .info-card2 .card-icon-badge svg,
  .prdctFrm .locations-section .info-card3 .card-icon-badge svg,
  .prdctFrm .locations-section .info-card .card-icon-badge svg {
    width: 25px;
    height: 25px;
  }
  .prdctFrm .locations-section .map-card img {
    height: 298px;
  }
  header .head-flx .hamburger {
    display: flex !important;
  }
  .services-list .service-card .card-features .feature-list li {
    font-size: 15px;
    line-height: 23px;
  }
  .application-card {
    padding: 20px;
  }
  .application-wrapper {
    width: 45%;
  }
  .jobs-wrapper {
    width: 55%;
  }
  .job-icon-circle {
    width: 50px;
    height: 50px;
  }
  .job-card .job-title-group b {
    font-size: 17px;
    line-height: 23px;
  }
  .job-badge {
    padding: 6px 8px;
  }
  .career-hero-content {
    max-width: 420px;
  }
  .services-list .service-card::after {
    top: 77px;
    right: 21px;
    z-index: -2;
    width: 10px;
    height: calc(100% - 83px);
    background: var(--card-color);
    transform: skewX(351deg);
  }
  .services-list .service-card:nth-child(4)::after {
    top: 77px;
    right: 21px;
    transform: skewX(351deg);
  }
  .services-list .service-card {
    padding: 45px 38px 45px 0;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.06));
  }
  .services-list .service-card .card-title-col {
    width: 30%;
  }
  .locations-section .head-office-flex {
    gap: 16px;
  }
  .locations-section .info-card1 .card-heading,
  .locations-section .info-card2 .card-heading,
  .locations-section .info-card3 .card-heading,
  .locations-section .info-card .card-heading {
    font-size: 18px;
    line-height: 26px;
  }
  .locations-section .info-card1 .card-icon-badge,
  .locations-section .info-card2 .card-icon-badge,
  .locations-section .info-card3 .card-icon-badge,
  .locations-section .info-card .card-icon-badge {
    width: 50px;
    height: 50px;
  }
  .locations-section .info-card1 .card-icon-badge svg,
  .locations-section .info-card2 .card-icon-badge svg,
  .locations-section .info-card3 .card-icon-badge svg,
  .locations-section .info-card .card-icon-badge svg {
    width: 25px;
    height: 25px;
  }
  .locations-section .map-card img {
    height: 298px;
  }
  .contact .contact_in {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .contact .contact_in .lft,
  .contact .contact_in .ryt {
    width: 100%;
  }
  .contact .contact_in .lft {
    padding-right: 0;
  }
  .ind .ind_prnt {
    display: flex;
    align-items: stretch;
  }
  .ind .ind_prnt .lft img {
    width: 100%;
    height: 472px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
  .hero-bg {
    background-position: 80% 100%;
  }
  .stat .stat_prnt .card_grp {
    display: block;
  }
  .stat .stat_prnt .card_grp.owl-carousel {
    display: block;
  }
  .stat .stat_prnt .card_grp .crd1s {
    width: 100%;
  }
  header .head-flx {
    justify-content: flex-start;
  }
  header .head-flx .hd-lft {
    margin: 0 auto;
  }
  body.bur-overlay .head-flx .hd-lft {
    display: none;
  }
  body.bur-overlay .head-flx .hamburger {
    margin-left: auto;
  }
  .home-foot .foot-dwn-link .link-dwn strong a {
    font-size: 12px;
    line-height: 20px;
  }
  .home-foot .foot-dwn-link .link-dwn strong {
    font-size: 12px;
    line-height: 20px;
  }
  .home-foot .foot-dwn-link .link-dwn .footer-links a::after {
    margin: 0 8px;
  }
  .home-foot .foot-dwn-link .link-dwn .footer-links a {
    font-size: 11px;
    line-height: 19px;
  }
  header .head-flx .rgt-head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 50px 25px;
    background: #fff;
    z-index: 10;
    background-color: #fff;
    background-image: url("../images/dwn-arrow.svg");
    background-repeat: no-repeat;
    background-position: right 25px top 40px;
    background-size: 17px;
    display: flex;
    flex-direction: column;
    justify-content: unset;
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    pointer-events: none;
    overflow-y: auto;
    box-sizing: border-box;
  }
  header .head-flx .rgt-head.open {
    transform: translateX(0) !important;
    pointer-events: auto;
  }
  header .head-flx .hd-rgt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }
  /* Direct children only — nested .hd-sub rows must not get curtain opacity:0 */
  header .head-flx .hd-rgt > li {
    width: 100%;
    opacity: 0;
    transform: translateY(-20px);
    list-style: none;
  }
  header .head-flx .rgt-head.open .hd-rgt > li {
    animation: curtainDrop 0.5s ease forwards;
  }
  header .head-flx .rgt-head.open .hd-rgt > li:nth-child(1) {
    animation-delay: 0.1s;
  }
  header .head-flx .rgt-head.open .hd-rgt > li:nth-child(2) {
    animation-delay: 0.18s;
  }
  header .head-flx .rgt-head.open .hd-rgt > li:nth-child(3) {
    animation-delay: 0.26s;
  }
  header .head-flx .rgt-head.open .hd-rgt > li:nth-child(4) {
    animation-delay: 0.34s;
  }
  header .head-flx .rgt-head.open .hd-rgt > li:nth-child(5) {
    animation-delay: 0.42s;
  }
  header .head-flx .rgt-head.open .hd-rgt > li:nth-child(6) {
    animation-delay: 0.5s;
  }
  header .head-flx .rgt-head.open .hd-rgt > li:nth-child(7) {
    animation-delay: 0.58s;
  }
  header .head-flx .rgt-head.open .hd-rgt > li:nth-child(8) {
    animation-delay: 0.66s;
  }
  header .head-flx .hd-rgt > li > a {
    color: #000;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  header .head-flx .talk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    align-self: flex-start;
  }
  .home-foot .foot-dwn-link .link-dwn {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 7px;
    padding: 10px 0;
  }
  .home-foot .foot-dwn-link .link-dwn .footer-links {
    margin-left: 0;
  }
  header .head-flx .rgt-head .talk-btn {
    width: 19%;
  }
  /* Top-level nav links only — submenu styled by nav-dropdown.css */
  header .head-flx .rgt-head .hd-rgt > li > a {
    padding: 5px 17px;
  }
  header .head-flx .rgt-head .hd-rgt > li > a::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 0;
    background-color: #ff3366;
    opacity: 0;
    transition: all 0.4s linear;
  }
  header .head-flx .rgt-head .hd-rgt > li > a:hover::after {
    height: 86%;
    opacity: 1;
    width: 3px;
  }
  .home-foot .footlink_prnt .top .lft span {
    display: block;
  }
  .max-container {
    padding: 0 10px;
  }
  .s-dtl .hero-title {
    font-size: 35px;
    line-height: 40px;
  }
  .hed {
    font-size: 32px;
    line-height: 38px;
  }
  .satisfaction-content {
    width: 55%;
  }
  .satisfaction-visual {
    width: 45%;
  }
  .consultation-callout-box {
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .consultation-icon-badge {
    width: 45px;
    min-width: 45px;
    height: 45px;
  }
  .a-con-sec .about-visual img {
    height: 360px;
  }
  .s-hero {
    margin-bottom: 40px;
  }
  .about-section {
    margin-bottom: 40px;
  }
  .about-section {
    margin-bottom: 40px;
  }
  .blog-card-img-wrapper {
    height: 300px;
  }
  .blog-grid.list-view .blog-card-img-wrapper {
    width: 100%;
  }
  .main-layout {
    padding-bottom: 50px;
  }
  .serv_det_banr .ser_in,
  .serv_det_th .ser_in {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .serv_det_banr .ser_in .ryt,
  .serv_det_tw .ser_in .lft,
  .serv_det_th .ser_in .ryt,
  .serv_det_fr .ser_in .lft {
    width: 70%;
  }
  .serv_det_banr .ser_in .lft,
  .serv_det_tw .ser_in .ryt,
  .serv_det_fr .ser_in .ryt,
  .serv_det_th .ser_in .lft {
    width: 100%;
    padding: 0;
  }
  .serv_det_tw .ser_in,
  .serv_det_fr .ser_in {
    flex-direction: column;
    gap: 30px;
  }
  .serv_det_btm .det_btm .ryt .btns a {
    padding: 13px 17px;
  }
  .serv_det_btm .det_btm .ryt .btns {
    gap: 7px;
  }
  .serv_det_btm .det_btm .ryt {
    padding-left: 20px;
  }
  .serv_det_banr .ser_in .lft h1 {
    font-size: 39px;
    line-height: 49px;
  }
  .serv_det_banr {
    padding: 110px 0 60px;
  }
  .serv_det_banr_bt {
    padding: 60px 0;
  }
  .product-mn-cnt .prdts .prdts-dtl.purp-brdr .p-lft .p-img strong {
    font-size: 25px;
    line-height: 33px;
  }
}
@media screen and (max-width: 880px) {
  .prdctFrm .locations-section .info-card1 .card-heading,
  .prdctFrm .locations-section .info-card2 .card-heading,
  .prdctFrm .locations-section .info-card3 .card-heading,
  .prdctFrm .locations-section .info-card .card-heading {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-content {
    padding: 55px 20px 0 0;
  }
  .prdctFrm .locations-section .info-card1 .card-desc p,
  .prdctFrm .locations-section .info-card2 .card-desc p,
  .prdctFrm .locations-section .info-card3 .card-desc p,
  .prdctFrm .locations-section .info-card .card-desc p {
    font-size: 15px;
    line-height: 23px;
  }
  .prdctFrm .locations-section .head-office-flex .info-card1,
  .prdctFrm .locations-section .head-office-flex .info-card3,
  .prdctFrm .locations-section .head-office-flex .info-card2 {
    width: 31.9%;
  }
  .prdctFrm .locations-section .info-card1,
  .prdctFrm .locations-section .info-card2,
  .prdctFrm .locations-section .info-card3,
  .prdctFrm .locations-section .info-card {
    padding: 50px 20px 25px 20px;
  }
  .prdctFrm .locations-section .head-office-flex .info-card1,
  .prdctFrm .locations-section .head-office-flex .info-card3,
  .prdctFrm .locations-section .head-office-flex .info-card2 {
    width: 48.5%;
  }
  header .head-flx .hd-rgt > li > a {
    font-size: 16px;
    line-height: 24px;
  }
  .career-hero-content {
    max-width: 360px;
  }
  .crr-dltl {
    flex-direction: column-reverse;
  }
  .application-wrapper,
  .jobs-wrapper {
    width: 100%;
    padding-left: 0px;
  }
  .jobs-wrapper {
    margin-bottom: 30px;
  }
  .status-indicator-wrapper {
    gap: 12px;
  }
  .services-list {
    padding: 50px 0;
  }
  .locations-section .info-card1 .card-heading,
  .locations-section .info-card2 .card-heading,
  .locations-section .info-card3 .card-heading,
  .locations-section .info-card .card-heading {
    font-size: 16px;
    line-height: 24px;
  }
  .locations-section .info-card1 .card-desc p,
  .locations-section .info-card2 .card-desc p,
  .locations-section .info-card3 .card-desc p,
  .locations-section .info-card .card-desc p {
    font-size: 15px;
    line-height: 23px;
  }
  .contact .contact_in .ryt .frm .frm_chk p {
    font-size: 15px;
    line-height: 23px;
  }
  .locations-section .head-office-flex .info-card1,
  .locations-section .head-office-flex .info-card3,
  .locations-section .head-office-flex .info-card2 {
    width: 31.9%;
  }
  .locations-section .info-card1,
  .locations-section .info-card2,
  .locations-section .info-card3,
  .locations-section .info-card {
    padding: 50px 20px 25px 20px;
  }
  .locations-section .head-office-flex .info-card1,
  .locations-section .head-office-flex .info-card3,
  .locations-section .head-office-flex .info-card2 {
    width: 48.5%;
  }
  .ind .ind_prnt {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .ind .ind_prnt .lft {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .ind .ind_prnt .rgt {
    width: 100%;
    padding: 20px 0;
  }
  .ind .ind_prnt .lft img {
    width: 100%;
    height: 580px;
  }
  .ind {
    padding: 20px 0 60px 0;
  }
  .hm_sli {
    padding: 60px 0;
  }
  .hero-bg {
    background-position: 62% 100%;
  }
  .brd_crumb ul li a,
  .brd_crumb ul li span {
    font-size: 15px;
    line-height: 23px;
  }
  .hero-title {
    font-size: 30px;
    line-height: 38px;
  }
  .product-mn-cnt .prod-title {
    font-size: 30px;
    line-height: 38px;
  }
  header .head-flx .talk-btn {
    font-size: 10px;
    line-height: 17px;
    padding: 13px 28px;
  }
  .home-foot .help {
    right: 10.8%;
  }
  .home-foot .footlink_prnt .top {
    gap: 25px;
  }
  .home-foot .footlink_prnt .top .lft {
    text-align: start;
  }
  .home-foot .footlink_prnt .top .lft .foot-btn {
    margin: unset;
  }
  .home-foot .footlink_prnt .top .rgt .top {
    flex-wrap: wrap;
  }
  .home-foot .footlink_prnt .top .rgt .top .card {
    width: 100%;
  }
  .home-foot .footlink_prnt .top .rgt .top .card .cnt .phn,
  .home-foot .footlink_prnt .top .rgt .top .card .cnt .ml {
    display: block;
  }
  header .head-flx .talk-btn {
    font-size: 10.53px;
    line-height: 18px;
    padding: 10px 28px;
  }
  .main-content-contact .hero-bg {
    background-position: 89% 100%;
  }
  .faqPage .support-section .support-box {
    width: 90%;
  }
  .faqPage .hero-section .hero-container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  .faqPage .hero-section .hero-container .hero-content {
    min-width: 0;
    max-width: 100%;
  }
  .faqPage .hero-section .hero-container .hero-content .breadcrumb {
    justify-content: center;
  }
  .faqPage .faq-section .faq-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .faqPage .support-section .support-box {
    flex-direction: column;
    text-align: center;
    padding: 32px 24px;
  }
  .faqPage .support-section .support-box .support-left {
    flex-direction: column;
    gap: 16px;
  }
  .services-list .service-card {
    padding: 45px 38px 45px 34px;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.06));
  }
  .services-list .service-card {
    align-items: start;
    flex-direction: column;
  }
  .services-list .service-card .card-icon-wrapper {
    margin-left: 0;
  }
  .services-list .service-card .card-features {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  .services-list .service-card::after {
    top: 77px;
    right: 19px;
    z-index: -2;
    width: 10px;
    height: calc(100% - 83px);
    background: var(--card-color);
    transform: skewX(353deg);
  }
  .services-list .service-card:nth-child(4)::after {
    top: 77px;
    right: 19px;
    z-index: -2;
    width: 10px;
    height: calc(100% - 83px);
    background: var(--card-color);
    transform: skewX(353deg);
  }
  .services-list .service-card .card-title-col {
    padding: 30px 0;
  }
  .services-list .service-card .card-title-col .card-title::before {
    bottom: -12px;
  }
  .services-list .service-card .card-title-col {
    width: 100%;
  }
  .services-list .service-card .card-title-col .card-title .br-hide {
    display: none;
  }
  .main-content-services-main .ser-container {
    padding: 0 10px;
  }
  .a-con-sec {
    flex-direction: column;
  }
  .a-con-sec .about-visual {
    width: 90%;
    margin-bottom: 30px;
  }
  .a-con-sec .about-content {
    width: 100%;
    padding-left: 0px;
  }
  .s-dtl .hero-title {
    font-size: 33px;
    line-height: 40px;
  }
  .hed {
    font-size: 30px;
    line-height: 38px;
  }
  .sat-sec {
    flex-direction: column-reverse;
  }
  .satisfaction-content {
    width: 100%;
  }
  .satisfaction-visual {
    width: 90%;
    margin-bottom: 20px;
  }
  .satisfaction-visual img {
    height: 320px;
  }
  .blog-card-img-wrapper {
    height: 260px;
  }
  .blog-grid.list-view .blog-card-content {
    padding: 0.55rem 1.45rem;
  }
  .blog-card-title {
    font-size: 20px;
    line-height: 30px;
  }
  .blog-card-meta {
    font-size: 13px;
    line-height: 23px;
  }
  .section-title {
    font-size: 21px;
    line-height: 31px;
  }
  .serv_det_banr .ser_in .lft p,
  .serv_det_tw .ser_in .ryt p,
  .serv_det_th .ser_in .lft p,
  .serv_det_fr .ser_in .ryt ul li,
  .serv_det_fr .ser_in .ryt p {
    font-size: 16px;
    line-height: 24px;
  }
  .serv_det_banr .ser_in .ryt img,
  .serv_det_fr .ser_in .lft img {
    height: 400px;
  }
  .serv_det_tw .ser_in .lft img {
    height: 366px;
  }
  .serv_det_th .ser_in .ryt img {
    height: 320px;
  }
  .serv_det_btm .det_btm {
    flex-direction: column;
    gap: 20px;
  }
  .serv_det_btm .det_btm .lft {
    width: 80%;
  }
  .serv_det_btm .det_btm .ryt {
    width: 100%;
    padding: 0;
  }
  .serv_det_banr_bt {
    padding: 50px 0;
  }
  .serv_det_th {
    padding: 50px 0;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-lft {
    width: 100%;
    position: unset;
    padding-right: unset;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-ryt {
    width: 100%;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-lft .p-img img {
    height: 60px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-ryt .r-prd-blk ul li {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .prdctFrm .heros {
    padding: 50px 15px 40px;
  }
  .prdctFrm .heros .heros-title {
    font-size: 35px;
    line-height: 42px;
  }
  .prdctFrm .jour {
    padding: 40px 0;
  }
  .prdctFrm .jour .jour_sli {
    padding: 0 15px;
  }
  .prdctFrm .jour .hd h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .prdctFrm .frmSec {
    padding: 40px 15px;
  }
  .prdctFrm .frmSec .consultation-form {
    padding: 30px 20px;
  }
  .prdctFrm .frmSec .consultation-form .form-row-2 {
    flex-direction: column;
    gap: 0;
  }
  .prdctFrm .frmSec .consultation-form .form-row-2 .form-group {
    width: 100%;
    margin-bottom: 20px;
  }
  .prdctFrm .frmSec .consultation-form .needs-group .checkbox-grid {
    flex-direction: column;
    gap: 15px;
  }
  .prdctFrm .frmSec .consultation-form .recaptcha-widget {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
  }
  .prdctFrm .frmSec .consultation-form .recaptcha-widget .recaptcha-right {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .prdctFrm .bottom-cta .cta-content {
    padding: 50px 20px;
  }
  .prdctFrm .bottom-cta .cta-content strong {
    font-size: 30px;
    line-height: 40px;
  }
  .prdctFrm .locations-section .head-office-flex .map-card1,
  .prdctFrm .locations-section .head-office-flex .info-card1,
  .prdctFrm .locations-section .head-office-flex .info-card2,
  .prdctFrm .locations-section .head-office-flex .info-card3,
  .prdctFrm .locations-section .head-office-flex .info-card {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  header .head-flx .hd-rgt > li > a {
    font-size: 15px;
    line-height: 23px;
  }
  .career-hero-image-wrapper::after {
    background: linear-gradient(to right, #f8fafd 42%, rgba(248, 250, 253, 0) 60%);
  }
  .status-indicator-wrapper b {
    font-size: 18px;
    line-height: 25px;
  }
  .contact .contact_in .lft .cont_btm .itm .cnt b {
    font-size: 15px;
    line-height: 23px;
  }
  .contact .contact_in .lft .cont_btm .itm .cnt .cl {
    font-size: 13px;
    line-height: 21px;
  }
  .contact .contact_in .ryt strong {
    font-size: 25px;
    line-height: 33px;
  }
  .contact .contact_in .ryt .frm .inp_row:not(:last-child) .inp label {
    font-size: 15px;
    line-height: 23px;
  }
  .contact .contact_in .ryt .frm .frm_chk label p {
    font-size: 12px;
    line-height: 20px;
  }
  .ind .ind_prnt .lft img {
    width: 100%;
    height: 488px;
  }
  .ind {
    padding: 0px 0 60px 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 25px;
    line-height: 33px;
  }
  .hm_sli .hm_sli_in .cus_sy .cus_slider .swiper-slide .cust_in .cust_tp p {
    font-size: 15px;
    line-height: 23px;
  }
  .hm_sli .hm_sli_in .cus_sy .cus_slider {
    padding-top: 25px;
  }
  .hero-bg {
    background-position: 58% 100%;
  }
  .home-foot .footlink_prnt .top .rgt .btm {
    padding: 10px 0 0 0;
    flex-direction: column;
  }
  .home-foot .footlink_prnt .top .rgt .btm .rgt .logo-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
  }
  .home-foot .footlink_prnt .top .rgt .btm .lft {
    width: 100%;
  }
  .home-foot .footlink_prnt .top .rgt .btm .lft {
    justify-content: center;
  }
  .home-foot .footlink_prnt .top .rgt .btm .rgt {
    width: 100%;
  }
  .home-foot .footlink_prnt .top .rgt .btm {
    gap: 25px;
  }
  .home-foot .footlink_prnt .btm .foot-link {
    padding: 15px 0 0 0;
    flex-wrap: wrap;
  }
  .home-foot .help {
    right: 12%;
  }
  .home-foot .footlink_prnt .top .lft span {
    font-size: 15px;
    line-height: 23px;
  }
  .faqPage .hero-section {
    padding: 50px 0 60px 0;
  }
  .faqPage .hero-section .hero-container .hero-content h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  .faqPage .faq-section {
    padding: 60px 0 40px 0;
  }
  .faqPage .faq-section .section-header h2 {
    font-size: 30px;
  }
  .faqPage .faq-section .section-header .category-tabs-wrapper {
    padding: 0 10px;
  }
  .faqPage .faq-section .section-header .category-tabs-wrapper .category-tabs .tab-btn {
    padding: 8px 18px;
    font-size: 13px;
  }
  .faqPage .faq-section .faq-grid .faq-column .faq-card .faq-header {
    gap: 14px;
  }
  .faqPage .faq-section .faq-grid .faq-column .faq-card .faq-header .faq-question {
    font-size: 15px;
  }
  .faqPage .faq-section .faq-grid .faq-column .faq-card .faq-body p {
    font-size: 14px;
  }
  .services-list .service-card:nth-child(4)::after {
    top: 77px;
    right: 15px;
    z-index: -2;
    width: 10px;
    height: calc(100% - 83px);
    background: var(--card-color);
    transform: skewX(357deg);
  }
  .services-list .service-card::after {
    top: 77px;
    right: 15px;
    z-index: -2;
    width: 10px;
    height: calc(100% - 83px);
    background: var(--card-color);
    transform: skewX(357deg);
  }
  .s-dtl .hero-title {
    font-size: 30px;
    line-height: 35px;
  }
  .a-con-sec .about-visual img {
    height: 320px;
  }
  .hed {
    font-size: 28px;
    line-height: 35px;
  }
  .ban-con {
    padding: 40px 0px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-grid.list-view .blog-card {
    flex-direction: column;
    height: auto;
  }
  .blog-card-img-wrapper,
  .blog-grid.list-view .blog-card-img-wrapper {
    height: 400px;
  }
  .blog-grid.list-view .blog-card-img-wrapper {
    width: 100%;
    /* aspect-ratio: 16 / 9; */
  }
  .blog-grid.list-view .blog-card-content {
    padding: 2rem;
  }
  .section-title {
    font-size: 20px;
    line-height: 30px;
  }
  .hero-banner {
    padding: 100px 0 60px;
  }
  .hero-left {
    max-width: 75%;
  }
  .hero-banner::after {
    bottom: -42%;
  }
  .serv_det_banr .ser_in .ryt,
  .serv_det_tw .ser_in .lft,
  .serv_det_th .ser_in .ryt,
  .serv_det_fr .ser_in .lft {
    width: 80%;
  }
  .serv_det_banr .ser_in .ryt img,
  .serv_det_fr .ser_in .lft img {
    height: 350px;
  }
  .serv_det_banr .ser_in .lft h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .serv_det_btm .det_btm .lft img {
    height: 270px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-lft .p-wrk ul li img {
    width: 50px;
    height: 40px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-lft .p-img img {
    height: 55px;
  }
  p {
    font-size: 15px;
    line-height: 20px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-ryt .r-prd-blk b {
    font-size: 16px;
    line-height: 22px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-ryt ul li {
    font-size: 15px;
    line-height: 20px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-ryt .r-prd-blk ul li span strong {
    font-size: 15px;
    line-height: 20px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-ryt .img-blk img {
    height: 300px;
  }
  .product-mn-cnt .prdts .prdts-dtl:not(:last-child) {
    margin-bottom: 40px;
  }
  .product-mn-cnt .prdts {
    padding: 50px 0px;
    color: #000;
  }
}
@media screen and (max-width: 650px) {
  .prdctFrm .locations-section .head-office-flex .info-card1,
  .prdctFrm .locations-section .head-office-flex .info-card3,
  .prdctFrm .locations-section .head-office-flex .info-card2 {
    width: 48.2%;
  }
  .prdctFrm .locations-section .info-card1 .card-heading,
  .prdctFrm .locations-section .info-card2 .card-heading,
  .prdctFrm .locations-section .info-card3 .card-heading,
  .prdctFrm .locations-section .info-card .card-heading {
    margin-bottom: 6px;
  }
  .prdctFrm .locations-section .uk-office-flex .infos2 {
    width: 47.8%;
  }
  .home-foot .footlink_prnt .btm .foot-link {
    padding: 15px 0 0 0;
    gap: 8px;
    flex-wrap: wrap;
  }
  .career-hero-content {
    max-width: 310px;
  }
  .status-indicator-wrapper b {
    font-size: 17px;
    line-height: 22px;
  }
  .services-list .service-card .card-title-col {
    padding: 24px 0;
  }
  .contact .contact_in .ryt .frm .inp_row.db {
    gap: 36px;
  }
  .locations-section .head-office-flex .info-card1,
  .locations-section .head-office-flex .info-card3,
  .locations-section .head-office-flex .info-card2 {
    width: 48.2%;
  }
  .locations-section .info-card1 .card-heading,
  .locations-section .info-card2 .card-heading,
  .locations-section .info-card3 .card-heading,
  .locations-section .info-card .card-heading {
    margin-bottom: 6px;
  }
  .locations-section .uk-office-flex .infos2 {
    width: 47.8%;
  }
  .hero-bg {
    background-position: 50% 100%;
  }
  .hero-title {
    font-size: 25px;
    line-height: 33px;
  }
  .product-mn-cnt .prod-title {
    font-size: 25px;
    line-height: 33px;
  }
  .faq p {
    font-size: 14px;
    line-height: 22px;
  }
  .faqPage .hero-section .hero-container .hero-graphic .graphic-wrapper {
    width: 320px;
    height: 320px;
  }
  .faqPage .hero-section .hero-container .hero-graphic .graphic-wrapper .person-circle-frame {
    width: 260px;
    height: 260px;
  }
  .faqPage .support-section .support-box .support-left .support-text .support-title {
    font-size: 20px;
  }
  .faqPage .support-section .support-box .support-left .support-text .support-desc {
    font-size: 14px;
  }
  .services-list .service-card {
    padding: 45px 29px 45px 26px;
  }
  .ban-con {
    padding: 30px 0px;
  }
  .satisfaction-visual img {
    height: 300px;
  }
  .about-section {
    margin-bottom: 30px;
  }
  .s-hero {
    margin-bottom: 30px;
  }
  .blog-card-img-wrapper,
  .blog-grid.list-view .blog-card-img-wrapper {
    height: 349px;
  }
  .serv_det_banr .ser_in .ryt img,
  .serv_det_fr .ser_in .lft img {
    height: 300px;
  }
  .serv_det_tw .ser_in .lft img {
    height: 316px;
  }
  .serv_det_th .ser_in .ryt img {
    height: 280px;
  }
  .serv_det_banr .ser_in .lft h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-lft .p-img img {
    height: 50px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-ryt .img-blk img {
    height: 250px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-lft .butns a b {
    font-size: 14px;
    line-height: 20px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-ryt .r-prd-blk ul li img {
    width: 30px;
    height: 30px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-ryt .r-prd-blk ul li {
    padding: 10px;
  }
}
@media screen and (max-width: 550px) {
  .prdctFrm .frmSec .consultation-form .terms-group .checkbox-label {
    align-items: flex-start;
  }
  .prdctFrm .heros .heros-title {
    font-size: 28px;
    line-height: 36px;
  }
  .prdctFrm .bottom-cta .cta-content strong {
    font-size: 24px;
    line-height: 32px;
  }
  .prdctFrm .bottom-cta .cta-content .cta-buttons {
    flex-direction: column;
  }
  .prdctFrm .frmSec .consultation-form {
    padding: 20px 15px;
  }
  .prdctFrm .frmSec .consultation-form .terms-group .terms-text {
    font-size: 13px;
    line-height: 20px;
  }
  .home-foot .help {
    right: 15%;
  }
  .locations-section {
    padding: 50px 0;
  }
  .contact .contact_in .ryt .frm .inp_row.db .inp {
    width: 100%;
  }
  .locations-section .flag-pill .flag-name {
    font-size: 15px;
    line-height: 23px;
  }
  .locations-section .flag-pill .flag-icon img {
    width: 100%;
    height: 21px;
  }
  .locations-section .flag-pill {
    padding: 10px 14px;
    margin: 0 auto 17px auto;
  }
  .contact .contact_in .ryt .frm .inp_row.db {
    gap: 15px;
  }
  .contact .contact_in .lft .cont_btm .itm:not(:first-child) {
    padding-left: 17px;
  }
  .contact {
    padding: 50px 0;
  }
  .ind .ind_prnt .lft img {
    width: 100%;
    height: 375px;
  }
  .ind .ind_prnt .rgt p {
    font-size: 15px;
    line-height: 23px;
  }
  .hm_sli {
    padding: 50px 0;
  }
  .stat .stat_prnt .card_grp .crd1s {
    width: 100%;
  }
  .home-foot {
    padding: 60px 0 36px 0;
  }
  .locations-section .info-card1,
  .locations-section .info-card2,
  .locations-section .info-card3,
  .locations-section .info-card {
    padding: 25px 20px 25px 20px;
  }
  .faqPage .hero-section .hero-container .hero-content h1 {
    font-size: 28px;
    line-height: 1.2;
  }
  .faqPage .faq-section .section-header h2 {
    font-size: 26px;
  }
  .faqPage .faq-section .section-header .category-tabs-wrapper .category-tabs {
    width: 100%;
    justify-content: flex-start;
  }
  .faqPage .support-section .support-box .support-right .btn-contact-support {
    width: 100%;
    justify-content: center;
  }
  .services-list .service-card .card-features .feature-list li {
    width: 100%;
  }
  .s-dtl .hero-title {
    font-size: 28px;
    line-height: 35px;
  }
  .hed {
    font-size: 25px;
    line-height: 30px;
  }
  p,
  a {
    font-size: 14px;
    line-height: 20px;
  }
  .about-paragraphs p:not(:last-child) {
    margin-bottom: 10px;
  }
  .hero-title,
  .hed {
    padding-bottom: 10px;
  }
  .hero-left {
    max-width: 86%;
  }
  .blog-card-img-wrapper,
  .blog-grid.list-view .blog-card-img-wrapper {
    height: 305px;
  }
  .hero-banner::after {
    display: none;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-lft .p-wrk ul {
    flex-wrap: wrap;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-lft .p-wrk ul li {
    width: 100%;
    display: flex;
    gap: 10px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-lft .p-wrk ul li:not(:last-child) {
    background: unset;
    margin-bottom: 15px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-ryt .r-prd-blk ul li {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  /* Careers form header: stack notepad icon above title so copy wraps to ~2 clean lines */
  .application-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .application-card-header .hed-35 {
    width: 100%;
    flex: none;
  }
  .application-header-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
  }
  .application-header-icon img {
    width: 26px;
    height: 30px;
  }
}
@media screen and (max-width: 450px) {
  .prdctFrm .locations-section .head-office-flex .info-card1,
  .prdctFrm .locations-section .head-office-flex .info-card3,
  .prdctFrm .locations-section .head-office-flex .info-card2 {
    width: 100%;
  }
  .faqPage .hero-section .hero-container .hero-content .breadcrumb {
    font-size: 13px;
  }
  .hed-35 {
    font-size: 22px;
    line-height: 28px;
  }
  .status-indicator-wrapper b {
    font-size: 16px;
    line-height: 20px;
  }
  .status-indicator-wrapper {
    gap: 10px;
  }
  .faqPage .hero-section .hero-container .hero-content h1 {
    font-size: 24px;
    line-height: 1.2;
  }
  .faqPage .hero-section .hero-container .hero-graphic .graphic-wrapper {
    width: 280px;
    height: 280px;
  }
  .faqPage .hero-section .hero-container .hero-graphic .graphic-wrapper .person-circle-frame {
    width: 220px;
    height: 220px;
  }
  .faqPage .hero-section .hero-container .hero-graphic .graphic-wrapper .qm-deco.qm-1 {
    top: 10px;
    left: -5px;
  }
  .faqPage .hero-section .hero-container .hero-graphic .graphic-wrapper .qm-deco.qm-2 {
    top: -10px;
    right: 20px;
  }
  .faqPage .hero-section .hero-container .hero-graphic .graphic-wrapper .qm-deco.qm-3 {
    bottom: 30px;
    left: -10px;
  }
  .faqPage .hero-section .hero-container .hero-graphic .graphic-wrapper .qm-deco.qm-4 {
    bottom: 20px;
    right: -5px;
  }
  .faqPage .faq-section .faq-grid .faq-column .faq-card .faq-header {
    gap: 12px;
  }
  .faqPage .faq-section .faq-grid .faq-column .faq-card .faq-header .faq-icon-btn {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
  }
  .ban-con {
    padding: 20px 0px;
  }
  .s-dtl .hero-title {
    font-size: 26px;
    line-height: 30px;
  }
  .a-con-sec .about-visual img {
    height: 300px;
  }
  .a-con-sec .about-visual img {
    height: 300px;
  }
  .satisfaction-visual img {
    height: 280px;
  }
  .satisfaction-content ul li {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
  }
  .product-mn-cnt .prdts .prdts-dtl .p-lft .butns {
    flex-direction: column;
  }
}
@media screen and (max-width: 481px) {
  header .head-flx .rgt-head .hd-rgt > li > a {
    font-size: 15px;
    line-height: 23px;
  }
  .hero-content {
    padding: 50px 0px 0 0;
  }
  .services-list .service-card:nth-child(4)::after {
    top: 77px;
    right: 9px;
    z-index: -2;
    width: 10px;
    height: calc(100% - 83px);
    background: var(--card-color);
    transform: skewX(358deg);
  }
  .services-list .service-card::after {
    top: 77px;
    right: 9px;
    z-index: -2;
    width: 10px;
    height: calc(100% - 83px);
    background: var(--card-color);
    transform: skewX(358deg);
  }
  .main-content-contact .hero-bg {
    background-position: 66% 100%;
  }
  .locations-section .head-office-flex .info-card1,
  .locations-section .head-office-flex .info-card3,
  .locations-section .head-office-flex .info-card2 {
    width: 100%;
  }
  .locations-section .uk-office-flex .infos2 {
    width: 100%;
  }
  .contact .contact_in .lft .cont_btm .itm:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
    padding: 0 0 10px 0;
  }
  .contact .contact_in .lft .cont_btm .itm .cnt b {
    display: block;
  }
  .contact .contact_in .lft .cont_btm .itm .cnt .cl {
    display: inline;
    color: #000;
  }
  .contact .contact_in .lft .cont_btm .itm .cnt .gap {
    border-left: 1px solid #000;
    padding-left: 12px;
    display: inline;
    margin-left: 12px;
  }
  .contact .contact_in .lft .cont_btm .itm .cnt {
    width: 100%;
  }
  .contact .contact_in .lft .cont_btm .itm .img {
    height: 36px;
    min-width: 36px;
  }
  .contact .contact_in .ryt .frm .inp_row.db {
    gap: 5px;
  }
  .contact .contact_in .lft .cont_btm .itm .img img {
    width: 16px;
    height: 16px;
  }
  .contact .container {
    padding: 0px 20px;
  }
  .contact .contact_in .ryt {
    padding: 15px 23px;
  }
  .contact .contact_in .ryt .frm .inp_row:not(:last-child) .inp label {
    margin-bottom: 5px;
  }
  .contact .contact_in .lft .cont_img img {
    height: 258px;
  }
  .contact .contact_in .lft .cont_btm {
    display: flex;
    margin-top: 30px;
    flex-direction: column;
    gap: 10px;
  }
  .contact .contact_in .lft .cont_btm .itm {
    width: 100%;
  }
  .contact .contact_in .lft .cont_btm .itm:not(:first-child) {
    padding-left: 0;
  }
  .ind .ind_prnt .lft img {
    width: 100%;
    height: 290px;
  }
  .hm_sli .hm_sli_in .cus_sy .cus_slider .swiper-slide .cust_in .cust_btm b {
    font-size: 25px;
    line-height: 33px;
  }
  .hm_sli {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .home-foot .footlink_prnt .top .rgt .btm .lft strong {
    font-size: 19.53px;
    line-height: 28px;
    color: #ffffff;
  }
  .home-foot .footlink_prnt .top .lft p {
    font-size: 15px;
    line-height: 24px;
  }
  .home-foot .footlink_prnt .top .lft .foot-btn {
    padding: 13px 21px;
    margin: 10px auto;
  }
  .home-foot .help {
    right: 1%;
  }
  .home-foot .here {
    bottom: 20%;
  }
  header .head-flx .rgt-head .talk-btn {
    width: 43%;
  }
  header .head-flx .talk-btn {
    margin-top: 14px;
  }
  .hero-left {
    max-width: 100%;
  }
  .section-title {
    font-size: 18px;
    line-height: 28px;
  }
  .blog-card-title {
    font-size: 18px;
    line-height: 28px;
  }
  .blog-card-img-wrapper,
  .blog-grid.list-view .blog-card-img-wrapper {
    height: 225px;
  }
  .serv_det_banr .ser_in .ryt img, .serv_det_fr .ser_in .lft img {
    height: 260px;
  }
  .serv_det_tw .ser_in .lft img {
    height: 256px;
  }
  .serv_det_th .ser_in .ryt img {
    height: 240px;
  }
  .serv_det_banr .ser_in .lft h1 {
    font-size: 31px;
    line-height: 41px;
  }
  .serv_det_btm .det_btm .ryt .btns a {
    padding: 13px 12px;
    gap: 5px;
  }
  .serv_det_btm .det_btm .lft {
    width: 100%;
  }
}
@media screen and (max-width: 381px) {
  .faqPage .hero-section .hero-container .hero-content h1 {
    font-size: 22px;
    line-height: 1.2;
  }
  .faqPage .faq-section .section-header h2 {
    font-size: 24px;
  }
  .faqPage .faq-section .faq-grid .faq-column .faq-card .faq-header {
    gap: 10px;
  }
  .faqPage .faq-section .faq-grid .faq-column .faq-card .faq-header .faq-icon-btn {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
  }
  .faqPage .support-section .support-box {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 350px) {
  .home-foot .here {
    bottom: 20%;
  }
  .contact .contact_in .lft .cont_btm .itm .cnt .gap {
    border-left: unset;
    padding-left: unset;
    display: block;
    margin-left: unset;
  }
  .serv_det_btm .det_btm .ryt .btns {
    flex-direction: column;
  }
  .serv_det_btm .det_btm .ryt .btns a {
    width: unset;
  }
}
@keyframes orbitFloat {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(-8px, -6px) rotate(-3deg);
  }
  50% {
    transform: translate(0, -12px) rotate(0deg);
  }
  75% {
    transform: translate(8px, -6px) rotate(3deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes flicker {
  0% {
    filter: drop-shadow(0 0 10px rgba(255, 51, 102, 0.4)) drop-shadow(0 0 20px rgba(255, 51, 102, 0.3)) drop-shadow(0 0 30px rgba(255, 51, 102, 0.2));
  }
  32% {
    filter: drop-shadow(0 0 5px rgba(255, 51, 102, 0.6)) drop-shadow(0 0 15px rgba(255, 51, 102, 0.4)) drop-shadow(0 0 25px rgba(255, 51, 102, 0.3));
  }
  50% {
    filter: drop-shadow(0 0 15px rgba(255, 51, 102, 0.5)) drop-shadow(0 0 30px rgba(255, 51, 102, 0.4)) drop-shadow(0 0 45px rgba(255, 51, 102, 0.3));
  }
  82% {
    filter: drop-shadow(0 0 5px rgba(255, 51, 102, 0.5)) drop-shadow(0 0 12px rgba(255, 51, 102, 0.3));
  }
  100% {
    filter: drop-shadow(0 0 10px rgba(255, 51, 102, 0.4)) drop-shadow(0 0 20px rgba(255, 51, 102, 0.3)) drop-shadow(0 0 30px rgba(255, 51, 102, 0.2));
  }
}
@keyframes curtainDrop {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(-12px) rotate(5deg);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(-12px) rotate(5deg);
  }
}/*# sourceMappingURL=style.css.map */
