/* ============================================================================

Theme Name:  Golden Pearl Impex
Theme URI: www.dynamicxperts.com
Description: A premium wordpress template.
Version: 2.0
Author: Saad ali Tariq
Author URI: mailto:dynamicexperts@gmail.com

============================================================================= */
:root {
  --main-color: rgb(201, 162, 39);
  --main-color-2: #c9a227;
  --gp-ink: #0b0f14;
  --gp-surface: #ffffff;
  --gp-surface-2: #fbfaf8;
  --gp-border: rgba(15, 23, 42, 0.12);
  --gp-shadow: 0 10px 35px rgba(11, 15, 20, 0.12);
  --gp-section-space: 110px;
  --gp-section-space-md: 92px;
  --gp-section-space-sm: 76px;
  --gp-radius-xl: 34px;
}

body {
  background: var(--gp-surface-2);
  color: rgba(11, 15, 20, 0.92);
}

/* ==========================================================================
   HOMEPAGE CONSISTENCY
   ========================================================================== */
   .archx-header-section .main-navigation li ul li {
    
    padding-right: 0px;
}   
#archx-about-2,
#archx-service-2,
#arck-counter,
#arck-project-2,
#arck-shop-feed,
#arck-testimonial-appointment,
#gp-factory-tour,
#arck-sponsor {
  position: relative;
}

.gp-section-title,
.gp-category-head__intro,
.gp-service-intro,
.gp-counter-head,
.gp-testimonial-head,
.gp-support-head,
#arck-shop-feed .arck-section-title-2 {
  position: relative;
}

.gp-sub-title,
.gp-about-kicker,
.gp-service-kicker,
.gp-counter-kicker,
.gp-testimonial-head .sub-title,
.gp-support-head .sub-title,
.gp-category-head__intro .sub-title,
#arck-shop-feed .arck-section-title-2 .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gp-section-title h2,
.gp-category-head__intro h2,
.gp-service-intro h2,
.gp-counter-head h2,
.gp-testimonial-head h2,
.gp-support-head h2,
#arck-shop-feed .arck-section-title-2 h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.gp-section-title p,
.gp-category-head__intro p,
.gp-service-intro p,
.gp-counter-head p,
.gp-testimonial-head p,
.gp-support-head p,
#arck-shop-feed .arck-section-title-2 p {
  max-width: 720px;
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
}

.gp-service-intro,
.gp-counter-head,
.gp-category-head__intro,
.gp-testimonial-head,
.gp-support-head {
  max-width: 760px;
}

.gp-service-intro h2 span,
.gp-category-head__intro h2 span,
.gp-section-title h2 span,
#arck-shop-feed .arck-section-title-2 h2 span {
  color: var(--main-color-2);
}

.gp-section-title.text-center p,
.gp-category-head__intro.text-center p,
.gp-counter-head.text-center p,
#arck-shop-feed .arck-section-title-2.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.arck-btn a,
.view-more-btn a,
.header-cta-btn a,
.arck-appointment-form-wrap button,
.medical_search_bar .submit_btn,
.product-details-box a.add-to-cart,
.add-to-cart,
.gp-cta__btn,
.about-service-btn a {
  min-height: 52px;
   /* padding: 12px 22px; */
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease, background 220ms ease, color 220ms ease, border-color 220ms ease;
}

.gp-about-panel,
.gp-service-shell,
.gp-category-shell,
.gp-counter-shell,
.gp-testimonial-shell,
.gp-sponsor-shell {
  border-radius: var(--gp-radius-xl);
}

#arck-shop-feed {
  padding: var(--gp-section-space) 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 248, 243, 0.98) 100%),
    radial-gradient(680px 260px at 90% 20%, rgba(201, 162, 39, 0.08), rgba(201, 162, 39, 0) 58%);
}

#arck-shop-feed .arck-section-title-2 {
  max-width: 760px;
  margin: 0 auto 42px;
}

#arck-shop-feed .arck-section-title-2 h2 {
  color: var(--gp-ink);
}

#arck-shop-feed .arck-shop-product-item {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(11, 15, 20, 0.08);
}

#arck-shop-feed .arck-shop-product-item .inner-img {
  overflow: hidden;
}

#arck-shop-feed .arck-shop-product-item .inner-img img {
  transition: transform 320ms ease;
}

#arck-shop-feed .arck-shop-product-item:hover .inner-img img {
  transform: scale(1.04);
}

#arck-shop-feed .arck-shop-product-item .inner-text {
  padding: 20px 18px 24px;
}

#arck-shop-feed .arck-shop-product-item .inner-text h3 {
  margin-bottom: 8px;
}

#arck-shop-feed .arck-shop-product-item .inner-text span {
  display: inline-block;
  color: rgba(11, 15, 20, 0.54);
  letter-spacing: 0.06em;
}

@media (max-width: 991.98px) {
  #arck-shop-feed {
    padding: var(--gp-section-space-md) 0;
  }

  .gp-section-title h2,
  .gp-category-head__intro h2,
  .gp-service-intro h2,
  .gp-counter-head h2,
  .gp-testimonial-head h2,
  .gp-support-head h2,
  #arck-shop-feed .arck-section-title-2 h2 {
    font-size: clamp(30px, 5vw, 42px);
  }
}

@media (max-width: 575.98px) {
  #arck-shop-feed {
    padding: var(--gp-section-space-sm) 0;
  }

  .gp-sub-title,
  .gp-about-kicker,
  .gp-service-kicker,
  .gp-counter-kicker,
  .gp-testimonial-head .sub-title,
  .gp-support-head .sub-title,
  .gp-category-head__intro .sub-title,
  #arck-shop-feed .arck-section-title-2 .sub-title {
    letter-spacing: 0.13em;
  }

  .gp-section-title p,
  .gp-category-head__intro p,
  .gp-service-intro p,
  .gp-counter-head p,
  .gp-testimonial-head p,
  .gp-support-head p,
  #arck-shop-feed .arck-section-title-2 p {
    font-size: 15px;
    line-height: 1.75;
  }
}

.archx-header-section .header-main-menu-wrapper {
  border-radius: 18px;
  padding: 10px 18px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 12px 40px rgba(11, 15, 20, 0.18);
}

.archx-header-section .header-top-content{
  margin-bottom: 10px;
}

.archx-header-section.sticky_on {
  margin-bottom: 0;
}

.gp-header-search-btn i {
  font-size: 16px;
}

.gp-header-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.arck-main-slider-item .arck-main-slider-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 15, 20, 0.78) 0%, rgba(11, 15, 20, 0.55) 42%, rgba(11, 15, 20, 0.12) 100%);
}

.arck-slider-main-text h1 {
  text-shadow: 0 16px 44px rgba(0, 0, 0, 0.55);
  letter-spacing: -0.02em;
}

.arck-btn a,
.view-more-btn a,
.header-cta-btn a,
.arck-appointment-form-wrap button,
.medical_search_bar .submit_btn,
.product-details-box a.add-to-cart,
.add-to-cart {
  background: linear-gradient(135deg, #c9a227 0%, #f0d28b 50%, #c9a227 100%);
  color: rgba(11, 15, 20, 0.98);
  border: 0;
  box-shadow: 0 10px 26px rgba(201, 162, 39, 0.25);
}

.arck-btn a:hover,
.view-more-btn a:hover,
.header-cta-btn a:hover,
.arck-appointment-form-wrap button:hover,
.medical_search_bar .submit_btn:hover,
.product-details-box a.add-to-cart:hover,
.add-to-cart:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(201, 162, 39, 0.28);
}

.archx-feature-item,
.arck-project-item,
.arck-shop-product-item,
.arck-appointment-form-wrap {
  border: 1px solid var(--gp-border);
  border-radius: 18px;
  background: var(--gp-surface);
  box-shadow: var(--gp-shadow);
}

.archx-feature-item {
  padding: 26px 22px;
}

.archx-feature-item .archx-feature-icon {
  border-radius: 16px;
  background: radial-gradient(circle at 30% 20%, rgba(240, 210, 139, 0.75), rgba(201, 162, 39, 0.14) 55%, rgba(11, 15, 20, 0) 72%);
}

.arck-project-item .inner-img img,
.arck-shop-product-item .inner-img img {
  border-radius: 18px;
}

.arck-project-item:hover,
.arck-shop-product-item:hover,
.archx-feature-item:hover {
  transform: translateY(-4px);
}

.arck-project-item,
.arck-shop-product-item,
.archx-feature-item {
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

#archx-about-2,
#archx-service-2,
#arck-counter,
#arck-project-2,
#arck-shop-feed,
#arck-testimonial-appointment,
#arck-sponsor {
  background: transparent;
}

#arck-counter .arck-counter-content,
#arck-testimonial-appointment .arck-testimonial-appointment-content {
  border-radius: 22px;
}

#arck-counter {
  position: relative;
  padding: 110px 0;
}

#arck-counter:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 16, 22, 0.98) 0%, rgba(17, 23, 31, 0.98) 100%),
    radial-gradient(720px 340px at 12% 22%, rgba(201, 162, 39, 0.18), rgba(201, 162, 39, 0) 58%),
    radial-gradient(620px 280px at 90% 82%, rgba(240, 210, 139, 0.08), rgba(240, 210, 139, 0) 58%);
  pointer-events: none;
}

.gp-counter-shell {
  position: relative;
  z-index: 1;
  padding: 42px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 100%);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.gp-counter-shell:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    radial-gradient(420px 220px at 0% 0%, rgba(201, 162, 39, 0.16), rgba(201, 162, 39, 0) 60%);
  pointer-events: none;
}

.gp-counter-head {
  position: relative;
  max-width: 780px;
  margin: 0 auto 34px;
}

.gp-counter-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: rgba(240, 210, 139, 0.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.gp-counter-head h2 {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.gp-counter-head h2 span {
  color: #f0d28b;
}

.gp-counter-head p {
  margin: 0 auto;
  max-width: 700px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.85;
  font-size: 16px;
}

.gp-counter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  position: relative;
}

.gp-counter-card {
  min-height: 100%;
  padding: 28px 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.04) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-align: left;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.gp-counter-card:hover {
  transform: translateY(-6px);
  border-color: rgba(240, 210, 139, 0.3);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.gp-counter-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.2), rgba(240, 210, 139, 0.48));
  color: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.gp-counter-icon i {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.95);
}

