:root {
  --primary: #00796b;
  --primary-dark: #004d40;
  --accent: #00bfa5;
  --text: #334155;
  --text-muted: #64748b;
  --surface: #f8fafc;
  --border: #dbe4ec;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.profile-pic {
  position: relative;
  max-width: 130px;
  max-height: 130px;
  width: 130px;
  height: 130px;
  object-fit: cover;
  overflow: hidden;
  margin: 0 auto 16px;
  border: 4px solid rgba(0, 121, 107, 0.2);
  border-radius: 50% !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.profile-pic img {
  width: 100%;
  height: auto;
}

.tracker {
  /* visibility: hidden; */
  position: fixed;
  /* margin-inline-end: auto;  */
  bottom: 0; 
  right: 0;
}

@import url(https://fonts.googleapis.com/css?family=Poiret+One);
.social {
  margin: 1.25rem 0 0;
  width: auto;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.icon-btn {
  width: 50px;
  height: 50px;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 24px;
  line-height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  text-decoration: none;
}

.github {
  color: #ffffff;
  background-color: black;
}

.linkedin {
  color: #ffffff;
  background-color: #0077b5;
}

.facebook {
  color: #ffffff;
  background-color: #0077b5;
}

/* .instagram {
  color: #ffffff;
  background-color: #fccc63;
} */

.instagram {
  color: #ffffff;
  background-color: #fd25b5ac;
  /* border: 1px solid #e906f5; */
}


.whatsapp {
  color: #ffffff;
  background-color: #06f54e;
}

.google  {
  color: #ffffff;
  background-color: #f50606;
}

.angellist {
  color: grey;
}

.icon-btn:hover {
  transform: scale(1.10);
  color: #FFFFFF;
}

.facebook:hover {
  background-color: #ffffff;
  color: #0077b5;
}

/* .instagram:hover {
  background-color: #ffffff;
  color: #e906f5;
} */

.instagram:hover {
  background-color: #ffffff;
  color: #e906f5;
}


.whatsapp:hover {
  background-color: #ffffff;
  color: #06f54e !important;
}

.google:hover {
  background-color: #ffffff;
  color: #f50606 !important;
}

.linkedin:hover {
  background-color: #ffffff;
  color: #0077b5;
}

.angellist:hover {
  background-color: grey;
}

.github:hover {
  background-color: #ffffff;
  color: black;
}

/* Buttons - Read Me, Contact Us */

.readme,
.contactme {
  position: relative;
  padding: 11px 35px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent), var(--primary));
  border: 2px solid #ffffff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 121, 107, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.contactme {
  margin-top: 1.5em;
}

.readme:hover,
.contactme:hover {
  background: #ffffff;
  color: #00796b;
  transform: translateY(-2px);
  border-color: #00796b;
  box-shadow: 0 14px 28px rgba(0, 121, 107, 0.35);
}
.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.buttons .contactme {
  margin-top: 0;
}

@media (max-width: 600px) {
  .buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .buttons a {
    width: 100%;
    text-align: center;
  }

  .buttons a.readme,
  .buttons a.contactme {
    border-color: #00796b;
  }

  .hero-content {
    margin-left: 0;
    margin-top: 1rem;
  }

  .contact-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-button {
    margin-bottom: 0.25rem;
  }

  .contact-list {
    justify-items: center;
  }
}
/* main body */

/* body-color */

body {
  color: var(--text);
  font-size: 18px;
  background: linear-gradient(135deg, #f8fafc 0%, #eef7f5 100%);
  line-height: 1.7;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* body {
  color: black;
  font-size: 18px;
} */

/* main a -- links */

/* a {
  color: #009688;
} */

a {
  color: #004d40;
}

/* main blockqoute */

/* blockquote {
  border-left: 5px solid #795548;
  color: #795548;
  font-size: 125%;
  font-weight: 400;
  margin: 20px 0;
  padding-left: 1.5rem;
} */

blockquote {
  border-left: 5px solid #795548;
  color: #795548;
  font-size: 125%;
  font-weight: 400;
  margin: 20px 0;
  padding-left: 1.5rem;
}

blockquote * {
  font-size: inherit;
  line-height: inherit;
}

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

.section {
  padding: 4rem 0 3rem;
}

.page-title {
  margin-bottom: 2rem;
  border-radius: 0 999px 999px 0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
}

.card-content {
  padding: 24px 24px 16px;
}

.card-action {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 16px 24px;
}

.hero-content {
  margin-left: 8%;
  margin-top: 3rem;
  max-width: 820px;
  padding: 1rem 0;
}

.hero-subtitle {
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.hero-subtitle .typing {
  font-weight: 600;
  color: #b2dfdb;
}

.hero-description p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.02rem;
  line-height: 1.9;
  margin-bottom: 1rem;
}

.hero-cta {
  color: #e0f2f1;
  font-size: 1.05rem;
  font-weight: 600;
  margin-top: 1rem;
}

.about-list {
  padding-left: 1.2rem;
  margin: 1rem 0 1.5rem;
}

.about-list li {
  margin-bottom: 0.75rem;
  line-height: 1.7;
}

#contact .container {
  margin: 0 auto;
}

.contact-list {
  display: grid;
  gap: 1rem;
  max-width: 700px;
  margin: 0 auto;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}

.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #ffffff;
  flex-shrink: 0;
  position: static !important;
  left: auto !important;
  bottom: auto !important;
}

.contact-button i {
  line-height: 1;
}

.contact-link {
  color: var(--primary-dark);
  font-weight: 600;
  text-decoration: none;
  position: static !important;
  left: auto !important;
  bottom: auto !important;
}

.contact-link:hover {
  color: var(--primary);
}

/* main nav */

nav {
  background: white;
  box-shadow: none;
  height: 0;
}

/* nav {
  background: rgb(149, 126, 212);
  box-shadow: none;
  height: 0;
} */

nav i {
  padding: 0 15px;
  position: relative;
  top: 5px;
}

/* main */

/* main {
  background: url(../../assets/img/bg.png) repeat;
  padding-left: 190px;
} */

main {
  background: linear-gradient(135deg, #f8fafc 0%, #edf7f5 100%);
  padding-left: 190px;
}

dl {
  margin-top: 0.5rem;
}

dd {
  display: inline-block;
  font-weight: 500;
  margin-left: 0;
}

dt {
  display: inline-block;
  margin-left: 0.5rem;
}

ul.side-nav {
  width: 190px;
}

ul.side-nav li {
  padding: 0;
}

/* ul.side-nav.fixed a {
  box-sizing: content-box;
  color: rgb(48, 122, 207);
  display: block;
  line-height: 100%;
  padding: 10px 0 12px;
} */

ul.side-nav.fixed a {
  box-sizing: content-box;
  color: rgb(16, 202, 56);
  display: block;
  line-height: 100%;
  padding: 10px 0 12px;
}

ul.table-of-contents li.logo a.active, ul.table-of-contents li.logo a:hover {
  border: none;
  font-weight: 200;
}

/* ul.side-nav.fixed li.logo {
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
  box-sizing: content-box;
  min-height: 90px;
  padding: 30px 30px 40px;
} */

ul.side-nav.fixed li.logo {
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
  box-sizing: content-box;
  min-height: 90px;
  padding: 30px 30px 40px;
}

ul.side-nav.fixed li.logo a {
  font-weight: 200;
  line-height: 100%;
}

ul.table-of-contents li:not(.logo) a.active, ul.table-of-contents li:not(.logo) a:hover {
  background-color: #fafafa;
  border-left: 3px solid;
}

ul.side-nav.fixed.table-of-contents li:not(.logo) a span, ul#slide-out li:not(.logo) a span {
  color: #333 !important;
}

li.logo span {
  display: block;
  font-size: 14px;
}

.brand-logo h1 {
  font-size: inherit;
  line-height: inherit;
  margin: inherit;
  font-weight: inherit;
}

.container {
  width: 95%;
}

h3 {
  font-weight: 200;
  margin-bottom: 60px;
  margin-top: 0;
  padding: 30px 40px;
  text-transform: uppercase;
}

.section {
  padding-bottom: 30px;
  padding-top: 0;
  position: relative;
}

.full-height {
  height: 118vh;
}
.full-heightt {
  height: 118vh;
}

/* Original */

/* #intro.section {
  background: url(../../assets/img/white-ai-wallpaper.jpg) no-repeat top center/cover;
  position: relative;
} */

#intro.section {
  background: linear-gradient(180deg, #64ffda 0%, #26a69a 45%, #00695c 100%);
  position: relative;
}

#intro.section .container {
  color: white;
  font-weight: 200;
  left: 0;
  position: absolute;
  top: 0;
}

