/* Normal weight */
@font-face {
  font-family: 'Aller';
  src: url('/fonts/Aller_Rg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Bold weight */
@font-face {
  font-family: 'Aller';
  src: url('/fonts/Aller_Bd.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* Light weight */
@font-face {
  font-family: 'Aller';
  src: url('/fonts/Aller_Lt.ttf') format('truetype');
  font-weight: lighter;
  font-style: normal;
}

/* Italic style */
@font-face {
  font-family: 'Aller';
  src: url('/fonts/Aller_Ltlt.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}



*{

box-sizing:border-box;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--black);
  padding: 8px;
 
}
#header .navbar-nav .nav-link a{
font-size: 14px;

}


  :root {
    --white: #ffffff;
    --blue: rgb(70, 90, 181);
    --white-200: #f6f6f6;
    --black:#000;
}


body {
font-family: 'Aller', sans-serif!important;
}

p ,a {
color:black;
}
body[lang="ar"] .row {
flex-direction: row-reverse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
     font-weight: 800;
  line-height: 1.5;
}
/* Full Width Override */
.nav-link{
color: var(--black);
font-weight: 600;
}

.developer-post {
margin-bottom: 30px;
}

.developer-name {
font-size: 2rem;
font-weight: bold;
}

.developer-experience {
font-size: 1.2rem;
margin-top: 10px;
}

.developer-content {
margin-top: 20px;
}
.text-danger {
  color: red;
  font-size: 0.875rem;
  margin-top: 5px;
}

.is-invalid {
  border-color: red;
}
.post-badge{
background: var(--blue);
color: var(--white);
padding: 8px 22px;

}
.post-badge-1{
color: var(--blue);
background: var(--white);
padding: 8px 22px;
font-weight: 700;
border: 2px solid var(--blue);

}


p{
font-size: 18px;

color: var(--black);
line-height: 1.667;

}

h1, h2, h3, h4,h5,h6  {
font-family: 'Aller', sans-serif;
font-weight: 700;
}

#menu-main-menu .menu-item-15424 {
margin-left: auto;
padding-left: 50px;

}
.dev-banner-en{
 
  background-image: url('/assets/images-team/dev-pol.png') ;
  background-size: cover; 
            background-position: center; 
            display: flex; 
            align-items: center; 
            color: white; 
            padding: 52px; 
            min-height: 60vh;
}



.about-banner{
 
  background-image: url('assets/images-team/About.png'); 
  background-size: cover; 
  background-position: center; 
  display: flex; 
  align-items: center; 
  color: white; 
  padding: 52px; 
  height: 60vh;
  }
/*Headings*/

.main-heading, .team-heading,.process-heading,.about-heading{
font-family: 'Aller', sans-serif !important;
line-height: 1.118;
font-weight: bold;

color: black;
}
.main-heading{
font-size: 60px;
}
.team-heading{
font-size: 60px;

}
.services-banner{
  padding:100px;
}
.inner-heading {
font-size: 28px;
font-weight: 700!important;
}
.about-heading{
font-size: 50px;
font-weight: 700!important;
}
/*Footer Section*/
.footer-inner-headings{
font-family: 'Aller', sans-serif !important;
line-height: 1.118;
font-weight: bold;
color: white;
padding-bottom: 10px;
font-size: 21px;
position: relative;
display: inline-block;
margin-bottom: 12px;
}

.footer-inner-headings a{
color: white!important;
text-decoration: none!important;
}
.footer-inner-headings::after {
content: "";
position: absolute;
bottom: 0;
left: 10%; 
width: 40%; 
height: 2px; 
background-color:  rgb(12, 136, 196); 
}
.info-badge {
  border-radius: 60px;
  padding: 10px 20px;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  color: white;
  position: relative; 
}

.info-badge img {
  
  margin-right: 0px;
  position: relative; 
  border-radius: 0px!important;
  object-fit: contain!important;
  margin-left: -6px;
  margin-right: 6px;
  left: 4px;
}

.info-badge::before {
  content: '';
  position: absolute;
  left: 9px; 
  top: 50%; 
  transform: translateY(-50%); 
  width: 55px;
  height: 55px;
  background-color: rgb(255, 255, 255); 
  border-radius: 50%; /* Circle shape */
  z-index: 0; 
}
  .info-badge p {
    margin: 15px;
    padding-left: 8px;
    font-weight: bold;
    line-height: 1.375;
    font-size: 15px;
    color: white;
  text-align: left;
  }

/* Positioning Info Badges */
.badge-1 {
  position: absolute;
    top: 379px;
  transform: translate(-50%, -50%);
  background-color: rgb(63, 188, 248);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    width: 322px;
    height: 74px;
    z-index: 16;
    left: 152px;
}

.badge-2 {
  position: absolute;
  top: 40%; /* On the right side */
  transform: translate(50%, -50%);
  background-color: rgb(235, 86, 123);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  width: 240px;
  height: 70px;
  z-index: 24;
  left: 255px;
}
.badge-3 {
  position: absolute;
  transform: translate(50%, 50%);
  background-color: rgb(70, 90, 181);
  top: 455px;
  width: 315px;
  height: 74px;
  z-index: 20;
  left: 178px

}


.icons-blue {
  margin-right: 12px;
}
.badge-language-blue, .badge-language-white{

    height: 25px;
    padding: 0 15px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  border-radius: 100px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .badge-language-blue{
    background-color: var(--blue);
    color: var(--white);
  }
  .badge-language-white {
    color: var(--blue);
    border: 2px solid var(--blue);
}


.navbar-nav > .nav-item:last-child .dropdown-toggle::after {
  color: #5116d2 !important; 
}

#footer{
background-color: black;
overflow-x: hidden!important;
}
html[data-page="/about"] #footer {
  padding-top: 60px !important;
}

 .accordion-button {
          background-color: white;
          font-size: 19px;
          font-weight: 700;
          color: black;
          padding: 16px 32px; 
          border-radius: 0.375rem;
      }



      /* Accordion item styling */
      .accordion-item {
          margin-bottom: 12px;
          border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
          padding: 8px;
      }

      .accordion-collapse {
          padding: 10px;
         
      }

      .accordion-body {
          padding: 1.5rem 1.5rem;
          border-top: 1px solid #ddd;
          font-size: 18px;
          color: #000;
      }

      .accordion-item.accordion-collapse.show {
        border: 2px solid red;
        border-radius: 5px; 
        transition: border 0.3s ease;
      }
      
      .accordion-collapse {
        border: none; 
      }
      .accordion-button:not(.collapsed) {
        color: var(--bs-accordion-active-color);
        background-color: transparent;
        box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
      }
      .accordion-button:not(.collapsed) {
        color: var(--bs-accordion-active-color);
        background-color: transparent;
        box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #fff;
      }
     
      


/*Homepage Css*/
.hero-content p {
font-size: 23px;
font-family: "Aller";
color: rgb(45, 45, 45);
line-height: 1.652;
font-weight:500;
}

.hero-image img {
max-width: 100%;
border-radius: 20px;
object-fit: cover;
}
.team-btn{
border-radius: 10px;
background-color: var(--blue);
font-size: 18px;
font-family: "Aller";
color: rgb(255, 255, 255);
font-weight: bold;
line-height: 1.667;
padding: 6px 30px;

}
.team-btn:hover{
background-color:var(--white);
color: var(--blue);
}
.btn-gradient {
  border-radius: 10px;
  background: linear-gradient(-3deg, rgb(234, 86, 122) 0%, rgb(70, 90, 181) 99%);
  border: none;
  font-size: 18px;
  font-family: "Aller", sans-serif;
  color: #fff;
  font-weight: bold;
  line-height: 1.667;
  padding: 11px 40px;
  transition: all 0.3s ease-in-out;
  padding: 6px 30px;
}


.btn-gradient:hover {
  opacity: 0.9;
  transform: scale(1.05);
  color: white !important;;
}
.dev-about-en{
background-image: url('/assets/images-team/About.png');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: white;
  padding: 52px;
  min-height: 60vh;
}

/*****************************************************CSS for homepage hero section badges*********************************************/


/**********************************************************END BADGES SECTION********************************************************/

/*Services Section*/


.small-heading,.small-heading-left,.testimonial-small-heading{
font-size: 25px;
font-family: "Aller"!important;
color:var(--blue);;
font-weight: bold;
text-transform: uppercase;
line-height: 2.6;
letter-spacing: 2px;

}
.testimonial-small-heading{
font-size: 15px;
}

.card-heading h3 {
font-weight: 800 !important;
}


.dotted-background {
position: relative;

overflow: hidden;
}




.icon-box {
  background-color: white;
  padding: 30px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  text-align: left;
  border: 2px solid #ddd;
  border-radius: 10px;
}

.icon-box img{
border: 2px solid var(--blue);
padding: 10px;
border-radius: 8px;
object-fit: contain;
height: 80px;

}
.icon-box{
box-shadow: 12px 12px 15px rgba(185, 111, 111, 0.1);
}
.icon-box p{
  font-size: 17px;
  color: rgba(0, 0, 0, 0.878);
}
.icon-box a {
color: var(--blue)!important;

}
.icon-box:hover{
background-color: var(--blue)!important;
color: white;
border: 2px solid var(--blue);
}
.icon-box:hover a,
.icon-box:hover p  {
color: white!important; 
}
.icon-box:hover img{
background-color: white!important;
bottom: 2px solid white!important;
}
/*Our Process CSS*/


.custom-card {
background-color: #fff;
border: 1px solid #fff;
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08); 

  border-radius: 15px;
  
  
transition: transform 0.3s ease, box-shadow 0.3s ease; 
border-radius: 20px;
padding: 12px;
}
.custom-card:hover {
transform: translateY(-5px); 
box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2); 
}
.custom-card .card-body {
padding: 20px;
}
.image-container {
width: 120px;
height: 120px;
margin: 0 auto;
padding-top: 12px;

}
.icon-image {
width: 100%;
height: 100%;
object-fit: contain; 

}

