/**
 * service-inner-pages.css
 * Full pack typography + CTA/button rules for HTML service-inner landers.
 * Scoped under .serv-det-mn-cnt so products/careers/header are untouched.
 * Loaded after inner-pages.css on SERVICE_INNER lander routes only.
 */

/* Wrapper used by ServiceInnerLander — keep DOM selectors matching pack */
.serv-det-mn-cnt .serv-inner-col-html {
  display: contents;
}

.serv-det-mn-cnt .serd-container {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.serv-det-mn-cnt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ---------- Gray band + section titles (ecommerce strong, etc.) ---------- */
.serv-det-mn-cnt .serv_det_banr_bt {
  padding: 100px 0;
  background-color: #f1f1f1;
}

.serv-det-mn-cnt .serv_det_banr_bt strong {
  display: block;
  font: 34px/42px "Inter-Bold", sans-serif;
  margin-bottom: 8px;
  color: #000;
}

/* ---------- Hero ---------- */
.serv-det-mn-cnt .serv_det_banr {
  padding: 140px 0 80px;
}

.serv-det-mn-cnt .serv_det_banr .ser_in {
  display: flex;
  align-items: center;
}

.serv-det-mn-cnt .serv_det_banr .ser_in .lft {
  width: 51%;
  padding-right: 60px;
}

.serv-det-mn-cnt .serv_det_banr .ser_in .lft h1 {
  font: 55px/65px "Inter-Bold", sans-serif;
  color: #000;
  padding-bottom: 10px;
  margin: 0;
}

.serv-det-mn-cnt .serv_det_banr .ser_in .lft h1 span {
  color: #ff3366;
  font: inherit;
}

.serv-det-mn-cnt .serv_det_banr .ser_in .lft p {
  font: 18px/26px "Inter-Regular", sans-serif;
  color: #000;
  padding-bottom: 15px;
  margin: 0;
}

.serv-det-mn-cnt .serv_det_banr .ser_in .lft p a {
  color: #ff3366;
  font: inherit;
  text-decoration: none;
}

.serv-det-mn-cnt .serv_det_banr .ser_in .lft ul li {
  font: 18px/26px "Inter-Regular", sans-serif;
  color: #000;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  list-style: none;
}

.serv-det-mn-cnt .serv_det_banr .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-mn-cnt .serv_det_banr .ser_in .ryt {
  width: 49%;
  align-self: start;
}

.serv-det-mn-cnt .serv_det_banr .ser_in .ryt img {
  width: 100%;
  height: 493px;
  object-fit: cover;
  border-radius: 15px;
  display: block;
}

/* ---------- Section 2 (serv_det_tw) — e.g. ReactJS Services ---------- */
.serv-det-mn-cnt .serv_det_tw .ser_in {
  display: flex;
  align-items: center;
}

.serv-det-mn-cnt .serv_det_tw .ser_in .ryt {
  width: 53%;
  padding-left: 60px;
}

.serv-det-mn-cnt .serv_det_tw .ser_in .ryt h1 {
  font: 45px/53px "Inter-Bold", sans-serif;
  color: #000;
  padding-bottom: 10px;
  margin: 0;
}

.serv-det-mn-cnt .serv_det_tw .ser_in .ryt h1 span {
  color: #ff3366;
  font: inherit;
}

.serv-det-mn-cnt .serv_det_tw .ser_in .ryt p {
  font: 18px/26px "Inter-Regular", sans-serif;
  color: #000;
  padding-bottom: 15px;
  margin: 0;
}

.serv-det-mn-cnt .serv_det_tw .ser_in .ryt p a {
  color: #ff3366;
  font: inherit;
  text-decoration: none;
}

.serv-det-mn-cnt .serv_det_tw .ser_in .ryt ul li {
  font: 18px/26px "Inter-Regular", sans-serif;
  color: #000;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  list-style: none;
}

.serv-det-mn-cnt .serv_det_tw .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-mn-cnt .serv_det_tw .ser_in .lft {
  width: 47%;
  align-self: start;
}

.serv-det-mn-cnt .serv_det_tw .ser_in .lft img {
  width: 100%;
  height: 466px;
  object-fit: cover;
  border-radius: 15px;
  display: block;
}

/* ---------- Section 3 ---------- */
.serv-det-mn-cnt .serv_det_th {
  padding: 70px 0;
}

.serv-det-mn-cnt .serv_det_th .ser_in {
  display: flex;
  align-items: center;
}

.serv-det-mn-cnt .serv_det_th .ser_in .lft {
  width: 51%;
  padding-right: 60px;
}

.serv-det-mn-cnt .serv_det_th .ser_in .lft p {
  font: 18px/26px "Inter-Regular", sans-serif;
  color: #000;
  padding-bottom: 15px;
  margin: 0;
}

.serv-det-mn-cnt .serv_det_th .ser_in .lft p a {
  color: #ff3366;
  font: inherit;
  text-decoration: none;
}

.serv-det-mn-cnt .serv_det_th .ser_in .lft ul li {
  font: 18px/26px "Inter-Regular", sans-serif;
  color: #000;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  list-style: none;
}

.serv-det-mn-cnt .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-mn-cnt .serv_det_th .ser_in .ryt {
  width: 49%;
}

.serv-det-mn-cnt .serv_det_th .ser_in .ryt img {
  width: 100%;
  height: 364px;
  object-fit: cover;
  border-radius: 15px;
  display: block;
}

/* ---------- Section 4 ---------- */
.serv-det-mn-cnt .serv_det_fr .ser_in {
  display: flex;
  align-items: center;
}

.serv-det-mn-cnt .serv_det_fr .ser_in .ryt {
  width: 53%;
  padding-left: 60px;
}

.serv-det-mn-cnt .serv_det_fr .ser_in .ryt h1 {
  font: 45px/53px "Inter-Bold", sans-serif;
  color: #000;
  padding-bottom: 10px;
  margin: 0;
}

.serv-det-mn-cnt .serv_det_fr .ser_in .ryt h1 span {
  color: #ff3366;
  font: inherit;
}

.serv-det-mn-cnt .serv_det_fr .ser_in .ryt strong {
  display: block;
  font: 34px/42px "Inter-Bold", sans-serif;
  color: #000;
  margin-bottom: 8px;
}

.serv-det-mn-cnt .serv_det_fr .ser_in .ryt p {
  font: 18px/26px "Inter-Regular", sans-serif;
  color: #000;
  padding-bottom: 15px;
  margin: 0;
  text-transform: capitalize;
}

.serv-det-mn-cnt .serv_det_fr .ser_in .ryt p a {
  color: #ff3366;
  font: inherit;
  text-decoration: none;
}

.serv-det-mn-cnt .serv_det_fr .ser_in .ryt .ctsp {
  font: 18px/26px "Inter-Regular", sans-serif;
  color: #000;
  padding-bottom: 15px;
  padding-right: 38px;
  text-transform: capitalize;
}

.serv-det-mn-cnt .serv_det_fr .ser_in .ryt ul li {
  font: 18px/26px "Inter-Regular", sans-serif;
  color: #000;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  list-style: none;
}

.serv-det-mn-cnt .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-mn-cnt .serv_det_fr .ser_in .lft {
  width: 47%;
}

.serv-det-mn-cnt .serv_det_fr .ser_in .lft img {
  width: 100%;
  height: 466px;
  object-fit: cover;
  border-radius: 15px;
  display: block;
}

/* ---------- Pink bottom CTA band + pill buttons ---------- */
.serv-det-mn-cnt .serv_det_btm {
  padding: 60px 0;
  background-color: #ff3366;
}

.serv-det-mn-cnt .serv_det_btm .det_btm {
  display: flex;
  align-items: center;
}

.serv-det-mn-cnt .serv_det_btm .det_btm .lft {
  width: 49%;
}

.serv-det-mn-cnt .serv_det_btm .det_btm .lft img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.serv-det-mn-cnt .serv_det_btm .det_btm .ryt {
  width: 51%;
  padding-left: 40px;
}

.serv-det-mn-cnt .serv_det_btm .det_btm .ryt h3 {
  font: 45px/53px "Inter-Bold", sans-serif;
  color: #fff;
  padding-bottom: 10px;
  margin: 0;
}

.serv-det-mn-cnt .serv_det_btm .det_btm .ryt .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.serv-det-mn-cnt .serv_det_btm .det_btm .ryt .btns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #fff;
  color: #000000;
  font: 15px/23px "Inter-SemiBold", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 13px 26px;
  border-radius: 30px;
  transition: all 0.4s linear;
}

