.tm-about-wrap {
    position: relative;
    z-index: 2; /* Ensures the text stays above the image */
}

.tm-half-section-bg.right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%; /* Adjust this to control the size of the image */
    height: 100%;
    z-index: 1; /* Ensure the image is behind the text */
}

.tm-about {
    margin-right: 30px; /* Optional: Add some margin for padding if needed */
}

.text-f2c744 {
    color: #f2c744 !important;
}

.text-353B3D {
    color: #353b3d !important;
}

.text-c4edff {
    color: #c4edff !important;
}

.text-002735 {
    color: #002735 !important;
}

/* Modal Style */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    padding-top: 60px;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.about-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    color: #F8FFFE;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.service-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
    margin-bottom: 50px;
}

.about-text {
    flex: 1;
    min-width: 300px;
    padding: 20px;
}

.about-text p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.about-image {
    flex: 1;
    min-width: 300px;
}

.about-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .about-content {
        flex-direction: column;
    }

    .about-text h2 {
        font-size: 36px;
    }
}

.grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 10px;
    justify-items: center;
    align-items: center;
    max-width: 1400px;
    margin: auto;
}

.card-process {
    background: #F8FFFE;
    border-radius: 16px;
    padding: 20px;
    width: 180px;
    /* height: 140px; */
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
}

.card-process.visible {
    opacity: 1;
    transform: translateY(0);
}

.icon {
    height: 40px;
    margin-bottom: 10px;
}

.label {
    background: #5c6ac4;
    color: #F8FFFE;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 13px;
    display: inline-block;
    margin-top: 5px;
}

.arrow {
    font-size: 24px;
    color: #333;
}

@media (max-width: 768px) {
    .grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.flow-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step {
    background-color: #F8FFFE;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 500px;
    margin: 20px 0;
    padding: 20px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeSlideIn 0.8s ease forwards;
}

.step:nth-child(1) {
    animation-delay: 0.3s;
}

.step:nth-child(2) {
    animation-delay: 0.9s;
}

.step:nth-child(3) {
    animation-delay: 1.5s;
}

.step h3 {
    color: #0070c0;
    margin: 0 0 10px;
    font-size: 1.2rem;
}

.step p {
    margin: 0;
    color: #333;
}

.step-number {
    font-size: 1.8rem;
    font-weight: bold;
    color: #0070c0;
    margin-bottom: 10px;
}

.arrow {
    font-size: 2rem;
    color: #0070c0;
    margin: -10px 0;
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}

.arrow:nth-of-type(2) {
    animation-delay: 0.8s;
}

.arrow:nth-of-type(4) {
    animation-delay: 1.4s;
}

@keyframes fadeSlideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 60px 20px;
    gap: 40px;
    margin-bottom: 50px;
}

.services-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
    margin-bottom: 50px;
}

.about-text {
    flex: 1;
    min-width: 300px;
    padding: 20px;
}

.services-text {
    flex: 1;
    min-width: 300px;
    padding: 20px;
}

.services-text h1 {
    font-size: 100px;
    color: #F8FFFE;
    margin: 0;
    line-height: 1;
}

.contact-section {
    padding-top: 60px;
    color: #F8FFFE !important;
}

.contact-section h1 {
    color: #F8FFFE !important;
}

.contact-section-i {
    color: #F8FFFE !important;
}

.contact-section-h3 {
    color: #F8FFFE !important;
}

.contact-section-a {
    color: #F8FFFE !important;
}

.contact-section label {
    background: none;
    color: #F8FFFE;
}

.blog-text h1 {
    font-size: 80px;
    color: #f2c744 !important;
    margin-top: 30px;
    line-height: 1;
}

.services-text-2 h1 {
    font-size: 100px;
    color: #F8FFFE;
    margin: 0;
    line-height: 1;
}

.about-text p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.about-image {
    flex: 1;
    min-width: 300px;
}

.about-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.services-text p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
    color: #F8FFFE;
}

.service-yellow-text {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: #f2c744 !important;
}

.services-image {
    flex: 1;
    min-width: 300px;
}

.services-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .about-content {
        flex-direction: column;
    }

    .about-text h1 {
        font-size: 70px;
    }

    .services-content {
        flex-direction: column;
    }

    .services-text h1 {
        font-size: 70px;
    }
}

.workflow-container {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 30px;
    align-items: center;
}

.workflow-step {
    background: #F8FFFE;
    padding: 16px 20px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    position: relative;
}

.highlight {
    color: #f58220;
    font-weight: bold;
}

