/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 19 2026 | 17:59:45 */
/*=============== GLOBAL STYLES =====================*/
.menu-area {
    box-shadow: 0px 0px 10px rgba(8, 14, 28, 0.08);
}

.th-btn {
    border-radius: 25px;
}

.product-img-area {
    display: none;
}

@media (max-width: 768px) {
h2.product-title {
    margin-top: 40px !important;
 }
}

/*=============== HEADER STYLE =====================*/

@media only screen and (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1400px;
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2);
    }
}
		
div#bellamareHeaderTop {
    padding: 7px;
}

/* Elementor container (parent) */
#bellamareHeaderTop > .e-con-inner {
  display: flex;
  align-items: center;
  justify-content: space-between; 
  width: 100%;
}

.header-links ul li a, .header-menu ul li a {
    font-weight: 500;
}

/* Make top header links + icons white */
#bellamareHeaderTop .header-left a,
#bellamareHeaderTop .header-left i {
    color: #ffffff !important;
}

/* LEFT SIDE (email + social) */
.header-left {
  display: flex;
  align-items: center;
}

.header-left .header-links ul li i, .header-left .header-links ul li a, .header-left .header-social ul li a i, {
  color: #ffffff !important;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

/* Email block */
.header-links {
  margin-right: 16px;
  padding-right: 16px;
  position: relative;
}

.header-links ul {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-links li {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Separator between email & social */
.header-links::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.4);
}

/* Social icons */
.header-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Subtle micro-interaction */
#bellamareHeaderTop a:hover i {
  transform: translateY(-1px);
}

/*  MOBILE BEHAVIOR  */
@media (max-width: 768px) {
  #bellamareHeaderTop > .e-con-inner {
    flex-wrap: wrap;
    gap: 12px;
  }

.header-left {
    width: 100%;
    justify-content: center;
  }

.headerTopButton {
    display: none;
}
	
.header-menu ul {
    justify-content: center;
  }
}

.main-menu > ul > li > a {
    padding: 36px 0;
}


/*  MOBILE MAIN HEADER  */

@media (max-width: 575px) {
    .header-logo {
        max-width: 200px;
    }
}

.header-logo {
    padding-top: 0;
    padding-bottom: 0;
}

.header-layout2 ul.sub-menu {
    background-color: #ffffff;
}

/* ===== Top-level menu separators ===== */
.main-menu > ul > li {
    position: relative;
}

/* Add separator */
.main-menu > ul > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    width: 2px;
    height: 18px;
    background-color: rgba(0, 0, 0, 0.15);
}


/* ===== Flagship Badge for Menu ===== 
.main-menu .menuHighlight {
    position: relative;
}

.main-menu .menuHighlight::after {
    content: "★";
    position: absolute;
    top: 24px;
    right: -10px;
    font-size: 18px;
    color: #215ad9;
    line-height: 1;
    pointer-events: none;
}*/


/* ===== Bellamare Mega Menu Full Width Fix ===== */

.menu-area .main-menu ul li > ul.mega-menu {
  top: auto;
  width: 100vw !important;
  max-width: 100vw !important;
  transform: translateX(-30%);
 /* box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);*/
}

/* ===== Mega Menu Level 1 Tabs ===== */

.MegaMenuLevelOne .e-n-tab-title {
  transition: all 0.25s ease;
}

/* Hover */
.MegaMenuLevelOne .e-n-tab-title:hover {
  background-color: #215ad9 !important;
}

/* Active */
.MegaMenuLevelOne .e-n-tab-title[aria-selected="true"] {
  background-color: #215ad9 !important;
}

.MegaMenuButton .th-btn {
	line-height: 16px !important;
	padding: 14px 30px;
}

/* Product image */
.MegaMenuContainer img {
  transition: transform .4s ease;
}

.MegaMenuContainer img:hover {
  transform: scale(1.03);
}

.e-n-tabs-content > .e-con {
  animation: megaFade 1s ease;
}

@keyframes megaFade {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}


/*=============== PAGE TITLE STYLE =====================*/

.breadcumb-wrapper {
    padding: 80px 0;
}

/*=============== CONTACT FORM STYLE =====================*/

input.wpcf7-form-control.wpcf7-submit.has-spinner.bellamareContactFromButton {
    width: auto;
    color: #215ad9;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 50px;
}
	
/*=============== FOOTER STYLE =====================*/

.th-widget-contact {
    max-width: 100%;
}	

/*=============== HOMEPAGE STYLE =====================*/	
	
/* ---------- Core Offerings Section ---------- */
.coreOfferings .service_box {
    background: #fafbff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Hover (kept subtle for B2B) */
.coreOfferings .service_box:hover {
    box-shadow: 0 0px 6px rgba(0,0,0,0.06);
}

.coreOfferings .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 24px;
    transform: none !important;
}

