<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --cassiopeia-color-primary: white;
  --cassiopeia-color-hover: white;
  --cassiopeia-color-link: #4b657e;
/*  --link-active-color: #424077; */
}

.header {
  color : #4b657e;  
}

.container-component a {
  text-decoration : none;
  color : #376795;
 }

.container-component a:hover {
  text-decoration : underline;
  color : #007cc3;
}

.container-component a:active {
  text-decoration : underline;
  color : #007cc3;
}


.com-content-article {
  color : #111111;
}

.com-content-category .content-category &gt; h1 {
  text-align: center;
  font-size: 1.17em;  /* approx h3 */
  font-weight: bold;
  margin: 1em 0;
  all: unset;
  display: block;
  text-align: center;
  font-size: 1.17em;
  font-weight: bold;
}


/*
.container-nav {
  width : 100%;
  background-color : #eeeeee;
}
*/

.navbar-toggler {
  background-color : #4b657e;
}

.navbar-toggler {
  color : #111111;
}



/*
.navbar-expand-lg {
  background-color : #111111;
}
*/

/*
header {
  background-color: #ffffff;
}
*/

.navbar-expand-md
.navbar-collapse {
  background-color : #eeeeee;
}

.container-header
.mod-menu {
  color : #4b657e;
}

.metismenu.mod-menu
.metismenu-item
.mod-list
.icon-menu {
  color : #4b657e;
}

.container-header
.mod-menu a:hover {
  text-decoration : underline;
  color : #007cc3;
}

.srch_bt {
  border-style : none;
}

.footer {
  color : #4b657e;}

.footer a:hover {
  text-decoration : underline;
  color : #007cc3;
}

#navbar121 {
  background-color : white;
}

.card-header {
  border: 2px solid #2196f3;
  background-color : white;
  text-align: center;
}

.card-body a:hover {
  text-decoration : underline;
  color : #007cc3;
}

.back-to-top-link.visible {
  background-color : #376795;
}

.container-sidebar-right {
  align-items: center;
}

.container-sidebar-left {
  align-items: center;
}

ul {
  list-style-type : none;
  padding-left: 0;
}

li {
  padding-bottom : 1rem;
}

/* Make article titles in category list normal font-weight */
.com-content-category__table th.list-title a {
  font-weight: normal !important;
}

.newsfeed a {
  text-decoration : none;
}


@media (min-width:1200px) {
 .h3,
 h3 {
  font-size:1.25rem;
 }
}

@media (min-width:700px) {
 .h3,
 h3 {
  font-size:1.25rem;
 }
}


.table {
  --table-striped-bg:rgba(0,0,0,0);
}


.table&gt;:not(:first-child) {
  border-top: 0px none;
}

.newslisting h1 {
  font-size: 1.25rem;
  text-align : center;
}

.page-header h2 {
  font-size: 1.25rem;
}

.mybtn1 {
  border: 2px solid black;
  background-color: white;
  color: black;
  padding: 8px 10px;
  font-size: 16px;
  cursor: pointer;
}

.mybtn {
  border: 2px solid black;
  background-color: white;
  color: black;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
}

.btninfo {
  border-color: #2196F3;
  color: dodgerblue;
  animation: mymove 5s infinite;
}

@keyframes mymove {
  50% {border-start-end-radius:50px;}
  50% {border-bottom-left-radius:50px;}
  50% {border-bottom-right-radius:50px;}
  50% {border-top-right-radius:50px;}
  50% {border-top-left-radius:50px;}
}

.btninfo a{
  border-color: #2196F3;
  color: #115ca4;
  text-decoration: none;
}

.btninfo:hover {
  /*background: #2196F3;*/
  background: #e9f1f7;
  color: #115ca4;
  text-decoration: none;
}

.btninfo:hover a:hover{
  color: #115ca4;
  text-decoration: none;
}


.btninfo1 {
  border-color: #1E9F55;
  color: #1E9F55;
  animation: mymove 5s infinite;
}

.btninfo1 a{
  border-color: #1E9F55;
  color: #1E9F55;
  text-decoration: none;
}

.btninfo1:hover {
  /*background: #2196F3;*/
  background: #F0F0F0;
  color: #1E9F55;
  text-decoration: none;
}

