@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap');

.ambient{
	margin-top:-66px;
}

 .download-brochure {
            display: inline-block !important;
            text-decoration: none !important;
            padding: 0.75rem 1.5rem !important;
            border-radius: 2.5rem !important;
            border: 2px solid #ffffff !important;
            color: white !important;
            background: transparent !important;
            font-size: 0.8rem !important;
            font-weight: 600 !important;
            letter-spacing: 0.5px !important;
            cursor: pointer !important;
            overflow: hidden !important;
            position: relative !important;
            text-transform: uppercase !important;
            transition: all 0.3s ease !important;
            z-index: 1 !important;
        }

        .download-brochure::before {
            content: '' !important;
            position: absolute !important;
            top: var(--mouse-y, 50%) !important;
            left: var(--mouse-x, 50%) !important;
            width: 0 !important;
            height: 0 !important;
            background: rgba(255, 255, 255, 0.95) !important;
            border-radius: 50% !important;
            transform: translate(-50%, -50%) scale(0) !important;
            transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
            z-index: -1 !important;
            pointer-events: none !important;
        }

        .download-brochure:hover {
            color: #333 !important;
            border-color: rgba(255, 255, 255, 0.8) !important;
            text-decoration: none !important;
            transform: translateY(-2px) !important;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
        }

        .download-brochure:hover::before {
            width: 400px !important;
            height: 400px !important;
            transform: translate(-50%, -50%) scale(1) !important;
            background: rgba(255, 255, 255, 0.9) !important;
        }

        .download-brochure:active {
            transform: translateY(0) !important;
        }

        /* Multiple button demo */
        .button-demo {
            margin: 20px;
        }

        /* Fallback for browsers that don't support CSS custom properties */
        @supports not (top: var(--mouse-y)) {
            .download-brochure::before {
                top: 50% !important;
                left: 50% !important;
            }
        }



body {
    font-family: "IBM Plex Sans" !important;
    overflow-x: hidden;
    margin: 0;
}
#home-complaint .container, #home-testimonial .container, #home-resource .container, #home-retata .container{
    	padding:0px !important;
    }
#hero-certified{
	margin-top:90px;
}


#i9ym125vt{   border-radius: 50px;
    border: 1px solid rgba(211, 211, 211, 0.5);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.36) 0%, rgba(238, 238, 238, 0.12) 100%);
    backdrop-filter: blur(0.125rem);
    max-width: 62.5rem;
    margin: 10px auto 0 auto;
}
#i9ym125vt img{
	padding-bottom:0px !important;
}
#sales-btn:hover, #news-btn:hover, form#hsForm_a862552c-b65d-425b-a51b-a1e87477b49d .hs_submit.hs-submit input:hover, .hover-style-gbl475jaym:hover .az-button-content, form#hsForm_a862552c-b65d-425b-a51b-a1e87477b49d .hs_submit.hs-submit input:hover {
     border-radius: 2.5rem !important;
    background:none !important;
    box-shadow:none !important;
}
#block-retetaservices-header-2 h2 {
  display: none;
}
#block-retetaservices-footerdescription h2 {
  display: none;
}
#block-retetaservices-copyright h2{
	display: none;
}

.dropdown-arrow {
    margin-left: 0.3rem;
    font-size: 0.7rem;
    color: #9ca3af;
}
.hs-button {
    position: relative;
    padding: 0.625rem 1.25rem !important;
    border-radius: 2.5rem !important;
    border: 1px solid #C82B1E !important;
    background-color: #C82B1E !important;
    color: #F9D9D9 !important;
    font-family: inherit;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.3s ease !important;
    letter-spacing: 0.0771rem !important;
    z-index: 1;
    text-transform: uppercase !important;
}


.hs-button .round-btn {
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    z-index: -1;
    width: 1px;
    height: 1px;
    transform: scale(0);
    transition: transform 0.5s ease;
}


.hs-button.animate .round-btn {
    transform: scale(800);
}

.hs-button:hover {
    color: #C82B1E !important;
    border-color: #C82B1E !important;
        background-color: #fff !important;
        background:none !important;
        box-shadow:none !important;
         border-radius: 2.5rem !important;

}


.play-button {
    width: 25px;
}

.btn-primary {
    position: relative;
    padding: 0.625rem 0.875rem !important;
    border-radius: 2.5rem;
    border: 1px solid #C82B1E;
    background-color: #C82B1E;
    color: #FFFFFF;
    font-family: inherit;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.3s ease;
    letter-spacing: 0.0771rem;
    z-index: 1;
    text-transform: uppercase;
    height: 46.6px !important; 
}

