@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/***** common styles *****/
body {
  padding: 0 !important;
  margin: 0 !important;
  font-family: "Hind", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
h1 {
  padding: 0 !important;
  margin: 0 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  color: #231f20 !important;
  text-align: center !important;
  position: relative !important;
}
h1:after {
  position: relative;
  height: 4px;
  width: 60px;
  margin: 10px auto 20px auto;
  display: block;
  content: "";
  background: #f9bb29;
}
h2 {
  padding: 0 !important;
  margin: 0 0 10px 0 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
h3 {
  padding: 0 !important;
  margin: 0 0 20px 0 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  font-style: normal !important;
}
h4 {
  padding: 0 !important;
  margin: 0 0 10px 0 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  color: #f9bb29;
}
h5 {
  padding: 0 !important;
  margin: 0 0 10px 0 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  font-style: normal !important;
}
h6 {
  padding: 0 !important;
  margin: 0 0 30px 0 !important;
  font-family: "Hind", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #707070 !important;
  text-align: center !important;
  line-height: 24px !important;
}
p {
  padding: 0 !important;
  margin: 0 0 15px 0 !important;
  font-family: "Hind", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #707070 !important;
  line-height: 24px !important;
  text-align: justify !important;
}
/***** header styles *****/
header {
  /* float: left;
  width: 100%;
  min-height: 100px; */
  padding: 10px 0;
}
header img {
  height: 80px;
}
/* a.logo {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
} */
.ats-elgi-box {
  float: left;
  border-right: 1px solid #e9e9e9;
  min-height: 100px;
  width: 60%;
  text-align: center;
  padding-top: 30px;
}
.elgi-box {
display: flex;
  justify-content: end;
  align-items: center;
}
/***** nav styles *****/
nav {
  float: left;
  width: 100%;
  min-height: 60px;
  background: #f9bb29;
  position: relative;
  z-index: 11;
}
nav .sa-btn {
  float: left;
  width: 100%;
  min-height: 60px;
  line-height: 60px;
  background: #231f20;
  font-family: "Hind", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #fff !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}
#access {
  display: block;
  float: float;
  width: 100%;
}
#access ul {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  list-style: none;
}
#access li {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
}
#access a {
  color: #fff;
  display: block;
  float: left;
  line-height: 40px;
  padding: 10px 16px;
  text-decoration: none;
}
#access ul ul {
  display: none;
  float: left;
  margin: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 260px;
  z-index: 999;
}
#access ul ul ul {
  left: 100%;
  top: 0;
}
#access ul ul a {
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  height: auto;
  line-height: 21px;
  padding: 8px 15px !important;
  width: 275px;
  border-bottom: 1px solid #222;
  margin: 0 !important;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
  background: #231f20;
  color: #fff;
}
#access li:hover > a,
#access a:focus {
  background: #231f20;
  color: #fff;
}
#access ul li:hover > ul {
  display: block;
}
#access ul .current-menu-item > a {
  background: #231f20;
  color: #fff;
}
#mob-menu {
  display: none;
}
#mob-menu-container {
  display: none;
  float: left;
  position: relative;
}
/***** banner styles *****/
#home-banner {
  float: left;
  width: 100%;
  position: relative;
  z-index: 10;
}
/***** content area styles *****/
article {
  float: left;
  width: 100%;
}
#content-area {
  float: left;
  width: 100%;
  padding: 60px 0;
}
#hmproduct-area {
  float: left;
  width: 100%;
padding: 60px 0 40px 0;
  background: #d1d1d114;
}
#hmproduct-area .product-item {
  float: left;
  width: 100%;
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
  border: 1px solid #ddd;
}
#hmproduct-area .product-item .product-holder {
  float: left;
  width: 100%;
  min-height: 300px;
  background: #f7f7f7;
}
#hmproduct-area .product-item .product-holder.spl {
  min-height: 228px;
}
#hmproduct-area .product-item .product-holder img {
  display: block;
  width: 100%;
}
#hmproduct-area .product-item .product-info ul {
  float: left;
  width: 100%;
  padding: 0 15px;
  margin: 0;
  color: #fff;
}
#hmproduct-area .product-item .product-info ul li {
  margin: 0;
  padding: 0;
  display: list-item;
}
#hmproduct-area .product-item .product-info ul li a {
  color: #fff;
}
#hmproduct-area .product-item .product-info {
  position: absolute;
  bottom: 0;
  background: #f9bb29;
  height: 172px;
  max-height: 80px;
  padding: 18px 14px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
