/* ===================================================================
   CUSTOM CSS - PROFESSIONAL FORMATTING
   Version: 1.0
   Last Updated: 2026-03-26
   =================================================================== */

/* ===================================================================
   VARIABLES & CONFIGURATION
   =================================================================== */
:root {
  /* Primary brand color used in buttons and accents */
  --background-color: #ff3737;
  --text-color: #ffffff;
}


/* ===================================================================
   GENERAL BUTTONS
   =================================================================== */

html body a,
html body button {
  cursor: pointer !important;
  display: inline-block;
}

.btn,
.btn-slider a,
#sp_qc_submit {
  background: var(--background-color) !important;
}

.btn,
#sp_qc_submit {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 18px 15px !important;
  border: none;
  border-radius: 5px;
  background-color: transparent;
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn::before,
.slider-btn a::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: '';
  opacity: 0;
  background: #333;
  border-radius: inherit;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.42s, opacity 0.42s;
}

.btn:hover::before,
.slider-btn a:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}


/* ===================================================================
   HEADER STYLES
   =================================================================== */
#sp-top-bar {
  position: relative;
  z-index: 2;
}


.body-innerwrapper {
    overflow-x: clip!important;
}

#itemid-195 #sp-top-bar {
    background: #f5faff!important;
}

#sp-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: inherit;
  margin: 0 auto;
  box-shadow: none;
  animation: none!important;
}

#sp-header .logo {
  height: 90px;
}

#sp-header.header-sticky,
body:not(.home) #sp-header.header-sticky {
  position: sticky;
  top: 0;
  max-width: 100%;
  padding: 0 10px 0 0;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
  z-index: 1000;
}

#sp-header.header-sticky .logo {
  height: 80px;
  transition: width 0.3s ease;
}

#sp-header .logo-image,
.sp-megamenu-parent > li > a {
  transition: width 0.3s ease;
}


/* ------- Navigation Menu ------- */
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
  text-transform: uppercase;
}

.sp-megamenu-parent > li > span {
  color: #fff;
}

.sp-megamenu-parent > li a {
  transition: 0.3s ease-in-out;
}

.sp-megamenu-parent > li:last-child > a {
  max-width: fit-content;
  padding: 4px 8px;
  margin: 25px 0 0;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
    margin-top: -20px;
    margin-right: -10px;
}

/* Menu hover effects */
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  padding: 4px 8px;
  transition: transform 0.3s ease;
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li.active > a {
  font-weight: bold;
}

.sp-megamenu-parent > li:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  transform: scale(1.1);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #fff;
  background: #ff3737;
}

/* Remove dropdown item prefix icon */
.sp-megamenu-parent > li li a::before {
  display: none;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  margin-top: -3px;
}

.sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
    margin-top: -20px;
    margin-right: -10px;
}


/* ------- Social & Contact Info ------- */
.social-icon-facebook,
.social-icon-youtube,
.sp-contact-phone,
.sp-contact-email,
.sp-contact-time {
  transition: transform 0.3s ease;
}

.social-icon-facebook:hover,
.social-icon-youtube:hover {
  transform: scale(1.3);
}

ul.social-icons a {
  color: #777272 !important;
  font-size: 18px;
}

.sp-contact-phone:hover,
.sp-contact-email:hover,
.sp-contact-time:hover {
  transform: scale(1.1);
}

.sp-contact-phone,
.sp-contact-email {
  padding-right: 10px;
}

.sp-contact-info,
.fa {
  font-size: 18px;
}

.sp-contact-info li i,
.sp-contact-info li {
  color: #f50000;
}


/* ------- Logo ------- */
#sp-logo {
  z-index: 1000;
}

.logo {
  transition: transform 0.3s ease-in-out;
}

.logo:hover {
  transform: scale(1.1);
}

/* Adjust logo size when header is sticky */
#sp-header.is-sticky.header-sticky .logo-image {
   height: 90px;
   margin-top: 8px;
}


/* ------- Offcanvas Menu ------- */
#offcanvas-toggler .burger-icon > span {
  background: #fff !important;
}

#offcanvas-toggler {
  margin-right: 15px;
}

.offcanvas-menu + p {
  display: none;
}