/*******************************************************************Css for the contact us section*********************************/
.blue-divider {
border-top: 3px solid var(--blue); 
width: 40%; 
margin-left: -12px;
margin-bottom: 12px;
margin-top: 12px;
}
.footer-divider {
border-top: 1px solid #535354; 
width: 100%; 
text-align: center;
margin-top: 22px;
margin-bottom: 22px;
}

.social-icons a{
  width: 40px; 
   height: 40px; 
   display: inline-flex; 
   justify-content: center; 
   align-items: center;
   border-radius: 50%;
 }
 
 



.image-box-home .description {
margin-left: 15px;
}

.description h5{
margin-bottom: 10px;
font-size: 1.1rem;
font-weight: 700;
text-transform: uppercase;
}


.description a {
margin: 0;
font-size: 19.608px;
font-family: "Aller";
color: rgba(0, 0, 0, 0.878);
line-height: 1.5;
text-decoration: none;

}

.phone-heading {

  font-size: 33px!important;
  font-family: "Aller";
  color: rgb(69, 89, 178)!important;
  font-weight: bold;
  line-height: 0.753;
  

}
.contact-column {

box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
padding: 40px; 
margin-top: 10px; 
border-radius: 40px;
border: 1px solid #ededed;
border-top: 5px solid var(--blue); 
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 

}

