
    body {
      margin: 0;
      font-family: 'Segoe UI', sans-serif;
      background: #fff;
    }

    .hero-section {
      background: linear-gradient(135deg, #0B2E33, #93B1B5);
      color: #fff;
      position: relative;
      overflow: hidden;
    }

    #dotCanvas {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 1;
    }

    .hero-content {
      padding: 100px 0;
      position: relative;
      z-index: 2;
    }

    .hero-title {
      font-size: 5rem;
      font-weight: 600;
    }

    .hero-title span {
      font-weight: 800;
    }

    .hero-btns .btn-outline-light {
      border-radius: 50px;
      padding: 10px 30px;
      font-size: 1rem;
    }

    .hero-btns .btn-play {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      background-color: white;
      color: #022c35;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.4rem;
      margin-left: 15px;
      border: none;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.2s ease;
    }

    .hero-btns .btn-play:hover {
      transform: scale(1.1);
    }

    .hero-image img {
      max-width: 100%;
      height: 500px;
    }

    @media (max-width: 768px) {
      .hero-title {
        font-size: 2rem;
      }

      .hero-btns {
        flex-direction: column;
        gap: 10px;
      }

      .hero-btns .btn-play {
        margin-left: 0;
      }
    }


    /* mission and vission  */

       .about-section {
      padding: 80px 0;
    }

    .about-image {
      position: relative;
    }

    .about-badge {
      position: absolute;
      bottom: -30px;
      left: 30px;
      background: linear-gradient(to right, #022c35, #045608);
      color: white;
      padding: 20px 30px;
      border-radius: 0 0 0 40px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .about-badge i {
      font-size: 2rem;
    }

    .about-badge h5 {
      margin: 0;
      font-size: 1.2rem;
      font-weight: bold;
    }

    .about-badge p {
      margin: 0;
      font-size: 0.9rem;
      font-style: italic;
    }

    .nav-tabs .nav-link {
      border: none !important ;
      font-weight: 600!important ;
      color: #1a1a1a !important;
    }

    .nav-tabs .nav-link.active {
      color: #2DCD7C !important;
      border-bottom: 3px solid #2DCD7C !important;
    }


    /* itsolutions services  */
    .services-container{
        background: #eff4f5;
    }

      .section-title {
      text-align: center;
      margin-bottom: 50px;
    }

    .service-section-title .service-title-subheading {
      color: #0B2E33;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    .service-section-title .service-title-heading {
      font-size: 36px;
      font-weight: bold;
      color: #212529;
      margin-bottom: 10px;
    }

    .service-section-title .service-title-heading::after {
      content: '';
      display: block;
      width: 60px;
      height: 3px;
      margin: 10px auto 0;
      background-color: #0B2E33;
    }

    .service-card {
      position: relative;
      background: white;
      border-radius: 12px;
      padding: 40px 25px 70px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
      text-align: center;
      color: #212529;
      transition: color 0.4s ease;
      height: 100%;
      z-index: 1;
      overflow: visible; 
    }

    .service-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 0%;
      background: linear-gradient(to bottom, #0B2E33, #93B1B5);
      border-radius: 12px;
      z-index: 0;
      transition: height 0.4s ease;
    }

    .service-card:hover::before {
      height: 100%;
    }

    .service-card:hover {
      color: white;
    }

    .service-card img {
      height: 60px;
      margin-bottom: 20px;
      position: relative;
      z-index: 2;
      transition: filter 0.3s;
    }

    .service-card:hover img {
      filter: brightness(0) invert(1);
    }

    .service-card h5,
    .service-card p {
      position: relative;
      z-index: 2;
      transition: color 0.3s;
    }

    .service-card:hover h5,
    .service-card:hover p {
      color: white;
    }

    .arrow-btn {
      position: absolute;
      bottom: -22px;
      left: 50%;
      transform: translateX(-50%);
      width: 48px;
      height: 48px;
      background-color: #fff;
      border-radius: 50%;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #0B2E33;
      font-size: 20px;
      z-index: 2;
      transition: all 0.3s ease;
      cursor: pointer;
      font-size: 12px;
    }

    .service-card:hover .arrow-btn {
      background-color:#0B2E33;
      color: white;
    }


    /* about us  */
      .highlight-card {
      background-color: white;
      padding: 30px;
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
      border-radius: 10px;
      max-width: 260px;
    }

    .section-title {
      font-size: 18px;
      font-weight: 600;
      color: #2DCD7C;
      text-transform: uppercase;
    }

    .main-heading {
      font-size: 40px;
      font-weight: 700;
      color: #1e2a36;
    }

    .check-list {
      list-style: none;
      padding-left: 0;
    }

    .check-list li {
      display: flex;
      align-items: center;
      margin-bottom: 12px;
      font-weight: 600;
      color: #1e2a36;
    }

    .check-list li::before {
      content: "✔";
      color: #2DCD7C;
      font-weight: bold;
      display: inline-block;
      width: 24px;
      font-size: 18px;
    }

    .image-col {
      position: relative;
    }

    .image-col img {
      border-radius: 10px;
      max-width: 100%;
    }

    .highlight-card-box {
      position: absolute;
      bottom: -30px;
      left: 30px;
    }

    .btn-primary-custom{
        text-decoration: none;
       background-color: #022c35;
       color: white;
       border-radius: 10px;
    }

    .btn-primary-custom:hover{
         
       background-color: #2DCD7C;
       color: black;
    }
    @media (max-width: 768px) {
      .highlight-card-box {
        position: static;
        margin-top: 20px;
      }

      .main-heading {
        font-size: 28px;
      }
    }


    /* process cards  */
      .process-section {
      text-align: center;
      padding: 60px 20px;
      background: #eff4f5;
      margin: 20px 0;
    }

    .process-section h3 {
      font-size: 18px;
      color: #022c35;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 10px;
    }

    .process-section h2 {
      font-size: 36px;
      margin-bottom: 40px;
      font-weight: bold;
    }

    .steps-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .step-card {
      background: #fff;
      padding: 30px 20px;
      width: 260px;
      min-height: 280px;
      position: relative;
      border-radius: 10px;
      box-sizing: border-box;
      overflow: visible;
      cursor: pointer;
      transition: box-shadow 0.3s ease;
    }

    .step-card:hover {
      box-shadow: 0 0 20px rgba(0, 123, 255, 0.2);
    }

    /* Top border */
    .step-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 2px;
      width: 100%;
      background-color: #022c35;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.4s ease;
      z-index: 1;
    }

    .step-card:hover::before {
      transform: scaleX(1);
    }

    /* Left border */
    .step-card::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 2px;
      height: 100%;
      background-color: #022c35;
      transform: scaleY(0);
      transform-origin: top;
      transition: transform 0.4s ease 0.2s;
      z-index: 1;
    }

    .step-card:hover::after {
      transform: scaleY(1);
    }

    /* Bottom border */
    .step-card .border-bottom {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #022c35;
      transform: scaleX(0);
      transform-origin: right;
      transition: transform 0.4s ease;
      z-index: 1;
    }

    .step-card:hover .border-bottom {
      transform: scaleX(1);
    }

    /* Right border */
    .step-card .border-right {
      position: absolute;
      top: 0;
      right: 0;
      width: 2px;
      height: 100%;
      background-color: #022c35;
      transform: scaleY(0);
      transform-origin: bottom;
      transition: transform 0.4s ease 0.2s;
      z-index: 1;
    }

    .step-card:hover .border-right {
      transform: scaleY(1);
    }

    .step-content {
      position: relative;
      z-index: 2;
    }

    .step-icon {
      font-size: 48px;
      color: #022c35;
      margin-bottom: 20px;
    }

    .step-number {
      position: absolute;
      top: 30px;
      right: 30px;
      font-size: 60px;
      font-weight: bold;
      color: rgba(0, 0, 0, 0.05);
      z-index: 0;
    }

    .step-title {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .step-desc {
      font-size: 15px;
      color: #6c757d;
    }

    /* Scroll reveal */
    .step-card {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.6s ease;
    }

    .step-card.revealed {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 768px) {
      .steps-container {
        flex-direction: column;
        align-items: center;
      }

      .step-card {
        width: 90%;
      }
    }


    /* why schoose us section  */

      .section-title {
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      position: relative;
      margin-bottom: 10px;
      display: inline-block;
    }

    .section-title::before {
      content: "";
      position: absolute;
      left: -40px;
      top: 50%;
      transform: translateY(-50%);
      width: 30px;
      height: 2px;
      background: #000;
    }

    .main-heading {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .lead-text {
      color: #5a5a5a;
      font-size: 16px;
      line-height: 1.7;
    }

    .video-btn {
      display: flex;
      align-items: center;
      margin-top: 30px;
      font-weight: 600;
      color: #0B2E33;
      text-decoration: none;
    }

    .video-btn i {
      background: #0B2E33;
      color: white;
      font-size: 20px;
      padding: 15px;
      border-radius: 50%;
      margin-right: 10px;
    }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      gap: 25px;
    }

    .service-box {
      border-radius: 12px;
      padding: 40px 30px;
      text-align: center;
      transition: all 0.3s ease;
      box-shadow: 0 0 0 transparent;
    }

    .service-box.dark {
      background: linear-gradient(185deg, #0B2E33, #124e57);
      color: #fff;
    }

    .service-box.light {
      background: #fff;
      color: #000;
    }

    .service-box .icon {
      font-size: 40px;
      margin-bottom: 20px;
      color: #0B2E33;
    }

    .service-box.dark .icon {
      color: #fff;
    }

    .service-box h5 {
      font-weight: 600;
      margin-bottom: 10px;
    }

    .service-box p {
      margin: 0;
      font-size: 15px;
      color: inherit;
    }

    @media (max-width: 768px) {
      .services-grid {
        grid-template-columns: 1fr;
      }
    }


    /* query section  */

     .section {
      padding: 60px 0;
         background: #eff4f5;
    }

    .heading {
      font-weight: 700;
      font-size: 2rem;
      color: #001e3c;
    }

    .subtext {
      color: #5a6e7f;
      font-size: 13px;
    }

    .accordion-button {
      font-weight: 600;
      font-size: 18px;
    }

    .accordion-body {
      color: #5a6e7f;
    }

    .form-wrapper {
      background: linear-gradient(135deg, #0B2E33, #10424a);
      border-radius: 15px;
      padding: 40px;
      color: #fff;
      position: relative;
      overflow: hidden;
    }

    .form-wrapper::before {
      content: '';
      position: absolute;
      top: -40px;
      right: -40px;
      width: 200px;
      height: 200px;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 50%;
      z-index: 0;
    }

    .form-wrapper h4 {
      font-weight: bold;
      z-index: 1;
      position: relative;
    }

    .form-wrapper p {
      font-size: 14px;
      z-index: 1;
      position: relative;
    }

    .form-wrapper .form-control,
    .form-wrapper .form-select {
      background:#0B2E33 ;
      border: 1px dashed rgba(255, 255, 255, 0.4);
      color: white;
      border-radius: 8px;
      padding: 10px;
    }

    .form-wrapper .form-control::placeholder {
      color: rgba(255, 255, 255, 0.6);
    }

    .form-wrapper .btn-submit {
      background-color: #fff;
      color: #0B2E33;
      font-weight: 600;
      border-radius: 30px;
      padding: 10px 25px;
    }

    @media (max-width: 767px) {
      .form-wrapper {
        margin-top: 40px;
      }
    }