
@import url("https://fonts.googleapis.com/css2?family=Arial&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@400;600;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.4/css/lightbox.min.css");
@import url("https://cdn.jsdelivr.net/npm/@fancyapps/ui/dist/fancybox.css");



/* Source: css/animation.css */
body.index-page #pdf-container {
    margin: 20px auto;
    text-align: center;
}
body.index-page #pdf-viewer {
    width: 100%;
    height: 600px; 
    border: none;
}
@media (max-width: 768px) {
    body.index-page #pdf-viewer {
        height: 400px; 
    }
}
@media (max-width: 480px) {
    body.index-page #pdf-viewer {
        height: 300px; 
    }
}
body.index-page .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
body.index-page .image {
    width: 300px;
    height: 200px;
    overflow: hidden;
}
body.index-page .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
body.index-page .image img:hover {
    transform: scale(1.1);
}
body.index-page {
    font-family: sans-serif;
}
body.index-page .container {
    align-items: absolute;
    position: center;
    height: 100vh;
}
body.index-page .sidebar {
    width: 143px; 
    background-color: #fff;
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1;  

}
body.index-page .sidebar h2 {
    font-size: 20px;
}
body.index-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.index-page .sidebar ul li {
    margin-bottom: 10px;
}
body.index-page .sidebar a {
    font-size: 25px ;
    text-decoration: none;
    color: #000;
}
body.index-page .content {
    margin-left: 30px; 
    padding: 2px;
    transition:margin-left: 0.3s; 
}
body.index-page .sidebar.closer { 
width:200px;
}
body.index-page content.closer {
    margin-left:20px;
}
body.index-page #lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    z-index: 999;
}
body.index-page #lightbox img {
    max-width: 80%;
    max-height: 80vh;
    margin: 0 auto;
    margin-top: 10vh;
}
body.index-page close
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #f10707;
}
body.index-page .next-button,
body.index-page .prev-button {
    background-color: #f3f3f3;
    color: #000000;
    padding: 4px 4px;
    border-radius: 1px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 24;
    right: 11;
    display: block; 
    width: 10%; 
    text-align: center; 
}
body.index-page .next-button {
        right: 400px; 
    }   
body.index-page .prev-button {
        left: 400px; 
    }
body.index-page .next-button:hover, body.index-page .prev-button:hover {
        background-color: #FFF; 
    }
body.index-page .next-button:hover, body.index-page .prev-button:hover {
    background-color: #FFF; 
}
body.index-page .next-button:hover, body.index-page .prev-button:hover {
    background-color: #FFF; 
}
body.index-page .gallery-frame {
    width: 100%;
    max-width: 2500px; 
    margin: 0 auto; 
    padding: 4px; 
    box-sizing: border-box; 
    float: left
}
body.index-page .gallery {
    display: grid;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
    justify-content: center;
}
body.index-page .gallery-item{
    flex; 1 0 calc(33.33% - 20px); /
    max-width: calc(33.33% - 30px);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
} 
body.index-page .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
body.index-page .gallery-item img:hover {
    transform: scale(1.1);
}
body.index-page .video-container { 
    text-align: center;
    margin-top: -120px;
    margin-left: auto;
    margin-right: auto;
    border: 180px solid #fff;
    box-sizing: content-box;
}
body.index-page video {
    max-width: 100%;
    text-align: center;
}
body.index-page h1 {
    text-align: center; 
    font-size: 18px; 
    margin-bottom: 20px; 
}
body.index-page h3 {
    text-align:center; 
    font-size: 10px; 
}
   body.index-page .speakerdeck-iframe{
    width: 600px;
    height: 500px;
    text-align: center;
    margin-left: 218px;
   }
body.index-page img.small {
    max-width: 100px;
    max-height: 100px;
}
body.index-page img.large {
    max-width: 700px;
    max-height: 700px;
}
body.index-page .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
body.index-page .enlarged-image {
    max-width: 90%;
    max-height: 90%;
}
body.index-page .item-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.2s;
}
body.index-page .item-caption h1 {
    color: rgb(255, 255, 255); 
    font-size: 20px;
    text-align: center;
    padding: 10px;
}
body.index-page .social-links {
    text-align: center;
    margin-top: 20px;
}
body.index-page .social-link {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin: 10px;
    display: inline-block;
}
body.index-page .emoji {
    font-size: 24px;
    margin-right: 10px;
}
body.index-page .social-link img {
    width: 30px; 
    height: 30px;
}
body.index-page .video-container {
   text-align: center;
   margin-top:-170px;
   margin-left:60px;
   border: 190px sold #fff;
   box-sizing:content-box;    
}
body.index-page #floatingGif {
    position: fixed;  
    top: 1px;       
    left: 140px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.index-page #floatingGif2 {
    position: fixed;  
    top: 460px;       
    left: 40px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.index-page .submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
    border: 1px solid ###fff;
    border-radius: 10px;
}
body.index-page .sidebar li:hover .submenu {
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
}
body.index-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(, 0, 0, 0.00);
    z-index: 5;
    border: 10px solid #fff;
    border-radius: 10px;
}
   body.index-page .header-navigation li:hover .submenu {
    display: flex;

}

/* Source: css/animation_index.css */
body.index-page #animation-reel {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  width: 100vw;
  margin: 0;
  padding: 2rem 20px;  
  box-sizing: border-box;
}
body.index-page .animation-reel-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 30px;
  box-sizing: border-box;
}
body.index-page .main-reel {
  flex: 1.5;
  max-width: 750px;
  width: 85%;
}
body.index-page .main-reel video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
body.index-page .sample-reels {
  flex: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;
}
body.index-page .sample-item video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  body.index-page .sample-reels {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  body.index-page .animation-reel-container {
    flex-direction: column;
    padding: 0 10px;
  }
  body.index-page .main-reel {
    margin-bottom: 2rem;
  }
  body.index-page .sample-reels {
    grid-template-columns: 1fr;
  }
}


/* Source: css/horizontal.css */
body.index-page * {
  box-sizing: border-box;
}
body.index-page .left-container {
  margin-left: 350px;   
  max-width: 600px;    
  padding-left: 10px;  
  text-align: left;    
}
body.index-page .right-container {
  margin-right: 350px;   
  max-width: 600px;    
  padding-left: 10px;  
  text-align: right;    
}
body.index-page .grid img {
  width: 100%;
  height: auto;
  border: none;
  box-shadow: none;
  transition: transform 0.3s ease;
}
body.index-page .grid img:hover {
  transform: scale(1.05); 
}
body.index-page .fancybox__container {
  background-color: rgba(0, 0, 0, 0.9); 
}
body.index-page .fancybox__caption {
  color: white; 
  font-size: 1.2rem;
  text-align: center;
}
body.index-page {
  font-family: 'Figtree', sans-serif;
  margin-left: 60px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.index-page .navbar {
  position: sticky;
  top: 0;
  z-index: 1500;
  background-color: white;
  padding: 1rem 3rem;
  border-bottom: 1px solid #ddd;
}
body.index-page .navbar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  height: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.index-page .navbar a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  padding: 1rem;
  transition: color 0.2s;
}
body.index-page .navbar a:hover,
body.index-page .navbar a.active {
  color: #007bff;
  cursor: pointer;
}
body.index-page section {
  padding: 1rem 1rem;
  max-width: 100%;
  margin: 0 auto;
}
body.index-page #character-design .grid {
}
body.index-page #character-design .grid-item img {
  width: 95%; 
 }
body.index-page #animated-projects {
  text-align: center;
  margin: 40px auto;
}
body.index-page .project-container {
  display: flex;
  flex-direction: column;
  align-items: center; 
  gap: 20px; 
}
body.index-page .project-item {
  text-align: center;
}
body.index-page .project-item iframe {
  display: block;
  margin: 0 auto; 
  height: auto; 
}
body.index-page section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}
body.index-page .video-container {
  width: 95vw;
  max-width: 1000px;
  margin: 0 auto 3rem;
}

body.index-page .video-container video {
  margin: 20px auto;
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
body.index-page .video-container iframe {
  display: block;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
}
body.index-page .grid {
  display: grid;
  justify-content: left;
  align-items: left;
  grid-template-columns: repeat(auto-fill, minmax(590px, 1fr));
  gap: 6px;
  width: 100vw;
  margin: 0 auto;
  padding: 0;
}
body.index-page .grid-item.video-item {
  grid-column: span 2;
  grid-row: span 2;
  overflow: hidden;
  border-radius: 12px;
}
body.index-page .grid-item.video-item video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
  display: block;
}
body.index-page .grid-item {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: left;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
body.index-page .grid-item-2 {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  overflow:auto;
  object-fit: contain;
  text-align: center;
  width: 640px;
  position: relative;
  border-radius: 8px;
}
body.index-page .grid-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 8px;
  max-height: none;
  transition: transform 0.3s ease;
}
body.index-page .grid-item:hover img {
  transform: scale(1.02);
}
@media (max-width: 1024px) {
  body.index-page .grid {
      grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
      justif-content: center;
  }
}
@media (max-width: 768px) {
  body.index-page .navbar a {
    font-size: 0.95rem;
  }
  body.index-page section h2 {
    font-size: 2rem;
  }
  body.index-page .grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media (max-width: 600px) {
  body.index-page .grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  body.index-page .grid-item.video-item {
    grid-column: span 1;
    grid-row: auto;
    max-height: 250px;
  }
  body.index-page .grid-item video,
  body.index-page .grid-item iframe {
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: block;
  }
  body.index-page .grid-item img {
    max-height: none;
  }
}
@media (max-width: 800px) {
  body.index-page .navbar ul {
    gap: 1rem;
  }
  body.index-page .navbar a {
    font-size: 0.9rem;
    padding: 0.4rem;
  }
  body.index-page section h2 {
    font-size: 1.75rem;
  }
}
body.index-page #storyboards {
  max-width: 1000px;
  margin: 4rem auto;
  padding: 0 1rem;
}
body.index-page .storyboard-item {
    margin-bottom: 3rem;
    height: auto;
    max-width: 2000px;
    display: inline-block;
}
body.index-page .storyboard-item h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
body.index-page .pdf-download {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  text-decoration: underline;
  color: #007bff;
}
body.index-page .storyboard-pdf {
  width: 100%;
  height: 500px;
  border: none;
  margin-top: 1rem;
  border-radius: 8px;
}
body.index-page .about-me {
  padding: 3rem 1.5rem;
  background-color: #f9f9f9;
  text-align: center;
}
body.index-page .about-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
body.index-page .avatar {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #ddd;
  margin-bottom: 1rem;
}
body.index-page .about-text h1 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}
body.index-page .about-text p {
  max-width: 600px;
  font-size: 1.1rem;
  color: #555;
  margin: 0 auto;
}
body.index-page 
@media (min-width: 768px) {
  body.index-page .about-container {
    flex-direction: row;
    text-align: left;
    gap: 2rem;
  }
  body.index-page .about-text {
    flex: 1;
  }

body.index-page .lightbox-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 20px;
}
body.index-page 
a[data-lightbox] img {
  display: block;
  max-width: 100%;
  width: 150px;
  height: auto;
  border: 2px solid #ccc;
  border-radius: 4px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
body.index-page a[data-lightbox] img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
body.index-page #video-library {
  padding: 20px;
  text-align: center;
}
body.index-page #video-library h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
body.index-page #video-library .grid {
  display: grid;
  gap: 15px;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(550px, 4fr));
  gap: 3px;
  max-width: 1900px;
  margin: 0 auto;
}
body.index-page #video-library .grid-item {
  text-align: center;
}
body.index-page #video-library video {
  width: 100%;
  height: 100%px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  margin: 0 auto
}
body.index-page #video-library p {
  margin-top: 10px;
  font-size: 1rem;
  color: #333;
}
@media (max-width: 600px) {
  body.index-page #video-library .grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); 
  }
  body.index-page #video-library video {
    width: 120px; 
    height: 80px;
  }
  body.index-page .vimeo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
  gap: 20px; 
  justify-content: center; 
  align-items: start; 
  margin: 20px auto;
  max-width: 1200px; 
}
body.index-page .vimeo-item {
  text-align: center; 
}
body.index-page .vimeo-item iframe {
  width: 100%; 
  height: auto; 
  border-radius: 8px; 
}
body.index-page .fixed-image {
  position: fixed;  
  bottom: 0;        
  right: 0;         
  top: 23px;
  width: 20%;
  max-width: 85px;
  max-height: 95px;
}
body.index-page .contact-section {
      max-width: 900px;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 150px;
    max-width: 600px;
    margin: 60px auto;
    padding: 60px;
    background: #fefefe;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    font-family: 'Figtree', sans-serif;
}
body.index-page .contact-section h2 {
    font-size: 2rem;
    text-align: center;
  margin-bottom: 20px;
}
body.index-page .contact-form {
    body.index-page display: flex;
    flex-direction: column;
    width: 100%;
    
.contact-form label {
  display: block;
  margin-top: 15px;
  font-weight: 600;
  color: #333;
}
body.index-page .contact-form input,
body.index-page .contact-form textarea {
  width: 100%;
  padding: 260px;
  margin-top: 5px;
  border-radius: 100px;
  border: 10px solid #ccc;
  font-size: 1em;
}
body.index-page .contact-form button {
  margin-top: 20px;
  width: 100%;
  background: #007BFF;
  color: white;
  border: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}
body.index-page .contact-form button:hover {
  background: #0056b3;
}


body.index-page .contact-form {
  display: flex;
  flex-direction: column;
}

body.index-page .contact-form label {
  margin: 40px 0 5px;
  font-weight: bold;
  color: #333;
}

body.index-page .contact-form input,
body.index-page .contact-form textarea {
  padding: 150px;
  font-size: 1rem;
  border-radius: 6px;
  border: 400px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}
body.index-page .contact-form textarea {
  min-height: 290px;
  resize: vertical;
}
body.index-page .contact-form button {
  margin-top: 20px;
  padding: 25px;
  background-color: #007BFF;
  color: white;
  font-size: 1rem;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}
body.index-page .contact-form button:hover {
  background-color: #0056b3;
}

body.index-page .right-panel {
  flex: 2;
  min-width: 300px;
  padding: 60px; 
}

body.index-page form {
  padding: 10px;
  background-color: #f9f9f9; 
  border-radius: 8px;
}
body.index-page .contact-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 500px;
  margin: 80px auto;
  padding: 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}
body.index-page .contact-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

body.index-page .contact-form {
    margin: 10px auto;
    padding: 10px;
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
body.index-page .contact-form input {
    padding: 12px;
    font-size: 1rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
}
body.index-page .contact-form button {
    padding: 12px;
    background-color: #007BFF;
    color: white;
    font-size: 1rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}
body.index-page .contact-form button:hover {
    background-color: #0056b3;
}

body.index-page .email-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    margin: 80px auto;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    gap: 15px;
}
body.index-page .email-form label {
    font-weight: bold;
    color: #333;
}
body.index-page .email-form input,
body.index-page .email-form textarea {
    padding: 10px;
    font-size: 1rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 100%;
}

body.index-page .email-form textarea {
    resize: vertical;
}
body.index-page .email-form button {
    padding: 12px;
    background-color: #007BFF;
    color: white;
    font-size: 1rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}
body.index-page .email-form button:hover {
    background-color: #0056b3;
}
body.index-page .email-frame {
    max-width: 400px;
    margin: 80px auto;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

body.index-page .email-form {
    width: 200px;
    display: table-cell;
    flex-direction: column;
    gap: 15px;
}

body.index-page .email-form label {
    font-weight: bold;
    color: #333;
}

body.index-page .email-form input,
body.index-page .email-form textarea {
    padding: 10px;
    font-size: 1rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 24%;
}

body.index-page .email-form textarea {
    resize: vertical;
}

body.index-page .email-form button {
    padding: 12px;
    background-color: #007BFF;
    color: white;
    font-size: 1rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}

body.index-page .email-form button:hover {
    background-color: #0056b3;
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  body.index-page::before {
    content: "📱 Please rotate your device to landscape for the best experience.";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: black;
    color: white;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9999;
    padding: 20px;
  }

  body.index-page body > * {
    display: none;
  }
}

}
}
}

/* Source: css/email.css */
body.index-page .email-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

body.index-page 
.left-panel {
  flex: 1;
  min-width: 300px;
  background-color: #2e3b4e;
  color: #fff;
  padding: 30px;
  text-align: center;
}

body.index-page .email-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}

body.index-page .email-about-me h2 {
  margin-top: 0;
}

body.index-page .email-about-me p {
  font-size: 16px;
  line-height: 1.6;
}

body.index-page 
.email-right-panel {
  flex: 2;
  min-width: 300px;
  padding: 30px;
}

body.index-page .email-right-panel h2 {
  margin-bottom: 20px;
}

body.index-page .email-form label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}

body.index-page .email-form input,
body.index-page .email-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
}

body.index-page .email-form button {
  margin-top: 20px;
  width: 100%;
  padding: 12px;
  background-color: #4CAF50;
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;
}

body.index-page .email-form button:hover {
  background-color: #45a049;
}

body.index-page 
@media (max-width: 768px) {
  body.index-page .email-container {
    flex-direction: column;
  }
  body.index-page .email-left-panel, body.index-page .email-right-panel {
    width: 100%;
  }
}


/* Source: css/sidebar.css */
body.index-page .sidebar {
    width: clamp(120px, 20vw, 300px);
    background-color: #fff; 
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1;
    margin: 0;
    place-items: center;
    
}
body.index-page .sidebar h2 {
    font-size: 20px;
}
body.index-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.index-page .sidebar ul li {
    margin-bottom: 10px;
}
body.index-page .sidebar a {
    font-size: 25px;
    text-decoration: none;
    color: #000;
      display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100%;    
}
body.index-page .social-link {
    text-align: center;
    margin-top: 20px;
      display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100%;    
}
body.index-page .social-link {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin: 10px;
<!--    display: inline-block; -->
			       text-align: center
					     display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100%;    
}
body.index-page .social-link img {
    width: 30px;
    height: 30px;
}
body.index-page .icon {
    margin-top: 20px;
    }
body.index-page .icon {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin: 10px;
}
body.index-page .icon img {
    width: 135px;
    height: 85px;
}
body.index-page .sidebar li:hover .submenu {
    display: block;
    border: 1px solid #ccc;
}
body.index-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.00);
    z-index: 5;
    border: 1px solid #fff;
    border-radius: 10px;
}
body.index-page .header-navigation li:hover .submenu {
    display: flex;
}


/* Source: css/sidebar_on_top.css */
body.index-page 
@media (max-width: 768px) {
  body.index-page .sidebar {
      margin: 0;
    width: 120px;       
    padding: 10px;      
    font-size: 0.9rem;  
  }
  body.index-page 
  .sidebar a {
    font-size: 0.85rem;
    display: block;     
    margin-bottom: 6px; 
  }
  body.index-page 
  main, body.index-page section, body.index-page .video-container {
    margin-left: 120px; 
  }
}


/* Source: css/story_styles_03.css */
body.index-page #pdf-container {
    margin: 20px auto;
    text-align: center;
}
body.index-page #pdf-viewer {
    width: 640px;
    height: 580px; 
    border: none;
}
@media (max-width: 768px) {
    body.index-page #pdf-viewer {
        height: 400px;
    }
}
@media (max-width: 480px) {
    body.index-page #pdf-viewer {
        height: 300px;
    }
}
body.index-page .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
body.index-page .image {
    width: 300px;
    height: 200px;
    overflow: hidden;
}
body.index-page .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
body.index-page .image img:hover {
    transform: scale(1.1);
}
body.index-page {
    font-family: sans-serif;
}
body.index-page .container {
    align-items: absolute;
    position: center;
    height: 100vh;
}
body.index-page .sidebar {
    width: 200px; 
    background-color: #fff; 
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1; 
}
body.index-page .sidebar h2 {
    font-size: 20px;
}
body.index-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.index-page .sidebar ul li {
    margin-bottom: 10px;
}
body.index-page .sidebar a {
    font-size: 25px ;
    text-decoration: none;
    color: #000;
}
body.index-page .content {
    margin-left: 30px; 
    padding: 2px;
    transition:margin-left: 0.3s; 
}
body.index-page .sidebar.closer { 
width:200px;
}
body.index-page content.closer {
    margin-left:20px;
}
body.index-page #lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    z-index: 999;
}
body.index-page #lightbox img {
    max-width: 80%;
    max-height: 80vh;
    margin: 0 auto;
    margin-top: 10vh;
}
body.index-page close
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #f10707;
}
body.index-page .next-button,

body.index-page .prev-button {
    background-color: #f3f3f3;
    color: #000000;
    padding: 4px 4px;
    border-radius: 1px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 24;
    right: 11;
    display: block; 
    width: 10%; 
    text-align: center; 
}
    body.index-page .next-button {
        right: 400px; 
    }
    body.index-page .prev-button {
        left: 400px; 
    }
    body.index-page .next-button:hover, body.index-page .prev-button:hover {
        background-color: #22bc41; 
    }
body.index-page .next-button:hover, body.index-page .prev-button:hover {
    background-color: #22bc41; 
}
body.index-page .next-button:hover, body.index-page .prev-button:hover {
    background-color: #22bc41; 
}
body.index-page .gallery-frame {
    width: 100%; 
    max-width: 2500px; 
    margin: 0 auto; 
    padding: 4px; 
    box-sizing: border-box; 
    float: left
}
body.index-page .gallery {
   display: grid;
   flex-wrap: wrap;
   gap: 10px;
   grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); 
   gap: 10px;
   justify-content: center;
}
body.index-page .gallery-item{
    flex; 1 0 calc(33.33% - 20px); /
    max-width: calc(33.33% - 30px); 
    max-height: 450px; 
    overflow: hidden;
    object-fit: contain;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
} 
body.index-page .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s;
}
body.index-page .gallery-item img:hover {
    transform: scale(1.1);
}
body.index-page .video-container { 
    text-align: center;
    margin-top: -120px;
    margin-left: auto;
    border: 180px solid #fff;
    box-sizing: content-box;
}
body.index-page video {
    max-width: 100%;
}
body.index-page h1 {
    text-align: center; 
    font-size: 18px; 
    margin-bottom: 20px; 
}
body.index-page h3 {
    text-align:center; 
    font-size: 10px; 
}
   body.index-page .speakerdeck-iframe{
    width: 600px;
    height: 500px;
    text-align: center;
    margin-left: 218px;
   }
body.index-page img.small {
    max-width: 100px;
    max-height: 100px;
}
body.index-page img.large {
    max-width: 700px;
    max-height: 700px;
}
body.index-page .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
body.index-page .enlarged-image {
    max-width: 90%;
    max-height: 90%;
}
body.index-page .item-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    opacity: 0;
    transition: opacity 0.2s;
}
body.index-page .item-caption h1 {
    color: rgb(255, 255, 255); 
    font-size: 20px; 
    text-align: center;
    padding: 10px;
}
body.index-page .social-links {
    text-align: center;
    margin-top: 20px;
}
body.index-page .social-link {
    text-decoration: none;
    color: #333; 
    font-size: 20px;
    margin: 10px;
    display: inline-block;
}
body.index-page .emoji {
    font-size: 24px;
    margin-right: 10px;
}
body.index-page .social-link img {
    width: 30px; 
    height: 30px; 
}
body.index-page .video-container {
   
   margin-top:-170px;
   margin-left:60px;
   margin-bottom:-170px
   
   
}
body.index-page #floatingGif {
    position: fixed;  
    top: 1px;       
    left: 140px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.index-page #floatingGif2 {
    position: fixed;  
    top: 460px;       
    left: 40px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.index-page .submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
    border: 1px solid ###fff;
    border-radius: 10px;
}
body.index-page .sidebar li:hover .submenu {
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
}
body.index-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(, 0, 0, 0.00);
    z-index: 5;
    border: 10px solid #fff;
    border-radius: 10px;
}
   body.index-page .header-navigation li:hover .submenu {
    display: flex;
}


/* Source: css/phone.css */
    body.index-page {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background-color: #fff;
      color: #000;
      transition: all 0.3s ease;
    }
    body.index-page .sidebar {
      position: fixed;
      top: -10px;
      left: -10;
      width: 20px;
      height: auto;
      background-color: #fff;
      color: #000;
      z-index: 30;
      border-right: 0px solid #ddd;
    }
    body.index-page .sidebar a {
      display: block;
      padding: 3px;
      color: #000;
      text-decoration: none;
      border-bottom: 1px solid #f1f1f1;
      transition: color 0.3s ease;
    }

    body.index-page .sidebar a:hover {
      background-color: #f0f0f0;
      color: #00ff00;
    }

    body.index-page main, body.index-page section, body.index-page .video-container {
      margin-left: 250px; 
    }

    body.index-page .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
      gap: 10px;
    }

    body.index-page .grid-item img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 6px;
    }

    @media (max-width: 768px) {
      body.index-page {
        font-size: 14px;
      }

      body.index-page .sidebar {
        position: relative;
        height: auto;
	width: auto;
	display: flex;
        justify-content: space-between;
        z-index: 999;
      }

      body.index-page main, body.index-page section, body.index-page .video-container {
        margin-left: 0;
        padding-top: 60px;
      }

      body.index-page .grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      }
    }

    body.index-page footer {
      text-align: center;
      padding: 20px;
      background-color: #fff; 
      color: #000;
    }

    body.index-page footer a {
      color: #000;
      text-decoration: none;
    }

    body.index-page .email-form input, body.index-page .email-form textarea, body.index-page .email-form button {
      width: 100%;
      padding: 10px;
      margin: 10px 0;
      font-size: 16px;
    }

    body.index-page .email-form button {
      background-color: #333;
      color: white;
      border: none;
    }

    body.index-page .email-form button:hover {
      background-color: #00ff00;
      cursor: pointer;
    }


/* Source: css/phone_02.css */
body.index-page .pdf-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; 
  border: none;
}
body.index-page .sidebar {
    width: sticky; 
    background-color: #fff; 
    color: #333;
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1; 
}


/* Source: css/index.css */
body.index-page #pdf-container {
    margin: 20px auto;
    text-align: center;
}
body.index-page #pdf-viewer {
    width: 100%;
    height: 520px;
    border: none;
}
@media (max-width: 768px) {
    body.index-page #pdf-viewer {
        height: 400px; 
    }
}
@media (max-width: 480px) {
    body.index-page #pdf-viewer {
        height: 300px; 
    }
}
body.index-page .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
body.index-page .image {
    width: 300px;
    height: 200px;
    overflow: hidden;
}
body.index-page .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s;
}
body.index-page .image img:hover {
    transform: scale(1.1);
}
body.index-page {
    font-family: sans-serif;
}
body.index-page .container {
    align-items: absolute;
    position: center;
    height: 100vh;
}
body.index-page .sidebar {
    width: 143px; 
    background-color: #fff; 
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 9999;  
    margin-left: 0;
}
body.index-page .sidebar h2 {
    font-size: 10px;
}
body.index-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.index-page .sidebar ul li {
    margin-bottom: 10px;
}
body.index-page .sidebar a {
    font-size: 5px ;
    text-decoration: none;
    color: #000;
}
body.index-page .content {
    margin-left: 80px; 
    padding: 2px;
    transition:margin-left: 0.3s; 
}
body.index-page .sidebar.closer { 
    width:200px;
}
body.index-page content.closer {
    margin-left:20px;
}
body.index-page #lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    z-index: 999;
}
body.index-page #lightbox img {
    max-width: 80%;
    max-height: 80vh;
    margin: 0 auto;
    margin-top: 10vh;
}
body.index-page close
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #f10707;
}
body.index-page .next-button,
body.index-page .prev-button {
    background-color: #f3f3f3;
    color: #000000;
    padding: 7px 7px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 24;
    right: 11;
    display: block; 
    width: 10%; 
    text-align: center; 
}
body.index-page .next-button {
    right: 400px; 
}
body.index-page .prev-button {
    left: 400px; 
}
body.index-page .next-button:hover, body.index-page .prev-button:hover {
    background-color: #add8e6; 
}
body.index-page .next-button:hover, body.index-page .prev-button:hover {
    background-color: #add8e6; 
}

