
Html,body{
Overflow-x:hidden important 
}

body
{
    font-family: 'Poppins', sans-serif;
font-weight: 400;

}
p
{
  font-size: 12px;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #071952;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  
  
  .env
  {
    font-size: 19px;
    text-align: justify;
  }

  /* Loader Ring */
  .loader {
    border: 8px solid #088295;
    border-top: 8px solid #ffffff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
  }

  /* Spin Animation */
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

   #scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10000;
    width: 50px;
    height: 50px;
    background-color: #071952;
    color: #ffffff;
    border: none;
    outline: none;
    border-radius: 50%;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }

  #scrollTopBtn:hover {
    background-color: #088295;
    transform: scale(1.1);
  }





.top-bar {
      background-color: #071952;
      color: white;
      font-size: 15px;
      padding: 0.4rem 0;
    }
    .top-bar a {
      color: white;
      text-decoration: none;
    }
    .navbar-nav .nav-link {
      font-weight: 600;
      font-size: 18px;
    }
    .btn-quote {
      background-color: #ff5a00;
      color: white;
      padding: 8px 20px;
      font-weight: bold;
    }
    .btn-quote:hover
    {
      background-color: #ff5500;
    }
    .navbar-brand span {
      font-size: 18px;
      color: #088395;
    }
    .social-icons a {
      color: white;
      margin-left: 15px;
      font-size: 18px;
    }
    
    


    @media (max-width: 767.98px) {
      .top-bar .d-flex.justify-content-between {
        flex-direction: column;
        align-items: center;
      }
      .navbar-nav {
        text-align: center;
      }
    }
    .ink
    {
        color: #088395;
    }
     .footer {
      background-color: #071952;
      color: white;
      padding: 40px 20px;
    }

    .footer a {
      color: white;
      text-decoration: none;
    }

    .footer a:hover {
      text-decoration: underline;
    }

    .footer .socials-icons a {
      font-size: 20px;
      color: white;
      margin-right: 15px;
    }

    .footer .icons {
      margin-right: 10px;
    }

   

    .footer-logo {
      max-width: 200px;
    }

    .footer .sections-title {
      font-weight: bold;
      margin-bottom: 20px;
    }

    .footer p {
      margin-bottom: 10px;
    }

    @media (max-width: 767px) {
      .footer .col-md-3,
      .footer .col-md-6 {
        margin-bottom: 30px;
      }
    }
    @media(max-width:550px)
    {
        .in
        {
            margin-top: 2rem;
        }
    }
    @media(max-width:920px)
    {
        .footer-logo
        {
            max-width: 150px;
        }
    }
    .carousel-caption {
      bottom: 20%;
    }
    .carousel-caption h2 {
      font-size: 2rem;
      font-weight: 700;
    }
    .carousel-caption p {
      font-size: 18px;
    }
    .btn-orange {
      background-color: #ff5500;
      border: none;
      font-weight: 600;
    }
    .btn-orange:hover {
      background-color: #FF5500;
    }
    .carousel-indicators [data-bs-target] {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #fff;
    }
    .carousel-indicators .active {
      background-color: white;
    }
    @media (max-width: 768px) {
      .carousel-caption h1 {
        font-size: 2rem;
      }
      .carousel-caption p {
        font-size: 1rem;
      }
    }
    .carousel-caption {
    bottom: 20%;
  }
  
  .btn-orange {
    background-color: #ff5500;
    border: none;
    font-weight: 600;
    color: white;
  }
  .btn-orange:hover {
    background-color: #FF5500;
  }
  .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    
  }
  .carousel-indicators .active {
    background-color: white;
  }

  .car {
    object-fit: cover;
    height: 85vh; /* Default desktop height */
  }

  @media (max-width: 768px) {
    .carousel-caption {
      bottom: 15%;
    }
    .carousel-caption h1 {
      font-size: 2rem;
    }
    .carousel-caption p {
      font-size: 1rem;
    }
    .car {
      height: 80vh; /* Taller height for mobile */
    }
  }
  .btn-readmore {
      background-color: #ff5500;
      color: white;
      font-weight: bold;
      padding: 10px 30px;
      border-radius: 5px;
      text-decoration: none;
    }
    .btn-readmore:hover
    {
      background-color: #ff5500;
    }
    .ti
    {
        color: #071952;
    }
    .slider-container {
      position: relative;
      overflow: hidden;
    }
    .slider-track {
      display: flex;
      transition: transform 0.5s ease;
    }
    .slider-card {
      min-width: calc(100% / 4);
      height: 550px;
      background-size: cover;
      background-position: center;
      position: relative;
      color: white;
      padding: 2rem;
    }
    @media(max-width:1200px)
    {
      .slider-card
      {
        height: 650px;
      }
    }
    .slider-card::before {
      content: "";
      position: absolute;
      inset: 0;
    
      z-index: 1;
    }
    .slider-card-content {
      position: relative;
      z-index: 2;
    }
    .slider-card h5 {
      font-weight: bold;
    }
    .padin
    {
      padding-right: 40px;
    }
    @media(max-width:550px)
    {
      .padin
      {
        padding-right: 0px;
      }
    }
    .slider-card h3 {
      font-size: 1.5rem;
      font-weight: bold;
      margin-top: 7rem;
    }
    .slider-card .ap {
      font-size: 0.95rem;
      margin-top: 5rem;
      font-size: 20px;
    }
    .slider-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      border: none;
      font-size: 2rem;
      z-index: 10;
      cursor: pointer;
    }
    .slider-btn.left { left: 0; }
    .slider-btn.right { right: 0; }

    @media (max-width: 992px) {
      .slider-card {
        min-width: 50%;
      }
    }
    @media (max-width: 576px) {
      .slider-card {
        min-width: 100%;
      }
    }
    .dot {
      height: 12px;
      width: 12px;
      margin: 0 6px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      cursor: pointer;
    }

    .dot.active {
      background-color: #ff5500;
    }

    .icon {
      font-size: 20px;
      color: #0d2c62;
    }

    .read-more {
      text-decoration: none;
      font-weight: 500;
      color: #000;
    }

    .read-more:hover {
      text-decoration: underline;
    }

    .card-title {
      font-weight: bold;
    }
     .section-title {
      font-weight: 700;
      color: #071952;
    }

    .industry-box {
      background-color: #fff;
      border-radius: 12px;
      padding: 30px 20px;
      text-align: center;
      box-shadow: 0 0 10px rgba(0,0,0,0.03);
      transition: transform 0.3s ease;
      height: 200px;
    }

    .industry-box:hover {
      transform: translateY(-5px);
    }

    .industry-icon {
      width: 64px;
      height: 64px;
      border: 2px solid #088395;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px auto;
      font-size: 24px;
      color: #088395;
    }

    .industry-text {
      font-weight: 700;
      font-size: 16px;
      color: #000;
    }

    .cta-button {
      background-color: #FF5500;
      color: #fff;
      font-weight: 600;
      padding: 12px 24px;
      border: none;
      border-radius: 8px;
      margin-top: 50px;
      transition: background-color 0.3s ease;
    }

    .cta-button:hover {
      background-color: #e04b00;
    }
    .testimonial-title {
      font-weight: 700;
      color: #0d2c62;
      text-align: center;
      margin-bottom: 40px;
    }

    .testimonial-card {
      background-color: #fdeee8;
      border-radius: 16px;
      padding: 30px 20px;
      text-align: center;
      height: 100%;
    }

    .testimonial-img {
      width: 64px;
      height: 64px;
      background-color: #071952;
      border-radius: 50%;
      display: inline-block;
      margin-bottom: 20px;
      border: 3px solid #fff;
      box-shadow: 0 0 0 2px #071952;
    }

    .testimonial-name {
      font-weight: 700;
      font-size: 21px;
      margin-bottom: 2px;
      color: #000;
    }

    .testimonial-role {
      color: #a0a0a0;
      font-size: 18px;
      margin-bottom: 15px;
    }

    .testimonial-text {
      font-size: 20px;
      font-weight: 500;
      color: #000;
      margin-bottom: 20px;
    }

    .stars i {
      color: #ffc107;
      font-size: 20px;
      margin: 0 2px;
    }
    .industry-banner {
      background: url('images/footer.jpeg') center center/cover no-repeat;
      position: relative;
      height: 350px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      text-align: center;
    
    }

    .industry-banner::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: rgba(0, 0, 0, 0.45); /* dark overlay */
      z-index: 1;
    }

    .industry-banner .content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      padding: 0 20px;
    }

    .industry-banner h1 {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .industry-banner p {
      font-size: 1.1rem;
      margin-bottom: 20px;
    }

    .industry-banner .btn-orange {
      background-color: #FF5500;
      border: none;
      color: #fff;
      padding: 10px 25px;
      font-weight: 600;
      border-radius: 8px;
    }

    @media (max-width: 576px) {
      .industry-banner h1 {
        font-size: 1.6rem;
      }

      .industry-banner p {
        font-size: 1rem;
      }

      .industry-banner {
        height: auto;
        padding: 40px 0;
      }
    }

    

    .about-banner {
      background: url('images/aboutbanner.jpeg') no-repeat center center;
      background-size: cover;
      height: 85vh;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      text-align: center;
    }
    

    .about-banner::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.4); /* Dark overlay */
    }

    .about-banner h1 {
      color: #fff;
      font-size: 3rem;
      z-index: 1;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .about-banner h1 {
        font-size: 2rem;
      }
    }

    @media (max-width: 576px) {
      .about-banner {
        height: 60vh;
      }
    }
    .abtn
    {
        height:660px;
    }
    @media(max-width:550px)
    {
        .abtn
        {
            height: 400px;
            width: 100%;
        }
        .abtncont
        {
            margin-top: 2rem;
        }
    }
    .mission-vision-section {
      padding: 4rem 1rem;
    }

    .card-box {
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      text-align: center;
      
      
    }

    .card-box img {
      width: 100%;
      height: auto;
      border-radius: 12px;
    }

    .content-box {
      background-color: #001f54; /* dark navy */
      color: white;
      padding: 2rem 1rem 1.5rem;
      margin: -140px auto 0;
      position: relative;
      width: 90%;
      border-radius: 12px;
      z-index: 1;
      height: 360px;
    }
    @media(max-width:920px)
    {
      .content-box{
      height: 400px;
      }
    }

    .icons-circle {
      width: 85px;
      height: 85px;
      background: white;
      border: 4px solid #088395;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: -60px auto 1rem;
      z-index: 2;
      position: relative;
      font-size: 20px;
    }

    .icons-circle i {
      font-size: 24px;
      color: #088395;
    }

    .content-box h5 {
      font-weight: bold;
      margin-bottom: 1rem;
    }

    .content-box p {
      font-size: 0.95rem;
      line-height: 1.6;
    }

    @media (min-width: 768px) {
      .content-box {
        padding: 2rem;
      }

      .content-box p {
        font-size: 1rem;
      }
    }
    .corein {
  background-image: url('images/coreone.jpeg');
  background-size: cover;
  background-position: center;
  padding: 4rem 0;
  color: #000;
}


