﻿/* pages-updates.css — from homepage_html/css/style.css (14 Aug 2026)
   About / Contact / Services / FAQ utilities + page styles.
   Does NOT replace design/css/style.css (home .adcrds lives there).
*/
.container-in {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}


.ser-container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.pink-highlight {
  color: #ff3b68;
}

.brd_crumb {
  background: transparent;
}

.brd_crumb ul {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
  padding: 12px 0;
  margin-bottom: 0;
}

.brd_crumb ul li {
  background: none;
  padding: 0;
  margin-bottom: 0;
  position: relative;
}

.brd_crumb ul li:before {
  content: none;
}

.brd_crumb ul li:not(:last-child) {
  padding-right: 20px;
}

.brd_crumb ul li:not(:last-child):after {
  content: "»";
  position: absolute;
  top: 2px;
  right: 7px;
  color: #000;
}

.brd_crumb ul li a,
.brd_crumb ul li span {
  font: 16px/24px "Inter-Regular";
  color: #000;
}

.brd_crumb ul li a:hover,
.brd_crumb ul li span {
  color: #ff3366;
}

.brd_crumb::-webkit-scrollbar {
  height: 5px;
}

.hero {
  position: relative;
  padding: 100px 0 70px;
  overflow: hidden;
}
.hero-bg {
  background-image: url("../images/about.svg");
  width: 100%;
  height: auto;
  z-index: -1;
  background-size: cover;
  position: absolute;
  background-position: 100% 100%;
  inset: 0;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 60%;
  padding: 20px 20px 0 0;
}
.hero-title {
  font: 55px/63px "Inter-Bold";
  color: #000;
}
.hero-title .text-pink {
  color: #ff3366;
}