body.index-page .next-button:hover, body.index-page .prev-button:hover {
    background-color: #add8e6; 
}
body.index-page .gallery-frame {
    width: 100%; 
    max-width: 2500px; 
    margin: 0 auto; 
    padding: 4px; 
    box-sizing: border-box; 
    float: left
}
body.index-page .gallery {
    display: grid;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); 
    gap: 10px;
    justify-content: center;
}
body.index-page .gallery-item{
    flex; 1 0 calc(33.33% - 20px); /
	max-width: calc(33.33% - 30px); 
    max-height: 450px; 
    overflow: hidden;
    object-fit: contain;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
} 
body.index-page .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s;
}
body.index-page .gallery-item img:hover {
    transform: scale(1.1);
}
body.index-page .story-container {
    text-align: auto;
    margin: 0 auto;
    padding: 20px;
    max-width: fit-content;
    max-height: 600px;
    box-sizing: content-box;  
}
body.index-page .video-container { 
    text-align: center;
    margin-top: -120px;
    margin-left: auto;
    border: 180px solid #fff;
    box-sizing: content-box;
    max-width: 3000px;
}
body.index-page video {
    max-width: 100%;
}
body.index-page h1 {
    text-align: center; 
    font-size: 12px; 
    margin-bottom: 20px; 
}
body.index-page h3 {
    text-align:center; 
    font-size: 10px; 
}
body.index-page speakerdeck-iframe{
    width: 600px;
    height: 500px;
    text-align: center;
    margin-left: 218px;
}
body.index-page 
img.small {
    max-width: 100px;
    max-height: 100px;
}
body.index-page 
img.large {
    max-width: 700px;
    max-height: 700px;
}

body.index-page #storyboards {
  display: flex;           
  gap: 20px;               
  justify-content: center; 
  flex-wrap: wrap;         
}
body.index-page .storyboard {
  flex: 1 1 30%;           
  max-width: 300px;        
}
body.index-page .storyboard img {
  width: 100%;             
}
body.index-page .slideshow {
  position: relative;
  width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.index-page .slideshow img.slide {
  width: 100%;
  object-fit: cover;
  align-items: center;
}
body.index-page h9 {
  font-size: 22px;
}

body.index-page .slideshow img.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  align-items: center;
}
body.index-page .slideshow .left {
  left: 10px;
}
body.index-page .slideshow .right {
  right: 10px;
}

@media (max-width: 420px) {
  body.index-page .sidebar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 72px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    z-index: 100000 !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    background-color: rgba(255, 255, 255, 0.96) !important;
    box-sizing: border-box !important;
    backdrop-filter: blur(10px) !important;
  }

  body.index-page .sidebar ul {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    min-width: 100% !important;
  }

  body.index-page .sidebar li {
    display: inline-flex !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
  }

  body.index-page .sidebar a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 6px 8px !important;
    font-size: 0.85rem !important;
    text-decoration: none !important;
    color: #333 !important;
  }

  body.index-page .sidebar a:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
  }

  body.index-page .sidebar img,
  body.index-page .sidebar .icon img,
  body.index-page .sidebar .social-link img {
    width: 45px !important;
    height: 45px !important;
    max-width: 45px !important;
    max-height: 45px !important;
    object-fit: contain !important;
    border-radius: 8px !important;
  }

  body.index-page {
    padding-top: 82px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.index-page main,
  body.index-page section,
  body.index-page .content,
  body.index-page .video-container,
  body.index-page .gallery,
  body.index-page .grid {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}
body.index-page .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
body.index-page .enlarged-image {
    max-width: 90%;
    max-height: 90%;
}
body.index-page .item-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    opacity: 0;
    transition: opacity 0.2s;
}
body.index-page .item-caption h1 {
    color: rgb(255, 255, 255); 
    font-size: 20px; 
    text-align: center;
    padding: 10px;
}
body.index-page .social-links {
    text-align: center;
    margin-top: 20px;
}
body.index-page .social-link {
    text-decoration: none;
    color: #333; 
    font-size: 20px;
    margin: 10px;
    display: inline-block;
}
body.index-page .emoji {
    font-size: 24px;
    margin-right: 10px;
}
body.index-page .social-link img {
    width: 30px; 
    height: 30px; 
}
body.index-page .video-container {
   text-align: center;
   margin-top:-170px;
   margin-left:60px;
   border: 190px sold #fff;
   box-sizing:content-box;    
}
body.index-page #floatingGif {
    position: fixed;  
    top: 1px;       
    left: 140px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.index-page #floatingGif2 {
    position: fixed;  
    top: 460px;       
    left: 40px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.index-page .submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
    border: 1px solid ###fff;
    border-radius: 10px;
}
body.index-page .sidebar li:hover .submenu {
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
}
body.index-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(, 0, 0, 0.00);
    z-index: 5;
    border: 12px solid #fff;
    border-radius: 20px;


}
   body.index-page .header-navigation li:hover .submenu {
    display: flex;
}
body.index-page .sidebar .icon,
body.index-page .sidebar a.icon {
    margin: 2px 0;
}
@media (max-width: 768px) {
  body.index-page {
    padding-top: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    overflow-x: hidden !important;
  }

  body.index-page .sidebar {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: calc(100% + 20px) !important;
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
    margin: 0 -10px !important;
    padding: 6px 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    background-color: #fff !important;
    z-index: auto !important;
  }

  body.index-page #sidebar,
  body.index-page .sidebar .icon,
  body.index-page .sidebar .social-link- {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 2px !important;
    width: max-content !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  body.index-page .sidebar a,
  body.index-page .sidebar a.icon,
  body.index-page .sidebar a.social-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    height: auto !important;
    margin: 0 1px !important;
    padding: 0 !important;
    border-bottom: 0 !important;
  }

  body.index-page .sidebar img,
  body.index-page .sidebar .icon img,
  body.index-page .sidebar .social-link img {
    width: 68px !important;
    height: 44px !important;
    max-width: 68px !important;
    max-height: 44px !important;
    object-fit: contain !important;
    border-radius: 0 !important;
  }

  body.index-page main,
  body.index-page section,
  body.index-page .content,
  body.index-page .video-container,
  body.index-page .gallery,
  body.index-page .grid {
    margin-left: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.index-page .slideshow {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.index-page .slideshow img.slide,
  body.index-page .grid img,
  body.index-page section img {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 480px) {
  body.index-page .sidebar {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body.index-page #sidebar,
  body.index-page .sidebar .icon,
  body.index-page .sidebar .social-link- {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.index-page .sidebar a,
  body.index-page .sidebar a.icon,
  body.index-page .sidebar a.social-link {
    flex: 0 0 calc(20% - 2px) !important;
    margin: 1px !important;
    box-sizing: border-box !important;
  }

  body.index-page .sidebar img,
  body.index-page .sidebar .icon img,
  body.index-page .sidebar .social-link img {
    width: 100% !important;
    height: auto !important;
    max-width: 68px !important;
    max-height: 44px !important;
  }
}



/* Source: css/sidebar_on_top.css */
body.animation-page 
@media (max-width: 768px) {
  body.animation-page .sidebar {
      margin: 0;
    width: 120px;       
    padding: 10px;      
    font-size: 0.9rem;  
  }
  body.animation-page 
  .sidebar a {
    font-size: 0.85rem;
    display: block;     
    margin-bottom: 6px; 
  }
  body.animation-page 
  main, body.animation-page section, body.animation-page .video-container {
    margin-left: 120px; 
  }
}


/* Source: css/animation.css */
body.animation-page #pdf-container {
    margin: 20px auto;
    text-align: center;
}
body.animation-page #pdf-viewer {
    width: 100%;
    height: 600px; 
    border: none;
}
@media (max-width: 768px) {
    body.animation-page #pdf-viewer {
        height: 400px; 
    }
}
@media (max-width: 480px) {
    body.animation-page #pdf-viewer {
        height: 300px; 
    }
}
body.animation-page .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
body.animation-page .image {
    width: 300px;
    height: 200px;
    overflow: hidden;
}
body.animation-page .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
body.animation-page .image img:hover {
    transform: scale(1.1);
}
body.animation-page {
    font-family: sans-serif;
}
body.animation-page .container {
    align-items: absolute;
    position: center;
    height: 100vh;
}
body.animation-page .sidebar {
    width: 143px; 
    background-color: #fff;
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1;  

}
body.animation-page .sidebar h2 {
    font-size: 20px;
}
body.animation-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.animation-page .sidebar ul li {
    margin-bottom: 10px;
}
body.animation-page .sidebar a {
    font-size: 25px ;
    text-decoration: none;
    color: #000;
}
body.animation-page .content {
    margin-left: 30px; 
    padding: 2px;
    transition:margin-left: 0.3s; 
}
body.animation-page .sidebar.closer { 
width:200px;
}
body.animation-page content.closer {
    margin-left:20px;
}
body.animation-page #lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    z-index: 999;
}
body.animation-page #lightbox img {
    max-width: 80%;
    max-height: 80vh;
    margin: 0 auto;
    margin-top: 10vh;
}
body.animation-page close
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #f10707;
}
body.animation-page .next-button,
body.animation-page .prev-button {
    background-color: #f3f3f3;
    color: #000000;
    padding: 4px 4px;
    border-radius: 1px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 24;
    right: 11;
    display: block; 
    width: 10%; 
    text-align: center; 
}
body.animation-page .next-button {
        right: 400px; 
    }   
body.animation-page .prev-button {
        left: 400px; 
    }
body.animation-page .next-button:hover, body.animation-page .prev-button:hover {
        background-color: #FFF; 
    }
body.animation-page .next-button:hover, body.animation-page .prev-button:hover {
    background-color: #FFF; 
}
body.animation-page .next-button:hover, body.animation-page .prev-button:hover {
    background-color: #FFF; 
}
body.animation-page .gallery-frame {
    width: 100%;
    max-width: 2500px; 
    margin: 0 auto; 
    padding: 4px; 
    box-sizing: border-box; 
    float: left
}
body.animation-page .gallery {
    display: grid;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
    justify-content: center;
}
body.animation-page .gallery-item{
    flex; 1 0 calc(33.33% - 20px); /
    max-width: calc(33.33% - 30px);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
} 
body.animation-page .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
body.animation-page .gallery-item img:hover {
    transform: scale(1.1);
}
body.animation-page .video-container { 
    text-align: center;
    margin-top: -120px;
    margin-left: auto;
    margin-right: auto;
    border: 180px solid #fff;
    box-sizing: content-box;
}
body.animation-page video {
    max-width: 100%;
    text-align: center;
}
body.animation-page h1 {
    text-align: center; 
    font-size: 18px; 
    margin-bottom: 20px; 
}
body.animation-page h3 {
    text-align:center; 
    font-size: 10px; 
}
   body.animation-page .speakerdeck-iframe{
    width: 600px;
    height: 500px;
    text-align: center;
    margin-left: 218px;
   }
body.animation-page img.small {
    max-width: 100px;
    max-height: 100px;
}
body.animation-page img.large {
    max-width: 700px;
    max-height: 700px;
}
body.animation-page .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
body.animation-page .enlarged-image {
    max-width: 90%;
    max-height: 90%;
}
body.animation-page .item-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.2s;
}
body.animation-page .item-caption h1 {
    color: rgb(255, 255, 255); 
    font-size: 20px;
    text-align: center;
    padding: 10px;
}
body.animation-page .social-links {
    text-align: center;
    margin-top: 20px;
}
body.animation-page .social-link {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin: 10px;
    display: inline-block;
}
body.animation-page .emoji {
    font-size: 24px;
    margin-right: 10px;
}
body.animation-page .social-link img {
    width: 30px; 
    height: 30px;
}
body.animation-page .video-container {
   text-align: center;
   margin-top:-170px;
   margin-left:60px;
   border: 190px sold #fff;
   box-sizing:content-box;    
}
body.animation-page #floatingGif {
    position: fixed;  
    top: 1px;       
    left: 140px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.animation-page #floatingGif2 {
    position: fixed;  
    top: 460px;       
    left: 40px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.animation-page .submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
    border: 1px solid ###fff;
    border-radius: 10px;
}
body.animation-page .sidebar li:hover .submenu {
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
}
body.animation-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(, 0, 0, 0.00);
    z-index: 5;
    border: 10px solid #fff;
    border-radius: 10px;
}
   body.animation-page .header-navigation li:hover .submenu {
    display: flex;

}

/* Source: css/sidebar.css */
body.animation-page .sidebar {
    width: clamp(120px, 20vw, 300px);
    background-color: #fff; 
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1;
    margin: 0;
    place-items: center;
    
}
body.animation-page .sidebar h2 {
    font-size: 20px;
}
body.animation-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.animation-page .sidebar ul li {
    margin-bottom: 10px;
}
body.animation-page .sidebar a {
    font-size: 25px;
    text-decoration: none;
    color: #000;
      display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100%;    
}
body.animation-page .social-link {
    text-align: center;
    margin-top: 20px;
      display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100%;    
}
body.animation-page .social-link {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin: 10px;
<!--    display: inline-block; -->
			       text-align: center
					     display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100%;    
}
body.animation-page .social-link img {
    width: 30px;
    height: 30px;
}
body.animation-page .icon {
    margin-top: 20px;
    }
body.animation-page .icon {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin: 10px;
}
body.animation-page .icon img {
    width: 135px;
    height: 85px;
}
body.animation-page .sidebar li:hover .submenu {
    display: block;
    border: 1px solid #ccc;
}
body.animation-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.00);
    z-index: 5;
    border: 1px solid #fff;
    border-radius: 10px;
}
body.animation-page .header-navigation li:hover .submenu {
    display: flex;
}


/* Source: css/sidebar_on_top.css */
body.animation-page 
@media (max-width: 768px) {
  body.animation-page .sidebar {
      margin: 0;
    width: 120px;       
    padding: 10px;      
    font-size: 0.9rem;  
  }
  body.animation-page 
  .sidebar a {
    font-size: 0.85rem;
    display: block;     
    margin-bottom: 6px; 
  }
  body.animation-page 
  main, body.animation-page section, body.animation-page .video-container {
    margin-left: 120px; 
  }
}


/* Source: css/phone_02.css */
body.animation-page .pdf-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; 
  border: none;
}
body.animation-page .sidebar {
    width: sticky; 
    background-color: #fff; 
    color: #333;
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1; 
}


/* Source: css/animation.css */
body.animation-page #pdf-container {
    margin: 20px auto;
    text-align: center;
}
body.animation-page #pdf-viewer {
    width: 100%;
    height: 600px; 
    border: none;
}
@media (max-width: 768px) {
    body.animation-page #pdf-viewer {
        height: 400px; 
    }
}
@media (max-width: 480px) {
    body.animation-page #pdf-viewer {
        height: 300px; 
    }
}
body.animation-page .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
body.animation-page .image {
    width: 300px;
    height: 200px;
    overflow: hidden;
}
body.animation-page .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
body.animation-page .image img:hover {
    transform: scale(1.1);
}
body.animation-page {
    font-family: sans-serif;
}
body.animation-page .container {
    align-items: absolute;
    position: center;
    height: 100vh;
}
body.animation-page .sidebar {
    width: 143px; 
    background-color: #fff;
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1;  

}
body.animation-page .sidebar h2 {
    font-size: 20px;
}
body.animation-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.animation-page .sidebar ul li {
    margin-bottom: 10px;
}
body.animation-page .sidebar a {
    font-size: 25px ;
    text-decoration: none;
    color: #000;
}
body.animation-page .content {
    margin-left: 30px; 
    padding: 2px;
    transition:margin-left: 0.3s; 
}
body.animation-page .sidebar.closer { 
width:200px;
}
body.animation-page content.closer {
    margin-left:20px;
}
body.animation-page #lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    z-index: 999;
}
body.animation-page #lightbox img {
    max-width: 80%;
    max-height: 80vh;
    margin: 0 auto;
    margin-top: 10vh;
}
body.animation-page close
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #f10707;
}
body.animation-page .next-button,
body.animation-page .prev-button {
    background-color: #f3f3f3;
    color: #000000;
    padding: 4px 4px;
    border-radius: 1px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 24;
    right: 11;
    display: block; 
    width: 10%; 
    text-align: center; 
}
body.animation-page .next-button {
        right: 400px; 
    }   
body.animation-page .prev-button {
        left: 400px; 
    }
body.animation-page .next-button:hover, body.animation-page .prev-button:hover {
        background-color: #FFF; 
    }
body.animation-page .next-button:hover, body.animation-page .prev-button:hover {
    background-color: #FFF; 
}
body.animation-page .next-button:hover, body.animation-page .prev-button:hover {
    background-color: #FFF; 
}
body.animation-page .gallery-frame {
    width: 100%;
    max-width: 2500px; 
    margin: 0 auto; 
    padding: 4px; 
    box-sizing: border-box; 
    float: left
}
body.animation-page .gallery {
    display: grid;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
    justify-content: center;
}
body.animation-page .gallery-item{
    flex; 1 0 calc(33.33% - 20px); /
    max-width: calc(33.33% - 30px);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
} 
body.animation-page .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
body.animation-page .gallery-item img:hover {
    transform: scale(1.1);
}
body.animation-page .video-container { 
    text-align: center;
    margin-top: -120px;
    margin-left: auto;
    margin-right: auto;
    border: 180px solid #fff;
    box-sizing: content-box;
}
body.animation-page video {
    max-width: 100%;
    text-align: center;
}
body.animation-page h1 {
    text-align: center; 
    font-size: 18px; 
    margin-bottom: 20px; 
}
body.animation-page h3 {
    text-align:center; 
    font-size: 10px; 
}
   body.animation-page .speakerdeck-iframe{
    width: 600px;
    height: 500px;
    text-align: center;
    margin-left: 218px;
   }
body.animation-page img.small {
    max-width: 100px;
    max-height: 100px;
}
body.animation-page img.large {
    max-width: 700px;
    max-height: 700px;
}
body.animation-page .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
body.animation-page .enlarged-image {
    max-width: 90%;
    max-height: 90%;
}
body.animation-page .item-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.2s;
}
body.animation-page .item-caption h1 {
    color: rgb(255, 255, 255); 
    font-size: 20px;
    text-align: center;
    padding: 10px;
}
body.animation-page .social-links {
    text-align: center;
    margin-top: 20px;
}
body.animation-page .social-link {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin: 10px;
    display: inline-block;
}
body.animation-page .emoji {
    font-size: 24px;
    margin-right: 10px;
}
body.animation-page .social-link img {
    width: 30px; 
    height: 30px;
}
body.animation-page .video-container {
   text-align: center;
   margin-top:-170px;
   margin-left:60px;
   border: 190px sold #fff;
   box-sizing:content-box;    
}
body.animation-page #floatingGif {
    position: fixed;  
    top: 1px;       
    left: 140px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.animation-page #floatingGif2 {
    position: fixed;  
    top: 460px;       
    left: 40px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.animation-page .submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
    border: 1px solid ###fff;
    border-radius: 10px;
}
body.animation-page .sidebar li:hover .submenu {
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
}
body.animation-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(, 0, 0, 0.00);
    z-index: 5;
    border: 10px solid #fff;
    border-radius: 10px;
}
   body.animation-page .header-navigation li:hover .submenu {
    display: flex;

}

/* Source: css/animation_index.css */
body.animation-page #animation-reel {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  width: 100vw;
  margin: 0;
  padding: 2rem 20px;  
  box-sizing: border-box;
}
body.animation-page .animation-reel-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 30px;
  box-sizing: border-box;
}
body.animation-page .main-reel {
  flex: 1.5;
  max-width: 750px;
  width: 85%;
}
body.animation-page .main-reel video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
body.animation-page .sample-reels {
  flex: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;
}
body.animation-page .sample-item video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  body.animation-page .sample-reels {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  body.animation-page .animation-reel-container {
    flex-direction: column;
    padding: 0 10px;
  }
  body.animation-page .main-reel {
    margin-bottom: 2rem;
  }
  body.animation-page .sample-reels {
    grid-template-columns: 1fr;
  }
}


/* Source: css/sidebar.css */
body.animation-page .sidebar {
    width: clamp(120px, 20vw, 300px);
    background-color: #fff; 
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1;
    margin: 0;
    place-items: center;
    
}
body.animation-page .sidebar h2 {
    font-size: 20px;
}
body.animation-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.animation-page .sidebar ul li {
    margin-bottom: 10px;
}
body.animation-page .sidebar a {
    font-size: 25px;
    text-decoration: none;
    color: #000;
      display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100%;    
}
body.animation-page .social-link {
    text-align: center;
    margin-top: 20px;
      display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100%;    
}
body.animation-page .social-link {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin: 10px;
<!--    display: inline-block; -->
			       text-align: center
					     display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100%;    
}
body.animation-page .social-link img {
    width: 30px;
    height: 30px;
}
body.animation-page .icon {
    margin-top: 20px;
    }
body.animation-page .icon {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin: 10px;
}
body.animation-page .icon img {
    width: 135px;
    height: 85px;
}
body.animation-page .sidebar li:hover .submenu {
    display: block;
    border: 1px solid #ccc;
}
body.animation-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.00);
    z-index: 5;
    border: 1px solid #fff;
    border-radius: 10px;
}
body.animation-page .header-navigation li:hover .submenu {
    display: flex;
}


/* Source: css/sidebar_on_top.css */
body.animation-page 
@media (max-width: 768px) {
  body.animation-page .sidebar {
      margin: 0;
    width: 120px;       
    padding: 10px;      
    font-size: 0.9rem;  
  }
  body.animation-page 
  .sidebar a {
    font-size: 0.85rem;
    display: block;     
    margin-bottom: 6px; 
  }
  body.animation-page 
  main, body.animation-page section, body.animation-page .video-container {
    margin-left: 120px; 
  }
}



/* Source: css/animation.css */
body.character-design-page #pdf-container {
    margin: 20px auto;
    text-align: center;
}
body.character-design-page #pdf-viewer {
    width: 100%;
    height: 600px; 
    border: none;
}
@media (max-width: 768px) {
    body.character-design-page #pdf-viewer {
        height: 400px; 
    }
}
@media (max-width: 480px) {
    body.character-design-page #pdf-viewer {
        height: 300px; 
    }
}
body.character-design-page .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
body.character-design-page .image {
    width: 300px;
    height: 200px;
    overflow: hidden;
}
body.character-design-page .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
body.character-design-page .image img:hover {
    transform: scale(1.1);
}
body.character-design-page {
    font-family: sans-serif;
}
body.character-design-page .container {
    align-items: absolute;
    position: center;
    height: 100vh;
}
body.character-design-page .sidebar {
    width: 143px; 
    background-color: #fff;
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1;  

}
body.character-design-page .sidebar h2 {
    font-size: 20px;
}
body.character-design-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.character-design-page .sidebar ul li {
    margin-bottom: 10px;
}
body.character-design-page .sidebar a {
    font-size: 25px ;
    text-decoration: none;
    color: #000;
}
body.character-design-page .content {
    margin-left: 30px; 
    padding: 2px;
    transition:margin-left: 0.3s; 
}
body.character-design-page .sidebar.closer { 
width:200px;
}
body.character-design-page content.closer {
    margin-left:20px;
}
body.character-design-page #lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    z-index: 999;
}
body.character-design-page #lightbox img {
    max-width: 80%;
    max-height: 80vh;
    margin: 0 auto;
    margin-top: 10vh;
}
body.character-design-page close
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #f10707;
}
body.character-design-page .next-button,
body.character-design-page .prev-button {
    background-color: #f3f3f3;
    color: #000000;
    padding: 4px 4px;
    border-radius: 1px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 24;
    right: 11;
    display: block; 
    width: 10%; 
    text-align: center; 
}
body.character-design-page .next-button {
        right: 400px; 
    }   
body.character-design-page .prev-button {
        left: 400px; 
    }
body.character-design-page .next-button:hover, body.character-design-page .prev-button:hover {
        background-color: #FFF; 
    }
body.character-design-page .next-button:hover, body.character-design-page .prev-button:hover {
    background-color: #FFF; 
}
body.character-design-page .next-button:hover, body.character-design-page .prev-button:hover {
    background-color: #FFF; 
}
body.character-design-page .gallery-frame {
    width: 100%;
    max-width: 2500px; 
    margin: 0 auto; 
    padding: 4px; 
    box-sizing: border-box; 
    float: left
}
body.character-design-page .gallery {
    display: grid;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
    justify-content: center;
}
body.character-design-page .gallery-item{
    flex; 1 0 calc(33.33% - 20px); /
    max-width: calc(33.33% - 30px);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
} 
body.character-design-page .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
body.character-design-page .gallery-item img:hover {
    transform: scale(1.1);
}
body.character-design-page .video-container { 
    text-align: center;
    margin-top: -120px;
    margin-left: auto;
    margin-right: auto;
    border: 180px solid #fff;
    box-sizing: content-box;
}
body.character-design-page video {
    max-width: 100%;
    text-align: center;
}
body.character-design-page h1 {
    text-align: center; 
    font-size: 18px; 
    margin-bottom: 20px; 
}
body.character-design-page h3 {
    text-align:center; 
    font-size: 10px; 
}
   body.character-design-page .speakerdeck-iframe{
    width: 600px;
    height: 500px;
    text-align: center;
    margin-left: 218px;
   }
body.character-design-page img.small {
    max-width: 100px;
    max-height: 100px;
}
body.character-design-page img.large {
    max-width: 700px;
    max-height: 700px;
}
body.character-design-page .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
body.character-design-page .enlarged-image {
    max-width: 90%;
    max-height: 90%;
}
body.character-design-page .item-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.2s;
}
body.character-design-page .item-caption h1 {
    color: rgb(255, 255, 255); 
    font-size: 20px;
    text-align: center;
    padding: 10px;
}
body.character-design-page .social-links {
    text-align: center;
    margin-top: 20px;
}
body.character-design-page .social-link {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin: 10px;
    display: inline-block;
}
body.character-design-page .emoji {
    font-size: 24px;
    margin-right: 10px;
}
body.character-design-page .social-link img {
    width: 30px; 
    height: 30px;
}
body.character-design-page .video-container {
   text-align: center;
   margin-top:-170px;
   margin-left:60px;
   border: 190px sold #fff;
   box-sizing:content-box;    
}
body.character-design-page #floatingGif {
    position: fixed;  
    top: 1px;       
    left: 140px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.character-design-page #floatingGif2 {
    position: fixed;  
    top: 460px;       
    left: 40px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.character-design-page .submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
    border: 1px solid ###fff;
    border-radius: 10px;
}
body.character-design-page .sidebar li:hover .submenu {
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
}
body.character-design-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(, 0, 0, 0.00);
    z-index: 5;
    border: 10px solid #fff;
    border-radius: 10px;
}
   body.character-design-page .header-navigation li:hover .submenu {
    display: flex;

}

