.navbar .logo-dark {
  max-width: 180px;
}

.side-menu .logo-white {
  max-width: 120px;
}

.dropdown-item {
  background: transparent;
  font-weight: normal;
  font-size: 16px;
  padding: 0 0 0 0.5rem;
  line-height: 40px;
  display: inline;
  transition: 0.5s ease-in;
  min-width: 13rem;
}

.topnav-dropdown-menu {
  padding: 20px;
  z-index: 5;
  background: #fff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 13px 25px -12px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 13px 25px -12px rgb(0 0 0 / 25%);
  left: 0;
  top: auto;
  border-top: 1px solid #efefef;
  margin-top: 0;
  cursor: default;
  transition: all 0.3s ease-in-out;
}

.dropdown-menu .dropdown-item {
  background: transparent;
  font-weight: normal;
  font-size: 16px;
  padding: 0 0 0 0.5rem;
  line-height: 40px;
  display: inline;
  transition: 0.2s ease-in;
}

a.dropdown-toggle::after {
  transition: all 0s;
}

.dropdown-menu .dropdown-item:hover {
  margin-left: 5px;
}

.topnav-dropdown-menu li {
  list-style: none;
}

.topnav-dropdown-menu ul {
  margin: 0;
}

.portfolio {
  padding-top: 50px;
}

.sub-text {
  max-width: 700px;
  margin: 0 auto;
}

.section-title {
  margin-bottom: 20px;
  color: #262626;
  font-weight: 400;
}

.section-title span {
  font-weight: 600;
  background: #c50086;
  padding: 5px 14px;
  color: #ffffff;
}

.section-title span.black {
  font-weight: 600;
  color: #262626;
}

.more-button-wrapper {
  padding: 30px 20px;
  text-align: center;
}

.more-button-wrapper span {
  display: block;
  padding-bottom: 20px;
}

.blog p {
  margin: 0;
  margin-top: 20px;
}

.sync-portfolio-carousel {
  max-width: 350px;
  width: 100%;
}

.team-section {
  padding: 120px 0;
  background-color: #f9f9f9;
}

.portfolio-circle-cart {
  position: absolute;
  z-index: 100;
  width: 50px;
  height: 50px;
  background: #c50086;
  border-radius: 50%;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}

.portfolio-circle-cart i {
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.team-section .cbp-item:hover .portfolio-circle-cart {
  opacity: 1;
}

.team-section .cbp-l-filters-list .cbp-filter-item {
  color: #000000;
  font-size: 13px;
  border: none;
}

.team-section .cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
  background-color: transparent;
  color: #000000;
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
  background-color: #c50086;
  color: #fff;
  border-color: #c50086;
  cursor: default;
}

.cbp-l-grid-blog-desc {
  font: 400 13px/18px "Open Sans", sans-serif;
  color: #9b9b9b;
  margin-top: 0px;
}

.cbp-l-grid-blog-title {
  font-weight: 600;
}

.cbp-l-filters-button .cbp-filter-item {
  font: inherit;
  padding: 8px 21px;
  border-radius: 6px;
}

.portfolioHeading {
  margin-bottom: 30px;
}

/* ===================================
           About
====================================== */
.about .heading-area {
  margin-bottom: 50px;
  margin-top: 50px;
}

.app-feature {
  text-align: left;
  margin-bottom: 3rem;
}

