.elementor-189 .elementor-element.elementor-element-ea46869{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-a8299fc *//* =========================================
   DUCH PERFUME CONTACT HUB
========================================= */

.duch-hub {
  --duch-blue: #263d78;
  --duch-blue-dark: #142654;
  --duch-blue-deep: #0c1838;
  --duch-blue-light: #526ba8;
  --duch-blue-soft: #dfe7f8;
  --duch-white: #ffffff;
  --duch-off-white: #f5f7fc;
  --duch-text: #101a32;
  --duch-muted: #66718b;
  --duch-line: rgba(255, 255, 255, 0.14);

  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  padding: 80px 24px;
  background:
    radial-gradient(
      circle at 15% 10%,
      rgba(93, 122, 190, 0.35),
      transparent 28%
    ),
    radial-gradient(
      circle at 85% 70%,
      rgba(61, 91, 162, 0.26),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      var(--duch-blue-deep) 0%,
      var(--duch-blue-dark) 40%,
      var(--duch-blue) 100%
    );

  color: var(--duch-white);
  font-family: "Inter", Arial, sans-serif;
  isolation: isolate;
}

.duch-hub *,
.duch-hub *::before,
.duch-hub *::after {
  box-sizing: border-box;
}

.duch-container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

/* =========================================
   ANIMATED BACKGROUND
========================================= */

.duch-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.duch-background::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.022) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.022) 1px,
      transparent 1px
    );
  background-size: 55px 55px;
  mask-image: linear-gradient(
    to bottom,
    black,
    transparent 85%
  );
  content: "";
}

.duch-background::after {
  position: absolute;
  top: -50%;
  left: -30%;
  width: 60%;
  height: 200%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.035),
    transparent
  );
  content: "";
  transform: rotate(18deg);
  animation: duchBackgroundSweep 12s linear infinite;
}

.duch-orb {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.7;
}

.duch-orb-one {
  top: -180px;
  right: -140px;
  width: 520px;
  height: 520px;
  background: radial-gradient(
    circle,
    rgba(107, 140, 217, 0.42),
    rgba(55, 81, 146, 0.05) 70%
  );
  animation: duchFloatOne 12s ease-in-out infinite;
}

.duch-orb-two {
  bottom: -220px;
  left: -150px;
  width: 560px;
  height: 560px;
  background: radial-gradient(
    circle,
    rgba(77, 107, 180, 0.32),
    transparent 70%
  );
  animation: duchFloatTwo 15s ease-in-out infinite;
}

.duch-orb-three {
  top: 42%;
  left: 46%;
  width: 280px;
  height: 280px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.08),
    transparent 68%
  );
  animation: duchPulseOrb 8s ease-in-out infinite;
}

.duch-line {
  position: absolute;
  display: block;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.32),
    transparent
  );
}

.duch-line-one {
  top: 270px;
  left: -20%;
  width: 65%;
  transform: rotate(-18deg);
  animation: duchLineMove 10s ease-in-out infinite;
}

.duch-line-two {
  right: -20%;
  bottom: 300px;
  width: 60%;
  transform: rotate(-18deg);
  animation: duchLineMove 13s ease-in-out infinite reverse;
}

.duch-particle {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.65);
}

.duch-particle-one {
  top: 14%;
  left: 12%;
  animation: duchParticle 7s ease-in-out infinite;
}

.duch-particle-two {
  top: 32%;
  right: 14%;
  width: 3px;
  height: 3px;
  animation: duchParticle 9s ease-in-out infinite 1s;
}

.duch-particle-three {
  bottom: 22%;
  left: 18%;
  width: 4px;
  height: 4px;
  animation: duchParticle 8s ease-in-out infinite 2s;
}

.duch-particle-four {
  right: 27%;
  bottom: 10%;
  width: 3px;
  height: 3px;
  animation: duchParticle 11s ease-in-out infinite 1.5s;
}

/* =========================================
   HERO
========================================= */

.duch-hero {
  max-width: 870px;
  margin: 0 auto 58px;
  text-align: center;
}

.duch-logo-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(420px, 82vw);
  min-height: 180px;
  margin: 0 auto 20px;
}

.duch-logo-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 110%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(120, 151, 222, 0.28),
    transparent 65%
  );
  filter: blur(15px);
  transform: translate(-50%, -50%);
  animation: duchLogoGlow 4s ease-in-out infinite;
}

.duch-logo {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 410px;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 15px 25px rgba(0, 0, 0, 0.22))
    drop-shadow(0 0 15px rgba(255, 255, 255, 0.08));
  animation: duchLogoFloat 5s ease-in-out infinite;
}

.duch-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 36px;
  margin-bottom: 21px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.duch-status-dot {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a8bbeb;
  box-shadow: 0 0 15px rgba(168, 187, 235, 0.85);
}

.duch-status-dot::before {
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(168, 187, 235, 0.5);
  border-radius: inherit;
  content: "";
  animation: duchStatusPulse 1.8s ease-out infinite;
}