/* Source: css/animation_index.css */
body.character-design-page #animation-reel {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  width: 100vw;
  margin: 0;
  padding: 2rem 20px;  
  box-sizing: border-box;
}
body.character-design-page .animation-reel-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 30px;
  box-sizing: border-box;
}
body.character-design-page .main-reel {
  flex: 1.5;
  max-width: 750px;
  width: 85%;
}
body.character-design-page .main-reel video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
body.character-design-page .sample-reels {
  flex: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;
}
body.character-design-page .sample-item video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  body.character-design-page .sample-reels {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  body.character-design-page .animation-reel-container {
    flex-direction: column;
    padding: 0 10px;
  }
  body.character-design-page .main-reel {
    margin-bottom: 2rem;
  }
  body.character-design-page .sample-reels {
    grid-template-columns: 1fr;
  }
}


/* Source: css/horizontal.css */
body.character-design-page * {
  box-sizing: border-box;
}
body.character-design-page .left-container {
  margin-left: 350px;   
  max-width: 600px;    
  padding-left: 10px;  
  text-align: left;    
}
body.character-design-page .right-container {
  margin-right: 350px;   
  max-width: 600px;    
  padding-left: 10px;  
  text-align: right;    
}
body.character-design-page .grid img {
  width: 100%;
  height: auto;
  border: none;
  box-shadow: none;
  transition: transform 0.3s ease;
}
body.character-design-page .grid img:hover {
  transform: scale(1.05); 
}
body.character-design-page .fancybox__container {
  background-color: rgba(0, 0, 0, 0.9); 
}
body.character-design-page .fancybox__caption {
  color: white; 
  font-size: 1.2rem;
  text-align: center;
}
body.character-design-page {
  font-family: 'Figtree', sans-serif;
  margin-left: 60px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.character-design-page .navbar {
  position: sticky;
  top: 0;
  z-index: 1500;
  background-color: white;
  padding: 1rem 3rem;
  border-bottom: 1px solid #ddd;
}
body.character-design-page .navbar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  height: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.character-design-page .navbar a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  padding: 1rem;
  transition: color 0.2s;
}
body.character-design-page .navbar a:hover,
body.character-design-page .navbar a.active {
  color: #007bff;
  cursor: pointer;
}
body.character-design-page section {
  padding: 1rem 1rem;
  max-width: 100%;
  margin: 0 auto;
}
body.character-design-page #character-design .grid {
}
body.character-design-page #character-design .grid-item img {
  width: 95%; 
 }
body.character-design-page #animated-projects {
  text-align: center;
  margin: 40px auto;
}
body.character-design-page .project-container {
  display: flex;
  flex-direction: column;
  align-items: center; 
  gap: 20px; 
}
body.character-design-page .project-item {
  text-align: center;
}
body.character-design-page .project-item iframe {
  display: block;
  margin: 0 auto; 
  height: auto; 
}
body.character-design-page section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}
body.character-design-page .video-container {
  width: 95vw;
  max-width: 1000px;
  margin: 0 auto 3rem;
}

body.character-design-page .video-container video {
  margin: 20px auto;
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
body.character-design-page .video-container iframe {
  display: block;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
}
body.character-design-page .grid {
  display: grid;
  justify-content: left;
  align-items: left;
  grid-template-columns: repeat(auto-fill, minmax(590px, 1fr));
  gap: 6px;
  width: 100vw;
  margin: 0 auto;
  padding: 0;
}
body.character-design-page .grid-item.video-item {
  grid-column: span 2;
  grid-row: span 2;
  overflow: hidden;
  border-radius: 12px;
}
body.character-design-page .grid-item.video-item video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
  display: block;
}
body.character-design-page .grid-item {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: left;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
body.character-design-page .grid-item-2 {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  overflow:auto;
  object-fit: contain;
  text-align: center;
  width: 640px;
  position: relative;
  border-radius: 8px;
}
body.character-design-page .grid-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 8px;
  max-height: none;
  transition: transform 0.3s ease;
}
body.character-design-page .grid-item:hover img {
  transform: scale(1.02);
}
@media (max-width: 1024px) {
  body.character-design-page .grid {
      grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
      justif-content: center;
  }
}
@media (max-width: 768px) {
  body.character-design-page .navbar a {
    font-size: 0.95rem;
  }
  body.character-design-page section h2 {
    font-size: 2rem;
  }
  body.character-design-page .grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media (max-width: 600px) {
  body.character-design-page .grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  body.character-design-page .grid-item.video-item {
    grid-column: span 1;
    grid-row: auto;
    max-height: 250px;
  }
  body.character-design-page .grid-item video,
  body.character-design-page .grid-item iframe {
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: block;
  }
  body.character-design-page .grid-item img {
    max-height: none;
  }
}
@media (max-width: 800px) {
  body.character-design-page .navbar ul {
    gap: 1rem;
  }
  body.character-design-page .navbar a {
    font-size: 0.9rem;
    padding: 0.4rem;
  }
  body.character-design-page section h2 {
    font-size: 1.75rem;
  }
}
body.character-design-page #storyboards {
  max-width: 1000px;
  margin: 4rem auto;
  padding: 0 1rem;
}
body.character-design-page .storyboard-item {
    margin-bottom: 3rem;
    height: auto;
    max-width: 2000px;
    display: inline-block;
}
body.character-design-page .storyboard-item h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
body.character-design-page .pdf-download {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  text-decoration: underline;
  color: #007bff;
}
body.character-design-page .storyboard-pdf {
  width: 100%;
  height: 500px;
  border: none;
  margin-top: 1rem;
  border-radius: 8px;
}
body.character-design-page .about-me {
  padding: 3rem 1.5rem;
  background-color: #f9f9f9;
  text-align: center;
}
body.character-design-page .about-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
body.character-design-page .avatar {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #ddd;
  margin-bottom: 1rem;
}
body.character-design-page .about-text h1 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}
body.character-design-page .about-text p {
  max-width: 600px;
  font-size: 1.1rem;
  color: #555;
  margin: 0 auto;
}
body.character-design-page 
@media (min-width: 768px) {
  body.character-design-page .about-container {
    flex-direction: row;
    text-align: left;
    gap: 2rem;
  }
  body.character-design-page .about-text {
    flex: 1;
  }

body.character-design-page .lightbox-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 20px;
}
body.character-design-page 
a[data-lightbox] img {
  display: block;
  max-width: 100%;
  width: 150px;
  height: auto;
  border: 2px solid #ccc;
  border-radius: 4px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
body.character-design-page a[data-lightbox] img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
body.character-design-page #video-library {
  padding: 20px;
  text-align: center;
}
body.character-design-page #video-library h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
body.character-design-page #video-library .grid {
  display: grid;
  gap: 15px;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(550px, 4fr));
  gap: 3px;
  max-width: 1900px;
  margin: 0 auto;
}
body.character-design-page #video-library .grid-item {
  text-align: center;
}
body.character-design-page #video-library video {
  width: 100%;
  height: 100%px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  margin: 0 auto
}
body.character-design-page #video-library p {
  margin-top: 10px;
  font-size: 1rem;
  color: #333;
}
@media (max-width: 600px) {
  body.character-design-page #video-library .grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); 
  }
  body.character-design-page #video-library video {
    width: 120px; 
    height: 80px;
  }
  body.character-design-page .vimeo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
  gap: 20px; 
  justify-content: center; 
  align-items: start; 
  margin: 20px auto;
  max-width: 1200px; 
}
body.character-design-page .vimeo-item {
  text-align: center; 
}
body.character-design-page .vimeo-item iframe {
  width: 100%; 
  height: auto; 
  border-radius: 8px; 
}
body.character-design-page .fixed-image {
  position: fixed;  
  bottom: 0;        
  right: 0;         
  top: 23px;
  width: 20%;
  max-width: 85px;
  max-height: 95px;
}
body.character-design-page .contact-section {
      max-width: 900px;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 150px;
    max-width: 600px;
    margin: 60px auto;
    padding: 60px;
    background: #fefefe;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    font-family: 'Figtree', sans-serif;
}
body.character-design-page .contact-section h2 {
    font-size: 2rem;
    text-align: center;
  margin-bottom: 20px;
}
body.character-design-page .contact-form {
    body.character-design-page display: flex;
    flex-direction: column;
    width: 100%;
    
.contact-form label {
  display: block;
  margin-top: 15px;
  font-weight: 600;
  color: #333;
}
body.character-design-page .contact-form input,
body.character-design-page .contact-form textarea {
  width: 100%;
  padding: 260px;
  margin-top: 5px;
  border-radius: 100px;
  border: 10px solid #ccc;
  font-size: 1em;
}
body.character-design-page .contact-form button {
  margin-top: 20px;
  width: 100%;
  background: #007BFF;
  color: white;
  border: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}
body.character-design-page .contact-form button:hover {
  background: #0056b3;
}


body.character-design-page .contact-form {
  display: flex;
  flex-direction: column;
}

body.character-design-page .contact-form label {
  margin: 40px 0 5px;
  font-weight: bold;
  color: #333;
}

body.character-design-page .contact-form input,
body.character-design-page .contact-form textarea {
  padding: 150px;
  font-size: 1rem;
  border-radius: 6px;
  border: 400px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}
body.character-design-page .contact-form textarea {
  min-height: 290px;
  resize: vertical;
}
body.character-design-page .contact-form button {
  margin-top: 20px;
  padding: 25px;
  background-color: #007BFF;
  color: white;
  font-size: 1rem;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}
body.character-design-page .contact-form button:hover {
  background-color: #0056b3;
}

body.character-design-page .right-panel {
  flex: 2;
  min-width: 300px;
  padding: 60px; 
}

body.character-design-page form {
  padding: 10px;
  background-color: #f9f9f9; 
  border-radius: 8px;
}
body.character-design-page .contact-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 500px;
  margin: 80px auto;
  padding: 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}
body.character-design-page .contact-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

body.character-design-page .contact-form {
    margin: 10px auto;
    padding: 10px;
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
body.character-design-page .contact-form input {
    padding: 12px;
    font-size: 1rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
}
body.character-design-page .contact-form button {
    padding: 12px;
    background-color: #007BFF;
    color: white;
    font-size: 1rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}
body.character-design-page .contact-form button:hover {
    background-color: #0056b3;
}

body.character-design-page .email-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    margin: 80px auto;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    gap: 15px;
}
body.character-design-page .email-form label {
    font-weight: bold;
    color: #333;
}
body.character-design-page .email-form input,
body.character-design-page .email-form textarea {
    padding: 10px;
    font-size: 1rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 100%;
}

body.character-design-page .email-form textarea {
    resize: vertical;
}
body.character-design-page .email-form button {
    padding: 12px;
    background-color: #007BFF;
    color: white;
    font-size: 1rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}
body.character-design-page .email-form button:hover {
    background-color: #0056b3;
}
body.character-design-page .email-frame {
    max-width: 400px;
    margin: 80px auto;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

body.character-design-page .email-form {
    width: 200px;
    display: table-cell;
    flex-direction: column;
    gap: 15px;
}

body.character-design-page .email-form label {
    font-weight: bold;
    color: #333;
}

body.character-design-page .email-form input,
body.character-design-page .email-form textarea {
    padding: 10px;
    font-size: 1rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 24%;
}

body.character-design-page .email-form textarea {
    resize: vertical;
}

body.character-design-page .email-form button {
    padding: 12px;
    background-color: #007BFF;
    color: white;
    font-size: 1rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}

body.character-design-page .email-form button:hover {
    background-color: #0056b3;
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  body.character-design-page::before {
    content: "📱 Please rotate your device to landscape for the best experience.";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: black;
    color: white;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9999;
    padding: 20px;
  }

  body.character-design-page body > * {
    display: none;
  }
}

}
}
}

/* Source: css/email.css */
body.character-design-page .email-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

body.character-design-page 
.left-panel {
  flex: 1;
  min-width: 300px;
  background-color: #2e3b4e;
  color: #fff;
  padding: 30px;
  text-align: center;
}

body.character-design-page .email-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}

body.character-design-page .email-about-me h2 {
  margin-top: 0;
}

body.character-design-page .email-about-me p {
  font-size: 16px;
  line-height: 1.6;
}

body.character-design-page 
.email-right-panel {
  flex: 2;
  min-width: 300px;
  padding: 30px;
}

body.character-design-page .email-right-panel h2 {
  margin-bottom: 20px;
}

body.character-design-page .email-form label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}

body.character-design-page .email-form input,
body.character-design-page .email-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
}

body.character-design-page .email-form button {
  margin-top: 20px;
  width: 100%;
  padding: 12px;
  background-color: #4CAF50;
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;
}

body.character-design-page .email-form button:hover {
  background-color: #45a049;
}

body.character-design-page 
@media (max-width: 768px) {
  body.character-design-page .email-container {
    flex-direction: column;
  }
  body.character-design-page .email-left-panel, body.character-design-page .email-right-panel {
    width: 100%;
  }
}


/* Source: css/sidebar.css */
body.character-design-page .sidebar {
    width: clamp(120px, 20vw, 300px);
    background-color: #fff; 
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1;
    margin: 0;
    place-items: center;
    
}
body.character-design-page .sidebar h2 {
    font-size: 20px;
}
body.character-design-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.character-design-page .sidebar ul li {
    margin-bottom: 10px;
}
body.character-design-page .sidebar a {
    font-size: 25px;
    text-decoration: none;
    color: #000;
      display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100%;    
}
body.character-design-page .social-link {
    text-align: center;
    margin-top: 20px;
      display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100%;    
}
body.character-design-page .social-link {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin: 10px;
<!--    display: inline-block; -->
			       text-align: center
					     display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100%;    
}
body.character-design-page .social-link img {
    width: 30px;
    height: 30px;
}
body.character-design-page .icon {
    margin-top: 20px;
    }
body.character-design-page .icon {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin: 10px;
}
body.character-design-page .icon img {
    width: 135px;
    height: 85px;
}
body.character-design-page .sidebar li:hover .submenu {
    display: block;
    border: 1px solid #ccc;
}
body.character-design-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.00);
    z-index: 5;
    border: 1px solid #fff;
    border-radius: 10px;
}
body.character-design-page .header-navigation li:hover .submenu {
    display: flex;
}


/* Source: css/sidebar_on_top.css */
body.character-design-page 
@media (max-width: 768px) {
  body.character-design-page .sidebar {
      margin: 0;
    width: 120px;       
    padding: 10px;      
    font-size: 0.9rem;  
  }
  body.character-design-page 
  .sidebar a {
    font-size: 0.85rem;
    display: block;     
    margin-bottom: 6px; 
  }
  body.character-design-page 
  main, body.character-design-page section, body.character-design-page .video-container {
    margin-left: 120px; 
  }
}


/* Source: css/story_styles_03.css */
body.character-design-page #pdf-container {
    margin: 20px auto;
    text-align: center;
}
body.character-design-page #pdf-viewer {
    width: 640px;
    height: 580px; 
    border: none;
}
@media (max-width: 768px) {
    body.character-design-page #pdf-viewer {
        height: 400px;
    }
}
@media (max-width: 480px) {
    body.character-design-page #pdf-viewer {
        height: 300px;
    }
}
body.character-design-page .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
body.character-design-page .image {
    width: 300px;
    height: 200px;
    overflow: hidden;
}
body.character-design-page .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
body.character-design-page .image img:hover {
    transform: scale(1.1);
}
body.character-design-page {
    font-family: sans-serif;
}
body.character-design-page .container {
    align-items: absolute;
    position: center;
    height: 100vh;
}
body.character-design-page .sidebar {
    width: 200px; 
    background-color: #fff; 
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1; 
}
body.character-design-page .sidebar h2 {
    font-size: 20px;
}
body.character-design-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.character-design-page .sidebar ul li {
    margin-bottom: 10px;
}
body.character-design-page .sidebar a {
    font-size: 25px ;
    text-decoration: none;
    color: #000;
}
body.character-design-page .content {
    margin-left: 30px; 
    padding: 2px;
    transition:margin-left: 0.3s; 
}
body.character-design-page .sidebar.closer { 
width:200px;
}
body.character-design-page content.closer {
    margin-left:20px;
}
body.character-design-page #lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    z-index: 999;
}
body.character-design-page #lightbox img {
    max-width: 80%;
    max-height: 80vh;
    margin: 0 auto;
    margin-top: 10vh;
}
body.character-design-page close
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #f10707;
}
body.character-design-page .next-button,

body.character-design-page .prev-button {
    background-color: #f3f3f3;
    color: #000000;
    padding: 4px 4px;
    border-radius: 1px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 24;
    right: 11;
    display: block; 
    width: 10%; 
    text-align: center; 
}
    body.character-design-page .next-button {
        right: 400px; 
    }
    body.character-design-page .prev-button {
        left: 400px; 
    }
    body.character-design-page .next-button:hover, body.character-design-page .prev-button:hover {
        background-color: #22bc41; 
    }
body.character-design-page .next-button:hover, body.character-design-page .prev-button:hover {
    background-color: #22bc41; 
}
body.character-design-page .next-button:hover, body.character-design-page .prev-button:hover {
    background-color: #22bc41; 
}
body.character-design-page .gallery-frame {
    width: 100%; 
    max-width: 2500px; 
    margin: 0 auto; 
    padding: 4px; 
    box-sizing: border-box; 
    float: left
}
body.character-design-page .gallery {
   display: grid;
   flex-wrap: wrap;
   gap: 10px;
   grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); 
   gap: 10px;
   justify-content: center;
}
body.character-design-page .gallery-item{
    flex; 1 0 calc(33.33% - 20px); /
    max-width: calc(33.33% - 30px); 
    max-height: 450px; 
    overflow: hidden;
    object-fit: contain;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
} 
body.character-design-page .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s;
}
body.character-design-page .gallery-item img:hover {
    transform: scale(1.1);
}
body.character-design-page .video-container { 
    text-align: center;
    margin-top: -120px;
    margin-left: auto;
    border: 180px solid #fff;
    box-sizing: content-box;
}
body.character-design-page video {
    max-width: 100%;
}
body.character-design-page h1 {
    text-align: center; 
    font-size: 18px; 
    margin-bottom: 20px; 
}
body.character-design-page h3 {
    text-align:center; 
    font-size: 10px; 
}
   body.character-design-page .speakerdeck-iframe{
    width: 600px;
    height: 500px;
    text-align: center;
    margin-left: 218px;
   }
body.character-design-page img.small {
    max-width: 100px;
    max-height: 100px;
}
body.character-design-page img.large {
    max-width: 700px;
    max-height: 700px;
}
body.character-design-page .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
body.character-design-page .enlarged-image {
    max-width: 90%;
    max-height: 90%;
}
body.character-design-page .item-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    opacity: 0;
    transition: opacity 0.2s;
}
body.character-design-page .item-caption h1 {
    color: rgb(255, 255, 255); 
    font-size: 20px; 
    text-align: center;
    padding: 10px;
}
body.character-design-page .social-links {
    text-align: center;
    margin-top: 20px;
}
body.character-design-page .social-link {
    text-decoration: none;
    color: #333; 
    font-size: 20px;
    margin: 10px;
    display: inline-block;
}
body.character-design-page .emoji {
    font-size: 24px;
    margin-right: 10px;
}
body.character-design-page .social-link img {
    width: 30px; 
    height: 30px; 
}
body.character-design-page .video-container {
   
   margin-top:-170px;
   margin-left:60px;
   margin-bottom:-170px
   
   
}
body.character-design-page #floatingGif {
    position: fixed;  
    top: 1px;       
    left: 140px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.character-design-page #floatingGif2 {
    position: fixed;  
    top: 460px;       
    left: 40px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.character-design-page .submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
    border: 1px solid ###fff;
    border-radius: 10px;
}
body.character-design-page .sidebar li:hover .submenu {
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
}
body.character-design-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(, 0, 0, 0.00);
    z-index: 5;
    border: 10px solid #fff;
    border-radius: 10px;
}
   body.character-design-page .header-navigation li:hover .submenu {
    display: flex;
}


/* Source: css/phone.css */
    body.character-design-page {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background-color: #fff;
      color: #000;
      transition: all 0.3s ease;
    }
    body.character-design-page .sidebar {
      position: fixed;
      top: -10px;
      left: -10;
      width: 20px;
      height: auto;
      background-color: #fff;
      color: #000;
      z-index: 30;
      border-right: 0px solid #ddd;
    }
    body.character-design-page .sidebar a {
      display: block;
      padding: 3px;
      color: #000;
      text-decoration: none;
      border-bottom: 1px solid #f1f1f1;
      transition: color 0.3s ease;
    }

    body.character-design-page .sidebar a:hover {
      background-color: #f0f0f0;
      color: #00ff00;
    }

    body.character-design-page main, body.character-design-page section, body.character-design-page .video-container {
      margin-left: 250px; 
    }

    body.character-design-page .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
      gap: 10px;
    }

    body.character-design-page .grid-item img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 6px;
    }

    @media (max-width: 768px) {
      body.character-design-page {
        font-size: 14px;
      }

      body.character-design-page .sidebar {
        position: relative;
        height: auto;
	width: auto;
	display: flex;
        justify-content: space-between;
        z-index: 999;
      }

      body.character-design-page main, body.character-design-page section, body.character-design-page .video-container {
        margin-left: 0;
        padding-top: 60px;
      }

      body.character-design-page .grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      }
    }

    body.character-design-page footer {
      text-align: center;
      padding: 20px;
      background-color: #fff; 
      color: #000;
    }

    body.character-design-page footer a {
      color: #000;
      text-decoration: none;
    }

    body.character-design-page .email-form input, body.character-design-page .email-form textarea, body.character-design-page .email-form button {
      width: 100%;
      padding: 10px;
      margin: 10px 0;
      font-size: 16px;
    }

    body.character-design-page .email-form button {
      background-color: #333;
      color: white;
      border: none;
    }

    body.character-design-page .email-form button:hover {
      background-color: #00ff00;
      cursor: pointer;
    }


/* Source: css/phone_02.css */
body.character-design-page .pdf-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; 
  border: none;
}
body.character-design-page .sidebar {
    width: sticky; 
    background-color: #fff; 
    color: #333;
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1; 
}


/* Source: css/index.css */
body.character-design-page #pdf-container {
    margin: 20px auto;
    text-align: center;
}
body.character-design-page #pdf-viewer {
    width: 100%;
    height: 520px;
    border: none;
}
@media (max-width: 768px) {
    body.character-design-page #pdf-viewer {
        height: 400px; 
    }
}
@media (max-width: 480px) {
    body.character-design-page #pdf-viewer {
        height: 300px; 
    }
}
body.character-design-page .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
body.character-design-page .image {
    width: 300px;
    height: 200px;
    overflow: hidden;
}
body.character-design-page .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s;
}
body.character-design-page .image img:hover {
    transform: scale(1.1);
}
body.character-design-page {
    font-family: sans-serif;
}
body.character-design-page .container {
    align-items: absolute;
    position: center;
    height: 100vh;
}
body.character-design-page .sidebar {
    width: 143px; 
    background-color: #fff; 
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 9999;  
    margin-left: 0;
}
body.character-design-page .sidebar h2 {
    font-size: 10px;
}
body.character-design-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.character-design-page .sidebar ul li {
    margin-bottom: 10px;
}
body.character-design-page .sidebar a {
    font-size: 5px ;
    text-decoration: none;
    color: #000;
}
body.character-design-page .content {
    margin-left: 80px; 
    padding: 2px;
    transition:margin-left: 0.3s; 
}
body.character-design-page .sidebar.closer { 
    width:200px;
}
body.character-design-page content.closer {
    margin-left:20px;
}
body.character-design-page #lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    z-index: 999;
}
body.character-design-page #lightbox img {
    max-width: 80%;
    max-height: 80vh;
    margin: 0 auto;
    margin-top: 10vh;
}
body.character-design-page close
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #f10707;
}
body.character-design-page .next-button,
body.character-design-page .prev-button {
    background-color: #f3f3f3;
    color: #000000;
    padding: 7px 7px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 24;
    right: 11;
    display: block; 
    width: 10%; 
    text-align: center; 
}
body.character-design-page .next-button {
    right: 400px; 
}
body.character-design-page .prev-button {
    left: 400px; 
}
body.character-design-page .next-button:hover, body.character-design-page .prev-button:hover {
    background-color: #add8e6; 
}
body.character-design-page .next-button:hover, body.character-design-page .prev-button:hover {
    background-color: #add8e6; 
}

body.character-design-page .next-button:hover, body.character-design-page .prev-button:hover {
    background-color: #add8e6; 
}
body.character-design-page .gallery-frame {
    width: 100%; 
    max-width: 2500px; 
    margin: 0 auto; 
    padding: 4px; 
    box-sizing: border-box; 
    float: left
}
body.character-design-page .gallery {
    display: grid;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); 
    gap: 10px;
    justify-content: center;
}
body.character-design-page .gallery-item{
    flex; 1 0 calc(33.33% - 20px); /
	max-width: calc(33.33% - 30px); 
    max-height: 450px; 
    overflow: hidden;
    object-fit: contain;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
} 
body.character-design-page .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s;
}
body.character-design-page .gallery-item img:hover {
    transform: scale(1.1);
}
body.character-design-page .story-container {
    text-align: auto;
    margin: 0 auto;
    padding: 20px;
    max-width: fit-content;
    max-height: 600px;
    box-sizing: content-box;  
}
body.character-design-page .video-container { 
    text-align: center;
    margin-top: -120px;
    margin-left: auto;
    border: 180px solid #fff;
    box-sizing: content-box;
    max-width: 3000px;
}
body.character-design-page video {
    max-width: 100%;
}
body.character-design-page h1 {
    text-align: center; 
    font-size: 12px; 
    margin-bottom: 20px; 
}
body.character-design-page h3 {
    text-align:center; 
    font-size: 10px; 
}
body.character-design-page speakerdeck-iframe{
    width: 600px;
    height: 500px;
    text-align: center;
    margin-left: 218px;
}
body.character-design-page 
img.small {
    max-width: 100px;
    max-height: 100px;
}
body.character-design-page 
img.large {
    max-width: 700px;
    max-height: 700px;
}

body.character-design-page #storyboards {
  display: flex;           
  gap: 20px;               
  justify-content: center; 
  flex-wrap: wrap;         
}
body.character-design-page .storyboard {
  flex: 1 1 30%;           
  max-width: 300px;        
}
body.character-design-page .storyboard img {
  width: 100%;             
}
body.character-design-page .slideshow {
  position: relative;
  width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.character-design-page .slideshow img.slide {
  width: 100%;
  object-fit: cover;
  align-items: center;
}
body.character-design-page h9 {
  font-size: 22px;
}

body.character-design-page .slideshow img.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 160px;
  cursor: pointer;
  align-items: center;
}
body.character-design-page .slideshow .left {
  left: 10px;
}
body.character-design-page .slideshow .right {
  right: 10px;
}

