@import url('header.css');
@import url('global.css?v=13.8');
@import url('flaticon.css');
@import url('faq.css');
@import url('rfqSuperModal.css');
@import url('footer.css');


/* ####################################################### ( Product Showcase Page Start) ################################################## */


/* Converted all font sizes from rem to px and adjusted media queries */
/* Custom CSS for product showcase hero section */

.productShowcase_hero {
    background:
        url(/images/resource/landing/banners/banner-1.webp) center center / cover no-repeat,
        linear-gradient(to right, #1a3c72, #467cd4);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    overflow: hidden;
    /* To contain the overlay text */
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: max-content;
}

.hero-badge i {
    color: #ffd700;
}

.product-badge {
    display: inline-block;
    color: var(--main-color);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin: 8px 0;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-badge i {
    color: #e9e922;
    font-size: 14px;
}

/* Show Banner Section Start   */

/* Section wrapper */
.show-banner {
    background: #f4f4f4;
    /* light background like screenshot */
    padding: 40px 0;
    margin-top: 60px;


    position: relative;
    /* reference for child */
    overflow: visible;
    /* allow overflow */
}

.show-banner.coloredBackground {

    background: linear-gradient(90deg, #178cc7 0%, #64bfeb 50%, #178cc7 100%) !important;

}

.show-banner__image {
    position: relative;
}

/* Image block */
.show-banner__image img {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 600px;
}

/* Content block */
.show-banner__content {
    text-align: left;
    padding: 20px;
}

.show-banner__content p {

    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;

}



.show-banner__title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 15px;
    letter-spacing: .6px;
    text-transform: uppercase;

}

.show-banner__subtitle {
    line-height: 32px;
    font-size: 16px;
    color: var(--description-color);
    margin-bottom: 10px;
    letter-spacing: .6px;
}

/* Button */
.show-banner__button {
    background-color: transparent;
    color: #0071e3;
    border: 2px solid #0071e3;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    margin-top: 10px;
    letter-spacing: 0.5px;
}

.show-banner__button:hover {
    background: var(--main-color);
    color: white;
}

/* Show Banner Section End   */

/* Icon Block Type 2 Start   */

.icon-block.type-2.background-dark {

    background-color: #f4f4f4;
    padding-top: 40px;
    padding-bottom: 20px;


}

.icon-block.type-2 .sectionHeader_style3 {

    text-align: center;
}

.icon-block.type-2 .sectionHeader_style3 h2 {

    text-align: center;
    font-size: 32px;
    font-weight: 500;
}



.icon-block.type-2 .icon-card {

    background-color: white;

}

.icon-block.type-2 .icon-title {

    font-weight: 500;
}


/* Icon Block Type 2 End  */

/* productShowcase highlights Start  */

.productShowcase_highlights {

    margin-top: 10px;
}

.productShowcase_highlights .productShowcase_highlights-img-container {

    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap;
    /* no wrapping */
}

.productShowcase_highlights-img-container .img-wrapper {
    max-width: 100px;
    margin-right: 15px;
}

.productShowcase_highlights-img-container .img-wrapper.partnership-logo {

    max-width: 115px;
}

.productShowcase_highlights-img-container .img-wrapper.divider span {

    width: 1px;
    height: 50px;
    background-color: white;
    display: inline-block;

}


.productShowcase_highlights-img-container img {
    width: 100%;
    height: auto;
    display: block;
}

/* productShowcase highlights End  */




/* Product Section Portfolio Start   */

.product-portfolio-list {
    margin-top: 40px;
}

.product-portfolio-list__item {
    margin-bottom: 30px;
}

/* Default: normal order */
.product-portfolio-list__item {
    flex-direction: row;
}

.product-portfolio-list__image img {
    width: 100%;
    height: auto;
    display: block;
}

.product-portfolio-list__content {
    padding: 20px;
}

.product-portfolio-list__title {
    font-size: 28px;
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 15px;
}

.product-portfolio-list__desc {
    font-size: 16px;
    color: var(--description-color);
    margin-bottom: 25px;
    line-height: 1.6;
}

.product-portfolio-list__link {
    font-size: 14px;
    font-weight: 600;
    color: #0071e3;
    border: 2px solid #0071e3;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    letter-spacing: 0.8px;
}

.product-portfolio-list__view-more {
    text-align: center;
    margin-bottom: 30px;
}

.product-portfolio-list__view-more a {
    background-color: var(--main-color);
    border: 2px solid #0071e3;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    margin-top: 15px;
}

.product-portfolio-list__view-more a:hover {
    color: #0071e3;

    background-color: transparent;
}

.product-portfolio-list__link:hover {
    color: white;
    background-color: var(--main-color);
}

/* Product Portfolio Section End   */

.productShowcase_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    /* Ensure responsiveness */
}

.productShowcase_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 30px;
    padding-left: 30px;
    /* Space between text and image */
}