.duch-hero h1 {
  margin: 0 0 20px;
  color: var(--duch-white);
  font-family: "Raleway", "Inter", Arial, sans-serif;
  font-size: clamp(39px, 6vw, 70px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -2.7px;
  text-wrap: balance;
}

.duch-hero h1 span {
  display: block;
  background: linear-gradient(
    90deg,
    #ffffff,
    #aebfea,
    #ffffff
  );
  background-size: 200% auto;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: duchTextShine 5s linear infinite;
}

.duch-hero > p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.75;
  text-wrap: balance;
}

.duch-hero-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-top: 30px;
}

.duch-hero-divider span {
  display: block;
  width: 65px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.65)
  );
}

.duch-hero-divider span:last-child {
  transform: rotate(180deg);
}

.duch-hero-divider i {
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  transform: rotate(45deg);
  animation: duchDividerPulse 2s ease-in-out infinite;
}

/* =========================================
   CONTACT GRID
========================================= */

.duch-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 28px;
}

.duch-contact-card {
  --mouse-x: 50%;
  --mouse-y: 50%;

  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background:
    radial-gradient(
      circle at var(--mouse-x) var(--mouse-y),
      rgba(255, 255, 255, 0.14),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.13),
      rgba(255, 255, 255, 0.055)
    );
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.duch-contact-card::before {
  position: absolute;
  top: 0;
  left: 15%;
  width: 70%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.55),
    transparent
  );
  content: "";
}

.duch-contact-card:hover {
  transform: translateY(-9px);
  border-color: rgba(177, 197, 239, 0.42);
  box-shadow:
    0 32px 75px rgba(0, 0, 0, 0.28),
    0 0 45px rgba(88, 116, 184, 0.11);
}

.duch-featured {
  background:
    radial-gradient(
      circle at var(--mouse-x) var(--mouse-y),
      rgba(255, 255, 255, 0.17),
      transparent 35%
    ),
    linear-gradient(
      145deg,
      rgba(84, 111, 177, 0.4),
      rgba(255, 255, 255, 0.065)
    );
}

.duch-card-shine {
  position: absolute;
  top: -150%;
  left: -80%;
  width: 70%;
  height: 350%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transform: rotate(25deg);
  transition: left 0.85s ease;
  pointer-events: none;
}

.duch-contact-card:hover .duch-card-shine {
  left: 140%;
}

.duch-card-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 24px;
}

.duch-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.095);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.duch-icon-box svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.duch-card-tag {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.duch-card-content {
  position: relative;
  z-index: 2;
  flex-grow: 1;
}

.duch-card-number {
  position: absolute;
  top: -27px;
  right: -5px;
  color: rgba(255, 255, 255, 0.055);
  font-family: "Raleway", sans-serif;
  font-size: 75px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.duch-card-content h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 13px;
  color: #ffffff;
  font-family: "Raleway", "Inter", Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
}

.duch-card-content p {
  position: relative;
  z-index: 2;
  margin: 0 0 23px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.72;
}

.duch-phone-box {
  position: relative;
  z-index: 2;
  margin-bottom: 17px;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background: rgba(7, 16, 42, 0.24);
}

.duch-phone-box span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.duch-phone-box strong {
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.4px;
}

/* =========================================
   BUTTONS
========================================= */

.duch-card-actions {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.duch-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 49px;
  padding: 12px 16px;
  overflow: hidden;
  border-radius: 13px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.duch-btn::before {
  position: absolute;
  top: 0;
  left: -120%;
  width: 80%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.32),
    transparent
  );
  content: "";
  transform: skewX(-20deg);
  transition: left 0.65s ease;
}

.duch-btn:hover::before {
  left: 140%;
}

.duch-btn:hover {
  transform: translateY(-2px);
}

.duch-btn svg {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.duch-btn span {
  position: relative;
  z-index: 2;
}

.duch-btn-main {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: var(--duch-blue-dark) !important;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.16);
}

.duch-btn-main:hover {
  background: #ecf1ff;
  color: var(--duch-blue-dark) !important;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.23);
}

.duch-btn-main svg {
  fill: currentColor;
}

.duch-copy-btn {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
}

.duch-copy-btn:hover {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.12);
}

.duch-copy-btn svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================
   AGENT SECTION
========================================= */

.duch-agent-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  margin: 30px 0 65px;
  padding: 38px 40px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 26px;
  background:
    radial-gradient(
      circle at right center,
      rgba(127, 155, 219, 0.3),
      transparent 35%
    ),
    linear-gradient(
      125deg,
      rgba(65, 92, 159, 0.88),
      rgba(22, 40, 86, 0.95)
    );
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.duch-agent-pattern {
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.duch-agent-pattern::before,
.duch-agent-pattern::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  content: "";
}

.duch-agent-pattern::before {
  inset: 42px;
}

.duch-agent-pattern::after {
  inset: 90px;
}

.duch-agent-shimmer {
  position: absolute;
  top: -100%;
  left: -25%;
  width: 25%;
  height: 300%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.09),
    transparent
  );
  transform: rotate(25deg);
  animation: duchAgentShimmer 6s ease-in-out infinite;
}

.duch-agent-left {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 22px;
  max-width: 720px;
}

.duch-agent-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 68px;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 15px 30px rgba(0, 0, 0, 0.13);
  animation: duchIconFloat 4s ease-in-out infinite;
}