.core-section {
  background-color: white;
  border-radius: 1rem;
  padding: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}

.core-image-wrapper {
  flex: 1 1 300px;
  max-width: 100%;
}

.core-img {
  border-radius: 1rem;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.core-cards-wrapper {
  flex: 2 1 500px;
}

.core-cards {
  display: grid;
  gap: 1.5rem;
  width: 100%;
  grid-template-columns: 1fr; /* Default: 1 column on mobile */
}

@media (min-width: 768px) {
  .core-cards {
    grid-template-columns: repeat(2, 1fr); /* Tablet: 2 columns */
  }
}

@media (min-width: 992px) {
  .core-cards {
    grid-template-columns: repeat(3, 1fr); /* Desktop: 3 columns */
  }
}


.core-card {
  background-color: white;
  padding: 1.5rem;
  border-radius: 1rem;
  position: relative;
  box-shadow: 0 0 0 1px #ccc;
  transition: all 0.3s ease;
}

.core-card:hover {
  background-color: #088395;
  color: white;
  box-shadow: #000 2px 3px 2px 2px;
}

.core-card .circle-number {
  background-color: #FF5F1F;
  color: black;
  font-weight: bold;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 2;
}

.core-card.special .circle-number {
  background-color: #FF5F1F;
  color: black;
}

/* Responsive Fixes */
@media (max-width: 767.98px) {
  .core-section {
    flex-direction: column;
    padding: 1.5rem;
  }

  .core-cards {
    grid-template-columns: 1fr;
  }

  .core-card .circle-number {
    width: 40px;
    height: 40px;
    top: -20px;
    left: -20px;
    font-size: 14px;
  }

  .core-img {
    width: 100%;
    max-width: 100%;
  }
}
    .founder-section {
  background-color: #edf7fa;
}

.founder-heading {
  color: #0a1d3c;
  font-weight: 700;
}

.founder-photo {
  width: 180px;
  height: 180px;
  background-color: #d3d3d3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  content: "Photo";
  position: relative;
}

.founder-photo::after {
  content: "Photo";
  position: absolute;
}

.founder-name {
  font-weight: 600;
  color: #111;
}

.founder-title {
  font-size: 14px;
  color: #444;
}

.founder-description-box {
  background-color: #071952;
  color: #ffffff;
  max-width: 700px;
  border-radius: 10px;
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
}

/* Responsive fix */
@media (max-width: 576px) {
  .founder-photo {
    width: 140px;
    height: 140px;
    font-size: 16px;
  }

  .founder-description-box {
    font-size: 14px;
    padding: 1rem;
  }

  .founder-heading {
    font-size: 20px;
  }
}
    .nop
    {
      width:100%;
       height:800px
      
    }
    @media(max-width:550px)
    {
      .nop
    {
      width:100%;
       height:100%;    
    }
    }
    @media(max-width:550px)
    {
      .founder-bio {
      text-align: center;
    }
    }

    @media (max-width: 767px) {
      .founder-col {
        margin-bottom: 40px;
      }
    }
    .industry-banners {
      background: url('images/footerone.jpeg') center center/cover no-repeat;
      position: relative;
      height: 350px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      text-align: center;
    
    }
    
    .mid
    {
      font-size: 15px;
    }
    @media(max-width:912px)
    {
      .mid
      {
        font-size: 11px;
      }
    }

    .industry-banners::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: rgba(0, 0, 0, 0.45); /* dark overlay */
      z-index: 1;
    }

    .industry-banners .content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      padding: 0 20px;
    }

    .industry-banners h1 {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .industry-banners p {
      font-size: 1.1rem;
      margin-bottom: 20px;
    }

    .industry-banners .btn-orange {
      background-color: #FF5500;
      border: none;
      color: #fff;
      padding: 10px 25px;
      font-weight: 600;
      border-radius: 8px;
    }

    @media (max-width: 576px) {
      .industry-banners h1 {
        font-size: 1.6rem;
      }

      .industry-banners p {
        font-size: 1rem;
      }

      .industry-banners {
        height: auto;
        padding: 40px 0;
      }
    }

    .choose-banner {
      background: url('images/whybanner.jpeg') no-repeat center center;
      background-size: cover;
      height: 85vh;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      text-align: center;
    }

    .choose-banner::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.4); /* Dark overlay */
    }

    .choose-banner h1 {
      color: #fff;
      font-size: 3rem;
      z-index: 1;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .choose-banner h1 {
        font-size: 2rem;
      }
    }

    @media (max-width: 576px) {
      .choose-banner {
        height: 60vh;
      }
    }
    .expertise-section {
      background: url('images/whycsi.jpeg') center center/cover no-repeat;
      padding: 60px 0;
      color: #fff;
    }

    .expertise-title {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 30px;
    }

    .accordion-button {
      font-weight: 600;
      font-size: 1.1rem;
      background-color: #fff;
      color: #000;
      padding-right: 3rem;
      position: relative;
    }

    .accordion-button::after {
      display: none !important; /* Removes Bootstrap arrow */
    }

    .custom-icon {
      position: absolute;
      right: 1.5rem;
      font-size: 1.5rem;
      top: 50%;
      transform: translateY(-50%);
    }

    .accordion-item {
      border: none;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      margin-bottom: 30px;
      padding: 30px;
    }

    .accordion-body {
      background: #fff;
      color: #000;
    }

    .cta-button {
      background-color: #ff4e00;
      color: #fff;
      font-weight: 600;
      border: none;
      border-radius: 8px;
      padding: 12px 25px;
      margin-top: 20px;
    }

    @media (max-width: 768px) {
      .expertise-title {
        font-size: 1.6rem;
        text-align: center;
      }

      .cta-button {
        width: 100%;
      }
    }
    .proposition-card {
      border: 1px solid black;
      overflow: hidden;
      background-color: #fff;
      transition: transform 0.3s ease;
      height: 490px;
    }

    .proposition-card:hover {
      transform: translateY(-5px);
    }

    .numberse-badge {
      position: absolute;
      top: 15px;
      left: 15px;
      background-color: #fff;
      color: #000;
      font-weight: 800;
      font-size: 30px;
      padding: 10px 20px;
      box-shadow: 10px 10px 0 #ff4e00;
    }

    .proposition-img-wrapper {
      position: relative;
      height: 250px;
      overflow: hidden;
    }

    .proposition-img-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .proposition-body {
      padding: 20px;
    }

    .cta-button {
      background-color: #ff4e00;
      color: #fff;
      font-weight: 600;
      padding: 12px 25px;
      border-radius: 8px;
      border: none;
      margin-top: 30px;
    }

    .section-title {
      text-align: center;
      font-weight: 700;
      font-size: 2rem;
      color: #0a165c;
      margin-bottom: 40px;
    }

    @media (max-width: 767px) {
      .section-title {
        font-size: 1.6rem;
      }

      .number-badge {
        font-size: 1rem;
        padding: 4px 12px;
      }
    }
    .service-banner {
      background: url('images/hvacbanner.jpg') no-repeat center center;
      background-size: cover;
      height: 85vh;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      text-align: center;
    }

    .service-banner::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.4); /* Dark overlay */
    }

    .service-banner h1 {
      color: #fff;
      font-size: 3rem;
      z-index: 1;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .service-banner h1 {
        font-size: 2rem;
      }
    }

    @media (max-width: 576px) {
      .service-banner {
        height: 60vh;
      }
    }
    .hvac-section {
      padding: 60px 0;
    }
    
    .check-icon {
      color: #088395;
      margin-right: 10px;
    }
    .btn-custom {
      background-color: #ff5b00;
      color: #fff;
      font-weight: 600;
      border-radius: 6px;
      padding: 10px 20px;
    }
    .btn-custom:hover {
      background-color: #e94e00;
      color: #fff;
    }
    .section-title {
      color: #ff6700;
      font-weight: 700;
    }
    .cards-custom {
      background-color: transparent;
      border: 1px solid #ffffff33;
      border-radius: 10px;
      padding: 25px;
      color: white;
      height: 100%;
      transition: all 0.3s ease;
    }
    .cards-custom:hover {
      background-color: #ffffff0d;
      transform: translateY(-5px);
    }
    .cards-custom i {
      font-size: 2rem;
      color: white;
      margin-bottom: 10px;
    }
    .cards-title {
      color: #ff6700;
      font-weight: 600;
      margin-top: 10px;
    }
    .cards-text
    {
      font-size: 19px;
    }
    .chooses-us-section {
      padding: 60px 0;
    }

    .chooses-us-title {
      color: #0a165c;
      font-weight: 700;
    }

    .chooses-us-btn {
      background-color: #ff4e00;
      color: white;
      font-weight: 600;
      border: none;
      padding: 12px 25px;
      border-radius: 8px;
    }
    .chooses-us-btn:hover
    {
      background-color: #ff5500;
    }

    .cardm-title {
      font-weight: 700;
    }

    .chooses-cardm {
      border: 1px solid #ddd;
      border-radius: 5px;
      overflow: hidden;
      background: #fff;
      height: 580px;
    }

    .chooses-cardm-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
      border-top: 1px solid #ddd;
    }

    .chooses-cardm-footer i {
      font-size: 24px;
      color: #0a165c;
    }
    


    .choosess-cardmm {
      border: 1px solid #ddd;
      border-radius: 5px;
      overflow: hidden;
      background: #fff;
      
    }

    .choosess-cardmm-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
      border-top: 1px solid #ddd;
    }

    .choosess-cardmm-footer i {
      font-size: 24px;
      color: #0a165c;
    }

    .on {
      margin-top: 30px;
      position: static;
      justify-content: center;
    }

    .on [data-bs-target] {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #000;
      opacity: 0.3;
    }

    .on .active {
      background-color: #ff4e00;
      opacity: 1;
    }

    @media (max-width: 768px) {
      .carousel-inner .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
      }
    }
        .service-cardn {
      background-color: #fff;
      padding: 20px;
      height: 240px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: transform 0.3s ease;
    }
    .service-cards:hover {
      transform: translateY(-5px);
    }
    .service-title {
      color: #ff5c00;
      font-weight: 600;
    }
    .service-icon {
      font-size: 2rem;
      color: #ff5c00;
      text-align: right;
      font-weight: 900;
    }
    .cardn-img {
      object-fit: cover;
      height: 100%;
      width: 100%;
    }
    .cardn-wrapper {
      display: flex;
      height: 100%;
      border-radius: 4px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      max-width: 480px;
    }
    .img-container {
      width: 50%;
    }
    .text-container {
      width: 50%;
    }

    /* Custom Row */
    .custom-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px; /* This sets exactly 10px gap between cards */
      justify-content: center;
    }

    @media (max-width: 767px) {
      .cardn-wrapper {
        flex-direction: column;
        max-width: 100%;
      }
      .img-container,
      .text-container {
        width: 100%;
      }
    }
    .redit
    {
      background: url('images/banwho.jpeg') no-repeat center center/cover;
    }
  
