.contact-link {
  position: relative; /* Required to position the pseudo-element */
  /* margin-right: 20px; */
}

  /* .contact-link::after {
  content: "";
position: absolute;
    top: 50%;
    right: -19px;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background-color: #424242;
}   */
 .banner-heading .banner__item-title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 2200ms ease;
  transition: all 2200ms ease;
       font-size: 35px;
    text-transform: uppercase;
    line-height: 50px;
}
.banner-content p{
  padding-top: 0px;
}
.banner-img{
  width: 100%;
}
.banner-img img{
  width: 100%;
  border-radius: 30px;
}
.counterbg{
  background-image: url(../../images/bg-counter.png);
  background-size: 100%; 
  background-repeat: no-repeat; 
  z-index: 9; 
  position: relative;
}
.counter-title{
  font-size: 25px;
  color: #332d87;
  padding-bottom: 15px;
}
.counter-title span{
      font-size: 40px;
    letter-spacing: -1.5px;
    padding-right: 5px;
}
.counter-title1{
  font-size: 25px;
  color: #fff; 
  padding-bottom: 15px;
}
.countermidcnt{ 
  color: #fff;  
}
.counter-title1 span{
      font-size: 40px;
    letter-spacing: -1.5px;
    padding-right: 5px;
}
.what-we-do-2__item-img img{
  width: 80px;
}

.tilted-text {
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    max-width: 400px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    
    /* Tilt effect */
    transform: rotate(-10deg); /* Tilts the text to the left */
    transform-origin: left;
}
.about-img{
   background-image: url(../../images/home-about.png);
  background-size: 100%; 
  background-repeat: no-repeat; 
      height: 100%;
    position: relative;
    overflow: hidden; 
        padding: 75px 85px 118px 55px;
    z-index: 1;
    position: relative;
    text-align: center;
/*    border: 1px solid #e5e5e5;*/
    border-radius: 97px 0px 0px 85px;
}
.about-img1{
   background-image: url(../../images/home-about1.png); 
    background-position: right;
    background-repeat: no-repeat;
    height: 100%;  
    background-size: cover;
      overflow: hidden;  
    z-index: 1;
    position: relative;
    margin-left: -69px;
    margin-top: 65px;
}
.about-img1 img{
           padding: 59px 50px 59px 0px;
}
.about-img h2{
      color:#442c99 !important;
}
.about-img h4{
     font-size: 21px;
    font-weight: 600 !important;
    line-height: 32px;
    font-family: 'DINPro-Regular', sans-serif;
    padding-bottom: 30px;
}
.about-img p{
    text-align: center;
    padding: 7px 11px 7px 0px;
  }

  .product-img{
   background-image: url(../../images/home-productbg.png);
  background-size: 100%; 
  background-repeat: no-repeat; 
      height: 100%;
    position: relative;
    overflow: hidden;
        padding: 75px 95px 118px;
        padding: 75px 85px 118px 95px;
    z-index: 1;
    position: relative;
    text-align: center;
/*    border: 1px solid #e5e5e5;*/
       border-radius: 0px 97px 90px 0px;
}
.product-img1{
   background-image: url(../../images/home-productbg1.png); 
    background-position: right;
    background-repeat: no-repeat;
    height: 100%;  
    background-size: cover;
    overflow: hidden;  
    z-index: 5;
    position: relative;
    margin-right: -69px;
    margin-top: 0px;
}
.product-img1 img{
   padding: 60px 0px 50px 40px;
}
.product-img h2{
    color:#fff !important;
}
.product-img h4{
  color: #fff;
    font-size: 21px;
    font-weight: normal !important;
    line-height: 32px;
    font-family: 'DINPro-Regular', sans-serif;
    padding-bottom: 30px;
}
.product-img p{
  color: #fff;
    text-align: center;
    padding: 7px 11px 7px 0px;
  }

  .read_button i {
    position: relative;
    font-size: 17px;
    padding-left: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center; 
    transition: all 0.3s ease;
}


.read_button:hover i {
    transform: rotate(45deg);
}
 
.contact-list{
    overflow: hidden;
  gap: 24px;
  /*   padding-bottom: 20px;*/
      margin-bottom: 18px;
}
.contact-list-icon i{
      background-color: #432b97;
    font-size: 15px;
    padding: 10px 15px;
    line-height: 22px;
    border-radius: 100%;
    color: #fff;
}
.contact-list-text p{
    font-size: 21px;
    margin-bottom: 0px; 
    line-height: 30px;
}
.get-a-quote__content-title {
  color: #332d87;
}
.morelink{
  text-decoration: underline;
      padding-right: 40px;
}
.innerpage-banner-img { 
    width: 100%; 
}
.innerpage-banner-img img{ 
    width: 100%;
    z-index: 99;
    border-radius: 60px;
    position: relative;
     height: auto;
  display: block; 
}
.innerpage-banner-img {
  position: relative;
  overflow: hidden;
}

.innerpage-banner-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
      background-image: url(../../images/about-layer.png);
    background-position: left;
    z-index: 100;
    pointer-events: none;
    transition: all 0.5s ease;
    background-size: 107%;
}

