/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}
.slick-list.draggable {
  height: 100% !important;
}
.slick-track.flex-control-nav {
  height: auto !important;
}

.elementor-element-ff13850 {
  overflow: hidden;
}
.elementor-element-94e8483 {
  overflow: hidden;
}
.elementor-element-512a6e1 {
  overflow: hidden;
}
.elementor-element-99ee63b {
  overflow: hidden;
}
.elementor-element-558a94b {
  overflow: hidden;
}
.elementor-element-31dcd50 {
  overflow: hidden;
}
.elementor-element-729691c {
  overflow: hidden;
}
.elementor-element-b91115e {
  overflow: hidden;
}
.sub-menu li .hfe-sub-menu-item {
  transition: all 0.4s ease;
}
.sub-menu li .hfe-sub-menu-item:hover {
  text-decoration: underline !important;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px !important;
  transform: translateX(7px);
}
.hfe-nav-menu .sub-menu li.menu-item {
  position: static;
  background: inherit;
}
ul.sub-menu ul.sub-menu {
  margin-top: 0 !important;
}

.excellence-section {
  text-align: center;
  padding: 80px 20px;
  color: white;
}

.excellence-section h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 60px;
}

.circle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.circle-item {
  position: relative;
}

.circle {
  border: 2px solid white;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  background-color: transparent;
  z-index: 2;
}

/* Container style */
.industry-box {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Overlay text hidden by default */
.industry-box .overlay-text {
  position: absolute;
  z-index: 2;
  color: #fff;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

/* Overlay background layer */
.industry-box::before {
  content: "";
  background-color: rgba(102, 0, 0, 0.9); /* dark red */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: 1;
}

/* Hover effect */
.industry-box:hover::before {
  opacity: 1;
}

.industry-box:hover .overlay-text {
  opacity: 1;
}

.line {
  width: 60px;
  height: 2px;
  background: white;
  z-index: 1;
}
.excellence-box {
  height: 200px;
  width: 200px;
  position: relative;
}
.excellence-box::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 50%;
  translate: 0 -50%;
  width: 50px;
  height: 2px;
  background-color: #fff;
}
#a946b17 .element-073435b:hover {
  transform: scale(1.1);
}
.text-color {
  color: #6b2323;
  margin-bottom: 20px;
}
.elementor-element-2b53589 {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.elementor-element-2b53589:hover {
  transform: scale(1) translateY(-10px);
}

.elementor-element-a946b17 {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.elementor-element-a946b17:hover {
  transform: scale(1) translateY(-10px);
}

.elementor-181 .elementor-element.elementor-element-69c773f {
  height: 180px;
}

/* Input aur Textarea fields */
.ff-el-form-control,
.ff-el-input,
.ff-el-textarea {
  border: none !important;
  background: #f2f2f2 !important;
  border-radius: 4px !important;
  padding: 10px 16px !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  color: #333;
}

/* On focus, thoda sa shadow */
.ff-el-form-control:focus,
.ff-el-input:focus,
.ff-el-textarea:focus {
  box-shadow: 0 0 0 2px #6b2323 !important; /* Highlight color */
  outline: none !important;
}

/* Label styling */
.ff-el-form-control-wrap label {
  font-weight: 400;
  color: #adacab;
  font-size: 12px;
  margin-bottom: 6px;
  display: block;
}

/* Submit button */
.ff-btn-submit {
  background-color: #6b2323 !important;
  border: none !important;
  padding: 12px 32px !important;
  font-size: 14px !important;
  font-weight: bold;
  color: #fff !important;
  border-radius: 0px !important;
  transition: background-color 0.3s ease;
}

.ff-btn-submit:hover {
  background-color: #b73230 !important;
}

.ff-default .ff-el-input--label label {
  display: inline-block;
  font-weight: 400;
  line-height: inherit;
  margin-bottom: 0;
  font-size: 14px;
  color: #adacab;
}

/* File upload box styling */
.ff-upload-section {
  background: #fff;
  border: none !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 4px;
}
.woocommerce-loop-product__title {
  font: normal normal bold 16px/18px Helvetica;
  color: #6b2323;
}
.slick-slider-blog .slick-list {
  padding-left: 0 !important;
}

.blog-box {
  position: relative;
  background: #fff;
}
.blog-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0;
  transition: 0.3s ease all;
}
.blog-box:hover::before {
  content: "";
  opacity: 1;
  background: #6b2323;
}

.blog-box .content-box {
  padding: 25px;
}
.blog-box .date {
  text-align: left;
  font: normal normal normal 14px/16px Helvetica;
  letter-spacing: 0px;
  color: #adacab;
  opacity: 1;
  margin-bottom: 5px;
}
.blog-box .title {
  text-align: left;
  font: normal normal bold 18px / 24px Helvetica;
  letter-spacing: 0px;
  color: #6b2323;
  text-transform: capitalize;
  opacity: 1;
  margin-bottom: 5px;
  margin-top: 0 !important;
}
.blog-box .description {
  font: normal normal normal 14px/23px Helvetica;
  letter-spacing: 0px;
  color: #111111;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-box .img-box {
  overflow: hidden;
  display: block;
}
.blog-box .img-box img {
  transition: 0.3s ease all;
}
.blog-box:hover .img-box img {
  scale: 1.1;
}
.blog-box .read-now {
  overflow: hidden;
}
.blog-box .btn-read-now {
  font: normal normal bold 15px / 19px Helvetica;
  letter-spacing: 0px;
  color: #6b2323;
  margin-left: -78px;
  transition: all 0.4s ease;
}
.blog-box:hover .btn-read-now {
  margin-left: 0px;
}

.owl-carousel .owl-item {
  position: relative;
  padding: 0 15px;
}

.brand-slider .owl-carousel .owl-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 40px;
  width: 1px;
  background-color: #ccc;
}
.content-befo {
  position: relative;
  padding-left: 25px;
  margin-bottom: 30px;
}