.hire-form h2{
font-size: 28px;
}
.hire-form p{
  font-size: 18px;
  font-weight: 600;
}
.hire-form a{
  font-size: 19px;
  color:rgba(5,22,77,.8);
  font-weight: 600;
}
.hire-form a:hover{
  color: var(--blue);
}
.form-control {
  border-radius: 5px;
  font-size: 16px;
  line-height: 19px;
  color:#c6c6c6;
  padding: 15px 35px 15px 18px;
  border: .9px solid #d9d9d9;
 
  background: transparent;
  width: 100%;

}
.form-label {
  margin-bottom: .5rem;
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #3f3f3f;
  text-transform: capitalize;
}
.textarea-with-upload {
  position: relative;
}

.textarea-with-upload textarea {
  width: 100%; 
  resize: none; 
  padding-bottom: 40px; 
}

.file-input {
  display: none;
}

.upload-button {
  position: absolute;
  bottom: 30px!important;
  right: 10px; 
  background-color:#f7f7f7;
  color: black; 
  padding:10px 31px; 
  border: 2px solid rgb(222, 222, 222);
  cursor: pointer;
  border-radius: 5px; 
  z-index: 1; 
}

#file-notification {
  position: absolute;
  bottom: -54px; 
  left: 0;
  color: green;
  font-size: 14px;
  display: none;
  white-space: nowrap;
}


