.clients-hero .clients-meta {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 24px 70px rgba(15, 35, 70, 0.12);
}

.clients-detail-list {
  margin-top: 40px;
}
.clients-detail-list ol {
  counter-reset: client-counter;
  padding: 0;
  margin: 0;
}
.clients-detail-list li {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(28, 46, 89, 0.06);
  padding: 28px 26px 26px 90px;
  margin-bottom: 22px;
  box-shadow: 0 18px 38px rgba(15, 35, 70, 0.06);
}
.clients-detail-list li::before {
  counter-increment: client-counter;
  content: counter(client-counter);
  position: absolute;
  left: 24px;
  top: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fd8a00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.clients-detail-list li strong {
  display: block;
  font-size: 1.08rem;
  margin-bottom: 10px;
  color: #1c2e59;
}
.clients-detail-list li p {
  margin-bottom: 10px;
  color: #575f72;
  line-height: 1.75;
}
.clients-detail-list .highlight-block {
  background: rgba(253, 138, 0, 0.08);
  padding: 24px;
  border-radius: 18px;
  margin-bottom: 30px;
}
.clients-detail-list .highlight-block h4 {
  margin-bottom: 14px;
  font-size: 1.25rem;
  color: #1c2e59;
}
.clients-detail-list .highlight-block p {
  margin-bottom: 0;
  color: #454d6c;
}
/* Equipment page style start from here  */

.equipment-body {
  background: #f5f7fa;
  color: #333;
}

.equipment-body .hero {
  background: linear-gradient(135deg, #0b3d91, #1e88e5);
  color: #fff;
  text-align: center;
  padding: 70px 20px;
}

.equipment-body .hero h1 {
  font-size: 42px;
  margin-bottom: 15px;
}

.equipment-body .hero p {
  font-size: 18px;
  opacity: 0.9;
}

.equipment-body .container {
  width: 90%;
  max-width: 1200px;
  margin: 40px auto;
}

.equipment-body .section-title {
  color: #0b3d91;
  font-size: 30px;
  margin-bottom: 25px;
  border-left: 6px solid #ff9800;
  padding-left: 15px;
}

.equipment-body .card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.card-grid .card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.card-grid .card:hover {
  transform: translateY(-8px);
}

.card-grid .card h3 {
  color: #0b3d91;
  margin-bottom: 12px;
}

.qty {
  display: inline-block;
  margin-top: 15px;
  background: #ff9800;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-weight: 600;
}

.equipment-body .table-wrapper {
  overflow-x: auto;
}

.equip-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
}

.equip-table th {
  background: #0b3d91;
  color: #fff;
  padding: 15px;
}

.equip-table td {
  padding: 14px;
  border-bottom: 1px solid #eee;
}

.equip-table tr:nth-child(even) {
  background: #f8f8f8;
}

.equipment-body .summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.equipment-body .summary-card {
  background: linear-gradient(135deg, #ff9800, #ffb74d);
  color: #fff;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
}

.equipment-body .summary-card h2 {
  font-size: 40px;
}
.office-color {
  color: #ff5f13;
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 30px;
  }

  .section-title {
    font-size: 24px;
  }

  /* Equipment page style end here  */
}
/* ourteam page style start from here  */

.ourteam-page-body {
  background: linear-gradient(135deg, #eef4ff, #dfefff);
  color: #222;
  padding: 30px;
  margin-top: 160px;
}

.ourteam-container {
  max-width: 1300px;
  margin: auto;
}

/* Header */

.ourteam-container .header {
  background: linear-gradient(135deg, #003366, #0056b3);
  color: #fff !important;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
}

.ourteam-container .header h1 {
  font-size: 34px;
  letter-spacing: 1px;
  color: #fff !important;
}

.ourteam-container .header h2 {
  font-weight: 400;
  margin-top: 10px;
  opacity: 0.9;
  color: #fff !important;
}

/* Directors */

.ourteam-container .section-title {
  margin: 45px 0 20px;
  font-size: 28px;
  color: #003366;
  border-left: 6px solid #0056b3;
  padding-left: 15px;
}

.ourteam-container .directors {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.ourteam-container .card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 20px;
  transition: 0.35s;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.ourteam-container .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
}

.ourteam-container .card h3 {
  color: #003366;
  margin-bottom: 10px;
}

.ourteam-container .role {
  color: #0b69d1;
  font-weight: 600;
  margin-bottom: 8px;
}

.ourteam-container .phone {
  color: #555;
}

/* Table */

.ourteam-container .table-wrapper {
  overflow: auto;
  margin-top: 25px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.ourteam-container table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.ourteam-container thead {
  background: linear-gradient(135deg, #003366, #0056b3);
  color: white;
}

.ourteam-container th {
  padding: 18px;
  text-align: left;
  font-size: 16px;
}

.ourteam-container td {
  padding: 16px;
  border-bottom: 1px solid #eee;
}

.ourteam-container tbody tr:nth-child(even) {
  background: #f8fbff;
}

.ourteam-container tbody tr:hover {
  background: #e8f2ff;
}

.ourteam-container .badge {
  background: #0056b3;
  color: white;
  padding: 6px 14px;
  border-radius: 40px;
  font-size: 14px;
  display: inline-block;
}

/* Mobile */

@media (max-width: 768px) {
  .ourteam-container .header h1 {
    font-size: 26px;
  }

  .ourteam-container .header h2 {
    font-size: 16px;
  }

  .ourteam-container .section-title {
    font-size: 22px;
  }

  .ourteam-container table {
    min-width: 700px;
  }
}

/* ourteam page style end here  */

/*Project section style start from here */
.complete-project-body {
  background: #edf3fa;
  color: #333;
  margin-top: 160px;
}

/* Hero */

.complete-project-body .hero {
  background: linear-gradient(135deg, #0d3b66, #0066cc, #0096c7);
  padding: 80px 20px;
  text-align: center;
  color: #fff;
}

.complete-project-body .hero h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}

.complete-project-body .hero p {
  font-size: 20px;
  opacity: 0.9;
  max-width: 700px;
  margin: auto;
}

/* Container */

.complete-project-body .copmlete-project {
  width: 90%;
  max-width: 1250px;
  margin: auto;
  padding: 70px 0;
}

/* Heading */

.copmlete-project .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.copmlete-project .section-title h2 {
  font-size: 38px;
  color: #0d3b66;
  margin-bottom: 10px;
}

.copmlete-project .section-title p {
  font-size: 17px;
  color: #666;
}

.copmlete-project .section-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background: linear-gradient(90deg, #0d6efd, #00b4d8);
  margin: 18px auto;
  border-radius: 50px;
}

/* Grid */

.copmlete-project .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
}

/* Card */

.copmlete-project .card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(15px);

  border-radius: 20px;
  padding: 28px;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);

  transition: 0.35s;

  position: relative;
  overflow: hidden;
}

.copmlete-project .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.copmlete-project .card::before {
  content: "";

  position: absolute;
  top: -40px;
  right: -40px;

  width: 130px;
  height: 130px;

  border-radius: 50%;
  background: rgba(13, 110, 253, 0.08);
}

/* Number */

.copmlete-project .number {
  width: 52px;
  height: 52px;

  border-radius: 50%;

  background: linear-gradient(135deg, #0d6efd, #00b4d8);

  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 18px;
  font-weight: 700;
  color: #fff;

  margin-bottom: 18px;
}

/* Company */

.copmlete-project .company {
  font-size: 24px;
  font-weight: 600;
  color: #0d3b66;
  margin-bottom: 6px;
}

.copmlete-project .location {
  font-size: 15px;
  color: #777;
  font-style: italic;
  margin-bottom: 18px;
}

.copmlete-project ul {
  padding-left: 20px;
}

.copmlete-project li {
  margin-bottom: 15px;
  line-height: 1.7;
}

.copmlete-project .value {
  display: inline-block;

  margin-top: 8px;

  padding: 7px 14px;

  border-radius: 30px;

  background: #e8f7ee;

  color: #16803c;

  font-weight: 600;

  font-size: 14px;
}

/* Completed */

.copmlete-project .completed {
  margin-top: 100px;
}

.copmlete-project .completed .section-title::after {
  background: linear-gradient(90deg, #16a34a, #22c55e);
}

.copmlete-project .completed .number {
  background: linear-gradient(135deg, #16a34a, #22c55e);
}

.copmlete-project .completed .card::before {
  background: rgba(34, 197, 94, 0.08);
}

/* Mobile */

@media (max-width: 768px) {
  .complete-project-body .hero {
    padding: 60px 20px;
  }

  .complete-project-body .hero h1 {
    font-size: 34px;
  }

  .complete-project-body .hero p {
    font-size: 17px;
  }

  .copmlete-project .section-title h2 {
    font-size: 30px;
  }

  .copmlete-project .cards {
    grid-template-columns: 1fr;
  }

  .copmlete-project .card {
    padding: 22px;
  }

  .copmlete-project .company {
    font-size: 21px;
  }
}
/*Project section style end here */

/* Gallery section style start from here  */
.gallery-container-wrapper {
  background: #f5f7fb;
  color: #222;
  margin-top: 160px;
  padding-bottom: 50px;
}

/* Hero */

.gallery-container-wrapper .hero {
  height: 320px;
  background:
    linear-gradient(135deg, #003366, #0056b3),
    url("assets/img/gallery/banner.jpg") center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  border-radius: 25px;
}

.gallery-container-wrapper .hero h1 {
  font-size: 52px;
  margin-bottom: 10px;
  color: #fff;
}

.gallery-container-wrapper .hero p {
  font-size: 18px;
  opacity: 0.9;
}

/* Container */

.gallery-container .container {
  width: 92%;
  max-width: 1400px;
  margin: auto;
  padding: 80px 0;
}

/* Heading */

.gallery-container .section-title {
  text-align: center;
  margin-bottom: 60px;
}

.gallery-container .section-title h2 {
  font-size: 40px;
  color: #0d3b66;
}

.gallery-container .section-title p {
  margin-top: 12px;
  color: #666;
  font-size: 17px;
}

.gallery-container .section-title span {
  display: inline-block;
  width: 90px;
  height: 4px;
  background: #0d6efd;
  border-radius: 30px;
  margin-top: 18px;
}

/* Masonry */

.gallery-container .gallery {
  columns: 4 300px;
  column-gap: 20px;
}

.gallery-container .gallery-item {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 18px;
  cursor: pointer;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  break-inside: avoid;
}

.gallery-item img {
  width: 100%;
  display: block;
  transition: 0.5s;
}

.gallery-item:hover img {
  transform: scale(1.12);
}

/* Overlay */

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
  display: flex;
  align-items: flex-end;
  padding: 20px;
  opacity: 0;
  transition: 0.4s;
}

.gallery-item:hover .overlay {
  opacity: 1;
}

.overlay h3 {
  color: #fff;
  font-size: 20px;
}

.overlay p {
  color: #ddd;
  font-size: 14px;
  margin-top: 5px;
}

/* Zoom Icon */

.zoom {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #0d6efd;
  transform: scale(0);
  transition: 0.4s;
}

.gallery-item:hover .zoom {
  transform: scale(1);
}

/* Mobile */

@media (max-width: 768px) {
  .gallery-container-wrapper .hero {
    height: 250px;
  }

  .gallery-container-wrapper .hero h1 {
    font-size: 34px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .gallery {
    columns: 2 180px;
  }
}

@media (max-width: 500px) {
  .gallery {
    columns: 1;
  }
}
/* End of Gallery section style  */
/* Contact section style start from here  */
.contact-section{
    background:#f7f9fc;
}

/* Cards */

.contact-card,
.contact-info-card{
    background:#fff;
    border-radius:20px;
    padding:35px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.3s;
}

.contact-card:hover,
.contact-info-card:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

/* Form */

.form-control{
    border-radius:12px;
    padding:14px 18px;
    border:1px solid #ddd;
    transition:.3s;
}

.form-control:focus{
    border-color:#0d6efd;
    box-shadow:0 0 10px rgba(13,110,253,.2);
}

.form-label{
    font-weight:600;
    margin-bottom:8px;
}

.contact-btn{
    background:linear-gradient(135deg,#0d6efd,#6610f2);
    color:#fff;
    border:none;
    padding:14px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.contact-btn:hover{
    transform:translateY(-2px);
    color:#fff;
    box-shadow:0 10px 25px rgba(13,110,253,.35);
}

/* Contact Info */

.info-box{
    display:flex;
    align-items:flex-start;
    margin-bottom:30px;
}

.info-box:last-child{
    margin-bottom:0;
}

.icon{
    width:60px;
    height:60px;
    background:linear-gradient(135deg,#0d6efd,#6610f2);
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:22px;
    margin-right:18px;
    flex-shrink:0;
}

.info-box h5{
    font-weight:700;
    margin-bottom:5px;
}

.info-box p{
    margin-bottom:4px;
    color:#555;
}

.info-box small{
    color:#888;
}

/* Mobile */

@media(max-width:991px){

    .contact-card,
    .contact-info-card{
        padding:25px;
    }

    .contact-btn{
        width:100%;
    }

    .info-box{
        margin-bottom:25px;
    }

}
/* Contact section style end here  */

/*Service page style start from here  */
.service-page-body {
        background: #f5f8fc;
        color: #222;
        overflow-x: hidden;
        margin-top: 160px;
    }

  .service-page-body .hero {
        background: linear-gradient(135deg, #0d47a1, #1565c0, #1976d2);
        color: #fff;
        padding: 90px 20px;
        text-align: center;
    }

    .service-page-body .hero h1 {
        font-size: 48px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .service-page-body .hero p {
        max-width: 750px;
        margin: auto;
        line-height: 1.8;
        font-size: 18px;
        opacity: .95;
    }

    .service-page-container {
        width: 90%;
        max-width: 1300px;
        margin: 70px auto;
    }

    .service-page-container .section-title {
        text-align: center;
        margin-bottom: 60px;
    }

    .service-page-container .section-title h2 {
        font-size: 38px;
        color: #0d47a1;
    }

    .service-page-container .section-title p {
        margin-top: 10px;
        color: #666;
    }

    .service-page-container .services {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
    }

    .service-page-container .card {
        background: #fff;
        border-radius: 20px;
        padding: 35px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
        transition: .35s;
        position: relative;
        overflow: hidden;
    }

    .service-page-container .card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 6px;
        background: linear-gradient(90deg, #1565c0, #42a5f5);
    }

    .service-page-container .card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
    }

    .service-page-container .icon {
        width: 70px;
        height: 70px;
        background: linear-gradient(135deg, #1565c0, #42a5f5);
        color: #fff;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        margin-bottom: 25px;
    }

    .service-page-container .card h3 {
        color: #0d47a1;
        margin-bottom: 15px;
    }

    .service-page-container .card ul {
        list-style: none;
    }

    .service-page-container .card ul li {
        margin: 10px 0;
        padding-left: 25px;
        position: relative;
        color: #555;
    }

    .service-page-container .card ul li::before {
        content: "✔";
        position: absolute;
        left: 0;
        color: #1565c0;
        font-weight: bold;
    }

    .service-page-container .why {
        margin-top: 100px;
        background: #0d47a1;
        color: #fff;
        border-radius: 25px;
        padding: 60px;
    }

    .service-page-container .why h2 {
        text-align: center;
        color: #fff;
        margin-bottom: 40px;
        font-size: 38px;
    }

    .service-page-container .features {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 25px;
    }

    .service-page-container .feature {
        background: rgba(255, 255, 255, .08);
        backdrop-filter: blur(10px);
        border-radius: 18px;
        padding: 25px;
        transition: .3s;
    }

    .service-page-container .feature:hover {
        background: rgba(255, 255, 255, .15);
        transform: translateY(-6px);
    }

    .service-page-container .feature h4 {
        margin-bottom: 12px;
        color: #fff;
    }

    @media(max-width:768px) {

        .service-page-body .hero h1 {
            font-size: 36px;
        }

        .service-page-body .hero p {
            font-size: 16px;
        }

        .service-page-container .section-title h2 {
            font-size: 30px;
        }

        .service-page-container .why {
            padding: 35px 25px;
        }

    }
/*Service page style end here  */

/* Footer */

.footer {
  background: linear-gradient(135deg, #071a2f, #0d3b66, #005792);

  color: #fff;

  padding: 70px 0 25px;

  margin-top: 80px;
}

.footer .container {
  width: 90%;

  max-width: 1300px;

  margin: auto;
}

.footer-grid {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

  gap: 40px;
}

.footer-box h3 {
  font-size: 22px;

  margin-bottom: 25px;

  position: relative;

  padding-bottom: 10px;
}

.footer-box h3::after {
  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 60px;

  height: 3px;

  background: #ffb703;
}

.footer-logo {
  width: 180px;

  margin-bottom: 20px;
}

.footer-box p {
  line-height: 1.8;

  color: #d7d7d7;

  font-size: 15px;
}

.footer-box ul {
  list-style: none;

  padding: 0;
}

.footer-box ul li {
  margin-bottom: 14px;

  transition: 0.3s;
}

.footer-box ul li a {
  text-decoration: none;

  color: #d7d7d7;

  transition: 0.3s;
}

.footer-box ul li a:hover {
  color: #ffb703;

  padding-left: 8px;
}

.footer-address h5 {
  margin-top: 15px;

  color: #ffb703;

  font-size: 17px;
}

.contact-info li {
  display: flex;

  align-items: flex-start;

  gap: 12px;

  font-size: 15px;

  line-height: 1.7;

  color: #ddd;
}

.contact-info i {
  color: #ffb703;

  margin-top: 4px;

  font-size: 18px;
}

.social-icons {
  margin-top: 25px;

  display: flex;

  gap: 15px;
}

.social-icons a {
  width: 42px;

  height: 42px;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  background: rgba(255, 255, 255, 0.1);

  color: #fff;

  transition: 0.4s;

  text-decoration: none;
}

.social-icons a:hover {
  background: #ffb703;

  color: #111;

  transform: translateY(-5px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);

  margin-top: 50px;

  padding-top: 20px;

  text-align: center;
}

.footer-bottom p {
  margin: 0;

  font-size: 15px;

  color: #ddd;
}

/* Mobile */

@media (max-width: 768px) {
  .footer {
    padding: 60px 0 20px;
  }

  .footer-grid {
    gap: 35px;
  }

  .footer-box {
    text-align: center;
  }

  .footer-box h3::after {
    left: 50%;

    transform: translateX(-50%);
  }

  .social-icons {
    justify-content: center;
  }

  .contact-info li {
    justify-content: center;

    text-align: left;
  }

  .footer-address {
    text-align: center;
  }
}
