body {
    overflow-x: clip;
}

.lazy-load {
    opacity: 0;
    transition: opacity 0.6s ease;
}

.lazy-load.visible {
    opacity: 1;
}


p,
ul li,
a,
small,
input {
    font-family: Poppins;
}

.top-info-bar .container-fluid {
    border-bottom: 1px solid #8C8C8C;
    padding: 20px 0;
}

.top-info-bar .left-part a {
    text-decoration: none;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    color: #8C8C8C;
    border-right: 1px solid #C1B5A9;
    padding: 0px 10px;
}

.top-info-bar .left-part a:last-child {
    border-right: none;
}

.top-info-bar .right-part a {
    text-decoration: none;
    padding: 0px 8px;
}

.top-info-bar .right-part a img {
    height: 28px;
    width: 28px;
}



.hover-icon {
    display: none;
}

.top-icon:hover .simple-icon {
    display: none;
}

.top-icon:hover .hover-icon {
    display: inline-block;
}


.navbar {
    transition: none;
    /* No transition initially */
}

/* Animate ONLY when sticky */
.navbar.sticky {
    animation: slideDown 0.4s ease forwards;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: white !important;
}

/* Keyframes for slide-down */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.navbar-light .navbar-nav .nav-link,
.dropdown-item {
    color: #8C8C8C !important;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14.5px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #111111 !important;
}

.dropdown-menu {
    border: none;
    border-left: 4px solid #C1B5A9;
    box-shadow: 4px 6px 24px 0px #6D8DAD40;
    padding: 0;
}

.dropdown-item {
    padding: 10px 20px !important;
    border-bottom: 1px solid rgb(240 240 240) !important;
}

.dropdown-item:hover {
    color: rgb(0, 14, 51) !important;
    background-color: #c1b5a98a;
}

.navbar-collapse {
    align-items: end;
    gap: 15px;
}

.navbar-brand img {
    max-width: 200px;
}

.btn-padding {
    padding: 8px 70px 8px 30px !important;
}

@media(max-width: 992px) {
    .mobile-sidebar .collapse:not(.show) {
        display: block !important;
    }

    /* Sidebar */
    .mobile-sidebar {
        position: fixed;
        top: 0;
        left: -280px;
        width: 280px;
        height: 100vh;
        background: #fff;
        z-index: 1050;
        transition: all 0.3s ease-in-out;
        padding: 2rem 1.5rem;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    }

    /* Overlay */
    .mobile-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 989;
        display: none;
    }

    /* Show both */
    .mobile-sidebar.show {
        left: 0;
    }

    .mobile-overlay.show {
        display: block;
    }
}


.consultation-btn {
    background-color: #000E33;
    color: white;
    border: none;
    padding: 8px 30px;
    border-radius: 0px;
    font-weight: 500;
    border: 1px solid #00000000;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 20px;
}

.consultation-btn:hover {
    background-color: #C1B5A9;
    color: #fff;
}

.consultation-btn img {
    width: 29px;
    height: 29px;
}

.consultation-btn span {
    display: block;
    text-align: start;
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 30.86px;
}

.consultation-btn span:last-child {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14.15px;
    text-transform: uppercase;
}


/* Hero Section */

.hero-section {
    /*background: url('/img/100kb-hero-img.jpg') no-repeat center center;*/
    background: no-repeat center center;
    background-size: cover;
    color: #000;
    position: relative;
    height: 650px;
    /* or a fixed height like 600px */
    display: flex;
    align-items: center;
}

