    @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap');

/*--------------------------------------------------------------
# CSS Custom Properties for Theme Variables
--------------------------------------------------------------*/
:root {
  /* Light mode (default) */
  --bg-color: #ffffff;
  --text-color: #1d1d1f;
  --text-secondary: #6e6e73;
  --border-color: rgba(0, 0, 0, 0.1);
  --card-bg: #f5f5f7;
  --header-bg: #040b14;
  --link-color: #0071e3;
}

[data-theme="dark"] {
  /* Dark mode */
  --bg-color: #000000;
  --text-color: #f5f5f7;
  --text-secondary: #a1a1a6;
  --border-color: rgba(255, 255, 255, 0.1);
  --card-bg: #1d1d1f;
  --header-bg: #000000;
  --link-color: #2997ff;
}

/*--------------------------------------------------------------
# UNIVERSAL FONT OVERRIDE - JetBrains Mono for ALL
--------------------------------------------------------------*/
* {
  font-family: 'JetBrains Mono', monospace !important;
}

/**
* Template Name: MyResume - v4.9.2
* Template URL: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'JetBrains Mono', monospace;
  background-color: var(--bg-color);
  color: var(--text-color);
  transition: background-color 0.3s ease, color 0.3s ease;
}

a {
  color: var(--link-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #067ded;
  text-decoration: none;
}

h1,
h3,
h4,
h5,
h6 {
  font-family: 'JetBrains Mono', monospace;
  color: var(--text-color);
  transition: color 0.3s ease;
}

h2 {
	font-size: 2.5em !important;
	font-family: 'JetBrains Mono', monospace;
	color: var(--text-color);
	transition: color 0.3s ease;
}

p, li, span {
  color: var(--text-secondary);
  transition: color 0.3s ease;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0563bb;
  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: #0678e3;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0563bb;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9997;
  transition: all 0.5s;
  padding: 15px;
  overflow-y: auto;
}

@media (max-width: 768px) {
  #header {
    width: 300px;
    background: var(--bg-color);
    border-right: 1px solid var(--border-color);
    left: -300px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
  }
}

@media (min-width: 991px) {
  #main {
    margin-left: 100px;
  }
}

/*--------------------------------------------------------------
# Language selector
--------------------------------------------------------------*/

