/*** Spinner Start ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.8s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 99;
}

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn-primary-outline-0 {
  border: 0;
  color: var(--bs-white) !important;
}

.btn-light-outline-0 {
  border: 0;
  color: var(--bs-primary) !important;
}

.btn-primary-outline-0:hover {
  background: var(--bs-secondary) !important;
  color: var(--bs-white) !important;
}

.btn-light-outline-0:hover {
  background: var(--bs-secondary) !important;
  color: var(--bs-white) !important;
}

/*** Topbar Start ***/
.sticky-top {
  transition: 0.5s;
  background: var(--bs-white);
}

.topbar {
  padding: 10px 0;
  background: var(--bs-secondary) !important;
}

/*** Topbar End ***/

/*** Navbar Start ***/
.navbar-light .navbar-nav .nav-link,
.dropdown-item {
  color: #181412;
  font-size: 18px;
  font-weight: 800;
  margin-left: 22px;
}

.navbar-light .navbar-toggler {
  border-color: #ff6600;
}

.dropdown-item {
  font-size: 15px;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  right: 100%;
  margin-left: -372px;
  margin-top: -1px;
}
.text-orange {
  color: black;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .dropdown-submenu .dropdown-menu {
    left: 0 !important;
    right: auto;
    margin-left: 20px;
  }
}
.navbar-light .navbar-toggler-icon {
  color: #ff6600;
}

/*** Navbar End ***/

/*** Carousel Start ***/
.custom-carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.custom-carousel-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 800px;
}

@media (max-width: 768px) {
  .custom-carousel-img {
    max-height: 400px;
    object-fit: contain;
  }
}

@media (max-width: 576px) {
  .custom-carousel-img {
    max-height: 300px;
    object-fit: contain;
  }
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #000;
  opacity: 0.7;
  border-radius: 50%;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #fff;
}

.my-4 {
  color: #000;
}
.mb-4 {
  color: #000;
}
@media (max-width: 768px) {
  .text-orange {
    font-size: 9px;
  }
  .navbar-light .navbar-toggler {
    border-color: #ff6600;
    margin-left: 271px;
    margin-top: -84px;
  }
}

/*** Carousel End ***/

