.pill {
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 12px;
}

.pill-danger {
    background-color: #dc3545 !important; /* Red */
    color: #fff;
}

.back {
    margin: 1em auto;
    font-family: "Roboto";
}

.back span {
    font-size: 0.5em;
    color: #F2C640;
    background: #262B37;
    display: table-cell;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3), 0 5px 0 #ccc;
    padding: 0 10px;
    line-height: 20px;
    animation: jumb 2s infinite;
}

@keyframes jumb {
    0% {
        transform: translateY(0px)
    }
    50% {
        transform: translateY(-30px);
        box-shadow: 0 15px 0 rgb(242, 198, 64);
    }
    100% {
        transform: translateY(0px)
    }
}

.back span:nth-child(1) {
    animation-delay: 0s;
}

.back span:nth-child(2) {
    animation-delay: .1s;
}

.back span:nth-child(3) {
    animation-delay: .2s;
}

.back span:nth-child(4) {
    animation-delay: .3s;
}

.back span:nth-child(5) {
    animation-delay: .4s;
}

.back span:nth-child(6) {
    animation-delay: .5s;
}

.back span:nth-child(7) {
    animation-delay: .6s;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}


/* Non solid icons get a stroke */

.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}


/* Solid icons get a fill */

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter {
    background-color: #55acee
}

.resp-sharing-button--twitter:hover {
    background-color: #2795e9
}

.resp-sharing-button--pinterest {
    background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
    background-color: #8c0615
}

.resp-sharing-button--facebook {
    background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
    background-color: #2d4373
}

.resp-sharing-button--tumblr {
    background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
    background-color: #222d3c
}

.resp-sharing-button--reddit {
    background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
    background-color: #3a80c1
}

.resp-sharing-button--google {
    background-color: #dd4b39
}

.resp-sharing-button--google:hover {
    background-color: #c23321
}

.resp-sharing-button--linkedin {
    background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
    background-color: #046293
}

.resp-sharing-button--email {
    background-color: #777
}

.resp-sharing-button--email:hover {
    background-color: #5e5e5e
}

.resp-sharing-button--xing {
    background-color: #1a7576
}

.resp-sharing-button--xing:hover {
    background-color: #114c4c
}

.resp-sharing-button--whatsapp {
    background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
    background-color: #1da851
}

.resp-sharing-button--hackernews {
    background-color: #FF6600
}

.resp-sharing-button--hackernews:hover,
.resp-sharing-button--hackernews:focus {
    background-color: #FB6200
}

.resp-sharing-button--vk {
    background-color: #507299
}

.resp-sharing-button--vk:hover {
    background-color: #43648c
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
    background-color: #2d4373;
    border-color: #2d4373;
}

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
    background-color: #2795e9;
    border-color: #2795e9;
}

.resp-sharing-button--email {
    background-color: #777777;
    border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
    background-color: #5e5e5e;
    border-color: #5e5e5e;
}

.resp-sharing-button--linkedin {
    background-color: #0077b5;
    border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
    background-color: #046293;
    border-color: #046293;
}

.resp-sharing-button--telegram {
    background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
    background-color: #4B97D1;
}

.profile-cover {
    position: relative;
    z-index: 0;
}

.panel {
    margin-bottom: 30px;
    color: #696969;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
}