.sp-menu {
  margin-right: -40px;
}

.sp-megamenu-parent {
  margin: 0 -30px;
}

body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  z-index: 9999;
}

.offcanvas-menu {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li a,
.offcanvas-menu .offcanvas-inner ul.menu > li span {
  color: #fff !important;
}

/* ===================================================================
   BODY & MAIN CONTENT
   =================================================================== */
#sp-component .btn,
#sp_qc_submit {
  background: grey !important;
}

#sp-main-body {
  padding: 0 !important;
  min-height: 340px;
}

.itemid-227 #sp-main-body .container {
  width: 100% !important;
  max-width: 100% !important;
}

body.jux_newsticker_margin {
  margin-top: 0;
}


/* ------- Article Styles ------- */
article.item {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.article-info > span a {
  color: #252525;
  font-size: 16px;
  text-transform: uppercase;
}

.article-info > span a:before {
  content: "\f07c";
  font-family: "Font Awesome 6 Free";
}

.view-article .container .article-details table {
  margin: 0 auto;
}

.view-article .container .article-details img {
  padding: 10px;
}

div[itemprop="articleBody"] td {
  padding: 1px 15px;
  width: 300px;
}

/* Articles - table style with borders */
.article-details #sheet0 tbody, 
.article-details #sheet0 td, 
.article-details #sheet0 tfoot, 
.article-details #sheet0 th, 
.article-details #sheet0 thead, 
.article-details #sheet0 tr {
    border-color: #808080;
    border-style: solid;
    border-width: 1px;
}

/* ------- Articles plus ------- */

#article-feature-gallery-1791 {
  width: 350px !important;
}

.article-details .article-feature-gallery {
  height: 440px;
}

.view-article .container .article-details .article-feature-gallery img {
  max-height: 450px;
}

.article-details #sheet0 tbody,
.article-details #sheet0 td,
.article-details #sheet0 tfoot,
.article-details #sheet0 th,
.article-details #sheet0 thead,
.article-details #sheet0 tr {
  border-color: #808080;
  border-style: solid;
  border-width: 1px;
}

/* Limit the length of the title to three lines. */
.qx-card-body .qx-card-title.qx-media-heading a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qx-card-body .qx-card-text.qx-element-jarticle-introtext::after {
    content: "";
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
    height: 7rem;
    background: linear-gradient(180deg, rgba(254, 254, 254, 0) 0%, #FFFFFF 100%);
}

/* ------- Page Builder Elements ------- */
#qx-row-446 {
  z-index: 1;
}

.editor-xtd-buttons {
  background: grey;
}

.layout-edit #sp-main-body .mb-2 {
  background: #7fa4fb;
}

.sp-reading-progress-bar {
  background-color: #23c03d !important;
}

.body-wrapper .qx.quix #qx-row-19174 img.blur-up.lazyloaded {
  margin: 0 auto;
}

.qx-btn-primary {
  color: #fff;
  background-color: #ff3737 !important;
  border-color: #ff3737 !important;
}

.qx-btn-primary:hover {
  color: #fff;
  background-color: #ff5959 !important;
  border-color: #ee3234 !important;
}

.body-wrapper #sp-main-body .qx-element-call-to-action_button .qx-btn:hover {
  color: #fff !important;
}

#sp-component .sp-column .btn,
.btn-slider a,
#sp_qc_submit {
  margin: 1px;
  background: grey;
}

#qx-row-1664 .qx-column li {
  list-style-type: none;
}

.qx-modal.qx-open {
  z-index: 9997;
}


/* ------- Footer Section ------- */

#qx-section-footer-new ul li a{
 padding: 2px 4px 8px 0px!important;
 line-height: 17px;
}

.mod-whosonline {
    color: #fcfcfc!important;
}

#qx-column-f4o43 .qx-element-wrap+.qx-element-wrap {
    margin-top: 10px!important;
}
  
/* ================= EXTENSIONS ================= */

/* DJ-Accessibility */
/* DJ-Accessibility: Hiding unnecessary tools */
ul.djacc__list li:nth-of-type(n+3):nth-of-type(-n+8),
ul.djacc__list li:nth-of-type(11),
ul.djacc__list li:nth-of-type(13),
ul.djacc__list li:nth-of-type(14){
  display: none;
}

