/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/*phone link color contact page*/
.phone-link{
    color:black;
   font-family: 'Poppins', sans-serif;
   font-weight:600;
   font-size:17px;
}
.email-link{
    color:black; 
    font-family: 'Poppins', sans-serif;
     font-weight:600;
   font-size:17px;
}
.elementor-21 .elementor-element.elementor-element-3b54f9c .elementor-image-box-description:hover{
    color:white;
}

.elementor-21 .elementor-element.elementor-element-06e7c37 > .elementor-container > .elementor-column > .elementor-widget-wrap :hover .elementor-21 .elementor-element.elementor-element-3b54f9c .elementor-image-box-description {
    color:white;
}
.phone-link:hover{
    color:white;
}
.email-link:hover{
    color:white;
}
.elementor-21 .elementor-element.elementor-element-06e7c37 > .elementor-container > .elementor-column > .elementor-widget-wrap :hover .phone-link{
    color:white;
}
.elementor-21 .elementor-element.elementor-element-06e7c37 > .elementor-container > .elementor-column > .elementor-widget-wrap :hover .email-link{
    color:white;
}

body {
  font-family: 'Poppins', sans-serif;
}
/*home page form styles*/
.elementor-element-3c9fa13 .form p {
    max-width: 50%;
    flex: 0 0 48%;
}
 
.elementor-element-3c9fa13 .form {
    flex-wrap: wrap;
}
 
.elementor-element-3c9fa13 p {
    margin-top: 20px;
}
/*image box for home page*/
.icon-box{
     position:relative;
}
.icon1{
  background-color: #180752;
  padding: 12px;
   
    position:absolute;
    top:-40px;
    left:12px;
      transition: transform 0.3s ease;
        display: inline-block;  
}
.icon-box:hover .icon1{
     transform: translateY(-60px);
}

.icon-box1{
    position:relative;
}
.icon1{
transition: transform 0.7s ease-in-out;
	 height: 80px;
	 line-height: 50px !important;
	 width: 80px;
	 background-color: #180752;
	 top: -40px;
	 z-index: 9999;
	 left: 37px;
	 position: absolute;
}
.icon1 img{
    /* opacity:0; */
    height:50px;
    width:50px;
    position:absolute;
    left: 15px;
    top: 18px;
}
.icon-box h4{
 color:black;
 font-family: "poppins",sans-serif;
	 font-weight:600;
	 font-size:22px;
     text-align: left;
}	


.icon-box p{
    	  font-family: "poppins",sans-serif;
    	 font-weight:400;
    	 font-size:15px;
    	 color:black;
    	 padding-top:10px;
    	 text-align: left;
    	
}
.test-im img{
    border-radius:25px;
    margin: auto;
    width: 100%;
  
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
}
.cta-button {
  display: inline-block;
  padding: 10px 20px;
  background-color:#180752;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.cta-button:hover {
  background-color: #EC695F;
  transform: translateY(-2px);
  color:white;
}

.cta-button:active {
  transform: translateY(0);
}
/*fixed icons side for whole site*/
.show_links {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    bottom: 100px;
    gap: 15px;
    right: 30px;
    z-index: 9999;
}
.ph img {
    width: 35px;
    height: 35px !important;
    filter: drop-shadow(2px 3px 5px black);
}
.elementor-widget:not(:last-child) {
    /* --kit-widget-spacing: 20px; */
}
/*form validation message*/
 .ekit-form form label span {
    color: red !important;
}.ekit-form form label span {
    /*color: #777777;*/
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
      color: red !important;
}
/*contact star colors*/
.ekit-wid-con .ekit-form form label span {
    color: #777;
    font-size: .8125rem;
     display: contents !important; 
}
.wpcf7-not-valid-tip{
    display: block !important;
}

