* {
    font-family: 'work-sans', sans-serif;
}

footer #mainav ul ul {
    display: none !important;
}

.feedback_section .common-feedback img {
    width: 36px;
    padding: 0 8px;
    cursor: pointer;
}

.feedback_section .common-feedback.active img {
    filter: invert(0.4) sepia(1) saturate(5) hue-rotate(175deg);
}

.content_design details summary h3,
.content_design details summary h4 {
    display: inline;
    padding-left: 2px;
}

.content_design details:last-of-type {
    margin-bottom: 10px;
}

.content_design h2,
.inner_category h2 {
    padding-bottom: 0.75rem
}

.content_design details:first-of-type {
    margin-top: 5px;
}

.content_design table,
.inner_category table {
    text-align: left;
}

.content_design table,
.content_design table,
.inner_category table,
.inner_category table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

.content_design table caption,
.content_design table caption,
.inner_category table caption,
.inner_category table caption {
    text-align: center;
    caption-side: top;
    color: #000;
    border: 1px solid #dddddd;
}

.content_design table td,
.ai-content table th,
.content_design table td,
.content_design table th,
.inner_category table td,
.ai-content table th,
.inner_category table td,
.inner_category table th {
    border: 1px solid #ddd;
    padding: 8px;
}

.content_design table tr:nth-child(even),
.content_design table tr:nth-child(even),
.inner_category table tr:nth-child(even),
.content_design table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.content_design table tr:hover,
.content_design table tr:hover,
.inner_category table tr:hover,
.content_design table tr:hover {
    background-color: #ddd;
}

.content_design table th,
.content_design table th,
.inner_category table th,
.inner_category table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background: #ddd;
    color: #000;
}

.inner_category_content ol {
    padding-left: 25px;
    padding-bottom: 10px;
    list-style: circle;
}

.content_design details summary h3,
.content_design details summary h4 {
    padding-left: 10px;
    font-size: large;
}

@media only screen and (max-width:600px) {

    .content_design table,
    .inner_category table {
        table-layout: fixed;
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
        max-height: 600px;
        display: block;
    }

    .content_design th,
    .content_design td,
    .inner_category th,
    .inner_category td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
        white-space: normal;
    }
}

strong {
    font-weight: bold;
}

#responsive-menu #mainav a i {
    padding-right: 10px;
    display: inline-block;
}

#mainav a i {
    display: none;
}

#menu-content {
    transform: translateX(-100%);
    transition: transform 0.3s ease-out;
}

.custom-logo-size {
    width: 200px;
}

@media only screen and (max-width: 350px) {
    .custom-logo-size {
        width: 160px;
    }

    #close-menu {
        top: 0;
    }
}

details summary h3,
details summary h4 {
    font-weight: 500;
}

details p {
    padding-left: 25px !important;
}

.content_design ul {
    padding-left: 1rem !important;
}

.contact-loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(10 10 10 / 29%);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-loader {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid var(--colorcode);
    border-radius: 50%;
    animation: contact-spin 1s linear infinite;
}

@keyframes contact-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#latest-blog_llb .latest-blog_sec_llb {
    padding: 2.5rem
}

.latest_blog-card_header img {
    width: 100%;
}

@media only screen and (max-width:767px) {

    .latest-blog_sec_llb .slick-list.draggable,
    .blog-card_llb_parent .slick-list.draggable {
        padding: 0 60px 0 0 !important;
    }
}