.heading-area .sub-title {
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

.heading-area .title {
  font-weight: 500;
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}

.app-feature:hover i {
  transform: rotateY(360deg);
  transition: all 1.2s;
}

.app-feature:last-child {
  margin-bottom: 0;
}

.app-feature i {
  font-size: 50px;
  transition: all 1.2s;
  background: #f94217;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: table-cell;
  justify-content: end;
  vertical-align: top;
}
.app_main_part {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.app_div_height {
  background: #fff;
  margin: 15px;
  padding: 20px 30px;
}
.app_div_height h4 {
  font-size: 22px;
  font-weight: normal;
  /* color: #ffffff; */
  font-family: "Montserrat", sans-serif;
}
.app_div_height h1 {
  font-size: 22px;
  font-weight: normal;
  /* color: #ffffff; */
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
}
.app_div_height .new_h4_image {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: start;
  min-height: 85px;
}
.app_div_height p {
  /* font-size: 14px; */
  font-weight: 300;
  /* color: #ffffff; */
  /* line-height: 1.4; */
  text-align: start;
  /* font-family: "Montserrat", sans-serif; */
}

.app-image {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.app-image img {
  width: 75%;
}

.bg-blue {
  background-color: #0e1f39;
}

.sustainabilityWrapper .col-lg-4 {
  padding: 0px 30px;
}
.sust_modal .modal-content {
  text-align: center;
  max-width: 800px;
  padding: 0px 20px 40px 20px;
  overflow: visible;
  background-color: #ffffff;
}
.sust_modal .modal-header {
  border-bottom: 0px !important;
}
.sust_modal .text-pink {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
.sust_modal .main-font {
  font-size: 25px;
  color: #403f3f;
  font-weight: 600;
}
.sust_modal .text-left {
  font-size: 15px;
  color: #0c0c0c;
  font-weight: 200;
}
.dropdown-item.active,
.dropdown-item:active {
  color: black;
  text-decoration: none;
}

.tech-left-div {
  background: url("../img/blog-1.jpg");
  background-size: cover;
  min-height: 540px;
  width: 100%;
}

.blog .text-area {
  padding: 60px 60px;
}

.partnerWrapper img {
  max-height: 100px;
}

.partnerWrapper {
  width: fit-content;
  margin: 0 auto;
}

.partnerImg {
  min-height: 80px;
}

.sub-text-2 {
  font-size: 38px;
}

/*
===================================
            Banner
====================================== 
*/

.height {
  height: 65vh;
}

.bg-banner {
  background-image: url("../img/banner-img.jpg");
  background-size: cover;
  background-position: top center;
  height: 100vh;
}

.banner-text {
  font-size: 18px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
}

.banner-heading {
  font-size: 60px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  margin-bottom: 0px;
  line-height: 61px;
  padding: 20px;
  background: #93006bab;
}

.banner-des {
  font-size: 18px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  margin-bottom: 35px;
  width: 90%;
  padding: 20px;
  background: #1a003bb5;
}

.scroll {
  font-size: 18px;
  /* color: #ffffff; */
  /* font-family: "Montserrat", sans-serif; */
  font-weight: 300;
}

.button i {
  font-size: 18px;
  color: #ffffff;
  padding: 7px 7px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  transition: 0.3s ease;
  margin-right: 8px;
}

.button:hover {
  color: #ffffff;
}

.button:hover i {
  background: #f94217;
  color: #ffffff;
  transition: 0.3s ease;
  border: 1px solid #f94217;
}

.padding-top-70 {
  padding-top: 70px;
}

.navbar-top-default .navbar-nav .nav-link {
  color: #fff;
}

.header-appear .navbar-top-default .navbar-nav .nav-link {
  color: #000;
}

.sidemenu_btn span {
  background: #888;
}

.newVendorsWrapper .col-lg-3 {
  padding-bottom: 30px;
}

.contactMainWrapper {
  padding: 20px;
  background: #fff;
}

.contactAddress {
  padding-top: 20px;
}

.contactAddress > div {
  display: block;
}

.contactAddress > div > span {
  display: block;
}

.contactAddress > div > span:first-child {
  font-weight: 600;
}

.pr-30 {
  padding-right: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pt-50 {
  padding-top: 50px;
}

.prodCapacitySrapper .numbering {
  font-size: 1.3rem;
  margin-top: 6px;
}
.titleDivider {
  height: 4px;
  width: 80px;
  background-color: #c50086;
  display: block;
  margin-top: 3px;
}
.prodCapacitySrapper .stats-box-text {
  /* padding: 10px 10px 4px 10px;
    border: 1px solid #dddddd87; */
}
.box-shadow-contact {
  box-shadow: 0px 0 38px 0 rgb(0 0 0 / 3%);
  overflow: visible;
  padding: 40px 10px;
}
.products-section .card {
  display: block;
  overflow: hidden;
  border: 1px solid transparent;
  padding: 20px;
}
.products-section .card .subheading {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}
.products-section .card .text {
  color: #606060;
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  margin: auto;
  position: relative;
  line-height: 1.2rem;
  margin-top: 20px;
  display: block;
}
.products-section .overlay-image {
  position: relative !important;
  overflow: hidden;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.products-section .pricing-card .feature-list li {
  color: #535353;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-decoration: none;
  list-style: none;
  margin-bottom: 8px;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  break-inside: avoid;
  -webkit-break-inside: avoid;
  -moz-break-inside: avoid;
  page-break-inside: avoid;
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
}
.products-section .pricing-cards {
  margin: 20px;
}
.products-section .pricing-cards > div {
  padding: 20px;
  background: #fff8fd;
}
.products-section .feature-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
}
.products-section .feature-list i {
  font-size: 9px;
  margin-right: 8px;
  margin-top: 2px;
  flex-shrink: 0;
}
.video-sec.bg-video-img {
  background-image: url(../img/bg3.jpg);
  position: relative;
  height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.video-sec .video-btn {
  display: inline-block;
}
.video-sec .video-btn .play-btn {
  background-color: #c50086;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  font-size: 65px;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  font-weight: 900;
}
.video-sec .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.37);
  opacity: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: none;
  transition: 0.7s ease;
}
.video-heading {
  font-weight: 600;
  /* background: #c50086; */
  padding: 5px 14px;
  color: #ffffff;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .navbar-top-default img {
    max-width: 100px !important;
  }

  .sub-text-2 {
    font-size: 28px;
  }

  h2 {
    font-size: 38px;
  }

  .padding-top-70 {
    padding-top: 20px;
  }

  .about-us {
    background-color: #f9f9f9;
  }

  .modal-content {
    text-align: center;
    max-width: 800px;
    padding: 60px 30px;
    overflow: visible;
    background-color: #ffffff;
  }
  .sust_modal .modal-body {
    padding: 0;
  }
}

@media screen and (max-width: 360px) {
  h2 {
    font-size: 38px;
  }
}

/* ===================================
   Modal Specific Styles
====================================== */

/* Sus6 Modal - Material Certify */
.sus6-modal-text li {
  font-size: 13px;
}

.sus6-modal-text p {
  font-size: 13px;
}

/* ===================================
   Buyers Section
====================================== */
section#buyers {
  padding-bottom: 0px;
}

.buyers-section-bg {
  background: #fff;
}

/* ===================================
   Sustainability Section
====================================== */
.sustainabilityWrapper .app-feature p {
  text-align: start;
}

/* ===================================
   Certification Section
====================================== */
.certification-section-bg {
  background: #fff;
}

/* ===================================
   Partner/Sister Concerns Section
====================================== */
.partner-section-bg {
  background: #fff;
  padding-top: 0;
}

/* ===================================
   Achievements Section
====================================== */
.achievements-section-bg {
  background: #fff;
  padding-bottom: 0;
}

.achievements-modal-btn {
  border: none;
  background: none;
}

.green-factory-title {
  color: green;
  font-size: 66px;
}

.achievements-awarded-text {
  margin-bottom: 0;
}

/* ===================================
   Navigation Styles
====================================== */
.nav-container-padded {
  padding-right: 60px;
}

.nav-mobile-dropdown-hidden {
  display: none;
}

/* ===================================
   Contact Section
====================================== */
.contactAddress span {
  display: block;
  margin-bottom: 4px;
}

.contactAddress .divider {
  border-left: 1px solid #ccc;
  height: auto;
}

@media (max-width: 767.98px) {
  .contactAddress .divider {
    display: block !important;
    border-left: none;
    border-top: 1px solid #ccc;
    height: 1px;
    width: 80%;
    margin: 15px auto;
  }
}

/* ===================================
   Banner Section - Specific Styles
====================================== */
.home_img_leed {
  display: flex;
  align-items: center;
  margin-top: -10px !important;
}

.leed-logo {
  width: 140px;
}

.leed-logo-offset {
  width: 140px;
  margin-left: 10px;
}

.leed-certification-text {
  color: white;
  margin-left: 10px;
  margin-top: 5px;
}

/* ===================================
   Products Section - Specific Styles
====================================== */
.products-pricing-card-purple {
  background: #f8f0ff;
}

@media (max-width: 576px) {
  .production_phone_text span {
    margin-top: 10px;
  }
}

/* ===================================
   Product Features Section
====================================== */
.new_logo_img {
  width: 90px;
  margin-right: 10px;
}

.textSnippet {
  overflow: hidden;
  line-height: 25px;
  max-height: 100px;
  margin-bottom: 10px !important;
}

.toggleBtn {
  border: none;
  font-size: 13px !important;
  background: transparent;
  color: #000 !important;
  padding-left: 0px;
  display: none;
}

.expanded {
  max-height: none !important;
  overflow: visible !important;
}

.production-capacity-label {
  margin: 0;
  font-size: 80%;
}

.production-capacity-value {
  font-weight: 700;
}

@media (max-width: 576px) {
  .production_phone span {
    margin-top: 10px;
  }

  section#product_features {
    padding-bottom: 0px;
  }

  section#certification {
    margin-top: -30px;
  }

  .products-section .feature-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

/* ===================================
   WhatsApp Floating Button
====================================== */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 2px 2px 8px #999;
  text-decoration: none;
  color: #fff;
}