.flag-button {
  position: fixed;
  top: 1rem;
  right: 60px;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
  color: var(--text-color);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.flag-button:hover {
  background: rgba(255, 255, 255, 0.85);
  transform: translateY(-1px);
}

/* Dark mode adjustments for flag button */
[data-theme="dark"] .flag-button {
  background: rgba(50, 50, 50, 0.6);
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

[data-theme="dark"] .flag-button:hover {
  background: rgba(50, 50, 50, 0.85);
}

@media (max-width: 768px) {
  .flag-button {
    position: absolute;
    padding: 6px 12px;
    font-size: 10px;
    gap: 6px;
    right: 60px; 
  }
  
}


.flag-icon {
  width: 36px; /* Larger icon size */
  height: 36px; /* Larger icon size */
 /* margin-right: 12px;  Space between icon and text */
  display: inline-block;
  object-fit: contain; /* Ensure the image fits well */
}

/* Styling for the text */
.flag-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px; /* Match the text line-height with the icon size */
}

/*--------------------------------------------------------------
# Theme Toggle Button
--------------------------------------------------------------*/
.theme-button {
  position: fixed;
  top: 1rem;
  right: 140px;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 40px;
  min-height: 40px;
}

.theme-button:hover {
  background: rgba(255, 255, 255, 0.85);
  transform: translateY(-1px);
}

.theme-button:focus {
  outline: 2px solid #0071e3;
  outline-offset: 2px;
}

.theme-icon {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
}

/* Dark mode adjustments */
[data-theme="dark"] .theme-button {
  background: rgba(50, 50, 50, 0.6);
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

[data-theme="dark"] .theme-button:hover {
  background: rgba(50, 50, 50, 0.85);
}

/* Mobile responsive */
@media (max-width: 768px) {
  .theme-button {
    position: absolute;
    padding: 6px 12px;
    font-size: 12px;
    right: 120px;
    min-width: 30px;
    min-height: 30px;
  }
  
  .theme-icon {
    width: 16px;
    height: 16px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.nav-menu {
  padding: 0;
  display: block;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a,
.nav-menu a:focus {
  display: flex;
  align-items: center;
  color: var(--text-color);
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  background: var(--card-bg);
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
}

.nav-menu a i,
.nav-menu a:focus i {
  font-size: 20px;
}

.nav-menu a span,
.nav-menu a:focus span {
  padding: 0 5px 0 7px;
  color: var(--text-color);
  transition: color 0.3s ease;
}

@media (min-width: 992px) {

  .nav-menu a,
  .nav-menu a:focus {
    width: 56px;
  }

  .nav-menu a span,
  .nav-menu a:focus span {
    display: none;
    color: #fff;
  }
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover>a {
  color: #fff;
  background: #0563bb;
}

.nav-menu a:hover span,
.nav-menu .active span,
.nav-menu .active:focus span,
.nav-menu li:hover>a span {
  color: #fff;
}

.nav-menu a:hover,
.nav-menu li:hover>a {
  width: 100%;
  color: #fff;
}

.nav-menu a:hover span,
.nav-menu li:hover>a span {
  display: block;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 28px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 0;
  cursor: pointer;
  border-radius: 50px;
  padding: 5px;
}

.mobile-nav-toggle i {
  color: var(--text-color);
  transition: color 0.3s ease;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle {
  color: #fff;
  background-color: #0563bb;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  /* background: url("../img/hero.png") top right no-repeat; */
  background-size: cover;
  background-position: center right;
  position: relative;
}

@media (max-width: 768px) {
  #hero {
    /* background: url("../img/hero.png") top right no-repeat; */
    background-size: contain;
    background-position: center top;
    
  }
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
/*
#hero h1 {
  margin: 0;
  font-size: 4rem; 
  font-weight: 700;
  line-height: 1.4;
  color: #45505b;
  padding-left: 50%; 
}

#hero p {
  padding-left: 50%; 
  color: #45505b;
  margin: 15px 0 0 0;
  font-size: 1.3rem; 
  font-family: "Poppins", sans-serif;
}

#hero p span {
  color: #0563bb;
  letter-spacing: 1px;
}
*/

#hero h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 800;
  line-height: 56px;
  color: #45505b;
}

#hero p {
  color: #45505b;
  margin: 15px 0 0 0;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}

#hero p span {
  color: #0563bb;
  letter-spacing: 1px;
}


#hero .social-links {
  margin-top: 30px;
}

#hero .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
  padding-left: 8%;
}

.hero-profile-image {
  width: 320px;
  height: 320px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

#hero .hero-text {
  display: flex;
  flex-direction: column;
}

#hero .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #45505b;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

#hero .social-links a:hover {
  color: #0563bb;
}

@media (max-width: 768px) {
  #hero {
    text-align: center;
  }

  #hero .container {
    flex-direction: column;
    text-align: center;
  }

  .hero-profile-image {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

  #hero h1 {
    font-size: 32px;
    line-height: 36px;
    padding-left: 0%;
  }

  #hero p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
    padding-left: 0%;
  }

  #hero .social-links {
    padding-left: 0%;
  margin-top: 30px;
}

#hero .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #45505b;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

#hero .social-links a:hover {
  color: #0563bb;
}
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}


.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: var(--text-color);
  transition: color 0.3s ease;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #0563bb;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  color: var(--text-secondary);
  transition: color 0.3s ease;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.row--about {
  width: 100%;
  max-width: 1170px;
  display: grid;
  grid-template-columns: 40% 60%;
  grid-gap: 50px;
  overflow-x: hidden;
  padding: 5rem 0;
}

.row--about .imgWrapper {
  overflow: hidden;
  border-radius: 12px;
}

