comments-area a,
.page-content a {
  text-decoration: underline;
}

.alignright {
  float: right;
  margin-left: 1rem;
}

.alignleft {
  float: left;
  margin-right: 1rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-inline: auto;
}

.alignwide {
  margin-inline: -80px;
}

.alignfull {
  margin-inline: calc(50% - 50vw);
  max-width: 100vw;
}

.alignfull,
.alignfull img {
  width: 100vw;
}

.wp-caption {
  margin-block-end: 1.25rem;
  max-width: 100%;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  display: block;
  margin-inline: auto;
}

.wp-caption-text {
  margin: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem;
}

.pagination {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}

.sticky {
  display: block;
  position: relative;
}

.bypostauthor {
  font-size: inherit;
}

.hide {
  display: none !important;
}

.post-password-form {
  margin: 50px auto;
  max-width: 500px;
}

.post-password-form p {
  align-items: flex-end;
  display: flex;
  width: 100%;
}

.post-password-form [type="submit"] {
  margin-inline-start: 3px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 12px 24px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.post .entry-title a {
  text-decoration: none;
}

.post .wp-post-image {
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 991px) {
  .post .wp-post-image {
    max-height: 400px;
  }
}

@media (max-width: 575px) {
  .post .wp-post-image {
    max-height: 300px;
  }
}

#comments .comment-list {
  font-size: 0.9em;
  list-style: none;
  margin: 0;
  padding: 0;
}

#comments .comment,
#comments .pingback {
  position: relative;
}

#comments .comment .comment-body,
#comments .pingback .comment-body {
  border-block-end: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  padding-block-end: 30px;
  padding-block-start: 30px;
  padding-inline-end: 0;
  padding-inline-start: 60px;
}

#comments .comment .avatar,
#comments .pingback .avatar {
  border-radius: 50%;
  left: 0;
  margin-inline-end: 10px;
  position: absolute;
}

body.rtl #comments .comment .avatar,
body.rtl #comments .pingback .avatar,
html[dir="rtl"] #comments .comment .avatar,
html[dir="rtl"] #comments .pingback .avatar {
  left: auto;
  right: 0;
}

#comments .comment-meta {
  display: flex;
  justify-content: space-between;
  margin-block-end: 0.9rem;
}

#comments .comment-metadata,
#comments .reply {
  font-size: 11px;
  line-height: 1;
}

#comments .children {
  list-style: none;
  margin: 0;
  padding-inline-start: 30px;
  position: relative;
}
span.RED {
  color: red;
}

#comments .children li:last-child {
  padding-block-end: 0;
}

#comments ol.comment-list .children:before {
  content: "â†ª";
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  left: 0;
  line-height: 100%;
  position: absolute;
  top: 45px;
  width: auto;
}

body.rtl #comments ol.comment-list .children:before,
html[dir="rtl"] #comments ol.comment-list .children:before {
  content: "â†©";
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  #comments .comment-author,
  #comments .comment-metadata {
    line-height: 1;
  }
}

@media (max-width: 767px) {
  #comments .comment .comment-body {
    padding: 30px 0;
  }

  #comments .children {
    padding-inline-start: 20px;
  }

  #comments .comment .avatar {
    float: left;
    position: inherit;
  }

  body.rtl #comments .comment .avatar,
  html[dir="rtl"] #comments .comment .avatar {
    float: right;
  }
}

.page-header .entry-title,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header),
body:not([class*="elementor-page-"]) .site-main {
  margin-inline-end: auto;
  margin-inline-start: auto;
  width: 100%;
}

@media (max-width: 575px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="elementor-page-"]) .site-main {
    padding-inline-end: 10px;
    padding-inline-start: 10px;
  }
}

@media (min-width: 576px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="elementor-page-"]) .site-main {
    max-width: 500px;
  }

  .site-footer.footer-full-width .footer-inner,
  .site-header.header-full-width .header-inner {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="elementor-page-"]) .site-main {
    max-width: 600px;
  }

  .site-footer.footer-full-width,
  .site-header.header-full-width {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="elementor-page-"]) .site-main {
    max-width: 800px;
  }

  .site-footer.footer-full-width,
  .site-header.header-full-width {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="elementor-page-"]) .site-main {
    max-width: 1140px;
  }

  .site-footer.footer-full-width,
  .site-header.header-full-width {
    max-width: 100%;
  }
}

.site-header + .elementor {
  min-height: calc(100vh - 320px);
}

.page-header {
  display: none;
}
.site-navigation ul.menu li.menu-item-has-children::after {
  display: block;
  content: "\f107";
  color: #000;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-40%);
  text-decoration: none;
  font-family: FontAwesome;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
}

.site-footer .footer-top .footer-widget-1 .textwidget span {
	color: #ffffffd1;
	font-weight: 400;
	font-size: 20px;
	font-family: "Satoshi", sans-serif;
}
.site-navigation ul.menu li ul {
  border-radius: 10px;
  text-align: center;
}
.site-header .site-navigation ul.menu li a {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	font-family: "Satoshi", sans-serif;
	text-transform: uppercase;
}
.site-navigation ul.menu li ul {
  min-width: 300px !important;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
}
.count-sect .count-box {
  border-right: 1px solid #0000002b;
  padding: 60px 15px;
}
.count-sect .count-box:last-child {
  border: none;
}
.home-bann .heading-slide .main-heading .n2-ss-text {
  font-size: 60px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}