.hm_sli {
  background-color: #F6F6F6;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  padding: 100px 0;
}
.hm_sli .hm_sli_in h2 {
  text-align: center;
}
.hm_sli .hm_sli_in h2 span {
  color: #ff3366 !important;
}
.hm_sli .hm_sli_in .cus_sy {
  position: relative;
}
.hm_sli .hm_sli_in .cus_sy .cus_slider {
  padding-top: 50px;
}
.hm_sli .hm_sli_in .cus_sy .cus_slider .swiper-slide .cust_in {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 30px;
  transition: all 0.5s;
}
.hm_sli .hm_sli_in .cus_sy .cus_slider .swiper-slide .cust_in span {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -30px;
  border-radius: 50%;
  background: #fbf0f8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hm_sli .hm_sli_in .cus_sy .cus_slider .swiper-slide .cust_in span img {
  width: 28px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hm_sli .hm_sli_in .cus_sy .cus_slider .swiper-slide .cust_in .cust_tp {
  max-height: 130px;
  overflow-y: auto;
  padding-right: 10px;
  margin-bottom: 20px;
}
.hm_sli .hm_sli_in .cus_sy .cus_slider .swiper-slide .cust_in .cust_tp::-webkit-scrollbar {
  width: 3px;
}
.hm_sli .hm_sli_in .cus_sy .cus_slider .swiper-slide .cust_in .cust_tp::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.hm_sli .hm_sli_in .cus_sy .cus_slider .swiper-slide .cust_in .cust_tp::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 4px;
}
.hm_sli .hm_sli_in .cus_sy .cus_slider .swiper-slide .cust_in .cust_tp p {
  font-size: 16px;
  line-height: 26px;
}
.hm_sli .hm_sli_in .cus_sy .cus_slider .swiper-slide .cust_in .cust_btm {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.hm_sli .hm_sli_in .cus_sy .cus_slider .swiper-slide .cust_in .cust_btm b {
  font: 20px/30px Inter-SemiBold;
}
.hm_sli .hm_sli_in .cus_sy .cus_slider .swiper-slide .cust_in::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 75px solid #fbf0f8;
  border-left: 100px solid transparent;
  right: 0;
  border-radius: 0 0 15px 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.5s;
}
.hm_sli .hm_sli_in .cus_sy .cus_slider .swiper-slide:hover .cust_in {
  border-color: #ff3366;
}
.hm_sli .hm_sli_in .cus_sy .cus_slider .swiper-slide:hover .cust_in::after {
  border-bottom-color: #ff3366;
}
.hm_sli .hm_sli_in .cus_sy .cus-nav {
  top: 50%;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.hm_sli .hm_sli_in .cus_sy .cus-nav .swiper-button-prev,
.hm_sli .hm_sli_in .cus_sy .cus-nav .swiper-button-next {
  position: static;
  width: 64px;
  height: 44px;
  margin: 0;
  border-radius: 30px;
  border: 1px solid #000;
  background: url("../images/cus_arw.svg") no-repeat center;
  background-size: 18px;
  transition: all 0.3s ease;
  z-index: 10;
}
.hm_sli .hm_sli_in .cus_sy .cus-nav .swiper-button-prev::after,
.hm_sli .hm_sli_in .cus_sy .cus-nav .swiper-button-next::after {
  content: none;
}
.hm_sli .hm_sli_in .cus_sy .cus-nav .swiper-button-prev:hover,
.hm_sli .hm_sli_in .cus_sy .cus-nav .swiper-button-next:hover {
  background: #E094A7 url("../images/cus-arw-whit.svg") no-repeat center;
  background-size: 18px;
  border-color: #E094A7;
}
.hm_sli .hm_sli_in .cus_sy .cus-nav .swiper-button-next {
  transform: rotate(180deg);
}

.stat {
  padding: 60px 0;
}
.stat .stat_prnt .card_grp {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.stat .stat_prnt .card_grp .crd1s {
  width: 24.1%;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stat .stat_prnt .card_grp .crd1s:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}
.stat .stat_prnt .card_grp .crd1s .img_blk-crd {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  background-color: #FF3366;
}
.stat .stat_prnt .card_grp .crd1s .img_blk-crd img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
.stat .stat_prnt .card_grp .crd1s strong {
  display: block;
  font: 32px/40px "Inter-Bold";
  color: #000;
  margin-bottom: 6px;
}
.stat .stat_prnt .card_grp .crd1s b {
  display: block;
  font: 15px/22px "Inter-Regular";
  color: #666;
}
.stat .stat_prnt .card_grp .crd1s.clr-1 .img_blk-crd {
  background-color: #FF3366;
}
.stat .stat_prnt .card_grp .crd1s.clr-2 .img_blk-crd {
  background-color: #5295FB;
}
.stat .stat_prnt .card_grp .crd1s.clr-3 .img_blk-crd {
  background-color: #6B4EEF;
}
.stat .stat_prnt .card_grp .crd1s.clr-4 .img_blk-crd {
  background-color: #22B6B1;
}

.ind {
  padding: 20px 0 80px 0;
}
.ind .ind_prnt {
  display: flex;
  align-items: center;
}
.ind .ind_prnt .lft {
  position: relative;
  width: 45%;
}
.ind .ind_prnt .lft img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
}
.ind .ind_prnt .lft::after {
  content: "";
}
.ind .ind_prnt .rgt {
  width: 55%;
  padding: 0 40px 0 60px;
}
.ind .ind_prnt .rgt h1 {
  margin-bottom: 20px;
}
.ind .ind_prnt .rgt h1 span {
  display: block;
  color: #ff3366;
}
.ind .ind_prnt .rgt p {
  font: 16px/26px "Inter-Regular";
  color: #000000;
  margin-bottom: 16px;
  text-transform: capitalize;
  padding-right: 40px;
}
.ind .ind_prnt .rgt p:last-child {
  margin-bottom: 0;
}
.ind .ind_prnt .rgt .ind-span,
.ind .ind_prnt .rgt .pink {
  color: #ff3366;
  font: inherit;
}
.ind .ind_prnt .rgt .ind-span:hover,
.ind .ind_prnt .rgt .pink:hover {
  color: #0c1a63;
}

.contact {
  padding: 111px 0;
}
.contact .contact_in {
  display: flex;
}
.contact .contact_in .lft {
  width: 50%;
  padding-right: 40px;
}
.contact .contact_in .lft h3 {
  padding-bottom: 10px;
}
.contact .contact_in .lft h3 span {
  color: #ff3366;
}
.contact .contact_in .lft > p {
  padding-bottom: 15px;
}
.contact .contact_in .lft .cont_img img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact .contact_in .lft .cont_btm {
  display: flex;
  margin-top: 30px;
}
.contact .contact_in .lft .cont_btm .itm {
  width: 49%;
  display: flex;
  gap: 10px;
}
.contact .contact_in .lft .cont_btm .itm:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.contact .contact_in .lft .cont_btm .itm:not(:first-child) {
  padding-left: 60px;
}
.contact .contact_in .lft .cont_btm .itm .img {
  height: 60px;
  min-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #000;
}
.contact .contact_in .lft .cont_btm .itm .img:hover {
  background: linear-gradient(90deg, rgb(255, 51, 102) 0%, rgb(224, 148, 167) 100%);
  border: #fff;
}
.contact .contact_in .lft .cont_btm .itm .img:hover img {
  filter: invert(1);
}
.contact .contact_in .lft .cont_btm .itm .img img {
  width: 27px;
  height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact .contact_in .lft .cont_btm .itm .cnt {
  width: calc(100% - 70px);
}
.contact .contact_in .lft .cont_btm .itm .cnt b {
  font: 18px/28px Inter-SemiBold;
}
.contact .contact_in .lft .cont_btm .itm .cnt .cl {
  font: 16px/24px "Inter-Regular";
  display: block;
  color: #000;
}
.contact .contact_in .lft .cont_btm .itm .cnt .cl:hover {
  color: #ff3366;
}
.contact .contact_in .lft .cont_btm .itm .cnt .sup {
  font: 16px/24px "Inter-Regular";
  color: #000;
}
.contact .contact_in .lft .cont_btm .itm .cnt .sup:hover {
  color: #ff3366;
}
.contact .contact_in .ryt {
  width: 50%;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 20px 35px;
}
.contact .contact_in .ryt strong {
  font: 45px/55px Inter-Bold;
  margin-bottom: 8px;
}
.contact .contact_in .ryt strong span {
  color: #ff3366;
}
.contact .contact_in .ryt .frm .inp_row:not(:last-child) {
  margin-bottom: 15px;
}
.contact .contact_in .ryt .frm .inp_row:not(:last-child) .inp {
  position: relative;
}
.contact .contact_in .ryt .frm .inp_row:not(:last-child) .inp label {
  font: 18px/28px Inter-SemiBold;
  color: #222;
  display: block;
  margin-bottom: 7px;
}
.contact .contact_in .ryt .frm .inp_row.db {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.contact .contact_in .ryt .frm .inp_row.db .inp {
  width: 48%;
}
.contact .contact_in .ryt .frm .inp_row.db .inp select {
  background: #f4f4f4 url(../images/dwn_arw.svg) no-repeat 90% 50% !important;
  color: #000;
}
.contact .contact_in .ryt .frm .frm_chk label {
  display: flex;
  align-items: center;
}
.contact .contact_in .ryt .frm .frm_chk label p a {
  color: #ff3366;
  font: inherit;
}
.contact .contact_in .ryt .frm .frm_chk label p a:hover {
  color: #0c1a63;
}
.contact .contact_in .ryt .frm .frm_chk label input[type=checkbox] {
  height: 20px;
  min-width: 20px;
  width: 20px;
  padding: 0 !important;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin-right: 10px;
}
.contact .contact_in .ryt .frm .frm_chk label input[type=checkbox]::after {
  content: "";
  position: absolute;
  left: 5px;
  top: -1px;
  width: 6px;
  height: 13px;
  border: solid #ff3366;
  border-width: 0px 3px 3px 0;
  transform: rotate(45deg);
}
.contact .contact_in .ryt .frm .capcha {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 0;
}
.contact .contact_in .ryt .frm .capcha img {
  width: 227px;
  height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact .contact_in .ryt .frm .capcha .capcha-code {
  flex: 0 0 auto;
  min-width: 118px;
  height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 30px;
  background: #f6f6f6;
  border: 1px solid #e8e8e8;
  color: #0c1a63;
  font: 18px/1 Inter-SemiBold, sans-serif;
  letter-spacing: 0.28em;
  text-indent: 0.28em;
  user-select: none;
}
.contact .contact_in .ryt .frm .capcha .capcha-refresh {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #0c1a63;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.contact .contact_in .ryt .frm .capcha .capcha-refresh:hover:not(:disabled) {
  color: #ff3366;
  border-color: #ff3366;
}
.contact .contact_in .ryt .frm .capcha .capcha-refresh:disabled {
  opacity: 0.55;
  cursor: default;
}
.contact .contact_in .ryt .frm .capcha input {
  flex: 1 1 auto;
  min-width: 0;
}
@media screen and (max-width: 550px) {
  .contact .contact_in .ryt .frm .capcha {
    flex-wrap: wrap;
  }
  .contact .contact_in .ryt .frm .capcha .capcha-code {
    flex: 1 1 auto;
    min-width: 0;
  }
  .contact .contact_in .ryt .frm .capcha input {
    flex: 1 1 100%;
    width: 100%;
  }
}
.contact .contact_in .ryt .frm .sm_btn {
  padding: 15px 20px !important;
  background: #ff3366;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  border-radius: 30px;
  color: #fff;
  font: 15px/21px Inter-SemiBold;
  text-transform: uppercase;
  margin-top: 15px;
  cursor: pointer;
}
.contact .contact_in .ryt .frm .sm_btn:hover {
  background: #0c1a63;
}

.contact-bg .hero-bg {
  background-image: url("../images/cnt-bg.svg");
}

.locations-section {
  padding: 80px 0;
}
.locations-section .office-group1:not(:last-child),
.locations-section .office-group2:not(:last-child) {
  margin-bottom: 40px;
}
.locations-section .flag-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 25px;
  border-radius: 29px;
  padding: 13px 17px;
  margin: 0 auto 34px auto;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  background-color: rgba(255, 51, 102, 0.0509803922);
  text-transform: uppercase;
}
.locations-section .flag-pill .flag-icon {
  width: 19%;
}
.locations-section .flag-pill .flag-icon img {
  width: 100%;
  height: 30px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.locations-section .flag-pill .flag-name {
  font: 16px/24px "Inter-Bold";
  color: #000;
  white-space: nowrap;
}
.locations-section .map-card,
.locations-section .info-card1,
.locations-section .info-card2,
.locations-section .info-card3,
.locations-section .info-card {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}
.locations-section .map-card {
  overflow: hidden;
  padding: 0;
  width: 23%;
}
.locations-section .map-card img,
.locations-section .map-card iframe {
  width: 100%;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border: 0;
}
.locations-section .info-card1,
.locations-section .info-card2,
.locations-section .info-card3,
.locations-section .info-card {
  padding: 50px 20px 25px 40px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.locations-section .info-card1:hover,
.locations-section .info-card2:hover,
.locations-section .info-card3:hover,
.locations-section .info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}
.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: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  background-color: #FF3366;
}
.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: 30px;
  height: 30px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.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: 23px/35px "Inter-SemiBold";
  color: #000;
  margin-bottom: 10px;
}
.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: 16px/24px "Inter-Regular";
  color: #000;
}
.locations-section .head-office-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.locations-section .head-office-flex .map-card1 {
  width: 23%;
}
.locations-section .head-office-flex .info-card1 {
  width: 23%;
}
.locations-section .head-office-flex .info-card2 {
  width: 23%;
}
.locations-section .head-office-flex .info-card3 {
  width: 23%;
}
.locations-section .uk-office-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.locations-section .uk-office-flex .info-card {
  width: 21%;
}
.locations-section .uk-office-flex .map-card2 {
  width: 53.5%;
}

.service-main-bg .hero-bg {
  background-image: url("../images/services-main.svg");
}

.services-list {
  padding: 70px 0;
}
.services-list .service-card {
  --card-color: #ff2e59;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 36px;
  padding: 45px 20px 45px 0;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.06));
}
.services-list .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  background: #ffffff;
  clip-path: polygon(0 0, calc(100% - 8px) 0, calc(95% - 8px) 100%, 0 100%);
  z-index: -1;
}
.services-list .service-card:nth-child(4)::before {
  clip-path: polygon(0 0, calc(100% - 8px) 0, calc(95% - 15px) 100%, 0 100%);
}
.services-list .service-card::after {
  content: "";
  position: absolute;
  top: 77px;
  right: 45px;
  z-index: -2;
  width: 10px;
  height: calc(100% - 80px);
  background: var(--card-color);
  transform: skewX(341deg);
}
.services-list .service-card:nth-child(1) {
  --card-color: #ff2e59;
}
.services-list .service-card:nth-child(2) {
  --card-color: #5b42ab;
}
.services-list .service-card:nth-child(3) {
  --card-color: #2a69d8;
}
.services-list .service-card:nth-child(4) {
  --card-color: #ea8634;
}
.services-list .service-card:nth-child(5) {
  --card-color: #0ab39c;
}
.services-list .service-card .card-icon-wrapper {
  margin-left: -68px;
  position: relative;
  z-index: 2;
}
.services-list .service-card .card-icon-wrapper .card-icon {
  min-width: 125px;
  height: 125px;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--card-color);
  border: 9px solid #fff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-list .service-card .card-icon-wrapper .card-icon svg {
  width: 50px;
  height: 50px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.services-list .service-card .card-title-col {
  width: 23%;
  padding-right: 20px;
  padding-left: 25px;
}
.services-list .service-card .card-title-col .card-number {
  margin-bottom: 3px;
  font: 42px/48px "Inter-Bold";
  color: #000;
}
.services-list .service-card .card-title-col .card-title {
  margin: 0;
  font: 25px/33px "Inter-Bold";
  color: #000;
  position: relative;
}
.services-list .service-card .card-title-col .card-title::before {
  content: "";
  position: absolute;
  width: 47px;
  height: 4px;
  bottom: -10px;
  background: var(--card-color);
}
.services-list .service-card .card-features {
  width: 73%;
  padding-left: 16px;
  border-left: 1px solid #eeeeee;
}
.services-list .service-card .card-features .feature-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.services-list .service-card .card-features .feature-list li {
  width: 50%;
  display: flex;
  align-items: center;
  font: 17px/25px "Inter-Regular";
  min-width: 0;
  padding-right: 20px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #333;
}
.services-list .service-card .card-features .feature-list li:empty {
  display: block;
  min-height: 0;
}
.services-list .service-card .card-features .feature-list li .check-icon {
  width: 20px;
  height: 20px;
  margin: 1px 7px 0 0;
  fill: none;
  stroke: #ff3366;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.services-list .service-card:last-child {
  margin-bottom: 0;
}