.hero-overlay {
    background: radial-gradient(50% 50% at 50% 50%, rgba(249, 249, 250, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%);
    padding: 40px 20px;
    width: 100%;
    height: 100%;
    /* This ensures it matches the hero-section */
}


.hero-heading {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 75px;
    line-height: 80px;
}

.hero-subtext {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;

    margin-top: 15px;
    margin-bottom: 30px;
}

.w-fit {
    width: fit-content;
}

.stats {
    display: flex;
    justify-content: start;
    gap: 40px;
}

.stat-label {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: #000E33;
}

.stat-box {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 60px;
    position: relative;
}

.stat-number {
    min-width: 140px;
}

.stat-number,
.plus-sign {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 57.75px;
    line-height: 61.6px;
    color: #000E33;
}

.plus-sign {
    position: absolute;
    right: -15px;
    /* adjust as needed */
    top: 0;
}


/* client section */


.trusted-section {
    margin-top: -80px;
    position: relative;
    z-index: 1;
}

.trusted-carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.carousel-track {
    display: flex;
    width: max-content;
    will-change: transform;
    /* Optimize for animation */
}

.trusted-carousel img {
    margin: 0 15px;
    height: auto;
    max-height: 90px;
    flex-shrink: 0;
}


/* trusted section */


.about-section {
    background-color: #000E33;
    /* deep navy */
    color: white;
    padding: 120px 20px 80px 20px;
    margin-top: -80px;
}

.about-subtext,
.about-subtext p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;

}


/* trademark-info-section */

.trademark-info-section {
    background-color: #C1B5A9;
    box-shadow: 4px 6px 24px 0px #0000001A;
}

.section-heading,
.section-heading p {
    font-family: DM Serif Display !important;
    font-weight: 400;
    font-size: 48.61px;
    line-height: 60.77px;
    color: #FFFFFF;
}

.section-heading .highlight {
    color: #000E33 !important;
}

.section-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;

    color: #000E33;
}

.arrow-img {
    position: absolute;
    top: -117px;
    left: -240px;
    width: 487px;
    transform: rotate(2deg);
}

.first-img-container {
    min-height: 440px;
    max-height: 450px;
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
}


/* serivce section */

.services-section {
    text-align: center;
}

.service-container {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.service-container a {
    height: 100%;
    display: block;
}

.service-box {
    position: relative;
    background-color: #01102b;
    color: white;
    padding: 75px 20px;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: background-color 1.5s ease, opacity 1.5s ease;
    opacity: 1;
    z-index: 1;
}

.service-box h5 {
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.service-box img {
    width: 40px;
    margin-bottom: 15px;
}

/* Overlay fades in */
.service-overlay {
    position: absolute;
    inset: 0;
    background-color: #C1B5A9;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: opacity 1.5s ease;
    z-index: 2;
    pointer-events: none;
}

/* On hover: smooth fade transition */
.service-container:hover .service-box {
    background-color: transparent;
}

.service-container:hover .service-overlay {
    opacity: 1;
}



.service-overlay p {
    margin: 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    text-align: center;

    color: #fff;
}

.service-overlay span {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #000E33;
}

/* trademrk banner */

.trademark-banner {
    background-color: #C1B5A9;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
    max-width: 900px;
    padding: 20px;
}

.trademark-banner h4 {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 40.5px;
    line-height: 50.62px;
    color: #fff;
}

.trademark-banner .consultation-btn:hover {
    border: 1px solid #fff;
}

.small-heading {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: #000E33;
}

.main-heading {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 55.46px;
    line-height: 69.33px;
    color: #111111;
}

.process-card {
    background-color: #ffffff;
    border: none;
    box-shadow: 4px 6px 24px 0px #6D8DAD26;
    transition: transform 0.3s ease;
}

.process-card:hover {
    transform: translateY(-5px);
}

.process-card h5 {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 29.88px;
    line-height: 43.57px;
    color: #000E33;
}

.process-card p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;

    color: #000E33;
}

.process-icon {
    height: 60px;
    width: 60px;
}

.law-icon {
    width: 42px;
    height: 48px;
}

.protection-banner h4 {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    text-wrap-mode: nowrap;
}

.protection-banner p {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}


.protection-banner {
    background-color: #C1B5A9;
    box-shadow: 4px 6px 24px 0px #0000001A;
}

/*  contract slider */

.contract-grid-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.contract-row-wrapper {
    width: 100%;
    margin-bottom: 20px;
}

.contract-row {
    display: flex;
    align-items: center;
    width: max-content;
}

.contract-icon {
    width: 227px;
    height: 267px;
    padding: 20px;
    background: #fff;
    flex-shrink: 0;
    object-fit: contain;
}

/*  amazon-brand-registry-section */


.amazon-brand-registry-section {
    background-color: #000E33;
    box-shadow: 4px 6.01px 24.03px 0px #0000001A;
    color: #fff;
}

.amazon-logo-left {
    height: 56px;
}

.amazon-logo-right img {
    height: 38px;
    margin-right: 5px;
    margin-top: 10px;
}

.amazon-logo-right span,
.amazon-logo-right span p {
    font-family: DM Serif Display !important;
    font-weight: 400;
    font-size: 20px;
    text-align: right;
    text-transform: uppercase;
    display: inline;
}

.section-heading {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 55.46px;
    line-height: 69.33px;
}

.section-description,
.section-description p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;

    color: #fff;
}

