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

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

:root {
  --color1: #0488bb;
  --color2: #0f0f0f;
  --color3: #666666;
  --color4: #ffffff;
}

/* Custom CSS can go here */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1240px !important;
  }
}
body .text-primary {
  color: #0488bb !important;
}
label {
  width: 100%;
}
/* Navbar  */
.fix-header header {
  background: #fff;
  position: fixed !important;
  z-index: 999 !important;
  top: 0;
  left: 0;
  width: 100%;
}
header .elementor-icon-wrapper:hover svg 
{
  filter: brightness(25);
}
header .sub-menu {
  width: auto !important ;
  padding-top: 8px !important;
  padding-top: 9px !important;
}
header .sub-menu li a {
  white-space: nowrap;
}
/* home banner css start */
/* footer  */
.linked-floating {
  translate: 0 -50%;
}
.hero-slider .owl-stage-outer {
  overflow: visible !important;
}
/* home banner css end */

/* pagination style one css start  */
.pagination-style-one {
  display: inline-flex;
  justify-content: center;
}

.pagination-style-one .page-numbers {
  font: normal normal 700 18px / 22px Questrial !important;
  letter-spacing: 0px;
  color: #292c2d !important;
  background: #f0f0f0 0% 0% no-repeat padding-box;
  border: none;
  border-radius: 0px;
  text-decoration: none !important;
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.pagination-style-one .page-numbers.current {
  font-weight: 700 !important;
  color: var(--color4) !important;
  background: var(--color1) !important;
}
.pagination-style-one .page-numbers:hover {
  color: var(--color1) !important;
}
/* pagination style one css start  */


/* cart start */

.cart-icon-head .elementor-link .elementor-button-icon, 
.cart-icon-head .elementor-button .elementor-button-icon {
  rotate: 0deg; 
  transition: 0.3s ease all;
}

.elementor-widget-hfe-cart.toggle-icon--bag-medium 
.hfe-menu-cart__toggle 
.elementor-button-icon i:before{
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url("https://alphaacoustics.com/wp-content/uploads/2026/01/Cart-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
	filter: brightness(0) saturate(100%) invert(5%) !important;
}

.elementor-widget-hfe-cart.toggle-icon--bag-medium 
.hfe-menu-cart__toggle:hover 
.elementor-button-icon i:before{
  filter: brightness(0) invert(1) !important; 
}

/* cart end */

.center-div-with-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 1px;
  height: 80%;
  background: #d1d1d1;
}
.center-div-with-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 1px;
  height: 80%;
  background: #d1d1d1;
}
.center-div-with-line2:after {
  display: none;
}
.elementor-link {
  text-align: left;
  font: normal normal 600 16px/22px Questrial !important;
  letter-spacing: 0.21px;
  color: var(--color2) !important;
  text-transform: uppercase;
  opacity: 1;
}
.elementor-link:hover {
  color: var(--color1) !important;
}
.elementor-link .elementor-button-content-wrapper {
  position: relative;
  padding-bottom: 8px;
}
.elementor-link .elementor-button-content-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: var(--color2);
  transition: 0.3s ease all;
}
.elementor-link:hover .elementor-button-content-wrapper::after {
  width: 0%;
}
.elementor-link .elementor-button-icon,
.elementor-button .elementor-button-icon {
  rotate: -45deg;
  transition: 0.3s ease all;
}
/* .elementor-button:hover .elementor-button-icon {
  rotate: 0deg;
} */
.for-telephone .elementor-icon-list-icon svg
{
      filter: brightness(0) opacity(0.5);
}
.value-box:hover .elementor-link .elementor-button-content-wrapper {
  color: var(--color1);
}
.value-box:hover .elementor-link .elementor-button-content-wrapper::after {
  width: 0%;
}
.global-project .elementor-widget-n-tabs .e-n-tab-title-text {
  display: block;
  line-height: 0.8;
}
.project-detail {
  background-size: 45%;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 60px 0 100px 0 !important;
}
.global-project .elementor-widget-n-tabs .e-n-tab-title-text span {
  font-size: 30px;
}
.blogs-section-bg {
  background-image: url(https://alphaacoustics.com/wp-content/uploads/2026/01/Element.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
}
.blogs-section {
  border-bottom: 1px solid #ccc;
  padding-bottom: 70px;
}
.blogs-section .blog-card {
  overflow: hidden;
  transition: all 0.3s;
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
  margin-bottom: 10px;
}
.blogs-section .blog-card-image {
  position: relative;
  height: 320px;
  overflow: hidden;
  /* border-radius: 16px; */
}
.blogs-section .blog-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s;
}
.blogs-section .blog-card:hover .blog-card-image img {
  transform: scale(1.1);
}
.blogs-section .blog-category {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--color4);
  padding: 6px 16px;
  border-radius: 50px;
  text-align: center;
  font: normal normal 600 15px/20px Questrial;
  letter-spacing: 0px;
  color: var(--color2);
  text-transform: uppercase;
  opacity: 1;
}
.blogs-section .blog-card-content {
  padding-top: 12px;
}
.blogs-section .blog-meta {
  text-align: left;
  font: normal normal 600 15px/20px Questrial;
  letter-spacing: 0px;
  color: var(--color2);
  text-transform: uppercase;
  opacity: 1;
}
.blogs-section .blog-card-content h3 {
  text-align: left;
  font: normal normal bold 23px/35px Golos Text;
  letter-spacing: 0px;
  text-transform: capitalize;
  opacity: 1;
  margin-bottom: 10px;
  color: var(--color2);
  line-height: 1.4;
  margin-top: 0;
}
.blogs-section .blog-card-content .des {
  color: #666666;
}