.faqPage .hero-section {
  position: relative;
  background: linear-gradient(135deg, #edf0fd 0%, #f4f4fe 60%, #f7f8fe 100%);
  padding: 70px 0 80px 0;
  overflow: hidden;
}
.faqPage .hero-section .hero-bg-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.faqPage .hero-section .hero-bg-shapes .swoosh {
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(216, 222, 244, 0.5);
}
.faqPage .hero-section .hero-bg-shapes .swoosh-1 {
  width: 650px;
  height: 650px;
  top: -240px;
  left: -180px;
  background: radial-gradient(circle, rgba(216, 222, 244, 0.45) 0%, rgba(244, 244, 254, 0) 70%);
}
.faqPage .hero-section .hero-bg-shapes .swoosh-2 {
  width: 850px;
  height: 850px;
  bottom: -320px;
  right: -240px;
  background: radial-gradient(circle, rgba(225, 230, 248, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
}
.faqPage .hero-section .hero-bg-shapes .dot-grid {
  position: absolute;
  top: 35px;
  left: 110px;
  width: 90px;
  height: 90px;
  background-image: radial-gradient(#c5d0f5 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  opacity: 0.7;
}
.faqPage .hero-section .hero-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.faqPage .hero-section .hero-container .hero-content {
  flex: 1;
  min-width: 700px;
}
.faqPage .hero-section .hero-container .hero-content .breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 24px;
}
.faqPage .hero-section .hero-container .hero-content .breadcrumb a {
  color: #1e293b;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.faqPage .hero-section .hero-container .hero-content .breadcrumb a:hover {
  color: #ff3b68;
}
.faqPage .hero-section .hero-container .hero-content .breadcrumb .separator {
  color: #64748b;
  font-size: 14px;
}
.faqPage .hero-section .hero-container .hero-content .breadcrumb .current {
  color: #ff3b68;
}
.faqPage .hero-section .hero-container .hero-content h1 {
  font: 55px/64px "Inter-Bold";
  color: #0a0c10;
}
.faqPage .hero-section .hero-container .hero-graphic {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.faqPage .hero-section .hero-container .hero-graphic .graphic-wrapper {
  position: relative;
  width: 440px;
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faqPage .hero-section .hero-container .hero-graphic .graphic-wrapper .person-circle-frame {
  position: relative;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(59, 130, 246, 0.15), 0 0 0 12px rgba(255, 255, 255, 0.7);
  background: #cce3ff;
}
.faqPage .hero-section .hero-container .hero-graphic .graphic-wrapper .person-circle-frame .hero-person-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.faqPage .hero-section .hero-container .hero-graphic .graphic-wrapper .qm-deco {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 800;
  color: #3b82f6;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.2);
  z-index: 3;
  animation: float 4s ease-in-out infinite alternate;
}
.faqPage .hero-section .hero-container .hero-graphic .graphic-wrapper .qm-deco.qm-1 {
  width: 56px;
  height: 56px;
  font-size: 28px;
  top: 20px;
  left: -10px;
  color: #60a5fa;
  animation-delay: 0s;
}
.faqPage .hero-section .hero-container .hero-graphic .graphic-wrapper .qm-deco.qm-2 {
  width: 68px;
  height: 68px;
  font-size: 34px;
  top: -15px;
  right: 40px;
  color: #3b82f6;
  animation-delay: 0.8s;
}
.faqPage .hero-section .hero-container .hero-graphic .graphic-wrapper .qm-deco.qm-3 {
  width: 48px;
  height: 48px;
  font-size: 24px;
  bottom: 50px;
  left: -20px;
  color: #93c5fd;
  animation-delay: 1.5s;
}
.faqPage .hero-section .hero-container .hero-graphic .graphic-wrapper .qm-deco.qm-4 {
  width: 60px;
  height: 60px;
  font-size: 30px;
  bottom: 30px;
  right: -10px;
  color: #3b82f6;
  animation-delay: 2.2s;
}
.faqPage .faq-section {
  padding: 80px 0 60px 0;
  background-color: #ffffff;
}
.faqPage .faq-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.faqPage .faq-section .section-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #0a0c10;
  margin-bottom: 30px;
  letter-spacing: -0.01em;
}
.faqPage .faq-section .section-header .category-tabs-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.faqPage .faq-section .section-header .category-tabs-wrapper .category-tabs {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  padding: 6px 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  flex-wrap: nowrap;
}
.faqPage .faq-section .section-header .category-tabs-wrapper .category-tabs::-webkit-scrollbar {
  display: none;
}
.faqPage .faq-section .section-header .category-tabs-wrapper .category-tabs .tab-btn {
  background: transparent;
  border: none;
  outline: none;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font: 16px/24px "Inter-Regular";
  color: #64748b;
  padding: 10px 24px;
  border-radius: 50px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.faqPage .faq-section .section-header .category-tabs-wrapper .category-tabs .tab-btn:hover {
  color: #ff3b68;
}
.faqPage .faq-section .section-header .category-tabs-wrapper .category-tabs .tab-btn.active {
  background: #ff3b68;
  color: #ffffff;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(255, 59, 104, 0.25);
}
.faqPage .faq-section .faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.faqPage .faq-section .faq-grid .faq-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faqPage .faq-section .faq-grid .faq-column .faq-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  width: 100%;
  box-sizing: border-box;
  padding: 20px 24px;
}
.faqPage .faq-section .faq-grid .faq-column .faq-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}
.faqPage .faq-section .faq-grid .faq-column .faq-card .faq-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  box-sizing: border-box;
}
.faqPage .faq-section .faq-grid .faq-column .faq-card .faq-header .faq-question {
  flex: 1;
  font: 19px/26px "Inter-SemiBold";
  color: #1e293b;
  line-height: 1.4;
  word-break: break-word;
  overflow-wrap: break-word;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.faqPage .faq-section .faq-grid .faq-column .faq-card .faq-header .faq-icon-btn {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #64748b;
}
.faqPage .faq-section .faq-grid .faq-column .faq-card .faq-header .faq-icon-btn .faq-icon {
  width: 16px;
  height: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.faqPage .faq-section .faq-grid .faq-column .faq-card .faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0, 1, 0, 1);
}
.faqPage .faq-section .faq-grid .faq-column .faq-card .faq-body p {
  padding: 0 0 0 0;
  margin-top: 10px;
  font-size: 15px;
  color: #000;
  line-height: 1.6;
}
.faqPage .faq-section .faq-grid .faq-column .faq-card.active {
  border-left: 4px solid #ff3b68;
  background: #fffbfa;
  box-shadow: 0 6px 20px rgba(255, 59, 104, 0.06);
}
.faqPage .faq-section .faq-grid .faq-column .faq-card.active .faq-question {
  color: #ff3b68;
}
.faqPage .faq-section .faq-grid .faq-column .faq-card.active .faq-icon {
  transform: rotate(180deg);
}
.faqPage .faq-section .faq-grid .faq-column .faq-card.active .faq-icon-btn {
  background: #ff3b68;
  border-color: #ff3b68;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(255, 59, 104, 0.3);
}
.faqPage .faq-section .faq-grid .faq-column .faq-card.active .faq-body {
  max-height: 2000px;
  overflow-y: auto;
  transition: max-height 0.35s ease-in-out;
}
.faqPage .support-section {
  padding: 30px 0 80px 0;
  background-color: #ffffff;
}
.faqPage .support-section .support-box {
  background: #fff0f4;
  border-radius: 20px;
  padding: 36px 44px;
  display: flex;
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 4px 20px rgba(255, 59, 104, 0.04);
}
.faqPage .support-section .support-box .support-left {
  display: flex;
  align-items: center;
  gap: 24px;
}
.faqPage .support-section .support-box .support-left .support-icon-circle {
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff3b68;
  box-shadow: 0 6px 18px rgba(255, 59, 104, 0.12);
}
.faqPage .support-section .support-box .support-left .support-icon-circle .support-icon {
  width: 30px;
  height: 30px;
}
.faqPage .support-section .support-box .support-left .support-text .support-title {
  font: 25px/35px "Inter-SemiBold";
  color: #0a0c10;
  margin-bottom: 4px;
}
.faqPage .support-section .support-box .support-left .support-text .support-desc {
  font-size: 15px;
  color: #64748b;
  font-weight: 500;
  margin: 0;
}
.faqPage .support-section .support-box .support-right .btn-contact-support {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ff3b68;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 50px;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 6px 18px rgba(255, 59, 104, 0.3);
}
.faqPage .support-section .support-box .support-right .btn-contact-support:hover {
  background: #e5295c;
  box-shadow: 0 8px 24px rgba(255, 59, 104, 0.4);
  transform: translateY(-2px);
}
.faqPage .support-section .support-box .support-right .btn-contact-support:hover .btn-arrow {
  transform: translateX(4px);
}
.faqPage .support-section .support-box .support-right .btn-contact-support .btn-arrow {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

@media screen and (max-width: 1900px) {
  .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;
  }
  .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;
  }
}
@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;
  }
}
@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;
  }
  .services-list .service-card::after {
    right: 46px;
  }
}
@media screen and (max-width: 1500px) {
  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;
  }
}
@media screen and (max-width: 1400px) {
  header .head-flx .rgt-head .hd-rgt {
    width: 84.3%;
    gap: 21px;
  }
  .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;
  }
}
@media screen and (max-width: 1300px) {
  header .head-flx .talk-btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  .hero-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);
  }
}
@media screen and (max-width: 1200px) {
  header .head-flx .hd-rgt {
    width: 73%;
  }
  .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;
  }
  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;
  }
}
@media screen and (max-width: 1100px) {
  header .head-flx .talk-btn {
    padding: 13px 12px;
  }
  .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,
  .locations-section .map-card iframe {
    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;
  }
}
@media screen and (max-width: 1024px) {
  header .head-flx .hd-rgt {
    width: 69%;
    gap: 9px;
  }
  .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;
  }
  .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;
  }
}
@media screen and (max-width: 991px) {
  header .head-flx .hamburger {
    display: flex !important;
  }
  .services-list .service-card .card-features .feature-list li {
    font-size: 15px;
    line-height: 23px;
  }
  .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,
  .locations-section .map-card iframe {
    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;
  }
  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;
    align-items: center;
    justify-content: 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: auto;
    max-width: 100%;
    align-self: stretch;
    justify-content: center;
  }
  header .head-flx .rgt-head .hd-rgt li a:hover::after {
    height: 86%;
    opacity: 1;
    width: 3px;
  }
  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;
  }
  .home-foot .footlink_prnt .top .lft span {
    display: block;
  }
  .max-container {
    padding: 0 10px;
  }
}
@media screen and (max-width: 880px) {
  header .head-flx .hd-rgt li a {
    font-size: 16px;
    line-height: 24px;
  }
  .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;
  }
  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;
  }
}
@media screen and (max-width: 767px) {
  header .head-flx .hd-rgt li a {
    font-size: 15px;
    line-height: 23px;
  }
  .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);
  }
}
@media screen and (max-width: 650px) {
  .home-foot .footlink_prnt .btm .foot-link {
    padding: 15px 0 0 0;
    gap: 8px;
    flex-wrap: wrap;
  }
  .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;
  }
  .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;
  }
}
@media screen and (max-width: 550px) {
  .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%;
  }
}
@media screen and (max-width: 450px) {
  .faqPage .hero-section .hero-container .hero-content .breadcrumb {
    font-size: 13px;
  }
  .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;
  }
}
@media screen and (max-width: 481px) {
  header .head-flx .rgt-head .hd-rgt li a {
    font-size: 15px;
    line-height: 23px;
  }
  .hero-content {
    padding: 20px 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;
  }
}
@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;
  }
}
@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 */