.productShowcase_heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.productShowcase_description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 1px;
}

.productShowcase_buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
    /* Ensure buttons wrap on smaller screens */
}

.productShowcase_button {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    /* Prevent text from wrapping */
    letter-spacing: 0.5px;
}

.productShowcase_button-third {
    background-color: var(--color-eight);
    /* Red color from image */
    color: #fff;
    border: 1px solid var(--color-eight);
}

.productShowcase_button-third:hover {
    background-color: #cb640b;
    color: #fff;
}

.productShowcase_button-secondary {
    background-color: transparent;
    color: #fff;
}

.productShowcase_button-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.productShowcase_button-tertiary {

    background-color: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);

}

.productShowcase_button-tertiary:hover {

    background-color: #0a325e;
    color: white;
}

.productShowcase_icon {
    margin-right: 8px;
}

.productShowcase_button-secondary .productShowcase_icon {
    margin-left: 8px;
    margin-right: 0;
}

.productShowcase_button-primary {
    color: white;
    background-color: transparent;
    border: 1px solid white;
}

.productShowcase_button-primary:hover {
    color: #343a40;
    background-color: #fff;
}

.productShowcase_icon {
    margin-right: 8px;
}

.productShowcase_button-third .productShowcase_icon {
    margin-left: 8px;
    margin-right: 0;
}

.productShowcase_image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Space between text and image */
}

.productShowcase_server-image {
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
    /* Ensure image is above overlay text */
}

.productShowcase_overlay-text {
    position: absolute;
    font-size: 160px;
    /* 10rem */
    font-weight: 900;
    color: rgba(255, 255, 255, 0.3);
    /* Translucent white */
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    /* Behind the server image */
    text-shadow: 0 0 20px rgba(0, 198, 255, 0.5);
    /* Glow effect */
    opacity: 0.8;
}

.productShowcase_small-overlay-text {
    position: absolute;
    font-size: 32px;
    /* 2rem */
    font-weight: 700;
    color: rgba(255, 255, 255, 0.3);
    text-shadow: 0 0 10px rgba(0, 198, 255, 0.3);
    opacity: 0.8;
    z-index: 1;
}

.productShowcase_small-overlay-text-2x {
    top: 10%;
    right: 40%;
}

.productShowcase_small-overlay-text-3x {
    top: 5%;
    right: 25%;
}

.productShowcase_small-overlay-text-3-9x {
    top: 15%;
    right: 15%;
}

.productShowcase_small-overlay-text-5-3x {
    top: 30%;
    right: 5%;
}


/* Custom CSS for product portfolio section */


.productShowcase_portfolio {
    margin-top: 60px;
}



.productShowcase_portfolio.type-1.background-dark {

    margin-top: 0px;
    padding-top: 50px;
    background-color: #f4f4f4;
}


.productShowcase_portfolio-heading {
    font-size: 30px;
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;

}

.productShowcase_portfolio-categoryTitle {
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 50px;
    text-align: left;
    letter-spacing: 0.5px;
    padding-bottom: 0px;
    position: relative;
    border-bottom: 1px solid var(--title-color);
}

/* .productShowcase_portfolio-categoryTitle:before{

    position: absolute;
    content: '';
    width: 100%;
    border: 1px solid var(--title-color);
    bottom: 0px;
    transform: translate(-50%,-50%);
} */

.productShowcase_portfolio-categoryLoadMore {

    display: block;
    background-color: var(--main-color);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 28px;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s ease;
    margin-inline: auto;
    margin-bottom: 50px;


}

.productShowcase_portfolio-categoryLoadMore:hover {
    background-color: #0a325e;
}


.productShowcase_portfolio-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
    gap: 30px;
    /* Gap between cards */
}