#hmproduct-area .product-item:hover .product-info {
  max-height: 200px;
}
#hmproduct-area .product-item h3 {
  font-size: 18px !important;
  color: #fff !important;
  background: url(../images/product-arrow.png) 100% 50% no-repeat;
  margin-bottom: 20px !important;
  text-align: start !important;
  background-size: 16px;
  padding-right: 25px !important;
  height: 50px;
  display: flex;
  align-items: center;
}
#hmproduct-area .product-item p {
  color: #fff !important;
  margin: 0 !important;
  height: 60px;
  overflow-y: scroll;
  padding-right: 15px !important;
  line-height: 20px !important;
  text-align: start !important;
  font-size: 15px !important;
}
#hmabout-area {
  float: left;
  width: 100%;
  padding: 60px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9bb29+0,f9bb29+52,f7f7f7+52,f7f7f7+100 */
  background: #f9bb29; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #f9bb29 0%,
    #f9bb29 52%,
    #f7f7f7 52%,
    #f7f7f7 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #f9bb29 0%,
    #f9bb29 52%,
    #f7f7f7 52%,
    #f7f7f7 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #f9bb29 0%,
    #f9bb29 52%,
    #f7f7f7 52%,
    #f7f7f7 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bb29', endColorstr='#f7f7f7', GradientType=1 ); /* IE6-9 */
}
#hmabout-area .content-1 h1:after {
  margin: 10px 0 20px 0;
  background: #fff;
}
#hmabout-area .content-2 h1:after {
  margin: 10px 0 20px 0;
}
#hmabout-area .content-1 {
  float: left;
  width: 100%;
}
#hmabout-area .content-1 h1 {
  text-align: left !important;
  color: #fff !important;
}
#hmabout-area .content-1 p {
  color: #fff !important;
}
#hmabout-area .content-2 {
  float: left;
  width: 100%;
}
#hmabout-area .content-2 h1 {
  text-align: left !important;
}
.products-page {
  padding: 0px 0 30px 0 !important;
}
ul.special-list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.special-list li {
  float: left;
  width: 100%;
  margin: 0 0 10px 20px;
  padding: 0;
  font-family: "Hind", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #707070 !important;
  line-height: 21px !important;
}
ul.product-list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 10px;
}
ul.product-list li {
  float: left;
  width: 100%;
  margin: 0 0 10px 20px;
  padding: 0;
  font-family: "Hind", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #707070 !important;
  line-height: 21px !important;
}
ul.product-list li a {
  color: #707070 !important;
}
ul.product-list li a:hover {
  color: #f9bb29 !important;
}
#hmtestimonials-area {
  float: left;
  width: 100%;
  padding: 60px 0;
}
.testimonials-box {
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  margin-top: 85px;
}
.testimonials-box .photo {
  margin: -85px auto 0 auto;
  width: 120px;
  height: 120px;
  background: #fff;
  border: 1px solid #dedede;
  display: block;
  border-radius: 60px;
  overflow: hidden;
  position: relative;
}
.testimonials-box .photo img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.testimonials-box .content {
  float: left;
  width: 100%;
  min-height: 170px;
  margin-top: 30px;
}
.testimonials-box .name {
  float: left;
  width: 100%;
  font-family: "Poppins", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-align: center !important;
  margin-bottom: 5px !important;
}
.testimonials-box .department {
  float: left;
  width: 100%;
  font-size: 15px !important;
  text-align: center;
}
#content-area h3 {
  margin-bottom: 20px !important;
}
/***** footerstyles *****/
footer {
  float: left;
  width: 100%;
  color: #707070;
}
footer h3 {
  color: #fff !important;
}
#foot-top {
  float: left;
  width: 100%;
  padding: 40px 0;
  background: #0e0e0e;
}
#foot-top .col-md-4 {
  margin-bottom: 15px;
}
#foot-bottom {
  float: left;
  width: 100%;
  background: #060606;
  padding: 15px 0;
}
ul.foot-links {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.foot-links a {
  color: #707070;
}
ul.foot-links li {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 0 16px;
  display: list-item;
  list-style: none;
  font-size: 15px !important;
  color: #707070 !important;
  background: url(../images/footer-arrow.png) 0 6px no-repeat;
}
.location {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  background: url(../images/location.png) 0 4px no-repeat;
  padding-left: 24px;
}
.location span {
  font-weight: 700;
}
.phone {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  background: url(../images/phone.png) 0 4px no-repeat;
  padding-left: 24px;
}
.fax {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  background: url(../images/fax.png) 0 4px no-repeat;
  padding-left: 24px;
}
.email {
  float: left;
  width: 100%;
  background: url(../images/email.png) 0 6px no-repeat;
  padding-left: 24px;
}
/* ----------- Over Right CSS ----------- */
.shadow-card {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
.service-form label {
  display: none !important;
}
.service-form .service-form-name {
  float: left !important;
  width: 48% !important;
  clear: none !important;
}
.service-form .service-from-email {
  float: right !important;
  width: 48% !important;
  clear: none !important;
}
.service-form .service-form-phone {
  float: left !important;
  width: 100% !important;
  clear: none !important;
}
.service-form .service-form-date {
  float: left !important;
  width: 48% !important;
  clear: none !important;
}
.service-form .service-form-time {
  float: right !important;
  width: 48% !important;
  clear: none !important;
}
.service-form .ginput_container_date input {
  width: 100% !important;
}
.service-appointment-form label {
  display: none !important;
}
.service-appointment-form .service-form-name {
  float: left !important;
  width: 48% !important;
  clear: none !important;
}
.service-appointment-form .service-from-email {
  float: right !important;
  width: 48% !important;
  clear: none !important;
}
.service-appointment-form .service-form-phone {
  float: left !important;
  width: 100% !important;
  clear: none !important;
}
.service-appointment-form .service-form-date {
  float: left !important;
  width: 48% !important;
  clear: none !important;
}
.service-appointment-form {
  margin: 0 auto !important;
  display: block !important;
  padding: 20px !important;
  max-width: 70% !important;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
.service-appointment-form .service-form-time {
  float: right !important;
  width: 48% !important;
  clear: none !important;
}
.service-appointment-form .ginput_container_date input {
  width: 100% !important;
}
.service-appointment-form
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  display: block !important;
  width: 100% !important;
  height: 40px !important;
  padding: 0 12px !important;
  font-size: 14px !important;
  line-height: 40px !important;
  color: #555 !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -webkit-transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s !important;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s !important;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s !important;
}
.service-appointment-form input[type="text"]:focus,
.service-appointment-form input[type="email"]:focus,
.service-appointment-form input[type="number"]:focus,
.service-appointment-form input[type="url"]:focus,
form input[type="search"]:focus,
.service-appointment-form input[type="tel"]:focus,
.service-appointment-form input[type="password"]:focus,
.service-appointment-form input[type="date"]:focus,
.service-appointment-form input[type="color"]:focus,
.service-appointment-form select:focus,
.service-appointment-form textarea:focus {
  color: #404040 !important;
  border-color: rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
  outline: none !important;
}
.gform_wrapper ul.gform_fields li.gfield {
  padding: 0 !important;
  margin: 0 0 16px 0 !important;
}
.gform_wrapper .top_label div.ginput_container {
  margin: 0 !important;
}
.gform_wrapper .gfield_time_hour i {
  display: none !important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  padding: 0 !important;
  background-color: none !important;
  margin: 0 !important;
  border: 1px solid #ff231f20 !important;
}
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.gfield_description {
  display: none !important;
}
.gform_wrapper div.validation_error {
  display: none !important;
}
.gform_wrapper {
  float: left !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.gform_button {
  background: #f9bb29 !important;
  color: #fff !important;
  padding: 6px 20px !important;
  font-family: "Hind", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  float: left !important;
  border: 0 none !important;
  cursor: pointer !important;
  margin: 16px 0 0 0 !important;
  text-transform: uppercase !important;
}
ul.post-list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.post-list li {
  float: left;
  width: 100%;
  margin: 0 0 10px 20px;
  padding: 0;
  font-family: "Hind", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #707070 !important;
  line-height: 21px !important;
}
#features ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
#features ul li {
  float: left;
  width: 100%;
  margin: 0 0 10px 20px;
  padding: 0;
  font-family: "Hind", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #707070 !important;
  line-height: 21px !important;
}
.card-header {
  background: #f9bb29 !important;
}
.btn-primary {
  color: #fff !important;
  background-color: #f9bb29 !important;
  border-color: #f9bb29 !important;
}
.product-spl-item {
  text-align: center;
}
/* ----------- Smartphones Portrait and Landscape ----------- */
@media only screen and (min-width: 320px) and (max-width: 767.98px) {
  .nav-tabs li {
    margin-bottom: 30px;
  }
  h1 {
    font-size: 24px !important;
  }
  #access {
    display: none;
  }
  #mob-menu-container {
    display: block;
  }
  nav {
    min-height: 44px;
  }
  nav .sa-btn {
    display: none;
  }
  #hmproduct-area .product-item h3 {
    font-size: 14px !important;
    line-height: 28px !important;
  }
  #hmabout-area {
    background: none !important;
    padding: 0 !important;
  }
  #hmabout-area .our-story-box {
    background: #f9bb29;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  #hmabout-area .why-box {
    background: #f7f7f7;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  ul.special-list {
    padding: 0 10px;
  }
}
/*** TAB ***/
.nav-tabs {
  position: relative;
  min-height: 36px;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.nav-tabs > li:hover:after,
.nav-tabs .active:after {
  content: "";
  border-top: 10px solid #231f20;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  top: 35px;
  right: 38%;
}
.nav-tabs > li > a {
  border-radius: 0px;
  background: #f9bb29;
  padding: 10px 20px;
  color: #fff;
}
.nav-tabs > li > a:hover {
  border-color: transparent;
  background: #231f20;
  transition: 0.3s ease;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background: #231f20 !important;
  color: #fff;
}
.tab-content > .tab-pane {
  border: 1px solid #c4c4c4;
  border-top: 0px none;
  padding: 20px;
  line-height: 22px;
  float: left;
  width: 100%;
}
.nav-tabs li {
  position: relative !important;
}
.tab-content {
  display: block;
  float: left;
  width: 100%;
}

@media only screen and (max-width: 360px) {
  .nav-tabs > li > a {
    padding: 10px;
    float: left;
    width: 100%;
  }
  .nav-tabs li {
    width: 100%;
    float: left;
  }
  .nav-tabs > li:hover:after,
  .nav-tabs .active:after {
    display: none;
  }
  a.logo {
    margin-top: 20px;
    float: left;
    width: 100%;
    text-align: center;
  }
  .elgi-box {
    float: left;
    width: 100%;
    padding-top: 20px;
  }
}
.rental-name {
  text-align: center;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
}
.clients-box {
  float: left;
  width: 100%;
  text-align: center;
  background: #f6f6f9;
  margin-bottom: 30px;
  padding: 20px;
  color: #000 !important;
  font-size: 18px !important;
  ont-weight: 500 !important;
  border-radius: 4px !important;
}
.silent-gen {
  max-height: 57px !important;
  padding: 10px 22px !important;
}

section#hmproduct-area h6 {
  display: none;
}

