/* ============================================
   RESET & BASE
   ============================================ */
* {
  margin: 0;
  padding: 0;
  outline: none;
}

img {
  border: none;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 20px;
}

button {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

p {
  margin-bottom: 15px;
  color: #fff;
}

body {
  font-size: 14px;
  color: #fff;
  background-color: #1C1C1C;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* ============================================
   UTILITIES
   ============================================ */
.mtb30 {
  margin: 30px 0;
}

.mt60 {
  margin-top: 60px;
}

.align-center {
  align-items: center;
}

.align-cntr {
  align-items: center;
}

.p0 {
  padding: 0;
}

/* ============================================
   HEADER & NAV
   ============================================ */
.fixed-top {
  position: fixed;
  top: 0;
  display: block;
  background: #111;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .8);
  z-index: 999;
}

.header-scrolled {
  box-shadow: 0 4px 15px rgba(0, 0, 0, .9);
}

.header_menu {
  padding: 0;
  display: flex;
  position: relative;
}

.header_menu .container {
  display: flex;
  align-items: center;
}

.logo {
  flex-shrink: 0;
  padding: 8px 25px 8px 0;
  margin-right: 25px;
  border-right: 2px solid #FFE002;
}

#header .logo img,
.header-scrolled .logo img {
  height: 48px;
  width: auto;
  display: block;
}

/* Main Nav */
.main-nav {
  margin-left: auto;
}

.main-nav>ul {
  margin-top: 17px;
  align-items: center;
  display: flex;
}

.header-scrolled .main-nav>ul {
  margin-top: 15px;
  transition: all .5s ease-in-out;
}

.main-nav>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding: 5px;
}

.main-nav>ul>li:after {
  display: none !important;
}

.main-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 0 12px;
  transition: .3s;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: .2px;
}

.main-nav a:hover,
.main-nav li:hover>a,
.main-nav .active>a {
  color: #FFE002;
  text-decoration: none;
}

.main-nav a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 12px;
  background-color: #FFE002;
  transition: width .3s ease-in-out;
}

.main-nav li:hover>a::before,
.main-nav .active>a::before {
  width: calc(100% - 24px);
}

/* Dropdown – 1st level */
.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #111;
  border-top: 3px solid #FFE002;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .8);
  transition: ease all .3s;
  padding: 0;
}

.main-nav .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 280px;
  position: relative;
}

.main-nav .drop-down ul li a {
  padding: 12px 15px;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #222;
  white-space: normal;
  line-height: 1.4;
}

.main-nav .drop-down ul li:last-child a {
  border-bottom: none;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
  color: #1C1C1C;
  background: #FFE002;
}

.main-nav .drop-down>a:after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding-left: 6px;
}

/* Dropdown – 2nd level */
.main-nav .drop-down .drop-down ul.bg {
  top: 0;
  left: calc(100% - 10px);
  margin-top: 0;
  border-top: none;
  border-left: 3px solid #FFE002;
}

.main-nav .drop-down .drop-down:hover>ul.bg {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down>a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 12px;
}

.bg li {
  background: #111;
}

.bg li:hover {
  background: #FFE002;
}

/* Google Translate */
.goog-te-gadget .goog-te-combo {
  margin: 0 !important;
  padding: 7px 10px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
  background-color: #1C1C1C !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  width: 140px;
  cursor: pointer;
  outline: none;
}

.goog-te-gadget-simple {
  background-color: #111 !important;
  border: 1px solid #FFE002 !important;
  padding: 6px 10px !important;
  border-radius: 4px !important;
  display: inline-flex !important;
  align-items: center;
}

.goog-te-gadget-simple,
.goog-te-gadget-simple span,
.goog-te-gadget-simple a,
.goog-te-gadget-simple .goog-te-menu-value span {
  color: #fff !important;
}

.goog-te-gadget-simple span[style*="border-left"] {
  border-left: 1px solid #fff !important;
}

.goog-te-gadget-simple span[aria-hidden="true"] {
  color: #FFE002 !important;
}

.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
  margin-top: -4px;
}

/* Contact call */
.cont-call {
  margin: 0 0 0 60px;
  position: relative !important;
  top: -10px;
}

.cont-call span {
  display: block;
  line-height: 20px;
  margin-right: 0;
  text-align: center;
  color: #1C1C1C;
  background: #FFE002;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  left: -55px;
  top: 0;
}

.cont-call a {
  font-weight: 500;
  font-size: 14px;
  padding: 0;
}

/* ============================================
   MOBILE NAV
   ============================================ */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #111;
  border-right: 2px solid #FFE002;
  transition: .4s;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  border-bottom: 1px solid #222;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #1C1C1C;
  background: #FFE002;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\f077";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
  background: #1C1C1C;
}

.mobile-nav .drop-down li {
  padding-left: 10px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all .4s;
  cursor: pointer;
}

.mobile-nav-toggle i {
  color: #FFE002;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, .8);
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

/* ============================================
   HERO SLIDER
   ============================================ */
.hm-slider .owl-dots {
  margin-top: -66px;
  position: relative;
}

.hm-slider .owl-theme .owl-nav {
  margin-top: 0 !important;
  display: none;
}

.hm-slider .item {
  height: 93vh;
  position: relative;
}

.hm-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hm-slider .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
  display: flex;
  align-items: center;
}

.hm-slider .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
  margin-top: 80px;
  margin-left: 18px;
}

.hm-slider .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 6%;
  height: 80%;
  left: 26px;
  top: 20px;
  position: absolute;
  border: 6px solid #FFE002;
}