.content-befo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 102%;
  background-color: #6b2323;
  border-radius: 2px;
}

.line {
  width: 60px;
  height: 2px;
  background: white;
  z-index: 1;
}
.box-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}
.box-container {
  position: relative;
  text-align: center;
  padding: 0 10px;
}
.box-container h5 {
  margin-bottom: 50px;
  font-size: 14px;
  color: #999;
}
.box-container h2 {
  margin-top: 0;
  font-size: 36px;
  color: #781f1f;
}
.box-container:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-color: #ccc;
}
.excellence-box {
  height: 200px;
  width: 200px;
}
.excellence-box::before {
  content: "";
  position: absolute;
  left: -52px;
  top: 50%;
  translate: 0 -50%;
  width: 52px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  padding: 0;
  border: 0;
}
.excellence-box:first-child::before {
  display: none;
}
#a946b17 .element-073435b:hover {
  transform: scale(1.1);
}
.text-color {
  color: #6b2323;
  margin-bottom: 20px;
}
.elementor-element-2b53589 {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.elementor-element-2b53589:hover {
  transform: scale(1) translateY(-10px);
}
.elementor-element-a946b17 {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.elementor-element-a946b17:hover {
  transform: scale(1) translateY(-10px);
}
.projecttab .e-con-inner {
  position: relative;
}
.box-card {
  cursor: pointer;
  border: 1px solid #fff;
  background-color: #fff;
  transition: all 0.3s ease;
}
.box-card:hover {
  transform: scale(1) translateY(-10px);
  border: 1px solid #6b2323;
}

.prophases .e-n-tab-title {
  justify-content: space-between;
}

.elementor-181 .elementor-element.elementor-element-69c773f {
  height: 180px;
}

/* Input aur Textarea fields */
.ff-el-form-control,
.ff-el-input,
.ff-el-textarea {
  border: none !important;
  background: #f2f2f2 !important;
  border-radius: 4px !important;
  padding: 10px 16px !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  color: #333;
}

/* On focus, thoda sa shadow */
.ff-el-form-control:focus,
.ff-el-input:focus,
.ff-el-textarea:focus {
  box-shadow: 0 0 0 2px #6b2323 !important; /* Highlight color */
  outline: none !important;
}

/* Label styling */
.ff-el-form-control-wrap label {
  font-weight: 400;
  color: #adacab;
  font-size: 12px;
  margin-bottom: 6px;
  display: block;
}

/* Submit button */
.ff-btn-submit {
  background-color: #6b2323 !important;
  border: none !important;
  padding: 12px 32px !important;
  font-size: 14px !important;
  font-weight: bold;
  color: #fff !important;
  border-radius: 0px !important;
  transition: background-color 0.3s ease;
}

.ff-btn-submit:hover {
  background-color: #b73230 !important;
}

.ff-default .ff-el-input--label label {
  display: inline-block;
  font-weight: 400;
  line-height: inherit;
  margin-bottom: 0;
  font-size: 14px;
  color: #adacab;
}

/* File upload box styling */
.ff-upload-section {
  background: #fff;
  border: none !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 4px;
}
.woocommerce-loop-product__title {
  font: normal normal bold 16px/18px Helvetica;
  color: #6b2323;
}

.woocommerce div.product .product_title {
  color: #6b2323;
  font-weight: bold;
  font-size: 35px;
}

.woocommerce .quantity .qty {
  width: 5.631em;
  text-align: center;
  border-radius: 0px;
}
.woocommerce div.product form.cart .button {
  background-color: #6b2323;
  border-radius: 0px;
  padding: 14px;
}
.woocommerce-product-details__short-description {
  color: #707071;
}

.product-categories a {
  color: #111;
  text-decoration: none;
  font-size: 14px;
  color: #6b2323;
}
.product-categories a:hover {
  color: #6b2323;
  text-decoration: none;
}
.product_meta a {
  color: #6b2323;
}
.posted_in a {
  color: #000;
}
.woocommerce-page {
  padding-top: 73px;
}
.product-categories {
  color: #111111 !important;
}

/* user and woocommerce css  */
.alignwide {
  margin-inline: 0 !important;
}
.site-main .page-header {
  padding: 30px 0 !important;
}
.site-main .page-header .entry-title {
  margin: 0 !important;
  text-align: left;
  font: normal normal 600 30px/40px Helvetica !important;
  letter-spacing: 0px !important;
  color: var(--color2) !important;
}
.is-large.wc-block-cart .wc-block-cart-items {
  border: 1px solid #cfcfcf !important;
}
.is-large.wc-block-cart .wc-block-cart-items th {
  background: #e9e9e9 !important;
  border-color: #cfcfcf !important;
  text-align: left !important;
  visibility: visible !important;
  padding: 8px 16px !important;
}
.is-large.wc-block-cart .wc-block-cart-items th span {
  color: var(--color2);
  font: normal normal bold 15px/25px Helvetica;
  letter-spacing: 0px;
}
.wc-block-cart-items .wc-block-components-product-name {
  text-align: left;
  font: normal normal 600 14px/22px Helvetica;
  letter-spacing: 0px;
  color: #292721;
  opacity: 1;
  margin-bottom: 0 !important;
}
.wc-block-components-quantity-selector:after {
  display: none !important;
}
.wc-block-components-quantity-selector input {
  padding: 0 !important;
  border: 0 !important;
}
.wc-block-cart-items .wc-block-components-product-metadata__description {
  display: none !important;
}
.wc-block-cart-items .wc-block-components-quantity-selector__button {
  padding: 0 !important;
  font-size: 16px !important;
  opacity: 1 !important;
  color: var(--color2);
}
.wc-block-cart-items .wc-block-components-product-price {
  text-align: left;
  font: normal normal bold 16px/23px Helvetica;
  letter-spacing: 0px;
  color: #292721;
  text-transform: capitalize;
  opacity: 1;
}
.wc-block-cart-item__total .wc-block-components-product-price {
  text-align: left;
  font: normal normal bold 22px/30px Helvetica;
  letter-spacing: 0px;
  color: #292721;
}
.is-large.wc-block-cart .wc-block-components-sidebar,
.wc-block-checkout__form,
.wp-block-woocommerce-checkout-order-summary-block {
  margin-top: 0;
  background: #e9e9e9;
  padding: 30px;
  border: 0 !important;
  border-radius: 0 !important;
}
.is-large.wc-block-cart
  .wc-block-components-sidebar
  .wc-block-cart__totals-title,
.wc-block-components-title.wc-block-components-title,
.wc-block-components-checkout-order-summary__title-text {
  text-align: left;
  font: normal normal bold 22px/30px Helvetica !important;
  letter-spacing: 0px;
  color: #292721;
}
.wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"] {
  padding: 0 !important;
}
:root :where(.wp-element-button, .wp-block-button__link) {
  color: #ffffff !important;
  background: var(--color1) !important;
  border-radius: 8px !important;
  border: 0 !important;
  padding: 12px 25px !important;
  text-transform: capitalize;
  opacity: 1;
  text-align: center;
  font: normal normal 600 16px/20px Helvetica;
  letter-spacing: 0px;
  opacity: 1;
}
.wc-block-components-form
  .wc-blocks-components-select
  .wc-blocks-components-select__select,
.wc-block-components-form.wc-block-checkout__form input {
  border: 0 !important;
  border-radius: 10px !important;
}

/* user dashboared start */
.woocommerce-account .woocommerce-MyAccount-navigation {
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  background: var(--color1);
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce-MyAccount-content .woocommerce-Button.button,
.woocommerce .woocommerce-order-details .order-actions-button,
.woocommerce button.button {
  text-align: left;
  font: normal normal bold 16px/20px Helvetica;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: capitalize;
  opacity: 1;
  padding: 14px 20px !important;
  border-radius: 8px !important;
  background: var(--color1) !important;
}
.woocommerce table.my_account_orders .button {
  margin: 5px;
  text-align: left;
  font: normal normal bold 13px/18px Helvetica;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: capitalize;
  opacity: 1;
  padding: 6px 10px !important;
  border-radius: 5px !important;
  background: var(--color1) !important;
}
.woocommerce table.my_account_orders .button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce-MyAccount-content .woocommerce-Button.button:hover,
.woocommerce .woocommerce-order-details .order-actions-button:hover,
.woocommerce button.button:hover {
  background: var(--color3) !important;
  color: #fff !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  display: block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--color1);
  background: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}
.woocommerce-info {
  border: 0;
}
.woocommerce-info::before {
  color: var(--color1);
}
.comments-area a,
.page-content a {
  text-decoration: none;
}
.wc-block-components-panel__button,
.wc-block-components-panel__button:active,
.wc-block-components-panel__button:focus,
.wc-block-components-panel__button:hover {
  font-family: Helvetica !important;
  font-size: 16px !important;
  font-weight: bold !important;
  text-transform: capitalize !important;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-product-new,
.woocommerce-cart
  .wp-block-woocommerce-empty-cart-block
  .wp-block-separator
  ~ .wp-block-heading {
  display: none !important;
}
.comments-area a,
.page-content a {
  text-decoration: none !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}
.wc-block-components-quantity-selector__input {
  border: 0 !important;
}

.woocommerce-message:focus-visible {
  outline: -webkit-focus-ring-color auto 0px !important;
}
.page-header .entry-title {
  font-family: Helvetica;
  font-size: 42px;
  font-weight: bold;
  color: var(--e-global-color-primary);
}
#content {
  padding-bottom: 50px;
}
.woocommerce-Address {
  background: #f2f2f2;
  padding: 15px;
  border-radius: 10px;
}
.woocommerce-Address h2 {
  font-size: 1.3rem;
  margin: 0;
}
.woocommerce-Address .edit {
  font-size: 14px;
}
.woocommerce-Address .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.woocommerce-Address .woocommerce-Address-title::after,
.woocommerce-Address .woocommerce-Address-title::before {
  display: none !important;
}
table th,
table td {
  border: 0 !important;
  padding: 10px 12px !important;
}
/* user dashboared end */

.hero-banner .subtitle {
  font: normal normal bold 16px / 20px Helvetica;
  letter-spacing: 1.2px;
  color: #ffffff;
  text-transform: uppercase;
}
.hero-banner .desription {
  font: normal normal normal 16px / 22px Helvetica;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.6;
}
.hero-banner .carousel-captions {
  padding: 85px 40px 40px 85px;
}

.slider-caption {
  background-color: #6b2325;
}

.caption-left {
  position: absolute;
  top: 30%;
  left: 10%;
  right: 10%;
}
.caption-left h1 {
  font: normal normal bold 52px / 62px Helvetica;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 20px;
}
.banner-img {
  position: relative;
}
.banner-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 20%,
    rgba(255, 255, 255, 1) 100%
  );
  opacity: 0.6;
  width: 100%;
  height: 100%;
}
.caption-left .elementor-button {
  font: normal normal bold 16px / 24px Helvetica;
  letter-spacing: 0px;
  color: #6b2323;
  background: #fff;
  border-radius: 0;
}
.caption-left .elementor-button:hover {
  color: #fff;
  background: #6b2323;
  border-radius: 0;
}
.indicators-num {
  position: absolute;
  bottom: 10%;
  left: 8%;
  z-index: 1;
  font: normal normal bold 16px / 24px Helvetica;
  letter-spacing: 0px;
  color: #ffffff;
}
.indicators-num .carousel-indicator {
  display: flex;
}
.indicators-num .endslide {
  opacity: 0.6;
  margin-left: 6px;
}