.duch-agent-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.duch-agent-text > span {
  display: block;
  margin-bottom: 6px;
  color: #b9c8ed;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.duch-agent-text h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: "Raleway", "Inter", Arial, sans-serif;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.25;
}

.duch-agent-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.65;
}

.duch-agent-button {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 12px;
  min-height: 54px;
  padding: 14px 21px;
  overflow: hidden;
  border-radius: 14px;
  background: #ffffff;
  color: var(--duch-blue-dark) !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none !important;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.duch-agent-button::before {
  position: absolute;
  top: 0;
  left: -130%;
  width: 80%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(69, 96, 160, 0.18),
    transparent
  );
  content: "";
  transform: skewX(-20deg);
  transition: left 0.7s ease;
}

.duch-agent-button:hover {
  transform: translateY(-4px) scale(1.02);
  color: var(--duch-blue-dark) !important;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.28);
}

.duch-agent-button:hover::before {
  left: 140%;
}

.duch-agent-button span,
.duch-agent-button svg {
  position: relative;
  z-index: 2;
}

.duch-agent-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================
   FIX SOCIAL MEDIA DUCH PERFUME
   LETAK PALING BAWAH SEKALI
========================================= */

#duchContactHub .duch-social-section {
  position: relative;
  margin-bottom: 34px;
}

/* Heading */

#duchContactHub .duch-section-title {
  max-width: 700px;
  margin: 0 auto 32px;
  text-align: center;
}

#duchContactHub .duch-mini-title {
  display: block;
  margin-bottom: 9px;
  color: #b9c9ef !important;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  opacity: 1 !important;
}

#duchContactHub .duch-section-title h2 {
  margin: 0 0 11px;
  color: #ffffff !important;
  font-family: "Raleway", "Inter", Arial, sans-serif;
  font-size: clamp(29px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1px;
  opacity: 1 !important;
}

#duchContactHub .duch-section-title p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 15px;
  line-height: 1.7;
  opacity: 1 !important;
}

/* Grid */

#duchContactHub .duch-social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

/* Social Card */

#duchContactHub .duch-social-card {
  --mouse-x: 50%;
  --mouse-y: 50%;

  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 118px;
  gap: 16px;
  padding: 22px 24px;
  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.75) !important;
  border-radius: 19px;

  background:
    radial-gradient(
      circle at var(--mouse-x) var(--mouse-y),
      rgba(38, 61, 120, 0.08),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f3f6fc 100%
    ) !important;

  color: #13213f !important;
  text-decoration: none !important;

  box-shadow:
    0 18px 45px rgba(5, 17, 48, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;

  opacity: 1 !important;

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

/* Glow line atas card */

#duchContactHub .duch-social-card::before {
  position: absolute;
  top: 0;
  left: 15%;
  width: 70%;
  height: 1px;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(38, 61, 120, 0.24),
    transparent
  );

  content: "";
}

/* Shimmer */

#duchContactHub .duch-social-card::after {
  position: absolute;
  top: -100%;
  left: -80%;
  width: 50%;
  height: 300%;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.75),
    transparent
  );

  content: "";
  pointer-events: none;
  transform: rotate(25deg);
  transition: left 0.8s ease;
}

#duchContactHub .duch-social-card:hover::after {
  left: 140%;
}

#duchContactHub .duch-social-card:hover {
  transform: translateY(-7px);

  border-color: rgba(169, 190, 235, 0.95) !important;

  box-shadow:
    0 27px 58px rgba(5, 17, 48, 0.28),
    0 0 32px rgba(91, 122, 190, 0.15) !important;

  color: #13213f !important;
}

/* Icon */

#duchContactHub .duch-social-icon {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 50px;
  width: 50px;
  height: 50px;

  border: 1px solid rgba(38, 61, 120, 0.14) !important;
  border-radius: 15px;

  background: #e9eef9 !important;
  color: #203767 !important;

  opacity: 1 !important;

  transition:
    transform 0.3s ease,
    background-color 0.3s ease,
    color 0.3s ease;
}

#duchContactHub .duch-social-card:hover .duch-social-icon {
  background: #263d78 !important;
  color: #ffffff !important;
  transform: scale(1.07) rotate(-3deg);
}

/* Semua SVG icon */

#duchContactHub .duch-social-icon svg {
  width: 24px;
  height: 24px;

  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;

  color: inherit !important;
  opacity: 1 !important;
}

/* Facebook icon */

#duchContactHub .duch-social-card:first-child .duch-social-icon svg {
  fill: currentColor !important;
  stroke: none !important;
}

/* Threads icon */

#duchContactHub .duch-threads-icon {
  color: #203767 !important;
  font-size: 27px;
  font-weight: 900;
  line-height: 1;
}

#duchContactHub .duch-social-card:hover .duch-threads-icon {
  color: #ffffff !important;
}

/* Social Text */

#duchContactHub .duch-social-info {
  position: relative;
  z-index: 2;
  min-width: 0;
  flex-grow: 1;
}

#duchContactHub .duch-social-info > span {
  display: block;
  margin-bottom: 3px;

  color: #73809b !important;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.7px;
  text-transform: uppercase;

  opacity: 1 !important;
}