.hm-slider .item .cover .header-content h4 {
  font-weight: 300;
  font-size: 42px;
  color: #fff;
}

.hm-slider .item .cover .header-content h2 {
  font-size: 48px;
  font-weight: 600;
  word-spacing: 3px;
  color: #FFE002;
  line-height: 1.1;
}

.header-content p {
  font-size: 21px;
  color: #fff;
  width: 70%;
}

.hm-slider .owl-nav .owl-prev,
.hm-slider .owl-nav .owl-next {
  position: absolute;
  top: 43%;
  opacity: 0;
  transition: all .4s ease-out;
  background: rgba(28, 28, 28, .8) !important;
  width: 40px;
  cursor: pointer;
  height: 55px;
  line-height: 45px !important;
  display: block;
  z-index: 1000;
  border-radius: 0;
  border: 1px solid #FFE002;
}

.hm-slider .owl-nav .owl-prev {
  left: 15px;
}

.hm-slider .owl-nav .owl-next {
  right: 15px;
}

.hm-slider .owl-nav .owl-prev span,
.hm-slider .owl-nav .owl-next span {
  font-size: 3rem;
  color: #FFE002;
}

.hm-slider .owl-nav .owl-prev:hover,
.hm-slider .owl-nav .owl-next:hover {
  background: #FFE002 !important;
}

.hm-slider .owl-nav .owl-prev:hover span,
.hm-slider .owl-nav .owl-next:hover span {
  color: #1C1C1C;
}

.hm-slider:hover .owl-prev {
  left: 0;
  opacity: 1;
}

.hm-slider:hover .owl-next {
  right: 0;
  opacity: 1;
}

.owl-dots {
  display: block !important;
}

.owl-theme .owl-dots .owl-dot {
  border: 1px solid #FFE002 !important;
  border-radius: 50% !important;
  background: transparent !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #FFE002 !important;
}

/* ============================================
   ABOUT SECTION
   ============================================ */
.hm-about {
  padding: 80px 0;
  background: #1C1C1C;
}

.hm-about .hm-about-subheading {
  color: #FFE002;
}

.HeadBox {
  margin: 50px 0;
  position: relative;
}

.HeadBox .main_head {
  transform: none;
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: fit-content;
  transition: .6s all;
  color: #fff;
}

.HeadBox .main_head span {
  background: #FFE002;
  line-height: 20px;
  color: #1C1C1C;
  padding: 0 2px;
  position: relative;
  margin-left: 18px;
}

.HeadBox .main_head span i {
  position: absolute;
  top: 0;
  left: -20px;
  color: #FFE002;
  font-size: 19px;
}

.HeadBox .bg_head {
  color: transparent !important;
  text-shadow: none !important;
  display: none !important;
}

.hm-abt-head {
  margin-bottom: 20px;
}

.hm-abt-head h1 {
  font-weight: 400;
  font-size: 31px;
  color: #fff;
}

.hm-abt-head h1 span {
  font-weight: 600;
  color: #FFE002;
}

.hm-about-dtl p {
  font-size: 1rem;
  padding-bottom: 10px;
  line-height: 28px;
}

.link {
  font-size: 1rem;
  color: #FFE002;
  font-weight: 500;
  border-bottom: 1px solid #FFE002;
  transition: all .5s ease-out;
}

.link:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
  letter-spacing: 2px;
}

.img_otr {
  position: relative;
}

.img_otr::before {
  height: 187.5px;
  bottom: -14px;
  left: -10px;
  width: 106%;
  content: "";
  background: rgba(255, 224, 2, .15);
  position: absolute;
  margin: auto;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
}

.img_otr .img_bx {
  border-radius: 50%;
  position: relative;
  margin: auto;
}

.img_otr .img_bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.img_otr .img_bx::after {
  bottom: 0;
  content: "";
  position: absolute;
  height: 53px;
  width: 53px;
  background: #FFE002;
  border-radius: 50%;
  left: 60px;
  transition: .4s all;
}

/* ============================================
   PRODUCTS SECTION
   ============================================ */
.hm-prod {
  padding: 90px 0 70px;
  background: transparent !important;
  position: relative;
}

.hm-prod::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 224, 2, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 224, 2, .05) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.HeadBox_prod {
  margin: 12px 0 10px;
}

.hm-prod .title_bx {
  padding: 35px 60px;
  margin: 0;
  background: #333;
  position: relative;
}

.hm-prod .title_bx::after {
  content: "";
  position: absolute;
  right: -100%;
  width: 100%;
  background: #333;
  height: 100%;
  top: 0;
}

.hm-prod .prod_bx {
  padding: 60px 50px;
  background: #111;
  border: 1px solid #333;
  border-top: 5px solid #FFE002;
  border-radius: 16px;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .7);
}

.hm-prod .col-md-3,
.hm-prod .col-md-12 {
  padding-right: 5px;
  padding-left: 5px;
}