@media (max-width: 420px) {
  body.character-design-page .sidebar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 72px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    z-index: 100000 !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    background-color: rgba(255, 255, 255, 0.96) !important;
    box-sizing: border-box !important;
    backdrop-filter: blur(10px) !important;
  }

  body.character-design-page .sidebar ul {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    min-width: 100% !important;
  }

  body.character-design-page .sidebar li {
    display: inline-flex !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
  }

  body.character-design-page .sidebar a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 6px 8px !important;
    font-size: 0.85rem !important;
    text-decoration: none !important;
    color: #333 !important;
  }

  body.character-design-page .sidebar a:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
  }

  body.character-design-page .sidebar img,
  body.character-design-page .sidebar .icon img,
  body.character-design-page .sidebar .social-link img {
    width: 45px !important;
    height: 45px !important;
    max-width: 45px !important;
    max-height: 45px !important;
    object-fit: contain !important;
    border-radius: 8px !important;
  }

  body.character-design-page {
    padding-top: 82px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.character-design-page main,
  body.character-design-page section,
  body.character-design-page .content,
  body.character-design-page .video-container,
  body.character-design-page .gallery,
  body.character-design-page .grid {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}
body.character-design-page .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
body.character-design-page .enlarged-image {
    max-width: 90%;
    max-height: 90%;
}
body.character-design-page .item-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    opacity: 0;
    transition: opacity 0.2s;
}
body.character-design-page .item-caption h1 {
    color: rgb(255, 255, 255); 
    font-size: 20px; 
    text-align: center;
    padding: 10px;
}
body.character-design-page .social-links {
    text-align: center;
    margin-top: 20px;
}
body.character-design-page .social-link {
    text-decoration: none;
    color: #333; 
    font-size: 20px;
    margin: 10px;
    display: inline-block;
}
body.character-design-page .emoji {
    font-size: 24px;
    margin-right: 10px;
}
body.character-design-page .social-link img {
    width: 30px; 
    height: 30px; 
}
body.character-design-page .video-container {
   text-align: center;
   margin-top:-170px;
   margin-left:60px;
   border: 190px sold #fff;
   box-sizing:content-box;    
}
body.character-design-page #floatingGif {
    position: fixed;  
    top: 1px;       
    left: 140px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.character-design-page #floatingGif2 {
    position: fixed;  
    top: 460px;       
    left: 40px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.character-design-page .submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
    border: 1px solid ###fff;
    border-radius: 10px;
}
body.character-design-page .sidebar li:hover .submenu {
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
}
body.character-design-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(, 0, 0, 0.00);
    z-index: 5;
    border: 12px solid #fff;
    border-radius: 20px;


}
   body.character-design-page .header-navigation li:hover .submenu {
    display: flex;
}
body.character-design-page .sidebar .icon,
body.character-design-page .sidebar a.icon {
    margin: 2px 0;
}
@media (max-width: 768px) {
  body.character-design-page {
    padding-top: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    overflow-x: hidden !important;
  }

  body.character-design-page .sidebar {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: calc(100% + 20px) !important;
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
    margin: 0 -10px !important;
    padding: 6px 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    background-color: #fff !important;
    z-index: auto !important;
  }

  body.character-design-page #sidebar,
  body.character-design-page .sidebar .icon,
  body.character-design-page .sidebar .social-link- {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 2px !important;
    width: max-content !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  body.character-design-page .sidebar a,
  body.character-design-page .sidebar a.icon,
  body.character-design-page .sidebar a.social-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    height: auto !important;
    margin: 0 1px !important;
    padding: 0 !important;
    border-bottom: 0 !important;
  }

  body.character-design-page .sidebar img,
  body.character-design-page .sidebar .icon img,
  body.character-design-page .sidebar .social-link img {
    width: 68px !important;
    height: 44px !important;
    max-width: 68px !important;
    max-height: 44px !important;
    object-fit: contain !important;
    border-radius: 0 !important;
  }

  body.character-design-page main,
  body.character-design-page section,
  body.character-design-page .content,
  body.character-design-page .video-container,
  body.character-design-page .gallery,
  body.character-design-page .grid {
    margin-left: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.character-design-page .slideshow {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.character-design-page .slideshow img.slide,
  body.character-design-page .grid img,
  body.character-design-page section img {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 480px) {
  body.character-design-page .sidebar {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body.character-design-page #sidebar,
  body.character-design-page .sidebar .icon,
  body.character-design-page .sidebar .social-link- {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.character-design-page .sidebar a,
  body.character-design-page .sidebar a.icon,
  body.character-design-page .sidebar a.social-link {
    flex: 0 0 calc(20% - 2px) !important;
    margin: 1px !important;
    box-sizing: border-box !important;
  }

  body.character-design-page .sidebar img,
  body.character-design-page .sidebar .icon img,
  body.character-design-page .sidebar .social-link img {
    width: 100% !important;
    height: auto !important;
    max-width: 68px !important;
    max-height: 44px !important;
  }
}



/* Source: css/animation.css */
body.story-page #pdf-container {
    margin: 20px auto;
    text-align: center;
}
body.story-page #pdf-viewer {
    width: 100%;
    height: 600px; 
    border: none;
}
@media (max-width: 768px) {
    body.story-page #pdf-viewer {
        height: 400px; 
    }
}
@media (max-width: 480px) {
    body.story-page #pdf-viewer {
        height: 300px; 
    }
}
body.story-page .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
body.story-page .image {
    width: 300px;
    height: 200px;
    overflow: hidden;
}
body.story-page .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
body.story-page .image img:hover {
    transform: scale(1.1);
}
body.story-page {
    font-family: sans-serif;
}
body.story-page .container {
    align-items: absolute;
    position: center;
    height: 100vh;
}
body.story-page .sidebar {
    width: 143px; 
    background-color: #fff;
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1;  

}
body.story-page .sidebar h2 {
    font-size: 20px;
}
body.story-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.story-page .sidebar ul li {
    margin-bottom: 10px;
}
body.story-page .sidebar a {
    font-size: 25px ;
    text-decoration: none;
    color: #000;
}
body.story-page .content {
    margin-left: 30px; 
    padding: 2px;
    transition:margin-left: 0.3s; 
}
body.story-page .sidebar.closer { 
width:200px;
}
body.story-page content.closer {
    margin-left:20px;
}
body.story-page #lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    z-index: 999;
}
body.story-page #lightbox img {
    max-width: 80%;
    max-height: 80vh;
    margin: 0 auto;
    margin-top: 10vh;
}
body.story-page close
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #f10707;
}
body.story-page .next-button,
body.story-page .prev-button {
    background-color: #f3f3f3;
    color: #000000;
    padding: 4px 4px;
    border-radius: 1px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 24;
    right: 11;
    display: block; 
    width: 10%; 
    text-align: center; 
}
body.story-page .next-button {
        right: 400px; 
    }   
body.story-page .prev-button {
        left: 400px; 
    }
body.story-page .next-button:hover, body.story-page .prev-button:hover {
        background-color: #FFF; 
    }
body.story-page .next-button:hover, body.story-page .prev-button:hover {
    background-color: #FFF; 
}
body.story-page .next-button:hover, body.story-page .prev-button:hover {
    background-color: #FFF; 
}
body.story-page .gallery-frame {
    width: 100%;
    max-width: 2500px; 
    margin: 0 auto; 
    padding: 4px; 
    box-sizing: border-box; 
    float: left
}
body.story-page .gallery {
    display: grid;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
    justify-content: center;
}
body.story-page .gallery-item{
    flex; 1 0 calc(33.33% - 20px); /
    max-width: calc(33.33% - 30px);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
} 
body.story-page .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
body.story-page .gallery-item img:hover {
    transform: scale(1.1);
}
body.story-page .video-container { 
    text-align: center;
    margin-top: -120px;
    margin-left: auto;
    margin-right: auto;
    border: 180px solid #fff;
    box-sizing: content-box;
}
body.story-page video {
    max-width: 100%;
    text-align: center;
}
body.story-page h1 {
    text-align: center; 
    font-size: 18px; 
    margin-bottom: 20px; 
}
body.story-page h3 {
    text-align:center; 
    font-size: 10px; 
}
   body.story-page .speakerdeck-iframe{
    width: 600px;
    height: 500px;
    text-align: center;
    margin-left: 218px;
   }
body.story-page img.small {
    max-width: 100px;
    max-height: 100px;
}
body.story-page img.large {
    max-width: 700px;
    max-height: 700px;
}
body.story-page .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
body.story-page .enlarged-image {
    max-width: 90%;
    max-height: 90%;
}
body.story-page .item-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.2s;
}
body.story-page .item-caption h1 {
    color: rgb(255, 255, 255); 
    font-size: 20px;
    text-align: center;
    padding: 10px;
}
body.story-page .social-links {
    text-align: center;
    margin-top: 20px;
}
body.story-page .social-link {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin: 10px;
    display: inline-block;
}
body.story-page .emoji {
    font-size: 24px;
    margin-right: 10px;
}
body.story-page .social-link img {
    width: 30px; 
    height: 30px;
}
body.story-page .video-container {
   text-align: center;
   margin-top:-170px;
   margin-left:60px;
   border: 190px sold #fff;
   box-sizing:content-box;    
}
body.story-page #floatingGif {
    position: fixed;  
    top: 1px;       
    left: 140px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.story-page #floatingGif2 {
    position: fixed;  
    top: 460px;       
    left: 40px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.story-page .submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
    border: 1px solid ###fff;
    border-radius: 10px;
}
body.story-page .sidebar li:hover .submenu {
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
}
body.story-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(, 0, 0, 0.00);
    z-index: 5;
    border: 10px solid #fff;
    border-radius: 10px;
}
   body.story-page .header-navigation li:hover .submenu {
    display: flex;

}

/* Source: css/animation_index.css */
body.story-page #animation-reel {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  width: 100vw;
  margin: 0;
  padding: 2rem 20px;  
  box-sizing: border-box;
}
body.story-page .animation-reel-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 30px;
  box-sizing: border-box;
}
body.story-page .main-reel {
  flex: 1.5;
  max-width: 750px;
  width: 85%;
}
body.story-page .main-reel video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
body.story-page .sample-reels {
  flex: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;
}
body.story-page .sample-item video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  body.story-page .sample-reels {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  body.story-page .animation-reel-container {
    flex-direction: column;
    padding: 0 10px;
  }
  body.story-page .main-reel {
    margin-bottom: 2rem;
  }
  body.story-page .sample-reels {
    grid-template-columns: 1fr;
  }
}


/* Source: css/horizontal.css */
body.story-page * {
  box-sizing: border-box;
}
body.story-page .left-container {
  margin-left: 350px;   
  max-width: 600px;    
  padding-left: 10px;  
  text-align: left;    
}
body.story-page .right-container {
  margin-right: 350px;   
  max-width: 600px;    
  padding-left: 10px;  
  text-align: right;    
}
body.story-page .grid img {
  width: 100%;
  height: auto;
  border: none;
  box-shadow: none;
  transition: transform 0.3s ease;
}
body.story-page .grid img:hover {
  transform: scale(1.05); 
}
body.story-page .fancybox__container {
  background-color: rgba(0, 0, 0, 0.9); 
}
body.story-page .fancybox__caption {
  color: white; 
  font-size: 1.2rem;
  text-align: center;
}
body.story-page {
  font-family: 'Figtree', sans-serif;
  margin-left: 60px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.story-page .navbar {
  position: sticky;
  top: 0;
  z-index: 1500;
  background-color: white;
  padding: 1rem 3rem;
  border-bottom: 1px solid #ddd;
}
body.story-page .navbar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  height: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.story-page .navbar a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  padding: 1rem;
  transition: color 0.2s;
}
body.story-page .navbar a:hover,
body.story-page .navbar a.active {
  color: #007bff;
  cursor: pointer;
}
body.story-page section {
  padding: 1rem 1rem;
  max-width: 100%;
  margin: 0 auto;
}
body.story-page #character-design .grid {
}
body.story-page #character-design .grid-item img {
  width: 95%; 
 }
body.story-page #animated-projects {
  text-align: center;
  margin: 40px auto;
}
body.story-page .project-container {
  display: flex;
  flex-direction: column;
  align-items: center; 
  gap: 20px; 
}
body.story-page .project-item {
  text-align: center;
}
body.story-page .project-item iframe {
  display: block;
  margin: 0 auto; 
  height: auto; 
}
body.story-page section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}
body.story-page .video-container {
  width: 95vw;
  max-width: 1000px;
  margin: 0 auto 3rem;
}

body.story-page .video-container video {
  margin: 20px auto;
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
body.story-page .video-container iframe {
  display: block;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
}
body.story-page .grid {
  display: grid;
  justify-content: left;
  align-items: left;
  grid-template-columns: repeat(auto-fill, minmax(590px, 1fr));
  gap: 6px;
  width: 100vw;
  margin: 0 auto;
  padding: 0;
}
body.story-page .grid-item.video-item {
  grid-column: span 2;
  grid-row: span 2;
  overflow: hidden;
  border-radius: 12px;
}
body.story-page .grid-item.video-item video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
  display: block;
}
body.story-page .grid-item {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: left;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
body.story-page .grid-item-2 {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  overflow:auto;
  object-fit: contain;
  text-align: center;
  width: 640px;
  position: relative;
  border-radius: 8px;
}
body.story-page .grid-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 8px;
  max-height: none;
  transition: transform 0.3s ease;
}
body.story-page .grid-item:hover img {
  transform: scale(1.02);
}
@media (max-width: 1024px) {
  body.story-page .grid {
      grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
      justif-content: center;
  }
}
@media (max-width: 768px) {
  body.story-page .navbar a {
    font-size: 0.95rem;
  }
  body.story-page section h2 {
    font-size: 2rem;
  }
  body.story-page .grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media (max-width: 600px) {
  body.story-page .grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  body.story-page .grid-item.video-item {
    grid-column: span 1;
    grid-row: auto;
    max-height: 250px;
  }
  body.story-page .grid-item video,
  body.story-page .grid-item iframe {
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: block;
  }
  body.story-page .grid-item img {
    max-height: none;
  }
}
@media (max-width: 800px) {
  body.story-page .navbar ul {
    gap: 1rem;
  }
  body.story-page .navbar a {
    font-size: 0.9rem;
    padding: 0.4rem;
  }
  body.story-page section h2 {
    font-size: 1.75rem;
  }
}
body.story-page #storyboards {
  max-width: 1000px;
  margin: 4rem auto;
  padding: 0 1rem;
}
body.story-page .storyboard-item {
    margin-bottom: 3rem;
    height: auto;
    max-width: 2000px;
    display: inline-block;
}
body.story-page .storyboard-item h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
body.story-page .pdf-download {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  text-decoration: underline;
  color: #007bff;
}
body.story-page .storyboard-pdf {
  width: 100%;
  height: 500px;
  border: none;
  margin-top: 1rem;
  border-radius: 8px;
}
body.story-page .about-me {
  padding: 3rem 1.5rem;
  background-color: #f9f9f9;
  text-align: center;
}
body.story-page .about-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
body.story-page .avatar {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #ddd;
  margin-bottom: 1rem;
}
body.story-page .about-text h1 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}
body.story-page .about-text p {
  max-width: 600px;
  font-size: 1.1rem;
  color: #555;
  margin: 0 auto;
}
body.story-page 
@media (min-width: 768px) {
  body.story-page .about-container {
    flex-direction: row;
    text-align: left;
    gap: 2rem;
  }
  body.story-page .about-text {
    flex: 1;
  }

body.story-page .lightbox-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 20px;
}
body.story-page 
a[data-lightbox] img {
  display: block;
  max-width: 100%;
  width: 150px;
  height: auto;
  border: 2px solid #ccc;
  border-radius: 4px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
body.story-page a[data-lightbox] img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
body.story-page #video-library {
  padding: 20px;
  text-align: center;
}
body.story-page #video-library h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
body.story-page #video-library .grid {
  display: grid;
  gap: 15px;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(550px, 4fr));
  gap: 3px;
  max-width: 1900px;
  margin: 0 auto;
}
body.story-page #video-library .grid-item {
  text-align: center;
}
body.story-page #video-library video {
  width: 100%;
  height: 100%px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  margin: 0 auto
}
body.story-page #video-library p {
  margin-top: 10px;
  font-size: 1rem;
  color: #333;
}
@media (max-width: 600px) {
  body.story-page #video-library .grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); 
  }
  body.story-page #video-library video {
    width: 120px; 
    height: 80px;
  }
  body.story-page .vimeo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
  gap: 20px; 
  justify-content: center; 
  align-items: start; 
  margin: 20px auto;
  max-width: 1200px; 
}
body.story-page .vimeo-item {
  text-align: center; 
}
body.story-page .vimeo-item iframe {
  width: 100%; 
  height: auto; 
  border-radius: 8px; 
}
body.story-page .fixed-image {
  position: fixed;  
  bottom: 0;        
  right: 0;         
  top: 23px;
  width: 20%;
  max-width: 85px;
  max-height: 95px;
}
body.story-page .contact-section {
      max-width: 900px;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 150px;
    max-width: 600px;
    margin: 60px auto;
    padding: 60px;
    background: #fefefe;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    font-family: 'Figtree', sans-serif;
}
body.story-page .contact-section h2 {
    font-size: 2rem;
    text-align: center;
  margin-bottom: 20px;
}
body.story-page .contact-form {
    body.story-page display: flex;
    flex-direction: column;
    width: 100%;
    
.contact-form label {
  display: block;
  margin-top: 15px;
  font-weight: 600;
  color: #333;
}
body.story-page .contact-form input,
body.story-page .contact-form textarea {
  width: 100%;
  padding: 260px;
  margin-top: 5px;
  border-radius: 100px;
  border: 10px solid #ccc;
  font-size: 1em;
}
body.story-page .contact-form button {
  margin-top: 20px;
  width: 100%;
  background: #007BFF;
  color: white;
  border: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}
body.story-page .contact-form button:hover {
  background: #0056b3;
}


body.story-page .contact-form {
  display: flex;
  flex-direction: column;
}

body.story-page .contact-form label {
  margin: 40px 0 5px;
  font-weight: bold;
  color: #333;
}

body.story-page .contact-form input,
body.story-page .contact-form textarea {
  padding: 150px;
  font-size: 1rem;
  border-radius: 6px;
  border: 400px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}
body.story-page .contact-form textarea {
  min-height: 290px;
  resize: vertical;
}
body.story-page .contact-form button {
  margin-top: 20px;
  padding: 25px;
  background-color: #007BFF;
  color: white;
  font-size: 1rem;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}
body.story-page .contact-form button:hover {
  background-color: #0056b3;
}

body.story-page .right-panel {
  flex: 2;
  min-width: 300px;
  padding: 60px; 
}

body.story-page form {
  padding: 10px;
  background-color: #f9f9f9; 
  border-radius: 8px;
}
body.story-page .contact-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 500px;
  margin: 80px auto;
  padding: 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}
body.story-page .contact-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

body.story-page .contact-form {
    margin: 10px auto;
    padding: 10px;
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
body.story-page .contact-form input {
    padding: 12px;
    font-size: 1rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
}
body.story-page .contact-form button {
    padding: 12px;
    background-color: #007BFF;
    color: white;
    font-size: 1rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}
body.story-page .contact-form button:hover {
    background-color: #0056b3;
}

body.story-page .email-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    margin: 80px auto;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    gap: 15px;
}
body.story-page .email-form label {
    font-weight: bold;
    color: #333;
}
body.story-page .email-form input,
body.story-page .email-form textarea {
    padding: 10px;
    font-size: 1rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 100%;
}

body.story-page .email-form textarea {
    resize: vertical;
}
body.story-page .email-form button {
    padding: 12px;
    background-color: #007BFF;
    color: white;
    font-size: 1rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}
body.story-page .email-form button:hover {
    background-color: #0056b3;
}
body.story-page .email-frame {
    max-width: 400px;
    margin: 80px auto;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

body.story-page .email-form {
    width: 200px;
    display: table-cell;
    flex-direction: column;
    gap: 15px;
}

body.story-page .email-form label {
    font-weight: bold;
    color: #333;
}

body.story-page .email-form input,
body.story-page .email-form textarea {
    padding: 10px;
    font-size: 1rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 24%;
}

body.story-page .email-form textarea {
    resize: vertical;
}

body.story-page .email-form button {
    padding: 12px;
    background-color: #007BFF;
    color: white;
    font-size: 1rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}

body.story-page .email-form button:hover {
    background-color: #0056b3;
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  body.story-page::before {
    content: "📱 Please rotate your device to landscape for the best experience.";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: black;
    color: white;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9999;
    padding: 20px;
  }

  body.story-page body > * {
    display: none;
  }
}

}
}
}

/* Source: css/email.css */
body.story-page .email-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

body.story-page 
.left-panel {
  flex: 1;
  min-width: 300px;
  background-color: #2e3b4e;
  color: #fff;
  padding: 30px;
  text-align: center;
}

body.story-page .email-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}

body.story-page .email-about-me h2 {
  margin-top: 0;
}

body.story-page .email-about-me p {
  font-size: 16px;
  line-height: 1.6;
}

body.story-page 
.email-right-panel {
  flex: 2;
  min-width: 300px;
  padding: 30px;
}

body.story-page .email-right-panel h2 {
  margin-bottom: 20px;
}

body.story-page .email-form label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}

body.story-page .email-form input,
body.story-page .email-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
}

body.story-page .email-form button {
  margin-top: 20px;
  width: 100%;
  padding: 12px;
  background-color: #4CAF50;
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;
}

body.story-page .email-form button:hover {
  background-color: #45a049;
}

body.story-page 
@media (max-width: 768px) {
  body.story-page .email-container {
    flex-direction: column;
  }
  body.story-page .email-left-panel, body.story-page .email-right-panel {
    width: 100%;
  }
}


/* Source: css/sidebar.css */
body.story-page .sidebar {
    width: clamp(120px, 20vw, 300px);
    background-color: #fff; 
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1;
    margin: 0;
    place-items: center;
    
}
body.story-page .sidebar h2 {
    font-size: 20px;
}
body.story-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.story-page .sidebar ul li {
    margin-bottom: 10px;
}
body.story-page .sidebar a {
    font-size: 25px;
    text-decoration: none;
    color: #000;
      display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100%;    
}
body.story-page .social-link {
    text-align: center;
    margin-top: 20px;
      display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100%;    
}
body.story-page .social-link {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin: 10px;
<!--    display: inline-block; -->
			       text-align: center
					     display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100%;    
}
body.story-page .social-link img {
    width: 30px;
    height: 30px;
}
body.story-page .icon {
    margin-top: 20px;
    }
body.story-page .icon {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin: 10px;
}
body.story-page .icon img {
    width: 135px;
    height: 85px;
}
body.story-page .sidebar li:hover .submenu {
    display: block;
    border: 1px solid #ccc;
}
body.story-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.00);
    z-index: 5;
    border: 1px solid #fff;
    border-radius: 10px;
}
body.story-page .header-navigation li:hover .submenu {
    display: flex;
}


/* Source: css/sidebar_on_top.css */
body.story-page 
@media (max-width: 768px) {
  body.story-page .sidebar {
      margin: 0;
    width: 120px;       
    padding: 10px;      
    font-size: 0.9rem;  
  }
  body.story-page 
  .sidebar a {
    font-size: 0.85rem;
    display: block;     
    margin-bottom: 6px; 
  }
  body.story-page 
  main, body.story-page section, body.story-page .video-container {
    margin-left: 120px; 
  }
}


/* Source: css/story_styles_03.css */
body.story-page #pdf-container {
    margin: 20px auto;
    text-align: center;
}
body.story-page #pdf-viewer {
    width: 640px;
    height: 580px; 
    border: none;
}
@media (max-width: 768px) {
    body.story-page #pdf-viewer {
        height: 400px;
    }
}
@media (max-width: 480px) {
    body.story-page #pdf-viewer {
        height: 300px;
    }
}
body.story-page .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
body.story-page .image {
    width: 300px;
    height: 200px;
    overflow: hidden;
}
body.story-page .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
body.story-page .image img:hover {
    transform: scale(1.1);
}
body.story-page {
    font-family: sans-serif;
}
body.story-page .container {
    align-items: absolute;
    position: center;
    height: 100vh;
}
body.story-page .sidebar {
    width: 200px; 
    background-color: #fff; 
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1; 
}
body.story-page .sidebar h2 {
    font-size: 20px;
}
body.story-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.story-page .sidebar ul li {
    margin-bottom: 10px;
}
body.story-page .sidebar a {
    font-size: 25px ;
    text-decoration: none;
    color: #000;
}
body.story-page .content {
    margin-left: 30px; 
    padding: 2px;
    transition:margin-left: 0.3s; 
}
body.story-page .sidebar.closer { 
width:200px;
}
body.story-page content.closer {
    margin-left:20px;
}
body.story-page #lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    z-index: 999;
}
body.story-page #lightbox img {
    max-width: 80%;
    max-height: 80vh;
    margin: 0 auto;
    margin-top: 10vh;
}
body.story-page close
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #f10707;
}
body.story-page .next-button,

body.story-page .prev-button {
    background-color: #f3f3f3;
    color: #000000;
    padding: 4px 4px;
    border-radius: 1px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 24;
    right: 11;
    display: block; 
    width: 10%; 
    text-align: center; 
}
    body.story-page .next-button {
        right: 400px; 
    }
    body.story-page .prev-button {
        left: 400px; 
    }
    body.story-page .next-button:hover, body.story-page .prev-button:hover {
        background-color: #22bc41; 
    }
body.story-page .next-button:hover, body.story-page .prev-button:hover {
    background-color: #22bc41; 
}
body.story-page .next-button:hover, body.story-page .prev-button:hover {
    background-color: #22bc41; 
}
body.story-page .gallery-frame {
    width: 100%; 
    max-width: 2500px; 
    margin: 0 auto; 
    padding: 4px; 
    box-sizing: border-box; 
    float: left
}
body.story-page .gallery {
   display: grid;
   flex-wrap: wrap;
   gap: 10px;
   grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); 
   gap: 10px;
   justify-content: center;
}
body.story-page .gallery-item{
    flex; 1 0 calc(33.33% - 20px); /
    max-width: calc(33.33% - 30px); 
    max-height: 450px; 
    overflow: hidden;
    object-fit: contain;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
} 
body.story-page .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s;
}
body.story-page .gallery-item img:hover {
    transform: scale(1.1);
}
body.story-page .video-container { 
    text-align: center;
    margin-top: -120px;
    margin-left: auto;
    border: 180px solid #fff;
    box-sizing: content-box;
}
body.story-page video {
    max-width: 100%;
}
body.story-page h1 {
    text-align: center; 
    font-size: 18px; 
    margin-bottom: 20px; 
}
body.story-page h3 {
    text-align:center; 
    font-size: 10px; 
}
   body.story-page .speakerdeck-iframe{
    width: 600px;
    height: 500px;
    text-align: center;
    margin-left: 218px;
   }
