body {
 font-family: 'Prompt', sans-serif;
  color: #272829;
  background-color: #181818;
}

a {
  color: #0563bb;
  text-decoration: none;
}

a:hover {
  color: #067ded;
  text-decoration: none;
}

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


p {
  color: #959191;
}

/*--------------------------------------------------------------
# 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: 15px;
  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: #000000;
}

#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;
  animation: animate-preloader 1s linear infinite;
}

@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: 991px) {
  #header {
    width: 300px;
    background: #fff;
    border-right: 1px solid #e6e9ec;
    left: -300px;
  }
}

@media (min-width: 991px) {
  #main {
    margin-left: 100px;
  }
}

/*--------------------------------------------------------------
# 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: #45505b;
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  background: #f2f3f5;
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}

.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: #45505b;
}

@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: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #fff; */
  color: #0563bb;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: flex;
  }
}

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

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

.mobile-nav-active .mobile-nav-toggle {
  color: #fff;
  /* background: #0563bb; */
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #0c0c0c 0%, #1a1a2e 50%, #16213e 100%);
}

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

.hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(2px 2px at 20px 30px, #0563bb, transparent),
    radial-gradient(2px 2px at 40px 70px, #067ded, transparent),
    radial-gradient(1px 1px at 90px 40px, #0563bb, transparent),
    radial-gradient(1px 1px at 130px 80px, #067ded, transparent),
    radial-gradient(2px 2px at 160px 30px, #0563bb, transparent);
  background-repeat: repeat;
  background-size: 200px 100px;
  animation: particleMove 20s linear infinite;
}

.hero-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, 
    rgba(5, 99, 187, 0.1) 0%, 
    rgba(6, 125, 237, 0.1) 25%, 
    rgba(5, 99, 187, 0.05) 50%, 
    rgba(6, 125, 237, 0.1) 75%, 
    rgba(5, 99, 187, 0.1) 100%);
}

@keyframes particleMove {
  0% { transform: translateY(0px); }
  100% { transform: translateY(-100px); }
}

.hero-content {
  position: relative;
  z-index: 3;
  padding: 40px 0;
}

.hero-greeting {
  margin-bottom: 20px;
}

.greeting-text {
  font-size: 1.2rem;
  color: #0563bb;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  animation: fadeInUp 1s ease-out;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  animation: fadeInUp 1s ease-out 0.2s both;
}

.name-highlight {
  background: linear-gradient(135deg, #0563bb, #067ded, #0563bb);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 3s ease-in-out infinite;
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.hero-subtitle {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #fff;
  animation: fadeInUp 1s ease-out 0.4s both;
}

.typed-text {
  color: #959191;
}

.hero-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #b8b8b8;
  margin-bottom: 40px;
  max-width: 500px;
  animation: fadeInUp 1s ease-out 0.6s both;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  animation: fadeInUp 1s ease-out 0.8s both;
}

.hero-btn {
  padding: 15px 30px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.hero-btn.btn-primary {
  background: linear-gradient(135deg, #0563bb, #067ded);
  border: none;
  color: white;

}

.hero-btn.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(5, 99, 187, 0.4);
}

.hero-btn.btn-outline-primary {
  border: 2px solid #0563bb;
  color: #0563bb;
  background: transparent;
}

.hero-btn.btn-outline-primary:hover {
  background: #0563bb;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(5, 99, 187, 0.3);
}

.hero-cta-section {
  animation: fadeInUp 1s ease-out 1s both;
}

.cta-content {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0563bb, #067ded, #0563bb);
  background-size: 200% 100%;
  animation: gradientMove 3s ease-in-out infinite;
}

@keyframes gradientMove {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.cta-content h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #0563bb, #067ded);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cta-content p {
  color: #b8b8b8;
  font-size: 1rem;
  margin-bottom: 25px;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cta-btn.primary {
  background: linear-gradient(135deg, #0563bb, #067ded);
  color: white;
  border: none;
}

.cta-btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(5, 99, 187, 0.4);
}

.cta-btn.secondary {
  background: transparent;
  color: #0563bb;
  border: 2px solid #0563bb;
}

.cta-btn.secondary:hover {
  background: #0563bb;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(5, 99, 187, 0.3);
}

.cta-btn i {
  font-size: 1rem;
}

.hero-image-container {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeInRight 1s ease-out 0.5s both;
}

.hero-image-wrapper {
  position: relative;
  width: 400px;
  height: 400px;
}

.hero-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid rgba(5, 99, 187, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.hero-image:hover {
  transform: scale(1.05);
  border-color: #0563bb;
  box-shadow: 0 25px 50px rgba(5, 99, 187, 0.4);
}

.hero-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.floating-elements {
  position: relative;
  width: 100%;
  height: 100%;
}

.floating-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #0563bb, #067ded);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  box-shadow: 0 10px 20px rgba(5, 99, 187, 0.3);
  animation: float 3s ease-in-out infinite;
}

.floating-icon.icon-1 {
  top: 10%;
  right: -10%;
  animation-delay: 0s;
}

.floating-icon.icon-2 {
  top: 30%;
  left: -15%;
  animation-delay: 0.5s;
}

.floating-icon.icon-3 {
  bottom: 30%;
  right: -10%;
  animation-delay: 1s;
}

.floating-icon.icon-4 {
  bottom: 10%;
  left: -15%;
  animation-delay: 1.5s;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}

.hero-social {
  position: absolute;
  bottom: 30px;
  /* left: 50%; */
  transform: translateX(-50%);
  z-index: 10;
  /* width: 100%; */
  display: flex;
  justify-content: center;
  text-align: center;
}

.social-links {
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
}

/* circle social */
.social-link {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.4rem;
  text-decoration: none;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.social-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.1), transparent);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.social-link:hover::before {
  opacity: 1;
}

.social-link:hover {
  transform: translateY(-8px) scale(1.1);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.social-link.facebook:hover { 
  background: #1877f2; 
  box-shadow: 0 10px 25px rgba(24, 119, 242, 0.4);
}
.social-link.instagram:hover { 
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); 
  box-shadow: 0 10px 25px rgba(225, 48, 108, 0.4);
}
.social-link.github:hover { 
  background: #333; 
  box-shadow: 0 10px 25px rgba(51, 51, 51, 0.4);
}
.social-link.linkedin:hover { 
  background: #0077b5; 
  box-shadow: 0 10px 25px rgba(0, 119, 181, 0.4);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.2rem;
  }
  
  .hero-description {
    font-size: 1rem;
  }
  
  .hero-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .cta-content {
    padding: 25px;
  }
  
  .cta-content h3 {
    font-size: 1.3rem;
  }
  
  .cta-content p {
    font-size: 0.9rem;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  
  .cta-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  
  .hero-image-wrapper {
    width: 300px;
    height: 300px;
  }
  
  .floating-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .hero-buttons {
    gap: 15px;
  }
  
  .hero-btn {
    padding: 12px 25px;
    font-size: 0.9rem;
  }
  
  .cta-content {
    padding: 20px;
  }
  
  .cta-content h3 {
    font-size: 1.2rem;
  }
  
  .cta-content p {
    font-size: 0.85rem;
  }
  
  .cta-btn {
    padding: 8px 16px;
    font-size: 0.85rem;
  }
  
  .hero-image-wrapper {
    width: 250px;
    height: 250px;
  }
  
  .floating-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  
  .hero-social {
    bottom: 20px;
  }
  
  .social-links {
    gap: 15px;
    padding: 10px 20px;
  }
  
  .social-link {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}

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

.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: #555454;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #c8c9ca;
}

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

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

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

.about .content ul  span {
  font-size: 12px;
}

.about .content ul i {
  font-size: 12px;
  margin-right: 5px;
  color: #0563bb;
  line-height: 0;
}

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

.about .card .card-header {
  padding: 0;
  margin-bottom: 0;
  background: transparent;
}

.about .card .card-header .dot {
  background: #D8DCE2;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 2px;
  transition: all .25s ease-in-out;
}

.about .card .card-header .dot:not(:nth-child(1)) {
  margin-left: 4px;
}
/* Colors for dots */

.about .card .card-header .dot:nth-child(1) {
  background: #DD333F;
}

.about .card .card-header .dot:nth-child(2) {
  background: #F5D76E;
}

.about .card .card-header .dot:nth-child(3) {
  background: #5FDD68;
}

.about .card .cli-control span {
  color: #aeb1b4;
  font-size: 13px;

}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
}

.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: 22px;
  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 .php-email-form {
  width: 100%;
}

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

.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;
  animation: animate-loading 1s linear infinite;
}

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

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email] {
  height: 44px;
}

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

.contact .php-email-form button[type=submit] {
  background: #0563bb;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #0678e3;
}

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

  100% {
    transform: rotate(360deg);
  }
}

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

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

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

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

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

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

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

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

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

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: #2c2727;
  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: #d6d8da;
  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;
}