.blog-card_llb_parent {
    overflow: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.latest_blog-card_body_llb .latest-blog-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.latest_blog-card_body_llb .latest-blog-date a span {
    padding-right: 1px;
    font-size: 0.75rem;
}

.latest_blog-card_body_llb .latest_blog-links span {
    padding-left: 2px;
    text-decoration: underline;
    color: var(--colorcode);
}

.blog-card_llb_parent .blog-card_llb {
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    margin: 20px;
}

.latest_blog-card_header {
    position: relative;
}

.latest_blog-card_header img {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    height: 250px;
    object-fit: cover;
    max-width: 768px;
}

.latest_blog-card_header .latest_blog-badges {
    padding: 0.25rem 0.75rem;
    background-color: var(--colorcode);
    font-size: 0.75rem;
    line-height: 1rem;
    display: inline-block;
    position: absolute;
    border-radius: 9999px;
    color: white;
    top: 1.25rem;
    right: 1.25rem
}

.latest_blog-card_body_llb {
    padding: 1.5rem
}

.slick-dots li.slick-active button:before {
    color: var(--colorcode) !important;
}

.latest_blog-card_body_llb .latest-blog-date {
    font-size: 0.75rem;
    line-height: 1rem;
    padding-bottom: 0.75rem;
}

.slick-dots {
    bottom: 0px;
}

.latest_blog-card_body_llb .latest-blog-date i {
    font-size: 0.75rem;
    line-height: 1rem;
    padding-right: 0.25rem;
}

.latest_blog-links {
    white-space: nowrap;
}

.latest_blog-card_body_llb .latest-blog-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 0 0 0;
    margin-bottom: 20px;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.slick-dots li button:before {
    content: '•' !important;
    font-size: 30px !important;
}

.latest_blog-card_body_llb .latest_blog-heading {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700;
    margin-bottom: 7px;
    user-select: text;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.latest_blog-card_body_llb .latest_blog-link {
    font-size: 1rem;
    line-height: 1.25rem;
    color: var(--colorcode);
    text-decoration: underline;
}

.all-latest_blog_llb {
    display: flex;
    justify-content: center;
    padding: 1.125rem 0;
}

.all-latest_blog_llb a {
    padding: 0.75rem 1.125rem;
    background-color: var(--colorcode);
    border-radius: 9999px;
    color: white;
}

@media (max-width:1199px) and (min-width:1024px) {
    .blog-card_llb_parent .blog-card_llb {
        border-radius: 0.75rem;
        box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
        margin: 10px;
    }
}

@media (max-width:1023px) and (min-width:768px) {
    .blog-card_llb_parent .blog-card_llb {
        border-radius: 0.75rem;
        box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
        margin-right: 1.5rem;
        flex: 0 0 47.5%;
        width: calc(100% / 2)
    }

    .latest_blog-card_upper h3 {
        font-size: 2rem
    }

    .latest_blog-card_upper p {
        font-size: 1.25rem
    }

    .latest_blog-card_header img {
        height: 250px !important;
    }

    .latest_blog-card_header .latest_blog-badges {
        font-size: 0.55rem;
        line-height: 1rem;
        color: white;
        top: 0.5rem !important;
        right: 0.25rem !important;
    }

    .latest-blog-date div i,
    .latest-blog-date div span {
        font-size: 0.60rem !important
    }

    .latest-blog-date span {
        font-size: 0.70rem !important;
    }

    .latest_blog-card_body_llb .latest-blog-content {
        font-size: 0.85rem !important;
        line-height: 1.15rem !important;
        margin-bottom: 10px !important;
    }

    .latest_blog-card_body_llb .latest_blog-heading {
        font-size: 1rem !important;
        line-height: 1.25rem !important
    }

    .latest_blog-card_body_llb .latest_blog-link {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .all-latest_blog_llb a {
        padding: 0.5rem 1.125rem
    }

    .latest_blog-card_body_llb {
        padding: 1rem !important;
    }
}

@media only screen and (max-width:767px) {
    .blog-card_llb_parent .blog-card_llb {
        margin: 10px;
    }

    #latest-blog_llb .latest-blog_sec_llb {
        padding: 1.25rem;
    }

    .latest_blog-card_body_llb {
        padding: 1.125rem
    }

    .latest_blog-card_header img {
        height: 250px;
        max-width: 768px;
    }

    .all-latest_blog_llb a {
        padding: 0.5rem 1.125rem
    }

    .all-latest_blog_llb {
        padding: 2rem 0 0 0
    }

    .latest_blog-card_body_llb .latest-blog-content {
        margin-bottom: 20px;
        font-size: 1rem;
        line-height: 1.25rem;
        padding: 5px 0 0 0;
    }

    .blog-card_llb_parent {
        overflow-x: hidden;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }
}

.sm-gallery-division .slick-dots {
    display: none !important;
}

.latest_blog_htitle div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.latest_blog_htitle .view_lblog {
    border-radius: 9999px;
    background-color: var(--colorcode);
    color: #fff;
    padding: 0.5rem;
}

@media only screen and (min-width: 1280px) {
    .latest_blog_htitle .subtitle {
        font-size: 1.875rem;
        line-height: 2.25rem;
        font-weight: 700;
    }
}

@media only screen and (min-width: 992px) {
    .latest_blog_htitle .subtitle {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 700
    }

    #responsive-menu .nav-menu li ul {
        padding: 0px 0px 0px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .latest_blog_htitle .subtitle {
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 700;
    }
}

@media only screen and (max-width: 500px) {
    .latest_blog_htitle .subtitle {
        font-size: 1rem;
        line-height: 1.75rem;
        font-weight: 700;
    }

    .latest_blog_htitle .view_lblog {
        font-size: 0.75rem;
        padding: 0.5rem 0.25rem;
    }
}

@media only screen and (max-width: 400px) {
    .latest_blog-card_body_llb .latest-blog-date a span {
        font-size: 0.65rem;
    }

    .latest_blog-card_body_llb .latest-blog-date {
        font-size: 0.65rem;
    }
}

@media only screen and (max-width:1024px) {
    #responsive-menu .hoc ul ul {
        display: none !important;
    }
}

.splide {
    visibility: visible;
}

.splide__pagination__page.is-active {
    background: var(--colorcode) !important;
}

.splide__pagination {
    top: 90%;
}

.splide__list {
    transform-style: initial !important;
}

/* Style the main menu items */
#lower-header .nav-menu>li {
    position: relative;
    display: inline-block;
}

/* Initially hide the dropdown content */
#lower-header .nav-menu .drop+ul {
    display: none;
    position: absolute;
    right: -20px;
    top: 30px;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

/* Style the dropdown links */
#lower-header .nav-menu .drop+ul li a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

#lower-header .nav-menu .drop+ul li {
    padding-right: 0px !important;
}

/* Show the dropdown menu on parent item hover */
#lower-header .nav-menu li:hover .drop+ul {
    display: block;
}

/* Optional: Change the background color of the dropdown links on hover */
#lower-header .nav-menu .drop+ul li a:hover {
    background-color: #ddd;
}

#lower-header .nav-menu .drop+ul::before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: 90px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f9f9f9;
    /* Should match the dropdown background color */
    z-index: 1001;
}