.slider_indegator {
  position: absolute;
  bottom: 40px;
  right: 5%;
  display: flex;
  gap: 0;
  z-index: 1;
}

.slider_indegator button {
  padding: 0;
  border-radius: 0;
  border: 0;
  position: relative;
  transition: all 0.4s ease;
  width: 100px;
  margin: 0 5px;
  background-color: transparent !important;
}
.slider_indegator button img {
  min-height: 100px;
}
.slider_indegator .active .indicator-thumbnail::before {
  opacity: 0;
}
.slider_indegator button:hover {
  transform: translateY(0px);
  opacity: 1 !important;
}
.slider_indegator button img {
  min-height: 120px;
  object-fit: cover;
}

.slider_indegator .indicator-thumbnail {
  position: relative;
}
.slider_indegator .indicator-thumbnail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
}
.slider_indegator .indicator-thumbnail:hover::before {
  opacity: 0;
}
.indicator-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.indicator-title .tumbtitle {
  font: normal normal bold 14px/18px Rubik;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
  text-wrap: auto;
}

.articles-box h1.name {
  font: normal normal bold 20px / 28px Helvetica;
  letter-spacing: 0px;
  color: #6b2323;
  margin-bottom: 7px;
}
.articles-box .date {
  font: normal normal normal 14px / 20px Helvetica;
  letter-spacing: 0px;
  color: #adacab;
  margin-bottom: 7px;
}
.articles-box .desription {
  font: normal normal normal 16px / 24px Helvetica;
  letter-spacing: 0px;
  color: #111111;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.articles-box .articles-img {
  overflow: hidden;
  display: block;
}
.articles-box .articles-img img {
  transition: all 0.4s ease;
}
.articles-box .articles-img:hover img {
  transform: scale(1.05);
}
.articles-box .read-now {
  margin-top: 10px;
  overflow: hidden;
}
.articles-box .btn-read-now {
  font: normal normal bold 15px / 19px Helvetica;
  letter-spacing: 0px;
  color: #6b2323;
  margin-left: -78px;
  transition: all 0.4s ease;
}
.articles-box .btn-read-now:hover {
  margin-left: 0px;
}

