/* Color Scheme Variables - Change colors here to update entire site */
:root {
    /* Primary Colors - Based on design inspiration */
    --color-primary-pink: #ff1493;
    --color-primary-orange: #ff6600;
    --color-primary-cyan: #00ffff;
    --color-primary-blue: #0080ff;
    --color-primary-purple: #8000ff;
    --color-primary-green: #00ff80;
    /* Cyber Magenta : #D50CEff
Solar Flare Orange: #FF6000
Pure WHite: #FFFFFF
Deep Void Purple: #1DCO26 */
    --primary-cyber-magenta: #D50CEF;
    --primary-solar-flare-orange: #FF6000;
    --primary-pure-white: #FFFFFF;
    --primary-deep-void-purple: #1b0c3e;
    
    /* Background Colors - Dark purple theme */
    --color-bg-dark: #0a0a0a;
    --color-bg-dark-purple: #1a0033;
    --color-bg-darker-purple: #000033;
    
    /* Text Colors */
    --color-text-white: #ffffff;
    --color-text-gray-light: #f3f4f6;
    --color-text-gray: #d1d5db;
    --color-text-gray-dark: #9ca3af;
    
    /* Gradient Colors */
    --gradient-primary: linear-gradient(135deg, var(--color-primary-pink) 0%, var(--color-primary-orange) 100%);
    --gradient-bg: linear-gradient(135deg, var(--color-bg-dark) 0%, var(--color-bg-dark-purple) 50%, var(--color-bg-darker-purple) 100%);
    
    /* ============================================
       TYPOGRAPHY SYSTEM - CENTRALIZED CONTROL
       Change font sizes here to update entire site
       ============================================ */
    
    /* Base Text/Paragraph Sizes - Mobile First */
    --text-xs-mobile: 0.75rem;      /* 12px */
    --text-xs-tablet: 0.75rem;       /* 12px */
    --text-xs-desktop: 0.875rem;     /* 14px */
    
    --text-sm-mobile: 0.875rem;      /* 14px */
    --text-sm-tablet: 0.875rem;      /* 14px */
    --text-sm-desktop: 1rem;         /* 16px */
    
    --text-base-mobile: 1rem;        /* 16px */
    --text-base-tablet: 1.125rem;    /* 18px */
    --text-base-desktop: 1.25rem;    /* 20px */
    
    --text-lg-mobile: 1.125rem;      /* 18px */
    --text-lg-tablet: 1.25rem;       /* 20px */
    --text-lg-desktop: 1.5rem;       /* 24px */
    
    --text-xl-mobile: 1.25rem;       /* 20px */
    --text-xl-tablet: 1.5rem;        /* 24px */
    --text-xl-desktop: 1.875rem;     /* 30px */
    
    --text-2xl-mobile: 1.5rem;       /* 24px */
    --text-2xl-tablet: 1.875rem;     /* 30px */
    --text-2xl-desktop: 2.25rem;     /* 36px */
    
    /* Heading Sizes - Mobile First */
    --heading-h1-mobile: 3rem;       /* 48px */
    --heading-h1-tablet: 3.5rem;     /* 56px */
    --heading-h1-desktop: 4.5rem;    /* 72px */
    --heading-h1-large: 5.5rem;      /* 88px */
    --heading-h1-xl: 6rem;           /* 96px */
    
    --heading-h2-mobile: 2.5rem;     /* 40px */
    --heading-h2-tablet: 3rem;       /* 48px */
    --heading-h2-desktop: 3.5rem;    /* 56px */
    --heading-h2-large: 4rem;       /* 64px */
    --heading-h2-xl: 4.5rem;        /* 72px */
    
    --heading-h3-mobile: 1.75rem;    /* 28px */
    --heading-h3-tablet: 2rem;       /* 32px */
    --heading-h3-desktop: 2.25rem;   /* 36px */
    --heading-h3-large: 2.5rem;      /* 40px */
    --heading-h3-xl: 2.75rem;        /* 44px */
    
    --heading-h4-mobile: 1.375rem;   /* 22px */
    --heading-h4-tablet: 1.5rem;     /* 24px */
    --heading-h4-desktop: 1.75rem;   /* 28px */
    --heading-h4-large: 2rem;        /* 32px */
    --heading-h4-xl: 2.25rem;        /* 36px */
    
    --heading-h5-mobile: 1.125rem;   /* 18px */
    --heading-h5-tablet: 1.25rem;    /* 20px */
    --heading-h5-desktop: 1.5rem;    /* 24px */
    --heading-h5-large: 1.75rem;     /* 28px */
    --heading-h5-xl: 2rem;           /* 32px */
    
    --heading-h6-mobile: 1rem;       /* 16px */
    --heading-h6-tablet: 1.125rem;   /* 18px */
    --heading-h6-desktop: 1.25rem;   /* 20px */
    --heading-h6-large: 1.5rem;      /* 24px */
    --heading-h6-xl: 1.75rem;        /* 28px */
    
    /* Line Heights */
    --line-height-tight: 1.1;
    --line-height-normal: 1.5;
    --line-height-relaxed: 1.75;
    --line-height-loose: 2;
    
    /* Font Weights */
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    
    /* ============================================
       SPACING SYSTEM - CENTRALIZED CONTROL
       Change spacing values here to update entire site
       ============================================ */
    
    /* Section Padding - Vertical */
    --spacing-section-mobile: 4rem;        /* 64px */
    --spacing-section-tablet: 5rem;        /* 80px */
    --spacing-section-desktop: 6rem;        /* 96px */
    --spacing-section-large: 7rem;          /* 112px */
    
    --spacing-section-hero-top-mobile: 5rem;    /* 80px */
    --spacing-section-hero-top-desktop: 8rem;    /* 128px */
    --spacing-section-hero-bottom-mobile: 4rem; /* 64px */
    --spacing-section-hero-bottom-desktop: 5rem; /* 80px */
    
    --spacing-section-compact-mobile: 3rem;      /* 48px */
    --spacing-section-compact-desktop: 4rem;    /* 64px */
    
    /* Container Padding - Horizontal */
    --spacing-container-mobile: 1rem;      /* 16px */
    --spacing-container-tablet: 1.5rem;    /* 24px */
    --spacing-container-desktop: 2rem;    /* 32px */
    
    /* Section Header Margins */
    --spacing-header-mobile: 3rem;         /* 48px */
    --spacing-header-desktop: 4rem;        /* 64px */
    --spacing-header-large-mobile: 4rem;   /* 64px */
    --spacing-header-large-desktop: 5rem; /* 80px */
    
    /* Grid Gaps */
    --spacing-grid-small-mobile: 1rem;     /* 16px */
    --spacing-grid-small-desktop: 1.5rem; /* 24px */
    --spacing-grid-standard-mobile: 1.5rem; /* 24px */
    --spacing-grid-standard-desktop: 2rem;   /* 32px */
    --spacing-grid-large-mobile: 2rem;     /* 32px */
    --spacing-grid-large-desktop: 3rem;   /* 48px */
    
    /* Content Spacing */
    --spacing-content-paragraph: 1.5rem;   /* 24px */
    --spacing-content-form: 1.5rem;        /* 24px */
    --spacing-content-card-mobile: 1.5rem; /* 24px */
    --spacing-content-card-desktop: 2rem; /* 32px */
}

