body.dialog-lightbox-body {
  overflow: hidden !important;
}


.Faq_category a{
    color: #fff;
}
/* ── Outer Wrapper ── */
.gf-form {
  font-family: 'Trebuchet MS', sans-serif;
  max-width: 860px;
  padding: 16px 0;
  box-sizing: border-box;
}

.Img_text img.attachment-full.size-full
 {
    width: 40px;
    height: 24px;
    object-fit: contain;
}
.Img_text figure.elementor-image-box-img {
    width: 40px !important;
    height: 24px;
}
span.attach-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #005E95;
    border-radius: 4px;
    padding: 13px 60px;
    color: #005E95;
    font-size: 16px;
    font-family: 'Trebuchet MS';
}

/*.pa-active-filters__inner{*/
/*    display:none;*/
/*}*/
.pa-active-filters__inner {
    background: #EBEDEE;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.pa-active-filters__inner button.pa-active-chip {
    background: none;
    border: none;
    padding: 0px 10px;
    color: #00679c;
    
}

.pa-active-filters__group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
button.pa-clear-all:hover{
    background:none;
    color: #00679c;
}
button.pa-clear-all {
    background: none;
    border: none;
    padding: 20px 0px 0px;
    color: #00679c;
    font-weight: 700;
    font-family: 'Trebuchet MS';
    font-size: 18px;
}


.design-breadcrumb{
    background:#EBEDEE;
}

.file-preview {
    display: none;
    align-items: center;
    gap: 10px;
    background: #eef3f7;
    padding: 8px 12px;
    border-radius: 6px;
    width: fit-content;
}
.remove-file {
    cursor: pointer;
    font-size: 16px;
    color: red;
    font-weight: bold;
}

/* ── Row: 3 equal columns by default ── */
.gf-field--attach {
    display: flex;
    flex-direction: column;
    flex-wrap:wrap;
    gap: 5px;
    margin-bottom:20px;
}

/* Hide default input */
.gf-file {
    display: none;
}

/* Custom button */
.attach-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border: 2px solid #0f5c82;
    border-radius: 8px;
    background-color: #f2f4f7;
    color: #0f5c82;
    font-size: 16px;
    cursor: pointer;
    width: fit-content;
}

.attach-icon {
    width: 18px;
    height: 18px;
}

/* File name */
.file-name {
    font-size: 14px;
    color: #333;
}


.gf-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 20px;
  margin-bottom: 9px;
}

/* ── Full-width row ── */
.gf-row--full {
  grid-template-columns: 1fr;
  margin-bottom: 0px;
}

/* ── Field wrapper ── */
.gf-field {
  position: relative;
}

/* ── Floating Label ── */
.gf-label {
  position: relative;
  top:10px;
  left: 10px;
  background: #ffffff;
  padding: 0 4px;
  font-size: 11.5px;
  font-weight: 700;
  color:#005E95;
  z-index: 2;
  pointer-events: none;
  white-space: nowrap;
  line-height: 1;
}

/* ── Base Input / Textarea / Select ── */
.gf-input {
  width: 100% !important;
  border: 1.5px solid #005E95 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  padding: 10px 12px !important;
  font-size: 13.5px !important;
  color: #222222 !important;
  outline: none !important;
  box-sizing: border-box !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
  display: block !important;
}

.gf-input:focus {
  border-color: #005E95 !important;
  box-shadow: 0 0 0 3px rgba(0, 123, 204, 0.12) !important;
}

/* ── Standard text/email/tel inputs ── */
.gf-field input.gf-input {
  height: 44px;
}

/* ── Office Address: single-line height textarea ── */
.gf-field--textarea textarea.gf-input {
  height: 44px !important;
  resize: none !important;
  overflow: hidden !important;
}

/* ── Enquiry Type: select wrapper + chevron ── */
.gf-select-wrap {
  display: block;
  position: relative;
}

.gf-select-wrap select.gf-input {
  height: 44px;
  padding-right: 36px !important;
  cursor: pointer;
}

.gf-chevron {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #007BCC;
  pointer-events: none;
  z-index: 3;
}

/* ── Message: tall textarea ── */
.gf-field--message textarea.gf-input {
  height: 155px !important;
  resize: vertical !important;
  padding-top: 12px !important;
}

/* ── Attachment row ── */
.gf-field--attach p {
  display: flex;
  align-items: center;
  flex-wrap:wrap;
  gap: 16px;
  flex-wrap: wrap;
  margin:0px !important;
}
.file-preview{
    margin-top:20px;
}
.gf-file {
  width: auto !important;
  min-width: 0 !important;
  border: 1.5px solid #005E95 !important;
  border-radius: 4px !important;
  padding: 10px 20px !important;
  height: 44px !important;
  background: #ffffff !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #007BCC !important;
  cursor: pointer !important;
}

.gf-file-note {
  font-size: 13px;
  font-weight: 600;
  color: #CC0000;
  /*margin-left:20px;*/
}

label.gf-label.checkbox_title {
    margin-bottom: 20px;
    left: 0;
}

/* ── Submit button ── */
.gf-field--submit {
  display: flex;
  align-items: center;
}
.gf-submit-wrapper {
  position: relative;
  display: inline-block;
  min-width: 400px;
}

.gf-submit-wrapper::after {
  content: "";
  background-image: url('https://gatic.newsoftdemo.info/wp-content/uploads/2026/05/arrow_forward_ios-2.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 18px;
  top: 30%;
  transform: translateY(-50%);
  pointer-events: none;
}

.wpcf7-response-output {
  margin: 0px !important;
  margin-top: -50px !important;
}

.gf-submit {
  display: inline-flex !important;
  align-items: center !important;
  background: linear-gradient(90deg, #005E95 0%, #3CCBDA 100%);
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 12px 50px 12px 28px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  min-width: 200px !important;
  letter-spacing: 0.2px !important;
  transition: opacity 0.2s !important;
  width: 100%;
  text-align:left;
}

/*.gf-submit:hover {*/
/*    opacity: 0.9 !important;*/
/*}*/


/*.gf-submit::after {*/
/*  content: '❯';*/
/*  display: inline-flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  width: 28px;*/
/*  height: 28px;*/
/*  background: rgba(255, 255, 255, 0.22);*/
/*  border-radius: 3px;*/
/*  font-size: 14px;*/
/*  flex-shrink: 0;*/
/*}*/

/* ── CF7 Validation overrides ── */
.gf-form .wpcf7-not-valid-tip {
  color: #CC0000;
  font-size: 11px;
  margin-top: 4px;
  display: block;
}

.gf-form .wpcf7-not-valid {
  border-color: #CC0000 !important;
}

.gf-form .wpcf7-response-output {
  margin: 0 0 16px;
  padding: 10px 14px;
  border-radius: 4px;
  font-size: 13px;
}


.wpcf7-spinner:nth-of-type(2) {
  display: none !important;
}

/* ── Responsive: 2-col tablet ── */
@media (max-width: 768px) {
  .gf-row {
    grid-template-columns: repeat(1, 1fr);
    gap:0px;
  }
}

/* ── Responsive: 1-col mobile ── */
@media (max-width: 480px) {
  .gf-row {
    grid-template-columns: 1fr;
  }
}

/* ── Sector Detail Page ── */
.header_mega_menu .elementor-nav-menu li > a {
  position: relative;
  padding-left: 20px !important;
}

.faq-item.active .faq-question:hover ,.faq-question:hover{
background:none !important;
}

.header_mega_menu .elementor-nav-menu li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  
  width: 16px;
  height: 16px;

  background-image: url("/wp-content/uploads/2026/04/arrow_forward_ios.svg");
  background-size: contain;
  background-repeat: no-repeat;
    opacity: 1 !important;
  background-color: transparent !important;
}

.footer_mega_menu .elementor-nav-menu li > a {
  position: relative;
  padding-left: 24px !important;
}

.footer_mega_menu .elementor-nav-menu li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  
  width: 11px;
  height: 10px;

  background-image: url("/wp-content/uploads/2026/04/Vector-20.svg");
  background-size: contain;
  background-repeat: no-repeat;
    opacity: 1 !important;
  background-color: transparent !important;
}

.footer_mega_menu .elementor-nav-menu li > a:hover::before {
    filter: brightness(0) saturate(100%) invert(83%) sepia(24%) saturate(1087%) hue-rotate(171deg) brightness(103%) contrast(101%);
}

.footer_mega_menu .elementor-nav-menu li > a:hover{
    padding-left:30px !important;
    
}
.sector_cards .elementor-button span{
color:#fff !important;
}

.gf-submit {
  position: relative;
  padding-left: 40px;
}

/* .gf-submit::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);

  width: 16px;
  height: 16px;

  background-image: url("/wp-content/uploads/2026/04/arrow_forward_ios.svg");
  background-size: contain;
  background-repeat: no-repeat;
} */



ul.elementskit-dropdown.elementskit-submenu-panel {
  position: relative;
  padding-top: 0px; /* space for icon */
margin-top:0px
}

ul.elementskit-dropdown.elementskit-submenu-panel::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%; /* adjust alignment */
transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background-image: url('/wp-content/uploads/2026/05/Polygon-1.svg'); /* replace */
  background-size: contain;
  background-repeat: no-repeat;
}

li#menu-item-68 ul.elementskit-dropdown.elementskit-submenu-panel {
  left: calc(50% - 20px) !important;
    transform: translate(-50%);
}
li#menu-item-72 ul.elementskit-dropdown.elementskit-submenu-panel {
  left: calc(50% - 20px) !important;
    transform: translate(-50%);
}

li#menu-item-433 {
  position: relative;
}

li#menu-item-433::after {
  content: "";
  position: absolute;

  bottom:-7px !important;
  left: 40%;
  transform: translateX(-50%);

  width: 24px;
  height: 24px;

  background: url('/wp-content/uploads/2026/05/Polygon-1.svg') no-repeat center;
  background-size: contain;

  opacity: 0;
  transition: all 0.3s ease;
}

/* show on hover */
li#menu-item-433:hover::after {
  opacity: 1;
  bottom: 0;
}




/* 
8may2026 */

/* =============================================
 SCOTTS-STYLE ALTERNATING TIMELINE — CUSTOM CSS
 Paste this into: Elementor > Site Settings > Custom CSS
 OR into the Page's Custom CSS field
 ============================================= */

/* Vertical centre line */
.timeline-section {
position: relative;
}
.timeline-section::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: #2c5f2e;
transform: translateX(-50%);
z-index: 0;
}

/* Each timeline row */
.timeline-row {
position: relative;
display: flex;
align-items: center;
}

/* Green dot on the centre line for each row */
.timeline-row::before {
content: '';
position: absolute;
left: 50%;
top: 50%;
width: 18px;
height: 18px;
background: #2c5f2e;
border: 3px solid #ffffff;
border-radius: 50%;
transform: translate(-50%, -50%);
z-index: 2;
box-shadow: 0 0 0 3px #2c5f2e;
}

/* Year number styling */
.timeline-year .elementor-heading-title {
font-size: 64px !important;
font-weight: 800 !important;
color: #2c5f2e !important;
line-height: 1 !important;
margin-bottom: 8px !important;
}

/* Timeline heading */
.timeline-heading .elementor-heading-title {
font-size: 22px !important;
font-weight: 700 !important;
color: #1a1a1a !important;
margin-bottom: 16px !important;
}

/* Timeline text */
.timeline-text p {
font-size: 15px !important;
color: #555555 !important;
line-height: 1.7 !important;
}

/* Image styling */
.timeline-image img {
border-radius: 8px;
box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}

/* Mobile: stack vertically */
@media (max-width: 767px) {
.timeline-section::before {
  left: 20px;
}

.timeline-row::before {
  left: 20px;
}
.timeline-year .elementor-heading-title {
  font-size: 42px !important;
}
}

.Img_text .elementor-image-box-content {
    margin-top:8px;
    margin-left:10px !important;
} 

.Img_text .elementor-image-box-wrapper {
    display: flex;
}
.elementor-widget-image-box .elementor-image-box-content{
margin-left:30px;
}


.elementor-image-box-title{
margin-top:-15px;
}
.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper .elementor-image-box-img img{
width:100%;
}
nav.woocommerce-breadcrumb a {
  text-decoration: underline;
}

/* Sector page */



.container {
  max-width: 1438px;
  margin: 0 auto;
  padding: 0 24px;
}

figure.elementor-image-box-img{
margin:0px !important;
}
figure.elementor-image-box-img{
width:200px !important;
}
section.sector_section.container {
  /*border: 1px solid #C9C9C9;*/
  border-radius: 20px;
/*margin-bottom:50px;*/
}

.sector-detail-page{
margin:0px;
background:#fff;
}

/* =========================
   INTRO SECTION
   ========================= */
.sector-intro {
  padding: 40px 24px 60px;
}

.sector-intro__grid {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content:center;
}

.sector-intro__image{
width:45%;
}

.sector-intro__image img {
  width: 100%;
  height: 480px;
  display: block;
  border-radius: 5px;
  object-fit:cover;
  
}

.sector-intro__content {
  padding-top: 20px;
  width:55%
}

.evensector .sub-sector-content .sub-sector-text {
  order: 2;
}

.sector-title {
  color: var(--accent-blue);
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.sector-description p {
  color: var(--text-dark-muted);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 14px;
}

/* =========================
   SECTOR TYPE SECTION
   ========================= */
.sector-type-section {
  padding: 20px 10px;
/*     margin-bottom: 24px; */
  border-radius: 4px;
}

/* Both sections now use the light styling */
.sector-type-section--light,
.sector-type-section--dark {
  background: #fff;
  color: var(--text-dark);
}

.sector-type-section--dark {
  border-top: none;
}

.sector-type-title {
  font-size:32px !important;
  font-weight: 600;
  padding-bottom: 18px;
  margin-bottom: 36px;
  border-bottom: 1px solid ;
}

.sector-type-section--dark .sector-type-title {
  border-bottom-color: var(--border-light);
}

/* =========================
   SUB SECTOR BLOCK
   ========================= */
.sub-sector-block {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #C9C9C9;
}

.sub-sector-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.sector-type-section--dark .sub-sector-block {
  border-bottom-color: var(--border-light);
}

.sub-sector-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 32px;
  border-bottom:1px solid #C9C9C9;
  padding-bottom:30px;
}