body.story-page img.small {
    max-width: 100px;
    max-height: 100px;
}
body.story-page img.large {
    max-width: 700px;
    max-height: 700px;
}
body.story-page .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
body.story-page .enlarged-image {
    max-width: 90%;
    max-height: 90%;
}
body.story-page .item-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    opacity: 0;
    transition: opacity 0.2s;
}
body.story-page .item-caption h1 {
    color: rgb(255, 255, 255); 
    font-size: 20px; 
    text-align: center;
    padding: 10px;
}
body.story-page .social-links {
    text-align: center;
    margin-top: 20px;
}
body.story-page .social-link {
    text-decoration: none;
    color: #333; 
    font-size: 20px;
    margin: 10px;
    display: inline-block;
}
body.story-page .emoji {
    font-size: 24px;
    margin-right: 10px;
}
body.story-page .social-link img {
    width: 30px; 
    height: 30px; 
}
body.story-page .video-container {
   
   margin-top:-170px;
   margin-left:60px;
   margin-bottom:-170px
   
   
}
body.story-page #floatingGif {
    position: fixed;  
    top: 1px;       
    left: 140px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.story-page #floatingGif2 {
    position: fixed;  
    top: 460px;       
    left: 40px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.story-page .submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
    border: 1px solid ###fff;
    border-radius: 10px;
}
body.story-page .sidebar li:hover .submenu {
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
}
body.story-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(, 0, 0, 0.00);
    z-index: 5;
    border: 10px solid #fff;
    border-radius: 10px;
}
   body.story-page .header-navigation li:hover .submenu {
    display: flex;
}


/* Source: css/phone.css */
    body.story-page {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background-color: #fff;
      color: #000;
      transition: all 0.3s ease;
    }
    body.story-page .sidebar {
      position: fixed;
      top: -10px;
      left: -10;
      width: 20px;
      height: auto;
      background-color: #fff;
      color: #000;
      z-index: 30;
      border-right: 0px solid #ddd;
    }
    body.story-page .sidebar a {
      display: block;
      padding: 3px;
      color: #000;
      text-decoration: none;
      border-bottom: 1px solid #f1f1f1;
      transition: color 0.3s ease;
    }

    body.story-page .sidebar a:hover {
      background-color: #f0f0f0;
      color: #00ff00;
    }

    body.story-page main, body.story-page section, body.story-page .video-container {
      margin-left: 250px; 
    }

    body.story-page .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
      gap: 10px;
    }

    body.story-page .grid-item img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 6px;
    }

    @media (max-width: 768px) {
      body.story-page {
        font-size: 14px;
      }

      body.story-page .sidebar {
        position: relative;
        height: auto;
	width: auto;
	display: flex;
        justify-content: space-between;
        z-index: 999;
      }

      body.story-page main, body.story-page section, body.story-page .video-container {
        margin-left: 0;
        padding-top: 60px;
      }

      body.story-page .grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      }
    }

    body.story-page footer {
      text-align: center;
      padding: 20px;
      background-color: #fff; 
      color: #000;
    }

    body.story-page footer a {
      color: #000;
      text-decoration: none;
    }

    body.story-page .email-form input, body.story-page .email-form textarea, body.story-page .email-form button {
      width: 100%;
      padding: 10px;
      margin: 10px 0;
      font-size: 16px;
    }

    body.story-page .email-form button {
      background-color: #333;
      color: white;
      border: none;
    }

    body.story-page .email-form button:hover {
      background-color: #00ff00;
      cursor: pointer;
    }


/* Source: css/phone_02.css */
body.story-page .pdf-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; 
  border: none;
}
body.story-page .sidebar {
    width: sticky; 
    background-color: #fff; 
    color: #333;
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1; 
}


/* Source: css/index.css */
body.story-page #pdf-container {
    margin: 20px auto;
    text-align: center;
}
body.story-page #pdf-viewer {
    width: 100%;
    height: 520px;
    border: none;
}
@media (max-width: 768px) {
    body.story-page #pdf-viewer {
        height: 400px; 
    }
}
@media (max-width: 480px) {
    body.story-page #pdf-viewer {
        height: 300px; 
    }
}
body.story-page .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
body.story-page .image {
    width: 300px;
    height: 200px;
    overflow: hidden;
}
body.story-page .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s;
}
body.story-page .image img:hover {
    transform: scale(1.1);
}
body.story-page {
    font-family: sans-serif;
}
body.story-page .container {
    align-items: absolute;
    position: center;
    height: 100vh;
}
body.story-page .sidebar {
    width: 143px; 
    background-color: #fff; 
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 9999;  
    margin-left: 0;
}
body.story-page .sidebar h2 {
    font-size: 10px;
}
body.story-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.story-page .sidebar ul li {
    margin-bottom: 10px;
}
body.story-page .sidebar a {
    font-size: 5px ;
    text-decoration: none;
    color: #000;
}
body.story-page .content {
    margin-left: 80px; 
    padding: 2px;
    transition:margin-left: 0.3s; 
}
body.story-page .sidebar.closer { 
    width:200px;
}
body.story-page content.closer {
    margin-left:20px;
}
body.story-page #lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    z-index: 999;
}
body.story-page #lightbox img {
    max-width: 80%;
    max-height: 80vh;
    margin: 0 auto;
    margin-top: 10vh;
}
body.story-page close
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #f10707;
}
body.story-page .next-button,
body.story-page .prev-button {
    background-color: #f3f3f3;
    color: #000000;
    padding: 7px 7px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 24;
    right: 11;
    display: block; 
    width: 10%; 
    text-align: center; 
}
body.story-page .next-button {
    right: 400px; 
}
body.story-page .prev-button {
    left: 400px; 
}
body.story-page .next-button:hover, body.story-page .prev-button:hover {
    background-color: #add8e6; 
}
body.story-page .next-button:hover, body.story-page .prev-button:hover {
    background-color: #add8e6; 
}

body.story-page .next-button:hover, body.story-page .prev-button:hover {
    background-color: #add8e6; 
}
body.story-page .gallery-frame {
    width: 100%; 
    max-width: 2500px; 
    margin: 0 auto; 
    padding: 4px; 
    box-sizing: border-box; 
    float: left
}
body.story-page .gallery {
    display: grid;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); 
    gap: 10px;
    justify-content: center;
}
body.story-page .gallery-item{
    flex; 1 0 calc(33.33% - 20px); /
	max-width: calc(33.33% - 30px); 
    max-height: 450px; 
    overflow: hidden;
    object-fit: contain;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
} 
body.story-page .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s;
}
body.story-page .gallery-item img:hover {
    transform: scale(1.1);
}
body.story-page .story-container {
    text-align: auto;
    margin: 0 auto;
    padding: 20px;
    max-width: fit-content;
    max-height: 600px;
    box-sizing: content-box;  
}
body.story-page .video-container { 
    text-align: center;
    margin-top: -120px;
    margin-left: auto;
    border: 180px solid #fff;
    box-sizing: content-box;
    max-width: 3000px;
}
body.story-page video {
    max-width: 100%;
}
body.story-page h1 {
    text-align: center; 
    font-size: 12px; 
    margin-bottom: 20px; 
}
body.story-page h3 {
    text-align:center; 
    font-size: 10px; 
}
body.story-page speakerdeck-iframe{
    width: 600px;
    height: 500px;
    text-align: center;
    margin-left: 218px;
}
body.story-page 
img.small {
    max-width: 100px;
    max-height: 100px;
}
body.story-page 
img.large {
    max-width: 700px;
    max-height: 700px;
}

body.story-page #storyboards {
  display: flex;           
  gap: 20px;               
  justify-content: center; 
  flex-wrap: wrap;         
}
body.story-page .storyboard {
  flex: 1 1 30%;           
  max-width: 300px;        
}
body.story-page .storyboard img {
  width: 100%;             
}
body.story-page .slideshow {
  position: relative;
  width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.story-page .slideshow img.slide {
  width: 100%;
  object-fit: cover;
  align-items: center;
}
body.story-page h9 {
  font-size: 22px;
}

body.story-page .slideshow img.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 160px;
  cursor: pointer;
  align-items: center;
}
body.story-page .slideshow .left {
  left: 10px;
}
body.story-page .slideshow .right {
  right: 10px;
}

@media (max-width: 420px) {
  body.story-page .sidebar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 72px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    z-index: 100000 !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    background-color: rgba(255, 255, 255, 0.96) !important;
    box-sizing: border-box !important;
    backdrop-filter: blur(10px) !important;
  }

  body.story-page .sidebar ul {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    min-width: 100% !important;
  }

  body.story-page .sidebar li {
    display: inline-flex !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
  }

  body.story-page .sidebar a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 6px 8px !important;
    font-size: 0.85rem !important;
    text-decoration: none !important;
    color: #333 !important;
  }

  body.story-page .sidebar a:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
  }

  body.story-page .sidebar img,
  body.story-page .sidebar .icon img,
  body.story-page .sidebar .social-link img {
    width: 45px !important;
    height: 45px !important;
    max-width: 45px !important;
    max-height: 45px !important;
    object-fit: contain !important;
    border-radius: 8px !important;
  }

  body.story-page {
    padding-top: 82px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.story-page main,
  body.story-page section,
  body.story-page .content,
  body.story-page .video-container,
  body.story-page .gallery,
  body.story-page .grid {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}
body.story-page .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
body.story-page .enlarged-image {
    max-width: 90%;
    max-height: 90%;
}
body.story-page .item-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    opacity: 0;
    transition: opacity 0.2s;
}
body.story-page .item-caption h1 {
    color: rgb(255, 255, 255); 
    font-size: 20px; 
    text-align: center;
    padding: 10px;
}
body.story-page .social-links {
    text-align: center;
    margin-top: 20px;
}
body.story-page .social-link {
    text-decoration: none;
    color: #333; 
    font-size: 20px;
    margin: 10px;
    display: inline-block;
}
body.story-page .emoji {
    font-size: 24px;
    margin-right: 10px;
}
body.story-page .social-link img {
    width: 30px; 
    height: 30px; 
}
body.story-page .video-container {
   text-align: center;
   margin-top:-170px;
   margin-left:60px;
   border: 190px sold #fff;
   box-sizing:content-box;    
}
body.story-page #floatingGif {
    position: fixed;  
    top: 1px;       
    left: 140px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.story-page #floatingGif2 {
    position: fixed;  
    top: 460px;       
    left: 40px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.story-page .submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
    border: 1px solid ###fff;
    border-radius: 10px;
}
body.story-page .sidebar li:hover .submenu {
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
}
body.story-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(, 0, 0, 0.00);
    z-index: 5;
    border: 12px solid #fff;
    border-radius: 20px;


}
   body.story-page .header-navigation li:hover .submenu {
    display: flex;
}
body.story-page .sidebar .icon,
body.story-page .sidebar a.icon {
    margin: 2px 0;
}
@media (max-width: 768px) {
  body.story-page {
    padding-top: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    overflow-x: hidden !important;
  }

  body.story-page .sidebar {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: calc(100% + 20px) !important;
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
    margin: 0 -10px !important;
    padding: 6px 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    background-color: #fff !important;
    z-index: auto !important;
  }

  body.story-page #sidebar,
  body.story-page .sidebar .icon,
  body.story-page .sidebar .social-link- {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 2px !important;
    width: max-content !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  body.story-page .sidebar a,
  body.story-page .sidebar a.icon,
  body.story-page .sidebar a.social-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    height: auto !important;
    margin: 0 1px !important;
    padding: 0 !important;
    border-bottom: 0 !important;
  }

  body.story-page .sidebar img,
  body.story-page .sidebar .icon img,
  body.story-page .sidebar .social-link img {
    width: 68px !important;
    height: 44px !important;
    max-width: 68px !important;
    max-height: 44px !important;
    object-fit: contain !important;
    border-radius: 0 !important;
  }

  body.story-page main,
  body.story-page section,
  body.story-page .content,
  body.story-page .video-container,
  body.story-page .gallery,
  body.story-page .grid {
    margin-left: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.story-page .slideshow {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.story-page .slideshow img.slide,
  body.story-page .grid img,
  body.story-page section img {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 480px) {
  body.story-page .sidebar {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body.story-page #sidebar,
  body.story-page .sidebar .icon,
  body.story-page .sidebar .social-link- {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.story-page .sidebar a,
  body.story-page .sidebar a.icon,
  body.story-page .sidebar a.social-link {
    flex: 0 0 calc(20% - 2px) !important;
    margin: 1px !important;
    box-sizing: border-box !important;
  }

  body.story-page .sidebar img,
  body.story-page .sidebar .icon img,
  body.story-page .sidebar .social-link img {
    width: 100% !important;
    height: auto !important;
    max-width: 68px !important;
    max-height: 44px !important;
  }
}



/* Source: css/animation.css */
body.background-design-page #pdf-container {
    margin: 20px auto;
    text-align: center;
}
body.background-design-page #pdf-viewer {
    width: 100%;
    height: 600px; 
    border: none;
}
@media (max-width: 768px) {
    body.background-design-page #pdf-viewer {
        height: 400px; 
    }
}
@media (max-width: 480px) {
    body.background-design-page #pdf-viewer {
        height: 300px; 
    }
}
body.background-design-page .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
body.background-design-page .image {
    width: 300px;
    height: 200px;
    overflow: hidden;
}
body.background-design-page .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
body.background-design-page .image img:hover {
    transform: scale(1.1);
}
body.background-design-page {
    font-family: sans-serif;
}
body.background-design-page .container {
    align-items: absolute;
    position: center;
    height: 100vh;
}
body.background-design-page .sidebar {
    width: 143px; 
    background-color: #fff;
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1;  

}
body.background-design-page .sidebar h2 {
    font-size: 20px;
}
body.background-design-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.background-design-page .sidebar ul li {
    margin-bottom: 10px;
}
body.background-design-page .sidebar a {
    font-size: 25px ;
    text-decoration: none;
    color: #000;
}
body.background-design-page .content {
    margin-left: 30px; 
    padding: 2px;
    transition:margin-left: 0.3s; 
}
body.background-design-page .sidebar.closer { 
width:200px;
}
body.background-design-page content.closer {
    margin-left:20px;
}
body.background-design-page #lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    z-index: 999;
}
body.background-design-page #lightbox img {
    max-width: 80%;
    max-height: 80vh;
    margin: 0 auto;
    margin-top: 10vh;
}
body.background-design-page close
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #f10707;
}
body.background-design-page .next-button,
body.background-design-page .prev-button {
    background-color: #f3f3f3;
    color: #000000;
    padding: 4px 4px;
    border-radius: 1px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 24;
    right: 11;
    display: block; 
    width: 10%; 
    text-align: center; 
}
body.background-design-page .next-button {
        right: 400px; 
    }   
body.background-design-page .prev-button {
        left: 400px; 
    }
body.background-design-page .next-button:hover, body.background-design-page .prev-button:hover {
        background-color: #FFF; 
    }
body.background-design-page .next-button:hover, body.background-design-page .prev-button:hover {
    background-color: #FFF; 
}
body.background-design-page .next-button:hover, body.background-design-page .prev-button:hover {
    background-color: #FFF; 
}
body.background-design-page .gallery-frame {
    width: 100%;
    max-width: 2500px; 
    margin: 0 auto; 
    padding: 4px; 
    box-sizing: border-box; 
    float: left
}
body.background-design-page .gallery {
    display: grid;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
    justify-content: center;
}
body.background-design-page .gallery-item{
    flex; 1 0 calc(33.33% - 20px); /
    max-width: calc(33.33% - 30px);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
} 
body.background-design-page .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
body.background-design-page .gallery-item img:hover {
    transform: scale(1.1);
}
body.background-design-page .video-container { 
    text-align: center;
    margin-top: -120px;
    margin-left: auto;
    margin-right: auto;
    border: 180px solid #fff;
    box-sizing: content-box;
}
body.background-design-page video {
    max-width: 100%;
    text-align: center;
}
body.background-design-page h1 {
    text-align: center; 
    font-size: 18px; 
    margin-bottom: 20px; 
}
body.background-design-page h3 {
    text-align:center; 
    font-size: 10px; 
}
   body.background-design-page .speakerdeck-iframe{
    width: 600px;
    height: 500px;
    text-align: center;
    margin-left: 218px;
   }
body.background-design-page img.small {
    max-width: 100px;
    max-height: 100px;
}
body.background-design-page img.large {
    max-width: 700px;
    max-height: 700px;
}
body.background-design-page .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
body.background-design-page .enlarged-image {
    max-width: 90%;
    max-height: 90%;
}
body.background-design-page .item-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.2s;
}
body.background-design-page .item-caption h1 {
    color: rgb(255, 255, 255); 
    font-size: 20px;
    text-align: center;
    padding: 10px;
}
body.background-design-page .social-links {
    text-align: center;
    margin-top: 20px;
}
body.background-design-page .social-link {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin: 10px;
    display: inline-block;
}
body.background-design-page .emoji {
    font-size: 24px;
    margin-right: 10px;
}
body.background-design-page .social-link img {
    width: 30px; 
    height: 30px;
}
body.background-design-page .video-container {
   text-align: center;
   margin-top:-170px;
   margin-left:60px;
   border: 190px sold #fff;
   box-sizing:content-box;    
}
body.background-design-page #floatingGif {
    position: fixed;  
    top: 1px;       
    left: 140px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.background-design-page #floatingGif2 {
    position: fixed;  
    top: 460px;       
    left: 40px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.background-design-page .submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
    border: 1px solid ###fff;
    border-radius: 10px;
}
body.background-design-page .sidebar li:hover .submenu {
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
}
body.background-design-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(, 0, 0, 0.00);
    z-index: 5;
    border: 10px solid #fff;
    border-radius: 10px;
}
   body.background-design-page .header-navigation li:hover .submenu {
    display: flex;

}

/* Source: css/animation_index.css */
body.background-design-page #animation-reel {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  width: 100vw;
  margin: 0;
  padding: 2rem 20px;  
  box-sizing: border-box;
}
body.background-design-page .animation-reel-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 30px;
  box-sizing: border-box;
}
body.background-design-page .main-reel {
  flex: 1.5;
  max-width: 750px;
  width: 85%;
}
body.background-design-page .main-reel video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
body.background-design-page .sample-reels {
  flex: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;
}
body.background-design-page .sample-item video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  body.background-design-page .sample-reels {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  body.background-design-page .animation-reel-container {
    flex-direction: column;
    padding: 0 10px;
  }
  body.background-design-page .main-reel {
    margin-bottom: 2rem;
  }
  body.background-design-page .sample-reels {
    grid-template-columns: 1fr;
  }
}


/* Source: css/horizontal.css */
body.background-design-page * {
  box-sizing: border-box;
}
body.background-design-page .left-container {
  margin-left: 350px;   
  max-width: 600px;    
  padding-left: 10px;  
  text-align: left;    
}
body.background-design-page .right-container {
  margin-right: 350px;   
  max-width: 600px;    
  padding-left: 10px;  
  text-align: right;    
}
body.background-design-page .grid img {
  width: 100%;
  height: auto;
  border: none;
  box-shadow: none;
  transition: transform 0.3s ease;
}
body.background-design-page .grid img:hover {
  transform: scale(1.05); 
}
body.background-design-page .fancybox__container {
  background-color: rgba(0, 0, 0, 0.9); 
}
body.background-design-page .fancybox__caption {
  color: white; 
  font-size: 1.2rem;
  text-align: center;
}
body.background-design-page {
  font-family: 'Figtree', sans-serif;
  margin-left: 60px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.background-design-page .navbar {
  position: sticky;
  top: 0;
  z-index: 1500;
  background-color: white;
  padding: 1rem 3rem;
  border-bottom: 1px solid #ddd;
}
body.background-design-page .navbar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  height: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.background-design-page .navbar a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  padding: 1rem;
  transition: color 0.2s;
}
body.background-design-page .navbar a:hover,
body.background-design-page .navbar a.active {
  color: #007bff;
  cursor: pointer;
}
body.background-design-page section {
  padding: 1rem 1rem;
  max-width: 100%;
  margin: 0 auto;
}
body.background-design-page #character-design .grid {
}
body.background-design-page #character-design .grid-item img {
  width: 95%; 
 }
body.background-design-page #animated-projects {
  text-align: center;
  margin: 40px auto;
}
body.background-design-page .project-container {
  display: flex;
  flex-direction: column;
  align-items: center; 
  gap: 20px; 
}
body.background-design-page .project-item {
  text-align: center;
}
body.background-design-page .project-item iframe {
  display: block;
  margin: 0 auto; 
  height: auto; 
}
body.background-design-page section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}
body.background-design-page .video-container {
  width: 95vw;
  max-width: 1000px;
  margin: 0 auto 3rem;
}

body.background-design-page .video-container video {
  margin: 20px auto;
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
body.background-design-page .video-container iframe {
  display: block;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
}
body.background-design-page .grid {
  display: grid;
  justify-content: left;
  align-items: left;
  grid-template-columns: repeat(auto-fill, minmax(590px, 1fr));
  gap: 6px;
  width: 100vw;
  margin: 0 auto;
  padding: 0;
}
body.background-design-page .grid-item.video-item {
  grid-column: span 2;
  grid-row: span 2;
  overflow: hidden;
  border-radius: 12px;
}
body.background-design-page .grid-item.video-item video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
  display: block;
}
body.background-design-page .grid-item {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: left;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
body.background-design-page .grid-item-2 {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  overflow:auto;
  object-fit: contain;
  text-align: center;
  width: 640px;
  position: relative;
  border-radius: 8px;
}
body.background-design-page .grid-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 8px;
  max-height: none;
  transition: transform 0.3s ease;
}
body.background-design-page .grid-item:hover img {
  transform: scale(1.02);
}
@media (max-width: 1024px) {
  body.background-design-page .grid {
      grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
      justif-content: center;
  }
}
@media (max-width: 768px) {
  body.background-design-page .navbar a {
    font-size: 0.95rem;
  }
  body.background-design-page section h2 {
    font-size: 2rem;
  }
  body.background-design-page .grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media (max-width: 600px) {
  body.background-design-page .grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  body.background-design-page .grid-item.video-item {
    grid-column: span 1;
    grid-row: auto;
    max-height: 250px;
  }
  body.background-design-page .grid-item video,
  body.background-design-page .grid-item iframe {
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: block;
  }
  body.background-design-page .grid-item img {
    max-height: none;
  }
}
@media (max-width: 800px) {
  body.background-design-page .navbar ul {
    gap: 1rem;
  }
  body.background-design-page .navbar a {
    font-size: 0.9rem;
    padding: 0.4rem;
  }
  body.background-design-page section h2 {
    font-size: 1.75rem;
  }
}
body.background-design-page #storyboards {
  max-width: 1000px;
  margin: 4rem auto;
  padding: 0 1rem;
}
body.background-design-page .storyboard-item {
    margin-bottom: 3rem;
    height: auto;
    max-width: 2000px;
    display: inline-block;
}
body.background-design-page .storyboard-item h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
body.background-design-page .pdf-download {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  text-decoration: underline;
  color: #007bff;
}
body.background-design-page .storyboard-pdf {
  width: 100%;
  height: 500px;
  border: none;
  margin-top: 1rem;
  border-radius: 8px;
}
body.background-design-page .about-me {
  padding: 3rem 1.5rem;
  background-color: #f9f9f9;
  text-align: center;
}
body.background-design-page .about-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
body.background-design-page .avatar {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #ddd;
  margin-bottom: 1rem;
}
body.background-design-page .about-text h1 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}
body.background-design-page .about-text p {
  max-width: 600px;
  font-size: 1.1rem;
  color: #555;
  margin: 0 auto;
}
body.background-design-page 
@media (min-width: 768px) {
  body.background-design-page .about-container {
    flex-direction: row;
    text-align: left;
    gap: 2rem;
  }
  body.background-design-page .about-text {
    flex: 1;
  }

body.background-design-page .lightbox-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 20px;
}
body.background-design-page 
a[data-lightbox] img {
  display: block;
  max-width: 100%;
  width: 150px;
  height: auto;
  border: 2px solid #ccc;
  border-radius: 4px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
body.background-design-page a[data-lightbox] img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
body.background-design-page #video-library {
  padding: 20px;
  text-align: center;
}
body.background-design-page #video-library h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
body.background-design-page #video-library .grid {
  display: grid;
  gap: 15px;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(550px, 4fr));
  gap: 3px;
  max-width: 1900px;
  margin: 0 auto;
}
body.background-design-page #video-library .grid-item {
  text-align: center;
}
body.background-design-page #video-library video {
  width: 100%;
  height: 100%px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  margin: 0 auto
}
body.background-design-page #video-library p {
  margin-top: 10px;
  font-size: 1rem;
  color: #333;
}
@media (max-width: 600px) {
  body.background-design-page #video-library .grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); 
  }
  body.background-design-page #video-library video {
    width: 120px; 
    height: 80px;
  }
  body.background-design-page .vimeo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
  gap: 20px; 
  justify-content: center; 
  align-items: start; 
  margin: 20px auto;
  max-width: 1200px; 
}
body.background-design-page .vimeo-item {
  text-align: center; 
}
body.background-design-page .vimeo-item iframe {
  width: 100%; 
  height: auto; 
  border-radius: 8px; 
}
body.background-design-page .fixed-image {
  position: fixed;  
  bottom: 0;        
  right: 0;         
  top: 23px;
  width: 20%;
  max-width: 85px;
  max-height: 95px;
}
body.background-design-page .contact-section {
      max-width: 900px;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 150px;
    max-width: 600px;
    margin: 60px auto;
    padding: 60px;
    background: #fefefe;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    font-family: 'Figtree', sans-serif;
}
body.background-design-page .contact-section h2 {
    font-size: 2rem;
    text-align: center;
  margin-bottom: 20px;
}
body.background-design-page .contact-form {
    body.background-design-page display: flex;
    flex-direction: column;
    width: 100%;
    
.contact-form label {
  display: block;
  margin-top: 15px;
  font-weight: 600;
  color: #333;
}
body.background-design-page .contact-form input,
body.background-design-page .contact-form textarea {
  width: 100%;
  padding: 260px;
  margin-top: 5px;
  border-radius: 100px;
  border: 10px solid #ccc;
  font-size: 1em;
}
body.background-design-page .contact-form button {
  margin-top: 20px;
  width: 100%;
  background: #007BFF;
  color: white;
  border: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}
body.background-design-page .contact-form button:hover {
  background: #0056b3;
}


body.background-design-page .contact-form {
  display: flex;
  flex-direction: column;
}

body.background-design-page .contact-form label {
  margin: 40px 0 5px;
  font-weight: bold;
  color: #333;
}

body.background-design-page .contact-form input,
body.background-design-page .contact-form textarea {
  padding: 150px;
  font-size: 1rem;
  border-radius: 6px;
  border: 400px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}
body.background-design-page .contact-form textarea {
  min-height: 290px;
  resize: vertical;
}
body.background-design-page .contact-form button {
  margin-top: 20px;
  padding: 25px;
  background-color: #007BFF;
  color: white;
  font-size: 1rem;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}
body.background-design-page .contact-form button:hover {
  background-color: #0056b3;
}

body.background-design-page .right-panel {
  flex: 2;
  min-width: 300px;
  padding: 60px; 
}

body.background-design-page form {
  padding: 10px;
  background-color: #f9f9f9; 
  border-radius: 8px;
}
body.background-design-page .contact-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 500px;
  margin: 80px auto;
  padding: 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}
body.background-design-page .contact-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