#arck-counter .arck-counter-inner-item {
  text-align: left;
}

#arck-counter .arck-counter-inner-item h3 {
  margin-bottom: 10px;
  color: #f0d28b;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

#arck-counter .arck-counter-inner-item h3 .counter {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

#arck-counter .arck-counter-inner-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}

#arck-project-2 {
  position: relative;
  padding: 110px 0;
}

#arck-project-2:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(251, 250, 248, 0.98) 0%, rgba(246, 243, 237, 0.94) 100%),
    radial-gradient(820px 360px at 8% 18%, rgba(201, 162, 39, 0.08), rgba(201, 162, 39, 0) 60%),
    radial-gradient(760px 320px at 88% 18%, rgba(11, 15, 20, 0.04), rgba(11, 15, 20, 0) 62%);
  pointer-events: none;
}

.gp-category-shell {
  position: relative;
  z-index: 1;
}

.gp-category-head {
  max-width: 760px;
  margin: 0 auto 40px;
}

.gp-category-head .sub-title {
  display: inline-block;
  margin-bottom: 14px;
  color: rgba(11, 15, 20, 0.62);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.gp-category-head h2 {
  margin-bottom: 16px;
  color: var(--gp-ink);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.gp-category-head h2 span {
  color: var(--main-color-2);
}

.gp-category-head p {
  max-width: 660px;
  margin: 0 auto;
  color: rgba(11, 15, 20, 0.68);
  line-height: 1.85;
  font-size: 16px;
}

.gp-category-grid {
  display: block;
  margin: 0 -13px;
}

.gp-category-grid__item {
  display: flex;
  padding: 0 13px;
}

.gp-category-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 16px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 249, 244, 0.98) 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  /* box-shadow: 0 20px 56px rgba(11, 15, 20, 0.09); */
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.gp-category-card:hover {
  transform: translateY(-8px);
  border-color: rgba(201, 162, 39, 0.24);
  /* box-shadow: 0 30px 72px rgba(11, 15, 20, 0.13); */
}

.gp-category-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 24px;
}

.gp-category-card__media:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(10, 14, 20, 0.02) 0%, rgba(10, 14, 20, 0.08) 100%),
    radial-gradient(260px 120px at 85% 12%, rgba(240, 210, 139, 0.16), rgba(240, 210, 139, 0) 72%);
  opacity: 0.9;
  transition: opacity 260ms ease;
}

.gp-category-card__media img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 400ms ease;
}

.gp-category-card:hover .gp-category-card__media img {
  transform: scale(1.05);
}

.gp-category-card__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 22px 8px 8px;
}

.gp-category-card__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  color: rgba(201, 162, 39, 0.92);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gp-category-card__title {
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.gp-category-card__title a {
  color: var(--gp-ink);
}

.gp-category-card__text {
  margin-bottom: 22px;
  color: rgba(11, 15, 20, 0.68);
  font-size: 15px;
  line-height: 1.8;
}

.gp-category-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.gp-category-card__brand {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(11, 15, 20, 0.04);
  color: rgba(11, 15, 20, 0.7);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.gp-category-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c9a227 0%, #f0d28b 55%, #c9a227 100%);
  color: rgba(11, 15, 20, 0.98);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 14px 32px rgba(201, 162, 39, 0.18);
}

.gp-category-card__link i {
  margin-left: 8px;
  transition: transform 220ms ease;
}

.gp-category-card:hover .gp-category-card__link i {
  transform: translateX(3px);
}

.gp-category-slider .slick-track {
  display: flex;
}

.gp-category-slider .slick-slide {
  height: auto;
}

.gp-category-slider .slick-slide > div,
.gp-category-slider .slick-slide .gp-category-grid__item {
  height: 100%;
}

.gp-category-slider .slick-dots {
  position: relative;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
}

.gp-category-slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0;
}

.gp-category-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
}

.gp-category-slider .slick-dots li button:before {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.14);
  color: transparent;
  opacity: 1;
  transition: transform 220ms ease, background 220ms ease;
}

.gp-category-slider .slick-dots li.slick-active button:before,
.gp-category-slider .slick-dots li:hover button:before {
  background: #c9a227;
  transform: scale(1.08);
}

#arck-testimonial-appointment {
  position: relative;
  padding: 110px 0;
  background: linear-gradient(180deg, rgba(247, 244, 238, 0.98) 0%, rgba(242, 238, 231, 0.98) 100%);
}

#arck-testimonial-appointment:before {
  display: none;
}

.gp-testimonial-shell {
  position: relative;
  z-index: 1;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.gp-testimonial-shell .row {
  margin-left: -14px;
  margin-right: -14px;
}

.gp-testimonial-shell .row > div {
  padding-left: 14px;
  padding-right: 14px;
}

.gp-testimonial-panel,
.gp-support-panel {
  height: 100%;
  padding: 40px 36px !important;
  border-radius: 28px;
  box-shadow: 0 18px 52px rgba(11, 15, 20, 0.08);
}

.gp-testimonial-panel {
  background: linear-gradient(180deg, rgba(12, 16, 22, 0.98) 0%, rgba(18, 24, 32, 0.96) 100%);
  color: rgba(255, 255, 255, 0.95);
}

.gp-testimonial-head .sub-title {
  color: rgba(240, 210, 139, 0.82);
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 700;
}

.gp-testimonial-head h2 {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.98);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.gp-testimonial-head h2 span {
  color: #f0d28b;
}

.gp-testimonial-head p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.85;
  margin-bottom: 0;
}

.gp-testimonial-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 26px 0 30px;
}

.gp-testimonial-meta__item {
  padding: 18px 18px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.gp-testimonial-meta__item strong {
  display: block;
  margin-bottom: 6px;
  color: #f0d28b;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.gp-testimonial-meta__item span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

#arck-testimonial-appointment .arck-testimonial-slider-wrap {
  padding-top: 0;
}

.gp-review-card .inner-text {
  padding: 28px 26px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.95;
  font-size: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.gp-review-card .inner-text i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-right: 12px;
  border-radius: 16px;
 /*  background: linear-gradient(135deg, rgba(201, 162, 39, 0.2), rgba(240, 210, 139, 0.45));  */
  color: rgba(255, 255, 255, 0.96);
  vertical-align: middle;
}

.gp-review-card .inner-author {
  align-items: center;
  margin-top: 22px;
}

.gp-review-card .inner-author .author-img {
  width: 64px;
  height: 64px;
  margin-right: 16px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(240, 210, 139, 0.28);
}

.gp-review-card .inner-author .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gp-review-card .inner-author .author-text h3 {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 20px;
}

.gp-review-card .inner-author .author-text span {
  color: rgba(240, 210, 139, 0.82);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#arck-testimonial-appointment .arck-testimonial-slider .slick-dots {
  bottom: -10px;
}

#arck-testimonial-appointment .arck-testimonial-slider .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

#arck-testimonial-appointment .arck-testimonial-slider .slick-dots li.slick-active,
#arck-testimonial-appointment .arck-testimonial-slider .slick-dots li:hover {
  background: #f0d28b;
}

.gp-support-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 246, 0.98) 100%);
}

.gp-support-head .sub-title {
  color: rgba(11, 15, 20, 0.62);
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 700;
}

.gp-support-head h2 {
  margin-bottom: 14px;
  color: var(--gp-ink);
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.gp-support-head h2 span {
  color: var(--main-color-2);
}

.gp-support-head p {
  color: rgba(11, 15, 20, 0.68);
  line-height: 1.85;
  margin-bottom: 0;
}

#arck-testimonial-appointment .gp-support-panel .arck-section-title-2 h2 {
  color: var(--gp-ink);
}

#arck-testimonial-appointment .gp-support-panel .arck-section-title-2 p {
  color: rgba(11, 15, 20, 0.68);
}

#arck-testimonial-appointment .gp-support-panel .arck-section-title-2 .sub-title {
  color: rgba(11, 15, 20, 0.62);
}

#arck-testimonial-appointment .gp-support-panel .arck-section-title-2 h2 span {
  color: var(--main-color-2);
}

.gp-support-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 26px;
}

.gp-support-info__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 16px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 10px 28px rgba(11, 15, 20, 0.06);
}

.gp-support-info__item i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.16), rgba(240, 210, 139, 0.48));
  color: var(--gp-ink);
}

.gp-support-info__item span {
  color: rgba(11, 15, 20, 0.78);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.gp-support-form {
  padding-top: 0;
}

#arck-testimonial-appointment .gp-support-form input,
#arck-testimonial-appointment .gp-support-form textarea {
  min-height: 58px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.92);
  color: var(--gp-ink);
  box-shadow: none;
}

#arck-testimonial-appointment .gp-support-form textarea {
  min-height: 150px;
  padding-top: 16px;
}

#arck-testimonial-appointment .gp-support-form button {
  min-height: 52px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  #arck-testimonial-appointment {
    padding: 90px 0;
  }

  .gp-testimonial-shell .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gp-testimonial-shell .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gp-testimonial-panel,
  .gp-support-panel {
    padding: 34px 26px !important;
  }

  .gp-testimonial-meta,
  .gp-support-info {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .gp-testimonial-shell .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gp-testimonial-shell .row > div {
    padding-left: 8px;
    padding-right: 8px;
  }

  .gp-testimonial-panel,
  .gp-support-panel {
    padding: 28px 18px !important;
    border-radius: 22px;
  }

  .gp-review-card .inner-text {
    padding: 22px 18px;
    font-size: 15px;
  }

  .gp-review-card .inner-text i {
    width: 46px;
    height: 46px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1199.98px) {
  .gp-category-card__media img {
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  #arck-project-2 {
    padding: 90px 0;
  }

  .gp-category-card__media img {
    height: 280px;
  }

  .gp-category-card__title {
    font-size: 24px;
  }
}

@media (max-width: 1199.98px) {
  .gp-counter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  #arck-counter {
    padding: 90px 0;
  }

  .gp-counter-shell {
    padding: 28px 18px;
  }

  .gp-counter-grid {
    grid-template-columns: 1fr;
  }

  #arck-counter .arck-counter-inner-item,
  .gp-counter-card {
    text-align: center;
  }

  .gp-counter-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

#archx-about-2 {
  position: relative;
  padding: 110px 0;
}

