@charset "UTF-8";
/* General Reset */
body,
html {
  font-family: "Helvetica", sans-serif;
}
.main-body {
    font-family: Blorado, sans-serif;
    margin: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    background: #020a13!important;
    padding-right: 0px !important;
      margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
.main-body::before {
    content: "";
    height: 100vh;
    width: 100vw;
    color: rgba(113, 113, 113, 0.07);
    position: fixed;
    z-index: -1;
     background-image: 
    linear-gradient(currentcolor 1px, transparent 1px),
    linear-gradient(to right, currentcolor 1px, transparent 1px);
    background-size: 94px 90px; 
    transition: 0.5s linear;
}
.main-body::after {
    background-image: radial-gradient(at 40% 40%, rgb(30, 144, 255) 0px, transparent 50%), radial-gradient(at 90% 10%, rgb(255, 105, 180) 0px, transparent 50%), radial-gradient(at 50% 95%, rgb(0, 255, 255) 0px, transparent 50%), radial-gradient(at 20% 30%, rgb(50, 205, 50) 0px, transparent 50%), radial-gradient(at 90% 90%, rgb(255, 255, 0) 0px, transparent 50%), radial-gradient(at 33% 50%, rgb(255, 69, 0) 0px, transparent 50%), radial-gradient(at 79% 53%, rgb(128, 0, 128) 0px, transparent 50%);
    position: fixed;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    filter: blur(100px) saturate(100%);
    top: 0px;
    opacity: 0.1;
    transform: translateZ(0px);
}

.main-container {
  color: #fff;
  /* Hero Section */
}
.main-container .hero {
  text-align: center;
  margin-top: 40px;
  /* Project Button Wrapper */
  /* Title Styling */
  /* Description */
  /* Social Icons */
}
.main-container .hero .project-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.main-container .hero .project-wrapper .project-button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 15px;
  background: rgba(58, 58, 58, 0.71);
  border-radius: 100px;
  border: white 1px solid;
  box-shadow: 2px 1px 1px lightblue;
}
.main-container .hero .project-wrapper .project-button button {
  padding: 5px 20px;
  background-color: #21757b;
  border: none;
  color: white;
  font-size: 14px;
  border-radius: 25px;
  border: 1px white solid;
  cursor: pointer;
}
.main-container .hero .project-wrapper .project-button span {
  font-size: 14px;
  color: #fff;
}
.social-icons a i {
  background-color: #21757b;
  color: #ffffff;
  font-size: 18px;
 
  border-radius: 50%;  /* makes it circular */
  margin: 0 2px;
   width: 35px;
  height: 35px;
  line-height: 35px;   /* centers icon vertically */
  text-align: center;  /* centers icon horizontally */
  transition: 0.3s;
}

.social-icons a i:hover {
  background-color: #14575a; /* darker teal on hover */
}
@media (min-width: 320px) and (max-width: 767px) {
  .main-container .hero .project-wrapper .project-button button {
    padding: 3px 10px;
    font-size: 12px;
  }
  .main-container .hero .project-wrapper .project-button span {
    font-size: 9px;
  }
  .social-icons a i {
  background-color: #21757b;
  color: #ffffff;
  
  font-size: 14px;
  }
}
.main-container .hero h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 500;
  font-family: "Helvetica", sans-serif;
  margin: 10px 0;
}
.main-container .hero h2 {
  font-size: 40px;
  color: #06737a;
  margin-bottom: 20px;
  font-family: "Helvetica", sans-serif;
  font-weight: 500;
}
.main-container .hero .description {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}
.main-container .hero .social-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  /* Footer Text */
}
.main-container .hero .social-icons img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.main-container .hero .social-icons .bottom-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 700px) and (max-width: 1000px) {
  .container.main-container {
    padding-left: 0px !important;  /* px-2 */
    padding-right: 0px !important;
      /* reduce margin */
  }
}
@media (max-width: 700px) {
  .container.main-container {
    padding-left: 0px !important;  /* px-2 */
    padding-right: 0px !important;
         /* reduce margin */
  }
}

