/**
* Template Name: iPortfolio - v3.0.1
* Template URL: https://bootstrapmade.com/iportfolio-bootstrap-portfolio-websites-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #272829;
}

a {
  color: #149ddd;
  text-decoration: none;
}

a:hover {
  color: #37b3ed;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #149ddd;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2eafec;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Hero Fader
--------------------------------------------------------------*/
#hero {
  position: relative;
  overflow: hidden;
  width: calc(100% - 300px);
  height: 100vh;
  margin: 0;
  padding: 0;
  z-index: 9999;
}

.hero-fader-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-images-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
}

.hero-images-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 13, 24, 0.5);
  z-index: 3;
}

.hero-fade-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 2;
}

.hero-fade-image.active {
  opacity: 0.6;
}

.hero-container {
  position: relative;
  z-index: 3;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  transition: all ease-in-out 0.5s;
  z-index: 9997;
  transition: all 0.5s;
  padding: 0 15px;
  background: #040b14;
  overflow-y: auto;
}

#header .profile img {
  margin: 15px auto;
  display: block;
  width: 120px;
  border: 8px solid #2c2f3f;
}

#header .profile h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  -moz-text-align-last: center;
  text-align-last: center;
  font-family: "Poppins", sans-serif;
}

#header .profile h1 a, #header .profile h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .profile .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #212431;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#header .profile .social-links a:hover {
  background: #149ddd;
  color: #fff;
  text-decoration: none;
}

#main {
  margin-left: 300px;
  min-height: calc(100vh - 220px);
}

@media (max-width: 1199px) {
  #header {
    left: -300px;
  }
  #main {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu {
  padding: 30px 0 0 0;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a {
  display: flex;
  align-items: center;
  color: #a8a9b4;
  padding: 12px 15px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
}

.nav-menu a i {
  font-size: 24px;
  padding-right: 8px;
  color: #6f7180;
}

.nav-menu a:hover, .nav-menu .active, .nav-menu li:hover > a {
  text-decoration: none;
  color: #fff;
}

.nav-menu a:hover i, .nav-menu .active i, .nav-menu li:hover > a i {
  color: #149ddd;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  background-color: #149ddd;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 50px;
  cursor: pointer;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
}

#hero .hero-container {
  position: relative;
  z-index: 2;
  min-width: 300px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero p {
  color: #fff;
  margin-bottom: 50px;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}

#hero p span {
  color: #fff;
  padding-bottom: 4px;
  letter-spacing: 1px;
  border-bottom: 3px solid #149ddd;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 10%;
  overflow: hidden;
}

.section-bg {
  background: #f5f8fd;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #173b6c;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #149ddd, #7c3aed);
  bottom: 0;
  left: 0;
  border-radius: 2px;
}

.section-title h1 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #173b6c;
}

.section-title h1::after {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: 3px;
  background: #149ddd;
  bottom: 0;
  left: 0;
}

.section-title h3 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  color: #173b6c;
}

.section-title p {
  margin-bottom: 0;
}

@media all and (min-width:1024px) {
  .blog {
    align: centre;
    width: 900px;
    background-color: light-gray;
  }
}

.blog p {
    text-align: justify;
  }

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-photo {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #149ddd;
  box-shadow: 0 4px 20px rgba(20, 157, 221, 0.22);
}

.about-name {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #050d18;
  font-size: 17px;
  margin: 14px 0 4px;
}

.about-role {
  color: #149ddd;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 3px;
}

.about-company {
  color: #6c757d;
  font-size: 13px;
  margin-bottom: 0;
}