.serv-det-mn-cnt .serv_det_btm .det_btm .ryt .btns a img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  filter: invert(1);
  flex-shrink: 0;
}

.serv-det-mn-cnt .serv_det_btm .det_btm .ryt .btns a:hover {
  background-color: #ff3366;
  color: #fff;
}

.serv-det-mn-cnt .serv_det_btm .det_btm .ryt .btns a:hover img {
  filter: unset;
}

.serv-det-mn-cnt .serv_det_btm .det_btm .ryt .btns a.sec-detbtn,
.serv-det-mn-cnt .serv_det_btm .det_btm .ryt .btns .sec-detbtn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.serv-det-mn-cnt .serv_det_btm .det_btm .ryt .btns a.sec-detbtn img,
.serv-det-mn-cnt .serv_det_btm .det_btm .ryt .btns .sec-detbtn img {
  filter: unset;
}

.serv-det-mn-cnt .serv_det_btm .det_btm .ryt .btns a.sec-detbtn:hover,
.serv-det-mn-cnt .serv_det_btm .det_btm .ryt .btns .sec-detbtn:hover {
  background-color: #fff;
  color: #ff3366;
}

.serv-det-mn-cnt .serv_det_btm .det_btm .ryt .btns a.sec-detbtn:hover img,
.serv-det-mn-cnt .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%);
}