.home-bann .heading-slide .sub-heading p {
  font-size: 24px !important;
  letter-spacing: 0 !important;
}
.home-bann .heading-slide .slide-btn a {
  background: transparent !important;
  padding: 0 !important;
  color: #000 !important;
  font-family: "Montserrat", sans-serif !important;
  text-transform: capitalize !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  letter-spacing: 0 !important;
}
.home-bann .heading-slide .slide-btn a i {
  position: relative;
  top: 0;
  transform: rotate(-45deg);
  display: inline-block;
  margin-left: 6px;
  border: none;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  background: #ee1c24;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-weight: 400 !important;
}
.count-sect .count-box .elementor-counter .elementor-counter-number-wrapper {
  font-size: 70px;
  font-weight: 800;
  color: #333;
  font-family: "Manrope", sans-serif;
}
.count-sect
  .count-box
  .elementor-counter
  .elementor-counter-number-wrapper
  .elementor-counter-number-prefix {
  display: none;
}
.count-sect .count-box .elementor-counter .elementor-counter-title {
  justify-content: start !important;
  font-size: 20px;
  color: #000;
  line-height: normal;
  margin: 20px 0px 0px;
  text-transform: uppercase;
}
.heading-sect .main-heading h2 {
  font-weight: 500;
  font-size: 50px;
  color: #333;
}
.heading-sect .sub-heading h2 {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  width: 80%;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  line-height: 30px;
}
.indus-serve
  .indus-sect
  .indus-box
  .elementor-widget-image-box
  .elementor-image-box-wrapper
  .elementor-image-box-img {
  position: relative;
}
.indus-serve
  .indus-sect
  .indus-box
  .elementor-widget-image-box
  .elementor-image-box-wrapper
  .elementor-image-box-content {
  position: absolute;
  bottom: 10px;
  left: 30px;
  text-align: left;
}
.indus-serve
  .indus-sect
  .indus-box
  .elementor-widget-image-box
  .elementor-image-box-wrapper
  .elementor-image-box-content
  .elementor-image-box-title {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  margin: 0;
}
.indus-serve
  .indus-sect
  .indus-box:first-child
  .elementor-widget-image-box
  .elementor-image-box-wrapper {
  background: url(https://emaven.co.in/brewforce/wp-content/uploads/2025/06/Frame-2147223671.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  height: 300px;
}
.indus-serve
  .indus-sect
  .indus-box:nth-child(2)
  .elementor-widget-image-box
  .elementor-image-box-wrapper {
  background: url(https://emaven.co.in/brewforce/wp-content/uploads/2025/06/Frame-2147223671-2.png);
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  height: 300px;
}
.indus-serve
  .indus-sect
  .indus-box
  .elementor-widget-image-box
  .elementor-image-box-wrapper:hover {
  background: #182a4d;
}
.indus-serve
  .indus-sect
  .indus-box
  .elementor-widget-image-box
  .elementor-image-box-wrapper
  .elementor-image-box-img {
  width: auto;
  float: left;
  padding: 20px 0 0 20px;
}
.our-project
  .pro-sect
  .project-box
  .elementor-widget-image-box
  .elementor-image-box-wrapper
  .elementor-image-box-img
  img {
  width: 100%;
}
.our-project .pro-sect .project-box .elementor-widget-image-box {
  position: relative;
  margin: 0;
}
.our-project
  .pro-sect
  .project-box
  .elementor-widget-image-box
  .elementor-image-box-wrapper
  .elementor-image-box-content {
  position: absolute;
  bottom: 50px;
  text-align: left;
}
.our-project .pro-sect .project-box .elementor-widget-button {
  position: absolute;
  bottom: 15px;
  padding: 0px;
  display: none;
  left: 0;
  right: 0;
  padding: 0px 10px;
}
.our-project .pro-sect .project-box .elementor-widget-button .elementor-button {
  width: 100%;
  border-radius: 0px 0px 10px 10px;
  padding: 15px 30px;
  background: #ed1d24;
  font-weight: 600;
  letter-spacing: 0px;
  font-size: 16px;
}
.our-project
  .pro-sect
  .project-box
  .elementor-widget-image-box
  .elementor-image-box-wrapper
  .elementor-image-box-content
  .elementor-image-box-description {
  display: none;
}
.our-project
  .pro-sect
  .project-box
  .elementor-widget-image-box
  .elementor-image-box-wrapper
  .elementor-image-box-content {
  position: absolute;
  bottom: 50px;
  text-align: left;
  padding: 10px;
}
.our-project
  .pro-sect
  .project-box
  .elementor-widget-image-box
  .elementor-image-box-wrapper
  .elementor-image-box-content
  .elementor-image-box-title {
  color: #fff;
  margin: 0;
  font-size: 24px;
  margin: 0 0 10px;
}
.our-project
  .pro-sect
  .project-box
  .elementor-widget-image-box
  .elementor-image-box-wrapper
  .elementor-image-box-content
  .elementor-image-box-title
  span {
  font-size: 16px;
}
.our-project
  .pro-sect
  .project-box
  .elementor-widget-image-box
  .elementor-image-box-wrapper
  .elementor-image-box-content
  .elementor-image-box-description {
  color: #fff;
  font-size: 13px;
  display: none;
}
.our-project
  .pro-sect
  .project-box:hover
  .elementor-widget-image-box
  .elementor-image-box-wrapper
  .elementor-image-box-description {
  display: block;
}
.our-project .pro-sect .project-box:hover .elementor-widget-button {
  display: block;
}
.wpmtst-testimonial-inner .wpmtst-testimonial-heading.testimonial-heading {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  font-family: "Manrope", sans-serif;
}
.wpmtst-testimonial-inner .testimonial-content {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: "Manrope", sans-serif;
}
.wpmtst-testimonial-inner div {
  height: 100% !important;
  border-radius: 16px;
}
.wpmtst-testimonial-inner .testimonial-name {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.wpmtst-testimonial-inner .testimonial-company {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.blogs-sect .bdpp-post-carousel-wrap.bdpp-design-1 .bdpp-post-carousel-content {
  /* background-color: #E6F8FC; */
  border: none;
}
.bdpp-post-carousel-wrap.bdpp-design-1 .bdpp-post-carousel-content {
  /* text-align: center; */
  text-align: left !important;
  align-items: flex-start;
  background-color: #f5f5f7;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: background-color 0.2s, box-shadow 0.2s;
  will-change: transform;
  border: 1px solid #f5f5f7;
  margin: 20px 0px;
  box-shadow: 0 3px 5px #0000004d;
  height: 275px;
}
.bdpp-post-carousel-wrap.bdpp-design-1
  .bdpp-post-carousel-content
  .bdpp-post-img-bg {
  height: 150px;
  position: relative;
  width: 100%;
}
.bdpp-post-carousel-wrap.bdpp-design-1
  .bdpp-post-carousel-content
  .bdpp-post-img-bg
  img {
  width: 100%;
  height: 100%;
}
.bdpp-post-carousel-wrap.bdpp-design-1
  .bdpp-post-carousel-content
  .bdpp-post-title {
  margin: 0 !important;
  padding: 0px 24px 0;
}
.bdpp-post-carousel-wrap.bdpp-design-1
  .bdpp-post-carousel-content
  .bdpp-post-title
  a {
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  color: #222;
}
.bdpp-post-carousel-wrap.bdpp-design-1
  .bdpp-post-carousel-content
  .bdpp-post-meta {
  margin: 0 !important;
  padding: 10px 24px 20px;
}
.bdpp-post-carousel-wrap.bdpp-design-1
  .bdpp-post-carousel-content
  .bdpp-post-meta
  .bdpp-post-meta-data {
  font-style: italic;
  font-size: 12px;
  display: inline-block;
  margin: 0 5px 5px;
}
.site-header {
  padding: 10px 0px;
}
.faq-sect
  .faq-box
  .elementor-widget-accordion
  .elementor-accordion
  .elementor-accordion-item {
  border: none;
  border-bottom: 1px solid #d5d8dc;
  padding: 20px 0px;
}
.faq-sect
  .faq-box
  .elementor-widget-accordion
  .elementor-accordion
  .elementor-tab-title {
  padding: 0;
}
.faq-sect
  .faq-box
  .elementor-widget-accordion
  .elementor-accordion
  .elementor-tab-title
  .elementor-accordion-title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
}
.faq-sect
  .faq-box
  .elementor-widget-accordion
  .elementor-accordion
  .elementor-tab-title
  .elementor-accordion-icon
  .elementor-accordion-icon-closed
  svg {
  fill: #fff;
}
.faq-sect
  .faq-box
  .elementor-widget-accordion
  .elementor-accordion
  .elementor-tab-title
  .elementor-accordion-icon
  .elementor-accordion-icon-opened
  svg {
  fill: #fff;
}
.faq-sect
  .faq-box
  .elementor-widget-accordion
  .elementor-accordion
  .elementor-tab-content {
  padding: 0;
  color: #fff;
  border: none !important;
  margin-top: 15px;
}
.faq-sect
  .faq-box
  .elementor-widget-accordion
  .elementor-accordion
  .elementor-tab-content
  p {
  margin: 0;
}
.call-sect .cont-box .elementor-widget-wrap {
  border-radius: 25px;
}
.call-sect .cont-box .elementor-widget-wrap .elementor-widget-heading {
  width: 80%;
  margin: 0 auto;
}
.call-sect .cont-box .elementor-heading-title {
  color: #fff;
  font-size: 70px;
  font-weight: 500;
  line-height: normal;
}
.call-sect .cont-box .elementor-widget-wrap .btn-sect .elementor-button {
  background: transparent;
  color: #fff;
  border: 1px solid;
  border-radius: 25px;
  font-size: 20px;
  padding: 15px 50px;
}
.site-footer .footer-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.site-footer .footer-top .elementor-column.elementor-col-33 {
  width: auto;
}
.site-footer .footer-top .footer-widget-1 {
  width: 100%;
}
.site-footer .footer-top .footer-widget-1 .textwidget {
  width: 100%;
}
.site-footer .footer-top .footer-widget-1 .textwidget span {
  color: #ffffffd1;
  font-weight: 400;
  font-size: 20px;
  font-family: "Satoshi", sans-serif;
}
.site-footer .footer-top .footer-widget-1 .textwidget ul {
  padding: 0;
}
.site-footer .footer-top .footer-widget-1 .textwidget ul li {
  list-style: none;
}
.site-footer .footer-top .footer-widget-1 .textwidget ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  color: #cdcdcd;
  font-family: "Satoshi", sans-serif;
}
.site-footer .footer-bottom {
	width: 100%;
	background: #181619;
	padding: 15px 5%;
}
.site-footer .footer-bottom .copyright {
	max-width: 100% !important;
	justify-content: start !important;
}
.site-footer .footer-bottom .copyright p {
  color: #fff;
}
.bann-sect .elementor-widget-heading .elementor-heading-title {
  color: #fff;
  font-size: 70px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: normal;
}
.bann-sect .elementor-widget-text-editor p {
  font-size: 20px !important;
  letter-spacing: 0 !important;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.bann-sect .elementor-widget-button .elementor-button {
  background: transparent;
  padding: 0 !important;
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
  text-transform: capitalize !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  letter-spacing: 0 !important;
  position: relative;
  display: inline-block;
  width: 16rem;
  height: auto;
}
.bann-sect .elementor-widget-button .elementor-button .elementor-button-icon {
  transition: all 0.4s ease-in-out;
  position: relative;
  margin: 0;
  margin-left: 0px;
  margin-left: 0px;
  width: 50px;
  height: 50px;
  border-radius: 1.625rem;
  margin-left: auto;
  display: block;
  background: #ee1c24;
}
.bann-sect .elementor-widget-button .elementor-button .elementor-button-text {
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.7rem 0;
  margin: 0;
  color: #fff;
  line-height: 1.6;
  text-align: left;
  font-size: 16px;
}
.bann-sect
  .elementor-widget-button
  .elementor-button
  .elementor-button-content-wrapper {
  align-items: center;
}
.bann-sect
  .elementor-widget-button
  .elementor-button
  .elementor-button-icon
  .e-font-icon-svg {
  transition: all 0.4s ease-in-out;
  color: #fff;
  font-size: 20px;
  position: absolute;
  right: 14px;
  top: 15px;
  margin: 0;
  width: 1em;
  height: 1em;
}
.bann-sect
  .elementor-widget-button
  .elementor-button
  .elementor-button-icon
  svg {
  width: 20px;
  height: 20px;
  margin-left: 4px;
  margin-top: 5px;
}
.bann-sect
  .elementor-widget-button
  .elementor-button:hover
  .elementor-button-text {
  z-index: 1;
  padding: 0.7rem 1.1rem;
}
.bann-sect
  .elementor-widget-button
  .elementor-button:hover
  .elementor-button-icon {
  width: 100%;
  color: rgb(255, 255, 255);
  justify-content: right;
  padding-right: 25px;
}
.who-we .elementor-widget-heading .elementor-heading-title {
  font-weight: 800;
  font-size: 50px;
  color: #333;
}
.who-we .elementor-widget-text-editor p {
  color: #333;
  font-size: 20px;
  font-weight: 500;
}
.who-we .elementor-widget-image img {
  width: auto;
}
.our-jour .heading-sect .main-heading h2 {
  color: #fff;
}
.our-jour .heading-sect .sub-heading h2 {
  color: #fff;
}
.our-featru .featur-box .elementor-widget-heading .elementor-heading-title {
  color: #182848;
  font-size: 25px;
  line-height: normal;
  font-weight: 600;
}
.our-featru .featur-box .elementor-widget-text-editor p {
  font-size: 20px;
  color: #333;
  margin: 0;
}
.our-featru .featur-box {
  padding: 70px 10px;
  border-right: 1px solid #6666662e;
}
.our-featru .featur-box:hover {
  background: #192849;
  background: url(https://emaven.co.in/brewforce/wp-content/uploads/2025/06/Frame-2147223702.jpg);
}
.our-featru .featur-box:hover .elementor-heading-title {
  color: #fff;
}
.our-featru .featur-box:hover .elementor-widget-text-editor p {
  color: #fff;
}
.our-featru .featur-box:last-child {
  border: none;
}
.our-team
  .team-sect
  .team-box
  .elementor-image-box-wrapper
  .elementor-image-box-content
  .elementor-image-box-title {
  color: #192849;
  font-weight: 700;
  font-size: 25px;
}
.our-team
  .team-sect
  .team-box
  .elementor-image-box-wrapper
  .elementor-image-box-content
  .elementor-image-box-description {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
.our-value .value-sect .faq-box .elementor-accordion .elementor-accordion-item {
  border: none;
  background: #fff;
  margin: 0px 0px 10px;
  border-radius: 10px;
}
.our-value
  .value-sect
  .faq-box
  .elementor-accordion
  .elementor-accordion-item
  .elementor-tab-title
  .elementor-accordion-title {
  color: #192849;
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
}
.our-value
  .value-sect
  .faq-box
  .elementor-widget-accordion
  .elementor-accordion
  .elementor-tab-title
  .elementor-accordion-icon
  .elementor-accordion-icon-closed
  svg {
  fill: #ed1d24;
}
.our-value
  .value-sect
  .faq-box
  .elementor-widget-accordion
  .elementor-accordion
  .elementor-tab-title
  .elementor-accordion-icon
  .elementor-accordion-icon-opened
  svg {
  fill: #ed1d24;
}
.our-value
  .value-sect
  .faq-box
  .elementor-accordion
  .elementor-accordion-item
  .elementor-tab-content {
  color: #182a4d;
  font-size: 20px;
  font-weight: 500;
}
.faq-sect
  .faq-box
  .elementor-widget-accordion
  .elementor-accordion
  .elementor-tab-title
  .elementor-accordion-icon
  .elementor-accordion-icon-opened
  svg {
  fill: rgb(255, 255, 255);
}
.indus-serve {
  padding: 50px 5% !important;
}
.who-we {
  padding: 80px 5% !important;
}
.our-featru {
  padding: 0px 5% !important;
}
.bann-sect .bann-cont {
  padding: 150px 5% !important;
}
.count-sect {
  padding: 0px 5% !important;
}
.our-team {
  padding: 50px 5% !important;
}
.our-team
  .team-sect
  .team-box
  .elementor-image-box-wrapper
  .elementor-image-box-img
  img {
  width: 100%;
}
.our-jour
  .timeline-sect
  .elementor-widget-timeline-widget-addon
  .twae-horizontal-timeline
  .twae-story-no-icon
  .twae-icon {
  background: transparent;
  border-color: #ed1d24;
}
.our-jour
  .timeline-sect
  .elementor-widget-timeline-widget-addon
  .twae-horizontal-timeline
  .twae-story-no-icon
  .twae-labels
  .twae-label-big {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
}
.our-jour
  .timeline-sect
  .elementor-widget-timeline-widget-addon
  .twae-horizontal-timeline
  .twae-story-no-icon
  .twae-labels
  .twae-label-small {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
}
.our-jour
  .timeline-sect
  .elementor-widget-timeline-widget-addon
  .twae-horizontal-timeline
  .twae-story-no-icon
  .twae-icon
  svg {
  fill: #ed1d24;
}
.our-jour
  .timeline-sect
  .elementor-widget-timeline-widget-addon
  .twae-horizontal-timeline
  .twae-content
  .twae-title {
  color: #1a294a;
  font-family: "Manrope", sans-serif;
  font-size: 25px;
}
.our-jour
  .timeline-sect
  .elementor-widget-timeline-widget-addon
  .twae-horizontal-timeline
  .twae-content
  .twae-title {
  color: #1a294a;
  font-family: "Manrope", sans-serif;
  font-size: 25px;
  justify-content: start;
}
.our-jour
  .timeline-sect
  .elementor-widget-timeline-widget-addon
  .twae-horizontal-timeline
  .twae-content {
  padding: 20px;
}
.our-jour
  .timeline-sect
  .elementor-widget-timeline-widget-addon
  .twae-horizontal-timeline
  .twae-content
  .twae-description
  p {
  color: #333;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  text-align: left;
  margin: 0 !important;
}
.our-jour
  .timeline-sect
  .elementor-widget-timeline-widget-addon
  .twae-horizontal-timeline
  .twae-content
  .twae-description {
  color: #333;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  text-align: left;
  margin: 0 !important;
}
.service-offer .heading-sect .main-heading h2 {
  color: #fff;
}
.service-offer .heading-sect .sub-heading h2 {
  color: #fff;
}
.service-offer.our-project .pro-sect .project-box .elementor-widget-button {
  /* left: 10px; */
}
.our-project.service-offer
  .pro-sect
  .project-box
  .elementor-widget-button
  .elementor-button {
  width: auto;
  padding: 10px 30px;
  border-radius: 10px;
}
.turn-process .turn-process-sect .turn-process-box {
  background: #fff;
  margin: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 5px #0000004d;
  padding: 20px;
}
.turn-process
  .turn-process-sect
  .turn-process-box
  .elementor-image-box-wrapper {
  text-align: left;
}
.turn-process
  .turn-process-sect
  .turn-process-box
  .elementor-image-box-wrapper
  .elementor-image-box-img {
  margin: 0;
}
.turn-process
  .turn-process-sect
  .turn-process-box
  .elementor-image-box-wrapper
  .elementor-image-box-content
  .elementor-image-box-title {
  color: #182a4d;
}
.turn-process
  .turn-process-sect
  .turn-process-box
  .elementor-image-box-wrapper
  .elementor-image-box-content
  .elementor-image-box-description {
  color: #666;
  font-size: 18px;
  line-height: normal;
}
.turn-process .turn-process-sect .turn-process-box:hover {
  background: #182a4d;
}
.turn-process
  .turn-process-sect
  .turn-process-box:hover
  .elementor-image-box-wrapper
  .elementor-image-box-content
  .elementor-image-box-title {
  color: #fff !important;
}
.turn-process
  .turn-process-sect
  .turn-process-box:hover
  .elementor-image-box-wrapper
  .elementor-image-box-content
  .elementor-image-box-description {
  color: #fff !important;
}
.why-choose
  .choose-box
  .elementor-widget-image-box
  .elementor-image-box-wrapper
  .elementor-image-box-content
  .elementor-image-box-title {
  color: #333;
  font-size: 30px;
}
.why-choose
  .choose-box
  .elementor-widget-image-box
  .elementor-image-box-wrapper {
  border-bottom: 1px solid #666;
}
.why-choose
  .choose-box
  .elementor-widget-image-box:last-child
  .elementor-image-box-wrapper {
  border: none;
}
.turn-process
  .turn-process-sect
  .turn-process-box:hover
  .elementor-image-box-wrapper
  img {
  filter: contrast(0) brightness(2);
}
.cont-sect .cont-detail .elementor-heading-title {
  color: #333;
  font-size: 30px;
  text-transform: uppercase;
}
.cont-sect .cont-detail .main-headi .elementor-heading-title {
  font-size: 20px;
  text-transform: capitalize;
}
.cont-sect .cont-detail .sub-headi .elementor-heading-title {
  font-size: 20px;
  text-transform: capitalize;
}
.cont-sect
  .cont-detail
  .elementor-icon-list-items
  .elementor-icon-list-item
  .elementor-icon-list-icon
  svg {
  fill: #333;
  width: 20px;
  height: 20px;
}
.cont-sect
  .cont-detail
  .elementor-icon-list-items
  .elementor-icon-list-item
  .elementor-icon-list-text {
  font-size: 18px;
}
.cont-sect .cont-detail .elementor-icon-list-items .elementor-icon-list-item {
  padding: 0px 0px 10px;
}
.cont-sect .cont-form .elementor-heading-title {
  color: #333;
  font-size: 30px;
  text-transform: uppercase;
}
.cont-sect .cont-form .wpcf7-form.init .wpcf7-submit {
  background: transparent;
  color: #ed1d24;
  border: 1px solid;
  border-radius: 25px;
  font-size: 20px;
  padding: 10px 50px;
  line-height: normal;
}
.types-sect .type-box {
  background: #fff;
  margin: 0 15px;
  border-radius: 15px;
}
.types-sect .type-box .elementor-widget-image {
  margin: 0 0 10px;
}
.types-sect .type-box .elementor-widget-image img {
  width: 100%;
  border-radius: 15px 15px 0px 0px;
}
.types-sect .type-box .elementor-widget-heading {
  padding: 0px 20px;
  margin: 0px 0px 10px;
}
.types-sect .type-box .elementor-widget-heading .elementor-heading-title {
  color: #182848;
  font-size: 25px;
  line-height: normal;
  font-weight: 800;
}
.types-sect .type-box .elementor-widget-text-editor {
  padding: 0px 20px 30px;
}
.types-sect .type-box .elementor-widget-text-editor ul {
  padding: 0 0px 0px 10px;
}
.types-sect .type-box .elementor-widget-text-editor ul li {
  color: #666;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 5px;
}
.manufacturing-sect
  .manufacturing-box
  .elementor-widget-tabs
  .elementor-tabs
  .elementor-tabs-wrapper
  .elementor-tab-title.elementor-active {
  background: #fff;
  padding: 20px 50px;
}
.manufacturing-sect
  .manufacturing-box
  .elementor-widget-tabs
  .elementor-tabs
  .elementor-tabs-wrapper
  .elementor-tab-title.elementor-active
  h4 {
  color: #182a4d;
  font-size: 25px;
  font-weight: 700;
}
.manufacturing-sect
  .manufacturing-box
  .elementor-widget-tabs
  .elementor-tabs
  .elementor-tabs-wrapper
  .elementor-tab-title {
  padding: 20px 50px;
  text-align: center;
  border: 1px solid #fff;
}
.manufacturing-sect
  .manufacturing-box
  .elementor-widget-tabs
  .elementor-tabs
  .elementor-tabs-wrapper
  .elementor-tab-title
  h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}
.manufacturing-sect
  .manufacturing-box
  .elementor-widget-tabs
  .elementor-tabs
  .elementor-tabs-content-wrapper
  .elementor-tab-content {
  border: none;
  margin: 50px 0px 0px;
}
.manufacturing-sect
  .manufacturing-box
  .elementor-widget-tabs
  .elementor-tabs
  .elementor-tabs-wrapper
  .elementor-tab-title.elementor-active
  img {
  filter: none !important;
}
.manufacturing-sect
  .manufacturing-box
  .elementor-widget-tabs
  .elementor-tabs
  .elementor-tabs-wrapper
  .elementor-tab-title
  img {
  filter: contrast(0) brightness(2);
}
.manufacturing-sect
  .manufacturing-box
  .elementor-widget-tabs
  .elementor-tabs
  .elementor-tabs-wrapper
  .elementor-tab-title.elementor-active::after {
  content: none;
}
.manufacturing-sect
  .manufacturing-box
  .elementor-widget-tabs
  .elementor-tabs
  .elementor-tabs-wrapper {
  overflow: hidden;
  text-align: center;
  justify-content: center;
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin: 0 auto;
}
.manufacturing-sect
  .manufacturing-box
  .elementor-widget-tabs
  .elementor-tabs
  .elementor-tabs-wrapper
  .elementor-tab-title.elementor-active::before {
  border: none;
}
.manufacturing-sect
  .manufacturing-box
  .elementor-widget-tabs
  .elementor-tabs
  .tabs-section {
  display: block;
  padding-right: 3%;
}
.manufacturing-sect
  .manufacturing-box
  .elementor-widget-tabs
  .elementor-tabs
  .tabs-section
  h3 {
  font-weight: 800;
  font-size: 50px;
  color: #fff;
}
.manufacturing-sect
  .manufacturing-box
  .elementor-widget-tabs
  .elementor-tabs
  .tabs-section
  p {
  color: #fff;
  font-size: 25px;
  line-height: normal;
}
.manufacturing-sect
  .manufacturing-box
  .elementor-widget-tabs
  .elementor-tabs
  .tabs-section
  ul {
  padding: 0 0 0 10px;
}
.manufacturing-sect
  .manufacturing-box
  .elementor-widget-tabs
  .elementor-tabs
  .tabs-section
  ul
  li {
  color: #fff;
  margin: 0 0 10px;
  font-size: 18px;
}
.manufacturing-sect
  .manufacturing-box
  .elementor-widget-tabs
  .elementor-tabs
  .elementor-container {
  align-items: center;
}
.indus-serve
  .indus-sect
  .indus-box
  .elementor-widget-image-box
  .elementor-image-box-wrapper
  .elementor-image-box-content
  .elementor-image-box-description {
  color: #fff;
}
.policy-head {
  padding: 20px 5% !important;
}
.policy-head .elementor-widget-heading .elementor-heading-title {
  color: #000;
}
.vision-sect .client-box .elementor-widget-heading .elementor-heading-title {
  font-weight: 800;
  font-size: 50px;
  color: #fff;
}
.vision-sect .client-box .elementor-widget-text-editor {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.page-id-11 .site-header {
  width: 100%;
  z-index: 99;
  padding: 0px 0px;
}

.site-navigation ul.menu li.menu-item-has-children::after {
  color: #fff5f5;
}

.site-header .site-navigation ul.menu li ul li a {
  color: #000;
}
.site-header .site-navigation ul.menu li a {
  color: #fff;
}

.site-header {
	width: 100%;
	z-index: 99;
	padding: 0px 0px !important;
}

.site-header .header-inner {
  max-width: 100%;
  padding: 0px 5%;
}
.home-bann .main-title .elementor-heading-title {
  color: #fff;
  font-size: 40px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: normal;
}
.home-bann .sub-title .elementor-heading-title {
  color: #fff;
  font-size: 25px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: normal;
}
.home-bann .elementor-widget-button .elementor-button {
  background: transparent;
  padding: 0 !important;
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
  text-transform: capitalize !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  letter-spacing: 0 !important;
  position: relative;
  display: inline-block;
  width: 10rem;
  height: auto;
}
.home-bann .elementor-widget-button .elementor-button .elementor-button-icon {
  transition: all 0.4s ease-in-out;
  position: relative;
  margin: 0;
  margin-left: 0px;
  width: 50px;
  height: 50px;
  border-radius: 1.625rem;
  margin-left: auto;
  display: block;
  background: #ee1c24;
}
.home-bann
  .elementor-widget-button
  .elementor-button
  .elementor-button-content-wrapper {
  align-items: center;
}
.home-bann
  .elementor-widget-button
  .elementor-button
  .elementor-button-icon
  .e-font-icon-svg {
  transition: all 0.4s ease-in-out;
  color: #fff;
  font-size: 20px;
  position: absolute;
  right: 14px;
  top: 15px;
}
.home-bann .elementor-widget-button .elementor-button .elementor-button-text {
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.7rem 0;
  margin: 0;
  color: #fff;
  line-height: 1.6;
  text-align: left;
  font-size: 16px;
}
.home-bann
  .elementor-widget-button
  .elementor-button:hover
  .elementor-button-icon {
  width: 100%;
  color: #fff;
  justify-content: right;
  padding-right: 25px;
}
.home-bann
  .elementor-widget-button
  .elementor-button:hover
  .elementor-button-text {
  z-index: 1;
  padding: 0.7rem 1.1rem;
}
.site-navigation-toggle-holder .site-navigation-toggle {
  background-color: transparent !important;
}
.indus-serve .indus-sect .indus-box:first-child {
  background: url(https://emaven.co.in/brewforce/wp-content/uploads/2025/06/Frame-2147223671.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  height: 300px;
  margin: 10px;
}
.indus-serve .indus-sect .indus-box .elementor-widget-image img {
  display: block;
}
.indus-serve .indus-sect .indus-box:hover {
  background: #182a4d !important;
}
.indus-serve .indus-sect .indus-box .serve-box {
  bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}
.indus-serve
  .indus-sect
  .indus-box
  .serve-box
  .serve-cont
  .elementor-widget-heading {
  margin: 0 0 10px;
}
.indus-serve
  .indus-sect
  .indus-box
  .serve-box
  .serve-cont
  .elementor-widget-heading
  .elementor-heading-title {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  margin: 0;
}
.indus-serve
  .indus-sect
  .indus-box
  .serve-box
  .serve-cont
  .elementor-widget-text-editor
  p {
  color: #fff;
  font-size: 18px;
}
.indus-serve
  .indus-sect
  .indus-box
  .serve-box
  .serve-btn
  .elementor-widget-button
  .elementor-button {
  background: transparent;
  font-size: 30px;
  width: auto;
  padding: 0;
}
.indus-serve .indus-sect .indus-box:nth-child(2) {
  background: url(https://emaven.co.in/brewforce/wp-content/uploads/2025/06/Malt-Spirit-Plant.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  height: 300px;
  margin: 10px;
}
.indus-serve .indus-sect.indus-sect-second .indus-box:first-child {
  background: url(https://emaven.co.in/brewforce/wp-content/uploads/2025/06/PUB-Micro-Brewery.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  height: 300px;
  margin: 10px;
}
.indus-serve .indus-sect.indus-sect-second .indus-box:nth-child(2) {
  background: url(https://emaven.co.in/brewforce/wp-content/uploads/2025/06/Liquor-Bottling-RTD-Plant.png);

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  height: 300px;
  margin: 10px;
}
.indus-serve .indus-sect.indus-sect-third .indus-box:first-child {
  background: url(https://emaven.co.in/brewforce/wp-content/uploads/2025/06/Craft-Micro-Industrial-Breweries.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  height: 300px;
  margin: 10px;
}
.indus-serve .indus-sect.indus-sect-third .indus-box:nth-child(2) {
  background: url(https://emaven.co.in/brewforce/wp-content/uploads/2025/06/Malt-Spirit-Plant.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  height: 300px;
  margin: 10px;
}
.indus-serve .btn-sect .elementor-button {
  background: transparent;
  color: #ed1d24;
  border: 1px solid;
  border-radius: 25px;
  font-size: 20px;
  padding: 15px 50px;
  position: relative;
}
.indus-serve .btn-sect .elementor-button::after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ed1d24;
  border-radius: 25px;
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.indus-serve .btn-sect .elementor-button:hover::after {
  width: 100%;
}
.indus-serve .btn-sect .elementor-button:hover {
  color: #fff;
}
.strong-view.wpmtst-default div {
  height: auto !important;
  border-radius: 10px;
}
.strong-view.wpmtst-default .wpmtst-testimonial {
  height: 230px !important;
}
.call-sect .cont-box .elementor-widget-wrap .btn-sect .elementor-button::after {
  width: 0%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  border-radius: 25px;
  content: "";
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}
.call-sect
  .cont-box
  .elementor-widget-wrap
  .btn-sect
  .elementor-button:hover::after {
  width: 100%;
  z-index: 99;
}
.call-sect
  .cont-box
  .elementor-widget-wrap
  .btn-sect
  .elementor-button:hover
  .elementor-button-content-wrapper {
  z-index: 9999999;
  position: relative;
  color: #182a4d;
}
.indus-serve .indus-sect .indus-box .serve-box .serve-cont {
  padding-left: 3%;
}
.site-footer .footer-inner .copyright p a {
  color: #fff;
}
.miss-viss .vision-sect .text-box {
  padding-left: 5%;
}
.miss-viss .vision-sect .elementor-widget-image img {
  width: 100%;
}
.miss-viss .misson-sect .text-box-second {
  padding-right: 3%;
  padding-left: 3%;
}
.miss-viss .misson-sect .text-box-second .elementor-element-populated {
  padding: 10px !important;
}
.miss-viss .misson-sect .client-box .elementor-element-populated {
  padding: 0;
}
.global-reach {
  padding: 70px 5% !important;
}
.indus-serve .indus-sect .indus-box::before {
  background: #0b01012e;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.site-navigation ul.menu li .sub-menu::before {
  width: 0px;
  content: "";
  position: absolute;
  border-color: rgba(194, 225, 245, 0);
  border: solid transparent;
  border-bottom-color: white;
  border-width: 20px;
  margin-left: -30px;
  top: -35px;
  /* right: 0; */
  z-index: 1;
}
.site-navigation ul.menu li ul {
  /* top: 60px !important; */
}
.miss-viss .vision-sect .text-box .elementor-element-populated {
  padding: 10px !important;
}
.miss-viss .vision-sect .client-box .elementor-element-populated {
  padding: 0;
}
.miss-viss .vision-sect .text-box {
  padding-right: 3%;
  padding-left: 3%;
}
.miss-viss .misson-sect .client-box .elementor-element-populated {
  padding: 0;
}
.every-scale {
  padding: 100px 5% !important;
}
.our-project .pro-sect .services-headi .sub-heading h2 {
  width: 100%;
  padding-right: 5%;
}
.our-project .pro-sect .project-box .elementor-widget-image {
  margin: 0;
}
.our-project .pro-sect .project-box .elementor-widget-image img {
  width: 100%;
}
.our-project .pro-sect .project-box .block-body {
  --c-block-gap-vertical: 35px;
  --c-block-gap-horizontal: 45px;
  --cHeight: -90px;
}
.our-project .pro-sect .project-box .block-body {
  padding: var(--c-block-gap-vertical, 15px) var(--c-block-gap-horizontal, 15px);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 99;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.our-project .pro-sect .project-box .block-body .block-content {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  z-index: -1;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.our-project .pro-sect .project-box:hover .block-content {
  opacity: 1;
}
.our-project .pro-sect .project-box .block-body .block-header {
  position: absolute;
  bottom: 35px;
  left: 10px;
  right: 45px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 0;
}
.our-project .pro-sect .project-box:hover .block-header {
  -webkit-transform: translateY(calc(var(--cHeight) - 15px));
  transform: translateY(calc(var(--cHeight) - 15px));
}
.our-project .pro-sect .project-box .block-body .elementor-widget-text-editor {
  margin: 0;
}
.our-project
  .pro-sect
  .project-box
  .block-body
  .block-header
  .elementor-widget-heading
  .elementor-heading-title {
  color: #fff;
  font-size: 25px;
  margin: 0;
}
.our-project
  .pro-sect
  .project-box
  .block-body
  .elementor-widget-text-editor
  p {
  color: #fff;
}
.distilleries-bann .elementor-widget-button .elementor-button {
  width: 11rem;
}
.our-project
  .pro-sect
  .project-box
  .block-body
  .block-content
  .elementor-widget-button {
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  padding: 0;
}
.our-project .pro-sect .project-box .elementor-widget-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00000063;
  z-index: 9;
}
.brewery-bann .elementor-widget-button .elementor-button {
  width: 15rem;
}
.bottling-bann .elementor-widget-button .elementor-button {
  width: 15rem;
}
.bottling-plant {
  padding: 100px 5% !important;
}
.heading-sect .elementor-widget-text-editor ul li {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
}
.heading-sect .elementor-widget-text-editor p {
	color: #333;
	font-size: 18px;
	font-weight: 400;
	font-family: "Satoshi", sans-serif;
}
.types-sect .type-box .elementor-widget-text-editor p {
  color: #666;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 5px;
}
.site-navigation ul.menu li .sub-menu li .sub-menu::before {
  content: none;
}
.pum-container .popup-banner .popup-content {
  width: 100%;
  text-align: center;
  /* background-image: linear-gradient(#48CAE4, #182047); */
  padding: 5px;
  background: #ed1d24;
  font-family: "Montserrat", sans-serif !important;
}
.pum-container .popup-banner .popup-content .homepopup2 {
  color: #ffffffe3;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.65px;
}
.pum-container .popup-banner .popup-form {
  padding: 20px;
}
.popup-banner .wpcf7-form .wpcf7-form-control-wrap input {
  height: 45px;
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
.popup-banner .wpcf7-form .wpcf7-form-control-wrap textarea {
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
  height: 100px;
}
.popup-banner .wpcf7-form .wpcf7-submit {
  background: #ed1c24;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600 !important;
  padding: 10px 30px;
  border: none;
  text-transform: capitalize;
  color: #fff;
  width: 100%;
  font-family: "Montserrat", sans-serif !important;
}
.bdpp-post-grid .bdpp-post-grid-content {
  text-align: left !important;
  align-items: flex-start;
  background-color: #f5f5f7;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: background-color 0.2s, box-shadow 0.2s;
  will-change: transform;
  border: 1px solid #f5f5f7;
  margin: 20px 0px;
}
.bdpp-post-grid .bdpp-post-grid-content .bdpp-post-img-bg {
  position: relative;
  width: 100%;
  height: 200px;
}
.bdpp-wrap img,
.bdpp-wrap .bdpp-img {
  height: 100% !important;
  width: 100%;
}
.bdpp-post-grid .bdpp-post-grid-content .bdpp-post-title {
  margin: 0 !important;
  padding: 20px 24px 0px;
}
.bdpp-post-grid .bdpp-post-grid-content .bdpp-post-title a {
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  color: #222;
}
.bdpp-post-grid .bdpp-post-grid-content .bdpp-post-meta {
  margin: 0 !important;
  padding: 10px 24px 0px;
}
.bdpp-post-meta .bdpp-post-meta-data {
  margin: 0 5px 5px 2px;
}
.bdpp-post-grid .bdpp-post-grid-content .bdpp-post-content {
  padding: 10px 24px 20px;
}
.call-sect .cont-box .elementor-widget-text-editor p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin: 30px 0px;
}
.offer-solu
  .manufacturing-box
  .elementor-widget-tabs
  .elementor-tabs
  .elementor-container {
  align-items: start;
}
.offer-solu
  .manufacturing-box
  .elementor-widget-tabs
  .elementor-tabs
  .tabs-section
  h3 {
  margin: 0;
  line-height: normal;
}
.offer-solu
  .manufacturing-box
  .elementor-widget-tabs
  .elementor-tabs
  .tabs-section
  h5 {
  color: #ee1c24;
  font-size: 30px;
}
.offer-solu
  .manufacturing-box
  .elementor-widget-tabs
  .elementor-tabs
  .elementor-tabs-wrapper {
  /*width: 100%;*/
}
.offer-solu
  .manufacturing-box
  .elementor-widget-tabs
  .elementor-tabs
  .elementor-tabs-wrapper
  .elementor-tab-title {
  padding: 20px 30px !important;
  margin: 0px 10px;
}
.offer-solu
  .manufacturing-box
  .elementor-widget-tabs
  .elementor-tabs
  .elementor-tabs-wrapper
  .elementor-tab-title
  h4 {
  margin: 0 !important;
}
.manufacturing-sect
  .manufacturing-box
  .elementor-widget-tabs
  .elementor-tabs
  .tabs-section
  h5 {
  color: #ee1c24;
  font-size: 30px;
}
.bott-plant
  .manufacturing-box
  .elementor-widget-tabs
  .elementor-tabs
  .tabs-section
  p {
  font-size: 20px;
}
.bott-plant
  .manufacturing-box
  .elementor-widget-tabs
  .elementor-tabs
  .elementor-tabs-wrapper {
  /* width: 30%; */
  justify-content: center;
  gap: 20px;
}
.brew-diff .turn-process-sect .turn-process-box {
  margin: 10px;
  padding: 20px 10px;
}
.brew-diff .turn-process-sect .turn-process-box .elementor-image-box-title {
  font-size: 20px;
  line-height: normal;
}
.brew-type .elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper {
  width: 70% !important;
  justify-content: center !important;
}
.site-header.site-header.fixed {
	position: fixed !important;
	left: 0;
	background-color: #215048;
	width: 100%;
	z-index: 999999;
	top: 0px;
	animation: scrolltop 0.6s linear;
	box-shadow: 0px 0px 5px 0px #4761872e !important;
}
.site-header.site-header.fixed {
	position: fixed !important;
	left: 0;
	background-color: #215048;
	width: 100%;
	z-index: 999999;
	top: 0px;
	animation: scrolltop 0.6s linear;
	box-shadow: 0px 0px 5px 0px #4761872e !important;
}
.site-navigation ul.menu li ul {
  top: 50px !important;
  left: -80px !important;
}
.pum-container .popup-banner .popup-content {
  padding: 15px !important;
  background: #182a4d !important;
}
.pum-container .popup-banner .popup-form {
  padding: 20px !important;
}
.pum-theme-32411 .pum-container,
.pum-theme-lightbox .pum-container {
  background: #fff !important;
  padding: 0 !important;
  border: none !important;
}
.site-header {
  background: #215048;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Casanova-Regular" !important;
}
.custom-cloth .main-heading .elementor-heading-title {
	color: #fff;
	font-size: 40px;
	font-weight: 500;
}
.custom-cloth .elementor-widget-text-editor p {
  color: #fff;
  font-family: "Satoshi", sans-serif;
}
.white-sect .main-heading {
  margin: 0 0 10px !important;
}
.white-sect .elementor-widget-text-editor {
  margin: 0 !important;
}
.white-sect .elementor-widget-text-editor p {
  margin: 0 0 10px !important;
  font-family: "Satoshi", sans-serif;
  color: #000;
}
/* ====== CATEGORY GRID FIX ====== */
.quote-form .category-wrap .category-item {
  width: 100%;
}
.category-item {
  flex: 1 1 calc(33.333% - 15px); /* 3 per row */
  max-width: calc(33.333% - 15px);
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  transition: 0.3s ease;
  background: #f9f9f9;
}

.category-item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  transition: 0.3s ease;
}

.category-item span {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  left: 0;
  font-size: 16px;
}
.category-item input {
  display: none;
}

.category-item input:checked + img {
  filter: brightness(0.7);
  transform: scale(1.03);
  border: 2px solid #004d40;
}

@media (max-width: 768px) {
  .category-item {
    flex: 1 1 calc(50% - 10px); /* 2 per row on mobile */
    max-width: calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  .category-item {
    flex: 1 1 100%; /* 1 per row on small screens */
    max-width: 100%;
  }
}
.quote-form p label {
	font-family: "Satoshi", sans-serif;
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 400;
}
.quote-form .wpcf7-form-control-wrap select {
	background: transparent;
	height: 45px;
	border: 1px solid #225249;
	font-family: "Satoshi", sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.wpcf7 br {
  display: none;
}
/* Outer container */
.quantity-slider {
  /* background: #f7f9f7; */
  /* padding: 40px 30px; */
  /* border-radius: 14px; */
  /* border: 1px solid #e6e8e6; */
  /* text-align: center; */
  /* max-width: 550px; */
  /* margin: 0 auto; */
}

/* Slider track */
.quantity-slider input[type="range"] {
  width: 100%;
  appearance: none;
  height: 8px;
  background: #e3e7e4;
  border-radius: 10px;
  outline: none;
  margin-bottom: 5px;
}

/* Slider thumb */
.quantity-slider input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 22px;
  height: 22px;
  background: #204e38;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 5px rgba(32, 78, 56, 0.1);
  transition: all 0.2s ease;
}
.quantity-slider input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}
.quantity-slider input[type="range"]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  background: #204e38;
  border-radius: 50%;
  cursor: pointer;
}

/* Labels under slider */
.slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #333;
  font-weight: 500;
  margin: 10px 0 25px;
}

/* Quantity box */
.qty-box {
	background: #fff;
	border: 1px solid #ddd;
	display: inline-block;
	border-radius: 4px;
	margin-bottom: 10px;
	/* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); */
	line-height: normal;
	padding: .5rem 1rem !important;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: normal;
	font-family: "Satoshi", sans-serif;
}
.note {
	font-size: 11px;
	color: #333;
	margin: 10px 0px !important;
	text-align: center;
	font-weight: 500;
	font-family: "Satoshi", sans-serif;
}

.note strong {
  color: #000;
  font-weight: 600;
}
.quantity-slider .qty-box {
  margin: 0 auto;
  width: 60%;
  display: block;
  padding: 10px 30px;
  text-align: center;
}
.submit-wrap .wpcf7-form-control {
	background: #215048;
	color: #fff;
	border: none;
	padding: 15px 50px;
	width: 100%;
	margin: 0 auto 10px;
	display: block;
	font-family: "Satoshi", sans-serif;
	font-weight: 400;
	border-radius: 4px;
}
.submit-wrap .wpcf7-form-control strong {
	font-weight: 700;
}
.quantity-slider .qty-box p {
  margin: 0;
}
.our-story .sub-heading .elementor-heading-title {
	font-family: "Satoshi", sans-serif !important;
	border: 1px solid#C7D6D6;
	border-radius: 50px;
	width: auto;
	display: inline-block;
	padding: 0px 10px;
	font-weight: 500;
	color: #215048;
	font-size: 14px;
	text-transform: capitalize;
}
.our-story
  .elementor-widget-icon-list
  .elementor-icon-list-items
  .elementor-icon-list-item
  .elementor-icon-list-text {
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  color: #333;
}
.our-story
  .elementor-widget-icon-list
  .elementor-icon-list-items
  .elementor-icon-list-item
  .elementor-icon-list-icon
  svg {
  fill: #215048;
  height: 20px;
  width: 20px;
}
.our-service .sub-heading .elementor-heading-title {
  color: #fff !important;
}
.our-service .heading-sect .main-heading h2 {
  color: #fff;
}
.our-service .service-box {
  background: #fff;
  border-radius: 10px;
  padding: 0px 15px 15px;
  margin: 0 10px 0px;
}
.our-service .service-box .launch-top {
	position: absolute;
	top: -12px;
	background: #7AC4CF;
	width: auto;
	padding: 5px 10px;
	border-radius: 15px;
	left: 0px;
	z-index: 999;
	overflow: hidden;
	/* display: inline-block; */
	font-weight: 500;
}
.our-service .service-box .launch-top .elementor-heading-title {
  font-weight: 500 !important;
  font-size: 14px !important;
}
.our-service .service-box .icon-section {
  background: #e8f2e7;
  text-align: center;
  padding: 10px 20px 30px !important;
  margin: 0 0 30px 0;
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
}
.our-service
  .service-box
  .icon-section
  .elementor-widget-heading
  .elementor-heading-title {
  color: #333;
  font-size: 15px;
  font-family: "Satoshi", sans-serif !important;
  font-weight: 400;
}
.our-service .service-box .icon-section .elementor-widget-image {
  margin: 15px 0px 15px;
}
.our-service .service-box .elementor-widget-heading .elementor-heading-title {
	color: #02394E;
	font-size: 20px;
	font-family: "Satoshi", sans-serif !important;
	font-weight: 700;
	line-height: 24px;
}
.our-service .service-box .elementor-widget-heading {
  margin: 0 0 10px;
}
.our-service .service-box .light-text p {
  color: gray !important;
  font-size: 14px !important;
  margin: 0;
}
.our-service .service-box .elementor-widget-text-editor p {
	color: #333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: initial;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-family: "Satoshi", sans-serif;
}
.our-service .service-box .light-text {
  margin: 0 0 10px;
}
.our-service .service-box .elementor-widget-text-editor {
	text-align: left !important;
	margin: 0 0 10px;
}
.our-service .service-box .elementor-widget-button {
  margin: 30px 0px 20px;
}
.our-service .service-box .elementor-widget-button .elementor-button {
	width: 100%;
	text-align: left;
	background: #effbff;
	color: #215249;
	border: 1px solid #B8DDD7;
	border-radius: 5px;
	font-family: "Satoshi", sans-serif !important;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 15px;
}
.our-service
  .service-box
  .elementor-widget-button
  .elementor-button
  .elementor-button-icon
  svg {
  fill: #215249;
}
.our-service
  .service-box
  .elementor-widget-button
  .elementor-button
  .elementor-button-content-wrapper {
  justify-content: space-between;
}
.our-service .most-comprehensive .launch-top {
	/* background: #ffdb4d; */
}
.our-service .most-comprehensive .icon-section {
  background: #f3f6e4;
}
.our-service .service-box .view-all {
	background: #EFF6F9;
	padding: 15px 10px;
	border: 1px solid #C7D6D6;
	border-radius: 10px;
	margin: 0px 0px 0px;
}
.our-service .service-box .view-all .elementor-heading-title {
	color: #215249;
	cursor: pointer;
	font-size: 16px;
}
.odm-service .service-box .icon-section {
  background: #eff2f9;
}
.tabs-section .elementor-tabs-content-wrapper {
  border: none !important;
}
.tabs-section .elementor-tabs-content-wrapper .elementor-tab-title.elementor-tab-mobile-title {
	margin: 10px 0px;
	border: 1px solid #215249;
	color: #215249;
}
.tabs-section .elementor-tabs-content-wrapper .elementor-tab-mobile-title.elementor-active {
	background: #215249;
	color: #fff !important;
	text-align: left;
	margin: 0;
}
.tabs-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
	background: #fff;
	border: 1px solid #21524942 !important;
	border-radius: 0px 0px 10px 10px;
}
.tabs-section
  .elementor-tabs
  .elementor-tabs-content-wrapper
  .elementor-tab-content
  h4 {
  color: #215249;
  font-weight: 600;
}
.tabs-section
  .elementor-tabs
  .elementor-tabs-content-wrapper
  .elementor-tab-content
  p {
  font-family: "Satoshi", sans-serif !important;
  color: #333;
  font-weight: 400;
  font-size: 16px;
}
.our-service .work-box {
  padding: 14px;
}
.our-service .work-box .elementor-widget-image img {
	width: 100%;
	border-radius: 8px;
}
.our-service .work-box .step-sect .elementor-col-50 {
  width: 50%;
}
.our-service
  .work-box
  .step-sect
  .elementor-widget-heading
  .elementor-heading-title {
  color: #215249;
}
.our-service .service-box .light-text p a {
  color: #425ffe;
}
.our-service .work-box .elementor-widget-button .elementor-button {
  background: #215249;
  color: #fff;
  font-weight: 500;
}
.our-service
  .work-box
  .elementor-widget-button
  .elementor-button
  .elementor-button-icon
  svg {
  fill: #fff;
}
.category-our .cate-sect .elementor-container.elementor-column-gap-default {
  gap: 10px;
  justify-content: space-between;
}
.category-our .cate-sect .category-box {
	background: #fff;
	border-radius: 10px;
	padding: 0px 0px;
	margin: 0 10px 30px;
	/* box-shadow: 0 3px 5px #0000004d; */
}
.category-our .cate-sect .category-box .elementor-widget-image img {
  width: 100%;
}
.category-our
  .cate-sect
  .category-box
  .elementor-widget-heading
  .elementor-heading-title {
  color: #215249;
  font-size: 25px;
}
.category-our
  .cate-sect
  .category-box
  .elementor-widget-icon-list
  .elementor-icon-list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.category-our .cate-sect .category-box .elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item {
	border: 1px solid #6666663d;
	border-radius: 15px;
	padding: 0px 5px;
	font-size: 12px;
}
.category-our
  .cate-sect
  .category-box
  .elementor-widget-icon-list
  .elementor-icon-list-items
  .elementor-icon-list-item
  .elementor-icon-list-text {
  font-size: 12px;
  color: #666;
}
.category-our
  .cate-sect
  .category-box
  .elementor-widget-button
  .elementor-button {
  background: transparent;
  color: #215249;
  padding: 0;
  width: 100%;
}
.category-our
  .cate-sect
  .category-box
  .elementor-widget-button
  .elementor-button
  .elementor-button-content-wrapper {
  justify-content: space-between;
}
.category-our
  .cate-sect
  .category-box
  .elementor-widget-button
  .elementor-button
  .elementor-button-content-wrapper
  .elementor-button-icon
  svg {
  fill: #215249;
}
.category-our .explore-btn .elementor-button {
  background: #215048;
  color: #fff;
  border: none;
  padding: 15px 50px;
  width: 100%;
  margin: 0 auto;
  display: block;
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
}
.category-our .explore-btn .elementor-button .elementor-button-text {
  font-size: 18px;
}
.cta-sect .elementor-widget-image img {
  width: 100%;
}
.cta-sect .elementor-widget-heading .elementor-heading-title {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}
.cta-sect .elementor-widget-text-editor p {
  color: #eee;
}
.cta-sect .elementor-widget-button .elementor-button {
	background: transparent;
	padding: 0;
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-family: "Satoshi", sans-serif !important;
}
.cta-sect
  .elementor-widget-button
  .elementor-button
  .elementor-button-content-wrapper {
  justify-content: start;
}
.turn-cloth .elementor-widget-button .elementor-button {
  background: #bccab8;
  width: auto;
  padding: 12px 25px;
}
.turn-cloth .elementor-widget-button .elementor-button .elementor-button-text {
  color: #215249;
}
.faq-sect
  .elementor-widget-accordion
  .elementor-accordion
  .elementor-accordion-item {
  margin: 0 0 10px;
  border: none !important;
  border-bottom: 1px solid #d5d8dc !important;
}
.faq-sect
  .elementor-widget-accordion
  .elementor-accordion
  .elementor-accordion-item
  .elementor-tab-title {
  padding: 0 0 20px;
}
.faq-sect
  .elementor-widget-accordion
  .elementor-accordion
  .elementor-accordion-item
  .elementor-tab-content {
  border: none;
  padding: 0;
}
.faq-sect
  .elementor-widget-accordion
  .elementor-accordion
  .elementor-accordion-item
  .elementor-active
  .elementor-accordion-title {
  color: #333;
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.faq-sect
  .elementor-widget-accordion
  .elementor-accordion
  .elementor-accordion-item
  .elementor-accordion-title {
  color: #333;
}
.faq-sect
  .elementor-widget-accordion
  .elementor-accordion
  .elementor-accordion-item:last-child {
  border: none !important;
}
.faq-sect .light-text p {
	color: gray !important;
	font-size: 16px !important;
	margin: 0px;
	font-family: "Satoshi", sans-serif;
}
.faq-sect .light-text p a {
  color: rgb(66, 95, 254);
}
.site-footer .footer-inner {
  padding: 0;
}
.site-footer .footer-inner .footer-top {
	background: #215249;
	padding: 5% 5%;
}
.site-footer .footer-inner {
	max-width: 100%;
}
.site-footer {
  padding: 0 !important;
}
.site-footer .footer-bottom .copyright .flex-box {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.site-footer .footer-bottom .copyright .flex-box li {
  list-style: none;
  text-align: left;
  line-height: normal;
  max-width: 100%;
  padding: 0 5px;
  border-right: 2px solid #dbdbdb;
  margin-bottom: 10px;
  font-family: "Satoshi", sans-serif;
  color: #dbdbdb;
  font-size: 11px;
}
.site-footer .footer-bottom .copyright .flex-box li a {
  color: #dbdbdb;
}
.site-footer .footer-bottom .copyright .flex-box li:first-child {
  border: none;
}
.site-footer .footer-bottom .copyright .flex-box li:last-child {
  border: none;
}
.site-footer .footer-top .social-media ul li .footer-social-link {
  display: flex;
  align-items: center;
}
.site-footer .footer-top .social-media ul li .footer-social-link img {
  padding-right: 7px;
}
.site-footer .footer-top .social-media ul li .footer-social-link span {
  font-size: 14px;
}
.site-footer .footer-inner .footer-newsletter {
	background: #215249;
	padding: 0% 5% 2%;
	width: 100%;
}
.site-footer
  .footer-inner
  .footer-newsletter
  .flex-box
  .form-box
  .newsletters-form-wrapper
  input {
  background: transparent;
  border: none;
  font-family: "Satoshi", sans-serif;
  color: #fff;
}
.site-footer
  .footer-inner
  .footer-newsletter
  .flex-box
  .form-box
  .newsletters-form-wrapper
  .button.ui-button {
  color: #000;
  position: absolute !important;
  top: 0;
  right: 10px;
  line-height: 0 !important;
  z-index: 2;
  min-width: initial;
  font-size: 20px;
  padding: 0;
  background: 0 0 !important;
  width: 50px !important;
  height: 50px;
  min-width: auto !important;
  margin: 0;
  border-width: 0 !important;
}
.site-footer
  .footer-inner
  .footer-newsletter
  .flex-box
  .form-box
  .newsletters-form-wrapper
  .newsletters-subscribe-form {
  border-bottom: 1px solid #f7fbfc;
  position: relative;
}
.site-footer
  .footer-inner
  .footer-newsletter
  .flex-box
  .form-box
  .newsletters-form-wrapper
  .button.ui-button
  .news-btn {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.site-footer
  .footer-inner
  .footer-newsletter
  .flex-box
  .form-box
  .newsletters-form-wrapper
  input:focus {
  box-shadow: none !important;
}
.white-sect {
  width: 40% !important;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
  padding: 20px 0px 0;
}
.quote-form .category-wrap .category-item {
  width: 100%;
  max-width: 100%;
}
.category-wrap {
	display: grid;
	gap: 15px;
	width: 100%;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 20px;
}
.our-service .sub-heading {
	text-align: center !important;
}
.our-service .elementor-widget-text-editor {
	text-align: center !important;
}
.site-footer .footer-inner .footer-newsletter .flex-box {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .site-footer
    .footer-inner
    .footer-newsletter
    .flex-box
    .text-box
    .text-primary.h3 {
    font-size: 20px;
    color: #ffffffd1 !important;
    font-family: "Satoshi", sans-serif;
    font-weight: 400;
  }
  .site-footer .footer-inner .footer-newsletter .flex-box .text-box p {
    font-weight: 400;
    color: #cdcdcd;
    font-family: "Satoshi", sans-serif;
    font-size: 16px;
  }
.our-story .sub-heading {
	text-align: left;
}
.tabs-section .sub-heading {
	text-align: center;
}
.tabs-section .elementor-widget-text-editor {
	text-align: center;
}
.tabs-section .elementor-tab-desktop-title {
	color: #215249 !important;
}
.tabs-section .elementor-tab-desktop-title.elementor-active {
	background: #215249;
	color: #fff !important;
	text-align: left;
	border-radius: 10px 10px 0px 0px;
}
.tabs-section .elementor-tabs .elementor-tabs-wrapper {
	border: none;
}
.tabs-section .elementor-tabs .elementor-tabs-content-wrapper {
	border: none !important;
	border-radius: 10px;
}
.tabs-section .elementor-tab-desktop-title.elementor-active::after, .tabs-section .elementor-tab-desktop-title.elementor-active::before {
	content: none !important;
}
.category-our .main-heading {
	text-align: left !important;
	margin: 0 0 8px !important;
}
.find-desk .elementor-widget-heading .elementor-heading-title {
	color: #215048;
}
.find-desk .elementor-widget-text-editor p {
	color: #215048;
}
.find-desk .elementor-widget-button .elementor-button {
	color: #215048;
	border: 1px solid;
	display: inline-block;
	width: auto;
	padding: 10px 30px;
}
.find-desk .elementor-widget-button .elementor-button .elementor-button-icon {
	display: none;
}
.find-desk .elementor-widget-image img {
	width: auto;
} 
.client-desk .sub-heading .elementor-heading-title {
	color: #fff;
}
.client-desk .heading-sect .main-heading h2 {
	color: #fff;
	text-align: center;
}
.client-desk .elementor-widget-text-editor p {
	color: #fff;
}
.turning-desk .elementor-widget-image img {
	width: auto;
}
.turning-desk .elementor-widget-button .elementor-button {
	color: #fff;
	border: 1px solid;
	display: inline-block;
	width: auto;
	padding: 10px 30px;
}
.turning-desk .elementor-widget-button .elementor-button .elementor-button-icon {
	display: none;
}
.faq-sect .sub-heading {
	text-align: center;
}
.faq-sect .elementor-widget-text-editor {
	text-align: center;
}
.test-sect {
	background: #fff;
	border-radius: 4px;
}
.strong-view.wpmtst-default .wpmtst-testimonial {
	border: none !important;
}
.tabs-section .elementor-tabs-content-wrapper .elementor-tab-title.elementor-tab-mobile-title:hover {
	background: #215249;
	color: #fff;
	text-decoration: underline;
}
/* Make the whole slide a 2-column layout */
#metaslider_34484 .ms-image {
	position: relative;
	display: flex !important;
	/* align-items: center; */
	justify-content: space-between;
	/* padding: 40px; */
	background: #fff;
	border: none !important;
}

/* Left side = text panel */
#metaslider_34484 .caption-wrap {
	position: relative !important;
	width: 55% !important;
	/* padding: 25px; */
	border-radius: 12px;
	z-index: 10;
	background: transparent !important;
}

/* Right side = image (video thumbnail) */
#metaslider_34484 .msDefaultImage {
	width: 45% !important;
	height: 450px !important;
	object-fit: cover !important;
	border-radius: 12px;
	margin-left: 0;
	order: 1;
}

/* Fix text layout inside caption */
#metaslider_34484 .text-boxe {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

#metaslider_34484 .text-left h2,
#metaslider_34484 .text-left h4 {
    margin: 0;
}

#metaslider_34484 .text-right p {
    margin: 0;
}
.metaslider.ms-theme-outline .flexslider {
	background: transparent !important;
}
#metaslider_34484 .caption-wrap .caption {
	text-align: left;
	padding: 10px !important;
}
.testimonial-boxes .text-boxe .text-left h2 {
	color: #000;
	font-family: "Satoshi", sans-serif !important;
}
.testimonial-boxes .text-boxe .text-left h4 {
	color: #000;
	font-family: "Satoshi", sans-serif !important;
}
.testimonial-boxes p {
	color: #000;
	font-family: "Satoshi", sans-serif !important;
	font-size: 16px;
}
.testimonial-boxes .text-boxe {
	margin: 0px 0px 30px !important;
}
.testimonial-boxes h3 {
	font-family: "Casanova-Regular" !important;
	color: #215249 !important;
	font-weight: 500;
	opacity: 1;
}


/* Hide Elementor's default SVG completely */
.video-sect .elementor-custom-embed-play svg {
    display: none !important;
}

/* Play button container */
.video-sect .elementor-custom-embed-play {
	position: relative;
	width: 65px;
	height: 65px;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Custom green triangle */
.video-sect .elementor-custom-embed-play::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 25px solid #215249;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	position: absolute;
	left: 22px;
	border-radius: 3px;
}
.our-service .service-box .week-tat .elementor-widget-text-editor {
	text-align: right !important;
}
.our-service .work-box .step-sect .week-tat p {
	font-size: 12px;
	background: #91A8A5;
	text-align: right;
	border-radius: 50px;
	color: #fff !important;
	padding: 2px 10px;
	display: inline-block !important;
}
.our-service .work-box .btn-sects .elementor-widget-hotspot {
	--hotspot-color: transparent;
}
body {
	overflow-x: hidden;
}
select[name="select-991"] option[disabled] {
    color: #999 !important;
}
.quote-form p:nth-child(3) {
	margin: 0 0 4px;
}
.quote-form .category-wrap p {
	margin: 0;
}
.quote-form .category-wrap .category-item {
	margin: 0;
}
.quote-form > p:nth-of-type(4) {
	margin: 0;
}
.quote-form .quantity-slider p {
	margin: 0 0 10px;
}
.quote-form .quantity-slider .qty-box p {
	margin: 0;
}
.quote-form .submit-wrap {
	margin: 20px 0px 0px;
}
.quote-form .submit-wrap p {
	margin: 0;
}
.wpcf7-response-output {
	margin: 0 !important;
	border: 1px solid red !important;
	font-family: "Satoshi", sans-serif;
	font-size: 14px;
	color: #333 !important;
	font-weight: 400;
} 
.google-review .ti-widget.ti-goog > .ti-widget-container > .ti-header, .ti-widget.ti-goog > .ti-widget-container > .ti-footer {
	background: transparent !important;
	background-color: transparent !important;
	padding: 20px 0 !important;
}
.quote-form .wpcf7-form-control-wrap select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("https://emaven.co.in/twc/wp-content/uploads/2025/12/arrow_drop_down.svg");
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: 24px;
	padding-right: 15px;
	cursor: pointer;
}
.our-service .service-box .launch-top {
	/* position: relative; */
	overflow: hidden;
}

.our-service .service-box .launch-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 30%; /* narrow highlight so no box effect */
    height: 100%;
    background: linear-gradient(120deg,
        transparent 0%,
        rgba(255,255,255,0.5) 50%,
        transparent 100%
    );
    filter: blur(4px);
    animation: shimmerMove 2s infinite;
}

@keyframes shimmerMove {
    0% { left: -50%; }
    100% { left: 120%; }
}
.cta-sect .elementor-widget-text-editor p {
	color: #eee;
	font-family: "Satoshi", sans-serif !important;
}
.category-item:has(input[type="radio"]:checked) {
    border: 4px solid #076565;
}
.our-service .work-box .elementor-widget-text-editor.light-text {
	border-bottom: 1px solid#CDD9DA;
	padding: 0 0 12px;
	margin: 0 0 12px;
}
.our-service .work-box .elementor-widget-text-editor p {
	margin: 0 0 14px;
}
.category-our .cate-sect .category-box:hover {
	/* box-shadow: 0 3px 5px #0000004d; */
}
.category-our .cate-sect .category-box:hover .elementor-widget-button .elementor-button {
	text-decoration: underline;
}
.category-our .cate-sect .category-box .elementor-widget-button .elementor-button .elementor-button-content-wrapper {
	justify-content: start;
}
.category-our .cate-sect .category-box:hover .elementor-widget-button .elementor-button .elementor-button-icon {
	display: block !important;
}
.category-our .cate-sect .category-box .elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon {
	display: none;
}
.our-service .service-box .elementor-widget-text-editor.second-text {
	border: none;
	padding: 0;
}
.faq-sect .elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-content p {
	font-family: "Satoshi", sans-serif !important;
	color: #333;
	font-weight: 400;
	font-size: 16px;
}
.our-service .service-box .elementor-widget-text-editor {
	text-align: left !important;
}
.our-service .heading-sect .elementor-widget-text-editor p {
	color: #fff;
	font-family: "Satoshi", sans-serif;
}
.find-desk .elementor-widget-text-editor p {
	color: #215048;
}
.faq-sect .heading-sect {
	margin: 0 0 30px;
}
.faq-sect .elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title a {
	font-family: "Satoshi", sans-serif;
	font-weight: 500;
}
.site-header .header-inner {
	justify-content: left !important;
}
.site-navigation {
	margin-left: 50px;
}
.our-service .sub-heading .elementor-heading-title {
	font-size: 14px;
}
.tabs-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .elementor-col-50 {
	width: 50%;
	float: left;
}
.tabs-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .elementor-col-50 img {
	border-radius: 10px;
}
.tabs-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .text-sect {
	font-size: 18px;
	color: rgb(51, 51, 51);
	font-weight: 400;
	margin: 0px;
	font-family: "Satoshi", sans-serif;
}
.testimonial-layout .left .t-text {
	font-size: 18px;
	color: rgb(51, 51, 51);
	font-weight: 400;
	font-family: "Satoshi", sans-serif;
	margin: 0px 0px 20px;
}
.testimonial-layout .left .t-name {
	font-size: 16px;
	margin: 0;
	font-family: "Satoshi", sans-serif !important;
	font-weight: 400;
}
.testimonial-layout .left span {
	font-size: 12px;
	color: rgb(51, 51, 51);
	font-weight: 400;
	font-family: "Satoshi", sans-serif;
}




.video-slider {
	width: 100%;
	overflow-y: visible !important;
}
.testimonial-layout {
	display: flex;
	align-items: center;
	gap: 30px;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
}
.testimonial-layout video {
	width: 390px;
	border-radius: 10px;
	height: 300px;
}

.review-btn {
	background: #215048;
	padding: 12px 32px;
	border-radius: 40px;
	margin-top: 25px;
	display: inline-block;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	transition: 0.3s;
	border: 1px solid#215048;
}
.review-btn:hover {
	background: #fff;
	color: #215048;
}

/* Responsive */
@media (max-width: 980px) {
  .testimonial-layout {
    flex-direction: column;
    text-align: center;
  }
  .testimonial-layout video {
    width: 100%;
    max-width: 380px;
  }
}
.testimonial-layout .left {
	width: calc(50% - 4rem);
}
.testimonial-layout .right {
	width: calc(50% - 4rem);
}
a:where(:not(.wp-element-button)) {
	text-decoration: none !important;
}

.tabs-section .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed::after {
	content: "+";
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 18px;
	transition: transform 0.3s;
}
.tabs-section .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
	position: relative;
	color: #076565;
}
.tabs-section .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-title {
	font-family: "Satoshi", sans-serif;
}
.tabs-section .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed svg {
	width: 0;
	height: 0;
}
.tabs-section .elementor-tab-title.elementor-active .elementor-accordion-icon svg {
	width: 0;
	height: 0;
	position: relative;
}
.tabs-section .elementor-tab-title.elementor-active .elementor-accordion-icon::after {
	content: "-";
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 18px;
	transition: transform 0.3s;
}
.tabs-section .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
	position: relative;
	color: #fff;
}
.white-sect .elementor-widget-text-editor p em {
	color: grey;
}
.faq-sect .elementor-widget-accordion {
	width: 60% !important;
	margin: 0 auto;
}
.testi-sect .sub-heading {
	text-align: center;
}
.testi-sect .main-heading {
	text-align: center !important;
}
.testi-sect .elementor-widget-text-editor {
	text-align: center;
}
.how-work .elementor-widget-button {
	margin: 0 !important;
}
.how-work .work-box .elementor-widget-text-editor p {
	margin: 0;
}
/* Default placeholder-style color for CF7 select */
.quote-form .wpcf7-form-control-wrap select {
 color: #929493; /* placeholder color */
}

/* Real option text color */
.quote-form .wpcf7-form-control-wrap select option {
  color: #929493;
}

/* After user selects something */
.quote-form .wpcf7-form-control-wrap select:valid {
	/* color: #000; */
}
.quote-form .quantity-slider .note {
	display: none;
}
.quote-form p label .required {
	color: red;
}
.category-our .cate-sect .category-box .elementor-widget-button {
	display: none;
}
.wpcf7-form input[type="hidden"] {
  display: none !important;
}
.white-sect .main-heading {
	color: #000;
	font-weight: 600;
	text-align: center;
	font-size: 24px;
	line-height: normal;
}
.white-sect .main-text {
	margin: 0 0 10px !important;
	font-family: "Satoshi", sans-serif;
	color: #000;
	text-align: center;
}
.white-sect .main-text {
	text-align: center;
	font-family: "Satoshi", sans-serif;
}
.white-sect .italic-text {
	text-align: center;
	color: gray;
	font-family: "Satoshi", sans-serif;
}
.white-sect .bottom-text {
	text-align: center;
	font-family: "Satoshi", sans-serif;
	color: gray;
	margin: 0 0 5px;
	font-size: 14px;
}
.white-sect .main-heading br {
	display: block;
}
#thank-you {
	text-align: center;
}
#thank-you p {
	font-family: "Satoshi", sans-serif;
}
#thank-you .submit-button {
	background: #215048;
	color: #fff;
	border: none;
	padding: 15px 50px;
	width: 100%;
	margin: 0 auto;
	display: block;
	font-family: "Satoshi", sans-serif;
	font-weight: 500;
	border-radius: 4px;
}
.turning-desk .elementor-button {
	color: #fff !important;
	border: 1px solid;
	display: inline-block;
	width: auto;
	padding: 10px 30px;
	font-family: "Satoshi", sans-serif !important;
	background: transparent;
	font-size: 18px;
	text-transform: capitalize;
}
.step-1-popup {
	padding: 20px;
}
.step-1-popup .main-heading {
	color: #000;
	font-weight: 600;
	text-align: center;
	margin: 0 0 10px !important;
}
.step-1-popup .main-text {
	text-align: center;
	font-family: "Satoshi", sans-serif;
	color: #000;
	margin: 0 0 10px !important;
}
.step-1-popup .italic-text {
	text-align: center;
	color: gray;
	font-family: "Satoshi", sans-serif;
}
.step-1-popup .quote-form p {
	color: #333;
}
.step-1-popup .bottom-text {
	color: gray;
	font-family: "Satoshi", sans-serif;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	margin: 0 0 5px;
}
.step-1-popup .bottom-text strong {
	font-weight: 700;
}
.step-2-popup {
	padding: 20px;
}
.step-2-popup .main-heading {
	color: #000;
	font-weight: 600;
	text-align: center;
	margin: 0 0 10px !important;
}
.step-2-popup .main-text {
	text-align: center;
	font-family: "Satoshi", sans-serif;
	color: #000;
}
.step-2-popup .italic-text {
	text-align: center;
	color: gray;
	font-family: "Satoshi", sans-serif;
}
.step-2-popup .quote-form p {
	color: #333;
}
.step-2-popup .bottom-text {
	color: gray;
	font-family: "Satoshi", sans-serif;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	margin: 0 0 5px;
}
.step-2-popup .bottom-text strong {
	font-weight: 700;
}
.thank-you-popup {
	text-align: center;
	padding: 20px 30px 20px;
}
.thank-you-popup h2 {
	color: #000;
	margin: 0 0 10px !important;
}
.thank-you-popup p {
	color: #333;
	font-family: "Satoshi", sans-serif;
	font-weight: 400;
}
.thank-you-popup p strong {
	font-weight: 700;
}
.thank-you-popup .submit-button {
	background: #215048;
	color: #fff;
	border: none;
	padding: 15px 50px;
	width: 100%;
	margin: 0 auto;
	display: block;
	font-family: "Satoshi", sans-serif;
	font-weight: 500;
	border-radius: 4px;
}
.quote-form p:nth-of-type(4) {
	margin-bottom: 1rem;
}
/* Placeholder look */
.wpcf7 select {
  color: #9aa3a0; /* grey */
}