.prod_bx_head h3 {
  font-weight: 500;
  font-size: 24px;
  color: #ddd;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* Product Cards */
.productbox {
  background-color: #1C1C1C;
  margin: 15px 0;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #222;
  display: flex;
  flex-direction: column;
  height: calc(100% - 30px);
  transition: transform .4s cubic-bezier(.175, .885, .32, 1.275), box-shadow .4s ease, border-color .4s ease;
}

.productbox:hover {
  transform: translateY(-8px);
  border-color: #FFE002;
  box-shadow: 0 12px 24px rgba(255, 224, 2, .15);
}

.featured-thumbnail {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  border-bottom: 2px solid #333;
  transition: border-color .4s ease;
}

.productbox .featured-thumbnail img,
.img_otr .img_bx img {
  transform: scale(1.02);
  transition: transform .7s cubic-bezier(.25, 1, .5, 1), filter .7s ease;
  width: 100%;
  display: block;
  filter: brightness(.9);
}

.productbox:hover .featured-thumbnail {
  border-bottom-color: #FFE002;
}

.productbox:hover .featured-thumbnail img,
.img_otr:hover .img_bx img {
  transform: scale(1.12) !important;
  filter: contrast(1.1) brightness(1.1);
}

.featured-content {
  background-color: transparent !important;
  padding: 25px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.featured-title h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 0;
}

.featured-title h3 a {
  color: #fff;
  transition: color .3s ease;
}

.featured-title h3 a:hover,
.productbox:hover .featured-title h3 a {
  color: #FFE002;
}

.ttm-details-link {
  text-align: right;
  margin-top: 15px;
}

.ttm-details-link i {
  color: #555;
  font-size: 20px;
  transform: rotate(-45deg);
  transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
}

.productbox:hover .ttm-details-link i {
  color: #FFE002;
  transform: rotate(0deg) translateX(5px);
}

/* ============================================
   CERTIFIED / FEATURES SECTION
   ============================================ */
.hm-cetified {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.hm-cetified::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 28, 28, .85);
}

.hm-cetified-dtl {
  border: 1px solid #FFE002;
  padding: 20px;
  height: 100%;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: rgba(17, 17, 17, .8);
  position: relative;
  z-index: 2;
}

.elementor-icon {
  background-color: #FFE002;
  color: #1C1C1C;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  transition: all .3s;
  display: table;
  margin: 0 auto 15px;
}

.hm-cetified-dtl:hover .elementor-icon {
  transform: scale(1.1);
  background-color: #fff;
}

.hm-cetified-dtl h2,
.hm-cetified-dtl h4 {
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 5px;
  letter-spacing: .5px;
  color: #FFE002;
}

.hm-cetified-dtl p {
  font-size: 13px;
  letter-spacing: .5px;
}

/* ============================================
   INDUSTRY SECTION
   ============================================ */
.hm-indury {
  padding: 60px 0;
  background: #1C1C1C;
}

.indsutry-list-image {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  position: relative;
}

.indsutry-list-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/indsutry-list-background.png') no-repeat center/contain;
  opacity: 0.5;
}

.indsutry-list-image img {
  color: #ffffffff;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.indsutry-box:hover .indsutry-list-image img {
  box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.9);
  transform: scale(1.08);
}

.indsutry-box {
  margin: 15px 0;
}

.indsutry-box h6 {
  text-align: center;
  letter-spacing: .5px;
}

/* ============================================
   FOOTER
   ============================================ */
footer {
  background: #111;
  margin-top: 80px;
}

.ftr-dtl-bg {
  position: relative;
  margin: -20px 0 0;
  padding: 80px 40px 40px;
  background: #1C1C1C;
  border-top: 2px solid #FFE002;
  overflow: hidden;
}

.ftr-logo {
  margin-top: 40px;
}

.footerTitle {
  color: #FFE002;
  padding-bottom: 8px;
  margin-bottom: 20px;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  letter-spacing: 1px;
}

.ftr-dtl ul li a {
  color: #fff;
  font-size: 1rem;
  padding-bottom: 10px;
  line-height: 28px;
  letter-spacing: .5px;
}

.ftr-dtl ul li a:hover {
  color: #FFE002;
}

.ftr-dtl ul li {
  padding: 2px 0;
}

.socialIcons {
  margin-top: 30px;
}

.socialIcons h5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
}

.social-icon ul {
  text-align: center;
  margin-top: 10px;
}

.social-icon ul li {
  display: inline-block;
  margin: 0 2px;
}

.social-icon ul li a i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  transition: all .8s;
  background: #1C1C1C;
  color: #FFE002;
  border: 1px solid #FFE002;
}

.social-icon ul li a:hover i {
  transform: scale(1.08);
  border-radius: 5px;
  background: #FFE002;
  color: #1C1C1C;
}

.ftr-office ul li {
  padding: 5px 0 5px 30px;
  letter-spacing: .5px;
  margin: 0 0 5px;
  position: relative;
}

.ftr-office ul li a {
  line-height: 23px;
  color: #fff;
}

.ftr-office ul li a:hover {
  color: #FFE002;
}

.ftr-office ul li img {
  position: absolute;
  left: 0;
  top: 9px;
  width: 20px;
  filter: brightness(0) invert(1) sepia(1) saturate(10000%) hue-rotate(40deg);
}

.foot_dp_txt p {
  font-size: 13px;
  letter-spacing: .5px;
}

.foot_dp_txt_lft p {
  text-align: right;
}

.foot_dp_txt_lft p a {
  color: #FFE002;
}

.footer-btm {
  background: #000;
  padding: 10px 0;
}

/* ============================================
   INNER BANNER
   ============================================ */
.inr-banner {
  background-image: url(../images/hero-services.png);
  background-position: 50% 64.008px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #111;
  background-size: cover;
  position: relative;
  color: #fff;
  display: block;
  margin-top: 80px;
  padding: 60px 0 50px;
}

.inr-banner:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(28, 28, 28, .8);
}

