@font-face {
    font-family: 'Montserrat';
    src: url('../la/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../la/fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'WorkSans';
    src: url('../la/fonts/WorkSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WorkSans';
    src: url('../la/fonts/WorkSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Mango';
    src: url('../la/fonts/Mango.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    /* font-family: "Poppins", sans-serif; */
    /* font-family: "Roboto Mono", sans-serif !important; */
    /* font-family: "Fira Code", monospace;
    font-style: normal; */
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
    overflow-y: scroll;
}
.hero {
    background: url('../la/cover.webp') no-repeat center center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 100px 20px;
}
.section {
    padding: 60px 20px;
}
.card {
    box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
}
.carousel-dark .carousel-caption {
    color: #fff;
}
.carousel-caption {
    top: 27%;
}
.carousel-caption h1
{
    /* font-size: 56px; */
    font-size: 80px;
    font-weight: bold;
    font-family: 'Mango', 'WorkSans';
    letter-spacing: 3px;
}
.carousel-caption h2,
.carousel-caption h1
{
    font-size: 70px;
    font-weight: bold;
    font-family: 'Mango', 'Montserrat';
    line-height: 0.9 !important;
    letter-spacing: 5px;
}
.carousel-caption p
{
    padding-top: 15px;
    font-size: 20px;
    font-family: 'Montserrat', math;
    font-weight: 500;
    letter-spacing: 0px;
}
.banner-btn
{
    padding: 5px 20px 5px 20px;
    font-size: 15px;
}
#banner-item .carousel-item.active
{
    height: 840px;
}
.sec-section p
{
    font-size: 20px;
    font-weight: 520;
}
.ai-allucination .section-container
{
    padding: 0px !important;
}
.ai-allucination p,
.ai-hallucination p
{
    color: #fff;
    font-size: 30px;
}
.ai-allucination h1
{
    color: #fff;
    font-size: 90px;
    font-weight: bold;
    text-transform: uppercase;
}
.ai-allucination h2,
.ai-hallucination h2
{
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
}
.ai-allucination .row .col-md-6:nth-child(2)
{
    /* padding: 100px 15px 0px 15px; */
    padding: 80px 50px 0px 15px;
}
.ai-allucination .row .col-md-6:nth-child(2) .d-flex
{
    justify-content: flex-start;
}
.ai-allucination .row .col-md-6:nth-child(2) hr
{
    width: 5%;
    color: #fff;
    margin-right: 7px;
}
.after-banner-section
{
    background: url('../la/2nd copy.png') no-repeat center center;
    background-size: cover;
    margin-top: -178px;
    padding-top: 200px;
    padding-bottom: 70px;
}
.after-banner-section .text-sec
{
    border: none !important;
    /* border-radius: 24px; */
    padding: 40px 50px 0px 50px;
    text-align: center;
    /* padding-bottom:70px; */
}
.after-banner-section .text-sec p
{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 450;
}
.navbar .nav-item a.nav-link 
{
    color: #fff;
}
.navbar 
{
    background: transparent;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
}
.navbar .container
{
    background: rgb(0 0 0 / 16%);
    padding: 5px 10px 5px 10px;
    border-radius: 30px;
}

.navbar .container li.nav-item {
    text-align: start;
}
.navbar .navbar-toggler-icon
{
    background-image: none !important;
    color: #ffffff !important;
    align-content: center;
    font-size: 20px;
}
.ai-hallucination {
    position: relative;
    background: url('../la/3rd.png') no-repeat center center/cover;
    color: white;
    padding: 100px 0;
}
.transform-govt-dept {
    position: relative;
    background: none !important;
    color: #000;
    padding: 50px 0;
}
.transform-govt-dept .section-title
{
    color: #000;
}
.transform-govt-dept .section-subtitle
{
    color: #000;
}

.transform-govt-dept .divider::before
{
    content: "";
    height: 2px;
    width: 14%;
    background: #000;
    display: inline-block;
}
.transform-govt-dept .dot
{
    height: 10px;
    width: 10px;
    background: #000;
    border-radius: 50%;
    margin: 0 10px;
}
.transform-govt-dept .large-quote {
    font-size: 278px;
    font-weight: bold;
    position: absolute;
    top: -116px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(26 26 26 / 24%) !important;
}
.transform-govt-dept .description {
    color: #000;
}

/* .ai-hallucination::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
} */

.ai-hallucination .container {
    position: relative;
    z-index: 2;
}

.ai-hallucination .section-title {
    font-size: 80px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Mango', sans-serif;
    line-height: 0.8;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.ai-hallucination .section-subtitle {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Mango', 'Poppins';
    letter-spacing: 1px;
}

/* .ai-hallucination .divider {
    width: 50px;
    height: 3px;
    background: white;
    margin: 10px auto;
} */

/* Stylish Divider with Dot */
.ai-hallucination .divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    position: relative;
}

.ai-hallucination .divider::before,
.ai-hallucination .divider::after {
    content: "";
    height: 2px;
    width: 14%;
    background: white;
    display: inline-block;
}

.ai-hallucination .dot {
    height: 10px;
    width: 10px;
    background: white;
    border-radius: 50%;
    margin: 0 10px;
}

/* Large Quotation Mark */
.ai-hallucination .quote-section {
    position: relative;
    display: inline-block;
    text-align: center;
}

.ai-hallucination .large-quote {
    font-size: 278px;
    font-weight: bold;
    position: absolute;
    top: -116px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(223 223 223 / 49%);
}

.highlight-text,
.section-highlight
{
    font-style: italic;
}
.ai-hallucination .highlight-text {
    font-weight: bold;
    font-size: 25px;
    margin-top: 35px;
    margin-bottom: 50px;
}

.ai-hallucination .description {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 30px;
}

.middle-section {
    background: url('../la/bg1.png') no-repeat center center/cover;
    color: white;
    padding: 80px 0;
    position: relative;
}
/* .middle-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); Dark overlay 
    z-index: 1;
} */
/* .legal-insights {
    background: url('your-background.jpg') no-repeat center center/cover;
    color: white;
    padding: 80px 0;
    position: relative;
} */

/* .legal-insights::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
} */

.legal-insights .container {
    position: relative;
    z-index: 2;
}

.legal-insights .section-title {
    font-size: 80px;
    font-weight: bold;
    color: #000;
    font-family: 'Mango', sans-serif;
    letter-spacing: 2px;
    line-height: 0.9;
}

.legal-insights .section-subtitle {
    font-size: 56px;
    font-family: 'Mango', sans-serif;
    letter-spacing: 2px;
    font-style: normal;
    font-weight: 600;
    color: #000;
    line-height: 0.8;
}

/* Stylish Divider */
.legal-insights .divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    color: #000;
}

.legal-insights .divider::before,
.legal-insights .divider::after {
    content: "";
    height: 2px;
    width: 14%;
    background: #000;
    display: inline-block;
    color: #000;
}

.legal-insights .dot {
    height: 10px;
    width: 10px;
    background: #000;
    border-radius: 50%;
    margin: 0 10px;
    color: #000;
}

/* Large Quotation Mark */
.legal-insights .quote-section {
    position: relative;
    display: inline-block;
    text-align: center;
}

.legal-insights .large-quote {
    font-size: 278px;
    font-weight: bold;
    position: absolute;
    top: -116px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(26 26 26 / 24%);
}

/* .legal-insights .highlight-text {
    font-weight: bold;
    font-size: 25px;
    margin-top: 35px;
    margin-bottom: 50px;
} */

.legal-insights .section-highlight {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    padding: 22px 150px 30px 150px;
}

.legal-insights .section-description {
    font-size: 23px;
    /* margin-bottom: 40px; */
    color: #000;
    font-weight: 500;
    padding: 22px 100px 30px 100px;
}

/* Info Cards */
.legal-insights .info-row .col-md-6
{
    margin-top: 15px;
}
.legal-insights .info-card {
    /*background: rgba(255, 255, 255, 0.1); */
    background: rgba(0, 0, 0);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: 0.3s;
    height: 370px;
}

.legal-insights .info-card img {
    width: 110px;
    margin-bottom: 10px;
}

.legal-insights .info-card h6 {
    font-weight: bold;
    /* font-size: 20px; */
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff;
    text-align: start;
}
.legal-insights .info-row .col-lg-3 .info-card hr 
{
    width: 30%;
    color: #fff;
    left: 0;
    height: 1px;
    margin: 1rem 0;
    opacity: unset !important;
    /* border: none !important; */
}
/* .legal-insights .info-row .col-lg-3 .info-card .info-card-h1:after {
    content: '';
    position: absolute;
    left: 31px;
    top: 52.5%;
    width: 80px;
    height: 3px;
    background: #ffffff;
    color: #000000;
}
.legal-insights .info-row .col-lg-3 .info-card .info-card-h2:after {
    content: '';
    position: absolute;
    left: 362px;
    top: 54.5%;
    width: 80px;
    height: 3px;
    background: #ffffff;
    color: #000000;
}
.legal-insights .info-row .col-lg-3 .info-card .info-card-h3:after {
    content: '';
    position: absolute;
    left: 693px;
    top: 54.5%;
    width: 80px;
    height: 3px;
    background: #ffffff;
    color: #000000;
}
.legal-insights .info-row .col-lg-3 .info-card .info-card-h4:after {
    content: '';
    position: absolute;
    left: 1023px;
    top: 54.5%;
    width: 80px;
    height: 3px;
    background: #ffffff;
    color: #000000;
}
.legal-insights .info-row .col-lg-3 .info-card .info-card-h5:after {
    content: '';
    position: absolute;
    left: 31px;
    top: 89.7%;
    width: 80px;
    height: 3px;
    background: #ffffff;
    color: #000000;
}
.legal-insights .info-row .col-lg-3 .info-card .info-card-h6:after {
    content: '';
    position: absolute;
    left: 362px;
    top: 87.8%;
    width: 80px;
    height: 3px;
    background: #ffffff;
    color: #000000;
}
.legal-insights .info-row .col-lg-3 .info-card .info-card-h7:after {
    content: '';
    position: absolute;
    left: 693px;
    top: 89.7%;
    width: 80px;
    height: 3px;
    background: #ffffff;
    color: #000000;
}
.legal-insights .info-row .col-lg-3 .info-card .info-card-h8:after {
    content: '';
    position: absolute;
    left: 1023px;
    top: 91.7%;
    width: 80px;
    height: 3px;
    background: #ffffff;
    color: #000000;
} */

.legal-insights .info-card p {
    font-size: 14px;
    opacity: 0.8;
    color: #fff;
    text-align: start;
    padding-bottom: 49px;
}

.legal-insights .info-card:hover {
    /* background: rgba(255, 255, 255, 0.2); */
    /* transform: scale(1.05); */
}
/* .legal-insights .info-card:hover h6,
.legal-insights .info-card:hover p
{
    color: #000;
} */
/* why lawgistic */
.why-lawgistic {
    /* background: url('your-background.jpg') no-repeat center center/cover;
    color: white; */
    padding: 80px 0;
    position: relative;
}

/* .why-lawgistic::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
} */

.why-lawgistic .container {
    position: relative;
    z-index: 2;
}

.why-lawgistic .section-title {
    font-size: 80px;
    font-weight: bold;
    color: #000;
    font-family: 'Mango', sans-serif;
    letter-spacing: 3px;
}

.why-lawgistic .section-subtitle {
    font-size: 25px;
    font-weight: normal;
    color: #000;
}

/* Stylish Divider */
.why-lawgistic .divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.why-lawgistic .divider::before,
.why-lawgistic .divider::after {
    content: "";
    height: 2px;
    width: 14%;
    background: #000;
    display: inline-block;
}

.why-lawgistic .dot {
    height: 10px;
    width: 10px;
    background: #000;
    border-radius: 50%;
    margin: 0 10px;
}

/* Content Box */
.why-lawgistic .content-box {
    /* background: rgba(0, 0, 0); */
    padding: 40px;
    border-radius: 10px;

    position: relative;
    background: url('../la/ai-hali-bg.png') no-repeat center center/cover;
    /* color: white; */
    /* padding: 100px 0; */
    margin-top: 40px;
}
.why-lawgistic .content-box .row .col-lg-5{
    align-content: center;
}
.why-lawgistic .content-box .row .col-lg-7{
    padding-left: 25px;
    padding-right: 65px;
}

/* Feature List */
.why-lawgistic .features-list {
    list-style: none;
    padding: 0;
}

.why-lawgistic .features-list li {
    margin-bottom: 15px;
    font-size: 18px;
    text-align: start;
}

.why-lawgistic .features-list strong {
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 10px;
    font-family: 'Mango';
}

/* Large Quotation Mark */
.why-lawgistic .quote-section {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 20px 170px 0px 170px;
}

.why-lawgistic .large-quote {
    font-size: 278px;
    font-weight: bold;
    position: absolute;
    top: -116px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(26 26 26 / 24%);
}

.why-lawgistic .highlight-text {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 50px;
    color: #000;
    font-family: 'Montserrat', 'Poppins';
}

/* AI Bot Image */
.why-lawgistic .ai-bot-img {
    max-width: 110%;
    height: auto;
}

/* How lawgistic works */
.how-lawgistic-works {
    /* background: #f8f8f8; */
    padding: 80px 0;
    text-align: center;
}

.how-lawgistic-works .section-title {
    font-size: 80px;
    font-weight: bold;
    /* margin-bottom: 10px; */
    color: #000;
    font-family: 'Mango', 'WorkSans';
    letter-spacing: 2px;
}

.how-lawgistic-works .section-subtitle {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 20px;
    color: #000;
}

/* Stylish Divider */
.how-lawgistic-works .divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.how-lawgistic-works .divider::before,
.how-lawgistic-works .divider::after {
    content: "";
    height: 2px;
    width: 14%;
    background: black;
    display: inline-block;
}

.how-lawgistic-works .dot {
    height: 10px;
    width: 10px;
    background: black;
    border-radius: 50%;
    margin: 0 10px;
}
.how-lawgistic-works .quote-section {
    position: relative;
    display: inline-block;
    text-align: center;
}

.how-lawgistic-works .large-quote {
    font-size: 278px;
    font-weight: bold;
    position: absolute;
    top: -116px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(26 26 26 / 24%);
}

.how-lawgistic-works .highlight-text {
    font-weight: bold;
    font-size: 25px;
    margin-top: 35px;
    margin-bottom: 50px;
    color:#000;
}

/* Grid Layout */
.how-lawgistic-works .grid-container {
    /* display: grid; */
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 30px;
    max-width: 1150px;
}
.how-lawgistic-works .grid-container .row{
    margin-top: 30px;
}
.how-lawgistic-works .gc{
    display: flex;
    justify-content: center;
}

.how-lawgistic-works .grid-item {
    background: white;
    padding: 30px;
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    border: solid 2px rgba(0, 0, 0, 0.1);
    height: 390px;
}

.how-lawgistic-works .grid-item.large {
    grid-column: span 1;
    grid-row: span 2;
    padding: 0;
}

.how-lawgistic-works .grid-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.how-lawgistic-works .feature-box img {
    width: 110px;
    margin-bottom: 15px;
}

.how-lawgistic-works .feature-box h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
    text-align: start;
}

.how-lawgistic-works .feature-box p {
    font-size: 14px;
    color: #555;
    text-align: start;
}

/* Dark Theme for Bottom Left Box */
.how-lawgistic-works .grid-item.dark {
    background: black;
    color: white;
}

.how-lawgistic-works .grid-item.dark p {
    color: white;
}
/* contact section */
.contact-us {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    /* background: #f8f8f8; */
    padding: 0;
}

.contact-us .container {
    /* width: 90%;
    max-width: 800px; */
}

.contact-us .contact-box {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: start;
    /* border: 2px solid #ddd; */
    border: 2px solid #232323;
}

.contact-us .contact-box h2 {
    font-size: 40px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}

.contact-us .contact-box p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.contact-us form input,
.contact-us form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 20px;
    border: 1px solid #ccc;
    font-size: 16px;
    background: #e0e0e0;
}

.contact-us .input-group {
    display: flex;
    gap: 10px;
}

.contact-us .input-group input {
    flex: 1;
    border-radius: 20px;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.contact-us textarea {
    height: 120px;
    resize: none;
    border-radius: 20px;
}

.contact-us .btn {
    background: black;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
}

.contact-us .btn:hover {
    background: #333;
}
.large-quote {
    font-size: 300px !important;
    /* color: rgb(223 223 223 / 49%) !important; */
    font-family: 'WorkSans', sans-serif !important;
}
.ai {
    position: relative;
    /* font-size: 2rem; */
    font-weight: bold;
}

.star {
    font-size: 57px;
    position: relative;
    display: inline-block;
}

.star::before {
    content: "★";
    font-size: 1.7rem;
    color: white;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.footer_contact_link
{
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}
.footer_contact_link:hover
{
    color: #ffffff;
    text-decoration:underline;
    font-size: 14px;
    transform: scale(1.05);
}
.navbar-brand
{
    width: 15%;
}
.navbar-brand img
{
    width: 70%;
}
.scroll-up
{
    display: none;
}
.scroll-up .youtube-button
{
    background-color: #414141 !important;
}
/* Responsive styles */
@media screen and (max-width: 1024px)
{
    /* .container {
        padding: 0 15px;
    } */
    .after-banner-section {
        background: url('../la/2nd copy.png') no-repeat center center;
        background-size: cover;
        margin-top: -330px;
        padding-top: 280px;
        padding-bottom: 70px;
    }
}
@media (max-width: 1400px)
{
    .after-banner-section {
        background: url('../la/2nd copy.png') no-repeat center center;
        background-size: cover;
        margin-top: -330px;
        padding-top: 280px;
        padding-bottom: 70px;
    }
    .ai-allucination h1 {
        font-size: 85px;
    }
    .ai-allucination h2 {
        font-size: 54px;
    }
}

@media (max-width: 768px) 
{
    .why-lawgistic .content-box .row .col-lg-7
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .why-lawgistic .content-box
    {
        padding: 15px;
    }
    .why-lawgistic .features-list li
 {
    background: #444649;
    border-radius: 30px;
    padding: 20px;
}
    .why-lawgistic .features-list {
    list-style: none;
    padding: 10px;
}
    .carousel-caption {
        top: 11%;
    }
    .carousel-caption h1 {
        font-size: 25px;
        letter-spacing: 2px;
    }
    .carousel-caption p 
    {
        padding-top: 5px;
        font-size: 13px;
        margin-bottom: 0 !important;
    }
    .carousel-caption h2 {
        font-size: 20px;
        font-weight: bold;
        font-family: 'Mango', 'Montserrat';
        line-height: 0.9 !important;
        letter-spacing: 1px;
    }
    #banner-item .carousel-item.active 
    {
        height: 250px;
    }
    .after-banner-section 
    {
        background-size: cover;
        margin-top: -342px;
        padding-top: 337px;
    }
    .after-banner-section .text-sec {
        padding: 40px 25px 0px 25px;
    }
    /* .legal-insights .row:nth-child(2) .col-md-6 {
        margin-top: 15px;
    } */
    .navbar
    {
        width: 100vw;
    }
    .navbar .navbar-toggler
    {
        color: #fff !important;
        border: solid 1px #fff;
    }
    .navbar-brand
    {
        width: 20%;
        position: absolute;
        left: 38%;
        top: 5%;
    }
    .navbar-brand img
    {
        width: 111% !important;
    }
    .ai-allucination .row .col-md-6:nth-child(2) {
        /* padding: 10px 15px 0px 15px; */
        padding: 15px 15px 15px 60px;
    }
    .ai-allucination .section-container .row .col-md-6 .img-fluid{
        border-radius: 24px;
    }
    .ai-allucination p, .ai-hallucination p {
        font-size: 19px;
        text-align: start;
    }
    .ai-allucination h1 {
        font-size: 50px;
    }
    .ai-allucination h2, .ai-hallucination h2 {
        font-size: 32px;
    }
    .ai-allucination .row .col-md-6:nth-child(2) hr
    {
        margin: 0.7rem 0 !important;
    }
    .ai-hallucination .section-title,
    .legal-insights .section-title
    {
        font-size: 50px;
    }
    .ai-hallucination .section-subtitle,
    .legal-insights .section-subtitle
    {
        font-size: 34px;
    }
    .ai-hallucination .highlight-text {
        font-size: 16px;
    }
    .legal-insights .section-highlight 
    {
        font-size: 22px;
        font-weight: bold;
        color: #000;
        padding: 22px 15px 30px 15px;
    }
    .legal-insights .section-description {
        font-size: 20px;
        /* margin-bottom: 40px; */
        color: #000;
        font-weight: 500;
        padding: 0px 15px 30px 15px;
    }
    .why-lawgistic .quote-section {
        padding: 20px 15px 0px 15px;
    }
    .why-lawgistic .section-title {
        font-size: 50px;
        letter-spacing: 1px;
    }
    .why-lawgistic .highlight-text,
    .how-lawgistic-works .highlight-text 
    {
        font-size: 25px;
    }
    .why-lawgistic .features-list strong
    {
        line-height: 1.5rem;
        padding-top: 15px;
    }
    .how-lawgistic-works .section-title 
    {
        font-size: 50px;
    }
    .star {
        font-size: 33px;
    }
    
    .star::before {
        content: "★";  /* Unicode star character */
        font-size: 1rem;  /* Adjust size of star */
        color: white;  /* Adjust color */
        position: absolute;
        top: -9px;  /* Adjust position */
        left: 50%;
        transform: translateX(-50%);
    }
    footer .footer-text p
    {
        text-align: start;
        white-space: break-spaces;
        white-space-collapse: preserve-breaks; 
    }
}

footer .container .d-flex
{
    justify-content: space-between;
}
footer .container .d-flex .footer-text
{
    color: #ffffff;
}
.footer-icon
{
    /* background: #d5d5d5; */
    background: linear-gradient(90deg, rgba(173,173,173,1) 0%, rgba(94,94,94,1) 35%);
    padding: 5px 7px 5px 7px;
    border-radius: 50%;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
}

@media screen and (max-width: 480px) 
{
    body {
        font-size: 14px;
    }
    
    .container {
        padding: 0 10px;
    }
}