.custom-card {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-blend-mode: overlay;
      border-radius: 15px;
      padding: 25px;
      color: white;
      min-height: 440px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      
    }

    .icon-circle {
      width: 80px;
      height: 80px;
      background-color: #088395;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto 15px;
    }
    .icons-circles {
      width: 70px;
      height: 70px;
      background-color: #088395;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto 15px;
    }

    .icon-circle img {
      width: 30px;
      height: 30px;
    }

    .carousel-indicators.custom-style [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: grey;
  opacity: 0.4;
  border: none;
  margin: 0 6px;
}

.carousel-indicators.custom-style .active {
  background-color: #ff5500;
  opacity: 1;
}



    @media (max-width: 768px) {
      .custom-card {
        min-height: 480px;
      }
    }


   .custom-accordion-button::after {
      content: '+';
      font-size: 1.2rem;
      transform: none !important;
      background-image: none !important;
    }

    .custom-accordion-button:not(.collapsed)::after {
      content: '×';
      font-size: 1.4rem;
    }

    .custom-accordion-button {
      background-color: white;
      font-weight: 600;
      border-radius: 8px;
      box-shadow: none;
    }

    .custom-accordion-item {
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
    }

    .custom-accordion-body {
      padding-top: 0;
    }

    .text-highlight-orange {
      color: #ff6f00;
      font-weight: 700;
      
    }

    .btn-custom-orange {
      background-color: #ff6f00;
      color: white;
      font-weight: 600;
      border-radius: 6px;
      padding: 10px 20px;
      border: none;
    }

    .btn-custom-orange:hover {
      background-color: #e55c00;
    }

    @media (max-width: 767.98px) {
      .responsive-image-col {
        margin-bottom: 20px;
      }
    }
    
    .highlight-orange {
      color: #ff6f00;
      font-weight: 700;
    }

    .btn-orange {
      background-color: #ff6f00;
      color: white;
      font-weight: 600;
      border-radius: 6px;
      padding: 10px 20px;
      border: none;
    }

    .btn-orange:hover {
      background-color: #e55c00;
    }

    .feature-box {
      border: 1px solid #ddd;
      border-radius: 15px;
      margin-bottom: 35px;
      padding: 25px;
      background-color: white;
    }

    .feature-title {
      font-weight: 600;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 19px;
    }

    .feature-toggle-icon {
      font-size: 1.2rem;
    }

    .feature-box.active .feature-toggle-icon::after {
      content: '×';
      font-size: 1.4rem;
    }

    .feature-box:not(.active) .feature-toggle-icon::after {
      content: '+';
    }

    .feature-content {
      margin-top: 8px;
      display: none;
      font-size: 17px;
    }

    .feature-box.active .feature-content {
      display: block;
    }

    @media (max-width: 767.98px) {
      .image-col {
        margin-bottom: 20px;
      }
    }


      .services-section {
      background: white;
      padding: 30px;
      border-radius: 6px;
      position: relative;
      height: 710px; 
    }
    @media(max-width:1200px){
      .services-section
      {
        height: 900px;
      }
    }
    @media(max-width:1000px){
      .services-section
      {
        height: 1200px;
      }
    }
    @media(max-width:960px){
      .services-section
      {
        height: 1150px;
      }
    }
    @media(max-width:550px){
      .services-section
      {
        height: 1250px;
      }
    }

    .step-badge {
      border-bottom: 5px solid #ff5500;
      border-right: 5px solid #ff5500;
      border-left:1px solid black ;
      border-top:1px solid black ;
      padding: 10px 15px;
      font-weight: bold;
      background: #f7f7f7;
      text-align: center;
      font-size: 18px;
      
    }

    .highlight-title {
      color: #ff5500;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .check-list {
      list-style: none;
      padding: 0;
    }

    .check-list li {
      margin-bottom: 12px;
      position: relative;
      padding-left: 30px;
      font-size: 19px;
    }

    .check-list li::before {
      content: '✔';
      color: #ff5500;
      font-weight: bold;
      position: absolute;
      left: 0;
      top: 0;
    }

    .btn-orange {
      background-color: #ff5500;
      color: white;
      border: none;
      font-weight: 600;
      padding: 10px 20px;
      margin-top: 20px;
      border-radius: 4px;
    }

    .arrow-btn {
      width: 50px;
      height: 50px;
      background: #000;
      color: #fff;
      font-size: 20px;
      border: none;
      border-radius: 2px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 10px 5px 0 0;
    }

    @media (max-width: 767.98px) {
      .order-md-2 {
        margin-top: 30px;
      }
    }
    
    .section-title {
      font-weight: bold;
      text-align: center;
      color: #001b5e;
      margin: 40px 0 30px;
    }

    .industry-card {
      background: #fff;
      border-radius: 8px;
      padding: 30px 20px;
      text-align: center;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
      transition: 0.3s ease;
      height: 100%;
      font-size: 2.5rem;
      color: #007b8f;
      margin-bottom: 15px;
     
    }
    .industry-card:hover
    {
      background-color: #ff5500;
      color: white;
    }


   
    

    .orange-bg .bi,
    .orange-bg h6 {
      color: #fff;
    }

    /* Hover only on 5th card */
    .industry-card:nth-child(5):hover {
      background-color: #e04300 !important;
      color: #fff;
    }

    .industry-card:nth-child(5):hover .bi,
    .industry-card:nth-child(5):hover h6 {
      color: #fff;
    }

    @media (max-width: 768px) {
      .industry-card {
        padding: 25px 15px;
      }
    }


    .text-orange {
  color: #f05423;
}

