
@font-face {
    font-family: "Merriweather";
    src: url("/fonts/pala.ttf") format("truetype");
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: "Merriweather";
    src: url("/fonts/pala.ttf") format("truetype");
    font-weight: lighter;
    font-style: normal;
}

body {
    font-family: "Merriweather";
    overflow-x: hidden;
}

#nav-header {
    min-height: 100px;
    padding: 15px;

}

.guest-logo {
    max-width: 255px;
}

.guest-logo-2 {
    max-width: 100px;
}

.font-logo-custom {
    font-size: 10px;
}

#nav-header .navbar-brand {
    margin-left: 100px;
    margin-right: 10px;
}

@media screen and (max-width: 576px) {
    #nav-header .navbar-brand {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .guest-logo {
        max-width: 150px;
    }
}

#nav-header .nav-link {
    color: #16163f;
    font-family: "Merriweather";
    font-size: 20px;
    font-weight: 400;
    white-space: nowrap;
    margin-right: 15px;
}
@media screen and (max-width: 1266px) {
    #nav-header .nav-link {
        margin-right: 5px;
        font-size: 12px;
    }

    /* .guest-logo-2 {
        max-width: 100px;
    }

    .font-logo-custom {
        font-size: 10px;
    } */
}

@media screen and (max-width: 992px) {
    #nav-header .nav-link {
        margin-right: 0px;
        margin-left: 10px;
        font-size: 20px;
    }
}

.section-opening {

    background-image: url("/images/hl7.jpeg");

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 30%; /* /* Position background image at the bottom center of the section */
    min-height: 700px;
    position: relative;
    z-index: 99999;
}

@media (max-width: 767px) {
    .section-services {
        background-position: -5cm bottom; /* Position background image 15cm to the left on mobile view */
    }
}

.section-opening .overlay {
    background-color: #000;  
    opacity: 0.3 !important;  
}


.section-services {
    background-image: url("/images/hl8.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 27%;
    min-height: 600px;
    position: relative;
    z-index: 99999;
}

@media (max-width: 767px) {
    .section-services {
        background-position: -5cm bottom; /* Position background image 15cm to the left on mobile view */
    }
}


.section-services .overlay {
    background-color: #16163f;
}

@media screen and (max-width: 767px) {
    .section-services .padding-custom {
        padding: 20px;
    }
}


.overlay {
    height: 100%;
    width: 100%;
    opacity: 0.5;
    position: absolute;
    z-index: -1;
}

h1.heading-title {
    color: #16163f;
    font-size: 50px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.8em;
    letter-spacing: 1.3px;
}

h2.heading-title {
    /* color: #ffffff; */
    font-size: 40px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.8em;
    letter-spacing: 1.3px;
}

.heading-paragraph h2 {
    color: #ffffff;
    font-family: "Merriweather";
    font-size: 25px;
    font-weight: 100;
    text-decoration: none;
    line-height: 1.8em;
    letter-spacing: 1.3px;
}

h6.heading-title{
    color: #16163f;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
    line-height: 1.8em;
    letter-spacing: 1.3px;
}

@media screen and (max-width: 767px) {
    h2.heading-title {
        font-size: 25px;
        text-align: center;
    }

    .heading-paragraph h2 {
        font-size: 14px;
        text-align: center;
    }

    h6.heading-title{
        font-size: 14px;
    }

    h1.heading-title {
        font-size: 35px;
    }
}

.padding-custom {
    padding: 80px;
}

.button-custom {
    background-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 100px 100px 100px 100px;
    padding: 30px 30px 30px 30px;
    color: white;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
}

@media screen and (max-width: 767px) {

    .button-custom {
        padding: 20px 20px;
        letter-spacing: 1px;
    }
}

.button-custom:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.button-custom-dark {
    background-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    /* border-radius: 100px 100px 100px 100px; */
    padding: 30px 30px 30px 30px;
    color: rgb(0, 0, 0);
    font-size: 10px;
    /* line-height: 1; */
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {

    .button-custom-dark {
        padding: 20px 20px;
        letter-spacing: 1px;
    }
}

.button-custom-dark:hover {
    background-color: #2F2C51;
    color: rgb(255, 255, 255);
}

.button-custom-dark:focus {
    box-shadow: none;
}

.section-services .card {
    color: #16163f;
    border-radius: 0px;
    border-width: 0px;
    border-bottom-width: 10px;
    border-color: #16163f;
    min-height: 130px;
    /* width: 22rem; */
    transition: all 0.2s ease-in-out;
    border-radius: 35px;
}

.section-services .card:hover {
    border-color: #f6e6c3;

}

.section-services h3 {
    font-size: 20px;
    font-weight: 600;
    color: #16163F;
    font-family: "Merriweather";
    text-align: center;
}

.lawyer-image {
    border-bottom-width: 8px;
    border-color: #f6e6c3;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.lawyer-image:hover {
    opacity: 0.8;
}

.lawyer-image img {
    object-fit: cover;
    width: 100%;
    box-shadow: 2px 2px 50px -9px #6c6b7d;
    border-radius: 10px;
}

.lawyer-image .lawyer-image-name {
    position: absolute;
    color: white;
    font-size: 30px;
}

.lawyer-section {
    /* max-height: 300px; */
}

.contact-section {
    background-image: url("/images/runbackround.jpg");
    background-position: center 10%; 
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    background-attachment: fixed;
    position: relative;
    z-index: 99999;
}
/* Add a media query for screens with a maximum width of 768px (adjust as needed) */
@media (max-width: 768px) {
    .contact-section {
        background-position: center center; /* Center the background image vertically and horizontally */
        min-height: 300px; /* Adjust the minimum height for smaller screens */
        background-attachment: scroll; /* Remove fixed background attachment for smaller screens */
    }
}
.contact-section .overlay {
    background-color: #101053;
}

.contact-section .heading-title-container {
    border-bottom-width: 2px;
    border-top-width: 2px;
    width: fit-content;
}

.contact-section h2.heading-title {
    font-size: 50px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.8em;
    letter-spacing: 1.3px;
}

@media screen and (max-width: 767px) {
    .contact-section h2.heading-title {
        font-size: 25px;
        text-align: center;
    }
}

#footer {
    background-image: url("/images/run4.png");
    /* background-image: url("/images/services_1.jpg"); */
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
    position: relative;
    z-index: 99999;
}


#footer .overlay {
    background-color: #0f0f3d;
    opacity: 0.85 !important;
    /* filter: blur(8px);
    -webkit-filter: blur(8px); */
}