.btn-primary .round-btn {
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    z-index: -1;
    width: 1px;
    height: 1px;
    transform: scale(0);
    transition: transform 0.5s ease;
}

.btn-primary.animate .round-btn,
.cta-button.animate .round{
    transform: scale(800);
}

.btn-primary:hover {
    color: #C82B1E !important;
    border-color: #C82B1E !important;
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color:#C82B1E !important; 
}
#hero-certified p{
	font-weight:500;
}
#testimonial, #resources, #home-cta{
	margin-top:90px;
}
.cta-button {
		justify-content: center;
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    gap: 0.8rem;
    padding: 0.625rem 1.25rem;
    border-radius: 2.5rem;
    border: 1px solid #C82B1E;
    color: #C80000;
    font-family: inherit;
    font-size: 0.8rem;
    font-weight: 500;
    background: none;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.3s ease;
    letter-spacing: 0.08em;
    position: relative;
    text-transform: uppercase;
}

.cta-button .round {

    border-radius: 50%;
    background-color: #C82B1E;
    position: absolute;
    z-index: -1;
    width: 1px;
    height: 1px;
    transform: scale(0);
    transition: transform 0.5s ease;
}

.cta-button:hover {
    color: white;
    border-color: #C82B1E;
}

.logo-img {
    width: 8rem;
    height: 2.2rem;
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #4a5568;
}

.icon {
    width: 1rem;
    height: 1.4rem;
    margin-bottom: -5px;
}

.pt-hero {
    padding-top: 6.375rem;
}

.hero::before {
    content: "";
    position: absolute;
    top: -6.25rem;
    left: -6.25rem;
    width: 120%;
    height: 120%;
    z-index: -1;
    filter: blur(3.75rem);
}

.hero-title {
    font-size: 3.4375rem;
    font-weight: 300;
    margin-bottom: 0.5rem;
    color: #3C3C3C;
    line-height: 4.33rem;
    letter-spacing: -0.06925rem;
}

.highlight {
    color: #C82B1E;
}

.hero-description {
    font-size: 1.125rem;
    font-weight: 400;
    color: #000;
    line-height: 1.7;
    margin-left: auto;
    margin-right: auto;
}

.btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #a0000045;
    border-radius: 2.5rem;
    transform: scale(0);
    transform-origin: bottom left;
    transition: transform 0.4s ease;
    z-index: -1;
}

.btn-primary:hover::before {
    transform: scale(1);
}

.btn-primary:hover {
    color: #fff;
}

.notes-section {
    border-radius: 50px;
    border: 1px solid rgba(211, 211, 211, 0.5);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.36) 0%, rgba(238, 238, 238, 0.12) 100%);
    backdrop-filter: blur(0.125rem);
    max-width: 62.5rem;
    margin: 10px auto 0 auto;
}

.features-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 61.25rem;
    justify-content: center;
}

.feature-pill {
    display: flex;
    align-items: center;
    padding: 0.4375rem 0.5rem 0.4375rem 2rem;
    border: 0.0625rem solid #257A94;
    border-radius: 0.5rem;
    background-color: #D2F1FA;
    color: #257A94;
    font-size: 1rem;
    font-weight: 400;
    background-image: url('/sites/default/files/2025-07/tick.svg');
    background-repeat: no-repeat;
    background-position: 0.5rem center;
    background-size: 1.125rem 1.125rem;
}

.about-section {
    max-width: 75rem;
    margin: 0 auto;
    margin-top: 3.75rem;
    padding: 0 1rem;
}

.about-section-title {
    flex: 1;
}

.about-section-label {
    font-size: 1.125rem;
    font-weight: 500;
    color: #C82B1E;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.1875rem;
}

.about-main-title {
    font-size: 1.9rem;
    font-weight: 400;
    color: #000;
    line-height: 1.1;
    max-width: 50rem;
    margin: 0;
}