/* Alternate image position: even blocks have image on left */
.sub-sector-block:nth-child(even) .sub-sector-content {
  grid-template-areas: "image text";
}
.sub-sector-block:nth-child(even) .sub-sector-image { grid-area: text; }
.sub-sector-block:nth-child(even) .sub-sector-text  { grid-area: image;  }

.sub-sector-title {
  color: var(--accent-blue);
  font-size: 22px !important;
  font-weight: 700;
  margin-bottom: 16px;
}

.sub-sector-description p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 14px;
}

.sector-type-section--light .sub-sector-description p {
  color: var(--text-dark-muted);
}

.sector-type-section--dark .sub-sector-description p {
  color: var(--text-dark-muted);
}

.sub-sector-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  object-fit: cover;
}

/* =========================
   PRODUCT CARDS GRID
   ========================= */
.product-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.product-card a {
 background: transparent;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  min-height: 72px;
  border: 1px solid #C9C9C9;
  border-radius: 5px;
}

.product-card__image {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card__image svg {
  width: 100%;
  height: 100%;
}

.product-card__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.product-card__title {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  line-height: 1.2;
}

.product-card__link {
  font-size: 12px;
  color: var(--link-blue);
  text-decoration: underline;
  width: fit-content;
}

.product-card__link:hover {
  color: #0c52b8;
}

.gf-field--attach p {
  width: 100%;
/*     margin-top: 20px !important; */
  order: 2;
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 900px) {
  .sector-intro__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .sub-sector-content,
  .sub-sector-block:nth-child(even) .sub-sector-content {
   display:flex !important;
    flex-wrap:wrap;
  }
  .sector-intro__grid{
    flex-wrap:wrap;
  }
  .product-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sector-type-section {
    padding: 0px;
  }
  
  
  .sector-intro__content ,.sector-intro__image{
    width:100%;
  }
  
  section.sector_section.container{
    padding:10px !important;
      
  }
  
  .sector-detail-page{
    margin:10px !important;
  }
  
  .sector-intro{
    padding:50px 10px;
  }
}

@media (max-width: 500px) {
  .product-cards-grid {
    grid-template-columns: 1fr;
  }
  .sector-title { font-size: 28px; }
  .sector-type-title { font-size: 20px; }
}


/* ===========================
   Login Form Styles
=========================== */

/* ---------- Wrapper ---------- */


.woocommerce .woocommerce-form-login .gf-form {
  width: 100%;
  box-sizing: border-box;
}

/* ---------- Full-width rows ---------- */
.woocommerce .woocommerce-form-login .gf-row--full {
  display: block;
  width: 100%;
  margin-bottom: 34px;
}

form.woocommerce-form.woocommerce-form-login.login {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 50px;
}
/* ---------- Field wrapper (floating label) ---------- */
.woocommerce .woocommerce-form-login .gf-field {
  position: relative;
  width: 100%;
}

/* ---------- Floating label ---------- */
.woocommerce .woocommerce-form-login .gf-label {
  position: absolute;
  top: -9px;
  left: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #005E95;
  background: #fff;
  padding: 0 4px;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
  z-index: 1;
}

.woocommerce .woocommerce-form-login .gf-label .required {
  color: #005E95;
}

.woocommerce .woocommerce-form-login .gf-label .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}

/* ---------- Input ---------- */
.woocommerce .woocommerce-form-login .gf-input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 14px;
  font-size: 14px;
  color: #1a1a1a;
  background: #fff;
  border: 1.5px solid #005E95;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.woocommerce .woocommerce-form-login .gf-input:focus {
  border-color: #004878;
  box-shadow: 0 0 0 3px rgba(0, 94, 149, 0.12);
}

/* ---------- Password input wrapper ---------- */
.woocommerce .woocommerce-form-login .password-input {
  display: block;
  position: relative;
  width: 100%;
}

.woocommerce .woocommerce-form-login .password-input .gf-input {
  padding-right: 44px;
}

.woocommerce .woocommerce-form-login .password-input .show-password-input {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #005E95;
  font-size: 18px;
  line-height: 1;
}

/* ---------- Bottom row: checkbox + forgot password + submit ---------- */
.woocommerce .woocommerce-form-login .form-row {
  display: none;
  
}

/* ---------- Checkbox ---------- */
.woocommerce .woocommerce-form-login .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  order: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form__input-checkbox {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1.5px solid #005E95;
  border-radius: 3px;
  background: #fff;
  margin: 0;
  position: relative;
  cursor: pointer;
  transition: background 0.15s;
}

.woocommerce .woocommerce-form-login .woocommerce-form__input-checkbox:checked {
  background: #005E95;
}

.woocommerce .woocommerce-form-login .woocommerce-form__input-checkbox:checked::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 4px;
  height: 8px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

/* ---------- Submit button (full width, teal gradient) ---------- */
.woocommerce .woocommerce-form-login .gf-submit {
  display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    gap: 12px;
    width: 200px;
    margin-inline:auto;
    float:none !important;
    height: 50px;
    padding: 0 32px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #fff !important;
    background: linear-gradient(90deg, #005E95 0%, #00AEBD 100%);
    border: none !important;
    order: 3;
}

.woocommerce .woocommerce-form-login .gf-submit::after {
 content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/wp-content/uploads/2026/04/arrow_forward_ios-4.svg') no-repeat center;
    background-size: contain;
    margin-left: 8px;
    vertical-align: middle;
}

.woocommerce .woocommerce-form-login .gf-submit:hover {
  opacity: 0.9;
}

.woocommerce .woocommerce-form-login .gf-submit:active {
  opacity: 0.8;
  transform: scale(0.99);
}

/* ---------- Forgot password ---------- */
.woocommerce .woocommerce-form-login .woocommerce-LostPassword {
  text-align: right;
  margin: 0;
  order:1;
}

.woocommerce .woocommerce-form-login .woocommerce-LostPassword a {
  font-size: 13px;
  font-weight: 600;
  color: #005E95;
  text-decoration: underline;
}

.woocommerce .woocommerce-form-login .woocommerce-LostPassword a:hover {
  color: #004878;
}

/* ---------- Hide nonce fields ---------- */
#woocommerce-login-nonce,
input[name="_wp_http_referer"] {
  display: none;
}

.lost_remember {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.woocommerce .woocommerce-form-login .gf-submit:hover,
.woocommerce .woocommerce-form-login .gf-submit:active,
.woocommerce .woocommerce-form-login .gf-submit:focus {
  opacity: 1 !important;
  transform: none !important;
  background: linear-gradient(90deg, #005E95 0%, #00AEBD 100%) !important;
  box-shadow: none !important;
}
.register_form .gf-field--submit{
    position:relative !important;
}



.register_form .submit-icon{
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    width:16px;
    height:16px;
    pointer-events:none;
}

.register_form  .gf-label{
    font-size:16px !important;
}



/*Account page*/

.woocommerce-MyAccount-navigation {
	width: 100%;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-MyAccount-navigation-link {
	border-bottom: 1px solid #e0e0e0;
	position: relative;
}

.woocommerce-MyAccount-navigation-link:last-child {
	border-bottom: none;
}

.woocommerce-MyAccount-navigation-link a {
	display: block;
	padding: 16px 20px;
	color: #333;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	transition: color 0.2s ease;
}

/* Chevron arrow on the right */
.woocommerce-MyAccount-navigation-link a::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	transform: translateY(-60%) rotate(-45deg);
}

/* Active/current page — blue text */
.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link--projects a {
	color: #00689d;
}

.woocommerce-MyAccount-navigation-link a:hover {
	color: #00689d;
}



/*register form*/

/* ===========================
   Register Form Styles
   Main class: .register_form
=========================== */

/* ---------- Layout ---------- */
.register_form .gf-form {
  background: #fff;
  max-width:100%;
}

.register_form .gf-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 20px;
  margin-bottom: 34px;
}

.woocommerce form .form-row .input-text{
    padding-top:20px;
}

p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last {
    width: 100%;
}

.register_form .gf-row--full {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 50px;
}

/* ---------- Field wrapper (floating label) ---------- */
.register_form .gf-field {
  position: relative;
}

/* ---------- Label (floating style) ---------- */
.register_form .gf-label {
  position: absolute;
  top: -9px;
  left: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #005E95;
  background: #fff;
  padding: 0 4px;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
}

/* ---------- Inputs & Select ---------- */
.register_form .gf-input {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0 14px;
  font-size: 16px;
  color: #1a1a1a;
  background: #fff;
  border: 1.5px solid #005E95;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s;
  appearance: none;
  -webkit-appearance: none;
}

.register_form .gf-input:focus {
  border-color: #004878;
  box-shadow: 0 0 0 3px rgba(0, 94, 149, 0.12);
}

.register_form .gf-input::placeholder {
  color: transparent;
}

/* ---------- Select dropdown arrow ---------- */
.register_form select.gf-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23005E95' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  padding-right: 36px !important;
  cursor: pointer;
  color: #005E95 !important;
    font-size: 16px !important;
    font-weight: 500;
}

/* ---------- Checkboxes ---------- */
.register_form .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  line-height: 1.5;
  margin-bottom: 4px;
}

.register_form .woocommerce-form__input-checkbox {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 2px solid #005E95;
  border-radius: 3px;
  background: #005E95;
  margin-top: 1px;
  position: relative;
  cursor: pointer;
  font-size:16px !important;
}

.register_form .woocommerce-form__input-checkbox::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

.register_form .woocommerce-form__input-checkbox:not(:checked) {
  background: #fff;
}

.register_form .woocommerce-form__input-checkbox:not(:checked)::after {
  display: none;
}

/* ---------- Submit button ---------- */
.register_form .gf-field--submit {
  position: static;
}

/*.register_form .gf-submit {*/
/*  display: inline-flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  gap: 12px;*/
/*  min-width: 200px;*/
/*  height: 50px;*/
/*  padding: 0 32px;*/
/*  font-size: 16px;*/
/*  font-weight: 600;*/
/*  color: #fff;*/
/*  background: #005E95;*/
/*  border: none;*/
/*  border-radius: 4px;*/
/*  cursor: pointer;*/
/*  position: relative;*/
/*  transition: background 0.2s;*/
  /* Arrow via pseudo-element */
/*}*/

/*.register_form .gf-submit::after {*/
/*  content: '›';*/
/*  font-size: 22px;*/
/*  font-weight: 400;*/
/*  line-height: 1;*/
/*  margin-left: 4px;*/
/*}*/



.register_form .gf-submit:active {
  background: #003560;
  transform: scale(0.98);
}

/* ---------- "Already have an account" ---------- */
.register_form .gf-row--full p {
  font-size: 16px;
  color: #444;
  margin: 0;
}

.register_form .gf-row--full p a {
  color: #005E95;
  font-weight: 600;
  text-decoration: underline;
}

.register_form .woocommerce-form__label-for-checkbox span a {
  color: #005E95;
  font-weight: 500;
}

.register_form .gf-row:has(.woocommerce-form__label-for-checkbox) {
  display: block;
  grid-template-columns: unset;
  margin-bottom: 8px;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .register_form .gf-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 580px) {
  .register_form .gf-row {
    grid-template-columns: 1fr;
  }

  .register_form .gf-form {
    padding: 24px 16px;
  }
}




/*forgot password*/