/* Large screens: 4 in one row */
.productShowcase_card {
    flex: 1 1 calc(32% - 10px);
    max-width: calc(32% - 10px);
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.productShowcase_card.background-dark {

    background-color: #f4f4f4 !important;
}

.productShowcase_card.background-dark .productShowcase_img-container {

    background-color: #f4f4f4 !important;
}

.productShowcase_portfolio-grid.type-2 .productShowcase_card {
    flex: 1 1 calc(48% - 10px);
    max-width: calc(48% - 10px);
}

.productShowcase_portfolio-grid.type-2 .productShowcase_upperBox {
    display: flex;
    align-items: center;
    /* ya center if you want vertical alignment */
    gap: 20px;
    padding-inline: 15px;
    /* thoda spacing between img & content */

}

.productShowcase_portfolio-grid.type-2 .productShowcase_img-container {
    flex: 0 0 35%;
    /* fixed 40% width */
    max-width: 35%;
    height: 140px;
    /* fixed uniform height */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.productShowcase_portfolio-grid.type-2 .productShowcase_img-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.productShowcase_portfolio-grid.type-2 .productShowcase_content-container {
    margin-top: 0px;
    flex: 1;
    /* remaining space le lega (60%) */
    max-width: 65%;
}

.productShowcase_card-link-wrapper {
    display: inline;
}

.productShowcase_card {
    border-radius: 8px;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    border-radius: 0 0 50px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15),
        0 0 10px rgba(0, 0, 0, 0.05);


}

.productShowcase_card.no-borderRadius {

    border-radius: 0px;
}



.productShowcase_portfolio.type-1 .productShowcase_card .productShowcase_img-container {
    background-color: white;
}

.productShowcase_portfolio.type-1.dark-bg .productShowcase_card,
.productShowcase_portfolio.type-1.dark-bg .productShowcase_card .productShowcase_img-container,
.productShowcase_portfolio.type-1.dark-bg .productShowcase_card .productShowcase_content-container {
    background-color: white;
}


.productShowcase_portfolio.type-1.dark-bg .productShowcase_card {

    min-height: 680px;
}



.productShowcase_portfolio.type-1 .productShowcase_card {
    background-color: white;
    padding-bottom: 80px;
}

.productShowcase_img-container {
    position: relative;

}


.productShowcase_portfolio.type-1 .productShowcase_img-container {
    padding: 10px;
    background-color: white;
}

.productShowcase_portfolio.type-1 .productShowcase_img-container img {
    margin-inline: auto;
}



.productShowcase_portfolio.type-1 .load-more-grid-section .productShowcase_img-container {

    padding-bottom: 20px;
    position: relative;

}

.productShowcase_portfolio.type-1 .load-more-grid-section .productShowcase_img-container:after {
    content: '';
    position: absolute;
    border: 1px solid #ccc;
    width: 75%;
    bottom: 0px;
    margin-inline: auto;
    display: inline-block;
    transform: translate(-50%, -50%);

}


.productShowcase_img-container img {
    position: relative;
    max-width: 100%;
    height: 140px;
    z-index: 3;
    display: block;
    display: block;
    -webkit-transform-style: preserve-3d;
}

.productShowcase_portfolio.type-1 .productShowcase_img-container.catalogs-image img {

    height: 150px;
    margin-top: 30px;

}

.productShowcase_content-container {
    text-align: center;
    padding: 0px;
    margin-top: 20px;

    border-radius: 5px;
}

.productShowcase_content-container h3 {
    position: relative;
    display: inline-block;
    z-index: 1;
    font-weight: 600;
    color: var(--title-color);
    font-size: 20px;
    line-height: 40px;
    margin-top: 10px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0px 15px;
}

.productShowcase_content-container p {

    text-align: left;
    padding: 0px 15px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 27px;
    color: var(--description-color);
    font-family: var(--font-family-Outfit);

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.productShowcase_content-container p:empty {
    display: none;
}


/* .productShowcase_content-container p {

    min-height: 54px;
} */

.productShowcase_content-container ul {
    list-style: none;
    /* Default bullet remove */
    padding: 0;
    margin: 0;
}


.productShowcase_content-container ul li {
    position: relative;
    padding-left: 28px;
    padding-right: 15px;
    /* Space for custom bullet */
    margin-top: 7px;
    font-size: 16px;
    font-size: 16px;
    line-height: 27px;
    color: var(--description-color);
    font-family: var(--font-family-Outfit);
    text-align: left;
}

/* Custom bullet */
.productShowcase_content-container ul li::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 11px;
    /* vertically center bullet with text */
    width: 6px;
    height: 6px;
    background-color: var(--title-color);
    /* custom bullet color */
    border-radius: 50%;
    /* make it round */

}

.productShowcase_content-container ul li strong {

    color: var(--title-color);
}

.productShowcase_content-container ul li::marker {
    display: none;
}

.productShowcase_content-container ul ul {
    padding-left: 18px;
    margin-top: 10px;
}


.productShowcase_portfolio.type-1 .productShowcase_card-button {


    position: absolute;
    bottom: 0px;
    left: 0px;

}

.productShowcase_card-button {

    background-color: var(--main-color);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 0 0 50px 0;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    align-items: center;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.productShowcase_card-button:hover {
    background-color: #0a325e;
    color: white;
}

.productShowcase_card-button .fas {
    font-size: 16px;
}

.productShowcase_card-button.no-borderRadius {

    border-radius: 0px;
}

.productShowcase_view-all-btn {
    background-color: var(--main-color);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    margin-top: 20px;
}

.productShowcase_portfolio.dark-bg {

    background-color: #f4f4f4 !important;
    margin-top: 0px;

}

.productShowcase_portfolio.dark-bg {

    padding-top: 50px;
    /* padding-bottom: 50px; */
}

.productShowcase_portfolio.dark-bg .productShowcase_portfolio-grid {

    margin-bottom: 10px;
}




.overview-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(45deg, #0b54a5, #1a6bb8);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    box-shadow: 0 5px 15px rgba(11, 84, 165, 0.3);
}

.overview-badge i {
    color: #ffd700;
}

/* Custom CSS for product overview section */
.productShowcase_overview {
    padding-top: 80px;
}

.productShowcase_overview-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.productShowcase_overview-content {
    padding-right: 30px;
}

.productShowcase_overview-content p:not(p.productShowcase_overview-paragraph) {

    letter-spacing: 1px;
    font-size: 16px;

}

.productShowcase_overview-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: var(--color-three);
    margin-bottom: 30px;
}

.productShowcase_overview-paragraph {
    font-size: 30px;
    line-height: 40px;
    color: var(--title-color);

    margin-bottom: 20px;
    letter-spacing: .6px;
    text-transform: uppercase;

}

.productShowcase_overview ul {
    text-align: left;
    margin-left: 10px;
}

.productShowcase_overview ul li {


    letter-spacing: .5px;
}


.productShowcase_overview ul li i {
    display: inline-block;
    margin-right: 5px;
}

.productShowcase_overview-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
}