#duchContactHub .duch-social-info strong {
  display: block;
  margin-bottom: 4px;

  color: #13213f !important;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;

  opacity: 1 !important;
}

#duchContactHub .duch-social-info small {
  display: block;
  overflow: hidden;

  color: #66718a !important;
  font-size: 12px;
  line-height: 1.45;

  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 1 !important;
}

/* Arrow */

#duchContactHub .duch-social-arrow {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 37px;
  width: 37px;
  height: 37px;

  border: 1px solid rgba(38, 61, 120, 0.12);
  border-radius: 50%;

  background: #edf1f9 !important;
  color: #263d78 !important;

  opacity: 1 !important;

  transition:
    transform 0.3s ease,
    background-color 0.3s ease,
    color 0.3s ease;
}

#duchContactHub .duch-social-arrow svg {
  width: 17px;
  height: 17px;

  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;

  opacity: 1 !important;
}

#duchContactHub .duch-social-card:hover .duch-social-arrow {
  background: #263d78 !important;
  color: #ffffff !important;
  transform: rotate(8deg) scale(1.08);
}

/* =========================================
   NOTICE BAWAH
========================================= */

#duchContactHub .duch-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;

  max-width: 790px;
  margin: 42px auto 0;
  padding: 18px 22px;

  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 15px;

  background: rgba(255, 255, 255, 0.1) !important;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 32px rgba(0, 0, 0, 0.1);

  text-align: center;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

#duchContactHub .duch-notice-icon {
  display: flex;
  flex: 0 0 auto;
  color: #c3d1f3 !important;
  opacity: 1 !important;
}

#duchContactHub .duch-notice-icon svg {
  width: 21px;
  height: 21px;

  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;

  opacity: 1 !important;
}

#duchContactHub .duch-notice p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 13px;
  line-height: 1.6;
  opacity: 1 !important;
}

/* Paksa semua content social nampak */

#duchContactHub .duch-social-card,
#duchContactHub .duch-social-card *,
#duchContactHub .duch-notice,
#duchContactHub .duch-notice * {
  opacity: 1;
}

/* =========================================
   TABLET
========================================= */

@media screen and (max-width: 1024px) {

  #duchContactHub .duch-social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #duchContactHub .duch-social-card:last-child {
    grid-column: 1 / -1;
  }

}

/* =========================================
   MOBILE
========================================= */

@media screen and (max-width: 767px) {

  #duchContactHub .duch-section-title {
    margin-bottom: 23px;
  }

  #duchContactHub .duch-section-title h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  #duchContactHub .duch-section-title p {
    font-size: 14px;
    line-height: 1.65;
  }

  #duchContactHub .duch-social-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  #duchContactHub .duch-social-card,
  #duchContactHub .duch-social-card:last-child {
    grid-column: auto;
    min-height: 105px;
    padding: 18px;
    border-radius: 17px;
  }

  #duchContactHub .duch-social-icon {
    flex-basis: 47px;
    width: 47px;
    height: 47px;
    border-radius: 14px;
  }

  #duchContactHub .duch-social-info strong {
    font-size: 16px;
  }

  #duchContactHub .duch-social-info small {
    font-size: 11px;
  }

  #duchContactHub .duch-social-arrow {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  #duchContactHub .duch-notice {
    align-items: flex-start;
    margin-top: 30px;
    padding: 15px 16px;
    text-align: left;
  }

  #duchContactHub .duch-notice p {
    font-size: 12px;
    line-height: 1.6;
  }

}
/* =========================================
   NOTICE
========================================= */

.duch-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  max-width: 790px;
  margin: 42px auto 0;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  text-align: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.duch-notice-icon {
  display: flex;
  flex: 0 0 auto;
  color: #b3c2e8;
}

.duch-notice-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.duch-notice p {
  margin: 0;
  color: rgba(255, 255, 255, 0.61);
  font-size: 13px;
  line-height: 1.55;
}

/* =========================================
   COPY TOAST
========================================= */

.duch-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 17px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(13, 27, 64, 0.96);
  color: #ffffff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.32);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.96);
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease;
}

.duch-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.duch-toast-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--duch-blue-dark);
  font-size: 13px;
  font-weight: 900;
}

/* =========================================
   SCROLL REVEAL
========================================= */

.duch-reveal {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.75s ease var(--duch-delay, 0ms),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1)
      var(--duch-delay, 0ms);
}

.duch-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================
   KEYFRAMES
========================================= */

@keyframes duchBackgroundSweep {
  0% {
    transform: translateX(-80%) rotate(18deg);
  }

  100% {
    transform: translateX(280%) rotate(18deg);
  }
}

@keyframes duchFloatOne {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-45px, 45px, 0) scale(1.08);
  }
}

@keyframes duchFloatTwo {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(55px, -35px, 0) scale(1.07);
  }
}

@keyframes duchPulseOrb {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(0.9);
  }

  50% {
    opacity: 0.75;
    transform: scale(1.15);
  }
}

