:root{
  --sidebar-w:320px;
  --accent:#f7b733;
  --bg:#fafafa;
  --muted:#7d7d7d;
  --card-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

*{
  box-sizing:border-box
}
html,body{
  height:100%;
  margin:0;
  font-family:"Open Sans",sans-serif;
  background:var(--bg);
  color:#111
}
a{
  color:inherit;
  text-decoration:none
}
/* Custom SweetAlert Styling */
.swal2-popup {
  border-radius: 20px !important;
  padding: 0 !important;
  overflow: hidden;
  background: linear-gradient(135deg, #020617, #0f172a) !important;
  box-shadow: 0 0 40px rgba(59,130,246,0.6);
}

.gif-header {
  background: url("https://media.giphy.com/media/qgQUggAC3Pfv687qPC/giphy.gif");
  background-size: cover;
  background-position: center;
  height: 180px;
}

.content1 {
  padding: 25px;
  color: #e5e7eb;
  text-align: center;
}

.content1 h2 {
  margin-bottom: 10px;
  color: #3b82f6;
}

.content1 p {
  font-size: 15px;
  line-height: 1.6;
}

.swal2-confirm {
  border-radius: 999px !important;
  padding: 10px 30px !important;
  font-size: 15px !important;
}

.sidebar{
  position:fixed;
  left:0;top:0;bottom:0;
  width:var(--sidebar-w);
  background:#eef1f4;
  padding:40px 24px;
  overflow:auto;
  border-right:1px solid rgba(0,0,0,0.03);
}
.profile{
   text-align:center;
    margin-bottom:24px;
  }
.avatar{
  width:120px;
  height:120px;
  border-radius:50%;
  margin:0 auto 12px;
  background-image: url("assets/profile\ image.jpeg");
  background-size:cover;
  background-position:center;
  box-shadow:0 6px 20px rgba(0,0,0,0.08);
}
.profile h2{
  font-family:"Playfair Display",serif;
  margin:6px 0 0;
  font-size:20px
}
.profile .role{
  font-size:11px;
  color:#6b9dbd;
  letter-spacing:1px;
  margin-top:6px
}

.menu{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-top:18px
}
.menu a{
  font-size:14px;
  color:#444;
  padding:6px 8px;
  border-radius:4px
  transition:background .15s ease
}
.menu a.active{
  color:#2a90d5;
  font-weight:600;
  border-left:3px solid #2a90d5;
  padding-left:6px;
  background:linear-gradient(90deg, rgba(42,144,213,0.05), transparent)
}
.menu a:hover{
  background:rgba(0,0,0,0.03)
}
.sidebar-footer{
  position:relative;
  margin-top:40px;
  font-size:12px;
  color:var(--muted)
}

.content{
   margin-left:var(--sidebar-w);
  min-height:100vh;
  overflow:auto;
}

/* Hero */
.hero{
  height:100%;
  image-margin-top:10000px;
  background-image: url("assets/360_F_348846002_jUHfgdUupugxiC5zFwHtoKT1sXx7I7zs.jpg");
  background-size:cover;
  background-position:center;
  display:flex;align-items:center;
}
.hero:hover{
  filter: brightness(0.95);
  background-image:url("assets/istockphoto-1403479115-612x612.jpg") ;
  image-height: 50px;
  transition: background-image 1.0s ease-in-out;
}
.hero-inner{
  max-width:840px;
  padding:60px 60px;
  color:#111;
}
.hero h1{
  font-family:"Playfair Display",serif;
  font-size:64px;
  line-height:0.9;
  margin:0 0 14px;
  text-shadow: 0 2px 0 rgba(255,255,255,0.6);
}
.lead{
  opacity:0.85;
  margin-bottom:18px;
  font-weight:300
}
.lead:hover{
  opacity:1;
  transition: opacity 0.3s ease-in-out;
  color: black;
}
.btn{
  display:inline-block;
  padding:10px 18px;
  border:1px solid rgba(0,0,0,0.25);
  border-radius:4px;
  font-size:13px;
  font-weight:600;
  letter-spacing:1px;
  background:transparent;
}
.btn:hover{
  background:white;
  box-shadow:0 6px 20px rgba(0,0,0,0.1);
}

/* About section */
.about{
  padding:40px 60px;
  background:transparent
}
.about h3{
  letter-spacing:6px;
  font-weight:700;
  color:#0f0f0f;
  font-family:"Playfair Display",serif
}
.about p{
  color:var(--muted);
  max-width:900px;
  line-height:1.8;
}

/* services cards */
.services-row{
  display:flex;
  gap:18px;
  margin-top:30px;
  flex-wrap:wrap;
}
.card{
  flex:1 1 200px;
  background:white;
  padding:28px 18px;
  border-radius:6px;
  box-shadow:var(--card-shadow);
  text-align:center;
  min-width:180px;
  transition:transform .18s ease;
}
.card:hover{
  transform:translateY(-6px)
}
.card .icon{
  font-size:26px;
  margin-bottom:10px
}
.card h4{
  margin:0;
  color:#222;
  font-weight:600
}

/* highlight banner */
.highlight{
  padding:36px 60px
}
.highlight-inner{
  background:#f5b431;
  border-radius:6px;
  padding:36px 24px;
  color:#111;
  box-shadow:0 6px 20px rgba(0,0,0,0.06);
  max-width:900px;
}
.highlight-inner h2{
  font-family:"Playfair Display",serif;
  margin:0 0 8px;
  font-size:28px
}
.highlight-inner p{
  margin:0;
  font-weight:600
}
.highlight-inner:hover{
  transform: translateX(9px);
  transition: transform 0.3s ease-in-out;
  background:#f7c246;
  transition: background 0.3s ease-in-out;
  
}



/* responsive */
@media(max-width:920px){
  :root{--sidebar-w:260px}
  .hero h1{font-size:48px}
}
@media(max-width:720px){
  .sidebar{position:relative;
    width:100%;
    height:auto;
    border-right:none
  }
  .content{
    margin-left:0
  }
  .hero{
    height:280px
  }
  .hero-inner{
    padding:28px
  }
  .services-row{
    flex-direction:column
  }
}/* WORK EXPERIENCE */
.work-exp {
  padding: 40px 60px;
}

.work-exp h3 {
  letter-spacing: 6px;
  font-family: "Playfair Display", serif;
  margin-bottom: 30px;
}

.timeline {
  position: relative;
  margin-left: 40px;
  border-left: 2px solid #ddd;
  padding-left: 40px;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
}
.timeline-item:hover {
  transform: translateX(10px);
  transition: transform 0.3s ease-in-out;
}


.timeline-icon {
  position: absolute;
  left: -60px;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-icon.blue {
  background: #2a90d5;
}

.timeline-icon.red {
  background: #ff5959;
}

.timeline-content {
  background: #f4f6fb;
  padding: 25px;
  border-radius: 6px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.07);
}

.timeline-content h4 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
}

.timeline-content h4 span {
  font-weight: 400;
  color: gray;
  font-size: 14px;
  margin-left: 6px;
}

.timeline-content p {
  color: #606060;
  line-height: 1.7;
}