/* DJ-Accessibility: Creating a compact view - smaller wide */
.djacc-popup .djacc__panel {
  width: 300px!important;
}

.djacc-popup .djacc__btn svg {
  margin-right: 4px!important;
}

.djacc-popup .djacc__btn {
  padding: 4px!important;
  font-size: 13px!important;
}
.djacc_btn-label {
    max-width: 95px;
    word-break: break-word;
}

.djacc-popup .djacc__label,
.djacc-popup .djacc__size {
  padding: 10px!important;
}

.djacc-popup .djacc__dec,
.djacc-popup .djacc__inc {
  width: 70px!important;
}

.djacc-popup .djacc__footer {
  display: none!important;
}

/* DJ-Accessibility: Creating a compact view - hide the slider and percentages */
.djacc-popup .djacc__bar,
.djacc-popup .djacc__size {
  display: none!important;
}

/* JoomGallery */
a.jg-link:not(.btn){
  font-size: 18px !important;
  text-decoration: none !important;
}

.jg-images[class*=" columns-"]>.jg-image>.jg-image-thumbnail>a>img,
.jg-images[class*=" columns-"]>.jg-image>.jg-image-thumbnail>.jg-image-caption-hover>a>img{
  height: 260px !important;
}

.jg-images[class*=" columns-"]>.jg-image>.jg-image-thumbnail>a,
.jg-images[class*=" columns-"]>.jg-image>.jg-image-thumbnail>.jg-image-caption-hover>a{
  padding-bottom: 70%;
}

a,
button,
[role="button"],
input[type="submit"],
input[type="button"],
.clickable {
  cursor: pointer !important;
}

/* ===================================================================
   RESPONSIVE & ADAPTIVE DESIGN
   =================================================================== */

/* Tablet Landscape Layout 1901px+ */
@media (min-width: 1901px) {
  .sppb-row-container {
    max-width: 1520px;
  }
  
  #qx-joomla-articles-henzr .qx-media-heading, #qx-joomla-articles-ipqks .qx-media-heading  {
    height: 80px;
  }

  #qx-joomla-articles-henzr .qx-element-jarticle-introtext, #qx-joomla-articles-ipqks .qx-element-jarticle-introtext  {
    height: 140px;
  }
  
}

/* Tablet Landscape Layout 1601-1900px */
@media (min-width: 1601px) and (max-width: 1900px)  {
  .sppb-row-container {
    max-width: 1420px;
  }
  
  #qx-joomla-articles-henzr .qx-media-heading, #qx-joomla-articles-ipqks .qx-media-heading {
    height: 80px;
  }

  #qx-joomla-articles-henzr .qx-element-jarticle-introtext, #qx-joomla-articles-ipqks .qx-element-jarticle-introtext  {
    height: 140px;
  }

  #tenders iframe {
      min-height: 1170px;
  }
  
}

/* Tablet Landscape Layout 1401-1600px */
@media (min-width: 1401px) and (max-width: 1600px)  {
  .sppb-row-container {
    max-width: 1320px;
  }
  
  .qx-card-body .qx-media-heading {
    height: 80px;
  }

  .qx-card-body .qx-element-jarticle-introtext {
    height: 140px;
  }

  #tenders iframe {
    min-height: 1270px;
  }
  
}


/* Desktops 1281-1400px */
@media (min-width: 1281px) and (max-width: 1400px) {

  #sp-menu {
        margin-right: -70px;
  }
  
  #qx-joomla-articles-ipqks .qx-card {
    min-height: 560px;
  }
  
  #qx-joomla-articles-ipqks .qx-card .qx-card-img-top img {
    height: 340px;
  }
  
  #qx-joomla-articles-henzr .qx-media-heading, #qx-joomla-articles-ipqks .qx-media-heading {
    height: 80px;
  }

  #qx-joomla-articles-henzr .qx-element-jarticle-introtext, #qx-joomla-articles-ipqks .qx-element-jarticle-introtext {
    height: 140px;
  }
  
  #sp-logo {
    margin-left: -50px;
  }

  #sp-header.is-sticky.header-sticky .logo-image-phone {
    height: 85px;
  }

  .sp-menu {
    margin-right: -20px;
  }

  #sp-menu {
      margin-right: -70px;
    }
  
  iframe#tenders {
    min-height: 1200px;
  }

  #tenders iframe {
    min-height: 1370px;
  }

}