.featured-blog h4 {
  font: normal normal bold 20px / 28px Helvetica;
  letter-spacing: 0px;
  color: #6b2323;
}
.featured-blog .featured-item {
  display: block;
  margin-bottom: 15px;
}
.featured-blog {
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 30px;
}
.featured-blog .featured-item .articles-img {
  overflow: hidden;
}
.featured-blog .featured-item .articles-img img {
  transition: all 0.4s ease;
}
.featured-blog .featured-item .articles-img:hover img {
  transform: scale(1.05);
}

.featured-blog .featured-item .date {
  font: normal normal normal 14px / 20px Helvetica;
  letter-spacing: 0px;
  color: #adacab;
  margin-bottom: 0;
}
.featured-blog .featured-item h1.name {
  font: normal normal normal 16px / 20px Helvetica;
  letter-spacing: 0px;
  color: #111111;
  margin-bottom: 0;
  margin-top: 4px;
}
.article-detail {
  margin-top: 55px;
  padding-bottom: 70px;
  background: #f8f8f8;
}
a.btn-back {
  background: #6b2323 0% 0% no-repeat padding-box;
  font: normal normal bold 16px / 25px Helvetica;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 10px 50px;
  display: inline-block;
}
a.btn-back:hover {
  background: #b73230 0% 0% no-repeat padding-box !important;
  color: #fff !important;
}
.pagination-two .page-numbers {
  font: normal normal bold 16px / 23px Helvetica;
  letter-spacing: 0px;
  color: #111111;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #adacab;
  min-width: 35px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  margin: 2px 1px;
  justify-content: center;
}
.pagination-two .page-numbers:hover,
.pagination-two .page-numbers.current {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #6b2323;
  color: #6b2323;
}