.row--about .imgWrapper img {
  width:80%;
  height: 80%;
  object-fit: contain;
  transition: 0.3s;
  border-radius: 12px;
}

.row--about .contentWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.row--about .contentWrapper .content {
  flex: 1;
}

.row--about .contentWrapper p {
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 50px;
  text-align: justify;
  font-family: 'Times New Roman', Times, serif;
  width: 90%;
}

.row--about .buttonWrapper {
  text-align: center;
}

.row--about .buttonWrapper h4 {
  margin-bottom: 10px;
}

.download-button {
  display: inline-block;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #1d66a6;
  color: #ffffff;
  border-radius: 100px;
  border: 2px solid #1d66a6;
  transition: all 0.3s ease;
}

.frame__info {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  text-align: center;
  font-size: 1.2rem;
}

.download-button:hover {
  background-color: #ffffff;
  color: #1d66a6;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(29, 102, 166, 0.3);
}

@media (max-width: 991px) {
  .row--about {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }

  .frame__info {
    font-size: 1rem;
  }

}

/*--------------------------------------------------------------
# Technical skills
--------------------------------------------------------------*/
.tech-container{
  display: grid;
  grid-template-columns: repeat(7, 2fr);
  justify-content: center;
  align-items: center;
  text-align: center;
  grid-gap: 1rem;
  padding: 1rem 80px;
  font-size: 1rem;
}

.tech-box{
  padding: 1rem;
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  color: var(--text-color);
  border-radius: 12px;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}


.tech-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}


.tech-title h3{
  color: var(--text-color);
  margin-top: 0.3rem;
  text-align: center;
  width: auto;
  font-size: 20px;
  font-family: 'Times New Roman', Times, serif;
  transition: color 0.3s ease;
}

.skills-icon{
  width: 50px;
  z-index: 2;
}

.tech-img{
  width: 70px;
  height: 70px;
  position: relative;
  border-radius: 45px;
  background-color: var(--card-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.5s ease;
}

@media screen and (max-width: 990px){
  .tech-container{
    grid-template-columns: repeat(2, 1fr);
    padding: 2rem 50px;
  }
}
/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
  font-family:'Times New Roman', Times, serif;
  font-size: 15px;
  color: #45505b;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #f2f3f5;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #05bb5a;
}

.skills
{
  padding-bottom: 0px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px 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;
  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: #0563bb;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(69, 80, 91, 0.8);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #d7dce1;
  border-left: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #d7dce1;
  border-right: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #45505b;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #45505b;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #45505b;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #148af9;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# 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 #0563bb;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0563bb;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(69, 80, 91, 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;
}

/*--------------------------------------------------------------
# Experience Section (Improved Date & Layout)
--------------------------------------------------------------*/
.experience {
  background: var(--bg-color);
  padding: 60px 0;
  transition: background-color 0.3s ease;
}

.experienceWrapper .content {
  margin-bottom: 50px;
  background: var(--card-bg);
  padding: 35px 40px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.experienceWrapper .content:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* Dark mode adjustments for experience section */
[data-theme="dark"] .experienceWrapper .content {
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.05);
}

[data-theme="dark"] .experienceWrapper .content:hover {
  box-shadow: 0 6px 18px rgba(255, 255, 255, 0.08);
}

.experience-header {
  margin-bottom: 15px;
}

.experience-title {
  font-family: 'Times New Roman', Times, serif;
  font-size: 22px;
  font-weight: bold;
  color: var(--text-color);
  transition: color 0.3s ease;
  margin-bottom: 6px;
}

.experience-title a {
  color: #0563bb;
  text-decoration: none;
}

.experience-title a:hover {
  color: #0678e3;
  text-decoration: underline;
}

/* Date & location line */
.experience-meta {
  font-size: 16px;
  color: var(--text-secondary);
  font-family: 'Times New Roman', Times, serif;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition: color 0.3s ease;
}

.experience-meta i {
  color: #0563bb;
  margin-right: 6px;
}

.experience-meta .divider {
  margin: 0 10px;
  color: #ccc;
}

