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

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --ink: #1a2d3d;
  --ink-soft: #5a7a8a;
  --paper: #f9fafb;
  --paper-alt: #f3f7f9;
  --accent: #3b82f6;
  --accent-deep: #2563eb;
  --accent-cool: #60a5fa;
  --nav-ink: #0d1620;
}

body {
  font-family: "Space Grotesk", sans-serif;
  color: var(--ink);
  background: radial-gradient(1200px 800px at 10% -20%, #fff7e6 0%, var(--paper) 45%, #f1f3f6 100%);
  letter-spacing: 0.1px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

body.dark-mode {
  background: linear-gradient(135deg, #1a2332 0%, #0f1723 50%, #1a2c3a 100%);
  color: #e0e0e0;
}

body.dark-mode .section-bg {
  background: linear-gradient(180deg, #1d2f3f 0%, #1a2d3d 100%);
}

a {
  color: var(--accent-deep);
  text-decoration: none;
}

a:hover {
  color: var(--accent);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fraunces", serif;
  color: var(--ink);
}


.gslide-description.description-bottom {
  display: none !important;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--accent);
  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: var(--accent-deep);
  color: #fff;
}

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




/*--------------------------------------------------------------
# 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: linear-gradient(160deg, #0f1d2d 0%, #1a2f3f 55%, #0d1f2f 100%);
  overflow-y: auto;
  box-shadow: 10px 0 30px rgba(9, 12, 18, 0.25);
}

#header .profile img {
  margin: 15px auto;
  display: block;
  width: 120px;
  border: 6px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
}

#header .profile h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  -moz-text-align-last: center;
  text-align-last: center;
  font-family: "Fraunces", 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: rgba(255, 255, 255, 0.12);
  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: var(--accent);
  color: #fff;
  text-decoration: none;
}

#main {
  margin-left: 300px;
}

@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,
.nav-menu a:focus {
  display: flex;
  align-items: center;
  color: #b7c0d0;
  padding: 12px 16px;
  margin-bottom: 8px;
  transition: all 0.25s ease;
  font-size: 15px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid transparent;
}

.nav-menu a i,
.nav-menu a:focus i {
  font-size: 21px;
  padding-right: 10px;
  color: #8c97ab;
  transition: color 0.25s ease, transform 0.25s ease;
}

.nav-menu a span,
.nav-menu a:focus span {
  letter-spacing: 0.25px;
  font-weight: 500;
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover>a {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(96, 165, 250, 0.35);
  transform: translateX(4px);
}

.nav-menu a:hover i,
.nav-menu .active i,
.nav-menu .active:focus i,
.nav-menu li:hover>a i {
  color: var(--accent-cool);
  transform: translateX(1px);
}

/* 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: var(--accent);
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 50px;
  cursor: pointer;
}

/* Theme Toggle */
.theme-toggle {
  position: fixed;
  right: 70px;
  top: 15px;
  z-index: 9998;
  display: flex;
  align-items: center;
}

.theme-checkbox {
  display: none;
}

.theme-label {
  position: relative;
  width: 50px;
  height: 26px;
  background: rgba(59, 130, 246, 0.3);
  border-radius: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 5px;
  transition: background-color 0.3s ease;
  border: 2px solid var(--accent);
}

.theme-label i {
  font-size: 14px;
  color: #fff;
  position: absolute;
  transition: all 0.3s ease;
  line-height: 0;
}

.theme-label i:first-child {
  left: 6px;
  opacity: 1;
}

.theme-label i:last-child {
  right: 6px;
  opacity: 0.3;
}

.theme-checkbox:checked + .theme-label {
  background: rgba(100, 150, 200, 0.3);
}

.theme-checkbox:checked + .theme-label i:first-child {
  opacity: 0.3;
}

.theme-checkbox:checked + .theme-label i:last-child {
  opacity: 1;
}

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

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  /* background: linear-gradient(135deg, #0f172a 0%, #1a2332 50%, #0f1f35 100%); */
  position: relative;
  overflow: hidden;
}

#hero:before {
  content: "";
  background: radial-gradient(600px 320px at 15% 20%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#hero .hero-container {
  position: relative;
  z-index: 2;
  min-width: 300px;
  left: -4%;
  top: 8%;
  animation: hero-intro 900ms ease-out;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 72px;
  color: #f1f5f9;
  margin-bottom: 50px;
  font-size: 48px;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

#hero p span {
  color: #fff;
  padding-bottom: 4px;
  letter-spacing: 1px;
  border-bottom: 3px solid var(--accent);
  background: linear-gradient(90deg, #ff6b4a, #2cb3c6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border: none;
  display: inline-block;
}

#hero p {
  font-size: 20px;
  margin-top: 20px;
  color: #94a3b8;
  letter-spacing: 0.5px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.hero-buttons a {
  padding: 12px 32px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  display: inline-block;
  border: 2px solid transparent;
}

.btn-portfolio {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #fff;
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.35);
  border: 2px solid transparent;
}

.btn-portfolio:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(59, 130, 246, 0.5);
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #fff;
}

.btn-contact {
  background: transparent;
  color: #e2e8f0;
  border: 2px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.btn-contact:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

@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: 70px 0;
  overflow: hidden;
}

.section-bg {
  background: linear-gradient(180deg, #f5fafb 0%, #f1f8f9 100%);
}

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

.section-title h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  color: #0f172a;
  letter-spacing: 0.5px;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 72px;
  height: 4px;
  background: var(--accent);
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
  color: var(--ink-soft);
  max-width: 720px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.content.aos-init.aos-animate {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #173b6c;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.about .content ul strong {
  margin-right: 10px;
}

.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #149ddd;
  line-height: 0;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# 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;
}

.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;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 16px;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 8px;
}