.section-cta {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #C1B5A9;
}

.certificate-combo-img {
    max-width: 100%;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.amazon-arrow {
    position: absolute;
    top: -46px;
    left: -130px;
    width: 230px;
    transform: rotate(-5deg);
}


.amazon-img-container {
    min-height: 580px;
    max-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* reviews section */
.testimonial-section {
    padding: 60px 20px;
    text-align: center;
}


/*.testimonial-row-wrapper {
    width: 100%;
    margin-bottom: 40px;
}*/

/*.testimonial-row {
    display: flex;
    align-items: stretch;
    animation: scrollLeft 30s linear infinite;
}*/

.owl-stage-outer {
    padding: 20px;
}

.testimonial-grid-container .owl-stage,
.google-reviews .owl-stage {
    display: flex;
    will-change: transform;
}

.testimonial-grid-container,
.google-reviews {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.testimonial-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border: none;
    box-shadow: 3.4px 5.1px 20.42px 0px #6D8DAD26;
    padding: 20px;
    margin: 10px;
    background-color: #fff;
    border-radius: 0px;
    min-width: 500px;
    height: 100% !important;
}

.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonial-header .name {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: DM Serif Display;
    font-weight: 400;
    text-align: start;
    /*font-size: 20.42px;
        line-height: 25.52px;*/
}

.testimonial-header .name small {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14.54px;
    text-transform: uppercase;
}

.testimonial-header img {
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
}


.testimonial-text p,
.testimonial-text span,
.testimonial-text {
    margin-top: 15px;
    font-family: Poppins !important;
    font-weight: 400;
    font-size: 15.31px;
    line-height: 29.77px;

    color: #111111;
    text-align: left !important;
}

.testimonial-card .stars {
    text-align: left;
}


.google-rating {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-section .google-review {
    border-right: 1px solid #000000 !important;
    gap: 20px;
}

/* metrics section */

.metrics-section {
    padding: 80px 0;
    background-color: #000E33;
    box-shadow: 4px 6px 24px 0px #0000001A;
}



.metric-item {
    border-right: 1px solid #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.metric-item img {
    width: 40px;
    height: 46px;
}

.metric-item span {
    min-height: 63px;
    display: block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 21.02px;
    text-transform: uppercase;
    color: #C1B5A9;
}

.metric-value {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.metric-value span {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 87.77px;
    line-height: 93.62px;
    color: #FFFFFF;
    display: flex;
}

.metric-label {
    font-size: 1.2rem;
    font-weight: 600;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.success-rate {
    color: #28a745;
    /* Green color for success rate */
}

.text-grey {
    color: #C1B5A9 !important;
}

.text-blue {
    color: #000E33 !important;
}

.text-dark {
    color: #000000 !important;
}

.text-black {
    color: #111111 !important;
}


/* blog section */

.blog-link-btn {
    border: 1px solid #C1B5A9;
    color: #C1B5A9;
    padding: 0.5rem 1rem;
    transition: 0.3s;
    background-color: transparent;
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 31.6px;
    line-height: 39.5px;
    border-radius: 0px !important;
}

.blog-link-btn:hover {
    background-color: #C1B5A9;
    color: #fff;
    text-decoration: none;
}

.blog-card img {
    object-fit: cover;
    height: auto;
    width: 100%;
    height: 260px;
}

.blog-card {
    border: 0.3px solid #C1B5A9;
    border-radius: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-card a {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-decoration: none;
    color: #000000;
}


.contact-section {
    padding: 60px 0;
}

.contact-card {
    box-shadow: 4px 6px 24px 0px #6D8DAD40;
    border: none;
}

.contact-card .card-body {
    padding: 35px 45px;
}

.contact-info {
    margin-bottom: 10px;
}

.contact-info-item {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    text-decoration: none;
}

.contact-info-item img {
    margin-right: 15px;
    margin-top: 10px;
}

.consultation-text,
.contact-info-item span {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    color: #111111;
}

.form-label {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #000E33;
}

.form-control {
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid #8C8C8C;
    border-radius: 0px;
}


.submit-btn {
    background-color: transparent;
    color: #000E33;
    padding: 12px 30px;
    border-radius: 0px;
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    transition: all 0.3s ease;
    border: 1px solid #000E33;
}

.submit-btn:hover {
    background-color: #000E33;
    color: #fff;
    transform: translateY(-2px);
}



.faq-section {
    padding: 60px 0;
    background-color: #fff;
}

.faq-container .main-heading {
    text-align: center;
}

.faq-container {
    max-width: 1000px;
    margin: 0 auto;
}

.accordion-button {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    padding: 20px 0;
    color: #000E33 !important;
    border: none;
    background-color: transparent !important;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-button.collapsed {
    box-shadow: none;
}

.accordion-button::after {
    background-image: none;
    content: '+';
    font-size: 24px;
    font-weight: 800;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000 !important;
    transition: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: '+';
    transform: translateY(-50%);
}

.accordion-body {
    padding: 0 0 20px 0;
    color: #000E33;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;

}

.accordion-item {
    border: none;
    border-radius: 0 !important;
    padding: 0px 20px;
    margin-bottom: 20px;
    border-left: 4px solid #C1B5A9;
    box-shadow: 4px 6px 24px 0px #6D8DAD40;
}




/*.footer-section {
    background: url(/img/footer-bg.png) no-repeat;
    background-size: cover;
    padding: 60px 0 30px;
    color: #212529;
    margin: -2px;
}*/

.footer-section {
    background-color: #000E33 !important;
    background-image: url(../img/footer-line-4x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0 30px;
    color: #212529;
    margin: -2px;
}


.footer-logo {
    filter: brightness(0) invert(1);
    margin-bottom: 43px;
    max-width: 360px;
}


.footer-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;

    margin-bottom: 30px;
    max-width: 500px;
    color: #fff;
}


.contact-item {
    margin-bottom: 10px;
    display: flex;
    align-items: start;
    justify-content: end;
    text-decoration: none;
}

.contact-item img {
    margin-right: 10px;
    margin-top: 10px;
}

.contact-item span {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    text-align: end;
}

.bg-brown,
.bg-brown:hover {
    background-color: #C1B5A9;
}


.google-review {
    display: flex;
    align-items: center;
    margin-top: 20px;
    background-color: white;
    flex-direction: column;
    padding: 20px;
    text-decoration: none;
    color: inherit !important;
}

.google-review img {
    width: 120px;
}

.stars {
    margin-right: 10px;
}

.stars i {
    color: #FFD700;
    font-size: 1.2rem;
}

.review-text {
    font-size: 0.9rem;
    text-align: center;
}

.copyright-section {
    background-color: #C1B5A9;
    padding: 10px;
}

.copyright-section p,
.copyright-section a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    text-align: center;

    color: #fff;
    text-decoration: none;
}




.social-links .right-part a {
    text-decoration: none;
    padding: 0px 0px 0px 20px;
}

.social-links .right-part a img {
    height: 32px;
    width: 32px;
}

.counter-digit-wrapper {
    display: inline-block;
    overflow: hidden;
    height: 1.2em;
    position: relative;
}

.counter-digit {
    display: inline-block;
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.3s ease, opacity 0.3s ease;
}



.banner-shadow {
    box-shadow: 4px 6px 24px 0px #0000001A;
}

/* Service Hero Section */

.service-hero-section {
    background-color: #000E33 !important;
    background-image: url(../img/footer-line-4x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    min-height: 350px;
    position: relative;
    overflow: hidden;
}

.service-hero-subtitle {
    font-family: Poppins;
    font-weight: 500;
    font-size: 23.9px;
    color: #fff;
}

.service-second-section h5 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 23.9px;
    color: #000E33;
}

.subtext {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;

}

.info-container {
    max-width: 1000px !important;
}

.info-card {
    background: #fff;
    border-left: 4px solid #C1B5A9;
    border-radius: 0px;
    transition: transform 0.2s ease;
    box-shadow: 4px 6px 24px 0px #6D8DAD40;
    text-align: start;
}

.info-card:hover {
    transform: translateY(-5px);
}

.info-title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 23.9px;
    color: #000E33;
    margin-bottom: 10px;
}

.info-text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;

    color: #000000;
    margin: 0;
}


.how-help-section-bg {
    background-color: #000E33;
}

.how-help-section-bg h2 {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 48.61px;
    line-height: 60.77px;
    color: #fff;
}

.how-help-section-bg p {
    font-family: Poppins !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px !important;
    color: #FFFFFF;
    display: block;
    margin: 5px 0px !important;
}

.process-list ul {
    margin-top: 1.5rem;
    padding-left: 1rem !important;
    list-style: none;
    color: #ffffff !important;
    font-family: Poppins !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 35px;

    display: flex;
    flex-direction: column;
}


.process-list strong {
    color: #C1B5A9 !important;
    font-family: Poppins !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 30px;
}

.certificate-img-container {
    overflow: hidden;
}

.certificate-img-container img {
    object-fit: cover;
    display: block;
}

.service-banner p {
    font-family: Poppins !important;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

.service-banner .froala-output p {
    font-family: Poppins !important;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #fff !important;
}

.service-banner ul {
    display: block;
    padding-left: 20px !important;
}

.service-banner ul li {
    font-family: Poppins !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    text-align: start;
    color: #fff !important;
    display: list-item !important;
}

/*.service-banner ul {*/
/*list-style-type: disc !important;*/
/*}
    .service-banner ul li,
    .service-banner ul li p{
        font-family: Poppins !important;
        font-weight: 400 !important;
        font-size: 18px !important;
        text-align: start !important;
        color: #fff !important;
        padding-left: 20px!important;
    }

        .service-banner ul li p {
            display: list-item !important;
            margin: 0 !important;
            line-height: 35px !important;

        }*/


#map {
    width: 100%;
    height: 500px;
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.contact-us-section {
    background-color: #000E33 !important;
    background-image: url(../img/footer-line-4x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.contact-us-section h1 {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
}

.second-subtext {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px;
}

.trustedpartner-logo {
    display: flex;
    justify-content: end;
    align-items: end;
}

.trustedpartner-logo img {
    max-width: 300px;
    max-height: 100px;
}

.client-logo-section {
    margin-top: 0px;
    position: relative;
    z-index: 1;
}

.client-logo img {
    margin: 0 0px 0 30px;
    display: block;
    flex-shrink: 0;
    max-height: 132px;
    height: auto;
}

.hired {
    color: darkgreen;
    font-size: 12px;
}

.green-star i {
    color: darkgreen !important;
}


.thumbstack-card {
    justify-content: space-between;
}

.thumbstack-card .testimonial-header {
    align-items: start;
}

.thumb-review {
    border-right: 1px solid #000000 !important;
    display: flex;
    align-items: center;
    margin-top: 20px;
    background-color: white;
    flex-direction: column;
    padding: 20px;
    text-decoration: none;
    color: inherit !important;
}

.thumb-review img {
    max-width: 200px;
}

.certificate-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 330px;
    box-shadow: 4px 6px 24px 0px #6D8DAD40;
}

.certificate-box img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.scrollable-certificate .row {
    row-gap: 20px;
    height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 16px;
    /* Hide scrollbar (Chrome, Edge, Safari) */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

.scrollable-certificate .row::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Edge */
}


.main-article img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.sidebar-article img {
    width: 100%;
    height: 128px;
    object-fit: cover;
}

.main-article-title {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    text-decoration: none;
    color: #111111 !important;
    display: block;
    margin-bottom: 15px;
}

.main-article-text,
.main-article-text p,
.main-article-text p span,
.main-article-text span {
    font-family: Poppins !important;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 35px !important;

}

.article-category {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #8C8C8C;
    margin-bottom: 10px !important;
}


.quick-reads {
    box-shadow: 4px 6px 24px 0px #6D8DAD40;
    border-top: 4px solid #C1B5A9;
    padding: 20px;
}

.sidebar-title {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin-top: 10px;
    color: #111111 !important;
    text-decoration: none;
    margin-bottom: 2px;
    display: block;
}

.sidebar-article-text {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #8C8C8C;
}

.quick-reads h6 {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    margin: 25px 0px;
}

.sidebar-article {
    margin-bottom: 15px;
    flex-direction: column;
}

.fade-in-section {
    opacity: 0;
    /* Initially invisible */
    transform: translateY(20px);
    /* Start slightly below */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-section.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.animated-card {
    /*transition: transform 0.5s ease, opacity 0.5s ease;*/
    transform: translate3d(0, 100px, 0) scale(.6);
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity, transform;
    transition-timing-function: ease;
    overflow: hidden;
}


.animated-card.animate {
    transform: translateZ(0) scale(1);
    opacity: 1;
}

.policy-paragraph {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    color: #000E33;
    margin-bottom: 16px;
}

.policy-container h3,
.policy-container h4 {
    color: #111111;
    font-family: DM Serif Display;
}

.policy-container h3 {
    color: rgb(193, 181, 169);

}

.policy-container a {
    color: #000E33;
}

[data-f-id="pbf"] {
    display: none !important;
}

.nav-link.dropdown-toggle::after {
    display: none !important;
}

.scrollable-certificate .row .col-md-3 {
    padding: 10px !important;
}

.froala-output * {
    all: unset;
    /* careful: this resets everything */
    font-family: inherit !important;
    color: inherit !important;
}


.froala-output span {
    color: inherit !important;
    font-size: inherit !important;
}

.minh550 {
    min-height: 550px !important;
}

.f-14 {
    font-size: 14px !important;
}


.new-desc {
    font-size: 16px;
    font-family: Poppins !important;
    font-weight: 400;
    line-height: 28px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.support-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1055;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 24px;
    align-items: center;
    justify-content: end;
    padding: 0px !important;
    display: flex;
    background-color: #000E33;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.support-btn:hover {
    background-color: #000E34;
}

.support-btn img {
    width: 60px;
}


/* Support modal desgin */

.support-modal-form .form-container {
    position: relative;
    width: 100%;
    background-color: #fafafa;
    overflow: hidden;
    border-radius: 15px;
}

.support-modal-form .support-form-wrapper {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.support-modal-form .contact-form-section {
    background-color: #000E33;
    position: relative;
}

.support-modal-form .form-circle {
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, #C1B5A9);
    position: absolute;
}

.support-modal-form .form-circle.one {
    width: 130px;
    height: 130px;
    top: 130px;
    right: -40px;
}

.support-modal-form .form-circle.two {
    width: 80px;
    height: 80px;
    top: 10px;
    right: 30px;
}

.support-modal-form .contact-form-section:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #000E33;
    transform: rotate(45deg);
    top: 50px;
    left: -13px;
}

.support-modal-form .support-form {
    padding: 2.3rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
}

.support-modal-form .form-title {
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.7rem;
}

.support-modal-form .input-container {
    position: relative;
    margin: 1rem 0;
}

.support-modal-form .form-input {
    width: 100%;
    outline: none;
    border: 2px solid #fafafa;
    background: none;
    padding: 0.6rem 1.2rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    border-radius: 5px;
    transition: 0.3s;
}

.support-modal-form textarea.form-input {
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 5px;
    resize: none;
    overflow-y: auto;
}

.support-modal-form .input-container label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: #fafafa;
    font-size: 0.9rem;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
}

.support-modal-form .input-container.textarea label {
    top: 1rem;
    transform: translateY(0);
}

.support-modal-form .form-btn {
    padding: 0.6rem 1.3rem;
    background-color: #fff;
    border: 2px solid #fafafa;
    font-size: 0.95rem;
    color: #1D427A;
    line-height: 1;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    margin: 0;
    width: 100%;
}

.support-modal-form .form-btn:hover {
    background-color: transparent;
    color: #fff;
}

.support-modal-form .input-container span {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 500;
}

.support-modal-form .input-container span:before,
.support-modal-form .input-container span:after {
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    background-color: #000E33;
    top: 50%;
    transform: translateY(-50%);
}

.support-modal-form .input-container span:before {
    left: 50%;
}

.support-modal-form .input-container span:after {
    right: 50%;
}

.support-modal-form .input-container.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 0.8rem;
}

.support-modal-form .input-container.focus span:before,
.support-modal-form .input-container.focus span:after {
    width: 50%;
    opacity: 1;
}

.support-modal-form .contact-info-section {
    padding: 2.3rem 2.2rem;
    position: relative;
}

.support-modal-form .contact-info-section .form-title {
    font-family: DM Serif Display !important;
    color: #111111 !important;
}

.support-modal-form .info-text {
    color: #333;
    margin: 1.5rem 0 2rem 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.support-modal-form .information-item p {
    margin: 0px;
}

.support-modal-form .information-item {
    display: flex;
    color: #555;
    margin: 0.7rem 0;
    /*align-items: center;*/
    font-size: 0.95rem;
}

.support-modal-form .information-item i {
    color: #C1B5A9;
}

.support-modal-form .info-icon {
    width: 28px;
    margin-right: 0.7rem;
    margin-top: 4px;
}

.support-modal-form .social-media-section {
    padding: 2rem 0 0 0;
}

.support-modal-form .social-media-section p {
    color: #333;
}

.support-modal-form .social-icons {
    display: flex;
    margin-top: 0.5rem;
}

.support-modal-form .social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: linear-gradient(45deg, #000E33, #000E33);
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 0.5rem;
    transition: 0.3s;
}

.support-modal-form .social-icons a:hover {
    transform: scale(1.05);
    background: linear-gradient(45deg, #C1B5A9, #C1B5A9);
}

.support-modal-form .contact-info-section:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 100px;
    border: 22px solid #C1B5A9;
    border-radius: 50%;
    bottom: -77px;
    right: 50px;
    opacity: 0.3;
}

.support-modal-form .big-circle:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    background-color: #fafafa;
    border-radius: 50%;
    top: calc(50% - 180px);
    left: calc(50% - 180px);
}

.support-modal-form .form-square {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(181%, 11%);
    opacity: 0.2;
}

/* Modal specific adjustments */
.support-modal-form .modal-content {
    border: none;
    background: transparent;
}

.support-modal-form .modal-header {
    border-bottom: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
}

.support-modal-form .modal-title {
    display: none;
}

.support-modal-form .btn-close {
    background: none;
    color: white;
    font-size: 1.5rem;
    opacity: 1;
}

/* Responsive styles */
@media (max-width: 992px) {
    .support-modal-form .support-form-wrapper {
        grid-template-columns: 1fr;
    }

    .support-modal-form .contact-info-section:before {
        bottom: initial;
        top: -75px;
        right: 65px;
        transform: scale(0.95);
    }

    .support-modal-form .contact-form-section:before {
        top: -13px;
        left: initial;
        right: 70px;
    }

    .support-modal-form .form-square {
        transform: translate(140%, 43%);
        height: 350px;
    }

    .support-modal-form .big-circle {
        bottom: 75%;
        transform: scale(0.9) translate(-40%, 30%);
        right: 50%;
    }

    .support-modal-form .info-text {
        margin: 1rem 0 1.5rem 0;
    }

    .support-modal-form .social-media-section {
        padding: 1.5rem 0 0 0;
    }
}

@media (max-width: 576px) {
    .support-modal-form .contact-info-section:before {
        display: none;
    }

    .support-modal-form .form-square,
    .support-modal-form .big-circle {
        display: none;
    }

    .support-modal-form .support-form,
    .support-modal-form .contact-info-section {
        padding: 1.7rem 1.6rem;
    }

    .support-modal-form .info-text,
    .support-modal-form .information-item,
    .support-modal-form .social-media-section p {
        font-size: 0.8rem;
    }

    .support-modal-form .form-title {
        font-size: 1.15rem;
    }

    .support-modal-form .social-icons a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .support-modal-form .info-icon {
        width: 23px;
    }

    .support-modal-form .form-input {
        padding: 0.45rem 1.2rem;
    }

    .support-modal-form .form-btn {
        padding: 0.45rem 1.2rem;
    }
}


.service-hero-section.thankyou-banner {
    background: none !important;
}

.service-hero-section.thankyou-banner .service-hero-subtitle {
    color: #000;
}

.stat--clients .plus-sign {
    right: -3rem !important;
}