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

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

:root {
  --color1: #2b3c7b;
  --color2: #4089de;
  --text: #56575f;
  --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;
  }
}
label {
  width: 100%;
}
header .hfe-nav-menu .menu-item-has-children .sub-menu {
  padding: 15px 0;
}
/* home banner css start */

.hero-banner .carousel-item img {
  height: 70vh;
  object-fit: cover;
  object-position: center top;
}
.hero-banner .carousel-caption {
  position: absolute;
  top: 50%;
  right: inherit;
  bottom: inherit;
  left: 50%;
  padding-top: 0;
  padding-bottom: 0;
  color: var(--color4);
  text-align: center !important;
  transform: translate(-50%, -50%);
}
.hero-banner .carousel-caption h3 {
  text-align: center;
  font: normal normal bold 52px/70px Titillium Web;
  letter-spacing: 0px;
  color: var(--color4);
}
.hero-banner .carousel-caption .elementor-button {
  text-align: center;
  font: normal normal 600 20px/33px Titillium Web;
  letter-spacing: 0px;
  color: var(--color4);
  opacity: 1;
  min-width: 220px;
}
.arrow-control-bottom {
  display: flex;
  padding: 0 10%;
}
.arrow-control-bottom span {
  filter: brightness(0) invert(1);
  cursor: pointer;
}
.arrow-control-bottom span:hover {
  filter: inherit;
}
.arrow-control-bottom {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 9;
  width: 100%;
}

.hero-banner .indicators-num {
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 0;
  z-index: 9;
  width: 100%;
}
.hero-banner .carousel-indicators {
  display: flex;
  justify-content: center;
}
.hero-banner .carousel-indicators span {
  color: var(--color4);
}
.hero-banner .carousel-indicators button {
  background: var(--color4) !important;
  opacity: 0.5 !important;
  border: 1px solid transparent;
  border-radius: 50%;
  width: 8px !important;
  height: 8px !important;
  display: inline-block;
  margin: 0 5px;
}
.hero-banner .carousel-indicators button.active {
  background: transparent !important;
  opacity: 1 !important;
  border-color: var(--color4);
  scale: 1.2;
}

/* home banner css end */

/* theme-link */
.theme-link .elementor-button-content-wrapper {
  display: inline-flex;
  transition: 0.3s ease all;
}
.theme-link:hover .elementor-button-content-wrapper {
  translate: 0 -8px;
}
/* theme-link end */
/* pagination style one css start  */
.pagination-style-one {
  display: inline-flex;
  justify-content: center;
}
.pagination-style-one .page-numbers.current {
  font-weight: 600 !important;
}
.pagination-style-one .page-numbers {
  font: normal normal normal 18px / 22px Titillium Web !important;
  letter-spacing: 0px;
  color: var(--text) !important;
  background: transparent !important;
  border: none;
  border-radius: 0px;
  text-decoration: none !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
}
/* pagination style one css start  */

/* featured-product */
.f-product {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.f-product img {
  height: 260px;
  object-fit: cover;
  object-position: center;
}
.f-product::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 100%;
  background-color: #2b3c7bc9;
  transition: 0.3s ease all;
}
.f-product:hover::after {
  width: 100%;
}
.f-product .product-text {
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  width: 40%;
  height: 100%;
  z-index: 9;
  padding: 20px 20px 20px 30px;
  align-content: space-between;
}
.f-product .product-text h3 {
  font-size: 24px;
}
.f-product .theeme-link {
  color: var(--color4);
}
.theeme-link {
  color: var(--color4);
  border-bottom: 4px solid var(--color2);
  text-align: center;
  font: normal normal 600 21px/30px Titillium Web !important;
  letter-spacing: 0px;
  opacity: 1;
  padding-bottom: 8px;
  width: fit-content;
}
.theeme-link span {
  display: inline-block;
  transition: 0.3s ease all;
}
.f-product:hover .product-text .theeme-link span,
.theeme-link:hover span {
  translate: 0 -8px;
}

/* featured-product end*/

/* cta section  */
.cta-section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 65%;
  height: 100%;
  background-image: url(https://www.ainnotec.com/wp-content/uploads/2026/01/home_contact.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width:1499px) {
  .cta-section::after
  {
    width: 60%;
  }
}
/* cta section end */

/* other box one css start */

.other-box-one .img-wrap {
  position: relative;
  overflow: hidden;
}
.other-box-one .img-wrap {
  transition: all 0.4s ease;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.other-box-one .img-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  background: #2b3c7b 0% 0% no-repeat padding-box;
  opacity: 0;
}
.other-box-one:hover .img-wrap::after {
  opacity: 0.7;
}
.other-box-one .content-box .title {
  text-align: left;
  font: normal normal 600 30px/35px Titillium Web;
  letter-spacing: 0px;
  color: var(--text);
  opacity: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.other-box-one .content-box .excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* other box one css start */

/* filter css start */
ul#project-filter-list {
  display: flex;
  justify-content: center;
  margin-bottom: 20px !important;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}
ul#project-filter-list li {
  margin: 0 10px;
}
ul#project-filter-list li .cats {
  font: normal normal normal 18px / 30px Titillium Web;
  letter-spacing: 0px;
  color: var(--text);
  padding: 5px 15px;
  text-decoration: none;
}
ul#project-filter-list li .cats.active {
  color: var(--color1);
  font-weight: 600;
}
ul#project-filter-list li .cats:hover {
  color: var(--color1);
}
/* filter css end */