.elementor-lightbox .elementor-swiper-button {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 9999;
}
.elementor-lightbox .elementor-swiper-button svg {
  display: none !important;
}
.elementor-lightbox
  .elementor-swiper-button.elementor-swiper-button-prev:before {
  content: "\e8bf";
  font-family: "eicons";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  width: 45px;
  height: 45px;
  z-index: 1;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
}
.elementor-lightbox
  .elementor-swiper-button.elementor-swiper-button-next:before {
  content: "\e8c0";
  font-family: "eicons";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  width: 45px;
  height: 45px;
  z-index: 1;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
}
.elementor-swiper-button {
  position: absolute;
  top: 0%;
}

ul.slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 40px;
}
ul.slick-dots li {
  margin: 0;
}
ul.slick-dots li button {
  margin: 0;
  padding: 0;
  border: 0;
  width: 40px !important;
  height: 2px !important;
  border-radius: 0 !important;
  font-size: 0;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}

ul.slick-dots li.slick-active button,
ul.slick-dots li button:hover {
  background-color: var(--color1) !important;
  border-color: var(--color1) !important;
}
.owl-dots {
  margin-top: 40px !important;
}
.owl-dots button {
  margin: 0;
}
.owl-dots button span {
  margin: 0 !important;
  padding: 0;
  border: 0;
  width: 60px !important;
  height: 2px !important;
  border-radius: 0 !important;
}
.owl-dots button.active span {
  background: var(--color1) !important;
}
/* blog details start  */
/* Sidebar */
.sidebar-widget {
}
.sidebar-widget h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: Golos Text;
  color: var(--color2);
}
.sidebar-widget .popular-post {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  text-decoration: none;
  color: inherit;
}
.sidebar-widget .popular-post:last-child {
  margin-bottom: 0;
}
.sidebar-widget .popular-post .popular-post-image {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  flex-shrink: 0;
}
.sidebar-widget .popular-post .popular-post-content h5 {
  font-size: 18px;
  list-style: 24px !important;
  font-weight: bold;
  margin-bottom: 5px;
  color: var(--color2);
  line-height: 1.4;
  font-family: Golos Text;
}

.sidebar-widget .popular-post .popular-post-content .popular-post-date {
  font-size: 13px;
  color: #6b7280;
}
/* blog details end  */

/* brand-slider  */
.brand-slider .owl-item img {
  filter: grayscale(1);
  transition: 0.3s ease all;
}
.brand-slider .owl-item img:hover {
  filter: grayscale(0);
}

/* Container */
.bars,
.bars2 {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 80px;
  cursor: pointer;
}

/* Base bar */
.bars i,
.bars2 i {
  width: 3px;
  border-radius: 3px;
  background: #cfd3d8;
  transition: height 0.5s ease;
}

/* Dark bars */
.bars i:nth-child(odd),
.bars2 i:nth-child(even) {
  background: #6b6f75;
}

/* Default heights (symmetrical) */
.bars i:nth-child(1) {
  height: 20px;
}

.bars i:nth-child(2) {
  height: 40px;
}

.bars i:nth-child(3) {
  height: 60px;
}

.bars i:nth-child(4) {
  height: 40px;
}

.bars i:nth-child(5) {
  height: 20px;
}

.bars i:nth-child(6) {
  height: 60px;
}
.bars i:nth-child(7) {
  height: 40px;
}
.bars i:nth-child(8) {
  height: 20px;
}

.bars i:nth-child(9) {
  height: 55px;
}
.bars i:nth-child(10) {
  height: 40px;
}
/* Hover State  */
.global-project:hover .bars i:nth-child(1) {
  height: 40px;
}

.global-project:hover .bars i:nth-child(2) {
  height: 50px;
}