.btn-orange {
  background-color: #f05423;
  color: white;
  font-weight: 500;
  border-radius: 6px;
  transition: 0.3s ease-in-out;
}

.btn-orange:hover {
  background-color: #d84315;
  color: #fff;
}

.smart-card {
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  transition: all 0.3s ease;
  
}

.smart-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}

 .services-sections {
    background: url('images/electricalone.jpeg') center center/cover no-repeat;
      padding: 60px 0;
      color: #fff;
  }

  .services-cards {
    background-color: #ffffff;
    padding: 16px;
    height: 100%;
  }

  .services-cards img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .btn-orange {
    background-color: #ff5b00;
    color: #fff;
    border: none;
    padding: 10px 24px;
  }

  .text-orange {
    color: #ff5b00;
  }

  .arkion-benefits-section {
      background-color: #e6f2f6;
      padding: 60px 0;
    }

    .arkion-benefits-title {
      font-weight: 700;
      color: #01214c;
    }

    .arkion-benefits-subtitle {
      color: #333;
      font-size: 19px;
      margin-top: 1rem;
    }

    .benefit-box {
      background-color: #fff;
      border: 1px solid black;
      border-radius: 20px;
      padding: 42px;
      margin-bottom: 30px;
    }
    .benefits-box {
      background-color: #fff;
      border: 1px solid black;
      border-radius: 20px;
      padding: 45px;
      
    }

    .benefit-box h6 {
      font-weight: 600;
      margin-bottom: 10px;
    }

    .benefit-image {
      border-radius: 0 30px 30px 0;
      object-fit: cover;
      width: 100%;
      height: 1000px;
    }

    .arkion-cta-btn {
      background-color: #ff5c1a;
      color: #fff;
      font-weight: 600;
      padding: 10px 25px;
      border-radius: 6px;
      margin-top: 30px;
      text-decoration: none;
      display: inline-block;
    }

    @media (max-width: 768px) {
      .benefit-image {
        border-radius: 20px;
        margin-top: 20px;
      }
    }

    .service-box {
      text-align: center;
      margin-bottom: 40px;
      position: relative;
    }
    .service-box .img-wrapper {
      position: relative;
      width: 250px;
      height: 250px;
      margin: 0 auto 20px;
    }
    .service-box .img-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      
    }
    .number-badge {
      position: absolute;
      top: -10px;
      right: -10px;
      background: white;
      border: 2px solid #ff6f00;
      border-radius: 50%;
      padding: 6px 12px;
      font-weight: 700;
      color: #000;
      font-size: 14px;
      box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    }
    .number-badge::after {
      content: '';
      position: absolute;
      top: 4px;
      bottom: 4px;
      right: 4px;
      left: 4px;
      border: 2px solid #ff6f00;
      border-radius: 50%;
    }
    .service-box h5 {
      font-weight: 600;
      margin-bottom: 10px;
    }
    .service-box p {
      font-size: 14px;
      color: #ddd;
    }
    .btn-orange {
      background-color: #ff6f00;
      color: #fff;
      border: none;
      padding: 12px 24px;
      font-weight: 600;
      font-size: 16px;
      border-radius: 5px;
    }
    .btn-orange:hover {
      background-color: #e65a00;
    }
    .section-padding {
      padding: 60px 20px;
    }
    