.testimonials-section {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 2rem;
    padding: 0 1rem;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.testimonial-card {
    background-color: #FBFBFC;
    border: 0.0125rem solid rgba(184, 185, 187, 0.5);
    border-radius: 1.25rem;
    padding: 1.5rem;
    box-shadow:
        0rem 0.5rem 1.125rem rgba(0, 0, 0, 0.04),
        0rem 2rem 2rem rgba(0, 0, 0, 0.03);
    text-align: center;
}

.doctor-info {

    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 20px;
}

.doctor-details {
    margin-top: 0.9rem;
}

.doctor-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.doctor-details h3 {
    font-size: 16px;
    font-weight: 400;
    color: #C82B1E;
    margin: 0;
}

.doctor-details p {
    font-size: 12px;
    color: #8A8B8C;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 0;
    padding-top: 3px;
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    font-style: normal;
    font-weight: 400;
    margin: 1rem 1rem 0;
}

.resource-section {
    margin-top: 60px;
    width: 1200px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 0 auto;
}

.article-card {
    /* height: 445px; */
    background-color: #FFFFFF;
    border-radius: 0.625rem;
    overflow: hidden;
    border: 1px solid #DCDCDC;
    box-shadow:
        0px 8px 18px rgba(0, 0, 0, 0.04),
        0px 32px 32px rgba(0, 0, 0, 0.03);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.4s ease;
}

.article-card:hover {
    box-shadow:
        0rem 0.5rem 1.125rem rgba(0, 0, 0, 0.06),
        0rem 2rem 2rem rgba(0, 0, 0, 0.05);
}

.image-container {
    height: 256px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: height 0.4s ease;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease, height 0.4s ease;
}

.article-card:hover .image-container {
    height: 180px;
}

.article-card:hover .image-container img {
    transform: scale(1.05);
}

.content {
    padding: 24px;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    /* flex-direction: column; */
    align-content: space-between;
}

.tags {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.tag {
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 400;
    /* text-transform: uppercase; */
    letter-spacing: 0.5px;
}

.tag.Ethical {
    color: #35AED3;
    border: 1px solid #35AED3;
}

.title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #1A1A1A;
    margin: 0;
}

.description {
    font-size: 14px;
    line-height: 1.5;
    color: #8a8b8c;
    ;
    margin-bottom: 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: all 0.4s ease;
}

.article-card:hover .description {
    opacity: 1;
    max-height: calc(14px * 1.5 * 2);
    -webkit-line-clamp: 2;
    margin-bottom: 20px;
    margin-top: 1.9rem;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: color 0.4s ease;
    /* align-self: flex-start; */
    margin-top: auto;
    padding-top: 1.5rem;
}

.views-field.views-field-view-node i {
    transition: transform 0.3s ease, color 0.3s ease;
    color: inherit;
    transform: rotate(45deg);
}

.article-card:hover .read-more {
    color: #C82B1E;
    padding-top: 0;
}

.article-card:hover .read-more i {
    transform: rotate(90deg);
    color: #C82B1E;
    margin-top: 4px;
}

.transform-section {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}

.transform-wrapper {
    margin: 60px auto 0;
    background-color: #FBFBFC;
    border: 1px solid rgba(184, 185, 187, 0.2);
    border-radius: 20px;
    padding: 10px 60px 60px 40px;
    position: relative;
    overflow: hidden;
    box-shadow:
        0px 8px 18px rgba(0, 0, 0, 0.04),
        0px 32px 32px rgba(0, 0, 0, 0.03),
        0px 72px 43px rgba(0, 0, 0, 0.02),
        0px 128px 51px rgba(0, 0, 0, 0.01);
}

.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    padding-bottom: 140px;
}

.left-content {
    flex: 1;
    max-width: 500px;
}

.main-heading {
    font-size: 41px;
    font-weight: 300;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 0;
}

.highlight-text {
    color: #C82B1E;
    font-weight: 500;
}

.right-content {
    flex: 1;
    max-width: 500px;
    margin-left: 40px;
}

.transform-description {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 12px;
}

.gradient-background {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background-image: url('/sites/default/files/2025-07/gradient-img.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tabs-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.tabs {
    width: 1200px;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    gap: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.tabs::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #F9D9D9;
    z-index: 1;
}

.tab {
    flex: 1;
    padding: 12px 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 16px;
    color: #515152;
    text-align: center;
    position: relative;
    white-space: nowrap;
    z-index: 2;
}

.tab.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background: #C82B1E;
    z-index: 3;
}

.carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.cards-container {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    gap: 40px;
    padding: 0 40px 40px;
}

.card {
margin-bottom:10px;
    min-width: calc(65% - 15px);
    background: #ffffff;
    border-radius: 1rem;
    padding-right: 0px !important;
    padding: 3.125rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.04), 0px 22px 22px rgba(0, 0, 0, 0.03);
}

.card:not(.active) {
    opacity: 1;
    transform: scale(1);
}

.card.active {
margin-bottom:10px;
    opacity: 1;
    transform: scale(1);
}