/*********************************************************END Contact us**********************************************************/



/**************************************************************Steps Css*****************************************************/

.step-heading {
font-size: 16px;
font-family: "Aller";
color: var(--blue);
font-weight: bold;
line-height: 1.875;
text-align: center;
text-transform: uppercase;
}
.icon-box-heading {
color: black;
font-size: 22px;
font-weight: 600;
}
/*Css for last section*/
.step-boxes{
padding: 22px;
border: 2px solid transparent;
border-radius: 27px;
background-color: rgb(255, 255, 255);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
position: relative;
width: 80%;
transition:border-color 0.2s ease-in-out;
}
.step-boxes:hover{
border: 2px solid var(--blue);
  border-left: 4px solid var(--blue);
}



.step-icon-inner{
  padding-left: 21px;
}
.step-icon-inner-second{
  padding-left: 31px;
}
.extended-svg {
position: absolute;
left: -69px;
top: 32%;
transform: translateY(-50%);
z-index: 10;

}
.extended1 {
left: 99px;
position: absolute;
left: -60px;
top: 51%;
transform: translateY(-50%);
z-index: 10;
}



.line-svg {
left: 299px;
position: absolute;
left: -60px;
top: 51%;
transform: translateY(-10%);
transform: translatex(04%);
z-index: 5;
}
.line1 {
position: absolute; 
transform: translateY(-01%);
transform: translateX(51%);
z-index: 11; 
display: none!important;
}




.line1 {
position: absolute;
left: 50%;  
top: 50%;   
margin-left: -3.5px; 
margin-top: -23.5px;
z-index: 11;}

.extended2 {
  left: 99px;
  position: absolute;
  left: -60px;
  top: 70%;
  transform: translateY(-50%);
  z-index: 10;
}
/*BADGES RESPONSIVNESS*/


/*******************DEVELOPERS PAGE****************************************************/


.dev-box h4{
font-size: 22px;
font-weight: bold;
margin-top:19px;
}
.step-background-container {
position: relative;
}
/*Developers-page What to start*/
.background-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: -1;
}

.step-container {
position: relative;
z-index: 1;
}

.step-circle-1 {
position: relative;
z-index: 2;
}
.step-circle-1 img{
margin-top:52px;
width: 67%;

}
.step-circle-2 {
position: relative;
z-index: 2;
}
.step-circle-2 img{
  width: 67%;
}
.step-text {
        margin-top: 15px;
        font-size: 22px;
        font-weight: bold;
        color: #000;
        line-height: 27px;
        margin-left:12px;
        margin-right: 12px;
    }
    

.team-card{
border-radius: 20px;
background-color: rgb(255, 255, 255);
box-shadow: -10px 0px 30px 0px rgba(0, 0, 0, 0.06);
}
.team-card-body {
padding: 22px;
}
.heading-container {
display: flex;
align-items: center;
justify-content:center;
text-align: center;
}
.gradient-heading {


background-image: -moz-linear-gradient(-3deg, rgb(234, 86, 122) 0%, rgb(70, 90, 181) 99%);
background-image: -webkit-linear-gradient(-3deg, rgb(234, 86, 122) 0%, rgb(70, 90, 181) 99%);
background-image: -ms-linear-gradient(-3deg, rgb(234, 86, 122) 0%, rgb(70, 90, 181) 99%);
-webkit-background-clip: text; 
-moz-background-clip: text;   
background-clip: text;        
color: transparent;            

font-size: 63px;
}

.about-contact-column{
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
padding: 40px;
margin-top: 10px;
background-color: white;
bottom: -89px;

}
.about-contact-column {
position: relative; 
}

.about-contact-column::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5px;
background: linear-gradient(-3deg, rgb(234, 86, 122) 0%, rgb(70, 90, 181) 99%); 
}



@media (max-width: 1024px) {
.chose-section::after {
  display: none!important;
}
}
.dev-card{
border-radius: 20px;
  background-color: rgb(255, 255, 255);
 
  border: 2px solid #e0e0e0;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.02);

}
.dev-text{
  font-weight:500;
 font-size: 16px;

}


.badge {
font-size: 12px;
padding: 6px 12px;
border-radius: 20px;
font-weight: bold;
}