/* Apply colors throughout */
body {
    background: var(--primary-deep-void-purple);
    color: var(--color-text-white);
    font-size: var(--text-base-mobile);
    line-height: var(--line-height-normal);
}

/* Responsive Base Text Size */
@media (min-width: 768px) {
    body {
        font-size: var(--text-base-tablet);
    }
}

@media (min-width: 1024px) {
    body {
        font-size: var(--text-base-desktop);
    }
}

/* ============================================
   TYPOGRAPHY CLASSES - Responsive Text Sizes
   ============================================ */

/* Paragraph/Text Size Classes */
.text-xs {
    font-size: var(--text-xs-mobile);
}

.text-sm {
    font-size: var(--text-sm-mobile);
}

.text-base {
    font-size: var(--text-base-mobile);
}

.text-lg {
    font-size: var(--text-lg-mobile);
}

.text-xl {
    font-size: var(--text-xl-mobile);
}

.text-2xl {
    font-size: var(--text-2xl-mobile);
}

/* Tablet Text Sizes */
@media (min-width: 768px) {
    .text-xs {
        font-size: var(--text-xs-tablet);
    }
    
    .text-sm {
        font-size: var(--text-sm-tablet);
    }
    
    .text-base {
        font-size: var(--text-base-tablet);
    }
    
    .text-lg {
        font-size: var(--text-lg-tablet);
    }
    
    .text-xl {
        font-size: var(--text-xl-tablet);
    }
    
    .text-2xl {
        font-size: var(--text-2xl-tablet);
    }
}

/* Desktop Text Sizes */
@media (min-width: 1024px) {
    .text-xs {
        font-size: var(--text-xs-desktop);
    }
    
    .text-sm {
        font-size: var(--text-sm-desktop);
    }
    
    .text-base {
        font-size: var(--text-base-desktop);
    }
    
    .text-lg {
        font-size: var(--text-lg-desktop);
    }
    
    .text-xl {
        font-size: var(--text-xl-desktop);
    }
    
    .text-2xl {
        font-size: var(--text-2xl-desktop);
    }
}