@media (max-width: 576px) {
  .container.main-container {
    padding-left: 20px !important;  /* px-2 */
    padding-right: 20px !important;
    margin: 0 0.5rem;       /* reduce margin */
  }
}
@media (min-width: 320px) and (max-width: 576px) {
  .main-container .hero h1 {
    font-size: 35px;
  }
  .main-container .hero h2 {
    font-size: 25px;
  }
  .main-container .hero .description {
    font-size: 13px;
    text-align: center;
  }
  .main-container .hero .social-icons img {
    width: 35px;
    height: 35px;
  }
  .main-container .hero .bottom-text {
    font-size: 12px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .main-container .hero h1 {
    font-size: 45px;
  }
  .main-container .hero h2 {
    font-size: 30px;
  }
  .main-container .hero .description {
    font-size: 14px;
    text-align: center;
  }
  .main-container .hero .social-icons img {
    width: 35px;
    height: 35px;
  }
  .main-container .hero .bottom-text {
    font-size: 13px;
  }
}
.hero .profile-image {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.hero .profile-image img {
  width: 120px;         /* adjust size */
  height: 120px;
  object-fit: cover;
  border-radius: 50%;   /* makes it circular */
  border: 3px solid #35c4bf; /* optional border */
}
/*
.icon-upwork {
  position: absolute;
  top: 12px;
  right: 455px;
}
*/
/* Navbar */
header {
  top: 0;
  width: 100%;
  z-index: 10;
  background: rgba(5, 54, 51, 0);
}
header .navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
header .navbar .navbar-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
header .navbar .navbar-container .nav-links {
  list-style: none;
  display: flex;
  gap: 30px;
}
header .navbar .navbar-container .nav-links a {
  text-decoration: none;
  color: #fff;
  font-size: 19px;
}
header .navbar .navbar-container .nav-links a:hover {
  color: #e9e6cc;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .navbar .navbar-container .nav-links a {
    font-size: 15px;
  }
}
@media (max-width: 500px){
.nav-links {
  padding-left: 0px !important;
  gap: 20px !important;
}
}
@media (max-width: 380px){
.nav-links a {
  font-size: 17px;
}
#download-icon{
  font-size: 14px !important;
}
.nav-links {
  padding-left: 0px !important;
  gap: 15px !important;
}
}
/* Skills Section */
.skills-section {
  padding: 100px 0;
  text-align: left;
  /* Skill Icons */
  /* Skills Container */
}
.skills-section .skills-header h2 {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 450;
  color: #ffffff;
  text-align: center;
}
.skills-section .skills-header p {
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
.skills-section .skill-icons {
  display: flex;
  flex-wrap: wrap;      /* allows icons to move into multiple rows */
  justify-content: center; /* center align */
  gap: 60px;            /* spacing between icons */
  max-width: 1000px;     /* optional: keeps them from stretching too wide */
  margin: 0 auto; 
  margin-bottom: 80px;
  margin-top: 20px;
}
.skill-icons i {
  font-size: 47px;      /* adjust size of icons */
  transition: transform 0.2s ease;
}

.skill-icons i:hover {
  transform: scale(1.2);
}
.skill.visible {
margin-bottom: 10px !important;  
}

.skills-section .skills-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  /* Skill Bars */
}
.progress-container {
  height: 18px;
}
.skills-section .skills-container .skill {
  width: 90%;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.skills-section .skills-container .skill.visible {
  opacity: 1;
  transform: translateY(0);
}
.skills-section .skills-container .skill span {
  display: block;
  font-size: 14px;
}
.skills-section .skills-container .skill .skill-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
/* Tooltip + Bounce Animation */
.skill-icons i {
  position: relative;
  cursor: pointer;
  transition: transform 0.25s ease;
}

/* Bounce + scale on hover */
.skill-icons i:hover {
  transform: scale(1.15);
  animation: bounce 0.35s ease;
}

/* Custom tooltip (no browser title) */
.skill-icons i::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -38px; /* or use top: -38px for above */
  left: 50%;
  transform: translateX(-50%) scale(0.9);
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 13px;
  font-family: "Inter", sans-serif; /* clean modern font */
  font-weight: 400;
  padding: 4px 10px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease-out, transform 0.1s ease-out;
  z-index: 10;
}