.card-left {
    flex: 1;
    max-width: 400px;
}

.card-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    position: relative;
}

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

.placeholder-img {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 2rem;
    color: #C82B1E;
}

.card .subtitle {
    font-size: 24px;
    font-weight: 400;
    color: #3C3C3C;
    margin-bottom: 24px;
}

.card p {
    color: #3C3C3C;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
    font-weight: 400;
}

.feature-list {
    list-style: none;
    margin: 25px 0;
    padding: 0px;
}

.feature-list li {
    display: flex;
    align-items: center;
    padding: 8px 0;
    color: #257A94;
    font-weight: 400;
    font-size: 14px;
}

.feature-list li::before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 12px;
    flex-shrink: 0;
    position: relative;
    display: inline-block;
    background-image: url("/sites/default/files/2025-07/tick.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.feature-list li::after {
    content: '✓';
    position: absolute;
    color: white;
    font-size: 12px;
    font-weight: bold;
    margin-left: -14px;
    margin-top: -1px;
}

/* --- NEW STYLES FOR THE ICON LIST --- */

        /* The container for the list of features */
        .icon-feature-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
        }

        /* Each individual feature item (the li) */
        .icon-feature-list li {
            display: flex;
            align-items: flex-start; /* Aligns icon to the top of the text */
            gap: 20px; /* Space between icon and text block */
        }

        .feature-icon {
            width: 50px;
            height: 50px;
            flex-shrink: 0; /* Prevents the icon from shrinking */
        }
        
        .feature-text-content {
            display: flex;
            flex-direction: column;
        }

        .feature-title {
            font-size: 1rem;
            font-weight: 500;
            color: #257a94;
            margin: 0 0 5px 0;
        }

        .feature-description {
            font-size: 14px;
            color: #6f6f6f;
            line-height: 1.5;
            margin: 0;
            font-weight: 400;
        }

/* Navigation Arrows */
.carousel-nav {
    display: none;
}

.monitor-section {
    /* margin-top: 60px; */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    position: relative;
}

.monitor-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   
    pointer-events: none;
}

.section-header {
    text-align: center;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}

.section-monitor-title {
    font-size: 32px !important;
    font-weight: 300;
    letter-spacing: 0px;
    color: #000000;
}