.top-border-back {
  border-top: 1px solid #adacab;
  padding-top: 60px;
}
.blog-sinle-banner .title-single {
  text-align: center;
  padding: 130px 0;
}
.blog-sinle-banner .title-single span {
  background: #6b2323 0% 0% no-repeat padding-box;
  font: normal normal bold 14px / 20px Helvetica;
  letter-spacing: 1.8px;
  color: #f8f8f8;
  text-transform: uppercase;
  padding: 10px 20px;
}
.blog-sinle-banner {
  position: relative;
  z-index: 0;
}

.blog-sinle-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: #000;
  z-index: -1;
}
.blog-sinle-banner .wp-post-image {
  position: absolute;
  left: 0;
  right: 0;
  background-size: cover;
  z-index: -1;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.blog-sinle-banner .title-single .title {
  font: normal normal 700 42px/52px Helvetica;
  letter-spacing: 0px;
  color: #f8f8f8;
  text-transform: capitalize;
  margin-top: 20px;
}
.blog-sinle-banner .title-single .date {
  font: normal normal normal 16px/23px Helvetica;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.6;
}
.arrowbtn {
  z-index: 1;
}
.portfolio-box {
  position: relative;
}
.portfolio-box .content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #6b2323;
  color: #fff;
  text-align: center;
  padding: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.4s ease;
}
.portfolio-box .content-box .box-wrap {
  /* translate: 0 5px; */
  transition: all 0.2s ease;
}
.portfolio-box:hover .content-box {
  opacity: 1;
}