/* ---------- Show More / Show Less (pack read-more) ---------- */
.serv-det-mn-cnt .read-more-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.serv-det-mn-cnt button.read-more-btn,
.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;
  text-align: center;
  transition: all 0.3s ease;
}

.serv-det-mn-cnt button.read-more-btn:hover,
.serv-det-mn-cnt .read-more-btn:hover {
  background-color: transparent;
  color: #ff3366;
}

.serv-det-mn-cnt.expanded .read-more-content {
  max-height: 800px;
}

/* ---------- Responsive (lander-scoped only — matches pack breakpoints) ---------- */
@media screen and (max-width: 1800px) {
  .serv-det-mn-cnt .serv_det_banr_bt strong,
  .serv-det-mn-cnt .serv_det_fr .ser_in .ryt strong {
    font-size: 30px;
    line-height: 38px;
  }
}

@media screen and (max-width: 1700px) {
  .serv-det-mn-cnt .serv_det_banr .ser_in .lft h1 {
    font-size: 52px;
    line-height: 62px;
  }
}

@media screen and (max-width: 1600px) {
  .serv-det-mn-cnt .serv_det_banr_bt strong,
  .serv-det-mn-cnt .serv_det_fr .ser_in .ryt strong {
    font-size: 27px;
    line-height: 35px;
  }
}

@media screen and (max-width: 1500px) {
  .serv-det-mn-cnt .serv_det_banr .ser_in .lft h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .serv-det-mn-cnt .serv_det_banr_bt {
    padding: 90px 0;
  }
  .serv-det-mn-cnt .serv_det_banr_bt strong,
  .serv-det-mn-cnt .serv_det_fr .ser_in .ryt strong {
    font-size: 24px;
    line-height: 32px;
  }
  .serv-det-mn-cnt .serv_det_tw .ser_in .ryt h1,
  .serv-det-mn-cnt .serv_det_fr .ser_in .ryt h1,
  .serv-det-mn-cnt .serv_det_btm .det_btm .ryt h3 {
    font-size: 35px;
    line-height: 43px;
  }
}

@media screen and (max-width: 1200px) {
  .serv-det-mn-cnt .serv_det_banr .ser_in .lft h1 {
    font-size: 47px;
    line-height: 57px;
  }
  .serv-det-mn-cnt .serv_det_banr .ser_in .lft p,
  .serv-det-mn-cnt .serv_det_tw .ser_in .ryt p,
  .serv-det-mn-cnt .serv_det_th .ser_in .lft p,
  .serv-det-mn-cnt .serv_det_fr .ser_in .ryt p,
  .serv-det-mn-cnt .serv_det_banr .ser_in .lft ul li,
  .serv-det-mn-cnt .serv_det_tw .ser_in .ryt ul li,
  .serv-det-mn-cnt .serv_det_th .ser_in .lft ul li,
  .serv-det-mn-cnt .serv_det_fr .ser_in .ryt ul li {
    font-size: 17px;
    line-height: 25px;
  }
  .serv-det-mn-cnt .serv_det_banr .ser_in .lft,
  .serv-det-mn-cnt .serv_det_th .ser_in .lft {
    padding-right: 40px;
  }
  .serv-det-mn-cnt .serv_det_tw .ser_in .ryt,
  .serv-det-mn-cnt .serv_det_fr .ser_in .ryt {
    padding-left: 40px;
  }
  .serv-det-mn-cnt .serv_det_banr_bt {
    padding: 80px 0;
  }
  .serv-det-mn-cnt .serv_det_banr {
    padding: 120px 0 70px;
  }
}