/* Show tooltip instantly */
.skill-icons i:hover::after {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

/* Bounce effect */
@keyframes bounce {
  0% { transform: scale(1); }
  50% { transform: scale(1.25); }
  100% { transform: scale(1.15); }
}

.skills-section .skills-container .skill .progress-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.skills-section .skills-container .skill .progress-container .progress {
  width: 85%;
  height: 0.5rem;
  background: #2a2a2a;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.skills-section .skills-container .skill .progress-container .progress .progress-bar {
  height: 100%;
  background: linear-gradient(to right, #35c4bf, #0b7576);
  width: 0%;
  transition: width 2s ease;
}
.skills-section .skills-container .skill .progress-container .percentage {
  font-size: 14px;
  margin-top: 7px;
  color: #ffffff;
  white-space: nowrap;
}
.icon-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;       /* space between rows */
}

.icon-row i {
  font-size: 45px;     /* bigger icons */
  margin: 0 30px;       /* horizontal spacing between icons */
  transition: transform 0.3s, color 0.3s;
  cursor: pointer;
}

.icon-row i:hover {
  transform: scale(1.2);
}
.devicon-linux-plain{
  font-size:10px; 
  background:#f5f5f5; 
  border-radius:50%; 
  padding:3px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .skills-section .skills-header h2 {
    font-size: 26px;
  }
  .skills-section .skills-header p {
    font-size: 12px;
    line-height: 1.2;
  }
 
  .skills-section .skills-container .skill span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .skills-section .skills-container .skill .progress-container .percentage {
    font-size: 14px;
    margin-top: 4px;
  }
  .devicon-linux-plain{ 
  padding:3px;
}
.skills-section .skills-container {
  gap: 5px;
  justify-content: center;
  align-items: center;
  margin: 0 0;
  column-gap: 20px;
  /* Skill Bars */
}
}
@media (min-width: 320px) and (max-width: 576px) {

  .skills-section .skills-header h2 {
    font-size: 22px;
  }
  .skills-section .skills-header p {
    font-size: 11px;
    line-height: 1.2;
    font-weight: 450;
  }
 
  .skills-section .skills-container .skill span {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .skills-section .skills-container .skill .progress-container .percentage {
    font-size: 13px;
    margin-top: 4px;
  }
  .devicon-linux-plain{ 
  padding:2px;
}
.skills-section .skills-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  /* Skill Bars */
}
}
@media (max-width: 768px) {
  .skill-icons {
    gap: 15px;
  }

  .skill-icons i {
    font-size: 38px;   /* slightly smaller */
  }
}

/* ✅ Mobile screens */
@media (max-width: 480px) {
  .skill-icons {
    gap: 12px;
  }

  .skill-icons i {
    font-size: 35px;   /* smaller for small screens */
  }
}

.expertise-section {
  text-align: center;
  padding: 4rem 2rem;
  padding-bottom: 7rem;
}

.expertise-section .section-title {
  
  margin-bottom: 3rem;
}

/* Grid layout with 4 columns on desktop */
.expertise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

/* Card styling */
.expertise-card {
  text-align: center;
  padding: 1rem;
  transition: transform 0.3s ease, color 0.3s ease;
}
#full-stack-development{
  padding-right: 0px;
}