.whatsapp-float i {
  font-size: 40px;
  color: #fff;
}

@media (max-width: 768px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
    font-size: 25px;
  }
  
  .whatsapp-float i {
    font-size: 25px;
  }
}

/* ===================================
   Quote Submit Button Fixes
====================================== */
#quote_submit_btn:hover {
  color: #000 !important;
}

#quote_submit_btn .spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 8px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#quote_submit_btn.loading .spinner {
  display: inline-block;
}

#quote_submit_btn.loading .btn-text {
  display: inline;
}

/* Remove arrow effect for quote submit button */
#quote_submit_btn:after {
  display: none !important;
}

/* ===================================
   iPad Chrome Fix - Sustainability Section
   Icon and Button Hover Effect Fixes
====================================== */

/* Icon color fix for tablets - prevents black shapes */
@media screen and (max-width: 1024px) {
  #sust .app-feature i,
  .sustainabilityWrapper .app-feature i {
    -webkit-text-fill-color: #f94217 !important;
    color: #f94217 !important;
    background: transparent !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
  }
}

/* Device-based media query for tablets */
@media screen and (max-device-width: 1024px) {
  #sust .app-feature i,
  .sustainabilityWrapper .app-feature i {
    -webkit-text-fill-color: #f94217 !important;
    color: #f94217 !important;
    background: transparent !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
  }
}

/* Retina display detection for tablets */
@media screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  #sust .app-feature i,
  .sustainabilityWrapper .app-feature i {
    -webkit-text-fill-color: #f94217 !important;
    color: #f94217 !important;
    background: transparent !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
  }
}

/* Portrait orientation for tablets */
@media screen and (max-width: 1024px) and (orientation: portrait) {
  #sust .app-feature i,
  .sustainabilityWrapper .app-feature i {
    -webkit-text-fill-color: #f94217 !important;
    color: #f94217 !important;
    background: transparent !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
  }
}

/* Button hover effect fix - hide circular animations on tablets */
@media screen and (max-width: 1024px) {
  #sust .btn-hvr-effect,
  .sustainabilityWrapper .btn-hvr-effect {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translate3d(0, 150%, 0) scale(0) !important;
  }
}

/* Device-based button hover fix */
@media screen and (max-device-width: 1024px) {
  #sust .btn-hvr-effect,
  .sustainabilityWrapper .btn-hvr-effect {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translate3d(0, 150%, 0) scale(0) !important;
  }
}