.bg-breadcrumb-screw-adsorption {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/crousel/Adsorption.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-breadcrumb-Cooled {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/crousel/AirCooledChillers.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.bg-breadcrumb-curtains {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/crousel/AirCurtains.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.bg-breadcrumb-Purifiers {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/crousel/AirPurifiers.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  text-align: center;
}
.bg-breadcrumb-Brazed {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/crousel/BrazedPlate.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  text-align: center;
}
.bg-breadcrumb-Filters {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/crousel/CompressedAirFilters.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  text-align: center;
}
.bg-breadcrumb-Tanks {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/crousel/CompressedAirReceiverTanks.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  text-align: center;
}
.bg-breadcrumb-Piping {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/crousel/CompressedAirTurnkeyPiping.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  text-align: center;
}
.bg-breadcrumb-dehumidifier {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/crousel/Dehumidifiers.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  text-align: center;
}

.bg-breadcrumb-Heat {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/crousel/GasketedPlateHeatExchangers.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  text-align: center;
}

.bg-breadcrumb-humidifiers {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/crousel/Humidifiers.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  text-align: center;
}

.bg-breadcrumb-Oil {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/crousel/OilLubricated.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  text-align: center;
}

.bg-breadcrumb-Reciprocating {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/crousel/Reciprocating.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  text-align: center;
}

.bg-breadcrumb-Refrigeration {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/crousel/Refrigeration.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  text-align: center;
}

.bg-breadcrumb-Screw {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/crousel/ScrewChillers.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  text-align: center;
}

.bg-breadcrumb-Condensers {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/crousel/ShellTubeCondensers.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  text-align: center;
}

.bg-breadcrumb-Evaporators {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/crousel/ShellTubeEvaporators.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  text-align: center;
}

.bg-breadcrumb-3-In-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/crousel/3-in-1HeatExchangers.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  text-align: center;
}

.bg-breadcrumb-VFD {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/crousel/VFDScrew.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  text-align: center;
}

.bg-breadcrumb-Water {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/crousel/WaterCooled.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  text-align: center;
}

.bg-breadcrumb-contact {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/crousel/contact-us.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  text-align: center;
}

.bg-breadcrumb {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/crousel/common-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  text-align: center;
}

.bg-breadcrumb-market {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/crousel/market-area.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  text-align: center;
}

@media (max-width: 768px) {
  .bg-breadcrumb {
    height: 30vh;
  }
}
/*** Services Start ***/
.services .services-item {
  transition: 0.5s;
}

.services .services-item:hover {
  background: var(--bs-primary) !important;
  border-color: var(--bs-secondary) !important;
}

.services .services-item:hover .services-content p,
.services .services-item:hover .services-content h3 {
  color: var(--bs-white);
  transition: 0.5s;
}

.services .services-item:hover .services-content a.btn {
  background: var(--bs-white);
  color: var(--bs-primary) !important;
}

.services .services-item:hover .services-content a.btn:hover {
  color: var(--bs-white) !important;
}

.services .services-item .services-img {
  overflow: hidden;
}

.services .services-item .services-img img {
  transition: 0.5s;
}

.services .services-item .services-img img:hover {
  transform: scale(1.3);
}
@media (max-width: 991.98px) {
  .services .row.align-items-center {
    flex-direction: column !important;
    text-align: center;
  }

  .services .col-4,
  .services .col-8 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .services .services-content {
    margin-top: 1rem;
    text-align: center !important;
  }

  .services .services-img {
    margin-top: 1rem;
    justify-content: center !important;
  }

  .services .services-img img {
    max-width: 80%;
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .services .services-content h4 {
    font-size: 1.2rem;
  }

  .services .services-content p {
    font-size: 0.95rem;
  }

  .services .services-content .btn {
    padding: 6px 16px;
    font-size: 0.85rem;
  }
}

/*** Services End ***/

/*** About Start ***/

.about-us,
.why-choose-us {
  padding: 60px 20px;
  background-color: #fff;
  color: #333;
  font-family: "Segoe UI", sans-serif;
}

.section-title,
.why-choose-us h2 {
  color: #fd7e14;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.why-choose-us h3 {
  color: #333;
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
}

.why-choose-us p {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

/* Paragraph styling */
.about-us p,
.why-choose-us ul {
  font-size: 16px;
  line-height: 1.7;
}

/* Images */
.about-us img {
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Info cards grid */
.info-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-top: 40px;
}

.info-card {
  flex: 1 1 calc(25% - 20px);
  background-color: #fd7e14;
  color: white;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
}

.info-card .icon {
  font-size: 32px;
  margin-bottom: 12px;
}

/* Why Choose Us list styling */
.why-choose-us .list-group-item {
  border: none;
  padding: 15px 20px;
  background-color: #fff8f1;
  margin-bottom: 10px;
  border-left: 5px solid #fd7e14;
  font-size: 16px;
  color: #333;
}

/* Responsive design */
@media (max-width: 992px) {
  .info-card {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .info-cards {
    flex-direction: column;
    gap: 15px;
  }

  .info-card {
    flex: 1 1 100%;
  }

  .about-us img {
    margin-bottom: 20px;
  }

  .section-title,
  .why-choose-us h2 {
    font-size: 28px;
  }

  .why-choose-us h3 {
    font-size: 20px;
  }
}

/*** About End ***/

/*** Counter Start ***/
.text-black {
  color: #ff8c00;
}
.counter-section .counter-item .counter-content {
  position: relative;
  margin-bottom: 60px;
  background-image: linear-gradient(
    rgba(252, 152, 195, 0.3),
    rgba(255, 255, 255, 0.3),
    rgba(136, 76, 210, 0.3)
  );
  border-radius: 10px;
  z-index: 9;
  color: #ff8c00;
}

.counter-section .counter-item {
  text-align: center;
  background: rgba(255, 255, 255, 0.5) !important;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  object-fit: cover;
  border-radius: 0 25% 0 25%;
  color: #ff8c00;
}

.counter-section .counter-item .counter-content .svg-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -50px;
  margin-left: -45px;
  transform: rotate(180deg);
}

.counter-section .counter-item .counter-quantity {
  width: 110px;
  height: 110px;
  border-radius: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-primary);
}
/*** Counter End ***/

/*** Contact Start ***/
.contact-container {
  max-width: 900px;
  margin: auto;
  background: white;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact-info {
  font-size: 14px;
  color: #777;
  text-align: center;
  margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
}

.btn-submit {
  background: #fd7e14;
  color: white;
  padding: 12px;
  border: none;
  width: 100%;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-submit:hover {
  background: linear-gradient(to right, #2575fc, #6a11cb);
}

.contact-image {
  text-align: center;
}

.contact-image img {
  max-width: 150px;
  margin-bottom: 20px;
}
/*** Contact End ***/

/*** footer start ***/
.footer {
  background: var(--bs-dark);
  padding: 20px 0px;
}

.footer .footer-item a,
.footer .footer-item p {
  color: var(--bs-white);
  line-height: 40px;
  font-size: 17px;
  transition: 0.5s;
}

.footer .footer-item a:hover {
  letter-spacing: 2px;
  color: var(--bs-primary) !important;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: white !important;
}
a {
  color: white;
  text-decoration: none;
}
/*** copyright end ***/

/* products */

.product-bg {
  padding: 40px;
}

.heading-1 {
  border-radius: 20px 0px 16px 0px;
  border-bottom: 6px solid #ddb582;
  margin-top: 20px;
  padding-bottom: 12px;
  margin-bottom: 11px;
}

.heading-1 h3 {
  color: #fd7e14;
  padding-top: 10px;
  margin-bottom: 4px;
  font-size: 39px;
}

.heading-p1 span {
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
  color: #000;
}

.heading-p1 ul li {
  list-style: disc;
  font-weight: 600;
  color: #000;
  font-size: 15px;
}

.heading-p1 span {
  color: #000;
}

.mt-20 {
  margin-top: 20px;
}

.oil-1 img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  margin-top: 18px;
}

.mt-10 {
  margin-top: 10px;
}

.product-bg p {
  color: #000 !important;
  font-weight: 600;
  font-size: 13px;
  margin-top: 10px;
}

.inner-bg {
  background-image: linear-gradient(to right, black, #606060);
}

.oil-lubricated img {
  width: 100%;
}

.vfd-model img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}

.vfd-1 img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}

.heading-new {
  border-radius: 20px 0px 16px 0px;
  background: #ddb582;
  border-bottom: 6px solid #646363;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.heading-new h3 {
  color: #000;
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: -1px;
}
.bg-dark {
  background-color: #1c1a1d !important;
  padding: 30px;
}
.proposals li {
  list-style: disc;
  font-weight: 600;
  color: #000;
}

.industrail-1 img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}

.industrail-2 img {
  width: 100%;
  height: 350px;
  object-fit: contain;
  margin-top: 50px;
}

.industrail-3 img {
  width: 100%;
  height: 278px;
  object-fit: contain;
  margin-top: 50px;
}

.industrail-4 img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  margin-top: 70px;
}

.industrail-6 img {
  width: 100%;
  height: 350px;
  object-fit: contain;
}

.industrail-8 img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  margin-top: 30px;
}

.industrail-7 img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  margin-top: 30px;
}