.global-project:hover .bars i:nth-child(3) {
  height: 20px;
}

.global-project:hover .bars i:nth-child(4) {
  height: 40px;
}

.global-project:hover .bars i:nth-child(5) {
  height: 60px;
}

.global-project:hover .bars i:nth-child(6) {
  height: 25px;
}
.global-project:hover .bars i:nth-child(7) {
  height: 50px;
}
.global-project:hover .bars i:nth-child(8) {
  height: 63px;
}

.global-project:hover .bars i:nth-child(9) {
  height: 50px;
}
.global-project:hover .bars i:nth-child(10) {
  height: 20px;
}

/* Default heights (symmetrical) */
.global-project:hover .bars2 i:nth-child(1) {
  height: 20px;
}

.global-project:hover .bars2 i:nth-child(2) {
  height: 40px;
}

.global-project:hover .bars2 i:nth-child(3) {
  height: 60px;
}

.global-project:hover .bars2 i:nth-child(4) {
  height: 40px;
}

.global-project:hover .bars2 i:nth-child(5) {
  height: 20px;
}

.global-project:hover .bars2 i:nth-child(6) {
  height: 60px;
}
.global-project:hover .bars2 i:nth-child(7) {
  height: 40px;
}
.global-project:hover .bars2 i:nth-child(8) {
  height: 20px;
}

.global-project:hover .bars2 i:nth-child(9) {
  height: 55px;
}
.global-project:hover .bars2 i:nth-child(10) {
  height: 40px;
}
/* Hover State  */
.bars2 i:nth-child(1) {
  height: 40px;
}

.bars2 i:nth-child(2) {
  height: 50px;
}

.bars2 i:nth-child(3) {
  height: 20px;
}

.bars2 i:nth-child(4) {
  height: 40px;
}

.bars2 i:nth-child(5) {
  height: 60px;
}

.bars2 i:nth-child(6) {
  height: 25px;
}
.bars2 i:nth-child(7) {
  height: 50px;
}
.bars2 i:nth-child(8) {
  height: 63px;
}

.bars2 i:nth-child(9) {
  height: 50px;
}
.bars2 i:nth-child(10) {
  height: 20px;
}

/* counter  */

.counter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 60px;
}

.counter-box hr {
  border: none;
  border-top: 1px solid #d1d1d1;
  margin: 16px 0;
  width: 100%;
}

.counter-box p {
  font-size: 15px;
  text-transform: uppercase;
  max-width: 280px;
  font-weight: 600;
  color: var(--color2);
}
.odometer {
  display: flex;
  gap: 6px;
  font-size: 96px;
  font-weight: bold;
  font-family: Questrial;
  overflow: hidden;
  color: var(--color2);
  margin-bottom: 0;
}

.digit {
  position: relative;
  width: 0.6em;
  height: 1em;
  overflow: hidden;
}
.digit-track {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 1.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.digit-track span {
  display: block;
  height: 1em;
  line-height: 1em;
  text-align: center;
}
.awards-box {
  position: relative;
}
.awards-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  height: 50%;
  width: 1px;
  background: #d1d1d1;
  opacity: 0.5;
}
/* .awards-box:first-child::before,
.awards-box:nth-child(6n)::before {
  display: none;
} */
.clients .awards-box::before {
  height: 40%;
}
.awards-box2 img {
  transition: 0.3s ease all;
}
.awards-box2 .elementor-image-box-img {
  overflow: hidden;
  border: 1px solid #d1d1d1;
}
.awards-box2:hover img {
  scale: 1.05;
}
.awards-box2 h4 a {
  font-family: "Golos Text", Sans-serif;
  font-weight: 700;
  color: var(--color2);
  font-size: 24px;
  line-height: 1.3;
}
.solution-box {
  transition: 0.3s ease all;
}
.solution-box img {
  transition: 0.3s ease all;
}
.solution-box:hover img {
  opacity: 0;
}
.solution-box .show-with-hover {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.75s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.solution-box:hover .show-with-hover {
  max-height: 220px;
}
.list-container {
  position: relative;
}
.list-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  background-color: var(--color1);
}
/* Blog css start */
.blog-post-card {
  margin-bottom: 40px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.blog-image-wrapper {
  position: relative;
}

.blog-image-wrapper img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

.blog-category-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--color1) !important;
  color: #fff;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 8px;
  text-transform: capitalize;
}