/* #intro.section .container *:not(span) {
  font-weight: 300;
  line-height: 150%;
  padding: 0 30px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
} */

#intro.section .container *:not(span) {
  font-weight: 300;
  /* font-weight: 400; */
  line-height: 150%;
  /* padding: 0 0px; */
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

#intro.section .underline {
  border-bottom: 5px solid #24305e;
}

#intro.section .teal {
  padding: 0 10px;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.25);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.waves-effect.waves-blue .waves-ripple {
  /* The alpha value allows the text and background color
   of the button to still show through. */
  background-color: rgba(33, 150, 243, 0.2);
}

.card {
  margin-bottom: 60px;
}

.card .role {
  font-size: 1.25rem;
  position: absolute;
  right: 38px;
  top: 35px;
}

.card li a {
  margin-right: 0;
  color: #333;
  border-bottom: 2px solid #ffab40;
}

.card li a:hover {
  color: #333;
  font-weight: 500;
}

.card .card-content {
  padding-bottom: 30px;
}

.card .card-content p {
  padding: 5px 0 0;
}

.card h5 {
  font-size: 1.5rem;
  margin-bottom: -0.5rem;
  margin-top: 2rem;
}

.card h6 {
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 2rem;
  text-transform: uppercase;
}

#experience .card-action {
  background-color: rgba(0, 0, 0, 0.02);
  border: none;
}