/* —— Products catalog (/products) —— */
/* Same hero art as /services (.service-main-bg). */
.products-main-bg .hero-bg {
  background-image: url("../images/services-main.svg");
}

.products-hero-lead {
  max-width: 640px;
  margin: 18px 0 0;
  font: 18px/28px Inter-Regular, system-ui, sans-serif;
  color: #1e1e1e;
}

.products-catalog {
  padding: 20px 0 100px;
}

.products-catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

/* Desktop 2×2 — keep two columns above tablet even if a parent flex/grid compresses */
@media (min-width: 992px) {
  .products-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.products-catalog-card {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid #ececf2;
  background: #fff;
  box-shadow: 0 14px 40px rgba(12, 26, 99, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.products-catalog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 51, 102, 0.35);
  box-shadow: 0 18px 48px rgba(12, 26, 99, 0.1);
}

.products-catalog-media {
  position: relative;
  min-height: 240px;
  background: #0c1a63;
  overflow: hidden;
}

.products-catalog-media > img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  display: block;
}

.products-catalog-card.accent-bf .products-catalog-media {
  background: linear-gradient(145deg, #ff3366 0%, #0c1a63 100%);
}

.products-catalog-card.accent-bd .products-catalog-media {
  background: linear-gradient(145deg, #0c1a63 0%, #ff3366 100%);
}

.products-catalog-card.accent-ff .products-catalog-media {
  background: linear-gradient(145deg, #102a7a 0%, #1f4bb8 55%, #ff3366 120%);
}

.products-catalog-card.accent-bq .products-catalog-media {
  background: linear-gradient(145deg, #ff8fab 0%, #ff3366 45%, #0c1a63 110%);
}

.products-catalog-card.accent-df .products-catalog-media {
  background: linear-gradient(145deg, #0c1a63 0%, #ff3366 100%);
}

.products-catalog-body {
  padding: 28px 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.products-catalog-kicker {
  font: 14px/18px Inter-SemiBold, system-ui, sans-serif;
  letter-spacing: 0.08em;
  color: #ff3366;
}

.products-catalog-body h2,
.products-catalog-title {
  margin: 0;
  font: 30px/36px Jost-Bold, system-ui, sans-serif;
  color: #0c1a63;
  -webkit-font-smoothing: antialiased;
}

.products-catalog-body > p {
  margin: 0;
  font: 16px/26px Inter-Regular, system-ui, sans-serif;
  color: #333;
  flex: 1;
}

.products-catalog-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.products-catalog-meta li {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  font: 14px/20px Inter-Regular, system-ui, sans-serif;
  color: #555;
}

.products-catalog-meta strong {
  color: #0c1a63;
  font-family: Inter-SemiBold, system-ui, sans-serif;
}

.products-catalog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.products-catalog-actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font: 14px/18px Inter-SemiBold, system-ui, sans-serif;
  text-transform: lowercase;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.products-catalog-actions a:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.products-catalog-actions a img {
  width: 14px;
  height: auto;
}

/* Primary: pink + white (all product cards) */
.products-catalog-actions a.re {
  background: #ff3366;
  color: #fff;
}

/* Secondary: white + navy + light border (all product cards) */
.products-catalog-actions a.wh {
  background: #fff;
  color: #0c1a63;
  border: 1px solid #dfe3f0;
}

.products-catalog-empty {
  text-align: center;
  padding: 60px 20px;
  border: 1px dashed #dfe3f0;
  background: #fafbff;
}

.products-catalog-empty h2 {
  margin: 0 0 8px;
  font: 28px/34px Jost-Bold, system-ui, sans-serif;
  color: #0c1a63;
}

.products-catalog-empty p {
  margin: 0 0 18px;
  color: #555;
}

@media (max-width: 991px) {
  .products-catalog-grid {
    grid-template-columns: 1fr;
  }

  .products-catalog-card {
    grid-template-columns: 1fr;
  }

  .products-catalog-media {
    min-height: 200px;
  }

  .products-catalog-media > img {
    min-height: 200px;
  }
}

@media (max-width: 575px) {
  .products-hero-lead {
    font-size: 16px;
    line-height: 24px;
  }

  .products-catalog-body {
    padding: 22px 18px 20px;
  }

  .products-catalog-body h2,
  .products-catalog-title {
    font-size: 24px;
    line-height: 30px;
  }

  .products-catalog-actions a {
    width: 100%;
    justify-content: center;
  }
}


/* ---- Request a Quote (.prdctFrm) from homepage_html/requestaquote.html ---- */
.prdctFrm .hero-section {
  padding: 80px 0;
  background-color: #fcfcfc;
  border-bottom: 1px solid #eaeaea;
}
.prdctFrm .hero-section .brd_crumb {
  margin-bottom: 24px;
}
.prdctFrm .hero-section .hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.prdctFrm .text-pink {
  color: #ff3366;
}
.prdctFrm .jour .process-grid .sli_itm {
  position: relative;
  padding-right: 24px;
}
.prdctFrm .jour .process-grid .sli_itm.odd::after,
.prdctFrm .jour .process-grid .sli_itm.even::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -40px;
  width: 160px;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}
.prdctFrm .jour .process-grid .sli_itm.odd::after {
  background-image: url("../images/odd_arw.svg");
}
.prdctFrm .jour .process-grid .sli_itm.even::after {
  background-image: url("../images/even_arw.svg");
}
@media screen and (max-width: 991px) {
  .prdctFrm .jour .process-grid .sli_itm.odd::after,
  .prdctFrm .jour .process-grid .sli_itm.even::after {
    display: none;
  }
}
.prdctFrm .jour .process-grid .sli_itm .lg {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ff3366;
  margin-bottom: 10px;
}
.prdctFrm .jour .process-grid .sli_itm .lg img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.prdctFrm .jour .process-grid .sli_itm .btm strong {
  font: 35px/45px Jost-SemiBold, sans-serif;
  color: #ff3366;
  display: block;
}
.prdctFrm .jour .process-grid .sli_itm .btm b {
  font: 25px/32px Jost-SemiBold, sans-serif;
  display: block;
  margin-bottom: 8px;
}
.prdctFrm .jour .process-grid .sli_itm .btm p {
  font: 15px/24px Inter-Regular, sans-serif;
  color: #666;
  margin: 0;
}
.prdctFrm .hero-section .hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.prdctFrm .hero-section .hero-content .hero-text {
  flex: 1;
}
.prdctFrm .hero-section .hero-content .hero-text h1 {
  font: 45px/55px "Jost-Bold", sans-serif;
  color: #000;
  margin-bottom: 20px;
}
.prdctFrm .hero-section .hero-content .hero-text p {
  font: 18px/28px "Inter-Regular", sans-serif;
  color: #666;
}
.prdctFrm .hero-section .hero-content .hero-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.prdctFrm .hero-section .hero-content .hero-image svg {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .prdctFrm .hero-section .hero-content {
    flex-direction: column;
    text-align: center;
  }
  .prdctFrm .hero-section .hero-content .hero-image {
    justify-content: center;
  }
}
.prdctFrm .features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 40px auto 38px;
  max-width: 1490px;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .prdctFrm .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .prdctFrm .features-grid {
    grid-template-columns: 1fr;
  }
}
.prdctFrm .features-grid .feature-card {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 15px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.prdctFrm .features-grid .feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-color: #dbe0e7;
}
.prdctFrm .features-grid .feature-icon-wrapper {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  background-color: rgba(255, 51, 102, 0.1);
  border: 1.5px solid rgba(255, 51, 102, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff3366;
  flex-shrink: 0;
}
.prdctFrm .features-grid .feature-icon {
  width: 22px;
  height: 22px;
  stroke: #ff3366;
}
.prdctFrm .features-grid .feature-text {
  display: flex;
  flex-direction: column;
}
.prdctFrm .features-grid .feature-text b {
  font-size: 14.5px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 3px;
  line-height: 1.3;
}
.prdctFrm .features-grid .feature-text p {
  font-size: 11px;
  font-weight: 400;
  color: #666666;
  line-height: 1.35;
  margin: 0;
}
.prdctFrm .jour {
  padding: 130px 0;
  background: linear-gradient(180deg, rgba(255, 51, 102, 0.1) 0%, rgba(255, 51, 102, 0.1) 10%, #fff 53%, #fff 100%);
}
.prdctFrm .jour .jour_in .jour_sli {
  padding-top: 40px;
}
.prdctFrm .jour .jour_in .jour_sli .sli_itm {
  position: relative;
}
.prdctFrm .jour .jour_in .jour_sli .sli_itm .lg {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ff3366;
  margin-bottom: 10px;
}
.prdctFrm .jour .jour_in .jour_sli .sli_itm .lg img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.prdctFrm .jour .jour_in .jour_sli .sli_itm .btm strong {
  font: 35px/45px Jost-SemiBold;
  color: #ff3366;
  display: block;
}
.prdctFrm .jour .jour_in .jour_sli .sli_itm .btm b {
  font: 25px/32px Jost-SemiBold;
}
.prdctFrm .jour .jour_in .jour_sli .sli_itm.odd::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 20px;
  width: 160px;
  height: 160px;
  background: url("../images/odd_arw.svg") no-repeat center;
  z-index: 2;
}
.prdctFrm .jour .jour_in .jour_sli .sli_itm.even::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 20px;
  width: 160px;
  height: 160px;
  background: url("../images/even_arw.svg") no-repeat center;
  z-index: 2;
}
.prdctFrm .locations-section {
  padding: 80px 0;
}
.prdctFrm .locations-section .office-group1:not(:last-child) {
  margin-bottom: 40px;
}
.prdctFrm .locations-section .flag-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 25px;
  font: 16px/24px "Inter-Bold";
  border-radius: 29px;
  padding: 13px 17px;
  margin: 0 auto 34px auto;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  background-color: rgba(255, 51, 102, 0.0509803922);
  text-transform: uppercase;
}
.prdctFrm .locations-section .flag-pill .flag-icon {
  width: 19%;
}
.prdctFrm .locations-section .flag-pill .flag-icon img {
  width: 100%;
  height: 30px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.prdctFrm .locations-section .map-card,
.prdctFrm .locations-section .info-card1,
.prdctFrm .locations-section .info-card2,
.prdctFrm .locations-section .info-card3,
.prdctFrm .locations-section .info-card {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}
.prdctFrm .locations-section .map-card {
  overflow: hidden;
  padding: 0;
  width: 23%;
}
.prdctFrm .locations-section .map-card img {
  width: 100%;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.prdctFrm .locations-section .info-card1,
.prdctFrm .locations-section .info-card2,
.prdctFrm .locations-section .info-card3,
.prdctFrm .locations-section .info-card {
  padding: 50px 20px 25px 40px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.prdctFrm .locations-section .info-card1:hover,
.prdctFrm .locations-section .info-card2:hover,
.prdctFrm .locations-section .info-card3:hover,
.prdctFrm .locations-section .info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}
.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: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  background-color: #ff3366;
}
.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: 30px;
  height: 30px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.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: 23px/35px "Inter-SemiBold";
  color: #000;
  margin-bottom: 10px;
}
.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: 16px/24px "Inter-Regular";
  color: #000;
}
.prdctFrm .locations-section .head-office-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.prdctFrm .locations-section .head-office-flex .map-card1 {
  width: 23%;
}
.prdctFrm .locations-section .head-office-flex .info-card1 {
  width: 23%;
}
.prdctFrm .locations-section .head-office-flex .info-card2 {
  width: 23%;
}
.prdctFrm .locations-section .head-office-flex .info-card3 {
  width: 23%;
}
.prdctFrm .locations-section .uk-office-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.prdctFrm .locations-section .uk-office-flex .info-card {
  width: 21%;
}
.prdctFrm .frmSec {
  padding: 60px 0;
}
.prdctFrm .frmSec .container {
  max-width: 800px;
}
.prdctFrm .frmSec .form-heading {
  text-align: center;
  font: 45px/55px "Jost-Bold";
  margin-bottom: 40px;
  color: #000;
}
.prdctFrm .frmSec .form-heading .highlight-pink {
  color: #ff3366;
}
.prdctFrm .frmSec .consultation-form {
  background-color: #fff;
  padding: 40px 50px;
  border-radius: 15px;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.04);
  border: 1px solid #eaeaea;
}
.prdctFrm .frmSec .consultation-form .form-group {
  margin-bottom: 25px;
}
.prdctFrm .frmSec .consultation-form .form-row-2 {
  display: flex;
  gap: 25px;
}
.prdctFrm .frmSec .consultation-form .form-row-2 .form-group {
  width: 50%;
}
.prdctFrm .frmSec .consultation-form .form-label {
  display: block;
  font: 18px/24px "Inter-SemiBold";
  color: #000;
  margin-bottom: 12px;
}
.prdctFrm .frmSec .consultation-form .custom-select-wrapper .select-container {
  position: relative;
}
.prdctFrm .frmSec .consultation-form .custom-select-wrapper .select-container .select-arrow {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
}
.prdctFrm .frmSec .consultation-form .needs-group .checkbox-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 16px;
  align-items: start;
}
.prdctFrm .frmSec .consultation-form .needs-group .checkbox-grid .checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  width: 100% !important;
  min-width: 0;
  margin: 0;
}
.prdctFrm .frmSec .consultation-form .needs-group .checkbox-grid .checkbox-label input {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  background-color: #fff !important;
  padding: 0 !important;
}
.prdctFrm .frmSec .consultation-form .needs-group .checkbox-grid .checkbox-label .checkbox-box {
  display: none;
}
.prdctFrm .frmSec .consultation-form .needs-group .checkbox-grid .checkbox-label .checkbox-text {
  font: 15px/24px "Inter-Regular", sans-serif;
  color: #000;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .prdctFrm .frmSec .consultation-form .needs-group .checkbox-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 520px) {
  .prdctFrm .frmSec .consultation-form .needs-group .checkbox-grid {
    grid-template-columns: 1fr;
  }
  .prdctFrm .frmSec .consultation-form .needs-group .checkbox-grid .checkbox-label .checkbox-text {
    white-space: normal;
  }
}
.prdctFrm .frmSec .consultation-form .terms-group .checkbox-label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.prdctFrm .frmSec .consultation-form .terms-group .checkbox-label input {
  flex-shrink: 0;
}
.prdctFrm .frmSec .consultation-form .terms-group .checkbox-label .checkbox-box {
  display: none;
}
.prdctFrm .frmSec .consultation-form .terms-group .checkbox-label .terms-text {
  font: 14px/24px "Inter-Regular";
  color: #424242;
}
.prdctFrm .frmSec .consultation-form .terms-group .checkbox-label .terms-text .pink-link {
  color: #ff3366;
  text-decoration: none;
}
.prdctFrm .frmSec .consultation-form .terms-group .checkbox-label .terms-text .pink-link:hover {
  text-decoration: underline;
}
.prdctFrm .frmSec .consultation-form .recaptcha-widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f9f9f9;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  padding: 10px 15px;
  width: 304px;
  margin-bottom: 25px;
}
.prdctFrm .frmSec .consultation-form .recaptcha-widget .recaptcha-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.prdctFrm .frmSec .consultation-form .recaptcha-widget .recaptcha-left .recaptcha-checkbox-wrapper {
  position: relative;
  width: 28px;
  height: 28px;
}
.prdctFrm .frmSec .consultation-form .recaptcha-widget .recaptcha-left .recaptcha-checkbox-wrapper .recaptcha-box {
  width: 28px;
  height: 28px;
  border: 2px solid #c1c1c1;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
}
.prdctFrm .frmSec .consultation-form .recaptcha-widget .recaptcha-left .recaptcha-label {
  font: 14px/20px "Inter-Regular";
  color: #000;
}
.prdctFrm .frmSec .consultation-form .recaptcha-widget .recaptcha-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.prdctFrm .frmSec .consultation-form .recaptcha-widget .recaptcha-right .recaptcha-brand {
  font: 10px "Inter-Regular";
  color: #555;
  margin-top: 2px;
}
.prdctFrm .frmSec .consultation-form .recaptcha-widget .recaptcha-right .recaptcha-links {
  font: 8px "Inter-Regular";
  color: #555;
}
.prdctFrm .frmSec .consultation-form .recaptcha-widget .recaptcha-right .recaptcha-links a {
  color: #555;
  text-decoration: none;
}
.prdctFrm .frmSec .consultation-form .recaptcha-widget .recaptcha-right .recaptcha-links a:hover {
  text-decoration: underline;
}
.prdctFrm .frmSec .consultation-form .btn-submit {
  width: 100%;
  background: #ff3366;
  color: #fff;
  font: 16px/24px "Inter-Bold";
  border-radius: 30px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.prdctFrm .frmSec .consultation-form .btn-submit:hover {
  background: #e62e5c;
}
.prdctFrm .frmSec .consultation-form .btn-submit .btn-arrow {
  font-size: 20px;
}
.prdctFrm .why-choose-us {
  padding: 80px 0;
  background-color: #fafafa;
}
.prdctFrm .why-choose-us .why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .prdctFrm .why-choose-us .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .prdctFrm .why-choose-us .why-grid {
    grid-template-columns: 1fr;
  }
}
.prdctFrm .why-choose-us .why-grid .why-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  border: 1px solid #eaeaea;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.prdctFrm .why-choose-us .why-grid .why-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.prdctFrm .why-choose-us .why-grid .why-card .why-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background-color: rgba(255, 51, 102, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prdctFrm .why-choose-us .why-grid .why-card .why-icon svg {
  width: 28px;
  height: 28px;
  stroke: #ff3366;
}
.prdctFrm .why-choose-us .why-grid .why-card h3 {
  font: 20px/28px "Jost-Bold", sans-serif;
  color: #000;
  margin-bottom: 12px;
}
.prdctFrm .why-choose-us .why-grid .why-card p {
  font: 15px/24px "Inter-Regular", sans-serif;
  color: #666;
}
.prdctFrm .faq-section {
  padding: 80px 0;
}
.prdctFrm .faq-section .faq-accordion {
  max-width: 850px;
  margin: 0 auto;
}
.prdctFrm .faq-section .faq-accordion .faq-item {
  border-bottom: 1px solid #eaeaea;
}
.prdctFrm .faq-section .faq-accordion .faq-item .faq-question {
  width: 100%;
  background: transparent;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  font: 19px/28px "Inter-SemiBold";
  color: #000;
  transition: color 0.3s ease;
}
.prdctFrm .faq-section .faq-accordion .faq-item .faq-question:hover {
  color: #ff3366;
}
.prdctFrm .faq-section .faq-accordion .faq-item .faq-question .faq-toggle {
  position: relative;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  color: transparent;
}
.prdctFrm .faq-section .faq-accordion .faq-item .faq-question .faq-toggle::before, .prdctFrm .faq-section .faq-accordion .faq-item .faq-question .faq-toggle::after {
  content: "";
  position: absolute;
  background-color: #ff3366;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.prdctFrm .faq-section .faq-accordion .faq-item .faq-question .faq-toggle::before {
  width: 16px;
  height: 2px;
}
.prdctFrm .faq-section .faq-accordion .faq-item .faq-question .faq-toggle::after {
  width: 2px;
  height: 16px;
}
.prdctFrm .faq-section .faq-accordion .faq-item .faq-answer {
  background: transparent;
  display: none;
}
.prdctFrm .faq-section .faq-accordion .faq-item .faq-answer p {
  padding: 0 40px 25px 0;
  margin: 0;
  font: 16px/26px "Inter-Regular", sans-serif;
  color: #666;
}
.prdctFrm .faq-section .faq-accordion .faq-item.active .faq-question {
  color: #ff3366;
}
.prdctFrm .faq-section .faq-accordion .faq-item.active .faq-question .faq-toggle::after {
  transform: rotate(90deg);
}
.prdctFrm .bottom-cta .cta-content {
  max-width: 1248px;
  margin: 0 auto;
  background-color: #ff3366;
  padding: 80px 0;
  text-align: center;
  border-radius: 30px;
}
.prdctFrm .bottom-cta .cta-content strong {
  font: 45px/54px "Inter-Bold";
  color: #fff;
  max-width: 540px;
  margin-bottom: 15px;
}
.prdctFrm .bottom-cta .cta-content .cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.prdctFrm .bottom-cta .cta-content .cta-buttons button {
  padding: 15px 35px;
  border-radius: 30px;
  font: 15px/24px "Inter-SemiBold";
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  text-transform: uppercase;
}
.prdctFrm .bottom-cta .cta-content .cta-buttons button.btn-cta-primary {
  background: #fff;
  color: #ff3366;
}
.prdctFrm .bottom-cta .cta-content .cta-buttons button.btn-cta-primary:hover {
  background: #f0f0f0;
}
.prdctFrm .bottom-cta .cta-content .cta-buttons button.btn-cta-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 13px 33px;
}
.prdctFrm .bottom-cta .cta-content .cta-buttons button.btn-cta-secondary:hover {
  background: #fff;
  color: #ff3366;
}
@media screen and (max-width: 500px) {
  .prdctFrm .bottom-cta .cta-content .cta-buttons {
    flex-direction: column;
  }
}