#footer h4 {
    color: #f6e6c3;
}

#footer a {
    font-family: "Merriweather";
    font-size: 16px;
    font-weight: 400;
}

/* Contact Page */
.contact-form-section {
    background-image: url("/images/run3.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
    background-attachment: fixed;
    position: relative;
    z-index: 999;
}

.contact-form-section .overlay {
    opacity: 0.75;
    background-color: #16163f;
}

#contact-page .bi {
    color: #9F8B6B;
}

h1.heading-title-contact {
    color: rgb(255, 255, 255);
    font-size: 50px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.4em;
    /* letter-spacing: 1.3px; */
    font-family: "Merriweather";
}

#contact-page form {
    background-color: white;
    padding: 30px;
    border-left: solid;
    border-left-width: 5px;
    border-color: #f6e6c3;
}

#contact-page .custom-input {
    border-radius: 0px;
}

#contact-page .custom-input:focus {
    /* border-radius: 0px; */
    border-color: #d09a25;
    box-shadow: none;
}

.text-custom-input {
    height: 150px;
}

.btn-contact-custom {
    background-color: #f6e6c3;
}

.btn-contact-custom:hover {
    background-color: #d2aa55;
}

@media screen and (max-width: 992px) {
    #contact-page .padding-custom {
        padding: 30px;
    }
}

@media screen and (max-width: 767px) {
    #contact-page form {
        margin-top: 30px;
    }

    .welcome-body .padding-custom {
        padding: 35px;
    }
}

/* About Us */
.about-use-section {
    min-height: 220px;
    background-color: #211F40;
}

.about-use-section h1 {
    color: white;
    font-size: 60px;
}

#about-us h2 {
    font-size: 50px;
    border-left-width: 4px;
    padding-left: 40px;
    /* border-color: #f6e6c3; */
    border-left: solid #f6e6c3;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
 
    #about-us h2 {
        font-size: 30px;
        padding-left: 25px;
    }   
}

.about-us-image-1 {
    width: 100%;
    object-fit: cover;
}

.paragraph-section p,
.paragraph-section li {
    font-family: "Merriweather";
}

/* Categories */
.categories-section {
    min-height: 220px;
    background-color: #211F40;
}

.categories-section h1 {
    color: white;
    font-size: 60px;
}

@media screen and (max-width: 768px) {
    .categories-section {
        min-height: 150px;
    }

    .categories-section h1 {
        color: white;
        font-size: 30px;
    }
}


.categories-services {
    background-color: #FCFAF7;
}