.btninfo1:hover a:hover{
  color: #1E9F55;
  text-decoration: none;
}

/*
.home-list-header {
  border: 2px solid #2196f3;  background-color : white;
  text-align: center;
  padding: 5px;
}
*/

/* new home-page article header */

.home-list-header {
  border: 2px solid #ffcc00;            /* Golden yellow border */
  background-color: #ffffff;            /* Clean white background */
  color: #002147;                        /* Navy blue text */
  text-align: center;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  margin-bottom: 15px;
}


.home-list-header1 {
  border: 2px solid #002147;            /* Navy blue border */
  background-color: #ffffff;     /* white background */            
  /* background-color: #fffbe6; */     /* Soft golden yellow background */            
  color: #002147;                        /* Navy blue text */
  text-align: center;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  margin-bottom: 15px;
}

.home-list-header2.latest-additions {
  background-image: url("https://cdn.jsdelivr.net/npm/bootstrap-icons/icons/lightning-fill.svg");
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 20px 20px;
  padding-left: 45px; /* Ensure there's space for the icon */
}


.smhover:hover {
  border: 1px solid #2196f3;
}

.bgtlink a{
  text-decoration: none;
}

.bgtlink:hover a:hover{
  text-decoration: underline;
}

.btn 
.btn-sm
.btn-info {
  background-color: #ffffff;
  color: #376795;
  font-weight : bold;
}

.tags a.btn{
  background-color: #ffffff;
  background-color: white;
  color: #376795;
  font-weight : bold;
}

.tags a.btn a:hover {
  text-decoration : underline;
  color : #007cc3;
}

/*

.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 190px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

*/


.title-word {
  animation: color-animation 4s linear infinite;
}

.title-word-1 {
  --color-1: #ff0000;
  --color-2: #90ee90;
  --color-3: #d51af7;
  --color-4: #ffcc00;
  --color-5: #008080;
}

.title-word-2 {
  --color-1: #008080;
  --color-2: #ff0000;
  --color-3: #90ee90;
  --color-4: #d51af7;
  --color-5: #ffcc00;
}

.title-word-3 {
  --color-1: #ffcc00;
  --color-2: #008080;
  --color-3: #ff0000;
  --color-4: #90ee90;
  --color-5: #d51af7;
}

.title-word-4 {
  --color-1: #d51af7;
  --color-2: #ffcc00;
  --color-3: #008080;
  --color-4: #ff0000;
  --color-5: #90ee90;
}

.title-word-5 {
  --color-1: #90ee90;
  --color-2: #d51af7;
  --color-3: #ffcc00;
  --color-4: #008080;
  --color-5: #ff0000;
}

.title-word-6 {
  --color-1: #ff0000;
  --color-2: #90ee90;
  --color-3: #d51af7;
  --color-4: #ffcc00;
  --color-5: #008080;
}

.title-word-7 {
  --color-1: #008080;
  --color-2: #ff0000;
  --color-3: #90ee90;
  --color-4: #d51af7;
  --color-5: #ffcc00;
}

.title-word-8 {
  --color-1: #ffcc00;
  --color-2: #008080;
  --color-3: #ff0000;
  --color-4: #90ee90;
  --color-5: #d51af7;
}

.title-word-9 {
  --color-1: #d51af7;
  --color-2: #ffcc00;
  --color-3: #008080;
  --color-4: #ff0000;
  --color-5: #90ee90;
}

.title-word-10 {
  --color-1: #90ee90;
  --color-2: #d51af7;
  --color-3: #ffcc00;
  --color-4: #008080;
  --color-5: #ff0000;
}

.title-word-11 {
  --color-1: #ff0000;
  --color-2: #90ee90;
  --color-3: #d51af7;
  --color-4: #ffcc00;
  --color-5: #008080;
}


@keyframes color-animation {
  0%    {color: var(--color-1)}
  19%   {color: var(--color-1)}
  20%   {color: var(--color-2)}
  39%   {color: var(--color-2)}
  40%   {color: var(--color-3)}
  49%   {color: var(--color-3)}
  60%	{color: var(--color-4)}
  79%	{color: var(--color-4)}
  80%	{color: var(--color-5)}
  99%	{color: var(--color-5)}
  100%  {color: var(--color-1)}
}