.btn-dev-detail {
border-radius: 8px;
font-weight: bold;
color:var(--blue);
border:2px solid var(--blue);
padding: 6px 12px;
margin-top: 6px;
}
.btn-dev-detail:hover {


background:var(--blue);
color: white!important;

}
.carousel-control-prev-icon,
.carousel-control-next-icon {
background-color: #fff;
border-radius: 50%;
border: 2px solid #6c63ff;
width: 30px;
height: 30px;
}
.progress {
height: 4px;
}
.progress-bar {
background-color: var(--blue); 
transition: width 0.4s ease-in-out;
}

.progress-bar-remaining {
background-color: #e9ecef; 
height: 4px;
}

/* Flex layout for navigation controls and progress bar */
.carousel-control-prev,
.carousel-control-next {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
margin: 0;
}

.custom-carousel-prev,
.custom-carousel-next {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
margin: 0;
}

.custom-carousel-prev-icon,
.custom-carousel-next-icon {
background-color: transparent;
border-radius: 50%;
border: 2px solid #6c63ff;
width: 30px;
height: 30px;
}
.custom-carousel-prev {
background: transparent;
border-radius: 32px;
border: 2px solid red;
}
.caro-btn{
display:flex;
}
.custom-carousel-next,.custom-carousel-prev{
background: transparent;
border-radius: 32px;
border: 1px solid var(--blue);
margin: 10px;
}
.custom-carousel-next:hover,.custom-carousel-prev:hover{
background: var(--blue);
border-radius: 32px;
border: 1px solid var(--blue);
margin: 10px;
}
.custom-carousel-next,.custom-carousel-prev i{
color:var(--blue);
}
.custom-carousel-next:hover,.custom-carousel-prev:hover i{
color:white;
}

footer a {
text-decoration: none!important;
}
.border-blue {
border: 2px solid rgb(12, 136, 196); 
}
/* Show the dropdown menu when hovering over the dropdown link */
.nav-item.dropdown:hover .dropdown-menu {
display: block;
opacity: 1;
visibility: visible;
}


#menu-main-menu .nav-item {
margin-right: 20px!important; 
}

#menu-main-menu .nav-item:last-child {
margin-right: 0!important; 
}
#footer-links{
float:right; 
text-align: right;}


/*About Page*/



@media (max-width: 768px) {
.about-banner {
    background-image: url("../assets/images-team/a-1.png");
    height: 35vh!important;
    
}
.hero-banner{
  overflow: hidden;
}
.services-banner{
padding: 50px;
}
.about-tech{
  font-size: 14px;
}
.dev-banner{
 
  height: 27vh!important;
}
#footer{
  padding: 12px;
}
.about-contact-column{
  bottom: 0;
}
.accordion-button{
  font-size: 16px;
}
.accordion-body{
  font-size: 15px;
  line-height: 1.3em;
}
.about-heading{
  text-align: center;
}
}


.badge-language,.badge-language-1,.badge-language-dev,.badge-language-1-dev{

  padding: 4px 24px;
border: 2px solid var(--blue);
border-radius: 22px;
font-weight: 700;

}
.badge-language-dev,.badge-language-1-dev{
padding: 1px 14px;

}
.badge-language-1,.badge-language-1-dev{
background-color: var(--blue);
color: white;

}
.badge-language,.badge-language-dev{
color: var(--blue);
background: white;
}


@media (max-width: 768px) {


.blue-divider{
  width: 50%;
  margin: 0 auto;
}
}
.chose-section {

position: relative;
text-align: center;
}


.chose-section::after {
content: '';
position: absolute;
bottom: 196px;
left: 103%;
transform: translateX(-50%);
width: 247.83px;
height: 3.83px;
background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22276.83px%22%20height%3D%223.83px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb%2874%2C%2046%2C%20131%29%22%20stroke-width%3D%221.22px%22%20stroke-dasharray%3D%224.88%2C%206.1%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20opacity%3D%220.502%22%20fill%3D%22none%22%20d%3D%22M0.610%2C0.610%20L275.610%2C0.610%20%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
}


.chose-section img {
z-index: 1; 
}