/* After selection */
.wpcf7 select.has-value {
	color: #333;
	/* font-weight: 500; */
}
.quote-form p textarea {
	height: 80px;
}
.quote-form .iti--separate-dial-code {
	width: 100%;
	font-family: "Satoshi", sans-serif;
}
.quote-form .iti--separate-dial-code .iti__flag-container .iti__selected-flag {
	background: transparent;
}
.category-our .sub-heading {
	text-align: center;
}
.category-our .main-heading {
	text-align: center !important;
}
.category-our .elementor-widget-text-editor {
	text-align: center;
}
.site-footer .footer-inner .footer-newsletter .flex-box .form-box .newsletters-form-wrapper input::placeholder {
	color: #fff;
}


.site-header .header-inner .site-branding .site-logo img {
	width: 130px;
}
.site-navigation ul.menu {
	display: flex;
	gap: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.custom-cloth .elementor-widget-text-editor p {
	width: 80%;
	margin: 0 auto;
}
.white-sect {
	margin-top: 50px;
}
.google-review {
	background: #eff6f9;
	padding: 20px 5% !important;
}
.our-story .video-sect .elementor-widget-video .elementor-custom-embed-image-overlay {
	border-radius: 8px;
}
.tabs-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .text-sect {
	padding: 0 30px 0 0px;
}
.tabs-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .text-sect .content-grid {
	display: flex;
	flex-wrap: wrap;
}
.tabs-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .text-sect .content-grid .grid-box {
	width: 50%;
	padding: 20px 10px;
}
.tabs-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .text-sect .content-grid .grid-box h5 {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 5px;
	font-family: "Satoshi", sans-serif !important;
}
.white-sect .quote-form {
	padding: 10px 20px 0px;
}
.quote-form .submit-wrap {
	margin: 40px 0px 0px;
}
.our-story .video-sect {
	padding-left: 10px;
}
.tabs-section .heading-sect {
	margin: 0px 0px 50px;
}
.site-header .site-navigation ul.menu li:hover {
	background: #18483F;
}
.tabs-section .elementor-tab-desktop-title {
	font-family: "Satoshi", sans-serif !important;
}
.tabs-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .text-sect .content-grid .grid-box:nth-child(3) {
	padding: 20px 10px 0px;
}
.tabs-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .text-sect .content-grid .grid-box:nth-child(4) {
	padding: 20px 10px 0px;
}
.tabs-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .text-sect .content-grid .grid-box:nth-child(3) p {
	margin: 0;
}
.tabs-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .text-sect .content-grid .grid-box:nth-child(4) p {
	margin: 0;
}
.our-story .elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
	font-family: "Satoshi", sans-serif;
	font-size: 16px;
	color: #333;
}
.how-work .does-work {
	width: 90% !important;
	margin: 0 auto;
}
.category-our .cate-sect {
	width: 80% !important;
	margin: 50px auto 0px !important;
}
.category-our .cate-sect .elementor-container.elementor-column-gap-default {
	gap: 0px;
	justify-content: space-between;
}
.category-our .cate-sect .category-box .elementor-widget-icon-list {
	margin: 0 0 10px;
}
.category-our .cate-sect .category-box .elementor-widget-image {
	margin: 0 0 20px;
}
.category-our .main-heading {
	margin: 0 0 20px !important;
}
.cta-sect {
	padding: 50px 10% !important;
}
.category-our .cate-sect.second-box {
	margin: 0px auto 0px !important;
}
.video-slider {
  position: relative;
  padding-bottom: 40px; /* space for dots */
}
.video-slider .swiper-pagination {
	position: absolute;
	bottom: -35px !important;
	left: 50% !important;
	transform: translateX(-50%);
	width: auto !important;
	z-index: 999999999999;
}
.testimonial-layout {
  overflow: visible;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #076565;
}


