:root {
    --bg: #f8f7fa;
    --menutxtcl: 111, 115, 145;
    --menutxtweight: 600;
    --intlinear: 90, 99, 129;
    --txtall: 81, 81, 81;
    --cl1: 141, 72, 189;
    --pckdf: var(--cl1);
    --whydf: var(--cl1);
    --lbds: 255, 255, 255;
    --lsdb: 56, 58, 70;
    --text: 85, 85, 85;
    --fixedtel: #d581b4;

    /* Social Media Platform Colors */
    --instagram: #E1306C;
    --tiktok: #3F3357;
    --twitter: #1DA1F2;
    --youtube: #E90004;
    --facebook: #4267B2;
    --spotify: #29D266;
    --whatsapp: #25D366;
    --linkedin: #0077B5;
    --telegram: #0088cc;
    --discord: #5865F2;
    --pinterest: #E60023;
    --twitch: #9146FF;
    --snapchat: #FFFC00;
    --soundcloud: #FF5500;
    --kick: #52FF00;
    --kwai: #FF9900;
}
body.dark {
    --bg: #26272d;
    --menutxtcl: 226, 226, 228;
    --intlinear: 45, 45, 58;
    --txtall: 226, 226, 228;
    --cl1: 192, 128, 223;
    --lbds: 56, 58, 70;
    --lsdb: 255, 255, 255;
    --pckdf: var(--cl1);
    --text: 226, 226, 228;
}

/* Showcase Section - Platform Colors */
#section_packages_showcase {
    --dynamic-platform-color: #E1306C; /* Instagram rengi (default) */
    
    /* Platform renkleri */
    --color-instagram: #E1306C;
    --color-twitter: #1DA1F2;
    --color-tiktok: #3F3357;
    --color-youtube: #FF0000;
    --color-facebook: #1877F2;
    --color-spotify: #29D266;
    --color-telegram: #0088cc;
    --color-whatsapp: #25D366;
    --color-discord: #5865F2;
    --color-pinterest: #E60023;
    --color-kick: #52FF00;
    --color-kwai: #FF9900;
    --color-twitch: #9146FF;
    --color-linkedin: #0A66C2;
    --color-snapchat: #ff9900;
    --color-soundcloud: #FF5500;
}

#summary {
  font-size: 14px;
  line-height: 1.5;
}

#summary p.collapse:not(.show) {
    height: 42px !important;
    overflow: hidden;
  
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

#summary p.collapsing {
    min-height: 42px !important;
}

#summary a.collapsed:after  {
    content: '+ Read More';
}

#summary a:not(.collapsed):after {
    content: '- Read Less';
}