.productShowcase_overview-image {
    max-width: 100%;
    height: auto;
    display: block;
}


/* ############################# ( Landing IconBox Start) ############################ */


.landing-iconBox .sectionHeader_style2 h2 {
    line-height: normal;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    color: var(--description-color);
    font-weight: 400;
}

.landing-iconBox .sectionHeader_style2 h3 {
    line-height: normal;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
    text-align: center;
    color: var(--color-three);
}


.landing-iconBox .sectionHeader_style2 p {

    font-size: 20px;
    line-height: 30px;
    color: var(--title-color);
    letter-spacing: .5px;
    text-align: center;
    margin-bottom: 30px;
}


.landing-iconBox.dark-bg {

    background-color: #F4F4F4;
    padding-top: 60px;
    padding-bottom: 60px;
}


.landing-iconBox .icon-card {
    text-align: center;
    padding: 30px;
    border: 1px solid #ccc;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    background-color: #fff;
    height: 100%;
}

.landing-iconBox .icon-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.landing-iconBox .icon-card .icon img {
    width: 90px;
    margin-bottom: 1rem;
}

.landing-iconBox .icon-card .icon.partnership-icon img {

    width: 100px;
    max-height: 90px;

}



.landing-iconBox .icon-card .icon-title {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--title-color);
}

.landing-iconBox .icon-card .icon-desc {
    font-size: 16px;
    color: var(--description-color);
    margin-bottom: 1rem;
    text-align: left;
}

.landing-iconBox .icon-card .icon-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
    padding-left: 20px;
    position: relative;
}

.landing-iconBox .icon-card .icon-list li {
    font-size: 16px;
    color: var(--color-two);
    margin-bottom: 0.5rem;
}

.landing-iconBox .icon-card .icon-list li::before {
    content: "•";
    color: #6f42c1;
    font-weight: bold;
    margin-right: 0.5rem;
    position: absolute;
    left: 3px;
}



/* ############################# ( Landing IconBox End) ############################## */

/* ############################# ( Custom Quote Start) ############################# */




