﻿/* Custom styles */

/*------------------------------------------------------
[1. Global Styles]
*/

/* Reset CSS */
.bg-primary {
    background: linear-gradient(90deg, #00dbff 0%, #0072fe 35%, #6d14c1 100%);
}

/* Video Player for MP4 */
.video-container {
    background: black !important;
    border-radius: 0.5rem;
}

/* Landing page full screen video */
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* stylise the DeepSeek Carousel */

.deepseek-project-card {
    background: linear-gradient(180deg, #fefeff 0%, #dbe1ff 100%);
    border: 1px solid #c0cbff !important;
    border-radius: 0.75rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15), 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.carousel-card {
    padding: 0 !important;
    border-radius: 0 0.75rem 0.75rem 0; /* Top-left and bottom-left corners */
    overflow: hidden; /* Prevent child elements like the carousel from overflowing the rounded corners */
}
.deepseek-logo {
    max-height: 65px;
}
.deepseek-descript {
  margin: 10px 0;
  line-height: 1.3em;
}
.features-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin: 0;
    margin-bottom: 10px;
}
.features-list li {
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 5px;
    font-size: 0.90em;
}
.features-list li i {
    margin-right: 5px;
    color: #0072fe;
}
ul.features-list i {
    padding-right: 5px;
    color: #4d6bfe;
    font-size: 0.75rem;
}


/* Checkmark before each list item */
/*ul.features-list li::before {
    content: '\2713';*/ /* Unicode for check mark */
    /*position: absolute;
    left: 0;
    color: green;*/ /* Change the color as needed */
    /*font-weight: bold;
}*/

/* backgrounds */

.bg-light {
    background: linear-gradient(90deg, #ffffff 0%, #eaf1ff 50%, #ffffff 100%);
}

.bg-dark {
    background: linear-gradient(90deg, #00dbff 0%, #0072fe 35%, #6d14c1 100%);
}

.btn-primary {
    background-color: #131646;
}
h2.mb-4 {
    font-size: 1.75rem;
}
.text-primary-muted {
    color: #308af7;
}
li.list-group-item {
    padding: 0.5rem 1rem;
    margin-left: 1.25rem;
    margin-top: 0.25rem;
    background-color: #ffffff5e;
}
li.list-group-item i {
    position: absolute;
    left: -1.5rem;
    margin-top: .25rem;
}

/* Landing Page, avatar name */
.name-color {
    color: #b6e7ff; 
}


/* Adjusting the avatar and name, adding animation to bob and float */
.avatar {
    position: relative;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }
}


.name-gradient-shadow {
    background: linear-gradient(180deg, #fff 20%, #c3e8ff 50%, #519efd 95%);
    background-size: 200% 100%; /* Double the width for smooth animation */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: float 8s ease-in-out infinite;
    text-shadow: 0 20px 20px rgba(0, 0, 0, 0.1); /* Drop shadow below the name */
}

/* NEW rotating gradient behind the avatar */
.avatar-spin-bg {
    position: absolute;
    top: -16px;
    left: -8px;
    width: 111%;
    height: 111%;
    border-radius: 50%;
    opacity: 0.75;
    z-index: -2; /* sits behind the .avatar-shape (z-index:-1) */
    background: linear-gradient( 90deg, #00dbff 0%, #0072fe 35%, #6d14c1 100% );
    animation: spinSlow 5s linear infinite; /* Very slow rotation */
    box-shadow: 0 0.15rem .5rem rgba(0, 0, 0, 0.10), 0 0.15rem .5rem rgba(0, 0, 0, 0.10);
}

/* Slow rotation keyframes */
@keyframes spinSlow {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* Technical proficiencies cards */
h5.card-title.mb-2 {
    color: #37688e;
}

/* BGP logo / Home click */
.navbar-brand {
    font-weight: 600;
    font-size: x-large;
    color: #2b48d2;
}
.gbp-logo-light {
    width: 60px;
}

.gbp-logo-dark {
    width: 60px;
}

/* Game */
.game-container {
    margin-top: 20px !important;
}
.gradient-text {
    color: #17e317;
}
#game-page {
    background: linear-gradient(90deg, #0700b8 0%, #00ff88 100%);
}

/* Project logos on project cards */
.project-logo {
    width: 40px;
    margin-right: 5px;
}
/* Make sure Modal is on top of everything */
.modal-content {
    z-index: 9999 !important;
}

.card-snap-modal-content {
    z-index: 9999 !important;
}

.modal-backdrop {
    z-index: 9991 !important;
    display: none !important;
}

.site-navbar {
    z-index: 99 !important;
}

/* Project Pills */
.media-body.project-name h6 {
    line-height: 1.25rem;
}
.thumb-xl img {
    width: 40px;
}
.media-body.project-name a {
    line-height: 1rem;
    font-size: 0.85rem;
}
p.project-desc {
    line-height: 1.35rem;
}
p.project-image {
    padding: 0;
    margin: 0;
}
span.project-link {
    color: #1aa248;
}
span.project-link:hover {
    color: #14d856;
    font-size: 0.9rem;
    -webkit-transition: color 0.15s; /* For Safari 3.0 to 6.0 */
    transition: color 0.15s; /* For modern browsers */
}

/* Resume Section */
.text-gray-700 {
    color: #333645 !important;
    font-size: small;
}
.text-muted {
    color: #8a8a8b!important;
    font-size: small;
}

.bg-soft-alt-info {
    background-color: #e3f3ff;
    color: black;
    font-weight: 400;
    margin-bottom: 5px;
}
.bg-soft-alt-success {
    background-color: rgba(105,195,128,0.1);
    color: #0d9d32;
    font-weight: 400;
    margin-bottom: 5px;
}

/* fetherlite image popups */
.featherlight-content .caption .title-gallery, .featherlight-content .caption .text-gallery {
    max-width: 100vw;
}
h4.title-gallery {
    font-size: large;
}
p.text-gallery {
    line-height: 1.25rem;
}


/* All ICONS */
#icon-toggle .ti-angle-down:before, .ti-angle-up:before{
    font-size: 1.2rem;
    position: relative;
    top: 4px;
}
a#icon-toggle {
    position: relative;
    font-weight: 600;
    font-size: 15px;
}
.resume-title i {
    top: 1px;

}

/* Credit to Laura Thompson */
.resume .resume-item.ul-circle ul {
    padding-left: 1.5rem;
    list-style-type: circle;
}
.resume .resume-item.ul-nostyle ul {
    padding-left: 0;
    list-style-type: none;
    line-height: 1.25;
}
.resume .resume-item.ul-nostyle ul li {
    margin-bottom: 0.5rem;
}
.resume .resume-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 30px 0 20px;
    left: -10px;
    position: relative;
}
.resume .resume-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid #82909c;
    position: relative;
}
.resume .resume-item.last-item {
    border-bottom: 1px solid #e1e5e8
}
.resume .resume-item h4 {
    line-height: 18px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1f81de;
    margin-bottom: 10px;
}
.resume .resume-item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
    background: #fff;
    border: 2px solid #82909c;
}