@media screen and (max-width: 1100px) {
  .serv-det-mn-cnt .serv_det_banr .ser_in .lft h1 {
    font-size: 44px;
    line-height: 54px;
  }
  .serv-det-mn-cnt .serv_det_banr .ser_in .lft,
  .serv-det-mn-cnt .serv_det_th .ser_in .lft {
    padding-right: 25px;
  }
  .serv-det-mn-cnt .serv_det_tw .ser_in .ryt,
  .serv-det-mn-cnt .serv_det_fr .ser_in .ryt {
    padding-left: 25px;
  }
  .serv-det-mn-cnt .serv_det_th {
    padding: 60px 0;
  }
  .serv-det-mn-cnt .serv_det_banr_bt strong,
  .serv-det-mn-cnt .serv_det_fr .ser_in .ryt strong {
    font-size: 20px;
    line-height: 28px;
  }
  .serv-det-mn-cnt .serv_det_tw .ser_in .ryt h1,
  .serv-det-mn-cnt .serv_det_fr .ser_in .ryt h1,
  .serv-det-mn-cnt .serv_det_btm .det_btm .ryt h3 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media screen and (max-width: 1024px) {
  .serv-det-mn-cnt .serv_det_banr .ser_in .lft h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .serv-det-mn-cnt .serv_det_banr_bt {
    padding: 70px 0;
  }
  .serv-det-mn-cnt .serv_det_btm {
    padding: 50px 0;
  }
}

@media screen and (max-width: 991px) {
  .serv-det-mn-cnt .serv_det_banr .ser_in,
  .serv-det-mn-cnt .serv_det_th .ser_in {
    flex-direction: column;
  }
  .serv-det-mn-cnt .serv_det_tw .ser_in,
  .serv-det-mn-cnt .serv_det_fr .ser_in {
    flex-direction: column-reverse;
  }
  .serv-det-mn-cnt .serv_det_banr .ser_in .lft,
  .serv-det-mn-cnt .serv_det_tw .ser_in .ryt,
  .serv-det-mn-cnt .serv_det_th .ser_in .lft,
  .serv-det-mn-cnt .serv_det_fr .ser_in .ryt,
  .serv-det-mn-cnt .serv_det_banr .ser_in .ryt,
  .serv-det-mn-cnt .serv_det_tw .ser_in .lft,
  .serv-det-mn-cnt .serv_det_th .ser_in .ryt,
  .serv-det-mn-cnt .serv_det_fr .ser_in .lft {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .serv-det-mn-cnt .serv_det_banr .ser_in .lft h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .serv-det-mn-cnt .serv_det_btm .det_btm {
    flex-direction: column;
    gap: 24px;
  }
  .serv-det-mn-cnt .serv_det_btm .det_btm .lft,
  .serv-det-mn-cnt .serv_det_btm .det_btm .ryt {
    width: 100%;
    padding-left: 0;
  }
  .serv-det-mn-cnt .serv_det_btm .det_btm .ryt .btns {
    flex-direction: column;
    align-items: flex-start;
  }
  .serv-det-mn-cnt .serv_det_btm .det_btm .ryt .btns a {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .serv-det-mn-cnt .serv_det_banr .ser_in .lft h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .serv-det-mn-cnt .serv_det_banr .ser_in .lft p,
  .serv-det-mn-cnt .serv_det_tw .ser_in .ryt p,
  .serv-det-mn-cnt .serv_det_th .ser_in .lft p,
  .serv-det-mn-cnt .serv_det_fr .ser_in .ryt p,
  .serv-det-mn-cnt .serv_det_banr .ser_in .lft ul li,
  .serv-det-mn-cnt .serv_det_tw .ser_in .ryt ul li,
  .serv-det-mn-cnt .serv_det_th .ser_in .lft ul li,
  .serv-det-mn-cnt .serv_det_fr .ser_in .ryt ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .serv-det-mn-cnt .serv_det_banr .ser_in .ryt img,
  .serv-det-mn-cnt .serv_det_fr .ser_in .lft img {
    height: 280px;
  }
  .serv-det-mn-cnt .serv_det_tw .ser_in .lft img {
    height: 260px;
  }
  .serv-det-mn-cnt .serv_det_th .ser_in .ryt img {
    height: 220px;
  }
  .serv-det-mn-cnt .serv_det_btm .det_btm .ryt h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