/* Here are just some visual styles. ðŸ–Œ */

.container {
  display: grid;
  place-items: center;  
  text-align: center;
  height: 100vh
}

.title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 8.5vw;
  text-transform: uppercase;
}

/*
.bannerheader {
  text-align : center;
  font-weight : bold;
  color : teal;
}
*/

.bannerheader {
  text-align : left;
  font-size : 0.60em;
  color : #111111;
}

.bannerfooter {
  text-align : right;
  font-size : 0.60em;
  color : #111111;
}

.spoiler {
  color: transparent;
  background-position: right;
  background-size: 100% 100%;
  background-image: linear-gradient(#a0aec0, #a0aec0);
  display: inline;
  background-repeat: no-repeat;
  transition: all 500ms ease-in-out;
}
.spoiler:hover {
  color: #000;
  background-size: 0% 100%;
}

/* animae 1 */


.boxhover {
  border: 2px solid;
  border-image: repeating-linear-gradient(
    135deg,
    #d9cba7 0 10px,    /* soft beige */
    #b4a88f 0 20px,    /* muted taupe */
    #a3a380 0 30px     /* subtle olive */
  ) 2;
  -webkit-mask: 
    conic-gradient(from 180deg at top 2px right 2px, #0000 90deg,#000 0)
     var(--_i,200%) 0  /200% var(--_i,2px) border-box no-repeat,
    conic-gradient(at bottom 2px left  2px,  #0000 90deg,#000 0)
     0   var(--_i,200%)/var(--_i,2px) 200% border-box no-repeat,
    linear-gradient(#000 0 0) padding-box no-repeat;
  transition: .3s, -webkit-mask-position .3s .3s;
}

.boxhover:hover {
  --_i: 100%;
  color: #7a6251;  /* softer dark brown */
  transition: .3s, -webkit-mask-size .3s .3s;
}



/* animae 2 */

.boxarticle {
  --border-angle: 0deg;
  border-radius: 12px;
  /*width: 250px; */ /* You can change this to any size */
  width: 100%;  /* Still flexible width */
  /* height: 100px; */ /* Fixed height */
  padding: 1rem;  /* Add padding for spacing */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;  /* Optional: center the text horizontally */
  flex-wrap: wrap;  /* Ensure content wraps if needed */
  box-shadow: 0px 2px 4px hsl(0 0% 0% / 25%);
  animation: border-angle-rotate 4s infinite linear;
  border: 3px solid transparent;
  position: relative;
}


/* Box A â€“ animated conic border with color transition */
.boxarticle.a {
  background: linear-gradient(white, white) padding-box,
    conic-gradient(
      from var(--border-angle),
      navy,
      #002f6c,
      #004b87,
      #0069a5,
      #0088c7,
      #f9c80e,
      gold,
      goldenrod,
      navy
    ) border-box;
}

/* Box B â€“ two-color conic pattern */
.boxarticle.b {
  --bg: navy;  /* Base background color */
  background: linear-gradient(white, white) padding-box,
    conic-gradient(
      from var(--border-angle),
      var(--bg) 50%,
      gold 50%
    ) border-box;
}

@keyframes border-angle-rotate {
  from { --border-angle: 0deg; }
  to { --border-angle: 360deg; }
}

@property --border-angle {
  syntax: "&lt;angle&gt;";
  initial-value: 0deg;
  inherits: false;
}


/* animae 3 */


.boximg {
  --g: 4px;     /* the gap */
  --b: 5px;    /* border thickness*/
  --c: #669706; /* the color */
  
  
  padding: calc(var(--g) + var(--b));
  --_c: #0000 0 25%, var(--c) 0 50%;
  --_g1: repeating-linear-gradient(90deg ,var(--_c)) repeat-x;
  --_g2: repeating-linear-gradient(180deg,var(--_c)) repeat-y;
  background:
    var(--_g1) var(--_p, 25%) 0   ,var(--_g2) 0    var(--_p,125%),
    var(--_g1) var(--_p,125%) 100%,var(--_g2) 100% var(--_p, 25%);
  background-size: 200% var(--b),var(--b) 200%;
  cursor: pointer;
  filter: grayscale(50%);
  transition: .3s;
}

.boximg:hover {
  --_p: 75%;
  filter: grayscale(0%);
}

/* from chatgpt */
/* navbar Fade-in on load */

.navbar {
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Link Animations - Bounce on hover (subtle) */

a:hover {
  animation: bounce 0.4s;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}


/* animae for whatsapp */

.boxarticle.whatsapp {
  background: linear-gradient(white, white) padding-box,
    conic-gradient(
      from var(--border-angle),
      #25D366,  /* WhatsApp green */
      #1ebea5,
      #128C7E,
      #075E54,
      #25D366
    ) border-box;
  animation: border-angle-rotate 4s infinite linear;
  border: 3px solid transparent;
  color: #075E54;
  /* font-weight: bold; */
  gap: 0.5rem;
}

.boxarticle.whatsapp i {
  font-size: 1.5rem;
  color: #25D366;
}

/* animae for LinkedIn and email newsletter */
.boxarticle.linkedin {
  background: linear-gradient(white, white) padding-box,
    conic-gradient(
      from var(--border-angle),
      #0077B5,
      #005983,
      #004472,
      #00335A,
      #0077B5
    ) border-box;
  animation: border-angle-rotate 4s infinite linear;
  border: 3px solid transparent;
  color: #004472;
  font-weight: bold;
  gap: 0.5rem;
}

.boxarticle.linkedin i {
  font-size: 1.5rem;
  color: #0077B5;
}

.boxarticle.email {
  background: linear-gradient(white, white) padding-box,
    conic-gradient(
      from var(--border-angle),
      #FFA500,
      #FFB733,
      #FFD580,
      #FFE5B4,
      #FFA500
    ) border-box;
  animation: border-angle-rotate 4s infinite linear;
  border: 3px solid transparent;
  color: #994C00;
  font-weight: bold;
  gap: 0.5rem;
}

.boxarticle.email i {
  font-size: 1.5rem;
  color: #FFA500;
}


/* Button Animations - Ripple effect (pure CSS illusion) */

/* Ripple effect for Bootstrap buttons */
.btn-ripple {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;     /* White background */
  /* color: #2196f3; */               /* Blue text */
  /* border: 2px solid #002147; */    /* Navy blue outline */
  border: 2px solid #2196f3;     /* Navy blue outline */
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 6px;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.btn-ripple:hover {
  background-color: #ffeb99;     /* Light golden-yellow on hover */
  /* Outline remains unchanged */
}

.btn-ripple::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 150, 243, 0.2);  /* Subtle blue ripple */
  pointer-events: none;
  transform: scale(0);
  transition: transform 0.4s ease;
  border-radius: inherit;
}

.btn-ripple:active::after {
  transform: scale(2.5);
}

/* for accessibility */

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}


/* Aligning the convert forms box to center */
#cf_1 {
  width: fit-content; /* or set a specific width if needed */
  margin: 0 auto;
  display: block;
}


/* normal font for tag lists instead of h3 */
.com-tags-tag__category h3 {
    font-weight: normal;
    font-size: inherit; /* Optional: to inherit size from parent */
    margin: 0; /* Optional: remove extra space */
}

/* search bar enhancements */
/* Search input box */
input[type="search"],
input[name="q"] {
  border: 2px solid #FFD700;        /* golden border */
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 15px;
  width: 250px;
  max-width: 90%;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

input[type="search"]:focus,
input[name="q"]:focus {
  border-color: #002147;            /* navy blue on focus */
  background-color: #fcfcfc;
  outline: none;
}

/* Search button */
button[type="submit"],
button.button {
  background-color: #002147;        /* navy blue background */
  color: #FFD700;                   /* golden text */
  padding: 8px 16px;
  border-radius: 8px;
  border: 2px solid #FFD700;        /* golden border */
  cursor: pointer;
  font-size: 15px;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

/* Hover styles */
button[type="submit"]:hover,
button.button:hover {
  background-color: #001635 !important;  /* slightly darker navy */
  color: #fff !important;                 /* white text on hover */
  border-color: #FFD700 !important;      /* keep golden border on hover */
}

</pre></body></html>