/* Hide popup overlay but keep scroll + step switching */
.pum-open {
  overflow: auto !important;
}

.pum-container {
  max-height: calc(100vh - 40px);
  overflow: hidden;
}
/* Allow popup content to scroll */
.pum-container {
  max-height: 90vh !important;
  overflow-y: auto !important;
}

/* Smooth scrolling inside popup */
.pum-content {
  max-height: none !important;
  overflow: visible !important;
}

@media (max-width: 768px) {
  .pum-container {
    max-height: 95vh !important;
  }
}



.pum-theme-32411 .pum-container, .pum-theme-lightbox .pum-container {
	overflow-x: hidden !important;
}

.pum-close.popmake-close {
  background: url(https://emaven.co.in/twc/wp-content/uploads/2026/01/Cross_Icon_svg.svg) !important;
    background-repeat: repeat;
  background-repeat: no-repeat !important;
  font-size: 0px !important;
  left: 10px !important;
  top: 10px !important;
}

.pum-close.popmake-close:hover {
  background: url(https://emaven.co.in/twc/wp-content/uploads/2026/01/Cross_Icon_svg.svg) !important;
  background-repeat: no-repeat !important;
}




/* Header base */
#site-header .header-inner {
	position: relative;
	display: flex;
	align-items: center;
}

/* Logo left */
#site-header .site-branding {
	margin-right: auto;
	z-index: 3;
	padding: 10px 0px;
}