body.background-design-page .contact-form {
    margin: 10px auto;
    padding: 10px;
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
body.background-design-page .contact-form input {
    padding: 12px;
    font-size: 1rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
}
body.background-design-page .contact-form button {
    padding: 12px;
    background-color: #007BFF;
    color: white;
    font-size: 1rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}
body.background-design-page .contact-form button:hover {
    background-color: #0056b3;
}

body.background-design-page .email-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    margin: 80px auto;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    gap: 15px;
}
body.background-design-page .email-form label {
    font-weight: bold;
    color: #333;
}
body.background-design-page .email-form input,
body.background-design-page .email-form textarea {
    padding: 10px;
    font-size: 1rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 100%;
}

body.background-design-page .email-form textarea {
    resize: vertical;
}
body.background-design-page .email-form button {
    padding: 12px;
    background-color: #007BFF;
    color: white;
    font-size: 1rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}
body.background-design-page .email-form button:hover {
    background-color: #0056b3;
}
body.background-design-page .email-frame {
    max-width: 400px;
    margin: 80px auto;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

body.background-design-page .email-form {
    width: 200px;
    display: table-cell;
    flex-direction: column;
    gap: 15px;
}

body.background-design-page .email-form label {
    font-weight: bold;
    color: #333;
}

body.background-design-page .email-form input,
body.background-design-page .email-form textarea {
    padding: 10px;
    font-size: 1rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 24%;
}

body.background-design-page .email-form textarea {
    resize: vertical;
}

body.background-design-page .email-form button {
    padding: 12px;
    background-color: #007BFF;
    color: white;
    font-size: 1rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}

body.background-design-page .email-form button:hover {
    background-color: #0056b3;
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  body.background-design-page::before {
    content: "📱 Please rotate your device to landscape for the best experience.";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: black;
    color: white;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9999;
    padding: 20px;
  }

  body.background-design-page body > * {
    display: none;
  }
}

}
}
}

/* Source: css/email.css */
body.background-design-page .email-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

body.background-design-page 
.left-panel {
  flex: 1;
  min-width: 300px;
  background-color: #2e3b4e;
  color: #fff;
  padding: 30px;
  text-align: center;
}

body.background-design-page .email-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}

body.background-design-page .email-about-me h2 {
  margin-top: 0;
}

body.background-design-page .email-about-me p {
  font-size: 16px;
  line-height: 1.6;
}

body.background-design-page 
.email-right-panel {
  flex: 2;
  min-width: 300px;
  padding: 30px;
}

body.background-design-page .email-right-panel h2 {
  margin-bottom: 20px;
}

body.background-design-page .email-form label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}

body.background-design-page .email-form input,
body.background-design-page .email-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
}

body.background-design-page .email-form button {
  margin-top: 20px;
  width: 100%;
  padding: 12px;
  background-color: #4CAF50;
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;
}

body.background-design-page .email-form button:hover {
  background-color: #45a049;
}

body.background-design-page 
@media (max-width: 768px) {
  body.background-design-page .email-container {
    flex-direction: column;
  }
  body.background-design-page .email-left-panel, body.background-design-page .email-right-panel {
    width: 100%;
  }
}


/* Source: css/sidebar.css */
body.background-design-page .sidebar {
    width: clamp(120px, 20vw, 300px);
    background-color: #fff; 
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1;
    margin: 0;
    place-items: center;
    
}
body.background-design-page .sidebar h2 {
    font-size: 20px;
}
body.background-design-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.background-design-page .sidebar ul li {
    margin-bottom: 10px;
}
body.background-design-page .sidebar a {
    font-size: 25px;
    text-decoration: none;
    color: #000;
      display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100%;    
}
body.background-design-page .social-link {
    text-align: center;
    margin-top: 20px;
      display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100%;    
}
body.background-design-page .social-link {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin: 10px;
<!--    display: inline-block; -->
			       text-align: center
					     display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100%;    
}
body.background-design-page .social-link img {
    width: 30px;
    height: 30px;
}
body.background-design-page .icon {
    margin-top: 20px;
    }
body.background-design-page .icon {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin: 10px;
}
body.background-design-page .icon img {
    width: 135px;
    height: 85px;
}
body.background-design-page .sidebar li:hover .submenu {
    display: block;
    border: 1px solid #ccc;
}
body.background-design-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.00);
    z-index: 5;
    border: 1px solid #fff;
    border-radius: 10px;
}
body.background-design-page .header-navigation li:hover .submenu {
    display: flex;
}


/* Source: css/sidebar_on_top.css */
body.background-design-page 
@media (max-width: 768px) {
  body.background-design-page .sidebar {
      margin: 0;
    width: 120px;       
    padding: 10px;      
    font-size: 0.9rem;  
  }
  body.background-design-page 
  .sidebar a {
    font-size: 0.85rem;
    display: block;     
    margin-bottom: 6px; 
  }
  body.background-design-page 
  main, body.background-design-page section, body.background-design-page .video-container {
    margin-left: 120px; 
  }
}


/* Source: css/story_styles_03.css */
body.background-design-page #pdf-container {
    margin: 20px auto;
    text-align: center;
}
body.background-design-page #pdf-viewer {
    width: 640px;
    height: 580px; 
    border: none;
}
@media (max-width: 768px) {
    body.background-design-page #pdf-viewer {
        height: 400px;
    }
}
@media (max-width: 480px) {
    body.background-design-page #pdf-viewer {
        height: 300px;
    }
}
body.background-design-page .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
body.background-design-page .image {
    width: 300px;
    height: 200px;
    overflow: hidden;
}
body.background-design-page .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
body.background-design-page .image img:hover {
    transform: scale(1.1);
}
body.background-design-page {
    font-family: sans-serif;
}
body.background-design-page .container {
    align-items: absolute;
    position: center;
    height: 100vh;
}
body.background-design-page .sidebar {
    width: 200px; 
    background-color: #fff; 
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1; 
}
body.background-design-page .sidebar h2 {
    font-size: 20px;
}
body.background-design-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.background-design-page .sidebar ul li {
    margin-bottom: 10px;
}
body.background-design-page .sidebar a {
    font-size: 25px ;
    text-decoration: none;
    color: #000;
}
body.background-design-page .content {
    margin-left: 30px; 
    padding: 2px;
    transition:margin-left: 0.3s; 
}
body.background-design-page .sidebar.closer { 
width:200px;
}
body.background-design-page content.closer {
    margin-left:20px;
}
body.background-design-page #lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    z-index: 999;
}
body.background-design-page #lightbox img {
    max-width: 80%;
    max-height: 80vh;
    margin: 0 auto;
    margin-top: 10vh;
}
body.background-design-page close
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #f10707;
}
body.background-design-page .next-button,

body.background-design-page .prev-button {
    background-color: #f3f3f3;
    color: #000000;
    padding: 4px 4px;
    border-radius: 1px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 24;
    right: 11;
    display: block; 
    width: 10%; 
    text-align: center; 
}
    body.background-design-page .next-button {
        right: 400px; 
    }
    body.background-design-page .prev-button {
        left: 400px; 
    }
    body.background-design-page .next-button:hover, body.background-design-page .prev-button:hover {
        background-color: #22bc41; 
    }
body.background-design-page .next-button:hover, body.background-design-page .prev-button:hover {
    background-color: #22bc41; 
}
body.background-design-page .next-button:hover, body.background-design-page .prev-button:hover {
    background-color: #22bc41; 
}
body.background-design-page .gallery-frame {
    width: 100%; 
    max-width: 2500px; 
    margin: 0 auto; 
    padding: 4px; 
    box-sizing: border-box; 
    float: left
}
body.background-design-page .gallery {
   display: grid;
   flex-wrap: wrap;
   gap: 10px;
   grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); 
   gap: 10px;
   justify-content: center;
}
body.background-design-page .gallery-item{
    flex; 1 0 calc(33.33% - 20px); /
    max-width: calc(33.33% - 30px); 
    max-height: 450px; 
    overflow: hidden;
    object-fit: contain;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
} 
body.background-design-page .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s;
}
body.background-design-page .gallery-item img:hover {
    transform: scale(1.1);
}
body.background-design-page .video-container { 
    text-align: center;
    margin-top: -120px;
    margin-left: auto;
    border: 180px solid #fff;
    box-sizing: content-box;
}
body.background-design-page video {
    max-width: 100%;
}
body.background-design-page h1 {
    text-align: center; 
    font-size: 18px; 
    margin-bottom: 20px; 
}
body.background-design-page h3 {
    text-align:center; 
    font-size: 10px; 
}
   body.background-design-page .speakerdeck-iframe{
    width: 600px;
    height: 500px;
    text-align: center;
    margin-left: 218px;
   }
body.background-design-page img.small {
    max-width: 100px;
    max-height: 100px;
}
body.background-design-page img.large {
    max-width: 700px;
    max-height: 700px;
}
body.background-design-page .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
body.background-design-page .enlarged-image {
    max-width: 90%;
    max-height: 90%;
}
body.background-design-page .item-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    opacity: 0;
    transition: opacity 0.2s;
}
body.background-design-page .item-caption h1 {
    color: rgb(255, 255, 255); 
    font-size: 20px; 
    text-align: center;
    padding: 10px;
}
body.background-design-page .social-links {
    text-align: center;
    margin-top: 20px;
}
body.background-design-page .social-link {
    text-decoration: none;
    color: #333; 
    font-size: 20px;
    margin: 10px;
    display: inline-block;
}
body.background-design-page .emoji {
    font-size: 24px;
    margin-right: 10px;
}
body.background-design-page .social-link img {
    width: 30px; 
    height: 30px; 
}
body.background-design-page .video-container {
   
   margin-top:-170px;
   margin-left:60px;
   margin-bottom:-170px
   
   
}
body.background-design-page #floatingGif {
    position: fixed;  
    top: 1px;       
    left: 140px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.background-design-page #floatingGif2 {
    position: fixed;  
    top: 460px;       
    left: 40px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.background-design-page .submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
    border: 1px solid ###fff;
    border-radius: 10px;
}
body.background-design-page .sidebar li:hover .submenu {
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
}
body.background-design-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(, 0, 0, 0.00);
    z-index: 5;
    border: 10px solid #fff;
    border-radius: 10px;
}
   body.background-design-page .header-navigation li:hover .submenu {
    display: flex;
}


/* Source: css/phone.css */
    body.background-design-page {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background-color: #fff;
      color: #000;
      transition: all 0.3s ease;
    }
    body.background-design-page .sidebar {
      position: fixed;
      top: -10px;
      left: -10;
      width: 20px;
      height: auto;
      background-color: #fff;
      color: #000;
      z-index: 30;
      border-right: 0px solid #ddd;
    }
    body.background-design-page .sidebar a {
      display: block;
      padding: 3px;
      color: #000;
      text-decoration: none;
      border-bottom: 1px solid #f1f1f1;
      transition: color 0.3s ease;
    }

    body.background-design-page .sidebar a:hover {
      background-color: #f0f0f0;
      color: #00ff00;
    }

    body.background-design-page main, body.background-design-page section, body.background-design-page .video-container {
      margin-left: 250px; 
    }

    body.background-design-page .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
      gap: 10px;
    }

    body.background-design-page .grid-item img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 6px;
    }

    @media (max-width: 768px) {
      body.background-design-page {
        font-size: 14px;
      }

      body.background-design-page .sidebar {
        position: relative;
        height: auto;
	width: auto;
	display: flex;
        justify-content: space-between;
        z-index: 999;
      }

      body.background-design-page main, body.background-design-page section, body.background-design-page .video-container {
        margin-left: 0;
        padding-top: 60px;
      }

      body.background-design-page .grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      }
    }

    body.background-design-page footer {
      text-align: center;
      padding: 20px;
      background-color: #fff; 
      color: #000;
    }

    body.background-design-page footer a {
      color: #000;
      text-decoration: none;
    }

    body.background-design-page .email-form input, body.background-design-page .email-form textarea, body.background-design-page .email-form button {
      width: 100%;
      padding: 10px;
      margin: 10px 0;
      font-size: 16px;
    }

    body.background-design-page .email-form button {
      background-color: #333;
      color: white;
      border: none;
    }

    body.background-design-page .email-form button:hover {
      background-color: #00ff00;
      cursor: pointer;
    }


/* Source: css/index.css */
body.background-design-page #pdf-container {
    margin: 20px auto;
    text-align: center;
}
body.background-design-page #pdf-viewer {
    width: 100%;
    height: 520px;
    border: none;
}
@media (max-width: 768px) {
    body.background-design-page #pdf-viewer {
        height: 400px; 
    }
}
@media (max-width: 480px) {
    body.background-design-page #pdf-viewer {
        height: 300px; 
    }
}
body.background-design-page .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
body.background-design-page .image {
    width: 300px;
    height: 200px;
    overflow: hidden;
}
body.background-design-page .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s;
}
body.background-design-page .image img:hover {
    transform: scale(1.1);
}
body.background-design-page {
    font-family: sans-serif;
}
body.background-design-page .container {
    align-items: absolute;
    position: center;
    height: 100vh;
}
body.background-design-page .sidebar {
    width: 143px; 
    background-color: #fff; 
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 9999;  
    margin-left: 0;
}
body.background-design-page .sidebar h2 {
    font-size: 10px;
}
body.background-design-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.background-design-page .sidebar ul li {
    margin-bottom: 10px;
}
body.background-design-page .sidebar a {
    font-size: 5px ;
    text-decoration: none;
    color: #000;
}
body.background-design-page .content {
    margin-left: 80px; 
    padding: 2px;
    transition:margin-left: 0.3s; 
}
body.background-design-page .sidebar.closer { 
    width:200px;
}
body.background-design-page content.closer {
    margin-left:20px;
}
body.background-design-page #lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    z-index: 999;
}
body.background-design-page #lightbox img {
    max-width: 80%;
    max-height: 80vh;
    margin: 0 auto;
    margin-top: 10vh;
}
body.background-design-page close
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #f10707;
}
body.background-design-page .next-button,
body.background-design-page .prev-button {
    background-color: #f3f3f3;
    color: #000000;
    padding: 7px 7px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 24;
    right: 11;
    display: block; 
    width: 10%; 
    text-align: center; 
}
body.background-design-page .next-button {
    right: 400px; 
}
body.background-design-page .prev-button {
    left: 400px; 
}
body.background-design-page .next-button:hover, body.background-design-page .prev-button:hover {
    background-color: #add8e6; 
}
body.background-design-page .next-button:hover, body.background-design-page .prev-button:hover {
    background-color: #add8e6; 
}

body.background-design-page .next-button:hover, body.background-design-page .prev-button:hover {
    background-color: #add8e6; 
}
body.background-design-page .gallery-frame {
    width: 100%; 
    max-width: 2500px; 
    margin: 0 auto; 
    padding: 4px; 
    box-sizing: border-box; 
    float: left
}
body.background-design-page .gallery {
    display: grid;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); 
    gap: 10px;
    justify-content: center;
}
body.background-design-page .gallery-item{
    flex; 1 0 calc(33.33% - 20px); /
	max-width: calc(33.33% - 30px); 
    max-height: 450px; 
    overflow: hidden;
    object-fit: contain;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
} 
body.background-design-page .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s;
}
body.background-design-page .gallery-item img:hover {
    transform: scale(1.1);
}
body.background-design-page .story-container {
    text-align: auto;
    margin: 0 auto;
    padding: 20px;
    max-width: fit-content;
    max-height: 600px;
    box-sizing: content-box;  
}
body.background-design-page .video-container { 
    text-align: center;
    margin-top: -120px;
    margin-left: auto;
    border: 180px solid #fff;
    box-sizing: content-box;
    max-width: 3000px;
}
body.background-design-page video {
    max-width: 100%;
}
body.background-design-page h1 {
    text-align: center; 
    font-size: 12px; 
    margin-bottom: 20px; 
}
body.background-design-page h3 {
    text-align:center; 
    font-size: 10px; 
}
body.background-design-page speakerdeck-iframe{
    width: 600px;
    height: 500px;
    text-align: center;
    margin-left: 218px;
}
body.background-design-page 
img.small {
    max-width: 100px;
    max-height: 100px;
}
body.background-design-page 
img.large {
    max-width: 700px;
    max-height: 700px;
}

body.background-design-page #storyboards {
  display: flex;           
  gap: 20px;               
  justify-content: center; 
  flex-wrap: wrap;         
}
body.background-design-page .storyboard {
  flex: 1 1 30%;           
  max-width: 300px;        
}
body.background-design-page .storyboard img {
  width: 100%;             
}
body.background-design-page .slideshow {
  position: relative;
  width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.background-design-page .slideshow img.slide {
  width: 100%;
  object-fit: cover;
  align-items: center;
}
body.background-design-page h9 {
  font-size: 22px;
}

body.background-design-page .slideshow img.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 160px;
  cursor: pointer;
  align-items: center;
}
body.background-design-page .slideshow .left {
  left: 10px;
}
body.background-design-page .slideshow .right {
  right: 10px;
}

@media (max-width: 420px) {
  body.background-design-page .sidebar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 72px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    z-index: 100000 !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    background-color: rgba(255, 255, 255, 0.96) !important;
    box-sizing: border-box !important;
    backdrop-filter: blur(10px) !important;
  }

  body.background-design-page .sidebar ul {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    min-width: 100% !important;
  }

  body.background-design-page .sidebar li {
    display: inline-flex !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
  }

  body.background-design-page .sidebar a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 6px 8px !important;
    font-size: 0.85rem !important;
    text-decoration: none !important;
    color: #333 !important;
  }

  body.background-design-page .sidebar a:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
  }

  body.background-design-page .sidebar img,
  body.background-design-page .sidebar .icon img,
  body.background-design-page .sidebar .social-link img {
    width: 45px !important;
    height: 45px !important;
    max-width: 45px !important;
    max-height: 45px !important;
    object-fit: contain !important;
    border-radius: 8px !important;
  }

  body.background-design-page {
    padding-top: 82px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.background-design-page main,
  body.background-design-page section,
  body.background-design-page .content,
  body.background-design-page .video-container,
  body.background-design-page .gallery,
  body.background-design-page .grid {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}
body.background-design-page .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
body.background-design-page .enlarged-image {
    max-width: 90%;
    max-height: 90%;
}
body.background-design-page .item-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    opacity: 0;
    transition: opacity 0.2s;
}
body.background-design-page .item-caption h1 {
    color: rgb(255, 255, 255); 
    font-size: 20px; 
    text-align: center;
    padding: 10px;
}
body.background-design-page .social-links {
    text-align: center;
    margin-top: 20px;
}
body.background-design-page .social-link {
    text-decoration: none;
    color: #333; 
    font-size: 20px;
    margin: 10px;
    display: inline-block;
}
body.background-design-page .emoji {
    font-size: 24px;
    margin-right: 10px;
}
body.background-design-page .social-link img {
    width: 30px; 
    height: 30px; 
}
body.background-design-page .video-container {
   text-align: center;
   margin-top:-170px;
   margin-left:60px;
   border: 190px sold #fff;
   box-sizing:content-box;    
}
body.background-design-page #floatingGif {
    position: fixed;  
    top: 1px;       
    left: 140px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.background-design-page #floatingGif2 {
    position: fixed;  
    top: 460px;       
    left: 40px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.background-design-page .submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
    border: 1px solid ###fff;
    border-radius: 10px;
}
body.background-design-page .sidebar li:hover .submenu {
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
}
body.background-design-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(, 0, 0, 0.00);
    z-index: 5;
    border: 12px solid #fff;
    border-radius: 20px;


}
   body.background-design-page .header-navigation li:hover .submenu {
    display: flex;
}
body.background-design-page .sidebar .icon,
body.background-design-page .sidebar a.icon {
    margin: 2px 0;
}
@media (max-width: 768px) {
  body.background-design-page {
    padding-top: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    overflow-x: hidden !important;
  }

  body.background-design-page .sidebar {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: calc(100% + 20px) !important;
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
    margin: 0 -10px !important;
    padding: 6px 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    background-color: #fff !important;
    z-index: auto !important;
  }

  body.background-design-page #sidebar,
  body.background-design-page .sidebar .icon,
  body.background-design-page .sidebar .social-link- {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 2px !important;
    width: max-content !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  body.background-design-page .sidebar a,
  body.background-design-page .sidebar a.icon,
  body.background-design-page .sidebar a.social-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    height: auto !important;
    margin: 0 1px !important;
    padding: 0 !important;
    border-bottom: 0 !important;
  }

  body.background-design-page .sidebar img,
  body.background-design-page .sidebar .icon img,
  body.background-design-page .sidebar .social-link img {
    width: 68px !important;
    height: 44px !important;
    max-width: 68px !important;
    max-height: 44px !important;
    object-fit: contain !important;
    border-radius: 0 !important;
  }

  body.background-design-page main,
  body.background-design-page section,
  body.background-design-page .content,
  body.background-design-page .video-container,
  body.background-design-page .gallery,
  body.background-design-page .grid {
    margin-left: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.background-design-page .slideshow {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.background-design-page .slideshow img.slide,
  body.background-design-page .grid img,
  body.background-design-page section img {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 480px) {
  body.background-design-page .sidebar {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body.background-design-page #sidebar,
  body.background-design-page .sidebar .icon,
  body.background-design-page .sidebar .social-link- {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.background-design-page .sidebar a,
  body.background-design-page .sidebar a.icon,
  body.background-design-page .sidebar a.social-link {
    flex: 0 0 calc(20% - 2px) !important;
    margin: 1px !important;
    box-sizing: border-box !important;
  }

  body.background-design-page .sidebar img,
  body.background-design-page .sidebar .icon img,
  body.background-design-page .sidebar .social-link img {
    width: 100% !important;
    height: auto !important;
    max-width: 68px !important;
    max-height: 44px !important;
  }
}


/* Source: css/phone_02.css */
body.background-design-page .pdf-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; 
  border: none;
}
body.background-design-page .sidebar {
    width: sticky; 
    background-color: #fff; 
    color: #333;
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1; 
}



/* Source: css/animation.css */
body.additional-examples-page #pdf-container {
    margin: 20px auto;
    text-align: center;
}
body.additional-examples-page #pdf-viewer {
    width: 100%;
    height: 600px; 
    border: none;
}
@media (max-width: 768px) {
    body.additional-examples-page #pdf-viewer {
        height: 400px; 
    }
}
@media (max-width: 480px) {
    body.additional-examples-page #pdf-viewer {
        height: 300px; 
    }
}
body.additional-examples-page .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
body.additional-examples-page .image {
    width: 300px;
    height: 200px;
    overflow: hidden;
}
body.additional-examples-page .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
body.additional-examples-page .image img:hover {
    transform: scale(1.1);
}
body.additional-examples-page {
    font-family: sans-serif;
}
body.additional-examples-page .container {
    align-items: absolute;
    position: center;
    height: 100vh;
}
body.additional-examples-page .sidebar {
    width: 143px; 
    background-color: #fff;
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1;  

}
body.additional-examples-page .sidebar h2 {
    font-size: 20px;
}
body.additional-examples-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.additional-examples-page .sidebar ul li {
    margin-bottom: 10px;
}
body.additional-examples-page .sidebar a {
    font-size: 25px ;
    text-decoration: none;
    color: #000;
}
body.additional-examples-page .content {
    margin-left: 30px; 
    padding: 2px;
    transition:margin-left: 0.3s; 
}
body.additional-examples-page .sidebar.closer { 
width:200px;
}
body.additional-examples-page content.closer {
    margin-left:20px;
}
body.additional-examples-page #lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    z-index: 999;
}
body.additional-examples-page #lightbox img {
    max-width: 80%;
    max-height: 80vh;
    margin: 0 auto;
    margin-top: 10vh;
}
body.additional-examples-page close
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #f10707;
}
body.additional-examples-page .next-button,
body.additional-examples-page .prev-button {
    background-color: #f3f3f3;
    color: #000000;
    padding: 4px 4px;
    border-radius: 1px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 24;
    right: 11;
    display: block; 
    width: 10%; 
    text-align: center; 
}
body.additional-examples-page .next-button {
        right: 400px; 
    }   
body.additional-examples-page .prev-button {
        left: 400px; 
    }
body.additional-examples-page .next-button:hover, body.additional-examples-page .prev-button:hover {
        background-color: #FFF; 
    }
body.additional-examples-page .next-button:hover, body.additional-examples-page .prev-button:hover {
    background-color: #FFF; 
}
body.additional-examples-page .next-button:hover, body.additional-examples-page .prev-button:hover {
    background-color: #FFF; 
}
body.additional-examples-page .gallery-frame {
    width: 100%;
    max-width: 2500px; 
    margin: 0 auto; 
    padding: 4px; 
    box-sizing: border-box; 
    float: left
}
body.additional-examples-page .gallery {
    display: grid;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
    justify-content: center;
}
body.additional-examples-page .gallery-item{
    flex; 1 0 calc(33.33% - 20px); /
    max-width: calc(33.33% - 30px);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
} 
body.additional-examples-page .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
body.additional-examples-page .gallery-item img:hover {
    transform: scale(1.1);
}
body.additional-examples-page .video-container { 
    text-align: center;
    margin-top: -120px;
    margin-left: auto;
    margin-right: auto;
    border: 180px solid #fff;
    box-sizing: content-box;
}
body.additional-examples-page video {
    max-width: 100%;
    text-align: center;
}
body.additional-examples-page h1 {
    text-align: center; 
    font-size: 18px; 
    margin-bottom: 20px; 
}
body.additional-examples-page h3 {
    text-align:center; 
    font-size: 10px; 
}
   body.additional-examples-page .speakerdeck-iframe{
    width: 600px;
    height: 500px;
    text-align: center;
    margin-left: 218px;
   }
body.additional-examples-page img.small {
    max-width: 100px;
    max-height: 100px;
}
body.additional-examples-page img.large {
    max-width: 700px;
    max-height: 700px;
}
body.additional-examples-page .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
body.additional-examples-page .enlarged-image {
    max-width: 90%;
    max-height: 90%;
}
body.additional-examples-page .item-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.2s;
}
body.additional-examples-page .item-caption h1 {
    color: rgb(255, 255, 255); 
    font-size: 20px;
    text-align: center;
    padding: 10px;
}
body.additional-examples-page .social-links {
    text-align: center;
    margin-top: 20px;
}
body.additional-examples-page .social-link {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin: 10px;
    display: inline-block;
}
body.additional-examples-page .emoji {
    font-size: 24px;
    margin-right: 10px;
}
body.additional-examples-page .social-link img {
    width: 30px; 
    height: 30px;
}
body.additional-examples-page .video-container {
   text-align: center;
   margin-top:-170px;
   margin-left:60px;
   border: 190px sold #fff;
   box-sizing:content-box;    
}
body.additional-examples-page #floatingGif {
    position: fixed;  
    top: 1px;       
    left: 140px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.additional-examples-page #floatingGif2 {
    position: fixed;  
    top: 460px;       
    left: 40px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.additional-examples-page .submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
    border: 1px solid ###fff;
    border-radius: 10px;
}
body.additional-examples-page .sidebar li:hover .submenu {
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
}
body.additional-examples-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(, 0, 0, 0.00);
    z-index: 5;
    border: 10px solid #fff;
    border-radius: 10px;
}
   body.additional-examples-page .header-navigation li:hover .submenu {
    display: flex;

}