/* services */
.service1-section-area .service1-boxarea{
    position: relative;
    z-index: 1;
    border-radius: 16px;
    background: #fff;
    padding: 28px;
    transition: all .4s;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .09);
}
.service1-section-area .service1-boxarea:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    transition: all .4s;
    left: 50%;
    border-radius: 16px;
    background: linear-gradient(90deg, #2e0797 0, #726efc 100%);
    visibility: hidden;
    opacity: 0;
    top: 0;
    z-index: -1;
}
.service1-section-area .service1-boxarea:hover:after{
    visibility: visible;
    opacity: 1;
    transition: all .4s;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.service1-section-area .service1-boxarea .icons {
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    transition: all .4s;
    display: inline-block;
    background: linear-gradient(90deg, #2e0797 0, #726efc 100%);
}
.service1-section-area .service1-boxarea:hover .icons{
    transform: rotateY(-180deg);
    transition: all .4s;
}
.icons img {
    width: 40px;
    height: 40px;
    margin: 15px auto;
}
.service1-section-area .service1-boxarea .arrow {
    position: absolute;
    right: -100px;
    top: -100px;
    transition: all .8s;
}
.service1-section-area .service1-boxarea:hover .arrow {
    top: 16px;
    right: 16px;
    transition: all .6s;
}
.service1-section-area .service1-boxarea .arrow a {
    height: 35px;
    width: 35px;
    text-align: center;
    transition: all .4s;
    display: inline-block;
    background: #fff;
    color: #2e0797;
    line-height: 38px;
    border-radius: 50%;
    transform: rotate(-45deg);
}

.space24 {
    height: 24px;
}
.service1-section-area .service1-boxarea a {
    color: #050734;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    text-decoration:none;
    display: block;
    transition: all .4s;
}
.service1-section-area .service1-boxarea:hover a{
    color: #fff;
    transition: all .4s;
}
.space16 {
    height: 16px;
}
.service1-section-area .service1-boxarea p {
    color: #37385c;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    transition: all .4s;
    margin: 0px;
}
.service1-section-area .service1-boxarea:hover p {
    color: #fff;
    transition: all .4s;
    opacity: 80%;
}
.space24 {
    height: 24px;
}
.service1-section-area .service1-boxarea h5{
    color: #2e0797;
    margin: 0px;
    font-family: "poppins",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    padding-left: 68px;
    position: relative;
    z-index: 1;
    transition: all .4s;
}
.service1-section-area .service1-boxarea:hover h5{
    color: #fff;
    transition: all .4s;
    padding-left: 0;
}
.service1-section-area .service1-boxarea:hover h5:after{
    background: #fff;
    transition: all .4s;
    left: 26px;
}
.service1-section-area .service1-boxarea h5:after{
    position: absolute;
    z-index: 1;
    content: "";
    height: 2px;
    width: 60px;
    left: 0;
    top: 6px;
    transition: all .4s;
    background: linear-gradient(90deg, #2e0797 0, #726efc 100%);
}
.service1-section-area .service1-boxarea:hover a svg {
    color: #2e0797;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
/*services homepage*/
.ast-single-post .entry-content a{
    text-decoration: none;
}
/*mega-menu*/
.menu1{
    margin-left:103px;
    margin-right:98px;
}
.menu{
    margin-left:-25em;
    margin-top:5px;
}

.it-solutions {
    display: flex;
    justify-content: flex-start;
    gap:15px;
    margin-bottom:20px;
     background-color: #f0f0f0; /* light gray background, change as needed */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* subtle shadow */
  padding: 12px;
  border-color:#180752;
  align-items: center;
  /*justify-content: center;*/
}
.it-solutions img {
    width: 20px;
    /*filter: drop-shadow(0px 1px 2px #141D3B);*/
    transition: .5s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* subtle shadow */
  padding: 12px;
  background-color:#180752;
  align-items: center;
 
  width: 48px;  /* adjust size as needed */
  height: 48px;
  border:1px solid white;
  border-radius: 15px;
  
}
.it-solutions.pabx {
    padding-right: 60px;
}
.it-solutions div span {
    font-size: 15px;
    color: #141D3B;
    font-weight: 600;
     font-family: "poppins",sans-serif;
}
.it-solutions p {
    font-size: 13px;
    color: #141D3B;
    margin-bottom: 0; font-family: "poppins",sans-serif;
}
.it-solutions div span:hover{
    color:#DB6F2C;
}
/*home-aboutus section*/
.elementor-widget-wrap {
    /* align-content: flex-start; */
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

/*slider about us page*/
.elementor-12 .elementor-element.elementor-element-31288dd .wpr-testimonial-content-inner

 {
    padding: 25px 25px 50px 50px;
    border-style: none;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px;
}
/* home section services */
.icon-box {
 position: relative;
		height:280px;
		padding:40px;

	 
}
.icon-shape{
	 transition: transform 0.3s ease;
   height: 80px;
                line-height: 50px !important;
                width: 80px;
                border-radius: 50px;
                border:3px solid white;
                background-color: #180752;
                top: -40px;
                z-index: 9999;
                left: 12px;
                position: absolute;
                
              
}
.icon-box:hover .icon-shape{
     transform: translateY(-60px);
}
.icon-shape img{
    /* opacity:0; */
    height:40px;
    width:35px;
    position:absolute;
    left: 20px;
   top: 18px;
}

.icon-box h4{
 color:black;
	 font-family: "poppins",sans-serif;
	 font-weight:600;
	 font-size:22px;
     text-align: left;
}	


.icon-box p{
    	  font-family: "poppins",sans-serif;
    	 font-weight:400;
    	 font-size:15px;
    	 color:black;
    	 padding-top:10px;
    	 text-align: left;
    	
}

  /* .test_home {
  position: relative;
  z-index: 1;
}

.testimonial-image {
  position: relative;
  overflow: hidden;
}

.testimonial-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(
    90deg,
    rgba(46, 7, 151, 0.3) 0%,   /* ✅ Transparent color */
/*    rgba(114, 110, 252, 0.3) 100% );*/
/*  opacity: 0;*/
/*  transition: opacity 0.3s ease;*/
/*  z-index: 1;*/
   /* So it won't block clicks */
/*}*/

/* ✅ Effect only on the hovered slider */
/*.test_home:hover .testimonial-image:after {*/
/*  opacity: 1;*/
/*} */
.testimonial-image {
      position: relative;
    overflow: hidden;
}
.testimonial-image:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.testimonial-image:hover:after {
  height: 250%;
    transition: all .6s linear;
    background-color: rgba(0,0,0,0);
}
.elementor-21 .elementor-element.elementor-element-3b54f9c.elementor-position-left .elementor-image-box-img {
    margin-right: 0px;
}
/*.Cf7_img .elementor-21 .elementor-element.elementor-element-1d48305 .elementor-image-box-img img {*/
/*    background-color:#180752;*/
/*    padding:12px;*/
/*}*/
.elementor-21 .elementor-element.elementor-element-1d48305 .elementor-image-box-img img {
    background-color:#180752;
    padding:12px;
}
.elementor-21 .elementor-element.elementor-element-1d48305 {
      position: relative;
    z-index: 1;
}
.elementor-21 .elementor-element.elementor-element-1d48305:after{
     position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    transition: all .4s;
    left: 50%;
    border-radius: 16px;
    background: linear-gradient(90deg, #2e0797 0, #726efc 100%);
    visibility: hidden;
    opacity: 0;
    top: 0;
    z-index: -1;
}
.elementor-21 .elementor-element.elementor-element-1d48305:hover:after{
     visibility: visible;
    opacity: 1;
    transition: all .4s;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.elementor-21 .elementor-element.elementor-element-16b2a6d .elementor-image-box-img img {
     background-color:#180752;
    padding:12px;
}
.elementor-21 .elementor-element.elementor-element-16b2a6d {
      position: relative;
    z-index: 1;
}
.elementor-21 .elementor-element.elementor-element-16b2a6d:after{
     position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    transition: all .4s;
    left: 50%;
    border-radius: 16px;
    background: linear-gradient(90deg, #2e0797 0, #726efc 100%);
    visibility: hidden;
    opacity: 0;
    top: 0;
    z-index: -1;
}
.elementor-21 .elementor-element.elementor-element-16b2a6d:hover:after{
     visibility: visible;
    opacity: 1;
    transition: all .4s;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.elementor-21 .elementor-element.elementor-element-3b54f9c .elementor-image-box-img img

 {
    background-color:#180752;
    padding:12px;  
 }
.elementor-21 .elementor-element.elementor-element-3b54f9c{
     position: relative;
    z-index: 1;

}
.elementor-21 .elementor-element.elementor-element-3b54f9c:after{
     position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    transition: all .4s;
    left: 50%;
    border-radius: 16px;
    background: linear-gradient(90deg, #2e0797 0, #726efc 100%);
    visibility: hidden;
    opacity: 0;
    top: 0;
    z-index: -1;
}
.elementor-21 .elementor-element.elementor-element-3b54f9c:hover:after{
     visibility: visible;
    opacity: 1;
    transition: all .4s;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.con-img {
    position: relative;
    overflow: hidden;
}
.con-img:after
 {
    content: "";
    position: absolute;
    width: 200%;
    height: 0;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.con-img:hover:after {
    height: 250%;
    transition: all .6s linear;
    background-color: rgba(0,0,0,0);
}

.test_home .ekit-wid-con .ekit_testimonial_style_6 .elementskit-single-testimonial-slider {
    padding: 30px;
    display: block;
    height: 550px;
}
.test .ekit-wid-con .ekit_testimonial_style_6 .elementskit-single-testimonial-slider {
    padding: 30px;
    display: block;
    height: 600px;
}

a.bdt-position-bottom-right.bdt-prime-slider-previous.bdt-icon.bdt-slidenav-previous.bdt-slidenav {
    display: none;
}
a.bdt-position-bottom-right.bdt-prime-slider-next.bdt-icon.bdt-slidenav-next.bdt-slidenav {
    display:none;
}
.q-img {
  position: relative;
  overflow: hidden; /* Ensure overlay doesn't spill out */
}

.q-img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0; /* Initially hidden */
 background: rgba(255, 255, 255, 0.5); /* Change to your desired color */
  transition: height 0.4s ease-in-out;
  z-index: 2;
}

.q-img:hover::after {
  height: 100%; /* Expands from bottom to top */
}
.elementor-12 .elementor-element.elementor-element-8b0924b .elementskit-commentor-bio .elementskit-commentor-image > img {
    height:300px;
    width:300px;
    border-radius:15px;
}

.elementor-12 .elementor-element.elementor-element-5df8eef .elementskit-commentor-bio .elementskit-commentor-image > img {
    height:300px;
    width:300px;
}
.icon-box1{
    position:relative;
}
  .icon-product{
  background-color: #180752;
  padding: 12px;
   
    position:absolute;
    top:--51px;
    left:61px;
      transition: transform 0.3s ease;
        display: inline-block;
        border-radius:58px;

}
.icon-box1:hover .icon-product{
     transform: translateY(-60px);
}
.icon-box1 {
 position: relative;
 padding: 60px 0px 0 0px;
}
.icon-product{
	 transition: transform 0.7s ease-in-out;
	 height: 80px;
	 line-height: 50px !important;
	 width: 80px;
	 background-color: #180752;
	 top: -40px;
	 z-index: 9999;
	 left: 37px;
	 position: absolute;
	 padding:30px;
}
.icon-product img{
    /* opacity:0; */
    height:50px;
    width:50px;
    position:absolute;
    left: 15px;
    top: 18px;
}

.icon-box1 h4{
 color:black;
 font-family: "poppins",sans-serif;
	 font-weight:600;
	 font-size:22px;
     text-align: center;
}	


.icon-box1 p{
    	  font-family: "poppins",sans-serif;
    	 font-weight:400;
    	 font-size:15px;
    	 color:black;
    	 padding-top:10px;
    	 text-align: center;
    	
}
.test-image img{
    border-radius:25px;
    margin: auto;
    width: 75%;
    padding:30px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
}


.position {

    position: absolute;

    top: -15px;

    left: -10px;

    background-color: #3e54a4;

    color: #fff;

    font-size: 15px;

    border-radius: 50%;

    width: 45px;

    height: 45px;

    z-index: 2;

    line-height: 50px;

}

@keyframes ripple {

    0% {

        -webkit-transform: scale(1);

        transform: scale(1);

        opacity: 0

    }
 
    30% {

        opacity: .4

    }
 
    100% {

        -webkit-transform: scale(1.8);

        transform: scale(1.8);

        opacity: 0

    }

}

.pro_card .position::before{

    content: "";

    position: absolute;

    inset: 0;

    background-color: #3e54a4;

    z-index: -1;

    border-radius: 50%;

    transition: all ease .4s;

    animation-duration: 2s;

    animation-timing-function: ease-in-out;

    animation-iteration-count: infinite;

    animation-name: ripple;

}

.position {
    position: absolute;
    top: -15px;
    left: -10px;
    background-color: #3e54a4;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 2;
    line-height: 40px;
}

@keyframes ripple {

    0% {

        -webkit-transform: scale(1);

        transform: scale(1);

        opacity: 0

    }
 
    30% {

        opacity: .4

    }
 
    100% {

        -webkit-transform: scale(1.8);

        transform: scale(1.8);

        opacity: 0

    }

}

.pro_card .position::before{

    content: "";

    position: absolute;

    inset: 0;

    background-color: #3e54a4;

    z-index: -1;

    border-radius: 50%;

    transition: all ease .4s;

    animation-duration: 2s;

    animation-timing-function: ease-in-out;

    animation-iteration-count: infinite;

    animation-name: ripple;

}

/*internal page choose us*/
.section{
   max-width: 1200px;
      margin: 0 auto;
     margin:20px 0px;
      text-align: center;  
}
.section h2 {
      font-size: 2.8rem;
      margin-bottom: 50px;
      color: #111;
      font-weight: 700;
    }
.why-section {
      max-width: 1227px;
      margin: 0 auto;
     
      text-align: center;
    }

    .why-section h2 {
      font-size: 2.8rem;
      margin-bottom: 50px;
      color: #111;
      font-weight: 700;
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 40px;
    }
.card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
  display:flex;
  align-items:center;
 
  gap:15px;
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(135deg, #00D4FF, #007BFF, #FF00D4);
  background-size: 300% 300%;
  animation: gradient-border 3s ease infinite;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.card:hover::before {
  opacity: 1;
}

@keyframes gradient-border {
  0% { background-position: 0% 50%; }
  40% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 50%;
  background: linear-gradient(135deg, #180752, #00D4FF);
  padding: 5px;
  transition: transform 0.4s, box-shadow 0.4s;
}

.card:hover .icon img {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 0 15px rgba(0, 123, 255, 0.4);
}

.card h3 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #180752;
    margin:0;
           
    transition: color 0.3s;
}

.card:hover h3 {
  color:#fff;
}
.choose{
    background-color:#F0F5FA;
}
/*careers page */
.form-rowc p {
    display: flex !important;
    justify-content: space-between;
    gap: 10px;
}
.form-rowc.name-email {
    margin-bottom: 20px;
}
/*header social media insragram icon color*/
.elementor-social-icon-instagram {
    background: radial-gradient(circle farthest-corner at 35% 90%,#fec564,transparent 50%),radial-gradient(circle farthest-corner at 0 140%,#fec564,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),linear-gradient(#6559ca,#bc318f 30%,#e33f5f 50%,#f77638 70%,#fec66d 100%);
}
    @media (max-width: 768px) {
      .why-section h2 {
        font-size: 2.2rem;
      }
    }
    /*mega-menu responsive*/
    @media (max-width: 768px) {
    .menu {
        margin-left: 0;
    }
}
@media (max-width: 768px) {
  .it-solutions {
    flex-direction: column; /* stack items vertically */
    align-items: flex-start; /* align items to the left */
    padding: 10px;
    gap: 10px;
    text-align: left;
  }

  .it-solutions img {
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  .it-solutions.pabx {
    padding-right: 0; /* remove extra right padding */
  }

  .it-solutions div span {
    font-size: 14px;
  }

  .it-solutions p {
    font-size: 12px;
  }
}@media (max-width: 768px) {
  .menu1 {
   width:100%;
   margin:0px;
  }
}
@media (max-width: 768px) {
  .menu1 {
    margin-left: 0;
    margin-right: 0;
  }

}
@media (max-width: 768px) {
    .icon-product{
	 transition: transform 0.7s ease-in-out;
	 height: 80px;
	 line-height: 50px !important;
	 width: 80px;
	 background-color: #180752;
	 top: -40px;
	 z-index: 9999;
	 left: 37px;
	 position: absolute;
	 padding:0px;
}
.test-image img{
  padding:0px;  
}
}
@media (max-width: 768px) {
  .menu {
    margin-left: 0;  /* reset negative margin */
    margin-top: 10px;
  }

  .it-solutions {
    flex-direction: column; /* stack vertically on mobile */
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
  }

  .it-solutions img {
    width: 32px;
    height: 32px;
    padding: 6px;
  }

  .it-solutions div span {
    font-size: 14px;
  }

  .it-solutions p {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
    .elementor-element-3c9fa13 .form{
        flex-wrap: nowrap;
    }
  .it-solutions {
    align-items: center;
    text-align: center;
    gap: 8px;
  }

  .it-solutions img {
    width: 28px;
    height: 28px;
    padding: 5px;
  }

  .it-solutions div span {
    font-size: 13px;
  }

  .it-solutions p {
    font-size: 11px;
  }
}