@charset "UTF-8";
/* =========================================================
💎 TAYANG DESIGN SYSTEM
Author: Tomy Ismail
Version: 1.0.0
Description: SCSS version of the Tayang Design System for Oxygen Builder
========================================================= */
/* ==============================
   🌐 Global Base Setup
   ============================== */
:root {
  /* =========================
     🎨 COLORS
     ========================= */
  --color-primary: #075B97;
  --color-primary-hover: #FFC300;
  --color-secondary: #093FB4;
  --color-base: #757575;
  --color-base-dark: #535353;
  --color-light: #83ADCB;
  --color-medium: #8B8C8A;
  --color-dark: #0C0B0C;
  --color-black: #191A15;
  --color-white: #FFFFFF;
  --color-grey: #F5F5F5;
  --color-accent: #FFC300;
  --color-success: #27ae60;
  --color-warning: #f39201;
  --color-danger: #e74c3c;
  --facebook-color: #3b5998;
  --instagram-color: #e4405f;
  --twitter-color: #1da1f2;
  --linkedin-color: #0077b5;
  --youtube-color: #ff0000;
  /* =========================
     🧱 BUTTONS
     ========================= */
  --button-primary-bg: var(--color-secondary);
  --button-secondary-bg: transparent;
  --button-radius: 12px;
  --button-color: var(--color-white);
  --button-hover-bg: var(--color-primary-hover);
  --button-font-weight: 600;
  /* =========================
     📏 SIZING & SPACING
     ========================= */
  --page-width: 1280px;
  --p-base-block: clamp(8rem, calc(8rem + ((1vw - 0.32rem) * 4.1667)), 12rem);
  --p-base-inline: 6.4rem;
  --p-container-inline: 3.2rem;
  --p-innercontent-x: 6.4rem;
  --p-innercontent-x-mobile: 3.2rem;
  --p-innercontent-y: clamp(2.4rem, calc(2.4rem + ((1vw - 0.32rem) * 0.8333)), 3.2rem);
  /* =========================
     🅰️ TYPOGRAPHY
     ========================= */
  --font-heading: "Gilroy-ExtraBold", sans-serif;
  --font-body: "Montserrat", sans-serif;
  --font-size-base: 62.5%;
  /* 10px base for easier rem math */
  --font-base-min: 1.4rem;
  --font-base-fluid: 0.4167;
  --font-base-max: 1.8rem;
  --font-h1: clamp(3.2rem, calc(3.2rem + ((1vw - 0.32rem) * 1.1667)), 4.8rem);
  --font-h2: clamp(2.8rem, calc(2.8rem + ((1vw - 0.32rem) * 1.0417)), 3.8rem);
  --font-h3: clamp(2.4rem, calc(2.4rem + ((1vw - 0.32rem) * 0.8333)), 3.2rem);
  --font-h4: clamp(2.2rem, calc(2.2rem + ((1vw - 0.32rem) * 0.625)), 2.8rem);
  --font-h5: clamp(2rem, calc(2rem + ((1vw - 0.32rem) * 0.2083)), 2.2rem);
  --font-h6: clamp(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 0.4167)), 1.8rem);
  --font-body-size: clamp(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 0.4167)), 1.8rem);
  --line-height-tight: 1.2;
  --line-height-normal: 1.5;
  --line-height-loose: 1.8;
  --letter-tight: -0.02em;
  --letter-normal: 0;
  --letter-wide: 0.05em;
  /* ==============================
   🧮 Scale Ratios
   ============================== */
  --scale-ratio: 1.25;
  --scale-xs: 0.75;
  --scale-sm: 0.875;
  --scale-base: 1;
  --scale-md: 1.125;
  --scale-lg: 1.25;
  --scale-xl: 1.5;
  --scale-2xl: 2;
  /* ================================
   🧱 SHADOWS
=================================== */
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 8px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 20px rgba(0, 0, 0, 0.15);
  --shadow-xl: 0 12px 24px rgba(0,0,0,0.2);
  /* Spacing Scale */
  --space-1: 0.4rem;
  --space-2: 0.8rem;
  --space-3: 1.6rem;
  --space-4: 2.4rem;
  --space-5: 3.2rem;
  --space-6: 4.8rem;
  --space-7: 6.4rem;
  --space-8: 9.6rem;
  --space-9: 12.8rem;
  --space-10: 16rem;
  /* Padding scale */
  --p-xs: 0.5rem;
  --p-s: 0.8rem;
  --p-base: 1.6rem;
  --p-md: 2.4rem;
  --p-lg: 3.2rem;
  --p-xl: 4.8rem;
  --p-2xl: 6.4rem;
  --p-3xl: 9.6rem;
  --p-4xl: 12.8rem;
  --p-5xl: 14rem;
  /* Radius */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 24px;
  --radius-round: 9999px;
  --text-xs: clamp(1.0rem, calc(1.0rem + ((1vw - 0.32rem) * 0.2083)), 1.2rem);
  --text-sm: clamp(1.2rem, calc(1.2rem + ((1vw - 0.32rem) * 0.2917)), 1.5rem);
  --text-base: clamp(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 0.4167)), 1.8rem);
  --text-md: clamp(1.6rem, calc(1.6rem + ((1vw - 0.32rem) * 0.5)), 2.0rem);
  --text-lg: clamp(1.8rem, calc(1.8rem + ((1vw - 0.32rem) * 0.625)), 2.2rem);
  --text-xl: clamp(2.2rem, calc(2.2rem + ((1vw - 0.32rem) * 0.8333)), 2.8rem);
  --text-2xl: clamp(2.8rem, calc(2.8rem + ((1vw - 0.32rem) * 1.0417)), 3.8rem);
  /* Animation */
  --transition: 0.4s all ease-in-out;
  /* Grid & Cols */
  --col-60: 60%;
  --col-50: 50%;
  --col-40: 40%;
  --social-icon-size: 50px;
  --social-icon-gap: 15px;
  --social-svg-size: 24px;
}
/* ================================
   🧩 MIXINS
=================================== */
/* ================================
   🧰 UTILITIES
=================================== */
/* Width */
.w-25 {
  width: 25%;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-85 {
  width: 85%;
}
.w-100 {
  width: 100%;
}
@media (max-width: 992px) {
  .w-50, .w-75, .w-85 {
    width: 100%;
  }
}
.w-auto {
  width: auto;
}
.max-w-page {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 var(--container-padding-x);
}
.max-w-sm {
  max-width: 480px;
}
.max-w-md {
  max-width: 720px;
}
.max-w-lg {
  max-width: 960px;
}
.max-w-xl {
  max-width: 1140px;
}
.max-w-xxl {
  max-width: 1280px;
}
/* Height */
.h-100 {
  height: 100%;
}
.h-auto {
  height: auto;
}
.min-h-screen {
  min-height: 100vh;
}
/* Margin & Padding */
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-3 {
  margin-top: var(--space-3);
}
.mb-3 {
  margin-bottom: var(--space-3);
}
.mt-auto {
  margin-top: auto;
}
.mt-md {
  margin-top: 2rem;
}
.mb-md {
  margin-bottom: 2rem;
}
.p-0 {
  padding: 0;
}
.py-base {
  padding-block: var(--p-base-block);
}
.px-base {
  padding-inline: var(--p-base-inline);
}
.py-5 {
  padding-block: var(--space-5);
}
.px-5 {
  padding-inline: var(--space-5);
}
.p-section {
  padding-block: var(--container-padding-y);
  padding-inline: var(--container-padding-x);
}
.py-section {
  padding-top: var(--container-padding-y);
  padding-bottom: var(--container-padding-y);
}
.px-section {
  padding-left: var(--container-padding-x);
  padding-right: var(--container-padding-x);
}
.p-container {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 var(--container-padding-x);
  width: 100%;
}
/* Centering */
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Flex & Grid */
.flex {
  display: flex;
  gap: var(--space-3);
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
/* Alignment */
.align-center {
  align-items: center;
}
.align-start {
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}
.grid {
  display: grid;
  gap: var(--space-3);
}
.grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-5);
}
.grid.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}
.grid.grid-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-5);
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.grid-auto {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-5);
}
/* Background Colors */
.bg-primary {
  background-color: var(--color-primary) !important;
  color: var(--color-white) !important;
}
.bg-secondary {
  background-color: var(--color-secondary) !important;
  color: var(--color-white) !important;
}
.bg-accent {
  background-color: var(--color-accent) !important;
  color: var(--color-dark) !important;
}
.bg-grey {
  background-color: var(--color-grey) !important;
}
.bg-light {
  background-color: var(--color-light) !important;
}
.bg-dark {
  background-color: var(--color-dark) !important;
  color: var(--color-white) !important;
}
.bg-white {
  background-color: var(--color-white) !important;
  color: var(--color-dark) !important;
}
.bg-black {
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
}
/* Text Colors */
.text-primary {
  color: var(--color-primary) !important;
}
.text-secondary {
  color: var(--color-secondary) !important;
}
.text-accent {
  color: var(--color-accent) !important;
}
.text-base {
  color: var(--color-base) !important;
}
.text-light {
  color: var(--color-light) !important;
}
.text-dark {
  color: var(--color-dark) !important;
}
.text-white {
  color: var(--color-white) !important;
}
.text-black {
  color: var(--color-black) !important;
}
.text-success {
  color: var(--color-success) !important;
}
.text-warning {
  color: var(--color-warning) !important;
}
.text-danger {
  color: var(--color-danger) !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
/* Buttons */
.btn {
  display: inline-block;
  padding: 1rem 2.4rem;
  border-radius: var(--button-radius);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-primary {
  background-color: var(--button-primary-bg);
  color: var(--color-white);
}
.btn-primary:hover {
  background-color: var(--color-primary-hover);
  color: var(--color-black);
}
.btn-secondary {
  background-color: var(--button-secondary-bg);
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
}
.btn-secondary:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
/* Border Radius */
.rounded-sm {
  border-radius: var(--radius-sm);
}
.rounded-md {
  border-radius: var(--radius-md);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.rounded-full {
  border-radius: var(--radius-round);
}
/* Shadows */
.shadow-sm {
  box-shadow: var(--shadow-sm);
}
.shadow-md {
  box-shadow: var(--shadow-md);
}
.shadow-lg {
  box-shadow: var(--shadow-lg);
}
.shadow-xl {
  box-shadow: var(--shadow-xl);
}
.boxshadow {
  /* https://smoothshadows.com/#djEsMSw1LDAuMDgsMjQsMjUsNSwjMDMwNzEyLCNmM2Y0ZjYsI2ZmZmZmZiwy */
  box-shadow: 0px 1px 1px rgba(3, 7, 18, 0.02), 1px 4px 4px rgba(3, 7, 18, 0.03), 2px 9px 9px rgba(3, 7, 18, 0.05), 3px 16px 15px rgba(3, 7, 18, 0.06), 5px 25px 24px rgba(3, 7, 18, 0.08);
}
/* Opacities */
.opacity-0 {
  opacity: 0;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-100 {
  opacity: 1;
}
/* Overlay */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.overlay-light::before {
  background: rgba(255, 255, 255, 0.3);
}
/* Sticky */
.sticky {
  position: sticky;
  top: 0;
  z-index: 100;
}
/* Owl Spacing */
.owl > * + * {
  margin-top: var(--space-4);
}
/* Image Helpers */
.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.img-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.rounded-img {
  border-radius: var(--radius-md);
  overflow: hidden;
}
/* Breakouts */
.breakout {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-center {
  text-align: center;
}
.mx-auto {
  margin-inline: auto;
}
.gap-1 {
  gap: var(--space-1);
}
.gap-2 {
  gap: var(--space-2);
}
.gap-3 {
  gap: var(--space-3);
}
.gap-4 {
  gap: var(--space-4);
}
.gap-5 {
  gap: var(--space-5);
}
.gap-6 {
  gap: var(--space-6);
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-first {
  order: -1;
}
.order-last {
  order: 999;
}
.header-row {
  padding-block: var(--space-3);
}
/* ==============================
   🎨 Text Utility Classes
   ============================== */
.text-xs {
  font-size: var(--text-xs);
}
.text-sm {
  font-size: var(--text-sm);
}
.text-base {
  font-size: var(--text-base);
}
.text-md {
  font-size: var(--text-md);
}
.text-lg {
  font-size: var(--text-lg);
}
.text-xl {
  font-size: var(--text-xl);
}
.text-2xl {
  font-size: var(--text-2xl);
}
/* ==============================
   🧱 Additional Utilities
   ============================== */
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-uppercase {
  text-transform: uppercase;
}
.font-light {
  font-weight: 300;
}
.font-regular {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.line-tight {
  line-height: 1.2;
}
.line-normal {
  line-height: 1.5;
}
.line-loose {
  line-height: 1.8;
}
.tracking-tight {
  letter-spacing: var(--letter-tight);
}
.tracking-normal {
  letter-spacing: var(--letter-normal);
}
.tracking-wide {
  letter-spacing: var(--letter-wide);
}
.underline {
  text-decoration: underline;
}
.transition {
  transition: var(--transition);
}
.hr {
  min-height: 0px !important;
  height: 1px;
  width: 100%;
  background-color: var(--color-grey);
}
.hr-2 {
  min-height: 0px !important;
  height: 1.85px;
  width: 100%;
  background-color: var(--color-grey);
}
/* Span Utils */
span.span_primary {
  color: var(--color-primary);
}
span.span_accent {
  color: var(--color-accent);
}
span.span_white {
  color: var(--color-white);
}
span.span_light {
  color: var(--color-light);
}
span.span_black {
  color: var(--color-black);
}
span.span_dark {
  color: var(--color-dark);
}
/* Icon Utils */
.ct-fancy-icon.icon-white > svg {
  fill: var(--color-white) !important;
}
.ct-fancy-icon.icon-grey > svg {
  fill: var(--color-grey) !important;
}
/* Rest of the CSS remains the same */
/* Social Icons - Square Rounded, No Border */
.social-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--social-icon-size) !important;
  height: var(--social-icon-size) !important;
  border-radius: 12px;
  /* Rounded corners */
  text-decoration: none;
  transition: all 0.3s ease;
  color: white;
  background: rgba(255, 255, 255, 0.1);
  /* Subtle background */
}
.social-icon-link svg {
  width: var(--social-svg-size) !important;
  height: var(--social-svg-size) !important;
  transition: all 0.3s ease;
}
/* SOLID STYLE - Brand colors with white icons */
.social-icon-link.solid-style {
  background: white;
}
.oxy-social-icons-facebook.solid-style {
  background: #3b5998;
  color: white;
}
.oxy-social-icons-instagram.solid-style {
  background: #e4405f;
  color: white;
}
.oxy-social-icons-twitter.solid-style {
  background: #1da1f2;
  color: white;
}
.oxy-social-icons-linkedin.solid-style {
  background: #0077b5;
  color: white;
}
.oxy-social-icons-youtube.solid-style {
  background: #ff0000;
  color: white;
}
/* OUTLINE STYLE - Transparent with subtle background */
.social-icon-link.outline-style {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}
/* MINIMAL STYLE - Very subtle background */
.social-icon-link.minimal-style {
  background: rgba(255, 255, 255, 0.05);
  color: white;
}
/* HOVER STATES */
.social-icon-link:hover {
  background: var(--color-primary-hover, #2c5530) !important;
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.social-icon-link:hover svg {
  transform: scale(1.1);
}
/* Container */
.oxy-social-icons {
  display: flex;
  gap: var(--social-icon-gap) !important;
  align-items: center;
  justify-content: center;
}
/* END Social Icons */
/* TGI Icons */
/* Base icon style */
.tgi-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  --color1: currentColor;
}
/* ===== SIZE UTILITIES ===== */
.tgi-icon-xs {
  width: 0.55em;
  height: 0.55em;
}
.tgi-icon-sm {
  width: 0.85em;
  height: 0.85em;
}
.tgi-icon-base {
  width: 1em;
  height: 1em;
}
.tgi-icon-md {
  width: 1.5em;
  height: 1.5em;
}
.tgi-icon-lg {
  width: 2em;
  height: 2em;
}
.tgi-icon-xl {
  width: 3em;
  height: 3em;
}
.tgi-icon-2xl {
  width: 4.5em;
  height: 4.5em;
}
.tgi-icon-3xl {
  width: 6em;
  height: 6em;
}
/* ===== COLOR UTILITIES ===== */
.tgi-icon-primary {
  color: var(--color-primary);
}
.tgi-icon-accent {
  color: var(--color-accent);
}
.tgi-icon-black {
  color: var(--color-black);
}
.tgi-icon-white {
  color: var(--color-white);
}
.tgi-icon-gray {
  color: var(--color-grey);
}
.tgi-icon-red {
  color: var(--color-danger);
}
.tgi-icon-blue {
  color: #2563eb;
}
.tgi-icon-green {
  color: #16a34a;
}
.tgi-icon-yellow {
  color: #eab308;
}
/* You can extend this as needed */