.lost_reset_password {
  width: 440px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.lost_reset_password > p:first-child {
  font-size: 16px;
  line-height: 1.6;
  color: #4a5b6c;
  margin: 0 0 32px;
  text-align:center;
}
.lost_reset_password .form-row {
  position: relative;
  margin: 0 0 28px;
}
.lost_reset_password .form-row label {
  position: absolute;
  top: -10px;
  left: 18px;
  background: #fff;
  padding: 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #005E95;
  z-index: 2;
}
.lost_reset_password .input-text {
  width: 100%;
  padding: 20px 18px;
  font-size: 16px;
  color: #1a2b3c;
  background: #ffffff;
  border: 1px solid #005E95 !important;
  border-radius: 14px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.lost_reset_password .input-text:focus {
  border-color: #0077b6;
  box-shadow: 0 0 0 3px rgba(0,119,182,.15);
}
.lost_reset_password .woocommerce-Button {
      display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    gap: 12px;
    width: 200px;
    margin-inline: auto;
    float: none !important;
    height: 50px;
    padding: 0 32px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #fff !important;
    background: linear-gradient(90deg, #005E95 0%, #00AEBD 100%) !important;
    border: none !important;
}
.lost_reset_password .woocommerce-Button::after {
  content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/wp-content/uploads/2026/04/arrow_forward_ios-4.svg) no-repeat center;
    background-size: contain;
    margin-left: 8px;
    vertical-align: middle;
}
.lost_reset_password .woocommerce-Button:hover {
  background:none;
}
.lost_reset_password .woocommerce-form-row:last-of-type {
  text-align: center;
  display:flex;
  justify-content:center;
}


.lost_reset_password p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    width: 100%;
}


/*Filter css*/
  /* ===================================================
     AJAX LISTING — shared filter + card styles
     scoped to .ajax-listing-wrapper  (copy from here ↓)
     =================================================== */
  .ajax-listing-wrapper {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    font-family: "Jost", -apple-system, "Segoe UI", sans-serif;
    color: #4a4a4a;
  }
 
  /* ---------- Sidebar ---------- */
  .ajax-listing-wrapper .gatic-jobs-sidebar {
    flex: 0 0 320px;
    max-width: 320px;
  }
  .ajax-listing-wrapper .gatic-jobs-sidebar-header {
    background: #00679c;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 16px 22px;
    border-radius: 4px 4px 0px 0px;
    letter-spacing: .3px;
  }
  .ajax-listing-wrapper .gatic-jobs-sidebar-body { padding-top: 18px; }
 
  /* ---------- Search ---------- */
  .ajax-listing-wrapper .ajax-listing-search {
    position: relative;
    margin-bottom: 26px;
  }
  .ajax-listing-wrapper .ajax-listing-search-input {
    width: 100%;
    box-sizing: border-box;
    padding: 13px 44px 13px 16px;
    font: inherit;
    font-size: 16px;
    color: #555;
    background: #fff;
    border: 1px solid #d7dde2;
    border-radius: 4px;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease;
  }
  .ajax-listing-wrapper .ajax-listing-search-input::placeholder { color: #9aa3ab; }
  .ajax-listing-wrapper .ajax-listing-search-input:focus {
    border-color: #00679c;
    box-shadow: 0 0 0 3px rgba(0,103,156,.12);
  }
  /* search icon (added via CSS so it works without an inline svg) */
  .ajax-listing-wrapper .ajax-listing-search::after {
    content: "";
    position: absolute;
    right: 14px; top: 50%;
    transform: translateY(-50%);
    width: 20px; height: 20px;
    pointer-events: none;
    background: no-repeat center / contain
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300679c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
  }
 
  /* ---------- Filter groups ---------- */
  .ajax-listing-wrapper .gatic-jobs-filter-group { margin-bottom: 26px; }
  .ajax-listing-wrapper .gatic-jobs-filter-title {
    margin: 0 0 10px;
    color: #0a78c2;
    font-size: 19px;
    font-weight: 700;
  }
  .ajax-listing-wrapper .gatic-jobs-filter-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .ajax-listing-wrapper .gatic-jobs-filter-item label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 0;
    cursor: pointer;
  }
  .ajax-listing-wrapper .gatic-jobs-filter-label {
    color: #474747;
    font-size: 16px;
  }
 
  .ajax-listing-wrapper .ajax-listing-checkbox {
    appearance: none;
    -webkit-appearance: none;
    flex: 0 0 auto;
    width: 20px; height: 20px;
    margin: 0;
    border: 1.5px solid #b9c0c7;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    position: relative;
    transition: background .15s ease;
  }
  .ajax-listing-wrapper .ajax-listing-checkbox:checked { background: #00679c; border-color: #00679c; }
  .ajax-listing-wrapper .ajax-listing-checkbox:checked::after {
    content: "";
    position: absolute;
    left: 6px; top: 2px;
    width: 5px; height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
 
  /* ---------- Content / results grid ---------- */
  .ajax-listing-wrapper .gatic-jobs-content { flex: 1 1 auto; }
  .ajax-listing-wrapper .gatic-jobs-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 22px;
  }
 
  /* ---------- Empty state ---------- */
  .ajax-listing-wrapper .gatic-jobs-empty,
  .ajax-listing-wrapper .ajax-listing-no-data {
    grid-column: 1 / -1;
    background: #fff;
    border: 1px solid #e3e8ec;
    border-radius: 4px;
    box-shadow: 0 2px 14px rgba(20,40,60,.06);
    padding: 48px 40px;
    text-align: center;
    color: #0a78c2;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.45;
  }
 
  /* ---------- Job card ---------- */
  .ajax-listing-wrapper .gatic-job-card {
    position: relative;
    background: #fff;
    border: 1px solid #e3e8ec;
    border-radius: 4px;
    box-shadow: 0 2px 14px rgba(20,40,60,.06);
    padding: 26px 24px 24px;
    display: flex;
    flex-direction: column;
  }
 
  .ajax-listing-wrapper .gatic-job-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #005E95;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    padding: 10px;
  }
  .ajax-listing-wrapper .gatic-job-card-icon svg { width: 26px; height: 26px; }
 
  .ajax-listing-wrapper .gatic-job-card-title {
       margin: 0 0 14px;
    font-size: 22px;
    font-weight: 700;
    color: #00679c;
    line-height: 1.25;
    padding-right: 50px;
  }
 
  .ajax-listing-wrapper .gatic-job-card-meta {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 8px;
    color: #6a7682;
    font-size: 15px;
  }
  .ajax-listing-wrapper .gatic-job-card-meta svg {
    width: 17px; height: 17px;
    flex: 0 0 auto;
    color: #0a78c2;
  }
 
  .ajax-listing-wrapper .gatic-job-card-btn {
    display: inline-flex;
    background-color: transparent;
    font-family: "Trebuchet MS", Trebuchet MS;
    font-size: 18px;
    font-weight: 700;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-image: linear-gradient(90deg, #005E95 0%, #3CCBDA 100%);
    border-radius: 4px 4px 4px 4px;
    padding: 12px 16px 12px 16px;
    align-items: center;
    max-width:176px;
    justify-content: space-between;
  }
  .ajax-listing-wrapper .gatic-job-card-btn svg { width: 22px; height: 22px; }
 
  /* ---------- Responsive ---------- */
  @media (max-width: 768px) {
    .ajax-listing-wrapper { flex-direction: column; }
    .ajax-listing-wrapper .gatic-jobs-sidebar { flex-basis: auto; max-width: none; width: 100%; }
  }
  
  /* Mobile filter accordion */
@media (max-width: 1024px) {

    .pa-filter-group__title {
        position: relative;
        cursor: pointer;
        user-select: none;
        padding-right: 28px;
        margin-bottom: 0;
    }

    .pa-filter-group__title::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(0deg);
        width: 10px;
        height: 10px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform-origin: center;
        transition: transform 0.25s ease;
        /* chevron down */
        transform: translateY(-70%) rotate(45deg);
    }

    .pa-filter-group.is-open .pa-filter-group__title::after {
        transform: translateY(-30%) rotate(225deg);
    }

    .pa-filter-group__list {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        padding-top: 0;
    }

    .pa-filter-group.is-open .pa-filter-group__list {
        max-height: 500px; /* large enough for any list */
        padding-top: 8px;
    }

}
  /* ===================================================
     AJAX LISTING — copy to here ↑
     =================================================== */
     
     
     
     /*Edit account*/
       /* ===================================================
     ALUMASC ID FORM (CSS-only) — copy from here ↓
     =================================================== */
 
  /* The form itself becomes the white card */
  form.woocommerce-EditAccountForm.edit-account {
    max-width: 1180px;
    margin: 0 auto !important;
    border-radius: 18px;
    padding: 0px 56px 40px !important;
    color: #2b3a48;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 26px;
    align-items: start;
  }
 
  /* Injected title (no markup needed) */
  /*form.woocommerce-EditAccountForm.edit-account::before {*/
  /*  content: "Register for an Alumasc ID";*/
  /*  grid-column: 1 / -1;*/
  /*  text-align: left;*/
  /*  font-size: clamp(30px, 4vw, 44px);*/
  /*  font-weight: 800;*/
  /*  color: #0f5396;*/
  /*  margin-bottom: 14px;*/
  /*}*/
  
  form.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row.woocommerce-form-row-wide.form-row.form-row-wide {
    display: none;
}
 
  /* neutralise WooCommerce float/width so grid controls layout */
  form.woocommerce-EditAccountForm.edit-account .form-row,
  form.woocommerce-EditAccountForm.edit-account p.form-row {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
  }
  form.woocommerce-EditAccountForm.edit-account .clear { display: none !important; }
  form.woocommerce-EditAccountForm.edit-account input[type="hidden"] { display: none; }
 
  /* full-width rows: checkboxes, password fieldset, submit */
  form.woocommerce-EditAccountForm.edit-account p:has(.woocommerce-form__input-checkbox),
  form.woocommerce-EditAccountForm.edit-account fieldset,
  form.woocommerce-EditAccountForm.edit-account p:has(button[name="save_account_details"]) {
    grid-column: 1 / -1;
  }
 
  /* ---- notched labels ---- */
  form.woocommerce-EditAccountForm.edit-account .form-row > label {
    position: absolute;
    top: -9px;
    left: 13px;
    z-index: 2;
    background: #fff;
    padding: 0 7px;
    font-size: 13px;
    font-weight: 700;
    color: #15558d;
    pointer-events: none;
    white-space: nowrap;
  }
  form.woocommerce-EditAccountForm.edit-account .required { color: #15558d; }
  form.woocommerce-EditAccountForm.edit-account .optional { color: #9aa3ab; font-weight: 600; font-size: 12px; }
 
  /* ---- fields ---- */
  form.woocommerce-EditAccountForm.edit-account input.input-text,
  form.woocommerce-EditAccountForm.edit-account .woocommerce-input-wrapper input,
  form.woocommerce-EditAccountForm.edit-account select {
    width: 100% !important;
    box-sizing: border-box;
    height: 54px !important;
    padding: 14px 16px !important;
    font: inherit;
    font-size: 16px;
    color: #2b3a48;
    background: #fff !important;
    border: 1.6px solid #1c6cb0 !important;
    border-radius: 9px !important;
    outline: none;
    box-shadow: none !important;
    transition: border-color .15s ease, box-shadow .15s ease;
  }
  form.woocommerce-EditAccountForm.edit-account .woocommerce-input-wrapper { display: block; }
  form.woocommerce-EditAccountForm.edit-account input:focus,
  form.woocommerce-EditAccountForm.edit-account select:focus {
    border-color: #0f5396 !important;
    box-shadow: 0 0 0 3px rgba(15, 83, 150, .14) !important;
  }
  form.woocommerce-EditAccountForm.edit-account input[readonly] {
    background: #f4f7fa !important;
    color: #5a6b7a;
    cursor: not-allowed;
  }
 
  /* select chevron */
  form.woocommerce-EditAccountForm.edit-account select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 42px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2315558d' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
  }
 
  form.woocommerce-EditAccountForm.edit-account #account_display_name_description {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #9aa3ab;
  }
 
  /* ---- checkboxes ---- */
  form.woocommerce-EditAccountForm.edit-account .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-size: 15px;
    color: #3a4a58;
  }
  form.woocommerce-EditAccountForm.edit-account .woocommerce-form__input-checkbox {
    appearance: none;
    -webkit-appearance: none;
    flex: 0 0 auto;
    width: 22px !important;
    height: 22px !important;
    margin: 0 !important;
    border: 2px solid #0f5ca0;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    position: relative;
  }
  form.woocommerce-EditAccountForm.edit-account .woocommerce-form__input-checkbox:checked { background: #0f5ca0; }
  form.woocommerce-EditAccountForm.edit-account .woocommerce-form__input-checkbox:checked::after {
    content: "";
    position: absolute;
    left: 7px; top: 3px;
    width: 5px; height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  form.woocommerce-EditAccountForm.edit-account .woocommerce-form__label-for-checkbox a { color: #0f5396; font-weight: 700; }
 
  /* ---- password fieldset ---- */
  form.woocommerce-EditAccountForm.edit-account fieldset {
    border: 1px solid #e6eaee;
    border-radius: 12px;
    padding: 24px 26px 6px !important;
    margin-top: 8px !important;
  }
  form.woocommerce-EditAccountForm.edit-account fieldset legend {
    padding: 0 8px;
    font-size: 18px;
    font-weight: 800;
    color: #0f5396;
  }
  form.woocommerce-EditAccountForm.edit-account fieldset .form-row { margin-bottom: 22px !important; }
  form.woocommerce-EditAccountForm.edit-account fieldset label {
    position: static;
    display: block;
    background: none;
    padding: 0 0 6px;
    font-size: 14px;
    color: #15558d;
    white-space: normal;
  }
  form.woocommerce-EditAccountForm.edit-account .password-input { position: relative; display: block; }
  form.woocommerce-EditAccountForm.edit-account .show-password-input {
    position: absolute;
    right: 14px; top: 50%;
    transform: translateY(-50%);
    width: 22px; height: 22px;
    border: 0; padding: 0; cursor: pointer;
    background: transparent no-repeat center / 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2315558d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
  }
 
  /* ---- submit ---- */
  form.woocommerce-EditAccountForm.edit-account p:has(button[name="save_account_details"]) {
    text-align: center;
    margin-top: 12px !important;
  }
  form.woocommerce-EditAccountForm.edit-account .woocommerce-Button.button {
    position: relative;
    min-width: 210px;
    padding: 15px 56px 15px 36px !important;
    font: inherit;
    font-size: 17px;
    font-weight: 700;
    text-align: left;
    color: #fff !important;
    background: linear-gradient(90deg, #2bb3c0 0%, #1980b5 55%, #0e5aa0 100%) !important;
    border: 0 !important;
    border-radius: 5px !important;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(15, 83, 150, .28);
    transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
  }
  form.woocommerce-EditAccountForm.edit-account .woocommerce-Button.button::after {
    content: "";
    position: absolute;
    right: 30px; top: 50%;
    width: 8px; height: 8px;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    transform: translateY(-50%) rotate(45deg);
  }
  form.woocommerce-EditAccountForm.edit-account .woocommerce-Button.button:hover {
    filter:none;
    transform: translateY(0px);
  }
 
  /* ---- responsive ---- */
  @media (max-width: 900px) {
    form.woocommerce-EditAccountForm.edit-account { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 600px) {
    form.woocommerce-EditAccountForm.edit-account { padding: 30px 0px !important; }
    form.woocommerce-EditAccountForm.edit-account { grid-template-columns: 1fr; }
    form.woocommerce-EditAccountForm.edit-account fieldset{
        padding: 24px 10px 6px !important;
}
  }
  /* ===================================================
     ALUMASC ID FORM (CSS-only) — copy to here ↑
     =================================================== */


/*Case studies*/
/* =========================================
   Case Studies - Card Grid
   ========================================= */

.gatic-case-studies-results {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
}

/* ---------- Card ---------- */
.gatic-cs-card {
    position: relative;
    display: flex;
    flex-direction: column;
    /* extra bottom space so the overlapping body has room */
    padding-bottom: 60px;
}

/* ---------- Media / Image ---------- */
.gatic-cs-card-media {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 11;
    overflow: hidden;
}

.gatic-cs-card-img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

/* ---------- White overlapping body ---------- */
.gatic-cs-card-body {
    position: relative;
    margin: -70px 25px 0;   /* pulls the white box up over the image */
    background: #fff;
    padding: 28px 30px 30px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.gatic-cs-card-title {
        margin: 0 0 22px;
    font-size: 18px !important;
    line-height: 1.35 !important;
    font-weight: 700;
    color: #474747 !important;

}

/* ---------- Button ---------- */
.gatic-cs-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    padding: 14px 22px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    background: linear-gradient(90deg, #1f6fb2 0%, #3bbfd6 100%);
    transition: opacity .25s ease;
}

.gatic-cs-card-btn:hover {
    opacity: .9;
    color: #fff;
}

.gatic-cs-card-btn svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* ---------- Empty state ---------- */
.gatic-jobs-empty {
    grid-column: 1 / -1;
    padding: 40px;
    text-align: center;
    color: #777;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
    .gatic-case-studies-results {
        grid-template-columns: 1fr;
    }
}



/*Product range*/
.product-range-page {
  --pr-brand: #005E95;
  --pr-grad-from: #1b8fd0;
  --pr-grad-to: #19b3c6;
  --pr-ink: #3a3a3a;
  --pr-muted: #939597;
  --pr-page: #eef0f1;
  --pr-card-border: #e3e6e8;
  --pr-badge-ci: #272725;
  --pr-badge-di: #4C4A4B;
  --pr-badge-ms: #8BA8B8;
  --pr-radius: 4px;
  color: var(--pr-ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.product-range-page * { box-sizing: border-box; }
.product-range-page img { max-width: 100%; display: block; }

/* BANNER */
.product-range-page .product-range-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  max-width: 1480px;
  margin: 0 auto;
  padding: 64px 28px 56px;
  background: #fff;
}
.product-range-page .product-range-title {
  font-size: 46px;
  font-weight: 800;
  color: #005E95;
  margin: 0 0 14px;
}
.product-range-page .product-range-description p {
  font-size: 18px;
  color: #474747;
  margin: 0 0 18px;
  max-width: 100%;
}
.product-range-page .product-range-description p:first-child {
  font-size: 22px;
  font-weight: 700;
  color: var(--pr-muted);
  margin-bottom: 24px;
  max-width: 100%;
  width: 100%;
}
.product-range-page .product-range-banner__image img {
  width: 100%; border-radius: var(--pr-radius);
  box-shadow: 0 18px 40px -22px rgba(0,0,0,.35); object-fit: cover;
}

/* SUBCATEGORY LIST */
.product-range-page .subcategory-list {
  position: relative;
  background: var(--pr-page);
  padding: 48px 28px;
}
.product-range-page .subcategory-card {
  display: flex;
  gap: 30px;
  align-items: start;
  max-width: 1480px;
  margin: 0 auto;
  padding: 15px 50px;
  background: #fff;
  border-bottom: none;
}
.product-range-page .subcategory-card:first-child {
  border-top-left-radius: 18px; border-top-right-radius: 18px; padding-top: 46px;
}
.subcategory-card__content {
  flex: 1;
}
.product-range-page .subcategory-card:last-child {
  border-bottom: 1px solid var(--pr-card-border);
  border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; padding-bottom: 46px;
}
.product-range-page .subcategory-card__image {
  border-radius: 4px; overflow: hidden; aspect-ratio: 16/11;
  /*background: linear-gradient(135deg, #f4f6f7, #e4e8ea);*/
  border: 1px solid #e7eaec;
  display: flex; align-items: center; justify-content: center; width: 38%;
}
.product-range-page .subcategory-card__image img {
  width: 100%; height: 100%; object-fit: contain;
}
.product-range-page .subcategory-card__content h2 {
  font-size: 32px; font-weight: 800; color: var(--pr-brand);
  margin: 0 0 20px; letter-spacing: -.3px;
}
.product-range-page .subcategory-description p {
  font-size: 16px; color: #474747; margin: 0 0 20px; line-height: 150%;
}

/* METAL TYPES */
.product-range-page .metal-types { display: flex; gap: 10px; margin-bottom: 20px; }
.product-range-page .metal-type {
  width: 42px; height: 42px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
}
.product-range-page .metal-type h3 {
  margin: 0; font-weight: 800; font-size: 16px; line-height: 1;
}

.metal-type h3 {
    color: inherit;
}
.product-range-page .metal-type:nth-child(1) { background: var(--pr-badge-ci); }
.product-range-page .metal-type:nth-child(2) { background: var(--pr-badge-di); }
.product-range-page .metal-type:nth-child(3) { background: var(--pr-badge-ms); }

/* LOAD CLASSES */
.product-range-page .load-classes { display: flex; gap: 12px; margin-bottom: 20px; flex-wrap: wrap; }
.product-range-page .load-class {
  min-width: 62px; text-align: center;
  border: 1.5px solid var(--pr-brand); border-radius: 8px; padding: 6px 12px 3px;
}
.product-range-page .load-class h3 {
  margin: 0; font-size: 16px; font-weight: 800; color: var(--pr-brand); line-height: 1.1;
}
.product-range-page .load-class-description {
  font-size: 10px; color: #005E95; letter-spacing: .2px;
}

/* RANGE BUTTON */
.product-range-page .range-btn {
  align-items: center !important;
  justify-content: space-between;
  gap: 12px;
  margin-inline: auto;
  float: none !important;
  height: 50px;
  padding: 0 32px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #fff !important;
  background: linear-gradient(90deg, #005E95 0%, #00AEBD 100%);
  border: none !important;
  display: inline-flex;
  border-radius: 4px;
}
.product-range-page .range-btn::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2026/04/arrow_forward_ios-4.svg) no-repeat center;
  background-size: contain;
  margin-left: 8px;
  vertical-align: middle;
}

/* ========================
   WHY CHOOSE SECTION
   ======================== */
section.why-choose-section {
  max-width: 1480px;
  margin: 0 auto;
  padding: 80px 50px;
}
.product-range-content__container {
  display: flex;
  gap: 30px;
}
.why-choose-right-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  order: 0;
  max-width: 57%;
  width: 100%;
}
.why-choose-image-col {
  order: 2;
  max-width:50%;
}
.why-choose-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
  aspect-ratio: 1.5 / 1;
}

.design-breadcrumb {
    /*padding: 16px 0px;*/
    min-height:87px;

}


.product-range-content__content h2 {
  font-size: 46px;
  font-weight: 800;
  color: var(--pr-brand);
  margin: 0 0 16px;
  letter-spacing: -.5px;
}
.why-choose-description p {
  font-size: 16px;
  color: #474747;
  margin: 0;
  line-height: 150%;
  margin-bottom:20px;
}
.why-choose-features {
  display: flex;
  justify-content: space-between;
}
.why-choose-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #C9C9C9;
  padding: 20px;
  width: 30%;
  gap: 15px;
  border-radius: 5px;
}
.why-choose-feature-content {
  text-align: center;
}
.why-choose-feature-content h3 {
  font-size: 18px !important;
  font-weight: 700;
  margin: 0px;
  line-height: 150%;
}
.why-choose-feature-content p {
  font-size: 14px !important;
  font-weight: 400;
  margin: 0px;
  line-height: 130%;
}
.why-choose-feature-icon {
  height: 80px;
  width: 80px;
}
.why-choose-feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ========================
   RESPONSIVE
   ======================== */

/* Tablet landscape — 1200px */
@media (max-width: 1200px) {
  .product-range-page .product-range-banner {
    padding: 48px 28px 40px;
    gap: 24px;
  }
  .prd-top {
        flex-wrap:wrap !important;
    }
  .product-range-page .product-range-title { font-size: 38px; }
  .product-range-page .product-range-description p { font-size: 16px; }
  .product-range-page .product-range-description p:first-child { font-size: 19px; }

  .product-range-page .subcategory-card { padding: 32px 36px; }
  .product-range-page .subcategory-card__content h2 { font-size: 26px; }
  .product-range-page .subcategory-card__image { width: 42%; }

  section.why-choose-section { padding: 60px 32px; }
  .why-choose-right-col { max-width: 55%; }
  .product-range-content__content h2 { font-size: 36px; }
  .why-choose-feature { padding: 18px 14px; }
  .why-choose-feature-icon { height: 64px; width: 64px; }
}

/* Tablet portrait — 1024px */
@media (max-width: 1024px) {
  .product-range-page .product-range-banner {
    grid-template-columns: 1fr;
    padding: 40px 24px 32px;
    gap: 24px;
  }
  .product-range-page .product-range-title { font-size: 34px; }
  .product-range-page .product-range-banner__image img { max-height: 340px; object-fit: cover; }

  .product-range-page .subcategory-list { padding: 36px 20px; }
  .product-range-page .subcategory-card {
    flex-direction: column;
    padding: 28px 24px;
    gap: 20px;
  }
  .product-range-page .subcategory-card__image {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 16/7;
  }
  .product-range-page .subcategory-card__content h2 { font-size: 24px; margin-bottom: 14px; }
  .product-range-page .subcategory-description p { font-size: 15px; }

  section.why-choose-section { padding: 50px 24px; }
  .product-range-content__container {
    flex-direction: column;
    gap: 32px;
  }
  .why-choose-right-col {
    max-width: 100%;
    width: 100%;
    order: 1;
    gap: 28px;
  }
  .why-choose-image-col {
    order: 0;
    width: 100%;
  }
  .why-choose-image img {
    width: 100%;
    height: 340px;
    object-fit: cover;
  }
  .product-range-content__content h2 { font-size: 30px; }
  .why-choose-features {
    gap: 14px;
  }
  .why-choose-feature {
    width: 31%;
    padding: 16px 12px;
    gap: 12px;
  }
  .why-choose-feature-icon { height: 60px; width: 60px; }
  .why-choose-feature-content h3 { font-size: 15px !important; }
  .why-choose-feature-content p { font-size: 13px !important; }
}

/* Mobile — 768px */
@media (max-width: 768px) {
  .product-range-page .product-range-title { font-size: 28px; }
  .product-range-page .product-range-description p { font-size: 15px; }
  .product-range-page .product-range-description p:first-child { font-size: 17px; }

  .product-range-page .subcategory-list { padding: 24px 16px; }
  .product-range-page .subcategory-card {
    padding: 24px 18px;
    border-radius: 12px;
    border-bottom: 1px solid var(--pr-card-border) !important;
    margin-bottom: 16px;
  }
  .product-range-page .subcategory-card:first-child {
    border-top-left-radius: 12px; border-top-right-radius: 12px;
  }
  .product-range-page .subcategory-card:last-child {
    margin-bottom: 0;
  }
  .product-range-page .subcategory-card__image { aspect-ratio: 16/8; }
  .product-range-page .subcategory-card__content h2 { font-size: 22px; margin-bottom: 12px; }
  .product-range-page .subcategory-description p { font-size: 14px; margin-bottom: 14px; }

  .product-range-page .metal-type { width: 36px; height: 36px; }
  .product-range-page .metal-type h3 { font-size: 13px; }
  .product-range-page .load-class h3 { font-size: 14px; }
  .product-range-page .load-class-description { font-size: 9px; }

  .product-range-page .range-btn {
    width: 100%;
    justify-content: center !important;
    height: 46px;
    font-size: 15px !important;
    padding: 0 24px !important;
  }

  section.why-choose-section { padding: 40px 16px; }
  .product-range-content__content h2 { font-size: 26px; margin-bottom: 12px; }
  .why-choose-description p { font-size: 15px; }
  .why-choose-image img { height: 260px; }

  .why-choose-features {
    flex-direction: column;
    gap: 14px;
  }
  .why-choose-feature {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    padding: 18px 16px;
    gap: 18px;
  }
  .why-choose-feature-content { text-align: left; }
  .why-choose-feature-icon {
    height: 52px;
    width: 52px;
    flex-shrink: 0;
  }
}

/* Small mobile — 480px */
@media (max-width: 480px) {
  .product-range-page .product-range-banner { padding: 28px 16px; }
  .product-range-page .product-range-title { font-size: 24px; }
  .product-range-page .product-range-description p { font-size: 14px; }
  .product-range-page .product-range-description p:first-child { font-size: 15px; }
  .product-range-page .product-range-banner__image img { max-height: 220px; }

  .product-range-page .subcategory-card { padding: 20px 14px; gap: 16px; }
  .product-range-page .subcategory-card__content h2 { font-size: 20px; }
  .product-range-page .subcategory-description p { font-size: 13px; }

  section.why-choose-section { padding: 32px 14px; }
  .product-range-content__content h2 { font-size: 22px; }
  .why-choose-description p { font-size: 14px; }
  .why-choose-image img { height: 210px; }

  .why-choose-feature {
    padding: 14px 12px;
    gap: 14px;
  }
  .why-choose-feature-icon { height: 44px; width: 44px; }
  .why-choose-feature-content h3 { font-size: 14px !important; }
  .why-choose-feature-content p { font-size: 12px !important; }

  .product-range-page .range-btn {
    height: 44px;
    font-size: 14px !important;
    padding: 0 20px !important;
  }
}



/*Product range details*/
.product-range-detail-page {
    padding: 50px 0;
    color: #1a1a1a;
    font-family: inherit;
}
.product-range-detail-page .container {
    margin: 0 auto;
    padding: 0 20px;
}

/* TOP SECTION */
.prd-top {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 50px;
    align-items: flex-start;
    margin-bottom: 60px;
}

/* GALLERY */
.prd-gallery__main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.prd-gallery__main-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border:none;
    /*background:#EBEDEE !important;*/
    border-radius:4px;
}
.prd-gallery__main-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    width:100%;
    border-radius:4px;
    aspect-ratio: 3 / 2;
}
.prd-gallery__nav {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 2 !important;
    background: none !important;
    border: 0 !important;
    border-radius: 50% !important;
    color: #005E95 !important;
    font-size: 30px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background .2s !important;
}
.prd-gallery__nav--prev { left: 12px; }
.prd-gallery__nav--next { right: 12px; }

.prd-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    margin-top: 14px;
}
.prd-gallery__thumb {
        background: #EBEDEE !important;
    border: none;
    padding: 10px;
    cursor: pointer;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s ease;
    border-radius: 4px !important;
}
.prd-gallery__thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius:4px;
}
.prd-gallery__thumb.is-active,
.prd-gallery__thumb:hover {
    border-color: #003B7A;
    background:#005E95 !important;
}