@media screen and (max-width: 1900px) {
  .prdctFrm .locations-section {
    padding: 70px 0;
  }
}
@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;
  }
}
@media screen and (max-width: 1400px) {
  .prdctFrm .locations-section .head-office-flex .infos1 {
    width: 23.9%;
  }
}
@media screen and (max-width: 1300px) {
  .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%;
  }
}
@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;
  }
}
@media screen and (max-width: 1024px) {
  .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;
  }
}
@media screen and (max-width: 991px) {
  .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;
  }
}
@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;
  }
  .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%;
  }
}
@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%;
  }
}
@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%;
  }
}
/* --- New Sections Styling --- *//*# sourceMappingURL=style.css.map */

/* Form controls missing from compiled SCSS */
.prdctFrm .frmSec .consultation-form .form-input,
.prdctFrm .frmSec .consultation-form .form-select,
.prdctFrm .frmSec .consultation-form .form-textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 18px;
  font: 15px/24px Inter-Regular, sans-serif;
  color: #111;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
}
.prdctFrm .frmSec .consultation-form .form-select { padding-right: 44px; }
.prdctFrm .frmSec .consultation-form .form-textarea { min-height: 120px; resize: vertical; }
.prdctFrm .frmSec .consultation-form .form-input:focus,
.prdctFrm .frmSec .consultation-form .form-select:focus,
.prdctFrm .frmSec .consultation-form .form-textarea:focus {
  outline: none;
  border-color: #ff3366;
  box-shadow: 0 0 0 3px rgba(255,51,102,.12);
}
.prdctFrm .frmSec .consultation-form .error-msg,
.prdctFrm .frmSec .consultation-form .form-feedback {
  display: block;
  margin-top: 8px;
  font: 13px/20px Inter-Regular, sans-serif;
  color: #c62828;
}
.prdctFrm .frmSec .consultation-form .form-feedback.ok { color: #1b7a3d; }
.prdctFrm .frmSec .consultation-form .btn-submit:disabled { opacity: .7; cursor: wait; }
.prdctFrm .process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  padding-top: 40px;
  overflow: visible;
}
.prdctFrm .jour,
.prdctFrm .jour .container,
.prdctFrm .jour .jour_in {
  overflow: visible;
}
.prdctFrm .jour .jour_in .process-grid.jour_sli .sli_itm.odd::after,
.prdctFrm .jour .jour_in .process-grid.jour_sli .sli_itm.even::after {
  content: "";
  position: absolute;
  top: -16px;
  right: -56px;
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
  display: block;
}
.prdctFrm .jour .jour_in .process-grid.jour_sli .sli_itm.odd::after {
  background-image: url("../images/odd_arw.svg");
}
.prdctFrm .jour .jour_in .process-grid.jour_sli .sli_itm.even::after {
  background-image: url("../images/even_arw.svg");
}
@media (max-width: 991px) {
  .prdctFrm .process-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .prdctFrm .jour .jour_in .process-grid.jour_sli .sli_itm.odd::after,
  .prdctFrm .jour .jour_in .process-grid.jour_sli .sli_itm.even::after {
    display: none;
  }
}
@media (max-width: 575px) { .prdctFrm .process-grid { grid-template-columns: 1fr; } }
.prdctFrm .faq-section .faq-accordion .faq-item.active .faq-answer,
.prdctFrm .faq-section .faq-accordion details[open] .faq-answer { display: block; }
.prdctFrm .faq-section .faq-accordion details { border-bottom: 1px solid #eaeaea; }
.prdctFrm .faq-section .faq-accordion summary {
  list-style: none;
  width: 100%;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font: 19px/28px Inter-SemiBold, sans-serif;
  color: #000;
}
.prdctFrm .faq-section .faq-accordion summary::-webkit-details-marker { display: none; }
.prdctFrm .bottom-cta .cta-content .cta-buttons a {
  padding: 15px 35px;
  border-radius: 30px;
  font: 15px/24px Inter-SemiBold, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.prdctFrm .bottom-cta .cta-content .cta-buttons a.btn-cta-primary { background: #fff; color: #ff3366; }
.prdctFrm .bottom-cta .cta-content .cta-buttons a.btn-cta-secondary { background: transparent; color: #fff; border: 2px solid #fff; padding: 13px 33px; }

/* Product request hero banner (headline baked into artwork) */
.prdctFrm .hero-section.product-request-hero {
  padding: 28px 0 0;
  background: #f4f8fc;
  border-bottom: 0;
}
.prdctFrm .product-request-hero-top {
  margin-bottom: 12px;
}
.prdctFrm .product-request-hero-banner {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.prdctFrm .product-request-hero-banner img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  object-position: center right;
}
.prdctFrm .product-request-hero-lead {
  margin: 22px auto 28px;
  max-width: 720px;
  text-align: center;
  font: 17px/28px Inter-Regular, sans-serif;
  color: #555;
}
.prdctFrm .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Letter captcha on product-request form */
.prdctFrm .frmSec .consultation-form .captcha-group .capcha {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.prdctFrm .frmSec .consultation-form .captcha-group .capcha-code {
  flex: 0 0 auto;
  min-width: 118px;
  height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 30px;
  background: #f6f6f6;
  border: 1px solid #e8e8e8;
  color: #0c1a63;
  font: 18px/1 Inter-SemiBold, sans-serif;
  letter-spacing: 0.28em;
  text-indent: 0.28em;
  user-select: none;
}
.prdctFrm .frmSec .consultation-form .captcha-group .capcha-refresh {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #0c1a63;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.prdctFrm .frmSec .consultation-form .captcha-group .capcha-refresh:hover:not(:disabled) {
  color: #ff3366;
  border-color: #ff3366;
}
.prdctFrm .frmSec .consultation-form .captcha-group .capcha-refresh:disabled {
  opacity: 0.55;
  cursor: default;
}
.prdctFrm .frmSec .consultation-form .captcha-group .capcha .form-input {
  flex: 1 1 160px;
  min-width: 140px;
  height: 53px;
  border-radius: 30px;
}

/* Exact "What Happens After Requesting?" process (design reference) */
.prdctFrm .quote-process {
  padding: 100px 0 90px;
  background: #fff;
}
.prdctFrm .quote-process-title {
  text-align: center;
  font: 42px/1.2 Jost-Bold, sans-serif;
  color: #000;
  margin: 0 0 64px;
}
.prdctFrm .quote-process-title span {
  color: #ff3366;
}
.prdctFrm .quote-process-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 28px;
  align-items: start;
  overflow: visible;
}
.prdctFrm .quote-process-item {
  text-align: center;
  position: relative;
  padding: 0 8px;
  overflow: visible;
}
.prdctFrm .quote-process-visual {
  position: relative;
  width: 168px;
  height: 168px;
  margin: 0 auto 22px;
  overflow: visible;
}
.prdctFrm .quote-process-icon {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff3366;
  background: radial-gradient(circle at 50% 40%, #ffffff 0%, #ffe8f0 52%, #ffd4e3 100%);
  box-shadow: 0 12px 32px rgba(255, 51, 102, 0.14);
}
.prdctFrm .quote-process-icon svg {
  width: 72px;
  height: 72px;
}
.prdctFrm .quote-process-num {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ff3366;
  color: #fff;
  font: 16px/36px Jost-Bold, sans-serif;
  text-align: center;
  box-shadow: 0 4px 12px rgba(255, 51, 102, 0.28);
}
.prdctFrm .quote-process-arrow {
  position: absolute;
  top: 42%;
  left: calc(100% - 4px);
  width: 120px;
  height: 64px;
  color: #ff3366;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 3;
}
.prdctFrm .quote-process-arrow svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.prdctFrm .quote-process-item h3 {
  margin: 0 0 8px;
  font: 22px/1.3 Jost-Bold, sans-serif;
  color: #000;
}
.prdctFrm .quote-process-item p {
  margin: 0 auto;
  max-width: 230px;
  font: 14px/22px Inter-Regular, sans-serif;
  color: #222;
}
@media (max-width: 1200px) {
  .prdctFrm .quote-process-arrow {
    width: 90px;
  }
}
@media (max-width: 991px) {
  .prdctFrm .quote-process-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .prdctFrm .quote-process-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
  }
  .prdctFrm .quote-process-arrow {
    display: none;
  }
}
@media (max-width: 575px) {
  .prdctFrm .quote-process {
    padding: 70px 0 60px;
  }
  .prdctFrm .quote-process-list {
    grid-template-columns: 1fr;
  }
  .prdctFrm .quote-process-title {
    font-size: 28px;
  }
}

/* Thank-you modal lives in thankyou-modal.css (DESIGN_CORE_STYLES) so CMS slugs get it too. */

/* —— Blog listing (/blog) & detail (/blog/[slug]) —— */
/* Same hero art as /services & /products. */
.blog-main-bg .hero-bg,
.blog-detail-bg .hero-bg {
  background-image: url("../images/services-main.svg");
}

.blog-hero-lead {
  max-width: 640px;
  margin: 18px 0 0;
  font: 18px/28px Inter-Regular, system-ui, sans-serif;
  color: #1e1e1e;
}

.blog-catalog {
  padding: 20px 0 100px;
}

.blog-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.blog-catalog-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #ececf2;
  background: #fff;
  box-shadow: 0 14px 40px rgba(12, 26, 99, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.blog-catalog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 51, 102, 0.35);
  box-shadow: 0 18px 48px rgba(12, 26, 99, 0.1);
}

.blog-catalog-card.is-featured {
  border-color: rgba(255, 51, 102, 0.28);
}

.blog-catalog-media {
  display: block;
  position: relative;
  aspect-ratio: 16 / 10;
  background: linear-gradient(145deg, #0c1a63 0%, #ff3366 100%);
  overflow: hidden;
}

.blog-catalog-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.blog-catalog-card:hover .blog-catalog-media > img {
  transform: scale(1.04);
}

.blog-catalog-body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.blog-catalog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  font: 13px/18px Inter-Regular, system-ui, sans-serif;
  color: #666;
}

.blog-catalog-cat {
  display: inline-block;
  padding: 3px 10px;
  background: rgba(255, 51, 102, 0.1);
  color: #ff3366;
  font: 12px/16px Inter-SemiBold, system-ui, sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.blog-catalog-title {
  margin: 0;
  font: 22px/30px Jost-Bold, system-ui, sans-serif;
  color: #0c1a63;
  -webkit-font-smoothing: antialiased;
}

.blog-catalog-title a {
  color: inherit;
  text-decoration: none;
}

.blog-catalog-title a:hover {
  color: #ff3366;
}

.blog-catalog-body > p {
  margin: 0;
  font: 15px/24px Inter-Regular, system-ui, sans-serif;
  color: #444;
  flex: 1;
}

.blog-catalog-more {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  margin-top: 6px;
  padding: 10px 16px;
  background: #ff3366;
  color: #fff;
  font: 14px/18px Inter-SemiBold, system-ui, sans-serif;
  text-decoration: none;
  text-transform: lowercase;
  transition: background 0.2s ease, transform 0.2s ease;
}

.blog-catalog-more:hover {
  background: #0c1a63;
  transform: translateY(-1px);
}

.blog-catalog-more img {
  width: 14px;
  height: auto;
}

.blog-catalog-empty {
  text-align: center;
  padding: 60px 20px;
  border: 1px dashed #dfe3f0;
  background: #fafbff;
}

.blog-catalog-empty h2 {
  margin: 0 0 8px;
  font: 28px/34px Jost-Bold, system-ui, sans-serif;
  color: #0c1a63;
}

.blog-catalog-empty p {
  margin: 0 0 18px;
  color: #555;
}

/* Detail — navy/accent editorial layout (Products / Services language) */
.main-content-blog-detail .blog-detail-bg.hero {
  padding: 100px 0 64px;
}

.main-content-blog-detail .blog-detail-bg--cover.hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: clamp(360px, 48vw, 520px);
  padding: 120px 0 72px;
}

.main-content-blog-detail .blog-detail-bg--cover.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 56px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, #fff);
}

.blog-detail-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #0c1a63;
}

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

.blog-detail-hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.97) 0%,
      rgba(255, 255, 255, 0.92) 38%,
      rgba(255, 255, 255, 0.55) 58%,
      rgba(255, 255, 255, 0.12) 78%,
      transparent 100%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, transparent 28%);
}

