/* style.css - basic project styles */
:root {
  --brand-color: #00EBD2;
  --accent: #0CB3B7;
  --dark-bg: #0b0b0b;
}

html,
body {
  font-family: 'Jost', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #222;
  font-size: 20px;
}

.btn-primary {
  background-color: #0CB3B7;
  border: none;
  padding: 10px 20px;
  font-size: 1.1rem;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  color: #222 !important;
}

.btn-primary:hover {
  background-color: #0AA1A5;
}

#mainNavbar{
  background:#252525;
}

.navbar-brand {
  font-weight: 700;
  padding-left: 0 !important;
}

header {
  background: linear-gradient(90deg, rgba(13, 110, 253, 0.08), rgba(13, 110, 253, 0.02));
}

 h3, h4, h5, h6 {
 font-weight: 500;
}

h1 {
  font-weight: 600;
}


.hero-bg {
  background: url('../../assets/img/home_banner.png') center center/cover no-repeat;
  min-height: 720px;
  color: #fff;
}

.about-hero-bg {
  background: url('../../assets/img/aboutus_banner.png') center center/cover no-repeat;
  min-height: 500px;
  color: #fff;
}

.contact-hero-bg {
  background: url('../../assets/img/contact_banner.png') center center/cover no-repeat;
  min-height: 500px;
  color: #fff;
}


.nav-link{
  color: #fff !important;
  padding-left: 40px !important;
}

.nav-link:hover {
  color: #0CB3B7 !important;
}

.bannerBottom{
  background: #D6E1F5;
}

.tabSection{
  background: #1D1D1D;
}
.service-icon {
  font-size: 2rem;
  color: #1D1D1D;
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-icon h6{
  margin-bottom: 0;
}

.box-shadow {
  box-shadow: 0 0 20px #0001;
}

.feature-icon {
  font-size: 2rem;
  color: #1de9b6;
}

.footer-bg {
  background: #222;
  color: #eee;
}

.footer-link {
  color: #eee;
  font-weight: 400;
}

/* Logo carousel styles */
.trusted-logos {
  padding: 20px 0;
}

/* Lined title styles */
.line-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 18px;
  position: relative;
  color: #666666;
  font-weight: 400;
}

.line-title .line {
  height: 1px;
  width: 100%;
  background: #E0E0E0;
  display: inline-block;
  position: absolute;
}

.line-title .title{
  background: #fff;
  position: relative;
  z-index: 99;
  padding: 0px 30px;
}

.trusted-logos .owl-carousel {
  padding: 0;
}

.logo-carousel .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.trusted-logo {
  filter: grayscale(1);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.trusted-logo:hover {
  filter: grayscale(0);
  opacity: 1;
}

.section-title {
  font-weight: 500;
}

/* Why Partner With Us card backgrounds */
.why-card {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  border: none;
  overflow: hidden;
  min-height: 460px;
  border-radius: 0;
}
.why-card .feature-icon,
.why-card h6,
.why-card p {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.why-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.05);
  z-index: 1;
}


.nav-pills .nav-link{
  border-radius: 0;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 20px;
}

.nav-pills .nav-link.active{
  background-color: #6728F5;
}

a.contactBtn{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #222;
}
a.contactBtn img{
  width: 14px;
}


a.arrowMoving .moveArrow {
  display: inline-block;
  transition: 0.1s ease-in;
}

a.arrowMoving:hover .moveArrow {
  transform: translateX(50%);
}
  

.ourServicesSection .card{
  border: none;
  border-radius: 0;
  background: #D6E1F5;

}
.ourServicesSection .card p{
margin-bottom: 0;
}

.togetherSection.card{
  background: #3A77EE;
    display: flex;
    color: #ffffff;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;   
}

.btn-white{
  background-color: #ffffff;
  color: #222 !important;
}

.btn-white:hover{
  background-color: #eef8fb;
  color: #222 !important;
}

.brand_text_bg{
  color: var(--brand-color);
  background: #000;
  padding: 2px 10px;
  display: inline-block;
  margin-right: 10px;
}

.brand_text{
  color: var(--brand-color);
}
.blue_text{
  color: #0CB3B7;
}

.outsourcingSection .card{
  background: #C6EEFF !important;
  border: none;
  border-radius: 0;
  min-height: 100px;
}

.outsourcingSection .card .card-body{
  padding: 30px;
}
.outsourcingSection .card .card-body p{
  margin-bottom: 0;
}