#experience .card .col.s12.m2 a {
  display: block;
}

#experience .card .col.s12.m2 a img {
  max-height: 60px;
}

.card-action span {
  font-size: 85%;
  color: #666;
}

.card ul {
  margin-bottom: 0;
}

.card ul li {
  line-height: 200%;
  list-style-type: disc;
  margin-left: 24px;
}

.card ul li li {
  color: #666;
  font-size: 13px;
}

.card .card-title {
  font-size: 24px;
}

.card .card-content .card-title {
  line-height: 2.5rem;
}

.card i.right {
  margin-left: 10px;
}

a.hoverline {
  border-bottom: 3px solid transparent !important;
  padding: 3px 3px 0 3px;
  transition: 0.25s all;
  -moz-transition: 0.25s all;
  -webkit-transition: 0.25s all;
}

/* main a.hoverline */

/* a.hoverline:hover {
  border-bottom: 3px solid #24305e !important;
} */

a.hoverline:hover {
  border-bottom: 3px solid #004d40 !important;
}

#skills .card.large {
  height: 360px;
}

#skills h4 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

#skills .col img.responsive-img {
  margin: 0 auto;
  max-height: 100px;
  padding-bottom: 10px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.card.large .card-content p {
  color: inherit;
  margin: 0;
  padding: 30px 0;
}

#experience .card-content .row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.card.large .card-image {
  height: 230px;
}

.card.large .card-content {
  height: auto;
}

.card.medium .card-image {
  height: 240px;
}

.card-action a.btn-floating {
  margin-bottom: 0;
}

#contact a:not(.btn-floating) {
  bottom: 6px;
  left: 20px;
  position: relative;
}

#experience .col.s12.m2 {
  text-align: center;
}

.fa-external-link:before {
  left: 3px;
  position: relative;
  top: 2px;
}

