:root {
  --brand: #008800; /*#002366; #016f47;*/
  --blue: #1e90ff;
  --white: #ffffff;
  --subTitle: #aa0600;
  --highlight: #ff6600;
  --sub-title: #818488;
}

body {
  font-family: Roboto, serif;
  font-size: 1.1rem;
  margin: 0;
  background-color: #f4f9ff;
  color: #333;
  /* background-image: url("../assets/images/bg-kishor-7.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
}

header {
  background-color: #007bff;
  color: white;
  padding: 1rem;
  text-align: center;
}

.navbar-brand {
  color: var(--brand) !important;
  font-weight: bolder;
}

nav {
  margin-top: 0px;
}

nav a {
  color: white;
  margin: 0 1rem;
  text-decoration: none;
}

nav a:hover {
  text-decoration: underline;
}

main {
  padding: 2rem;
  max-width: 60vw;
  display: block;
  margin: 20px auto;
  border: solid 1px #ccc;
  min-height: 600px;
  border-radius: 20px;
  background-color: white;
}

.container {
  align-content: center;
  width: 80vw;
  margin-left: 10vw;
}

.container-fluid {
  align-content: center;
  width: 800px;
}

section {
  align-content: center;
  text-align: center;
}

h4 {
  font-size: 1.2rem;
  padding: 0;
  margin: 10px 0px 0px 0px;
}

h5 {
  font-size: 1.2rem;
  margin-top: 20px;
}

i {
  margin-right: 10px;
}

a {
  color: #0027a8;
  text-decoration: underline;
}

a:hover {
  color: var(--brand);
}
p {
  letter-spacing: 0.1px;
  line-height: 1.25;
}
/*************************************/

#linkTitle {
  display: none;
}

.kt-footer {
  position: fixed;
  bottom: 0px;
  text-align: center;
  width: 100vw;
  font-size: 0.9rem;
  padding: 10px 0px;
  border-top: solid 1px #ccc;
}

ul#footer-social-icons {
  list-style-type: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul#footer-social-icons li {
  display: block;
  float: left;
  width: 20%;
}

ul#footer-social-icons li.label {
  display: block;
  float: left;
  width: 25%;
}

/* You can add global styles to this file, and also import other style files */

h4.sub-title {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0;
  margin: 5px 0px 5px 0px;
}


h4.sub-title-2 {
  /* font-size: 1rem;
  font-weight: bold;
  padding: 0;
  margin: 0px 0px 5px 0px;
  color: var(--subTitle); */

    font-size: 1.1rem;
    font-weight: bold;
    padding: 20px;
    margin: 50px 0px 5px 0px;
    color: var(--sub-title);
}

h4.sub-title-2:first-child {
  margin-top: 10px;
}

.divider {
  margin: 10px 0px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(204, 204, 204, 1) 0%,
    rgba(237, 237, 237, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
}

.divider-2 {
  margin: 5px auto;
  height: 1px;
  width: 35%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    var(--brand) 50%,
    rgba(255, 255, 255, 1) 100%
  );
}

.kt-highlight {
  color: var(--brand);
}

.title-summary {
  display: none I !important;
}

ul.topics {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: solid 1px #ccc;
  height: 112px;
}
ul.topics > li {
  display: block;
  float: left;
}

li.topic-label {
  width: 20%;
  font-weight: bold;
  text-align: right;
  display: block;
  float: left;
  padding: 5px 0px;
}

li.topic-value {
  width: 79%;
  display: block;
  float: left;
  padding: 5px 0px 5px 5px;
}

.big-icon {
  font-size: 1.54rem;
}

.download-link {
  text-decoration: none;
}
.small-text {
  font-size: 0.9rem;
  margin-top: -6px !important;
}
.active-menu {
  font-weight: bold;
  color: var(--brand);
  text-decoration: underline;
}

.project {
  text-align: left;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}

.project:last-child {
  border-bottom: none;
}

.project-title {
  font-size: 1.2rem;
  font-weight: bold;
}

.project-sub-title {
  font-size: 1rem;
  font-weight: bold;
}

.my-photo {
  border: solid 1px #ccc;
  padding: 5px;
  margin-top: 66px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.my-family-photo {
  border: solid 1px #ccc;
  padding: 5px;
  margin-top: 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/**********************/
/* TAB NAV BAR - DOWNLOAD */
#myTabContent_gallery,
#myTabContent {
  display: block;
  height: 100vh;
}

#myTabContent_gallery > div > ul > ul,
#myTabContent > div > ul > ul,
ul.inner_ul {
  list-style-type: none;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
}

#myTabContent_gallery > div > ul > ul > li,
#myTabContent > div > ul > ul > li {
  width: 33%;
  float: left;
  display: block;
  font-size: 0.9em;
  padding: 5px 0px;
  text-align: left;
}

li.category-li {
  width: 100% !important;
  font-weight: bold;
  height: 25px;
  padding: 0px 0px 0px 5px !important;
  border-radius: 10px;
  margin-top: 10px !important;
  color: #232424;
}

li.category-li:first-child {
  margin-top: 0px !important;
}

li.category-li > i {
  margin-left: -25px !important;
  color: #ff0000;
}

div.author-name {
  color: rgb(99, 99, 99);
  margin-top: -5px;
  font-size: 0.9em;
}

#technology-ul > ul > li > a {
  text-decoration: none;
}

#my-resume {
  text-decoration: none;
}

#imgPasspoto {
  display: block;
}

#imgTimeLine {
  display: none;
}
.dropdown-item {
  width: 80% !important;
  background-color: white !important;
  cursor: pointer;
}
/* ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  border: solid 1px #ccc;
} */



/************************* gallery ***************/
 .gallery {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      gap: 15px;
      margin-bottom: 30px;
    }
    .gallery-item {
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 8px;
      padding: 8px;
      text-align: center;
    }
    .gallery-item img {
      width: 100%;
      height: auto;
      max-height: 150px;
      object-fit: cover;
      border-radius: 4px;
      cursor: pointer;
    }
    .caption {
      margin-top: 5px;
      font-size: 13px;
      color: #666;
      display: block;
    }

    .modal-popup-image {
      width: 100vw;
    }

    /************ video ************/
    .gallery-video {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      gap: 25px;
      margin-bottom: 30px;

  /*grid-template-rows: 300px 200px;  Sets row heights */
    }

    .gallery-item-video {
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 8px;
      padding: 8px;
      text-align: center;
    }

    .gallery-item-video iframe {
      width: 100%;
      height: auto;
      max-height: 250px;
      object-fit: cover;
      border-radius: 4px;
      cursor: pointer;
    }

    .caption {
      margin-top: 5px;
      font-size: 13px;
      color: #666;
      display: block;
    }

    .modal-popup-image {
      width: 100vw;
    }
  .highlight {
    color: var(--highlight);
    font-weight: bold;

  }