/* Desktop menu perfectly centered */
@media (min-width: 1025px) {
	#site-header .site-navigation {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: max-content;
		z-index: 2;
	}
}

/* Menu styling â€” FORCE single row */
#site-header .site-navigation ul.menu {
	display: flex;
	flex-wrap: nowrap;              /* ðŸ”¥ KEY FIX */
	gap: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: center;
	white-space: nowrap;            /* ðŸ”¥ KEY FIX */
}

/* Prevent li breaking */
#site-header .site-navigation ul.menu li {
	white-space: nowrap;
	padding: 8px 15px;
}

@media (max-width: 1200px) {
	#site-header .site-navigation {
		position: static;
		transform: none;
		margin-left: auto;
	}
}


.site-header .site-navigation ul.menu li > a {
	display: block;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}
.site-header .site-navigation ul.menu li {
	position: relative;
}
.site-header .site-navigation ul.menu li:hover,
.site-header .site-navigation ul.menu li.current-menu-item {
	background: #18483F;
}
.site-header .site-navigation ul.menu li::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 0;
	height: 4px;
	background: #ffffff;
	transition: width 0.3s ease;
}

/* hover + active */
.site-header .site-navigation ul.menu li:hover::after,
.site-header .site-navigation ul.menu li.current-menu-item::after {
	width: 100%;
}