/* Portfolio, Resume, Project: Section Headers */
.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #1744b2;
    position: relative;
    z-index: 2;
}
.section-title {
    text-align: center;
    padding: 30px 0;
    position: relative;
}

/* Animated Skill bars */
.skills-content .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}
.skills-content .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  color: #3b434a;
}
.skills-content .progress .skill .val {
  float: right;
  font-style: normal;
}
.skills-content .progress-bar-wrap {
  background: #e6e8eb;
}
.skills-content .progress-bar {
  width: 1px;
  height: 10px;
  transition: 2s;
  background-color: #193f81;
  opacity: 1;
}


/* ASSET X LOGO */
.logo {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 28px;
}

.logo a {
    text-decoration: none;
    color: inherit;
    font-size: 28px;
    font-weight: normal;
}

.logo span {
    background-color: #6e3a9d;
    color: #fff;
    border-radius: 5px;
    padding: 3px 5px;
    font-size: 16px;
    margin-left: 2px;
}

.logo img {
    width: 150px;
    margin-bottom: 20px;
}

/* Custom CSS for Project Cards */
.project-card {
    margin-bottom: 3rem;
}

.project-card-header {
    padding: 1.5rem 0 1rem 0;
}

.project-card-header p {
    margin: 0;
    font-size: 17px;
    font-weight: normal;
    text-align: center;
}