.innerpage-banner-img1 { 
    width: 100%; 
}
.innerpage-banner-img1 img{ 
    width: 100%;
    z-index: 99;
    border-radius: 60px;
    position: relative;
     height: auto;
  display: block; 
}
.innerpage-banner-img1 {
  position: relative;
  overflow: hidden;
}

 
.request-a-quote__box-up1 {
    margin-top: -160px;
}
.about-subtitle{
  margin-bottom: 30px;
  /* padding-right: 170px; */
  padding-right: 50px;
}
.inner-footer{
padding-top: 105px !important;
}
.about-us {
  z-index: -99;
  position: relative;
}

.contact_item-text {
      padding: 70px 50px;
    border: 1px solid rgba(21, 24, 27, 0.1);
    border-right: none;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; 
    height: 100%;
}
.auto-container {
      --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
        max-width: 1100px;
    }
    .contact-form-area { 
    overflow: hidden;
    position: relative;
    border-radius: 0;
    min-height: 100%;
        padding:60px 40px;
            background-color: #ddd;
    border-radius: 8px;

}
.contact-areasec{
 background-color: #442c99; 
 border-radius: 20px;
}
.validation__wrapper-up label{
  padding-bottom: 20px;
  color: #373737;
    font-weight: bold;
    font-size: 15px;
}
.validation__wrapper-up label span{
  color:#f00;
}
.contact_item-text h4{
  color: #fff;
      margin-bottom: 12px;
}
.contact_item-text p{
  color: #fff;
      line-height: 30px;
      font-size : 18px;
}
.contact_item-text a{
  text-decoration: underline;
}
.contact_item-text a:hover{
  color: #fff;
}
.cnt-btn{
  background-color: #442c99 !important;
  border-radius: 10px !important;
}

.cnt-title h2 {
    color: #442c99;
    font-size: 40px;
}
.cnt-bg{ 
    bottom: 0px 
}
.cnt-bg img{ 
    width:100%;
}
 