.site-header {
    transition: transform 0.35s ease;
}
.site-header {
  transition: transform 0.4s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}

.site-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}




.site-header {
  transition: transform 0.35s ease, opacity 0.35s ease;
  will-change: transform;
}

.site-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.site-header.hide {
  transform: translateY(-100%);
  opacity: 0;
}

.site-header.show {
  transform: translateY(0);
  opacity: 1;
}
.white-sect #thank-you {
	padding: 10px 20px 20px;
}
/* Base category item */
.category-item {
  position: relative;
  transition:
    transform 0.65s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
  backface-visibility: hidden;
  transform-origin: center;
}

/* Image inside category item */
.category-item img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
}

/* Selected (radio checked) state */
.category-item:has(input[type="radio"]:checked) {
  transform: scale(1.055);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.16);
  z-index: 2;
}

/* Image zoom when selected */
.category-item:has(input[type="radio"]:checked) img {
  transform: scale(1.13);
}

/* Small delay for premium feel */
.category-item:has(input[type="radio"]:checked),
.category-item:has(input[type="radio"]:checked) img {
  transition-delay: 0.05s;
}

/* Mobile – slightly slower for touch */
@media (max-width: 768px) {
  .category-item,
  .category-item img {
    transition-duration: 0.75s;
  }
}