.coreOfferings .slider-arrow {
    display: none !important;
}

/* ---------- TABLET (<=1024px) ---------- */
@media (max-width: 1024px) {

    .coreOfferings .swiper-wrapper {
        grid-template-columns: repeat(2, minmax(0,1fr));
        gap: 20px;
    }
}


/* ---------- MOBILE (<=767px) ---------- */
@media (max-width: 767px) {

    .coreOfferings .swiper-wrapper {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}


/* ---------- Clients Logos ---------- */	
.elementor-element.bellamareClientsLogo .swiper-slide a img {
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
  padding: 0px 14px;
}

.elementor-element.bellamareClientsLogo .swiper-slide a:hover img {
  filter: grayscale(0%);
}
	
.bellamareProduct img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.5s ease;
}

.service_box:hover .bellamareProduct img {
  transform: scale(1.02);
}
	
.service_box:hover .line-btn i {
  transform: translateX(5px);
  transition: transform 0.3s ease;
}

/* ---------- Featured Products ---------- */	
.featuredProductColumn {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.featuredProductColumn:hover {
    transform: translateY(-4px);
    box-shadow: 0 0px 6px rgba(0,0,0,0.06);
}

.featuredProductImage img {
    width: 100%;
    max-height: 450px;
    height: 450px;
    object-fit: cover;
    display: block;
}


/*=============== PRODUCT PAGE TEMPLATE STYLE =====================*/
.woocommerce-product-rating {
    display: none;
}

/* Stock Availability*/
.mt-2.link-inherit {
    display: none;
}

/* "Add to Quote" button */
.yith-ywraq-add-to-quote {
    margin-top: 30px;
}

.yith-ywraq-add-to-quote .add-request-quote-button {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 30px;
	font-size: 16px !important;
}

.yith-ywraq-add-to-quote .add-request-quote-button::after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    margin-left: 10px;
}

.yith-ywraq-add-to-quote .add-request-quote-button::after {
    transition: transform 0.3s ease;
}

.yith-ywraq-add-to-quote .add-request-quote-button:hover::after {
    transform: translateX(4px);
}


.yith-ywraq-add-to-quote img.ajax-loading {
    margin-left: 10px;
    vertical-align: middle;
}

/* Success message after adding product to quote */
.yith_ywraq_add_item_response_message {
    margin-top: 12px;
    padding: 10px 14px;
    background-color: rgba(33, 90, 217, 0.08);
    color: #215ad9;
    font-size: 14px;
    font-weight: 500;
    border-left: 4px solid #215ad9;
    border-radius: 4px;
}

/* Browse quote list button */
.yith_ywraq_add_item_browse_message a {
    display: inline-block;
    margin-top: 12px;
	font-size: 14px !important;
    padding: 4px 20px;
    border-radius: 30px;
    background-color: #ffffff;
    color: #215ad9;
    border: 2px solid #215ad9;
    transition: all 0.25s ease;
}

/* Hover */
.yith_ywraq_add_item_browse_message a:hover {
    background-color: #215ad9;
    color: #ffffff;
}



/* Social Share Icons*/
.summary-content .th-social a, .product-about .th-social a {
    border-radius: 6px;
}

/* Woo Product Gallery*/
.woo-product-gallery-slider img {
    border-radius: 14px;
}

.wpgs-nav .slick-current {
    border: 2px solid #215ad9;
    border-radius: 16px;
}

/* Product Tabs*/
ul#productTab {
    display: none;
}

div#productTabContent {
    margin-top: 60px;
}

/* Woocommerce Product Accordion*/
.product-accordion details {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  margin-bottom: 12px;
  background: #fff;
}

/* Summary layout */
.product-accordion summary {
  padding: 14px 18px 14px 48px; /* space for indicator on left */
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  position: relative;
  font-size: 1.1rem;
}

.product-accordion details[open] summary {
  background: #dddee3;
}


.product-accordion summary::-webkit-details-marker {
  display: none;
}

/* LEFT: expand / collapse indicator */
.product-accordion summary::before {
  content: "+";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 1;
  color: #6b7280;
}

/* Open state */
.product-accordion details[open] summary::before {
  content: "–";
}

/* Content spacing */
.product-accordion details > *:not(summary) {
  padding: 20px;
}

/* Force tables to respect accordion padding */
.product-accordion details table {
  width: calc(100% - 36px);
  margin: 16px 18px;
}

/* Accordion Animation*/
.product-accordion summary::before {
  transition: transform 0.2s ease;
}

.product-accordion details[open] summary::before {
  transform: translateY(-50%) rotate(180deg);
}

.product-accordion details[open] > *:not(summary) {
  animation: fadeIn 0.15s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}


/* PDF buttons */
.product-pdf-buttons {
  display: flex;
  gap: 12px;
  padding: 12px 18px 0;
  flex-wrap: wrap;
}