@keyframes duchLineMove {
  0%,
  100% {
    opacity: 0.15;
    transform: translateX(-10%) rotate(-18deg);
  }

  50% {
    opacity: 0.5;
    transform: translateX(25%) rotate(-18deg);
  }
}

@keyframes duchParticle {
  0%,
  100% {
    opacity: 0.25;
    transform: translateY(0) scale(0.8);
  }

  50% {
    opacity: 1;
    transform: translateY(-24px) scale(1.35);
  }
}

@keyframes duchLogoFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

@keyframes duchLogoGlow {
  0%,
  100% {
    opacity: 0.45;
    transform: translate(-50%, -50%) scale(0.92);
  }

  50% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1.1);
  }
}

@keyframes duchStatusPulse {
  0% {
    opacity: 0.8;
    transform: scale(0.6);
  }

  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}

@keyframes duchTextShine {
  to {
    background-position: 200% center;
  }
}

@keyframes duchDividerPulse {
  0%,
  100% {
    opacity: 0.45;
    transform: rotate(45deg) scale(0.8);
  }

  50% {
    opacity: 1;
    transform: rotate(45deg) scale(1.2);
  }
}

@keyframes duchAgentShimmer {
  0% {
    left: -35%;
  }

  55%,
  100% {
    left: 135%;
  }
}

@keyframes duchIconFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-6px) rotate(2deg);
  }
}

/* =========================================
   TABLET
========================================= */

@media screen and (max-width: 1024px) {

  .duch-hub {
    padding: 70px 22px;
  }

  .duch-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .duch-contact-card:last-child {
    grid-column: 1 / -1;
  }

  .duch-agent-section {
    align-items: flex-start;
    flex-direction: column;
  }

  .duch-agent-button {
    width: 100%;
  }

  .duch-social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .duch-social-card:last-child {
    grid-column: 1 / -1;
  }

}

/* =========================================
   MOBILE
========================================= */

@media screen and (max-width: 767px) {

  .duch-hub {
    padding: 50px 16px;
  }

  .duch-background::before {
    background-size: 38px 38px;
  }

  .duch-hero {
    margin-bottom: 37px;
  }

  .duch-logo-wrapper {
    width: min(310px, 86vw);
    min-height: 130px;
    margin-bottom: 15px;
  }

  .duch-logo {
    max-width: 310px;
  }

  .duch-status {
    margin-bottom: 17px;
    padding: 7px 12px;
    font-size: 10px;
    letter-spacing: 0.6px;
  }

  .duch-hero h1 {
    margin-bottom: 16px;
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -1.6px;
  }

  .duch-hero > p {
    font-size: 15px;
    line-height: 1.65;
  }

  .duch-hero-divider {
    margin-top: 24px;
  }

  .duch-contact-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 18px;
  }

  .duch-contact-card,
  .duch-contact-card:last-child {
    grid-column: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .duch-card-header {
    margin-bottom: 20px;
  }

  .duch-icon-box {
    flex-basis: 49px;
    width: 49px;
    height: 49px;
    border-radius: 15px;
  }

  .duch-icon-box svg {
    width: 23px;
    height: 23px;
  }

  .duch-card-tag {
    max-width: 145px;
    font-size: 9px;
  }

  .duch-card-content h2 {
    font-size: 22px;
  }

  .duch-card-content p {
    font-size: 14px;
    line-height: 1.67;
  }

  .duch-card-number {
    font-size: 66px;
  }

  .duch-phone-box strong {
    font-size: 19px;
  }

  .duch-btn {
    min-height: 50px;
  }

  .duch-agent-section {
    gap: 25px;
    margin: 24px 0 50px;
    padding: 26px 22px;
    border-radius: 21px;
  }

  .duch-agent-left {
    align-items: flex-start;
    gap: 15px;
  }

  .duch-agent-icon {
    flex-basis: 53px;
    width: 53px;
    height: 53px;
    border-radius: 16px;
  }

  .duch-agent-icon svg {
    width: 25px;
    height: 25px;
  }

  .duch-agent-text h2 {
    font-size: 22px;
  }

  .duch-agent-text p {
    font-size: 13px;
  }

  .duch-agent-button {
    min-height: 52px;
  }

  .duch-section-title {
    margin-bottom: 23px;
  }

  .duch-section-title h2 {
    font-size: 30px;
  }

  .duch-section-title p {
    font-size: 14px;
  }

  .duch-social-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .duch-social-card,
  .duch-social-card:last-child {
    grid-column: auto;
    padding: 17px;
  }

  .duch-notice {
    align-items: flex-start;
    margin-top: 30px;
    padding: 14px 15px;
    text-align: left;
  }

  .duch-toast {
    right: 16px;
    bottom: 18px;
    left: 16px;
    justify-content: center;
  }

}

/* =========================================
   SMALL MOBILE
========================================= */

@media screen and (max-width: 390px) {

  .duch-hub {
    padding-right: 13px;
    padding-left: 13px;
  }

  .duch-logo-wrapper {
    width: 270px;
    min-height: 115px;
  }

  .duch-hero h1 {
    font-size: 34px;
  }

  .duch-contact-card {
    padding: 20px;
  }

  .duch-agent-left {
    flex-direction: column;
  }

  .duch-social-arrow {
    flex-basis: 31px;
    width: 31px;
    height: 31px;
  }

}