.portfolio-box .content-box .name {
  font: normal normal bold 24px / 30px Helvetica;
  letter-spacing: 0px;
  color: #ffffff;
}
.portfolio-box .content-box .description {
  font: normal normal normal 16px / 24px Helvetica;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul#project-filter-list {
  display: inline-flex;
  padding-left: 0;
  list-style: none;
}
#project-filter-list li a {
  font: normal normal normal 16px / 24px Helvetica;
  letter-spacing: 0px;
  color: #111111;
  display: inline-block;
  transition: 0.1s ease all;
}
#project-filter-list li {
  margin: 0 15px;
}
#project-filter-list li a:hover {
  letter-spacing: 0px;
  color: #6b2323;
  text-underline-offset: 3px;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  scale: 1.1;
}
#project-filter-list li a.active {
  font: normal normal 700 16px / 24px Helvetica;
  letter-spacing: 0px;
  color: #6b2323;
  text-underline-offset: 3px;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
}
.portfolio-box .content-box .category-name {
  font: normal normal bold 14px / 20px Helvetica;
  letter-spacing: 1.8px;
  color: #ffffff;
  text-transform: uppercase;
}
.portfolio-detail {
  margin-top: 100px;
  padding-bottom: 100px;
  background: #f8f8f8;
}
.portfolio-detail .title {
  font: normal normal bold 36px / 45px Helvetica;
  letter-spacing: 0px;
  color: #6b2323;
}
.portfolio-detail .wrapitem .wrap {
  display: flex;
}
.portfolio-detail .wrapitem .wrap .other-title {
  font: normal normal bold 18px / 26px Helvetica;
  letter-spacing: 0px;
  color: #6b2323;
  min-width: 130px;
}
.portfolio-detail .wrapitem .wrap .other-text {
  font: normal normal normal 18px / 26px Helvetica;
  letter-spacing: 0px;
  color: #111111;
}

.testimonials-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #fff;
  padding: 24px;
  position: relative;
  transition: all 0.4s ease;
}
.testimonials-box:hover {
  transform: translateY(-10px);
  border: 1px solid #6b2323;
}
.testimonials-box .quoteimg {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
}
.testimonials-box .img-box {
  margin-top: 30px;
  width: 175px;
  margin-bottom: 20px;
}
.testimonials-box .description {
  font: normal normal normal 16px/24px Helvetica;
  letter-spacing: 0px;
  color: #707071;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testimonials-box .infowrap {
  padding-top: 25px;
}