.categories-services .card {
    color: #16163f;
    border-radius: 0px;
    border-width: 0px;
    border-top-width: 5px;
    border-color: #16163f;
    min-height: 260px;
    /* width: 22rem; */
    transition: all 0.2s ease-in-out;
    font-family: "Merriweather";
    border-radius: 35px;
}

.border-radius-35 {
    border-radius: 35px !important;
}

.categories-services .card-body {
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 768px) {
    .categories-services .card {
        /* min-height: 270px; */
        /* width: 100%; */
        /* padding-bottom: 30px; */
    }
}

.categories-services .card:hover {
    border-color: #f6e6c3;
}

.categories-services .box-shadow {
    box-shadow: 0px 1px 135px -62px #000;
}

.categories-services h5 {
    font-weight: 600;
}

/* Category */
.category-section {
    min-height: 220px;
    background-color: #211F40;
}

.category-section h1 {
    color: white;
    font-size: 50px;
}

@media screen and (max-width: 768px) {
    .category-section {
        min-height: 150px;
    }

    .category-section h1 {
        color: white;
        font-size: 30px;
    }
}

.category-services {
    background-color: #FCFAF7;
}

#category p {
    /* color: #7A7A7A; */
    font-family: "Merriweather";
    font-weight: 600;
}

#category li {
    /* color: #7A7A7A; */
    font-family: "Merriweather";
    font-weight: 600;
}

#category h3 {
    color: #7A7A7A;
    font-family: "Merriweather";
    font-weight: 600;
}

/* Lawyer */
#lawyer {
    font-family: "Merriweather";
    color: #000000;
}

#lawyer td {
    font-family: "Merriweather";
    /* color: #7A7A7A; */
}

#lawyer .lawyer-image-lawyer {
    max-height: 500px;
    /* width: 100%; */
    object-fit: contain;
    border-bottom-width: 6px;
    border-color: #f6e6c3;
}

#lawyer h1 {
    border-block-width: 3px;
    /* border-block-color: #f6e6c3; */
    padding: 8px;
    color: #211F40;
}

#lawyer h4 {
    /* text-transform: uppercase; */
    font-weight: 1000;
    font-size: 18px;
}

/* #lawyer .lawyer-table-item {
    display: inline flow-root list-item;
    list-style-position: inside;
} */


/*  */

#guest-index-news-post {
    font-family: "Merriweather";
    background-color: #FCFAF7;
}

#guest-index-news-post .card {
    border-radius: 0px;
    border-width: 0px;
    box-shadow: 0 0 30px 0 rgba(124, 124, 124, 0.15);
    min-height: 340px;
    padding: 25px;
    transition: all 0.2s ease-in-out;
}

#guest-index-news-post .card:hover {
    box-shadow: 0 0 200px 0 rgba(0, 0, 0, .15);
}


#guest-index-news-post .card-title {
    /* text-transform: capitalize; */
    font-weight: 900;
    font-size: 18px;
    color: #54595F;
}

#guest-index-news-post .card-title a {
    text-decoration: none;
    color: #54595F;
}

#guest-index-news-post .card-text {
    color: #777;
    font-size: 14px;
}

#guest-index-news-post .card-link {
    color: #61CE70;
    font-size: 12px;
    /* text-transform: uppercase; */
    text-decoration: none;
    font-weight: 700;
}

#guest-index-news-post .card-footer {
    background-color: white;
    font-size: 12px;
}

#guest-index-news-post .no-data {
    min-height: 300px;
    display: flex;
    align-content: center;
    font-family: "Merriweather";

}








/* COMPONENT */
#news-post-section {
    font-family: "Merriweather";
    /* background-color: #FCFAF7; */
}

#news-post-section .card {
    border-radius: 0px;
    border-width: 0px;
    box-shadow: 0 0 30px 0 rgba(124, 124, 124, 0.15);
    min-height: 340px;
    padding: 25px;
    transition: all 0.2s ease-in-out;
}

#news-post-section .card:hover {
    box-shadow: 0 0 200px 0 rgba(0, 0, 0, .15);
}


#news-post-section .card-title {
    /* text-transform: capitalize; */
    font-weight: 900;
    font-size: 18px;
    color: #54595F;
}

#news-post-section .card-title a {
    text-decoration: none;
    color: #54595F;
}

#news-post-section .card-text {
    color: #777;
    font-size: 14px;
}

#news-post-section .card-link {
    color: #61CE70;
    font-size: 12px;
    /* text-transform: uppercase; */
    text-decoration: none;
    font-weight: 700;
}