/* ===============================
   FLOATING BAR BASE
================================ */
.floating-bar {
  position: fixed;
  right: 20px;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 8px 20px;
  background: #0f3d2e;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity .4s cubic-bezier(0.4, 0, 0.2, 1), 
              visibility .4s cubic-bezier(0.4, 0, 0.2, 1), 
              transform .4s cubic-bezier(0.4, 0, 0.2, 1),
              min-width .4s cubic-bezier(0.4, 0, 0.2, 1) .2s;
  cursor: pointer;
  min-width: 172px;
  width: fit-content;
  will-change: transform, opacity;
}

.floating-bar.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.floating-bar:hover {
  min-width: 550px;
  transition: opacity .4s cubic-bezier(0.4, 0, 0.2, 1), 
              visibility .4s cubic-bezier(0.4, 0, 0.2, 1), 
              transform .4s cubic-bezier(0.4, 0, 0.2, 1),
              min-width .4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

/* ===============================
   ICON GROUP — DEFAULT VISIBLE
================================ */
.floating-bar > .icon-group {
  display: flex;
  align-items: center;
  gap: 6px;
  opacity: 1;
  transition: opacity .3s cubic-bezier(0.4, 0, 0.2, 1) .2s;
  will-change: opacity;
}

.floating-bar:hover > .icon-group {
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.floating-bar > .icon-group .icon-only {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1);
}

.floating-bar > .icon-group .icon-only:hover {
  transform: scale(1.1);
}

.icon-img {
  width: 24px;
  height: 24px;
  display: block;
}

/* ===============================
   TEXT GROUP — HIDDEN BY DEFAULT
================================ */
.floating-bar > .text-group {
  display: flex;
  align-items: center;
  gap: 16px;
  opacity: 0;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  pointer-events: none;
  will-change: opacity;
}

.floating-bar:hover > .text-group {
  opacity: 1;
  pointer-events: auto;
  transition: opacity .3s cubic-bezier(0.4, 0, 0.2, 1) .15s;
}

/* ===============================
   CTA ITEMS
================================ */
.floating-bar .cta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1);
}

.floating-bar .cta-item:hover {
  transform: scale(1.05);
}

.floating-bar .cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.floating-bar .cta-text {
  color: #fff !important;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
}

/* ===============================
   DIVIDER
================================ */
.floating-bar .divider {
  width: 1px;
  height: 24px;
  background: rgba(255,255,255,.35);
  flex-shrink: 0;
}

/* ===============================
   RESPONSIVE - MOBILE
================================ */
@media (max-width: 768px) {
  .floating-bar {
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    border-radius: 0;
    padding: 10px 20px;
    box-shadow: 0 -4px 12px rgba(0,0,0,.15);
    min-width: auto;
  }
  
  .floating-bar.is-visible {
    transform: translateY(0);
  }
  
  /* Hide icons on mobile, always show text */
  .floating-bar > .icon-group {
    display: none !important;
  }
  
  .floating-bar > .text-group {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    position: relative !important;
    transform: none !important;
    width: 100%;
    justify-content: space-between;
    gap: 8px;
    transition: none !important;
    left: auto !important;
    top: auto !important;
  }
  
  .floating-bar .cta-item {
    flex: 1;
    justify-content: center;
    gap: 6px;
  }
  
  .floating-bar .cta-text {
    font-size: 12px;
  }
  
  .floating-bar .cta-icon {
    width: 20px;
    height: 20px;
  }
  
  .icon-img {
    width: 18px;
    height: 18px;
  }
  
  .floating-bar .divider {
    height: 20px;
  }
}
.all-service .sub-heading .elementor-heading-title {
	color: #215048 !important;
}
.all-service .heading-sect .main-heading h2 {
	color: #333;
}
.all-service .heading-sect .elementor-widget-text-editor p {
	color: #333;
}
.all-service .service-box {
	border: 1px solid #eee;
}
.our-story .sub-heading {
	margin: 0 0 10px;
}
.our-story .main-heading.elementor-widget.elementor-widget-heading {
	margin: 0 0 10px;
}
.our-story .elementor-widget-text-editor {
	margin: 0 0 0px;
}

.video-hero {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

/* Video Full Cover */
.video-hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Premium Dark Overlay */
.video-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}
@media (max-width: 768px) {
  .video-hero {
    height: 400px;
  }
}



.tabs-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .text-sect .content-grid .grid-box h5 b {
	font-weight: 500 !important;
}
.tabs-section .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .text-sect .content-grid .grid-box h5 strong {
	font-weight: 500 !important;
}
.breadscrumb-sect .twc-breadcrumb {
	padding: 20px 50px;
	font-family: "Satoshi", sans-serif;
	display: flex;
	align-items: center;
	font-size: 14px;
}
.breadscrumb-sect .twc-breadcrumb .icons-img {
	width: 15px;
	height: 15px;
}
.breadscrumb-sect .twc-breadcrumb .current {
	font-weight: 600;
}
.breadscrumb-sect .twc-breadcrumb a {
	color: #000000;
}
.breadscrumb-sect .twc-breadcrumb a:hover {
	text-decoration: underline !important;
}
.view-all {
    border: 2px solid #225249;
    border-radius: 12px;
    padding: 20px;
    background: #e8f1ee;
}

/* Make heading clickable */
.view-all .elementor-widget-heading {
    cursor: pointer;
}

.view-all .elementor-widget-heading h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Arrow */
.view-all .elementor-widget-heading h2::after {
	/* content: "▾"; */
	font-size: 18px;
	transition: 0.3s ease;
}

.active-acc h2::after {
    transform: rotate(180deg);
}

/* Smooth spacing */
.acc-content {
    margin-top: 20px;
}

/* Full width button */
.view-all .elementor-button {
    width: 100%;
}
.our-service .service-box .view-all .elementor-widget-wrap.elementor-element-populated {
	padding: 0;
}
.our-service .service-box .view-all .elementor-heading-title {
	color: #215249;
	cursor: pointer;
}
.our-service .service-box .icons-list ul li {
	background: #e4eff3;
	padding: 5px 10px;
	border-radius: 10px;
	margin: 0px 0px 0px;
	align-items: flex-start;
}
.all-service {
	padding: 20px 5% 50px !important;
}
.our-service .service-box .view-all .elementor-widget-icon-list {
	margin: 0;
}
.our-story .elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item {
	margin: 0 0 10px;
}
.faq-sect .heading-sect.top-padd {
	margin: 30px 0 30px;
}
.inner-ggo {
	background: transparent;
}





@media (max-width: 767px) {



.faq-sect .heading-sect.top-padd {
	margin: 30px 0 0px;
}
.faq-sect .heading-sect {
	margin: 0 0 0px;
}
.all-service.indus-serve {
	padding: 20px 14px 50px !important;
}
.breadscrumb-sect .twc-breadcrumb .icons-img {
	width: 12px;
	height: 12px;
}
.breadscrumb-sect .twc-breadcrumb {
	padding: 20px 25px;
    font-size: 12px;
}
.tabs-section .content-grid .grid-box {
	margin: 20px 0px;
}
.tabs-section .elementor-accordion .elementor-accordion-item .elementor-tab-content h5 {
	font-family: "Satoshi", sans-serif !important;
	margin: 0 0 10px;
	font-size: 16px;
}
.tabs-section .heading-sect {
	margin: 0px 0px 0px;
}
.low-moq {
	background: #215048 !important;
}
.category-our .cate-sect {
	width: 100% !important;
	margin: 0px auto 0px !important;
}
.category-our .main-heading {
	text-align: left !important;
	margin: 0 0 8px !important;
}
.category-our .cate-sect .elementor-container.elementor-column-gap-default {
	gap: 10px;
}
.category-our .cate-sect .category-box {
    width: 48%;
}
.how-work .does-work {
	width: 100% !important;
	margin: 0 auto;
}
.our-story .video-sect {
	padding-left: 0px;
}
.quote-form .submit-wrap {
	margin: 20px 0px 0px;
}
.white-sect .quote-form {
	padding: 0px 0px;
}
.our-story .video-sect .elementor-widget-video .elementor-custom-embed-image-overlay {
	border-radius: 0px;
}
.quote-form p label {
	font-size: 14px;
}
.white-sect .main-heading {
	font-size: 20px;
}
.white-sect {
	margin-top: 0px;
}
.custom-cloth .elementor-widget-text-editor p {
	width: 100%;
}
.site-navigation-dropdown ul.menu li a {
	font-family: "Satoshi", sans-serif;
	color: #333;
	font-size: 18px;
}
.our-story .elementor-widget-text-editor {
	text-align: left;
}
.heading-sect .main-heading {
	text-align: left !important;
}
.our-story .sub-heading {
	text-align: left;
}
.turning-desk .elementor-widget-image img {
	width: 100%;
}



/* Popup container */
  #popmake-35005.pum-container {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    height: 100vh
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 0 !important;
    border-radius: 16px 16px 0 0; /* optional rounded top */
    padding-bottom: env(safe-area-inset-bottom); /* iPhone safe area */
  }

  /* Inner content spacing */
  #popmake-35005 .pum-content {
    padding: 16px !important;
    max-height: 85vh;
    overflow-y: auto;
  }

  /* Close button position */
  #popmake-35005 .pum-close {
    top: 8px !important;
    right: 12px !important;
    font-size: 24px;
  }


/* Popup container */
  #popmake-34938.pum-container {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    height: 100vh
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 0 !important;
    border-radius: 16px 16px 0 0; /* optional rounded top */
    padding-bottom: env(safe-area-inset-bottom); /* iPhone safe area */
  }

  /* Inner content spacing */
  #popmake-34938 .pum-content {
    padding: 16px !important;
    max-height: 85vh;
    overflow-y: auto;
  }

  /* Close button position */
  #popmake-34938 .pum-close {
    top: 8px !important;
    right: 12px !important;
    font-size: 24px;
  }
  
   #popmake-34949.pum-container {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    height: 100vh
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 0 !important;
    border-radius: 16px 16px 0 0; /* optional rounded top */
    padding-bottom: env(safe-area-inset-bottom); /* iPhone safe area */
  }

  /* Inner content spacing */
  #popmake-34949 .pum-content {
    padding: 16px !important;
    max-height: 85vh;
    overflow-y: auto;
  }

  /* Close button position */
  #popmake-34949 .pum-close {
    top: 8px !important;
    right: 12px !important;
    font-size: 24px;
  }

.submit-wrap .wpcf7-form-control {
	margin: 0 auto 15px;
}
#thank-you {
	margin-bottom: 20px;
}
.white-sect .bottom-text {
	font-size: 12px;
	margin-bottom: 1rem;
}
.our-service .work-box .elementor-widget-icon-list {
	margin: 0 0 0px;
}
.category-our .cate-sect .category-box {
	margin: 0 0 15px;
}
.category-our .heading-sect {
	margin: 0px 0px 30px;
}
.test-sect {
	margin: 20px 0px 0px !important;
}
.tabs-section .elementor-accordion .elementor-accordion-item .elementor-tab-content {
	padding: 0;
}
.tabs-section .elementor-accordion .elementor-accordion-item .elementor-tab-content .img-sect img {
	width: 100%;
}
.tabs-section .elementor-accordion .elementor-accordion-item .elementor-tab-content .text-sect {
	padding: 8px 15px 15px;
}
.our-service .service-box .elementor-widget-button {
	margin: 0px 0px 20px;
}
.testi-sect .elementor-widget-text-editor {
	text-align: left;
}
.testi-sect .main-heading {
	text-align: left !important;
}
.testi-sect .sub-heading {
	text-align: left;
}
.faq-sect .elementor-widget-accordion {
	width: 100% !important;
	margin: 0 auto;
}
.faq-sect .light-text p {
	font-size: 12px !important;
}
.faq-sect .elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title a {
	line-height: 25px;
	width: 87%;
	display: block;
}
.testimonial-layout .left .t-text {
	font-size: 15px;
}
.testimonial-layout {
	text-align: left;
}
.testimonial-layout {
	padding: 10px 12px 30px;
}
.testimonial-layout .left {
	width: 100%;
	order: 2;
}
.testimonial-layout .right {
	width: 100%;
}
.site-header.site-header.fixed .custom-logo-link {
	/* left: 43%; */
}
.heading-sect .main-heading h2 {
	font-size: 22px !important;
	line-height: 24px;
}
.video-sect .elementor-custom-embed-play::after {
	border-left: 15px solid #215249;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	left: 17px;
}
.video-sect .elementor-custom-embed-play {
	width: 45px;
	height: 45px;
}    
.custom-cloth .main-heading .elementor-heading-title {
	font-size: 22px;
}
.custom-cloth .elementor-widget-text-editor p {
	width: 100% !important;
	font-size: 14px !important;
}
.site-footer .footer-inner .footer-newsletter .flex-box .form-box {
    width: 100%;
  } 