/* Laptops/Desktops 1025-1280px */
@media (min-width: 1025px) and (max-width: 1280px) {

  #sp-menu {
            margin-right: -80px !important;
  }
  
  #qx-joomla-articles-ipqks .qx-card {
    min-height: 560px;
  }

  #qx-joomla-articles-ipqks .qx-card .qx-card-img-top img {
    height: 340px;
  }

  #sp-logo {
    margin-left: -50px;
  }

  #sp-header.is-sticky.header-sticky .logo-image-phone {
    height: 85px;
  }

  #sp-menu {
    margin-right: -30px;
  }

  .sp-megamenu-parent {
    margin: 0 -32px !important;
  }
  

  /* Facts About Us - We are in numbers - counts font size fix */
    #qx-column-pye9o .qx-element.qx-element-counter-v2 .counter-wrapper .counter-count {
      font-size: 52px !important;
    }
  
  iframe#tenders {
  min-height: 1600px;
  }

  #tenders iframe {
      min-height: 1770px;
    }
  
}

/* Tablets (landscape) 945-1010px */
@media (min-width: 945px) and (max-width: 1010px) and (orientation: landscape) {
    #qx-section-footer-new #qx-column-7s2ra .qx-iconnav {
        justify-content: center;
    }
    
    iframe#tenders
    {
    min-height: 1800px;
    } 

}

/* Tablets (landscape) 768-1024px */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #slider .clearfix {
    margin-top: 0 !important;
  }

  .sp-menu {
    margin-right: -40px;
  }

  .sp-megamenu-parent {
    margin: 0 -30px !important;
  }

  #sp-header.is-sticky.header-sticky .logo-image-phone {
    height: 85px;
  }

  /* Blocks with icons */
  /*
  .holographic-container>div {
    margin: 4px 8px;
  }
  */

  #qx-section-8787 {
    padding-top: 10px;
  }

  #qx-heading-56539 h2 {
    line-height: 1.2em !important;
    padding-bottom: 20px;
  }

  .qx-card-deck {
    display: none !important;
  }

  #qx-joomla-articles-ipqks .qx-card {
    min-height: 560px;
  }

  #sp-main-body .qx-element-blurb__media {
    width: 100% !important;
  }

  #sp-main-body .qx-element-blurb__media img {
    margin: 0 auto !important;
    min-width: 40px;
  }

  .qx-element-call-to-action_image img {
    min-width: 40px;
  }

  .holographic-card {
    height: 200px !important;
  }
  
  iframe#tenders{
    min-height: 1800px;
  } 

  #tenders iframe {
      min-height: 1990px;
  }
  
}