.full-img img {
  text-align: center;
}

.full-img {
  text-align: center;
}

.main-img {
  text-align: center;
}

.table-img img {
  width: 100%;
  text-align: center;
}

.screw-1 img {
  width: 100%;
  height: 330px;
  object-fit: contain;
  /*border: 1px solid #000000c4;*/
  padding: 10px;
  /*background: #fff;*/
}

.chart img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}

.product-screw-img img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.ttm-textcolor-skincolor {
  color: #decdcd !important;
}

.btn-new-color {
  background-color: #000 !important;
}

.site-main {
  margin-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.download {
  text-align: center;
}

.inquiry-btn {
  text-align: center;
  margin: 10px auto;
  margin-top: 14px;
}

.table-img {
  margin-top: 25px;
}

.inquiry-btn a {
  background: #000000 !important;
  font-size: 22px !important;
  margin-right: 10px;
  border-radius: 5px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  color: white;
  border: 4px solid #ddb582;
}

.inquiry-btn a:hover {
  background-color: #ff5e14 !important;
  border: 4px solid #ff5e14 !important;
}

.rec-img img {
  width: 100%;
  height: 260px;
  object-fit: contain;
}

.construction-features li {
  color: #000;
}

.compressed-air-dyre-table img {
  width: 100%;
  margin-top: 10px;
}

.heatless-air-dyer img {
  width: 100%;
}

.filter img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  margin-top: 30px;
}

