@font-face {
    font-family: "Goodline"; /* Choose a name for your font */
    src: url("fonts/goodline.ttf") format("truetype"); /* Add file path */
    font-weight: normal; /* Adjust as needed */
    font-style: normal; /* Adjust as needed */
  }

  html {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
  }
  
  
  body {
    margin: 0px; /* Keep margin if needed */
    background: #0a0a0d;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh; /* Full height of viewport */
  }
  
  .browser {
    max-width: 980px;
    min-width: 300px;
    height: 700px;
    border-radius: 20px;
    display: flex;
    flex-direction: column; /* Enable flex layout for its children */
    flex-grow: 1;
    overflow: hidden;
    background-image: url("browser_images/background_squares.png");
    background-size: cover;
    background-color: #141723;
    border: solid 1px #21263b;
  }
  
  @media (max-height: 751px) {
    body {
      margin: 0px;
    }
  
    .browser {
      height: 99%; /* 90% of the viewport height */
      margin: 0px 2px;
    }
  }
  
  /*Naviagation Area*/
  .navarea {
    display: flex;
    flex-direction: column;
    z-index: 10;
    height: auto;
    background-color: none;
  }
  
  .tabsarea {
    background-image: url("browser_images/header_background.png");
    background-size: cover;
    background-color: #202437;
    display: flex; /* Enables Flexbox for the container */
    height: auto;
    padding: 15px 10px 10px 10px;
    align-items: center;
    border-bottom: 1px solid rgba(113, 160, 251, 0.35);
    position: relative;
  }
  
  .dots {
    display: flex; /* Align dots horizontally */
    align-items: center;
    /*background-color: rgb(55, 194, 37);*/
    margin-right: 30px; /* Optional: Add spacing from the right edge */
    margin-bottom: 5px;
  }
  
  #dot1,
  #dot2,
  #dot3 {
    height: 16px;
    width: 16px;
    background: linear-gradient(0deg, #283049 0%, #1e2233 100%);
    border-radius: 50%;
    margin-left: 10px; /* Adds spacing between dots */
  }
  
  .tabs {
    flex-grow: 1; /* Makes the tabs take up all remaining space */
    /* background-color: rgb(117, 106, 76); */
    height: auto;
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
    min-width: 100px;
    margin-bottom: -12px;
    z-index: 10;
  }
  
  .tabs_inside,
  .active {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 1; /* Allows the tabs to shrink */
    min-width: 0; /* Prevents content overflow */
    background-color: none;
    margin: 0px;
    min-width: 60px;
    height: 47px;
  }
  
  .tabs_inside {
    height: 100%; /* Ensure it stretches fully within its parent */
    padding: 12px 35px;
    opacity: 50%;
    height: 47px;
    border: transparent 1.9px solid;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .tabs_inside:hover {
    background-color: rgba(43, 53, 80, 0.336);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  
  .active-drag {
    opacity: 0.4;
  }
  
  .search-and-tabs-divider {
    display: flex;
    width: 100%;
    height: 10px;
    background: #323f5d;
    border-bottom: #71a0fb 1.9px solid;
    border-top: #71a0fb 1.9px solid;
  }
  
  .active {
    display: flex;
    background-color: rgb(43, 53, 80);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 10; /* Ensure it appears above other tabs */
    position: relative; /* Ensure positioning remains within the container */
    border: #71a0fb 1.9px solid;
    border-bottom: none;
    padding: 12px 35px;
    box-shadow: inset 0px -10px 26.3px 0px rgba(119, 172, 241, 0.103),
      inset 0px 2px 5px 0px rgba(135, 180, 238, 0.199);
      cursor: grab;
      user-select: none; /* Prevents selection */
}

.active:active {
    cursor: grabbing;
}

  
  .active::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    bottom: 0;
    right: 100%;
    background: transparent;
    border-bottom-right-radius: 20px;
    box-shadow: 3px 3px 0px 3px #323f5d;
    border-right: #71a0fb 1.9px solid;
    border-bottom: #71a0fb 1.9px solid;
    z-index: 9; /* Adjust to stay behind the main tab */
  }
  
  .active::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    bottom: 0;
    left: 100%;
    background: transparent;
    border-bottom-left-radius: 20px;
    box-shadow: -3px 3px 0px 3px #323f5d;
    border-left: #71a0fb 1.9px solid;
    border-bottom: #71a0fb 1.9px solid;
    z-index: 9; /* Adjust to stay behind the main tab */
  }
  
  .active .tab-title,
  .tabs_inside .tab-title {
    color: #71a0fb;
    margin-left: 4px;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-optical-sizing: auto;
    text-overflow: ellipsis;
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    flex-shrink: 1;
  }
  
  .tabs .active {
    position: relative; /* Needed for absolute positioning of the circle */
  }
  
  /* Create the circle above the active tab */
  
  .tab-title {
    color: #71a0fb;
    text-overflow: ellipsis; /* Adds ellipsis when the text overflows */
    white-space: nowrap; /* Prevents text wrapping */
    overflow: hidden; /* Hides overflowing text */
    flex-shrink: 1; /* Allows the title to shrink within the tab */
    min-width: 0; /* Ensures the ellipsis effect works correctly */
    overflow: visible;
    text-overflow: ellipsis;
    margin-left: 4px;
    user-select: none;
  }
  
  .tab_icon {
    margin-right: 5px;
    flex-shrink: 0; /* Prevents the icon from shrinking */
    height: 18px;
    user-select: none;
  }
  
  #annotation-title {
    font-family: "Instrument Sans", serif;
    letter-spacing: -1px;
  }
  
  /*YOUR MEDIA WILL NOT WORK IF YOU PUT IT IN CSS BEFORE IT IS DECLARED IN CSS.*/
  
  @media (max-width: 700px) {
    .tab-title {
      display: none;
    }
  
    .tab_icon {
      margin-right: 0px;
    }
  
    .close_tab {
      justify-content: center;
    }
  
    #close_icon {
      margin-right: 0px;
    }
  
    .dots {
      margin-right: 15px;
    }
  }
  
  @media (max-width: 379px) {
    .dots {
      display: none;
    }
  }
  
  .tab_line_divider {
    width: 1px;
    height: 13px;
    background: #3c4364;
    border-radius: 2px;
  }
  
  /*Search Area*/
  
  .searcharea {
    background-color: none;
    padding: 16px 12px;
    height: auto;
  }
  
  .outersearchbar {
    background: none;
    border: hsla(340, 4%, 14%, 0) 5px solid;
    border-radius: 16px;
    position: relative; /* Ensure it's a positioned container for children */
    z-index: 10; /* Lower z-index than .innersearchbar */
  }
  
  .innersearchbar {
    background: rgba(28, 32, 49, 0.4);
    border: rgba(84, 92, 125, 0.274) 1px solid;
    border-radius: 10px;
    padding: 12px 16px 12px 16px;
    display: flex; /* Enables Flexbox for the container */
    align-items: center;
    justify-content: space-between;
    z-index: 20; /* Higher than the outer container and suggestions */
    position: relative; /* Needed for z-index to take effect */
    transition: box-shadow 0.4s linear, border-color 0.4s linear; /* Combined transitions */
  }
  
  .innersearchbar:focus-within {
    border-color: #71a0fb;
  
    box-shadow: inset 0 -25px 50px rgba(113, 159, 251, 0.226),
      inset 0 -10px 20px rgba(113, 159, 251, 0.226),
      0 0 24.85px rgba(113, 159, 251, 0.39),
      0 42.2px 120.86px rgba(113, 159, 251, 0.322);
  
    background: #3e4e7767;
    border-width: 2px;
  }
  
  .outersearchbar:focus-within {
    /*this should be on when typing only*/
    border-color: hsla(243, 69%, 64%, 0.137);
    transition: border-color 0.4s linear; /*fix tis*/
    transition: background-color 0.4s linear;
    position: relative; /* Makes .suggestions width relative to this element */
  }

  
  .typing-container {
    position: relative;
    font-size: 20px;
    color: rgba(208, 208, 255, 0.39);
    display: inline-block;
    display: flex;
    flex-grow: 1;
    background-color: transparent;
    align-items: center;
    justify-content: center;
  }
  
  /* Input field */
  /* Input field */
  /* Input field */
  #searchinput {
    border: none;
    outline: none;
    font-size: 14px;
    background: rgba(255, 255, 255, 0);
    color: #b3d4ff;
    caret-color: rgba(243, 109, 255, 0); /* Hide default caret */
    position: relative;
    line-height: 1em; /* Ensures text and caret align */
    z-index: 2;
    display: flex;
    width: 100%;
    text-align: start; /* Center text */
    justify-content: center;
    box-sizing: border-box;
  }
  
  #searchinput::placeholder {
    color: rgba(84, 92, 125, 0.514);
    font-size: 14px;
    font-family: "Inter", serif;
    font-weight: 400;
    opacity: 0.8;
    transition: opacity 0.2s ease;
  }
  
  #searchinput:focus::placeholder {
    color: transparent; /* Make the placeholder text transparent */
  }
  
  .webpage {
    background-color: none;
    flex-grow: 1; /* Make it take up remaining space */
    overflow: hidden; /* Ensure shadows are not clipped */
    padding: 0px;
    bottom: 0;
    overflow-y: auto;
    padding: 0px 17px 16px 17px;
  }
  
  .myghostclass {
    visibility: hidden;
  }
  
  .sortable-drag {
    opacity: 0;
  }
  
  .suggestions-container {
    display: none;
    position: absolute;
    background-color: #1e2233; /* Background color */
    width: calc(100% + 10px); /* Add 1px to the total width */
    margin-left: -5px; /* Shift it half a pixel to the left */
    z-index: 12;
    height: auto;
    overflow-y: auto;
    border-radius: 0px 0px 15px 15px;
    padding: 0px;
    animation-name: example;
    animation-duration: 0.4s;
    box-shadow: 0px 4px 8px rgba(22, 22, 22, 0.15);
    margin-top: -5px;
    padding-top: 4px;
    padding-bottom: 10px;
  }
  
  @keyframes example {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  .suggestion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px 13px 15px;
    cursor: pointer;
    border-radius: 12px;
    font-family: "Inter", serif;
    overflow-y: auto;
    margin: 10px 6px 10px 6px;
  }
  
  .suggestion:hover {
    background: #282e44;
  }
  
  .suggestion-icon {
    width: 18px;
    margin-right: 8px;
  }
  
  .suggestion-name {
    flex-grow: 1;
    color: rgba(255, 255, 255, 0.897);
    font-weight: 250;
    font-family: "Inter", serif;
    font-size: 14px;
    text-overflow: ellipsis; /* Adds ellipsis when the text overflows */
    white-space: nowrap; /* Prevents text wrapping */
    overflow: hidden;
  }
  
  .suggestion-site {
    font-size: 0.9em;
    color: #39507d;
    text-overflow: ellipsis; /* Adds ellipsis when the text overflows */
    white-space: nowrap; /* Prevents text wrapping */
    overflow: hidden;
    margin-left: 10px;
    font-weight: 700;
  }
  
  /* Custom scrollbars for WebKit browsers */
  .suggestions-container::-webkit-scrollbar {
    width: 3px; /* Width of the scrollbar */
  }
  
  .suggestions-container::-webkit-scrollbar-track {
    background: none; /* Background of the scrollbar track */
    border-radius: 10px; /* Rounded corners for the track */
  }
  
  .suggestions-container::-webkit-scrollbar-thumb {
    background: none; /* Color of the scrollbar thumb */
    border-radius: 10px; /* Rounded corners for the thumb */
  }
  
  .suggestions-container::-webkit-scrollbar-thumb:hover {
    background: #3f3d3d; /* Darker color when hovered */
  }
  
  mark {
    background-color: #719ffb2f;
    color: #71a0fb;
    border-radius: 3px;
  }
  
  /*CSS STYLES for WELCOME PAGE page1*/
  #welcome-paragraph {
    font-size: 46px;
    font-family: "Inter", serif;
    font-weight: 250;
    color: #d1d1d154;
    line-height: 1.25em; /* Ensures consistent line spacing */
    letter-spacing: 1px;
    position: relative; /* Enables absolute positioning for child elements */
    margin: 0px;
  }
  
  .illustration-icons {
    display: inline-block; /* Keeps the icons inline */
    position: relative; /* Prevents absolute positioning from affecting surrounding layout */
    width: 70px; /* Make icons bigger */
    margin: 0px; /* Add space around the icons */
    vertical-align: middle; /* Keeps the icons aligned with text */
    margin: -16px -4px -16px -4px;
  }
  
  .text-inside {
    color: #d1d1d1;
  }
  
  .pages {
    display: flex;
    height: 100%;
    width: 100%;
  }
  
  /*about page style --------------------------------------------------------------------------------------------*/
  #page2 {
    background-color: none;
    overflow: hidden; /* Ensure shadows are not clipped */
  }
  
  /*change images to svg's as they are quite blurry*/
  
  #anno-left-div {
    background-color: rgba(28, 32, 49, 0.4);
    border: 1px solid rgba(84, 92, 125, 0.2);
    padding: 5px 10px;
    width: 250px;
    border-radius: 10px;
    font-family: "Inter", Arial;
    letter-spacing: 0.2px;
    font-size: 14px;
  }
  
  #anno-left-upper-div {
    margin-bottom: 20px;
  }
  
  #anno-left-upper-div-letter-box {
    width: 15px;
    height: 15px;
    background-color: #28304975;
    margin-right: 6px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #anno-left-upper-div-letter-box p {
    margin: 0px;
    font-size: 10px;
  }
  
  #anno-left-bottom-div-upper p,
  #anno-left-bottom-div-bottom p,
  #anno-left-bottom-div-last p {
    margin: 0px;
  }
  
  #anno-left-bottom-div-upper,
  #anno-left-bottom-div-bottom,
  #anno-left-bottom-div-last {
    cursor: pointer;
  }
  
  #anno-left-upper-div img,
  #anno-left-bottom-div-upper img,
  #anno-left-bottom-div-bottom img,
  #anno-left-bottom-div-last img {
    margin-right: 6px;
    height: 15px;
  }
  
  #anno-left-bottom-div-upper,
  #anno-left-bottom-div-bottom {
    margin-bottom: 10px;
  }
  
  .anno-active {
    background-color: rgba(62, 78, 119, 0.35);
    border-radius: 100px;
    box-shadow: inset 0px 13px 26.3px 0px rgba(119, 172, 241, 0.07),
      0px 0px 26.3px 0px rgba(119, 172, 241, 0.288);
    border: 1px #71a0fb solid;
    transition: background-color 0.6s ease, border 0.6s ease, color 0.6s ease; /* Smooth height transition */
  }
  
  .anno-active p {
    color: rgb(113, 160, 251);
    font-size: 14px;
  }
  
  /* Target the SVG paths inside .anno-active */
  .anno-active svg path {
    stroke: #71a0fb; /* Change stroke color to red */
  }
  
  .anno-div,
  .anno-active,
  #anno-left-upper-div {
    padding: 10px 15px;
    display: flex;
    justify-content: start;
    align-items: center;
    color: rgba(113, 159, 251, 0.38);
  }
  
  .anno-div {
    color: rgba(113, 159, 251, 0.38);
    background-color: rgba(62, 78, 119, 0.1);
    box-shadow: rgba(119, 172, 241, 0.07) 0px 13px 26.3px 0px inset;
    border-radius: 100px;
    border: 1px solid rgba(113, 159, 251, 0.2);
    transition: background-color 0.6s ease, border 0.6s ease, color 0.6s ease; /* Smooth height transition */
  }
  
  .spacer {
    width: 5px;
  }
  
  .anno-div svg path {
    stroke: rgba(113, 159, 251, 0.38); /* Change stroke color to red */
  }
  
  /*anno right div*/
  
  #anno-right-div {
    background-color: none;
    flex-grow: 1;
    display: flex; /* Ensure flex container behavior */
    flex-direction: column; /* Stack children vertically */
    padding: 0px 10px 10px 20px;
    font-family: "Inter", serif;
    font-weight: 350;
    font-size: 14px;
    overflow-y: auto;
  }
  
  #anno-right-div-upper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: none;
    width: 100%;
    height: auto;
  }
  
  #anno-right-div-upper p {
    margin: 0px;
  }
  
  #anno-right-div-upper-title {
    color: #8992c0;
  }
  
  #anno-right-div-upper-date {
    color: #656c8f;
  }
  
  #anno-right-div-bottom {
    display: flex;
    background-color: none;
    flex-direction: column;
    flex-grow: 1; /* Make it take up the remaining space */
    align-items: center;
    color: #656c8f;
    padding: 70px 20px 0px 20px;
    overflow-y: auto;
  }
  
  #anno-right-middle-div {
    display: flex;
    flex-direction: column;
    align-items: start;
    background-color: none;
    max-width: 340px;
    width: 100%;
  }
  
  #anno-right-div-bottom-upper-title {
    font-size: 35px;
    font-weight: 700;
    margin: 0px 0px 4px 0px;
    color: white;
  }
  
  .highlighted_words {
    color: #ffffff;
  }
  
  #anno-right-div-bottom-upper-small {
    margin: 0px;
  }
  
  #anno-right-div-bottom-bottom {
    margin-top: 30px;
  }
  
  #anno-right-div-bottom-bottom p {
    margin: 0px;
  }
  
  .anno-right-div-bottom-bottom-div {
    margin-top: 14px;
    padding: 0px;
    display: flex;
    justify-content: start;
    align-items: start;
    align-items: flex-start; /* Aligns the image with the first line of the text */
    line-height: 1.5;
  }
  
  .anno-right-div-bottom-bottom-div img {
    margin-right: 6px;
    margin-top: 3px;
    height: 14px;
  }
  
  /*Scrolling Styling for Scribb*/
  /* Chrome, Edge, and Safari */
  #anno-right-div-bottom::-webkit-scrollbar {
    width: 6px; /* Scrollbar width */
  }
  
  #anno-right-div-bottom::-webkit-scrollbar-track {
    background: transparent; /* Scrollbar track background */
    border-radius: 12px; /* Track border radius */
  }
  
  #anno-right-div-bottom::-webkit-scrollbar-thumb {
    background-color: #2e395f; /* Scrollbar color */
    border-radius: 12px; /* Thumb border radius */
  }
  
  #anno-right-div-bottom::-webkit-scrollbar-thumb:hover {
    background-color: #3d4b7e; /* Color on hover */
  }
  
  @media (max-width: 768px) {
    #page2 {
      flex-direction: column;
      height: 100%;
    }
  
    #anno-left-upper-div {
      margin: 0px;
      padding: 0px;
    }
  
    #anno-left-div {
      border-radius: 10px;
      display: flex;
      width: 100%;
      justify-content: space-between;
      margin-bottom: 10px;
    }
  
    #anno-left-bottom-div {
      display: flex;
      flex-direction: row;
    }
  
    #anno-left-bottom-div-upper p,
    #anno-left-bottom-div-bottom p,
    #anno-left-bottom-div-last p,
    .spacer {
      display: none;
    }
  
    #anno-left-bottom-div-upper img,
    #anno-left-bottom-div-bottom img,
    #anno-left-bottom-div-upper,
    #anno-left-bottom-div-bottom {
      margin: 0px;
    }
  
    #anno-left-bottom-div-upper,
    #anno-left-bottom-div-bottom {
      margin-right: 5px;
    }
  
    #anno-right-div {
      padding: 0px;
    }
  }
  
  @media (max-width: 489px) {
    #anno-right-div-bottom {
      padding: 70px 0px 0px 0px;
    }
  }
  
  /*css for socials --------------------------------------------------------------------------------------------*/
  /* Basic layout */
  #page3 {
    background-color: none;
    display: flex;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    position: relative; /* Add this line */
  }
  
  * {
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .map-fader {
    display: flex;
    width: 110%;
    height: 100px;
    position: absolute;
    z-index: 1; /* Try a larger value */
    background-color: #141723;
    top: 0;
    left: -20px;
    -webkit-mask-image: linear-gradient(#141723, rgba(0, 0, 0, 0));
    mask-image: linear-gradient(#141723, rgba(0, 0, 0, 0));
  }
  
  /* Left section (socials) */
  .socials-left-div {
    display: flex;
    flex-direction: column;
    background: none;
    width: 100%;
    min-width: 200px;
    max-width: 350px;
    margin: 0px 15px 15px 0px;
    position: relative;
    z-index: 1;
  }
  
  .socials-left-div-upper {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid rgb(48, 53, 74);
    border-radius: 12px;
    background-color: rgba(31, 36, 52, 0.69);
    margin-bottom: 20px;
  }
  
  /* Style the input box */
  .socials-left-div-upper p {
    margin: 0px 0px 0px 8px;
    font-size: 16px;
    color: #c7c7c7;
    padding: 0px;
    font-weight: 14px;
  }
  
  .socials-left-div-bottom-container {
    position: relative;
    background-color: rgba(31, 36, 52, 0.78);
    backdrop-filter: blur(5px);
    font-family: "Inter", Arial;
    color: white;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
    border: 1px solid #30354a;
    cursor: pointer;
    transition: border-color 0.5s ease, opacity 0.5s ease; /* Added transition for border and opacity */
  }
  
  .socials-left-div-bottom-container-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-family: "Inter", Arial;
  }
  
  .search-span {
    color: #71a0fb;
  }
  
  .search-span-details {
    color: #475278;
    font-family: "Inter", Arial;
    font-weight: 400;
  }
  
  .detail-answer {
    font-family: "Inter", Arial;
    font-weight: 200;
  }
  
  .divider {
    height: 1px;
    display: flex;
    background-color: rgba(114, 114, 114, 0.09);
    margin-bottom: 10px;
  }
  
  .socials-left-div-bottom-container-div p {
    margin: 0px;
  }
  
  .socials-left-div-bottom-container-div img {
    height: 17px;
  }
  
  .selected-icon {
    display: none; /* Hide by default */
    overflow: visible;
    height: 45px; /* Explicit height */
    width: 45px; /* Explicit width */
    object-fit: contain; /* Ensure the content fits within the box */
  }
  
  #selected-location {
    border-color: #71a0fb; /* Highlighted border color */
    opacity: 1; /* Ensure full opacity when active */
    position: relative;
    box-shadow: inset 0px 13px 26.3px 0px rgba(119, 172, 241, 0.07),
      0px 6px 26.3px 0px rgba(119, 172, 241, 0.158);
  }
  
  #selected-location .selected-icon {
    display: inline-block; /* Make it visible */
    position: absolute;
    top: -16px; /* Adjust based on the size */
    left: -17px;
    height: 40px; /* Match the new size */
    width: 40px; /* Match the new size */
    transition: opacity 0.5s ease, height 0.5s ease, width 0.5s ease; /* Smooth transitions for size */
  }
  
  .socials-left-div-bottom-container-div-button-div {
    display: flex;
    justify-content: end;
    height: 36px;
    margin-top: 30px;
  }

  
  .socials-left-div-bottom-container-div-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(62, 78, 119, 0.35);
    border: 1px solid #71a0fb;
    box-shadow: inset 0px 13px 26.3px 0px rgba(119, 172, 241, 0.07),
      0px 0px 10px 0px rgba(119, 172, 241, 0.1);
    padding: 9px 17px;
    border-radius: 60px;
    color: #71a0fb;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 0.2px;
    font-size: 14px;
    font-family: "Inter", Arial;
    width: 100%;
    height: 100%;
    transition: background-color 0.5s ease, font-size 0.5s ease;
  }

  .pinpoint_button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(62, 78, 119, 0.35);
    border: 1px solid rgba(113, 159, 251, 0.2);
    box-shadow: inset 0px 13px 26.3px 0px rgba(119, 172, 241, 0.07);
    padding: 9px 17px;
    border-radius: 60px;
    cursor: pointer;
    margin-right: 6px;
    transition: background-color 0.5s ease;
    height: 100%;
  }

  
  .socials-left-div-bottom-container-div-button:hover,
  .pinpoint_button:hover {
    background-color: #303852;
    transition: background-color 0.5s ease;
  }
  
  .socials-left-div-bottom-container-div-button:active {
    font-size: 11px;
    transition: font-size 0.5s ease;
  }
  
  /*right div styling*/
  .socials-right-div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: visible; /* Prevents overflow from affecting the main layout */
    position: relative;
  }
  
  .map-container {
    position: absolute; /* Allow it to escape the boundaries of .socials-right-div */
    width: 90%;
    max-width: 700px;
    min-width: 700px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    overflow: visible; /* Allow the SVG to overflow this container */
    position: absolute;
  }
  
  .map-container svg {
    transform: scale(3) translate(-21.5%, -2%);
    transform-origin: center;
    width: 700px; /* Adjust SVG size */
    height: auto;
    transition: transform 0.7s ease-in-out; /* Smooth transition */
  }
  
  #oober-title {
    position: absolute;
    color: #475278;
    top: 10px;
    right: 10px;
    font-size: 20px;
    z-index: 5;
    margin: 0;
    font-family: "Instrument Sans", serif;
    font-weight: 500;
    font-optical-sizing: auto;
    letter-spacing: -1px;
  }
  
  #marker {
    position: absolute; /* Position it relative to .map-container */
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(
      -50%,
      -50%
    ); /* Adjust position to ensure the center of the marker aligns with the center of the container */
    z-index: 1; /* Ensure it appears above other elements */
    animation: bobbing 0.9s infinite alternate;
    transition: opacity 0.3s ease-in-out; /* Smooth fade transition */
    opacity: 1; /* Fully visible by default */
    height: 120px;
  }
  
  @keyframes bobbing {
    0% {
      transform: translate(-50%, -50%) translateY(0);
      opacity: 1;
    }
    100% {
      transform: translate(-50%, -50%) translateY(-20px);
      opacity: 0.9;
    }
  }
  
  /* Style the dropdown */
  /* Style the dropdown */
  .dropdown {
    position: fixed; /* Ensure it's positioned relative to socials-left-div */
    top: 100%; /* Position directly below the input */
    left: 0; /* Align with the left edge of socials-left-div */
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.308);
    width: calc(100% - 30px); /* Subtract padding (15px on each side) */
  }
  
  .dropdown li {
    margin: 3px;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
  }
  
  .dropdown li:hover {
    background: #f0f0f0;
  }
  
  /* Hide dropdown */
  .hidden {
    display: none;
  }
  
  .socials-left-div-bottom::-webkit-scrollbar {
    width: 6px; /* Scrollbar width */
  }
  
  .socials-left-div-bottom::-webkit-scrollbar-track {
    background: transparent; /* Scrollbar track background */
    border-radius: 12px; /* Track border radius */
  }
  
  .socials-left-div-bottom::-webkit-scrollbar-thumb {
    background-color: #2e395f; /* Scrollbar color */
    border-radius: 12px; /* Thumb border radius */
  }
  
  .socials-left-div-bottom::-webkit-scrollbar-thumb:hover {
    background-color: #3d4b7e; /* Color on hover */
  }
  
  @media (max-width: 700px) {
    #page3 {
      flex-direction: column; /* Stack children vertically */
    }
  
    .navarea {
      z-index: 30;
    }
  
    .socials-left-div {
      display: flex;
      flex-direction: column; /* Stack content vertically */
      width: 100%; /* Full width of the parent container */
      height: 100%; /* Full height of the parent container */
      z-index: 10; /* Ensure it's above other content */
      margin: 0; /* Remove external margins */ /* Optional padding */
      border-radius: 0; /* Remove border radius for a seamless look */
      transform: none; /* Remove any translation offsets */
      max-width: none;
      justify-content: space-between;
    }
  
    #marker {
      height: 100px;
    }
  
    .map-fader {
      z-index: 10;
      position: absolute;
      height: 150px;
    }
  
    .socials-left-div-upper {
      margin-bottom: 15px;
      z-index: 13;
    }
  
    .map-container {
      width: 100%; /* Full width for smaller screens */
      height: auto; /* Adjust height dynamically */
      margin-bottom: 15px; /* Add spacing below */
      z-index: -10;
    }
  
    .socials-left-div-bottom {
      display: flex;
      width: 100%;
      justify-content: space-between;
      flex-direction: column;
      z-index: 13;
      margin-bottom: -20px;
    }
  
    .socials-left-div-bottom-container {
      width: 100%; /* Adjust to full width */
    }
  
    .socials-left-div-bottom-container-div-button-div {
      justify-content: start;
    }
  
    #ETA_div1,
    #ETA_div2,
    #distance_div1,
    #distance_div2 {
      display: none;
    }
  
    .divider {
      display: none;
    }
  
    #oober-title {
      top: 5px;
      right: 5px;
    }
  }
  
  /* First media query: Applies only when screen is wider than 700px */
  
  /* Second media query: Applies only when screen is 700px or narrower */
  @media (max-width: 100vw) and (max-height: 645px) {
    .socials-left-div-upper p,
    .socials-left-div-bottom-container-div p {
      font-size: clamp(14px, 3vw, 16px);
    }
  
    .socials-left-div-upper img,
    .socials-left-div-bottom-container-div img {
      height: clamp(14px, 3vw, 17px);
    }
  
    #marker {
      height: clamp(100px, 3vw, 120px);
    }
  
    .socials-left-div-bottom-container-div-button p {
      font-size: clamp(10px, 3vw, 12px);
    }
  
    .socials-left-div-bottom-container-div-button {
      display: flex;
      align-items: center;
      justify-content: center;
      height: clamp(38px, 3vw, 43px);
    }
  
    .detail-answer,
    .divider {
      display: none;
    }

    .socials-left-div-bottom-container-div-button-div {
      margin-top: 0px;
    }

    .socials-left-div-bottom-container-div {
      margin-bottom: 10px;
    }
  }
  
  .special-word {
    font-family: "Goodline", Arial; /* Example font */
    display: inline-block;
    transform: rotate(-5deg); /* Apply a rotation */
    color: #71a0fb; /* Example color */
    position: relative; /* Required for using 'top' property */
    top: -1px; /* Adjust this value to move the word upwards */
    height: 17px;
  }
  
  .special-word-2 {
    font-family: "Intstrument Sans", Arial; /* Example font */
    display: inline-block;
    color: #71a0fb; /* Example color */
    position: relative; /* Required for using 'top' property */
    height: 17px;
    font-weight: normal;
  }
  
  .special-word-3 {
    font-family: "Instrument Sans", serif;
    font-weight: 500;
    font-optical-sizing: auto;
    letter-spacing: -1px;
  }
  
  /*Work - Scribble Page Styling ---------------------------------------*/
  #page1 {
    background-color: #141723;
    display: flex;
    overflow: hidden;
    height: 100%;
    width: 100%;
    flex-direction: column;
  }
  
  body {
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  * {
    box-sizing: border-box;
  }
  
  .sribb_upper_div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  
  .sribb_upper_div-left-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  
  .sribb_upper_div-left-div p {
    margin-right: 15px;
    font-family: "Goodline", Arial; /* Example font */
    transform: rotate(-5deg); /* Apply a rotation */
    color: #ffffff; /* Example color */
  }
  
  .sribb_upper_div-left-div-buttons {
    display: flex;
    flex-direction: row;
    background-color: rgba(28, 32, 49, 0.4);
    justify-content: center;
    align-items: center;
    border: 2px solid rgba(84, 92, 125, 0.2);
    padding: 7px;
    border-radius: 100px;
    font-weight: 400;
    letter-spacing: 0.2px;
    font-size: 14px;
    font-family: "Inter", Arial;
  }
  
  .sribb_upper_div-right-div {
    background: none;
    width: 34px;
    height: 34px;
    border-radius: 50%; /* Ensures a perfect circle */
    margin-right: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid rgba(84, 92, 125, 0.2);
    border-radius: 150px;
  }
  
  .sribb_upper_div-right-div img {
    width: 100%; /* Ensures the image fills the container */
    height: 100%; /* Ensures it keeps aspect ratio */
    object-fit: cover; /* Crops the image to fit properly */
  }
  
  .sribb_upper_div-left-div-buttons-option-unselected {
    background-color: rgba(62, 78, 119, 0.1);
    border: 1px solid rgba(113, 159, 251, 0.2);
    box-shadow: inset 0px 13px 26.3px 0px rgba(119, 172, 241, 0.07);
    padding: 9px 17px;
    border-radius: 60px;
    color: rgba(113, 159, 251, 0.38);
    cursor: pointer;
    transition: background-color 0.6s ease, border 0.6s ease, color 0.6s ease; /* Smooth height transition */
  }
  
  .sribb_upper_div-left-div-buttons-option-selected {
    background-color: rgba(62, 78, 119, 0.35);
    border: 1px solid #71a0fb;
    box-shadow: inset 0px 13px 26.3px 0px rgba(119, 172, 241, 0.07),
      0px 0px 26.3px 0px rgba(119, 172, 241, 0.288);
    padding: 9px 17px;
    border-radius: 60px;
    color: #71a0fb;
    cursor: pointer;
  }
  
  #Design {
    margin: 0px 5px;
  }
  
  .profile_icon {
    width: 40px;
  }
  
  .scribb-divider {
    display: flex;
    width: 100%;
    height: 1px;
    background-color: rgba(84, 92, 125, 0.1);
    margin: 15px 0px;
    border-radius: 10px;
  }
  
  .sribb_bottom_div {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Always 3 columns */
    gap: 10px; /* Spacing between grid items */
    width: 100%; /* Full width of container */
    height: 100%;
    overflow-y: scroll;
  }
  
  .sribb_bottom_div_project {
    height: 100%; /* Ensure the parent has a defined height */
    background-color: #1b1f30;
    border-radius: 10px; /* Optional rounded corners */
    display: flex;
    align-items: center;
    justify-content: center;
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: transparent; /* For Firefox */
    overflow: hidden; /* Prevent overflow */
    position: relative;
    cursor: pointer;
    text-decoration: none;
  }
  
  .project_image {
    position: absolute;
    height: 100%; /* Ensure the image takes up the full height of the container */
    width: 100%; /* Ensure the image takes up the full width of the container */
    object-fit: cover; /* Ensure the image covers the entire space without distorting */
    max-width: 100%; /* Prevent the image from exceeding the container's width */
    max-height: 100%; /* Prevent the image from exceeding the container's height */
    transition: filter 0.3s ease; /* Smooth transition for the filter */
    z-index: 1;
  }
  
  /* Add this rule to target the anchor tag */
  a {
    text-decoration: none;
  }
  
  /* Optional: Ensure the underline doesn't reappear on hover */
  a:hover {
    text-decoration: none;
  }
  
  .sribb_bottom_div_project-title {
    color: white;
    z-index: 30;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-family: "Inter", Arial;
    position: absolute;
    left: 15px;
    bottom: 0;
  }
  
  .sribb_bottom_div_project::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45, 45, 114, 0.8); /* Blue color */
    pointer-events: none;
    opacity: 0; /* Start invisible by default */
    transition: opacity 0.3s ease;
  }
  
  /* Show blue overlay ON HOVER */
  .sribb_bottom_div_project:hover::before {
    opacity: 1; /* Show overlay when hovering */
  }
  
  /* Show title ON HOVER */
  .sribb_bottom_div_project:hover .sribb_bottom_div_project-title {
    opacity: 1;
  }
  
  /*Scrolling Styling for Scribb*/
  /* Chrome, Edge, and Safari */
  .sribb_bottom_div::-webkit-scrollbar {
    width: 6px; /* Scrollbar width */
  }
  
  .sribb_bottom_div::-webkit-scrollbar-track {
    background: transparent; /* Scrollbar track background */
    border-radius: 12px; /* Track border radius */
  }
  
  .sribb_bottom_div::-webkit-scrollbar-thumb {
    background-color: #2e395f; /* Scrollbar color */
    border-radius: 12px; /* Thumb border radius */
  }
  
  .sribb_bottom_div::-webkit-scrollbar-thumb:hover {
    background-color: #3d4b7e; /* Color on hover */
  }
  
  @media (max-width: 768px) {
    .sribb_bottom_div {
      grid-template-columns: repeat(2, 1fr); /* 2 columns on smaller screens */
    }
  
    .sribb_bottom_div_project {
      height: 250px; /* Set height for smaller screens */
    }
  }
  
  @media (max-width: 600px) {
    .sribb_bottom_div {
      grid-template-columns: repeat(1, 1fr); /* 1 column on extra small screens */
    }
  }
  
  @media (max-width: 489px) {
    .sribb_upper_div-right-div {
      display: none;
    }
  }
  
  @media (max-width: 441px) {
    .sribb_upper_div-left-div {
      flex-direction: column;
      align-items: start;
    }
  
    .sribb_upper_div-left-div-buttons {
      flex-wrap: wrap;
      row-gap: 7px;
      column-gap: 0px;
      margin: 0px;
      border-radius: 24px;
      align-items: start;
      justify-content: start;
    }
  }
  
  /*caret styling*/
  /* Input field */
  
  /* Custom caret */
  .custom-caret {
    position: absolute;
    width: 2.3px;
    height: 1em;
    background: #6799fd;
    pointer-events: none;
    box-shadow: 0px 0px 20px 10px #568eff33;
    border-radius: 100px;
    z-index: 3;
    animation: blink 1s steps(7, start) infinite;
    transform: translateY(0.1em); /* Fine-tune vertical alignment */
    transition: left 0.1s linear;
    bottom: 3px;
    display: none;
    transform: translateY(-0.2em); /* Move caret upward */
    top: calc(50% - 0.3em); /* Adjust vertical position */
  }
  
  .typing .custom-caret::before {
    opacity: 1 !important; /* Force shadow visibility */
  }
  
  @keyframes blink {
    50% {
      opacity: 0;
    }
  }
  
  /* Shadow effects */
  .custom-caret::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0; /* Align shadow with caret */
    width: var(--caret-before-width, 24px);
    height: 100%;
    background: linear-gradient(
      to right,
      rgba(96, 146, 255, 0.37),
      rgb(114, 161, 255)
    );
    box-shadow: -1px 0 40px rgba(98, 145, 247, 0.507);
    filter: blur(7px);
    opacity: 0; /* Hidden by default */
    transition: opacity 0.3s ease, width 0.3s ease;
    /* mask-image: linear-gradient(-90deg, #000, transparent); */
  }
  
  .typing-container.acti .custom-caret {
    display: block; /* Show when container is active */
  }
  
  #searchinput:focus::placeholder {
    opacity: 0;
  }
  
  /*project sutff   CHANGE THE NAMES AS THEY CONFLICT WITH OTHER STYLES ALREADY DEFINED*/
  
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    height: 100vh;
    width: 100vw;
  }
  
  .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
  }
  
  .works-container {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh; /* Ensure it takes up the full viewport height */
    background: rgba(89, 94, 110, 0.432);
    padding: 0px 5px;
    position: relative;
  }
  
  .works-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh; /* Ensure it takes up the full viewport height */
    background: #141723;
    padding: 0px;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .image-div_2 {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 7px; /* Optional: adds spacing between images */
    margin: 10px 0px;
  }
  
  .image-wrapper_2 {
    flex: 1;
  }
  
  /* Modify existing image rule */
  .image-div_2 img {
    width: 100%; /* Changed from max-width */
    height: 100%;
    object-fit: contain; /* Keep original setting */
    border-radius: 6px;
  }
  
  .image-div {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 7px; /* Optional: adds spacing between images */
    margin: 10px 0px;
  }
  
  .image-div img {
    max-width: 100%;
    height: auto;
    object-fit: contain; /* Ensures images keep their aspect ratio */
    border-radius: 6px;
  }

  .image-div {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 7px; /* Optional: adds spacing between images */
  margin: 10px 0px;
}

