/* ===========================================
   OXIIN24 MODERN UI - FULL OVERRIDE
   Font: Vazirmatn (Google Fonts)
   =========================================== */

@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700&display=swap");

:root {
  --ox-blue-light: #4fade0;
  --ox-blue-dark: #1c64f2;
  --ox-gradient: linear-gradient(135deg, #4fade0, #1c64f2);
  --ox-bg-soft: #f4faff;
  --ox-glass: rgba(255,255,255,0.7);
  --ox-radius: 18px;
}

* {
  font-family: Vazirmatn, Inter, sans-serif !important;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  background: var(--ox-bg-soft) !important;
  color: #1f2937;
}

/* ===============================
   HEADER - GLASS MODERN
================================== */

.wrpHeader {
  background: var(--ox-glass) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 10px 40px rgba(0,0,0,0.05);
  border-bottom: none !important;
}

/* لوگو */
.wrpHeader img {
  transition: transform .3s ease;
}
.wrpHeader img:hover {
  transform: scale(1.05);
}

/* منو */
.rt-hdr ul li a {
  border-radius: 10px;
  font-weight: 500;
  padding: 8px 14px !important;
  transition: all 0.3s ease;
}

.rt-hdr ul li a:hover {
  background: var(--ox-bg-soft);
  color: var(--ox-blue-dark) !important;
}

/* ===============================
   SERVICE BLOCKS
================================== */

.wrpLinks .itemLink {
  background: white !important;
  border-radius: 20px !important;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 15px 40px rgba(28,100,242,0.06);
  transition: all 0.4s ease;
}

.wrpLinks .itemLink:hover {
  transform: translateY(-10px) scale(1.04);
  box-shadow: 0 30px 80px rgba(28,100,242,0.15);
  background: linear-gradient(180deg, #ffffff, #f3faff);
}

.wrpLinks .itemLink span svg {
  filter: drop-shadow(0 5px 8px rgba(0,0,0,0.1));
}

/* ===============================
   CTA CANCEL / TRACK BOX
================================== */

.preHeight {
  background: var(--ox-gradient) !important;
  border-radius: 28px !important;
  padding: 30px !important;
  box-shadow: 0 30px 100px rgba(28,100,242,0.35);
  color: white !important;
}

.preHeight span {
  color: white !important;
  font-weight: 500;
}

.preHeight button {
  background: white !important;
  color: var(--ox-blue-dark) !important;
  border-radius: 50px !important;
  font-weight: 600;
  padding: 10px 28px !important;
  border: none;
  transition: all 0.3s ease;
}

.preHeight button:hover {
  transform: scale(1.07);
  box-shadow: 0 10px 30px rgba(255,255,255,0.4);
}

/* ===============================
   TOOL SECTION
================================== */

.banerProps {
  background: white !important;
  border-radius: 22px !important;
  box-shadow: 0 15px 60px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.banerProps:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 80px rgba(28,100,242,0.18);
}

/* ===============================
   VOUCHER BANNER
================================== */

.wrpBaner {
  background: linear-gradient(180deg, #ffffff, #f5fbff);
  border-radius: 40px !important;
  padding: 30px 15px;
  margin-top: 40px;
}

.wrpImgBtm img {
  filter: drop-shadow(0 40px 60px rgba(28,100,242,.25));
  transition: transform 0.8s ease;
}

.wrpImgBtm img:hover {
  transform: scale(1.05) rotate(-1deg);
}

/* ===============================
   FOOTER
================================== */

.wrpFooter {
  background: white;
  border-radius: 45px 45px 0 0;
  box-shadow: 0 -15px 40px rgba(0,0,0,0.04);
}

.wrpFooter a:hover {
  color: var(--ox-blue-dark) !important;
}

/* ===============================
   INPUTS
================================== */

input, select, textarea {
  font-family: Vazirmatn, sans-serif !important;
  border-radius: 14px !important;
  border: 1px solid #dde6f2 !important;
  padding: 10px 14px !important;
  transition: 0.3s ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--ox-blue-dark) !important;
  box-shadow: 0 0 0 2px rgba(28,100,242,0.2);
  outline: none;
}

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

@media (max-width: 768px) {

  .wrpLinks .itemLink {
    width: 95% !important;
    margin: auto;
  }

  .wrpHeader {
    padding: 10px 5px !important;
  }

  .preHeight {
    border-radius: 20px !important;
  }

  .wrpBaner {
    border-radius: 25px !important;
  }

  .wrpFooter {
    border-radius: 20px 20px 0 0;
  }
}