.center-img {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.center-img img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.arrow {
    font-size: 26px;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(5px);
    }
}

/* Position steps */
.step-1 {
    grid-column: 2;
    grid-row: 1;
}
.step-2 {
    grid-column: 3;
    grid-row: 1;
}
.step-3 {
    grid-column: 3;
    grid-row: 2;
}
.step-4 {
    grid-column: 3;
    grid-row: 3;
}
.step-5 {
    grid-column: 2;
    grid-row: 4;
}
.step-6 {
    grid-column: 1;
    grid-row: 3;
}
.step-7 {
    grid-column: 1;
    grid-row: 2;
}
.step-8 {
    grid-column: 1;
    grid-row: 1;
}

@media (max-width: 768px) {
    .workflow-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .center-img img {
        max-width: 160px;
    }
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
    margin-bottom: 50px;
}

.about-text {
    flex: 1;
    min-width: 300px;
    padding: 20px;
}

.about-text h1 {
    font-size: 100px;
    margin: 0;
    line-height: 1;
}

.about-text h2 {
    text-transform: capitalize;
    font-size: 50px;
    margin: 0;
    line-height: 1;
    text-align: center;
    font-weight: 500;
}

.services-text h2 {
    font-size: 40px;
    color: #F8FFFE;
    margin: 0;
    line-height: 1;
}

.services-text-2 h2 {
    font-size: 40px;
    color: #F8FFFE;
    margin: 0;
    line-height: 1;
}

.services-text-2 p {
    color: #F8FFFE;
}

.services-text a {
    font-size: 20px;
    color: #f2c744;
    margin: 0;
    line-height: 1;
    text-decoration: none;
    border-bottom: 2px solid #f2c744;
    padding-bottom: 2px;
    padding-top: 10px;
}

.services-text-2 a {
    font-size: 20px;
    color: #f2c744;
    margin: 0;
    line-height: 1;
    text-decoration: none;
    border-bottom: 2px solid #f2c744;
    padding-bottom: 2px;
    padding-top: 10px;
}

.about-text p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.about-image {
    flex: 1;
    min-width: 300px;
}

.about-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.human-body {
    width: 207px;
    position: relative;
    padding-top: 240px;
    height: 450px;
    display: block;
    margin: 40px auto;
}

.human-body svg:hover {
    cursor: pointer;
}

/* .human-body svg:hover path {
    fill: #ff7d16;
} */

.human-body svg {
    position: absolute;
    left: 50%;
    fill: #57c9d5;
}

.human-body svg.head {
    margin-left: -28.5px;
    top: -6px;
}

.human-body svg.shoulder {
    margin-left: -53.5px;
    top: 69px;
}

.human-body svg.arm {
    margin-left: -78px;
    top: 112px;
}

.human-body svg.cheast {
    margin-left: -43.5px;
    top: 88px;
}

.human-body svg.stomach {
    margin-left: -37.5px;
    top: 130px;
}

.human-body svg.legs {
    margin-left: -46.5px;
    top: 205px;
    z-index: 1;
}

.human-body svg.hands {
    margin-left: -102.5px;
    top: 224px;
}

#area {
    display: block;
    width: 100%;
    clear: both;
    padding: 10px;
    text-align: center;
    font-size: 25px;
    font-family: "Nunito Sans", sans-serif;
    color: #a5a5a5;
}

#area #data {
    color: black;
}

.marker-container {
    position: absolute;
    z-index: 10000;
}

.marker {
    width: 30px;
    height: 30px;
    border-radius: 25px;
    cursor: pointer;
    display: block;
}

.tooltip {
    visibility: hidden;
    background-color: #333;
    color: #F8FFFE;
    text-align: center;
    border-radius: 5px;
    padding: 5px 8px;
    position: absolute;
    z-index: 100;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 13px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.marker-container:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

#description-box {
    background: #F8FFFE;
    color: #333333;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.solutions-container {
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.solution {
    background: #F8FFFE;
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}

h2 {
    margin: 0 0 10px;
    font-size: 1.6em;
}

.brand {
    font-weight: bold;
    color: #002735;
}

.fast,
.abst {
    color: #f58220;
    font-weight: bold;
}

ul {
    margin: 0;
    padding-left: 20px;
}

ul li {
    margin-bottom: 6px;
    line-height: 1.5;
}

.footer-icons {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    font-size: 1em;
    color: #003e73;
    font-weight: bold;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}

.orange {
    color: #f58220;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation-fill-mode: forwards;
}

.display-4 {
    font-size: 3.5rem;
    line-height: 1.2;
}

/* loader */
#tm-preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-width: 100vw;
    margin: 0;
}