.logo-swiper-section {
  background: #f5f5f5;
  padding: 60px 0px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.logo-swiper-section h2 {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 30px;
}

.swiper-container {
  width: 100%;
  padding: 10px 0;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-card {
  width: 160px;
  height: 120px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  cursor: pointer;
}

.logo-card:hover {
border-color: #f9bb29;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

section.logo-swiper-section h2 {
  font-size: 30px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  color: #231f20 !important;
  text-align: center !important;
  position: relative !important;
  letter-spacing: 0;
  margin-bottom: 40px !important;
}
section.logo-swiper-section h2:after {
  position: relative;
  height: 4px;
  width: 60px;
  margin: 10px auto 0px auto;
  display: block;
  content: "";
  background: #f9bb29;
}
#hmproduct-area h2 {
  font-size: 30px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  color: #231f20 !important;
  text-align: center !important;
  position: relative !important;
  letter-spacing: 0;
  margin-bottom: 20px !important;
}
#hmproduct-area h2:after {
  position: relative;
  height: 4px;
  width: 60px;
  margin: 20px auto 0px auto;
  display: block;
  content: "";
  background: #f9bb29;
}
#hmproduct-area h3 {
  font-size: 26px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  color: #f9bb29 !important;
  text-align: center !important;
  position: relative !important;
  letter-spacing: 0;
  margin-bottom: 40px !important;
}
.logo-img-placeholder {
  width: 100px;
  height: 100px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}