@media (max-width: 1398px) and (min-width: 768px) {
.ben-desk.d-none.d-lg-block {
    width: 126%;
}

}
.about-icons-container {
text-align: center;
margin-bottom: 15px;
margin: 12px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.about-image-wrapper {
position: relative;
border: 2px dashed #333;
border-radius: 50%;
padding: 10px;
width: 120px;
height: 120px;
display: flex;
justify-content: center;
align-items: center;
}

.about-icons-wrapper1 {
background-color: rgba(221, 210, 245, 0.53);
border-radius: 50%;
padding: 20px;
display: flex;
justify-content: center;
align-items: center;
}


@media (max-width: 991px) {
  .background-img {
      background-image: none; 
  }
}


 /* Form heading */
.contact-form h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--black);
}

/* Form group styling */
.form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-group h6 {
  font-size: 14px;
  margin-bottom: 5px;
  color: #333;
  font-weight: 700;
}

/* Input fields styling */
.input-field {
  width: 100%;
  padding: 10px 40px 10px 10px;
  border: 0px;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  font-size: 14px;
  color:black;
  box-shadow: none;
}

.input-field:focus {
  outline: none;
  border-color: var(--blue);
}


.icon {
  position: absolute;
  right: 10px;
  top: -2px;
  color: #546de5; 
  font-size: 18px;
  pointer-events: none;
  opacity: 0.5;
  transition: opacity 0.3s ease; 
}

.contact-left-icon {
  position: absolute;
  left: 10px;
  top: -2px;
  color: #546de5;
  font-size: 18px;
  pointer-events: none;
  opacity: 0.5;
  transition: opacity 0.3s ease; 
}


.form-group:focus-within .icon {
  opacity: 1; 
  color: var(--blue);
}


.submit-btn {
  background: var(--blue);
  color: #fff;
  font-size: 16px;
  padding: 10px 32px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  float: right;
  font-weight: 700;
}

.submit-btn:hover {
  background: #4056c8;
  color: white!important;
}

.form-control {
  font-weight: normal; /* Placeholder normal */
}

.form-control::placeholder {
  font-weight: normal; /* Ensure placeholder stays normal */
  opacity: 0.6; /* Optional: Makes the placeholder slightly faded */
}
.form-control:focus,
.form-control:not(:placeholder-shown) {
    font-weight: bold; /* User-entered text bold */
}
.container-y {
  padding-left: 3rem;
}
html[dir=rtl] .container-y {
  padding-right: 3rem;
  padding-left: 0;
}
.price-text{
  font-size: 18px;
}