.image-div video {
  max-width: 100%;
  height: auto;
  object-fit: contain; /* Ensures images keep their aspect ratio */
  border-radius: 6px;
}
  
  .works-page-image {
    width: 100%;
    border-radius: 6px;
    box-shadow: rgba(22, 32, 46, 0.384) 0px 13px 26.3px 0px;
  }
  
  .works-page-first-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto; /* Make sure the container fills its parent (i.e., the .works-page) */
    margin: 30px 0px;
  }
  
  .works-page-upper-title {
    font-size: 24px;
    margin: 0px;
    font-weight: 600;
    color: white;
  }
  
  .works-navbar {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    height: 69px; /* Fixed height */
    padding: 10px 23% 0px 23%;
    flex-shrink: 0; /* Prevent it from shrinking */
    background: #141723;
    position: sticky;
    right: 0;
    top: 0;
    z-index: 2;
    border-bottom: 1px solid #212638;
  }
  
  .works-navbar-right {
    display: flex;
  }
  
  .works-navbar-right-image {
    background: none;
    width: 34px;
    height: 34px;
    border-radius: 50%; /* Ensures a perfect circle */
    margin-right: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .works-navbar-right-image img {
    width: 100%; /* Ensures the image fills the container */
    height: 100%; /* Ensures it keeps aspect ratio */
    object-fit: cover; /* Crops the image to fit properly */
  }
  
  .works-navbar-right-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .works-navbar-right-details p,
  .works-navbar-left p {
    margin: 0px;
  }
  
  .works-navbar-right-details-name {
    color: white;
  }
  
  .works-navbar-right-details-availability {
    color: lightgreen;
    text-shadow: rgba(104, 236, 159, 0.6) 0px 3px 10px;
    font-size: 12px;
  }
  
  .works-navbar-left {
    background-color: rgba(62, 78, 119, 0.35);
    border: 1px solid #71a0fb;
    box-shadow: inset 0px 13px 26.3px 0px rgba(119, 172, 241, 0.07),
      0px 0px 26.3px 0px rgba(119, 172, 241, 0.288);
    padding: 9px 17px;
    border-radius: 60px;
    color: #71a0fb;
    cursor: pointer;
    transition: box-shadow 1.2s ease, color 1.2s ease, background-color 1.2s ease;
  }
  
  .works-navbar-left:hover {
    box-shadow: inset 0px 13px 26.3px 0px rgba(119, 172, 241, 0.1),
      0px 0px 26.3px 0px rgba(119, 172, 241, 0.5);
    color: #9cbdff;
    background-color: rgba(62, 78, 119, 0.5);
  }
  
  .works-container-exit-area {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: end;
    height: 45px; /* Fixed height */
    padding: 0px 10px;
    flex-shrink: 0; /* Prevent it from shrinking */
  }
  
  .works-content-title-div {
    padding: 60px 23% 0px 23%;
  }
  
  .works-page {
    width: 100%;
    flex-grow: 1; /* Take up the remaining space */
    background: none;
    padding: 30px 23%;
  }
  
  @media screen and (max-width: 1024px) {
    .works-page {
      padding: 10px 2%; /* Reduce side padding */
    }
  
    .works-content-title-div {
      padding: 20px 2% 0px 2%;
    }
  
    .works-navbar {
      padding: 2px 2% 0px 2%;
    }
  }
  
  .works-container-exit-area img {
    height: 14px;
    transition: transform 0.4s ease-in-out;
  }
  
  .works-container-exit-area img:hover {
    transform: rotate(25deg);
  }
  
  .works-page-tags-group {
    display: flex; /* Use flexbox to maintain content-hugging size */
    flex-wrap: wrap; /* Allow wrapping when space is limited */
    gap: 7px; /* Space between tags */
    margin: 20px 0px;
  }
  
  .works-page-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(62, 78, 119, 0.35);
    border: 1px solid #71a0fb;
    padding: 9px 17px;
    border-radius: 100px;
    box-shadow: rgba(152, 197, 255, 0.07) 0px 13px 26.3px 0px inset,
      rgba(113, 160, 251, 0.24) 0px 4px 40.7px 0px;
    width: fit-content; /* Ensures tags only take up as much space as their content */
    margin: 0px;
  }
  
  .works-page-tag p {
    margin: 0px;
    color: #71a0fb;
    font-size: 12px;
  }
  
  .works-page-tag img {
    width: 7px;
    margin-right: 5px;
    box-shadow: rgba(77, 136, 255, 0.644) 0px 0px 6px 0px;
  }
  
  .works-page-deets {
    display: flex;
    flex-direction: column;
    margin: 30px 0px;
  }
  
  .works-page-deets p {
    margin: 0px;
    margin-bottom: 10px;
  }
  
  .works-page-deets-title {
    font-weight: 600;
    color: white;
  }
  
  .works-page-deets-small {
    color: rgb(137, 146, 192);
  }
  
  .works-page-image,
  .works-page-group-image {
    width: 100%;
    border-radius: 6px;
    box-shadow: rgba(22, 32, 46, 0.384) 0px 13px 26.3px 0px;
  }
  
  .works-page-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto; /* Make sure the container fills its parent (i.e., the .works-page) */
    margin-bottom: 30px;
  }
  
  .works-page-first-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto; /* Make sure the container fills its parent (i.e., the .works-page) */
    margin: 30px 0px;
  }
  
  .works-page-group-title {
    font-size: 24px;
    margin: 0px 0px 20px 0px;
    font-weight: 600;
    color: white;
  }
  
  .works-page-group-smaller-title {
    font-size: 20px;
    font-weight: 600;
    color: white;
  }
  
  .works-page-group-paragraph-bolded {
    font-weight: 600;
    color: white;
  }
  
  .works-page-group-paragraph {
    margin: 0px 0px 20px 0px;
    color: rgb(137, 146, 192);
    line-height: 25px;
  }
  
  .works-page-group-paragraph ul li {
    margin-bottom: 10px;
    color: rgb(137, 146, 192);
  }
  
  .works-page-group-paragraph ol li {
    margin-bottom: 10px;
    color: rgb(137, 146, 192);
  }
  
  .works-page-group-image {
    margin: 0px 0px 20px 0px;
  }
  
  .works-content::-webkit-scrollbar {
    width: 6px; /* Scrollbar width */
    overflow: visible;
    z-index: 1;
  }
  
  .works-content::-webkit-scrollbar-track {
    background: transparent; /* Scrollbar track background */
    border-radius: 12px; /* Track border radius */
    margin-top: 20px;
  }
  
  .works-content::-webkit-scrollbar-thumb {
    background-color: #2e395f; /* Scrollbar color */
    border-radius: 12px; /* Thumb border radius */
  }
  
  .works-content::-webkit-scrollbar-thumb:hover {
    background-color: #3d4b7e; /* Color on hover */
  }
  
  .bolded-white {
    color: white;
  }
  
  @media screen and (max-width: 451px) {
    .works-content {
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
    }
  
    .works-page-group-title,
    .works-page-upper-title {
      font-size: 20px;
    }
  
    .works-navbar {
      flex-wrap: wrap; /* Allow wrapping when space is limited */
      gap: 10px; /* Space between tags */
      margin: 0px;
      height: auto;
      padding: 20px 5px;
    }
  }
  