#custom_requestforquote {

    margin-top: 60px;
    margin-bottom: 60px;
}


#custom_requestforquote .requestforquote_wrapper {
    padding-block: 15px;
}

#custom_requestforquote .RFQ-title p {
    color: var(--title-color);
    font-weight: 600;
    font-size: 30px;
    margin: 0;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

#custom_requestforquote .RFQ-title p span {
    position: relative;
}

#custom_requestforquote .RFQ-title p span:before {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    bottom: 3px;
    height: 5px;
    z-index: -1;
    background: url(../images/icons/vector-3.png) no-repeat;
}

#custom_requestforquote .RFQ-text p {
    color: inherit;
    padding: 10px 0;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px;
    text-align: left;
    color: var(--description-color);
    text-align: center;
    max-width: 900px;
    margin: auto;
    margin-bottom: 20px;
}

.RFQ-text ul {
    padding: 10px 0 20px 20px;
    list-style-type: disc;
    list-style-position: inside;
}

.RFQ-text ul>li {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

#custom_requestforquote .rfq-image img {
    max-width: 100%;
    height: auto;
    max-height: 500px;
}

.RFQ-form .astrickcolor {
    color: red;
}

.RFQ-form .RFQ-form_container {
    background: white;
    padding: 20px 5px;
    border-radius: 20px;
    text-align: left;
    max-width: 900px;
    width: 100%;
    margin: auto;
}

.RFQ-form .form-group {
    padding: 0 5px 3px;
    border-radius: 0px;
    background-color: #fff;
    color: var(--title-color);
    font-size: 14px;
}

.RFQ-form .form-group label {
    margin-bottom: 5px;
}

.RFQ-form .form-group .form-control {
    border-radius: 0px;
    height: 45px;
    border-color: #ccc;
    font-size: 14px;
    color: var(--title-color);
    margin-bottom: 15px !important;
}

.RFQ-form .form-group .form-control:focus {
    box-shadow: none;
    border-color: var(--main-color);
    color: var(--title-color);
}

.RFQ-form .form-group textarea.form-control {
    height: 180px;
    max-height: 300px;
    overflow: auto;
}

.RFQ-form .form-group .RFQ-SubmitBtn {
    color: white;
    background: var(--main-color);
    border: none;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    letter-spacing: .5px;
}

.RFQ-form .form-group .RFQ-SubmitBtn:hover {
    background: #0a325e;
}

.RFQ-form .captchaCode p {
    margin-bottom: 0px;
    line-height: 15px;
}

.btnAfterEffectOnly {
    position: relative;
    background: var(--main-color);
    color: white;
    font-size: 14px;
    padding: 10px 30px;
    overflow: hidden;
}

.btnAfterEffectOnly:hover:before {
    top: -40%;
}

.btnAfterEffectOnly:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background: var(--btn-hover-color);
}

.btnAfterEffectOnly>span {
    position: relative;
    z-index: 2;
}




/* ############################# ( Custom Quote End) ############################## */

/* ############################# ( Landing Info Section Start) ############################# */

.landing-info-section {
    background-color: #f4f4f4;
    padding: 30px 15px;
    margin-top: 60px;
}

.landing-info-section .info-section__title {
    line-height: normal;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
    text-align: center;
    color: var(--color-three);
}

.landing-info-section .info-section__subtitle {
    font-size: 18px;
    line-height: 28px;
    color: var(--description-color);
    margin-bottom: 25px;
}

.landing-info-section .info-section__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 28px;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.landing-info-section .info-section__btn i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.landing-info-section .info-section__btn:hover {
    background-color: #0a325e;
}

.landing-info-section .info-section__btn:hover i {
    transform: translateX(5px);
}





/* ############################# ( Landing Info Section End) ############################## */





/* ##################################### ( Product Showcase large Tabs Start) ############################# */

.productShowcase__portfolio_large-tabs.dark-background {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f4f4f4;
}



.productShowcase__portfolio_large-tabs .productShowcase__portfolio-heading {
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 30px;
    text-align: left;
    letter-spacing: 0.5px;
    border-bottom: 2px solid var(--title-color);
    padding-bottom: 0px;
}

.productShowcase__portfolio_large-tabs .productShowcase__card {
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.05);


}

.productShowcase__portfolio_large-tabs.dark-background .productShowcase__card {

    background-color: white;

}


.productShowcase__portfolio_large-tabs .productShowcase__upperBox {

    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;



}

