

/* ================= BASE ================= */
body{
    background:#070d1a;
    color:#9ca3af;
    font-family: 'Inter', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
}
:root{
    --primary-text-color:#CE4519;
}

.section{
    padding:50px 0;
}
a{
  text-decoration: none;
}
.accent{
    color:#f59e0b;
}
.btn-accent{
    background:#f59e0b;
    color:#000;
    font-weight:600;
    padding:5px 22px;
    border-radius:6px;
}
.btn-outline-light{
    border:1px solid #2a3245;
    color:#cbd5e1;
}
.card-dark{
    background:#0f1629;
    border:1px solid #1e293b;
    border-radius:12px;
}
/* header */
.header{
    background:linear-gradient(90deg,#0f1629 0%, #0b1324 100%);
    border-bottom:1px solid #1e293b;
    z-index: 999;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

/* hero section */
.hero-text{
  max-width:620px;
  color:#e5e7eb;
  font-family: Inter, sans-serif;
}

/* Accent color */
.accent{
  color:#f59e0b;
  letter-spacing:2px;
}

/* Heading style */
.hero-text h1{
  font-size:52px;
  font-weight:700;
  margin:10px 0 16px;
}

/* Paragraph */
.hero-text p{
  color:#94a3b8;
  font-size:16px;
  line-height:1.7;
}

/* Animation */
.fade-up{
  opacity:0;
  transform: translateY(20px);
  animation: fadeUp 0.8s ease forwards;
}

.delay-1{ animation-delay:.2s; }
.delay-2{ animation-delay:.4s; }
.delay-3{ animation-delay:.6s; }

@keyframes fadeUp{
  to{
    opacity:1;
    transform: translateY(0);
  }
}

/* Optional glow on name */
.hero-text h1 .accent{
  background: linear-gradient(90deg,#f59e0b,#fb923c);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  animation: glow 3s ease-in-out infinite alternate;
}

@keyframes glow{
  from{ filter: drop-shadow(0 0 6px rgba(245,158,11,.2)); }
  to{ filter: drop-shadow(0 0 14px rgba(245,158,11,.5)); }
}

/* ================= NAV ================= */
.navbar{
    background:transparent;
    padding:20px 0;
}
.nav-link{
    color:#9ca3af !important;
    margin-left:20px;
}
.nav-link:hover{
    color:#f59e0b !important;
}

/* ================= HERO ================= */
.hero{
    padding-top:60px;
    padding-bottom:20px;
}
.hero small{
    letter-spacing:2px;
}
.hero h1{
    font-size:64px;
    font-weight:700;
    color:#fff;
}
.hero p{
    max-width:480px;
    margin-top:20px;
}
.social-icons i{
    width:35px;
    height:35px;
    border:1px solid #1e293b;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    margin-right:10px;
    color:#9ca3af;
}
.social-icons i:hover{
    border-color:#f59e0b;
    color:#f59e0b;
}

/* ================= ABOUT ================= */
.about_section {
    background: linear-gradient(180deg, #0b0f19 0%, #0d111a 100%);
    padding: 100px 0;
    margin-top: 100px;
 
}
.about-cards .card{
    padding:20px;
}
.about_content p{
    color:#94a3b8;
    line-height:1.7;
    margin-bottom:20px;
    text-align: justify;
}
.about-cards h6{
    color:#fff;
}

.feature-card{
    background:linear-gradient(90deg,#0f1629 0%, #0b1324 100%);
    border:1px solid #1e293b;
    border-radius:16px;
    padding:28px 30px;
    display:flex;
    align-items:flex-start;
    gap:20px;
    transition:all .3s ease;
}

.feature-card:hover{
    border-color:#2c3a5a;
    box-shadow:0 0 25px rgba(245,158,11,0.08);
    transform:translateY(-3px);
}

.icon-box{
    width:52px;
    height:52px;
    background:rgba(245,158,11,0.08);
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.icon-box i{
    color:#f59e0b;
    font-size:20px;
}

.feature-card h5{
    color:#ffffff;
    font-weight:600;
    margin-bottom:6px;
}

.feature-card p{
    color:#94a3b8;
    margin:0;
    font-size:14px;
}

/* ================= TIMELINE ================= */

/* SECTION */
/* Background */
.experience-section {
  background: linear-gradient(180deg, #0b0f19 0%, #0d111a 100%);
  padding: 30px 0;
  position: relative;
  color: #fff;
  font-family: 'Inter', sans-serif;
}

/* Timeline vertical line */
.timeline {
  position: relative;
  margin-left: 40px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 2px;
  height: 100%;
  background: rgba(255, 183, 0, 0.3);
}

/* Timeline item */
.timeline-item {
  position: relative;
  margin-bottom: 60px;
}

/* Icon circle */
.timeline-icon {
  position: absolute;
  left: -48px;
  top: 15px;
  width: 36px;
  height: 36px;
  background: #111827;
  border: 1px solid rgba(255, 183, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffb700;
  font-size: 14px;
  box-shadow: 0 0 15px rgba(255, 183, 0, 0.3);
}

/* Card */
.timeline-content {
  background: linear-gradient(145deg, #111827, #0f1625);
  padding: 30px 35px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
  transition: 0.3s ease;
}

.timeline-content:hover {
  transform: translateY(-4px);
  border: 1px solid rgba(255, 183, 0, 0.4);
}

/* Title */
.timeline-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

/* Company */
.company {
  color: #ffb700;
  font-size: 14px;
}

/* Date */
.date {
  color: #ffb700;
  font-size: 14px;
  font-weight: 500;
}

/* Paragraph */
.timeline-content p {
  color: #9ca3af;
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .timeline {
    margin-left: 20px;
  }

  .timeline::before {
    left: -15px;
  }

  .timeline-icon {
    left: -33px;
  }

  .timeline-content {
    padding: 25px;
  }

  .timeline-content h4 {
    font-size: 18px;
  }
}

/* CARD */
.timeline-card{
    background:linear-gradient(90deg,#0f1629 0%, #0b1324 100%);
    border:1px solid #1e293b;
    border-radius:16px;
    padding:30px 35px;
    margin-left:40px;
    transition:all .3s ease;
}

.timeline-card:hover{
    border-color:#2c3a5a;
    box-shadow:0 0 30px rgba(245,158,11,0.08);
    transform:translateY(-3px);
}

/* TEXT STYLES */
.timeline-card h5{
    color:#ffffff;
    font-weight:600;
    margin-bottom:6px;
}

.company{
    color:#f59e0b;
    font-size:14px;
}

.year{
    color:#f59e0b;
    font-size:14px;
    font-weight:500;
}

.timeline-card p{
    color:#94a3b8;
    margin-top:15px;
    margin-bottom:0;
    line-height:1.6;
    font-size:14px;
}

/* RESPONSIVE */
@media(max-width:768px){
    .timeline-card{
        margin-left:25px;
        padding:22px;
    }
    .timeline{
        padding-left:30px;
    }
}

/* education css */

.education-section {
  background: #0b0f19;
  padding: 30px 0;
  font-family: 'Inter', sans-serif;
}

/* Card */
.edu-card {
  background: linear-gradient(145deg, #111827, #0f1625);
  border-radius: 14px;
  padding: 32px 36px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
  transition: 0.3s ease;
  height: 100%;
}

.edu-card:hover {
  transform: translateY(-4px);
  border: 1px solid rgba(255, 183, 0, 0.4);
}

/* Top row */
.edu-top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 18px;
}

/* Icon */
.edu-icon {
  width: 40px;
  height: 40px;
  background: #1a1f2e;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffb700;
  font-size: 18px;
  box-shadow: 0 0 20px rgba(255, 183, 0, 0.25);
}

/* Date */
.edu-date {
  color: #ffb700;
  font-size: 14px;
  font-weight: 500;
}

/* Title */
.edu-card h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

/* School */
.edu-school {
  color: #ffb700;
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
}

/* Paragraph */
.edu-card p {
  color: #9ca3af;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .edu-card {
    padding: 28px;
  }
}


/* ================= SKILLS ================= */
.skill-card{
  background: linear-gradient(180deg,#111827 0%, #0b1220 100%);
  border-radius:16px;
  padding:28px 28px 24px;
  border:1px solid rgba(255,255,255,0.06);
  height:100%;
}

.skill-title{
  font-size:20px;
  font-weight:600;
  margin-bottom:20px;
}

.skill{
  margin-bottom:22px;
}

.skill:last-child{
  margin-bottom:0;
}

.skill-top{
  display:flex;
  justify-content:space-between;
  font-size:14px;
  color:#cbd5e1;
  margin-bottom:8px;
}

.progress{
  height:6px;
  background:#1f2937;
  border-radius:999px;
  overflow:hidden;
}

.progress-bar{
  background: linear-gradient(90deg,#f59e0b,#f97316);
  border-radius:999px;
}

/* ================= PORTFOLIO ================= */
.portfolio-section{
  background: linear-gradient(180deg,#0b1220 0%, #111827 100%);
  padding:30px 0;
  margin-top: 50px;
}

.project-card{
  background: linear-gradient(180deg,#1a2230 0%, #0c1422 100%);
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,0.06);
  transition:.3s;
}

.project-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255,255,255,0.15);
}

.card-top{
  height:160px;
  background: linear-gradient(90deg,#5a3d1a,#1a2230);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  font-weight:600;
  opacity:.6;
}

.card-body{
  padding:28px;
}

.project-title{
  font-size:20px;
  font-weight:600;
  margin-bottom:10px;
}

.project-desc{
  color:#9aa4b2;
  font-size:14px;
  line-height:1.6;
  margin-bottom:18px;
}

.tag{
  display:inline-block;
  padding:6px 12px;
  font-size:12px;
  border-radius:999px;
  background:rgba(255,166,0,0.12);
  color:#ffb547;
  margin-right:8px;
  margin-bottom:8px;
}

.card-footer-icons{
  margin-top:12px;
}

.icon-btn{
  width:32px;
  height:32px;
  border-radius:8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#111827;
  border:1px solid rgba(255,255,255,0.08);
  margin-right:8px;
  color:#9aa4b2;
  transition:.2s;
}

.icon-btn:hover{
  color:#fff;
  border-color:#ffb547;
}
/* ================= BLOG ================= */

.blog-card{
  background: linear-gradient(180deg,#111827 0%, #0b1220 100%);
  border-radius:16px;
  padding:26px;
  border:1px solid rgba(255,255,255,0.06);
  height:100%;
  transition:.3s;
}

.blog-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255,255,255,0.12);
}

.badge-cat{
  display:inline-block;
  font-size:12px;
  padding:6px 12px;
  border-radius:999px;
  background: rgba(245,158,11,0.12);
  color:#f59e0b;
  margin-bottom:14px;
  font-weight:500;
}

.blog-title{
  font-size:18px;
  font-weight:600;
  line-height:1.5;
  margin-bottom:12px;
}
.blog-title a{
  color:#fff;
  transition:.2s;
  text-decoration: none;
}

.blog-desc{
  color:#9aa4b2;
  font-size:14px;
  line-height:1.6;
  margin-bottom:16px;
}

.blog-date{
  font-size:13px;
  color:#94a3b8;
  display:flex;
  align-items:center;
  gap:6px;
}

.calendar-icon{
  width:14px;
  height:14px;
  border:1.5px solid #94a3b8;
  border-radius:3px;
  position:relative;
}

.calendar-icon::before{
  content:"";
  position:absolute;
  top:-3px;
  left:2px;
  right:2px;
  height:3px;
  background:#94a3b8;
  border-radius:2px;
}

/* ================= CONTACT ================= */
.contact-section{
  padding:30px 0;
}
.contact-sections{
  background: linear-gradient(180deg,#0b1220 0%, #111827 100%);
  padding:30px 0;
  margin-top: 80px;
  margin-bottom: 100px;
}

/* small label */
.contact-label{
  color:#f59e0b;
  letter-spacing:2px;
  font-size:13px;
  margin-bottom:12px;
}

/* heading */
.contact-title{
  font-size:42px;
  font-weight:700;
  margin-bottom:18px;
}

.contact-title span{
  color:#f59e0b;
}

/* description */
.contact-desc{
  color:#94a3b8;
  max-width:480px;
  line-height:1.7;
  margin-bottom:30px;
}

/* contact items */
.contact-item{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:16px;
}
.contact-item a{
  color:#94a3b8;
  transition:.2s;
}

.icon-box{
  width:42px;
  height:42px;
  border-radius:12px;
  background: rgba(245,158,11,0.12);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#f59e0b;
  font-size:18px;
}

/* inputs */
.form-control{
  background: linear-gradient(90deg,#111827,#1f2937);
  border:1px solid rgba(255,255,255,0.06);
  border-radius:12px;
  padding:14px 16px;
  color:#fff;
}

.form-control::placeholder{
  color:#94a3b8;
}

.form-control:focus{
  background: linear-gradient(90deg,#111827,#1f2937);
  box-shadow:none;
  border-color:#f59e0b;
  color:#fff;
}

/* textarea height */
textarea.form-control{
  height:140px;
  resize:none;
}

/* button */
.btn-send{
  background:#f59e0b;
  color:#000;
  border:none;
  padding:14px 22px;
  border-radius:4px;
  font-weight:600;
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:10px;
  transition:.25s;
}

.btn-send:hover{
  background:#ffb020;
  transform: translateY(-2px);
}
/* ================= FOOTER ================= */
footer{
    border-top:1px solid #1e293b;
    padding:30px 0;
    text-align:center;
    font-size:14px;
}

/* ================= RESPONSIVE ================= */
@media(max-width:992px){
    .hero h1{font-size:42px;}
}
@media(max-width:768px){
    .section{padding:80px 0;}
}

/* blog details css start */
.blog-header {

  text-align: center;
  color: white;
  margin-top: 80px;
}
.blog-header img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.blog-header h1 {

  bottom: 20px;
  left: 50%;
 
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 20px;
  border-radius: 5px;
}

.blog-content {
  padding: 40px 15px;
  /* background: #fff; */
  border-radius: 10px;
  margin-bottom: 30px;
  margin-top: 50px;
}
.blog-content h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.blog-content p {
  line-height: 1.8;
  margin-bottom: 20px;
}

.blog-tags {
  margin-top: 20px;
}
.blog-tags a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #007bff;
  color: #fff;
  padding: 5px 12px;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
}
.blog-tags a:hover {
  background: #0056b3;
}

.blog-author {
  display: flex;
  align-items: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
.blog-author img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 15px;
}
.blog-author h5 {
  margin-bottom: 0;
}
.blog-author p {
  margin: 0;
  font-size: 0.9rem;
  color: #555;
}

.comments-section {
  margin-top: 50px;
}
.comment {
  margin-bottom: 25px;
}
.comment .comment-content {
  margin-left: 60px;
  background: #f1f1f1;
  padding: 15px;
  border-radius: 10px;
}
.comment .comment-avatar {
  position: absolute;
  left: 0;
  top: 0;
}
.comment-form {
  margin-top: 50px;
}
.comment-form textarea {
  resize: none;
}
/* .sidebar{
  background: linear-gradient(180deg,#81858f 0%, #0b1220 100%);
} */

@media (max-width: 768px) {
  .blog-author {
    flex-direction: column;
    text-align: center;
  }
  .blog-author img {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .comment .comment-content {
    margin-left: 50px;
  }
}

/* service css */

.service-section {
  background: linear-gradient(180deg, #0b0f19 0%, #0d111a 100%);
  padding: 30px 0;
  margin-top: 80px;
}

.service-card {
  background: linear-gradient(180deg, #111827 0%, #0b1220 100%);
  border-radius: 16px;
  padding: 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all .3s ease;
}
.service-card:hover {
  border-color: #2c3a5a;
  box-shadow: 0 0 25px rgba(245, 158, 11, 0.08);
  transform: translateY(-3px);
}

.service-icon {
  width: 52px;
  height: 52px;
  background: rgba(245, 158, 11, 0.08);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f59e0b;
  font-size: 20px;
}
.service-card h5 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 6px;
}
.service-card p {
  color: #94a3b8;
  margin: 0;
  font-size: 14px;
  text-align: justify;
}

 