.expertise-card .icon {
  width: 40px;
  height: 40px;
  color: #0a9ea0; /* teal */
  margin-bottom: 1rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

.expertise-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.expertise-card p {
  font-size: 0.9rem;
  color: #cbd5e1; /* light gray */
  line-height: 1.4;
}

/* Hover effects */
.expertise-card:hover {
  transform: translateY(-5px);
}

.expertise-card:hover .icon {
  transform: scale(1.2);
  
}
@media (min-width: 650px) {
  .expertise-card {
    text-align: left;
  }

  .expertise-card .icon {
    display: block;
    margin: 0 0 1rem 0; /* align left with text */
  }
}
/* Responsive - stack on small screens */
@media (max-width: 1024px) {
  .expertise-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .expertise-grid {
    grid-template-columns: 1fr;
  }
}


.education-div {
  padding: 1.3em 0;
}
.education-div .section-title {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 450;
  color: #ffffff;
  text-align: center;
}
.education-div .section-description {
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  font-weight: lighter;
  margin-bottom: 30px;
  padding: 0 130px;
}
.education-div .timeline {
  position: relative;
  max-width: 96%;
  margin: 0 auto;
  padding-left: 40px;
}
.education-div .timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 2px;
  background-color: rgb(255, 255, 255);
}
.education-div .timeline .timeline-item {
  position: relative;
  display: flex;
  margin-bottom: 2rem;
}
.education-div .timeline .timeline-item .timeline-marker {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #0a9ea0;
  border-radius: 50%;
  transform: translateX(-300%);
}
.education-div .timeline .timeline-item .timeline-content {
  background-color: rgb(31 48 54 / 99%);
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  flex: 1;
}
.education-div .timeline .timeline-item .timeline-content h3 {
  font-size: 20px;
  font-weight: bold;
  color: #0a9ea0;
  margin-bottom: 0.5rem;
}
.education-div .timeline .timeline-item .timeline-content .sub1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;

}
.education-div .timeline .timeline-item .timeline-content h4 {
font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
  opacity: 0.8;
}
.education-div .timeline .timeline-item .timeline-content .sub {
  display: flex;
  justify-content: space-between;
  font-style: italic;
}
.education-div .timeline .timeline-item .timeline-content .sub h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
  opacity: 0.8;
}
.education-div .timeline .timeline-item .timeline-content p {
  font-size: 0.9rem;
  line-height: 2.5;
  color: #ffffff;
  opacity: 0.8;
}
.company-link{
  color: #0a9ea0;
}
h4 img {
  width: 20px;
  height: 15px;
}
.top-rated-plus{
  width:30px; 
  height:27px;
}
@media (max-width: 1024px) {
  .education-div .timeline .timeline-item .timeline-content p {
    line-height: 2;
  }
   h4 img {
    width: 17px;
    height: 13px;
  }
  .top-rated-plus{
  width:25px; 
  height:23px;
}
}
@media (min-width: 425px) and (max-width: 576px) {
  .education-div .timeline .timeline-item .timeline-content h3 {
    font-size: 0.7rem;
  }
  .education-div .timeline .timeline-item .timeline-content .sub h4 {
    font-size: 0.6rem;
  }
  .education-div .timeline .timeline-item .timeline-content .sub1 h4 {
    font-size: 0.6rem;
  }
  .education-div .timeline .timeline-item .timeline-content p {
    font-size: 0.55rem;
  }
  .company-link{
  font-size: 0.9rem;
}
 h4 img {
    width: 17px;
    height: 10px;
  }
  .top-rated-plus{
  width:23px; 
  height:21px;
}
}
@media (min-width: 320px) and (max-width: 425px) {
  .education-div .timeline .timeline-item .timeline-content {
    padding: 15px;
  }
  .education-div .timeline .timeline-item .timeline-content h3 {
    font-size: 0.7rem;
  }
  .education-div .timeline .timeline-item .timeline-content .sub h4 {
    font-size: 0.6rem;
  }
   .education-div .timeline .timeline-item .timeline-content .sub1 h4 {
    font-size: 0.6rem;
  }
  .education-div .timeline .timeline-item .timeline-content p {
    font-size: 0.5rem;
  }
   .company-link{
  font-size: 0.8rem;
}

  h4 img {
    width: 15px;
    height: 9px;
  }
  .top-rated-plus{
  width:20px; 
  height:18px;
}
}
.education-div .timeline .timeline-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  .education-div .section-title {
    font-size: 27px;
  }
  .education-div .section-description {
    font-size: 14px;
    padding: 0 0px;
  }
  .education-div .timeline .timeline-item .timeline-content h3 {
    font-size: 1.2rem;
  }
  .education-div .timeline .timeline-item .timeline-content .sub h4 {
    font-size: 1rem;
  }
   .education-div .timeline .timeline-item .timeline-content .sub1 h4 {
    font-size: 1rem;
  }
  .education-div .timeline .timeline-item .timeline-content p {
    font-size: 0.9rem;
    line-height: 2;
  }
   .company-link{
  font-size: 0.9rem;
}
}
@media (min-width: 576px) and (max-width: 767px) {
  .education-div .section-title {
    font-size: 26px;
  }
  .education-div .section-description {
    font-size: 12px;
    padding: 0 0px;
  }
  .education-div .timeline .timeline-item .timeline-content h3 {
    font-size: 1rem;
  }
  .education-div .timeline .timeline-item .timeline-content .sub h4 {
    font-size: 0.9rem;
  }
   .education-div .timeline .timeline-item .timeline-content .sub1 h4 {
    font-size: 0.9rem;
  }
  .education-div .timeline .timeline-item .timeline-content p {
    font-size: 0.8rem;
  }
}
@media (min-width: 320px) and (max-width: 576px) {
  .education-div .section-title {
    font-size: 22px;
  }
  .education-div .section-description {
    font-size: 13px;
    padding: 0 0px;
  }
  .education-div .timeline .timeline-item .timeline-content h3 {
    font-size: 1.1rem;
  }
  .education-div .timeline .timeline-item .timeline-content .sub h4 {
    font-size: 0.9rem;
  }
   .education-div .timeline .timeline-item .timeline-content .sub1 h4 {
    font-size: 0.8rem;
  }
  .education-div .timeline .timeline-item .timeline-content p {
    font-size: 0.8rem;
  }
  .education-div .timeline {
 
  margin: 0 auto;
  padding-left: 20px;
}
.education-div .timeline .timeline-item .timeline-marker {
  transform: translateX(-210%);
}
.education-div .timeline .timeline-item .timeline-content {
  padding: 15px;
}
.education-div .timeline {
  margin: 0px;
  padding-left: 30px;
}
#sub {
  display: block

}
}
@media (min-width: 320px) and (max-width: 400px) {
  .education-div .timeline .timeline-item .timeline-content h3 {
    font-size: 0.8rem;
  }
  .education-div .timeline .timeline-item .timeline-content .sub h4 {
    font-size: 0.7rem;
  }
   .education-div .timeline .timeline-item .timeline-content .sub1 h4 {
    font-size: 0.7rem;
  }
  .education-div .timeline .timeline-item .timeline-content p {
    font-size: 0.7rem;
  }
}
.projects-section {
  padding: 4rem 2rem;
  color: #ffffff;
  text-align: center;
}
.projects-section h2 {
  font-size: 32px;
  font-weight: 450;
  color: #ffffff;
  text-align: center;
}

.projects-section p {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  font-weight: lighter;
  padding: 0 120px;
}
/* Section */
.flagship-projects {
  padding: 3rem 2rem;
  color: #fff;
}



/* Grid layout - 2 cards per row */
.flagship-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* exactly 2 cards per row */
  gap: 5rem;
}