/* INTRO */
.prd-intro__title {
    color: #003B7A;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.15;
    order:-2;
}
.prd-intro__subheading {
    color: #5a6b7d;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
    order:-1;
}
.prd-intro__subheading[hidden] {
    display: none !important;
}
.prd-intro__description {
    font-size: 16px;
    line-height: 1.5;
    color: #3a4451;
    margin-bottom: 18px;
}
.prd-intro__description p { margin: 0 0 10px; }

.prd-intro__features { margin-bottom: 24px; }
.prd-intro__features h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #1a1a1a;
}
.prd-intro__features ul {
    margin: 0;
    padding-left: 18px;
    list-style: disc;
}
.prd-intro__features li {
    font-size: 15px;
    line-height: 1.6;
    color: #3a4451;
}

.prd-intro__cta {
    background-color: transparent;
    font-family: "Trebuchet MS", Trebuchet MS;
    font-size: 18px;
    font-weight: 700;
    fill: #FFFFFF;
    color: #FFF !important;
    background-image: linear-gradient(90deg, #005E95 0%, #3CCBDA 100%);
    border-radius: 4px 4px 4px 4px;
    padding: 16px 14px 16px 14px;
    
}
.prd-intro__cta-arrow {
    background: rgba(255, 255, 255, 0.18);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
}

/* TABS + DOWNLOADS LAYOUT */
.prd-detail {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 60px;
}

/* TABS */
.prd-tabs__nav {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: flex;
    gap: 0;
    border-bottom: 1px solid #e2e6eb;
}
.prd-tabs__nav-item {
    flex: 1;
    text-align: center;
    padding: 14px 12px;
    font-size: 18px;
    font-weight: 600;
    color: #7a8a9a;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.prd-tabs__nav-item.is-active {
    color: #005E95;
    border-bottom-color: #005E95;
}
.prd-tabs__panel { display: none; font-size: 15px; line-height: 1.7; color: #3a4451; }
.prd-tabs__panel.is-active { display: block; }
.prd-tabs__panel p { margin: 0 0 14px; font-size:16px; color:#474747;}
.prd-tabs__panel ul {
    padding-left: 20px;
    margin: 0 0 14px;
    list-style: disc;
}

/* DOWNLOADS */
.prd-downloads {
    background: #fff;
    border: 1px solid #e2e6eb;
    border-radius: 4px;
    overflow: hidden;
    max-width:350px !important;
    width:100%;
    position:sticky;
    top:180px;
}
.prd-downloads__header {
    background: #003B7A;
    color: #fff;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.prd-downloads__header h3 { margin: 0; font-size: 20px; font-weight: 700; }
.prd-downloads__form { padding: 20px; }
.prd-downloads__group { margin-bottom: 18px; }
.prd-downloads__group-title {
    color: #003B7A;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px;
}
.prd-downloads__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.prd-downloads__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 4px 0;
}
.prd-downloads__label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #3a4451;
    cursor: pointer;
    flex: 1;
    min-width: 0;
}
.prd-downloads__checkbox {
    width: 18px !important;
    height: 18px !important;
    accent-color: #003B7A;
    flex-shrink: 0;
}
.prd-downloads__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.prd-downloads__icon-link {
    display: none;
}
.prd-downloads__item.is-locked .prd-downloads__label { cursor: not-allowed; opacity: 0.75; }
.prd-downloads__item.is-locked .prd-downloads__checkbox { cursor: not-allowed; }
.prd-downloads__icon-link--locked { opacity: 0.85; }

.prd-downloads__actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 18px;
}
.prd-downloads__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #1976C5;
    color: #fff;
    border: 0;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 2px;
}
.prd-downloads__btn--all { background: #003B7A; }
.prd-downloads__empty {
    margin: 0;
    color: #8993a1;
    font-size: 14px;
    text-align: center;
}

button.prd-gallery__nav.prd-gallery__nav--prev ,button.prd-gallery__nav.prd-gallery__nav--next {
    background: none;
}
/* CASE STUDIES */

.prd-case-studies__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.prd-case-studies__header h2 {
    margin: 0;
    color: #003B7A;
    font-size: 30px;
    font-weight: 700;
}

.prd-case-studies__nav {
    display: flex;
    gap: 10px;
}

.prd-case-studies__nav-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #cdd5dd;
    background: #003B7A;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    padding:0px;
}
.gatic-single-product .gsp-related__track .pa-card__badges {
    width: auto;
}