.project-card-header h3 {
    text-align: center;
}

.assetx-title {
    font-size: 20px;
}

.assetx-ai {
    background-color: #6e3a9d;
    color: #fff;
    border-radius: 5px;
    padding: 3px 4px;
    font-size: 12px;
    margin-left: 2px;
}

.assetx-description {
    padding-left: 10px;
}


.assetx-description {
    margin-bottom: 40px;
}

.rounded-video {
    border-radius: 15px;
    overflow: hidden;
    background: #000;
}

.assetx-card {
    background: rgb(255,255,255);
    background: linear-gradient(225deg, rgba(239,252,255,1) 20%, rgba(228,252,255,1) 20%, rgba(254,250,255,1) 40%, rgba(249,230,255,1) 50%, rgba(247,224,255,1) 50%, rgba(234,249,255,1) 70%, rgba(226,247,255,1) 70%);
    border: 1px solid #e5bdff !important;
    border-radius: 0.75rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15), 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.other-projects-card {
    border: 1px solid #d3d6fe !important;
    border-radius: 0.75rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15), 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.skills-card {
    background: linear-gradient(90deg, #fbf8ff 0%, #e9f1ff 100%);
    border-radius: 0.75rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15), 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.badge-soft-primary {
    padding: 0.3rem 0.5rem;
    margin-bottom: 0.3rem;
    background-color: #fff;
    border: 1px solid #edd2fd !important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.70rem;
    box-shadow: 0 0.20rem 0.5rem rgba(0, 0, 0, 0.05), 0 0 0 0;
    color: #000000;
    border-radius: 1rem;
}


/* Splash / Home page */
.btn-linkedIn {
    background-color: #4ea4fa;
    color: white;
}
.btn-LinkedIn-light {
    background-color: #4ea4fa;
    color: white;
}
.btn-Github {
    background-color: #24292f;
    color: white;
}

.btn-Github-light {
    background-color: #24292f;
    color: white;
}

.assetx-btn {
    background: linear-gradient(90deg, #f0d9fe 0%, #22f1fe 100%);
    cursor: pointer;
    color: black;
    transition: background 0.3s ease, transform 0.3s ease;
}

.assetx-btn:hover {
    background: linear-gradient(90deg, #6f0dad 0%, #2152fc 100%); /* Darkened gradient */
    transform: scale(1.05); /* Zoom effect */
}
.assetx-title {
    font-size: 16px !important;
}
.assetx-ai {
    background-color: #6e3a9d;
    color: #fff;
    border-radius: 5px;
    padding: 2px 3px;
    font-size: 12px;
    margin-left: 0px;
}
.assetx-description {
    padding-left: 5px;
    font-size: 15px;
}




/* ASSET X Badges */
.badge-spacer {
    margin: 0 7px 5px 0;
    color: black !important;
    font-weight: 400;
}

.bg-soft-alt-green {
    background-color: #dfffd6; /* Soft pastel green */
}

.bg-soft-alt-mint {
    background-color: #fffeb7; /* Soft pastel green */
}

.bg-soft-alt-magenta {
    background-color: #ecceff; /* Soft pastel magenta */
}

.bg-soft-alt-aqua {
    background-color: #d6f9ff; /* Soft pastel aqua */
}

.bg-soft-alt-blue {
    background-color: #cdeaff; /* Soft pastel blue */
}

.bg-soft-alt-red {
    background-color: #ffe2e2; /* Soft pastel yellow */
}
.bg-soft-alt-yellow {
    background-color: #fff9d6; /* Soft pastel yellow */
}
.bg-soft-alt-purple {
    background-color: #dfb5fa;
}