/* e-product  */
.e-product .product-image-wrapper {
  overflow: hidden;
  margin-bottom: 0 !important;
  border-radius: 20px;
}
.e-product .product-image-wrapper img {
  transition: all 0.4s ease;
  margin-bottom: 0;
}
.e-product:hover .product-image-wrapper img {
  transform: scale(1.02);
}
.e-product .woocommerce-loop-product__title {
  text-align: center;
  font: normal normal 600 18px/26px Titillium Web;
  letter-spacing: 0px;
  color: var(--text);
  padding: 0;
  margin: 10px 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* e-product end */
/* e-product details */
.download-section ul {
  column-count: 2;
}
.e-product-slider #product-slider {
  display: flex;
}
.e-product-slider #product-slider .carousel-indicators {
  border: 0;
  margin: 0 !important;
  width: auto;
  display: block;
  position: inherit;
  transform: inherit;
}
.e-product-slider #product-slider .carousel-indicators button {
  text-indent: inherit;
  border: 0;
  border-radius: 0;
  width: 80px;
  height: 80px;
  opacity: 0.5;
  display: block;
  margin-bottom: 8px;
  margin-right: 8px;
}
.e-product-slider #product-slider .carousel-indicators button img {
  width: 100%;
}
.e-product-slider #product-slider .carousel-indicators button.active,
.e-product-slider #product-slider .carousel-indicators button:hover {
  background: transparent;
  opacity: 1;
}
.e-product-slider #product-slider .carousel-inner {
  width: calc(100% - 88px);
}
.theme-btn {
  text-align: center;
  font: normal normal 600 20px/33px Titillium Web;
  letter-spacing: 0px;
  color: var(--color4);
  opacity: 1;
  min-width: 220px;
  border: 0;
}
.e-product-details-summary .title {
  text-align: left;
  font: normal normal 600 32px/41px Titillium Web;
  letter-spacing: 0px;
  color: var(--text);
}
.download-section .theeme-link {
  color: var(--text);
}
/* e-product details end */

/* process box css  */
.porcess-box .proces-overlay {
  height: 100%;
  opacity: 0;
  transition: 0.3s ease all;
}
.porcess-box:hover .proces-overlay {
  opacity: 1;
}
/* process box css end  */

.acordoinnns .e-n-accordion-item:first-child .e-n-accordion-item-title {
  border: 0 !important;
}

/* timeline  */
.twae-vertical.twae-wrapper,
.twae-timeline {
  padding: 0 !important;
}
.twae-vertical.twae-wrapper .twae-timeline:before {
  width: 1px !important;
}
.twae-wrapper .twae-labels {
  top: 0 !important;
  left: 0 !important;
  width: auto !important;
  z-index: 9;
}
.twae-wrapper .twae-icon {
  width: 1rem !important;
  height: 1rem !important;
  border: 0 !important;
}
.twae-wrapper .twae-icon i,
.twae-vertical.twae-wrapper .twae-end {
  display: none;
}
.twae-vertical.twae-wrapper .twae-icon {
  left: -57px !important;
}
.twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-labels {
  left: inherit !important;
  right: 0;
}
.twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-icon {
  right: -55px !important;
  left: inherit !important;
}
.twae-vertical.twae-wrapper .twae-arrow {
  display: none !important;
}
.twae-wrapper .twae-content {
  box-shadow: none !important;
}

.blog-breadcrumb {
    font: normal normal normal 16px / 24px Titillium Web;
    letter-spacing: 0px;
    color: #56575F;
}
.blog-breadcrumb span {
font-weight: 600;
}
.article-detail .category-name.mb-4 {
    font: normal normal 600 18px / 24px Titillium Web;
    letter-spacing: 0px;
    color: #2B3C7B;
    text-transform: capitalize;
}
.article-detail .title {
  font: normal normal 600 32px/42px Titillium Web;
letter-spacing: 0px;
color: #56575F;
}
.e-product-details-summary .description-summary p {
    margin-bottom: 10px;
}



.fivers-title {
    width: 95px;
}
/* timeline end */
@media only screen and (max-width: 991px) {
  .twae-wrapper .twae-content {
    padding: 50px 0 !important;
  }  
  .f-product .product-text h3 
  {
    font-size: 22px;
  }
  .f-product .theeme-link
  {
    font-size: 18px !important;
  }
  .other-box-one .content-box .title
  {
        font: normal normal 600 25px / 30px Titillium Web;

  }
}
@media only screen and (max-width: 767px) {
  h3.cat-color {
    font-size: 18px !important;
  }
  /* banner responsive css  start */  
  .hero-banner .carousel-caption h3 {
    font-size:30px;
    line-height: 35px;
  }
  /* banner responsive css  end */

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

  ul#project-filter-list li .cats {
    font-size: 16px;
    padding: 5px 2px;
  }
  .twae-vertical.twae-wrapper .twae-story.twae-story-left .twae-icon {
    right: inherit !important;
    left: -57px !important;
  }
  .twae-vertical.twae-wrapper .twae-icon {
    top: 0 !important;
  }
  .twae-wrapper .twae-content {
    padding: 16px 0 50px !important;
  }
}