.prd-case-studies__nav-btn:hover {
    background: #fff !important;
    color: #003B7A;
    border-color: #003B7A;
}

.prd-case-studies__track {
    position: relative;
    overflow: hidden;
}

.prd-case-studies__item {
    display: none;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 40px;
    align-items: center;
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.prd-case-studies__item.is-active {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 40px;
    align-items: center;
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.prd-case-studies__item.is-leaving {
    display: grid;
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.prd-case-studies__image {
    width: 100%;
    max-width: 100%;
}

.prd-case-studies__image img {
    width: 100%;
    height: 345px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

.prd-case-studies__content {
    width: 100%;
    max-width: 100%;
}

.prd-case-studies__title {
    color: #1976C5;
    font-size: 22px !important;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.3;
}

.prd-case-studies__excerpt {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 16px;
    color: #3a4451;
}

.prd-case-studies__link {
    color: #1976C5;
    font-weight: 600;
    font-size: 18px;
    text-decoration: underline !important;
}

.prd-case-studies__link:hover {
    text-decoration: underline;
}

#menu-item-2507 ul.elementskit-dropdown.elementskit-submenu-panel {
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-left: -20px;
}

.elementor-location-header {
    position: sticky;
    top: 0;
    z-index: 999;
}


/* ============================================================
   RESPONSIVE CSS – Product Range Detail Page
   Breakpoints: ≤1024px (tablet), ≤768px (mobile-landscape), ≤480px (mobile)
   ============================================================ */
   
   @media (max-width:1200px){
       .prd-detail {
    flex-wrap:wrap;
            justify-content: space-between;
}

.prd-tabs {
    width: calc(100% - 450px) !important;
}


   }

/* ── 1. TABLET  (≤ 1024px) ───────────────────────────────── */

@media (max-width: 1024px) {

    /* Top section: gallery + intro side-by-side → single column */
    .prd-top {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-bottom: 40px;
        flex-wrap:wrap !important;
    }

    /* Thumb strip: 4 cols → 6 cols so they stay small */
    .prd-gallery__thumbs {
        grid-template-columns: repeat(6, 1fr);
    }

    /* Detail section: content + downloads sidebar → single column */
    .prd-detail {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-bottom: 40px;
    }

    /* Downloads sidebar: become full-width below content */
    .prd-downloads {
        width: 100%;
        max-width:100% !important;
    }

    /* Case study item: stack to single column */
    .prd-case-studies__item.is-active,
    .prd-case-studies__item.is-leaving {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .prd-case-studies__image {
        max-width: 100%;
        width: 100%;
    }

    .prd-case-studies__content {
        max-width: 100%;
        width: 100%;
    }

    /* Intro title: slightly smaller */
    .prd-intro__title {
        font-size: 30px;
    }
    
    .prd-tabs{
        width:100% !important;
    }
    
    .download-results{
        width:100% !important;
    }

}


/* ── 2. MOBILE LANDSCAPE  (≤ 768px) ─────────────────────── */

@media (max-width: 768px) {

    /* Reduce page vertical padding */
    .product-range-detail-page {
        padding: 32px 0;
    }

    /* Container horizontal padding */
    .product-range-detail-page .container {
        padding: 0 16px;
    }

    /* Top section already single-column from 1024px */
    .prd-top {
        gap: 24px;
        margin-bottom: 32px;
    }

    /* Gallery thumbnails: 4 columns */
    .prd-gallery__thumbs {
        grid-template-columns: repeat(6, 1fr);
        gap: 8px;
        margin-top: 10px;
    }

    /* Intro */
    .prd-intro__title {
        font-size: 26px;
    }

    .prd-intro__description {
        font-size: 15px;
    }

    .prd-intro__cta {
        font-size: 16px;
        padding: 12px 20px;
        width: 100%;
        justify-content: center;
        text-align: center;
        display: flex;
    }

    /* Tabs nav: allow wrapping on small screens */
    .prd-tabs__nav {
        flex-wrap: wrap;
        gap: 0;
        margin-bottom: 20px;
    }

    .prd-tabs__nav-item {
        font-size: 15px;
        padding: 10px 8px;
        flex: 1 1 50%;   /* 2 tabs per row on mobile */
        text-align: center;
    }

    /* Detail section */
    .prd-detail {
        gap: 24px;
        margin-bottom: 32px;
    }
    
    .prd-tabs{
        width:100% !important;
    }

    /* Case studies header: title and nav stay on one row */
    .prd-case-studies__header {
        flex-wrap: wrap;
        gap: 12px;
    }

    .prd-case-studies__header h2 {
        font-size: 22px;
    }

    .prd-case-studies__image img {
        height: 220px;
    }

    .prd-case-studies__title {
        font-size: 18px;
    }

    /* Downloads buttons full-width already, just reduce font */
    .prd-downloads__btn {
        font-size: 13px;
        padding: 10px 14px;
    }
    
    .prd-gallery__nav{
        font-size:30px;
    }
    
    .gatic-single-product .prd-gallery{
        width:100% !important;
        min-width:100% !important;
    }

.gatic-single-product .prd-downloads, .gatic-single-product .gatic-dc-sidebar{
        width:100% !important;
    }

}


/* ── 3. MOBILE PORTRAIT  (≤ 480px) ──────────────────────── */

@media (max-width: 480px) {

    /* Container */
    .product-range-detail-page .container {
        padding: 0 12px;
    }

    /* Gallery thumbnails: 3 columns */
    .prd-gallery__thumbs {
        grid-template-columns: repeat(6, 1fr);
    }

    /* Intro title */
    .prd-intro__title {
        font-size: 22px;
    }

    /* Tabs: each tab takes full width, stacked list */
    .prd-tabs__nav-item {
        flex: 1 1 100%;
        font-size: 14px;
        padding: 10px 6px;
        border-bottom: 1px solid #e2e6eb;
        margin-bottom: 0;
    }

    .prd-tabs__nav-item.is-active {
        border-bottom: 3px solid #003b7a;
    }

    /* Case study image height */
    .prd-case-studies__image img {
        height: 180px;
    }

    .prd-case-studies__title {
        font-size: 16px;
    }

    .prd-case-studies__excerpt {
        font-size: 16px;
    }

    /* Downloads: reduce inner padding */
    .prd-downloads__form {
        padding: 14px;
    }

    .prd-downloads__header {
        padding: 12px 14px;
    }

    .prd-downloads__header h3 {
        font-size: 16px;
    }

    .prd-downloads__group-title {
        font-size: 14px;
    }

    /* CTA button */
    .prd-intro__cta {
        font-size: 15px;
        padding: 10px 16px;
    }

}


/*Downalod*/
/* ============================================
   Product Downloads Sidebar  (.prd-downloads)
   ============================================ */

.prd-downloads {
    --dc-bg:          #001523;   /* sidebar background      */
    --dc-header:      #005E95;   /* header + button blue    */
    --dc-title:       #005E95;   /* group titles (blue)     */
    --dc-text:        #7e8c95;   /* item label grey         */
    --dc-box:         #46525d;   /* checkbox border         */
    --dc-pdf:         #e63329;   /* red PDF icon            */

    box-sizing: border-box;
}

.prd-downloads *,
.prd-downloads *::before,
.prd-downloads *::after { box-sizing: border-box; }

/* ---------- Header ---------- */
.prd-downloads__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--dc-header);
    padding: 18px 22px;
}

.prd-downloads__header h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.prd-downloads__icon {
    display: inline-flex;
    color: #fff;
}
.prd-downloads__icon svg { width: 20px; height: 20px; }

/* ---------- Form / groups ---------- */
.prd-downloads__form { padding: 22px 22px 0; }

/* Scrollable document list — viewport fits ~14 rows */
.prd-downloads__scroll {
    --prd-dl-row: 36px;
    max-height: calc(var(--prd-dl-row) * 14);
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 -4px 0 0;
    padding-right: 8px;
    scrollbar-width: thin;
    scrollbar-color: #5a6b7d transparent;
}

.prd-downloads__scroll::-webkit-scrollbar {
    width: 6px;
}

.prd-downloads__scroll::-webkit-scrollbar-track {
    background: transparent;
}

.prd-downloads__scroll::-webkit-scrollbar-thumb {
    background: #5a6b7d;
    border-radius: 3px;
}

.prd-downloads__group { margin-bottom: 22px; }

.prd-downloads__group-title {
    margin: 0 0 14px;
    color: var(--dc-title);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
}

/* ---------- List items ---------- */
.prd-downloads__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.prd-downloads__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 7px 0;
}

/* file-type preview image (PDF / BIM / CAD from theme images folder) */
.pdf-icon,
.prd-downloads__type-icon {
    display: block;
    width: 16px;
    height: 16px;
    object-fit: contain;
    flex-shrink: 0;
}

/* ---------- Label + custom checkbox ---------- */
.prd-downloads__label {
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    flex: 1 1 auto;
    min-width: 0;
}

.prd-downloads__checkbox {
    appearance: none;
    -webkit-appearance: none;
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1.5px solid var(--dc-box);
    border-radius: 3px;
    background: transparent;
    cursor: pointer;
    position: relative;
}

.prd-downloads__checkbox:checked {
    background: var(--dc-title);
    border-color: var(--dc-title);
}

.prd-downloads__checkbox:checked::after {
    content: "";
    position: absolute;
    left: 40%;
    top: 15%;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.prd-downloads__title {
    color: var(--dc-text);
    font-size: 15px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ---------- Action buttons ---------- */
.prd-downloads__actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 6px 0 22px;
}

.prd-downloads__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 18px;
    background: var(--dc-header);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.prd-downloads__btn svg { width: 18px; height: 18px; }

.prd-downloads__btn:disabled {
    opacity: .55;
    cursor: not-allowed;
}


/*Product single page*/
/* ============================================================
   GATIC SINGLE PRODUCT — CSS-only restyle (light bg)
   Targets existing HTML classes. No HTML changes required.
   ============================================================ */

/* ── BREADCRUMB ── */
.woocommerce-breadcrumb {
    max-width: 1438px !important;
    margin: 0 auto 24px !important;
    /*padding: 14px 40px !important;*/
    font-size: 13px !important;
    color: #5a6b7d !important;
    display: block !important;
}

.woocommerce-breadcrumb a {
    color: #005E95 !important;
    transition: color .2s !important;
}

.woocommerce-breadcrumb a:hover {
    color: #18b6cf !important;
    text-decoration: underline !important;
}

/* ── PAGE SHELL ── */
.gatic-single-product {
    background: #fff !important;
    color: #333 !important;
    font-family: 'Trebuchet MS', Arial, sans-serif !important;
    padding: 40px 0 60px !important;
    float: none !important;
    width: 100% !important;
}

.gatic-single-product .gsp-container {
    max-width: 1438px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
}

/* ── MAIN 2-COL: content + sidebar ── */
.gatic-single-product .gsp-layout {
    display: flex !important;
    gap: 30px !important;
    align-items: flex-start !important;
    margin-bottom: 30px !important;
}

.gatic-single-product .gsp-main { min-width: calc(100% - 350px) !important; }

/* ── TOP: gallery LEFT + summary RIGHT ── */
.gatic-single-product .gsp-top,
.gatic-single-product .prd-top {
    display: flex !important;
    gap: 30px !important;
    align-items: flex-start !important;
    margin-bottom: 40px !important;
    /*flex-wrap:wrap;*/
}

/* ── GALLERY ── */
.gatic-single-product .prd-gallery { position: relative !important;width:100%;min-width:600px; }

.gatic-single-product .prd-gallery__main {
    position: relative !important;
    background: #f3f5f7 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    margin-bottom: 12px !important;
    border: 1px solid #e0e5ea !important;
}

.gatic-single-product .prd-gallery__main-image {
    display: block !important;
    aspect-ratio: 600 / 350 !important;
    background: #EBEDEE !important;
    min-height: unset !important;
    border:none;
    border-radius:4px !important;
}

.gatic-single-product .prd-gallery__main-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
    
}

/* Gallery nav arrows */
.gatic-single-product .prd-gallery__nav {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 2 !important;
    background: none !important;
    border: 0 !important;
    border-radius: 50% !important;
    color: #005E95 !important;
    font-size: 30px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
/*.gatic-single-product .prd-gallery__nav:hover { background: rgba(0,94,149,0.28) !important; }*/
.gatic-single-product .prd-gallery__nav--prev { left: 10px !important; }
.gatic-single-product .prd-gallery__nav--next { right: 10px !important; }

/* Thumbnails */
.gatic-single-product .prd-gallery__thumbs {
    display: flex !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
}

.gatic-single-product .prd-gallery__thumb {
    width: 141px !important;
    height: 86px !important;
    border: none !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    background: #EBEDEE !important;
    cursor: pointer !important;
    padding: 0 !important;
    transition: border-color .2s !important;
    flex-shrink: 0 !important;
    padding:10px !important;
}
.gatic-single-product .prd-gallery__thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}
.gatic-single-product .prd-gallery__thumb.is-active,
.gatic-single-product .prd-gallery__thumb:hover {
    border-color: #005E95 !important;
    background:#005E95 !important;
}

/* ── SUMMARY ── */
.gatic-single-product .prd-intro,
.gatic-single-product .gsp-summary {
    display: flex !important;
    flex-direction: column !important;
    min-width: calc(100% - 600px) !important;
}

.gatic-single-product .prd-intro__title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #003B7A !important;
    margin: 0 0 10px !important;
    line-height: 1.2 !important;
}