.product-pdf-buttons .pdf-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px; 
  font-weight: 600;
  height: 50px;
  line-height: 0;
}

h3.BellmareProductHeading {
    margin: 0;
    font-size: 32px;
}

p.BellmareProductPeragraph {
    padding: 0px 20px !important;
}

/* Disabled PDF button */
.product-pdf-buttons .disabledBtn {
    opacity: 0.45;
    cursor: no-drop;
    pointer-events: none;   /* prevents clicking */
    background: #f3f5f9 !important;
    color: #888 !important;
    border-color: #ddd !important;
    filter: grayscale(20%);
}

/* Icon inside disabled button */
.product-pdf-buttons .disabledBtn i {
    opacity: 0.7;
}


/* RESPONSIVE TABLES */

/* Wrap tables visually inside accordion */
.product-accordion table {
  width: 100%;
  border-collapse: collapse;
}

/* Mobile handling */
@media (max-width: 768px) {

  /* Make table scrollable */
  .product-accordion table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  /* Improve tap spacing */
  .product-accordion td,
  .product-accordion th {
    padding: 10px 12px;
    font-size: 14px;
  }

  /* Prevent headers from shrinking too much */
  .product-accordion tr:first-child td,
  .product-accordion tr:first-child th {
    font-weight: 600;
    background: #f1f5ff;
  }
}

/*  Related Products & Cart Icon  */

.th-product .product-img:before {
    background-color: rgb(0 0 0 / 74%);
}

.th-product .actions .icon-btn {
	--btn-size: 50px;
	 font-size: 20px;
}

.th-product .cart-button i::before {
  content: "\f08e"; 
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  color: black;
  line-height: 20px;
}

a.cart-button.icon-btn {
    border-radius: 50%;
    background: white;
    box-sizing: content-box;	
}


/*=============== REQUEST QUOTE PAGE =====================*/

/* ---------- Product Info Table Base ---------- */

table#yith-ywrq-table-list {
    border: 0;
    border-collapse: separate;
    border-spacing: 0 14px;
}

/* Table Header */

table#yith-ywrq-table-list thead tr th {
    background: #215ad9;
    color: #ffffff !important;
    font-weight: 600;
    border: none;
}

table#yith-ywrq-table-list thead tr th:first-child {
    border-top-left-radius: 6px;
}

table#yith-ywrq-table-list thead tr th:last-child {
    border-top-right-radius: 6px;
}

/* ---------- Quote Item Rows (Card Style) ---------- */

#yith-ywrq-table-list tr.cart_item {
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}

#yith-ywrq-table-list th,
#yith-ywrq-table-list td {
    border: none;
}

/* ---------- Product Remove ---------- */

td.product-remove a {
    font-size: 20px;
    background: white;
    padding: 0px 7px;
    border-radius: 30px;
}

/* ---------- Product Thumbnail ---------- */

table#yith-ywrq-table-list .cart_item img {
    max-width: 150px;
    border-radius: 10px;
}

#yith-ywrq-table-list .product-thumbnail {
    width: 90px;
}

/* ---------- Product Name ---------- */

#yith-ywrq-table-list .product-name {
    vertical-align: middle;
}

#yith-ywrq-table-list .product-name a {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
    text-decoration: none;
	color: #1a1a1a;
}

#yith-ywrq-table-list .product-name a:hover {
    color: #215ad9;
}

/* ---------- Quantity Controls ---------- */

table#yith-ywrq-table-list td.product-quantity {
    display: grid;
    max-width: 200px;
    border: 0;
	padding-top: 24px;
}

.product-quantity {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

.qty-input {
    width: 56px;
    height: 38px;
    padding: 0;
    border-radius: 6px;
    border: 1px solid #ddd;
	background: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
}

.qty-btn {
    width: 56px;
    height: 32px;
    border-radius: 6px;
    background: #fff;
    border: none;
    cursor: pointer;
}

.qty-btn:hover {
    opacity: 1;
}

/* ---------- Update List (Utility Action) ---------- */

#yith-ywrq-table-list .actions {
    text-align: left;
    padding-top: 16px;
}

#yith-ywrq-table-list .actions .button {
    background: transparent;
    border: 1px solid #ddd;
    color: #333;
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: 500;
}

/* ---------- Send Request Form (Step 2) ---------- */

.yith-ywraq-mail-form-wrapper {
    margin-top: 72px;
    padding: 40px;
    border: 1px solid rgba(33, 90, 217, 0.15);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.yith-ywraq-mail-form-wrapper h3 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
    text-transform: capitalize;
}

/* ---------- Form Fields ---------- */

.yith-ywraq-mail-form-wrapper label {
    font-weight: 600;
    margin-bottom: 6px;
    display: none;
}