.about-stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.about-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid #dce8f8;
  border-radius: 10px;
  padding: 12px 18px;
  min-width: 84px;
  box-shadow: 0 2px 10px rgba(20, 157, 221, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.about-stat:hover {
  box-shadow: 0 6px 20px rgba(20, 157, 221, 0.16);
  transform: translateY(-2px);
}

.about-stat-num {
  font-size: 22px;
  font-weight: 700;
  color: #149ddd;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}

.about-stat-label {
  font-size: 11px;
  color: #6c757d;
  text-align: center;
  margin-top: 5px;
  font-weight: 500;
  white-space: nowrap;
}

.about-summary {
  color: #444;
  line-height: 1.75;
  margin-bottom: 20px;
  font-size: 15px;
}

.about-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-highlights li {
  padding: 9px 12px 9px 16px;
  margin-bottom: 6px;
  border-left: 3px solid #149ddd;
  border-radius: 0 6px 6px 0;
  line-height: 1.65;
  font-size: 14.5px;
  color: #333;
  transition: background 0.2s ease;
}

.about-highlights li:hover {
  background: rgba(20, 157, 221, 0.06);
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts {
  padding-bottom: 30px;
}

.facts .count-box {
  padding: 30px;
  width: 100%;
}

.facts .count-box i {
  display: block;
  font-size: 44px;
  color: #149ddd;
  float: left;
  line-height: 0;
}

/* Coloured fact icons */
.facts .count-box:nth-child(1) i { color: #059669; }
.facts .count-box:nth-child(2) i { color: #f59e0b; }
.facts .count-box:nth-child(3) i { color: #7c3aed; }
.facts .count-box:nth-child(4) i { color: #dc2626; }

.facts .count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #050d18;
  margin-left: 60px;
}

.facts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #122f57;
}

.facts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #122f57;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.facts .count-box a:hover {
  color: #1f5297;
}

/*--------------------------------------------------------------
# Akills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #050d18;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #dce8f8;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #149ddd;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #050d18;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #1f5297;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #050d18;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  background: #e4edf9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #1f5297;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #149ddd;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: rgba(20, 157, 221, 0.75);
  transition: 0.3s;
  width: 100%;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: rgba(20, 157, 221, 0.95);
}

.portfolio .portfolio-wrap .portfolio-links a + a {
  border-left: 1px solid #37b3ed;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #149ddd;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #149ddd;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(5, 13, 24, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
}

.services .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: #149ddd;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #149ddd;
}

.services .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #149ddd;
}

.services .title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #343a40;
}

.services .title a:hover {
  color: #149ddd;
}

.services .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #c3e8fa;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #fff;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #149ddd;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #149ddd;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 80px;
}

/* ---- Info Panel ---- */
.contact-info-panel {
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
  height: 100%;
  border-top: 4px solid #149ddd;
}

.contact-greeting {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f4f8;
}

.contact-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #149ddd;
  margin-bottom: 12px;
}

.contact-greeting h4 {
  font-size: 16px;
  font-weight: 700;
  color: #050d18;
  font-family: "Poppins", sans-serif;
  margin: 0 0 4px;
}

.contact-greeting p {
  font-size: 13px;
  color: #6c757d;
  margin: 0;
}

.contact-blurb {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 22px;
}

.contact-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
}

.contact-link:hover { opacity: 0.88; transform: translateX(3px); text-decoration: none; }

.contact-link i { font-size: 18px; width: 22px; text-align: center; }

.contact-link-linkedin { background: #0077b5; color: #fff; }
.contact-link-github   { background: #24292e; color: #fff; }

.contact-response-note {
  font-size: 12.5px;
  color: #8a9bb5;
  display: flex;
  align-items: center;
  gap: 7px;
}

.contact-response-note i { color: #149ddd; }

/* ---- Form ---- */
.contact-form {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
  height: 100%;
}

.contact-label {
  font-size: 13px;
  font-weight: 600;
  color: #050d18;
  font-family: "Poppins", sans-serif;
  margin-bottom: 6px;
  display: block;
}

.contact-input {
  width: 100%;
  border: 1.5px solid #e0e8f0;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  color: #333;
  background: #f9fbfd;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  font-family: inherit;
}

.contact-input:focus {
  border-color: #149ddd;
  box-shadow: 0 0 0 3px rgba(20, 157, 221, 0.12);
  background: #fff;
}

.contact-textarea {
  resize: vertical;
  min-height: 160px;
}

.contact-agree {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: #555;
  cursor: pointer;
}

.contact-agree input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #149ddd;
  flex-shrink: 0;
  cursor: pointer;
}

.honeypot-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.contact-submit {
  background: linear-gradient(135deg, #149ddd, #1f5297);
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
}

.contact-submit:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.contact .info {
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #149ddd;
  float: left;
  width: 44px;
  height: 44px;
  background: #dff3fc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #050d18;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #173b6c;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #149ddd;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #149ddd;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 15px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #149ddd;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #37b3ed;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background: #f9f9f9;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #0e2442;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 15px;
  color: #f4f6fd;
  font-size: 14px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 9999;
  background: #040b14;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #eaebf0;
}

@media (max-width: 1199px) {
  #footer {
    position: static;
    width: auto;
    padding-right: 20px 15px;
  }
}




/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #e4edf9;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.collapsible-active, .collapsible:hover {
  background-color: #9ac5ff;
}

/* Style the collapsible content. Note: hidden by default */
.collapsible-content {
  padding: 18px 18px;
  background-color: #e4edf9;
}




.auto-image img {
    width: 100%;
    height:auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}



.shake {
	animation: shake-animation 4.72s ease infinite;
	transform-origin: 50% 50%;
  }
  .element {
	margin: 0 auto;
	width: 150px;
	height: 150px;
	background: red;
  }
  @keyframes shake-animation {
	 0% { transform:translate(0,0) }
	1.78571% { transform:translate(5px,0) }
	3.57143% { transform:translate(0,0) }
	5.35714% { transform:translate(5px,0) }
	7.14286% { transform:translate(0,0) }
	8.92857% { transform:translate(5px,0) }
	10.71429% { transform:translate(0,0) }
	100% { transform:translate(0,0) }
  }

  .backdrop {
	  -moz-box-shadow: 0px 6px 5px #111;
	  -webkit-box-shadow: 0px 6px 5px #111;
	  box-shadow: 0px 2px 10px #111;
	  -moz-border-radius:190px;
	  -webkit-border-radius:190px;
	  border-radius:190px;
  }

  .linktree {
	  width: 120px;
	  height: 120px;
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: 50% 50%;
  }



.height-image img {
    width: 75%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.skills-table {
    border: none;
    vertical-align: middle;
}

.skills-table-icon {
    font-size:32px;
    color:#000000;
}

.cert-img {
    max-width: 25%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


.font-awesome {
  background: -webkit-linear-gradient( #129edc,#163a6b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ============================================================
   Site Stack Banner
   ============================================================ */
.site-stack-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(4, 11, 20, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-top: 1px solid rgba(20, 157, 221, 0.3);
  padding: 14px 0;
  z-index: 10;
}

.site-stack-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.site-stack-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-stack-aws-icon {
  font-size: 28px;
  color: #ff9900;
  flex-shrink: 0;
}

.site-stack-headline {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
}

.site-stack-sub {
  display: block;
  color: #8a9bb5;
  font-size: 13.5px;
  margin-top: 2px;
}

.site-stack-sub strong { color: #149ddd; font-weight: 600; }

.site-stack-joke {
  display: block;
  color: #556070;
  font-size: 12.5px;
  font-style: italic;
  margin-top: 3px;
}

.site-stack-links {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.site-stack-links a {
  color: #149ddd;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  border: 1px solid rgba(20, 157, 221, 0.4);
  padding: 5px 12px;
  border-radius: 20px;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}

.site-stack-links a:hover {
  background: #149ddd;
  color: #fff;
}

/* ============================================================
   Modern UI Enhancements
   ============================================================ */


/* ============================================================
   Experience Timeline
   ============================================================ */
.exp-timeline {
  position: relative;
  padding-left: 28px;
}

.exp-timeline::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  background: linear-gradient(to bottom, #149ddd, #1f5297);
  border-radius: 2px;
}

.exp-timeline-item {
  position: relative;
  margin-bottom: 20px;
}

.exp-timeline-dot {
  position: absolute;
  left: -28px;
  top: 22px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #149ddd;
  border: 3px solid #f5f8fd;
  box-shadow: 0 0 0 2px #149ddd;
  z-index: 1;
}

.exp-timeline-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  transition: box-shadow 0.25s ease;
}

.exp-timeline-card:hover {
  box-shadow: 0 6px 28px rgba(20, 157, 221, 0.14);
}

.exp-tc-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px 14px;
  border-bottom: 1px solid #f0f4f8;
}

.exp-tc-logo { flex-shrink: 0; }
.exp-tc-logo img { display: block; }
.exp-tc-info { flex: 1; min-width: 0; }

.exp-tc-role {
  font-size: 15px;
  font-weight: 700;
  color: #050d18;
  margin: 0 0 4px;
  font-family: "Poppins", sans-serif;
  line-height: 1.3;
}

.exp-tc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 13px;
  color: #6c757d;
}

.exp-tc-meta i { color: #149ddd; margin-right: 4px; }

.exp-tc-badge {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: 0.4px;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
}

.exp-tc-badge-current { background: rgba(20, 157, 221, 0.12); color: #149ddd; }
.exp-tc-badge-past { background: #f0f4f8; color: #6c757d; }

@media (max-width: 576px) {
  .exp-tc-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .exp-tc-badge {
    align-self: flex-start;
  }
}

.exp-tc-bullets {
  list-style: none;
  padding: 12px 20px 16px;
  margin: 0;
}

.exp-tc-bullets li {
  position: relative;
  padding: 7px 0 7px 20px;
  border-bottom: 1px solid rgba(20, 157, 221, 0.07);
  line-height: 1.65;
  font-size: 14px;
  color: #333;
}

.exp-tc-bullets li:last-child { border-bottom: none; padding-bottom: 0; }

.exp-tc-bullets li::before {
  content: "›";
  position: absolute;
  left: 2px;
  top: 7px;
  color: #149ddd;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
}

/* ============================================================
   Education Cards
   ============================================================ */
.edu-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  height: 100%;
  transition: box-shadow 0.25s ease;
}

.edu-card:hover { box-shadow: 0 6px 28px rgba(20, 157, 221, 0.14); }

.edu-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 2px solid #149ddd;
}

.edu-card-name {
  font-size: 15px;
  font-weight: 700;
  color: #050d18;
  margin: 0 0 2px;
  font-family: "Poppins", sans-serif;
}

.edu-card-dates { font-size: 12px; color: #6c757d; margin: 0; }

.edu-card-level {
  display: inline-block;
  background: rgba(20, 157, 221, 0.1);
  color: #149ddd;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.4px;
}

.edu-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  column-gap: 16px;
}

.edu-card ul li {
  font-size: 13.5px;
  color: #555;
  padding: 3px 0 3px 14px;
  position: relative;
  break-inside: avoid;
}

.edu-card ul li::before {
  content: "·";
  position: absolute;
  left: 3px;
  color: #149ddd;
  font-size: 20px;
  line-height: 1;
  top: 1px;
}

/* ============================================================
   Currently Exploring
   ============================================================ */
.exploring { padding: 60px 0; }

.exploring-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.exploring-card {
  display: flex;
  gap: 22px;
  background: #fff;
  border-radius: 10px;
  padding: 28px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  align-items: flex-start;
  transition: box-shadow 0.25s ease;
}

.exploring-card:hover { box-shadow: 0 6px 28px rgba(20, 157, 221, 0.14); }

.exploring-icon {
  font-size: 30px;
  color: #149ddd;
  flex-shrink: 0;
  padding-top: 2px;
}

.exploring-title {
  font-size: 16px;
  font-weight: 700;
  color: #050d18;
  font-family: "Poppins", sans-serif;
  margin: 0 0 8px;
}

.exploring-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 16px;
}

.exploring-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.exploring-tag {
  background: rgba(20, 157, 221, 0.1);
  color: #149ddd;
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 13px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

/* ============================================================
   Community & Events
   ============================================================ */
.community { padding: 60px 0; }

.community-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.community-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.25s ease;
}

.community-card:hover { box-shadow: 0 6px 28px rgba(20, 157, 221, 0.14); }

.community-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f4f8;
}

.community-card-icon { font-size: 26px; flex-shrink: 0; }

.community-card-name {
  font-size: 14px;
  font-weight: 700;
  color: #050d18;
  margin: 0 0 2px;
  font-family: "Poppins", sans-serif;
}

.community-card-loc { font-size: 12px; color: #6c757d; }
.community-card-loc i { color: #149ddd; margin-right: 3px; }

.community-card-year {
  margin-left: auto;
  background: rgba(20, 157, 221, 0.1);
  color: #149ddd;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  flex-shrink: 0;
}

.community-card-desc {
  font-size: 13.5px;
  color: #555;
  margin: 0;
  line-height: 1.65;
}

.community-card-desc a { color: #149ddd; font-weight: 600; text-decoration: none; }
.community-card-desc a:hover { text-decoration: underline; }

/* Coloured top border per community card */
.community-card:nth-child(1) { border-top: 3px solid #f59e0b; } /* AWS re:Invent — amber */
.community-card:nth-child(2) { border-top: 3px solid #7c3aed; } /* Current/Kafka — violet */
.community-card:nth-child(3) { border-top: 3px solid #f59e0b; } /* AWS Summit — amber */
.community-card:nth-child(4) { border-top: 3px solid #dc2626; } /* Devoxx — red */

/* Coloured left accent on experience timeline cards */
.exp-timeline-item:nth-child(1) .exp-timeline-card { border-left: 4px solid #149ddd; }
.exp-timeline-item:nth-child(2) .exp-timeline-card { border-left: 4px solid #7c3aed; }
.exp-timeline-item:nth-child(3) .exp-timeline-card { border-left: 4px solid #059669; }
.exp-timeline-item:nth-child(4) .exp-timeline-card { border-left: 4px solid #f59e0b; }
.exp-timeline-item:nth-child(5) .exp-timeline-card { border-left: 4px solid #dc2626; }

/* Collapsible expand panels — modern chevron bullets */
.collapsible-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.collapsible-content ul li {
  position: relative;
  padding: 9px 0 9px 22px;
  border-bottom: 1px solid rgba(20, 157, 221, 0.1);
  line-height: 1.65;
  font-size: 14.5px;
}

.collapsible-content ul li:last-child {
  border-bottom: none;
}

.collapsible-content ul li::before {
  content: "›";
  position: absolute;
  left: 2px;
  top: 8px;
  color: #149ddd;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.65;
}

/* Skills Grid */
.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 20px;
  margin-top: 10px;
}

.skill-category {
  background: #fff;
  border-radius: 10px;
  padding: 20px 18px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  border-top: 3px solid #149ddd;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Unique top border colour per skill category */
.skill-category:nth-child(1) { border-top-color: #7c3aed; } /* Leadership — violet */
.skill-category:nth-child(2) { border-top-color: #059669; } /* Data & Streaming — emerald */
.skill-category:nth-child(3) { border-top-color: #f59e0b; } /* Cloud — amber */
.skill-category:nth-child(4) { border-top-color: #dc2626; } /* DevOps — red */
.skill-category:nth-child(5) { border-top-color: #2563eb; } /* Programming — blue */

.skill-category:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(20, 157, 221, 0.18);
}

.skill-category-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #149ddd;
  margin-bottom: 14px;
  font-family: "Poppins", sans-serif;
}

.skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.skill-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #f0f7ff;
  color: #173b6c;
  padding: 4px 11px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #dce8f8;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.skill-tag:hover {
  background: #149ddd;
  color: #fff;
  border-color: #149ddd;
}

.skill-tag i {
  font-size: 13px;
}

/* Experience Meta Row */
.exp-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background: #f0f7ff;
  padding: 10px 16px;
  border-radius: 6px;
  margin: 8px 0 10px;
  font-size: 14px;
  border-left: 3px solid #149ddd;
}

.exp-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #173b6c;
  font-weight: 500;
}

.exp-meta-item i {
  color: #149ddd;
  font-size: 13px;
}

/* Expand / collapse button */
.btn-expand {
  background: transparent;
  border: 1.5px solid #149ddd;
  color: #149ddd;
  padding: 5px 16px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  font-family: "Poppins", sans-serif;
}

.btn-expand:hover {
  background: #149ddd;
  color: #fff;
}

/* Certification cards */
.cert-card {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 28px 20px 22px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  text-align: center;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border-bottom: 3px solid transparent;
}

.cert-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 32px rgba(20, 157, 221, 0.18);
  border-bottom-color: #149ddd;
}

.cert-card img {
  width: 78px;
  height: auto;
  margin-bottom: 16px;
  object-fit: contain;
}

.cert-card .cert-title {
  font-size: 15px;
  font-weight: 600;
  color: #050d18;
  margin-bottom: 10px;
  line-height: 1.45;
  font-family: "Raleway", sans-serif;
}

.cert-card .cert-title a {
  color: inherit;
  transition: color 0.2s;
}

.cert-card .cert-title a:hover {
  color: #149ddd;
}

.cert-card .cert-date {
  font-size: 13px;
  color: #149ddd;
  font-weight: 500;
}

.cert-card .cert-date i {
  margin-right: 4px;
}