.resume .resume-title i {
  font-size: 20px;
  color: var(--accent);
}

/* Resume Card */
.resume-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border: 1px solid #e8eef5;
  border-left: 4px solid var(--accent);
  border-radius: 10px;
  padding: 18px 20px;
  margin-bottom: 16px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.resume-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(59, 130, 246, 0.12);
}

/* Icon badge */
.rc-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.03em;
  color: #fff;
}

.rc-icon--blue   { background: linear-gradient(135deg, #3b82f6, #2563eb); }
.rc-icon--teal   { background: linear-gradient(135deg, #14b8a6, #0d9488); }
.rc-icon--purple { background: linear-gradient(135deg, #8b5cf6, #6d28d9); }
.rc-icon--green  { background: linear-gradient(135deg, #22c55e, #16a34a); }
.rc-icon--orange { background: linear-gradient(135deg, #f97316, #ea580c); }

/* Card body */
.rc-body {
  flex: 1;
  min-width: 0;
}

.rc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 4px;
}

.rc-header h4 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.rc-date {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--accent);
  background: #eef4ff;
  padding: 3px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.rc-role {
  font-size: 13px;
  color: var(--ink-soft);
  margin: 2px 0 6px;
  font-style: italic;
}

.rc-desc {
  font-size: 13px;
  color: #64748b;
  margin: 0;
}

.rc-list {
  margin: 8px 0 0;
  padding-left: 18px;
  font-size: 13px;
  color: #475569;
}

.rc-list li {
  margin-bottom: 5px;
}

/* Summary card extra */
.resume-summary .rc-body h4 {
  font-size: 17px;
}

.rc-contact-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 10px;
}

.rc-contact-list span {
  font-size: 13px;
  color: #475569;
  display: flex;
  align-items: center;
  gap: 6px;
}

.rc-contact-list span i {
  color: var(--accent);
  font-size: 15px;
}

/* Dark mode */
body.dark-mode .resume-card {
  background: #1b2b3b;
  border-color: #2d3f52;
  border-left-color: var(--accent);
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}

body.dark-mode .rc-header h4 {
  color: #e2eaf4;
}

body.dark-mode .rc-date {
  background: #1e3a5f;
  color: var(--accent-cool);
}

body.dark-mode .rc-role {
  color: #94a3b8;
}

body.dark-mode .rc-desc,
body.dark-mode .rc-list,
body.dark-mode .rc-contact-list span {
  color: #94a3b8;
}

body.dark-mode .resume .resume-title {
  color: #e2eaf4;
}

/*--------------------------------------------------------------
# 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;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.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: var(--ink-soft);
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 999px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: var(--accent);
}

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

.portfolio .portfolio-card {
  background: #fff;
  border: 1px solid #e6edf3;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(18, 37, 56, 0.08);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  height: 100%;
}

.portfolio .portfolio-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(18, 37, 56, 0.14);
}

.portfolio .portfolio-thumb {
  border-bottom: 1px solid #e6edf3;
  background: #f8fbfd;
}

.portfolio .portfolio-thumb img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.portfolio .portfolio-body {
  padding: 22px;
}

.portfolio .portfolio-body h3 {
  font-size: 31px;
  line-height: 1;
  letter-spacing: 0.4px;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-family: "Space Grotesk", sans-serif;
  color: #1d2f42;
}

.portfolio .portfolio-body p {
  font-size: 16px;
  color: #3e5b72;
  line-height: 1.6;
  margin-bottom: 14px;
}

.portfolio .portfolio-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.portfolio .portfolio-tech span {
  font-size: 12px;
  font-weight: 700;
  color: #2a4660;
  background: #edf5fb;
  border: 1px solid #d5e6f4;
  border-radius: 999px;
  padding: 5px 10px;
}

.portfolio .portfolio-body a {
  color: var(--accent);
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 0.2px;
}

.portfolio .portfolio-body a:hover {
  color: var(--accent-deep);
}

/*--------------------------------------------------------------
# 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 .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.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: 0px !important;
}

.contact .info {
  padding: 30px;
  background: #fff;
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: var(--accent);
  float: left;
  width: 44px;
  height: 44px;
  background: rgba(255, 107, 74, 0.12);
  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: var(--ink);
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: var(--ink-soft);
}

.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: var(--accent);
  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: var(--accent);
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: var(--accent-deep);
}

@keyframes hero-intro {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-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) {

  .hero-buttons {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

  .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: 768px) {
  #hero h1 {
    font-size: 34px;
    line-height: 40px;
  }

  #hero p {
    font-size: 16px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  #hero {
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #b5ddd9 0%, #a8d5d0 50%, #c2e5e1 100%);
    background-position: center !important;
  }

  #hero .hero-container {
    position: relative;
    z-index: 2;
    min-width: 300px;
    left: 1%;
    top: 10%;
  }
}

/* Gradient Animation */
@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/*--------------------------------------------------------------
# Dark Mode Styles
--------------------------------------------------------------*/
body.dark-mode a {
  color: #6db5a8;
}

body.dark-mode a:hover {
  color: #4A9B8E;
}

body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6 {
  color: #e0e0e0;
}

body.dark-mode .section-title h2 {
  color: #e0e0e0;
}

body.dark-mode .section-title h2::after {
  background: var(--accent);
}

body.dark-mode .section-title p {
  color: #b0b0b0;
}

body.dark-mode #header {
  background: linear-gradient(160deg, #0d1520 0%, #1a2838 55%, #0f1a28 100%);
}

body.dark-mode .nav-menu a {
  color: #a0b0c0;
}

body.dark-mode .nav-menu a:hover,
body.dark-mode .nav-menu .active,
body.dark-mode .nav-menu .active:focus,
body.dark-mode .nav-menu li:hover>a {
  background: rgba(74, 155, 142, 0.15);
  color: #fff;
}

body.dark-mode .portfolio .portfolio-card {
  background: #1b2b3b;
  border-color: #29445c;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.36);
}

body.dark-mode .portfolio .portfolio-thumb {
  background: #203447;
  border-bottom-color: #29445c;
}

body.dark-mode .portfolio .portfolio-body h3 {
  color: #e5edf5;
}

body.dark-mode .portfolio .portfolio-body p {
  color: #b9c9d8;
}

body.dark-mode .portfolio .portfolio-tech span {
  background: #22394e;
  border-color: #345571;
  color: #cde0f1;
}

body.dark-mode .contact .info {
  background: #1a2a3a;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

body.dark-mode .contact .info h4 {
  color: #e0e0e0;
}

body.dark-mode .contact .info p {
  color: #b0b0b0;
}

body.dark-mode .contact .info i {
  background: rgba(74, 155, 142, 0.15);
  color: var(--accent);
}

body.dark-mode .contact .php-email-form {
  background: #1a2a3a;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
}

body.dark-mode .contact .php-email-form input,
body.dark-mode .contact .php-email-form textarea {
  background: #0f1a28;
  border-color: #2a3a4a;
  color: #e0e0e0;
}

body.dark-mode .contact .php-email-form label {
  color: #b0b0b0;
}

body.dark-mode .portfolio #portfolio-flters {
  background: #1a2a3a;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

body.dark-mode .portfolio #portfolio-flters li {
  color: #a0b0c0;
}

body.dark-mode .skills .progress-bar-wrap {
  background: #2a3a4a;
}

body.dark-mode .about .content h3 {
  color: #e0e0e0;
}

body.dark-mode .resume .resume-title {
  color: #e0e0e0;
}

body.dark-mode .resume .resume-item h4 {
  color: #e0e0e0;
}

body.dark-mode .resume .resume-item h5 {
  background: #2a3a4a;
  color: #e0e0e0;
}

body.dark-mode .resume .resume-item {
  border-left-color: #4A9B8E;
}

body.dark-mode .resume .resume-item::before {
  background: #1a2a3a;
  border-color: #4A9B8E;
}

/*--------------------------------------------------------------
# Feedback Widget
--------------------------------------------------------------*/
.feedback-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9996;
  font-family: "Space Grotesk", sans-serif;
}

.feedback-toggle {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--accent) 0%, #60a5fa 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(59, 130, 246, 0.4);
  transition: all 0.3s ease;
  color: #fff;
  font-size: 28px;
  line-height: 0;
  position: relative;
}

.feedback-toggle:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 30px rgba(74, 155, 142, 0.5);
}

.feedback-label {
  position: absolute;
  background: rgba(74, 155, 142, 0.9);
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  white-space: nowrap;
  bottom: 70px;
  font-size: 12px;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.feedback-toggle:hover .feedback-label {
  opacity: 1;
}

.feedback-popup {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 320px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(20px) scale(0.9);
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 10;
  overflow: hidden;
}

.feedback-popup.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: all;
}

.feedback-header {
  background: linear-gradient(135deg, var(--accent) 0%, #6ec4bd 100%);
  color: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.feedback-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.feedback-close {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  line-height: 0;
}

.feedback-close:hover {
  transform: rotate(90deg);
}

.feedback-content {
  padding: 30px 20px;
}

.emoji-rating {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}

.emoji-option {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: #f5f5f5;
  border: 2px solid transparent;
  flex-shrink: 0;
}

.emoji-option:hover {
  transform: scale(1.15);
  background: rgba(74, 155, 142, 0.1);
}

.emoji-option.selected {
  background: rgba(74, 155, 142, 0.2);
  border-color: var(--accent);
  transform: scale(1.2);
}

.rating-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #999;
  font-weight: 500;
}

.feedback-footer {
  display: flex;
  gap: 10px;
  padding: 0 20px 20px;
}

.btn-skip,
.btn-next {
  flex: 1;
  padding: 10px 16px;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-skip {
  background: #f0f0f0;
  color: #666;
}

.btn-skip:hover {
  background: #e0e0e0;
}

.btn-next {
  background: var(--accent);
  color: #fff;
}

.btn-next:hover:not(:disabled) {
  background: var(--accent-deep);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(74, 155, 142, 0.3);
}

.btn-next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Dark Mode Feedback Widget */
body.dark-mode .feedback-popup {
  background: #1a2a3a;
}

body.dark-mode .feedback-header {
  background: linear-gradient(135deg, var(--accent) 0%, #54A79E 100%);
}

body.dark-mode .emoji-option {
  background: #2a3a4a;
  color: #fff;
}

body.dark-mode .emoji-option:hover {
  background: rgba(74, 155, 142, 0.2);
}

body.dark-mode .emoji-option.selected {
  background: rgba(74, 155, 142, 0.3);
}

body.dark-mode .rating-labels {
  color: #a0a0a0;
}

body.dark-mode .btn-skip {
  background: #2a3a4a;
  color: #c0c0c0;
}

body.dark-mode .btn-skip:hover {
  background: #3a4a5a;
}