.inr-banner2 {
  padding: 5rem 0;
  margin-top: 75px;
  background: linear-gradient(to right, rgba(28, 28, 28, .8), rgba(28, 28, 28, .8)), url(../images/bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  min-height: 400px;
  display: flex;
  align-items: center;
}

.inr-bnr-heading {
  position: relative;
  z-index: 9;
}

.inr-bnr-heading ul {
  position: relative;
  z-index: 1;
}

.inr-bnr-heading ul li {
  display: inline-block;
  color: #fff;
  padding-right: 10px;
  font-weight: 400;
  letter-spacing: .5px;
  font-size: 13px;
}

.inr-bnr-heading ul li a {
  color: #FFE002;
}

.inr-bnr-heading ul li a:hover {
  color: #fff;
}

.inr-bnr-heading ul li i {
  font-size: 5px;
  position: relative;
  top: -2px;
}

.inr-bnr-heading h1 {
  color: #FFE002;
  font-weight: 600;
  margin-bottom: 8px;
}

/* ============================================
   CONTACT
   ============================================ */
.main-contact {
  padding: 0 0 80px;
  background: transparent;
}

.main-contact-heading {
  background-image: url(../images/05.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  padding: 6rem 2rem 10rem !important;
  position: relative;
  box-shadow: inset 0 0 80px rgba(255, 224, 2, .15);
}

.main-contact-heading:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(circle at center, rgba(255, 224, 2, .2) 0%, rgba(17, 17, 17, .6) 40%, rgba(17, 17, 17, .9) 100%);
  mix-blend-mode: hard-light;
  z-index: 1;
}

.main-contact-head {
  position: relative;
  z-index: 9;
  text-align: center;
}

.main-contact-head h6 {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #1C1C1C;
  background: #FFE002;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 2px;
}

.main-contact-head h2 {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 1px;
}

.main-contact-head h2 span {
  color: #FFE002;
}

.contact-main {
  background-color: #111;
  margin-top: -6rem !important;
  padding: 3rem !important;
  border: 1px solid #333;
  border-radius: 16px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, .6);
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.contact-main form input,
.contact-main form textarea {
  color: #fff;
  font-weight: 400;
  background-color: #1C1C1C;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 12px 15px;
  transition: all .3s ease;
}

.contact-main form input:focus,
.contact-main form textarea:focus {
  border-color: #FFE002;
  box-shadow: 0 0 12px rgba(255, 224, 2, .15);
  background-color: #0a0a0a;
}

.contact-main-dtl {
  padding: 40px 30px;
  background-color: #1A1A1A;
  border: 1px solid #333;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .5);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.contact-main-add h4,
.contact-main-cont h4 {
  color: #FFE002;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}

.contact-main-add p {
  color: #ccc;
  font-size: 15px;
  line-height: 28px;
}

.contact-main-cont {
  padding-top: 10px;
}

.contact-main-cont p {
  position: relative;
  padding: 0 0 15px 50px;
  display: block;
  line-height: 24px;
  transition: transform .3s ease;
}

.contact-main-cont p a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: color .3s ease;
}

.contact-main-cont p:hover {
  transform: translateX(8px);
}

.contact-main-cont p:hover a {
  color: #FFE002;
}

.contact-main-cont img {
  position: absolute;
  background: #FFE002;
  left: 0;
  top: -2px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  padding: 8px;
  border-radius: 50%;
  filter: invert(1);
  transition: all .3s ease;
}

.contact-main-cont p:hover img {
  transform: scale(1.1) rotate(10deg);
  background: #fff;
}

.google-map {
  background: #111;
  border: 1px solid #333;
  border-radius: 16px;
  padding: 10px;
  margin-top: 60px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  overflow: hidden;
}

.google-map iframe {
  border-radius: 10px;
}

/* ============================================
   BUTTONS
   ============================================ */
.theme-btn,
.btn-1,
.contact-main button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all .3s ease;
  display: inline-block;
  background: #FFE002;
  padding: 9px 35px;
  font-family: "Roboto", sans-serif;
  border-radius: 50px;
  color: #1C1C1C;
  font-weight: bold;
  cursor: pointer;
  border: none;
  width: 100%;
}

.theme-btn::before,
.btn-1::before,
.contact-main button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .6), transparent);
  transition: all .6s ease;
  z-index: -1;
  transform: skewX(-25deg);
}

.theme-btn:hover::before,
.btn-1:hover::before,
.contact-main button:hover::before {
  left: 150%;
}

.theme-btn:hover,
.btn-1:hover,
.contact-main button:hover {
  box-shadow: 0 0 20px rgba(255, 224, 2, .4);
  transform: translateY(-3px);
}

.btn-yellow {
  background: #FFE002;
  color: #111;
  font-weight: 600;
  padding: 12px;
  border-radius: 5px;
  border: none;
}

.btn-yellow:hover {
  background: #fff;
}

/* ============================================
   FORMS
   ============================================ */
.form-control {
  line-height: 30px;
  font-size: .9rem;
  font-family: "Roboto", sans-serif;
  background: #1a1a1a;
  border: 1px solid #333;
  color: #fff;
  padding: 12px;
}

.form-control:focus {
  border-color: #FFE002;
  box-shadow: none;
}

.services-form {
  background: #111;
  border-radius: 10px;
  border-top: 4px solid #FFE002;
  padding: 30px 20px;
  position: sticky;
  top: 120px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .8);
  overflow: hidden;
}

.services-form h4 {
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
  text-align: center;
}

.services-form h4 i {
  color: #FFE002;
  padding-right: 5px;
}

.services-form p {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  padding-bottom: 20px;
}

.services-form input,
.services-form textarea {
  background: #1C1C1C !important;
  border: 1px solid #333 !important;
  color: #fff !important;
}