/* Product code */
.gatic-single-product .gsp-code { margin-bottom: 18px !important; order:-1;}
.gatic-single-product .gsp-code[hidden] { display: none !important; }

.gatic-single-product .gsp-code__label {
    display: block !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #5a6b7d !important;
    margin-bottom: 8px !important;
    letter-spacing: .3px !important;
}

.gatic-single-product .gsp-code__row {
        display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
    flex-direction: column;
    align-content: flex-start;
}

.gatic-single-product .gsp-code__value {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #939597 !important;
    text-align: left;
    max-width:100%;
    width:100%;
}

/* Badges */
.gatic-single-product .pa-card__badges {
    display: flex !important;
    gap: 8px !important;
    max-width:100%;
    width:100%;
}

.gatic-single-product .pa-badge {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 46px !important;
    padding: 5px 10px !important;
    border-radius: 4px !important;
    line-height: 1.15 !important;
}

.gatic-single-product .pa-badge--material {
    /*background: #272725 !important;*/
    /*color: #fff !important;*/
    font-size: 16px !important;
    font-weight: 700 !important;
    padding:10px !important;
}

.gatic-single-product .pa-badge--load {
    border: 1px solid #005E95 !important;
    color: #005E95 !important;
    background: none !important;
}

.gatic-single-product .pa-badge__value {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.gatic-single-product .pa-badge__label {
    font-size:15px !important;
    text-transform: capitalize !important;
    color: #005E95 !important;
    letter-spacing: .3px !important;
}

/* Short description */
.gatic-single-product .prd-intro__description {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #474747 !important;
    margin-bottom: 16px !important;
}

/* Features */
.gatic-single-product .prd-intro__features h4 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #005E95 !important;
    margin: 0 0 8px !important;
}

.gatic-single-product .prd-intro__features ul {
    padding-left: 18px !important;
    margin: 0 0 20px !important;
    font-size:16px !important;
}

.gatic-single-product .prd-intro__features ul li {
    font-size: 16px !important;
    color: #005E95 !important;
    margin-bottom: 5px !important;
    line-height: 1.5 !important;
}

/* ── ACTION BUTTONS ── */
.gatic-single-product .gsp-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-top: 8px !important;
}

.gatic-single-product .gsp-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    border: 0 !important;
    border-radius: 4px !important;
    padding: 12px 20px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #fff !important;
    cursor: pointer !important;
    transition: opacity .2s !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.gatic-single-product .gsp-btn:hover { opacity: 1 !important; color: #fff !important; }

.gatic-single-product .gsp-btn__arrow {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    background: none !important;
    font-size: 14px !important;
    line-height: 1 !important;
}

.gatic-single-product .gsp-btn--project { background: #1460b8 !important; }
.gatic-single-product .gsp-btn--spec { background: #5F0087; }
.gatic-single-product .gsp-btn--spec:hover { background: #5F0087; }
.gatic-single-product .gsp-btn--print {
    background: linear-gradient(90deg, #005E95 0%, #18b6cf 100%) !important;
    width: fit-content !important;
    justify-content: space-between !important;
    margin-top: 4px !important;
}

/* ── TABS ── */
.gatic-single-product .prd-tabs,
.gatic-single-product .gsp-tabs { margin-top: 0 !important;width:100% !important;}

.gatic-single-product .prd-tabs__nav {
    display: flex !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 2px solid #e0e5ea !important;
    gap: 0 !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
    background: transparent !important;
}

.gatic-single-product .prd-tabs__nav::-webkit-scrollbar { display: none !important; }

.gatic-single-product .prd-tabs__nav-item {
    padding: 12px 24px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #7a8a9a !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px !important;
    transition: color .2s, border-color .2s !important;
    background: transparent !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    list-style: none !important;
}

.gatic-single-product .prd-tabs__nav-item:hover { color: #005E95 !important; }

.gatic-single-product .prd-tabs__nav-item.is-active {
    color: #005E95 !important;
    border-bottom:2px solid #005E95 !important;
    margin:0px !important;
}
.prd-tabs__panels{
    margin-bottom:60px;
}



.gatic-single-product .prd-tabs__panels { background: transparent !important; }

.gatic-single-product .prd-tabs__panel {
    display: none !important;
    padding: 24px 0 !important;
    color: #474747 !important;
    font-size: 16px !important;
    background: transparent !important;
}

.gatic-single-product .prd-tabs__panel.is-active { display: block !important; }

.gatic-single-product .prd-tabs__panel p,
.gatic-single-product .prd-tabs__panel li { color: #005E95 !important; font-size: 16px !important;margin:0px; }

.gatic-single-product .prd-tabs__panel p{
    display: flex;
    flex-direction: row;
    max-width: 100%;
    gap:10px;
    margin-bottom:4px;
}
span.gatic-label {
    width: 50% !important;
    flex-shrink: 0;
}

.gatic-product-attributes .gatic-attributes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 48px;
    row-gap: 0;
    align-items: start;
}

.gatic-product-attributes .gatic-attributes-col {
    min-width: 0;
}

.gatic-product-attributes .gatic-attributes-col > p {
    min-width: 0;
}

@media (max-width: 767px) {
    .gatic-product-attributes .gatic-attributes-grid {
        grid-template-columns: 1fr;
    }
}

.gatic-single-product .prd-tabs__panel h2 {
    font-size: 18px !important;
    color: #003B7A !important;
    margin-bottom: 14px !important;
}

.gatic-single-product .prd-tabs__panel table {
    width: 100% !important;
    border-collapse: collapse !important;
}

.gatic-single-product .prd-tabs__panel td,
.gatic-single-product .prd-tabs__panel th {
        padding: 8px 12px 8px 0 !important;
    border: none !important;
    color: #005E95 !important;
    font-size: 16px !important;
    vertical-align: top !important;
    background: transparent !important;
    font-weight: 700;
    text-align: left;
}

.gatic-single-product .prd-tabs__panel td{
    font-weight:400 !important;
}


/* ── DOWNLOADS SIDEBAR ── */
.gatic-single-product .prd-downloads,
.gatic-single-product .gatic-dc-sidebar {
    background:none!important;
    border-radius: 4px !important;
    overflow: hidden !important;
    border: 1px solid #005E95 !important;
    min-width:350px !important;
    width:100%;
        position: sticky;
    top: 180px !important;
}

.gatic-single-product .prd-downloads__header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: #005E95 !important;
    padding: 13px 18px !important;
}

.gatic-single-product .prd-downloads__header h3 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 !important;
}

.gatic-single-product .prd-downloads__icon,
.gatic-single-product .prd-downloads__header svg {
    color: #fff !important;
    stroke: #fff !important;
    opacity: .9 !important;
}

.gatic-single-product .prd-downloads__form {
    padding: 16px 18px !important;
    background: transparent !important;
    border: 0 !important;
    max-height: none !important;
    overflow: visible !important;
}

.gatic-single-product .prd-downloads__scroll {
    --prd-dl-row: 32px;
    max-height: calc(var(--prd-dl-row) * 14) !important;
    overflow-y: auto !important;
    scrollbar-width: thin !important;
}

.gatic-single-product .prd-downloads__group { margin-bottom: 16px !important; }

.gatic-single-product .prd-downloads__group-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #003B7A !important;
    text-transform: uppercase !important;
    letter-spacing: .6px !important;
    margin: 0 0 8px !important;
}

.gatic-single-product .prd-downloads__list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.gatic-single-product .prd-downloads__item {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 4px 0 !important;
    background: transparent !important;
}

.gatic-single-product .prd-downloads__label {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex: 1 !important;
    cursor: pointer !important;
    min-width: 0 !important;
    justify-content:space-between;
}

span.prd-downloads__label.check {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-width: 0;
    flex: 1;
}

span.prd-downloads__label.check .prd-downloads__title {
    display: block;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prd-downloads__label > .prd-downloads__type-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-left: 8px;
}

.gatic-single-product .prd-downloads__checkbox {
    accent-color: #005E95 !important;
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0 !important;
    cursor: pointer !important;
}

.gatic-single-product .prd-downloads__title {
    font-size: 16px !important;
    color: #474747 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
    flex: 1 !important;
    min-width: 0 !important;
}

.gatic-single-product .prd-downloads__label > .prd-downloads__type-icon {
    width: 16px !important;
    height: 16px !important;
    flex-shrink: 0 !important;
    object-fit: contain !important;
}

.gatic-single-product .prd-downloads__icon-link {
    flex-shrink: 0 !important;
    line-height: 1 !important;
    display: inline-flex !important;
}

.gatic-single-product .prd-downloads__icon-link svg { display:none; }

.gatic-single-product .prd-downloads__actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    padding: 12px 0px !important;
    border-top: 1px solid #e0e5ea !important;
    background: transparent !important;
}

.gatic-single-product .prd-downloads__btn {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 16px !important;
    border-radius: 4px !important;
    border: 0 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff !important;
    cursor: pointer !important;
    transition: opacity .2s !important;
    background: #005E95;
    width: 100% !important;
}

.gatic-single-product .prd-downloads__btn svg { stroke: #fff !important; }

/* ── CONSULTATION SECTION TITLE ONLY ── */
.gatic-single-product .gsp-section-title {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #005E95 !important;
    margin: 0 0 28px !important;
}

/* ── RELATED PRODUCTS ── */
.caursel-slider-products-container .gsp-related { margin-bottom: 56px !important; }

.caursel-slider-products-container .gsp-section-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    margin-bottom: 20px !important;
}

.caursel-slider-products-container .gsp-section-head .gsp-section-title,
.caursel-slider-products-container .gsp-section-head .gatic-case-study-products__title {
    margin: 0 !important;
}

.caursel-slider-products-container .gsp-slider-nav { display: flex !important; gap: 10px !important; }

.caursel-slider-products-container .gsp-slider-nav__btn {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    border: 1px solid #005E95 !important;
    background: #005E95 !important;
    color: #fff !important;
    cursor: pointer !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background .2s, color .2s !important;
}

.caursel-slider-products-container .gsp-slider-nav__btn:hover {
    background: transparent !important;
    color: #005E95 !important;
}

/* Related track */
.caursel-slider-products-container .gsp-related__track {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: calc((100% - 2 * 20px) / 3) !important;
    gap: 20px !important;
    overflow-x: auto !important;
    scroll-behavior: smooth !important;
    scrollbar-width: none !important;
    padding-bottom: 4px !important;
}

.caursel-slider-products-container .gsp-related__track::-webkit-scrollbar { display: none !important; }
.caursel-slider-products-container .gsp-related__item { min-width: 0 !important; }

/* ── PRODUCT CARDS ── */
.gatic-single-product .pa-card {
    border: 1px solid #d9dee6 !important;
    border-radius: 6px !important;
    background: #fff !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    padding:16px 12px;
}

.gatic-single-product .pa-card__image {
    display: block !important;
    aspect-ratio: 17 / 14 !important;
    background: #f3f5f7 !important;
    overflow: hidden !important;
}

.gatic-single-product .pa-card__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
}

.gatic-single-product .pa-card__body {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    text-align: center !important;
    background: transparent !important;
    padding-top:16px;
}

.gatic-single-product .pa-card__code {
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 0 0 4px !important;
}

.gatic-single-product .pa-card__code a {
    color: #005E95 !important;
    text-decoration: none !important;
}

.gatic-single-product .pa-card__name {
    font-size: 16px !important;
    color: #939597 !important;
    margin-bottom: 8px !important;
}

.gatic-single-product .pa-card__desc {
    font-size: 16px !important;
    color: #474747 !important;
    line-height: 1.55 !important;
    margin: 0 0 14px !important;
}

.gatic-single-product .pa-card__btn span {
    display: none;
}

.gatic-single-product .pa-card__btn::after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/wp-content/uploads/2026/04/arrow_forward_ios-4.svg) no-repeat center;
    background-size: contain;
    }