.main-content-blog-detail .blog-detail-hero-shell {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.main-content-blog-detail .blog-article .ser-container,
.main-content-blog-detail .blog-related .ser-container {
  padding-left: 20px;
  padding-right: 20px;
}

.main-content-blog-detail .hero-content.blog-detail-hero-content {
  max-width: min(640px, 100%);
  padding-right: 0;
}

.blog-detail-title {
  display: block;
  margin: 10px 0 0;
  max-width: 640px;
  font: clamp(30px, 4.2vw, 48px) / 1.18 Jost-Bold, system-ui, sans-serif;
  color: #0c1a63;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
}

.blog-detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 0;
  margin-top: 18px;
  font: 14px/20px Inter-Regular, system-ui, sans-serif;
  color: #444;
}

.blog-detail-meta > * {
  display: inline-flex;
  align-items: center;
}

.blog-detail-meta > *:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 12px;
  border-radius: 50%;
  background: rgba(12, 26, 99, 0.28);
  vertical-align: middle;
}

.blog-detail-meta .blog-catalog-cat::after {
  display: none;
}

.blog-detail-meta .blog-catalog-cat {
  margin-right: 12px;
}

.blog-article {
  padding: 48px 0 80px;
}

.blog-article-inner {
  max-width: 700px;
}