.services-form input::placeholder,
.services-form textarea::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #888;
}

.services-form input:focus,
.services-form textarea:focus {
  border-color: #FFE002 !important;
}

/* Floating Quick Contact */
.max {
  border: 2px solid #FFE002;
  position: fixed;
  width: 300px !important;
  right: 20px;
  bottom: 0;
  background-color: #111;
  padding: 20px !important;
  z-index: 9999;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 -5px 25px rgba(0, 0, 0, .7);
}

.quickcontact {
  right: 0;
  bottom: 0;
  width: 100%;
  display: none;
  background-color: transparent;
}

.quickcontact input[type="text"],
.quickcontact input[type="email"],
.quickcontact input[type="number"],
.quickcontact textarea {
  width: 100%;
  padding: 12px 15px !important;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 15px;
  display: inline-block;
  border: 1px solid #333;
  background: #1C1C1C;
  color: #fff;
  box-sizing: border-box;
  border-radius: 6px;
  transition: all .3s ease;
  font-family: "Poppins", sans-serif;
}

.quickcontact input:focus,
.quickcontact textarea:focus {
  border-color: #FFE002 !important;
  box-shadow: 0 0 8px rgba(255, 224, 2, .2);
}

.quickcontact textarea {
  min-height: 120px;
  resize: none;
}

.quickcontact input[type="submit"] {
  width: 100%;
  background-color: #FFE002;
  color: #1C1C1C;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
  padding: 12px !important;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all .3s ease;
  margin-top: 5px;
}

.quickcontact input[type="submit"]:hover {
  background-color: #fff;
  transform: translateY(-2px);
}

/* ============================================
   PRODUCT DETAIL PAGES
   ============================================ */
.product {
  background-color: #111;
  padding: 60px 0;
}

.product-dtl h2 {
  color: #FFE002;
  font-size: 28px;
  margin-bottom: 25px;
  position: relative;
  font-weight: 500;
}

.product-dtl h2:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: -8px;
}

.product-dtl p {
  font-size: 1rem;
  padding-bottom: 10px;
  line-height: 26px;
}

.product-dtl ul {
  margin-top: 20px;
}

.product-dtl ul li {
  margin-right: 10px;
}

.product-dtl-contact {
  background-color: #FFE002;
  color: #1C1C1C;
  float: left;
  font-size: 15px;
  font-weight: 600;
}

.product-dtl-contact:hover {
  background-color: #fff;
  color: #1C1C1C;
}

.product-dtl-contact i {
  color: #1C1C1C;
}

.prod-wtsp {
  position: relative;
  top: -2px;
  left: 15px;
}

.prod-btm {
  padding: 60px 0 30px;
  background: #1C1C1C;
}

.prod-btm-space {
  padding: 15px 0;
  margin-bottom: 35px;
  border-bottom: 1px solid #333;
}

.prod-btm-space:last-child {
  border-bottom: none;
}

.prod-btm-dtl h2 {
  padding-bottom: 10px;
  color: #FFE002;
  font-size: 24px;
  margin-bottom: 10px;
  position: relative;
}

.prod-btm-dtl h2:after {
  content: "";
  width: 40px;
  height: 3px;
  background: #FFE002;
  display: block;
  margin-top: 6px;
}

.prod-btm-dtl h4 {
  padding-bottom: 10px;
  color: #FFE002;
}

.prod-btm-dtl p {
  font-size: 15px;
  padding-bottom: 10px;
  line-height: 24px;
  margin-bottom: 15px;
}

.prod-btm-dtl .row p {
  display: flex;
  align-items: center;
  gap: 8px;
}

.prod-btm-dtl i {
  color: #FFE002;
  margin-right: 10px;
  font-size: 18px;
  vertical-align: middle;
}

.prod-btm-dtl .bullet li {
  font-size: 15px;
  padding: 5px 0 5px 20px;
  line-height: 24px;
  position: relative;
}