/* Responsive: 1 card on mobile */
@media (max-width: 768px) {
  .flagship-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .flagship-projects {
  padding: 2rem 1rem;
  color: #fff;
}
}
@media (max-width: 1000px) {
  .flagship-grid {
    gap: 3rem;
  }
  .flagship-projects {
  padding: 2rem 1rem;
}
}

/* Card */
.flagship-card {
  background: rgba(255, 255, 255, 0.02); /* almost transparent */
  border-radius: 15px;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 15px rgba(10, 158, 160, 0.3); /* soft glow at borders */
  transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
  cursor: pointer;
}

.flagship-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 20px rgba(10, 158, 160, 0.6);
  border: 1px solid #0a9ea0;
}

.flagship-card h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.flagship-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 1rem;
}

/* Tags */
.flagship-card .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.flagship-card .tag {
  background: transparent;
  border: 1px solid #0a9ea0;
  color: #ffffff;
  font-size: 0.8rem;
  padding: 0.3rem 0.6rem;
  border-radius: 5px;
}


.projects-section .filter-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;   /* ✅ allow wrapping */
  gap: 1rem;
  margin-bottom: 3rem;
}


.projects-section .filter-buttons button {
  padding: 0.5rem 1.1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #1e293b;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.projects-section .filter-buttons button:hover {
  background-color: #334155;
}
.projects-section .filter-buttons button.active {
  background-color: #0a9ea0;
  color: #ffffff;
}
.projects-section .projects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* always 2 columns */
  gap: 1rem;
}


.projects-section .projects-grid .project-card {
  background-color: rgba(49, 48, 48, 0.3921568627);
  border: 2px solid rgba(49, 48, 48, 0.3921568627);
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.233);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
}

