
@font-face {
    font-family: 'Century Gothic';
    src: url('../font/centurygothic.ttf') format('truetype');
}
*{
   font-family: 'Century Gothic' !important;
}
.custom-mainnavbar{
  background-color: #ebebeb !important;
}
.mainlogo{
  width: 160px;
}
.custom-navbarmenu{
     position: absolute;
    width: 100%;
    left: 0;
    top: 80px;
    background: #333;
}
.custom-navbarmenu .nav-item{
  text-align: center;
  padding: 15px 0;
}
.menulinlk-btn{

}
.active-menu{
  color: #fff;
}
.header-and-banner{
  background-image: url("../images/eleminent-1.png");
  background-repeat: no-repeat;
  
}
 .hero-section {
      padding: 60px 0px;
    }

    .hero-title {
    font-size: 65px;
    font-weight: 400;
    line-height: 75px;
    }

    .hero-title .design {
      color: #002c6c;
    }

    .hero-title .develop {
      color: #ff6600;
    }

    .hero-title .deploy {
      color: #002c6c;
    }

    .hero-logo {
      height: 40px;
      vertical-align: middle;
      margin-left: 5px;
    }

    .btn-outline-orange {
      border-color: #ff6600;
      color: 0d387f;
      font-size: 16px;
    }

    .btn-outline-orange:hover {
      background-color: #ff6600;
      color: #fff;
    }

    .hero-text {
      font-size: 16px;
      color: #333;
      line-height: 1.8;
    }
     .card-section {
      display: flex;
      background-color: #1d3660;
      padding: 20px;
      gap: 1rem;
      flex-wrap: wrap;
    }
    .card-box {
      background-color: #1d3660;
      color: white;
      flex: 1;
      min-width: 250px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 20px;
    }
    .card-box.highlight {
      font-size: 1rem;
    }
   .explore-link {
      color: #ff6600;
      font-weight: bold;
      text-decoration: none;
    }
    .inner-card {
      background: linear-gradient(to right, #1d3660, #2463d4);
      color: white;
      margin-top: 20px;
      padding: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.9rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .card-title {
      font-weight: 700;
      font-size: 1rem;
    }
    section.about-us {
    margin-top: 35px;
}
    .slider-container {
      background-color: #1d3660;;
      color: white;
      padding: 60px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
      position: relative;
      margin-top: -70px;
      margin-bottom: 70px;
    }
    .slider-container h2 {
      font-size: 60px;
      margin-top: 0;
      text-transform: lowercase;
      font-weight: 600;
    }
    .slide {
      display: none;
      font-size: 14px;
      line-height: 1.8;
    }
    .slide.active {
      display: block;
    }
    .dots {
      margin-top: 15px;
      text-align: right;
    }
    .dots span {
      display: inline-block;
      width: 8px;
      height: 8px;
      background: white;
      margin-left: 5px;
      cursor: pointer;
      transition: 0.3s;
    }
    .dots span.active {
      background-color: #ff6600;
    }
 .about-right-text {
    margin-top: 30px;
}
    .about-right-text p{
      font-size: 15px;
    color: #333;
    line-height: 27px;
    }
    .section-header h2 {
      background-color: #ff6600;
      color: white;
      display: inline-block;
      padding: 10px 20px;
      font-size: 40px;
      margin-bottom: 0;
      font-weight: 600;
    }
    .section-header span {
      font-size: 30px;
      margin-left: 15px;
      color: #333333;
      font-weight: 600;
    }

    .section-header b {
      color: #ff6600;
    }

    .card-service {
      background-color: #ebebeb;
      padding: 40px 20px 20px 20px;
      transition: transform 0.3s, box-shadow 0.3s;
      border: none;
      height: 100%;
    }

    .card-service:hover {
      transform: translateY(-6px);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      background-color: #153C6A !important;
      color: white;
    }
 .card-service:hover h5{
  color: #fff;
 }
    .card-service h5 {
      font-weight: bold;
      color: #153C6A;
      position: relative;
      margin-bottom: 15px;
    }

    .card-service h5::after {
      content: "▶";
      color: #ff6600;
      font-size: 14px;
      position: absolute;
      right: 55px;
      top: 5px;
    }
 .quote-section {
      display: flex;
      flex-wrap: wrap;
      background-color: #ebebeb;
      align-items: center;
    }
  .quote-left {
    flex: 1 1 50%;
    padding: 0;
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
  }
  .quote-right {
    flex: 1 1 50%;
    background-color: #ff6600;
    color: white;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .quote-right h4 {
    margin-bottom: 0;
    font-weight: bold;
    padding: 25px;
  }
  .quote-form {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
  }
  .quote-form input[type="email"] {
    flex: 1 1 auto;
    border: none;
    padding: 10px;
    background-color: #cccccc;
    font-size: 14px;
    color: #444;
  }
  .quote-form button {
    background-color: #153C6A;
    color: white;
    border: none;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 14px;
    width:50%;
  }
  .platform-section{
    background-color: #fbfbfb;
  }
  .h3-platform-section{
    color: #333;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    margin-bottom: 45px;
    margin-top: 60px;
  }
  .ul-platform-section{
    list-style:none;
    padding: 0;
  }
  .ul-platform-section li{
    display: inline-block;
    vertical-align: top;
    width: 13.5%;
    padding:0 25px;
  }
  .ul-platform-section li:nth-child(odd) {
    background-color: #ebebeb;
  }
  .ul-platform-section li:nth-child(even) {
    background-color: #fff;
  }
  .ul-platform-section li img{
    width: 100%;
  }
  .left-panel {
      background-color: #15346c;
      color: white;
      padding: 40px 30px;
      height: 100%;
      position: absolute;
      top: -130px;
      height: calc(100% + 130px);
    }
    .left-panel h2 {
          color: #ff6a00;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    }
    .left-panel p {
      font-size: 24px;
      line-height: 1.6;
      margin: 0;
    }
    .btn-orange {
      background-color: #ff6600;
      color: white;
      padding: 12px 37px;
      border: none;
      font-weight: bold;
      border-radius: 0;
    }
    .contact-item strong {
      display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
    }
    .contact-item {
      font-size: 14px;
      color: #000000;
      margin-bottom: 20px;
      font-weight: 600;
    }
    .right-bg {
      padding: 40px;
    }
    .say-hellocontact{
      background-color: #ebebeb;
          margin-top: 200px;
    }
    .rightposf{
      position: absolute;
    top: -110px;
    }
     /* Footer Styling */
    .footer {
      background-color: #1f3871;
      color: white;
      text-align: center;
      padding: 20px 10px 20px 10px;
    }

    .social-icons a {
      color: #fff;
      margin: 0 8px;
      font-size: 16px;
      text-decoration: none;
    }
    .social-icons a:hover {
      color: #ff6600;
    }
    .footerlogo{
      width: 140px;
    }
    .footernavbar-nav .nav-link{
      color: #333;
    }
    .nav-item{
      padding: 0 10px;
    }
  .menulinlk-btn {
    color: #000;
    border: 2px solid #ff6600;
    padding: 8px 15px;
    outline: none !important;
    box-shadow: none !important;
}
.service-title {
      background-color: #ff6600;
      color: white;
      padding: 10px 20px;
      font-weight: bold;
      display: inline-block;
    }
    .service-list li {
      background: #f1f1f1;
      margin-bottom: 5px;
      padding: 8px 12px;
      font-weight: 600;
    }
     .service-card {
      background-color: #252525;
      color: #fff;
      padding: 30px 70px;
      position: relative;
      height: 300px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: transform 0.3s ease;
    }
    .service-card:hover {
      transform: translateY(-5px);
    }
    .service-card h3 {
    font-weight: 700;
    font-size: 31px;
    margin-bottom: 20px;
    }
    .service-card p {
      font-size: 16px;
      color: #ff6600;
      margin-top: 10px;
    }
    .service-card-one{
      background-image: url("../images/itc-im-1.jpg");
      background-repeat: no-repeat;
    }
    .service-card-two{
    background-image: url("../images/itc-im-2.jpg");
      background-repeat: no-repeat;
    }
    .service-card-three{
    background-image: url("../images/itc-im-3.jpg");
      background-repeat: no-repeat;
    }
    .service-card-four{
    background-image: url("../images/itc-im-4.jpg");
      background-repeat: no-repeat;
    }
    .highlight-text {
      color: #ff6600;
      font-weight: 600;
      font-size: 18px;
      max-width: 800px;
      margin: 0 auto;
    }
    .arrow-icon{
      text-align: right;
    }
     .arrow-icon svg{
      cursor: pointer;
    }
    .custom-outline-btn {
      color: #0d387f;
      border: 2px solid #ff6600;
      background-color: transparent;
      padding: 7px 20px;
      font-size: 0.95rem;
      transition: all 0.3s ease;
      text-decoration: none !important;
    }
    .custom-outline-btn:hover {
      background-color: #ff6600;
      color: #fff;
    }
    .ser-titleheader{
      font-size: 20px;
      color: #333333;
      font-weight: 600;
    }
    .ser-section-heading {
      font-weight: 600;
      font-size: 22px;
      color: #333;
    }
    .ser-section-text {
      color: #333;
      font-size: 15px;
      margin: 0 auto;
    }
    .about-us-main{
      background-image: url("../images/banner.jpg");
      background-repeat: none;
      background-size: cover;
      padding: 80px 0;
    }
     .career-main{
      background-image: url("../images/Careers-banner.jpg");
      background-repeat: none;
      background-size: cover;
      padding: 150px 0;
    }
    .about-us-header-pannel h2{
      text-align: center;
      color: #fff;
      font-size: 40px;
      font-weight: 600;
    }
     .about-us-header-pannel p{
      text-align: center;
      color: #ededed;
      font-size: 18px;
      font-weight: 600;
    }
    .four-circle-iconbox{
    margin-top: 170px;
    margin-bottom: 200px;
    }
   .connector {
    height: 17px;
    background-color: #194176;
    border-radius: 15px;
    
    position: relative;
    z-index: 0;
}
.connnector-innerr-w{
  position: absolute;
  width: 100%;
  text-align: center;
  top: -90px;
}
.finds-partner{
  background-color: #ff6600;
  padding: 70px 70px 90px 70px;
  text-align: center;
}
.finds-partner-banner{
  margin: -65px auto 0px auto;
    text-align: center;
}
.finds-partner-header h3{
  color: #fff;
  font-weight: 600;
  font-size: 40px;
}
.section-tech-head{
  text-align: center;
  padding: 60px 0 0px 0;
}
.section-tech-head h4{
  color: #333333;
  font-size: 18px;
  font-weight: 600;
}
.section-tech-head h2{
  color: #333333;
  font-size: 35px;
  font-weight: 600;
}
.section-tech-head p{
   color: #333333;
  font-size: 15px;
}
   .table-header th{
      background-color: #ff6600;
      color: #ffffff;
      text-transform: uppercase;
      border:none;
      padding: 25px 0;
    }

    .table-dark-row td {
      background-color: #333;
      color: #ffffff;
      border:none;
    }
    .table-dark-row:hover td{
       background-color: #ff6600;
      color: #ffffff;
      font-weight: bold;
      border:none;
    }
    .table-highlight td {
      background-color: #ff6600;
      color: #ffffff;
      font-weight: bold;
      border:none;
    }
    .job-title {
      color: #ff6600;
      font-weight: bold;
      font-size: 1.25rem;
      margin-top: 20px;
    }
    .qualifications-label {
      color: #ff6600;
      font-weight: bold;
    }
    .apply-btn {
      border: 1px solid #ff6600;
      color: #ff6600;
      padding: 6px 16px;
      text-decoration: none;
      border-radius: 4px;
      display: inline-block;
      margin-top: 20px;
    }
    .apply-btn:hover {
      background-color: #ff6600;
      color: #fff;
    }