        .con-button {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            gap: 12px;
            font-weight: 300;
            margin-left: 9.45%;
            border: 1px solid #304ffe;
            margin-bottom: 5%;
            background: transparent;
            text-transform: uppercase;
            color: #304ffe;
            padding: 21.75px 30.75px;
            border-radius: 12px;
            box-shadow: 0 9px 15.75px rgba(0,0,0,0.1);
            text-decoration: none;
            font-size: 1.21rem;
            transition: all 0.3s ease;
            font-family: 'Roboto', sans-serif;
        }
        .con-button i {
            font-size: 1.21rem;
        }
        .con-button:hover {
            background: #304ffe;
            box-shadow: 0 9px 15.75px rgba(0,0,0,0.3);
            color: #fff;
        }
        h6 {
            padding-top: 55px;
            padding-bottom: 55px;
            padding-left: 9%;
            padding-right: 9%;
            color: #ffffff;
            font-size: 3rem;
            font-weight: 400;
            margin: 0 auto;
            background-size: 55px 55px; 
            background-image: repeating-linear-gradient(180deg, #303030 0 0.5px, transparent 1px 55%);
            background-position: 0 0, 0 0;
        }
        @media (max-width: 375px) {
        h6 {
            font-size: 1.21rem;
        }
        }
        @media (max-width: 415px) {
        h6 {
            font-size: 1.75rem;
        }
        }
        @media (min-width: 416px) and (max-width: 515px) {
        h6 {
            font-size: 2.15rem;
        }
        }
        @media (min-width: 516px) {
        h6 {
            font-size: 3rem;
        }
        }
        .content-section {
            display: flex;
            margin: 30px 0;
            flex-wrap: wrap;
            background-color: transparent;
            overflow: hidden;
            position: relative;
            min-height: 245px;
            height: 55.75%;
            border-top: 1px solid #303030;
            border-bottom: 1px solid #303030;
        }
        .image-container {
            flex: 1 1 45%;
            position: relative;
            overflow: hidden;
        }
        .image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            border-radius: 0;
        }
        .text-content {
            flex: 1 1 55%;
            padding: 45px;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            z-index: 2;
        }
        .text-content p {
            font-size: 1.05rem;
            color: #ffffff; 
            margin-bottom: 15px;
        }
        .image-container::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
        }
        .image-container::after {
            background: linear-gradient(to right, 
                        rgba(0, 0, 0, 0) 0%, 
                        rgba(0, 0, 0, 0.5) 75%,
                        rgba(0, 0, 0, 0.9) 100%);
        }
        @media (max-width: 745px) {
            .content-section {
                flex-direction: column;
                min-height: auto;
            }
            .image-container, .text-content {
                flex-basis: 100%;
                min-width: unset;
            }
            .image-container::after {
                background: none !important; 
            }
        }
        @media (max-width: 475px) {
            .text-content {
                padding: 21px;
            }
            .text-content p {
                font-size: 1rem;
            }
        }
        .api-grid-container,
        .api-grid-container * {
            box-sizing: border-box; 
        }
        .api-grid-container {
            display: grid;
            grid-template-columns: 1fr;
            grid-auto-rows: 1fr;
            gap: 30px;
            padding: 45px;
            margin: 0 auto;
            border-radius: 1px solid #303030;

        }
        .api-grid-container .subitem-card {
            width: auto;
            margin: 0;
            border-radius: 12px;
            padding: 30px;
            border: 1px solid #303030; 
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        .api-grid-container h3 {
            color: #ffffff; 
            font-size: 1.45em;
            margin-top: 0;
            font-weight: 500;
            margin-bottom: 12px;
            border-bottom: 1px solid #303030;
            padding-bottom: 12px;
        }
        .api-grid-container p {
            font-size: 1em;
            font-weight: 300;
            line-height: 1.45;
            color: #ffffff;
            padding-left: 15.75px;
            border-left: 3px solid #304ffe;
        }
        @media (min-width: 575px) {
            .api-grid-container {
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (min-width: 999px) {
            .api-grid-container {
                grid-template-columns: repeat(3, 1fr);
                gap: 30px;
            }
        }
        .i-info {
            text-align: center;
            justify-content: center;
            padding: 75px;
            border-top: 1px solid #303030;
            border-bottom: 1px solid #303030;
        }
        .toc-container {
            padding: 75px;
        }
        .toc-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
            gap: 15px;
            margin-bottom: 45px;
        }
        .toc-card {
            background: linear-gradient(
            45deg, #151515, rgba(0, 0, 0, 0.75));
            padding: 12px 21px;
            font-weight: 300;
            color: #ffffff;
            font-size: 1em;
            border-left: 3px solid #304ffe;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            
        }
        .highlight {
            font-weight: 300;
            color: #304ffe;
            padding: 3px;
        }
.top-note-bar {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background: #304ffe;
  color: #fff;
  text-align: center;
  padding: 13.75px;
  font-size: 13.75px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  text-decoration: none;
}
.top-note-bar:hover {
  opacity: 0.9;
}