/* =========================================
   REDUCED MOTION ACCESSIBILITY
========================================= */

@media (prefers-reduced-motion: reduce) {

  .duch-hub *,
  .duch-hub *::before,
  .duch-hub *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .duch-reveal {
    opacity: 1;
    transform: none;
  }

}
/* =========================================
   FIX ELEMENTOR OVERRIDE - DUCH CONTACT CARD
   LETAK PALING BAWAH SEKALI
========================================= */

/* Paksa keseluruhan card kembali tema navy */
#duchContactHub .duch-contact-card {
  background:
    radial-gradient(
      circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
      rgba(255, 255, 255, 0.13),
      transparent 35%
    ),
    linear-gradient(
      145deg,
      rgba(75, 101, 165, 0.48) 0%,
      rgba(25, 45, 94, 0.94) 55%,
      rgba(15, 30, 67, 0.98) 100%
    ) !important;

  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  color: #ffffff !important;

  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

/* Featured card */
#duchContactHub .duch-contact-card.duch-featured {
  background:
    radial-gradient(
      circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
      rgba(255, 255, 255, 0.17),
      transparent 36%
    ),
    linear-gradient(
      145deg,
      rgba(85, 114, 184, 0.62) 0%,
      rgba(36, 59, 115, 0.96) 52%,
      rgba(16, 31, 69, 0.99) 100%
    ) !important;
}

/* Tajuk dalam card */
#duchContactHub .duch-contact-card h2,
#duchContactHub .duch-contact-card .duch-card-content h2 {
  color: #ffffff !important;
  opacity: 1 !important;
}

/* Description */
#duchContactHub .duch-contact-card p,
#duchContactHub .duch-contact-card .duch-card-content p {
  color: rgba(255, 255, 255, 0.78) !important;
  opacity: 1 !important;
}

/* Label atas card */
#duchContactHub .duch-card-tag {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.11) !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

/* Icon box */
#duchContactHub .duch-icon-box {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.11) !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

#duchContactHub .duch-icon-box svg {
  fill: none !important;
  stroke: #ffffff !important;
  opacity: 1 !important;
}

/* Nombor besar 01, 02, 03 */
#duchContactHub .duch-card-number {
  color: rgba(255, 255, 255, 0.07) !important;
}

/* Kotak nombor WhatsApp */
#duchContactHub .duch-phone-box {
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  background: rgba(4, 14, 39, 0.38) !important;
}

#duchContactHub .duch-phone-box span {
  color: rgba(255, 255, 255, 0.62) !important;
  opacity: 1 !important;
}

#duchContactHub .duch-phone-box strong {
  color: #ffffff !important;
  opacity: 1 !important;
}

/* Button utama */
#duchContactHub .duch-btn-main {
  border: 1px solid #ffffff !important;
  background: #ffffff !important;
  color: #172d64 !important;
}

#duchContactHub .duch-btn-main,
#duchContactHub .duch-btn-main span {
  color: #172d64 !important;
}

#duchContactHub .duch-btn-main svg {
  fill: #172d64 !important;
  color: #172d64 !important;
}

/* Button salin nombor */
#duchContactHub .duch-copy-btn {
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

#duchContactHub .duch-copy-btn:hover {
  border-color: rgba(255, 255, 255, 0.35) !important;
  background: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
}

#duchContactHub .duch-copy-btn svg {
  fill: none !important;
  stroke: #ffffff !important;
}

/* Pastikan button tidak terkena opacity Elementor */
#duchContactHub .duch-btn,
#duchContactHub .duch-btn *,
#duchContactHub button,
#duchContactHub a {
  opacity: 1;
}

/* Hover card */
#duchContactHub .duch-contact-card:hover {
  border-color: rgba(184, 203, 246, 0.48) !important;

  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.32),
    0 0 50px rgba(84, 115, 190, 0.17),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

/* Mobile */
@media screen and (max-width: 767px) {

  #duchContactHub .duch-contact-card {
    background:
      linear-gradient(
        145deg,
        rgba(66, 92, 156, 0.55) 0%,
        rgba(27, 48, 99, 0.97) 55%,
        rgba(15, 29, 65, 0.99) 100%
      ) !important;
  }

  #duchContactHub .duch-contact-card p,
  #duchContactHub .duch-contact-card .duch-card-content p {
    color: rgba(255, 255, 255, 0.82) !important;
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ea46869 *//* =====================================
   DUCH PERFUME CONTACT HUB
===================================== */

.duch-contact-page {
  --duch-green: #063f35;
  --duch-green-dark: #032c26;
  --duch-green-soft: #eaf3f0;
  --duch-gold: #c99857;
  --duch-gold-light: #e4c28d;
  --duch-cream: #f8f5ef;
  --duch-white: #ffffff;
  --duch-text: #17201e;
  --duch-muted: #68726f;
  --duch-border: rgba(6, 63, 53, 0.12);

  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 90px 24px;
  background:
    radial-gradient(
      circle at top left,
      rgba(201, 152, 87, 0.12),
      transparent 30%
    ),
    linear-gradient(180deg, #fbfaf7 0%, #f4f7f5 100%);

  font-family: "Inter", Arial, sans-serif;
}

.duch-contact-page *,
.duch-contact-page *::before,
.duch-contact-page *::after {
  box-sizing: border-box;
}

.duch-contact-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

/* Background Decoration */

.duch-contact-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
}