.prod-btm-dtl .bullet li:after {
  content: "";
  position: absolute;
  background: #FFE002;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Product Table */
.prod-table {
  margin-top: 10px;
}

.prod-table tr:nth-child(odd) {
  background: #111;
}

.prod-table tr:nth-child(even) {
  background: #1C1C1C;
}

.inn_prod_table thead tr {
  background: #FFE002 !important;
  color: #1C1C1C !important;
}

.prod-table table thead tr th {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .2px;
  color: #1C1C1C;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #333;
  letter-spacing: .2px;
  word-spacing: .2px;
}

.inn_prod_table.table-bordered th {
  font-weight: 500;
}

.inn_prod_table {
  margin: 0;
}

/* Product Tab */
.product-tab-button {
  margin-top: 10px;
}

.product-tab-button .nav-link {
  width: 80px !important;
  border-radius: 0;
  padding: .5rem;
  cursor: pointer;
  background: #111 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #FFE002 !important;
  border-color: #FFE002;
}

.product-tab-button .nav-tabs {
  border-bottom: 1px solid #333 !important;
  background: #1C1C1C;
  justify-content: center;
}

.product-tab-images .bg-light {
  background: #1C1C1C !important;
  border-color: #333 !important;
}

.product-tab-images {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

/* ============================================
   ABOUT PAGE
   ============================================ */
.about {
  padding: 80px 0 60px;
  background: #111;
}

.about-dtl-head {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.about-dtl-head h2 {
  font-size: 31px;
  font-weight: 800;
  margin-top: 10px;
}

.about-dtl-head span {
  background: #FFE002;
  line-height: 20px;
  color: #1C1C1C;
  padding: 0 10px;
  position: relative;
  margin-left: 18px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.about-dtl-head span i {
  position: absolute;
  top: 2px;
  left: -28px;
  color: #FFE002;
  font-size: 25px;
}

.about-dtl p {
  font-size: 1rem;
  padding-bottom: 10px;
  line-height: 28px;
}

.products {
  margin: 80px 0;
  background: #111;
  padding: 60px 0;
}

/* ============================================
   INDUSTRIES PAGE
   ============================================ */
.industries {
  padding: 80px 0 40px;
  background: #1C1C1C;
}

.industries .row {
  display: flex;
  flex-wrap: wrap;
}

.industries .col-md-3 {
  display: flex;
  margin-bottom: 30px;
}

.industrie-dtl {
  background: #111;
  padding: 10px;
  border: 1px solid #333;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform .4s cubic-bezier(.175, .885, .32, 1.275), border-color .3s ease;
}

.industrie-dtl p {
  margin-top: auto;
  position: relative;
  z-index: 2;
}

.industrie-dtl-nam {
  color: #1C1C1C;
  font-size: 16px;
  text-align: center;
  background: #FFE002;
  padding: 10px;
  position: relative;
  margin-top: -20px !important;
  width: 85%;
  margin: 0 auto;
  display: table;
  font-weight: 600;
  box-shadow: 0 0 11px rgba(0, 0, 0, .8);
  margin-bottom: 15px;
  z-index: 2;
}

.industrie-dtl:hover {
  box-shadow: 0 0 15px rgba(255, 224, 2, .4), 0 0 40px rgba(255, 224, 2, .2);
  border-color: #FFE002;
}

.industrie-dtl::before {
  content: "";
  position: absolute;
  top: -200%;
  left: 50%;
  width: 4px;
  height: 300%;
  background: linear-gradient(to bottom, transparent, #FFE002, #fff, #FFE002, transparent);
  transform: translateX(-50%) rotate(12deg);
  opacity: 0;
  filter: blur(1px);
}

/* ============================================
   SECTIONS: WHY / HOW / FAQ / CARDS
   ============================================ */
.hm-why {
  background: #1C1C1C;
}

.why-text {
  font-size: 16px;
}

.why-box {
  background: #111;
  padding: 25px;
  border: 1px solid #333;
  border-radius: 10px;
  transition: all .3s ease;
}

.why-box h5 {
  font-weight: 600;
}

.why-box p {
  color: #ccc;
  font-size: 14px;
}

.why-box i {
  font-size: 32px;
  color: #FFE002;
  margin-bottom: 10px;
}

.why-box:hover {
  border-color: #FFE002;
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .4);
}

.why-acc-section {
  margin-top: 40px;
}

.why-acc i {
  color: #FFE002;
  font-size: 18px;
  margin-right: 8px;
}

.why-acc p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.6;
}

.hm-solutions {
  padding: 70px 0;
  background: #1C1C1C;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.hm-solutions h2 {
  color: #FFE002;
}

.hm-solutions h2:after {
  background: #FFE002;
}

.solution-box {
  background: #111;
  border: 1px solid #333;
}

.solution-box h5 {
  color: #FFE002;
}

.why_section_dtl {
  padding: 10px 0 70px;
  background-color: #111;
  position: relative;
}

/* Accordion / Cards */
.card {
  margin-bottom: 15px;
  border: 1px solid #333;
  background: #1C1C1C;
}

.card-header {
  padding: 12px 16px;
  background-color: #111;
  border-bottom: 1px solid #FFE002;
}

.card-header a {
  font-size: 17px;
  color: #FFE002 !important;
  font-weight: 600;
}

.card-body {
  padding: 15px;
  background: #1C1C1C;
}

.card-body p {
  font-size: 14px;
}

.accordion-button:not(.collapsed),
.industry-faq .accordion-button:not(.collapsed) {
  background-color: #FFE002;
  color: #1C1C1C;
}

.question {
  background: #111;
  border: 1px solid #333;
  border-left: 4px solid #FFE002;
  font-size: 17px;
}

.question.active {
  color: #FFE002;
}

.answercont {
  background: #1C1C1C;
}

/* Custom card hover */
.custom-card-hover {
  background: #1a1a1a;
  border-radius: 12px;
  transition: all .35s ease;
  position: relative;
  overflow: hidden;
}

.custom-card-hover::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(120deg, rgba(255, 224, 2, .25), transparent);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.custom-card-hover:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, .35);
}

.custom-card-hover i {
  transition: all .35s ease;
}

.custom-card-hover:hover i {
  transform: scale(1.15);
  color: #FFE002;
  text-shadow: 0 0 10px rgba(255, 224, 2, .6);
}

.custom-card-hover h5 {
  margin-bottom: 10px;
  font-weight: 600;
}

.custom-card-hover p {
  font-size: 15px;
  line-height: 1.6;
  color: #d0d0d0;
}

/* ============================================
   BLOG
   ============================================ */
.inner-blog-main {
  background: #1C1C1C;
  padding: 80px 0;
}

.innr-blg-head h1 {
  font-size: 29px;
  color: #FFE002;
  font-weight: 700;
  margin-bottom: 20px;
}

.innr-blg-img {
  margin-bottom: 30px;
}

.innr-blg-img img {
  border-radius: 12px;
}

.innr-blg-dtl {
  margin-bottom: 15px;
}

.innr-blg-dtl p span {
  color: #FFE002;
}

.innr-blg-dtl p {
  text-align: justify;
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 10px;
}

.blg-post-head h2 {
  font-size: 22px;
  color: #FFE002;
  font-weight: 500;
  margin-bottom: 5px;
}

.blog-main {
  padding: 80px 0;
  background: #1C1C1C;
}

.blg-grid-wrap:hover .blg-info h1 {
  color: #FFE002;
}

.blg-info h1 {
  padding: 8px 0;
  font-size: 22px;
  font-weight: 500;
}

.blg-info p {
  color: #ddd;
  font-size: 14px;
}

.blog-sidebar h2 {
  color: #FFE002;
  font-size: 30px;
  margin: 15px 0;
  font-weight: 600;
}

.blog-sidebar ul li a {
  font-size: 16px;
}

.blog-sidebar ul li a:hover {
  color: #FFE002;
}

/* ============================================
   SEO / MISC SECTIONS
   ============================================ */
.hm-seo-links {
  padding: 80px 0;
  background: #111;
}

.seo-box {
  background: #1C1C1C;
  padding: 50px 40px;
  border-radius: 12px;
  border: 1px solid #333;
}

.seo-box::before {
  content: "";
  width: 60px;
  height: 4px;
  background: #FFE002;
  display: block;
  margin: 0 auto 25px;
}

.seo-text a {
  color: #FFE002;
}

.blueprint-section {
  background-color: #111;
  border-top: 4px solid #FFE002;
  border-bottom: 4px solid #FFE002;
}

.blueprint-grid {
  background-image: linear-gradient(rgba(255, 224, 2, .1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 224, 2, .1) 1px, transparent 1px);
}

.blueprint-overlay {
  background: radial-gradient(circle, transparent 40%, #111 100%);
}

.back-to-top {
  background-color: #FFE002;
  color: #1C1C1C;
}

.back-to-top:hover {
  background-color: #fff;
  color: #1C1C1C;
}

.section-heading {
  font-weight: 700;
  margin-bottom: 10px;
}

.section-heading::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #FFE002;
  margin: 12px auto 0;
}

#inner_product {
  padding: 50px 0 70px;
}

