@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .tag-content-block{
  width: 100%;
  color: #123047;
  font-family: inherit;
  overflow: hidden;
}.tc-wp-content-root .tag-content-block, .tc-wp-content-root .tag-content-block *{
  box-sizing: border-box;
}.tc-wp-content-root .tag-section{
  width: 100%;
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1rem, 4vw, 2rem);
}.tc-wp-content-root .tag-section-one, .tc-wp-content-root .tag-section-three{
  background: #fff;
}.tc-wp-content-root .tag-section-two{
  background: #f0f7ff;
}.tc-wp-content-root .tag-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tag-heading-wrap{
  max-width: 780px;
  margin: 0 auto clamp(2rem, 4vw, 3.25rem);
  text-align: center;
}.tc-wp-content-root .tag-heading-wrap h2{
  margin: 0 0 clamp(0.75rem, 2vw, 1rem);
  color: #102a43;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .tag-heading-wrap h2 span{
  color: transparent;
  background: linear-gradient(135deg, #0575e6 0%, #00c6ff 55%, #22d3ee 100%);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .tag-heading-wrap p{
  margin: 0;
  color: #4f6b7d;
  font-size: clamp(0.98rem, 2vw, 1.12rem);
  line-height: 1.7;
}.tc-wp-content-root .tag-card-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  width: 100%;
}.tc-wp-content-root .tag-card{
  position: relative;
  min-width: 0;
  height: 100%;
  padding: clamp(1.1rem, 2.4vw, 1.45rem);
  border: 1px solid rgba(17, 99, 171, 0.13);
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(13, 78, 132, 0.08);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
  will-change: transform;
}.tc-wp-content-root .tag-section-one .tag-card, .tc-wp-content-root .tag-section-three .tag-card{
  background: #f0f7ff;
}.tc-wp-content-root .tag-section-two .tag-card{
  background: #fff;
}.tc-wp-content-root .tag-card-head{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 0.95rem);
  margin-bottom: 0.9rem;
}.tc-wp-content-root .tag-icon{
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: clamp(2.35rem, 5vw, 2.8rem);
  height: clamp(2.35rem, 5vw, 2.8rem);
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #0575e6, #00c6ff);
  box-shadow: 0 10px 22px rgba(0, 166, 255, 0.22);
  transition: transform 360ms ease, box-shadow 360ms ease, border-radius 360ms ease;
}.tc-wp-content-root .tag-icon i{
  font-size: clamp(1rem, 2.4vw, 1.15rem);
  line-height: 1;
}.tc-wp-content-root .tag-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #14324a;
  font-size: clamp(1rem, 2.4vw, 1.18rem);
  line-height: 1.3;
  font-weight: 760;
  letter-spacing: 0;
}.tc-wp-content-root .tag-card p{
  position: relative;
  z-index: 1;
  margin: 0 0 1rem;
  color: #526b7a;
  font-size: clamp(0.92rem, 1.8vw, 0.98rem);
  line-height: 1.65;
}.tc-wp-content-root .tag-card ul{
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.48rem;
  margin: 0;
  padding: 0;
  list-style: none;
}.tc-wp-content-root .tag-card li{
  position: relative;
  padding-left: 1.05rem;
  color: #38566a;
  font-size: clamp(0.86rem, 1.7vw, 0.93rem);
  line-height: 1.45;
}.tc-wp-content-root .tag-card li::before{
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0575e6, #22d3ee);
  box-shadow: 0 0 0 3px rgba(0, 198, 255, 0.13);
}.tc-wp-content-root .tag-tilt-card:hover{
  transform: perspective(900px) rotateX(2deg) rotateY(-3deg) translateY(-4px);
  border-color: rgba(0, 166, 255, 0.3);
  box-shadow: 0 22px 46px rgba(13, 78, 132, 0.14);
}.tc-wp-content-root .tag-tilt-card:hover .tag-icon{
  transform: translate(3px, -2px) scale(1.04);
  border-radius: 18px 12px 18px 12px;
}.tc-wp-content-root .tag-sweep-card::before{
  content: "";
  position: absolute;
  inset: -40% auto -40% -70%;
  width: 55%;
  background: linear-gradient(115deg, transparent 0%, rgba(0, 198, 255, 0.18) 45%, transparent 100%);
  transform: translateX(0) skewX(-12deg);
  opacity: 0;
  pointer-events: none;
  transition: transform 620ms ease, opacity 280ms ease;
}.tc-wp-content-root .tag-sweep-card:hover{
  transform: translateY(-3px) scale(1.015);
  border-color: rgba(5, 117, 230, 0.24);
  box-shadow: 0 20px 44px rgba(13, 78, 132, 0.12);
}.tc-wp-content-root .tag-sweep-card:hover::before{
  transform: translateX(310%) skewX(-12deg);
  opacity: 1;
}.tc-wp-content-root .tag-sweep-card:hover .tag-icon{
  transform: scale(1.05);
  box-shadow: 0 12px 28px rgba(0, 166, 255, 0.27);
}.tc-wp-content-root .tag-reveal-card .tag-card-head, .tc-wp-content-root .tag-reveal-card p, .tc-wp-content-root .tag-reveal-card ul{
  transition: transform 300ms ease, opacity 300ms ease;
}.tc-wp-content-root .tag-reveal-card::after{
  content: "";
  position: absolute;
  inset: auto 1rem 1rem 1rem;
  height: 38%;
  border-radius: 16px;
  background: radial-gradient(circle at 50% 100%, rgba(34, 211, 238, 0.2), transparent 68%);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 320ms ease, transform 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .tag-reveal-card:hover{
  transform: translateY(-3px);
  border-color: rgba(34, 211, 238, 0.28);
  box-shadow: 0 20px 44px rgba(13, 78, 132, 0.12);
}.tc-wp-content-root .tag-reveal-card:hover .tag-card-head{
  transform: translateY(-2px);
}.tc-wp-content-root .tag-reveal-card:hover p, .tc-wp-content-root .tag-reveal-card:hover ul{
  transform: translateY(-4px);
}.tc-wp-content-root .tag-reveal-card:hover::after{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .tag-reveal-card:hover .tag-icon{
  transform: rotateY(180deg);
}@media (max-width: 991.98px) {.tc-wp-content-root .tag-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .tag-card{
    border-radius: 16px;
  }}@media (max-width: 575.98px) {.tc-wp-content-root .tag-section{
    padding: clamp(2.75rem, 12vw, 3.5rem) clamp(0.9rem, 5vw, 1rem);
  }.tc-wp-content-root .tag-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tag-card{
    padding: 1rem;
    border-radius: 15px;
  }.tc-wp-content-root .tag-card-head{
    align-items: flex-start;
  }.tc-wp-content-root .tag-tilt-card:hover, .tc-wp-content-root .tag-sweep-card:hover, .tc-wp-content-root .tag-reveal-card:hover{
    transform: translateY(-2px);
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .tag-card, .tc-wp-content-root .tag-card *, .tc-wp-content-root .tag-card::before, .tc-wp-content-root .tag-card::after{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .tag-card:hover, .tc-wp-content-root .tag-card:hover *{
    transform: none !important;
  }}