.experience-details {
  list-style: disc;
  padding-left: 40px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 17px;
  color: var(--text-secondary);
  line-height: 1.7em;
  text-align: justify;
  transition: color 0.3s ease;
}

.experience-details li {
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .experienceWrapper .content {
    padding: 20px;
  }

  .experience-title {
    font-size: 20px;
  }

  .experience-meta {
    font-size: 15px;
  }

  .experience-details {
    padding-left: 25px;
  }
}


/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/

.image-card {
  background: #fff;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.image-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.gameicon {
  height: 300px; /* increase as needed */
  width: 300px;  /* increase as needed */
   border-radius: 12px; /* Optional rounded corners */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}


.projects .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
  font-family: 'Times New Roman', Times, serif;
  font-size: 17px;
}


.projects .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.projects .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.projects .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.projects .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.projects .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
}

.projects .icon-box h4 a {
  color: #45505b;
  transition: ease-in-out 0.5s;
}

.projects .icon-box p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}

.projects .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.projects .iconbox-blue i {
  color: #47aeff;
}

.projects .iconbox-blue:hover .icon i {
  color: #fff;
}

.projects .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.projects .iconbox-orange i {
  color: #ffa76e;
}

.projects .iconbox-orange:hover .icon i {
  color: #fff;
}

.projects .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.projects .iconbox-pink i {
  color: #e80368;
}

.projects .iconbox-pink:hover .icon i {
  color: #fff;
}

.projects .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.projects .iconbox-yellow i {
  color: #ffbb2c;
}

.projects .iconbox-yellow:hover .icon i {
  color: #fff;
}

.projects .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.projects .iconbox-red i {
  color: #7847ff;
}

.projects .iconbox-red:hover .icon i {
  color: #fff;
}

.projects .iconbox-red:hover .icon path {
  fill: #7847ff;
}

.projects .iconbox-teal i {
  color: #11dbcf;
}

.projects .iconbox-teal:hover .icon i {
  color: #fff;
}

.projects .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}
.pyhrmicon{
  height: 60px;
  width: 250px;
}

.extractoricon{
  height: 100px;
  width: 100px;
}

.mciicon{
  height: 75px;
  width: 75px;
}

/*--------------------------------------------------------------
# Researchss
--------------------------------------------------------------*/

.content {
  margin-bottom: 80px;
}

p.research-title {
  font-family:'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 22px;
  text-align: justify;
  padding: 0.5px 30px;
  margin-bottom: 10px;
}

p.research-content{
  font-family:'Times New Roman', Times, serif;
  font-size:17px;
  color: gray;
  text-align: justify;
  padding: 1px 40px;
  margin-bottom: 10px;
}

.research-highlight {
  color: red; /* Or any other color you want */
}

p.research-link{
  font-family:'Times New Roman', Times, serif;
  font-size: 17px;
  color: gray;
  text-align: justify;
  padding: 1px 40px;
  margin-bottom: 10px;
}

p.research-summary{
  font-family:'Times New Roman', Times, serif;
  font-size: 17px;
  color: gray;
  text-align: justify;
  padding: 1px 40px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #0563bb;
  float: left;
  width: 44px;
  height: 44px;
  background: #eef7ff;
  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: 18px; /* Adjusted font size for responsiveness */
  font-weight: 600;
  margin-bottom: 5px;
  color: #45505b;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #728394;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #0563bb;
  color: #fff;
}

.contact .row {
  display: flex;
  flex-wrap: wrap;
}

.contact .col-md-6,
.contact .col-lg-3 {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .contact .col-md-6 {
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .contact .col-lg-3 {
    max-width: 25%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: var(--card-bg);
  color: var(--text-color);
  font-size: 14px;
  padding: 30px 0;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

#footer .footer-left {
  text-align: left;
  flex: 0 0 auto;
}

#footer .footer-right {
  text-align: right;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}

#footer h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  color: var(--text-color);
  transition: color 0.3s ease;
}

#footer p {
  font-size: 15px;
  font-style: italic;
  padding: 0;
  margin: 0;
  color: var(--text-secondary);
  transition: color 0.3s ease;
}

