.featured-projects-dec .et_pb_column .et_pb_button {
    display: none !important;
}

.pdfb-add-btn {
  display: inline-block;
  background-color:rgb(22,190,240);
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  cursor: pointer;
  transition: background 0.3s ease;
  padding-right: 40px; /* space for icon */
}
.pdfb-add-btn:hover , .pdfb-add-btn:focus {
  background-color: #000;
 
}
.pdfb-add-btn::after {
  content: "";
   background-image: url("data:image/svg+xml,%3Csvg fill='white' viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M256 80v96h96c17.7 0 32 14.3 32 32s-14.3 32-32 32h-96v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96h-96c-17.7 0-32-14.3-32-32s14.3-32 32-32h96V80c0-17.7 14.3-32 32-32s32 14.3 32 32z'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.pdfb-add-btn.pdfb-remove::after {
  background-image: url('data:image/svg+xml;utf8,<svg fill="white" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M135.2 17.7C140.1 7.1 150.6 0 162.1 0H285.9c11.5 0 22 7.1 26.9 17.7L320 32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32h-16l-21.2 372.2c-1.8 31.5-27.9 55.8-59.5 55.8H128.6c-31.6 0-57.7-24.3-59.5-55.8L48 96H32C14.3 96 0 81.7 0 64s14.3-32 32-32H128l7.2-14.3z"/></svg>');
}

#menu-header-menu li.menu-item-brochure {
    display: inline-block !important;
}


#menu-header-menu li.menu-item-brochure a {
    color: rgb(22,190,240) !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0px;
}

#menu-header-menu li.menu-item-brochure .pdfb-icon {
    display: inline-flex;
}

#menu-header-menu li.menu-item-brochure a:hover , #menu-header-menu li.menu-item-brochure a:focus {
    text-decoration: underline!important; color: #000 !important;
}

.brochure-page h1.pagetitle {
    font-size: 136px;
    color: #fff!important;
    font-weight: 900;
}

.brochure-page  hr {
    margin-bottom: 0px!important;
    margin-top: 50px!important;
}


.pdfb-empty {
    border: 2px dashed #ccc;
    background: #f9f9f9;
    padding: 30px;
    text-align: center;
}
.pdfb-item h4 {
    margin: 15px;
    font-size: 1.2em;
    text-align: left;
    font-weight: 900;
}
.pdfb-footer .pdfb-remove {
    font-size: 25px;
    background-color: transparent;
}

.pdfb-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}
span.pdfb-drag-handle {
    width: 100%;
    cursor: all-scroll;
    padding: 10px 0 5px;
}
.pdfb-footer button {
    padding: 0px;
    margin: 0px;
}
.pdfb-footer button:after {
   display: none;
}
.pdfb-item {
    flex: 0 0 calc(25% - 15px);
    height: 286px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: relative;
}

.pdfb-item img {
  width: 100%;
  height: auto;
  display: block;
}



.pdfb-item a {
  text-decoration: none;
  color: inherit;
}
.img-wrapper {
    padding: 10px;
    display: block;
    height: 157px;
    overflow: hidden;
}
.pdfb-remove {
  background:rgb(22,190,240);
  color: #fff;
  border: none;
  padding: 10px 40px 10px 16px;
  margin: 15px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
}

.pdfb-remove:hover {
  background: #c42114;
}

.pdfb-first, .pdfb-last {
  border: none;
  box-shadow: none;
  padding: 0;
  background: none;
}

.pdfb-first img, .pdfb-last img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}

.pdfb-empty {
  text-align: center;
  font-size: 18px;
  color: #888;
  background: #f5f5f5;
  padding: 40px 20px;
  width: 320px;
  border: 2px dashed #ccc;
  border-radius: 6px;
}
.pdfb-footer {
    background:rgb(22,190,240);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
}

.pdfb-footer:focus {
    background: gray;
}
.pdfb-drag {
  cursor: move;
  font-size: 18px;
}

.pdfb-foot .pdfb-remove {
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.pdfb-controls {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #e5e5e5;
  padding: 20px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.pdfb-download-btn {
  background-color: #e53935;
  color: #fff;
  font-weight: bold;
  padding: 12px 20px;
  border: none;
  text-decoration: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s;
}

.pdfb-download-btn:hover {
  background-color: #c62828;
}

.pdfb-controls span {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #111;
}

.pdfb-controls input[type="text"] {
  font-size: 16px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  width: 400px;
  max-width: 100%;
  background: #fff;
  color: #000;
  cursor: pointer;
}
.pdfb-tooltip {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #222;
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 4px;
    margin-top: 6px;
    white-space: nowrap;
    z-index: 999;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

body.single-featured_projects button.pdfb-add-btn {
    position: absolute;
    z-index: 999;
}
@media (max-width: 1280px) {
  .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
        padding-right: 8px!important;
        font-size: 90%;
    }
}



@media (max-width: 1024px) {
  .pdfb-item {
    flex: 0 0 calc(33.33% - 15px); /* 3 columns */
  }
}

@media (max-width: 768px) {
  .pdfb-item {
    flex: 0 0 calc(50% - 15px); /* 2 columns */
  }
  .brochure-page h1.pagetitle {
      font-size: 45px;
     
  }
}

@media (max-width: 480px) {
  .pdfb-item {
    flex: 0 0 100%; /* 1 column */
  }
}