.blog-article-excerpt {
  margin: 0 0 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ececf2;
  font: 19px/32px Inter-Regular, system-ui, sans-serif;
  color: #333;
}

.blog-article-prose {
  font: 18px/1.75 Inter-Regular, system-ui, sans-serif;
  color: #222;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.blog-article-prose > *:first-child {
  margin-top: 0;
}

.blog-article-prose p {
  margin: 0 0 1.2em;
}

.blog-article-prose h2,
.blog-article-prose h3,
.blog-article-prose h4 {
  margin: 1.55em 0 0.55em;
  color: #0c1a63;
  font-family: Jost-Bold, system-ui, sans-serif;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

.blog-article-prose h2 {
  font-size: clamp(24px, 3vw, 30px);
}

.blog-article-prose h3 {
  font-size: clamp(20px, 2.4vw, 24px);
}

.blog-article-prose h4 {
  font-size: 18px;
}

.blog-article-prose a {
  color: #ff3366;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.blog-article-prose a:hover {
  color: #0c1a63;
}

.blog-article-prose ul,
.blog-article-prose ol {
  margin: 0 0 1.25em;
  padding-left: 1.35em;
}

.blog-article-prose li {
  margin-bottom: 0.45em;
  padding-left: 0.15em;
}

.blog-article-prose li::marker {
  color: #ff3366;
}

.blog-article-prose strong {
  color: #0c1a63;
  font-family: Inter-SemiBold, system-ui, sans-serif;
}

.blog-article-prose hr {
  margin: 2em 0;
  border: 0;
  border-top: 1px solid #e4e7f0;
}

.blog-article-prose img,
.blog-detail-prose img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 1.4em auto;
}