.section-subtitle {
    background: linear-gradient(180deg, #A9A9A9 0%, #171717 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.monitor {
    width: 1000px;
    height: 600px;
    position: relative;
    background-image: url('/sites/default/files/2025-07/moniter.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
}

.screen {
    position: absolute;
    top: 47px;
   left: 162px;
    width: 679px;
    height: 373px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
}

.screen-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.screen-content.active {
    opacity: 1;
}

.screen-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.nav2-container {
    display: flex;
    gap: 60px;
    margin-bottom: 18px;
    z-index: 2;
    position: relative;
    justify-content: center;
    border-bottom: 1px solid #3C3C3C;
}

.nav2-button {
    background: none;
    border: none;
    color: #8A8B8C;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: relative;
    padding: 10px 0;
}

.nav2-button:hover {
    color: #8A8B8C;
}

.nav2-button.active {
    color: #AE0000;
    font-weight: 500;
}

.nav2-button.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: #AE0000;
    border-radius: 1px;
}

.content-section {
    text-align: center;
    max-width: 100%;
    z-index: 2;
    position: relative;
}

.content-item {
    display: none;
    animation: fadeInRight 0.5s ease;
}

.content-item.active {
  display: block;
  animation: fadeInRight 0.5s ease forwards;
}

.content-title {
    font-size: 2rem;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #fff, #ccc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.content-description {
    font-size: 20px;
    line-height: 1.8;
    color: #AE0000;
    font-weight: 400;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


@media (max-width: 1024px) {
	 h1 {
    font-family: "IBM Plex Sans";
    font-size: 31px !important;
}
#product-section{
	padding-top:20px !important;
}
    .monitor {
        width: 700px;
        height: 437px;
    }

   .screen {
        top: 44px;
        left: 120px;
        width: 455px;
        height: 251px;
    }

    .section-title {
        font-size: 28px;
    }

    .content-description {
        font-size: 18px;
    }

    .nav2-container {
        gap: 50px;
    }

    .article-card {
        height: 521px;
    }

    .content-wrapper {

        margin-bottom: 162px;
    }

    .right-content {
        margin-left: 0px;
    }

    .nav-container {
        padding: 1rem;
        justify-content: space-between;
    }

    .main-heading {
        font-size: 25px;
    }

    .tabs {
        display: block;
        width: auto;
    }

    .footer-content {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 40px;
    }

    .footer-brand {
        grid-column: 1 / -1;
        margin: 20px 0;
    }

    .footer-brand {
        align-items: center;
    }

    .about-section-label {
        font-size: 1rem;
    }

    .about-main-title {
        font-size: 1.3rem;
    }

    .feature-pill {
        font-size: 0.9375rem;
        padding: 0.4375rem 0.625rem 0.4375rem 1.5rem;
        background-size: 1rem 1rem;
        background-position: 0.5rem center;
    }

    .features-container {
        gap: 0.75rem;
        padding: 0 1rem;
    }

    .hero-title {
        font-size: 2.75rem;
        line-height: 3.5rem;
    }

    .hero-description {
        font-size: 1rem;
        padding: 0 1rem;
    }

    .btn-primary {
        font-size: 0.75rem;
        padding: 0.625rem 0.875rem;
    }

    .nav-menu::before {
        border-radius: 0;
        border: none;
        background: none;
    }

    .header {
        position: fixed;
    }

    .cta-button {
        padding: 0.625rem 0.875rem;
        font-size: 0.75rem;
    }

    .logo-img {
        width: 7.1875rem;
        height: 2.75rem;
    }

    .nav-menu {
        border-radius: 0;
        border: none;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        padding: 1rem;
        box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.1);
        gap: 1rem;
    }

    .nav-menu.active {
        display: flex;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .card {
        padding: 1rem;
    }

    .resource-hero-section {
        height: 150px;
    }

    .resources {
        padding: 30px 20px;
    }

    .main-text h1 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .resource-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        padding: 10px;
    }

    .resource-item {
        padding: 8px 4px;
        font-size: 12px;
        min-height: 60px;
    }

    .resource-icon {
        width: 20px;
        height: 20px;
        margin-bottom: 4px;
    }

    .resource-label {
        font-size: 10px;
        line-height: 1.1;
    }

    .resource-section {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        margin-top: 30px;
        width: auto;
        padding: 20px;
    }

    .article-card {
        height: auto;
        min-height: 400px;
    }

    .image-container img {
        height: 200px;
    }

    .article-card:hover .image-container {
        height: 200px;
    }

    .article-card:hover .image-container img {
        height: 200px;
    }

    .content {
        padding: 16px;
    }

    .title {
        font-size: 15px;
        line-height: 1.3;
    }

    .description {
        font-size: 12px;
        line-height: 1.4;
    }

    .article-card:hover .description {
        max-height: 80px;
    }

    .tags {
        gap: 6px;
        margin-bottom: 12px;
    }

    .tag {
        padding: 3px 8px;
        font-size: 10px;
    }

    .read-more {
        font-size: 12px;
    }

}

@media (max-width: 468px) {
	.monitor-section{
		padding-top:20px !important;
	}
.card .subtitle {
    font-size: 18px !important;
}
.cta-button{
	margin-bottom:10px;
	height: 46.6px;
}
	#hipa-text p{
		text-transform: uppercase;
	}
	
	.icon-feature-list {
    padding-top: 20px;
}
	.card h3 {
    padding-top: 10px;
    font-size: 24px;
	}
	.feature-pill {
              font-size: 0.75rem !important;
        width: fit-content;
        justify-content: center;
        text-align: center;
	}
	#productherosection p {
    
    padding-top: 20px;
}
.text-end {
    text-align: left !important;
}
	#productherosection h1 {
    padding-top: 30px;
	}
	.tabbed-feature-section{
		display:none;
	}
	.card-right img {
   height: 280px !important;
    width:100% !important;
	}
	