.hex-outer {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 52px;
  height: 58px;
  background-color: #ff5c00;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.hex-inner {
  width: 44px;
  height: 50px;
  background-color: white;
  color: black;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  clip-path: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.industry-section {
      text-align: center;
      padding: 90px 90px;
      position: relative;
    }

    .industry-title {
      font-weight: bold;
      color: #002060;
      margin-bottom: 60px;
    }

    .central-circle {
      width: 200px;
      height: 200px;
      background: white;
      border: 4px solid orange;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      margin: auto;
      position: relative;
      z-index: 2;
      font-size: 23px;
    }

    .central-circle span {
      color: #00a2a6;
    }

    .circle-layout {
      position: relative;
      width: 100%;
      max-width: 800px;
      height: 500px;
      margin: 0 auto;
    }

    .iconss-circle {
      width: 80px;
      height: 80px;
      background: #007e8a;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 28px;
      margin: 0 auto 8px;
    }

    .icon-label {
      font-weight: bold;
      font-size: 14px;
      color: black;
      text-align: center;
    }

    .icon-block {
      position: absolute;
      transform: translate(-50%, -50%);
      text-align: center;
      width: 110px;
    }

    /* Positions in circular layout */
    .pos1 { top: 10%; left: 50%; }
    .pos2 { top: 25%; left: 75%; }
    .pos3 { top: 50%; left: 90%; }
    .pos4 { top: 75%; left: 75%; }
    .pos5 { top: 90%; left: 50%; }
    .pos6 { top: 75%; left: 25%; }
    .pos7 { top: 50%; left: 10%; }
    .pos8 { top: 25%; left: 25%; }

    /* Responsive stacking */
    @media (max-width: 768px) {
      .circle-layout {
        height: auto;
      }

      .icon-block {
        position: static;
        margin-bottom: 30px;
        transform: none;
      }

      .central-circle {
        margin: 40px auto;
      }

      .icon-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
      }
    }
    .circle-layout {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 500px;
  margin: 0 auto;
}