/* Source: css/animation_index.css */
body.additional-examples-page #animation-reel {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  width: 100vw;
  margin: 0;
  padding: 2rem 20px;  
  box-sizing: border-box;
}
body.additional-examples-page .animation-reel-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 30px;
  box-sizing: border-box;
}
body.additional-examples-page .main-reel {
  flex: 1.5;
  max-width: 750px;
  width: 85%;
}
body.additional-examples-page .main-reel video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
body.additional-examples-page .sample-reels {
  flex: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;
}
body.additional-examples-page .sample-item video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  body.additional-examples-page .sample-reels {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  body.additional-examples-page .animation-reel-container {
    flex-direction: column;
    padding: 0 10px;
  }
  body.additional-examples-page .main-reel {
    margin-bottom: 2rem;
  }
  body.additional-examples-page .sample-reels {
    grid-template-columns: 1fr;
  }
}


/* Source: css/horizontal.css */
body.additional-examples-page * {
  box-sizing: border-box;
}
body.additional-examples-page .left-container {
  margin-left: 350px;   
  max-width: 600px;    
  padding-left: 10px;  
  text-align: left;    
}
body.additional-examples-page .right-container {
  margin-right: 350px;   
  max-width: 600px;    
  padding-left: 10px;  
  text-align: right;    
}
body.additional-examples-page .grid img {
  width: 100%;
  height: auto;
  border: none;
  box-shadow: none;
  transition: transform 0.3s ease;
}
body.additional-examples-page .grid img:hover {
  transform: scale(1.05); 
}
body.additional-examples-page .fancybox__container {
  background-color: rgba(0, 0, 0, 0.9); 
}
body.additional-examples-page .fancybox__caption {
  color: white; 
  font-size: 1.2rem;
  text-align: center;
}
body.additional-examples-page {
  font-family: 'Figtree', sans-serif;
  margin-left: 60px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.additional-examples-page .navbar {
  position: sticky;
  top: 0;
  z-index: 1500;
  background-color: white;
  padding: 1rem 3rem;
  border-bottom: 1px solid #ddd;
}
body.additional-examples-page .navbar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  height: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.additional-examples-page .navbar a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  padding: 1rem;
  transition: color 0.2s;
}
body.additional-examples-page .navbar a:hover,
body.additional-examples-page .navbar a.active {
  color: #007bff;
  cursor: pointer;
}
body.additional-examples-page section {
  padding: 1rem 1rem;
  max-width: 100%;
  margin: 0 auto;
}
body.additional-examples-page #character-design .grid {
}
body.additional-examples-page #character-design .grid-item img {
  width: 95%; 
 }
body.additional-examples-page #animated-projects {
  text-align: center;
  margin: 40px auto;
}
body.additional-examples-page .project-container {
  display: flex;
  flex-direction: column;
  align-items: center; 
  gap: 20px; 
}
body.additional-examples-page .project-item {
  text-align: center;
}
body.additional-examples-page .project-item iframe {
  display: block;
  margin: 0 auto; 
  height: auto; 
}
body.additional-examples-page section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}
body.additional-examples-page .video-container {
  width: 95vw;
  max-width: 1000px;
  margin: 0 auto 3rem;
}

body.additional-examples-page .video-container video {
  margin: 20px auto;
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
body.additional-examples-page .video-container iframe {
  display: block;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
}
body.additional-examples-page .grid {
  display: grid;
  justify-content: left;
  align-items: left;
  grid-template-columns: repeat(auto-fill, minmax(590px, 1fr));
  gap: 6px;
  width: 100vw;
  margin: 0 auto;
  padding: 0;
}
body.additional-examples-page .grid-item.video-item {
  grid-column: span 2;
  grid-row: span 2;
  overflow: hidden;
  border-radius: 12px;
}
body.additional-examples-page .grid-item.video-item video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
  display: block;
}
body.additional-examples-page .grid-item {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: left;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
body.additional-examples-page .grid-item-2 {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  overflow:auto;
  object-fit: contain;
  text-align: center;
  width: 640px;
  position: relative;
  border-radius: 8px;
}
body.additional-examples-page .grid-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 8px;
  max-height: none;
  transition: transform 0.3s ease;
}
body.additional-examples-page .grid-item:hover img {
  transform: scale(1.02);
}
@media (max-width: 1024px) {
  body.additional-examples-page .grid {
      grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
      justif-content: center;
  }
}
@media (max-width: 768px) {
  body.additional-examples-page .navbar a {
    font-size: 0.95rem;
  }
  body.additional-examples-page section h2 {
    font-size: 2rem;
  }
  body.additional-examples-page .grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media (max-width: 600px) {
  body.additional-examples-page .grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  body.additional-examples-page .grid-item.video-item {
    grid-column: span 1;
    grid-row: auto;
    max-height: 250px;
  }
  body.additional-examples-page .grid-item video,
  body.additional-examples-page .grid-item iframe {
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: block;
  }
  body.additional-examples-page .grid-item img {
    max-height: none;
  }
}
@media (max-width: 800px) {
  body.additional-examples-page .navbar ul {
    gap: 1rem;
  }
  body.additional-examples-page .navbar a {
    font-size: 0.9rem;
    padding: 0.4rem;
  }
  body.additional-examples-page section h2 {
    font-size: 1.75rem;
  }
}
body.additional-examples-page #storyboards {
  max-width: 1000px;
  margin: 4rem auto;
  padding: 0 1rem;
}
body.additional-examples-page .storyboard-item {
    margin-bottom: 3rem;
    height: auto;
    max-width: 2000px;
    display: inline-block;
}
body.additional-examples-page .storyboard-item h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
body.additional-examples-page .pdf-download {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  text-decoration: underline;
  color: #007bff;
}
body.additional-examples-page .storyboard-pdf {
  width: 100%;
  height: 500px;
  border: none;
  margin-top: 1rem;
  border-radius: 8px;
}
body.additional-examples-page .about-me {
  padding: 3rem 1.5rem;
  background-color: #f9f9f9;
  text-align: center;
}
body.additional-examples-page .about-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
body.additional-examples-page .avatar {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #ddd;
  margin-bottom: 1rem;
}
body.additional-examples-page .about-text h1 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}
body.additional-examples-page .about-text p {
  max-width: 600px;
  font-size: 1.1rem;
  color: #555;
  margin: 0 auto;
}
body.additional-examples-page 
@media (min-width: 768px) {
  body.additional-examples-page .about-container {
    flex-direction: row;
    text-align: left;
    gap: 2rem;
  }
  body.additional-examples-page .about-text {
    flex: 1;
  }

body.additional-examples-page .lightbox-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 20px;
}
body.additional-examples-page 
a[data-lightbox] img {
  display: block;
  max-width: 100%;
  width: 150px;
  height: auto;
  border: 2px solid #ccc;
  border-radius: 4px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
body.additional-examples-page a[data-lightbox] img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
body.additional-examples-page #video-library {
  padding: 20px;
  text-align: center;
}
body.additional-examples-page #video-library h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
body.additional-examples-page #video-library .grid {
  display: grid;
  gap: 15px;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(550px, 4fr));
  gap: 3px;
  max-width: 1900px;
  margin: 0 auto;
}
body.additional-examples-page #video-library .grid-item {
  text-align: center;
}
body.additional-examples-page #video-library video {
  width: 100%;
  height: 100%px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  margin: 0 auto
}
body.additional-examples-page #video-library p {
  margin-top: 10px;
  font-size: 1rem;
  color: #333;
}
@media (max-width: 600px) {
  body.additional-examples-page #video-library .grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); 
  }
  body.additional-examples-page #video-library video {
    width: 120px; 
    height: 80px;
  }
  body.additional-examples-page .vimeo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
  gap: 20px; 
  justify-content: center; 
  align-items: start; 
  margin: 20px auto;
  max-width: 1200px; 
}
body.additional-examples-page .vimeo-item {
  text-align: center; 
}
body.additional-examples-page .vimeo-item iframe {
  width: 100%; 
  height: auto; 
  border-radius: 8px; 
}
body.additional-examples-page .fixed-image {
  position: fixed;  
  bottom: 0;        
  right: 0;         
  top: 23px;
  width: 20%;
  max-width: 85px;
  max-height: 95px;
}
body.additional-examples-page .contact-section {
      max-width: 900px;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 150px;
    max-width: 600px;
    margin: 60px auto;
    padding: 60px;
    background: #fefefe;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    font-family: 'Figtree', sans-serif;
}
body.additional-examples-page .contact-section h2 {
    font-size: 2rem;
    text-align: center;
  margin-bottom: 20px;
}
body.additional-examples-page .contact-form {
    body.additional-examples-page display: flex;
    flex-direction: column;
    width: 100%;
    
.contact-form label {
  display: block;
  margin-top: 15px;
  font-weight: 600;
  color: #333;
}
body.additional-examples-page .contact-form input,
body.additional-examples-page .contact-form textarea {
  width: 100%;
  padding: 260px;
  margin-top: 5px;
  border-radius: 100px;
  border: 10px solid #ccc;
  font-size: 1em;
}
body.additional-examples-page .contact-form button {
  margin-top: 20px;
  width: 100%;
  background: #007BFF;
  color: white;
  border: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}
body.additional-examples-page .contact-form button:hover {
  background: #0056b3;
}


body.additional-examples-page .contact-form {
  display: flex;
  flex-direction: column;
}

body.additional-examples-page .contact-form label {
  margin: 40px 0 5px;
  font-weight: bold;
  color: #333;
}

body.additional-examples-page .contact-form input,
body.additional-examples-page .contact-form textarea {
  padding: 150px;
  font-size: 1rem;
  border-radius: 6px;
  border: 400px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}
body.additional-examples-page .contact-form textarea {
  min-height: 290px;
  resize: vertical;
}
body.additional-examples-page .contact-form button {
  margin-top: 20px;
  padding: 25px;
  background-color: #007BFF;
  color: white;
  font-size: 1rem;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}
body.additional-examples-page .contact-form button:hover {
  background-color: #0056b3;
}

body.additional-examples-page .right-panel {
  flex: 2;
  min-width: 300px;
  padding: 60px; 
}

body.additional-examples-page form {
  padding: 10px;
  background-color: #f9f9f9; 
  border-radius: 8px;
}
body.additional-examples-page .contact-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 500px;
  margin: 80px auto;
  padding: 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}
body.additional-examples-page .contact-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

body.additional-examples-page .contact-form {
    margin: 10px auto;
    padding: 10px;
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
body.additional-examples-page .contact-form input {
    padding: 12px;
    font-size: 1rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
}
body.additional-examples-page .contact-form button {
    padding: 12px;
    background-color: #007BFF;
    color: white;
    font-size: 1rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}
body.additional-examples-page .contact-form button:hover {
    background-color: #0056b3;
}

body.additional-examples-page .email-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    margin: 80px auto;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    gap: 15px;
}
body.additional-examples-page .email-form label {
    font-weight: bold;
    color: #333;
}
body.additional-examples-page .email-form input,
body.additional-examples-page .email-form textarea {
    padding: 10px;
    font-size: 1rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 100%;
}

body.additional-examples-page .email-form textarea {
    resize: vertical;
}
body.additional-examples-page .email-form button {
    padding: 12px;
    background-color: #007BFF;
    color: white;
    font-size: 1rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}
body.additional-examples-page .email-form button:hover {
    background-color: #0056b3;
}
body.additional-examples-page .email-frame {
    max-width: 400px;
    margin: 80px auto;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

body.additional-examples-page .email-form {
    width: 200px;
    display: table-cell;
    flex-direction: column;
    gap: 15px;
}

body.additional-examples-page .email-form label {
    font-weight: bold;
    color: #333;
}

body.additional-examples-page .email-form input,
body.additional-examples-page .email-form textarea {
    padding: 10px;
    font-size: 1rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 24%;
}

body.additional-examples-page .email-form textarea {
    resize: vertical;
}

body.additional-examples-page .email-form button {
    padding: 12px;
    background-color: #007BFF;
    color: white;
    font-size: 1rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}

body.additional-examples-page .email-form button:hover {
    background-color: #0056b3;
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  body.additional-examples-page::before {
    content: "📱 Please rotate your device to landscape for the best experience.";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: black;
    color: white;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9999;
    padding: 20px;
  }

  body.additional-examples-page body > * {
    display: none;
  }
}

}
}
}

/* Source: css/email.css */
body.additional-examples-page .email-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

body.additional-examples-page 
.left-panel {
  flex: 1;
  min-width: 300px;
  background-color: #2e3b4e;
  color: #fff;
  padding: 30px;
  text-align: center;
}

body.additional-examples-page .email-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}

body.additional-examples-page .email-about-me h2 {
  margin-top: 0;
}

body.additional-examples-page .email-about-me p {
  font-size: 16px;
  line-height: 1.6;
}

body.additional-examples-page 
.email-right-panel {
  flex: 2;
  min-width: 300px;
  padding: 30px;
}

body.additional-examples-page .email-right-panel h2 {
  margin-bottom: 20px;
}

body.additional-examples-page .email-form label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}

body.additional-examples-page .email-form input,
body.additional-examples-page .email-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
}

body.additional-examples-page .email-form button {
  margin-top: 20px;
  width: 100%;
  padding: 12px;
  background-color: #4CAF50;
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;
}

body.additional-examples-page .email-form button:hover {
  background-color: #45a049;
}

body.additional-examples-page 
@media (max-width: 768px) {
  body.additional-examples-page .email-container {
    flex-direction: column;
  }
  body.additional-examples-page .email-left-panel, body.additional-examples-page .email-right-panel {
    width: 100%;
  }
}


/* Source: css/sidebar.css */
body.additional-examples-page .sidebar {
    width: clamp(120px, 20vw, 300px);
    background-color: #fff; 
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1;
    margin: 0;
    place-items: center;
    
}
body.additional-examples-page .sidebar h2 {
    font-size: 20px;
}
body.additional-examples-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.additional-examples-page .sidebar ul li {
    margin-bottom: 10px;
}
body.additional-examples-page .sidebar a {
    font-size: 25px;
    text-decoration: none;
    color: #000;
      display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100%;    
}
body.additional-examples-page .social-link {
    text-align: center;
    margin-top: 20px;
      display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100%;    
}
body.additional-examples-page .social-link {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin: 10px;
<!--    display: inline-block; -->
			       text-align: center
					     display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100%;    
}
body.additional-examples-page .social-link img {
    width: 30px;
    height: 30px;
}
body.additional-examples-page .icon {
    margin-top: 20px;
    }
body.additional-examples-page .icon {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin: 10px;
}
body.additional-examples-page .icon img {
    width: 135px;
    height: 85px;
}
body.additional-examples-page .sidebar li:hover .submenu {
    display: block;
    border: 1px solid #ccc;
}
body.additional-examples-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.00);
    z-index: 5;
    border: 1px solid #fff;
    border-radius: 10px;
}
body.additional-examples-page .header-navigation li:hover .submenu {
    display: flex;
}


/* Source: css/sidebar_on_top.css */
body.additional-examples-page 
@media (max-width: 768px) {
  body.additional-examples-page .sidebar {
      margin: 0;
    width: 120px;       
    padding: 10px;      
    font-size: 0.9rem;  
  }
  body.additional-examples-page 
  .sidebar a {
    font-size: 0.85rem;
    display: block;     
    margin-bottom: 6px; 
  }
  body.additional-examples-page 
  main, body.additional-examples-page section, body.additional-examples-page .video-container {
    margin-left: 120px; 
  }
}


/* Source: css/story_styles_03.css */
body.additional-examples-page #pdf-container {
    margin: 20px auto;
    text-align: center;
}
body.additional-examples-page #pdf-viewer {
    width: 640px;
    height: 580px; 
    border: none;
}
@media (max-width: 768px) {
    body.additional-examples-page #pdf-viewer {
        height: 400px;
    }
}
@media (max-width: 480px) {
    body.additional-examples-page #pdf-viewer {
        height: 300px;
    }
}
body.additional-examples-page .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
body.additional-examples-page .image {
    width: 300px;
    height: 200px;
    overflow: hidden;
}
body.additional-examples-page .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
body.additional-examples-page .image img:hover {
    transform: scale(1.1);
}
body.additional-examples-page {
    font-family: sans-serif;
}
body.additional-examples-page .container {
    align-items: absolute;
    position: center;
    height: 100vh;
}
body.additional-examples-page .sidebar {
    width: 200px; 
    background-color: #fff; 
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1; 
}
body.additional-examples-page .sidebar h2 {
    font-size: 20px;
}
body.additional-examples-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.additional-examples-page .sidebar ul li {
    margin-bottom: 10px;
}
body.additional-examples-page .sidebar a {
    font-size: 25px ;
    text-decoration: none;
    color: #000;
}
body.additional-examples-page .content {
    margin-left: 30px; 
    padding: 2px;
    transition:margin-left: 0.3s; 
}
body.additional-examples-page .sidebar.closer { 
width:200px;
}
body.additional-examples-page content.closer {
    margin-left:20px;
}
body.additional-examples-page #lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    z-index: 999;
}
body.additional-examples-page #lightbox img {
    max-width: 80%;
    max-height: 80vh;
    margin: 0 auto;
    margin-top: 10vh;
}
body.additional-examples-page close
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #f10707;
}
body.additional-examples-page .next-button,

body.additional-examples-page .prev-button {
    background-color: #f3f3f3;
    color: #000000;
    padding: 4px 4px;
    border-radius: 1px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 24;
    right: 11;
    display: block; 
    width: 10%; 
    text-align: center; 
}
    body.additional-examples-page .next-button {
        right: 400px; 
    }
    body.additional-examples-page .prev-button {
        left: 400px; 
    }
    body.additional-examples-page .next-button:hover, body.additional-examples-page .prev-button:hover {
        background-color: #22bc41; 
    }
body.additional-examples-page .next-button:hover, body.additional-examples-page .prev-button:hover {
    background-color: #22bc41; 
}
body.additional-examples-page .next-button:hover, body.additional-examples-page .prev-button:hover {
    background-color: #22bc41; 
}
body.additional-examples-page .gallery-frame {
    width: 100%; 
    max-width: 2500px; 
    margin: 0 auto; 
    padding: 4px; 
    box-sizing: border-box; 
    float: left
}
body.additional-examples-page .gallery {
   display: grid;
   flex-wrap: wrap;
   gap: 10px;
   grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); 
   gap: 10px;
   justify-content: center;
}
body.additional-examples-page .gallery-item{
    flex; 1 0 calc(33.33% - 20px); /
    max-width: calc(33.33% - 30px); 
    max-height: 450px; 
    overflow: hidden;
    object-fit: contain;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
} 
body.additional-examples-page .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s;
}
body.additional-examples-page .gallery-item img:hover {
    transform: scale(1.1);
}
body.additional-examples-page .video-container { 
    text-align: center;
    margin-top: -120px;
    margin-left: auto;
    border: 180px solid #fff;
    box-sizing: content-box;
}
body.additional-examples-page video {
    max-width: 100%;
}
body.additional-examples-page h1 {
    text-align: center; 
    font-size: 18px; 
    margin-bottom: 20px; 
}
body.additional-examples-page h3 {
    text-align:center; 
    font-size: 10px; 
}
   body.additional-examples-page .speakerdeck-iframe{
    width: 600px;
    height: 500px;
    text-align: center;
    margin-left: 218px;
   }
body.additional-examples-page img.small {
    max-width: 100px;
    max-height: 100px;
}
body.additional-examples-page img.large {
    max-width: 700px;
    max-height: 700px;
}
body.additional-examples-page .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
body.additional-examples-page .enlarged-image {
    max-width: 90%;
    max-height: 90%;
}
body.additional-examples-page .item-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    opacity: 0;
    transition: opacity 0.2s;
}
body.additional-examples-page .item-caption h1 {
    color: rgb(255, 255, 255); 
    font-size: 20px; 
    text-align: center;
    padding: 10px;
}
body.additional-examples-page .social-links {
    text-align: center;
    margin-top: 20px;
}
body.additional-examples-page .social-link {
    text-decoration: none;
    color: #333; 
    font-size: 20px;
    margin: 10px;
    display: inline-block;
}
body.additional-examples-page .emoji {
    font-size: 24px;
    margin-right: 10px;
}
body.additional-examples-page .social-link img {
    width: 30px; 
    height: 30px; 
}
body.additional-examples-page .video-container {
   
   margin-top:-170px;
   margin-left:60px;
   margin-bottom:-170px
   
   
}
body.additional-examples-page #floatingGif {
    position: fixed;  
    top: 1px;       
    left: 140px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.additional-examples-page #floatingGif2 {
    position: fixed;  
    top: 460px;       
    left: 40px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.additional-examples-page .submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
    border: 1px solid ###fff;
    border-radius: 10px;
}
body.additional-examples-page .sidebar li:hover .submenu {
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
}
body.additional-examples-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(, 0, 0, 0.00);
    z-index: 5;
    border: 10px solid #fff;
    border-radius: 10px;
}
   body.additional-examples-page .header-navigation li:hover .submenu {
    display: flex;
}


/* Source: css/phone.css */
    body.additional-examples-page {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background-color: #fff;
      color: #000;
      transition: all 0.3s ease;
    }
    body.additional-examples-page .sidebar {
      position: fixed;
      top: -10px;
      left: -10;
      width: 20px;
      height: auto;
      background-color: #fff;
      color: #000;
      z-index: 30;
      border-right: 0px solid #ddd;
    }
    body.additional-examples-page .sidebar a {
      display: block;
      padding: 3px;
      color: #000;
      text-decoration: none;
      border-bottom: 1px solid #f1f1f1;
      transition: color 0.3s ease;
    }

    body.additional-examples-page .sidebar a:hover {
      background-color: #f0f0f0;
      color: #00ff00;
    }

    body.additional-examples-page main, body.additional-examples-page section, body.additional-examples-page .video-container {
      margin-left: 250px; 
    }

    body.additional-examples-page .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
      gap: 10px;
    }

    body.additional-examples-page .grid-item img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 6px;
    }

    @media (max-width: 768px) {
      body.additional-examples-page {
        font-size: 14px;
      }

      body.additional-examples-page .sidebar {
        position: relative;
        height: auto;
	width: auto;
	display: flex;
        justify-content: space-between;
        z-index: 999;
      }

      body.additional-examples-page main, body.additional-examples-page section, body.additional-examples-page .video-container {
        margin-left: 0;
        padding-top: 60px;
      }

      body.additional-examples-page .grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      }
    }

    body.additional-examples-page footer {
      text-align: center;
      padding: 20px;
      background-color: #fff; 
      color: #000;
    }

    body.additional-examples-page footer a {
      color: #000;
      text-decoration: none;
    }

    body.additional-examples-page .email-form input, body.additional-examples-page .email-form textarea, body.additional-examples-page .email-form button {
      width: 100%;
      padding: 10px;
      margin: 10px 0;
      font-size: 16px;
    }

    body.additional-examples-page .email-form button {
      background-color: #333;
      color: white;
      border: none;
    }

    body.additional-examples-page .email-form button:hover {
      background-color: #00ff00;
      cursor: pointer;
    }


/* Source: css/index.css */
body.additional-examples-page #pdf-container {
    margin: 20px auto;
    text-align: center;
}
body.additional-examples-page #pdf-viewer {
    width: 100%;
    height: 520px;
    border: none;
}
@media (max-width: 768px) {
    body.additional-examples-page #pdf-viewer {
        height: 400px; 
    }
}
@media (max-width: 480px) {
    body.additional-examples-page #pdf-viewer {
        height: 300px; 
    }
}
body.additional-examples-page .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
body.additional-examples-page .image {
    width: 300px;
    height: 200px;
    overflow: hidden;
}
body.additional-examples-page .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s;
}
body.additional-examples-page .image img:hover {
    transform: scale(1.1);
}
body.additional-examples-page {
    font-family: sans-serif;
}
body.additional-examples-page .container {
    align-items: absolute;
    position: center;
    height: 100vh;
}
body.additional-examples-page .sidebar {
    width: 143px; 
    background-color: #fff; 
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 9999;  
    margin-left: 0;
}
body.additional-examples-page .sidebar h2 {
    font-size: 10px;
}
body.additional-examples-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.additional-examples-page .sidebar ul li {
    margin-bottom: 10px;
}
body.additional-examples-page .sidebar a {
    font-size: 5px ;
    text-decoration: none;
    color: #000;
}
body.additional-examples-page .content {
    margin-left: 80px; 
    padding: 2px;
    transition:margin-left: 0.3s; 
}
body.additional-examples-page .sidebar.closer { 
    width:200px;
}
body.additional-examples-page content.closer {
    margin-left:20px;
}
body.additional-examples-page #lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    z-index: 999;
}
body.additional-examples-page #lightbox img {
    max-width: 80%;
    max-height: 80vh;
    margin: 0 auto;
    margin-top: 10vh;
}
body.additional-examples-page close
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #f10707;
}
body.additional-examples-page .next-button,
body.additional-examples-page .prev-button {
    background-color: #f3f3f3;
    color: #000000;
    padding: 7px 7px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 24;
    right: 11;
    display: block; 
    width: 10%; 
    text-align: center; 
}
body.additional-examples-page .next-button {
    right: 400px; 
}
body.additional-examples-page .prev-button {
    left: 400px; 
}
body.additional-examples-page .next-button:hover, body.additional-examples-page .prev-button:hover {
    background-color: #add8e6; 
}
body.additional-examples-page .next-button:hover, body.additional-examples-page .prev-button:hover {
    background-color: #add8e6; 
}

body.additional-examples-page .next-button:hover, body.additional-examples-page .prev-button:hover {
    background-color: #add8e6; 
}
body.additional-examples-page .gallery-frame {
    width: 100%; 
    max-width: 2500px; 
    margin: 0 auto; 
    padding: 4px; 
    box-sizing: border-box; 
    float: left
}
body.additional-examples-page .gallery {
    display: grid;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); 
    gap: 10px;
    justify-content: center;
}
body.additional-examples-page .gallery-item{
    flex; 1 0 calc(33.33% - 20px); /
	max-width: calc(33.33% - 30px); 
    max-height: 450px; 
    overflow: hidden;
    object-fit: contain;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
} 
body.additional-examples-page .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s;
}
body.additional-examples-page .gallery-item img:hover {
    transform: scale(1.1);
}
body.additional-examples-page .story-container {
    text-align: auto;
    margin: 0 auto;
    padding: 20px;
    max-width: fit-content;
    max-height: 600px;
    box-sizing: content-box;  
}
body.additional-examples-page .video-container { 
    text-align: center;
    margin-top: -120px;
    margin-left: auto;
    border: 180px solid #fff;
    box-sizing: content-box;
    max-width: 3000px;
}
body.additional-examples-page video {
    max-width: 100%;
}
body.additional-examples-page h1 {
    text-align: center; 
    font-size: 12px; 
    margin-bottom: 20px; 
}
body.additional-examples-page h3 {
    text-align:center; 
    font-size: 10px; 
}
body.additional-examples-page speakerdeck-iframe{
    width: 600px;
    height: 500px;
    text-align: center;
    margin-left: 218px;
}
body.additional-examples-page 
img.small {
    max-width: 100px;
    max-height: 100px;
}
body.additional-examples-page 
img.large {
    max-width: 700px;
    max-height: 700px;
}