.blog-content {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.blog-content h2 {
  font-size: 34px !important;
  color: #0073aa;
  margin: 0;
}

.blog-content h2 a {
  color: #0073aa;
  text-decoration: none;
}

.blog-content p {
  margin-top: 10px;
}

.read-more-btn {
  display: inline-block;
  background: var(--color2);
  font-size: 16px !important;
  color: #fff !important;
  padding: 12px 30px !important;
  border-radius: 10px !important;
  margin-top: 15px;
  font-weight: 500;
  text-decoration: none;
}

.read-more-btn:hover {
  background: #292c2d !important;
  color: #fff !important;
}

h3.cat-color {
  color: var(--color1) !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding-bottom: 2px !important;
}

.sidebar-box h3 {
  margin-bottom: 15px;
}

.sidebar-box {
  background: #fff;
  border: solid 1px #ececec;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.sidebar-box h3 {
  margin-bottom: 15px;
}

.category-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.category-list li {
  margin-bottom: 8px;
}

.category-list a {
  color: #292c2d;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px !important;
  width: 100%;
  display: block;
}
.category-list a span {
  float: right;
}
.category-list a:hover {
  color: #292c2d;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px !important;
}
.article-detail {
  background-size: 45%;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 40px 0 80px 0 !important;
}
.prevnext-post {
  font-size: 14px;
}
.recent-post {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  align-items: center !important;
}

.recent-post img {
  width: 70px;
  display: block;
}

.recent-post a {
  font-size: 16px !important;
  color: #292c2d !important;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  line-height: 21px;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-date {
  font-size: 14px !important;
  color: #292c2d !important;
  margin-top: 2px;
}

/* blog css end */

/* testimonials css start */

/* testimonials box one  css start */

.testimonials-box-one {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #ececec;
  border-radius: 10px 150px 10px 10px;
  padding: 0px 50px 50px 50px;
  text-align: center;
  margin-top: 55px;
  position: relative;
}
.testimonials-box-one:before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: calc(100% + 4px);
  height: 10px;
  background: var(--color1);
  left: -2px;
  border-radius: 0px 0px 10px 10px;
  transition: all 0.4s ease;
}
.testimonials-box-one:hover:before {
  content: "";
  background: var(--color2);
}

.testimonials-box-one .img-wrap {
  position: relative;
  margin-top: -50px;
}

.testimonials-box-one .img-wrap img {
  width: 100px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.testimonials-box-one .title,
.testimonials-box-one-popup .title {
  font: normal normal normal 21px / 25px Questrial;
  letter-spacing: 0px;
  color: var(--color1);
  margin-bottom: 5px;
  margin-top: 20px;
}
.testimonials-box-one .quate-img img {
  width: 25px;
  margin: 0 auto;
}
.testimonials-box-one .rating-area {
  color: #ffc107;
  font-size: 20px;
  margin-top: 24px;
}
.testimonials-box-one .content-box {
  height: 130px;
}
.testimonials-box-one .content-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.read-more-link {
  text-decoration: underline !important;
  font: normal normal 700 15px / 28px Questrial;
  letter-spacing: 0px;
  color: #292c2d !important;
}

/* testimonials box one  css end */

/* testimonials box two  css start */
.testimonials-box-two {
  background: #f9f9f9 0% 0% no-repeat padding-box;
  box-shadow: 2px 5px 10px #d9d6cd29;
  border-radius: 20px;
  padding: 25px;
}
.testimonials-box-two .testimonials-wrap,
.testimonials-box-two-slider .testimonials-wrap {
  display: flex;
  align-items: center;
  justify-content: start;
}
.testimonials-box-two .content-box {
  font: normal normal 500 16px / 24px Questrial;
  letter-spacing: 0px;
  color: #3a3a3a;
  margin-bottom: 30px;
}
.testimonials-box-two .content-box strong {
  color: #bfa74b;
  font-weight: 500 !important;
  font-style: italic;
}
.testimonials-box-two .testimonials-wrap .img-wrap img,
.testimonials-box-two-slider .testimonials-wrap .img-wrap img {
  width: 70px !important;
  min-width: 70px !important;
  height: 70px;
  border-radius: 50%;
  margin-right: 10px;
}
.testimonials-box-two .testimonials-wrap .title,
.testimonials-box-two-slider .testimonials-wrap .title {
  font: normal normal 600 16px / 24px Questrial;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}
.testimonials-box-two .testimonials-wrap {
  color: #ffc107;
  font-size: 16px;
}

/* testimonials css start */

/* testimonials popup css start */
.model-testimonial .img-wrap img {
  width: 130px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.model-testimonial button.btn-close {
  position: absolute;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  right: -50px;
  top: 5px;
  z-index: 9;
  opacity: 1;
  filter: invert(1);
  padding: 0;
  width: 20px;
  box-shadow: none !important;
  outline: none;
}
@media only screen and (max-width: 991px) {
  .model-testimonial button.btn-close {
    right: 15px;
    top: 15px;
    filter: none;
  }
}

.model-testimonial button.btn-close:hover,
.model-testimonial button.btn-close:focus,
.model-testimonial button.btn-close:focus-visible {
  filter: brightness(0) saturate(100%) invert(24%) sepia(63%) saturate(7327%)
    hue-rotate(348deg) brightness(102%) contrast(103%);
}
.model-testimonial .modal-content {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 40px;
}
.model-testimonial .testimonials-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 15px;
}
.model-testimonial .testimonials-wrap .img-wrap {
  width: 80px;
  margin-right: 10px;
}
.model-testimonial .testimonials-wrap .img-wrap img {
  border-radius: 50%;
}
.model-testimonial .testimonials-wrap .title {
  font: normal normal 600 16px / 24px Questrial;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}
.model-testimonial .rating {
  color: #ffc107;
  font-size: 16px;
}

.modal-backdrop {
  background-color: #000 !important;
  opacity: 0.8 !important;
}

/* testimonials popup css end */

/* slick dots start  */

.arrowbtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #3a3a3a;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 99;
  color: #fff;
  cursor: pointer;
}
.arrowbtn:hover {
  background: var(--color2);
  color: #fff;
}
.left-btn {
  left: 0;
}
.right-btn {
  right: 0;
}