small {
  display: none;
}

.grey-text {
  color: #666 !important;
}

/* main .teal-text */

.teal-text {
  color: #008073 !important;
}

/* .teal-text {
  color: #0b5e86 !important;
} */

/* .teal */

.teal {
  background-color: #008073 !important;
}

/* .teal {
  background-color: #00695c !important;
} */

@media (min-width: 1200px) {
  #experience .container {
    width: 860px;
  }
}

@media (max-width: 1360px) {
  .card ul li {
    font-size: 14px;
    line-height: 200%;
    margin-left: 20px;
  }
}

@media (max-width: 1160px) {
  .card ul li {
    line-height: 150%;
  }
}

@media (max-width: 992px) {
  main {
    padding-left: 0px;
    padding-top: 64px;
  }
  ul.side-nav a {
    line-height: 100%;
    padding: 0;
    width: 100%;
  }
  nav {
    background: #fff;
    height: 64px;
    position: absolute;
  }
  nav a.button-collapse, nav a.button-collapse i {
    color: #009688;
    height: 56px;
    line-height: 56px;
  }
  h3 {
    padding: 20px 30px;
    margin-bottom: 40px;
  }
  .container {
    margin: 0 auto;
  }
  nav.hide-on-large.only.trigger {
    display: block;
    position: fixed;
    top: 0;
    z-index: 2;
  }
  .name-title {
    display: block;
    height: 100%;
    padding-top: 15px;
    text-align: center;
    width: 100%;
    position: absolute;
  }
  .name-title>span, .name-title>a {
    position: relative;
    line-height: 20px;
  }
  .name-title a {
    font-size: 22px;
    display: block;
  }
  .name-title span {
    display: block;
    font-size: 14px;
  }
  h3, .container {
    position: relative;
    top: 64px;
  }
  section#intro {
    margin-bottom: 0;
    padding-bottom: 64px;
  }
  #intro.section .container {
    position: static;
    top: auto;
    left: auto;
    padding: 40px 20px 80px;
    color: #1f2933;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  }
  #intro.section .container *:not(.teal) {
    color: inherit;
    text-shadow: none;
  }
  #intro.section .container .teal {
    background-color: #008073 !important;
    color: #ffffff !important;
    padding: 0 6px;
    border-radius: 4px;
    display: inline-block;
  }
  #intro.section h5 {
    color: #1f2933 !important;
  }
  #intro.section h5 .typing {
    color: #00695c !important;
  }
  #intro.section .overlay {
    display: none;
  }
  .card .role {
    position: relative;
    right: initial;
    top: initial;
  }
  .others_section {
    display: flex;
    flex-wrap: wrap;
  }
  .others_section .others_jira {
    margin-top: 20px !important;
  }
  .full-height,
  .full-heightt {
    min-height: 100vh;
    height: auto;
  }
  .customhandle {display: flex;flex-direction: column;}
  .pardhaa,.pardhu {width: 100% !important;}
}

@media (max-width: 600px) {
  .content.section-padding {
    margin-left: 0 !important;
    margin-top: 30px !important;
  }
  .pardhaa,.pardhu {width: 100% !important;}
  h2 {
    font-size: 22px;
    line-height: 200%;
    margin: 30px 0 0;
  }
  #intro.section .container *:not(span) {
    padding: 0;
  }
  .card .card-content .card-title {
    font-size: 20px;
    line-height: 24px;
  }
  #experience span.card-title {
    text-align: center;
    display: block;
  }
  #experience span.card-title a {
    margin: 0;
  }
  i.mdi-navigation-close.right {
    position: relative;
    bottom: 15px;
  }
  #contact a:not(.btn-floating) {
    text-align: center;
    display: block;
    left: initial;
    bottom: initial;
  }
  #contact a.btn-floating.btn-large {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #intro.section {
    background-position-x: 30%;
  }
}


.pardhaa{
  width: 50%;
}

.pardhu{
  /* height: 52% !important; */
  width : 50%;
}