#archx-about-2:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 245, 239, 0.95) 100%),
    radial-gradient(820px 420px at 12% 22%, rgba(201, 162, 39, 0.1), rgba(201, 162, 39, 0) 58%),
    radial-gradient(760px 360px at 92% 20%, rgba(11, 15, 20, 0.05), rgba(11, 15, 20, 0) 62%);
  pointer-events: none;
}

.gp-about-shell {
  position: relative;
  z-index: 1;
}

.gp-about-media {
  max-width: 470px;
  margin: 0 auto;
  padding: 22px;
}

.gp-about-media__frame {
  padding: 16px;
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(245, 242, 236, 0.98));
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 70px rgba(11, 15, 20, 0.12);
  position: relative;
}

.gp-about-media__frame:before {
  content: "";
  position: absolute;
  inset: -14px 38px auto auto;
  width: 120px;
  height: 120px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.25), rgba(240, 210, 139, 0.05));
  z-index: 0;
}

#archx-about-2 .archx-about-img-wrapper-2 .archx-about-img-2 {
  max-width: 100%;
  overflow: hidden;
  border-radius: 28px;
}

#archx-about-2 .archx-about-img-wrapper-2 .archx-about-img-2:before {
  content: none;
}

#archx-about-2 .archx-about-img-wrapper-2 .archx-about-img-2 img {
  width: 100%;
  display: block;
  border-radius: 28px;
}

.gp-about-badge {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(11, 15, 20, 0.92);
  color: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(11, 15, 20, 0.18);
}

.gp-about-badge span {
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  color: #f0d28b;
}

.gp-about-badge small {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.gp-about-badge--experience {
  left: -8px;
  bottom: 48px;
}

.gp-about-badge--contact {
  right: -8px;
  top: 58px;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--gp-ink);
}

.gp-about-badge--contact i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.18), rgba(240, 210, 139, 0.48));
  color: var(--gp-ink);
}

.gp-about-badge--contact small {
  color: rgba(11, 15, 20, 0.7);
  letter-spacing: 0.02em;
  text-transform: none;
  font-size: 14px;
}

.gp-about-panel {
  padding-left: 26px;
}

.gp-about-head {
  margin-bottom: 28px;
}

.gp-about-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: rgba(11, 15, 20, 0.62);
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 700;
}

.gp-about-head h2 {
  margin-bottom: 16px;
  color: var(--gp-ink);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.gp-about-head h2 span {
  color: var(--main-color-2);
}

.gp-about-head p,
.gp-about-copy,
.gp-about-copy p {
  color: rgba(11, 15, 20, 0.68);
  line-height: 1.9;
}

.gp-about-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 26px;
}

.gp-about-stat {
  padding: 28px 24px 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 246, 0.98) 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 16px 40px rgba(11, 15, 20, 0.08);
  position: relative;
  overflow: hidden;
}

.gp-about-stat:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  width: 76px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, rgba(201, 162, 39, 0.38), rgba(201, 162, 39, 0.95));
}

.gp-about-stat strong {
  display: inline-flex;
  align-items: flex-start;
  gap: 2px;
  margin-bottom: 10px;
  font-size: 46px;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--main-color-2);
}

.gp-about-stat strong .counter {
  display: inline;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.gp-about-stat strong:after {
  content: "+";
  font-size: 0.62em;
  line-height: 1;
  margin-top: 4px;
  color: #d7b14a;
}

.gp-about-stat > span {
  display: block;
  color: rgba(11, 15, 20, 0.72);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

.gp-about-copy {
  margin-bottom: 26px;
}

.gp-about-points {
  width: 100%;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 246, 0.98) 100%);
  box-shadow: 0 18px 48px rgba(11, 15, 20, 0.08);
}

#archx-about-2 .archx-about-service-area .archx-about-service {
  padding: 10px 8px 6px;
}

#archx-about-2 .about-servcie-icon-title {
  margin-bottom: 22px;
}

#archx-about-2 .archx-about-service-area .archx-about-service .about-service-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.16), rgba(240, 210, 139, 0.46));
}

#archx-about-2 .archx-about-service-area .archx-about-service .about-service-title h3 {
  font-size: 18px;
  margin-bottom: 4px;
}

#archx-about-2 .archx-about-service-area .archx-about-service .about-service-title p {
  color: rgba(11, 15, 20, 0.48);
  font-size: 14px;
}

#archx-about-2 .archx-about-service-area .archx-about-service .archx-service-list-item {
  margin-top: 0;
}

#archx-about-2 .archx-about-service-area .archx-about-service .archx-service-list-item ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

#archx-about-2 .archx-about-service-area .archx-about-service .archx-service-list-item li {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  color: var(--gp-ink);
  font-weight: 600;
  line-height: 1.5;
}

#archx-about-2 .archx-about-service-area .archx-about-service .archx-service-list-item li a {
  display: flex;
  align-items: center;
  color: inherit;
}

#archx-about-2 .archx-about-service-area .archx-about-service .archx-service-list-item li img {
  margin-right: 12px;
}

#archx-about-2 .archx-about-service-area .about-service-btn {
  margin-top: 18px;
}

#archx-about-2 .archx-about-service-area .about-service-btn a {
  min-height: 54px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .gp-about-panel {
    padding-left: 0;
    margin-top: 32px;
  }
}

@media (max-width: 991.98px) {
  #archx-about-2 {
    padding: 90px 0;
  }

  .gp-about-media {
    max-width: 560px;
  }
}

@media (max-width: 767.98px) {
  .gp-about-stats,
  #archx-about-2 .archx-about-service-area .archx-about-service .archx-service-list-item ul {
    grid-template-columns: 1fr;
  }

  .gp-about-badge--experience {
    left: 10px;
    bottom: 24px;
  }

  .gp-about-badge--contact {
    position: static;
    margin-top: 14px;
    width: 100%;
    justify-content: center;
  }
}

.arck-appointment-form-wrap input,
.arck-appointment-form-wrap textarea {
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: rgba(251, 250, 248, 0.75);
}

.arck-appointment-form-wrap input:focus,
.arck-appointment-form-wrap textarea:focus {
  border-color: rgba(201, 162, 39, 0.65);
  box-shadow: 0 0 0 4px rgba(201, 162, 39, 0.18);
}

.arck-sponsor-slider-item img {
  filter: grayscale(1) contrast(0.9) opacity(0.78);
  transition: filter 220ms ease, transform 220ms ease;
}

.arck-sponsor-slider-item:hover img {
  filter: grayscale(0) contrast(1) opacity(1);
  transform: translateY(-2px);
}

.archx-service-text-wrapper.gp-cta-strip {
  padding-top: 70px;
}

.gp-cta-strip__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, rgba(11, 15, 20, 0.92) 0%, rgba(11, 15, 20, 0.78) 55%, rgba(11, 15, 20, 0.92) 100%);
  box-shadow: 0 18px 50px rgba(11, 15, 20, 0.25);
  position: relative;
  overflow: hidden;
}

.gp-cta-strip__inner:before {
  content: "";
  position: absolute;
  inset: -40px;
  background:
    radial-gradient(600px 220px at 12% 25%, rgba(201, 162, 39, 0.22), rgba(201, 162, 39, 0) 60%),
    radial-gradient(520px 220px at 90% 70%, rgba(240, 210, 139, 0.16), rgba(240, 210, 139, 0) 58%);
  pointer-events: none;
}

.gp-cta-strip__inner .row {
  position: relative;
  align-items: center;
}

@media (min-width: 992px) {
  .gp-cta-strip__inner .row:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 12px;
    bottom: 12px;
    width: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.14) 20%, rgba(201, 162, 39, 0.5) 50%, rgba(255, 255, 255, 0.14) 80%, rgba(255, 255, 255, 0) 100%);
  }
}

.gp-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 14px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.gp-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 210, 139, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

.gp-cta__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: radial-gradient(circle at 30% 20%, rgba(240, 210, 139, 0.9), rgba(201, 162, 39, 0.22) 62%, rgba(201, 162, 39, 0) 72%);
  color: rgba(255, 255, 255, 0.92);
  position: relative;
  flex: 0 0 auto;
}

.gp-cta__icon i {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.92);
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.38));
}

.gp-cta__body {
  min-width: 0;
  flex: 1 1 auto;
}

.gp-cta__kicker {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 4px;
}

.gp-cta__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.2;
}

.gp-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c9a227 0%, #f0d28b 55%, #c9a227 100%);
  color: rgba(11, 15, 20, 0.98);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 14px 34px rgba(201, 162, 39, 0.18);
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.gp-cta__btn:hover {
  filter: brightness(1.02);
  transform: translateY(-1px);
  box-shadow: 0 18px 44px rgba(201, 162, 39, 0.24);
}

.gp-cta__btn--ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

.gp-cta__btn--ghost:hover {
  border-color: rgba(240, 210, 139, 0.55);
  box-shadow: none;
}

@media (max-width: 991.98px) {
  .gp-cta-strip__inner {
    padding: 14px;
  }

  .gp-cta {
    padding: 14px 12px;
  }
}

@media (max-width: 575.98px) {
  .gp-cta {
    flex-wrap: wrap;
  }

  .gp-cta__btn {
    width: 100%;
    text-align: center;
  }
}

#archx-service-2 {
  position: relative;
  padding: 110px 0 30px;
}

#archx-service-2:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(251, 250, 248, 0.98) 0%, rgba(245, 242, 236, 0.92) 100%),
    radial-gradient(920px 420px at 10% 10%, rgba(201, 162, 39, 0.1), rgba(201, 162, 39, 0) 58%),
    radial-gradient(760px 320px at 88% 20%, rgba(11, 15, 20, 0.05), rgba(11, 15, 20, 0) 62%);
  pointer-events: none;
}