.duch-glow-one {
  top: 80px;
  right: -140px;
  width: 380px;
  height: 380px;
  background: rgba(201, 152, 87, 0.09);
}

.duch-glow-two {
  bottom: 120px;
  left: -170px;
  width: 400px;
  height: 400px;
  background: rgba(6, 63, 53, 0.07);
}

/* Header */

.duch-contact-header {
  max-width: 780px;
  margin: 0 auto 52px;
  text-align: center;
}

.duch-contact-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 9px 15px;
  border: 1px solid rgba(6, 63, 53, 0.12);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.75);
  color: var(--duch-green);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.4px;
  box-shadow: 0 8px 25px rgba(6, 63, 53, 0.05);
}

.duch-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--duch-gold);
  box-shadow: 0 0 0 5px rgba(201, 152, 87, 0.13);
}

.duch-contact-header h1 {
  margin: 0 0 18px;
  color: var(--duch-text);
  font-family: "Raleway", "Inter", Arial, sans-serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -2px;
}

.duch-contact-header h1 span {
  display: inline-block;
  color: var(--duch-green);
}

.duch-contact-header p {
  max-width: 690px;
  margin: 0 auto;
  color: var(--duch-muted);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

/* Contact Grid */

.duch-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 28px;
}

.duch-contact-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--duch-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 45px rgba(3, 44, 38, 0.07);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.duch-contact-card:hover {
  transform: translateY(-5px);
  border-color: rgba(201, 152, 87, 0.4);
  box-shadow: 0 22px 55px rgba(3, 44, 38, 0.12);
}

.duch-card-featured::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  border-radius: 0 0 0 120px;
  background: rgba(201, 152, 87, 0.08);
  content: "";
}

.duch-card-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.duch-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 15px;
  background: var(--duch-green-soft);
  color: var(--duch-green);
}

.duch-contact-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.duch-card-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border-radius: 100px;
  background: #f6f1e9;
  color: #84612f;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
}

.duch-contact-card h2 {
  margin: 0 0 12px;
  color: var(--duch-text);
  font-family: "Raleway", "Inter", Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
}

.duch-contact-card > p {
  flex-grow: 1;
  margin: 0 0 22px;
  color: var(--duch-muted);
  font-size: 15px;
  line-height: 1.7;
}

.duch-contact-number {
  margin-bottom: 18px;
  color: var(--duch-green);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.2px;
}

/* Buttons */

.duch-card-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.duch-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  border: 0;
  border-radius: 12px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.duch-btn:hover {
  transform: translateY(-2px);
}

.duch-btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.duch-btn-primary {
  background: var(--duch-green);
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(6, 63, 53, 0.16);
}

.duch-btn-primary:hover {
  background: var(--duch-green-dark);
  color: #ffffff !important;
}

.duch-btn-primary svg {
  fill: currentColor;
}

.duch-btn-copy {
  border: 1px solid rgba(6, 63, 53, 0.12);
  background: #f3f7f5;
  color: var(--duch-green);
}

.duch-btn-copy:hover {
  background: #e8f0ed;
}

.duch-btn-copy svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Agent Banner */

.duch-agent-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 62px;
  padding: 34px 38px;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(
      circle at right,
      rgba(201, 152, 87, 0.25),
      transparent 32%
    ),
    linear-gradient(135deg, var(--duch-green-dark), var(--duch-green));
  box-shadow: 0 20px 50px rgba(3, 44, 38, 0.18);
}

.duch-agent-content {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 690px;
}