/* Skills Section */
.skill-box {
    background: #1a1e23;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    transform: scale(1);
    opacity: 1;
    animation: fadeIn 0.5s ease-in-out;
}

.skill-box:hover {
    transform: translateY(-5px) scale(1.05);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(20, 157, 221, 0.2);
}

.skill-box i {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #fff;
    transition: all 0.3s ease;
}

.skill-box .skill-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.skill-box:hover i,
.skill-box:hover .skill-icon {
    transform: translateY(-5px);
}

.skill-box h4 {
    font-size: 14px;
    margin: 0;
    color: #fff;
    transition: all 0.3s ease;
}

.skill-filters {
    margin-bottom: 30px;
}

.filter-btn {
    background: transparent;
    border: 2px solid #149ddd;
    color: #fff;
    padding: 8px 20px;
    margin: 0 5px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}

.filter-btn:hover,
.filter-btn.active {
    background: #149ddd;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(20, 157, 221, 0.3);
}

.skill-item {
    transition: all 0.5s ease;
    animation: fadeIn 0.5s ease-in-out;
}

.skill-item.hide {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.skills-section h2,
.skills-section p {
    color: #fff;
    animation: slideIn 0.5s ease-in-out;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #090909;
  color: #45505b;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 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 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

/*--------------------------------------------------------------
# About Section Styles
--------------------------------------------------------------*/
.about {
  padding: 80px 0;
  /* background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%); */
  position: relative;
  overflow: hidden;
}

.about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23333" stroke-width="0.5" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.1;
}

.profile-container {
  text-align: center;
  position: relative;
}

.profile-image-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.profile-image {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid transparent;
  background: linear-gradient(135deg, #0563bb, #067ded, #28a745) border-box;
  box-shadow: 0 20px 40px rgba(5, 99, 187, 0.3);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.profile-image:hover {
  transform: scale(1.05);
  box-shadow: 0 25px 50px rgba(5, 99, 187, 0.4);
}

.profile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(5, 99, 187, 0.8), rgba(40, 167, 69, 0.8));
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.profile-image-wrapper:hover .profile-overlay {
  opacity: 1;
}

.profile-badge {
  color: white;
  text-align: center;
  font-weight: 600;
}

.profile-badge i {
  font-size: 2rem;
  margin-bottom: 10px;
  display: block;
}

.profile-badges {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.badge-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0563bb, #067ded);
}

.badge-item:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(5, 99, 187, 0.3);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.badge-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0563bb, #067ded);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: white;
  box-shadow: 0 5px 15px rgba(5, 99, 187, 0.3);
  transition: all 0.3s ease;
}

.badge-item:hover .badge-icon {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(5, 99, 187, 0.4);
}

.badge-text {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.about-content {
  padding-left: 30px;
}

.intro-section {
  margin-bottom: 40px;
}

.intro-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.highlight {
  background: linear-gradient(135deg, #0563bb, #067ded);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.intro-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #959191;
  margin-bottom: 0;
}

.skills-preview {
  margin-bottom: 40px;
}

.skills-preview h4 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 600;
}

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

.skill-tag {
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 500;
  color: white;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.skill-tag.backend {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.skill-tag.frontend {
  background: linear-gradient(135deg, #3498db, #2980b9);
}

.skill-tag.database {
  background: linear-gradient(135deg, #f39c12, #e67e22);
}

.skill-tag.security {
  background: linear-gradient(135deg, #9b59b6, #8e44ad);
}

.skill-tag.mobile {
  background: linear-gradient(135deg, #1abc9c, #16a085);
}

.skill-tag.fullstack {
  background: linear-gradient(135deg, #e91e63, #c2185b);
}

.skill-tag:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.info-cards {
  margin-bottom: 40px;
}

.info-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 25px;
  height: 100%;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0563bb, #067ded);
}

.info-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(5, 99, 187, 0.3);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.info-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0563bb, #067ded);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: white;
  box-shadow: 0 5px 15px rgba(5, 99, 187, 0.3);
}

.info-content h5 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
}

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

.info-content li {
  color: #959191;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
}

.info-content li i {
  color: #0563bb;
  width: 16px;
  text-align: center;
}

.cta-section {
  text-align: center;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-btn {
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
}

.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.btn-primary {
  background: linear-gradient(135deg, #0563bb, #067ded);
  border: none;
  color: white;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #0456a3, #0568d4);
  color: white;
}

.btn-outline-primary {
  border: 2px solid #0563bb;
  color: #0563bb;
  background: transparent;
}

.btn-outline-primary:hover {
  background: #0563bb;
  color: white;
  border-color: #0563bb;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .about {
    padding: 60px 0;
  }
  
  .profile-image {
    width: 280px;
    height: 280px;
  }
  
  .profile-badges {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  
  .badge-item {
    padding: 15px 10px;
  }
  
  .badge-icon {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }
  
  .badge-text {
    font-size: 0.8rem;
  }
  
  .about-content {
    padding-left: 0;
    margin-top: 30px;
  }
  
  .intro-title {
    font-size: 2rem;
  }
  
  .skill-tags {
    justify-content: center;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-btn {
    width: 100%;
    max-width: 250px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .profile-image {
    width: 220px;
    height: 220px;
  }
  
  .intro-title {
    font-size: 1.5rem;
  }
  
  .intro-description {
    font-size: 1rem;
  }
  
  .info-card {
    padding: 20px;
  }
  
  .skill-tag {
    font-size: 0.8rem;
    padding: 6px 12px;
  }
  
  .profile-badges {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .badge-item {
    padding: 12px 8px;
  }
  
  .badge-icon {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
  
  .badge-text {
    font-size: 0.75rem;
  }
}

/*--------------------------------------------------------------
# Contact Section Styles
--------------------------------------------------------------*/
.contact {
  padding: 80px 0;
  /* background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%); */
  position: relative;
  overflow: hidden;
}

.contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="contact-grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="%23333" stroke-width="0.5" opacity="0.2"/></pattern></defs><rect width="100" height="100" fill="url(%23contact-grid)"/></svg>');
  opacity: 0.1;
}

.contact-info {
  padding-right: 30px;
}

.contact-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.contact-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0563bb, #067ded);
}

.contact-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(5, 99, 187, 0.3);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.contact-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0563bb, #067ded);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 1.5rem;
  color: white;
  box-shadow: 0 5px 15px rgba(5, 99, 187, 0.3);
}

.contact-details h4 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-details p {
  color: #959191;
  margin: 0;
  line-height: 1.6;
}

.contact-details a {
  color: #0563bb;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-details a:hover {
  color: #067ded;
}

.social-contact {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 25px;
  backdrop-filter: blur(10px);
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.social-contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0563bb, #067ded);
}

.social-header {
  text-align: center;
  margin-bottom: 25px;
}

.social-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0563bb, #067ded);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 1.8rem;
  color: white;
  box-shadow: 0 8px 20px rgba(5, 99, 187, 0.4);
  position: relative;
  overflow: hidden;
}

.social-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
  border-radius: 50%;
}

.social-header h4 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #0563bb, #067ded);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.social-header p {
  color: #b8b8b8;
  font-size: 0.95rem;
  margin: 0;
  font-weight: 500;
}

.social-links-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  border-radius: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  justify-content: space-between;
}

.social-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #0563bb, #067ded);
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.social-link:hover::before {
  transform: scaleY(1);
}

.social-link:hover {
  transform: translateX(8px);
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
}

.social-link:hover .social-arrow {
  transform: translateX(5px);
  opacity: 1;
}

.social-link.facebook:hover {
  border-color: #1877f2;
  background: rgba(24, 119, 242, 0.1);
}

.social-link.instagram:hover {
  border-color: #e4405f;
  background: rgba(228, 64, 95, 0.1);
}

.social-link.github:hover {
  border-color: #333;
  background: rgba(51, 51, 51, 0.1);
}

.social-link.linkedin:hover {
  border-color: #0077b5;
  background: rgba(0, 119, 181, 0.1);
}

.social-icon-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.social-icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.1), transparent);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.social-link:hover .social-icon-wrapper::before {
  opacity: 1;
}

.social-link.facebook .social-icon-wrapper {
  background: rgba(24, 119, 242, 0.2);
  color: #1877f2;
}

.social-link.instagram .social-icon-wrapper {
  background: rgba(228, 64, 95, 0.2);
  color: #e4405f;
}

.social-link.github .social-icon-wrapper {
  background: rgba(51, 51, 51, 0.2);
  color: #333;
}

.social-link.linkedin .social-icon-wrapper {
  background: rgba(0, 119, 181, 0.2);
  color: #0077b5;
}

.social-link:hover .social-icon-wrapper {
  transform: scale(1.1);
}

.social-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.social-name {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
}

.social-handle {
  color: #959191;
  font-size: 0.85rem;
  font-weight: 500;
}

.social-arrow {
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.3s ease;
  color: #0563bb;
  font-size: 0.9rem;
}

.contact-form-wrapper {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  padding: 40px;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.contact-form-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0563bb, #067ded, #28a745);
}

.form-header {
  text-align: center;
  margin-bottom: 40px;
}

.form-header h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.form-header p {
  color: #959191;
  font-size: 1.1rem;
  margin: 0;
}

.contact-form .form-group {
  position: relative;
  margin-bottom: 25px;
}

.contact-form label {
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
  font-size: 0.95rem;
}

.contact-form .form-control {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 15px 20px 15px 50px;
  color: #fff;
  font-size: 1rem;
  transition: all 0.3s ease;
  width: 100%;
}

.contact-form .form-control:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: #0563bb;
  box-shadow: 0 0 0 3px rgba(5, 99, 187, 0.1);
  outline: none;
}

.contact-form .form-control::placeholder {
  color: #959191;
}

.contact-form textarea.form-control {
  padding: 15px 20px 15px 50px;
  resize: vertical;
  min-height: 120px;
}

.form-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #0563bb;
  font-size: 1.1rem;
  z-index: 2;
  margin-top: 17px;
}

.contact-form textarea + .form-icon {
  top: 25px;
  transform: none;
}

.form-status {
  margin: 20px 0;
  text-align: center;
}

.form-status > div {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px;
  border-radius: 10px;
  font-weight: 500;
}

.form-status .loading {
  background: rgba(52, 152, 219, 0.1);
  border: 1px solid rgba(52, 152, 219, 0.3);
  color: #3498db;
}

.form-status .error-message {
  background: rgba(231, 76, 60, 0.1);
  border: 1px solid rgba(231, 76, 60, 0.3);
  color: #e74c3c;
}

.form-status .sent-message {
  background: rgba(46, 204, 113, 0.1);
  border: 1px solid rgba(46, 204, 113, 0.3);
  color: #2ecc71;
}

.form-submit {
  text-align: center;
  margin-top: 30px;
}

.submit-btn {
  background: linear-gradient(135deg, #0563bb, #067ded);
  border: none;
  border-radius: 50px;
  padding: 15px 40px;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
}

.submit-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.submit-btn:hover::before {
  left: 100%;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(5, 99, 187, 0.3);
  background: linear-gradient(135deg, #0456a3, #0568d4);
}

.submit-btn:active {
  transform: translateY(0);
}

.btn-icon {
  transition: transform 0.3s ease;
}

.submit-btn:hover .btn-icon {
  transform: translateX(3px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .contact {
    padding: 60px 0;
  }
  
  .contact-info {
    padding-right: 0;
    margin-bottom: 40px;
  }
  
  .contact-form-wrapper {
    padding: 30px 20px;
  }
  
  .form-header h3 {
    font-size: 1.5rem;
  }
  
  .social-links-contact {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .social-link {
    flex: 1;
    min-width: 120px;
    justify-content: center;
  }
  
  .social-link span {
    display: none;
  }
}

@media (max-width: 480px) {
  .contact-form-wrapper {
    padding: 25px 15px;
  }
  
  .form-header h3 {
    font-size: 1.3rem;
  }
  
  .contact-form .form-control {
    padding: 12px 15px 12px 40px;
  }
  
  .form-icon {
    left: 15px;
    font-size: 1rem;
  }
  
  .submit-btn {
    padding: 12px 30px;
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
# Timeline Styles
--------------------------------------------------------------*/
.timeline-section {
  margin-bottom: 60px;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.section-header h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: linear-gradient(135deg, #0563bb, #067ded);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-header i {
  font-size: 32px;
  color: #0563bb;
}

.header-line {
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, #0563bb, #067ded);
  margin: 15px auto 0;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(5, 99, 187, 0.3);
}

.work-header .section-header h3 {
  background: linear-gradient(135deg, #0563bb, #067ded);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.work-header .section-header i {
  color: #0563bb;
}

.work-header .header-line {
  background: linear-gradient(90deg, #0563bb, #067ded);
}

.education-header .section-header h3 {
  background: linear-gradient(135deg, #28a745, #20c997);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.education-header .section-header i {
  color: #28a745;
}

.education-header .header-line {
  background: linear-gradient(90deg, #28a745, #20c997);
}

.timeline-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

.timeline-container::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #0563bb 0%, #067ded 50%, #0563bb 100%);
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(5, 99, 187, 0.3);
}

.work-timeline::before {
  background: linear-gradient(180deg, #0563bb 0%, #067ded 50%, #0563bb 100%);
  box-shadow: 0 0 10px rgba(5, 99, 187, 0.3);
}

.education-timeline::before {
  background: linear-gradient(180deg, #28a745 0%, #20c997 50%, #28a745 100%);
  box-shadow: 0 0 10px rgba(40, 167, 69, 0.3);
}

.timeline-item {
  position: relative;
  margin: 40px 0;
  width: 100%;
  padding: 0 0 0 80px;
  text-align: left;
}

.timeline-marker {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  left: 0;
}

.work-marker {
  background: linear-gradient(135deg, #0563bb, #067ded);
}

.education-marker {
  background: linear-gradient(135deg, #28a745, #20c997);
}

.timeline-marker:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.timeline-content {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 25px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  border-color: rgba(5, 99, 187, 0.3);
}

.timeline-content::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -30px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right-color: rgba(255, 255, 255, 0.1);
}

.timeline-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 10px;
}

.timeline-header h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

.timeline-date {
  background: linear-gradient(135deg, #0563bb, #067ded);
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(5, 99, 187, 0.3);
}

.timeline-content h5 {
  color: #0563bb;
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0 15px 0;
}

.timeline-location {
  color: #959191;
  font-size: 14px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.timeline-location i {
  color: #0563bb;
  width: 16px;
}

.timeline-content ul {
  margin: 15px 0 0 0;
  padding-left: 20px;
}

.timeline-content li {
  color: #959191;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.timeline-content li::marker {
  color: #0563bb;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .section-header h3 {
    font-size: 24px;
    flex-direction: column;
    gap: 10px;
  }
  
  .section-header i {
    font-size: 28px;
  }
  
  .header-line {
    width: 80px;
  }
  
  .timeline-container::before {
    left: 25px;
  }
  
  .timeline-item {
    padding-left: 70px;
    padding-right: 15px;
  }
  
  .timeline-marker {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  
  .timeline-content::before {
    left: -25px;
    border-width: 12px;
  }
  
  .timeline-header {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .timeline-date {
    align-self: flex-start;
  }
}

@media (max-width: 480px) {
  .section-header h3 {
    font-size: 20px;
  }
  
  .section-header i {
    font-size: 24px;
  }
  
  .header-line {
    width: 60px;
  }
  
  .timeline-container::before {
    left: 20px;
  }
  
  .timeline-item {
    padding-left: 60px;
  }
  
  .timeline-marker {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  
  .timeline-content {
    padding: 20px;
  }
  
  .timeline-content::before {
    left: -20px;
    border-width: 10px;
  }
  
  .timeline-header h4 {
    font-size: 16px;
  }
}