.central-circle {
  width: 200px;
  height: 200px;
  background: white;
  border: 4px solid orange;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.central-circle span {
  color: #00a2a6;
}
@media (max-width: 768px) {
  .central-circle {
    width: 150px;
    height: 150px;
    font-size: 16px;
    margin: 0 auto 30px auto;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}


  .section-title {
      text-align: center;
      font-weight: 700;
      color: #0a0a23;
      margin: 40px 0 20px;
    }

    .grid-card {
      height: 100%;
      color: #ffffff;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 30px 20px;
      margin: 0;
      height: 300px;
    }
    @media(max-width:920px)
    {
      .grid-card
      {
        height: 310px;
      }
    }

    .bg-blue {
      background-color: #071952;
    }

    .bg-cyan {
      background-color: #088395;
    }

    .grid-card h5 {
      font-weight: 700;
      font-size: 1.1rem;
      margin-bottom: 12px;
    }

    .grid-card p {
      font-size: 0.95rem;
      margin: 0;
    }

    .ctas-button {
      text-align: center;
      margin: 40px 0;
    }

    .ctas-button .btn {
      background-color: #ff5c00;
      color: #fff;
      font-weight: 600;
      padding: 12px 28px;
      border-radius: 6px;
      border: none;
    }

    .ctas-button .btn:hover {
      background-color: #e24c00;
    }

    .row.no-gutters {
      margin-right: 0;
      margin-left: 0;
    }

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
      padding-right: 0;
      padding-left: 0;
    }

    @media (max-width: 767.98px) {
      .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
      }
    }
    .row.no-gutters {
      margin-right: 0;
      margin-left: 0;
    }

    .col-no-padding {
      padding: 0;
    }

    .card-custom {
      min-height: 240px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      color: white;
      padding: 1.2rem;
      text-align: left;
    }

    .text-cyan { background-color: #088395; }
    .text-navy { background-color: #071952; }
    .orange-divider {
      height: 10px;
      background-color: #ff5500;
      width: 100%;
    }

    .img-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    h5 {
      font-size: 1.1rem;
      font-weight: 600;
    }

    p {
      font-size: 0.95rem;
      margin-top: 0.5rem;
    }

    @media (max-width: 768px) {
      .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
      }
    }
    .application-card {
      position: relative;
      background-size: cover;
      background-position: center;
      height: 450px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-align: center;
    }

    .overlay {
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 1;
    }

    .application-content {
      position: relative;
      z-index: 2;
      padding: 1rem;
    }

    .application-content h5 {
      font-weight: 700;
      font-size: 1.2rem;
    }

    .application-content p {
      font-size: 0.95rem;
      margin-top: 0.5rem;
    }

    .btn-orange {
      background-color: #F26A1B;
      color: white;
      border: none;
      padding: 12px 24px;
      border-radius: 6px;
      font-weight: 600;
      transition: 0.3s;
    }

    .btn-orange:hover {
      background-color: #d85c12;
    }

    @media (max-width: 768px) {
      .application-card {
        height: 280px;
      }
    }
    .parallax-section {
      display: flex;
      flex-wrap: wrap;
      min-height: 85vh;
      background-attachment: fixed;
      background-size: cover;
      background-position: center;
    }

    .overlay-blue {
      background-color: rgba(10, 23, 75, 0.85);
      color: white;
      padding: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
    }
    .nom
    {
      border-radius: 20px;
    }

    .contents-box {
      max-width: 600px;
    }

    .btn-orange {
      background-color: #FF6B00;
      color: white;
      font-weight: bold;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
    }

    .btn-orange:hover {
      background-color: #e55a00;
    }

    ul {
      padding-left: 0;
    }

    

    @media (min-width: 768px) {
      .parallax-section .left,
      .parallax-section .right {
        width: 50%;
      }
    }

    @media (max-width: 767px) {
      .overlay-blue {
        padding: 30px;
      }
    }
    .custom-list {
  list-style: none;
  font-size: 18px;
  padding-left: 0;
}

.custom-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: start;
  line-height: 2.3;
}