.gp-service-shell {
  z-index: 1;
  padding-bottom: 110px;
  position: relative;
}

.gp-service-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.gp-service-intro {
  padding: 0 10px;
}

.gp-service-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: rgba(11, 15, 20, 0.62);
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 700;
}

.gp-service-kicker:before,
.gp-service-kicker:after {
  content: "";
  width: 36px;
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 162, 39, 0), rgba(201, 162, 39, 0.8));
}

.gp-service-kicker:after {
  background: linear-gradient(90deg, rgba(201, 162, 39, 0.8), rgba(201, 162, 39, 0));
}

.gp-service-intro h2 {
  margin-bottom: 16px;
  color: var(--gp-ink);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.gp-service-intro h2 span {
  color: var(--main-color-2);
}

.gp-service-intro p {
  max-width: 680px;
  margin: 0 auto;
  color: rgba(11, 15, 20, 0.68);
  font-size: 17px;
  line-height: 1.85;
}

.gp-service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.gp-service-grid__item {
  display: flex;
}

.gp-service-card {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px 24px 26px;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 246, 0.98) 100%);
  box-shadow: 0 16px 40px rgba(11, 15, 20, 0.08);
  overflow: hidden;
  position: relative;
}

.gp-service-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(201, 162, 39, 0.15), rgba(201, 162, 39, 0.92), rgba(240, 210, 139, 0.45));
}

.gp-service-card:after {
  content: "";
  position: absolute;
  top: -30px;
  right: -20px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 162, 39, 0.15) 0%, rgba(201, 162, 39, 0) 70%);
  pointer-events: none;
}

#archx-service-2 .gp-service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(201, 162, 39, 0.28);
  box-shadow: 0 26px 60px rgba(11, 15, 20, 0.14);
}

#archx-service-2 .gp-service-card .archx-feature-icon {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.16), rgba(240, 210, 139, 0.5));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

#archx-service-2 .gp-service-card .archx-feature-icon i {
  font-size: 25px;
  color: rgba(11, 15, 20, 0.94);
}

#archx-service-2 .gp-service-card .archx-feature-text {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

#archx-service-2 .gp-service-card .archx-feature-text h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.25;
}

#archx-service-2 .gp-service-card .archx-feature-text h3 a {
  color: var(--gp-ink);
}

#archx-service-2 .gp-service-card .archx-feature-text p {
  margin-bottom: 0;
  color: rgba(11, 15, 20, 0.68);
  line-height: 1.85;
}

.archx-service-text-wrapper.gp-cta-strip {
  padding-top: 44px;
}

@media (max-width: 1399.98px) {
  .gp-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  #archx-service-2 {
    padding: 90px 0 20px;
  }

  .gp-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gp-service-head {
    margin-bottom: 34px;
  }
}

@media (max-width: 575.98px) {
  .gp-service-grid {
    grid-template-columns: 1fr;
  }

  .gp-service-card {
    padding: 24px 20px 22px;
  }

  .gp-service-intro h2 {
    font-size: 30px;
  }

  .gp-service-intro p {
    font-size: 15px;
  }
}
.padding0{ padding:0px; }

.archx-header-section.header-social {
  margin-left: 15px;
  position: relative;
	margin-top: 20px;
}

.archx-header-section .header-social:before {
  top: 3px;
  width: 1px;
  content: "";
  left: -5px;
  height: 18px;
  position: absolute;
  background-color: rgba(229, 229, 229, 0.1882352941);
}

.archx-header-section .header-social a {
  color: #fff;
  margin-left: 15px;
}
.archx-header-section .header-social a:hover {
  color: var(--main-color-2);
}


.medical_search_bar {
  display: flex;
  align-items: center;
  border: 1px solid #000000;
  justify-content: space-between;
	margin-top: 10px;
}
.medical_search_bar .form_item {
  width: 90%;
  margin: 0px;
}
.medical_search_bar .form_item input {
  height: 45px;
  border: none;
	width: 100%;
	background-color: #111111;
	color: white;
	padding-left: 15px;
}
.medical_search_bar .option_select {
  width: 35%;
}
.medical_search_bar .option_select .nice-select {
  height: 60px;
  color: #2d2d2d;
  font-weight: 500;
  line-height: 45px;
  padding: 0px 20px;
  padding-right: 35px;
  background-color: #e6f0ff;
}
.medical_search_bar .option_select .nice-select:after {
  right: 20px;
}
.medical_search_bar .submit_btn {
  width: 10%;
  height: 45px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  margin-right: -1px;
  background-color: #c01f25;
	border: 0px;
}

	.logo-class {  padding: 3px 0px; }
@media screen and (max-width: 580px) {
	.logo-class {  text-align: center !important; }
	.bothpaddind{ padding: 0px; margin: 0px; }
	.archx-header-section{ position: relative !important;  }
	.arck-breadcrumb-section-2 .arck-breadcrumb-content {
  padding: 80px 0px 50px;
}

.arck-work-process-item .work-serial {
      margin-bottom: 20px;
}
	
}


.nofound{ color:#000; padding:10px 0px;}

.dropdown-toggle::after {
  content: none;

}

.gallery_re{margin:0px 0px 10px 0px; padding:0px; float:left; width:100%;}
.gallery_re ul{margin:0px 0px 0px 2px; padding:0px;}
.gallery_re ul li{margin:0px; margin:0px 8px 0px 0px; width:95px; height:80px; list-style:none; float:left;}
.gallery_re ul li img{ height:100%; width:100%;}
.border{border:1px solid #b2b2b2;}
.gallery_re ul li:last-child{ margin:0px;}

.border:hover{border:1px solid #da251d;}

.gallery{ float:left; width:100%;}
.gallery img { width:100%; height:auto; border:2px solid #959595; margin-bottom:10px;}



.large_right_side{ width:100%;}
.deatial{ text-align:left;  }
.deatial h1{ font-size:17px; color:#fff; background-color:#111111; line-height:30px; font-weight:normal;  margin-bottom:5px; padding:5px 0px 5px 10px;}
.deatial h2{  font:500 16px 'Open Sans', sans-serif; color:#363636; background:#f1f1f1; border-bottom:1px dashed #989898; padding: 10px 0px;}
.deatial h2 span{ color:#111; font-weight:bold;}
.deatial p{ text-align:justify; color:#454545; font-size:12px; line-height:22px; }


.deatial .cart a{ padding:15px 10px 15px 30px; text-align:center; color:#FFFFFF; font-size:14px; background:url(images/cart.png) no-repeat 38% 18px #393f4f; display:block; margin:20px 0px;}
.deatial .cart a:hover{ background:url(images/cart.png) no-repeat 38% -38px #fc0000;}



.wp-pagenavi a, .wp-pagenavi span{ color:#000; border: 1px solid var(--yellow-color)!important; }
.wp-pagenavi span.current{ color:#d80a05; border:solid 1px #d80a05 !important;}

.brdcrumb .home{ font:bold 14px arial; color: black;}
.brdcrumb .home:hover{ color: #BE0702; }

.brdcrumb  .category , .taxonomy {font:bold 14px arial; color: #BE0702;}
.brdcrumb  .category:hover , .taxonomy:hover{ color: #E2E2E2; }
/*=========  Checkout-content ========*/
.qty-input{ width: 100%;
	margin-bottom: 5px;
	height: 40px;
	line-height: 40px;
	margin-top:10px;
	border: 1px solid #E2E2E2;
	border-radius: 0px;
	background: #fff;
	box-shadow: none;
	outline: none;
	padding: 0 20px;
	font-size: 14px;
	color: #111111;}
.product-details-box a.add-to-cart, .add-to-cart {

	clear: both;
	margin-top:5px;
	padding: 10px 40px 10px 40px;
background: #111111;
font-weight: bold;
font-family: 'Raleway', sans-serif;
font-size: 18px;
margin-top: 20px;
border: 0;
color: #fff;
text-transform: uppercase;
outline: none;
}

.product-details-box a.add-to-cart i, .add-to-cart i {
	padding-left: 33px;
	color: #373838;
	font-size: 1.25em;
	vertical-align: middle;
}
.product-details-box a.add-to-cart:before, .add-to-cart:before  {
	/*content: '';
	width:1px;
	height:28px;
	background: #c20904;
	position: absolute;
	right: 39px;
	top: 3px;*/
}
.product-details-box a.add-to-cart:after, .add-to-cart:after {
	/*content: '';
	width:1px;
	height:28px;
	background: #c20904;
	position: absolute;
	right: 40px;
	top: 3px;*/
}
.product-details-box a.add-to-cart:hover, .add-to-cart:hover,  .product-details-box a.add-to-cart:hover i, .add-to-cart:hover i,  .product-details-page-content .shop-page-content .meta a:hover {
	color:#fff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#checkout-content {
	padding: 98px 0 130px;
}
#checkout-content .row {
	width:100%;
	margin:0 auto;
}
#checkout-content .return-customer {
	background: #F9F9F9;
	border: 1px solid #EBEBEB;
	padding: 21px 30px;
	margin-bottom: 28px;
}
#checkout-content .return-customer p {
	margin-bottom: 0;
	font-size: 14px;
	color: #8e8e8e;
	line-height: 26px;
	letter-spacing: .02em;
}
#checkout-content .return-customer a {
	color: #fe5454;
	letter-spacing: .02em;
}
#checkout-content .section-title h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color:#323232;
	text-transform: capitalize;
	position: relative;
	padding-bottom:13px;
	margin-bottom: 43px;
}
#checkout-content .section-title h2:before {
	content: '';
	width:45px;
	height:3px;
	background: #d80a05;
	position: absolute;
	bottom:0;
	left:0;
}
#checkout-content .section-title h2.left_before_fix {
	letter-spacing: 0px;
	margin-bottom: 45px;
}
#checkout-content .section-title h2.left_before_fix:before {
	left:38px;
}
#checkout-content label,  #checkout-content input[type="text"] {
	display: block;
}
#checkout-content label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 26px;
	color: #8e8d8d;
	margin-bottom: 5px;
}
 #checkout-content input[type="text"]::-webkit-input-placeholder { /* Safari, Chrome and Opera */
 color: #C6C6C6;
}
 #checkout-content input[type="text"]:-moz-placeholder { /* Firefox 18- */
 color: #C6C6C6;
}
 #checkout-content input[type="text"]::-moz-placeholder { /* Firefox 19+ */
 color: #C6C6C6;
}
 #checkout-content input[type="text"]:-ms-input-placeholder { /* IE 10+ */
 color: #C6C6C6;
}
 #checkout-content input[type="text"]::-ms-input-placeholder { /* Edge */
 color: #C6C6C6;
}
 #checkout-content input[type="text"]:placeholder-shown { /* Standard one last! */
 color: #C6C6C6;
}
#checkout-content input[type="text"],  #checkout-content .left-checkout button {
	width: 100%;
	margin-bottom: 10px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #E2E2E2;
	border-radius: 0px;
	background: #fff;
	box-shadow: none;
	outline: none;
	padding: 0 20px;
	font-size: 14px;
	color: #C6C6C6;
}
#checkout-content .left-checkout button {
	text-align: left;
	color: #8e8d8d;
	padding-right:10px;
	margin-bottom:0;
}
#checkout-content .left-checkout ul.dropdown-menu {
	width:100%;
	margin:0;
}
#checkout-content .left-checkout ul.dropdown-menu li {
	padding:10px;
	color: #8e8d8d;
	cursor:pointer;
}
#checkout-content .left-checkout button .fa {
	float:right;
	padding-top:12px;
}
#checkout-content input[type="text"]:last-child {
	margin-bottom: 0;
}
#checkout-content .left-checkout > .row {
	margin-bottom: 20px;
}
#checkout-content .select-box {
	padding: 0;
	margin: 0;
	border: 1px solid #E2E2E2;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	background: #fff url(../img/cart/select-box-bg.png) no-repeat 95% 50%;
}
#checkout-content .select-box select {
	padding: 5px 8px;
	width: 130%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#checkout-content .select-box select:focus {
	outline: none;
}
#checkout-content .row span {
	font-size: 1em;
	font-weight: 500;
	color: #fe5454;
}
#checkout-content .row span.create_account {
	color:#8e8d8d;
	font-size: 0.875em;
	text-transform: capitalize;
}
#checkout-content input[type="checkbox"] {
	margin: 0;
	vertical-align: middle;
	margin-right: 15px;
}
#checkout-content textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #E2E2E2;
	padding: 10px 20px;
	outline: none;
}
#checkout-content .ship-different {
	margin-top: 75px;
}
#checkout-content .order-box {
	border: 1px solid #D9D9D9;
	padding:21px 14px 26px 30px;
	background: #fdfdfd;
}
#checkout-content .order-box ul li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	display: block;
	color: #8E8D8D;
	font-size: 14px;
	line-height: 43px;
	text-transform: uppercase;
}
#checkout-content .order-box ul li.total {
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	margin-top: 10px;
	margin-bottom: 19px;
}
#checkout-content .order-box ul li span {
	float: right;
	display: inline-block;
	color:#8e8d8d;
}
#checkout-content .order-box ul li span.bold {
	font-size: 18px;
	color: #010101;
}
#checkout-content .order-box ul li a span {
	color: #e81d23;
	text-transform: none;
}
#checkout-content .order-box ul li input[type="radio"] {
	margin-right: 10px;
}
#checkout-content .order-box ul li .note {
	font-family: 'Raleway', sans-serif;
	background: #ECECEC;
	padding: 15px 30px;
	color: #8e8d8d;
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	text-transform: none;
	margin-top: 12px;
	margin-bottom: 14px;
}
#checkout-content .order-box ul li .note .fa {
	font-size: 35px;
	position: absolute;
	top: -23px;
	left: 25px;
	color: #ECECEC;
}
#checkout-content .order-box ul li a.place-order {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #282f39;
	display: inline-block;
	background: #f6ba18;
	position: relative;
	line-height: 40px;
	padding-left: 35px;
	border-radius: 3px;
	margin-bottom: 27px;
	padding-right: 9px;
	font-size: 14px;
	margin-top: 40px;
}
#checkout-content .order-box ul li a.place-order i {
	padding-left: 15px;
	font-size: 1.25em;
	padding-right: 7px;
	vertical-align: middle;
	border-left: 1px solid #ffcd47;
	position: relative;
	margin-left: 30px;
	font-size: 14px;
	line-height: 28px;
}
#checkout-content .order-box ul li a.place-order i:after {
	content: '';
	width:1px;
	height:100%;
	background: #d7a41b;
	position: absolute;
	left: -2px;
	top: 0;
}
#checkout-content .order-box ul li a.place-order:hover,  #checkout-content .order-box ul li a.place-order:hover i {
	color:#fff;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}


