  @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

 body {
     font-family: 'Montserrat', sans-serif;

    }
    *{
      margin:0px;
      padding: 0px;
     font-family: 'Montserrat', sans-serif;

    }
    /* Navbar */
    
    .navbar {
      padding: 1rem 2rem;
    }
    .navbar-brand img {
      height: 65px;
    }
    .nav-link {
      color: #000 !important;
      font-weight: 600;
    }
    .nav-link.active {
      background: linear-gradient(to right, #4a90e2, #6bd5e1);
      border-radius: 20px;
      color: #fff !important;
      padding: 5px 15px !important;
    }

    /* Hero Section */
    .hero-section {
      background: url('../images/home-banner.png') no-repeat center center/cover;
      position: relative;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: left;
      text-align: left;
      color: #fff;
      padding-left: 30px;
    }
    .hero-overlay {
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
    .hero-content {
      position: relative;
      max-width: 600px;
      z-index: 1;
    }
    .hero-content h1 {
      font-size: 2.5rem;
      font-weight: 700;
    }
    .hero-content h1 span {
      color: #27d3e1;
    }
    .hero-content p {
      margin-top: 10px;
      font-size: 1.1rem;
    }
    .btn-custom {
      background: linear-gradient(to right, #4a90e2, #6bd5e1);
      border: none;
      border-radius: 25px;
      padding: 10px 25px;
      color: #fff;
      font-weight: 600;
      margin-top: 20px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding:5px 15px;
    }
    a.nav-link:hover {
        background: linear-gradient(to right, #4a90e2, #6bd5e1);
        border-radius: 20px;
        color: #fff !important;
        padding: 5px 15px !important;
    }





    .about-section .container-about {
      display: flex;
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px 20px;
      align-items: center;
      justify-content: center;
      gap: 40px;
    }

    .about-section  .container-about .content {
      flex: 1;
    }

    .about-section .container-about .image {
      flex: 1;
    }

    .about-section .container-about .image img {
      max-width: 530px;
      height: 530px;
      border-radius: 8px;
    }

    .about-section .container-about h2 {
      color: #003366;
      margin-bottom: 10px;
      font-weight: 600;
    }

    .about-section .container-about h4 {
      color: #0056b3;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .about-section .container-about p {
      line-height: 1.6;
    }
    section.about-section {
        background: #2FCADB99;
        background: linear-gradient(90deg, rgba(47, 202, 219, 0.43) 0%, rgba(255, 255, 255, 1) 24%, rgba(255, 255, 255, 0) 100%);
    }

    /*SERVICE*/

    .services-section {
      background: linear-gradient(135deg, #207cca, #5f99f7);
      color: #fff;
      padding: 40px 20px;
    }

    .container-service {
      max-width: 1000px;
      margin: 0 auto;
      text-align: center;
    }

    .services-section .header h4 {
      font-weight: 600;
      letter-spacing: 1px;
      margin-bottom: 10px;
      font-size: 14px;
    }

    .services-section .header h1 {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 15px;
    }

    .services-section .header p {
      font-size: 14px;
      color: #d6e4f7;
    }

    .services-section .services-grid {
      margin-top: 40px;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .services-section .service-row {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0;
      flex-wrap: wrap;
      position: relative;
      margin-bottom: 20px;
    }

    .services-section .service-box {
      background-color: white;
      color: #000;
      padding: 9px 30px;
      border-radius: 30px;
      font-weight: 600;
      min-width: 390px;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
      margin-right: -40px;
      margin-left: -30px;
    }

    .services-section .icon {
      background-color: black;
      border-radius: 50%;
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 99;
      width: 60px;
      height: 60px;
      position: absolute;
    }

   .services-section .icon img {
        width: 62px;
    }


    /*Cyber*/

    .container-cyber {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 70px;
      flex-wrap: wrap;
      margin: 70px 0;
    }

    .stats-container {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px 50px;
    }

    .stat h2 {
      font-size: 46px;
      font-weight: 800;
    }

    .stat p {
      font-size: 14px;
      margin-top: 6px;
      color: #333333;
    }

    .blue {
      color: #003366;
    }

    .teal {
      color: #26d1d1;
    }

    .video-container {
      max-width: 520px;
      margin-left: 60px;
    }

    .video-wrapper {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
    }

    .video-wrapper img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 20px;
    }

    /*FEATURE SECTION*/
    section.feature-section {
        background-color: #0c1a2a;
    }
    .container-feature {
      display: flex;
      flex-wrap: wrap;
      padding: 40px;
      gap: 40px;
      justify-content: center;
      align-items: flex-start;
    }

    .left img {
      width: 400px;
      max-width: 100%;
      border-radius: 12px;
    }

    .right {
      max-width: 600px;
    }

    .feature-point {
      color: #42c8ff;
      font-weight: bold;
      letter-spacing: 1px;
      font-size: 14px;
      margin-bottom: 8px;
    }

    .title h1 {
      font-size: 32px;
      margin: 0;
      color: #fff;
      font-weight: 600;
    }

    .subtitle {
      font-size: 15px;
      margin-top: 10px;
      color: #c0c7d1;
    }

    .features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }

    .feature-box {
      padding: 20px;
      border-radius: 10px;
      transition: 0.3s ease;
      background: #171717;
      background: linear-gradient(90deg, rgba(23, 23, 23, 1) 0%, rgba(50, 51, 53, 1) 34%, rgba(90, 90, 90, 0) 73%, rgba(23, 23, 23, 1) 100%);
    }

    .feature-box:hover {
      background: #1b2b44;
    }

    .feature-box h3 {
      font-size: 18px;
      margin-bottom: 10px;
      color: #ffffff;
      font-weight: 600;
      margin-top: 10px;
    }

    .feature-box p {
      font-size: 14px;
      color: #fff;
    }
    .feature-box img {
        width: 50px;
    }

    /*HALL OF FAME*/

    .hall-fame-section {
      background: linear-gradient(to right, #57b7f8, #9bdefc);
      color: #fff;
      padding: 40px 20px;
    }

    .hall-fame-section .container-hall-fame {
      max-width: 1100px;
      margin: 0 auto;
      text-align: center;
    }

    .hall-fame-section .container-hall-fame  h1 {
      font-size: 3em;
      margin-bottom: 0.2em;
    }

    .hall-fame-section .container-hall-fame  h2 {
      font-size: 1.3em;
      margin-bottom: 0.5em;
      color: #d4eaf7;
    }

    .hall-fame-section .container-hall-fame  p {
      font-size: 1em;
      max-width: 700px;
      margin: 0 auto 40px;
      color: #e8f4fa;
    }

    .hall-fame-section .container-hall-fame  .logo-grid {
      background: #fff;
      border-radius: 12px;
      padding: 40px 30px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
      gap: 30px;
      justify-items: center;
    }

    .hall-fame-section .container-hall-fame  .logo-grid img {
      max-height: 40px;
      max-width: 100px;
      object-fit: contain;
      transition: transform 0.3s ease;
    }

    .hall-fame-section .container-hall-fame  .logo-grid img:hover {
      transform: scale(1.1);
    }
     .hall-fame-section .container-hall-fame  .logo-grid img:hover {
      transform: scale(0.2); /* Zoom out on hover */
    }
    .hall-fame-section .container-hall-fame  .logo-caption {
      font-size: 0.85em;
      color: #333;
      margin-top: 8px;
    }

    .hall-fame-section .container-hall-fame .logo-item {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    /*approach*/
    .approch-section {
      margin: 0;
      color: #fff;
      background: linear-gradient(to bottom right, #051021, #042a3e);
      background-image: url('../images/bg-ftr.jpg'); /* Fallback matrix style */
      background-repeat: no-repeat;
      background-size: cover;
    }

    .container-approch {
      max-width: 1000px;
      margin: auto;
      padding: 60px 20px;
      text-align: center;
    }

    .container-approch h3 {
      color: #3ecbf0;
      font-weight: 500;
      letter-spacing: 1px;
    }

    .container-approch h1 {
      font-size: 2.5rem;
      margin: 10px 0;
    }

    .container-approch p {
      font-size: 1rem;
      color: #cbd5e1;
      margin-bottom: 50px;
      line-height: 1.6;
    }

    /* Flow diagram */
    .container-approch .flow {
      display: flex;
      flex-direction: column;
      gap: 40px;
      align-items: center;
    }

    .container-approch .row {
      display: flex;
      gap: 40px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .container-approch .row.center {
      justify-content: center;
    }

    .container-approch .circle {
      background: rgba(0, 139, 186, 0.15);
      border: 2px solid #00bfff;
      border-radius: 50%;
      width: 160px;
      height: 160px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      text-align: center;
      padding: 20px;
      box-shadow: 0 0 15px rgba(0, 191, 255, 0.3);
      transition: transform 0.3s;
    }

    .container-approch .circle:hover {
      transform: scale(1.05);
      box-shadow: 0 0 25px rgba(0, 255, 255, 0.5);
    }
    .flow img {
      width: 60%;
      margin-bottom: 70px;
  }
  .security-standard {
      width: 80%;
      text-align: center;
      margin: -100px auto;
      margin-bottom: 15px;
  }

  .security-standard h1 {
      font-size: 22px;
      font-weight: 600;
      margin: 10px 0 20px 0;
      color: #fff;
  }

  .security-standard-grid {
      background: #f3f3f3;
      border-radius: 6px;
      box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
      padding: 20px 0 10px 0;
  }
  .security-standard-grid .logo-grid {
    float: left;
    margin: 0 15px 0 0;
    background: #fff;
    padding: 0 0 0 0;
    height: 60px;
    text-align: center;
    line-height: 59px;
    width: 180px;
}
.security-standard-grid .logo-grid img {
    width: auto;
}

/*CONTACT US*/


/*FOOTER*/
.footer-section.logo img {
    width: 260px;
    margin-bottom: 10px;
    margin-top: 60px;
}
.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 60px;
  background-color: #0d0d0d;
  flex-wrap: wrap;
}

.footer-section {
  flex: 1;
  min-width: 250px;
  margin: 10px;
}

.footer-section h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
  padding: 0;
}

.footer-section p, 
.footer-section a {
  font-size: 16px;
  margin: 8px 0;
  color: #e0e0e0;
  text-decoration: none;
  display: flex;
  align-items: lef;
  padding: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
}

.footer-section a:hover {
  color: #00aaff;
}

.footer-section i {
  margin-right: 10px;
}

.social-icons {
  margin-top: 15px;
}

.social-icons a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  color: white;
  text-align: center;
  line-height: 36px;
  margin-right: 10px;
  border-radius: 6px;
  transition: all 0.3s;
}

.social-icons a:hover {
  background-color: #00aaff;
  border-color: #00aaff;
  color: #fff;
}

.logo {
  text-align: center;
}

.logo img {
  width: 150px;
  margin-bottom: 10px;
}

.logo p {
  font-size: 14px;
  color: #ccc;
}
.social-icons a i {
    margin: 0;
}
.footer-section.links {
    margin: 0 0 0 160px;
}
.copyright_grid {
    height: 31px;
    text-align: center;
    background: #3d3d3d;
    color: #fff;
    line-height: 30px;
    font-size: 13px;
}


/*ABOUT US*/
.sub-banner-grid {
    accent-color: antiquewhite;
    width: 100%;
    background: url('../images/about-banner.png');
    height: 380px;
    display: inherit;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding-left: 30px;
    padding-top: 200px;
    background-size: cover;
    background-position: center 37%;
}
.sub-banner-grid h1{
  color: #3ED5DD;
  width: 100%;
  font-size: 50px;
  font-weight: 600;
}
.sub-banner-grid p{
  color: #3ED5DD;
  width: 100%;
  font-size: 20px;
}


section.aboutinfo-section {
    padding: 60px 0 0;
}

section.aboutinfo-section h1 {
    font-size: 40px;
    font-weight: 600;
}

.aboutinfo-right {
    padding: 180px 40px;
    text-align: center;
}

.aboutinfo-right img {
    width: 350px;
}
.aboutinfo-left p {
    font-size: 15px;
    text-align: justify;
}

/*TEAM*/
.team-section {
  padding: 40px;
  text-align: center;
}

.team-section h1 {
  font-size: 2em;
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  padding: 0 0 0 15px;
}

.team-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.team-member {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 23%;
  position: relative;
}

.team-member img {
  width: 100%;
  height: auto;
  display: block;
}

.info {
  background-color: rgba(0,0,0,0.8);
  color: white;
  padding: 4px 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.name {
  margin: 0;
  font-weight: bold;
}

.title {
  margin: 0;
  font-size: 0.9em;
  color: #ccc;
}

/*NEWSDS LETTER*/
.newsletter-section {
  position: relative;
  background: url('../images/bg-news.jpg') no-repeat center center/cover;
  height: 436px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  width: 97%;
  border-radius: 8px;
  margin: 0 auto;
  margin-bottom:50px;
  margin-top: 30px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 10, 20, 0.6);
  z-index: 1;
  border-radius: 8px;
}

.newsletter-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 20px;
}

.newsletter-label {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ccc;
  margin-bottom: 10px;
}

.newsletter-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}

.newsletter-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.newsletter-form input[type="email"] {
  padding: 15px 20px;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  min-width: 280px;
  max-width: 400px;
  flex: 1;
  color: #333;
  outline: none;
}

.newsletter-form input::placeholder {
  color: #aaa;
}

.newsletter-form button {
  padding: 15px 30px;
  border: none;
  border-radius: 40px;
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.newsletter-form button:hover {
  background: linear-gradient(90deg, #2563eb, #3b82f6);
}

/*contact*/

.sub-banner-contact {
    accent-color: antiquewhite;
    width: 100%;
    background: url('../images/contact-banner.png');
    height: 380px;
    display: inherit;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding-left: 30px;
    padding-top: 200px;
    background-size: cover;
    background-position: center 37%;
}
.sub-banner-contact h1{
  color: #3ED5DD;
  width: 100%;
  font-size: 50px;
  font-weight: 600
}
.sub-banner-contact p{
  color: #3ED5DD;
  width: 100%;
  font-size: 20px;
}


.contact-bottom-section {
  padding: 40px;
  background: #fff;
}

.container-contact {
  display: flex;
  background-color: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  padding: 35px 50px;
}

.contact-info {
  background: linear-gradient(135deg, #2962ff, #00c6ff);
  color: #fff;
  padding: 40px;
  flex: 1;
  border-radius: 10px;
  text-align: left;
}

.contact-info h2 {
  margin-bottom: 10px;
  font-size: 24px;
}

.contact-info p {
  margin-bottom: 70px;
  color: #fff;
}

.contact-info ul {
  list-style: none;
}

.contact-info li {
  margin-bottom: 20px;
  font-size: 16px;
}

.contact-info span {
  margin-right: 10px;
}

.contact-form {
  flex: 2;
  padding: 40px;
  text-align: left;
}

.contact-info  form {
  display: flex;
  flex-direction: column;
}

.input-group {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.input-group div {
  flex: 1;
}

.contact-info  label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  font-size: 14px;
  outline: none;
  padding: 0;
}

.contact-form  textarea {
  height: 30px;
  resize: none;
  margin-bottom: 20px;
}

.radio-group {
  display: flex;
  gap: 20px;
  margin: 10px 0 20px;
}
.radio-group input{
  width: auto;
  float: left;
  margin-right: 10px;
  margin-top: -1px;
}
.radio-group label {
  font-weight: normal;
}

.contact-form  button {
  align-self: flex-start;
  padding: 12px 24px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
}

/*sertvices*/
.sub-banner-service {
    accent-color: antiquewhite;
    width: 100%;
    background: url('../images/service.png');
    height: 380px;
    display: inherit;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding-left: 30px;
    padding-top: 200px;
    background-size: cover;
    background-position: center 37%;
}
.sub-banner-service h1{
  color: #3ED5DD;
  width: 100%;
  font-size: 50px;
  font-weight: 600;
}
.sub-banner-service p{
  color: #3ED5DD;
  width: 100%;
  font-size: 20px;
}
.features-section .card-container {
    display: contents;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 50px 0;
    margin-bottom: 30px;
    text-align: left;
}

.card {
    position: relative;
    background-color: white;
    padding: 50px 30px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.card .corner {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 130px solid #3ED5DD;
    border-right: 130px solid transparent;
    border-radius: 2px;
}

.card .icon {
    background-color: #007bff;
    padding: 12px;
    border-radius: 0;
    margin-bottom: 15px;
    width: 90px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 19px 22px;
}

.card h3 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.card p {
    font-size: 14px;
    color: #555;
    text-align: justify;
}
.features-section .service-container {
    width: 100%;
    margin: 0 auto;
    padding: 60px 35px;
    text-align: left;
}

.features-section .card {
    display: inline-block;
    width: inherit;
    border-radius: 0px;
    box-shadow: 0 4px 11px 3px rgba(0, 0, 0, 0.1);
    border: none;
    padding: 0 0 30px 0;
    margin-bottom: 50px;
}

.feature-card-left {
    width: 17%;
    float: left;
    z-index: 9;
    position: relative;
    margin: 57px 0 0 5px;
}

.feature-card-right {
    width: 69% !important;
    display: inline-block;
    padding: 70px  0 0 0px !important;
    text-align: left;
    position: relative;
}

.feature-card-left img {
    width: 91%;
    border-radius: 6px;
}

.feature-card-right h1 {
    font-size: 32px;
    font-weight: 600;
}

.feature-card-right p {
    font-size: 16px;
    padding: 10px 0 0 0;
    font-weight: 500;
}


.blog-container {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0 0;
}

.blog-card {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  overflow: hidden;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease;
  padding: 15px;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.blog-content {
  padding: 20px 0;
}

.blog-category {
  font-size: 0.9rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.blog-design {
  color: #1e90ff;
}

.blog-product {
  color: #1e90ff;
}

.blog-software {
  color: #1e90ff;
}

.blog-title {
  font-size: 16px;
  margin: 0.5rem 0;
  font-weight: 600;
}

.blog-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 1rem;
}

.blog-footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.blog-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.blog-date {
  font-size: 0.8rem;
  color: #999;
}
section.blog-section {
    padding: 20px 0 50px 0;
}

.sub-blog-service {
    accent-color: antiquewhite;
    width: 100%;
    background: url('../images/blog.png');
    height: 379px;
    display: inherit;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding-left: 30px;
    padding-top: 200px;
    background-size: cover;
    background-position: center 57%;
}
.sub-blog-service h1{
  color: #3ED5DD;
  width: 100%;
  font-size: 50px;
  font-weight: 600;
}
.sub-blog-service p{
  color: #3ED5DD;
  width: 100%;
  font-size: 20px;
}
.blog-content a {
    position: relative;
    float: right;
    margin-top: -32px;
    margin-right: 10px;
}

.blog-content a img {
    width: 18px;
}
.blog-card a {
    position: relative;
    float: right;
    margin-top: -32px;
    margin-right: 10px;
}

.blog-card a img {
    width: 18px;
}



.sub-carrer-service {
    accent-color: antiquewhite;
    width: 100%;
    background: url('../images/join.png');
    height: 419px;
    display: inherit;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding-left: 30px;
    padding-top: 200px;
    background-size: cover;
    background-position: center 0;
}
.sub-carrer-service h1{
  color: #3ED5DD;
  width: 100%;
  font-size: 50px;
  font-weight: 600;
}
.sub-carrer-service p{
  color: #3ED5DD;
  width: 100%;
  font-size: 20px;
}



.benefits-section {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  width: 100%;
}

.benefits-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.benefits-intro {
  flex: 1 1 300px;
  max-width: 400px;
  padding: 60px 0 0 0;
}

.benefits-label {
  color: #555;
  font-size: 0.9rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.benefits-title {
  font-size: 27px;
  margin-bottom: 30px;
  font-weight: 600;
}

.benefits-description {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

.benefits-grid {
  flex: 2 1 600px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 2rem;
  padding: 50px 0 0 0;
}

.benefit-item {
  display: flex;
  flex-direction: column;
}

.benefit-icon {
  width: 60px;
  height: 70px;
  background: linear-gradient(135deg, #3b82f6, #60a5fa);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.benefit-icon img {
  width: 34px;
  height: 34px;
}

.benefit-title {
  font-size: 19px;
  margin-bottom: 10px;
  font-weight: 600;
  margin-top: 10px;
}

.benefit-text {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.4;
}

.carrer-req-section {
      background: #f4f7fb;
      padding: 70px 0 50px 0;
    }

    .sidebar {
      background: #fff;
      padding: 20px;
      height: auto;
      border-right: 1px solid #ddd;
    }

    .sidebar ul {
      list-style: none;
      padding-left: 0;
    }

    .sidebar li {
      margin-bottom: 15px;
      font-weight: bold;
      color: #333;
    }

    .main-content {
      padding: 30px;
      background: #fff;
      margin: 20px;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }

 
    .apply-btn {
      margin-top: 20px;
    }

     .sidebar {
      width: 19%;
      background: none;
      padding: 0;
      box-shadow: none;
      border: none;
    }

    .sidebar h4 {
      margin-top: 0;
      font-size: 15px;
      cursor: pointer;
      color: #000;
      margin-bottom: 20px;
      font-weight: 600;
    }

    .sidebar h4.active {
      color: #0056b3;
      font-weight: bold;
    }

    .job-panel {
      display: none;
    }

    .job-panel.active {
      display: block;
    }

   

.carrer-grid-text {
    text-align: center;
    margin-bottom: 40px;
}

.carrer-grid-text h2 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.carrer-grid-text h1 {
    font-size: 34px;
    font-weight: 600;
    margin: 20px 0 20px 0;
}

.carrer-grid-text p {
    width: 56%;
    margin: 0 auto;
    font-size: 16px;
}

.benefits-section .content {
    width: 80%;
    display: inline-block;
}

.benefits-section .content .panel-heading {
    background: none;
}

.carrer-grid-text {
    text-align: center;
    margin-bottom: 40px;
}

.carrer-grid-text h2 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.carrer-grid-text h1 {
    font-size: 34px;
    font-weight: 600;
    margin: 20px 0 20px 0;
}

.carrer-grid-text p {
    width: 56%;
    margin: 0 auto;
    font-size: 16px;
}

.benefits-section .content {
    width: 80%;
    display: inline-block;
}

.benefits-section .content .panel-heading {
    background: none;
}

 body {
      font-family: Arial, sans-serif;
    }
    *{
      margin:0px;
      padding: 0px;
    }
    /* Navbar */
    
    .navbar {
      padding: 5px 2rem;
      box-shadow: 0px -3px 18px 1px rgba(0, 0, 0, 0.5);
    }
    .navbar-brand img {
      height: auto;
      width: 230px;
    }
    .nav-link {
      color: #000 !important;
      font-weight: 600;
    }
    .nav-link.active {
      background: linear-gradient(to right, #ff0000, #cf0e0e);
      border-radius: 20px;
      color: #fff !important;
      padding: 5px 15px !important;
    }

    /* Hero Section */
    .hero-section {
      background: url('../images/home-banner.png') no-repeat center center/cover;
      position: relative;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: left;
      text-align: left;
      color: #fff;
      padding-left: 30px;
    }
    .hero-overlay {
      background: rgba(0, 0, 0, 0.1);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
    .hero-content {
      position: relative;
      width: 100%;
      z-index: 1;
      width: 100%;
      max-width: 800px;
    }
    .hero-content h1 {
      font-size: 3.5rem;
      font-weight: 700;
    }
    .hero-content h1 span {
      color: #eb0505;
    }
    .hero-content p {
      margin-top: 10px;
      font-size: 25px;
    }
    .btn-custom {
      background: linear-gradient(to right, #ff0000, #cf0e0e);
      border: none;
      border-radius: 25px;
      padding: 10px 25px;
      color: #fff;
      font-weight: 600;
      margin-top: 20px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 5px 17px;
        font-size: 18px;
    }
    a.nav-link:hover {
        background: linear-gradient(to right, #ff0000, #cf0e0e);
        border-radius: 20px;
        color: #fff !important;
        padding: 5px 15px !important;
    }





    .about-section .container-about {
      display: flex;
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px 20px;
      align-items: center;
      justify-content: center;
      gap: 40px;
    }

    .about-section  .container-about .content {
      flex: 1;
    }

    .about-section .container-about .image {
      flex: 1;
    }

    .about-section .container-about .image img {
      max-width: 530px;
      height: 530px;
      border-radius: 8px;
    }

    .about-section .container-about h2 {
      color: #741c1c;
      margin-bottom: 10px;
      font-weight: 800;
      margin: 5px 0 20px 0;
    }

    .about-section .container-about h4 {
      color: #000;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 800;
      font-size: 16px;
    }

    .about-section .container-about p {
      line-height: 1.6;
      color: #000;
      text-align: justify;
    }
    section.about-section {
        background: #2FCADB99;
        background: linear-gradient(90deg, rgb(143 143 143 / 43%) 0%, rgba(255, 255, 255, 1) 24%, rgba(255, 255, 255, 0) 100%);
    }

    /*SERVICE*/

    .services-section {
      background: linear-gradient(135deg, #ca2067, #5f99f7);
      color: #fff;
      padding: 40px 20px;
    }

    .container-service {
      max-width: 1500px;
      margin: 0 auto;
      text-align: center;
    }

    .services-section .header h4 {
      font-weight: 600;
      letter-spacing: 1px;
      margin-bottom: 10px;
      font-size: 14px;
    }

    .services-section .header h1 {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 15px;
    }

    .services-section .header p {
      font-size: 14px;
      color: #d6e4f7;
    }

    .services-section .services-grid {
      margin-top: 40px;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .services-section .service-row {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0;
      flex-wrap: wrap;
      position: relative;
      margin-bottom: 20px;
    }

    .services-section .service-box {
      background-color: white;
      color: #000;
      padding: 9px 50px;
      border-radius: 30px;
      font-weight: 600;
      min-width: 540px;
      text-align: left;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
      margin-right: 0;
      margin-left: 0;
    }

    .services-section .icon {
      background-color: black;
      border-radius: 50%;
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 99;
      width: 60px;
      height: 60px;
      position: absolute;
    }

   .services-section .icon img {
        width: 62px;
    }


    /*Cyber*/

    .container-cyber {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 70px;
      flex-wrap: wrap;
      margin: 70px 0;
    }

    .stats-container {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px 50px;
    }

    .stat h2 {
      font-size: 46px;
      font-weight: 800;
    }

    .stat p {
      font-size: 14px;
      margin-top: 6px;
      color: #333333;
    }

    .blue {
      color: #003366;
    }

    .teal {
      color: #26d1d1;
    }

    .video-container {
      max-width: 520px;
      margin-left: 60px;
    }

    .video-wrapper {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
    }

    .video-wrapper img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 20px;
    }

    /*FEATURE SECTION*/
    section.feature-section {
        background-color: #0c1a2a;
    }
    .container-feature {
      display: flex;
      flex-wrap: wrap;
      padding: 40px;
      gap: 40px;
      justify-content: center;
      align-items: flex-start;
    }

    .left img {
      width: 400px;
      max-width: 100%;
      border-radius: 12px;
    }

    .right {
      max-width: 600px;
    }

    .feature-point {
      color: #fff;
      font-weight: bold;
      letter-spacing: 1px;
      font-size: 14px;
      margin-bottom: 8px;
    }

    .title h1 {
      font-size: 32px;
      margin: 0;
      color: #fff;
      font-weight: 600;
    }

    .subtitle {
      font-size: 15px;
      margin-top: 10px;
      color: #c0c7d1;
    }

    .features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }

    .feature-box {
      padding: 20px;
      border-radius: 10px;
      transition: 0.3s ease;
      background: #171717;
      background: linear-gradient(90deg, rgba(23, 23, 23, 1) 0%, rgba(50, 51, 53, 1) 34%, rgba(90, 90, 90, 0) 73%, rgba(23, 23, 23, 1) 100%);
    }

    .feature-box:hover {
      background: #1b2b44;
    }

    .feature-box h3 {
      font-size: 18px;
      margin-bottom: 10px;
      color: #ffffff;
      font-weight: 600;
      margin-top: 10px;
    }

    .feature-box p {
      font-size: 14px;
      color: #fff;
    }
    .feature-box img {
        width: 50px;
    }

    /*HALL OF FAME*/

    .hall-fame-section {
      background: linear-gradient(to right, #57b7f8, #9bdefc);
      color: #fff;
      padding: 40px 20px;
    }

    .hall-fame-section .container-hall-fame {
      max-width: 1100px;
      margin: 0 auto;
      text-align: center;
    }

    .hall-fame-section .container-hall-fame  h1 {
      font-size: 3em;
      margin-bottom: 0.2em;
    }

    .hall-fame-section .container-hall-fame  h2 {
      font-size: 1.3em;
      margin-bottom: 0.5em;
      color: #d4eaf7;
    }

    .hall-fame-section .container-hall-fame  p {
      font-size: 1em;
      max-width: 700px;
      margin: 0 auto 40px;
      color: #e8f4fa;
    }

    .hall-fame-section .container-hall-fame  .logo-grid {
      background: #fff;
      border-radius: 12px;
      padding: 40px 30px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
      gap: 30px;
      justify-items: center;
    }

    .hall-fame-section .container-hall-fame  .logo-grid img {
      max-height: 40px;
      max-width: 100px;
      object-fit: contain;
      transition: transform 0.3s ease;
    }

    .hall-fame-section .container-hall-fame  .logo-grid img:hover {
      transform: scale(1.1);
    }
     .hall-fame-section .container-hall-fame  .logo-grid img:hover {
      transform: scale(0.2); /* Zoom out on hover */
    }
    .hall-fame-section .container-hall-fame  .logo-caption {
      font-size: 0.85em;
      color: #333;
      margin-top: 8px;
    }

    .hall-fame-section .container-hall-fame .logo-item {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    /*approach*/
    .approch-section {
      margin: 0;
      color: #fff;
      background: linear-gradient(to bottom right, #051021, #042a3e);
      background-image: url('../images/bg-ftr.jpg'); /* Fallback matrix style */
      background-repeat: no-repeat;
      background-size: cover;
    }

    .container-approch {
      max-width: 1000px;
      margin: auto;
      padding: 60px 20px;
      text-align: center;
    }

    .container-approch h3 {
      color: #3ecbf0;
      font-weight: 500;
      letter-spacing: 1px;
    }

    .container-approch h1 {
      font-size: 2.5rem;
      margin: 10px 0;
    }

    .container-approch p {
      font-size: 1rem;
      color: #cbd5e1;
      margin-bottom: 50px;
      line-height: 1.6;
    }

    /* Flow diagram */
    .container-approch .flow {
      display: flex;
      flex-direction: column;
      gap: 40px;
      align-items: center;
    }

    .container-approch .row {
      display: flex;
      gap: 40px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .container-approch .row.center {
      justify-content: center;
    }

    .container-approch .circle {
      background: rgba(0, 139, 186, 0.15);
      border: 2px solid #00bfff;
      border-radius: 50%;
      width: 160px;
      height: 160px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      text-align: center;
      padding: 20px;
      box-shadow: 0 0 15px rgba(0, 191, 255, 0.3);
      transition: transform 0.3s;
    }

    .container-approch .circle:hover {
      transform: scale(1.05);
      box-shadow: 0 0 25px rgba(0, 255, 255, 0.5);
    }
    .flow img {
      width: 60%;
      margin-bottom: 70px;
  }
  .security-standard {
      width: 80%;
      text-align: center;
      margin: -100px auto;
      margin-bottom: 15px;
  }

  .security-standard h1 {
      font-size: 22px;
      font-weight: 600;
      margin: 10px 0 20px 0;
      color: #fff;
  }

  .security-standard-grid {
      background: #f3f3f3;
      border-radius: 6px;
      box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
      padding: 20px 0 10px 0;
  }
  .security-standard-grid .logo-grid {
    float: left;
    margin: 0 15px 0 0;
    background: #fff;
    padding: 0 0 0 0;
    height: 60px;
    text-align: center;
    line-height: 59px;
    width: 180px;
}
.security-standard-grid .logo-grid img {
    width: auto;
}

/*CONTACT US*/

.contact-section {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
}

.container-contact {
  text-align: center;
  padding: 50px 20px;
}

.container-contact h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.container-contact p {
  color: #555;
  margin-bottom: 40px;
}

.contact-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.container-contact .map img {
  width: 400px;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
}

.container-contact .form {
  background: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  width: 470px;
  text-align: left;
}

.container-contact form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.container-contact input, .container-contact textarea {
  padding: 0 0;
  font-size: 1rem;
  border-bottom: 1px solid #383838;
  border-radius: 0;
  display: inline-block;
  width: 100%;
  height: 30px;
}

.container-contact button {
  padding: 12px;
  font-size: 1rem;
  background: linear-gradient(to right, #d50e0e, #670707);
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.container-contact button:hover {
  background: linear-gradient(to right, #b60c0c, #101010);
}


/*FOOTER*/
.footer-section.logo img {
    width: 260px;
    margin-bottom: 10px;
    margin-top: 60px;
}
.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 60px;
  background-color: #0d0d0d;
  flex-wrap: wrap;
}

.footer-section {
  flex: 1;
  min-width: 250px;
  margin: 10px;
}

.footer-section h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
  padding: 0;
}

.footer-section p, 
.footer-section a {
  font-size: 16px;
  margin: 8px 0;
  color: #e0e0e0;
  text-decoration: none;
  /* display: flex; */
  align-items: lef;
  padding: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
}

.footer-section a:hover {
  color: #00aaff;
}

.footer-section i {
  margin-right: 10px;
}

.social-icons {
  margin-top: 15px;
}

.social-grid .social-icons a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  color: white;
  text-align: center;
  line-height: 36px;
  margin-right: 10px;
  border-radius: 6px;
  transition: all 0.3s;
}

.social-icons a:hover {
  background-color: #ed0505;
  border-color: #ed0505;
  color: #fff;
}

.logo {
  text-align: center;
}

.logo img {
  width: 150px;
  margin-bottom: 10px;
}

.logo p {
  font-size: 14px;
  color: #ccc;
}
.social-icons a i {
    margin: 0;
}
.footer-section.links {
    margin: 0 0 0 160px;
}
.copyright_grid {
    height: 31px;
    text-align: center;
    background: #3d3d3d;
    color: #fff;
    line-height: 30px;
    font-size: 13px;
}


/*ABOUT US*/
.sub-banner-grid {
    accent-color: antiquewhite;
    width: 100%;
    background: url('../images/about-banner.png');
    height: 380px;
    display: inherit;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding-left: 30px;
    padding-top: 200px;
    background-size: cover;
    background-position: center 37%;
}
.sub-banner-grid h1{
  color: #3ED5DD;
  width: 100%;
  font-size: 50px;
  font-weight: 600;
}
.sub-banner-grid p{
  color: #3ED5DD;
  width: 100%;
  font-size: 20px;
}


section.aboutinfo-section {
    padding: 60px 0 0;
}

section.aboutinfo-section h1, .team-section h1 {
    margin-bottom: 20px;
    font-size: 30px;
    padding: 0 0 0 20px;
    font-weight: 800;
    position: relative;
    color: #c71b20;
    text-transform: uppercase;
    vertical-align: top;
}

.aboutinfo-right {
    padding: 50px 20px;
    text-align: center;
}

.aboutinfo-right img {
    width: 100%;
    margin-top: -50px;
    border-radius: 16px;
}
.aboutinfo-left p {
    font-size: 15px;
    text-align: left;
    line-height: 26px;
}

/*TEAM*/
.team-section {
  padding: 40px;
  text-align: center;
}

.team-section h1 {
  font-size: 2em;
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  padding: 0 0 0 15px;
}

.team-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.team-member {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 23%;
  position: relative;
}

.team-member img {
  width: 100%;
  height: auto;
  display: block;
}

.info {
  background-color: rgba(0,0,0,0.8);
  color: white;
  padding: 4px 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.name {
  margin: 0;
  font-weight: bold;
}

.title {
  margin: 0;
  font-size: 0.9em;
  color: #ccc;
}

/*NEWSDS LETTER*/
.newsletter-section {
  position: relative;
  background: url('../images/bg-news.jpg') no-repeat center center/cover;
  height: 436px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  width: 97%;
  border-radius: 8px;
  margin: 0 auto;
  margin-bottom:50px;
  margin-top: 30px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 10, 20, 0.6);
  z-index: 1;
  border-radius: 8px;
}

.newsletter-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 20px;
}

.newsletter-label {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ccc;
  margin-bottom: 10px;
}

.newsletter-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}

.newsletter-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.newsletter-form input[type="email"] {
  padding: 15px 20px;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  min-width: 280px;
  max-width: 400px;
  flex: 1;
  color: #333;
  outline: none;
}

.newsletter-form input::placeholder {
  color: #aaa;
}

.newsletter-form button {
  padding: 15px 30px;
  border: none;
  border-radius: 40px;
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.newsletter-form button:hover {
  background: linear-gradient(90deg, #2563eb, #3b82f6);
}

/*contact*/

.sub-banner-contact {
    accent-color: antiquewhite;
    width: 100%;
    background: url('../images/contact-banner.png');
    height: 380px;
    display: inherit;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding-left: 30px;
    padding-top: 200px;
    background-size: cover;
    background-position: center 37%;
}
.sub-banner-contact h1{
  color: #3ED5DD;
  width: 100%;
  font-size: 50px;
  font-weight: 600
}
.sub-banner-contact p{
  color: #3ED5DD;
  width: 100%;
  font-size: 20px;
}


.contact-section {
  padding: 40px;
  background: #fff;
}

.container-contact {
  display: flex;
  background-color: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  padding: 35px 50px;
}

.contact-info {
  background: linear-gradient(135deg, #000000, #e30f0f);
  color: #fff;
  padding: 40px;
  flex: 1;
  border-radius: 10px;
  text-align: left;
}

.contact-info h2 {
  margin-bottom: 10px;
  font-size: 24px;
}

.contact-info p {
  margin-bottom: 70px;
  color: #fff;
}

.contact-info ul {
  list-style: none;
}

.contact-info li {
  margin-bottom: 20px;
  font-size: 16px;
}

.contact-info span {
  margin-right: 10px;
}

.contact-form {
  flex: 2;
  padding: 40px;
  text-align: left;
}

.contact-info  form {
  display: flex;
  flex-direction: column;
}

.input-group {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.input-group div {
  flex: 1;
}

.contact-info  label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  font-size: 14px;
  outline: none;
  padding: 0;
}

.contact-form  textarea {
  height: 30px;
  resize: none;
  margin-bottom: 20px;
}

.radio-group {
  display: flex;
  gap: 20px;
  margin: 10px 0 20px;
}
.radio-group input{
  width: auto;
  float: left;
  margin-right: 10px;
  margin-top: -1px;
}
.radio-group label {
  font-weight: normal;
}

.contact-form  button {
  align-self: flex-start;
  padding: 12px 24px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
}

/*sertvices*/
.sub-banner-service {
    accent-color: antiquewhite;
    width: 100%;
    background: url('../images/service.png');
    height: 380px;
    display: inherit;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding-left: 30px;
    padding-top: 200px;
    background-size: cover;
    background-position: center 37%;
}
.sub-banner-service h1{
  color: #3ED5DD;
  width: 100%;
  font-size: 50px;
  font-weight: 600;
}
.sub-banner-service p{
  color: #3ED5DD;
  width: 100%;
  font-size: 20px;
}
.features-section .card-container {
    display: contents;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 50px 0;
    margin-bottom: 30px;
    text-align: left;
}

.card {
    position: relative;
    background-color: white;
    padding: 50px 30px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.card .corner {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 130px solid #db0a0a;
    border-right: 130px solid transparent;
    border-radius: 2px;
}

.card .icon {
    background-color: #858585;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 15px;
    width: 90px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 25px 25px;
}

.card h3 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}

.card p {
    font-size: 14px;
    color: #555;
    text-align: justify;
}
.features-section .service-container {
    width: 100%;
    margin: 0 auto;
    padding: 60px 35px;
    text-align: left;
}

.features-section .card {
    display: inline-block;
    width: inherit;
    border-radius: 0px;
    box-shadow: 0 4px 11px 3px rgba(0, 0, 0, 0.1);
    border: none;
    padding: 0 0 30px 0;
    margin-bottom: 50px;
}

.feature-card-left {
    width: 17%;
    float: left;
    z-index: 9;
    position: relative;
    margin: 57px 0 0 5px;
}

.feature-card-right {
    width: 80%;
    display: inline-block;
    padding: 30px  0 0 0px;
    text-align: left;
}

.feature-card-left img {
    width: 100%;
    border-radius: 6px;
    margin-left: 10px;
    margin-top: -10px;
    height: 190px;
    object-fit: fill;
}

.feature-card-right h1 {
    font-size: 32px;
    font-weight: 600;
}

.feature-card-right p {
    font-size: 16px;
    padding: 10px 0 0 0;
    font-weight: 500;
}


.blog-container {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0 0;
}

.blog-card {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  overflow: hidden;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease;
  padding: 15px;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.blog-content {
  padding: 20px 0;
}

.blog-category {
  font-size: 0.9rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.blog-design {
  color: #1e90ff;
}

.blog-product {
  color: #1e90ff;
}

.blog-software {
  color: #1e90ff;
}

.blog-title {
  font-size: 16px;
  margin: 0.5rem 0;
  font-weight: 600;
}

.blog-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 1rem;
}

.blog-footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.blog-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.blog-date {
  font-size: 0.8rem;
  color: #999;
}
section.blog-section {
    padding: 20px 0 50px 0;
}

.sub-blog-service {
    accent-color: antiquewhite;
    width: 100%;
    background: url('../images/blog.png');
    height: 379px;
    display: inherit;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding-left: 30px;
    padding-top: 200px;
    background-size: cover;
    background-position: center 57%;
}
.sub-blog-service h1{
  color: #3ED5DD;
  width: 100%;
  font-size: 50px;
  font-weight: 600;
}
.sub-blog-service p{
  color: #3ED5DD;
  width: 100%;
  font-size: 20px;
}
.blog-content a {
    position: relative;
    float: right;
    margin-top: -32px;
    margin-right: 10px;
}

.blog-content a img {
    width: 18px;
}
.blog-card a {
    position: relative;
    float: right;
    margin-top: -32px;
    margin-right: 10px;
}

.blog-card a img {
    width: 18px;
}



.sub-carrer-service {
    accent-color: antiquewhite;
    width: 100%;
    background: url('../images/join.png');
    height: 419px;
    display: inherit;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding-left: 30px;
    padding-top: 200px;
    background-size: cover;
    background-position: center 0;
}
.sub-carrer-service h1{
  color: #3ED5DD;
  width: 100%;
  font-size: 50px;
  font-weight: 600;
}
.sub-carrer-service p{
  color: #3ED5DD;
  width: 100%;
  font-size: 20px;
}



.benefits-section {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  width: 100%;
}

.benefits-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.benefits-intro {
  flex: 1 1 300px;
  max-width: 400px;
  padding: 60px 0 0 0;
}

.benefits-label {
  color: #555;
  font-size: 0.9rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.benefits-title {
  font-size: 27px;
  margin-bottom: 30px;
  font-weight: 600;
}

.benefits-description {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

.benefits-grid {
  flex: 2 1 600px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 2rem;
  padding: 50px 0 0 0;
}

.benefit-item {
  display: flex;
  flex-direction: column;
}

.benefit-icon {
  width: 60px;
  height: 70px;
  background: linear-gradient(135deg, #000000, #ed0505);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.benefit-icon img {
  width: 34px;
  height: 34px;
}

.benefit-title {
  font-size: 19px;
  margin-bottom: 10px;
  font-weight: 600;
  margin-top: 10px;
}

.benefit-text {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.4;
}

.carrer-req-section {
      background: #f4f7fb;
      padding: 70px 0 50px 0;
    }


    .sidebar ul {
      list-style: none;
      padding-left: 0;
    }

    .sidebar li {
      margin-bottom: 15px;
      font-weight: bold;
      color: #333;
    }

    .main-content {
      padding: 30px;
      background: #fff;
      margin: 20px;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }

 
    .apply-btn {
      margin-top: 20px;
    }

     .sidebar {
      width: 19%;
      background: none;
      padding: 0;
      box-shadow: none;
      border: none;
    }

    .sidebar h4 {
      margin-top: 0;
      font-size: 15px;
      cursor: pointer;
      color: #000;
      margin-bottom: 20px;
      font-weight: 600;
    }

    .sidebar h4.active {
      color: #0056b3;
      font-weight: bold;
    }

    .content {
    }

    .job-panel {
      display: none;
    }

    .job-panel.active {
      display: block;
    }

   

.carrer-grid-text {
    text-align: center;
    margin-bottom: 40px;
}

.carrer-grid-text h2 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.carrer-grid-text h1 {
    font-size: 34px;
    font-weight: 600;
    margin: 20px 0 20px 0;
}

.carrer-grid-text p {
    width: 56%;
    margin: 0 auto;
    font-size: 16px;
}

.benefits-section .content {
    width: 80%;
    display: inline-block;
}

.benefits-section .content .panel-heading {
    background: none;
}

.carrer-grid-text {
    text-align: center;
    margin-bottom: 40px;
}

.carrer-grid-text h2 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.carrer-grid-text h1 {
    font-size: 34px;
    font-weight: 600;
    margin: 20px 0 20px 0;
}

.carrer-grid-text p {
    width: 56%;
    margin: 0 auto;
    font-size: 16px;
}

.benefits-section .content {
    width: 80%;
    display: inline-block;
}

.benefits-section .content .panel-heading {
    background: #DFEAFF;
    padding: 28px 17px 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.benefits-section .content .panel-heading h4.panel-title a {
    width: 100%;
    display: inline-block;
}

span.job-title {
    width: 30%;
    display: inline-block;
    color: #000;
    font-weight: 600;
    vertical-align: top;
}

span.job-exp {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #000;
    padding: 0 0 0 60px;
}

span.job-exp label {
    font-size: 19px;
    margin-top: 8px;
    font-weight: 600;
}
.benefits-section .content .panel-heading h4.panel-title a:hover {
    background: none;
    width: 100%;
    color: initial;
    text-decoration: none;
}
.benefits-section .content .panel-body {
    padding: 30px 0 0 20px;
}

.benefits-section .content .panel-body h1 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.benefits-section .content .panel-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.benefits-section .content .panel-body ul li {
    font-size: 17px;
    margin-bottom: 10px;
    padding: 0 0 0 18px;
    position: relative;
}

.benefits-section .content .panel-body ul li:before {
    content: '';
    width: 11px;
    height: 11px;
    background: #000;
    position: absolute;
    left: 0;
    border-radius: 16px;
    top: 7px;
}
section.service-section {
    padding: 60px 38px;
}

section.service-section .card {
    margin-bottom: 30px;
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-right: 14px;
}




.contact-bottom-section {
  padding: 40px;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.contact-bottom-section h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 1rem;
  color: #777;
  margin-bottom: 40px;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.map-container iframe {
  width: 100%;
  height: 440px;
  border-radius: 12px;
  border: none;
}

.map-container {
  flex: 1 1 45%;
  min-width: 300px;
}

.form-container {
  flex: 1 1 45%;
  min-width: 300px;
  background: #f9f9f9;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 0px 1px rgb(0 0 0 / 10%);
  text-align: left;
}

form .form-group {
  margin-bottom: 20px;
  width: 45%;
  display: inline-block;
  margin: 0 15px 15px 0;
}

form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}

form input,
form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
}

.send-button {
  background: linear-gradient(to right, #ff0000, #cf0e0e);
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 25px;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s ease;
  width: 100%;
}

.send-button:hover {
  opacity: 0.9;
}
.form-group.grid-message {
    width: 100%;
}
.form-container button.send-button {
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
}
.hall-fame-section .container-hall-fame .logo-grid img:hover{
      transform: scale(1.6);
}
.service-section .card .corner {
    border-top: 80px solid #fd0101;
    border-right: 80px solid transparent;
}
.service-btn a {
    background: #000;
    padding: 15px 60px 11px;
    color: #000;
    margin-top: 30px;
    display: inline-block;
    font-size: 15px;
    border-radius: 36px;
    font-weight: 600;
    text-transform: uppercase;
    background: #ffffff;
    border-bottom: 5px solid #f00;
}

.service-btn a:hover {
    background: #ff0000;
    color: #fff;
    text-decoration: none;
}

.top-navfix.fixed-top {
    height: 40px;
    width: 100%;
    z-index: 999;
    top: 0;
    position: relative;
    background: #000000 !important;
    border-bottom: 6px solid transparent;
    border-image: linear-gradient(to right, #ff9292, #f72d2d) 1;
}
.top-navfix.fixed-top:before {
    content: '';
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: linear-gradient(to right, #ff9292, #f72d2d);
}
.navbar-expand-lg .navbar-collapse {
    flex: inherit;
    padding: 10px 0 0 50px;
}
section.aboutinfo-section h1:before, .team-section h1:before {
    content: '';
    position: absolute;
    left: 0;
    height: 36px;
    background: #c71b20;
    top: 0px;
    width: 8px;
}
section.service-section .card {
    margin-bottom: 30px;
    width: 30%;
    cursor: pointer;
    transition: all 0.3s ease; /* Smooth transition for both lift and glow */
    border-radius: 10px; /* Optional: Adds rounded corners */
}

section.service-section .card:hover {
    transform: translateY(-10px); /* Lift the card */
    box-shadow: 0 0 20px rgb(253 224 224); /* Glow effect with blue color */
}

section.service-section .card {
    margin-bottom: 30px;
    min-height: 310px !important;
    width: 46%;
}
.service-container h1 {
    font-size: 28px;
    font-weight: 800;
    color: #000;
}
.feature-card-left {
    width: 20% !important;
    margin: 26px 0 0 5px;
}
.service-container h1:before {
    content: '';
    position: absolute;
    top: 0;
    width: 50px;
    height: 10px;
    background: #fd0101;
    top: 50px;
    border-left: 26px solid #000;
}


.social-grid .social-icons a {
    color: #fff;
    background: #ed0505;
    margin: 0;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.social-grid .social-icons a:hover {
    transform: scale(1.1); /* Slight zoom-in effect */
    background: linear-gradient(to right, #ff4343, #cf0e0e); /* New background color on hover */
    color: #fff;
    border: none;
}


.social-grid {margin-left: 140px;float: right;}

.container-about h1 {
    font-size: 24px;
    font-weight: 800;
    margin: 40px 0 0 0;
    color: #5e1e11;
}
.footer-section.logo img {
    filter: invert(1) brightness(86);
}
.service-container p {
    padding: 30px 0 20px 0;
    font-size: 18px;
}

.typing {
  width: 100%; /* adjust based on text length */
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid #000;
  font-size: 34px;
  font-weight: 800;
  animation: typing 3s steps(22), blink 0.7s infinite;
  margin-top: 30px;
  text-align: left;
}

/* typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* cursor blink */
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