.blog-slider .arrowbtn {
  background: #0488bb;  
}
/* slick dots end  */

/* download pdf start */

.download-box .img-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #bec0c5;
  border-radius: 20px;
  overflow: hidden;
}
.download-box .img-box img {
  transition: 0.3s ease all;
}
.download-box:hover .img-box img {
  scale: 1.1;
}
.download-box .text-box h4 {
  text-align: left;
  font: normal normal 500 20px/26px Questrial;
  letter-spacing: 0px;
  color: var(--color1);
  opacity: 1;
}
.download-box .text-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.download-box .text-box .elementor-button img {
  filter: brightness(10);
}
.download-box .text-box .elementor-button:hover img {
  filter: inherit;
}

/* download pdf end */

/* other box one css start */
.home-projects {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 100px;
}
.home-projects .other-box-one-wrapper:nth-child(1) {
  padding-right: 30%;
}
.home-projects .other-box-one-wrapper:nth-child(4) {
  padding-left: 30%;
  padding-bottom: 40%;
}
.home-projects .other-box-one-wrapper:nth-child(even) {
  top: -180px;
  position: relative;
}
.other-box-one {
  position: relative;
}
.other-box-one .img-wrap {
  position: relative;
  overflow: hidden;
}
.other-box-one .img-wrap img {
  transition: all 0.4s ease;
}
.other-box-one .img-wrap .btn-center {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  opacity: 0;
  transition: all 0.4s ease;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: var(--color4);
  border: 1px solid var(--color4);
  rotate: -45deg;
}
.other-box-one .img-wrap .btn-center:hover {
  background: var(--color1);
  border-color: var(--color1);
  color: var(--color4);
}

.other-box-one:hover .img-wrap .btn-center {
  opacity: 1;
}
.other-box-one:hover .img-wrap img {
  filter: brightness(0.6);
}
.other-box-one .content-box {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--color4) !important;
  padding: 25px;
  width: 70% !important;
  border-bottom: 1px solid #d1d1d1a6;
}

.other-box-one {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    background: #fff; 
    padding: 0; 
    height: 100%; 
    position: relative;
}

.other-box-one .content-box {
    background: var(--color4);
    padding: 25px;
    width: 70%;
    border-bottom: 1px solid #d1d1d1a6;
    box-sizing: border-box;
    align-self: flex-start; 
}


.other-box-one .content-box .excerpt {
  text-transform: capitalize;
  color: #666666;
}
.other-box-one .content-box .date {
  font: normal normal 400 14px / 18px Questrial;
  /* letter-spacing: 1.6px; */
  color: #0f0f0f;
  margin-bottom: 0;
  margin-top: 50px;
}
.other-box-one .content-box .title {
  font: normal normal bold 28px/32px Golos Text;
  letter-spacing: 0px;
  color: #0f0f0f;
  margin-bottom: 10px;
}
/* other box one css end */
/* project details css  */
.project-details .addons p {
  font-weight: 600;
  margin-bottom: 0;
}
.project-details .addons p span {
  color: var(--color1);
  text-transform: uppercase;
}
.modal .btn-close {
  position: absolute;
  top: 0px;
  right: -40px;
  opacity: 1;
  border: 0;
  padding: 16px;
  height: auto;
  background-size: 68%;
}
.modal .btn-close:hover {
  background-color: transparent;
}
.modal .carousel-control-prev,
.modal .carousel-control-next {
  position: absolute;
  top: 50% !important;
  translate: 0 -50% !important;
  width: 60px !important;
  height: 60px !important;
  border: 1px solid var(--color4) !important;
  color: var(--color4) !important;
  display: inline-grid !important;
  place-items: center !important;
  background: transparent !important;
  opacity: 1;
  border-radius: 50% !important;
}
.modal .carousel-control-prev {
  left: -90px;
}
.modal .carousel-control-next {
  right: -90px;
}
/* project details css end */
.page-heading {
  font-family: "Golos Text", Sans-serif;
  font-size: 50px;
  font-weight: 700 !important;
  line-height: 1.1em;
  color: var(--color2);
}
.page-heading span {
  color: var(--color1);
}