.productShowcase__portfolio_large-tabs .productShowcase__img-container {
    flex: 0 0 35%;
    max-width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.productShowcase__portfolio_large-tabs .productShowcase__img-container img {

    display: block;
    max-width: 250px;
    width: 100%;
    margin: auto;
    margin-bottom: 10px;

}

.productShowcase__portfolio_large-tabs .productShowcase__img-container:before {

    content: "";
    height: 100%;
    border: 1px solid #ccc;
    position: absolute;
    right: 0px;
}

.productShowcase__upperBox .productShowcase__card-image_partNumber {

    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 1;
    font-weight: 500;
    color: var(--title-color);
    font-size: 30px;
    line-height: 40px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px;
}


.productShowcase__portfolio_large-tabs .productShowcase__content-container {
    margin-top: 0px;
    flex: 1;
    max-width: 65%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.productShowcase__upperBox h3 {
    position: relative;
    display: inline-block;
    z-index: 1;
    font-weight: 500;
    color: var(--title-color);
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.productShowcase__upperBox p {

    position: relative;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 27px;
    color: var(--description-color);
    font-family: var(--font-family-Outfit);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.productShowcase__upperBox ul {

    list-style: none;
    padding: 0;
    margin: 0;
}


.productShowcase__upperBox li {

    position: relative;
    padding-left: 20px;
    padding-right: 15px;
    margin-top: 7px;
    font-size: 16px;
    line-height: 27px;
    color: var(--description-color);
    font-family: var(--font-family-Outfit);
    text-align: left;

}

.productShowcase__upperBox li strong {

    color: var(--title-color);
}


.productShowcase__upperBox li::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 11px;
    width: 6px;
    height: 6px;
    background-color: var(--title-color);
    border-radius: 50%;
}

.productShowcase__portfolio_large-tabs .productShowcase__card-button {

    display: block;
    background-color: var(--main-color);
    color: #fff;
    border: none;
    padding: 10px 80px;
    border-radius: 0 0 50px 0;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    align-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: 15px;
    text-align: center;
    letter-spacing: .5px;
}

.productShowcase__portfolio_large-tabs .productShowcase__card-button:hover {
    background-color: #0a325e;
    color: white;
}

/* ##################################### ( Product Showcase large Tabs End) ############################### */

/* ==============================
   Parent: category-separator
   ============================== */
.category-separator {
    display: flex;
    align-items: center;
    width: 100%;
    background: #f7f7f7;
    /* light background to match your image */
    padding: 20px 0;
    /* just for visibility */
}

/* ==============================
     Child 1: Diamond marker
     ============================== */
.category-separator>.category-separator__diamond {
    width: 10px;
    height: 10px;
    background: #004aad;
    /* same dark blue */
    transform: rotate(45deg);
    margin-left: 10px;
    margin-right: 8px;
    flex-shrink: 0;
}

/* ==============================
     Child 2: Horizontal line
     ============================== */
.category-separator>.category-separator__line {
    height: 2.5px;
    background-color: #004aad;
    flex-grow: 1;
    border-radius: 2px;
}


.req-consultation-btn {
    padding: 20px 30px;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: white;
    margin-top: 15px;
    display: inline-block;
    box-shadow: inset 0px -10px 20px 0px #1B3C73;
}

.req-consultation-btn:hover {
    color: white;
    background-color: rgb(10, 50, 94);
}


.extra-landing-page-items-button {
    display: block;
    background-color: var(--main-color);
    color: #fff;
    border: none;
    padding: 7px;
    /* border-radius: 0 0 50px 0; */
    /* font-weight: 400; */
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    align-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    letter-spacing: .5px;
    border: 1px solid var(--main-color);
}


.extra-landing-page-items-button>a:nth-child(2) {
    border: 1px solid var(--main-color);
    color: var(--main-color);
    background-color: white;
}


.extra-landing-page-items-button:hover {


    background-color: #0a325e;
    color: white;
}

.extra-landing-buttons-row a:nth-child(2) button {

    border: 1px solid var(--main-color);
    color: var(--main-color);
    background-color: white;
}



/* ############################################################## ( Product Showcase Page End) ################################################################ */

/* ##################################### (System Browse Section Start) ############################# */


.system-browse__down-spacing {

    margin-bottom: 60px;

}

/* ==============================
     Main Wrapper
    ============================== */

.system-browse {
    margin-inline: 0px;
}

/* ==============================
     Browser Title
    ============================== */


.system-browse-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0px 20px;
    flex-wrap: wrap;
}

.system-browse-title .title-line {
    flex: 1;
    min-width: 80px;
    height: 2px;
    background-color: #0052cc;
    position: relative;
}

.system-browse-title .left.title-line::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #0052cc;
    left: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.system-browse-title .right.title-line::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #0052cc;
    right: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.system-browse-title .title-line.left {
    max-width: 500px;
}

.system-browse-title .title-line.left::after {

    content: '';
}

.system-browse-title .title-line.right {
    max-width: 500px;
}

.system-browse-title h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: var(--title-color);
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}


/* ==============================
     Filter Bar
    ============================== */


.system-browse__filter-bar {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    padding: 15px 20px;
    gap: 30px;
    display: flex;
    align-items: center;
}

/* TITLE */
.system-browse__filter-title {
    font-size: 14px;
    font-weight: 600;
    color: white;
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
}

/* ROOT FILTER LIST */
.system-browse__filter-root {
    display: flex;
    gap: 14px;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1 1 0;

}

/* EACH PILL */
.system-browse__filter-item {
    padding: 10px 20px;
    background: #ededed;
    font-size: 14px;
    color: #252525;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    position: relative;
    transition: 0.25s;
    white-space: nowrap;
    font-weight: 500;
    flex: 1 1 160px;
    max-width: 160px;
    min-width: 0;
    border-top: 2px solid #ededed;

}

.system-browse__filter-item.has-selection .filter-item-text {
    display: block;
}

.system-browse__filter-item.has-selection .filter-item-text {

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}


.system-browse__filter-item:hover {
    background: #eaeaea;
}



/* ---------------------- NESTED DROPDOWN ---------------------- */
.system-browse__filter-item.has-children:hover .system-browse__filter-child {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* DROPDOWN BOX */
.system-browse__filter-child {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    position: absolute;
    top: 48px;
    left: 0;
    min-width: 180px;

    background: #ededed;
    border: 1px solid #ededed;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.25s ease;
    z-index: 20;
}

/* CHILD ITEMS */
.system-browse__filter-child li {
    padding: 10px 18px;
    font-size: 14px;
    color: #252525;
    cursor: pointer;
    transition: 0.2s;
}

.system-browse__filter-child li:hover {
    background: #f3f3f3;
    text-decoration: underline;
}


/* ==============================
     System Browse Grid
    ============================== */

.system-browse__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 25px;
}

.system-browse-card {
    border: 1px solid #eee;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15),
        0 0 10px rgba(0, 0, 0, 0.05);
    background: #fff;
    transition: 0.35s;
    flex: 1 1 calc(24% - 10px);
    max-width: calc(24% - 10px);
    position: relative;
    padding-bottom: 56px;
    background-color: #f4f4f4;
}

.system-browse-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.system-browse-card__header {

    padding: 30px 20px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    margin-bottom: 0px;
    background-color: white;
}

.system-browse-card__header-text {

    display: flex;
    justify-content: center;
    align-items: baseline;

}

.system-browse-card__header-text h2 {

    font-size: 22px;
    line-height: 32px;
    color: var(--title-color);
    min-height: 56px;
    letter-spacing: .5px;
}

.system-browse-card__header-text span {

    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px dotted #8B8B8B;
    font-weight: 600;
}

.system-browse-card__image {
    padding: 20px;
    padding-top: 0px;
    background-color: white;
}

.system-browse-card__image img {
    width: 100%;
    height: 130px;
}

.system-browse-card__body {
    padding: 15px 20px;
    background-color: #f4f4f4;
}

.system-browse-card__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #403E3E;
}