.product-details__media img{ 
  border-radius: 100%;
  width: 95%;
  box-shadow: 0px 6px 6px 2px rgb(0 0 0 / 16%);
}
.product-details__content{
     padding-top: 40px;
}
.product-details__content p{
      font-size: 25px;
    line-height: 42px;
    color: #191919;
    font-weight: 600;
    margin-bottom: 32px;
}
.product-details__content h6{
  font-size: 20px;
  color: #191919;
      text-transform: uppercase;
    border-bottom: 1px solid #3a3a3a;
    padding-bottom: 12px;
}
.product-details__info table{
    width: 100%;
}
.product-details__info tr td{
    
}
.product-details__info tr td{
  width: 120px;
  font-size: 18px;
     border-bottom: 1px solid #a4a4a4;
    padding: 15px 0px;
}

 .tablepanel{
    padding: 20px;
    border-radius: 0;
    border: none;
}
.tablepanel .panel-heading{
    padding: 0 0 20px 0;
    border-radius: 0;
    margin: 0;
}
.tablepanel .panel-heading .title{
    color: #566787;
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 6px 0;
}
.tablepanel .panel-heading .title span{ font-weight: 700; }
.tablepanel .panel-heading .search-box{ position: relative; }
.tablepanel .panel-heading .search-box i{
    color: #a0a5b1;
    font-size: 13px;
    position: absolute;
    top: 11px;
    left: 15px;
}
.tablepanel .panel-heading .search-box .form-control{
    padding: 0 0 0 40px;
    border-color: #ddd;
    border-radius: 20px;
}
.tablepanel .panel-heading .search-box .form-control:focus{
    border-color: #3FBAE4;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
  
.tablepanel .panel-body{ padding: 0; }
.tablepanel .panel-body .table{ margin: 0; }
.tablepanel .table-responsive .table-bordered{ border: 1px solid #ddd; }
.tablepanel .panel-body .table thead tr th{
    font-size: 17px;
    font-weight: 600;
    padding: 12px;
    background-color: #c2d0f2;
     border: 1px solid #a2a5c1;
}
.tablepanel .panel-body .table tbody tr td{
    color: #000;
    font-size: 16px;
    padding: 12px 8px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ccc; 
}
.tablepanel .panel-body .table tbody .action-list{
    padding: 0;
    margin: 0;
    list-style: none;
}
.tablepanel .panel-body .table tbody .action-list li{
    display: inline-block;
    margin: 0 5px;
}
.tablepanel .panel-body .table tbody .action-list li a{
        color: #442c99;
    font-size: 19px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.tablepanel .panel-body .table tbody .action-list li a:hover{ text-shadow: 0 0 2px rgba(0,0,0,0.3); }
 
.tablepanel .panel-body .table tbody .action-list li a:before,
.tablepanel .panel-body .table tbody .action-list li a:after{
    content: attr(data-tip);
    color: #fff;
    background-color: #111;
    font-size: 12px;
    padding: 5px 7px;
    border-radius: 4px;
    text-transform: capitalize;
    display: none;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -32px;
    transition: all 0.3s ease 0s;
}
.tablepanel .panel-body .table tbody .action-list li a:after{
    content: '';
    height: 15px;
    width: 15px;
    padding: 0;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -18px;
    z-index: -1;
}
.tablepanel .panel-body .table tbody .action-list li a:hover:before,
.tablepanel .panel-body .table tbody .action-list li a:hover:after{
    display: block;
}
.tablepanel .panel-footer{
    color: #999;
    background-color: transparent;
    padding: 15px 0 0;
    border: none;
}
.tablepanel .panel-footer .col{ line-height: 35px; }
 
@media only screen and (max-width:767px){
    .tablepanel .panel-heading .title{
        text-align: center;
        margin: 0 0 10px;
    }
    .values-sec .row .col-xl-3 {
    width: 100% !important; 
}
.value-item { 
    width: 100%;
}
}
 
.table { 
    --bs-table-bg: #efefef;
    --bs-table-hover-bg: #e7f6e7; 
}

/* Product search CSS */

.filter-container {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap; 
      margin-bottom: 8px;
      /* justify-content: center; */
}
.filter-container label{
 color: #fff;
}
.filter-btn {
  padding: 4px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  background: #fff;
  color: #352395;
  transition: 0.3s;
  font-weight: bold;
}
.filter-btn.active {
  background-color: #00a996;
    color: white;
    border-color: #0d7065;
}
.search-bar {
  width: 100%;
  padding: 12px;
  border-radius: 30px;
  border: 1px solid #ccc;
  outline: none;
  background-color: #fbfbfb;
}
.advanced-search-btn {
  background-color: #00a996;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 7px;
    margin-right: 15px;
}
.advanced-search-btn:hover {
  background-color: #00c8b1;
}
.productarea {  
  padding: 15px; 
}
.productarea label{
  color: #fff;
}
.productarea .input-area input {
  width: 100%;
  color: #9d9d9d;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  border-radius: 8px;
  border: 1px solid rgb(126 126 126 / 58%);
  background: rgb(255 255 255);
  padding: 12px;
  margin-top: 7px;
  margin-bottom: 28px;
}

.productarea .select-area {
  width: 100%;
  color: #000; 
  font-size: 16px;
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  border-radius: 8px; 
  background: rgb(255 255 255);
      padding: 6px 12px 10px;
  margin-top: 7px;
  margin-bottom: 28px;
  height: 45px;
}

.innerpage-banner-img2 { 
    width: 100%; 
}
.innerpage-banner-img2 img{ 
    width: 100%;
    z-index: 99;
    border-radius: 60px;
    position: relative;
     height: auto;
  display: block; 
}
.innerpage-banner-img2 {
  position: relative;
  overflow: hidden;
}
.bannersearcharea {
position: absolute;
z-index: 99;
top: 0px;
    padding: 28px 48px;
}

.search-box {
  position: relative;
  width: 100%; 
  margin-bottom: 15px;
}

.search-box input {
  width: 100%;
  padding: 10px 40px 10px 50px; /* right padding for icon space */
  border: 1px solid #ddd;
  border-radius: 14px;
    font-size: 16px;
    height: 45px;
    color: #444;
    box-shadow: 0px 0px 9px 2px rgb(125 100 240);
}
.search-box input::placeholder {
   color: #818181;  /* Light grey */
   opacity: 1;   /* For Firefox */
}

.search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #5a37f3;
  font-size: 18px;
  pointer-events: none;
}

.footer-2__logo img{
  /* width: 250px; */
  width: 160px;
}
.nextjs-toast {
  display: none !important;
}
  
[data-nextjs-dev-overlay] {
  display: none !important;
}

#__next-route-announcer {
  display: none !important;
}

div[style*="position: fixed"][style*="bottom"] {
  display: none !important;
}

/*  Values Section Css */
.values-sec .row .col-xl-3{
  width: 20%;
  display: flex; 
}
.value-item img{
      width: 50px;
    height: 50px;
}
.value-item {
  background-color: #fff;
  padding: 25px 10px 0px;
  border-radius: 8px;
}
.value-item:hover {
     box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 21%)
}
.value-item h4{
     font-size: 22px;
    line-height: 28px;
    color: #442c99;
}
.value-item p{
       font-size: 17px;
    line-height: 25px;
    padding-top: 14px; 
}
.reachtitle{
   font-size: 28px;
    color: #442c99;
    line-height: 38px;
    margin-bottom: 32px;
}
.btn-custom-primary{
  background-color: #372497;
  color: #fff;
}
.btn-custom-primary:hover {
    background-color: #fff;
    color: #000;
}
.product-title-style{
  color: #372497;
}
.product-title-style span{
  color: #372497;
}
.banner-heading h1{
     font-size: 45px;
    line-height: 60px;
    color: #fff;
}
.header__right{
 padding-right: 25px;
}
 
.colorblue{
  color: #442c9b !important;
  text-decoration: underline !important;
}
.invalid-feedback{
  font-size: 13px;
  line-height: 18px;
  color: #f00;
}