.strand {
    position: relative;
    width: 15px;
    height: 40px;
    animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.top,
.bottom {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 12px;
    width: 12px;
    border-radius: 100%;
    animation: 3s move infinite ease-in-out;
}

@keyframes move {
    0% {
        background-color: #1c73d2;
        top: 100%;
        z-index: -3;
    }
    25% {
        height: 8px;
        width: 8px;
        background-color: #4898b6;
        z-index: -3;
    }
    50% {
        background-color: #74bd99;
        top: 0%;
        z-index: -3;
    }
    75% {
        height: 12px;
        width: 12px;
        background-color: #94cf68;
        z-index: 3;
    }
    100% {
        top: 100%;
        background-color: #76b739;
        z-index: 3;
    }
}

.card-header-conventional {
    background-color: #7098a9; /* Medium blue */
    color: #F8FFFE;
    font-weight: bold;
    text-align: center;
}

.card-header-alpha {
    background-color: #7098a9; /* Dark blue */
    color: #F8FFFE;
    font-weight: bold;
    text-align: center;
}

.card-body-conventional {
    background-color: #f1f1e6; /* Light blue */
    color: #002735;
}

.card-body-alpha {
    background-color: #f1f1e6; /* Slightly lighter blue */
    color: #002735;
}

.about-content-new {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    color: #f8fffe;
}

.genomics-title {
    font-size: 36px;
    font-weight: 300;
    line-height: 50px;
    text-align: center;
    text-transform: capitalize;
    color: #f8fffe;
    margin: 40px 0;
}

.genomics-title strong {
    font-weight: 900;
}

.service-title {
    font-size: 50px;
    font-weight: 300;
    line-height: 69px;
    text-align: left;
    text-transform: capitalize;
    color: #f8fffe;
    margin-bottom: 30px;
}

.service-title strong {
    font-weight: 900;
}


.biopsy-box{
    color: black !important;
}

.service-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #f8fffe;
    margin-bottom: 20px;
}

.service-subtitle {
    font-size: 36px;
    font-weight: 300;
    line-height: 50px;
    text-align: left;
    text-transform: capitalize;
    color: #f8fffe;
    margin-bottom: 20px;
}

.service-subtitle span {
    font-weight: 900;
}

.service-tagline {
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    text-align: left;
    text-transform: capitalize;
    color: #75e2df;
    margin-bottom: 30px;
}

.read-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 153px;
    height: 43px;
    background-color: #024d60;
    border-radius: 21px;
    cursor: pointer;
    margin-bottom: 40px;
}

.read-more-btn span {
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    text-align: left;
    text-transform: capitalize;
    color: #75e2df;
}

.read-more-btn span a {
    color: #75e2df;
}

.read-more-btn-reverse {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 153px;
    height: 43px;
    background-color: #75e2df;
    border-radius: 21px;
    cursor: pointer;
    margin-bottom: 40px;
}

.read-more-btn-reverse span {
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    text-align: left;
    text-transform: capitalize;
    color: #024d60;
}

.read-more-btn-reverse span a {
    color: #024d60;
}

.text-overlay-section .image-wrapper {
    position: relative;
}

.text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.text-overlay-heading {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    color: #75e2df;
}

.testimonials-section {
    margin-top: 100px;
    text-align: center;
}

.testimonials-title {
    font-size: 50px;
    font-weight: 900;
    line-height: 69px;
    text-align: center;
    text-transform: capitalize;
    color: #f8fffe;
    margin-bottom: 50px;
}

.testimonials-container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 100px;
}

.testimonial-card {
    text-align: left;
}

.testimonial-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    text-transform: capitalize;
    color: #f8fffe;
    margin-bottom: 20px;
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.author-avatar {
    width: 58px;
    height: 58px;
    border-radius: 29px;
    margin-right: 20px;
}

.author-avatar img {
    width: 100%;
    border-radius: 29px;
    height: 100%;
}

.blog-section {
    margin-top: 100px;
    text-align: center;
    padding-bottom: 100px;
}

.blog-title {
    font-size: 50px;
    font-weight: 900;
    line-height: 69px;
    text-align: center;
    text-transform: capitalize;
    color: #f8fffe;
    margin-bottom: 50px;
}

.blog-title span {
    font-weight: 300;
}