element.style {
}
.card:not(.active) {
    opacity: 1;
    transform: scale(1);
}
@media (max-width: 1024px) {
    .card {
        padding: 1rem !important;
    }
   
}
.card {
   
  flex-direction: column;
    }
	#productherosection h1{
		font-size:24px !important;
	}
	.gap-1 {
    gap: 1.25rem !important;
}
.my-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
#section-heading {
    margin-top: 25px !important;
}
#testimonial, #resources, #home-cta {
    margin-top: 25px;
}
	.section-monitor-title{
	font-size: 24px !important;
        line-height: 1;
        letter-spacing: 0.02em;
	}
    .monitor {
        width: 95vw;
        max-width: 350px;
        height: 220px;
    }

    .monitor-section {
        min-height: 44vh;
    }

    .screen {
        top: 15px;
        left: 48px;
        width: 72%;
        height: 63%;
        border-radius: 4px;
    }

    .section-title {
        font-size: 20px;
    }

    .content-description {
        font-size: 14px;
    }

    .nav2-container {
        gap: 15px;
        flex-wrap: inherit;
    }

    .nav2-button {
        font-size: 13px;
        min-width: 100px;
    }

    .title {
        font-size: 14px;
    }

    .image-container img {

        height: 140px;
    }

    .content-wrapper {
        display: block;
    }

    .tabs {
        display: block;
        width: auto;
    }

    .footer-container {
        padding: 0 20px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .resources {
        padding: 20px 15px;
    }

    .resource-section {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
        margin-top: 30px;
        width: auto;
        padding: 20px;
    }

    .main-text h1 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .resource-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
        padding: 8px;
    }

    .resource-item {
        padding: 6px 3px;
        font-size: 11px;
        min-height: 55px;
    }

    .resource-icon {
        width: 18px;
        height: 18px;
        margin-bottom: 3px;
    }

    .resource-label {
        font-size: 9px;
    }

    .article-card {
        min-height: 350px;
    }

    .image-container img {
        height: 180px;
    }

    .article-card:hover .image-container {
        height: 180px;
    }

    .content {
        padding: 14px;
    }

    .title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .description {
        font-size: 11px;
        margin-bottom: 15px;
    }

    .tags {
        gap: 4px;
        margin-bottom: 10px;
    }

    .tag {
        padding: 2px 6px;
        font-size: 9px;
    }

    .read-more {
        font-size: 11px;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .about-section-title {
        margin-bottom: 10px;
    }

    .about-section {
        margin-top: 2rem;
    }

    .about-main-title {
        font-size: 1.3rem;
    }

    .about-section-label {
        font-size: 1rem;
    }

    .about-section-header {
        display: block;
        gap: 1.4rem;

    }

    .features-container {
        align-items: center;
    }

    .feature-pill {
        font-size: 0.875rem;
        padding: 0.5rem 0.75rem 0.5rem 1.75rem;
        background-size: 0.9375rem 0.9375rem;
        background-position: 0.5rem center;
    }


    .hero-container {
        padding: 0rem;
    }

    .hero {
        flex-direction: column;
        padding-top: 4.375rem;
    }

    .hero-title {
        font-size: 1.2rem;
        line-height: 1.3em;
    }

    .hero-description {
        font-size: 0.8rem;
        margin-bottom: 2rem;
    }

    .btn-primary {
        font-size: 0.75rem;
        padding: 0.625rem 0.875rem;
    }

    .nav-menu::before {
        border-radius: 0;
        border: none;
        background: none;
    }

    .cta-button {
        padding: 0.625rem 0.875rem;
        font-size: 0.75rem;
    }

    .logo-img {
        width: 7.1875rem;
        height: 2.75rem;
    }

    .nav-menu {
        border-radius: 0;
        border: none;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        padding: 1rem;
        box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.1);
        gap: 1rem;
    }

    .nav-menu.active {
        display: flex;
    }

    .mobile-menu-toggle {
        display: block;
    }
}

#bg-color-btn a {
	position: relative;
    padding: 0.4rem 1rem;
    border-radius: 2.5rem;
    border: 1px solid #C82B1E;
    background-color: #C82B1E;
    color: #F9D9D9;
    font-family: inherit;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.3s ease;
    letter-spacing: 0.0771rem;
    z-index: 1;
    text-transform: uppercase;
}



#header-row .col-md-12 {
	padding: 0 0px;
}

header #site-header {
    padding: 1.5rem;
}
header.sticky-header #site-header {
    padding: 0.5rem 15px;
    border-bottom: 1px solid #d1d1d1;
    border-radius: 0px;
    transition: padding 0.3s ease, border 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
	.tabbed-feature-section{
		display:none;
	}
	
	
}

@media(max-width:767px){
	#mission-img img{
		height:auto !important;
	}
		.card-right img {
    height: auto !important;
    width:100% !important;
	}
	.placeholder-img {
		height: auto !important;
	}
	.card .subtitle {
    font-size: 18px !important;
}
	#mission-img{
		width:100% !important;
		        margin-top: 41px;
        margin-bottom: 41px;

	}
}


/*popup*/

.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.8);
}

.video-modal-content {
  position: relative;
  margin: 10% auto;
  padding: 0;
  width: 80%;
  max-width: 800px;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
}

@media (min-width: 1024px) {
    .cards-containers {
        display: none !important;
    }
     #about_what {
        display: none !important;
    }
}