.system-browse-card__desc {
    font-size: 14px;
    color: #555;
    margin-bottom: 14px;
}

/* FEATURE LIST */
.system-browse-card__feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
}

.system-browse-card__feature-list-item {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    font-size: 14px;
    color: #403E3E;
    letter-spacing: .7px;
    margin-bottom: 10px;
}

.system-browse-card__feature-list-item strong {

    color: var(--main-color);
}

.system-browse-card__feature-list-item svg {

    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.system-browse-card__feature-list-item img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

/* Footer */

.system-browse-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    /* anchor stretches automatically */
    background-color: white;
    flex-wrap: nowrap;

    position: absolute;
    width: 100%;
    bottom: 0px;

}


.system-browse-card__footer-text {

    flex: 1 0 calc(60% - 10px);
    max-width: calc(60% - 10px);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
}

.system-browse-card__footer-text p {

    flex: 1 1 0;
    margin-bottom: 0px;
    line-height: normal;
}

.system-browse-card__footer-text p.system-browse-price__title {
    color: #7D7D7D;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}

.system-browse-card__footer-text p.system-browse-price__description {

    color: var(--main-color);
    font-size: 15px;
    font-weight: 600;
}

.system-browse-card__footer a {
    text-align: center;
    flex: 1 1 auto;
    padding: 10px;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: white;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.system-browse-card__footer a:hover {

    background-color: #0a325e;
}

/* ##################################### (System Browse Section End) ############################### */

/* ##################################### (System Constructor Section Start) ############################# */
/* ===== BASE ===== */
.system-constructor {
    margin-top: 30px;
}

/* ===== CATEGORY HEADING ===== */
.system_categoryHeading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.system_categoryTitle {
    font-weight: 500;
    font-size: 16x;
    color: var(--title-color);
}

.system_categoryLine {
    flex: 1;
    height: 2px;
    background: #777;
    min-width: 60px;
}

.system_categoryMaxQty {
    font-size: 16px;
    white-space: nowrap;
    color: var(--title-color);
}


@media (max-width:576px) {
    .system_categoryHeading {
        flex-direction: column;
        align-items: flex-start;
    }

    .system_categoryLine {
        width: 100%;
        height: 1px;
    }
}

/* ===== NOTES ===== */
.system-notes {
    background: #f4f4f4;
    padding: 12px;
    margin: 12px 0;
}

.system-notes h2 {

    color: var(--title-color);
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;

}

.system-notes p {

    color: #444;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;

}


/* ===== CONFIG BLOCK ===== */
.system-config-block {
    padding-top: 10px;
}




/* LEFT */

.system_image-container {
    margin: auto;
    margin-bottom: 15px;
}

.system_image-container img {
    display: block;
    max-width: 100%;
}

.system_compareButton-container button {
    background: #ff6a00;
    color: #fff;
    border: none;
    padding: 6px 14px;
    margin-top: 10px;
    cursor: pointer;
    transition: background 0.3s;
}

.system_compareButton-container button:hover {
    background: #e65a00;
}

/* ===== Right Block ===== */

.system-config-block .system-config-block_rightBox h4 {

    color: #888;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;

}



/* ===== LIST BASE ===== */
.system_specification-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.system_specification-list-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 6px 0;
}

/* ===== QTY SPACE ===== */
.system_specification-list.hasQtyOption {
    padding-left: 90px;
}

.system_qtySlot {
    position: absolute;
    left: -90px;
    display: flex;
    align-items: center;
    gap: 4px;
    visibility: hidden;
}

.system_qtySlot select {
    min-width: 60px;
    border: 1px solid #ccc;
}

.system_specification-list.hasQtyOption input:checked~.system_qtySlot {
    visibility: visible;
}

/* ===== CUSTOM INPUTS ===== */
.system_specification-list input {
    display: none;
}

.system_specification-list label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    flex: 1;
    color: #444;
}

.system_specification-list input:checked+label {
    color: black;
    font-weight: 500;
}


/* BOX / CIRCLE */
.system_specification-list label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    border: 1px solid #555;
    background: #fff;
    transition: all 0.3s;
}

.system_specification-list input[type="radio"]+label::before {
    border-radius: 50%;
}

/* ✔ TICK MARK (FontAwesome) */
.system_specification-list input:checked+label::before {
    background: #1a3c72;
    border-color: #1a3c72;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.system_specification-list input:checked+label::after {
    content: "\f00c";
    /* FontAwesome check */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 12px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    color: #fff;
}

/* ===== PRICE ===== */
.price {
    margin-left: 6px;
    color: #555;
}

/* ===== MOBILE FIX ===== */
@media (max-width:576px) {
    .system_specification-list.hasQtyOption {
        padding-left: 0;
    }

    .system_qtySlot {
        position: static;
        visibility: visible;
        margin-top: 6px;
    }
}

.custom-dark-btn {
    background: #0a325e;
    color: #fff;
    border: 1px solid #0a325e;
}

@media only screen and (min-width:992px) {

    /*####################################(Cart Popup Modal Start)###############################*/

    #cart-popupModal .cart-popupModal-wrapper {
        max-width: 700px;
    }
}