.blog-title-title {
    font-size: 30px;
    font-weight: 300;
    line-height: 60px;
    text-align: left;
    text-transform: capitalize;
    color: #f8fffe;
    margin-bottom: 50px;
}

.blog-container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.blog-image {
    /* width: 100%;
    height: 100%; */
    border-radius: 50px;
    object-fit: cover;
}

.blog-content {
    text-align: left;
    margin-left: 50px;
}

.blog-post-title {
    font-size: 25px;
    font-weight: 800;
    line-height: 35px;
    text-align: left;
    text-transform: capitalize;
    color: #f8fffe;
    margin-bottom: 10px;
}

.blog-post-excerpt {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    text-transform: capitalize;
    color: #f8fffe;
}

.blog-post-excerpt strong {
    font-weight: 800;
}

.blog-card {
    background-color: transparent;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-image img {
    width: 350px;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
}

.blog-content {
    flex: 1;
}

.blog-title a {
    color: #F8FFFE;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
}

.blog-title a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .blog-card {
        flex-direction: column;
        text-align: center;
    }

    .blog-image img {
        width: 100%;
        max-width: 300px;
        margin-bottom: 10px;
    }
}

.contact-title {
    font-size: 50px;
    font-weight: 300;
    line-height: 69px;
    text-align: center;
    text-transform: capitalize;
    color: #f8fffe;
}

.contact-title strong {
    font-weight: 800;
}

.tm-form-field input,
.tm-form-field textarea {
    width: 100%;
    padding: 14px 20px;
    border: none !important;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #F8FFFE;
    font-size: 15px;
    outline: none;
    box-shadow: none !important;
}

/* Remove border and shadow when focused */
.tm-form-field input:focus,
.tm-form-field textarea:focus {
    outline: none;
    box-shadow: none !important;
    border: none !important;
}

.tm-form-field textarea {
    resize: none;
    height: 100%;
}

.tm-btn1 {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 14px 20px;
    color: #F8FFFE;
    font-weight: 600;
    border: none;
    transition: background-color 0.3s;
}

.tm-btn2 {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 14px 20px;
    color: #02364b99;
    font-weight: 600;
    border: none;
    transition: background-color 0.3s;
}

.tm-btn1:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .tm-form-field {
        margin-bottom: 15px;
    }

    .tm-btn1 {
        width: 100%;
        margin-top: 10px;
    }
}

.normal-text {
    color: #f8fffe !important;
}

.hero-title {
    /* font-size: 80px;
    font-weight: 400;
    line-height: 95px; */
    text-align: left;
    text-transform: capitalize;
    /* color: #f8fffe;
    margin-bottom: 0; */
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.5;
    color: #F8FFFE;
}

.hero-title strong {
    font-weight: 800;
}

@media (max-width: 768px) {
    .text-overlay-heading {
        font-size: 1.4rem;
        line-height: 1.3;
    }
}

/* Default: align to left */
.tm-header-menu-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* When centered on large screens */
.center-nav {
    justify-content: center !important;
}

/* Media query for laptops and larger screens */
/* @media (min-width: 992px) {
    .tm-primary-nav-list {
        display: flex;
        gap: 30px;
    }
} */

.box {
    width: 286px;
    height: 73px;
}

.box .rectangle {
    width: 286px;
    height: 73px;
    background-color: #02364b99;
    border-radius: 33px;
}

/* Alpha Content Section */
.alpha-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
}

.alpha-content img {
    flex: 1 1 40%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.text-alpha-content {
    flex: 1 1 55%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature {
    padding: 15px 20px;
    border-radius: 8px;
}

.feature-title {
    font-weight: 700;
    font-size: 1.1rem;
    color: #2a808c;
}

.feature-desc {
    font-size: 0.95rem;
    color: #353b3d;
    margin-top: 5px;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .text-alpha-content {
        flex: 1 1 100%;
    }

    .alpha-content {
        flex-direction: column;
        text-align: center;
    }

    .feature {
        text-align: left;
    }

    .section-title,
    .smaller-section-title {
        font-size: 1.7rem;
    }

    .about-content-new p {
        font-size: 0.95rem;
    }

    .tm-header-menu-container {
        justify-content: space-between;
    }
}

@media (max-width: 576px) {
    .feature-title {
        font-size: 1rem;
    }

    .feature-desc {
        font-size: 0.9rem;
    }

    .section-title,
    .smaller-section-title {
        font-size: 1.5rem;
    }

    .about-content-new p {
        font-size: 0.9rem;
    }
}