.outsourcingSection .card .card-body h6{
  margin-bottom: 20px;
}


.threeBox{
  border-top: #333333 solid 1px;
  padding-top: 30px;
  margin: 0 !important;
}

.text-gray{
  color: #A7A7A7;
}

.white-labeled{
  background: url(../../assets/img/White-Labeled-Integration.png) center/cover no-repeat !important;
}

.compliance{
  background: url(../../assets/img/Compliance-First.png) center/cover no-repeat !important;
}
.scalable{
  background: url(../../assets/img/Scalable-Support.png) center/cover no-repeat !important;
}
.client-centric{
  background: url(../../assets/img/Client-Centric.png) center/cover no-repeat !important;
}

.coreSupportSection{
background: rgba(214, 225, 245, 0.80);
}



    .footer-link, .footer-link:hover {
      color: #bbb;
      text-decoration: none;
    }
    .icon-btn {     
      background: #333;
      border: none;
      margin-right: 0.35rem;
      padding: 7px 20px;
      border-radius: 6px;
      color: #eee;
      font-size: 1.1rem;
      transition: background 0.2s;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .icon-btn:hover {
      background: #222;
    }

    .icon-btn img{
      width: 24px;
      height: 24px;
    }

    .copyright {
      font-size: 14px;
      padding-top: 7px;
      color: #aaa;
    }
  .copyright a{
      color: #0CB3B7;
      text-decoration: none;
    }

    .copyright a:hover{
      text-decoration: underline;
    }



    .contactSection{
      background: #000;
      color: #A7A7A7;
    }

    .contactSection h2{
      font-size: 30px;
    }

    .quickLinks{
      padding-left: 30px;
      border-left: #333333 solid 1px;
      border-right: #333333 solid 1px;
    }

        .quickLinks a:hover{
          text-decoration: underline;
        }

      .social_icons{
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 3px;
    }

    .social_icons a{
      background: #333;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 3px;
    }

    
    .social_icons a:hover{
      background: #000;
    }

    .w-80{
      width: 80%;
    }

    .w-90{
      width: 90%;
    }

    .locationsSection{
      padding-top: 10px;
      padding-bottom: 50px;
    }

    .world_map{
      background: url(../img/world_map.png) center right/auto no-repeat;
     margin-bottom: 80px;
    }

    .locationsSection h6{
      color: #6728F5;
    }

    .locations{
      flex-wrap: nowrap;
    }



    /* Ensure sticky-top behaves consistently across browsers */
    .sticky-top{
      position: fixed;
      width: 100%;
        left: 0;
        top: 0;
        animation-name: menuSticky;
        -webkit-animation-name: menuSticky;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-timing-function: ease;
        -webkit-animation-timing-function: ease;
        box-shadow: 0px 1px 3px 0px rgba(17, 17, 17, 0.1);
        z-index: 99;
        border-bottom: 1px solid var(--cp-color-border-1);
    }

  @-webkit-keyframes menuSticky {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

@keyframes menuSticky {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

.dontRiskSection{
  background: #222;
}

.dontRiskSection .contentBlock{
  background: #D6E1F5;
  padding: 30px;
}

.trustedPartners .logo-carousel{
  display: flex;
}

.trustedPartners .trusted-logo{
      filter: grayscale(0);
    opacity: 1;
}

.trustedPartners .logo-carousel .item:first-child{
  margin-left:-25px;
}

    .contact-info {
      margin-top: 80px;
      padding-right: 80px;
      gap: 1rem;
    }
  .contact-form{
    padding: 80px 40px ;
  }

.contact-info a{
 color: #6728F5;
 text-decoration: none;
} 

.contact-info a:hover{
 text-decoration: underline;
} 


.contact-info small{
  display: flex;
  align-items: center;
  gap: 8px;
}


select {
    appearance: none; /* Disable the default arrow */
    -webkit-appearance: none; /* For WebKit-based browsers */
    -moz-appearance: none; /* For Firefox */
    width: 100%;
    padding: 10px 35px 10px 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    cursor: pointer;
}

.text-red{
  color: red;
}

.tabSection .nav-link{
    padding-left: 20px !important;
}

b, strong{
  font-weight: 600;
}

.navbar-nav  .nav-link.active{
  color: #0CB3B7 !important;
}

.brandLink{
  text-decoration: none;
  color: inherit;
}

.brandLink:hover{
  text-decoration: underline;
}