/* ============================================
   HEADING CLASSES - Responsive Heading Sizes
   ============================================ */

h1, .heading-h1 {
    font-size: var(--heading-h1-mobile);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
}

h2, .heading-h2 {
    font-size: var(--heading-h2-mobile);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-tight);
}

h3, .heading-h3 {
    font-size: var(--heading-h3-mobile);
    font-weight: var(--font-weight-semibold     );
    line-height: var(--line-height-tight);
}

h4, .heading-h4 {
    font-size: var(--heading-h4-mobile);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-tight);
}

h5, .heading-h5 {
    font-size: var(--heading-h5-mobile);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-tight);
}

h6, .heading-h6 {
    font-size: var(--heading-h6-mobile);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-tight);
}

/* Tablet Heading Sizes */
@media (min-width: 768px) {
    h1, .heading-h1 {
        font-size: var(--heading-h1-tablet);
    }
    
    h2, .heading-h2 {
        font-size: var(--heading-h2-tablet);
    }
    
    h3, .heading-h3 {
        font-size: var(--heading-h3-tablet);
    }
    
    h4, .heading-h4 {
        font-size: var(--heading-h4-tablet);
    }
    
    h5, .heading-h5 {
        font-size: var(--heading-h5-tablet);
    }
    
    h6, .heading-h6 {
        font-size: var(--heading-h6-tablet);
    }
}

/* Desktop Heading Sizes */
@media (min-width: 1024px) {
    h1, .heading-h1 {
        font-size: var(--heading-h1-desktop);
    }
    
    h2, .heading-h2 {
        font-size: var(--heading-h2-desktop);
    }
    
    h3, .heading-h3 {
        font-size: var(--heading-h3-desktop);
    }
    
    h4, .heading-h4 {
        font-size: var(--heading-h4-desktop);
    }
    
    h5, .heading-h5 {
        font-size: var(--heading-h5-desktop);
    }
    
    h6, .heading-h6 {
        font-size: var(--heading-h6-desktop);
    }
}

/* Large Desktop Heading Sizes */
@media (min-width: 1280px) {
    h1, .heading-h1 {
        font-size: var(--heading-h1-large);
    }
    
    h2, .heading-h2 {
        font-size: var(--heading-h2-large);
    }
    
    h3, .heading-h3 {
        font-size: var(--heading-h3-large);
    }
    
    h4, .heading-h4 {
        font-size: var(--heading-h4-large);
    }
    
    h5, .heading-h5 {
        font-size: var(--heading-h5-large);
    }
    
    h6, .heading-h6 {
        font-size: var(--heading-h6-large);
    }
}

/* Extra Large Desktop Heading Sizes */
@media (min-width: 1536px) {
    h1, .heading-h1 {
        font-size: var(--heading-h1-xl);
    }
    
    h2, .heading-h2 {
        font-size: var(--heading-h2-xl);
    }
    
    h3, .heading-h3 {
        font-size: var(--heading-h3-xl);
    }
    
    h4, .heading-h4 {
        font-size: var(--heading-h4-xl);
    }
    
    h5, .heading-h5 {
        font-size: var(--heading-h5-xl);
    }
    
    h6, .heading-h6 {
        font-size: var(--heading-h6-xl);
    }
}

/* ============================================
   SPACING UTILITY CLASSES - Replace Tailwind
   ============================================ */

/* Section Padding - Standard */
.section-padding {
    padding-top: var(--spacing-section-mobile);
    padding-bottom: var(--spacing-section-mobile);
}

@media (min-width: 768px) {
    .section-padding {
        padding-top: var(--spacing-section-tablet);
        padding-bottom: var(--spacing-section-tablet);
    }
}

@media (min-width: 1024px) {
    .section-padding {
        padding-top: var(--spacing-section-desktop);
        padding-bottom: var(--spacing-section-desktop);
    }
}

/* Section Padding - Hero */
.section-padding-hero {
    padding-top: var(--spacing-section-hero-top-mobile);
    padding-bottom: var(--spacing-section-hero-bottom-mobile);
}

@media (min-width: 768px) {
    .section-padding-hero {
        padding-top: var(--spacing-section-hero-top-desktop);
        padding-bottom: var(--spacing-section-hero-bottom-desktop);
    }
}

/* Section Padding - Compact */
.section-padding-compact {
    padding-top: var(--spacing-section-compact-mobile);
    padding-bottom: var(--spacing-section-compact-mobile);
}