.proceed-to-checkout input{text-decoration: none; font-family: 'Oswald', sans-serif; font-size:15px; font-weight:500; color: #fff; background: #d91101; padding: 15px 65px; display: inline-block; text-transform:uppercase; border: 0px; margin-top: 10px;}
.proceed-to-checkout input:hover{background: #000000;}


/* contact pages start*/

.Submit-btn{padding:10px 10px; 
	text-align:center; 
	color:#FFFFFF; 
	font-size:12px; 
	background:#ed3d00; 
	display:block; 
	margin:20px 0px;
	border: 0px;
	text-transform:uppercase;}
.Submit-btn:hover{background:#111111; }
.contactbx{border: 1px #111 solid; list-style:none;}
.contactbx ul {margin:0px; padding:0px; list-style: none}
.contactbx ul li{border-bottom: 1px #111 solid;}
.contactbx ul li:last-child{border-bottom:0;}
.contactbx ul li span{border-right: 1px #111 solid;font-size: 20px; color: #111111;width: 50px;height: 50px;text-align: center;line-height: 50px;}
.backk2{ background:#323030; padding:0 0 54px 10px;}
.contactbxm{ -webkit-box-shadow: -1px 2px 23px 1px rgba(0,0,0,0.62);
-moz-box-shadow: -1px 2px 23px 1px rgba(0,0,0,0.62);
box-shadow: -1px 2px 23px 1px rgba(0,0,0,0.62);}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{ clear:both;}


.form_name{   width: 100%; height: 50px; border: none; border: 2px solid #d0d0d0; padding: 10px;  margin: 8px 0px 8px 0px; font-family:Arial, Helvetica, sans-serif;}
.form_textarea{  width: 100%;  border: none; border: 2px solid #d0d0d0; padding: 10px;  margin: 8px 0px 8px 0px; font-family:Arial, Helvetica, sans-serif;}
.submit{font-family: Poppins-Medium; font-size:13px; color:#fff; padding:10px 30px; border:0px; text-decoration:none; background:#111111; transition: 0.5s all; text-transform:uppercase;}
.submit:hover{color:#fff; background:#d80a05;}




/*size chart styling*/
.oneul{ max-width:113px; width:100%; float:left; margin:0 1px 0 0px;}
.oneul h4{ font:600 15px 'Montserrat', sans-serif; margin:0 0 0 0px; padding:6px 0px; text-transform:uppercase; text-align:center; color:#fff; background:#141414;}
.oneul ul{ margin:0; padding:0; list-style:none;}
.oneul ul li{ font:600 13px 'Montserrat', sans-serif; margin:0 0 1px 0px; padding:6px 0px; text-transform:capitalize; text-align:center; color:#1c1c1c; background:#dcdcdc;}
.sizebottom{ margin:0 0 20px 0px; clear: both; }
.sizebottom h4{ font:600 30px 'Montserrat', sans-serif; margin:0 0 0px 0px; padding:12px 0px; text-transform:uppercase; text-align:center; color:#d80e0e; background:#f1f1f1;}


.twoul{ max-width:135px; width:100%; float:left; margin:0 1px 0 0px;}
.twoul h4{ font:600 15px 'Montserrat', sans-serif; margin:0 0 0 0px; padding:6px 0px; text-transform:uppercase; text-align:center; color:#fff; background:#141414;}
.twoul ul{ margin:0; padding:0; list-style:none;}
.twoul ul li{ font:600 13px 'Montserrat', sans-serif; margin:0 0 1px 0px; padding:6px 0px; text-transform:capitalize; text-align:center; color:#1c1c1c; background:#dcdcdc;}
.sizebottom{ margin:0 0 20px 0px;}
.sizebottom h4{ font:600 26px 'Montserrat', sans-serif; margin:0 0 0px 0px; padding:12px 0px; text-transform:uppercase; text-align:center; color:#d80e0e; background:#f1f1f1;}

.mmm{ width:50px; float:left;}
.sizcfor h4{ font:600 30px 'Montserrat', sans-serif; margin:0 0 20px 0px; padding:12px 0px; text-transform:uppercase; text-align:center; color:#d80e0e; background:#f1f1f1;}

.threeul{ max-width:125px; width:100%; float:left; margin:0 1px 0 0px;}
.threeul h4{ font:600 15px 'Montserrat', sans-serif; margin:0 0 0 0px; padding:6px 0px; text-transform:uppercase; text-align:center; color:#fff; background:#141414;}
.threeul ul{ margin:0; padding:0; list-style:none;}
.threeul ul li{ font:600 13px 'Montserrat', sans-serif; margin:0 0 1px 0px; padding:6px 0px; text-transform:capitalize; text-align:center; color:#1c1c1c; height:58px;
background:#dcdcdc;}


.fourul{ max-width:125px; width:100%; float:left; margin:0 1px 0 0px;}
.fourul h4{ font:600 15px 'Montserrat', sans-serif; margin:0 0 0 0px; padding:6px 0px; text-transform:uppercase; text-align:center; color:#fff; background:#141414;}
.fourul ul{ margin:0; padding:0; list-style:none;}
.fourul ul li{ font:600 13px 'Montserrat', sans-serif; margin:0 0 1px 0px; padding:6px 0px; text-transform:capitalize; text-align:center; color:#1c1c1c;background:#dcdcdc;}


.fiveul{ max-width:115px; width:100%; float:left; margin:0 1px 0 0px;}
.fiveul h4{ font:600 15px 'Montserrat', sans-serif; margin:0 0 0 0px; padding:6px 0px; text-transform:uppercase; text-align:center; color:#fff; background:#141414;}
.fiveul ul{ margin:0; padding:0; list-style:none;}
.fiveul ul li{ font:600 13px 'Montserrat', sans-serif;margin:0 0 1px 0px; padding:6px 0px;text-transform:capitalize; text-align:center; color:#1c1c1c;background:#dcdcdc;}

.sssm{ font:600 26px 'Montserrat', sans-serif; margin:0 0 0px 0px; padding:12px 0px; text-transform:uppercase; text-align:center; color:#d80e0e; background:#f1f1f1;    display:none;}
.sssz{ font:600 26px 'Montserrat', sans-serif; margin:0 0 0px 0px; padding:12px 0px; text-transform:uppercase; text-align:center; color:#d80e0e; background:#f1f1f1; clear: both;}

/*size chart styling*/


.logo-cta-info li {
  color: #B4B4B4;
  margin-bottom: 20px;
}

/* ==========================================================================
   FACTORY TOUR SECTION
   ========================================================================== */
.gp-factory-tour-section {
  background-color: #0b0f14;
  padding: 110px 0;
  position: relative;
  z-index: 1;
}

.gp-factory-tour-section .gp-section-title h2 {
  color: #fff;
}

.gp-factory-tour-section .gp-section-title p {
  color: rgba(255, 255, 255, 0.65);
}

.gp-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 280px;
  gap: 24px;
}

.gp-gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  background-color: #1a1a1a;
}

.gp-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gp-gallery-item:hover img {
  transform: scale(1.06);
}

.gp-gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11, 15, 20, 0.95) 0%, rgba(11, 15, 20, 0.4) 50%, rgba(11, 15, 20, 0) 100%);
  display: flex;
  align-items: flex-end;
  padding: 32px 28px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gp-gallery-item:hover .gp-gallery-overlay {
  opacity: 1;
}

.gp-gallery-content {
  transform: translateY(15px);
  transition: transform 0.4s ease;
}

.gp-gallery-item:hover .gp-gallery-content {
  transform: translateY(0);
}

.gp-gallery-content h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}

.gp-gallery-content p {
  color: #c9a227;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

/* Grid Sizing */
.gp-gallery-item.large {
  grid-column: span 2;
  grid-row: span 2;
}

.gp-gallery-item.vertical {
  grid-row: span 2;
}

.gp-gallery-item.horizontal {
  grid-column: span 2;
}

/* Responsive */
@media (max-width: 991.98px) {
  .gp-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 240px;
    gap: 16px;
  }
  .gp-gallery-item.large {
    grid-column: span 2;
  }
  .gp-gallery-item.horizontal {
    grid-column: span 2;
  }
}

@media (max-width: 575.98px) {
  .gp-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }
  .gp-gallery-item.large,
  .gp-gallery-item.horizontal,
  .gp-gallery-item.vertical {
    grid-column: span 1;
    grid-row: span 1;
  }
}

/* ==========================================================================
   FOOTER SECTION
   ========================================================================== */
.gp-footer-section {
  padding-top: 0;
  background:
    radial-gradient(700px 320px at 10% 0%, rgba(201, 162, 39, 0.12), rgba(201, 162, 39, 0) 60%),
    linear-gradient(180deg, #0a0e13 0%, #0d1218 48%, #0a0e13 100%);
  position: relative;
}

.gp-footer-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.3;
  pointer-events: none;
}

.gp-footer-section .container {
  position: relative;
  z-index: 1;
}

.gp-footer-fluid {
  width: 100%;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
}

.gp-footer-content {
  padding: 56px 0 26px;
}

.gp-footer-section .archx-footer-widget {
  height: 100%;
}

.gp-footer-brand {
  padding: 26px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.gp-footer-logo img {
  max-width: 180px;
}

.gp-footer-copy {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  margin-bottom: 20px;
}

.gp-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.gp-footer-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(240, 210, 139, 0.18);
  background: rgba(240, 210, 139, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gp-footer-contact-list ul {
  display: grid;
  gap: 10px;
}

.gp-footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 14px;
  margin-bottom: 0;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.gp-footer-contact-list li i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.2), rgba(240, 210, 139, 0.46));
  color: rgba(255, 255, 255, 0.95);
  flex: 0 0 auto;
}

.gp-footer-contact-list li span {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.7;
}

.gp-footer-links {
  padding: 10px 0 0 24px;
}

.gp-footer-section .archx-footer-widget .widget-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 14px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.gp-footer-section .archx-footer-widget .widget-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c9a227 0%, #f0d28b 100%);
}

.gp-footer-section .archx-footer-widget .menu-widget {
  padding-left: 0;
}

.gp-footer-section .archx-footer-widget .menu-widget li {
  margin-bottom: 10px;
}

.gp-footer-section .archx-footer-widget .menu-widget li a {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 500;
  transition: color 220ms ease, transform 220ms ease;
}

.gp-footer-section .archx-footer-widget .menu-widget li a:hover {
  color: #f0d28b;
  transform: translateX(4px);
}

.gp-footer-connect {
  padding-left: 22px;
}

.gp-footer-connect-card {
  padding: 22px 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.18);
}

.gp-footer-connect-card p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  margin-bottom: 14px;
}

.gp-footer-secondary-mail {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(240, 210, 139, 0.1);
  border: 1px solid rgba(240, 210, 139, 0.18);
  color: #f0d28b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.gp-footer-social ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gp-footer-section .archx-footer-copyright-social a {
  width: 48px;
  height: 48px;
  margin-left: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}

.gp-footer-section .archx-footer-copyright-social a:hover {
  background: linear-gradient(135deg, #c9a227 0%, #f0d28b 100%);
  color: #0b0f14;
}

.gp-footer-bottom {
  position: relative;
  padding: 18px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  gap: 18px;
}

.gp-footer-copy-text,
.gp-footer-policy {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
}

.gp-footer-policy {
  text-align: right;
}

@media (max-width: 1199.98px) {
  .gp-footer-links,
  .gp-footer-connect {
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  .gp-footer-content {
    padding: 46px 0 22px;
  }

  .gp-footer-brand,
  .gp-footer-connect-card {
    padding: 22px 18px;
  }

  .gp-footer-links {
    padding-top: 18px;
  }

  .gp-footer-bottom {
    justify-content: center !important;
    text-align: center;
  }

  .gp-footer-policy {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .gp-footer-brand,
  .gp-footer-connect-card {
    padding: 20px 16px;
    border-radius: 22px;
  }

  .gp-footer-badges span {
    width: 100%;
    justify-content: center;
  }

  .gp-footer-contact-list li {
    padding: 12px 12px;
  }

  .gp-footer-section .archx-footer-widget .widget-title {
    margin-bottom: 16px;
  }
}

/* ==========================================================================
   SPONSOR SECTION
   ========================================================================== */
#arck-sponsor {
  position: relative;
  padding: 105px 0 110px;
}

#arck-sponsor:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(249, 247, 243, 0.98) 0%, rgba(244, 239, 231, 0.98) 100%),
    radial-gradient(700px 280px at 10% 20%, rgba(201, 162, 39, 0.09), rgba(201, 162, 39, 0) 60%);
  pointer-events: none;
}

.gp-sponsor-shell {
  position: relative;
  z-index: 1;
  padding: 52px 46px 46px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.82) 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 30px 75px rgba(11, 15, 20, 0.08);
  overflow: hidden;
}

.gp-sponsor-shell:before,
.gp-sponsor-shell:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.gp-sponsor-shell:before {
  width: 240px;
  height: 240px;
  top: -120px;
  right: -70px;
  background: radial-gradient(circle, rgba(240, 210, 139, 0.36) 0%, rgba(240, 210, 139, 0) 70%);
}

.gp-sponsor-shell:after {
  width: 180px;
  height: 180px;
  bottom: -90px;
  left: -50px;
  background: radial-gradient(circle, rgba(201, 162, 39, 0.16) 0%, rgba(201, 162, 39, 0) 72%);
}

.gp-sponsor-head {
  max-width: 760px;
  margin: 0 auto 26px;
}

.gp-sponsor-head h2 {
  margin-bottom: 14px;
}

.gp-sponsor-head p {
  margin-bottom: 0;
  color: rgba(11, 15, 20, 0.66);
}

.gp-sponsor-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 34px;
}

.gp-sponsor-note span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(201, 162, 39, 0.16);
  color: rgba(11, 15, 20, 0.75);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(11, 15, 20, 0.05);
}

.gp-sponsor-slider {
  margin: 0 -10px;
}

.gp-sponsor-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.gp-sponsor-slider .slick-slide {
  height: auto;
  padding: 10px;
}

.gp-sponsor-slider .slick-slide > div {
  height: 100%;
}

.gp-sponsor-card {
  height: 100%;
  min-height: 140px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 28px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(250, 248, 243, 0.98) 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 40px rgba(11, 15, 20, 0.06);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.gp-sponsor-card:hover {
  transform: translateY(-5px);
  border-color: rgba(201, 162, 39, 0.22);
  box-shadow: 0 24px 54px rgba(11, 15, 20, 0.1);
}

.arck-sponsor-slider-item img {
  width: auto;
  max-width: 100%;
  max-height: 52px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.05);
  opacity: 0.76;
  transition: transform 240ms ease, filter 240ms ease, opacity 240ms ease;
}

.gp-sponsor-card:hover img {
  transform: scale(1.02);
  filter: grayscale(0);
  opacity: 1;
}

.gp-sponsor-slider .slick-dots {
  bottom: -42px;
}

.gp-sponsor-slider .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.14);
}

.gp-sponsor-slider .slick-dots li.slick-active,
.gp-sponsor-slider .slick-dots li:hover {
  background: #c9a227;
}

@media (max-width: 991.98px) {
  #arck-sponsor {
    padding: 90px 0 96px;
  }

  .gp-sponsor-shell {
    padding: 40px 24px 34px;
    border-radius: 28px;
  }

  .gp-sponsor-note {
    margin-bottom: 24px;
  }
}

@media (max-width: 575.98px) {
  .gp-sponsor-shell {
    padding: 30px 18px 30px;
    border-radius: 24px;
  }

  .gp-sponsor-note span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .gp-sponsor-card {
    min-height: 120px;
    padding: 22px 16px;
  }
}

/* ==========================================================================
   HEADER SEARCH + PAGE BANNER
   ========================================================================== */
.archx-header-section .header-top-content {
  align-items: center;
}

.gp-header-search-form {
  width: 100%;
}

.gp-header-search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(7, 10, 14, 0.98) 0%, rgba(16, 21, 28, 0.96) 100%);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.gp-header-search-bar:focus-within {
  border-color: rgba(240, 210, 139, 0.45);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22), 0 0 0 4px rgba(201, 162, 39, 0.08);
}

.gp-header-search-field {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
}

.gp-header-search-bar .form_item {
  width: auto;
  flex: 1 1 auto;
  margin: 0;
}

.gp-header-search-bar .form_item input {
  width: 100%;
  height: 52px;
  padding: 0 18px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.96);
  font-size: 15px;
  line-height: 52px;
}

.gp-header-search-bar .form_item input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.gp-header-search-btn {
  width: 44px;
  min-width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  border: 1px solid rgba(240, 210, 139, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, #c9a227 0%, #f0d28b 55%, #c9a227 100%);
  color: rgba(11, 15, 20, 0.98);
  line-height: 1;
  box-shadow: 0 14px 30px rgba(201, 162, 39, 0.22);
}

.gp-header-search-bar.medical_search_bar .submit_btn.gp-header-search-btn {
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  line-height: 1 !important;
  margin: 0 !important;
  align-self: center;
}

.gp-header-search-bar.medical_search_bar .submit_btn.gp-header-search-btn i {
  display: block;
  line-height: 1;
}

.gp-header-search-btn i {
  font-size: 16px;
  line-height: 1;
  transform: translateY(0);
  color: currentColor;
}

.gp-header-search-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 18px 36px rgba(201, 162, 39, 0.28);
}

.gp-page-hero {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gp-page-hero__overlay,
.gp-page-hero__pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.gp-page-hero__overlay {
  background:
    linear-gradient(180deg, rgba(10, 14, 20, 0.72) 0%, rgba(10, 14, 20, 0.58) 35%, rgba(10, 14, 20, 0.78) 100%),
    radial-gradient(700px 260px at 18% 18%, rgba(201, 162, 39, 0.16), rgba(201, 162, 39, 0) 60%);
}

.gp-page-hero__pattern {
  opacity: 0.4;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 110px 110px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #000 42%, #000 100%);
}

.gp-page-hero .container {
  position: relative;
  z-index: 1;
}

.gp-page-hero__content {
  max-width: 860px;
  margin: 0 auto;
  padding: 178px 34px 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(180deg, rgba(11, 15, 20, 0.18) 0%, rgba(11, 15, 20, 0.12) 100%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.gp-page-hero__content:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 132px;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(201, 162, 39, 0) 0%, rgba(240, 210, 139, 1) 50%, rgba(201, 162, 39, 0) 100%);
  transform: translateX(-50%);
}

.gp-page-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: rgba(240, 210, 139, 0.92);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.gp-page-hero__kicker:before,
.gp-page-hero__kicker:after {
  content: "";
  width: 22px;
  height: 1px;
  background: rgba(240, 210, 139, 0.7);
}

.gp-page-hero .arck-breadcrumb-content h1 {
  margin-bottom: 18px;
  padding-bottom: 0;
  color: rgba(255, 255, 255, 0.98);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.gp-breadcrumb-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
}

.gp-breadcrumb-nav li {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gp-breadcrumb-nav li:before {
  display: none !important;
  content: none !important;
}

.gp-breadcrumb-nav li + li {
  position: relative;
  padding-left: 22px;
}

.gp-breadcrumb-nav li + li:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid rgba(240, 210, 139, 0.9);
  border-right: 1px solid rgba(240, 210, 139, 0.9);
  transform: translateY(-50%) rotate(45deg);
}

.gp-breadcrumb-nav li a {
  color: rgba(255, 255, 255, 0.9);
  transition: color 220ms ease;
}

.gp-breadcrumb-nav li a:hover {
  color: #f0d28b;
}

@media (max-width: 991.98px) {
  .gp-header-search-bar {
    margin: 10px 0 0;
  }

  .gp-page-hero__content {
    padding: 156px 24px 78px;
  }

  .gp-page-hero__content:before {
    top: 118px;
  }
}

@media (max-width: 767.98px) {
  .gp-page-hero__content {
    padding: 144px 18px 68px;
  }

  .gp-page-hero__content:before {
    top: 110px;
    width: 58px;
  }

  .gp-page-hero .arck-breadcrumb-content h1 {
    font-size: clamp(30px, 8vw, 42px);
  }
}

@media (max-width: 575.98px) {
  .gp-header-search-bar {
    padding: 6px;
    border-radius: 18px;
  }

  .gp-header-search-bar .form_item input,
  .gp-header-search-btn {
    height: 50px;
  }

  .gp-header-search-btn {
    width: 50px;
    min-width: 50px;
    border-radius: 14px;
  }

  .gp-breadcrumb-nav {
    gap: 8px 4px;
  }

  .gp-breadcrumb-nav li {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
}

/* ==========================================================================
   SOCIAL SECTION
   ========================================================================== */
#archx-social {
  position: relative;
  padding: 16px 0 0;
  background: transparent;
}

.gp-social-fluid {
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
}

.gp-social-shell {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 24px;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(135deg, rgba(9, 13, 19, 0.99) 0%, rgba(15, 22, 31, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 14px 34px rgba(11, 15, 20, 0.1);
  overflow: hidden;
  position: relative;
}

.gp-social-shell:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(280px 180px at 10% 20%, rgba(240, 210, 139, 0.1), rgba(240, 210, 139, 0) 70%),
    radial-gradient(220px 140px at 92% 85%, rgba(201, 162, 39, 0.06), rgba(201, 162, 39, 0) 72%);
  pointer-events: none;
}

.gp-social-intro,
.gp-social-grid {
  position: relative;
  z-index: 1;
}

.gp-social-intro__kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(240, 210, 139, 0.86);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gp-social-intro h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.gp-social-intro p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.65;
  max-width: 250px;
}

.gp-social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
  gap: 0;
  width: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.gp-social-shell .gp-social-item {
  width: 100%;
  max-width: none;
}

.gp-social-shell .gp-social-item a {
  height: 100%;
  min-height: 74px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: transparent;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  box-shadow: none;
  transition: background 220ms ease, color 220ms ease;
}

.gp-social-shell .gp-social-item a:hover {
  transform: none;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
}

.gp-social-shell .gp-social-item i {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  border-radius: 50%;
  background: rgba(240, 210, 139, 0.12);
  color: #f0d28b;
  font-size: 13px;
}

.gp-social-shell .gp-social-item span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.3;
}

.gp-social-shell .gp-social-item a:hover i {
  background: rgba(240, 210, 139, 0.18);
  color: #fff;
}

.gp-social-shell .gp-social-item a:hover span {
  color: #fff;
}

@media (max-width: 991.98px) {
  #archx-social {
    padding-top: 24px;
  }

  .gp-social-shell {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px 18px;
    border-radius: 20px 20px 0 0;
  }

  .gp-social-intro p {
    max-width: 100%;
  }

  .gp-social-grid {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 575.98px) {
  .gp-social-shell {
    padding: 18px 14px;
    border-radius: 18px 18px 0 0;
  }

  .gp-social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gp-social-shell .gp-social-item a {
    min-height: 64px;
    padding: 12px 10px;
  }

  .gp-social-shell .gp-social-item i {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    font-size: 12px;
  }

  .gp-social-shell .gp-social-item span {
    font-size: 10px;
  }
}

/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */
.gp-contact-page {
  position: relative;
  padding: 100px 0 40px;
  background:
    linear-gradient(180deg, rgba(250, 248, 243, 0.98) 0%, rgba(245, 241, 235, 0.98) 100%),
    radial-gradient(720px 300px at 10% 12%, rgba(201, 162, 39, 0.08), rgba(201, 162, 39, 0) 58%);
}

.gp-contact-shell {
  position: relative;
  z-index: 1;
}

.gp-contact-head {
  max-width: 780px;
  margin: 0 auto 46px;
}

.gp-contact-head h2 {
  margin-bottom: 16px;
}

.gp-contact-head h2 span,
.gp-contact-form-head h2 span,
.gp-contact-map-head h2 span {
  color: var(--main-color-2);
}

.gp-contact-head p {
  margin: 0 auto;
  max-width: 720px;
  line-height: 1.85;
}

.gp-contact-info-wrap,
.gp-contact-form-wrap {
  height: 100%;
}

.gp-contact-panel {
  position: relative;
  width: 100%;
  min-height: 100%;
  max-width: 560px;
  margin-right: auto;
  padding: 30px 28px 24px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(10, 14, 20, 0.96) 0%, rgba(18, 24, 32, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(11, 15, 20, 0.26);
  overflow: hidden;
}

.gp-contact-panel:before,
.gp-contact-panel:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.gp-contact-panel:before {
  width: 220px;
  height: 220px;
  top: -110px;
  right: -80px;
  background: radial-gradient(circle, rgba(240, 210, 139, 0.18) 0%, rgba(240, 210, 139, 0) 72%);
}

.gp-contact-panel:after {
  width: 180px;
  height: 180px;
  bottom: -90px;
  left: -60px;
  background: radial-gradient(circle, rgba(201, 162, 39, 0.14) 0%, rgba(201, 162, 39, 0) 70%);
}

.gp-contact-panel--static {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.gp-contact-panel__kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: rgba(240, 210, 139, 0.86);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gp-contact-panel__head h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(28px, 3vw, 32px);
  line-height: 1.14;
}

.gp-contact-panel__head p {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.72;
}

.gp-contact-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.gp-contact-highlight {
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(240, 210, 139, 0.14);
}

.gp-contact-highlight strong {
  display: inline;
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}

.gp-contact-highlight span {
  display: none;
}

.gp-contact-cards {
  display: grid;
  gap: 12px;
}

.gp-contact-card {
  align-items: flex-start;
  padding: 14px 14px;
  margin-bottom: 0 !important;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.gp-contact-card:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 210, 139, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.gp-contact-card__icon {
  width: 48px;
  height: 48px;
  margin-right: 14px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.2), rgba(240, 210, 139, 0.45));
  color: rgba(255, 255, 255, 0.96);
  flex: 0 0 auto;
}

.gp-contact-card__icon i {
  font-size: 17px;
}

.gp-contact-card .inner-text {
  width: auto;
  padding: 0;
}

.gp-contact-card .inner-text h3 {
  margin-bottom: 4px;
  color: #fff;
  font-size: 17px;
}

.gp-contact-card .inner-text p {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.gp-contact-card .inner-text p:last-child {
  margin-bottom: 0;
}

.gp-contact-card .inner-text a {
  color: inherit;
}

.gp-contact-card .inner-text a:hover {
  color: #f0d28b;
}

.gp-contact-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gp-contact-cta__text strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 16px;
}

.gp-contact-cta__text span {
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.55;
  font-size: 14px;
}

.gp-contact-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c9a227 0%, #f0d28b 55%, #c9a227 100%);
  color: rgba(11, 15, 20, 0.98);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 14px 34px rgba(201, 162, 39, 0.2);
}

.gp-contact-cta a:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(201, 162, 39, 0.24);
}

.gp-contact-form-card {
  height: 100%;
  padding: 38px 34px 30px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(252, 250, 246, 0.98) 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 64px rgba(11, 15, 20, 0.1);
}

.gp-contact-form-head {
  padding-bottom: 26px !important;
}

.gp-contact-form-head h2 {
  color: var(--gp-ink);
  margin-bottom: 14px;
}

.gp-contact-form-head p {
  color: rgba(11, 15, 20, 0.68);
  line-height: 1.85;
  margin-bottom: 0;
}

.gp-contact-form-body .wpcf7 form {
  display: block;
}

.gp-contact-form-body .wpcf7 p {
  margin-bottom: 16px;
}

.gp-contact-form-body .wpcf7-form-control-wrap {
  display: block;
}

.gp-contact-form-card input[type="text"],
.gp-contact-form-card input[type="email"],
.gp-contact-form-card input[type="tel"],
.gp-contact-form-card input[type="number"],
.gp-contact-form-card input[type="url"],
.gp-contact-form-card textarea,
.gp-contact-form-card select {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 26px rgba(11, 15, 20, 0.05);
  color: var(--gp-ink);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.gp-contact-form-card textarea {
  min-height: 160px;
  padding-top: 16px;
  resize: vertical;
}

.gp-contact-form-card input:focus,
.gp-contact-form-card textarea:focus,
.gp-contact-form-card select:focus {
  border-color: rgba(201, 162, 39, 0.35);
  box-shadow: 0 14px 30px rgba(201, 162, 39, 0.1);
}

.gp-contact-form-card input::placeholder,
.gp-contact-form-card textarea::placeholder {
  color: rgba(11, 15, 20, 0.42);
}

.gp-contact-form-card .wpcf7-submit,
.gp-contact-form-card input[type="submit"],
.gp-contact-form-card button[type="submit"] {
  min-height: 54px;
  padding: 12px 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #c9a227 0%, #f0d28b 55%, #c9a227 100%);
  color: rgba(11, 15, 20, 0.98);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 16px 36px rgba(201, 162, 39, 0.22);
}

.gp-contact-form-card .wpcf7-submit:hover,
.gp-contact-form-card input[type="submit"]:hover,
.gp-contact-form-card button[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 42px rgba(201, 162, 39, 0.26);
}

.gp-contact-form-card .wpcf7-spinner {
  margin-top: 14px;
}

.gp-contact-form-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(201, 162, 39, 0.08);
  border: 1px solid rgba(201, 162, 39, 0.14);
}

.gp-contact-form-note i {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.18), rgba(240, 210, 139, 0.42));
  color: var(--gp-ink);
  flex: 0 0 auto;
}

.gp-contact-form-note span {
  color: rgba(11, 15, 20, 0.68);
  line-height: 1.7;
}

.gp-contact-map-section {
  padding: 24px 0 110px;
  background:
    linear-gradient(180deg, rgba(245, 241, 235, 0.98) 0%, rgba(251, 249, 245, 0.98) 100%);
}

.gp-contact-map-shell {
  padding: 40px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(252, 250, 246, 0.98) 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 64px rgba(11, 15, 20, 0.08);
}

.gp-contact-map-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.gp-contact-map-head h2 {
  margin-bottom: 14px;
}

.gp-contact-map-head p {
  margin-bottom: 0;
  color: rgba(11, 15, 20, 0.68);
  line-height: 1.85;
}

.gp-contact-map-frame {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 48px rgba(11, 15, 20, 0.1);
}

.gp-contact-map-frame iframe {
  width: 100%;
  min-height: 520px;
  display: block;
  border: 0;
  filter: saturate(0.9) contrast(1.02);
}

/* ==========================================================================
   FACTORY TOUR PAGE
   ========================================================================== */
.gp-tour-card .inner-img {
  overflow: hidden;
}

.gp-tour-card__image {
  position: relative;
  display: block;
}

.gp-tour-card__image:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(11, 15, 20, 0.04) 0%, rgba(11, 15, 20, 0.58) 100%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.gp-tour-card__zoom {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: rgba(11, 15, 20, 0.98);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(11, 15, 20, 0.14);
  opacity: 0;
  transform: translate(-50%, -50%) translateY(10px);
  transition: opacity 220ms ease, transform 220ms ease, background 220ms ease;
}

.gp-tour-card__zoom i {
  font-size: 15px;
}

.gp-tour-card__image:hover:before,
.gp-tour-card:hover .gp-tour-card__image:before {
  opacity: 1;
}

.gp-tour-card__image:hover .gp-tour-card__zoom,
.gp-tour-card:hover .gp-tour-card__zoom {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0);
}

.gp-tour-card__image:hover .gp-tour-card__zoom,
.gp-tour-card:hover .gp-tour-card__zoom {
  background: #f0d28b;
}

@media (max-width: 1199.98px) {
  .gp-contact-highlights {
    gap: 10px;
  }
}

@media (max-width: 991.98px) {
  .gp-contact-page {
    padding: 84px 0 28px;
  }

  .gp-contact-head {
    margin-bottom: 34px;
  }

  .gp-contact-info-wrap {
    margin-bottom: 34px;
  }

  .gp-contact-form-card,
  .gp-contact-map-shell {
    padding: 28px 24px;
  }

  .gp-tour-card__zoom {
    min-height: 42px;
    padding: 10px 14px;
    font-size: 11px;
  }


  .gp-contact-map-section {
    padding: 10px 0 90px;
  }
}

@media (max-width: 575.98px) {
  .gp-contact-page {
    padding: 72px 0 18px;
  }

  .gp-contact-panel,
  .gp-contact-form-card,
  .gp-contact-map-shell {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .gp-contact-panel__head h3 {
    font-size: 28px;
  }

  .gp-contact-highlight {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .gp-contact-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .gp-contact-cta a {
    width: 100%;
  }

  .gp-contact-map-frame {
    border-radius: 22px;
  }

  .gp-contact-map-frame iframe {
    min-height: 380px;
  }
}

@media (max-width: 991.98px) {
  /* Mobile/tablet header alignment: search + menu button share same baseline (320–991px) */
  .archx-header-section .header-main-menu-wrapper {
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .archx-header-section .header-top-content .col-lg-6 {
    /* Bootstrap has d-flex with display:flex !important on this column */
    width: 100%;
    align-items: center !important;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: nowrap;
  }

  .archx-header-section .gp-header-search-form {
    flex: 1;
    width: auto;
    min-width: 0;
  }

  .archx-header-section .medical_search_bar {
    flex: 1;
    width: 100%;
    margin-top: 0;
    border-radius: 999px;
    overflow: hidden;
    min-height: 52px;
    height: 52px;
    align-items: stretch;
  }

  .archx-header-section .medical_search_bar .form_item {
    width: auto;
    flex: 1;
  }

  .archx-header-section .medical_search_bar .form_item input {
    height: 52px !important;
    line-height: 52px;
  }

  .archx-header-section .medical_search_bar .submit_btn {
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    border-radius: 999px;
    margin: 4px;
  }

  .archx-header-section .mobile_menu {
    display: flex;
    align-items: center;
  }

  .archx-header-section .mobile_menu_button {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    -webkit-transform: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 52px;
    min-height: 52px;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #c9a227 0%, #f0d28b 55%, #c9a227 100%);
    color: rgba(11, 15, 20, 0.98);
    box-shadow: 0 10px 26px rgba(201, 162, 39, 0.22);
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    white-space: nowrap;
    line-height: 1;
  }

  .archx-header-section .mobile_menu_button i {
    font-size: 18px;
    color: rgba(11, 15, 20, 0.98);
  }

  .archx-header-section .mobile_menu_button span {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(11, 15, 20, 0.98);
  }

  .mobile_menu .mobile_menu_close {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 360px) {
  .archx-header-section .mobile_menu_button {
    min-width: 52px;
    padding: 0 14px;
  }

  .archx-header-section .mobile_menu_button span {
    display: none;
  }
}

.shop-details-text-wrap h3,
.shop-details-text-wrap .arck-price,
.shop-details-text-wrap .arck-code-category li,
.shop-details-text-wrap .quantity-btn-area p,
.shop-details-text-wrap .gp-product-inquiry li,
.shop-details-text-wrap .quantity-btn-area .add-cart-btn a,
.arck-shop-details-review-content .shop-review-tab-btn .nav-tabs .nav-link {
  text-transform: capitalize;
}