.logo-label {
  font-size: 10px;
  font-weight: 600;
  color: #999;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* About Section Home */

/* ══════════════════════════════════════════
   2. HERO
══════════════════════════════════════════ */
#re-hero {
  position: relative;
  background: var(--navy);
  overflow: hidden;
  padding: 100px 0 80px;
}
/* Diagonal graphic accent */
#re-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: -5%;
  width: 52%;
  height: 100%;
  background: linear-gradient(135deg, var(--steel) 0%, var(--navy-mid) 100%);
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 0;
}
/* Red accent bar */
#re-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--red) 0%, var(--accent) 100%);
  z-index: 2;
}
.re-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.re-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgb(254, 246, 227);
  border: 1px solid rgb(249, 187, 41);
  color: #000;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 2px;
  margin-bottom: 22px;
}
.re-hero-badge span {
  width: 6px;
  height: 6px;
  background: var(--red);
  border-radius: 50%;
  flex-shrink: 0;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.4);
  }
}

.re-hero-title {
  font-size: clamp(34px, 4.5vw, 60px);
  font-weight: 800;
  line-height: 36px;
  color: #fff;
  letter-spacing: -0.5px;
}
.re-hero-title em {
  color: #f9bb29;
  font-style: normal;
}
.re-hero-title {
  text-align: start !important;
}
.re-hero-title::after {
  content: unset !important;
}
.re-hero-title .accent-line {
  display: block;
  font-size: 0.55em;
  font-weight: 600;
  color: #000;
  margin-top: 5px;
  letter-spacing: 0;
}
.re-hero-desc {
  font-size: 17px;
  line-height: 1.75;
  color: #94a3b8;
  margin: 24px 0 36px;
  max-width: auto;
  margin-bottom: 30px !important;
}
.re-hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.re-btn-primary {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 28px;
  border-radius: 5px;
  background: #231f20;
  border: 1px solid #231f20;
}
.re-btn-primary:hover {
  background: transparent;
  color: #000;
  text-decoration: none;
}
.re-btn-outline {
  display: inline-block;
  border: 1px solid #f9bb29;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 28px;
  border-radius: 5px;
  background: #f9bb29;
}
.re-btn-outline:hover {
  background: transparent;
  color: #f9bb29;
  text-decoration: none;
}