.yith-ywraq-mail-form-wrapper .input-text,
.yith-ywraq-mail-form-wrapper textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

/* ---------- Primary CTA ---------- */

.yith-ywraq-mail-form-wrapper .button {
    background: #000;
    color: #ffffff;
    padding: 14px 32px;
    font-size: 18px;
    font-weight: 600;
    min-width: 220px;
    transition: background 0.25s ease;
}

.yith-ywraq-mail-form-wrapper .button:hover {
    background: #0044d8;
}

form#yith-ywraq-mail-form input, form#yith-ywraq-mail-form textarea {
    border-radius: 30px;
    padding: 10px 20px;
}


/*=============== ISIIS-DPI MAIN PAGE STYLE =====================*/

/* ISIIS-DPI System Configurations Table */
.isiis-config-table {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

/* Header */
.isiis-config-table thead th {
    background: #215ad9;
    color: #ffffff;
    font-weight: 900;
    text-align: left;
    padding: 14px 16px;
    border-bottom: 1px solid #e3e8f4;
}

/* Body cells */
.isiis-config-table tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid #edf1fa;
  vertical-align: middle;
}

/* First column emphasis (Model names) */
.isiis-config-table tbody td:first-child {
  font-weight: 600;
  white-space: nowrap;
}

/* Numeric / short-value columns */
.isiis-config-table tbody td:nth-child(2),
.isiis-config-table tbody td:nth-child(3),
.isiis-config-table tbody td:nth-child(4) {
  white-space: nowrap;
}


/* Row hover (subtle) */
.isiis-config-table tbody tr:hover {
  background: #f8faff;
}



/*=============== SIDEKICK MAIN PAGE STYLE =====================*/
div#sidekickTabs .elementor-widget-container .choose-tabs-wrapper{

    border-radius: 24px;
    border: 1px solid rgb(33 90 217 / 27%);
    background: #ffffff;
    box-shadow: 0px 16px 48px 0px rgb(235 235 235 / 64%);
}

/* sidekick image hover effect */

.sidekickImage {
  position: relative;
  overflow: hidden;
  border-radius: 24px 24px 0px 0px;
}

.sidekickImage img {
  transition: transform 0.45s ease, filter 0.45s ease;
  will-change: transform;
}

/* subtle overlay */
.sidekickImage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.15);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

/* hover effect */
.sidekickImage:hover img {
  transform: scale(1.05);
  filter: saturate(1.05);
}

.sidekickImage:hover::after {
  opacity: 1;
}

/* sidekick click indicator */

.sidekickImage::before {
  content: "\f08e";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.85);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  color: #0f172a; /* dark neutral */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  opacity: 0;
  transition: all 0.35s ease;
  pointer-events: none;
  z-index: 2;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* show icon on hover */
.sidekickImage:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* sidekick plugins list */
.sidekickPluginList ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;  
  border-bottom: 1px groove;
}

.sidekickPluginList ul li i {
  margin-top: 4px;        
  flex-shrink: 0;         
}

/*  sidekick plugin columns – layout & cards  */

.sidekickPluginCol {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 28px 26px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* subtle separation + polish */
.sidekickPluginCol:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

/* vertical divider effect between columns (desktop) */
@media (min-width: 1024px) {
  .sidekickPluginCol:not(:last-child) {
    margin-right: 18px;
  }
}

/*  headings  */

.sidekickPluginCol h3 {
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e7eb;
}

/*  list styling  */

.sidekickPluginList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidekickPluginList li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 6px 0;
  line-height: 1.45;
  font-size: 0.95rem;
  color: #334155;
}

/* check icon styling */
.sidekickPluginList li i {
  color: #215ad9;
  font-size: 0.85rem;
  margin-top: 3px;
  flex-shrink: 0;
}

/*  logos inside columns */

.sidekickPluginCol img {
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.85;
  transition: all 0.3s ease;
}

.sidekickPluginCol:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/*  mobile behavior   */

@media (max-width: 900px) {
  .sidekickPluginCol {
    padding: 22px 20px;
  }

  .sidekickPluginCol h3 {
    font-size: 1.2rem;
  }
}

/*=============== CONTACT US PAGE STYLE =====================*/

/* Stack Contact Us cards vertically */
.ContactUsCards .row {
  display: flex;
  flex-direction: column;
}

.ContactUsCards .row > div {
  width: 96% !important;
  max-width: 96% !important;
}

.contact-info {
    box-shadow: 0px 0px 10px rgba(8, 14, 28, 0.08);
    border-radius: 22px;
}

.contact-info_icon {
    border-radius: 10px;
}

.ContactUsCards .row > div > .contact-info .media-body{
	padding-top: 10px;
}


/*------ Contact Form --------*/
input.wpcf7-not-valid {
    border: 2px solid #ff2828;
}

.wpcf7-response-output {
    background: white;
}