.blog-detail-prose img[data-align="left"],
.blog-article-prose img[data-align="left"] {
  margin-right: auto;
  margin-left: 0;
}

.blog-detail-prose img[data-align="center"],
.blog-article-prose img[data-align="center"] {
  margin-left: auto;
  margin-right: auto;
}

.blog-detail-prose img[data-align="right"],
.blog-article-prose img[data-align="right"] {
  margin-left: auto;
  margin-right: 0;
}

.blog-detail-prose img[data-size="small"],
.blog-article-prose img[data-size="small"] {
  max-width: min(40%, 320px);
}

.blog-detail-prose img[data-size="medium"],
.blog-article-prose img[data-size="medium"] {
  max-width: min(70%, 560px);
}

.blog-detail-prose img[data-size="full"],
.blog-article-prose img[data-size="full"] {
  max-width: 100%;
  width: 100%;
}

.blog-detail-prose figure,
.blog-article-prose figure {
  display: block;
  margin: 1.75em auto;
  max-width: 100%;
  text-align: center;
}

.blog-detail-prose figure img,
.blog-article-prose figure img {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

.blog-detail-prose figcaption,
.blog-article-prose figcaption {
  margin-top: 0.65em;
  font-size: 0.9em;
  line-height: 1.5;
  color: #666;
  text-align: center;
}

.blog-detail-prose iframe,
.blog-article-prose iframe {
  display: block;
  max-width: 100%;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  margin: 1.6em 0;
  border: 0;
}

.blog-detail-prose pre,
.blog-article-prose pre {
  margin: 1.35em 0;
  padding: 16px 18px;
  overflow-x: auto;
  max-width: 100%;
  border-radius: 8px;
  background: #0c1a63;
  color: #eef1ff;
  font-size: 0.9em;
  line-height: 1.55;
}

.blog-detail-prose code,
.blog-article-prose code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.92em;
}

.blog-article-prose :not(pre) > code {
  padding: 0.12em 0.4em;
  background: rgba(12, 26, 99, 0.06);
  color: #0c1a63;
  border-radius: 4px;
}

.blog-article-prose blockquote {
  margin: 1.4em 0;
  padding: 16px 20px;
  border-left: 3px solid #ff3366;
  background: linear-gradient(90deg, rgba(255, 51, 102, 0.06), transparent 70%);
  color: #333;
  font: 18px/1.65 Inter-Regular, system-ui, sans-serif;
}

.blog-article-prose blockquote p:last-child {
  margin-bottom: 0;
}

.blog-article-prose table {
  width: 100%;
  margin: 1.4em 0;
  border-collapse: collapse;
  font-size: 0.95em;
}

.blog-article-prose th,
.blog-article-prose td {
  padding: 10px 12px;
  border: 1px solid #e4e7f0;
  text-align: left;
}

.blog-article-prose th {
  background: #f6f7fc;
  color: #0c1a63;
  font-family: Inter-SemiBold, system-ui, sans-serif;
}

.blog-article-footer {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid #ececf2;
}

.blog-back-link {
  text-transform: none;
}

.blog-related {
  padding: 56px 0 100px;
  background: linear-gradient(180deg, #f7f8fc 0%, #fff 100%);
  border-top: 1px solid #ececf2;
}

.blog-related-title {
  margin: 0 0 28px;
  font: 32px/40px Jost-Bold, system-ui, sans-serif;
  color: #0c1a63;
}

.blog-related-title span {
  color: #ff3366;
}

.blog-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 28px;
}

.blog-related .blog-catalog-title {
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 991px) {
  .blog-catalog-grid,
  .blog-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .main-content-blog-detail .blog-detail-bg.hero {
    padding: 90px 0 48px;
  }

  .main-content-blog-detail .blog-detail-bg--cover.hero {
    min-height: 380px;
    padding: 100px 0 56px;
  }

  .blog-detail-hero-scrim {
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.97) 0%,
        rgba(255, 255, 255, 0.9) 48%,
        rgba(255, 255, 255, 0.35) 72%,
        transparent 100%
      );
  }
}

@media (max-width: 640px) {
  .blog-hero-lead {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-catalog {
    padding: 8px 0 72px;
  }

  .blog-catalog-grid,
  .blog-related-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .blog-catalog-body {
    padding: 18px 16px 20px;
  }

  .blog-catalog-title {
    font-size: 20px;
    line-height: 28px;
  }

  .main-content-blog-detail .blog-detail-bg.hero {
    padding: 84px 0 36px;
  }

  .main-content-blog-detail .blog-detail-bg--cover.hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
    padding: 84px 0 0;
  }

  .blog-detail-hero-media {
    position: relative;
    order: 2;
    inset: auto;
    width: 100%;
    align-self: stretch;
    height: 240px;
    margin-top: 4px;
  }

  .blog-detail-hero-media > img {
    object-position: 78% center;
  }

  .blog-detail-hero-scrim {
    display: none;
  }

  .main-content-blog-detail .blog-detail-bg--cover.hero::after {
    display: none;
  }

  .main-content-blog-detail .blog-detail-hero-shell {
    order: 1;
    padding: 0 16px 18px;
  }

  .main-content-blog-detail .hero-content.blog-detail-hero-content {
    max-width: 100%;
  }

  .main-content-blog-detail .brd_crumb {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .blog-detail-title {
    font-size: 28px;
    line-height: 1.2;
    max-width: 100%;
  }

  .blog-detail-meta {
    margin-top: 14px;
    gap: 8px 0;
  }

  .blog-article {
    padding: 28px 0 56px;
  }

  .blog-article-excerpt {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 22px;
    padding-bottom: 18px;
  }

  .blog-article-prose {
    font-size: 16px;
    line-height: 1.7;
  }

  .blog-article-prose h2 {
    font-size: 22px;
  }

  .blog-article-prose h3 {
    font-size: 19px;
  }

  .blog-article-prose blockquote {
    font-size: 16px;
    padding: 14px 16px;
  }

  .blog-related {
    padding: 40px 0 72px;
  }

  .blog-related-title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blog-catalog-card,
  .blog-catalog-media > img,
  .blog-catalog-more {
    transition: none;
  }

  .blog-catalog-card:hover,
  .blog-catalog-more:hover {
    transform: none;
  }

  .blog-catalog-card:hover .blog-catalog-media > img {
    transform: none;
  }
}

/* Site footer — HTML Head Office / Phone / Email cards + logo row */
.home-foot .footlink_prnt .top .lft > strong {
  color: #ffffff;
  font: 45px/53px "Inter-Bold", sans-serif;
}
.home-foot .footlink_prnt .top .lft > strong b {
  color: #ff3366;
}
.home-foot .footlink_prnt .top .rgt .top {
  display: flex;
}
.home-foot .footlink_prnt .top .rgt .top .ph-card {
  width: 28.4%;
}
.home-foot .footlink_prnt .top .rgt .top .email-card {
  width: 32%;
}
.home-foot .footlink_prnt .btm .foot-logo img {
  height: 54px;
  width: 227px;
  object-fit: contain;
}
.home-foot .foot-dwn-link .link-dwn {
  justify-content: flex-start;
  align-items: center;
  gap: 8px 28px;
}
.home-foot .foot-dwn-link .link-dwn .footer-links {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .home-foot .footlink_prnt .top .rgt .top .card,
  .home-foot .footlink_prnt .top .rgt .top .ph-card,
  .home-foot .footlink_prnt .top .rgt .top .email-card {
    width: 100%;
  }
  .home-foot .foot-dwn-link .link-dwn {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .home-foot .foot-dwn-link .link-dwn .footer-links {
    margin-left: 0;
  }
}

.services-list .service-card .service-card-main {
  display: contents;
  color: inherit;
  text-decoration: none;
}
.services-list .service-card .service-feature-link {
  color: inherit;
  text-decoration: none;
}
.services-list .service-card .service-feature-link:hover {
  color: #ff3366;
}