/* Hero right: stats cards */
.re-hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.re-stat-card {
  background: rgba(211, 211, 211, 0.15);
  border: 1px solid rgba(124, 124, 124, 0.1);
  border-radius: var(--radius);
  padding: 28px 24px;
  text-align: center;
  backdrop-filter: blur(8px);
  transition:
    background var(--trans),
    transform var(--trans);
}
.re-stat-card:hover {
  background: rgb(254, 246, 227);
  transform: translateY(-3px);
}
.re-stat-card .num {
  font-size: 48px;
  font-weight: 800;
  color: #f9bb29;
  line-height: 1;
}
.re-stat-card .label {
  font-size: 15px;
  color: #6a6a6a;
  margin-top: 6px;
  line-height: 1.4;
}
.re-stat-card.featured {
  border-color: rgb(249, 187, 41);
  background: rgba(249, 187, 41, 0.13);
}

#home-banner img {
  width: 100%;
}
#hmproduct-area .container-fluid.w-90 {
  width: 86%;
}
#hmproduct-area .product-item .product-holder img {
  height: 300px;
  object-fit: contain;
  padding: 10px;
}

/* ════════════════════════════════
   WHY CHOOSE US
════════════════════════════════ */
.re-section.re-why {
  padding: 60px 0;
  /* background: #f9bb290f; */
}
.re-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}
.re-features-list {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.re-feat {
display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: #f8f9fb;
  border: 1px solid #e2e6ec;
  border-radius: 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.re-feat:hover {
  border-color: #f9bb29 !important;
  box-shadow: 0 0 0 3px #fff0f0;
}
.re-feat-icon {
width: 42px;
  height: 42px;
  border-radius: 10px;
 background: #f9bb29a3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.re-feat-icon svg {
  width: 20px;
  height: 20px;
  stroke: #231f20
}
.re-feat h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}
.re-feat p {
  font-size: 13px;
  line-height: 1.55;
}
.re-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #707070 !important;
  margin-bottom: 14px;
}
.re-eyebrow::before {
content: '';
  display: block; 
  width: 20px;
  height: 2px;
  background: #f9bb29 !important;
  border-radius: 2px;
}
/* Story card (right column) */
.re-story {
background: #231f20;
  border-radius: 16px;
  padding: 44px 40px;
  position: sticky;
  top: 24px;
}
.re-story h3 {
font-size: 26px !important;
  font-weight: 800 !important;
  color: #fff;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.re-story p {
  font-size: 15px;
  line-height: 1.8;
  color: #aac0d8;
  margin-bottom: 14px;
}
.re-story p:last-of-type {
  margin-bottom: 28px;
}
.re-story .re-btn-red {
  width: 100%;
  justify-content: center;
}
#why-heading span {
  color: #f9bb29;
}
.re-story p {
  color: #ffffffd1 !important;
  font-size: 18px !important;
  line-height: 30px !important;
}


