/*______RESPONSIVE CSS______*/

@media (max-width: 1400px) {
  .dj-megamenu-clean li a.dj-up_a {
    padding: 0 8px !important;
  }

  .dj-mobile-open-btn {
    background: none !important;
  }

  .dj-mobile-open-btn .dj-mobile-open-icon:before {
    color: var(--digi-darkblue);
  }

  .dj-mobile-open-btn.active .dj-mobile-open-icon {
    background: none !important;
    color: var(--digi-blue);
  }

  ul.dj-mobile-dark li.dj-mobileitem > a {
    text-align: center;
  }
}

@media (max-width: 979px) {
  .page-header h1 {
    font-size: 2.5em;
    line-height: 1em;
  }

  .elrc-article-title h2 {
    font-size: 2em;
    margin-bottom: 30px;
  }

  #feature-row {
    background-color: #ffffff !important;
  }

  #feature-row .btn-blue br {
    display: none;
  }

  #feature-row .btn-blue span {
    font-size: 20px;
    padding: 2px;
  }

  #feature-row > div > div + div {
    padding-top: 20px !important;
  }

  #feature-row a.btn {
    margin-bottom: 8px;
  }

  .elrc-slider-header {
    margin-top: -100px !important;
  }

  .brand-logo img {
    /* Placeholder for brand logo max-width adjustments */
  }
}
/* ADDED ON 11-08-2025 CSS to SET THE BREADCRUMB PADDING BELOW 992 & ABOVE 767 PX */
@media (min-width: 767px) and (max-width: 992px) {
  .below-img{
    padding-left:1.7rem;
  }
}
/* ADDED ON 28-07-2025 CSS to PLACE RINGS IMAGE BELOW  1400 & ABOVE 770 PX */
@media (min-width: 770px) and (max-width: 969px) {
	.elrc_header_parent-wrapper .rings-bg {
        right: 2%;
        border:0px solid #ff0000;
        max-width:18%;
        top:-10%;
    }
}
@media (min-width: 970px) and (max-width: 1149px) {
	.elrc_header_parent-wrapper .rings-bg {
        right: 2%;
        border:0px solid #ff0000;
        max-width:15%;
        top:-12%;
    }
}
@media (min-width: 1150px) and (max-width: 1400px) {
	.elrc_header_parent-wrapper .rings-bg {
        right: 2%;
        border:0px solid #ff0000;
        max-width:20%;
        top:-15%;
    }
}


/* RINGS IMAGE BELOW  1400 & ABOVE 770 PX CSS ENDS HERE */
@media (max-width: 768px) {
  #phmc-newsletter-wrapper .phmc-newsletter-container {
    border-radius: 0px !important;
  }
  .btn-blue {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .btn-findmore {
    margin-top: -24px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  #news-row {
    background-color: var(--digi-beige);
  }

  .slider-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    position: absolute;
    top: 40% !important;
    left: 0;
    width: 100%;
  }

  .custom-grid-container {
    padding-top: 0rem !important;
  }

  .phmc-custom-search .digi-bg-darkblue {
    border-radius: 0px;
  }

  .btn-findmore {
    padding: 10px;
    margin-left: 45px;
  }
  .qc-search-box .searchinput {
     width: 80% !important;
  }
  /* Added on 28-07-2025 */
  .elrc-contact-us-form-text{
  background: #ffffff;
  padding: 0.9375rem 1.25rem 1.5625rem 1.25rem;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 0px solid #ff0000;
  width: 100%;
  margin-bottom:100px;
  display:block;
  }
  .elrc_image_other > img {
    border-radius: 0px;
  }
  /* ADDED ON 29-07-2025 */
  .footer-4 .navbar-nav{
    display:none; /* To hide the footer links on mobile screens */
  }
  .border-rounded-0 {
    border-radius: 0px; /*Blue Search box*/
  }
  /* ADDED ON 04-08-2025 */
  .rsform-input-box{
    padding: .5rem .75rem;
  }
  /* ADDED ON 05-08-2025 */
  #news-results > h2 {
    padding-left: 25px;
  }
}

@media (max-width: 468px) {
  .footer hr {
    width: 100%;
  }

  .digi-2col {
    background: #f1eedb;
  }

  .digi-2col .border-rounded {
    border-radius: 0px;
  }

  .page-header h1 {
    font-size: 2em;
  }

  .elrc-article-title h2 {
    font-size: 1.5em;
    margin-bottom: 30px;
  }

  .btn-blue {
    background: #279bd1 !important;
    color: #fff !important;
    margin-bottom: 40px;
  }

  .form-group {
    display: inline;
    justify-content: space-between;
    align-items: center;
  }

  .archive-btn {
    text-align: center !important;
  }

  #mc-embedded-subscribe {
    width: 95% !important;
    margin: 10px 12px 0px 0px !important;
  }

  .clear {
    margin-bottom: 20px;
  }

  .btn-findmore {
    margin-left: 0px;
    margin-top: -24px;
    width: 85% !important;
    margin-right: auto;
    padding: 10px;
  }

  #feature-row > div > div + div {
    padding-top: 20px !important;
  }

  #feature-row a.btn {
    margin-bottom: -8px;
  }

  .elrc-slider-header {
    margin-top: -100px !important;
  }

  .headerClasses .gtranslate_wrapper {
    /* display: none; */
  }

  .btn-search {
    display: none;
  }

  .slider-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    position: absolute;
    top: 35% !important;
    left: 0;
    width: 100%;
  }

  .custom-grid-container {
    padding-top: 0.2rem !important;
  }

  .below-img {
    margin-top: -4rem;
    padding-top: 5rem;
  }

  .dj-offcanvas {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Added on 23-07-2025 */
  #header{
    padding:0.2rem 1rem 0.2rem 0rem !important;
  }
  .brand-logo img{
    width:85% !important;
  }
  .gt_selector {
    padding: 2px 0px !important;
    margin-left: 0px !important;
    width:90%;
  }
   /* ADDED ON 25-07-2025 */
   .btn-blue{
    /* width:100%; */
   }
   .qc-search-box .searchinput {
     width: 100% !important;
  }
  
  .elrc-title-mobile{
    font-size:1.8rem; /*ELRC News title on homepage*/
  }
  .elrc-lh-mobile{
    line-height:1.6rem; /*Close up line_height on News titles on homepage*/
  }
  .slider-card {
        padding-bottom:0px;
    }
  .btn-mobile-100{
    width:100% !important; /*To make Quality Coact Search button full width*/
    margin-bottom:0px;
  }
  .slider-card{
    padding-bottom:0px !important;
  }
  .rsform-submit-button{
    width:100%;
  }
  .result__taxonomy-item.result__taxonomy--Category {
    padding: 6px 30px;
    margin-left: 0px !important;
    background: #f2f2f2;
    margin-right: 5px;
  }
  /* ADDED ON 29-07-2025 */
  .dj-megamenu-modern li.dj-up{ /*To make the subnav centered on PZ & FZ pages*/
    display:flex;
    width:100%;
    justify-content:center;
  }
  .dj-megamenu-modern li a.dj-up_a.active {
    width: 100%;
    justify-content: center;
    display: flex;
  }
}

/* Added on 18-07-2025 */
@media (min-width: 768px) {
  .elrc-subheader-title {
    border-radius: 20px !important;
  }

  /* Added on 21-07-2025 */
  .contact .comp {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  /* ADDED on 04-08-2025 */
  .news-form-mt-5{
    margin-top:5rem;
  }
}