@font-face {
    font-family: "Gill Sans";
    src: url("../plumb/assets/fonts/GillSans.woff2") format("woff2"), url("../plumb/assets/fonts/GillSans.woff") format("woff"), url("../plumb/assets/fonts/GillSans.ttf") format("truetype"), url("../plumb/assets/fonts/GillSans.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gill Sans";
    src: url("../plumb/assets/fonts/GillSans-SemiBold.woff2") format("woff2"), url("../plumb/assets/fonts/GillSans-SemiBold.woff") format("woff"), url("../plumb/assets/fonts/GillSans-SemiBold.ttf") format("truetype"), url("../plumb/assets/fonts/GillSans-SemiBold.svg") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Perpetua";
    src: url("../plumb/assets/fonts/Perpetua.woff2") format("woff2"), url("../plumb/assets/fonts/Perpetua.woff") format("woff"), url("../plumb/assets/fonts/Perpetua.ttf") format("truetype"), url("../plumb/assets/fonts/Perpetua.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
    --primary-color: #7c6274;
    --secondary-color: #be985a;
    --white: #fff;
    --black: #000;
    --footcolor: #525252;
}

.bgscon{
    background-color: var( --secondary-color );
    border: 1px solid var(--secondary-color) !important;
}

.banprime{ background: #7c6274 }
 

* {
    color: var(--footcolor);
}

a {
    color: var(--secondary-color);
}

a:hover {
    color: var(--primary-color);
}
 
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
        font-family: "Gill Sans", Arial, sans-serif;
    overflow-x: hidden;
    font-size: inherit !important;
}

header {
    box-shadow: 0px -9px 15px 2px var(--primary-color);
}

.hlogo img {
    width: 242px;
    height: auto;
}

.tophead {
    background: var(--primary-color);
    padding: 8px 0;
    text-align: center;
    font-size: 16px;

}

.tophead a {
    color: var(--white);
    text-decoration: none;
    margin: 0px 40px 0px 0px;
        font-size: 18px;
}
.tophead a:hover {
    color: white;
}
a.btn.btn-outline-light {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  box-shadow:none;
  padding: 8px;
  max-width: 290px;
  margin: 0 auto;
   display: inline-block;
       border-radius: 0;
   border-color: #f8f9fa;
 }
a.btn.btn-outline-light:hover {
color: #212529;
  background-color: #fff;
  border-color: #fff;

 }
/* Default font size and layout for larger screens (above 1340px) */
li.nav-item a {
    color: var(--black) !important;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Perpetua", "Times New Roman", serif;
}

/* For screens between 1340px and 1024px */
@media (max-width: 1340px) {
    li.nav-item a {
        font-size: 13px; /* Slightly smaller font size */
    }
}

/* For screens between 1024px and 768px (tablets) */
@media (max-width: 1024px) {
    li.nav-item a {
        font-size: 12px; /* Smaller font size */
    }
}

/* For small screens (mobile, max-width 480px) */
@media (max-width: 480px) {
    li.nav-item a {
        font-size: 10px; /* Very small font size for mobile */
    }
}


 
i.bi.bi-search::before {
    font-weight: 900 !important;
} 
.searchbtn i {
       border: 1px solid #be985a;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 6px;
    border-radius: 50%;
    line-height: 0;
        color: #be985a;
}
/* Default font size for larger screens */
.hmbanner .col-md-8 p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    padding: 5px 0px 0px 0px;
    font-weight: normal;
}

/* For screens between 1340px and 1024px */
@media (max-width: 1340px) {
    .hmbanner .col-md-8 p {
        font-size: 15px !important; /* Slightly smaller font size */
        line-height: 18px; /* Adjust line height */
    }
}

/* For screens between 1024px and 768px (tablets) */
@media (max-width: 1024px) {
    .hmbanner .col-md-8 p {
        font-size: 14px !important; /* Smaller font size for tablets */
        line-height: 16px; /* Adjust line height */
    }
}

/* For small screens (mobile, max-width 480px) */
@media (max-width: 480px) {
    .hmbanner .col-md-8 p {
        font-size: 12px !important; /* Even smaller font size for mobile */
        line-height: 14px; /* Adjust line height */
        padding: 3px 0px 0px 0px; /* Adjust padding for mobile */
    }
}

.larpad {
    padding: 100px 0;
}

.pady {
    padding: 10px 0;
}
section.py-5.d-block {
    padding-top: 1rem !important;
}
.bgprime {
    background: var(--primary-color);
}



.abtban h1 {
    color: var(--white);
    font-size: 50px;
    font-weight: bold;
}
a.nav-link {
    font-weight: 500;
}

.newsdata {
    padding: 20px;
    border: 2px solid var(--primary-color);
}

.desc {
    padding-left: 75px;
}

.desc h2,
section h2 {
    font-size: 45px;
    font-weight: 400;
    color: var(--white);
    font-family: "Gill Sans", Arial, sans-serif !important;
}

.hmbanner h1 {
     color: var(--white);
    font-size: 48px;
    font-family: "Perpetua", "Times New Roman", serif;
    font-weight: bold;
    padding-bottom: 60px;
    line-height: 1.1;
     margin-left: 42px;
}
a.requestbtn.padmore.mainimage {
    margin-top: -30px;
        margin-bottom: 45px;
            margin-left: 42px;
}

.featitem {
    display: flex !important;
    align-items: center;
    gap: 20px;
}

.featitem img {
    width: 120px;
    border: 1px solid #525252 !important;
}

.featitem h4 {
    font-size: 16px;
    padding-right: 20px;
        font-family: 'Gill Sans';
}

.featslide .slick-slide {
    border: 1px solid #0000002b;
    margin-left: 0px;
    border-width: 0px 1px 0 0px;
    padding: 0px;
}
.slick-slider .slick-slide {

}
.whitesec .col-md-3 img {
    box-shadow: 0px 3px 20px -10px #7c6274a6;
}

.featslide {
    position: relative;
}

.newslide.slick-initialized.slick-slider svg.svg-inline--fa.fa-chevron-left {
    display: none;
}
span.suggestion-post-title {
    color: #525252;
}
.featslide .slick-prev {
    display: none !important;
}

.hmbanner .col-md-8 h4 {
    margin: 0;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    font-size: 22.5px;
        font-family: "Gill Sans", Arial, sans-serif !important;

}
.hmbanner .col-md-8 p {
    margin: 0;
    font-size: 16px;
    color: #fff;
        line-height: 20px;
            padding: 5px 0px 0px 0px;
                font-family: "Gill Sans", Arial, sans-serif !important;
}
.newslide .slick-next,
.featslide .slick-next {
    position: absolute;
    right: -50px;
    top: 50%;
    font-size: 0;
    border: none;
    background: transparent;
}

.featslide .slick-next {
    right: -20px;
    top: 40%;
}

.newslide .slick-next::after,

.featslide .slick-next::after {
    content: '';
    background: url(../plumb/images/next.png);
    width: 30px;
    height: 30px;
    position: absolute;
    background-size: cover;
}

.textblack h2,
.textblack p {
    color: var(--black) !important;
}

.whitesec h2 {
    color: var(--black);
}

.desc p {
  line-height: 28px;
    color: var(--white);
}

.requestbtn {
    padding: 15px 25px;
    background: var(--secondary-color);
    border-radius: 50px;
    text-decoration: none;
    color: var(--white);
    font-weight: 600;
    display: block;
    width: fit-content;
    border: 1px solid var(--secondary-color);
        margin-top: 20px;
}

.requestbtn:hover {
    background: var(--primary-color);
    color: var(--white);
    transition: 0.2s ease-in-out;
    border: 1px solid var(--secondary-color);
}

.productrow .col-md-4 {
    padding: 0;
}

.productrow img {
    padding: 12px;
}

section.newsletter {
    padding: 70px 0;
    background: var(--primary-color);
}

.newsletter h2 {
    color: var(--white);
    font-size: 38px !important;
    font-family: "Perpetua", "Times New Roman", serif;
}

.newsletter p {
    color: var(--white);
    font-size: 15px !important;
}

.newsform button {
    background: var(--secondary-color);
    color: var(--white);
    padding: 15px 0;
    border: none;
    width: 98%;
    margin: 5px auto;
}

.newsform button:hover {
    background: #ad8544;
}

.newsform>div {
    padding: 8px;
}

.newsform input,
.newsform input:focus {
    font-size: 14px;
    border-radius: 0;
    padding: 10px;
    border: none;
    outline: none;
    box-shadow: none;
}

.nav-item:hover .dropdown-menu {
    display: block;
}
.banprime a {
    color: #fff;
        text-decoration: underline;
    font-size: 14px;
}
.banprime a:hover {
    color: #fff;
     font-size: 14px;
}
.banlist li.sep {
    border-left: 1px solid #ccc;
}

.banlist {
    display: flex;
    list-style: none;
    gap: 20px;
    padding: 0;
     margin: -10px 0 4px 0px;
}
.fields fieldset {
    border: 1px solid #ccc;
    margin: 30px 0;
    padding: 0 20px;
}
.list-group-item {
 
    border: none !important;
    
}
nav.navbar.navbar-expand-lg.navbar-light.px-md-2 {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.row.p-md-0.ps-md-5.p-3.text-center.m-md-auto.fields {
    margin-top: -20px !important;
}
.fields li p,.fields li h5{ color: #fff; margin:0; }
.fields li p{ font-size: 16px;     margin: 5px 0 -6px 0px;}
.fields li h5{ font-size: 20px; }
.fields legend {
    font-size: 12px !important;
    float: unset;
    width: auto;
    padding: 0px 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
    margin: 0 auto;
}
.nav-item .dropdown-menu{ border: none ;
    border-radius: none;
    background: #6e5666;}
.list-group-item { border: none ; }

footer {
    border-top: 1px solid #eaeaea;
}

footer .listdata {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: end;
    color: var(--footcolor);
}

/*li.tel {
    padding: 0 5px;
    margin: 0 5px;
    border: 1px solid var(--footcolor);
    border-width: 0 2px;
}*/

li.tel a,
.smedia li a {
    color: var(--footcolor);
    text-decoration: none;
}

.smedia li a i {
    color: var(--primary-color);
    font-size: 30px;
}

.smedia li a i {
    color: var(--white);
    font-size: 20px;
    background: var(--primary-color);
    padding: 8px 11px;
    border-radius: 50%;
    line-height: 2;
}

.smedia li a i:hover {
    background: var(--secondary-color);
}

.memfooter .smedia li a i{
    background: var(--secondary-color);
    color: #000;
}

.subheader {
    background: #cccccc43;
}

.subheader ul li {
    width: 25%;
    background: var(--primary-color);
    padding: 10px;
    text-align: center;
    border: 1px solid var(--primary-color);
}

.subheader.memberpg ul li {
    width: 24.5%;
    background: #eeeeee;
    padding: 10px;
    color: #000;
    text-align: center;
    border:none;
    border-radius: 12px;
    box-shadow: -1px 1px 7px #ccc;
}

.subheader ul li a {
    text-decoration: none;
    color: var(--white);
    font-size: 16px;
}

.subheader.memberpg ul li a {
    text-decoration: none;
    color: var(--black);
    font-size: 16px;
}

.subheader.memberpg ul li.active,
.subheader.memberpg ul li:hover {
    background: var(--secondary-color);
    border: 0px;
}
.subheader.memberpg ul li.active a,
.subheader.memberpg ul li:hover a{
   color: #fff;
}

.subheader ul li.active,
.subheader ul li:hover {
    background: var(--secondary-color);
    border: 2px solid #eceaec;
}




@media screen and (max-width:1720px) {
    

    .abtban h1 {
        font-size: 40px;
    }
}

.abtban {
 position: relative;
    width: 100%;
    min-height: 60vh;        /* instead of 660px */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
 
}

/* Desktop large */
@media (min-width: 1400px) {
  .abtban {
      min-height: 70vh;
      background-position: center center;
  }
}

/* Laptop */
@media (max-width: 1200px) {
  .abtban {
      min-height: 60vh;
      background-position: center top;
  }
}

/* Tablet */
@media (max-width: 992px) {
  .abtban {
      min-height: 50vh;
      background-position: 60% center;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .abtban {
      min-height: 42vh;
      background-size: cover;
      background-position: 65% center;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .abtban {
      min-height: 38vh;
      background-position: 70% center;
  }
}


 h5.m-0.text-uppercase {
    font-family: "Gill Sans", Arial, sans-serif;
}
/* .recarea { border: 1px solid var(--primary-color); padding: 30px; } */
.recarea fieldset {
    min-width: auto;
    padding: 10px 30px;
    border: 1px solid var(--primary-color);
}
.recarea legend {
    font-size: 20px !important;
    float: unset;
    width: auto;
    padding: 10px;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
            font-family: "Gill Sans", Arial, sans-serif;

}

.linkslides a{ text-decoration: none; }
.linkslides li {
    height: 150px;
    width: 200px;
    background-color: #7c6274;
    padding: 0px;
    transition: 0.3s all ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 20px 0px 20px;
}
.linkslides.main .icon {
    padding: 5px 0 0 0;
    width: 87%;
}
.linkslides .icon {
    padding: 5px 0 0 0;
}
.mulpages{
    background-color: #f2eff1 !important;
    padding: 20px;
    min-height: 300px;
}
.mulpages.charts p {
    min-height: 190px;
}
.mulpages h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
     font-family: "Gill Sans", Arial, sans-serif;
    color: #000;
    min-height: 106px;
}
.mulpages p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0;
        min-height: 165px;
         font-family: "Gill Sans", Arial, sans-serif;
}

.bgchnge  li{
    border-radius: 0 !important;
    background-color: #e5e0e3 !important;
}
.linkslides.bgchnge li.active {
    border-radius: 0 !important;
    background-color: #7c6274 !important;
}
.linkslides.bgchnge li.active p {
    color: #fff !important;
}

.bgchnge  li p{
    border-radius: 0 !important;
    color: #000 !important;
   
}


.linkslides li:hover {
    background-color: var(--primary-color);
    transition: 0.3s all ease-in-out;
}

.linkslides li p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    transition: 0.3s all ease-in-out;
    text-align: center;
    text-transform: uppercase;
    height: 45px;
        font-family: "Gill Sans", Arial, sans-serif;
 
    line-height: 20px;
}

.linkslides li:hover p {
    color: #fff;
    transition: 0.3s all ease-in-out;
}

.featslide  .slick-track {
    display: flex;
    align-items: center;
    gap: 20px;
}

.slick-track {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.main_hero {
    background-color: var(--primary-color);
    padding: 10px;
    position: relative;
    height: 100%;
}
.padmore {
    padding: 10px 25px;
}
.main_hero h6 {
    font-size: 20.5px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-family: "Gill Sans", Arial, sans-serif; 
    min-height: 52px;
}

@media (max-width: 1199.98px) {
    .main_hero h6 {
        font-size: 20px;
    }
}

.main_hero p { color: #fff !important;  font-size: 16px; margin-top: -10px;}


.main_hero .box_bottom p {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.main_hero .box_bottom .cal_icon {
    width: 18px;
    height: auto;
}

.main_hero .box_bottom {
    border: 1px solid #fff;
    border-radius: 25px;
      padding: 0px 10px 3px 10px;
}
.inovate h6 {
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
        margin-left: 15px;
        font-weight: 600;
}
.invxt{
    background: #787c63;
    position: relative;
    overflow: hidden;
        min-height: 352px;
 
}


 
.invxt h4 {
    top: 10%;
    width: 100%;
    background: #fff;
    color: #787c63;
    position: relative;
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    padding: 5px 0 5px 25px;
}
.educate .invxt { background: #596a82; }
.connect .invxt { background: #78726a; }
.educate h4{  color: #596a82; }
.connect h4{  color: #78726a; }

.connect a { color: #000 !important; text-decoration: underline !important; }
 
.invxt span {
    position: absolute;
    bottom: 0;
    font-size: 100px;
    color: rgba(255, 255, 255, .04);
    line-height: 160px;
    font-weight: 500;
 
}
.inovate .invimgitem {
    height: 300px !important;
}
.invimgs  .slick-slide {
    border: 3px solid var(--primary-color);
    padding: 5px;
}
.inovatesec.invimgs  .slick-slide {
min-height: 372px;
}
.invimgitem a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 6px;
}
.invimgitem h4 {
    margin: 0;
    color: #000;
    font-weight: bold;
    padding: 0 8px;
        min-height: 57px;
}
.invimgitem p {
    color: #000;
    padding: 0px 4px;
line-height: 20px;
    font-size: 14px;
        margin-bottom: 20px;
  
}
.innnovates .invimgitem p.info-text {
    text-align: left;
}
p { margin: 0; }

.main_hero .boder_top {
    border-top: 1px solid var(--secondary-color);
    padding-top: 15px;
}

.main_hero .white-top  {
    border-top: 1px solid var(--white);
    padding-top: 15px;
}

.main_hero .ep {
    position: absolute;
    top: 25px;
    left: 35px;
    background-color: var(--secondary-color);
    border-radius: 20px;
       padding: 8px 8px 0px 8px;
 

}

.main_hero .ep p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
        margin-bottom: 0;
            padding: 1px 0px 0px 1px;
}
.homemid h5{
    font-size: 25px;
    font-weight: 700;
    color: #000;
    text-align: center;
}
.homemid .see_more{
    padding: 10px 50px;
    border: none;
    background-color: var(--secondary-color);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 50px;
}
.downld{
    padding: 2px 40px;
    border: none;
    background-color: #be985a;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    width: fit-content;
    margin: auto;
}
.downld:hover {  color: #fff; }

.linkslides button.slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    border: none;
    background: white;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    z-index: 9898;
    box-shadow: 0px 0px 4px 0px #0000008f;
}

.linkslides button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    border: none;
    background: white;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    z-index: 9898;
    box-shadow: 0px 0px 4px 0px #0000008f;
}
.bggrey{ background: #f7f7f7; }
.bggrey h2{ color: #000; }
.resorces .bgscon p {
    width: 100px;
    overflow: hidden;
    text-align: center;
}

.memitem{
    background: #ffff;
    text-align: center;
    min-height: 550px;
}
.memitem div{
  padding: 20px;
}
.memitem h4{
    color: #000;
    font-weight: 800;
}
.memitem p{
    color: #000;
    padding: 0 20px;
}
.memitem .membtn {
    text-decoration: none;
    padding: 10px 20px;
    background: var(--secondary-color);
    width: fit-content;
    margin: auto;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 16px;
}
.memitem .membtn span ,.memitem .membtn i {
   color: #fff;
}

.membslide { position: relative; }
.membslide .slick-arrow {
position: absolute;
bottom: -60px;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 999;
}
.membslide button.slick-next.slick-arrow {
    margin-left: 30px;
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: #ffff;
    padding: 10px 15px;
}
.membslide button.slick-next.slick-arrow i { color: #fff; }
.membslide button.slick-prev.slick-arrow {
    margin-left: -30px;
    background: var(--white);
    border: 1px solid #cccc;
 
    padding: 10px 15px;
}

.conaddress {
    background: var(--secondary-color);
    padding: 80px;
    min-height: 472px;
    display: flex;
    flex-direction: column;
    gap:25px;
}
.conaddress .add {
    display: flex;
    gap: 16px;
}
.digipre {
    padding: 80px;
    background: var(--primary-color);
    min-height: 472px;
    display: flex;
    flex-direction: column;
    gap:25px;
}
.digipre .add{  display: flex; flex-direction: column; gap: 0px; }
.conaddress h4, .digipre h4 {
    color: #fff;
    font-size: 45px;
    letter-spacing: 1px;
    font-weight: 700;
}

.memfooter{ border: none; background: #000; }
.copyright { text-align: center;  border-top: 1px solid #ccc; margin-top: 30px;   }
.copyright p{  color: #fff;  }
.conaddress h5 {
    color: #fff;
    font-size: 26px;
}
.add i, .add p{  font-size: 18px;  color: #fff; }
.add h5 {   color: #fff; }
.sorcing {
    background: var(--primary-color);
    border-radius: 12px;
    display: flex;
    padding: 10px 15px;
    align-items: center;
 gap: 15px;
}
.sorcing h3 {
    color: #fff;
    font-size: 22px;
    margin: 0;
                font-family: "Gill Sans", Arial, sans-serif;

}
.tags { padding: 0px 15px; background: var(--secondary-color); border-radius: 50px; margin-top: -27px; }
.tags span{ color: #ffff; font-size: 14px; }
.sorcing .img{ background: #fff; width: 70px; height: 70px; border-radius: 50px; }
.sorcing img{  height: 100%; width: 100%; object-fit: contain;  padding: 20px;}
.readbotms { background: #7c6274; padding: 50px 20px 50px 20px; }
.readbotms h4 { font-size: 20px; color: #000; margin: 0; }
.readbox img { width: 15px !important; }
 .readbotms h3 {
    color: #fff;
    text-align: center;
} 

.product-img-custom {
  width: 100%; /* 30% smaller */
  border: 2px solid #ddd; /* light border */
  border-radius: 8px; /* optional rounded corners */
  padding: 5px;
  transition: transform 0.3s ease;
}

.product-img-custom:hover {
  transform: scale(1.05);
  border-color: #aaa;
}

.readbox {
    background: var(--secondary-color);
    width: fit-content;
    padding: 2px 10px;
    border-radius: 42px;
    color: #fff;
}
.readbox p {
    font-size: 12px;
    color: #fff;
    margin: 0;
}
 
.readitm {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    text-decoration: none;
    min-height: 120px;
}
.readitm h3 {
    color: #000;
    font-size: 14px;
    margin: 0;
    font-weight: bold;
}
.readitmimg{   height: 100%; width: 100%; }
.readitmimg img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
@media screen and (max-width:767px) {

    .conaddress, .digipre {
        padding: 20px;
    }
    .conaddress h4, .digipre h4 {
        font-size: 30px;
    }
    .hmbanner h1 { font-size: 24px; }
    a.requestbtn {
        font-size: 14px;
    }
    .banprime  .col-md-8 {
        padding-top: 10px;
        padding-right: 10px !important;
    }
    ul.banlist {
        flex-direction: column;
        gap: 10px;
    }
    .smedia  li {
        font-size: 13px;
    }
    .readitmimg img { width: auto; margin-bottom: 10px; }
    .readitm  .col-md-8  { padding: 0;}
    .subheader.memberpg ul li{ width: 100%; }
    .membslide .slick-arrow { bottom: -25px; }
    .mulpages img { max-width: 120px; }
    .featitem {
        align-items: start;
        flex-direction: column;
    }
    .tophead a {
        font-size: 13px;
    }

    .hlogo img {
        width: 64%;
    }

    .subheader ul li {
        width: 100%;
    }

    .subheader ul {
        display: block !important;
    }

    .larpad {
        padding: 20px 0;
    }

    .searchbtn i {
        font-size: 15px;
        padding: 10px 13px;
    }

    .desc h2,
    section h2 {
        font-size: 32px;
    }

    .desc {
        padding: 10px 0;
    }

    .pady {
        padding: 40px 0;
    }

    .pady.bgprime .col-md-3 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .newslide .slick-next {
        right: 24px;
    }

    .abtban {
        min-height: auto;
    }

    .abtban h1 {
        font-size: 16px;
        padding: 30px;
    }
}

@media (min-width: 768px) {
    .ps-md-5 {
        padding-left: 3rem !important;
    }
}
.list-group.list-group-flush a {
     font-weight: bold;
     color: #fff !important;
   
    background-color: #6e5666
 }
.list-group.list-group-flush a:hover{
    background: #be985a;
        color: #fff !important;
}
.innnovates .invimgitem {
    height: 300px !important; /* Set a fixed height */
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    text-align: center;
}
.invimgitem a span {
        padding: 10px 0px 15px 0px;
    color: #525252;
    font-size: 17px;
    margin-top: 20px;
}
.invimgitem img {
    width: 100%;
    height: 130px !important; /* Set fixed height for images */
    object-fit: unset; /* Ensures images cover the area without distortion */
}
.featitem a.link-holder {
    display: contents;
}
 
.align-items-center {
    align-items: center !important;
}

.gap-2 {
    gap: .5rem !important;
}
.d-flex {
    display: flex !important
;
}
.d-flex.flex-column.justify-content-center.align-items-center.gap-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
}

.addimage {
    flex-shrink: 0; /* Prevents the image from shrinking */
    width: 100%;
    max-height: 280px; /* Adjust this as needed */
    overflow: hidden; /* Ensures no overflow */
}

.addimage img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Keeps image aspect ratio while filling the container */
}

.d-flex.flex-column.gap-3.justify-content-center.align-items-center.py-3.px-2.w-100.text-center {
    flex-grow: 1; /* Allows text content to expand */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Distributes content evenly */
}
 
 
/* General styling for images inside .main_hero */
.main_hero .addimage img {
    width: 100%;               /* Ensures the image fills the container width */
    height: 100% !important;            /* Fixed height for all images (adjust as needed) */
    object-fit: fill;         /* Ensures the image maintains its aspect ratio and fills the container */
    object-position: center;   /* Centers the image if it gets cropped */
        min-height: 300px;
}

 .d-block.addimage.w-100 {
    height: 300px;
    overflow: hidden;
}
/* If you want to set a fixed height for images inside calendar icons */
.main_hero .cal_icon img {
    width: 40px;               /* Example fixed width for icons */
    height: 40px;              /* Example fixed height for icons */
    object-fit: contain;   
}

/*.search-holder {
  top: 100%;
  left: 0;
  z-index: 999;
  background: #fff;
  padding: 5px;
  border: 1px solid #ddd;
  min-width: 200px;
}*/
#collapseSearch {
  min-width: 250px;
}
.nav-link:focus, .nav-link:hover {
    box-shadow: none;
}
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.3rem;
        padding-left: 0.3rem;
            font-family: "Perpetua", "Times New Roman", serif;
 
    }
 a.requestbtn.padmore.mainimage {
    padding: 2px 15px 2px 15px;
    font-family: "Perpetua", "Times New Roman", serif;
}
    a.requestbtn.padmore {
    text-decoration: auto;
    /* padding: 4px; */
      font-size: 14px; 
    font-weight: 400;
    padding: 1px 10px 1px 10px;
}

.rightsidehomebanner{
    font-family: "Gill Sans", Arial, sans-serif;
}



.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: none;
    border: none;
    color: #000; /* Change to match your theme */
    font-size: 20px;
}

.slick-prev {
    left: -10px; /* Adjust as needed */
}

.slick-next {
    right: -10px; /* Adjust as needed */
}
hr.w-100 {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}
 fieldset {
    min-width: auto;
    padding: 10px 30px;
    border: 1px solid var(--primary-color);
}
 legend {
    font-size: 16px !important;
    float: unset;
    width: auto;
    padding: 10px 10px 0 10px;
    margin-bottom: 0;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
}
ul.list-unstyled.linkslides  {
    margin: 0;
}

/* For screens between 1300px and 1400px */
@media (max-width: 1440px) and (min-width: 1280px) {

 .abtban {
    min-height: 490px;
  }
        li.nav-item a {
        font-size: 12px;
    }
    .main_hero h6 {
    font-size: 18px;
}
.main_hero .addimage img {
     min-height: 280px !important;
    object-fit: fill;
}
.linkslides li p {
      font-size: 13px;
      line-height: 16px;
    margin: -12px 0px 0px 0px;
    width: 90px;
}
.linkslides .icon {
    padding: 3px 3px 3px 3px;
}
.linkslides li {
    height: 125px;
}
    .featitem h4 {
    font-size: 15px;
}
    .row {
        display: flex;
        flex-wrap: wrap;
    }

    .col-md-3 {
        width: 30% !important;  /* Prevent shrinking */
        max-width: 30% !important;
        flex: 0 0 25% !important;
    }
.invimgs .slick-slide {
    padding: 2px;
}
    .col-md-9 {
        width: 70% !important;  /* Ensure the right section takes the rest */
        max-width: 70% !important;
        flex: 0 0 70% !important; /* Adjust the width of the right section */
    }

    /* Optional: Adjust the width of the slider area to better fit */
    .invimgs {
        width: 100% !important; /* Make sure the slider is not breaking */
    }
    .invimgitem h4 {
 
    font-size: 1.3rem;
}
.innnovates .invimgitem {
    height: 270px !important;
}
.inovate .invimgitem {
    height: 270px !important;
}
.invimgitem p {
    
    font-size: 12.5px;
}
.invxt {
 
    min-height: 320px;
}

}
.title-holder.bg-blue.invxt.h-100 {
    background: #5A6A83;
}

.title-holder.bg-blue.invxt.h-100 h4 {
      color: #5A6A83;
}

/*event news page*/
.staff-box {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 10px;
    border: 2px solid #7c6274;
    text-align: center;
}

.staff-box .name,
.staff-box .designation {
    display: block;
}

.staff-box .img-holder {
    margin-bottom: 22px;
    display: block;
}

.staff-box .contact-link {
    margin-top: 22px;
    display: block;
    min-height: 44px;
}

.staff-box img {
    filter: grayscale(100%);
}

.events-section .container {
    padding-top: 25px;
}

.events-section .row {
    margin: 0 -4px;
}

.events-section .row > .col,
.events-section .row > [class*="col-"] {
    padding: 4px;
}

.featured-event {
    position: relative;
    z-index: 1;
    display: block;
    color: #fff;
    overflow: hidden;
}

.featured-event:hover {
    color: #fff;
}

.featured-event:hover .img-holder {
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

/* .featured-event:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 1;
} */
.featured-event .img-holder a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
}
.img-holder a {    display: block;
    width: 100%;
    height: 100%;
    position: relative;}
.featured-event .img-holder {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.featured-event img {
    width: 100%;
}

.featured-event .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    max-width: 460px;
    padding: 15px;
}

.featured-event .post-meta {
    margin-bottom: 17px;
}

.featured-event .title {
    font-size: 22px;
    line-height: 27px;
    font-family: "Perpetua", "Times New Roman", serif;
    margin-bottom: 5px;
    display: block;
        min-height: 60px;
}

.featured-event.style-2 .caption {
    max-width: none;
}

.post-meta {
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-meta .category {
    text-transform: uppercase;
    background: #ce9b56;
    color: #fff;
    min-width: 75px;
    padding: 6px;
    text-align: center;
    margin-right: 10px;
}

.post-meta i {
    margin-right: 5px;
}

.load-more {
    text-transform: uppercase;
    padding-top: 44px;
    padding-bottom: 44px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

a span {
    color: #fff;
}
time {
    color: #fff;
}
 
/*members page*/


.experts-box .img-holder,
.news-box .img-holder {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}

.experts-box .img-holder img,
.news-box .img-holder img {
    margin-bottom: 15px;
    /*filter: grayscale(100%);*/
    width: 100px;
}

.experts-box .title,
.news-box .title {
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-family: "Perpetua", "Times New Roman", serif;
}

.experts-box .agenda,
.news-box .agenda {
    font-size: 21px;
    line-height: 25px;
    font-family: "Perpetua", "Times New Roman", serif;
}

.experts-box .agenda br,
.news-box .agenda br {
    display: none;
}

.filters-area {
    padding-top: 50px;
}

.filters-area .title {
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    display: block;
    margin-bottom: 35px;
}

.filters-area .filter-block {
    background: #7c6274;
}

.filters-area .filter-block .container {
    padding: 40px 15px;
}

.filters-area .sort-by {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .69);
    margin-bottom: 30px;
}

.filters-area .sort-by li {
    padding: 3px;
    color: #fff;
}

.filters-area .sort-by a {
    color: rgba(255, 255, 255, .69);
    text-decoration: underline;
}

.filters-area .sort-by a:hover {
    color: #fff;
    text-decoration: none;
}

.filters-form .row > .col,
.filters-form .row > [class*="col-"] {
    padding-bottom: 20px;
}

.filters-form .search-holder {
    position: relative;
}

.filters-form .search-holder .form-control {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .45);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 50px;
    color: #fff;
    height: 54px;
}

.filters-form .search-holder .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .69);
}

.filters-form .search-holder .form-control::-moz-placeholder {
    opacity: 1;
    color: rgba(255, 255, 255, .69);
}

.filters-form .search-holder .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, .69);
}

.filters-form .search-holder .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, .69);
}

.filters-form .search-holder .form-control.placeholder {
    color: rgba(255, 255, 255, .69);
}

.filters-form .search-holder button {
    font-size: 19px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    padding: 0;
    height: 100%;
    border: none;
    color: rgba(255, 255, 255, .45);
    outline: none;
}

.filters-form .custom-select {
    border-radius: 0;
    height: 54px;
    color: #2f2e2e;
    border: 1px solid #e0e0e0;
    background-image: url("../images/chevron-down.png");
    background-size: 15px 8px;
}

.filters-form .btn.btn-primary {
    font-size: 14px;
    max-width: none;
    width: 100%;
        color: #fff;
}

.filters-form .filter-label {
    color: #fff;
    margin-bottom: 10px;
}

.members-logo .container {
    padding-top: 54px;
}

.loading {
    text-align: center;
    display: block;
    padding-bottom: 54px;
}

.loading span {
    font-size: 13px;
    line-height: 17px;
    display: block;
    color: rgba(70, 70, 70, .56);
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 12px;
}

.member-box {
    text-align: center;
    margin-bottom: 40px;
}

.member-box .img-holder {
    border: 2px solid #7c6274;
    display: block;
    min-height: 233px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.member-box .img-holder:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.member-box .img-holder img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.member-box .learn-more {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: "Perpetua", "Times New Roman", serif;
}

.member-intro .container {
    padding-top: 40px;
    padding-bottom: 62px;
}

.member-intro h2 {
    text-align: center;
    margin-bottom: 35px;
}

.member-intro .img-holder {
    margin-bottom: 34px;
}

.products-slider {
    text-align: center;
    margin: 0 -15px;
}

.products-slider .img-holder {
    border: 2px solid #7c6274;
    min-height: 233px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    cursor: initial; 
    margin-bottom: 30px;
}
ul.sort-by {
    list-style: none;
}   

.filters-form .search-holder .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}
.btn {
    color: #fff;
    width: 100%;
    max-width: 180px;
    display: block;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid transparent;
    padding: .375rem .75rem;
}
.btn-primary {
    color: #212529;
    background-color: #be985a;
    border-color: #be985a;
}
@media (min-width: 768px) {
    .btn.btn-primary {
        padding-top: 15px;
        padding-bottom: 15px;
        max-width: 180px;
    }
}
.linkslides li.active-slide {
    background-color: #be985a;
    
}
span.title, .additional-sites .title {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 13px;
    display: block;
} 
.additional-sites .link {
    text-decoration: underline;
    margin-bottom: 13px;
    display: block;
    width: auto;
    font-size: 16px;
}
.additional-sites .follow-list {
    max-width: 211px;
    margin: 0 auto;
    justify-content: center;
    display: flex;

    min-height: 40px;

}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.additional-sites .container {
    margin-top: 40px;
        margin-bottom: 59px;
    }
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

img.news-image {
    width: 100px;
}
h4.text-uppercase {
    font-size: 18px;
    text-align: center;
}

.table-responsive.sourcing a {
    color: #525252;
    text-decoration: none;
    font-size: 16px;
}
table.table.table-bordered.mb-0 {
    font-size: 17px;
}

.hmbanner .slick-track {
    display: flex !important;
    align-items: center;
    gap: 0 !important;
}

.hmbanner .slick-slide {
    margin: 0 !important;
    padding: 0 !important;
}

/* Arrows inside .plumb-banner-slider */
.plumb-banner-slider .slick-prev,
.plumb-banner-slider .slick-next {
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #fff; /* makes font icons white */
    font-size: 30px;
}

/* Position arrows closer */
.plumb-banner-slider .slick-prev {
    left: 20px;
}

.plumb-banner-slider .slick-next {
    right: 20px;
}

/* Remove underline and ensure icons are clickable */
.plumb-banner-slider .slick-prev,
.plumb-banner-slider .slick-next {
    text-decoration: none;
}

/* Optional: On hover, make them slightly brighter */
.plumb-banner-slider .slick-prev:hover,
.plumb-banner-slider .slick-next:hover {
    color: #f1f1f1;
}

.elementor-element.elementor-widget-featured-articles-slider {
    margin-bottom: 0;
}


.featured-event .img-holder {
 
    max-height: 426px;
}

@media (min-width: 768px) {
    .featured-event .caption {
        padding: 10px 30px 5px;
    }
}

/*tmp code*/

.visual-section .text-holder {
        padding: 15px 40px 15px 120px;
    }

    .visual-section.style-2 .text-holder {
        padding: 160px 50px 50px 50px;
    }

    .text-holder.w-100 h1 {
    color: #fff;
}

.event-details {
    margin-top: 60px !important;
}

.event-details p {
    font-size: 19px;
 
}

.event-details p strong img {
    /* text-align: center; */
    /* align-items: center; */
    margin: 0 auto;
    display: block;
}
.visual-section .text-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px 40px 30px 40px;
    position: relative;
    background: #6e5666;
    z-index: 1;
}
.visual-section .text-holder:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background: url(https://plumbclub.com/wp-content/themes/plumb/assets/images/logo-bg.jpg) no-repeat;
    z-index: -1;
    background-position: 100% 100%;
}

.post-meta {
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-meta .category {
    text-transform: uppercase;
    background: #ce9b56;
    color: #fff;
    min-width: 75px;
    padding: 6px;
    text-align: center;
    margin-right: 10px;
}

.post-meta i {
    margin-right: 5px;
}



    .featured-event .title {
        font-size: 30px;
        line-height: 35px;
    }

    .featured-event.style-2 .title {
        font-size: 40px;
        line-height: 50px;
    }

    .post-meta .category {
        min-width: 80px;
    }

    .post-meta i {
        margin-right: 7px;
    }

    .past-events .container {
        /*padding: 44px 130px 64px;*/
    }

    .past-events .row {
        margin: 0 -25px;
    }

    .past-events .row > .col,
    .past-events .row > [class*="col-"] {
        padding: 0 25px;
    }

    .event-details {
        max-width: 998px;
        margin: 0 auto;
    }

    .event-details h2 {
        font-size: 50px;
    }
.event-details p {
    margin-bottom: 25px;
}

.event-details p img {
    text-align: center;
    margin: 0 auto;
    display: block;
}
.event-details ul {
    font-size: 19px;
}

.featured-company {
    min-height: 575px;
}

section.pt-5.inovate.connect .invimgitem img {
    margin-top: 35px;
}

a.ais-Menu-link {
    color: #fff;
    text-decoration: none;
}

a.ais-Menu-link span {
    color: #fff;
}
span.suggestion-post-content.ais-hits--content-snippet {
    color: #fff;
    font-size: 14px;
    line-height: 0px;
}
a.ais-Pagination-link {
    color: #be985a;
}
.ais-Hits-item h2 a {
    margin: 0;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
span.ais-HierarchicalMenu-label {
    color: #fff;
}
h3.widgettitle {
    background: #7c6274;
    color: #fff;
    padding: 15px 15px 15px 40px;
}
li.ais-Hits-item {
    background: #7c6274;
    padding: 10px;
}
aside#ais-facets {
 background: #be985a;
    padding: 10px;

}
.ais-facets li {
 
     padding-left: 20px;
      padding-bottom: 6px;
    padding-top: 6px;
}
.ais-Menu {
    /* text-align: center; */
 
    text-decoration: none;
    /* border-bottom: 1px solid #525252; */
}


.cap-news-card .img-holder img {
    max-width: 100%;
}
.cap-news-card a {
    display: block;
    text-decoration: none;
}
.cap-news-card .news-time {
    font-size: .7rem;
    margin-right: 5px;
    color: #777;
}
.cap-news-card .news-time b {
    text-transform: uppercase;
}
.cap-news-card .mvp-cd-date {
    color: #777;
    font-size: .7rem;
    margin-left: 5px;
    position: relative;
}
 
 

.cap-news-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    font-family: "Gill Sans", Arial, sans-serif;
    color: #000;
    min-height: 105px;
}
.cap-news-card p {
    /* font-size: .95em; */
    /* color: #555; */
    /* font-weight: 300; */
    /* line-height: 1.4; */
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0;
    /* min-height: 165px; */
    font-family: "Gill Sans", Arial, sans-serif;
}
.cap-news-card {
    margin-bottom: 30px;
}

.row.gy-4.ps-md-5.row\.ps-md-5.news-container {
    padding-right: 1rem;
}

.post-card > a {
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 100%;
    text-decoration: none;
    vertical-align: baseline;
    align-items: flex-start;
}
.post-card .img-holder {
    -webkit-backface-visibility: hidden;
    background: #000;
    line-height: 0;
    margin-right: 0;
    overflow: hidden;
    width: 80px;
}
.post-card .img-holder img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}
.post-card .text-holder {
    width: 100%;
}

.post-card {
    margin-bottom: 15px;
}
.post-card .news-time b {
    font-size: .7rem;
    margin-right: 5px;
    text-transform: uppercase;
    color: #777;
}
.post-card .news-time .mvp-cd-date {
    color: #777;
    display: inline-block;
    font-size: .7rem;
    line-height: 1;
    position: relative;
}
 
.post-card h2 {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.2;
    width: 100%;
    min-height: 58px;
}

.cap-news-card {
    background-color: #f2eff1 !important;
    padding: 20px;
    min-height: 300px;
}

.short-news-sections {
background-color: #f2eff1 !important;
    padding: 20px;
}

.cap-news-holder.row {
    margin-top: 32px;
}

#algolia-search-box input {
    border: 1.5px solid !important;
    /* border-bottom: 2px solid #21a4d7; */
    background: transparent;
    width: 100%;
    line-height: 30px;
    font-size: 22px;
    padding: 10px 0 10px 30px;
    font-weight: 200;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border-radius: 50px;
    border-color: #7c6274;
}

.algolia-search-box-wrapper .search-icon {
    position: absolute;
    left: 0px;
    top: 14px;
    fill: #21a4d7;
    position: absolute;
    right: 10px !important;
    left: auto !important;
    top: 14px;
    fill: #be985a !important;
}


h2.hit-group-heading {
    color: #7c6274;
}

.cap-news-card .img-holder figure img {
    height: 220px; /* Adjust as needed */
    width: 100%;
    object-fit: cover;
}
h4.mb-3.sectiont {
    text-align: center;
}
.ais-hits--thumbnail {
  width: 200px;
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ais-hits--thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}




.post-type-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  color: white;

}



.label {
  flex: 1;
  font-size: 1.2rem;
  color: #fff;
}

.bar-wrap {
  display: flex;
  align-items: center;
  flex: 1;
  margin-left: 1rem;
  gap: 0.5rem;
}

.bar {
  height: 16px;
  border-radius: 4px;
  flex-grow: 1;
  background-color: #4f49f3;
  position: relative;
}




.count {
  color: white;
  border-radius: 50%;
  /* padding: 0.4em 0.7em; */
  font-weight: bold;
  font-size: 0.9rem;
  min-width: 32px;
  text-align: center;
}

/* Fill colors (used on both .bar and .count) */
.fill-members       { background-color: #5a3a69; }
.fill-events        { background-color: #2f776f; }
.fill-products      { background-color: #b45f06; }
.fill-trends        { background-color: #d44b20; }
.fill-industry-news { background-color: #f1b24a; color: black; }
.fill-watch         { background-color: #444; }
.fill-listen        { background-color: #ddd; color: #111; }


li.post-type-item {
    border-bottom: 1px solid;
}

.position-sticky {
    position: sticky;
    top: 100px; /* Adjust based on your header height */
    z-index: 99;
}


.banner-section {
    padding-top: 30px;
}

.banner-section .figure-img,
.banner-section .figure {
    margin-bottom: 0;
}

.banner-section .figure {
    width: 100%;
}

.banner-section .figure img {
    width: 100%;
}

 
.banner-section .figure-caption br {
    display: none;
}

.about-intro .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.about-intro * {
    box-sizing: border-box;
}

.about-intro h1,
.about-intro h2,
.about-intro h3,
.about-intro h4,
.about-intro h5,
.about-intro h6 {
    margin: 1.2em 0 0.6em;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

.about-intro p {
    margin: 0 0 1em;
    line-height: 1.6;
}

.about-intro ul,
.about-intro ol {
    margin: 0 0 1em 0;
    padding-left: 0;
    list-style: none;
}

.about-intro li {
    margin-bottom: 0.5em;
    line-height: 1.5;
}

.about-intro img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1.2em auto;
}

.about-intro a {
    text-decoration: none;
}

.about-intro a:hover {
    text-decoration: underline;
}


.vision-purpose {
    color: #fff;
    position: relative;
    z-index: 1;
}

.vision-purpose:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background: url("../plumb/assets/images/logo-bg-2.jpg") no-repeat;
    z-index: -1;
    background-position: 100% 100%;
}

.vision-purpose .container {
    padding-top: 40px;
    padding-bottom: 40px;
}
.bg-violet {
    background-color: #7c6274 !important;
}
.vision-purpose h2 {
    color: #d7ae6a;
}

.vision-purpose p {
    margin-bottom: 40px;
    color: #fff;
}
.about-intro.text-center.font-19 h2 {
    color: #525252;
}
.vision-purpose p:last-child {
    margin-bottom: 0;
}

.vision-purpose .text-holder,
.code-of-responsibility .text-holder,
.council-msg .text-holder {
    margin: 0 auto;
}

.vision-purpose .text-holder {
    max-width: 700px;
}

.code-of-responsibility .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.code-of-responsibility .text-holder {
    max-width: 875px;
}

.council-msg {
    padding: 40px 15px;
    background: #596a82;
    color: #fff;
    margin-bottom: 42px;
}

.council-msg h2 {
    margin-bottom: 30px;
}

.council-msg p {
    margin: 0;
    color: #fff;
}

.p-63 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.staff-section h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #525252;
}

@media (min-width: 768px) {
    .p-63 {
        padding-top: 63px;
        padding-bottom: 63px;
    }

    .about-intro .container {
        padding-top: 63px;
        padding-bottom: 63px;
    }

    .staff-section h2 {
        margin-bottom: 31px;
    }

    .custom-row .col-20 {
        width: 33.33%;
    }
}

.about-intro .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.custom-row {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin: 0 -10px 40px;
}

@media (min-width: 1200px) {
    .custom-row {
        margin: 0 -19px 74px;
    }

    .custom-row .col-20 {
        width: 28%;
    }

    .staff-box {
        font-size: 17px;
        line-height: 22px;
        padding: 30px 10px;
    }
}

@media (min-width: 992px) {
    .custom-row .col-20 {
        width: 25%;
    }

    .font-19 {
        font-size: 19px;
        line-height: 24px;
    }
}

@media (min-width: 576px) {
    .custom-row .col-20 {
        width: 50%;
    }
}

.custom-row:last-child {
    margin-bottom: 0;
}

.custom-row .col-20 {
    width: 25%;
    padding: 10px;
}

.staff-box {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 10px;
    border: 2px solid #7c6274;
    text-align: center;
}

.staff-box .name,
.staff-box .designation,
.staff-box .img-holder,
.staff-box .contact-link {
    display: block;
}

.staff-box .img-holder {
    margin-bottom: 22px;
}

.staff-box .contact-link {
    margin-top: 22px;
    min-height: 44px;
}

.staff-box img {
    filter: grayscale(100%);
}

.banner-section .figure-caption {
    font-size: 31px;
    line-height: 36px;
    background: #7c6274;
    text-align: center;
    color: #fff;
    padding: 49px;
    font-family: "Perpetua", "Times New Roman", serif;
}

@media (min-width: 768px) {
    .banner-section .figure-caption {
        font-size: 31px;
        line-height: 36px;
        padding: 49px;
    }
}

.council-msg .text-holder {
    max-width: 820px;
    margin: 0 auto;
}
.contact-us-section .container {
    padding-top: 50px;
    padding-bottom: 87px;
}
section.contact-us-section h2 {
    color: #525252;
}
.contact-form {
    max-width: 811px;
    margin: 0 auto;
}
.contact-form .form-row > .col, .contact-form .form-row > [class*="col-"] {
    margin-bottom: 15px;
}
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.contact-form .form-control {
    border: 2px solid #7e6476;
}
.contact-form textarea {
    resize: none;
    min-height: 145px;
}

textarea.form-control {
    height: auto;
}
.contact-info .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

 
 section.contact-info.border-bottom h2 {
    text-align: center;
    color: #525252;
}
.contact-info .contact-list {
    font-size: 19px;
    line-height: 24px;
    max-width: 670px;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .contact-info .contact-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.d-block.addimage.featureds.w-100 img {
    min-height: auto !important;
}
.elementor-element.elementor-element-5e7dc7f.report-page.elementor-widget.elementor-widget-text-editor {
    font-family: "Perpetua", "Times New Roman", serif;
}
input#gform_submit_button_15 {
    background: var(--secondary-color);
    color: var(--white);
    padding: 15px 15px;
    border: none;
    /* width: 100%; */
      margin: 2px auto; 
          font-weight: bold;
}
div#field_15_2 {
    margin: -25px 0px 0px 0px;
}
div#field_15_5 {
    margin: -24px 0 -20px 0;
}
fieldset#field_15_4 {
    margin: -10px 0 0 0;
}
span#input_15_4_6_container {
    inline-size: 100%;
}
.form-control {
    display: block;
    width: 98%;
    height: 51px;
    padding: 10px 21px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d4d4d4;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


/* ==============================
   ADVANCED SEARCH FILTER STYLING
   ============================== */

#advanced-search-filter {
   border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease-in-out;
}

#advanced-search-filter:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

/* Label styling */
.filter-label {
  display: block;
  font-weight: 600;
  color: #2d3748;
  font-size: 15px;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

/* Dropdown styling */
.custom-select.advanced-filters {
  width: 100%;
  background: #f9fafb;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 14px;
  padding: 10px 14px;
  color: #374151;
  transition: all 0.2s ease-in-out;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

.custom-select.advanced-filters:hover {
  border-color: #9ca3af;
}

.custom-select.advanced-filters:focus {
  background-color: #fff;
  border-color: #2563eb;
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

/* Column spacing on mobile */
#advanced-search-filter .col-md-6 {
  margin-bottom: 18px;
}

/* Animation for collapse */
.collapse.show {
  animation: fadeIn 0.35s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Small text tweaks for mobile */
@media (max-width: 767px) {
  .filter-label {
    font-size: 14px;
  }
  .custom-select.advanced-filters {
    font-size: 13px;
    padding: 8px 12px;
  }
}

/* =========================================
   RESOURCE / PODCAST META BAR FIX
   Match "New from Responsible Jewelry Council"
========================================= */

/* Make resource meta a single horizontal bar */
.event-details.resource-detail .resource-meta {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    margin-bottom: 30px;
}

/* Left side: category + date */
.event-details.resource-detail .post-meta {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 10px;
}

/* Category badge spacing */
.event-details.resource-detail .post-meta .category {
    white-space: nowrap;
    margin-right: 8px;
}

/* Right side: share block */
.event-details.resource-detail .social-networks {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    margin: 0 !important;
}

/* SHARE THIS label */
.event-details.resource-detail .social-networks li:first-child {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #777;
    margin-right: 10px;
}

/* Share icons inline */
.event-details.resource-detail .social-networks li {
    padding: 0 8px !important;
    white-space: nowrap;
}

/* Hide bottom duplicate SHARE THIS block */
.event-details.resource-detail .row .social-networks.justify-content-center {
    display: none !important;
}


 @media (min-width: 992px) {
    .past-events .title {
        font-size: 21px;
        line-height: 26px;
        min-height: 78px;
    }
}
.past-events .title {
    font-size: 21px;
    line-height: 20px;
    color: #434343;
    display: block;
    margin-bottom: 13px;
    text-decoration: none;
}
.event .post-meta {
    margin: 0px 0px 10px 0px !important;
}

.past-events .img-holder.paast img {
    width: 100%;
    min-height: 464px;
    max-height: 464px;
    object-fit: cover;
}
 