.gatic-single-product .pa-card__footer {
    margin-top: auto !important;
    display: flex !important;
    align-items: center;
    gap: 8px !important;
    
}

.gatic-single-product .pa-card__btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    background: linear-gradient(90deg, #005E95 0%, #18b6cf 100%) !important;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    padding: 8px 14px;
    transition: opacity 0.2s ease;
    color:#fff !important;
}

.gatic-single-product .pa-card__btn:hover { opacity: .88 !important; color: #fff !important; }

.single-product main#main {
    max-width: 100%;
    margin: 0 auto;
}

/* ── RESPONSIVE ── */

@media(max-width:1440px){
    .caursel-slider-products-container .gsp-related__track{
        grid-auto-columns: calc((100% - 3 * 10px) / 2) !important;
    }
}
@media (max-width: 1100px) {
    .gatic-single-product .gsp-layout { flex-wrap:wrap;gap:0px;}
    .gatic-single-product .prd-downloads,
    .gatic-single-product .gatic-dc-sidebar { position: static !important; min-width: 100% !important; }
    .caursel-slider-products-container .gsp-related__track { grid-auto-columns: calc((100% - 20px) / 2) !important; }
    .gf-submit-wrapper{
        min-width:100%;
    }
    
}

@media (max-width: 860px) {
    .gatic-single-product .gsp-top,
    .gatic-single-product .prd-top { gap: 28px !important; flex-wrap:wrap !important;}
    .gatic-single-product .prd-intro__title { font-size: 26px !important; }
    .woocommerce-breadcrumb { padding: 12px 20px !important; }
    .gf-submit{
        min-width:100% !important;
    }
    nav.woocommerce-breadcrumb a ,.site-main .woocommerce-breadcrumb, nav.woocommerce-breadcrumb{
        font-size:12px;
    }
    .site-main .woocommerce-breadcrumb, nav.woocommerce-breadcrumb{
        padding:20px 30px !important;
    }
    .gatic-single-product .gsp-code__value{
    font-size:16px !important;
}
}

@media (max-width: 600px) {
    .gatic-single-product .gsp-container { padding: 0 16px !important; }
    .gatic-single-product { padding: 20px 0 40px !important; }
    .gatic-single-product .prd-intro__title { font-size: 22px !important; }
    .gatic-single-product .gsp-section-title { font-size: 20px !important; }
    .gatic-single-product .gsp-actions { flex-direction: column !important; }
    .gatic-single-product .gsp-btn--project,
    .gatic-single-product .gsp-btn--spec { width: 100% !important; justify-content: space-between !important; }
    .caursel-slider-products-container .gsp-related__track { grid-auto-columns: 100% !important; }
    .gatic-single-product .prd-tabs__nav-item { padding: 10px 14px !important; font-size: 13px !important; }
    .gatic-single-product .prd-gallery__thumb { width: 62px !important; height: 50px !important; }
    .woocommerce-breadcrumb { padding: 10px 16px !important; }
}





/*Download style*/

.download-centre-page {
    padding: 0px 0 60px;
    background:#fff;
}

.download-centre-page .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* CATEGORY CAROUSEL */
.download-category-carousel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 40px;
    padding:30px 0px;
}

.download-category-track {
    display: flex;
    gap: 62px;
    overflow-x: auto;
    scroll-behavior: smooth;
    flex: 1;
    scrollbar-width: none;
        justify-content: center;
        background: #ebedee;
        max-width: 1438px;
    margin: 0 auto;
}

.download-category-track::-webkit-scrollbar {
    display: none;
}

.download-category-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent !important;
    color: #1976C5;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-category-nav--prev { left: 14px; }
.download-category-nav--next { right: 14px; }

.download-category-item {
    min-width: 205px;
    border: none;
    background: #fff;
    padding: 12px 11px;
    text-align: center;
    cursor: pointer;
    transition: 0.25s;
    flex-shrink: 0;
    border-radius:4px;
}

.download-category-item.active {
    background: #005E95;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border-radius:4px;
    color:#fff;
}

.download-category-item.active span{
    color:#fff;
}

.download-category-item img {
    width: 100%;
    height: 103px;
    border-radius:4px;
    object-fit: cover;
    margin-bottom: 8px;
    display: block;
}

.download-category-item span {
    font-size: 16px;
    font-weight: 600;
    color: #003B7A;
}

/* HEADER ROW */
.download-page-header {
        display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    flex-direction: column;
    align-content: flex-end;
    padding-top:80px;
}

.download-page-title h1 {
    font-size: 34px;
    margin: 0;
    color: #003B7A;
    max-width:calc(100% - 384px) !important;
    width:100%;
}

.download-page-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    max-width:calc(100% - 384px) !important;
    width:100%;
        justify-content: space-between;
        border: 1px solid #C9C9C9;
    padding: 16px;
    border-radius: 4px;
}

.download-search {
    position: relative;
}

.download-search::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2026/06/search-2.svg'); /* Your icon */
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

.download-search-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    background: transparent !important;
    cursor: pointer;
    z-index: 1;
}

.download-search input {
    width: 100%;
    padding: 12px 50px 12px 15px; /* Extra right padding for icon */
    border: 1px solid #0073aa;
    border-radius: 4px;
}

.selected-documents-count {
    font-weight: 600;
    font-size: 14px;
    color: #1976C5;
}

.download-selected-btn {
    height: 40px;
    padding: 0 22px;
    border: 0;
    background: #005E95;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}


/* LAYOUT */
.download-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.download-sidebar {
    width: 334px;
    flex-shrink: 0;
}

.download-sidebar-title {
    background: #005E95;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 16px;
    margin-bottom: 20px;
    border-radius: 4px 4px 0px 0px;
}

/* Active filters */
.dc-active-filters:empty {
    display: none;
}

.dc-active-filters__inner {
    background: #eef1f4;
    padding: 16px;
    border-radius: 3px;
    margin-bottom: 22px;
}

.dc-active-filters__group {
    margin-bottom: 12px;
}

.dc-active-filters__label {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #005E95;
    margin-bottom: 6px;
}

.dc-active-chip {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
    width: 100%;
    gap: 10px;
    background: transparent;
    border: 0;
    padding: 3px 0;
    cursor: pointer;
    font-size: 16px;
    color: #3a4451;
    text-align: left;
}

.dc-active-chip__remove {
    color: #1976C5;
    font-size: 20px;
    line-height: 1;
}

.dc-clear-all {
    background: 0;
    border: 0;
    padding: 0;
    margin-top: 6px;
    color: #1976C5;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
}

.download-results {
    flex: 1;
    min-width: 0;
    position: sticky;
    top: 100px;
}

.filter-group {
    border-bottom: 1px solid #e2e6eb;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.filter-group h3 {
   margin: 0 0 14px;
    font-size: 18px;
    color: #005E95;
    font-weight: 700;
}

.filter-group label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    color: #3a4451;
}

.filter-group label input {
    flex-shrink: 0;
    accent-color: #003B7A;
}

.filter-group__list--scroll {
    --dc-filter-row: 28px;
    max-height: calc(var(--dc-filter-row) * 7);
    overflow-y: auto;
    padding-right: 4px;
}

.filter-group__list--scroll::-webkit-scrollbar {
    width: 6px;
}

.filter-group__list--scroll::-webkit-scrollbar-thumb {
    background: #1976C5;
    border-radius: 4px;
}

.filter-group label sup,
.filter-group__name sup,
.dc-active-chip__name sup {
    font-size: 0.65em;
    line-height: 0;
}

/* ACCORDIONS */
.document-accordion {
    margin-bottom: 14px;
    border: 1px solid #e2e6eb;
}

.document-accordion-header {
    width: 100%;
    background: #1f6fb2;
    color: #fff;
    padding: 13px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 0;
    cursor: pointer;
    text-align: left;
}

.document-accordion-header h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    color:#fff;
}
.download-page-title{
    max-width:calc(100% - 384px) !important;
    width:100%;
}

.accordion-info {
   font-size:14px;
}

.accordion-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
    white-space: nowrap;
}

.accordion-toggle-icon {
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
    margin-top: -4px;
}

.document-accordion.is-open .accordion-toggle-icon {
    transform: rotate(-135deg);
    margin-top: 2px;
}

.document-grid {
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    padding: 22px;
    background: #fff;
}

.document-accordion.is-open .document-grid {
    display: grid;
}

.document-card {
       border: 1px solid #C9C9C9;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:10px;
}

.document-card.no-thumb {
    border: 0;
    padding: 6px 0;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.document-thumbnail {
    max-width:100%;
    width:auto;
    display: flex;
    justify-content: flex-start;
    order:2;
}

.document-thumbnail img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    height:25px;
    width:25px;
}

.document-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #3a4451;
    cursor: pointer;
    text-transform: capitalize;
}

.document-card.no-thumb .document-label {
    font-weight: 500;
}

.document-label input {
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: #003B7A;
}

.document-card.is-locked .document-label {
    cursor: not-allowed;
}

.document-card.is-locked .document-checkbox {
    cursor: not-allowed;
}

.document-restricted-note {
    display: block;
    margin-top: 8px;
    color: #e63312;
    font-size: 11px;
    line-height: 1.4;
}

.download-empty {
    padding: 20px 0;
    color: #8993a1;
}