#footer .footer-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#footer .social-links {
  margin: 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #0563bb;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #0678e3;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0;
}

#footer .credits {
  font-size: 13px;
}

/* Mobile responsive footer */
@media (max-width: 768px) {
  #footer .container {
    flex-direction: column;
    text-align: center;
  }
  
  #footer .footer-left {
    text-align: center;
  }
  
  #footer .footer-right {
    align-items: center;
    text-align: center;
  }
  
  #footer .footer-buttons {
    justify-content: center;
  }
}



/*--------------------------------------------------------------
# PyHRM Section
--------------------------------------------------------------*/

.back-video{
  width: 700px;
  height: 500px;
}

#Pyhero {
  /* width: 100%; */
  height: 100vh;
  /* background-size: cover; */
  /* background-position:right; */
  position: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  #Pyhero {
    background-size: contain;
    background-position: center top;
    
  }
}

#Pyhero:before {
  content: "";
  background: rgba(255, 255, 255, 0);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
/*
#hero h1 {
  margin: 0;
  font-size: 4rem; 
  font-weight: 700;
  line-height: 1.4;
  color: #45505b;
  padding-left: 50%; 
}

#hero p {
  padding-left: 50%; 
  color: #45505b;
  margin: 15px 0 0 0;
  font-size: 1.3rem; 
  font-family: "Poppins", sans-serif;
}

#hero p span {
  color: #0563bb;
  letter-spacing: 1px;
}
*/

#Pyhero h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 800;
  line-height: 56px;
  color: #45505b;
    padding-left: 600px;
    /* align-self: auto; */
}

#Pyhero p {
    padding-left: 600px;
  color: #45505b;
  margin: 15px 0 0 0;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}

#Pyhero p span {
  color: #0563bb;
  letter-spacing: 1px;
}


#Pyhero .social-links {
    padding-left: 600px;
  margin-top: 30px;
}

#Pyhero .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #45505b;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

#Pyhero .social-links a:hover {
  color: #0563bb;
}

@media (max-width: 768px) {
  #Pyhero {
    text-align: center;
  }

  #Pyhero h1 {
    font-size: 32px;
    line-height: 36px;
    padding-left: 0%;
  }

  #Pyhero p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
    padding-left: 0%;
  }

  #Pyhero .social-links {
    padding-left: 0%;
  margin-top: 30px;
}

#Pyhero .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #45505b;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

#Pyhero .social-links a:hover {
  color: #0563bb;
}
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 40px 0;
}

.clients .swiper {
  padding: 10px 0;
}

.clients .swiper-slide img {
  transition: 0.1s;
}

.clients .swiper-slide img:hover {
  transform: scale(1.1);
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.full-width-img {
  width: 100%;       /* Image spans full width of container */
  height: auto;      /* Maintains aspect ratio */
  display: block;    /* Removes small gaps below image */
}

/* Certificates Section */
.certificatesWrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 10px;
}

.certificate-item {
  background: var(--card-bg);
  border-radius: 12px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0,0,0,0.1);
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.certificate-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* Dark mode adjustments for certificate cards */
[data-theme="dark"] .certificate-item {
  box-shadow: 0 4px 14px rgba(255,255,255,0.05);
}

[data-theme="dark"] .certificate-item:hover {
  box-shadow: 0 6px 20px rgba(255,255,255,0.08);
}

.certificate-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.certificate-info {
  padding: 20px;
  text-align: center;
} 

.certificate-info h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color);
  transition: color 0.3s ease;
  margin-bottom: 8px;
}

.certificate-info p {
  font-size: 14px;
  color: var(--text-secondary);
  transition: color 0.3s ease;
}

.certificate-link {
  text-decoration: none;
  color: inherit;
  display: block;
}


/*--------------------------------------------------------------
# Universal Font Override - JetBrains Mono for ALL elements
--------------------------------------------------------------*/
* {
  font-family: 'JetBrains Mono', monospace !important;
}