@media (min-width: 768px) {
    .section-padding-compact {
        padding-top: var(--spacing-section-compact-desktop);
        padding-bottom: var(--spacing-section-compact-desktop);
    }
}

/* Container Padding - Standard */
.container-padding {
    padding-left: var(--spacing-container-mobile);
    padding-right: var(--spacing-container-mobile);
}

@media (min-width: 768px) {
    .container-padding {
        padding-left: var(--spacing-container-tablet);
        padding-right: var(--spacing-container-tablet);
    }
}

@media (min-width: 1024px) {
    .container-padding {
        padding-left: var(--spacing-container-desktop);
        padding-right: var(--spacing-container-desktop);
    }
}

/* Section Header Margins */
.section-header-margin {
    margin-bottom: var(--spacing-header-mobile);
}

@media (min-width: 768px) {
    .section-header-margin {
        margin-bottom: var(--spacing-header-desktop);
    }
}

.section-header-margin-large {
    margin-bottom: var(--spacing-header-large-mobile);
}

@media (min-width: 768px) {
    .section-header-margin-large {
        margin-bottom: var(--spacing-header-large-desktop);
    }
}

/* Grid Gaps */
.grid-gap-small {
    gap: var(--spacing-grid-small-mobile);
}

@media (min-width: 768px) {
    .grid-gap-small {
        gap: var(--spacing-grid-small-desktop);
    }
}

.grid-gap-standard {
    gap: var(--spacing-grid-standard-mobile);
}

@media (min-width: 768px) {
    .grid-gap-standard {
        gap: var(--spacing-grid-standard-desktop);
    }
}

.grid-gap-large {
    gap: var(--spacing-grid-large-mobile);
}

@media (min-width: 768px) {
    .grid-gap-large {
        gap: var(--spacing-grid-large-desktop);
    }
}

/* Content Spacing */
.content-spacing-paragraph {
    margin-bottom: var(--spacing-content-paragraph);
}

.content-spacing-form {
    gap: var(--spacing-content-form);
}

.card-padding {
    padding: var(--spacing-content-card-mobile);
}

@media (min-width: 768px) {
    .card-padding {
        padding: var(--spacing-content-card-desktop);
    }
}

/* Common Layout Classes */
.section {
    position: relative;
    overflow: hidden;
}