.sub-menu a.hfe-sub-menu-item {
  white-space: break-spaces;
}
/* filter css start */
ul#project-filter-list {
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
  border-left: 1px solid #d1d1d1;
}
ul#project-filter-list li {
  margin: 0 10px;
}
ul#project-filter-list li .cats,
.theme-link {
  font: normal normal 600 16px / 28px Questrial !important;
  letter-spacing: 0px;
  color: var(--color2) !important;
  padding: 5px 0px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}
.theme-link i {
  rotate: -45deg;
  display: inline-block;
  margin: 5px 0 0 5px;
}
ul#project-filter-list li .cats:after,
.theme-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: var(--color2);
  transition: 0.3s ease all;
}
ul#project-filter-list li .cats.active,
ul#project-filter-list li .cats:hover,
.theme-link:hover {
  color: var(--color1) !important;
}
ul#project-filter-list li .cats.active::after,
ul#project-filter-list li .cats:hover::after,
.theme-link:hover::after {
  width: 0;
}
/* filter css end */

/* portfolio css start  */

.portfolio-box {
  position: relative;
  z-index: 0;
}
.portfolio-box:before {
  content: "";
  background: transparent
    linear-gradient(180deg, #ffffff 0%, #e3e3e3 43%, #575757 60%, #000000 100%)
    0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  border-radius: 22px 155px 22px 22px;
  opacity: 0.75;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 0;
}

.portfolio-box .portfolio-wrap {
  transition: all 0.4s ease;
  border-radius: 22px 150px 22px 22px;
  transform: translateY(53px);
}
.portfolio-box .portfolio-effect {
  overflow: hidden;
}
.portfolio-box .portfolio-img img {
  border-radius: 22px 150px 22px 22px;
}
.portfolio-box:hover .portfolio-wrap {
  transition: all 0.4s ease;
  transform: translateY(0px);
}
.portfolio-info {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #fff;
}
.portfolio-info .title {
  font: normal normal normal 28px / 35px Questrial;
  letter-spacing: 0px;
  color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.portfolio-info p {
  font: normal normal normal 14px/21px Questrial;
  letter-spacing: 0px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-normal {
  display: flex !important;
  align-items: center !important;
  font: normal normal 700 16px / 20px Questrial !important;
  letter-spacing: 0px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transition: all 0.4s ease;
}
.btn-normal svg {
  fill: #fff;
  margin-left: 10px;
  transition: all 0.4s ease;
  height: 14px !important;
}
.btn-normal:hover {
  color: var(--color1) !important;
}
.btn-normal:hover svg {
  fill: var(--color1) !important;
  transform: translateX(10px);
}
/* portfolio css end  */

.other-box-two {
  background: #fafafa 0% 0% no-repeat padding-box;
  border-radius: 20px;
}
.other-box-two .text-box {
  padding: 30px;
}
.other-box-two h4 {
  text-align: left;
  font: normal normal 600 24px / 34px Questrial;
  letter-spacing: 0px;
  color: #101010;
  opacity: 1;
}
.other-box-two .videos-box video {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  min-height: 240px;
  object-fit: cover;
}

button.close-top-right,
button.close-top-right:hover,
button.close-top-right:focus,
button.close-top-right:focus-visible {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: transparent;
  border: 0;
  filter: invert(1);
  opacity: 1;
  border-radius: 0;
  box-shadow: none !important;
  outline: none;
  z-index: 9999;
}

.productaccordion .accordion-item .accordion-header .accordion-button {
  border-radius: 0px !important;
  overflow: hidden;
  margin-bottom: 14px;
  border: 0;
  box-shadow: none;
  background: var(--color1);
  text-align: left;
  font: normal normal bold 24px/35px Golos Text;
  letter-spacing: 0px;
  color: var(--color4);
  text-transform: capitalize;
  opacity: 1;
  width: 100%;
  padding: 12px 35px 12px 20px;
}
.productaccordion
  .accordion-item
  .accordion-header
  .accordion-button.collapsed {
  background: #f0f0f0;
  color: var(--color2);
}
.productaccordion .accordion-button::after {
  content: "\e9c5" !important;
  font-family: elementskit !important;
  background: none !important;
  height: auto !important;
  width: auto !important;
  font-size: 16px;
  transform: rotate(-45deg) !important;
  position: absolute;
  right: 16px;
  top: 12px;
}
.productaccordion .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg) !important;
}

.productaccordion .accordion-item .accordion-header .accordion-button .badge {
  background: #fff;
  color: var(--color1);
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 20px;
  font-weight: 500;
  display: inline-block;
  margin-left: 15px;
}
.productaccordion
  .accordion-item
  .accordion-header
  .accordion-button.collapsed
  .badge {
  color: var(--color2);
}

.job-item.active .badge {
  background: #e6f6ff;
}

.job-header.arrow {
  font-size: 22px;
  transition: transform 0.3s ease;
}

.job-item.active .arrow {
  transform: rotate(90deg);
}
.accordion-body {
  color: #666666;
}
.careermodal .btn-close,
#EnquiryModal .btn-close {
  right: 16px;
  top: 16px;
}
.career-page .other-info ul {
  padding-left: 15px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.contact-form select {
  font-family: "Questrial", Sans-serif;
  font-size: 18px;
  /* font-weight: 600; */
  background-color: #f6f6f6;
  border-style: none;
  border-radius: 0px 0px 0px 0px;
  padding: 13px 13px 13px 13px;
  height: 53px;
  color: var(--color3);
}
.contact-form .wpcf7-form-control-wrap {
  margin-top: 10px;
  display: block;
}
.codedropz-upload-handler {
  background: #f6f6f6 0% 0% no-repeat padding-box;
  border: 1px dashed #d1d1d1;
  position: relative;
  padding: 80px 20px 10px;
  border-radius: 0;
}
.codedropz-upload-handler:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  translate: -50% 0;
  width: 40px;
  height: 60px;
  background-image: url(https://alphaacoustics.com/wp-content/uploads/2026/01/PDF.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.codedropz-upload-handler .dnd-upload-counter {
  display: none;
}
.codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.codedropz-upload-handler .codedropz-upload-container h3,
.codedropz-upload-handler .codedropz-upload-container a {
  font-size: 0px !important;
}
.codedropz-upload-handler .codedropz-upload-container h3::before {
  content: "Drop your file here. or";
  text-align: center !important;
  font: normal normal normal 14px/20px Questrial !important;
  letter-spacing: 0px !important;
  color: var(--color2) !important;
  opacity: 1 !important;
  margin: 0 !important;
}
.codedropz-upload-handler .codedropz-upload-container span {
  display: none !important;
}
.codedropz-upload-handler .codedropz-upload-container a::before {
  content: "Browse";
  text-align: center !important;
  font: normal normal 600 14px/20px Questrial !important;
  letter-spacing: 0px !important;
  color: var(--color1) !important;
  opacity: 1 !important;
  margin: 0 !important;
  position: relative;
  top: -3px;
  left: 4px;
}
.codedropz-upload-handler .codedropz-upload-container span {
  display: inline-block;
  margin: 0 5px !important;
}
.codedropz-upload-handler .codedropz-upload-container a {
  color: var(--color1) !important;
}
.contact-form .wpcf7-submit,
.theme-btn {
  background: var(--color4) 0% 0% no-repeat padding-box;
  border: 1px solid var(--color1);
  opacity: 1;
  text-align: center;
  font: normal normal 600 16px/22px Questrial;
  letter-spacing: 0.21px;
  color: var(--color1);
  text-transform: uppercase;
  border-radius: 0;
  padding: 13px 30px;
}
.contact-form .wpcf7-submit:hover,
.theme-btn:hover {
  background: var(--color1);
  color: var(--color4);
}
.contact-form textarea {
  height: 145px;
}
.recaptcha {
  scale: 0.8;
  transform-origin: top right;
}
.recaptcha p:first-child {
  display: none;
}
.e-product-details-summary .summary strong {
  color: #0f0f0f;
}
.e-product-details-summary .summary ul {
  padding-left: 15px;
  margin-bottom: 15px !important;
}
.e-product-details .baswa-product-title-single {
  font-weight: 400 !important;
}
.e-product-details .baswa-product-title-single .first-word {
  font-weight: 700 !important;
  color: #0f0f0f !important;
}
.e-product-details .baswa-product-title-single .last-word {
  font-weight: 400 !important;
  color: #0488bb !important;
}

/* .btn-center-outer {
  transform: translate(-50%, -50%);
} */
.baswa-product .img-wrapper .btn-center {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  cursor: pointer;
  opacity: 0;
  transition: all 0.4s ease;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: var(--color4);
  border: 1px solid var(--color4);
  rotate: -45deg;
}
.baswa-product .img-wrapper .btn-center:hover {
  background: var(--color1);
  border-color: var(--color1);
  color: var(--color4);
}
.baswa-product:hover .img-wrapper .btn-center {
  opacity: 1;
}
.baswa-product .img-wrapper {
  position: relative;
}
.baswa-product .img-wrapper img {
  transition: 0.3s ease all;
}
.baswa-product:hover .img-wrapper img {
  filter: brightness(0.8);
}
.baswa-product .baswa-product-title {
  text-align: left;
  font: normal normal normal 30px/35px Golos Text;
  letter-spacing: 0px;
  color: var(--color2);
}
.baswa-product .baswa-product-title .first-word {
  font-weight: bold;
}
.baswa-product .baswa-product-title .last-word {
  color: var(--color1);
}
.baswa-product p {
  color: var(--color1);
  font-size: 16px;
}
.contact-form .wpcf7-submit:focus,
.theme-btn:focus {
  background: var(--color1) !important;
}
.banner-arrow i {
  rotate: -45deg;
  display: inline-block;
}
.wpcf7-spinner {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .home-projects {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
  }
  .home-projects .other-box-one-wrapper:nth-child(1) {
    padding-right: 0%;
  }
  .home-projects .other-box-one-wrapper:nth-child(4) {
    padding-left: 0%;
    padding-bottom: 0%;
  }
  .home-projects .other-box-one-wrapper:nth-child(even) {
    top: 0px;
  }
  .global-project .elementor-widget-n-tabs .e-n-tab-title-text {
    line-height: 1.5;
  }
  .global-project .elementor-widget-n-tabs .e-n-tab-title-text span {
    font-size: 22px;
  }
  .counter-grid {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 4px;
    height: auto;
  }
  .odometer {
    font-size: 50px;
  }
  .counter-box p {
    font-size: 12px;
  }
  .counter-box hr {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .counter-grid .counter-box {
    text-align: center;
  }
  .odometer {
    justify-content: center;
  }
  h3.cat-color {
    font-size: 18px !important;
  }
  .sidebar-box {
    padding: 10px;
  }
  .blog-content h2 {
    font-size: 24px !important;
  }
  .read-more-btn {
    font-size: 14px !important;
    padding: 8px 20px !important;
    border-radius: 7px !important;
  }
  .article-detail {
    padding: 30px 0;
  }
  .center-div-with-line::before,
  .center-div-with-line::after {
    display: none;
  }
  .global-project .elementor-widget-n-tabs .e-n-tab-title-text
  {
    line-height: 1.1;
  }

  /* banner responsive css  start */
  .hero-banner .carousel-caption h3 {
    font-size: 24px;
    line-height: 30px;
  }
  /* banner responsive css  end */

  .arrowbtn {
    width: 30px;
    height: 30px;
  }

  ul#project-filter-list li .cats {
    font-size: 16px;
    padding: 5px 2px;
  }

  .portfolio-info .title {
    font-size: 18px;
    line-height: 23px;
  }

  .other-box-two h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .other-box-one .content-box .title {
    font: normal normal bold 20px/26px Golos Text;
  }
  /* .awards-box {
    padding: 10px;
    border: 1px solid #d1d1d1;
  } */
  .awards-box::after {
    display: none;
  }
  .awards-box:nth-child(even)::before {
    display: block !important;
  }
  .awards-box:nth-child(odd)::before {
    display: none !important;
  }
  .page-heading {
    font-size: 35px;
  }
  .baswa-product .baswa-product-title {
    font: normal normal normal 22px/30px Golos Text;
  }
  ul#project-filter-list {
    margin-top: 25px;
    justify-content: start;
  }
  ul#project-filter-list li .cats,
  .theme-link {
    font: normal normal 600 14px / 25px Questrial !important;
  }
  .modal .btn-close {
    top: 10px;
    right: 10px;
  }
  .project-detail {
    padding: 40px 0;
  }
  .modal .carousel-control-prev {
    left: 0;
  }
  .modal .carousel-control-next {
    right: 0;
  }
  .modal .carousel-control-prev,
  .modal .carousel-control-next {
    width: 40px !important;
    height: 40px !important;
  }
  .accordion-item .accordion-header .accordion-button .badge {
    font-size: 10px;
    padding: 4px 6px;
    margin-left: 0;
  }
  .accordion-item .accordion-header .accordion-button {
    white-space: normal;
  }
  ul#project-filter-list {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-y: scroll;
}
.recaptcha {
    scale: 0.8;
    transform-origin: top center;
    margin: auto;
}
.cf7sr-g-recaptcha div:first-child {
  margin: auto;
}
.single-product .elementor-element.elementor-element-f4ecf33 {
    --padding-top: 20px !important;
}

}