.duch-agent-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.duch-agent-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.duch-agent-small {
  display: block;
  margin-bottom: 5px;
  color: var(--duch-gold-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.duch-agent-content h2 {
  margin: 0 0 7px;
  color: #ffffff;
  font-family: "Raleway", "Inter", Arial, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.3;
}

.duch-agent-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.65;
}

.duch-telegram-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 10px;
  min-height: 52px;
  padding: 14px 21px;
  border-radius: 13px;
  background: #ffffff;
  color: var(--duch-green) !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none !important;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.13);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.duch-telegram-btn:hover {
  transform: translateY(-3px);
  color: var(--duch-green) !important;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.duch-telegram-btn svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Social Section */

.duch-social-section {
  margin-bottom: 28px;
}

.duch-section-heading {
  max-width: 650px;
  margin: 0 auto 30px;
  text-align: center;
}

.duch-section-heading > span {
  display: block;
  margin-bottom: 8px;
  color: var(--duch-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.duch-section-heading h2 {
  margin: 0 0 10px;
  color: var(--duch-text);
  font-family: "Raleway", "Inter", Arial, sans-serif;
  font-size: clamp(27px, 4vw, 38px);
  font-weight: 800;
  line-height: 1.25;
}

.duch-section-heading p {
  margin: 0;
  color: var(--duch-muted);
  font-size: 15px;
  line-height: 1.7;
}

.duch-social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.duch-social-card {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 15px;
  padding: 20px;
  border: 1px solid var(--duch-border);
  border-radius: 17px;
  background: #ffffff;
  color: var(--duch-text) !important;
  text-decoration: none !important;
  box-shadow: 0 10px 30px rgba(3, 44, 38, 0.055);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.duch-social-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 152, 87, 0.45);
  color: var(--duch-text) !important;
  box-shadow: 0 17px 38px rgba(3, 44, 38, 0.1);
}

.duch-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: var(--duch-green-soft);
  color: var(--duch-green);
}

.duch-social-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.duch-social-card:first-child .duch-social-icon svg {
  fill: currentColor;
  stroke: none;
}

.duch-threads-icon span {
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}

.duch-social-text {
  min-width: 0;
  flex-grow: 1;
}

.duch-social-text strong {
  display: block;
  margin-bottom: 4px;
  color: var(--duch-text);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}

.duch-social-text span {
  display: block;
  overflow: hidden;
  color: var(--duch-muted);
  font-size: 12px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.duch-social-arrow {
  flex: 0 0 auto;
  color: var(--duch-gold);
  font-size: 22px;
  line-height: 1;
}

/* Bottom Note */

.duch-contact-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  max-width: 760px;
  margin: 38px auto 0;
  padding: 15px 20px;
  border: 1px solid rgba(6, 63, 53, 0.1);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.68);
  text-align: center;
}

.duch-note-icon {
  display: flex;
  flex: 0 0 auto;
  color: var(--duch-green);
}

.duch-note-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.duch-contact-note p {
  margin: 0;
  color: var(--duch-muted);
  font-size: 13px;
  line-height: 1.55;
}

/* Copy Toast */

.duch-copy-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 99999;
  padding: 13px 18px;
  border-radius: 10px;
  background: var(--duch-green-dark);
  color: #ffffff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.23);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease;
}

.duch-copy-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* =====================================
   TABLET
===================================== */

@media screen and (max-width: 1024px) {

  .duch-contact-page {
    padding: 75px 22px;
  }

  .duch-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .duch-contact-card:last-child {
    grid-column: 1 / -1;
  }

  .duch-agent-banner {
    align-items: flex-start;
    flex-direction: column;
  }

  .duch-social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .duch-social-card:last-child {
    grid-column: 1 / -1;
  }

}

/* =====================================
   MOBILE
===================================== */

@media screen and (max-width: 767px) {

  .duch-contact-page {
    padding: 58px 16px;
  }

  .duch-contact-header {
    margin-bottom: 34px;
  }

  .duch-contact-badge {
    margin-bottom: 15px;
    padding: 8px 12px;
    font-size: 11px;
  }

  .duch-contact-header h1 {
    margin-bottom: 14px;
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -1.3px;
  }

  .duch-contact-header h1 span {
    display: block;
  }

  .duch-contact-header p {
    font-size: 15px;
    line-height: 1.65;
  }

  .duch-contact-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 18px;
  }

  .duch-contact-card,
  .duch-contact-card:last-child {
    grid-column: auto;
    padding: 22px;
    border-radius: 18px;
  }

  .duch-card-top {
    margin-bottom: 18px;
  }

  .duch-contact-icon {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }

  .duch-contact-card h2 {
    font-size: 20px;
  }

  .duch-contact-card > p {
    margin-bottom: 19px;
    font-size: 14px;
    line-height: 1.65;
  }

  .duch-contact-number {
    font-size: 20px;
  }

  .duch-btn {
    min-height: 49px;
    font-size: 14px;
  }

  .duch-agent-banner {
    gap: 24px;
    margin-bottom: 48px;
    padding: 26px 22px;
    border-radius: 19px;
  }

  .duch-agent-content {
    align-items: flex-start;
    gap: 14px;
  }

  .duch-agent-icon {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
    border-radius: 14px;
  }

  .duch-agent-icon svg {
    width: 24px;
    height: 24px;
  }

  .duch-agent-content h2 {
    font-size: 21px;
  }

  .duch-agent-content p {
    font-size: 13px;
  }

  .duch-telegram-btn {
    width: 100%;
    min-height: 50px;
  }

  .duch-section-heading {
    margin-bottom: 23px;
  }

  .duch-section-heading h2 {
    font-size: 29px;
  }

  .duch-social-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .duch-social-card,
  .duch-social-card:last-child {
    grid-column: auto;
    padding: 16px;
  }

  .duch-contact-note {
    align-items: flex-start;
    padding: 14px 15px;
    text-align: left;
  }

  .duch-copy-toast {
    right: 16px;
    bottom: 18px;
    left: 16px;
    text-align: center;
  }

}

/* Small Mobile */

@media screen and (max-width: 380px) {

  .duch-contact-page {
    padding-right: 13px;
    padding-left: 13px;
  }

  .duch-contact-header h1 {
    font-size: 32px;
  }

  .duch-contact-card {
    padding: 19px;
  }

  .duch-card-label {
    max-width: 130px;
    font-size: 10px;
  }

  .duch-agent-content {
    flex-direction: column;
  }

}/* End custom CSS */