.container-standard {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

/* ============================================
   HEADING VARIANT STYLES
   ============================================ */

/* Neon glow effect */
.heading-neon {
    text-shadow: 0 0 10px rgba(255, 20, 147, 0.5),
                 0 0 20px rgba(255, 20, 147, 0.3),
                 0 0 30px rgba(255, 20, 147, 0.2);
}

/* Gradient text */
.heading-gradient {
    background: linear-gradient(135deg, #ff1493, #ff6b35);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Underline styles */
.heading-underline {
    position: relative;
    display: inline-block;
}

.heading-underline::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ff1493, #ff6b35);
    border-radius: 2px;
}

.heading-underline-center::after {
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
}

/* ============================================
   ADDITIONAL UTILITY CLASSES
   ============================================ */

/* Text Colors */
.text-white {
    color: var(--color-text-white);
}

.text-gray-300 {
    color: var(--color-text-gray);
}

.text-gray-400 {
    color: var(--color-text-gray-dark);
}

/* Display Utilities */
.flex {
    display: flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

/* Flexbox Utilities */
.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.flex-col {
    flex-direction: column;
}

/* Position Utilities */
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

/* Overflow */
.overflow-hidden {
    overflow: hidden;
}

/* Max Width */
.max-w-3xl {
    max-width: 48rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

/* Common responsive grid patterns */
@media (min-width: 640px) {
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* Hero Background with radiating light streaks effect */
.hero-bg {
    background: var(--color-bg-dark-purple);
    position: relative;
    overflow: hidden;
}

.hero-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 20, 147, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 102, 0, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(255, 20, 147, 0.25) 0%, transparent 60%);
    opacity: 1;
    animation: pulse-bg 4s ease-in-out infinite alternate;
}

@keyframes pulse-bg {
    0% { opacity: 0.8; }
    100% { opacity: 1; }
}

/* Light streaks - vibrant radiating effect */
.light-streak {
    position: absolute;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom,
        transparent 0%,
        rgba(255, 20, 147, 0.4) 20%,
        rgba(255, 102, 0, 0.4) 50%,
        rgba(255, 20, 147, 0.4) 80%,
        transparent 100%);
    animation: streak-move 8s linear infinite;
    opacity: 0.6;
}

@keyframes streak-move {
    0% { transform: translateY(-100%) rotate(0deg); }
    100% { transform: translateY(100vh) rotate(3deg); }
}

/* Grid Pattern */
.grid-pattern {
    background-image:
        linear-gradient(rgba(255, 20, 147, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 20, 147, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
}

/* Particles - vibrant floating effect */
.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: radial-gradient(circle, var(--color-primary-pink) 0%, var(--color-primary-orange) 100%);
    border-radius: 50%;
    animation: float 6s infinite;
    opacity: 0.8;
    box-shadow: 0 0 6px rgba(255, 20, 147, 0.6);
}

/* Transparent Header */
.transparent-header {
    background: transparent !important;
    backdrop-filter: blur(100px);
    transition: background 0.15s ease;
}

.transparent-header.scrolled {
    background: rgba(26, 0, 51, 0.9) !important;
}

/* Gradient Classes */
.gradient-primary {
    background: var(--gradient-primary);
}

/* Text Color Classes */
.text-primary-pink {
    color: var(--color-primary-pink);
}

.text-primary-orange {
    color: var(--color-primary-orange);
}

.bg-primary-pink {
    background-color: var(--color-primary-pink);
}

.bg-primary-orange {
    background-color: var(--color-primary-orange);
}

.bg-dark-purple {
    background-color: var(--color-bg-dark-purple);
}

/* Text Effect - no glow, just color */
.neon-text {
    color: var(--color-primary-pink);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Animation Classes - Optimized for faster UX */
.animate-fade-in-up {
    animation: fadeInUp 0.4s ease-out forwards;
}

.animate-fade-in {
    animation: fadeIn 0.5s ease-out forwards;
}

.animate-slide-in-left {
    animation: slideInLeft 0.4s ease-out forwards;
}

.animate-slide-in-right {
    animation: slideInRight 0.4s ease-out forwards;
}

.animate-scale-in {
    animation: scaleIn 0.3s ease-out forwards;
}

.animate-float {
    animation: float 6s ease-in-out infinite;
}

/* Staggered animations - Reduced delays for faster feel */
.animate-delay-100 {
    animation-delay: 0.05s;
    opacity: 0;
}

.animate-delay-200 {
    animation-delay: 0.1s;
    opacity: 0;
}

.animate-delay-300 {
    animation-delay: 0.15s;
    opacity: 0;
}

.animate-delay-400 {
    animation-delay: 0.2s;
    opacity: 0;
}

.animate-delay-500 {
    animation-delay: 0.25s;
    opacity: 0;
}

.animate-delay-600 {
    animation-delay: 0.3s;
    opacity: 0;
}

/* Hover Effects - Faster transitions */
.hover-glow:hover {
    box-shadow: 0 0 8px rgba(255, 20, 147, 0.2);
    transition: box-shadow 0.15s ease;
}

/* Image styling */
img {
    max-width: 100%;
    height: auto;
}

/* Large text styles for Gen Z appeal */
h1, h2, h3 {
    line-height: 1.1;
}

/* Button styles - energetic and bold */
.cta-button {
    padding: 1rem 2rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.15s ease;
}

.cta-button:hover {
    transform: scale(1.05) translateY(-2px);
}

/* Section backgrounds */
section {
    position: relative;
}
#marquee .overflow-hidden { 
    background-color:#f516e5;
    padding: 10px 0;
}

.slick-slide{
    height: auto !important;
    /* margin: 0 12px; */
}
.slick-track {
    display: flex !important;
    align-items: center;
}
.slick-list {
    margin: 0 -12px;
}

.slick-slide > div {
    height: auto;
}
.small-heading,
.card-sub-headings {
    color: var(--color-primary-pink);
}
.card-sub-headings {
    background-color: var(--color-primary-pink);
}

.slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: var(--color-bg-darker-purple);
        color: white !important;
        border: none !important;
        width: 50px !important;
        height: 50px !important;
        border-radius: 50% !important;
        font-size: 20px !important;
        cursor: pointer !important;
        transition: all 0.3s !important;
        z-index: 10 !important;
    } 


    .slick-arrow:hover {
        background: var(--color-primary-pink) !important;
        transform: translateY(-50%) scale(1.1) !important;
    }

    .slick-prev::before, .slick-next::before {
        display: none !important;
    }

.container {
    max-width: 80% !important;
    margin: 0 auto;
}
@media (max-width: 1500px) {
  .container {
    max-width: 95% !important;
  }
}
@media (max-width: 1280px) {
  .container {
    max-width: 95% !important;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 90% !important;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 95% !important;
  }
}
@media (max-width: 640px) {
  .container {
    max-width: 98% !important;
  }
}























