.thankyou_mg img {
  padding: 10px;
  background: #111;
  border: 1px solid #FFE002;
  margin: 0 auto;
  display: table;
}

/* Sitemap */
.sitemap-section {
  padding: 60px 0;
  background: #0f0f0f;
}

.sitemap-card {
  background: #1a1a1a;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #2a2a2a;
  height: 100%;
  transition: .3s;
}

.sitemap-card:hover {
  border-color: #FFE002;
  transform: translateY(-5px);
}

.sitemap-card h3 {
  color: #FFE002;
  font-size: 18px;
  margin-bottom: 15px;
  border-bottom: 1px solid #333;
  padding-bottom: 8px;
}

.sitemap-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.sitemap-card ul li {
  margin-bottom: 8px;
}

.sitemap-card ul li a {
  color: #ccc;
  font-size: 14px;
  transition: .3s;
}

.sitemap-card ul li a:hover {
  color: #FFE002;
  padding-left: 5px;
}

.prod-btm-space .sitemap li a {
  color: #fff;
  font-size: 15px;
  padding-left: 14px;
  position: relative;
}

.prod-btm-space .sitemap li a:after {
  content: "";
  position: absolute;
  background: #FFE002;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.prod-btm-space #accordionExample .accordion-item {
  margin-bottom: 15px;
  border-radius: 6px;
  background: #111;
  border: 1px solid #333;
}

.prod-btm-space #accordionExample h4 {
  background: #1C1C1C;
}

.prod-btm-space #accordionExample .accordion-body p {
  padding: 10px;
  background: #111;
}

.prod-btm-space #accordionExample h4 button {
  color: #FFE002;
  background: transparent;
}