.projects-section .projects-grid .project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  border: 2.5px solid #0a9ea0;
}
.projects-section .projects-grid .project-card img {
  width: 100%;
  height: 100%;
  display: block;
}
#project3-card {
  height: 100%;
  margin-bottom: 0px;
}
#project4-card {
 
  margin-bottom: 60px;
}
#project-card2 {
  height: 70%;
}
.projects-section .projects-grid .project-card .project-content {
  padding: 4.7rem 1rem 1rem 1.5rem;
  position: absolute;
  bottom: 0px;
  height: 71%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 25%, rgba(0, 0, 0, 0.4) 65%, rgba(0, 0, 0, 0) 100%);
  backdrop-filter: blur(1px); 
}
.projects-section .projects-grid .project-card .project-content h3 {
  font-size: 22px;
  color: white;
  text-align: justify;
}
.projects-section .projects-grid .project-card .project-content p {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  padding: 5px 0;
  line-height: 15px;
  font-size: 15px;
  text-overflow: ellipsis;
  max-width: 350px;
  font-family: sans-serif;
}
.projects-section .projects-grid .project-card .project-content .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.projects-section .projects-grid .project-card .project-content .tags .tag {
  padding: 0.4rem 0.45rem;
  font-size: 0.9rem;
  background-color: rgba(51, 65, 85, 0);
  color: #ffffff;
  border: #008080 solid 1.5px;
  border-radius: 5px;
}
.popup-title-main {
  display: flex;
  justify-content: space-between; /* pushes title left, button right */
  align-items: center;            /* vertically centers them */
}
.flagship-title1 {
  font-size: 1.6rem !important;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.other-projects{
  font-size: 1.6rem !important;
  font-weight: 600;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
/* Mobile */
@media (max-width: 768px) {
  .flagship-title1 {
    font-size: 1.4rem !important;
    margin-bottom: 0.1rem;
  }
  .flagship-title1 .icon {
    font-size: 1.4rem !important;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .flagship-title1 {
    font-size: 1rem!important;
    
  }
  .flagship-title1 .icon {
    font-size: 1rem!important;
  }
  .flagship-card h3 {
  font-size: 1rem;
}
.flagship-card .tag {
  font-size: 0.7rem;
  padding: 0.3rem 0.5rem;

}
}
/* Mobile */
@media (max-width: 768px) {
  .other-projects {
    font-size: 1.4rem !important;
  
  }
  .other-projects .icon {
    font-size: 1.4rem !important;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .other-projects {
    font-size: 1rem!important;
    margin-bottom: 1.1rem;
  }
  .other-projects .icon {
    font-size: 1rem!important;
  }
}
@media screen and (min-width: 1300px) {
  .projects-section .projects-grid .project-card .project-content {
    padding-top: 2rem;
     height: 46%;
  }
}

@media (min-width: 1024px) and (max-width: 1240px) {
  .projects-section .projects-grid .project-card .project-content {
    padding-top: 2rem;
     height: 55%;
  }
  .projects-section .projects-grid .project-card .project-content h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .projects-section .projects-grid .project-card .project-content p {
    font-size: 15px;
    padding: 5px 0;
    max-width: 280px;
    margin-bottom: 5px;
  }
  .projects-section .projects-grid .project-card .project-content .tags {
    gap: 0.3rem;
  }
  .projects-section .projects-grid .project-card .project-content .tags .tag {
    padding: 0.3rem 0.6rem;
    font-size: 0.7rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .projects-section .projects-grid .project-card .project-content {
    padding: 2.2rem 0 0 1rem;
  }
  .projects-section .projects-grid .project-card .project-content h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .projects-section .projects-grid .project-card .project-content p {
    font-size: 14px;
    padding: 7px 0;
    margin-bottom: 5px;
    max-width: 300px;
  }
  .projects-section .projects-grid .project-card .project-content .tags {
    gap: 0.3rem;
  }
  .projects-section .projects-grid .project-card .project-content .tags .tag {
    padding: 0.3rem 0.4rem;
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
   .projects-section {
  padding-left: 0px !important;  /* px-2 */
    padding-right: 0px !important;
      /* reduce margin */
  }
  .projects-section .projects-grid .project-card .project-content {
    padding: 1rem 0 0 0.7rem;
     height: 50%;
  }
  .projects-section .projects-grid .project-card .project-content h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .projects-section .projects-grid .project-card .project-content p {
    font-size: 14px;
    margin-bottom: 5px;
    max-width: 200px;
  }
  .projects-section .projects-grid .project-card .project-content .tags {
    gap: 0.2rem;
  }
  .projects-section .projects-grid .project-card .project-content .tags .tag {
    padding: 0.2rem 0.35rem;
    font-size: 0.7rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
   .projects-section {
  padding-left: 0px !important;  /* px-2 */
    padding-right: 0px !important;
  }
  .projects-section .projects-grid .project-card .project-content {
    padding: 2rem 0 0 1rem;
    height: 50%;
  }
  #project5-card{
    margin-top: 20px;
  }
  .projects-section .projects-grid .project-card .project-content h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .projects-section .projects-grid .project-card .project-content p {
    font-size: 16px;
    margin-bottom: 0;
    padding: 8px 0;
    max-width: 270px;
  }
  .projects-section .projects-grid .project-card .project-content .tags {
    margin-top: 10px;
    gap: 0.5rem;
  }
  .projects-section .projects-grid .project-card .project-content .tags .tag {
    padding: 0.3rem 0.6rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 481px) and (max-width: 576px) {
   .projects-section {
  padding-left: 0px !important;  /* px-2 */
    padding-right: 0px !important;
  }
  .projects-section .projects-grid .project-card .project-content {
    padding: 2rem 0 0 1rem;
    height: 50%;
  }
  #project5-card{
    margin-top: 20px;
  }
  .projects-section .projects-grid .project-card .project-content h3 {
    font-size: 17px;
    margin-bottom: 0;
  }
  .projects-section .projects-grid .project-card .project-content p {
    font-size: 15px;
    margin-bottom: 0;
    padding: 10px 0;
    max-width: 250px;
  }
  .projects-section .projects-grid .project-card .project-content .tags {
    gap: 0.6rem;
  }
  .projects-section .projects-grid .project-card .project-content .tags .tag {
    padding: 0.3rem 0.6rem;
    font-size: 0.6rem;
  }
}
@media (min-width: 425px) and (max-width: 480px) {
   .projects-section {
  padding-left: 0px !important;  /* px-2 */
    padding-right: 0px !important;
  }
  .projects-section .projects-grid .project-card .project-content {
    padding: 1.8rem 0 0 1rem;
    height: 50%;
  }
  #project5-card{
    margin-top: 20px;
  }
  .projects-section .projects-grid .project-card .project-content h3 {
    font-size: 15px;
    margin-bottom: 0;
  }
  .projects-section .projects-grid .project-card .project-content p {
    font-size: 13px;
    padding: 5px 0;
    margin-bottom: 5px;
    max-width: 200px;
  }
  .projects-section .projects-grid .project-card .project-content .tags {
    gap: 0.6rem;
  }
  .projects-section .projects-grid .project-card .project-content .tags .tag {
    padding: 0.3rem 0.6rem;
    font-size: 0.6rem;
    border: 1px solid #008080;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
   .projects-section {
  padding-left: 0px !important;  /* px-2 */
    padding-right: 0px !important;
  }
  .projects-section .projects-grid .project-card .project-content {
    padding: 1.2rem 0 0 0.9rem;
    height: 50%;
  }
  #project5-card{
    margin-top: 20px;
  }
  .projects-section .projects-grid .project-card .project-content h3 {
    font-size: 15px;
    margin-bottom: 0;
  }
  .projects-section .projects-grid .project-card .project-content p {
    font-size: 13px;
    margin-bottom: 5px;
    padding: 3px 0;
    max-width: 160px;
  }
  .projects-section .projects-grid .project-card .project-content .tags {
    gap: 0.2rem;
  }
  .projects-section .projects-grid .project-card .project-content .tags .tag {
    padding: 0.3rem 0.4rem;
    font-size: 0.6rem;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
   .projects-section {
  padding-left: 0px !important;  /* px-2 */
    padding-right: 0px !important;
  }
  .projects-section .projects-grid .project-card .project-content {
    padding: 0.7rem 0 0 0.6rem;
    height: 35%;
  }
  #project5-card{
    margin-top: 20px;
  }
  .projects-section .projects-grid .project-card .project-content h3 {
    font-size: 0.9rem;
    line-height: 3px;
    margin-bottom: 0;
  }
  .projects-section .projects-grid .project-card .project-content p {
    font-size: 13px;
    margin-bottom: 5px;
    max-width: 120px;
  }
  .projects-section .projects-grid .project-card .project-content .tags {
    gap: 0.4rem;
  }
  .projects-section .projects-grid .project-card .project-content .tags .tag {
    padding: 0.2rem 0.4rem;
    font-size: 0.5rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .projects-section .projects-grid {
    grid-template-columns: auto;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .projects-section {
    padding: 2rem;
  }
  .projects-section h2 {
    font-size: 27px;
  }
  .projects-section p {
    font-size: 12px;
    padding: 0;
  }
  .projects-section .filter-buttons {
    gap: 0.8rem;
    margin-bottom: 2rem;
  }
  .projects-section .filter-buttons button {
    padding: 0.5rem 0.8rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 320px) and (max-width: 576px) {
  .projects-section {
    padding: 1.5rem;
  }
  .projects-section h2 {
    font-size: 22px;
  }
  .projects-section p {
    font-size: 12px;
    padding: 0;
  }
  .projects-section .filter-buttons {
    gap: 0.7rem;
    margin-bottom: 1.5rem;
  }
  .projects-section .filter-buttons button {
    padding: 0.3rem 0.6rem;
    font-size: 0.7rem;
  }
}

footer {
  text-align: center;
  padding: 20px;
  font-size: 14px;
  margin-top: 60px;
}
footer a {
  text-decoration: none;
}
footer a img {
  width: 24px;
  height: 24px;
  margin: 5px;
}

/* Popup Styles */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  overflow-y: auto;
}
.popup .popup-content {
  background-color: #1c1c1c;
  color: white;
  max-width: 800px;
  width: 90%;
  margin: 50px auto;
  padding: 25px;
  border-radius: 10px;
  position: relative;
}
.popup .popup-content .close-popup {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}
.popup .popup-content .close-popup:hover {
  color: red;
}
.popup .popup-content .popup-images {
  display: flex;
  margin-bottom: 20px;
  margin: 2%;
  gap: 10px;
}
.popup .popup-content .popup-images .popup-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 400px;
  height: 180px;
  position: relative;
  overflow: hidden;
  border: 1.5px solid #cac590;
  border-radius: 10px;
  cursor: pointer;
}
.popup .popup-content .popup-images .popup-image:hover {
  border: 2px solid #0a9ea0;
}
.popup .popup-content .popup-images .popup-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup .popup-content .popup-images .see-more .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1; /* Always visible for the 3rd image */
}
.popup .popup-content .popup-images .see-more .overlay .see-more-text {
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.popup .popup-content .popup-title {
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.popup .popup-content .popup-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  color: #f9f9f9;
  padding: 10px 20px;
  padding-top: 0px;

  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.popup .popup-content .popup-description a {
  color: #007acc;
  text-decoration: none;
  font-weight: bold;
}
.popup .popup-content .popup-description a:hover {
  text-decoration: underline;
}
.popup .popup-content .popup-description ul {
  padding-left: 20px;
  
}
.popup .popup-content .popup-description ul li {
  margin-bottom: 10px;
}
.popup .popup-content .popup-description ul li::marker {
  content: "• ";
  color: #00acc1;
}
.popup .popup-content .popup-description span {
  font-weight: bold;
}
.popup .popup-content .popup-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.popup .popup-content .popup-tags .tag {
  background-color: rgba(10, 157, 160, 0);
  color: white;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 16px;
  border: #008080 solid 1.5px;
}
.popup .popup-content .popup-buttons {
  display: flex;
  gap: 10px;
}
.popup .popup-content .popup-buttons .popup-button {
  background-color: #0a9ea0;
  color: white;
  border: none;
  padding: 5px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
}
.popup .popup-content #full-size-image {
  width: 100%;
  height: auto;
  padding: 2rem 1.5rem 2rem 1.5rem;
  border-radius: 20px;
  display: block;
}
.popup .popup-content .nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
  border: none;
  font-size: 20px;
  padding: 9px;
  border-radius: 5px;
  cursor: pointer;
}
.popup .popup-content .prev {
  left: 10px;
}
.popup .popup-content .next {
  right: 10px;
}
/* 
.flagship-projects {
  margin: 60px 0;
}

.flagship-projects h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.flagship-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.flagship-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  border: 2px solid transparent;
  cursor: pointer;
}


.flagship-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.18);
  border: 2px solid #4f46e5; 
}


.flagship-card .badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #4f46e5;
  color: #fff;
  font-size: 0.75rem;
  padding: 5px 10px;
  border-radius: 8px;
  font-weight: 600;
}
*/
@media (min-width: 576px) and (max-width: 767px) {
  .popup .popup-content {
    font-size: 14px;
  }
  .popup .popup-content .close-popup {
    top: 8px;
    right: 12px;
    font-size: 29px;
  }
  .popup .popup-content .popup-images .popup-image {
    height: 140px;
  }
  .popup .popup-content .popup-images .see-more .overlay .see-more-text {
    font-size: 14px;
  }
  .popup .popup-content .popup-title {
    font-size: 20px;
    padding: 15px 15px 0 0px;
    
  }
  .popup-key-features{
    font-size: 19px;
  }
  .popup .popup-content .popup-description ul li {
  font-size: 17px;
}
  .popup .popup-content .popup-description {
    font-size: 15px;
  }
  .popup .popup-content .popup-tags {
    gap: 5px;
  }
  .popup .popup-content .popup-tags .tag {
    padding: 4px 9px;
    font-size: 13px;
  }
  .popup .popup-content .popup-buttons .popup-button {
    padding: 3px 9px;
    font-size: 14px;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  .popup .popup-content {
    width: 95%;
    padding: 15px;
    font-size: 12px;
  }
  .popup .popup-content .close-popup {
    top: -2px;
    right: 6px;
    font-size: 28px;
  }
  .popup .popup-content .popup-images .popup-image {
    height: 110px;
  }
  .popup .popup-content .popup-images .see-more .overlay .see-more-text {
    font-size: 12px;
  }
  .popup .popup-content .popup-title {
    font-size: 17px;
    padding: 15px 15px 0 0px;
  }
  .popup .popup-content .popup-description {
    font-size: 14px;
  }
  .popup .popup-content .popup-tags {
    gap: 5px;
  }
  .popup .popup-content .popup-tags .tag {
    padding: 3px 8px;
    font-size: 11px;
  }
  .popup-key-features{
    font-size: 16px !important;
  }
  .popup .popup-content .popup-buttons .popup-button {
    padding: 3px 9px;
    font-size: 11px;
  }
  .popup .popup-content .nav-button {
    font-size: 15px;
    padding: 7px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  .popup .popup-content {
    width: 95%;
    padding: 15px;
    font-size: 10px;
  }
  .popup .popup-content .close-popup {
    top: 4px;
    right: 5px;
    font-size: 25px;
  }
  .popup .popup-content .popup-images .popup-image {
    height: 80px;
  }
  .popup .popup-content .popup-images .see-more .overlay .see-more-text {
    font-size: 10px;
  }
  .popup .popup-content .popup-title {
    font-size: 15px;
    padding: 15px 15px 0 0px;
  }
  .popup .popup-content .popup-description {
    font-size: 12px;
  }
  .popup .popup-content .popup-tags {
    gap: 4px;
  }
  .popup .popup-content .popup-tags .tag {
    padding: 3px 7px;
    font-size: 10px;
  }
  .popup-key-features{
    font-size: 19px;
  }
  .popup .popup-content .popup-buttons .popup-button {
    padding: 3px 9px;
    font-size: 10px;
  }
  .popup .popup-content .nav-button {
    font-size: 15px;
    padding: 7px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .popup .popup-content {
    width: 95%;
    padding: 15px;
    font-size: 10px;
  }
  .popup .popup-content .close-popup {
    top: 5px;
    right: 12px;
    font-size: 15px;
  }
  .popup .popup-content .popup-images .popup-image {
    height: 80px;
  }
  .popup .popup-content .popup-images .see-more .overlay .see-more-text {
    font-size: 10px;
  }
  .popup .popup-content .popup-title {
    font-size: 13px;
    padding: 6px;
  }
  .popup .popup-content .popup-description {
    font-size: 12px;
  }
  .popup .popup-content .popup-tags {
    gap: 4px;
  }
  .popup .popup-content .popup-tags .tag {
    padding: 3px 7px;
    font-size: 11px;
  }
  .popup .popup-content .popup-buttons .popup-button {
    padding: 3px 9px;
    font-size: 10px;
  }
  .popup .popup-content .nav-button {
    font-size: 15px;
    padding: 7px;
  }
}

/* Image Popup Styles *//*# sourceMappingURL=main.css.map */