@media (min-width: 1032px) and (max-width: 1336px){
  .badge-2{
    left: 163px;
   }
   .badge-3{
    left: 109px;
   }
  
}
@media (min-width: 992px) and (max-width: 1196px)  {
  .badge-2{
    left: 115px;
   }
  
  .badge-3{
    left: 7px;
   top: 413px;
  }
}
@media only screen and (max-width: 767px) {
  
  .info-badge {
    padding: 8px 15px;
    font-size: 0.8rem;
  }
  
  .info-badge img {
    width: 30px;
    height: 30px;
    margin-left: 0;
    margin-right: 5px;
  }
  
  .info-badge::before {
    width: 50px;
    height: 50px;
    left: 8px;
  }
  
  .info-badge p {
    font-size: 0.8rem;
    margin: 10px;
  }
  
  /* Adjust positioning of badges */
  .badge-1 {
    top: 320px;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    height: 60px;
  }
  
  .badge-2 {
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 230px;
    height: 60px;
  }
  
  .badge-3 {
    top: 400px;
    left: 50%;
    transform: translateX(-50%);
    width: 270px;
    height: 60px;
  }
  .step-boxes{
    width: 100%!important;
  }
}
  
  .accordion-item {
  border: 2px solid transparent !important; 
  transition: border 0.1s ease-in-out; 
  }
  
  
  
  .accordion-item:not(.show) {
  border: 2px solid transparent;
  border-radius: 14px;
  }
  .accordion-item:has(.show) {
    border: 2px solid var(--blue) !important;
}


  
  
  
  @media only screen and (max-width: 478px) {
  
  .info-badge {
    padding: 6px 12px;
    font-size: 0.75rem;
  }
  
  .info-badge img {
    width: 25px;
    height: 25px;
    margin-left: 0;
    margin-right: 5px;
  }
  
  .info-badge::before {
    width: 40px;
    height: 40px;
    left: 6px;
  }
  
  .info-badge p {
    font-size: 0.75rem;
    margin: 8px;
  }
  
  /* Adjust positioning of badges */
  .badge-1 {
    top: 301px;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
    height: 55px;
  }
  
  .badge-2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 55px;
  }
  
  .badge-3 {
    top: 370px;
    left: 50%;
    transform: translateX(-50%);
    width: 230px;
    height: 55px;
  }
  }
  @media only screen and (max-width: 320px){
    .badge-1 {
      top: 226px;}
      .badge-3 {
        top: 297px;}
  }
  
  @media (max-width: 991px) {
  .about-heading,.team-heading,.gradient-heading {
    font-size: 48px!important;
  }  
  .main-heading{
    font-size: 60px!important;
  }
  .step-boxes{
    width: 100%!important;
  }
  }
  
  /* For devices smaller than 576px (mobile only) */
  @media (max-width: 575px) {
  .about-heading,.team-heading{
    font-size: 28px!important;
  
  }
  .gradient-heading{
    font-size: 26px!important;
  }
  
  .main-heading{
    font-size: 36px!important;
  }
  .small-heading,.small-heading-left{
    font-size: 18px!important;
    line-height: 24px!important;
  }
  .team-heading {
    
    text-align: center;
  }
  .phone-heading,.inner-heading {
    font-size: 22px!important;
  }
  .container {
    padding-left: 10px!important;
    padding-right: 10px!important;
  }
  
  
  .step-circle-1 img, 
  .step-circle-2 img {
   width: 50%!important; 
   margin-top: 2px!important;
   
  }
  .step-text{
   font-size:18px!important
   }
   .price-text{
    font-size: 14px!important;
   }
   .accordion-item{
    padding: 0px!important;
    font-size: 17px!important;
  }
  }
  
  @media (max-width: 768px) {
    .badge-language,.badge-language-1{
padding: 2px 16px;
font-size: 14px;
    }
  .step-icon-inner,.step-icon-inner-second{
    padding-left: 0px;
  }
  .accordion-item{
    padding: 0px!important;
    font-size: 17px!important;
  }
  .accordion-button {
    font-size: 15px;
    padding-left: 22px;
  }

  
  
  }
  
  
  
  
  /* Mobile View */
  @media (min-width: 360px) and (max-width: 420px) {
  .extended1,.extended-svg,.line-svg,.extended2 {
    display: none!important;
  }
  .badge-1 {
    top: 221px;
  }
  .badge-2 {
    top: 40%;}
    .badge-3 {
      top: 300px;}

  }
 @media (max-width: 354){
  .badge-1 {
    top: 185px;
    width: 202px;
    
  }
  .badge-2 {
    top: 41%;
    
    width: 156px;
    
  }
    .badge-3 {
      top: 300px;}

      .accordion-item{
        padding: 0px!important;
        font-size: 17px!important;
      }
      .gradient-heading{
        font-size:28px;
      }
      
      
  
 }