.testimonials-box .infowrap .name {
  font: normal normal bold 20px / 28px Helvetica;
  letter-spacing: 0px;
  color: #6b2323;
  margin-bottom: 5px;
}
.testimonials-box .infowrap .position {
  font: normal normal bold 14px / 18px Helvetica;
  letter-spacing: 1px;
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.testimonials-box .infowrap .viewbtn {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #6b2323;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 3px;
  font: normal normal bold 16px / 26px Helvetica;
  letter-spacing: 0px;
  color: #6b2323;
}

.elementor-element-2461f5b:hover h2 {
  text-decoration: underline;
  color: #6b2323 !important;
  cursor: pointer;
}

.product-categories a {
  color: #111111;
}
ul.product-categories li.cat-item a:hover {
  text-decoration: underline !important;
  color: #6b2323 !important;
}
.aws-container .aws-search-field {
  width: 65%;
}

.aws-container .aws-search-form .aws-form-btn:hover {
  background: #ffffff;
}
.aws-container .aws-search-form .aws-form-btn {
  background: #ffffff;
}

.single-product .summary .single_add_to_cart_button:hover {
  background: #b73230 !important;
  color: #fff !important;
}
.single-product .summary .single_add_to_cart_button {
  background: #6b2323 !important;
  color: #fff !important;
}
section.related.products
  ul.products
  li.product
  .woocommerce-loop-product__title,
section.related.products ul.products li.product .price {
  color: #ffffff !important;
}
.woocommerce-Price-amount price {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.box-in {
  position: relative;
  overflow: hidden;
  position: relative;
  z-index: 2;
  color: white !important;
}

.box-in::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transtion: 0.3s ease all;
}

.box-in:hover::before {
  opacity: 0.8;
  background-color: #6b2323;
}

.cf7-two-col {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  gap: 5px;
}

.cf7-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cf7-col {
  flex: 1 1 45%;
}
.cf7-row.full-width {
  flex-direction: column;
}

.cf7-row.full-width textarea {
  width: 100% !important;
}
.cf7-row.full-width textarea {
  height: 120px !important; /* Adjust height as needed */
  resize: vertical; /* Optional: allows vertical resizing */
}

.cf7-col input,
.cf7-row textarea,
.cf7-row input[type="file"],
.cf7-row input[type="submit"] {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 0 !important;
  box-sizing: border-box;
}

.cf7-row input[type="submit"] {
  background-color: #6b2323 !important;
  color: white;
  font-weight: bold;

  cursor: pointer;
}

.cf7-row input[type="submit"]:hover {
  background-color: #a03232 !important;
}

.pum-content p {
  margin-bottom: 0 !important;
}
.para {
  text-align: center;
  padding-bottom: 10px;
}

/* Container: 2 column layout */
.cf7-two-col .cf7-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 0px;
}
.cf7-two-col .cf7-col p {
  margin-bottom: 8px;
}
.codedropz-upload-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
span.dnd-upload-counter {
  display: none;
}
.codedropz-upload-inner h5,
.codedropz-upload-inner span {
  font: normal normal bold 16px / 24px Helvetica;
  letter-spacing: 0px;
  color: #3f3f3f;
  margin: 0;
}
.codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn {
  font: normal normal bold 16px / 24px Helvetica;
  letter-spacing: 0px;
  color: #6b2323;
}
.cf7sr-g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.contactusform input,
.contactusform textarea {
  background: #fff !important;
  border: 0 !important;
  box-shadow: 0px 0px 0px #ddd;
}
.contactusform .codedropz-upload-handler {
  background: #fff !important;
  border: 0 !important;
  box-shadow: 0px 0px 0px #ddd;
}
.codedropz-upload-container {
  padding: 40px 20px;
}
.codedropz-upload-container:before {
  content: "";
  background-image: url(https://shenyi.com.sg/wp-content/uploads/2025/05/Upload.png);
  position: absolute;
  left: 0;
  top: -50px;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}
.codedropz-upload-container:after {
  content: "JPEG, PNG, PDF formats, up to 50 MB.";
  position: absolute;
  left: 0;
  text-align: center;
  margin: auto;
  bottom: 18px;
  right: 0;
  font: normal normal normal 14px / 20px Helvetica;
  letter-spacing: 0px;
  color: #bfbfbf;
}
/* Each column field */
.cf7-two-col .cf7-col {
  flex: 1 1 48%;
}
.box-in .topnum {
  transition: all 0.4s ease;
  opacity: 0;
}
.box-in:hover .topnum {
  transform: translateY(10px);
  opacity: 1;
}
.box-in .bottomtitle {
  transition: all 0.4s ease;
}
.box-in:hover .bottomtitle {
  transform: translateY(-10px);
}
.boxfirst:hover img {
  filter: brightness(10);
}
.boxfirst:hover .elementor-heading-title,
.boxfirst:hover p,
.boxfirst:hover p span {
  color: #fff !important;
}
.boxfirst:hover .elementor-widget-container,
.boxfirst:hover .elementor-widget-container span {
  color: #fff !important;
}

/* Full width rows like message and upload */
.cf7-two-col .cf7-row.full-width {
  flex-direction: column;
}

/* Full width for textarea and file */
.cf7-two-col textarea,
.cf7-two-col input[type="file"] {
  width: 100% !important;
}

/* Labels styling (optional) */

.cf7-two-col label {
  font-weight: 300;
  display: block;
  color: #adacab;
  font: normal normal normal 15px/30px Helvetica;
}

/* Make input fields full width */
.cf7-two-col input,
.cf7-two-col textarea,
.cf7-two-col select {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.codedropz-upload-handler {
  border: 1px solid #c5c5c5;
  border-radius: 0px;
  margin-bottom: 0px;
  position: relative;
}
.service-slider .owl-carousel .owl-item {
  padding: 0;
}
.service-slider .owl-stage-outer img {
  height: auto !important;
}
.service-slider .owl-stage-outer .owl-title {
  position: absolute;
  top: 35px;
  opacity: 0;
  transition: all 0.4s ease;
}
.service-slider .owl-stage-outer .item:hover img {
  opacity: 0.2;
  transtion: 0.3s ease all;
}
.service-slider .owl-stage-outer {
  overflow: visible !important;
}
.brand-slider .owl-stage-outer {
  overflow: visible !important;
}
.service-slider .owl-stage-outer .item .owl-thumb {
  background: #6b2323;
}
.service-slider .owl-stage-outer .item:hover .owl-subtitle {
  transition: all 0.4s ease;
}
.service-slider .owl-stage-outer .item:hover .owl-title {
  opacity: 1;
  transition: all 0.4s ease;
  transform: translateY(10px);
}

.service-slider .owl-stage-outer .item:hover .owl-subtitle {
  transform: translateY(-10px);
  transition: all 0.4s ease;
}

.timeline-slider {
  position: relative;
  padding: 50px 0;
}

.timeline-item {
  padding: 20px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 50px #00000008;
  border: 1px solid #fff;
  transition: all 0.4s ease;
  position: relative;
  text-align: center;
  height: 210px;
}
.timeline-item:hover {
  box-shadow: 0px 0px 50px #0000001a;
  border: 1px solid #6b2323;
}

.timeline-item .year {
  font: normal normal bold 14px / 19px Helvetica;
  letter-spacing: 1.2px;
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 0;
}
.timeline-item h3 {
  font: normal normal bold 22px / 25px Helvetica;
  letter-spacing: 0px;
  color: #6b2323;
  margin-top: 0;
}
.timeline-item p {
  font: normal normal normal 16px/24px Helvetica;
  letter-spacing: 0px;
  color: #707071;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slick-slide:nth-child(odd) .timeline-item {
  margin-bottom: 100px;
}

.slick-slide:nth-child(even) .timeline-item {
  margin-top: 300px;
}

.timeline-slider .slick-slide {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 2px;
}

.arrowbtn {
  position: absolute;
  width: 45px;
  height: 45px;
  display: flex;
  background: #6b2323 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 40px #0000001a;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.right-btn {
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
.left-btn {
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}

/* Line */
.timeline-slider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  background: #0000001a;
  width: 100%;
  z-index: 0;
}

/* Dot for each item */
.timeline-slider .slick-slide:nth-child(odd)::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
}
.timeline-slider .slick-slide:nth-child(even)::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 252px;
  left: 0;
  right: 0;
  margin: auto;
}