/* Mobile landscape 481-767px */
@media (min-width: 481px) and (max-width: 767px) {
  #slider .clearfix {
    margin-top: 0 !important;
  }

  #qx-section-footer {
    display: none !important;
  }

  #sp-header.is-sticky.header-sticky .logo-image-phone {
    height: 85px;
  }

  #qx-heading-56459 h2 {
    line-height: 1.3em !important;
  }

  #qx-heading-56539 h2 {
    line-height: 1.2em !important;
    padding-bottom: 20px;
  }

  #qx-blurb-75152 {
    margin-left: 0 !important;
  }

  #sp-main-body .qx-element-blurb__media {
    width: 100% !important;
  }

  #sp-main-body .qx-element-blurb__media img {
    /* width: 50% !important;*/
    height: auto !important;
    margin: 0 auto !important;
  }

  .qx-card-deck {
    display: none !important;
  }

  #qx-blurb-6221 .qx-element-blurb__body,
  #qx-blurb-6221 .qx-element-blurb__body * {
    font-size: 30px;
  }

  #qx-blurb-39567 .qx-element-blurb__title * {
    font-size: 35px;
  }

  .qx-element-call-to-action_image img {
    min-height: 45px !important;
    margin: 0 auto !important;
    min-width: 40px;
    width: 20% !important;
  }

  #sp-main-body .qx-element-blurb__media img {
    /* width: 60% !important;*/
    margin: 0 auto !important;
    min-width: 40px;
  }
  
  #qx-joomla-articles-henzr .qx-grid-deck figure img,
  #qx-joomla-articles-ipqks .qx-grid-deck figure img{
		        margin: 0 auto;
  }

  #qx-column-25126 > .qx-col-wrap {
    padding-left: 15px !important;
  }
  
  #qx-section-company-name{
    background: none;
  }

  .holographic-card {
    height: 200px !important;
  }

  /* Blocks with icons */
 .holographic-container>div {
    min-height: 230px;
  }

  #modal-dj-easy-contact-box .modal-header .close,
  #modal-dj-easy-contact-box .modal-header .close:hover {
    right: -40px;
    top: -10px;
    height: 70px;
    width: 70px;
  }
  
  #qx-column-neksx{
  display: none!important;
  }

  #qx-column-f4o43,
  .mod-whosonline {
    text-align: center;
   }
   
   /* Wide Video Section */
	#qx-column-rktc8 .qx-col-wrap{
    padding: 0px;
    width: 100%;
    }
    #qx-video-je5st .plyr {
    width: 100%;
    }
  
   #qx-section-footer-new #qx-column-7s2ra .qx-iconnav {
        justify-content: center;
    }

    /* Facts About Us - We are in numbers - centering */
    /* Animate logo - centering */
    #qx-image-8s8lp img,
    #qx-raw-html-zfpjr {
      margin: 0 auto;
     }
    
     #tenders iframe {
      min-height: 2400px;
     }

}

/* Smartphone portrait 320-480px */
@media (min-width: 320px) and (max-width: 480px) {
  #slider .clearfix {
    margin-top: 0 !important;
  }

  .carousel-colum .clearfix {
    width: 100%;
  }

  #qx-section-footer {
    display: none !important;
  }

  #sp-header.is-sticky.header-sticky .logo-image-phone {
    height: 80px;
  }

  #qx-heading-56539 h2 {
    line-height: 1em !important;
    font-size: 2.7em !important;
    padding-bottom: 20px;
  }

  #qx-heading-56459 h2 {
    line-height: 1.2em !important;
    font-size: 2.8em !important;
  }

  #sp-main-body .qx-element-blurb__media {
    width: 100% !important;
  }

  #sp-main-body .qx-element-blurb__media img {
    /*width: 40% !important;*/
    height: auto !important;
    min-width: 38px;
    margin: 0 auto !important;
  }

  #qx-blurb-75152 {
    margin-left: 0 !important;
  }

  .qx-card-deck {
    display: none !important;
  }

  #qx-column-25126 > .qx-col-wrap {
    padding-left: 15px !important;
  }
  
  #qx-section-company-name{
    background: none;
  }

  /* Blocks with icons */
  #qx-column-3blocks-below-slider-block1,
  #qx-column-3blocks-below-slider-block2,
  #qx-column-3blocks-below-slider-block3 {
    margin: 2px;
  }

  #modal-dj-easy-contact-box .modal-header .close,
  #modal-dj-easy-contact-box .modal-header .close:hover {
    right: -30px;
    top: -10px;
    height: 60px;
    width: 60px;
  }
  
  #qx-column-neksx{
    display: none!important;
  }
  
  #qx-joomla-articles-henzr .qx-grid-deck figure img,
  #qx-joomla-articles-ipqks .qx-grid-deck figure img{
		        margin: 0 auto;
  }
  
  #qx-column-f4o43,
  .mod-whosonline {
    text-align: center;
}

	/* Wide Vdeo Section */
	#qx-column-rktc8 .qx-col-wrap{
    padding: 0px;
    width: 100%;
    }
    #qx-video-je5st .plyr {
    width: 100%;
    }
    
	#qx-section-footer-new #qx-column-7s2ra .qx-iconnav {
        justify-content: center;
    }
    
}


/* ===================================================================
   END OF CUSTOM CSS
   =================================================================== */