.profile-cover__action {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 120px 30px 10px 153px;
    border-radius: 5px 5px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    background: url(https://bootdey.com/img/Content/bg1.jpg) no-repeat;
    background-size: cover;
}

.profile-cover__action>.btn {
    margin-left: 10px;
    margin-bottom: 10px;
}

.profile-cover__img {
    position: absolute;
    top: 120px;
    left: 30px;
    text-align: center;
    z-index: 1;
}

.profile-cover__img>img {
    max-width: 120px;
    border: 5px solid #fff;
    border-radius: 50%;
}

.profile-cover__img>.h3 {
    color: #393939;
    font-size: 20px;
    line-height: 30px;
}

.profile-cover__img>img+.h3 {
    margin-top: 6px;
}

.profile-cover__info .nav {
    margin-right: 28px;
    padding: 15px 0 10px 170px;
    color: #999;
    font-size: 12px;
    line-height: 26px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.profile-cover__info .nav li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.profile-cover__info .nav li:not(:first-child) {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #eee;
}

.profile-cover__info .nav strong {
    display: block;
    margin-bottom: 10px;
    color: #e16123;
    font-size: 18px;
}

@media (min-width: 481px) {
    .profile-cover__action>.btn {
        min-width: 50px;
    }
    .profile-cover__action>.btn>span {
        display: inline-block;
    }
}

@media (max-width: 600px) {
    .profile-cover__info .nav {
        display: block;
        margin: 90px auto 0;
        padding-left: 30px;
        padding-right: 30px;
    }
    .profile-cover__info .nav li:not(:first-child) {
        margin-top: 8px;
        margin-left: 0;
        padding-top: 18px;
        padding-left: 0;
        border-top: 1px solid #eee;
        border-left-width: 0;
    }
}

.panel {
    margin-bottom: 30px;
    color: #696969;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
}

.panel-heading {
    color: #393939;
    padding: 10px 20px;
    border-width: 0;
    border-radius: 0;
}

.panel-heading:after,
.panel-heading:before {
    content: " ";
    display: table;
}

.panel-heading:after {
    clear: both;
}

.panel-title {
    float: left;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.panel-title select {
    border-width: 0;
    background-color: transparent;
    text-transform: uppercase;
}

.panel-title select option {
    text-transform: capitalize;
}

.panel-title .select2 {
    display: block;
    min-width: 200px;
}

.panel-title .select2-selection {
    height: auto;
    padding: 0;
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    overflow: hidden;
    white-space: nowrap;
}

.no-outlines .panel-title .select2-selection {
    outline: 0;
}

.panel-title .select2-selection .select2-selection__rendered {
    float: left;
    margin-right: 8px;
    padding: 0;
    line-height: inherit;
}

.panel-title .select2-selection .select2-selection__arrow {
    float: left;
    display: block;
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
}

.panel-title .select2-selection .select2-selection__arrow:before {
    content: "\f107";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 700;
}

.panel-title .select2-container--open .select2-selection__arrow:before {
    content: "\f106";
}

.panel-heading .dropdown {
    float: right;
}

.panel-heading .dropdown .dropdown-toggle {
    margin: -10px -20px;
    padding: 10px 20px;
    color: #999;
    border-width: 0;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}

.panel-heading .dropdown .dropdown-toggle:after,
.toolbar__nav>li>a>span {
    display: none;
}

.panel-heading .dropdown-menu {
    top: 30px !important;
    left: auto !important;
    right: -20px;
    margin: 0;
    padding: 10px 0;
    border-width: 0;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 1001;
}

.panel-heading .dropdown-menu a {
    padding: 5px 15px;
    color: #999;
    font-size: 13px;
    line-height: 23px;
}

.panel-heading .dropdown-menu a:hover {
    color: #e16123;
}

.panel-heading .dropdown-menu i {
    min-width: 15px;
    margin-right: 6px;
    font-size: 11px;
    text-align: center;
}

.panel-subtitle {
    margin: 20px 0;
}

.panel-subtitle:first-child {
    margin-top: 0;
}

.panel-subtitle .h5 {
    color: #999;
    font-weight: 600;
}

.panel-subtitle .h5 small {
    color: #777;
}

.panel-body {
    padding: 20px;
}

.panel-content,
.panel-social {
    position: relative;
    border-radius: 0 0 4px 4px;
}

.panel-content {
    border-top: 1px solid #eee;
    padding: 31px 20px 33px;
}

.panel-about table {
    width: 100%;
    word-break: break-word;
}

.panel-about table tr+tr td,
.panel-about table tr+tr th {
    padding-top: 8px;
}

.panel-about table th {
    min-width: 120px;
    color: #2bb3c0;
    font-weight: 400;
    vertical-align: top;
}

.panel-about table th>i {
    min-width: 14px;
    margin-right: 8px;
    text-align: center;
}

.panel-social {
    padding: 0 20px 33px;
    z-index: 0;
}

.panel-heading+.panel-social {
    padding-top: 21px;
    border-top: 1px solid #eee;
}

.panel-social>.nav {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.panel-social>.nav>li:not(:last-child) {
    margin-right: 20px;
}

.panel-social>.nav>li>a {
    color: #ccc;
}

.panel-activity__status>.actions {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 10px 20px;
    background-color: #ebebea;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #ccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.btn-link {
    display: inline-block;
    color: inherit;
    font-weight: inherit;
    cursor: pointer;
    background-color: transparent;
}

button.btn-link {
    border-width: 0;
}

.panel-activity__status>.actions>.btn-group>.btn-link:not(:last-child) {
    margin-right: 25px;
}

.panel-activity__status>.actions>.btn-group>.btn-link {
    padding-left: 0;
    padding-right: 0;
    color: #9c9c9c;
}

.btn-info {
    background-color: #2bb3c0;
    border: none;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.panel-activity__status>.actions>.btn-group {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 16px;
}

.panel-activity__list {
    margin: 60px 0 0;
    padding: 0;
    list-style: none;
}

.panel-activity__list,
.panel-activity__list>li {
    position: relative;
    z-index: 0;
}

.panel-activity__list:before {
    content: " ";
    display: none;
    position: absolute;
    top: 20px;
    left: 35px;
    bottom: 0;
    border-left: 2px solid #ebebea;
}

.activity__list__icon {
    display: none;
    position: absolute;
    top: 2px;
    left: 0;
    min-width: 30px;
    color: #fff;
    background-color: #2bb3c0;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.panel-activity__list,
.panel-activity__list>li {
    position: relative;
    z-index: 0;
}

.activity__list__header {
    position: relative;
    min-height: 35px;
    padding-top: 4px;
    padding-left: 45px;
    color: #999;
    z-index: 0;
}

.activity__list__body {
    padding-top: 13px;
    padding-left: 43px;
}

.entry-content .gallery {
    margin: 0;
    list-style: none;
    padding: 0;
}

.entry-content .gallery,
.m-error {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.entry-content .gallery>li {
    padding-right: 20px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.gallery>li img {
    max-width: 100%;
    height: auto;
}

.entry-content blockquote:last-child,
p:last-child,
table:last-child,
ul:last-child {
    margin-bottom: 0;
}

.entry-content blockquote:last-child,
p:last-child,
table:last-child,
ul:last-child {
    margin-bottom: 0;
}

.entry-content blockquote p:before {
    content: "\f10d";
    color: #999;
    margin-right: 12px;
    font-family: "FontAwesome";
    font-size: 24px;
    font-weight: 900;
}

.activity__list__header img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 35px;
    border-radius: 50%;
}

.activity__list__header a {
    color: #222;
    font-weight: 600;
}

.activity__list__footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-top: 23px;
    margin-left: 43px;
    padding: 13px 8px 0;
    color: #999;
    border-top: 1px dotted #ccc;
}

.activity__list__footer a {
    color: inherit;
}

.activity__list__footer a+a {
    margin-left: 15px;
}

.activity__list__footer i {
    margin-right: 8px;
}

.activity__list__footer a:hover {
    color: #222;
}

.activity__list__footer span {
    margin-left: auto;
}

.panel-activity__list>li+li {
    margin-top: 51px;
}

.weather--panel {
    padding: 24px 20px 36px;
    border-radius: 5px;
    text-align: center;
}

.weather--title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.weather--title .fa {
    margin-right: 5px;
    font-size: 30px;
    line-height: 40px;
}

.weather--info {
    margin-top: 14px;
    font-size: 46px;
    line-height: 56px;
}

.weather--info .wi {
    margin-right: 10px;
}

.bg-blue {
    background-color: #2bb3c0;
}

.bg-orange {
    background-color: #e16123;
}

.todo--panel .list-group,
.user--list>li,
.user--list>li>a {
    position: relative;
    z-index: 0;
}

.hero-height {
    max-height: 314px;
}

.hero-height .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgb(233, 236, 238);
}

.todo--panel .list-group {
    margin-bottom: 0;
    padding-top: 23px;
    padding-bottom: 25px;
}

.todo--panel .list-group:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    border-top: 1px solid #eee;
}

.todo--panel .list-group-item {
    margin-top: 27px;
    padding: 0;
    border-width: 0;
}

li.list-group-item:first-child {
    margin-top: 0;
}

.todo--label {
    padding-left: 20px;
    padding-right: 30px;
    color: #696969;
    font-weight: 400;
}

.todo--input {
    display: none;
}

.todo--text {
    display: block;
    position: relative;
    padding-left: 39px;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
    cursor: pointer;
    z-index: 0;
}

.todo--input:checked+.todo--text {
    color: #999;
    text-decoration: line-through;
}

.todo--text:after,
.todo--text:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
}

.todo--text:before {
    border: 1px solid #ccc;
    content: " ";
}

.todo--text:after {
    content: "\f00c";
    color: #fff;
    background-color: #009378;
    font-family: "FontAwesome";
    font-size: 11px;
    line-height: 21px;
    font-weight: 700;
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: opacity 0.25s linear, -webkit-transform 0.25s linear;
    transition: opacity 0.25s linear, transform 0.25s linear;
    transition: opacity 0.25s linear, transform 0.25s linear, -webkit-transform 0.25s linear;
}

.todo--input:checked+.todo--text:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}

.todo--remove {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -15px;
    color: #999;
    font-size: 18px;
    line-height: 28px;
}

.todo--panel .input-group {
    border-top: 1px solid #eee;
}

.todo--panel .form-control {
    height: auto;
    padding: 13px 20px 14px;
    border-width: 0;
}

.todo--panel .btn-link {
    padding: 12px 16px;
    color: #ccc;
    font-size: 28px;
    border-width: 0;
    text-decoration: none;
}

.feeds-panel {
    margin: 20px 20px 0;
    padding-top: 17px;
    padding-bottom: 23px;
    border-top: 1px solid #ebebea;
}

.feeds-panel li {
    position: relative;
    width: 100%;
    min-height: 20px;
    padding-left: 40px;
    z-index: 0;
}

.feeds-panel li a {
    color: #e16123;
}

.feeds-panel li+li {
    margin-top: 12px;
}

.bg-red {
    background-color: #ff4040;
}

.bg-green {
    background-color: #009378;
}

.comments-panel>ul>li:after,
.comments-panel>ul>li:before,
.feeds-panel li:after,
.feeds-panel li:before {
    content: " ";
    display: table;
}

.comments-panel>ul>li:after,
.feeds-panel li:after {
    clear: both;
}

.feeds-panel .time {
    float: right;
    margin-left: 5px;
    color: #ccc;
    font-style: italic;
}

.feeds-panel .fa {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 30px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}

.feeds-panel .text {
    color: #696969;
    line-height: 26px;
}


       /* Example in src/input.css (before Tailwind directives) or your main CSS file */

@font-face {
  font-family: 'Metropolis'; /* The name you'll use in your CSS */
  src: url('/fonts/Metropolis-Regular.woff2') format('woff2');
  font-weight: 400; /* Normal weight */
  font-style: normal;
  font-display: swap; /* Use fallback font while loading */
}
@font-face {
  font-family: 'Metropolis'; /* The name you'll use in your CSS */
  src: url('/fonts/Metropolis-Medium.woff2') format('woff2');
  font-weight: 500; /* Medium weight */
  font-style: normal;
  font-display: swap; /* Use fallback font while loading */
}

@font-face {
  font-family: 'Metropolis';
  src: url('/fonts/Metropolis-SemiBold.woff2') format('woff2');
  font-weight: 600; /* Semibold weight */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis';
  src: url('/fonts/Metropolis-Bold.woff2') format('woff2');
  font-weight: 700; /* Bold weight */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis'; /* The name you'll use in your CSS */
  src: url('/fonts/Metropolis-ExtraBold.woff2') format('woff2');
  font-weight: 900; /* Extra Bold */
  font-style: normal;
  font-display: swap; /* Use fallback font while loading */
}

 :root {
            --big-stone: #171d37;
            --white-lilac: #f4f5fb;
            --candlelight: #f9d20d;
            --manatee: #95969c;
            --ghost: #c5c6d2;
            --crete: #84702a;
            --hampton: #e3daa3;
            --wild-blue-yonder: #748cb2;
            --chatelle: #b4acb8;
            --lola: #d4ccd4;
        }

        .bg-big-stone {
            background-color: var(--big-stone);
        }
        .bg-white-lilac {
            background-color: var(--white-lilac);
        }
        .bg-candlelight {
            background-color: var(--candlelight);
        }
        .bg-manatee {
            background-color: var(--manatee);
        }
        .bg-crete {
            background-color: var(--crete);
        }
        .bg-hampton {
            background-color: var(--hampton);
        }
        .bg-wild-blue-yonder {
            background-color: var(--wild-blue-yonder);
        }
        .bg-chatelle {
            background-color: var(--chatelle);
        }
        .bg-lola {
            background-color: var(--lola);
        }

        .text-big-stone {
            color: var(--big-stone);
        }
        .text-white-lilac {
            color: var(--white-lilac);
        }
        .text-candlelight {
            color: var(--candlelight);
        }
        .text-manatee {
            color: var(--manatee);
        }
        .text-crete {
            color: var(--crete);
        }
        .text-hampton {
            color: var(--hampton);
        }
        .text-wild-blue-yonder {
            color: var(--wild-blue-yonder);
        }
        .text-chatelle {
            color: var(--chatelle);
        }
        .text-lola {
            color: var(--lola);
        }


/* --- Tailwind directives or other CSS rules follow --- */
/* @import "tailwindcss/base"; etc. OR your regular CSS */
       
       /* Apply Inter font globally */
        body {
            font-family: 'Metropolis', sans-serif;
            background-color: #f9fafb; /* Slightly off-white background */
        }

        h1, h2, h3, h5, h6 {
            color: #171d37; /* Darker text color for headings */
        }

         /* h1:hover, h2:hover, h3:hover, h5:hover, h6:hover {
            color: #2a2a2a; /* Darker text color for headings */
        } */

        /* Custom gradient for top bar */
        .purple-gradient-bg {
            background: linear-gradient(to right, #171d37, #171d37);
        }

        /* Custom gradient for subscribe button */
        .subscribe-btn-bg {
            background: linear-gradient(to right, #f9d20d, #f9d20d);
             color:#171d37;
        }
        .subscribe-btn-bg:hover {
            background: linear-gradient(to right, #f9d20d, #f9d20d);
            color:#171d37;
        }

        .btn-outline{
            border-color: #f9d20d;
        }

         .btn-outline:hover{
            background-color: #f9d20d;
        }

        .badge{
           background-color: #f9d20d;
           color: #171d37;
        }

         .badge:hover{
            background-color: #171d37;
            color: #f9d20d;
        }

        /* Define your custom background pattern class */
        .bg-svg-pattern {
            background-image: url("data:image/svg+xml,%3Csvg%20width%3D%27100%25%27%20height%3D%27100%25%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cdefs%3E%3ClinearGradient%20id%3D%27purpleGradient%27%20x1%3D%270%25%27%20y1%3D%270%25%27%20x2%3D%27100%25%27%20y2%3D%27100%25%27%3E%3Cstop%20offset%3D%270%25%27%20style%3D%27stop-color%3A%23a855f7%3Bstop-opacity%3A1%27%20%2F%3E%3Cstop%20offset%3D%27100%25%27%20style%3D%27stop-color%3A%237e22ce%3Bstop-opacity%3A1%27%20%2F%3E%3C%2FlinearGradient%3E%3Cpattern%20id%3D%27techLines%27%20patternUnits%3D%27userSpaceOnUse%27%20width%3D%27160%27%20height%3D%27160%27%3E%3Cg%20stroke%3D%27url(%23purpleGradient)%27%20stroke-width%3D%278%27%20stroke-linecap%3D%27round%27%3E%3Cpath%20d%3D%27M%200%2040%20L%2080%2040%20L%2080%20120%20L%20160%20120%27%20fill%3D%27none%27%2F%3E%3Cpath%20d%3D%27M%2040%200%20L%2040%2080%20L%20120%2080%20L%20120%20160%27%20fill%3D%27none%27%2F%3E%3Cpath%20d%3D%27M%20160%2080%20L%20100%2080%20L%20100%2020%20L%20160%2020%27%20fill%3D%27none%27%20%2F%3E%3Cpath%20d%3D%27M%200%20140%20L%2060%20140%20L%2060%20100%20L%200%20100%27%20fill%3D%27none%27%20%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2780%27%20cy%3D%2740%27%20r%3D%278%27%20fill%3D%27url(%23purpleGradient)%27%20%2F%3E%3Ccircle%20cx%3D%2740%27%20cy%3D%2780%27%20r%3D%278%27%20fill%3D%27url(%23purpleGradient)%27%20%2F%3E%3Ccircle%20cx%3D%27120%27%20cy%3D%2780%27%20r%3D%278%27%20fill%3D%27url(%23purpleGradient)%27%20%2F%3E%3Ccircle%20cx%3D%2780%27%20cy%3D%27120%27%20r%3D%278%27%20fill%3D%27url(%23purpleGradient)%27%20%2F%3E%3Ccircle%20cx%3D%2760%27%20cy%3D%27140%27%20r%3D%278%27%20fill%3D%27url(%23purpleGradient)%27%20%2F%3E%3C%2Fpattern%3E%3C%2Fdefs%3E%3Crect%20width%3D%27100%25%27%20height%3D%27100%25%27%20fill%3D%27url(%23techLines)%27%20%2F%3E%3C%2Fsvg%3E");
            background-size: contain;
            background-repeat: no-repeat;
            background-blend-mode: overlay;
            background-color: #171d37;
        }

        /* Styling for blog card category tag */
        .category-tag {
            @apply absolute top-4 left-4 bg-purple-600 text-white text-xs font-semibold px-2.5 py-1 rounded z-10;
        }

        /* Basic input styling for footer */
        .footer-form-input {
            @apply w-full px-4 py-2.5 border border-gray-600 rounded-md bg-transparent text-gray-300 placeholder-gray-400 focus:outline-none focus:ring-1 focus:ring-purple-500 focus:border-purple-500 text-sm;
        }

        /* Subscribe section background */
        .subscribe-section-bg {
            background-color: #171d37;
        }

        /* Section title styling */
        .section-title {
            @apply text-2xl md:text-3xl font-bold text-gray-800 mb-8;
        }

        /* Styling for sidebar widgets */
        .widget {
            @apply bg-white p-6 rounded-lg shadow-md border border-gray-100 mb-6;
        }

        .widget-title {
            @apply text-lg font-semibold text-gray-800 mb-4 pb-2 border-b border-gray-200;
        }

        /* Styling for blog content */
        .blog-content h2 { @apply text-2xl font-semibold text-gray-800 mt-8 mb-4; }
        .blog-content h3 { @apply text-xl font-semibold text-gray-700 mt-6 mb-3; }
        .blog-content p { @apply text-gray-700 leading-relaxed mb-4 text-base; }
        .blog-content ul { @apply list-disc list-inside mb-4 pl-4 text-gray-700; }
        .blog-content ol { @apply list-decimal list-inside mb-4 pl-4 text-gray-700; }
        .blog-content li { @apply mb-2; }
        .blog-content a { @apply text-purple-600 hover:underline; }
        .blog-content blockquote { @apply border-l-4 border-purple-500 pl-4 italic text-gray-600 my-6; }
        .blog-content img { @apply rounded shadow-sm my-6; }

        /* Social Share Button Styling */
        .social-share-btn {
            @apply w-9 h-9 flex items-center justify-center rounded-full text-white transition duration-150 ease-in-out;
        }

        /* Styling for filter buttons */
        .filter-btn {
            @apply px-4 py-1.5 text-sm font-medium rounded-full border transition duration-150 ease-in-out;
        }
        .filter-btn.active {
            @apply bg-purple-600 text-white border-purple-600;
        }
        .filter-btn:not(.active) {
            @apply border-gray-300 text-gray-600 hover:bg-gray-100 hover:border-gray-400;
        }

        /* Play button overlay */
        .play-button-overlay {
            @apply absolute inset-0 flex items-center justify-center bg-black bg-opacity-40 opacity-0 group-hover:opacity-100 transition-opacity duration-300 cursor-pointer;
        }
        .play-button-icon {
            @apply w-16 h-16 text-white bg-purple-600 rounded-full flex items-center justify-center shadow-sm;
        }