/* Responsive - stack columns on small screens */
@media screen and (max-width: 768px) {
  .cf7-two-col .cf7-col {
    flex: 1 1 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .caption-left h1 {
    font-size: 30px;
    line-height: 1.1;
  }
  .hero-banner .carousel-captions {
    padding: 20px;
  }
}

/* product css start  */

.shop-inner-section {
  background: #f8f8f8;
  padding: 50px 0;
}

/* product css end */

@media (min-width: 1920px) {
  .caption-left {
    left: 27%;
  }
  .slider_indegator {
    right: 10%;
  }
  .indicators-num {
    left: 21%;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .excellence-box {
    height: 130px;
    width: 130px;
  }
  .excellence-box:before {
    width: 32px;
    left: -32px;
  }
}

@media only screen and (max-width: 768px) {
  .excellence-box {
    width: 200px;
    height: 200px;
  }
  .excellence-box:before {
    width: 2px !important;
    height: 32px;
    top: -32px !important;
    left: 50% !important;
    translate: -50% 0 !important;
  }
}

.timeline-slider .slick-slide:nth-child(odd) .timeline-item:before {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid transparent;
  content: "";
  bottom: -12px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s ease;
}
.timeline-slider .slick-slide:nth-child(even) .timeline-item:before {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: "";
  top: -12px;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.4s ease;
  margin: auto;
}

.timeline-slider .slick-slide:nth-child(odd) .timeline-item:hover:before {
  border-top: 12px solid #6b2323;
  content: "";
}
.timeline-slider .slick-slide:nth-child(even) .timeline-item:hover:before {
  border-bottom: 12px solid #6b2323;
  content: "";
}

@media only screen and (max-width: 767px) {
  .slick-slide:nth-child(odd) .timeline-item {
    margin-bottom: 0px;
  }
  .slick-slide:nth-child(even) .timeline-item {
    margin-top: 0px;
  }
  .timeline-slider .slick-slide:nth-child(odd)::before {
    display: none;
  }
  .timeline-slider .slick-slide:nth-child(even)::before {
    display: none;
  }
  .timeline-slider .slick-slide:nth-child(odd) .timeline-item:before {
    display: none;
  }
  .timeline-slider .slick-slide:nth-child(even) .timeline-item:before {
    display: none;
  }
  .timeline-slider .slick-list {
    margin: 0 15px;
  }
  .slider_indegator {
    position: relative;
    margin: 10px;
    bottom: 0px;
    right: 0;
  }
  .caption-left {
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translate(0%, -50%);
}
.caption-left .elementor-button {
  font: normal normal bold 12px / 16px Helvetica;
  letter-spacing: 0px;
  color: #6b2323;
  background: #fff;
  border-radius: 0;
  padding: 8px 12px;
}
  .caption-left h1 {
    font-size: 18px;
    line-height: 1.1;
}
}
.linkedicon a {
  border-color: #adacab !important;
}
.aws-search-field {
  border-color: #d8d8d8 !important;
  padding-left: 0 !important;
}

.vertical-img-left.wpgis-slider-for {
  width: 77%;
  margin-left: 3%;
}
input[type="number"] {
  -webkit-appearance: none; /* Removes default WebKit styling */
  -moz-appearance: textfield; /* Removes spinner in Firefox */
  appearance: textfield;
  background: transparent
}