.price-btn{
 background: transparent;
  color: white;
  padding: 11px 28px;
  border-radius: 10px;
}
.dev-image {
  top: -78px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  position: absolute;
  margin: 0 auto;
  display: flex;
  justify-content: center; 
}

  .gImage {
    width: 150px;
    height: 150px;
    object-fit: contain;
    border-radius: 200px;
    background: #eeeeee;
    border:1px solid #c0c0c0;
  }

 
 h5 .dev-link:hover {
  color: var(--blue) !important; 
  text-decoration: none;
}
#toggleFaqs {
  border: 0px;
}
.memberImage{

  width: 50%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.member-inner-card{
  background: #efefef;
  border-radius: 12px;
  margin-bottom: 4px;
}
.skill-card-header{
  padding: 14px;
  color: rgb(63, 188, 248);
  font-size: 29px;
  text-transform: uppercase;
  font-size: 26px;
}



.inner-skill-card:hover {
  transform: scale(1.05);
}
.skill-icon {
  width: 100px; 
  height: auto; 
  border-radius: 8px;
}
.inner-skill-card h5{
  font-size:17px;
}
.inner-skill-card {
  position: relative; 
}

.skill-card img {
  opacity: 0.7; 
  filter: grayscale(100%); 
  transition: filter 0.3s ease, opacity 0.3s ease; 
  width: 100%;
  width: 130px;
  height: 99px;
}

.skill-card:hover img {
  filter: grayscale(0%); 
  opacity: 1; 
}



.dev-card{
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  border: 2px solid #e0e0e0;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.02);
}
.mt-7{
  margin-top: 7.5rem;
}
.skill-card{

  border-radius: 10px;
  margin-top: 20px;
}
.skill-card:hover{
  background: #fff;
  box-shadow: 0 0 22px rgba(0,0,0,.14);
}
.about-footer{
  padding-top: 80px;
}



.accordion-button::after {
  background-image: none !important;
  content: "\002B"; /* Plus Sign */
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: none !important;
}


.accordion-button:not(.collapsed)::after {
  content: "\2212"; /* Minus Sign */
}

html[dir="ltr"] .accordion-button::after {
  right: 1rem;
}


html[dir="rtl"] .accordion-button::after {
  right: auto;
  left: 1rem;
}


.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  transform: translateY(-100%) !important;
  transition: none !important;
}
.experience-cards{
  background-color: #fbfbfb;
  border: 2px solid var(--blue);
  padding: 15px;
  border-radius: 15px;
}
.experience-cards h4{
  color: var(--blue);
  
}


.dev-card-new {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 15px;
  gap: 20px; 
}


.dev-layout {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%; 
}

.dev-img-container {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
}


.dev-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}


.dev-info {
  flex-grow: 1;
}
.dev-info a{
  color:var(--blue);
}
.dev-all-text{
  margin-top: 10px;
  position: relative;
  font-size: 14px;
  display: inline-block; 
    padding-bottom: 8px;
}
.dev-intro{
  font-size: 14px;
  margin-top:12px;
}
.dev-all-text::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: var(--blue);
  bottom: -5px; 
  left: 0;
}
[dir="rtl"] .dev-all-text::after {
  right: 0;
  left: auto;
  margin: 0;
}

@media screen and (min-width: 1200px) and (max-width: 1389px) {
  .chose-section::after {
    width: 190.83px;
  }
}
@media screen and (max-width: 1199px) {
  .chose-section::after {
    display: none;
  }
}


@media (max-width: 768px) {
 
    .dev-layout {
        flex-direction: column; 
        align-items: center; 
        text-align: center;
    }
    .dev-img-container {
      width: 100px;
      margin-bottom: 10px;
      height: 100px;
    }
    .dev-info {
      width: 100%; 
      display: flex;
      flex-direction: column;
      align-items: center; 
      text-align: center;
  }
    .btn-dev-detail {
        display: inline-block; 
    }
    .dev-all-text {
      display: block; 
      text-align: center; 
    }
    
    .dev-all-text::after {
      left: 50%; 
      transform: translateX(-50%); 
    }
    [dir="rtl"] .dev-all-text::after {
      right: 50%; 
      left: auto; 
      transform: translateX(50%); 
    }
    .dev-banner-en h4{
font-size: 14px;
    }
    .dev-banner-en p{
      font-size: 14px;
      width: 230px;
      max-width: 100%;
      display: block;
    }
    .dev-box h4{
      font-size: 18px;
    }
  }
  @media (min-width: 768px) and (max-width: 1024px){
    .dev-banner-en {
      min-height: 21vh; 
      background-size: contain; 
      background-color:#f4f4f4cc;
      background-repeat: no-repeat;

    }
    .dev-about-en{
      min-height: 21vh; 
      background-size: contain; 
      background-color:#f4f4f4cc;
      background-repeat: no-repeat;
    }
  }
  @media (max-width: 767px) {
    .dev-banner-en {
        min-height: 10vh; 
        padding: 20px; 
        background-size: contain; 
        background-color:#faf7f7cc ;
        background-repeat: no-repeat;
    }
    .dev-about-en{
      min-height: 20vh; 
      padding: 26px; 
      background-size: contain; 
     
      background-color:#f2f0fbcc ;
      background-repeat: no-repeat;
    }
    .dev-about-en p {
      font-size: 13px;
      width: 230px;
      max-width: 100%;
      display: block;
    }
    .about-image-wrapper p{
      font-size: 15px;
    }
  
}