.custom-list .icon {
  color: #ff5c00; /* your orange color */
  margin-right: 10px;
  margin-top: 4px;
}
.unicode-icon {
  color: #ff5c00;
  margin-right: 10px;
  font-weight: bold;
}
.solar-banner {
      background: url('images/solarinstallation.jpeg') no-repeat center center;
      background-size: cover;
      height: 85vh;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      text-align: center;
    }
    

    .solar-banner::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.4); /* Dark overlay */
    }

    .solar-banner h1 {
      color: #fff;
      font-size: 3rem;
      z-index: 1;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .solar-banner h1 {
        font-size: 2rem;
      }
    }

    @media (max-width: 576px) {
      .solar-banner {
        height: 60vh;
      }
    }

    .wind-banner {
      background: url('images/windmillfive.jpeg') no-repeat center center;
      background-size: cover;
      height: 85vh;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      text-align: center;
    }
    

    .wind-banner::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.4); /* Dark overlay */
    }

    .wind-banner h1 {
      color: #fff;
      font-size: 3rem;
      z-index: 1;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .wind-banner h1 {
        font-size: 2rem;
      }
    }

    @media (max-width: 576px) {
      .wind-banner {
        height: 60vh;
      }
    }

    .elecrical-banner {
      background: url('images/electricalbanner.jpeg') no-repeat center center;
      background-size: cover;
      height: 85vh;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      text-align: center;
    }
    

    .elecrical-banner::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.4); /* Dark overlay */
    }

    .elecrical-banner h1 {
      color: #fff;
      font-size: 3rem;
      z-index: 1;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .elecrical-banner h1 {
        font-size: 2rem;
      }
    }

    @media (max-width: 576px) {
      .elecrical-banner {
        height: 60vh;
      }
    }

    .clean-banner {
      background: url('images/cleaneleven.jpeg') no-repeat center center;
      background-size: cover;
      height: 85vh;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      text-align: center;
    }
    

    .clean-banner::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.4); /* Dark overlay */
    }

    .clean-banner h1 {
      color: #fff;
      font-size: 3rem;
      z-index: 1;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .clean-banner h1 {
        font-size: 2rem;
      }
    }

    @media (max-width: 576px) {
      .clean-banner {
        height: 60vh;
      }
    }

    .smart-banner {
      background: url('images/smartone.jpeg') no-repeat center center;
      background-size: cover;
      height: 85vh;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      text-align: center;
    }
    

    .smart-banner::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.4); /* Dark overlay */
    }

    .smart-banner h1 {
      color: #fff;
      font-size: 3rem;
      z-index: 1;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .smart-banner h1 {
        font-size: 2rem;
      }
    }

    @media (max-width: 576px) {
      .smart-banner {
        height: 60vh;
      }
    }
    .industrial-banner {
      background: url('images/industrialfour.jpeg') no-repeat center center;
      background-size: cover;
      height: 85vh;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      text-align: center;
    }
    

    .industrial-banner::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.4); /* Dark overlay */
    }

    .industrial-banner h1 {
      color: #fff;
      font-size: 3rem;
      z-index: 1;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .industrial-banner h1 {
        font-size: 2rem;
      }
    }

    @media (max-width: 576px) {
      .industrial-banner {
        height: 60vh;
      }
    }
    .section-title {
      color: #ff5e00;
      font-weight: 700;
      text-align: center;
      margin: 50px 0 40px;
    }
    .typ
    {
      margin-top: 7rem;
    }
    @media(max-width:550px)
    {
      .typ
      {
        margin-top: 2rem;
      }
    }

    .service-card {
      padding: 24px;
      border-radius: 0;
      height: 330px;
      display: flex;
      flex-direction: column;
      justify-content: start;
      border-radius: 0 0 100px 0;
      
    }
     .services-card {
      padding: 15px;
      border-radius: 0;
      height: 330px;
      display: flex;
      flex-direction: column;
      justify-content: start;
      border-radius: 0 0 100px 0;
      margin-top: -5rem;
      
    }
    @media(max-width:550px)
    {
      .services-card
      {
        margin-top: 2rem;
        margin-top: 0px;
      
      }
    }
   
    @media(max-width:990px)
    {
      .services-card
      {
        margin-top: 2rem;
        margin-top: 0px;
      }
    }
    @media(max-width:1200px)
    {
      .services-card
      {
        height: 460px;
      }
      .service-card
      {
        height: 460px;
      }
    }
    @media(max-width:900px)
    {
      .services-card
      {
        height: 250px;
      }
      .service-card
      {
        height: 250px;
      }
    }


    .white-bg {
      background-color: #ffffff;
      color: #000000;
      border-radius: 0 0 60 0px;
    }

    .teal-bg {
      background-color: #008c99;
      color: #ffffff;
      border-radius: 0 0 70px 0;

    }

    .service-card h5 {
      font-weight: 700;
      margin-bottom: 12px;
    }

    .service-card p {
      margin: 0;
      font-size: 0.95rem;
      line-height: 1.5;
    }

    .btn-orange {
      background-color: #ff5e00;
      color: white;
      font-weight: 600;
      padding: 12px 30px;
      border: none;
      border-radius: 8px;
      margin-top: 40px;
    }

    .btn-orange:hover {
      background-color: #e25300;
    }

    .cta-btn {
      text-align: center;
    }
    .industries-section {
      display: flex;
      flex-wrap: wrap;
      min-height: 100vh;
    }

    .industries-img {
      flex: 1;
      width: 100%;
    }

    .industries-img img {
      width: 100%;
      height: 800px;
      object-fit: cover;
    }

    @media(max-width:1400px)
    {
      .industries-img img {
      width: 100%;
      height: 1000px;
      object-fit: cover;
    }
    }
    .industries-contents {
      flex: 1;
      background-color: #088295;
      color: #fff;
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .industries-contents h2 {
      font-weight: 600;
      margin-bottom: 30px;
      text-align: center;
    }

    .industrys-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      border: 1px solid #fff;
    }

    .industrys-box {
      padding: 30px 20px;
      border: 1px solid #fff;
      text-align: center;
    }

    .industrys-box i {
      font-size: 2rem;
      display: block;
      margin-bottom: 10px;
    }

    .industrys-box span {
      font-size: 1.05rem;
      font-weight: 500;
      display: block;
    }

    @media (max-width: 768px) {
      .industries-section {
        flex-direction: column;
      }

      .industrys-grid {
        grid-template-columns: 1fr;
      }
    }
      .why-choose-section {
      padding: 60px 20px;
      text-align: center;
    }

    .why-choose-section h2 {

      margin-bottom: 50px;
      color: #071952;
    }

    .position-box-wrapper {
      position: relative;
    }

    .position-box {
      background-color: #fff;
      border-radius: 0 0 50px 0;
      padding: 30px 20px 20px 20px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
      text-align: left;
      height: 230px;
      position: relative;
      margin-bottom: 4rem;
      margin-top: 1rem;
      
    }

    .position-box.teal {
      background-color: #008597;
      color: white;
    }
    .tok
    {
      font-size: 17px;
    }
    @media(max-width:550px)
    {
      .tok
      {
        font-size: 12px;
        margin-bottom: 5px;
      }
    }

    .position-box h5 {
      font-weight: 700;
    }

    .position-box p {
      font-size: 0.95rem;
      margin-top: 8px;
    }

    .number-tag {
      width: 88px;
      height: 88px;
      background-color: #008597;
      color: #fff;
      font-weight: bold;
      font-size: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: -54px;
      left: 20px;
      border-radius: 4px;
      z-index: 2;
    }

    .position-box.teal .number-tag {
      background-color: #fff;
      color: #008597;
    }

    .number-tags {
      width: 88px;
      height: 88px;
      background-color: #fff;
      color: #088395;
      font-weight: bold;
      font-size: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: -54px;
      left: 20px;
      border-radius: 4px;
      z-index: 2;
    }

    .position-box.teal .number-tags {
      background-color: #fff;
      color: #008597;
    }

    .central-image {
      border: 4px solid orange;
      border-radius: 20px;
      max-width: 100%;
      height: auto;
    }

    .cta-button {
      background-color: #ff6600;
      color: #fff;
      font-weight: bold;
      padding: 12px 30px;
      border: none;
      border-radius: 6px;
      margin-top: 40px;
    }

    @media (max-width: 991.98px) {
      .why-choose-grid {
        flex-direction: column;
      }
      .why-choose-col {
        margin-bottom: 30px;
      }
    }
    .industry-cards {
      background-color: #007b8a;
      border-radius: 30px 0px 0px 20px;
      border-bottom-right-radius: 30px;
      width: 100%;
      aspect-ratio: 1 / 1;
      max-width: 220px; /* Smaller card width */
      margin-inline: auto;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .industry-cards i {
      font-size: 22px; /* Smaller icon size */
      color: white;
    }

    .industry-titles {
      text-align: center;
      color: #000;
      font-weight: 600;
      font-size: 19px;
      margin-top: 16px;
      line-height: 1.3;
    }

    @media (max-width: 768px) {
      .industry-cards {
        max-width: 100px;
      }
      .industry-cards i {
        font-size: 18px;
      }
      .industry-titles {
        font-size: 12px;
      }
    }
    .arkion-section-title {
      color: #ff5500;
      font-weight: 700;
      text-align: center;
      margin-bottom: 40px;
    }

    .arkion-feature {
      text-align: center;
      padding: 0 15px;
    }

    .arkion-feature-title {
      font-weight: 700;
      font-size: 19px;
    }

    .arkion-feature-desc {
      margin-top: 2rem;
      font-size: 18px
    }

    .arkion-divider {
      border-left: 2px solid #ff5500;
      height: 100%;
    }

    .arkion-button {
      background-color: #ff5500;
      color: white;
      padding: 10px 24px;
      border-radius: 8px;
      border: none;
      font-weight: 600;
      margin-top: 40px;
      transition: background 0.3s ease;
    }

    .arkion-button:hover {
      background-color: #ff5500;
    }

    @media (max-width: 767px) {
      .arkion-divider {
        display: none;
      }

      .arkion-feature {
        margin-bottom: 30px;
      }
    }
    .arkion-divider {
  border-left: 2px solid #ff5500;
  height: 100%;
}

.arkion-divider-wrapper {
  display: flex;
  align-items: center;
}
.arkion-divider {
  background-color: #ff5500;
  width: 2px;
  height: 100%;
}

/* Wrapper to center the divider */
.arkion-divider-wrapper {
  display: flex;
  align-items: center;
}

/* For mobile view (below 768px), make the divider horizontal */
@media (max-width: 767.98px) {
  .arkion-divider {
    width: 100%;
    height: 2px;
    margin: 1rem 0; /* spacing above and below */
  }

  .arkion-divider-wrapper {
    justify-content: center;
    align-items: center;
  }
}
     .contact-section {
      background-color: #071952;
      border-radius: 15px;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
      overflow: hidden;
    }

    .contact-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .contact-form {
      padding: 40px;
    }

    .form-control {
      
      padding: 10px 15px;
    }

    .form-control:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
      border-color: #28a745;
    }

    .submit-btn {
      background-color: #088295;
      color: white;
    
      padding: 12px 25px;
      transition: all 0.3s ease-in-out;
    }

    .submit-btn:hover {
      background-color: #218838;
    }

    .privacy-note {
      font-size: 0.9rem;
      color: #666;
      margin-top: 15px;
    }

    @media (max-width: 768px) {
      .contact-form {
        padding: 25px;
      }
    }
    .form-label
    {
        color: white;
    }


     .contact-banner {
      background: url('images/company.jpg') no-repeat center center;
      background-size: cover;
      height: 85vh;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      text-align: center;
    }
    

    .contact-banner::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.4); /* Dark overlay */
    }

    .contact-banner h1 {
      color: #fff;
      font-size: 3rem;
      z-index: 1;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .contact-banner h1 {
        font-size: 2rem;
      }
    }

    @media (max-width: 576px) {
      .contact-banner {
        height: 60vh;
      }
    }


    
    
    
.login-con{

    margin-top: 80px !important;
}


.login-card{

    height: 320px !important;
    width: 450px !important;
    border: none;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 5px 2px rgb(175, 169, 169);
}

/* sidebar */

 

.card-blog{

    width: 100% !important;
    height: auto !important;
   
    border: none; 
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); 
    border-radius: 10px;
    padding: 20px;
    background: white; 
    transition: box-shadow 0.3s ease-in-out; 
 
}

.blog-title{



    font-weight: 500;
    text-align: start !important;
    font-size: 25px !important;

}

.card-blog:hover {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15) !important;
}

.login-card{

    max-width: 100% !important;
}
   

.innn
{
  width: 100%;
}