#news-post-section .card-footer {
    background-color: white;
    font-size: 12px;
}

#news-post-section .no-data {
    min-height: 300px;
    display: flex;
    align-content: center;
    font-family: "Merriweather";

}






/*  */
#guest-news-post {
    font-family: "Merriweather";
    ;
}

#guest-news-post a {
    color: #CD2653;
    text-decoration: underline;
}

#guest-news-post .custom-link-text {
    letter-spacing: 3px;
}

#guest-news-post h2 {
    font-size: 80px;
    font-weight: 700;
}

#guest-news-post h1 {
    font-size: 80px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    #guest-news-post h1 {
        font-size: 35px;
    }
}

#guest-news-post .description {
    background-color: #FCFAF7;
    font-size: 22px;
}

.text-shadow-custom {
    text-shadow: 2px 2px 0px #000 !important;
}

#header .language {
    background-color: #e3e3e3;
    font-size: 14px;
}

.dropdown-menu-custom {
    border: none !important;
}

.grecaptcha-badge {
    z-index: 99999 !important;
}

.pagination-custom .pagination {
    margin-bottom: 0px;
}

.pagination-custom .page-link {
    background-color: transparent;
    border: none;
    color: black;
}

.pagination-custom .page-link:focus {
    background-color: rgb(223, 223, 223);
    box-shadow: none;
}

.pagination-custom .page-item.active .page-link {
    background-color: #302D51;
}

.js-cookie-consent.cookie-consent {
    padding: 28px;
    position: fixed;
    z-index: 9999990;
    background-color: #101053b4;
    width: 100%;
    color: white;
    text-align: center;
}

.js-cookie-consent-agree.cookie-consent__agree {
    border-radius: 30px;
    background-color: transparent;
    color: white;
    border-width: 1px;
}
/* comments */
.comments-container {

     border-radius: 15px; /* This will give the container rounded corners */

    display: flex;
    flex-wrap: nowrap; /* Prevents wrapping */
    overflow-x: auto; /* Enables horizontal scrolling */
    gap: 20px; /* Spacing between items */
    padding: 10px; /* Padding around the container */
    align-items: stretch; /* Aligns children height */
    background-color: #0f0f3d;

}

.comment {
    flex: 0 0 auto; /* This ensures that the items don't shrink and align side by side */
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 8px;
    min-width: 200px; /* Adjust the width as needed */
    /* background-color: #0f0f3d; */
    
}

.comment-author {
    font-weight: bold;
    color: #f6e6c3;
    font-family: "Merriweather";
    font-size: 20px;
    font-weight: 400;
    
    opacity: 0.85 !important;
    /* centertext */
    text-align: center;
    /* black shadow behind text */
 
}


.comment-content {
    /* Set the width to match the first line of text */
    width: 300px; /* Adjust this width as needed */
    overflow: hidden;
    transition: max-height 0.3s ease;
    color: #ffffff; /* Light grey text for content */
    
    word-wrap: break-word;
    /* centertext */
    text-align: center;
}

.expanded {
    /* Increase max-height for expanded state */
    max-height: 100%; /* Allows it to expand as needed */
}


button {
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
    background-color: #084d96; /* Bootstrap primary color */
    color: white;
    cursor: pointer;
    margin-top: auto; 
    /* have the button in the middle and streached out whole box */
    width: 100%;
}

button:hover {
    background-color: #012b57; /* Darker shade for hover effect */
}

.expanded {
    max-height: none; /* Remove max-height restriction when expanded */
}

.moreText {
    display: none; /* Initially hide the full text */
    word-wrap: break-word; /* Ensure long words do not cause overflow */
}
.comments-container::-webkit-scrollbar {
    height: 12px; /* Height of the horizontal scrollbar */
    background-color: #0e8cf3; /* Color of the scrollbar container */
}

/* Style the scrollbar thumb (the part that you drag) */
.comments-container::-webkit-scrollbar-thumb {
    background-color: #084d96; /* Color of the scrollbar thumb */
    border-radius: 6px; /* Rounded corners on the scrollbar thumb */
    border: 3px solid #0737d4; /* Creates padding around the thumb */
}

/* Style the scrollbar thumb on hover */
.comments-container::-webkit-scrollbar-thumb:hover {
    background-color: #0056b3; /* Darker color on hover */
}

/* Firefox */
.comments-container {
    scrollbar-width: thin; /* 'auto' or 'thin' */
    scrollbar-color: #007bff #f5f5f5; /* thumb and track color */
}