.footer-top .textwidget {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px 0px;
}
  .footer-top .textwidget span.footer-toggle {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    padding-right: 25px;
  }

  .footer-top .textwidget span.footer-toggle::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    transition: transform 0.3s ease;
  }

  .footer-top .textwidget span.footer-toggle.active::after {
    content: "-";
  }

  .footer-top .textwidget ul {
    display: none;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
  }

  .footer-top .textwidget ul li {
    margin-bottom: 6px;
  }

  .footer-top .textwidget ul li a {
    color: #ddd;
    font-size: 15px;
    text-decoration: none;
  }

  .footer-top .textwidget ul li a:hover {
    color: #fff;
  }
  .site-footer .footer-top {
    width: 100%;
    display: block;
    padding: 50px 20px;
  }
  .site-footer .footer-top .elementor-col-33 {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
.faq-sect .elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title a {
	font-family: "Satoshi", sans-serif;
	font-weight: 500;
}
.faq-sect .elementor-widget-text-editor {
	text-align: left !important;
}
.faq-sect .sub-heading {
	text-align: left !important;
}   
.category-wrap {
	grid-template-columns: repeat(2, 1fr) !important;
}
.tabs-section .sub-heading {
	text-align: left !important;
}
.tabs-section .elementor-widget-text-editor {
	text-align: left;
}
.our-service .sub-heading {
	text-align: left !important;
}
.our-service .elementor-widget-text-editor {
	text-align: left !important;
}
.our-story .elementor-widget-image-carousel .swiper-slide-inner {
	padding: 0px 5px;
}
.category-our .cate-sect .category-box .elementor-widget-button .elementor-button:hover {
	text-decoration: underline;
}
.category-our .cate-sect .category-box .elementor-widget-icon-list {
	margin: 0 0 10px;
}
.category-our .cate-sect .category-box .elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item {
	margin: 0 0 2px;
}
.category-our .cate-sect .category-box .elementor-widget-heading {
	margin: 0 0 12px;
}
.our-service .work-box {
	background: #EFF6F9;
}
.our-service .work-box .step-sect .week-tat p {
	margin: 0;
	font-size: 11px;
	padding: 2px 10px;
}
.cta-sect .elementor-widget-text-editor p {
	font-size: 14px;
}
.category-our .cate-sect .category-box .elementor-widget-heading .elementor-heading-title {
	font-size: 18px;
	font-weight: 600;
}
.category-our .cate-sect .category-box .elementor-widget-button .elementor-button {
	font-size: 12px;
	font-weight: 600;
	font-family: "Satoshi", sans-serif;
}
.category-our .cate-sect .category-box .elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
	font-size: 12px;
}
.our-service .work-box .btn-sects .elementor-element-populated {
	padding: 0px 0px 0px;
}
.our-service .work-box .btn-sects .elementor-widget-button {
	margin: 0;
}
.our-service .work-box .btn-sects .elementor-widget-hotspot {
	justify-content: end;
}
.tabs-section .elementor-accordion .elementor-accordion-item {
	margin: 14px 0px;
	border: 1px solid #215249 !important;
	border-radius: 4px;
}
.tabs-section .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
	background: #215249;
	color: #fff;
}
.tabs-section .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-title {
	color: #fff;
}
.tabs-section .elementor-accordion .elementor-accordion-item .elementor-tab-title {
	font-family: "Satoshi", sans-serif;
	font-size: 16px;
	font-weight: 500;
}
.tabs-section .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-title {
	color: #215249;
}
.tabs-section .elementor-accordion .elementor-accordion-item .elementor-tab-content {
	border: none;
}
.tabs-section .elementor-accordion .elementor-accordion-item .elementor-tab-content h4 {
	color: #215249;
	font-weight: 600;
	font-size: 24px;
}
.tabs-section .elementor-accordion .elementor-accordion-item .elementor-tab-content {
	border: none;
	font-family: "Satoshi", sans-serif !important;
	color: #333;
	font-weight: 400;
	font-size: 16px;
}
.tabs-section .elementor-accordion .elementor-accordion-item .elementor-tab-content p {
	border: none;
	font-family: "Satoshi", sans-serif !important;
	color: #333;
	font-weight: 400;
	font-size: 16px;
}
.tabs-section .elementor-tab-title.elementor-tab-mobile-title:active,
.tabs-section .elementor-tab-title.elementor-tab-mobile-title:focus {
    background: #215249;
    color: #fff;
    text-decoration: underline;
}

.first-box {
	margin: 30px 0 0px !important;
} 
.story-our .extt-sect {
	padding: 15px 14px 0px;
}
.our-service .service-box .elementor-widget-button .elementor-button {
	font-size: 14px;
}
.story-our .heading-sect {
	padding: 0px 14px;
}
.extt-sect .heading-sect {
	padding: 0px 14px;
}
.indus-serve.story-our {
	padding: 50px 0px !important;
}
.our-service .service-box .elementor-widget-text-editor.light-text p {
	color: #666 !important;
	font-size: 11px !important;
	margin: 0;
}
.our-service .service-box .light-text {
	margin: 0 0 0px;
}
.our-service .service-box .elementor-widget-text-editor p {
	color: #525252 !important;
	font-size: 14px;
	margin: 0 0 14px;
}
.second-sect {
	margin: 0 !important;
}
.our-service .service-box .elementor-widget-heading .elementor-heading-title {
	font-size: 16px;
	font-weight: 500;
}
.our-service .service-box .icon-section .elementor-widget-heading .elementor-heading-title {
	font-size: 12px;
}
.indus-serve.google-review {
	padding: 0px 14px !important;
}
.quote-form p {
	margin: 0 0 20px;
}    
.white-sect .elementor-element-populated {
	padding: 10px 14px 0px !important;
}
.white-sect .elementor-widget-text-editor p {
	font-size: 14px !important;
}   
.white-sect .main-heading .elementor-heading-title {
	font-size: 20px !important;
	font-weight: 600 !important;
}  
.main-heading {
	margin: 0 0 8px !important;
} 
.indus-serve.low-moq {
	padding: 30px 14px 50px !important;
}
.our-service .service-box {
    margin: 0 0 30px;
  }
.white-sect {
	width: 100% !important;
	padding: 10px 0px 0px;
}
.our-service .work-box .btn-sects .elementor-col-33 {
	width: 20%;
}
.our-service .work-box .btn-sects .elementor-col-66 {
	width: 80%;
}
.our-service .work-box .step-sect .elementor-col-66 {
	width: 66%;
}
.our-service .work-box .step-sect .week-tat {
	width: 34%;
}
 header.site-header .custom-logo-link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
.custom-logo {
	content: url("https://emaven.co.in/twc/wp-content/uploads/2025/11/logo31.png") !important;
	max-width: 40px;
	height: auto;
}
.video-sect .e-fas-play-circle {
	opacity: 1;
	width: 40px;
	height: 40px;
	filter: drop-shadow(1px 0 6px #215249);
}
.indus-serve {
	padding: 50px 14px !important;
}
.our-story .elementor-widget-text-editor p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	margin: 0;
	font-family: "Satoshi", sans-serif;
}
.our-service .service-box .launch-top .elementor-heading-title {
	font-size: 12px !important;
	font-weight: 500 !important;
}
.our-story .elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
	font-size: 14px;
	color: #333;
}
.our-story .elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg {
	height: 15px;
	width: 15px;
}
.our-story .elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item {
	margin: 0 0 8px;
}
.our-story .sub-heading .elementor-heading-title {
	font-weight: 500;
	color: #215048;
	font-size: 11px;
	padding: 0px 12px;
	letter-spacing: 1px;
	line-height: 24px;
}
#metaslider_34484 .ms-image {
	display: block !important;
}
#metaslider_34484 .caption-wrap {
	width: 100% !important;
}
.testimonial-boxes .text-boxe .text-left h2 {
	font-size: 20px;
}
.testimonial-boxes h3 {
	font-size: 25px;
}    
#metaslider_34484 .msDefaultImage {
	width: 100% !important;
	height: auto !important;
	object-fit: cover !important;
	border-radius: 12px;
	margin-left: 0;
	order: 1;
}
.white-sect .italic-text {
	margin: 0 0 30px !important;
}    
.white-sect .italic-text p {
	font-size: 10px;
}    
 .custom-cloth .main-heading {
	margin: 0 0 20px;
}   
 


     
  
  
  .category-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
.custom-cloth .elementor-widget-text-editor p {
	color: #fff;
	font-family: "Satoshi", sans-serif;
	font-size: 18px;
	font-weight: 400;
	width: 80%;
	margin: 0 auto 20px;
}
 
.white-sect .elementor-widget-text-editor p {
   font-size: 12px;
}
  .site-navigation-toggle-holder .site-navigation-toggle {
    padding: 0.5rem 0;
  }
  .site-navigation-toggle-holder {
    padding: 8px 0px !important;
  } 
 

  header.site-header {
	position: relative;
	padding: 10px 0px !important;
}
  
  .offer-solu
    .manufacturing-box
    .elementor-widget-tabs
    .elementor-tabs
    .tabs-section
    h3 {
    font-size: 25px;
  }
  .bott-plant
    .manufacturing-box
    .elementor-widget-tabs
    .elementor-tabs
    .tabs-section
    h3 {
    font-size: 30px;
  }
  .site-navigation-dropdown ul.menu .menu-item-has-children a::after {
    content: "";
    width: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid currentColor;
    display: inline-block;
    margin-left: 12px;
    position: static;
    opacity: 1 !important;
    background-color: #0000 !important;
    transition: none;
  }
  .turn-process .turn-process-sect .turn-process-box {
    margin: 0px 0px 20px;
  }
  .manufacturing-sect
    .manufacturing-box
    .elementor-widget-tabs
    .elementor-tabs
    .elementor-tabs-content-wrapper
    .elementor-tab-title {
    text-align: center;
  }
  .manufacturing-sect
    .manufacturing-box
    .elementor-widget-tabs
    .elementor-tabs
    .elementor-tabs-content-wrapper
    .elementor-tab-title
    img {
    filter: contrast(0) brightness(2);
  }
  .manufacturing-sect
    .manufacturing-box
    .elementor-widget-tabs
    .elementor-tabs
    .elementor-tabs-content-wrapper
    .elementor-tab-title
    h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
  }
  .manufacturing-sect
    .manufacturing-box
    .elementor-widget-tabs
    .elementor-tabs
    .elementor-tabs-content-wrapper
    .elementor-tab-title.elementor-active {
    background: #fff;
  }
  .manufacturing-sect
    .manufacturing-box
    .elementor-widget-tabs
    .elementor-tabs
    .elementor-tabs-content-wrapper
    .elementor-tab-title.elementor-active
    img {
    filter: none !important;
  }
  .manufacturing-sect
    .manufacturing-box
    .elementor-widget-tabs
    .elementor-tabs
    .elementor-tabs-content-wrapper
    .elementor-tab-title.elementor-active
    h4 {
    color: #182a4d;
    font-size: 25px;
    font-weight: 700;
  }
  .manufacturing-sect
    .manufacturing-box
    .elementor-widget-tabs
    .elementor-tabs
    .elementor-tabs-content-wrapper
    .elementor-tab-content {
    margin: 0px 0px 0px;
  }
  .who-we .elementor-widget-heading .elementor-heading-title {
    font-size: 30px;
  }
  .who-we .elementor-widget-text-editor p {
    font-size: 18px;
  }
  .site-header .site-navigation-toggle-icon {
    color: #fff !important;
  }
  .bann-sect .bann-cont {
    padding: 50px 5% !important;
  }
  .manufacturing-sect
    .manufacturing-box
    .elementor-widget-tabs
    .elementor-tabs
    .elementor-tabs-wrapper {
    width: 100%;
    display: none;
  }
  .our-project .pro-sect .services-headi .sub-heading h2 {
    padding-right: 0%;
  }
  .heading-sect .sub-heading h2 {
    width: 100%;
  }
  .indus-serve .indus-sect .indus-box .serve-box .serve-cont {
    padding-left: 0%;
  }
  .home-bann .sub-title .elementor-heading-title {
    font-size: 15px !important;
    font-weight: 600 !important;
  }
  .home-bann .main-title .elementor-heading-title {
    font-size: 30px !important;
    font-weight: 600 !important;
  }
  .home-bann {
    padding: 150px 0px 100px !important;
  }

  .call-sect .cont-box .elementor-widget-wrap .elementor-widget-heading {
    width: 100%;
  }
  .call-sect .cont-box .elementor-heading-title {
    font-size: 30px;
  }
  .heading-sect .main-heading h2 {
	font-size: 40px;
	font-weight: 500;
}
  .indus-serve .btn-sect .elementor-button {
    font-size: 18px;
    padding: 15px 30px;
  }
  .count-sect .elementor-col-25 {
    width: 50%;
    flex-wrap: wrap;
    display: flex;
  }
  .count-sect {
    padding: 0 !important;
  }
  .count-sect .count-box .elementor-counter .elementor-counter-number-wrapper {
    font-size: 50px;
  }
  .count-sect .count-box .elementor-counter .elementor-counter-title {
    font-size: 16px;
  }
  .home-bann .heading-slide .main-heading .n2-ss-text {
    font-size: 30px !important;
  }
  .home-bann .heading-slide .sub-heading p {
    font-size: 20px !important;
  }
  .bann-sect .elementor-widget-heading .elementor-heading-title {
    font-size: 30px !important;
  }
  .why-choose
    .choose-box
    .elementor-widget-image-box
    .elementor-image-box-wrapper
    .elementor-image-box-content
    .elementor-image-box-title {
    font-size: 20px;
  }
  .indus-serve .indus-sect .indus-box .serve-box .serve-cont {
    width: 85%;
  }
  .indus-serve .indus-sect .indus-box .serve-box .serve-btn {
    width: 15%;
  }
  .indus-serve
    .indus-sect
    .indus-box
    .serve-box
    .serve-cont
    .elementor-widget-heading
    .elementor-heading-title {
    font-size: 25px;
  }
  .indus-serve
    .indus-sect
    .indus-box
    .serve-box
    .serve-cont
    .elementor-widget-text-editor
    p {
    font-size: 15px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: black;
}

@media (min-width: 991px) and (max-width: 1366px) {
  .site-header .header-inner {
    padding: 0px 2%;
  }
  .site-header .site-navigation ul.menu li a {
    font-size: 16px;
  }
}