.exclude_search {
    display: flex;
    gap: 20px;
    align-items: center;
}
@media (max-width: 1024px) {

    .download-layout {
        flex-direction: column;
    }

    .download-sidebar {
        width: 100%;
    }

    .document-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
/*Responsive*/
@media (max-width: 767px) {

    .download-page-actions {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .download-search input {
        width: 100%;
    }

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



/*Case studies product card*/
/* ==========================================================================
   Gatic – Case Study Products Grid  (v5)
   - Hardened specificity (section-prefixed selectors)
   - Theme-injected arrow removed
   - Template ka circle-arrow span hidden, chevron icon via ::after
   ========================================================================== */

.gatic-case-study-products {
  padding: 0px 0;
}

.gatic-case-study-products .pa-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

/* --------------------------------------------------------------- Card ---- */
.gatic-case-study-products .pa-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e6ebf0;
  border-radius: 6px;
  padding: 12px;
  box-shadow: 0 1px 3px rgba(16, 42, 67, 0.06);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.gatic-case-study-products .pa-card:hover {
  box-shadow: 0 8px 22px rgba(16, 42, 67, 0.12);
  transform: translateY(-2px);
}

/* -------------------------------------------------------------- Image ---- */
.gatic-case-study-products .pa-card__image {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background: #f2f5f8;
  aspect-ratio: 4 / 3;
}

.gatic-case-study-products .pa-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  display: block;
  transition: transform 0.4s ease;
}

.gatic-case-study-products .pa-card:hover .pa-card__image img {
  transform: scale(1.04);
}

/* --------------------------------------------------------------- Body ---- */
.gatic-case-study-products .pa-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 16px 8px 4px;
  text-align: center;
}

.gatic-case-study-products .pa-card__code {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}

.gatic-case-study-products .pa-card__code a {
  color: #1b62a8;
  text-decoration: none;
}

.gatic-case-study-products .pa-card__code a:hover {
  color: #12456f;
  text-decoration: underline;
}

/* Screenshot mein product name nahi hai — hatana ho to display:none */
.gatic-case-study-products .pa-card__name {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 600;
  color: #5a6b7b;
  line-height: 1.4;
}

.gatic-case-study-products .pa-card__desc {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.55;
  color: #4a5a68;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ------------------------------------------------------------- Footer ---- */
.gatic-case-study-products .pa-card__footer {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}

.gatic-case-study-products .pa-card__badges {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

/* Material badge (dark square) */
.gatic-case-study-products .pa-badge--material {
  display: flex;
  align-items: center;
  justify-content: center;
  padding:15px;
  border-radius: 4px;
  background: #2c2c2c;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  flex: 0 0 auto;
}

/* Load class badge (outlined) */
.gatic-case-study-products .pa-badge--load {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #bcd6ea !important;
  border-radius: 4px;
  background: #fff;
  line-height: 1;
  flex: 0 0 auto;
}

.gatic-case-study-products .pa-badge--load .pa-badge__value {
  font-size: 15px;
  font-weight: 700;
  color: #1b62a8;
}

.gatic-case-study-products .pa-badge--load .pa-badge__label {
  margin-top: 3px;
  font-size: 12px;
  font-weight: 500;
  color: #8a99a7;
  white-space: nowrap;
}

/* -------------------------------------------------------------- Button --- */
.gatic-case-study-products .pa-card__footer a.pa-card__btn,
.gatic-case-study-products a.pa-card__btn {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  border: 0;
  border-radius: 4px;
  background-image: linear-gradient(90deg, #34b0ce 0%, #1483b8 100%) !important;
  background-color: #1483b8 !important;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none !important;
  transition: filter 0.25s ease;
  padding:12px;
}

.gatic-case-study-products a.pa-card__btn:hover {
  filter: brightness(1.08);
  color: #fff !important;
}

/* Template ka circle-arrow span hatao */
.gatic-case-study-products a.pa-card__btn span[aria-hidden] {
  display: none !important;
}

/* Theme ka injected arrow hatao */
.gatic-case-study-products a.pa-card__btn::before {
  content: none !important;
  display: none !important;
}

/* Chevron icon – colour `background-color` se control hota hai */
.gatic-case-study-products a.pa-card__btn::after {
  content: "" !important;
  display: inline-block !important;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  background-color: #fff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E") no-repeat center / contain;
  transition: transform 0.25s ease;
}

.gatic-case-study-products a.pa-card__btn:hover::after {
  transform: translateX(3px);
}

/* ---------------------------------------------------------- Responsive --- */
@media (max-width: 1024px) {
  .gatic-case-study-products .pa-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .gatic-case-study-products .pa-products-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gatic-case-study-products .pa-card__footer {
    flex-wrap: wrap;
    justify-content: center;
  }
}


/*Pagination css*/
.elementor-pagination {
display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 30px;
}

/* base box */
.elementor-pagination .page-numbers {
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e3e6ea;
	border-radius: 8px;
	background: #fff;
	color: #4a5560;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	transition: all .25s ease;
	margin:0px !important;
}

/* hover + active page */
.elementor-pagination a.page-numbers:hover {
	border-color: #1273b1;
	color: #1273b1;
}

.elementor-pagination .page-numbers.current {
	border-color: #1273b1;
	color: #1273b1;
	font-weight: 600;
}

/* the "..." */
.elementor-pagination .page-numbers.dots {
	color: #9aa4ae;
	letter-spacing: 1px;
}

/* prev / next arrows — kill the text, show a chevron */
.elementor-pagination .page-numbers.prev,
.elementor-pagination .page-numbers.next {
	font-size: 0;
	border: 0;
	background-color: #0b5480;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px 16px;
}

.elementor-pagination .page-numbers.prev {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='15 18 9 12 15 6'/></svg>");
}

.elementor-pagination .page-numbers.next {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'/></svg>");
}

/* disabled arrow = it's a <span>, not an <a> */
.elementor-pagination span.page-numbers.prev,
.elementor-pagination span.page-numbers.next {
	background-color: #8bb0c6;
	cursor: default;
	pointer-events: none;
}

.elementor-pagination a.page-numbers.prev:hover,
.elementor-pagination a.page-numbers.next:hover {
	background-color: #0d6ba4;
}

.gatic-projects-account__add {
    border: 0 ;
    border-radius: 4px ;
    padding: 10px 24px ;
    font-size: 18px ;
    font-weight: 700 ;
    color: #fff ;
    cursor: pointer;
    background: linear-gradient(90deg, #005e95 0%, #18b6cf 100%) ;
    transition: opacity 0.2s ease;
    white-space: nowrap;
}

.woocommerce div.product form.cart .variations label{
    display:none;
}

.woocommerce div.product form.cart .variations select{
    border-color: #005E95 !important;
    color: #005E95 !important;
}

.prd-gallery .pa-card__badges {
    position: absolute;
    top: 20px;
    right: 20px;
    width: auto;
}

/* ==========================================================================
   GATIC — DOWNLOAD CENTRE : RESPONSIVE FIXES
   Append at the END of /wp-content/themes/gatic/css/front.css
   (or Appearance > Customize > Additional CSS)
   Existing MQs in front.css: 1024px + 767px — ye unhe override / extend karta hai
   ========================================================================== */


/* --------------------------------------------------------------------------
   0. DESKTOP QoL — sticky filter sidebar (optional, 1025px+)
   -------------------------------------------------------------------------- */
@media (min-width: 1025px) {
    .download-sidebar {
        position: sticky;
        top: 100px;                 /* header height ke hisaab se adjust karein */
        /*max-height: calc(100vh - 120px);*/
        /*overflow-y: auto;*/
        /*scrollbar-width: thin;*/
    }

    /* Overflow hone par carousel ka pehla item clip na ho */
    .download-category-track {
        justify-content: safe center;
    }
}


/* --------------------------------------------------------------------------
   1. LARGE LAPTOP  (max 1400px)
   -------------------------------------------------------------------------- */
@media (max-width: 1400px) {
    .download-category-track {
        gap: 34px;
        padding: 0 20px;
    }

    .download-category-item {
        min-width: 180px;
    }

    .download-category-item img {
        height: 96px;
    }
}


/* --------------------------------------------------------------------------
   2. SMALL LAPTOP  (max 1200px)
   -------------------------------------------------------------------------- */
@media (max-width: 1200px) {
    .download-category-track {
        gap: 22px;
    }

    .download-category-item {
        min-width: 165px;
        padding: 10px 9px;
    }

    .download-category-item img {
        height: 88px;
    }

    .download-category-item span {
        font-size: 15px;
    }

    .download-sidebar {
        width: 280px;
    }

    .download-layout {
        gap: 28px;
    }

    /* header ki calc widths sidebar ke naye width se match karein */
    .download-page-title,
    .download-page-title h1,
    .download-page-actions {
        max-width: calc(100% - 308px) !important;
    }

    .document-grid {
        gap: 14px;
        padding: 18px;
    }
}


/* --------------------------------------------------------------------------
   3. TABLET  (max 1024px)  — layout stack ho jaata hai
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {

    /* ---- MAIN FIX: calc() widths reset, warna content squeeze ho jaata hai ---- */
    .download-page-title,
    .download-page-title h1,
    .download-page-actions {
        max-width: 100% !important;
        width: 100%;
    }

    .download-page-header {
        padding-top: 40px;
        margin-bottom: 24px;
        align-items: stretch;
        align-content: stretch;
    }

    .download-page-title h1 {
        font-size: 28px;
    }

    .download-centre-page .container {
        padding: 0 16px;
    }

    /* ---- CAROUSEL: proper horizontal scroll ---- */
    .download-category-carousel {
        padding: 20px 0;
        margin-bottom: 24px;
    }

    .download-category-track {
        justify-content: flex-start;   /* center hatana zaroori — warna left item cut */
        gap: 16px;
        padding: 14px 16px;
        max-width: 100%;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
    }

    .download-category-item {
        min-width: 158px;
        scroll-snap-align: start;
    }

    .download-category-item img {
        height: 84px;
    }

    /* ---- SIDEBAR full width, filters 2 columns me taaki height kam ho ---- */
    .download-sidebar {
        width: 100%;
        border: 1px solid #e2e6eb;
        border-radius: 4px;
        margin-bottom: 26px;
    }

    .download-sidebar-title {
        margin-bottom: 0;
    }

    .dc-active-filters__inner,
    .filter-group {
        padding-left: 16px;
        padding-right: 16px;
    }

    .filter-group {
        padding-top: 16px;
    }

    .filter-group:last-child {
        border-bottom: 0;
                margin: 0px;
        padding: 10px 20px 0px;
    }

    .filter-group label {
        display: inline-flex;
        width: calc(50% - 8px);
        margin-right: 8px;
        vertical-align: top;
    }

    /* ---- ACCORDION header ---- */
    .document-accordion-header {
        align-items: flex-start;
        gap: 10px;
    }

    .accordion-meta {
        white-space: normal;
        text-align: right;
    }
    
    /* Hide the complete menu item containing My Account */
body:not(.logged-in) li:has(.Login) {
    display: none !important;
}

/* Hide the complete menu item containing Login */
body.logged-in li:has(.Logout) {
    display: none !important;
}
}


/* --------------------------------------------------------------------------
   4. MOBILE  (max 767px)
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {

    .download-page-header {
        padding-top: 24px;
        gap: 14px;
    }

    .download-page-title h1 {
        font-size: 24px;
        line-height: 1.25;
    }

    /* ---- SEARCH + ACTIONS: full width stack ---- */
    .download-page-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        padding: 14px;
    }

    .download-search {
        width: 100%;
    }

    .download-search input {
        width: 100%;
        font-size: 16px;               /* iOS auto-zoom rokne ke liye 16px zaroori */
        padding: 12px 46px 12px 14px;
    }

    .exclude_search {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        width: 100%;
    }

    .selected-documents-count {
        text-align: center;
    }

    .download-selected-btn {
        width: 100%;
        justify-content: center;
        height: 46px;
    }

    /* ---- CAROUSEL ---- */
    .download-category-carousel {
        padding: 14px 0;
        margin-bottom: 18px;
    }

    .download-category-track {
        gap: 12px;
        padding: 12px;
    }

    .download-category-item {
        min-width: 142px;
        padding: 8px;
    }

    .download-category-item img {
        height: 76px;
    }

    .download-category-item span {
        font-size: 14px;
        line-height: 1.3;
        display: block;
    }

    /* ---- SIDEBAR: filters wapas 1 column ---- */
    .download-sidebar-title {
        font-size: 18px;
        padding: 12px 14px;
    }

    .filter-group label {
        display: flex;
        width: 100%;
        margin-right: 0;
        font-size: 15px;
        min-height: 34px;              /* tap target */
    }

    .filter-group h3 {
        font-size: 16px;
    }

    /* ---- ACCORDION ---- */
    .document-accordion-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 12px 14px;
        position: relative;
        padding-right: 40px;
    }

    .document-accordion-header h2 {
        font-size: 15px;
        flex-wrap: wrap;
    }

    .accordion-meta {
        text-align: left;
        gap: 8px;
        font-size: 12px;
    }

    .accordion-toggle-icon {
        position: absolute;
        right: 16px;
        top: 18px;
        margin-top: 0;
    }

    .document-accordion.is-open .accordion-toggle-icon {
        margin-top: 6px;
    }

    /* ---- DOCUMENT CARDS ---- */
    .document-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 14px;
    }

    .document-card {
        padding: 14px;
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }

    .document-card.no-thumb {
        padding: 4px 0;
        align-items: center;
    }

    .document-thumbnail {
        width: auto;
        flex-shrink: 0;
    }

    .document-thumbnail img {
        height: 44px;
        width: 44px;
    }

    .document-content {
        min-width: 0;
        flex: 1;
    }

    .document-label {
        font-size: 15px;
        align-items: flex-start;
        overflow-wrap: anywhere;       /* lambe filenames overflow na karein */
        word-break: break-word;
    }
    
    form.woocommerce-form.woocommerce-form-login.login{
        padding:0 10px !important;
    }
}


/* --------------------------------------------------------------------------
   5. SMALL MOBILE  (max 480px)
   -------------------------------------------------------------------------- */
@media (max-width: 480px) {

    .download-centre-page .container {
        padding: 0 12px;
    }

    .download-page-title h1 {
        font-size: 21px;
    }

    .download-category-track {
        gap: 10px;
        padding: 10px;
    }

    .download-category-item {
        min-width: 124px;
        padding: 7px;
    }

    .download-category-item img {
        height: 66px;
    }

    .download-category-item span {
        font-size: 13px;
    }

    .download-page-actions {
        padding: 12px;
    }

    .document-grid {
        padding: 12px;
    }

    .document-label {
        font-size: 14px;
    }

    .dc-active-chip {
        font-size: 14px;
    }
}