/* Contact info cards */
.badge-custom {
  background: #FFE002;
  color: #111;
  padding: 6px 18px;
  border-radius: 50px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

.main-heading {
  font-size: 34px;
  font-weight: 700;
}

.main-heading span {
  color: #FFE002;
}

.contact-info-card,
.contact-form-card {
  background: #111;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #222;
}

.contact-info-card h4 {
  color: #FFE002;
  margin-bottom: 10px;
}

.contact-info-card p,
.contact-info-card a {
  color: #ccc;
  font-size: 15px;
  text-decoration: none;
}

.contact-info-card a:hover {
  color: #FFE002;
}

.map-box {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #222;
}

/* Quick overview / features */
.quick-overview {
  background: #111;
  border-left: 4px solid #FFE002;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 6px;
}

.quick-overview h2 {
  color: #FFE002;
  font-size: 22px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.feature-item {
  text-align: center;
  padding: 15px;
}

.feature-item i {
  font-size: 32px;
  color: #FFE002;
  margin-bottom: 8px;
}

.feature-item p {
  margin: 0;
  font-weight: 500;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.spec-table th {
  background: #111;
  color: #FFE002;
  padding: 12px;
  text-align: left;
  border: 1px solid #333;
}

.spec-table td {
  padding: 10px;
  border: 1px solid #333;
}

.spec-table tr:nth-child(even) {
  background: #1a1a1a;
}

/* Callout banner */
.callout-box {
  background: linear-gradient(135deg, #111 0%, #1A1A1A 100%);
  border: 1px solid #333;
  border-left: 6px solid #FFE002;
  border-radius: 12px;
  padding: 40px 50px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .5);
  position: relative;
  overflow: hidden;
  transition: transform .4s ease, border-color .4s ease;
}

.callout-box:hover {
  transform: translateY(-5px);
  border-color: #FFE002;
  box-shadow: 0 20px 40px rgba(255, 224, 2, .1);
}

.callout-title {
  color: #FFE002;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 12px;
  letter-spacing: .5px;
}

.callout-text {
  color: #ddd;
  font-size: 16px;
  margin: 0;
  line-height: 1.7;
}

/* Brochure */
.brochure-card {
  margin-top: 35px;
  padding: 25px;
  border-radius: 12px;
  background: #111;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  gap: 25px;
  transition: all .3s ease;
}

.brochure-card:hover {
  border-color: #FFE002;
  transform: translateY(-3px);
}

.brochure-icon {
  font-size: 40px;
  color: #FFE002;
}

.brochure-content {
  flex: 1;
}

.brochure-content h4 {
  margin-bottom: 6px;
}

.brochure-content p {
  font-size: 14px;
  margin: 0;
  color: #ccc;
}

.brochure-action a {
  background: #FFE002;
  color: #1C1C1C;
  padding: 10px 18px;
  font-weight: 600;
  border-radius: 6px;
  transition: all .3s ease;
}

.brochure-action a:hover {
  background: #fff;
  color: #000;
}

/* Internal links */
.internal-links-box {
  background: #111;
  padding: 25px;
  border-radius: 10px;
  margin-top: 20px;
}

.internal-links-box h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

.internal-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
}

.internal-link-card {
  display: block;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  transition: .3s;
  border: 1px solid #eee;
}

.internal-link-card .icon {
  font-size: 20px;
  color: #ffc107;
  margin-bottom: 8px;
}

.internal-link-card h6 {
  font-weight: 600;
  color: #111;
  margin-bottom: 5px;
}

.internal-link-card p {
  font-size: 13px;
  color: #666;
}

.internal-link-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
  border-color: #ffc107;
}

/* Related tags */
.related-tags {
  border-top: 1px solid #2a2a2a;
}

.related-title {
  color: #d4af37;
  font-weight: 500;
  margin-bottom: 20px;
}

.rel-tags-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.tag-pill {
  display: inline-block;
  padding: 6px 14px;
  font-size: 13px;
  color: #FFE002;
  border: 1px solid #d4af37;
  border-radius: 20px;
  transition: .3s ease;
}

.tag-pill:hover {
  background: #FFE002;
  color: #000;
}

/* Social fixed */
.social_link_fxd {
  position: fixed;
  z-index: 123;
  bottom: 2%;
  right: 15px;
}

.social_link_fxd img {
  width: 48px;
  height: auto;
  border: 2px solid #FFE002;
  border-radius: 50%;
}

/* Language switcher */
.language-switcher {
  position: relative;
  margin-left: 15px;
}

.lang-icon {
  color: #FFE002;
  font-size: 20px;
  cursor: pointer;
  padding: 5px;
}

.lang-icon:hover {
  color: #fff;
}

.lang-menu {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  background: #111;
  border: 1px solid #FFE002;
  border-radius: 4px;
  width: 220px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 9999;
}

.lang-menu.active {
  display: block;
}

.lang-menu div {
  padding: 8px 12px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.lang-menu div:hover {
  background: #FFE002;
  color: #000;
}

.lang-menu::-webkit-scrollbar {
  width: 6px;
}

.lang-menu::-webkit-scrollbar-track {
  background: #111;
}

.lang-menu::-webkit-scrollbar-thumb {
  background: #FFE002;
  border-radius: 3px;
}

.lang-menu::-webkit-scrollbar-thumb:hover {
  background: #d4bc00;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 991px) {
  .hm-slider .item .cover .header-content h2 {
    font-size: 36px;
  }

  .hm-slider .item .cover .header-content h4 {
    font-size: 28px;
  }

  .contact-main {
    margin-top: 0 !important;
  }

  .hm-prod .prod_bx {
    padding: 40px 30px;
  }

  .ftr-dtl-bg {
    padding: 60px 20px 30px;
  }
}

@media (max-width: 767px) {

  .hm-about,
  .hm-prod,
  .products,
  .main-contact,
  .industries,
  .inner-blog-main {
    padding: 40px 0 !important;
  }

  .hm-slider .item .cover .header-content {
    padding: 20px;
    margin-top: 40px;
    margin-left: 0;
  }

  .hm-slider .item .cover .header-content .line {
    display: none;
  }

  .hm-slider .item .cover .header-content h2 {
    font-size: 28px;
  }

  .hm-slider .item .cover .header-content h4 {
    font-size: 20px;
  }

  .header-content p {
    font-size: 15px;
    width: 100%;
  }

  .HeadBox .main_head {
    font-size: 18px;
  }

  .hm-abt-head h1 {
    font-size: 24px;
  }

  .main-contact-head h2 {
    font-size: 28px;
  }

  .hm-prod .title_bx {
    padding: 25px 20px;
  }

  .hm-prod .prod_bx {
    padding: 25px 15px;
  }

  .contact-main {
    padding: 1.5rem !important;
  }

  .max {
    width: calc(100% - 30px) !important;
    right: 15px;
    left: 15px;
    padding: 15px !important;
  }

  .ftr-dtl-bg {
    padding: 40px 15px 20px;
  }

  .ftr-office ul li {
    padding-left: 25px;
  }

  .callout-box {
    padding: 30px 20px;
    text-align: center;
    border-left: 1px solid #FFE002;
    border-top: 6px solid #FFE002;
  }

  .callout-title {
    font-size: 24px;
  }

  .brochure-card {
    flex-direction: column;
    text-align: center;
  }

  .brochure-action {
    margin-top: 10px;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}