body{
letter-spacing: 0.3px;



font-family: 'Outfit', sans-serif;

}
.logowidth1{
  width:200px;
}

.background1{
  background-color: #0F5377;
  padding:1% 5%
}
.flex{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.bold{
  font-weight: 900;
}
.primarycolor{
  color:#0F5377;
}
.margin_8{
  margin-top: 8%;
}
.margin_5{
margin-top: 5%;
}
.primarycolor2{
  color: #042638;
}
.grey{
  color:#999ea1;
}
p{
  color:
  rgb(121, 135, 161);
  font-size: 18px;

}
.color{
  color:
  rgb(121, 135, 161)
}
.widthtechnology{
  width:70%;
  margin-top: 3%;
}

.contactbutton{
  background-color: #0F5377;
  color:white;
  font-weight: bold;
  padding:16px 60px;
  border: none;
  border-radius: 40px;
  

}

.contactbutton:hover{
  background-color: white;
  color:#0F5377;
  font-weight: bold;
  padding:16px 60px;
  border: 1px solid #0F5377;
  border-radius: 40px;
  

}
.end{
  display: flex;
  justify-content: end;
  align-items: end;
  flex-direction: column;
}
.border{
  border: 3px solid #042638 !important;
  border-radius: 20px;
}
.heightbox{
height:440px;
}







/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member {
  background-color: var(--surface-color);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 5px;
  transition: 0.5s;
  padding: 30px;
  height: 100%;
}

@media (max-width: 468px) {
  .team .team-member {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
  }
}

.team .team-member .pic {
  overflow: hidden;
  width: 150px;
  border-radius: 50%;
  flex-shrink: 0;
}

.team .team-member .pic img {
  transition: ease-in-out 0.3s;
}

.team .team-member:hover {
  transform: translateY(-10px);
}

.team .team-member .member-info {
  padding-left: 30px;
}

@media (max-width: 468px) {
  .team .team-member .member-info {
    padding: 30px 0 0 0;
    text-align: center;
  }
}

.team .team-member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
}

.team .team-member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .team-member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 85%);
  bottom: 0;
  left: 0;
}

@media (max-width: 468px) {
  .team .team-member span::after {
    left: calc(50% - 25px);
  }
}

.team .team-member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .team-member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}

@media (max-width: 468px) {
  .team .team-member .social {
    justify-content: center;
  }
}

.team .team-member .social a {
  background: color-mix(in srgb, var(--default-color), transparent 94%);
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 36px;
  height: 36px;
}

.team .team-member .social a i {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 16px;
  margin: 0 2px;
}

.team .team-member .social a:hover {
  background: var(--accent-color);
}

.team .team-member .social a:hover i {
  color: var(--contrast-color);
}

.team .team-member .social a+a {
  margin-left: 8px;
}








/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/
.why-us {
  padding: 30px 0;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.why-us .content p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.why-us .faq-container .faq-item {
  background-color: var(--surface-color);
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.why-us .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.why-us .faq-container .faq-item h3 {
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  margin: 0 30px 0 0;
  transition: 0.3s;
  cursor: pointer;
}

.why-us .faq-container .faq-item h3 span {
  color: var(--accent-color);
  padding-right: 5px;
  font-weight: 600;
}

.why-us .faq-container .faq-item h3:hover {
  color: var(--accent-color);
}

.why-us .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.why-us .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
}

.why-us .faq-container .faq-item .faq-icon {
  position: absolute;
  top: 22px;
  left: 20px;
  font-size: 22px;
  line-height: 0;
  transition: 0.3s;
  color: var(--accent-color);
}

.why-us .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.why-us .faq-container .faq-item .faq-toggle:hover {
  color: var(--accent-color);
}

.why-us .faq-container .faq-active h3 {
  color: var(--accent-color);
}

.why-us .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

.why-us .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--accent-color);
}

.why-us .why-us-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-us .why-us-img img {
  max-height: 70%;
}

@media(max-width:768px){
  .col-md-4{
    margin-top: 5%;
  }
  .smmmrgin{
    margin-top: 15%;
  }
}



/* ====================== */





.prim {
  border-bottom: 4px solid #d500f9 !important; 
}

.image-wrapper img {
    width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 768px) {
    .image-wrapper img {
    width: 100%; 
  }
  .km {
    gap: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

}

.tilted-left {
  transform: rotate(-5deg);
}

.tilted-right {
  transform: rotate(5deg); 
}

.image-wrapper img:hover {
  transform: rotate(0deg) scale(1.05); 
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000 !important;
}

.btn-light {
  border-color: #fff;
  color: black;
  border-radius: 100px;
  padding: 1%;
  font-size: 12px !important;
  font-weight: bold;
}

.btn-light:hover {
  background-color: #ecebeb;

}
@media (max-width: 768px) {
    .btn-light {
  border-color: #fff;
  color: black;
  border-radius: 100px;
  padding: 3%;
  font-size: 12px !important;
  font-weight: bold;
}
}
.padd{
    padding: 0 20%;
}

.borde{
    margin-top: -10px;

    z-index: 10;
    background: linear-gradient(to right, #0D4868, #39617F);
    color: #004a7c;
}







  .ss{
    width:100px;
    height:100px;
     object-fit:cover;
     object-position:top; 
     border-radius: 50%;
  }
  .text {
    position: relative; 
    z-index: 1; 
    color: white; 
  
  }
.flex7{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction: column; 
    
    
} .ps{
    padding-top:5%;
  }






/*=============last section=================*/

.staff-augmentation-section {
  position: relative; /* Make the section a positioning context */
  background-image: url(./images/TECHIONIK_Portfolio_Location_Update.pdf.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  z-index: 1;
}

.staff-augmentation-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.123); /* Black overlay with 50% opacity */
  z-index: -1; /* Place it behind the content */
}


.btn22 {
  background-color: #39617F;
  border-color: #39617F;
  color: white;
  border-radius: 100px;
  padding: 1%;
  font-size: 12px !important;
  font-weight: bold;
}

.btn22:hover {
  background-color: #0D4868;

}



.widthtech{
  width:100%;
}
.heighttech{
  height:600px;
}
.pttt{
  padding-top: 40% !important;
}
.pttt1{
  padding-top: 30% !important;
}
@media (max-width: 768px) {
  .heighttech2{
    height:700px;
  }
  .pttt{
    padding-top: 0% !important;
  }
  .pttt1{
    padding-top: 0% !important;
  }
}