body.additional-examples-page #storyboards {
  display: flex;           
  gap: 20px;               
  justify-content: center; 
  flex-wrap: wrap;         
}
body.additional-examples-page .storyboard {
  flex: 1 1 30%;           
  max-width: 300px;        
}
body.additional-examples-page .storyboard img {
  width: 100%;             
}
body.additional-examples-page .slideshow {
  position: relative;
  width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.additional-examples-page .slideshow img.slide {
  width: 100%;
  object-fit: cover;
  align-items: center;
}
body.additional-examples-page h9 {
  font-size: 22px;
}

body.additional-examples-page .slideshow img.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 160px;
  cursor: pointer;
  align-items: center;
}
body.additional-examples-page .slideshow .left {
  left: 10px;
}
body.additional-examples-page .slideshow .right {
  right: 10px;
}

@media (max-width: 420px) {
  body.additional-examples-page .sidebar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 72px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    z-index: 100000 !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    background-color: rgba(255, 255, 255, 0.96) !important;
    box-sizing: border-box !important;
    backdrop-filter: blur(10px) !important;
  }

  body.additional-examples-page .sidebar ul {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    min-width: 100% !important;
  }

  body.additional-examples-page .sidebar li {
    display: inline-flex !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
  }

  body.additional-examples-page .sidebar a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 6px 8px !important;
    font-size: 0.85rem !important;
    text-decoration: none !important;
    color: #333 !important;
  }

  body.additional-examples-page .sidebar a:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
  }

  body.additional-examples-page .sidebar img,
  body.additional-examples-page .sidebar .icon img,
  body.additional-examples-page .sidebar .social-link img {
    width: 45px !important;
    height: 45px !important;
    max-width: 45px !important;
    max-height: 45px !important;
    object-fit: contain !important;
    border-radius: 8px !important;
  }

  body.additional-examples-page {
    padding-top: 82px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.additional-examples-page main,
  body.additional-examples-page section,
  body.additional-examples-page .content,
  body.additional-examples-page .video-container,
  body.additional-examples-page .gallery,
  body.additional-examples-page .grid {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}
body.additional-examples-page .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
body.additional-examples-page .enlarged-image {
    max-width: 90%;
    max-height: 90%;
}
body.additional-examples-page .item-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    opacity: 0;
    transition: opacity 0.2s;
}
body.additional-examples-page .item-caption h1 {
    color: rgb(255, 255, 255); 
    font-size: 20px; 
    text-align: center;
    padding: 10px;
}
body.additional-examples-page .social-links {
    text-align: center;
    margin-top: 20px;
}
body.additional-examples-page .social-link {
    text-decoration: none;
    color: #333; 
    font-size: 20px;
    margin: 10px;
    display: inline-block;
}
body.additional-examples-page .emoji {
    font-size: 24px;
    margin-right: 10px;
}
body.additional-examples-page .social-link img {
    width: 30px; 
    height: 30px; 
}
body.additional-examples-page .video-container {
   text-align: center;
   margin-top:-170px;
   margin-left:60px;
   border: 190px sold #fff;
   box-sizing:content-box;    
}
body.additional-examples-page #floatingGif {
    position: fixed;  
    top: 1px;       
    left: 140px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.additional-examples-page #floatingGif2 {
    position: fixed;  
    top: 460px;       
    left: 40px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.additional-examples-page .submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
    border: 1px solid ###fff;
    border-radius: 10px;
}
body.additional-examples-page .sidebar li:hover .submenu {
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
}
body.additional-examples-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(, 0, 0, 0.00);
    z-index: 5;
    border: 12px solid #fff;
    border-radius: 20px;


}
   body.additional-examples-page .header-navigation li:hover .submenu {
    display: flex;
}
body.additional-examples-page .sidebar .icon,
body.additional-examples-page .sidebar a.icon {
    margin: 2px 0;
}
@media (max-width: 768px) {
  body.additional-examples-page {
    padding-top: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    overflow-x: hidden !important;
  }

  body.additional-examples-page .sidebar {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: calc(100% + 20px) !important;
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
    margin: 0 -10px !important;
    padding: 6px 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    background-color: #fff !important;
    z-index: auto !important;
  }

  body.additional-examples-page #sidebar,
  body.additional-examples-page .sidebar .icon,
  body.additional-examples-page .sidebar .social-link- {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 2px !important;
    width: max-content !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  body.additional-examples-page .sidebar a,
  body.additional-examples-page .sidebar a.icon,
  body.additional-examples-page .sidebar a.social-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    height: auto !important;
    margin: 0 1px !important;
    padding: 0 !important;
    border-bottom: 0 !important;
  }

  body.additional-examples-page .sidebar img,
  body.additional-examples-page .sidebar .icon img,
  body.additional-examples-page .sidebar .social-link img {
    width: 68px !important;
    height: 44px !important;
    max-width: 68px !important;
    max-height: 44px !important;
    object-fit: contain !important;
    border-radius: 0 !important;
  }

  body.additional-examples-page main,
  body.additional-examples-page section,
  body.additional-examples-page .content,
  body.additional-examples-page .video-container,
  body.additional-examples-page .gallery,
  body.additional-examples-page .grid {
    margin-left: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.additional-examples-page .slideshow {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.additional-examples-page .slideshow img.slide,
  body.additional-examples-page .grid img,
  body.additional-examples-page section img {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 480px) {
  body.additional-examples-page .sidebar {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body.additional-examples-page #sidebar,
  body.additional-examples-page .sidebar .icon,
  body.additional-examples-page .sidebar .social-link- {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.additional-examples-page .sidebar a,
  body.additional-examples-page .sidebar a.icon,
  body.additional-examples-page .sidebar a.social-link {
    flex: 0 0 calc(20% - 2px) !important;
    margin: 1px !important;
    box-sizing: border-box !important;
  }

  body.additional-examples-page .sidebar img,
  body.additional-examples-page .sidebar .icon img,
  body.additional-examples-page .sidebar .social-link img {
    width: 100% !important;
    height: auto !important;
    max-width: 68px !important;
    max-height: 44px !important;
  }
}


/* Source: css/phone_02.css */
body.additional-examples-page .pdf-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; 
  border: none;
}
body.additional-examples-page .sidebar {
    width: sticky; 
    background-color: #fff; 
    color: #333;
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1; 
}




/* Source: css/resume_styles.css */
body.resume-page {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background: #fff;
    color: #000;
}
body.resume-page .sidebar {
    width: 223px; 
    background-color: #fff; 
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1; 
}
body.resume-page .sidebar h2 {
    font-size: 20px;
}
body.resume-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.resume-page .sidebar ul li {
    margin-bottom: 10px;
}
body.resume-page .sidebar a {
    font-size: 25px;
    text-decoration: none;
    color: #000;
}
body.resume-page .social-links {
    text-align: center;
    margin-top: 20px;
}
body.resume-page .social-link {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin: 10px;
    display: inline-block;
}
body.resume-page .social-link img {
    width: 30px;
    height: 30px;
}
body.resume-page .content {
    margin-left: 143px; 
    padding: 20px;
    transition: margin-left 0.3s;
}
body.resume-page .resume-main {
    margin-left: 267px;
    padding: 12px 18px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}
body.resume-page .resume-title {
    width: 100%;
    margin: 4px 0 10px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}
body.resume-page #pdf-container {
    width: min(1400px, 100%);
    text-align: center;
    height: 1152px !important;
    min-height: 1152px !important;
    background: #fff;
}
body.resume-page .resume-contact {
    width: 100%;
    margin: 10px 0 0;
    font-size: 18px;
    text-align: center;
}
body.resume-page #pdf-container-2 {
    margin: 5px auto;
    text-align: center;
}
body.resume-page #pdf-viewer {
    width: 100%;
    height: 1152px !important;
    min-height: 1152px !important;
    border: none;
    background: #fff;
}
body.resume-page #pdf-viewer-2 {
    width: 70%;
    height: 1750px; 
    border: none;
}

@media (max-width: 768px) {
    body.resume-page .resume-main {
        margin-left: 0;
        padding: 10px;
    }

    body.resume-page #pdf-container {
        width: 100%;
    }

    body.resume-page #pdf-container,
    body.resume-page #pdf-viewer {
        height: 1152px !important;
        min-height: 1152px !important;
    }
}
@media (max-width: 480px) {
    body.resume-page .resume-main {
        padding: 8px;
    }

    body.resume-page .resume-title {
        font-size: 26px;
    }

    body.resume-page #pdf-container,
    body.resume-page #pdf-viewer {
        height: 1152px !important;
        min-height: 1152px !important;
    }
}
body.resume-page .gallery {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    justify-content: center;
}
body.resume-page .gallery-item {
    max-width: calc(33.33% - 20px);
    max-height: 450px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
}
body.resume-page .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
body.resume-page .gallery-item img:hover {
    transform: scale(1.1);
}
body.resume-page #lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    z-index: 999;
}
body.resume-page #lightbox img {
    max-width: 80%;
    max-height: 80vh;
    margin: 0 auto;
    margin-top: 10vh;
}
body.resume-page .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #f10707;
}
body.resume-page .next-button,
body.resume-page .prev-button {
    background-color: #f3f3f3;
    color: #000000;
    padding: 4px 8px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    text-align: center;
}
body.resume-page .next-button {
    right: 10px;
}
body.resume-page .prev-button {
    left: 10px;
}
body.resume-page .next-button:hover,
body.resume-page .prev-button:hover {
    background-color: #22bc41; 
}
body.resume-page .video-container {
    text-align: center;
    margin-top: -120px;
    border: 180px solid #fff;
    box-sizing: content-box;
}
body.resume-page video {
    max-width: 100%;
}
body.resume-page h1 {
    text-align: center; 
    font-size: 18px; 
    margin-bottom: 20px; 
}

body.resume-page h3 {
    text-align: center;
    font-size: 10px;
}
body.resume-page .speakerdeck-iframe {
    width: 600px;
    height: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
body.resume-page img.small {
    max-width: 100px;
    max-height: 100px;
}
body.resume-page img.large {
    max-width: 700px;
    max-height: 700px;
}
body.resume-page .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
body.resume-page .enlarged-image {
    max-width: 90%;
    max-height: 90%;
}
body.resume-page .item-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    opacity: 0;
    transition: opacity 0.2s;
}
body.resume-page .item-caption h1 {
    color: rgb(255, 255, 255); 
    font-size: 20px; 
    text-align: center;
    padding: 10px;
}
body.resume-page .submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
    border-radius: 10px;
}
body.resume-page .sidebar li:hover .submenu {
    display: block;
    border: px solid #ccc;
}
body.resume-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.00);
    z-index: 5;
    border: 1px solid #fff;
    border-radius: 10px;
}
body.resume-page .header-navigation li:hover .submenu {
    display: flex;
}
body.resume-page #floatingGif, body.resume-page #floatingGif2 {
    position: fixed;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.resume-page #floatingGif {
    top: 1px;
    left: 140px;
}
body.resume-page #floatingGif2 {
    top: 460px;
    left: 40px;
}


/* Source: css/email.css */
body.resume-page .email-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

body.resume-page 
.left-panel {
  flex: 1;
  min-width: 300px;
  background-color: #2e3b4e;
  color: #fff;
  padding: 30px;
  text-align: center;
}

body.resume-page .email-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}

body.resume-page .email-about-me h2 {
  margin-top: 0;
}

body.resume-page .email-about-me p {
  font-size: 16px;
  line-height: 1.6;
}

body.resume-page 
.email-right-panel {
  flex: 2;
  min-width: 300px;
  padding: 30px;
}

body.resume-page .email-right-panel h2 {
  margin-bottom: 20px;
}

body.resume-page .email-form label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}

body.resume-page .email-form input,
body.resume-page .email-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
}

body.resume-page .email-form button {
  margin-top: 20px;
  width: 100%;
  padding: 12px;
  background-color: #4CAF50;
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;
}

body.resume-page .email-form button:hover {
  background-color: #45a049;
}

body.resume-page 
@media (max-width: 768px) {
  body.resume-page .email-container {
    flex-direction: column;
  }
  body.resume-page .email-left-panel, body.resume-page .email-right-panel {
    width: 100%;
  }
}


/* Source: css/sidebar.css */
body.resume-page .sidebar {
    width: clamp(120px, 20vw, 300px);
    background-color: #fff; 
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1;
    margin: 0;
    place-items: center;
    
}
body.resume-page .sidebar h2 {
    font-size: 20px;
}
body.resume-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.resume-page .sidebar ul li {
    margin-bottom: 10px;
}
body.resume-page .sidebar a {
    font-size: 25px;
    text-decoration: none;
    color: #000;
      display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100%;    
}
body.resume-page .social-link {
    text-align: center;
    margin-top: 20px;
      display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100%;    
}
body.resume-page .social-link {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin: 10px;
<!--    display: inline-block; -->
			       text-align: center
					     display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100%;    
}
body.resume-page .social-link img {
    width: 30px;
    height: 30px;
}
body.resume-page .icon {
    margin-top: 20px;
    }
body.resume-page .icon {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin: 10px;
}
body.resume-page .icon img {
    width: 135px;
    height: 85px;
}
body.resume-page .sidebar li:hover .submenu {
    display: block;
    border: 1px solid #ccc;
}
body.resume-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.00);
    z-index: 5;
    border: 1px solid #fff;
    border-radius: 10px;
}
body.resume-page .header-navigation li:hover .submenu {
    display: flex;
}


/* Source: css/story_styles_03.css */
body.resume-page #pdf-container {
    margin: 20px auto;
    text-align: center;
}
body.resume-page #pdf-viewer {
    width: 640px;
    height: 580px; 
    border: none;
}
@media (max-width: 768px) {
    body.resume-page #pdf-viewer {
        height: 400px;
    }
}
@media (max-width: 480px) {
    body.resume-page #pdf-viewer {
        height: 300px;
    }
}
body.resume-page .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
body.resume-page .image {
    width: 300px;
    height: 200px;
    overflow: hidden;
}
body.resume-page .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
body.resume-page .image img:hover {
    transform: scale(1.1);
}
body.resume-page {
    font-family: sans-serif;
}
body.resume-page .container {
    align-items: absolute;
    position: center;
    height: 100vh;
}
body.resume-page .sidebar {
    width: 200px; 
    background-color: #fff; 
    color: #333;
    padding: 22px;
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    z-index: 1; 
}
body.resume-page .sidebar h2 {
    font-size: 20px;
}
body.resume-page .sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.resume-page .sidebar ul li {
    margin-bottom: 10px;
}
body.resume-page .sidebar a {
    font-size: 25px ;
    text-decoration: none;
    color: #000;
}
body.resume-page .content {
    margin-left: 30px; 
    padding: 2px;
    transition:margin-left: 0.3s; 
}
body.resume-page .sidebar.closer { 
width:200px;
}
body.resume-page content.closer {
    margin-left:20px;
}
body.resume-page #lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    z-index: 999;
}
body.resume-page #lightbox img {
    max-width: 80%;
    max-height: 80vh;
    margin: 0 auto;
    margin-top: 10vh;
}
body.resume-page close
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #f10707;
}
body.resume-page .next-button,

body.resume-page .prev-button {
    background-color: #f3f3f3;
    color: #000000;
    padding: 4px 4px;
    border-radius: 1px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 24;
    right: 11;
    display: block; 
    width: 10%; 
    text-align: center; 
}
    body.resume-page .next-button {
        right: 400px; 
    }
    body.resume-page .prev-button {
        left: 400px; 
    }
    body.resume-page .next-button:hover, body.resume-page .prev-button:hover {
        background-color: #22bc41; 
    }
body.resume-page .next-button:hover, body.resume-page .prev-button:hover {
    background-color: #22bc41; 
}
body.resume-page .next-button:hover, body.resume-page .prev-button:hover {
    background-color: #22bc41; 
}
body.resume-page .gallery-frame {
    width: 100%; 
    max-width: 2500px; 
    margin: 0 auto; 
    padding: 4px; 
    box-sizing: border-box; 
    float: left
}
body.resume-page .gallery {
   display: grid;
   flex-wrap: wrap;
   gap: 10px;
   grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); 
   gap: 10px;
   justify-content: center;
}
body.resume-page .gallery-item{
    flex; 1 0 calc(33.33% - 20px); /
    max-width: calc(33.33% - 30px); 
    max-height: 450px; 
    overflow: hidden;
    object-fit: contain;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
} 
body.resume-page .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s;
}
body.resume-page .gallery-item img:hover {
    transform: scale(1.1);
}
body.resume-page .video-container { 
    text-align: center;
    margin-top: -120px;
    margin-left: auto;
    border: 180px solid #fff;
    box-sizing: content-box;
}
body.resume-page video {
    max-width: 100%;
}
body.resume-page h1 {
    text-align: center; 
    font-size: 18px; 
    margin-bottom: 20px; 
}
body.resume-page h3 {
    text-align:center; 
    font-size: 10px; 
}
   body.resume-page .speakerdeck-iframe{
    width: 600px;
    height: 500px;
    text-align: center;
    margin-left: 218px;
   }
body.resume-page img.small {
    max-width: 100px;
    max-height: 100px;
}
body.resume-page img.large {
    max-width: 700px;
    max-height: 700px;
}
body.resume-page .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
body.resume-page .enlarged-image {
    max-width: 90%;
    max-height: 90%;
}
body.resume-page .item-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    opacity: 0;
    transition: opacity 0.2s;
}
body.resume-page .item-caption h1 {
    color: rgb(255, 255, 255); 
    font-size: 20px; 
    text-align: center;
    padding: 10px;
}
body.resume-page .social-links {
    text-align: center;
    margin-top: 20px;
}
body.resume-page .social-link {
    text-decoration: none;
    color: #333; 
    font-size: 20px;
    margin: 10px;
    display: inline-block;
}
body.resume-page .emoji {
    font-size: 24px;
    margin-right: 10px;
}
body.resume-page .social-link img {
    width: 30px; 
    height: 30px; 
}
body.resume-page .video-container {
   
   margin-top:-170px;
   margin-left:60px;
   margin-bottom:-170px
   
   
}
body.resume-page #floatingGif {
    position: fixed;  
    top: 1px;       
    left: 140px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.resume-page #floatingGif2 {
    position: fixed;  
    top: 460px;       
    left: 40px;
    width: 100px;
    height: auto;
    z-index: 9999;
}
body.resume-page .submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
    border: 1px solid ###fff;
    border-radius: 10px;
}
body.resume-page .sidebar li:hover .submenu {
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
}
body.resume-page .header-navigation .submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(, 0, 0, 0.00);
    z-index: 5;
    border: 10px solid #fff;
    border-radius: 10px;
}
   body.resume-page .header-navigation li:hover .submenu {
    display: flex;
}



body .sidebar {
    width: 143px !important;
    padding: 22px !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    background: #fff !important;
    z-index: 9999 !important;
    box-sizing: border-box !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
body #sidebar, body .sidebar-links {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 4px !important;
    width: 100% !important;
}
body .sidebar a.icon, body .sidebar a.social-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    text-decoration: none !important;
    flex: 0 0 auto !important;
}
body .sidebar a.icon img {
    width: 135px !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 85px !important;
    object-fit: contain !important;
    display: block !important;
}
body .social-links {
    display: flex !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 10px 0 0 !important;
}
body .sidebar a.social-link img {
    width: 30px !important;
    height: 30px !important;
    object-fit: contain !important;
    display: block !important;
}

body .slideshow,
body .slideshow img,
body .slideshow .arrow {
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}
body.index-page, body.character-design-page, body.story-page, body.background-design-page, body.additional-examples-page, body.resume-page {
    overflow-x: hidden;
}
@media (max-width: 768px) {
    body .sidebar {
        position: static !important;
        width: calc(100% + 20px) !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 6px 8px !important;
        margin: 0 -10px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
    }
    body #sidebar { align-items: flex-start !important; }
    body .sidebar-links {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: 2px !important;
        width: max-content !important;
        min-width: 0 !important;
    }
    body .sidebar a.icon { width: auto !important; margin: 0 1px !important; }
    body .sidebar a.icon img {
        width: 68px !important;
        max-width: 68px !important;
        height: 44px !important;
        max-height: 44px !important;
    }
    body .social-links { display: none !important; }
}
@media (max-width: 480px) {
    body .sidebar { overflow-x: hidden !important; }
    body .sidebar-links { width: 100% !important; flex-wrap: wrap !important; }
    body .sidebar a.icon { flex: 0 0 calc(20% - 2px) !important; box-sizing: border-box !important; }
    body .sidebar a.icon img { width: 100% !important; height: auto !important; max-width: 68px !important; max-height: 44px !important; }
}


@media (min-width: 769px) {
    body .sidebar {
        width: 160px !important;
        padding: 10px 8px !important;
    }

    body .sidebar a.icon img {
        width: 145px !important;
        max-height: 92px !important;
    }

    body.index-page section,
    body.character-design-page section,
    body.story-page section,
    body.background-design-page section,
    body.additional-examples-page section,
    body.animation-page section {
        margin-left: 178px !important;
        margin-right: 0 !important;
        max-width: calc(100% - 190px) !important;
        box-sizing: border-box !important;
    }

    body.resume-page .resume-main {
        margin-left: 178px !important;
        padding-left: 12px !important;
    }
}


body.index-page #sketchbook {
    padding-right: 18px !important;
}

body.index-page .storyboard-row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    align-items: start !important;
    box-sizing: border-box !important;
}

body.index-page .storyboard-card {
    min-width: 0 !important;
}

body.index-page .storyboard-card h2 {
    margin: 0 0 6px !important;
    font-size: 20px !important;
    line-height: 1.15 !important;
    text-align: left !important;
}

body.index-page .storyboard-card .pdf-download {
    display: inline-block !important;
    margin: 0 8px 8px 0 !important;
}

body.index-page .storyboard-card .slideshow {
    width: 100% !important;
    max-width: 100% !important;
}

body.index-page .storyboard-card .slideshow img.slide {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}

body.index-page .storyboard-card .slideshow img.arrow {
    width: 64px !important;
    height: 128px !important;
}

@media (max-width: 1100px) {
    body.index-page .storyboard-row {
        grid-template-columns: 1fr !important;
    }
}


body.index-page,
body.character-design-page,
body.background-design-page,
body.additional-examples-page,
body.story-page {
    overflow-x: hidden !important;
}

body.index-page section,
body.index-page #animation,
body.index-page #characterdesign-,
body.index-page #backgrounddesign-,
body.index-page #sketchbook-,
body.character-design-page section,
body.background-design-page section,
body.additional-examples-page section,
body.story-page section {
    max-width: 100% !important;
    box-sizing: border-box !important;
}

body.index-page .grid,
body.index-page .gallery,
body.character-design-page .grid,
body.character-design-page .gallery,
body.background-design-page .grid,
body.background-design-page .gallery,
body.additional-examples-page .grid,
body.additional-examples-page .gallery,
body.story-page .grid,
body.story-page .gallery {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)) !important;
    gap: 10px !important;
    justify-content: stretch !important;
    align-items: start !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

body.index-page .grid-item,
body.index-page .gallery-item,
body.character-design-page .grid-item,
body.character-design-page .gallery-item,
body.background-design-page .grid-item,
body.background-design-page .gallery-item,
body.additional-examples-page .grid-item,
body.additional-examples-page .gallery-item,
body.story-page .grid-item,
body.story-page .gallery-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

body.index-page .grid img,
body.index-page .gallery img,
body.character-design-page .grid img,
body.character-design-page .gallery img,
body.background-design-page .grid img,
body.background-design-page .gallery img,
body.additional-examples-page .grid img,
body.additional-examples-page .gallery img,
body.story-page .grid img,
body.story-page .gallery img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    box-sizing: border-box !important;
}

@media (max-width: 768px) {
    body.index-page .storyboard-card .slideshow img.arrow {
        width: 120px !important;
        height: 220px !important;
    }
}


body .slideshow,
body .slideshow img.slide,
body .fancybox__container,
body .fancybox__backdrop,
body .lightbox,
body #lightbox,
body .overlay {
    background: #fff !important;
    background-color: #fff !important;
}


body .slideshow,
body .slideshow img,
body .slideshow img.slide,
body .slideshow .arrow {
    box-shadow: none !important;
    filter: none !important;
    animation: none !important;
    transition: none !important;
}

body .slideshow .arrow,
body .next-button,
body .prev-button,
body .fancybox__button {
    color: #000 !important;
    background-color: transparent !important;
    border-color: #000 !important;
}


body.index-page #character-design .grid,
body.index-page #background-design .grid,
body.character-design-page #character-design .grid,
body.background-design-page #background-design .grid,
body.background-design-page #backgrounddesign- .grid {
    grid-template-columns: repeat(auto-fit, minmax(min(314px, 100%), 1fr)) !important;
}

body.index-page #character-design .grid-item,
body.index-page #background-design .grid-item,
body.character-design-page #character-design .grid-item,
body.background-design-page #background-design .grid-item,
body.background-design-page #backgrounddesign- .grid-item {
    overflow: hidden !important;
}

body.index-page #character-design .grid img,
body.index-page #background-design .grid img,
body.character-design-page #character-design .grid img,
body.background-design-page #background-design .grid img,
body.background-design-page #backgrounddesign- .grid img {
    transform: scale(1.12) !important;
    transform-origin: center center !important;
}


body .sidebar {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

body #sidebar,
body .sidebar-links {
    align-items: center !important;
    justify-content: center !important;
}

body .sidebar a.icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body .sidebar a.icon img {
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 768px) {
    body .sidebar {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        left: auto !important;
        right: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow-x: hidden !important;
    }

    body #sidebar {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    body .sidebar-links {
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }

    body .sidebar a.icon {
        flex: 0 0 68px !important;
        width: 68px !important;
        justify-content: center !important;
    }
}

@media (max-width: 480px) {
    body .sidebar a.icon {
        flex: 0 0 calc(20% - 2px) !important;
        width: auto !important;
    }
}

/* Animation page: . */
body.animation-page #animation {
    margin-left: 160px !important;
    margin-right: 0 !important;
    max-width: calc(100% - 160px) !important;
    padding: 12px 8px 32px !important;
    box-sizing: border-box !important;
}

body.animation-page .video-container {
    width: 100% !important;
    max-width: 1260px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-sizing: border-box !important;
    text-align: left !important;
}

body.animation-page .video-container h1,
body.animation-page .video-container h2 {
    text-align: left !important;
}

body.animation-page .video-container > video,
body.animation-page .video-container > iframe {
    display: inline-block !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 12px 18px 0 !important;
    vertical-align: top !important;
}

body.animation-page .video-container > h2 + video {
    display: block !important;
    width: min(640px, 100%) !important;
}

@media (max-width: 768px) {
    body.animation-page #animation {
        margin-left: 0 !important;
        max-width: 100% !important;
        padding: 12px 10px 28px !important;
    }

    body.animation-page .video-container {
        text-align: center !important;
    }

    body.animation-page .video-container h1,
    body.animation-page .video-container h2 {
        text-align: center !important;
    }

    body.animation-page .video-container > video,
    body.animation-page .video-container > iframe {
        display: block !important;
        width: 100% !important;
        max-width: 640px !important;
        margin: 0 auto 16px !important;
    }
}