/* ══════════════════════════════════════════
   7. CLIENTS
══════════════════════════════════════════ */
#re-clients { 
  background: #f5f5f5;
  padding: 60px 0 60px 0;
 }
.re-clients-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 48px;
}
.re-client-card {
background: #231f20;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 28px 24px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.re-client-card:hover {
background: #f9bb29;
  /* border-color: #231f20; */
  color: #fff;
}


/* ══════════════════════════════════════════
   8. LOCATION
══════════════════════════════════════════ */
#re-location {
/* background: linear-gradient(135deg, #232323 0%, #101010 100%); */
background: #231f20;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}
#re-location::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.re-location-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.re-location-inner .re-h2 { color: #fff; }
.re-location-inner .re-lead { color: #94a3b8; }
.re-location-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.re-city-pill {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 16px;
  border-radius: 20px;
  transition: background 0.25s ease;
}
.re-city-pill:hover { 
  background: rgba(249, 187, 41, 0.2);
  border-color: #f9bb29;
 }
.re-location-cta { text-align: center; }
.re-location-cta .big-number {
font-size: 96px;
  font-weight: 800;
  color: #f9bb29;
  line-height: 1;
  display: block;
  opacity: .15;
  user-select: none;
}
.re-location-cta .cta-block {
  margin-top: -30px;
  position: relative;
  z-index: 1;
}
.re-location-cta h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 10px;
}
.re-location-cta p {
  font-size: 16px !important;
  color: #fff !important;
  margin-bottom: 24px !important;
  text-align: center !important;
}
/* ══════════════════════════════════════════
   9. CTA BANNER
══════════════════════════════════════════ */
#re-cta-banner {
background: #f9bb29;
  padding: 40px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#re-cta-banner::before {
  content: 'RAHUL ENTERPRISES';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: 120px;
  font-weight: 900;
  color: rgba(255,255,255,.06);
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: 8px;
}
#re-cta-banner h2 {
font-size: 34px !important;
  font-weight: 600 !important;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 15px !important;
}
#re-cta-banner p {
font-size: 20px !important;
  color: rgba(255,255,255,.85) !important;
  margin-bottom: 32px !important;
  position: relative;
  z-index: 1;
  text-align: center !important;
}
.re-btn-white {
  display: inline-block;
  background: #fff;
  color:red;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 40px;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  z-index: 1;
}
.re-btn-white:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(0,0,0,.25);  }