.filter-img-table img {
  width: 100% !important;
  margin-top: 10px;
}

.turnkey img {
  width: 100%;
  text-align: center;
  height: 500px;
  object-fit: contain;
}

.main-img img {
  width: 100%;
}

.full-img1 img {
  width: 100%;
  height: 500px;
  object-fit: contain;
}

.full-img img {
  width: 100%;
}

.dehumidifeir-img-1 img {
  width: 100%;
  object-fit: contain;
}

.mt-40 {
  margin-top: 80px !important;
}

.table-dehumidifier-1 img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}
.table-dehumidifier img {
  width: 100%;

  object-fit: contain;
}
.curtains-img img {
  width: 100%;
  height: 190px;
  object-fit: contain;
}
.curtains-img1 img {
  width: 100%;
  height: 190px;
  object-fit: contain;
  padding: 5px;
  border: 2px solid #fff;
}

.table-dehumidifier-main img {
  width: 100%;
}

.curtains-img-table img {
  width: 100%;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-40 {
  margin-top: 40px;
}

.purifier-img img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}

.img-text p {
  font-size: 28px;
  text-align: center;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 40px !important;
}

.curtain-text h4 {
  color: #000;
  text-align: center;
  margin-top: 10px;
}

.heat img {
  width: 100%;
  height: 350px;
  object-fit: contain;
}
.extra-image img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.shell img {
  width: 100%;
}
.application h4 {
  color: #000;
  font-size: 20px;
}
.application-main h3 {
  border-radius: 20px 0px 16px 0px;
  border-bottom: 3px solid #ddb582;
  color: #000;
  font-size: 24px;
  padding-bottom: 12px;
  margin-bottom: 15px;
  letter-spacing: 0.3px;
}
.application-main h4 {
  color: #000;
  font-size: 18px;
}
.enquiry-now a:hover {
  background-color: #fff;
  color: #000;
  background-color: #ff5e14 !important;
  border: 2px solid #ff5e14 !important;
}
.enquiry-now a {
  background-color: #000;
  border-radius: 51px;
  margin: 0 6px;
  font-weight: 600;
  color: white !important;
  font-size: 16px;
  letter-spacing: 0.3px;
  padding: 11px 20px;
  border: 2px solid #ddb582;
}
.divider {
  content: "";
  background-color: #565656;
  height: 2px;
  margin-top: 51px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.enquiry-now {
  margin-top: 36px;
}
.menu li:hover {
  background-color: #ddd;
  transition: all ease 0.4s;
  /* padding: 0px 12px!important; */
  color: #ff5e14;
  border-radius: 5px;
  /* font-size: 10px!important; */
}
.ttm-custombutton:hover {
  background-color: #ddb582 !important;
  color: #ff5e14;
}
.sub-menu li:hover {
  background-color: #ddb582;
  color: #000 !important;
  border-radius: 0px;
}
.sub-menu li a:hover {
  color: #000 !important;
}
.alfa img {
  width: 100%;
  object-fit: contain;
  height: 345px;
  display: block;
  margin: 0 auto;
}
.alfa span {
  margin-bottom: 13px;
  display: block;
  font-size: 20px;
}
.application-main ul li {
  list-style: disc;
  color: #000;
  letter-spacing: 0.2px;
  line-height: 30px;
}
.top-20 {
  margin-top: 110px;
  text-align: right;
}
.top-20 img {
  width: 78% !important;
  margin: 0 auto;
  text-align: right;
}
.widget-contact i {
  color: #000 !important;
}
.title-box a {
  color: #000 !important;
}
.breadcrumb-wrapper a {
  color: #fff !important;
}
.image-main img {
  width: 100%;
}
.display-none {
  display: none !important;
}

@media (max-width: 768px) {
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    height: auto !important;
  }
  #totop.top-visible {
    right: 150px !important;
  }
  .about-info {
    margin-top: 15px !important;
  }
  .carousel-indicators li {
    display: none !important;
  }
  .previous {
    line-height: 20px !important;
    background-color: #000 !important;
    padding: 4px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 38px !important;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    height: 10px !important;
  }
  .carousel {
    margin-top: 0px !important;
  }
  .breadcrumb-wrapper span {
    font-size: 12px;
  }
  .product-bg {
    margin-bottom: 25px;
  }
  .mobile-none {
    display: none !important;
  }
  .display-none {
    display: block !important;
  }
  .product-bg {
    padding: 2px !important;
    margin-top: 20px;
  }
  .heading-1 h3 {
    font-size: 24px !important;
  }
  .title-box .page-title-heading h1 {
    font-size: 22px !important;
  }
  .ttm-page-title-row {
    padding: 48px 0 48px !important;
  }
  .breadcrumb-wrapper a {
    font-size: 13px !important;
  }
  .inquiry-btn a {
    font-size: 14px !important;
  }
  .proposals li {
    font-size: 13px !important;
  }
  .heading-p1 span {
    font-size: 19px !important;
  }
  .heading-p1 ul li {
    font-size: 14px !important;
  }
  .heading-1 {
    border-bottom: 2px solid #ddb582;
  }
  .heading-new h3 {
    font-size: 20px !important;
  }
  #site-header-menu #site-navigation .menu ul li a {
    color: #000 !important;
  }
  .layer-content {
    padding: 4px 0px !important;
  }
  .heading-seperator span:after {
    display: none;
  }
  .section-title h2 {
    font-size: 25px !important;
  }
  .category-sec h2 {
    font-size: 25px !important;
  }
  .featured-item .content-post h2.title-post {
    font-size: 13px !important;
  }
  .ttm-fid-icon .ttm-fid-icon-wrapper {
    width: 82px;
    height: 82px;
    line-height: 82px;
  }
  .ttm-fid-icon {
    margin-bottom: 20px;
  }
  .ttm-fid-contents h4 {
    font-size: 27px;
    margin-top: -7px;
  }
  .ttm-fid-icon-wrapper i {
    font-size: 34px !important;
  }
  .section-title h2.title {
    padding-bottom: 2px !important;
  }
}
/* table */
.table-container {
  background-color: #222;
  padding: 20px;
  border-radius: 8px;
}
.table thead th {
  background-color: #555;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #444;
  font-size: 10px;
}
.table tbody td {
  background-color: #333;
  color: #fff;
  border: 1px solid #444;
}
.table tbody tr:nth-child(even) {
  background-color: #444;
}
.table-responsive {
  overflow-x: auto;
}
.gold-line {
  height: 4px;
  background-color: #d2a45d;
  margin: 10px 0;
}
.recommendation-card {
  background-color: #333;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.recommendation-card h5 {
  font-size: 1.25rem;
  margin-bottom: 15px;
  border-bottom: 2px solid #f0a500;
  padding-bottom: 10px;
}
.divider {
  height: 4px;
  background-color: #f0a500;
  margin: 20px 0;
}
.thank-you-box {
  padding: 30px 20px;
  border-radius: 12px;
  background-color: #f8f9fa;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
/* thankyyou */
.thank-you-box {
  padding: 30px 20px;
  border-radius: 12px;
  background-color: #f8f9fa;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.thank-you-box h2 {
  font-size: 24px;
  color: #333;
}
.thank-you-box p {
  font-size: 16px;
  color: #666;
}
.btn-group-responsive {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.btn-group-responsive a {
  min-width: 140px;
  font-size: 16px;
}
@media (max-width: 576px) {
  .thank-you-box h2 {
    font-size: 20px;
  }
  .thank-you-box p {
    font-size: 14px;
  }
  .btn-group-responsive a {
    min-width: 100%;
  }
}

/* market area content */
.compressor-area {
  background-color: #ffffff;
  margin: 30px auto;
  padding: 30px;
  max-width: 1100px;
  border-radius: 12px;
  box-shadow: 0 0 18px rgba(249, 115, 22, 0.2);
  text-align: center;
  border-left: 6px solid #f97316;
  transition: transform 0.3s ease;
}
.compressor-area h2,
.compressor-area h3,
.compressor-area h4,
.compressor-area h5,
.compressor-area h6 {
  color: #f97316;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
}

.compressor-area p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 18px;
  text-align: justify;
  color: #0c0c0b;
}

.compressor-area p strong {
  color: #0c0c0b;
  font-weight: 700;
}

@media (max-width: 768px) {
  .compressor-area {
    padding: 20px;
    margin: 20px 15px;
  }

  .compressor-area h2,
  .compressor-area h3,
  .compressor-area h4,
  .compressor-area h5,
  .compressor-area h6 {
    font-size: 22px;
  }

  .compressor-area p {
    font-size: 15.5px;
  }
}

/* sitemap */
.sitemap-container {
  max-width: 1000px;
  margin: auto;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  border-left: 5px solid #ff7a00;
  box-shadow: 0 4px 20px rgba(255, 122, 0, 0.1);
}

.sitemap-container h2 {
  color: #ff7a00;
  margin-bottom: 30px;
  font-size: 32px;
  border-bottom: 2px solid #ff7a00;
  padding-bottom: 10px;
}

ul.sitemap {
  list-style: none;
  padding-left: 20px;
}

ul.sitemap li {
  margin-bottom: 12px;
  font-size: 18px;
}

ul.sitemap li a {
  color: #080707;
  text-decoration: none;
  transition: 0.3s;
}

ul.sitemap li a:hover {
  color: #b34700;
  text-decoration: underline;
}

ul.sub-list {
  margin-top: 8px;
  margin-left: 25px;
  padding-left: 15px;
  border-left: 2px dotted #ffae66;
}

ul.sub-list li::before {
  content: "\2192";
  margin-right: 6px;
  color: #ff7a00;
}

li.main::before {
  content: "👨‍🔧";
  /* 👨‍🔧 */
  margin-right: 8px;
}

/* disclaimer privacy terms */
.disclaimer-section {
  background: #fffaf3;
  padding: 40px 20px;
  color: #333;
  font-family: "Segoe UI", sans-serif;
}

.disclaimer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.disclaimer-container h2 {
  color: #e65100;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 30px;
  border-bottom: 2px solid #ff9800;
  display: inline-block;
  padding-bottom: 10px;
}

.disclaimer-block {
  margin-bottom: 25px;
  border-left: 4px solid #ff9800;
  padding-left: 15px;
  background: #fff3e0;
  padding: 15px;
  border-radius: 6px;
}

.disclaimer-block h3 {
  color: #f57c00;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.disclaimer-block p {
  margin: 0 0 10px;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .disclaimer-container h2 {
    font-size: 1.7rem;
  }

  .disclaimer-block h3 {
    font-size: 1.05rem;
  }

  .disclaimer-block p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .disclaimer-section {
    padding: 30px 15px;
  }

  .disclaimer-block {
    padding: 10px;
  }
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: white;
    background-color: #fd7e14;
    border-color: white;
}
.btn:hover {
    color: white;
    background-color: #fd7e14;
    border-color: white;
}