

/* Global */
/* Industries we serve */
/* Blog Section */
/* Core Capability */
/* Contact Form */


/* Global */
.spacer{
    margin-top: 20px !important;
}

/* Contact Form */
.captcha-wrapper {
  display: flex;
  flex-direction: column;
}
#captcha-label {
  font-weight: 500;
  margin-bottom: 5px;
}
#captcha-input {
  padding: 10px;
  border-bottom: 1px solid #8a8a8a94;
  font-size: 14px;
}
.error-msg {
  margin-top: 5px;
  font-size: 13px;
}


/* Industries we serve */
.swiper-slide .industries {
    border: 1px solid #000 !important;
    border-radius: 15px !important;
}
.sv-port-thumb.port-thumb-2 img {
    border-radius: 0px !important;
}
.scroller-h3{
    font-size: 20px !important;
    color: #000 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.about-images {
    position: relative;
    background-image: url(../img/Frontpage/about-banner.webp) !important;
    background-size: cover !important;
    background-position: center;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #000;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.about-images::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(#085563b3, #0d3173b3);
    z-index: 1;
}

.about-images > * {
    position: relative;
    z-index: 2;
}
.about-header{
    font-size: 45px !important;
    color:#fff;
    margin: 0;
}
.cta-header{
    color: Gradient(90deg, #00C6FF 0%, #0072FF 100%);
    font-size: 36px !important;
}
.cta-banner{
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #F5F6F4;
    overflow: hidden;
}
.cta-btn-wrap{
    display: flex;
    justify-content: end;
    align-items: center;
}
.cta-btn-wrap a {
    padding: 10px 30px;
    background: linear-gradient(90deg, #0c7183b3 0%, #0d3173b3 100%);
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 18px;
    color: #fff; /* Optional: white text for contrast */
    text-decoration: none; /* Optional: remove underline */
}

.tp-service-5-area{
    background: linear-gradient(90deg, #F5F6FA 0%, #FAF7F0 100%);
    margin-top: -200px;
}
.footer-tops{
    margin-top: 0px;
}







/* Blog Section */

.case-heading {
    font-size: 50px;
    color: #000000; 
    margin: 3rem;
    display: flex;
    justify-content: center;
  }
  .case-card {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 350px;
  }
  .case-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* filter: brightness(0.75); */
    transition: transform 0.3s ease;
    border-radius: 15px;
  }
  .case-card:hover img {
    transform: scale(1.05);
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
  z-index: 1;
  border-radius: 15px;
  }
  .case-text {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    color: #fff;
    /* font-weight: 600; */
    font-size: 2rem;
    z-index: 2;
    line-height: 40px;
  }
  .highlighted-text {
    font-size: 2rem;
    /* font-weight: bold; */
    line-height: 40px;
  }
  @media (max-width: 767px) {
    .case-card {
      min-height: 300px;
    }
  }

  /* Core Capability */

  .capability-card {
    color: white;
    height: 40vh;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .capability-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    transition: background 0.6s ease-in-out;
    border-radius: 15px;
  }
  .capability-content {
    position: relative;
    z-index: 2;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  .capability-card h4 {
    position: absolute;
    top: 85%;
    left: 40%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: all 0.8s ease-in-out;
    color: #fff;
  }
  .capability-card:hover .capability-content {
    transform: translateY(0);
    opacity: 1;
  }
  .capability-card:hover .capability-overlay {
    background: linear-gradient(135deg, rgba(1, 65, 132, 0.312), rgb(2, 11, 76));
    border-radius: 15px;
  }
  .capability-card:hover h4 {
    top: 10%;
    left: 10%;
    transform: none;
    font-size: 2rem;
  }
  .card-text {
    font-size: 1rem;
    color: #fff;
  }
  .section-title {
    font-size: 2.5rem;
    /* font-weight: 600; */
    margin-top: 1.5rem;
  }
  .description {
    margin-top: 1rem;
    font-size: 1.1rem;
    color: #000 !important;
  }
  .core-cap{
    z-index: 999 !important;
  }


  .ab-inner-hero-bg {
    padding-top: 150px !important;
    padding-bottom: 60px !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.tp-project-2-title-sm {
  color: var(--tp-common-white);
  font-size: 40px !important;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.8px;
  margin-bottom: 0;
}
.tp-header-logo img {
  width: 140px;
  height: 100%;
}
.tp-footer-2-widget-logo img {
  width: 150px;
  height: 100%;
}
.tp-hero-2-bg img {
  border-radius: 12px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-top: 20px;
}


/* Contact Form */

.wrapper {
  display: flex;
  flex-direction: row;
  max-width: 1500px;
  width: 100%;
  background: rgba(144, 144, 144, 0.171);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  /* padding-top: 60px; */
  
}

.left-panel {
  /* background: linear-gradient(to top, #82e7f7, #6656f5); */
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.logo-bounce {
  width: 80%;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.right-form-section {
  flex: 1;
  padding: 80px 60px;
}

.heading-main {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.subtitle-text {
  color: #666;
  margin-bottom: 30px;
}

.signup-form {
  display: flex;
  flex-direction: column;
}

.label-fullname,
.label-username,
.label-email,
.label-password,
.label-confirm-password {
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 5px;
}

.input-fullname,
.input-username,
.input-email,
.input-password,
.input-confirm-password {
  padding: 10px;
  border: 1px solid #f8a5c2;
  border-radius: 5px;
  font-size: 14px;
}

.checkbox-container {
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.checkbox-terms {
  margin-right: 8px;
}

.label-terms {
  color: #333;
}

.link-terms {
  color: #f80303;
  text-decoration: none;
}

.btn-signup {
  margin-top: 20px;
  padding: 12px;
  background: #471ee9;
  border: none;
  border-radius: 25px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-signup:hover {
  background: #0622f7;
}

.footer-login {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

.link-signin {
  color: #541ee9;
  text-decoration: none;
}

@media (max-width: 768px) {
  .wrapper-container {
    flex-direction: column;
  }

  .left-panel {
    padding: 20px;
  }

  .right-form-section {
    padding: 30px 20px;
  }
}

.subscribe-form{
  border-radius: 20px;
  padding: 10px 15px;
}



.video-bg-wrapper {
  position: relative;
  overflow: hidden;
}
.video-bg-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #000000b3, #000000b3);
  z-index: 1;
}


.bg-video {
  position: absolute;
  /* top: 50%;
  left: 50%; */
  min-width: 100%;
  /* min-height: 50%; */
  width: auto;
  height: auto;
  /* z-index: -1; */
  /* transform: translate(-50%, -50%); */
  object-fit: cover;
}



.tm-hero-ptb {
  padding-top: 40px !important;
  padding-bottom: 20px !important;
}
#header {
  /* position: fixed; */
  top: 0;
  width: 100%;
  /* padding: 20px; */
  font-size: 16px;
  transition: color 0.3s ease;
  color: white; /* Initial color before scrolling */
  background-color: transparent;
}

.tp-copyright-logo img {
    margin-bottom: 2px;
}

.tp-copyright-logo img {
    width: 125px;
    height: 100%;
}

.tp-service-5-item.space-1 {
    padding-left: 30px;
    padding-right: 70px;
    /* border: 1px solid #000 !important; */
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #d4d4d4;
    height: 330px;
    margin-bottom: 30px;
}

.tp-service-5-item.space-2 {
    padding-left: 30px;
    padding-right: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #d4d4d4;  
    height: 330px;
    margin-bottom: 30px;
}

.tp-service-5-item.space-3 {
    padding-left: 30px;
    padding-right: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #d4d4d4;  
    height: 330px;
    margin-bottom: 30px;
}

/* Slider Carausel */

@keyframes slide{
  from{
    transform:translateX(0) ;
    
  }
  to{
    transform:translateX(-100%) ;
  
  }
}
.logos{
  overflow:hidden;
  padding:60px 0 ;
  background:white;
  white-space:nowrap;
  position:relative;
}

.logos:before,
.logos:after{
  content:"";
  position:absolute;
  top:0;
  width:550px;
  height:100%;
  z-index:2;
}
.logos:before{
  left:0;
  background:linear-gradient(to right, rgba(255, 255, 255, 0.186), rgba(255, 255, 255, 0.14));
}
.logos:after{
  right:0;
  background:linear-gradient(to right, rgba(255, 255, 255, 0.186), rgba(255, 255, 255, 0.14));
}

.logos:hover .logos-slide{
  animation-play-state:paused;
  
}
.logos-slide{
  display:inline-block;
  animation: 15s slide infinite linear;
}
.logos-slide img{
  height:30px;
  margin: 0 40px;
}

.tp-about-5-category span:hover,
.tp-about-5-category span.active {
   font-weight: 400;
   color: #000000; /* Customize as needed */
   cursor: pointer;
   background-color: #fff;
}

.tm-hero-title-big {
    letter-spacing: 2px;
}

.sv-service-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.6);
    max-width: 100%;
    margin-bottom: 40px;
}
.tp-price-list ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    list-style-type: none;
    position: relative;
    color: var(--tp-common-black-2);
    padding-left: 40px;
    padding-bottom: 28px;
    line-height: 25px !important;
}
.ab-about-shape-1 {
    position: absolute;
    bottom: -100px !important;
    right: 5%;
}
.ab-2-work-subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: rgba(23, 23, 23, 0.5);
    line-height: 26px !important;
}

.tp-brand-item {
    height: auto;
    width: 115px;
}
.tp-line-content span {
    font-size: 120px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -8px;
    text-transform: uppercase;
    color: #DCDDDF;
    font-family: var(--tp-ff-marcellus);
    word-spacing: 50px;
}
.it-solu li{
  font-size: 16px;
  color: #fff;
}

.btn-custom {
  background-color: #535353;
  color: white;
  margin: 5px;
  border-radius: 0;
  padding: 10px 20px;
}

.cms-icon {
  max-height: 60px;
  object-fit: contain;
}

.tp-btn-border {
    margin: 10px;
}
.tp-section-title {
    font-weight: 500;
    font-size: 85px !important;
    line-height: 1 !important;
    color: var(--tp-common-black);
    margin-bottom: 15px;
}







/* Custom CSS start */
#itConsultingService .tp-service-5-item.space-1,
#itConsultingService .tp-service-5-item.space-2,
#itConsultingService .tp-service-5-item.space-3,
#amcPage .tp-service-5-item.space-1,
#amcPage .tp-service-5-item.space-2,
#amcPage .tp-service-5-item.space-3,
#mob-app-dev .tp-service-5-item.space-1,
#mob-app-dev .tp-service-5-item.space-2,
#mob-app-dev .tp-service-5-item.space-3,
#software-dev .tp-service-5-item.space-1,
#software-dev .tp-service-5-item.space-2,
#software-dev .tp-service-5-item.space-3{
  background-color: white;
  height: 350px;
}
.darkTheme .tp-inner-header-menu > nav > ul > li > a {
  color: var(--tp-common-white) !important;
}
#healthPharma .tp-hero-5-title {
  font-size: 70px !important;
  letter-spacing: normal !important;
}
.tp-about-5-subtitle {
  text-transform: uppercase !important;
}
.tp-about-5-title {
  letter-spacing: normal !important;
}
/* Custom CSS start */

/* ------------------------------------------------------------- */

/* new code */
.tp-hero-2-content{
  margin-left: 0px;
}
.tp-hero-2-content p {
  max-width: 100% !important;
}
.tp-video-content p{
  max-width: 100% !important;
}
.sv-hero-title-box {
    padding-left: 100px ;
}

.tp-studio-testimonial-area.tp-studio-testimonial-xs-space.tp-studio-plr.black-bg.p-relative.fix.mb-200.mr-10.ml-10 {
    margin-bottom: 80px;
}
/* ---------------------------------------------------------------------- */
/* responsive */
@media (min-width: 1200px) {
    .tp-inner-header-menu > nav > ul > li {
        margin: 0px 14px !important;
    }
}





.custom-service-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid rgba(0,0,0,0.05);
}
.custom-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  border-color: rgba(0,0,0,0.1);
}
.custom-service-icon {
  width: 70px;
  height: 70px;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 28px;
  transition: all 0.3s ease;
}
.custom-service-card:hover .custom-service-icon {
  background: #000;
  color: #fff;
}
.custom-service-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}
.custom-service-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 0;
}


.ab-funfact-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 0;
    color: var(--tp-common-black-2);
}

.tech-tabs-swiper {
  padding: 6px 0;
}
.tech-tabs-swiper .swiper-slide {
  background: var(--tp-theme-1);
  color: #fff;
  border-radius: 30px;
  padding: 10px 18px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.tech-tabs-swiper .swiper-slide.swiper-slide-active {
  background: #1b4dd8;
}
@media (max-width: 767px) {
  .tech-tabs-swiper .swiper-slide {
    padding: 8px 14px;
    font-size: 14px;
  }
}