.re-tag {
  display: inline-block;
  background: #231f20;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 2px;
  margin-bottom: 16px;
}
.re-h2 span {
  color: #323232;
  font-weight: 600;
}
#re-location .re-tag {
  background: #f9bb29;
}
#re-location .re-h2 span {
  color: #f9bb29;
  font-weight: 600;
}

#re-location .re-btn-primary {
  background: #f9bb29;
  border: 1px solid #f9bb29;
}

#re-location .re-btn-primary:hover {
  background: transparent;
  color: #f9bb29;
  text-decoration: none;
}

#re-cta-banner .re-btn-white {
  font-size: 14px;
  font-weight: 800;
  padding: 12px 30px;
  color: #000;
  text-decoration: none !important;
}

/* inner-page */
.sub-banner {
  background: #231f20;
  position: relative;
  padding: 60px 0;
  border-top: 1px solid #a1a1a1;
  margin-top: 60px;
}
.sub-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.sub-banner h1 {
  color: #fff !important;
}
.sub-banner h1::after {
  content: unset !important;
}
#content-area {
  padding: 50px 0;
}
#content-area h2 {
color: #fff !important;
  padding: 15px 10px 15px 25px !important;
  background: linear-gradient(90deg,rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 100%);
  font-size: 18px !important;
  margin: 20px 0px 20px 0 !important;
  font-weight: 600 !important;
  border-radius: 5px;
  text-align: start !important;
}
#content-area h2::after {
  content: unset !important;
}
#content-area p {
  font-size: 18px !important;
  line-height: 30px !important;
}
#content-area ul {
  margin: 0;
  padding: 0;
}
#content-area ul li {
  font-size: 18px !important;
  margin-bottom: 10px;
  list-style: none;
  padding-left: 40px;
  color: #5e5e5e;
  background: url(https://www.rahulenterprisesjodhpur.com/wp-content/uploads/2026/05/rahul-right-li.png) 0 5px;
  background-repeat: no-repeat;
  background-size: 16px;
}
#content-area h3 a {
  color: #191919;
  text-decoration: underline;
  font-size: 18px;
}
#content-area ul.nav.nav-tabs {
  margin-top: 40px;
}
#content-area ul.nav.nav-tabs li {
  padding: 0;
}
#content-area ul li.gfield {
  background: none;
}




.table-wrapper-inner{
  width: 100%;
  overflow-x: auto;
  margin: 30px 0;
}

.table-wrapper-inner table{
  width: 100%;
  min-width: 1000px;
  border-collapse: collapse;
  border: 1px solid #0000004a;
}

.table-wrapper-inner th,
.table-wrapper-inner td{
border: 1px solid #0000004a;
  padding: 12px;
  font-size: 16px;
  line-height: 1.4;
  vertical-align: middle;
  color: #5e5e5e;
}

.table-wrapper-inner th{
background: #fdc234c7;
  text-align: center;
  font-weight: 700;
   color: #000;
}
