  body {
      margin: 0;
       font-family: 'Poppins', sans-serif;
    }

    /* Top notice bar */
    .top-notice-bar {
      background: #ff7800;
      color: #fff;
      font-size: 14px;
      white-space: nowrap;
      overflow: hidden;
      padding: 8px 0;
    }

    .top-notice-track {
      display: inline-block;
      padding-left: 100%;
      animation: marquee 22s linear infinite;
    }

    .top-notice-track span {
      display: inline-block;
      padding-right: 80px;
    }

    @keyframes marquee {
      0% { transform: translateX(0); }
      100% {transform: translateX(-61%);}
    }

    /* Header */
        .main-header{
      position: relative;
      z-index: 999;
      background: rgba(255,255,255,0.92);
      border-bottom: 4px solid #122bb7;
    }

    .navbar{
      padding: 18px 0;
    }

    .navbar-nav .nav-item{
      position: relative;
      margin: 0 3px;
    }

    .navbar-nav .nav-link{
      color:#111;
      font-size: 16px;
      font-weight: 500;
      padding: 14px 8px !important;
      display:flex;
      align-items:center;
      gap:8px;
    }

    .navbar-nav .nav-link:hover{
      color:#0d6efd;
    }

    .navbar-nav .dropdown-toggle::after{
      display:none;
    }

    .nav-arrow{
      font-size: 14px;
      transition: 0.3s;
    }

    /* big dropdown style */
    .custom-dropdown{
      min-width: 235px;
      background: rgb(1 10 56);
      border: 0;
      border-radius: 0;
      padding: 0;
      margin-top: 0;
      box-shadow: none;
      overflow: hidden;
    }

    .custom-dropdown .dropdown-item{
      color: #fff;
      font-size: 15px;
      font-weight: 400;
      line-height: 1.35;
      padding: 8px 20px;
      white-space: normal;
      border-bottom: 1px solid rgba(255,255,255,0.15);
      background: transparent;
      transition: 0.25s;
    }

    .custom-dropdown .dropdown-item:last-child{
      border-bottom: none;
    }

    .custom-dropdown .dropdown-item:hover,
    .custom-dropdown .dropdown-item:focus{
      background: rgba(255,255,255,0.08);
      color:#fff;
    }

    /* active hovered parent */
    .navbar-nav .dropdown:hover > .nav-link,
    .navbar-nav .dropdown.show > .nav-link{
      background:#0c1c75ab;
      color:#fff;
    }

    .navbar-nav .dropdown:hover > .nav-link .nav-arrow,
    .navbar-nav .dropdown.show > .nav-link .nav-arrow{
      transform: rotate(180deg);
      color:#fff;
    }

    /* desktop hover */
    @media (min-width: 992px){
      .navbar-nav .dropdown:hover > .dropdown-menu{
        display:block;
      }
    }

    /* mobile */
    .navbar-toggler{
      border:0;
      box-shadow:none !important;
      font-size:30px;
      color:#0d6efd;
    }

    @media (max-width: 991.98px){
      .navbar-collapse{
        background:#fff;
        margin-top:15px;
        padding:15px;
        border-radius:10px;
        box-shadow:0 10px 25px rgba(0,0,0,0.08);
      }

      .navbar-nav .nav-item{
        margin:0;
      }

      .navbar-nav .nav-link{
        font-size: 15px;
        padding: 8px 10px !important;
        justify-content:space-between;
        border-bottom:1px solid #eee;
      }

      .custom-dropdown{
        min-width:100%;
        background:#0a6fbf;
        margin-top:0;
      }

      .custom-dropdown .dropdown-item{
        font-size: 13px;
        padding: 4px 18px;
      }
    }
    .hero-slider-wrapper{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-slider .hero-slide{
  position: relative;
  height: 650px;
}

.hero-slider .hero-slide img{
  width: 100%;
  height: 650px;
  object-fit: cover;
  display: block;
}

.slide-overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.28);
}

.slide-content{
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 650px;
  color: #fff;
}

.slide-content h2{
  font-size: 52px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 18px;
}

.slide-content p{
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 25px;
  max-width: 580px;
}

.slide-content .btn{
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
  background: #ff7800;
  border-color: #ff7800;
}

.slide-content .btn:hover{
  background: #005fa8;
  border-color: #005fa8;
}

/* Owl nav */
.hero-slider .owl-nav button.owl-prev,
.hero-slider .owl-nav button.owl-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.22) !important;
  color: #fff !important;
  font-size: 28px !important;
  transition: 0.3s;
}

.hero-slider .owl-nav button.owl-prev:hover,
.hero-slider .owl-nav button.owl-next:hover{
  background: rgba(0,0,0,0.45) !important;
}

.hero-slider .owl-nav button.owl-prev{
  left: 20px;
}

.hero-slider .owl-nav button.owl-next{
  right: 20px;
}

/* Owl dots */
.hero-slider .owl-dots{
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
}

.hero-slider .owl-dots .owl-dot span{
  width: 12px;
  height: 12px;
  margin: 5px;
  background: rgba(255,255,255,0.5);
}

.hero-slider .owl-dots .owl-dot.active span{
  background: #fff;
}

/* Responsive */
@media (max-width: 991.98px){
  .hero-slider .hero-slide,
  .hero-slider .hero-slide img{
    height: 520px;
  }

  .slide-content{
    left: 6%;
    right: 6%;
    max-width: 100%;
  }

  .slide-content h2{
    font-size: 38px;
  }

  .slide-content p{
    font-size: 18px;
  }
}

@media (max-width: 767.98px){
  .hero-slider .hero-slide,
  .hero-slider .hero-slide img{
    height: 440px;
  }

  .slide-content h2{
    font-size: 28px;
    margin-bottom: 12px;
  }

  .slide-content p{
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 18px;
  }

  .slide-content .btn{
    padding: 10px 22px;
    font-size: 14px;
  }

  .hero-slider .owl-nav button.owl-prev,
  .hero-slider .owl-nav button.owl-next{
    width: 40px;
    height: 40px;
    font-size: 22px !important;
  }
}
.industry-highlight-section{
  position: relative;
  background: #efefef;
  padding-top: 0;
  overflow: hidden;
}

/* Floating top stats box */
.top-stats-wrap{
  position: relative;
  z-index: 3;
  /* margin-top: -95px; */
}

.top-stats-box{
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  overflow: hidden;
  padding: 18px 0;
}

.stat-item{
  text-align: center;
  padding: 18px 18px 14px;
  height: 100%;
}

.stat-icon{
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.stat-icon img{
  max-height: 70px;
  max-width: 70px;
  object-fit: contain;
}

.stat-item h3{
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 6px;
  font-weight: 700;
  color: #111;
}

.stat-item p{
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
}

/* Lower grid */
.feature-grid-wrap{
  margin-top: -28px;
}

.feature-box,
.feature-image-box{
  min-height: 410px;
}

.feature-box{
  background: #efefef;
  text-align: center;
  padding: 80px 19px 39px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.feature-icon{
  margin-bottom: 1px;
}

.feature-icon img{
  max-width: 120px;
  max-height: 120px;
  object-fit: contain;
}

.feature-box h4{
  font-size: 19px;
  line-height: 1.35;
  color: #0667bb;
  font-weight: 400;
  margin: 0 0 17px;
}

.feature-btn{
  width: 45px;
  height: 45px;
  border: 1px solid #1a73b8;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0c5eaa;
  font-size: 28px;
  text-decoration: none;
  transition: 0.3s;
  /* margin-top: auto; */
}

.feature-btn:hover{
  background: #0c5eaa;
  color: #fff;
}

.feature-image-box{
  position: relative;
  overflow: hidden;
}

.feature-image-box img{
  width: 100%;
  height: 410px;
  object-fit: cover;
  display: block;
}

/* Responsive */
@media (max-width: 1399.98px){
  .feature-box h4{
    font-size: 28px;
  }
}

@media (max-width: 1199.98px){
  .top-stats-wrap{
    margin-top: -70px;
  }

  .feature-box,
  .feature-image-box{
    min-height: 520px;
  }

  .feature-box{
    padding: 110px 25px 35px;
  }

  .feature-box h4{
    font-size: 24px;
  }
}

@media (max-width: 991.98px){
  .top-stats-wrap{
    margin-top: 30px;
  }

  .top-stats-box{
    border-radius: 12px;
  }

  .feature-grid-wrap{
    margin-top: 20px;
  }

  .feature-box,
  .feature-image-box{
    min-height: 420px;
  }

  .feature-box{
    padding: 60px 25px 35px;
  }

  .feature-box h4{
    font-size: 24px;
    line-height: 1.4;
  }

  .feature-icon img{
    max-width: 90px;
    max-height: 90px;
  }
}

@media (max-width: 767.98px){
  .stat-item{
    padding: 16px 10px;
  }

  .stat-item h3{
    font-size: 18px;
  }

  .stat-item p{
    font-size: 14px;
  }

  .feature-box,
  .feature-image-box{
    min-height: auto;
  }

  .feature-box{
    padding: 45px 20px 30px;
  }

  .feature-box h4{
    font-size: 22px;
  }

  .feature-image-box img{
    min-height: 320px;
  }

  .top-stats-wrap{
    margin-top: 20px;
  }
}
.bgdeepgary {
    background: #e2e2e2;
}
.about-split-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.about-split-content{
  background: #2f86b7;
  min-height: 400px;
  height: 100%;
  display: flex;
  align-items: center;
}

.about-inner{
  max-width: 652px;
  padding: 0 11px 0 106px;
}

.about-inner h2{
  margin: 0 0 20px;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #67cdf8;
  letter-spacing: 1px;
}

.about-inner p{
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 300;
  color: #ffffff;
}

.about-readmore-btn{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  background: #ffffff;
  color: #0c3f83;
  text-decoration: none;
  padding: 5px 18px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s ease;
}

.about-readmore-btn i{
  font-size: 22px;
}

.about-readmore-btn:hover{
  background: #eaf4fb;
  color: #0c3f83;
}

.about-split-image{
  min-height: 500px;
  height: 100%;
}

.about-split-image img{
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
  display: block;
}

@media only screen and (max-width: 600px) {
  .about-inner {
    padding: 35px 11px 0 34px;
  }
  .about-inner p {
    font-size: 14px;
  }
}

.about-us-section {
    background: #d7d9da;
    position: relative;
}
.section-padding {
    padding: 60px 0;
}

.t3dimg-l {
    position: relative;
    clip-path: polygon(0 90px, 100% 0, 100% 100%, 0 calc(100% - 90px));
}
.t3dimg-l img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    -webkit-transition: filter 0.25s, opacity 0.35s, -webkit-transform 0.35s;
    transition: filter 0.25s, opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.t3dimg-l:hover img {
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}
.business-portfolio-section{
  background: #efefef;
  padding: 70px 0 80px;
}

.portfolio-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 335px 335px;
  gap: 3px;
}

.portfolio-heading-box{
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 30px 40px 0;
}

.portfolio-heading-box h2{
  margin: 0;
  color: #0f5e98;
  font-size: 40px;
  line-height: 1.18;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.portfolio-card{
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 250px;
  text-decoration: none;
  background: #ddd;
}

.portfolio-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.portfolio-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0.10));
}

.portfolio-label{
  position: absolute;
  left: 20px;
  bottom: 18px;
  color: #fff;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}

.portfolio-card:hover img{
  transform: scale(1.06);
}

.business-portfolio-section{
  background: #efefef;
  padding: 70px 0 80px;
}

.portfolio-heading-box{
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 30px 40px 0;
}

.portfolio-heading-box h2{
  margin: 0;
  color: #0f5e98;
  font-size: 36px;
  line-height: 1.18;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.portfolio-card{
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 250px;
  text-decoration: none;
  background: #ddd;
}

.portfolio-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.portfolio-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0.10));
}

.portfolio-label{
  position: absolute;
  left: 20px;
  bottom: 18px;
  color: #fff;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}

.portfolio-card:hover img{
  transform: scale(1.06);
}

@media only screen and (max-width: 600px) {
  .portfolio-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 339px 257px;
  }
  .business-portfolio-section {
    padding: 50px 0 60px;
  }
  .portfolio-label {
    font-size: 16px;
  }
}

.csr-image {
    width: 100%;
    height: auto;
    display: block;
}
.csr-compassion-section{
  background: #efefef;
  padding: 70px 0 0px;
  overflow: hidden;
}

.csr-heading{
  margin-bottom: 30px;
}

.csr-heading h2{
  margin: 0;
  line-height: 1.1;
}

.csr-script{
  font-size: 42px;
  font-weight: 600;
  color: #000;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  margin-right: 10px;
}

.csr-bold{
  font-size: 55px;
  font-weight: 800;
  color: #14a8e2;
  letter-spacing: 1px;
}

.csr-main-wrap{
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.csr-left-image img{
  width: 100%;
  height: 410px;
  object-fit: cover;
  display: block;
}

.csr-right-box{
  background: #d9d9d9;
  height: 410px;
  padding: 70px 62px;
  display: flex;
  align-items: flex-start;
}

.csr-right-box p{
  margin: 0;
  color: #111;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 400;
  max-width: 560px;
}

.csr-bottom-wrap{
  position: relative;
}

.csr-links-box{
  padding: 22px 25px 0 0;
  text-align: center;
}

.csr-links-box h3{
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: 700;
  text-align: right;
  color: #14a8e2;
  text-transform: uppercase;
}

.csr-link-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 34px;
  max-width: 650px;
  margin: 0 auto;
}

.csr-link-list a{
  position: relative;
  color: #111;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  padding-right: 16px;
}

.csr-link-list a::after{
  content: "";
  position: absolute;
  right: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  background: #14a8e2;
  border-radius: 50%;
}

.csr-link-list a:hover{
  color: #14a8e2;
}

.csr-small-image{
  width: 300px;
  margin: -75px 0 0 0;
}

.csr-small-image img{
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}
@media (max-width: 1399.98px){
  .csr-script{
    font-size: 46px;
  }

  .csr-bold{
    font-size: 62px;
  }

  .csr-right-box{
    padding: 50px 45px;
  }

  .csr-right-box p{
    font-size: 21px;
  }
}

@media (max-width: 1199.98px){
  .csr-compassion-section{
    padding: 60px 0 80px;
  }

  .csr-script{
    font-size: 40px;
  }

  .csr-bold{
    font-size: 54px;
  }

  .csr-left-image img,
  .csr-right-box{
    height: 360px;
  }

  .csr-right-box{
    padding: 40px 35px;
  }

  .csr-right-box p{
    font-size: 19px;
  }

  .csr-small-image{
    width: 260px;
    margin-top: -50px;
  }

  .csr-small-image img{
    height: 280px;
  }
}

@media (max-width: 991.98px){
  .csr-heading{
    margin-bottom: 24px;
  }

  .csr-script{
    display: block;
    font-size: 34px;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .csr-bold{
    display: block;
    font-size: 46px;
  }

  .csr-left-image img,
  .csr-right-box{
    height: auto;
  }

  .csr-right-box{
    min-height: 280px;
    padding: 35px 28px;
  }

  .csr-right-box p{
    font-size: 18px;
  }

  .csr-bottom-wrap{
    margin-top: 25px;
  }

  .csr-links-box{
    padding: 0;
    margin-bottom: 25px;
  }

  .csr-small-image{
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }

  .csr-small-image img{
    height: 300px;
  }
}

@media (max-width: 767.98px){
  .csr-compassion-section{
    padding: 45px 0 55px;
  }

  .csr-script{
    font-size: 28px;
  }

  .csr-bold{
    font-size: 36px;
  }

  .csr-right-box{
    padding: 28px 20px;
    min-height: auto;
  }

  .csr-right-box p{
    font-size: 16px;
    line-height: 1.7;
  }

  .csr-links-box h3{
    font-size: 22px;
  }

  .csr-link-list{
    gap: 10px 22px;
  }

  .csr-link-list a{
    font-size: 16px;
    padding-right: 14px;
  }

  .csr-link-list a::after{
    width: 6px;
    height: 6px;
    top: 10px;
  }

  .csr-small-image{
    max-width: 280px;
  }

  .csr-small-image img{
    height: 260px;
  }
}

@media (max-width: 575.98px){
  .csr-script{
    font-size: 24px;
  }

  .csr-bold{
    font-size: 30px;
  }

  .csr-links-box h3{
    font-size: 20px;
  }

  .csr-link-list{
    flex-direction: column;
    align-items: center;
    gap: 3px;
  }

  .csr-link-list a{
    font-size: 15px;
    padding-right: 0;
  }

  .csr-link-list a::after{
    display: none;
  }

  .csr-small-image img{
    height: 230px;
  }
}
.investor-section{
  position: relative;
  background: url('../img/investor-bg.jpg') center center/cover no-repeat;
  padding: 85px 0 70px;
  overflow: hidden;
}

.investor-overlay{
  position: absolute;
  inset: 0;
  background: rgba(4, 27, 42, 0.58);
  z-index: 1;
}

.investor-section .container{
  z-index: 2;
}

.investor-heading{
  margin-bottom: 14px;
}

.investor-heading h2{
  margin: 0;
  color: #fff;
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.investor-box-row{
  max-width: 1320px;
  margin: 0 auto;
}

.investor-card{
  border: 2px solid rgba(255,255,255,0.85);
  padding: 22px 24px 26px;
  min-height: 300px;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.investor-card h3{
  color: #fff;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 24px;
}

.investor-card ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.investor-card ul li{
  position: relative;
  padding-left: 16px;
  margin-bottom: 7px;
}

.investor-card ul li:last-child{
  margin-bottom: 0;
}

.investor-card ul li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  background: #00b6ff;
  border-radius: 50%;
}

.investor-card ul li a{
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
  transition: 0.3s ease;
}

.investor-card ul li a:hover{
  color: #7fd8ff;
}
@media (max-width: 1399.98px){
  .investor-heading h2{
    font-size: 56px;
  }

  .investor-card h3{
    font-size: 24px;
  }

  .investor-card ul li a{
    font-size: 17px;
  }
}

@media (max-width: 1199.98px){
  .investor-section{
    padding: 75px 0 65px;
  }

  .investor-heading h2{
    font-size: 48px;
  }

  .investor-card{
    min-height: 280px;
    padding: 20px 20px 24px;
  }

  .investor-card h3{
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991.98px){
  .investor-section{
    padding: 60px 0 55px;
  }

  .investor-heading{
    margin-bottom: 24px;
  }

  .investor-heading h2{
    font-size: 40px;
  }

  .investor-card{
    min-height: auto;
  }
}

@media (max-width: 767.98px){
  .investor-section{
    padding: 50px 0 45px;
  }

  .investor-heading h2{
    font-size: 32px;
  }

  .investor-card{
    padding: 18px 16px 20px;
  }

  .investor-card h3{
    font-size: 20px;
    margin-bottom: 16px;
  }

  .investor-card ul li{
    margin-bottom: 14px;
  }

  .investor-card ul li a{
    font-size: 16px;
    line-height: 1.5;
  }

  .investor-card ul li::before{
    top: 10px;
  }
}

@media (max-width: 575.98px){
  .investor-heading h2{
    font-size: 28px;
  }

  .investor-card h3{
    font-size: 18px;
  }

  .investor-card ul li a{
    font-size: 15px;
  }
}
.site-footer{
  background: #010a38;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.footer-top{
  padding: 45px 0 35px;
}

.footer-widget h4{
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 14px;
  color: #f6f5f5;
}

.footer-links{
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li{
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
}

.footer-links li:last-child{
  margin-bottom: 0;
}

.footer-links li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #1b80bf;
  border-radius: 50%;
}

.footer-links li a{
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  transition: 0.3s ease;
}

.footer-links li a:hover{
  color: #1b80bf;
}

.footer-contact p{
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
}

.footer-contact p a{
  color: #ffffff;
  text-decoration: none;
}

.footer-contact p a:hover{
  color: #1b80bf;
}

.footer-social h5{
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #fffafa;
}

.social-icon{
  width: 40px;
  height: 40px;
  border: 2px solid #666;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fdfdfd;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s ease;
}

.social-icon:hover{
  border-color: #1b80bf;
  color: #1b80bf;
}

.footer-bottom{
  border-top: 1px solid #cfcfcf;
  padding: 14px 0;
}

.footer-bottom-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-copy{
  font-size: 14px;
  color: #f9f9f9;
}

.footer-bottom-links{
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-bottom-links a{
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

.footer-bottom-links a:hover{
  color: #1b80bf;
}
@media (max-width: 1199.98px){
  .footer-top{
    padding: 40px 0 30px;
  }

  .footer-links li a,
  .footer-contact p{
    font-size: 15px;
  }
}

@media (max-width: 991.98px){
  .footer-top{
    padding: 35px 0 25px;
  }

  .footer-widget h4{
    margin-bottom: 12px;
  }

  .footer-bottom-inner{
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 767.98px){
  .footer-top{
    padding: 30px 0 20px;
  }

  .footer-widget h4{
    font-size: 17px;
  }

  .footer-links li{
    margin-bottom: 8px;
  }

  .footer-links li a,
  .footer-contact p{
    font-size: 14px;
  }

  .footer-copy,
  .footer-bottom-links a{
    font-size: 13px;
  }
}

@media (max-width: 575.98px){
  .footer-bottom-inner{
    flex-direction: column;
    gap: 10px;
  }

  .footer-bottom-links{
    justify-content: center;
  }
}

/* About Page Styles */
.about-inner-banner{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.about-banner-image{
  position: relative;
  min-height: 480px;
}

.about-banner-image img{
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

.about-banner-overlay{
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 37%);
}

.about-banner-content{
  position: absolute;
  /* left: 0; */
  bottom: 70px;
  z-index: 2;
  color: #fff;
}

.about-banner-content h1{
  margin: 0 0 8px;
  font-size: 41px;
  line-height: 1.1;
  font-weight: 400;
  color: #fff;
}

.about-breadcrumb{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 18px;
  color: #fff;
}

.about-breadcrumb a{
  color: #fff;
  text-decoration: none;
}

.about-breadcrumb a:hover{
  color: #d8ecff;
}

.capability-section{
  background: #efefef;
  padding: 50px 0 70px;
}

.capability-box{
  max-width: 1340px;
  margin: 0 auto;
  border: 3px solid #1679c8;
  padding: 38px 45px 32px;
  text-align: center;
  background: transparent;
}

.capability-box h2{
  margin: 0 0 10px;
  color: #1679c8;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
}

.capability-box p{
  margin: 0 0 28px;
  color: #111;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 400;
}

.capability-list{
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.capability-item{
  position: relative;
  padding: 0 26px;
  color: #111;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
}

.capability-item::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 34px;
  background: #666;
}

.capability-item:last-child::after{
  display: none;
}

@media (max-width: 1399.98px){
  .about-banner-image,
  .about-banner-image img{
    min-height: 430px;
    height: 430px;
  }

  .about-banner-content h1{
    font-size: 48px;
  }

  .capability-box h2{
    font-size: 30px;
  }

  .capability-box p{
    font-size: 19px;
  }

  .capability-item{
    font-size: 15px;
    padding: 0 20px;
  }
}

@media (max-width: 1199.98px){
  .about-banner-image,
  .about-banner-image img{
    min-height: 380px;
    height: 380px;
  }

  .about-banner-content{
    bottom: 50px;
  }

  .about-banner-content h1{
    font-size: 42px;
  }

  .about-breadcrumb{
    font-size: 16px;
  }

  .capability-section{
    padding: 45px 0 60px;
  }

  .capability-box{
    padding: 32px 30px 28px;
  }

  .capability-box h2{
    font-size: 28px;
  }

  .capability-box p{
    font-size: 18px;
  }
}

@media (max-width: 991.98px){
  .about-banner-image,
  .about-banner-image img{
    min-height: 320px;
    height: 320px;
  }

  .about-banner-content{
    bottom: 35px;
  }

  .about-banner-content h1{
    font-size: 34px;
  }

  .capability-box{
    padding: 28px 20px 24px;
  }

  .capability-box h2{
    font-size: 24px;
  }

  .capability-box p{
    font-size: 17px;
    margin-bottom: 22px;
  }

  .capability-item{
    width: 25%;
    padding: 12px 14px;
    min-height: 60px;
  }

  .capability-item:nth-child(4)::after{
    display: none;
  }
}

@media (max-width: 767.98px){
  .about-banner-image,
  .about-banner-image img{
    min-height: 260px;
    height: 260px;
  }

  .about-banner-content{
    bottom: 25px;
  }

  .about-banner-content h1{
    font-size: 28px;
    margin-bottom: 6px;
  }

  .about-breadcrumb{
    font-size: 14px;
    gap: 7px;
  }

  .capability-section{
    padding: 35px 0 45px;
  }

  .capability-box{
    padding: 24px 16px 20px;
  }

  .capability-box h2{
    font-size: 21px;
  }

  .capability-box p{
    font-size: 15px;
    line-height: 1.6;
  }

  .capability-item{
    width: 50%;
    font-size: 14px;
    min-height: 56px;
    padding: 10px 12px;
  }

  .capability-item::after{
    height: 26px;
  }

  .capability-item:nth-child(2)::after,
  .capability-item:nth-child(4)::after,
  .capability-item:nth-child(6)::after{
    display: none;
  }
}

@media (max-width: 575.98px){
  .about-banner-image,
  .about-banner-image img{
    min-height: 220px;
    height: 220px;
  }

  .about-banner-content h1{
    font-size: 24px;
  }

  .capability-box{
    border-width: 2px;
  }

  .capability-box h2{
    font-size: 19px;
  }

  .capability-box p{
    font-size: 14px;
  }

  .capability-item{
    width: 100%;
    min-height: auto;
    padding: 10px 0;
  }

  .capability-item::after{
    display: none;
  }
}

.engineering-excellence-section{
  background: #efefef;
  padding: 60px 0 80px;
  overflow: hidden;
}

.engineering-top-content{
  max-width: 1280px;
  margin: 0 auto 48px;
}

.engineering-top-content h2{
  margin: 0 0 22px;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 700;
  color: #000;
}

.engineering-top-content p{
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.7;
  color: #222;
  font-weight: 400;
}

.engineering-top-content p:last-child{
  margin-bottom: 0;
}

.engineering-slider-wrap{
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 55px;
}

.engineering-image-card{
  border-radius: 22px;
  overflow: hidden;
  background: #ddd;
}

.engineering-image-card img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.engineering-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #1679c8;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 2;
  transition: 0.3s ease;
}

.engineering-arrow:hover{
  background: #0f5e98;
}

.engineering-prev{
  left: 0;
}

.engineering-next{
  right: 0;
}
@media (max-width: 1399.98px){
  .engineering-top-content{
    max-width: 1180px;
  }

  .engineering-top-content h2{
    font-size: 31px;
  }

  .engineering-top-content p{
    font-size: 17px;
  }

  .engineering-image-card img{
    height: 230px;
  }
}

@media (max-width: 1199.98px){
  .engineering-excellence-section{
    padding: 55px 0 70px;
  }

  .engineering-top-content{
    margin-bottom: 38px;
  }

  .engineering-top-content h2{
    font-size: 28px;
  }

  .engineering-top-content p{
    font-size: 16px;
  }

  .engineering-slider-wrap{
    padding: 0 45px;
  }

  .engineering-image-card img{
    height: 210px;
  }
}

@media (max-width: 991.98px){
  .engineering-excellence-section{
    padding: 50px 0 60px;
  }

  .engineering-top-content{
    margin-bottom: 30px;
  }

  .engineering-top-content h2{
    font-size: 25px;
  }

  .engineering-top-content p{
    font-size: 15px;
    line-height: 1.75;
  }

  .engineering-slider-wrap{
    padding: 0 40px;
  }

  .engineering-image-card{
    border-radius: 18px;
  }

  .engineering-image-card img{
    height: 200px;
  }

  .engineering-arrow{
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
}

@media (max-width: 767.98px){
  .engineering-excellence-section{
    padding: 40px 0 50px;
  }

  .engineering-top-content{
    margin-bottom: 24px;
  }

  .engineering-top-content h2{
    font-size: 22px;
    line-height: 1.35;
  }

  .engineering-top-content p{
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 14px;
  }

  .engineering-slider-wrap{
    padding: 0 34px;
  }

  .engineering-image-card{
    border-radius: 16px;
  }

  .engineering-image-card img{
    height: 190px;
  }

  .engineering-arrow{
    width: 32px;
    height: 32px;
    font-size: 15px;
  }
}

@media (max-width: 575.98px){
  .engineering-top-content h2{
    font-size: 20px;
  }

  .engineering-top-content p{
    font-size: 13.5px;
  }

  .engineering-slider-wrap{
    padding: 0 28px;
  }

  .engineering-image-row{
    row-gap: 16px;
  }

  .engineering-image-card img{
    height: 180px;
  }

  .engineering-arrow{
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

.engineering-slider-wrap{
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 55px;
}

.engineering-image-card{
  border-radius: 22px;
  overflow: hidden;
  background: #ddd;
}

.engineering-image-card img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.engineering-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #1679c8;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 5;
  transition: 0.3s ease;
}

.engineering-arrow:hover{
  background: #0f5e98;
}

.engineering-prev{
  left: 0;
}

.engineering-next{
  right: 0;
}

.engineering-carousel .item{
  padding: 0 6px;
}

@media (max-width: 991.98px){
  .engineering-slider-wrap{
    padding: 0 42px;
  }

  .engineering-image-card{
    border-radius: 18px;
  }

  .engineering-image-card img{
    height: 220px;
  }
}

@media (max-width: 767.98px){
  .engineering-slider-wrap{
    padding: 0 34px;
  }

  .engineering-image-card img{
    height: 200px;
  }

  .engineering-arrow{
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
}

@media (max-width: 575.98px){
  .engineering-slider-wrap{
    padding: 0 28px;
  }

  .engineering-image-card img{
    height: 180px;
  }

  .engineering-arrow{
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

.precision-rules-section{
  background: #0f70b7;
  padding: 55px 0 50px;
}

.precision-heading{
  margin-bottom: 34px;
}

.precision-heading h2{
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 400;
}

.precision-card{
  border: 1px solid rgba(255,255,255,0.18);
  min-height: 200px;
  padding: 30px 20px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s ease;
}

.precision-card:hover{
  background: rgba(255,255,255,0.05);
}

.precision-icon{
  margin-bottom: 22px;
  line-height: 1;
}

.precision-icon i{
  font-size: 54px;
  color: #fff;
}

.precision-card h3{
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  max-width: 200px;
}

@media (max-width: 1199.98px){
  .precision-rules-section{
    padding: 50px 0 45px;
  }

  .precision-heading h2{
    font-size: 30px;
  }

  .precision-card{
    min-height: 190px;
    padding: 28px 18px 22px;
  }
}

@media (max-width: 991.98px){
  .precision-heading{
    margin-bottom: 26px;
  }

  .precision-heading h2{
    font-size: 27px;
  }

  .precision-card{
    min-height: 180px;
  }

  .precision-icon i{
    font-size: 48px;
  }
}

@media (max-width: 767.98px){
  .precision-rules-section{
    padding: 40px 0 35px;
  }

  .precision-heading h2{
    font-size: 24px;
  }

  .precision-card{
    min-height: 170px;
    padding: 24px 15px 20px;
  }

  .precision-icon{
    margin-bottom: 18px;
  }

  .precision-icon i{
    font-size: 42px;
  }

  .precision-card h3{
    font-size: 15px;
    line-height: 1.5;
  }
}

@media (max-width: 575.98px){
  .precision-heading h2{
    font-size: 22px;
  }

  .precision-card{
    min-height: 160px;
  }

  .precision-card h3{
    max-width: 100%;
    font-size: 14px;
  }
}
.mission-vision-values-section{
  background: #efefef;
  padding: 55px 0 70px;
}

.mvv-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.mvv-card{
  min-height: 325px;
  background: #dfe3e6;
  overflow: hidden;
}

.mvv-image-card img,
.mvv-image-caption-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mvv-text-card{
  padding: 36px 34px 30px;
  background: #dfe3e6;
}

.mvv-text-card h3{
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
}

.mvv-text-card p{
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: #111;
  font-weight: 400;
}

.mvv-text-card h4{
  margin: 18px 0 10px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  color: #000;
}

.mvv-text-card ul{
  margin: 0;
  padding-left: 22px;
}

.mvv-text-card ul li{
  font-size: 16px;
  line-height: 1.7;
  color: #111;
  margin-bottom: 2px;
}

.mvv-image-caption-card{
  position: relative;
  display: flex;
  flex-direction: column;
}

.mvv-image-caption-card img{
  flex: 1;
  min-height: 0;
}

.mvv-caption{
  background: #0d3b7a;
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
  padding: 10px 16px;
  font-weight: 400;
}

.mvv-caption strong{
  font-weight: 700;
}
@media (max-width: 1399.98px){
  .mvv-card{
    min-height: 300px;
  }

  .mvv-text-card{
    padding: 30px 28px 26px;
  }

  .mvv-text-card h3{
    font-size: 27px;
  }

  .mvv-text-card p{
    font-size: 16px;
  }
}

@media (max-width: 1199.98px){
  .mission-vision-values-section{
    padding: 50px 0 60px;
  }

  .mvv-card{
    min-height: 280px;
  }

  .mvv-text-card h3{
    font-size: 25px;
  }

  .mvv-text-card h4{
    font-size: 20px;
  }

  .mvv-text-card p,
  .mvv-text-card ul li{
    font-size: 15px;
  }

  .mvv-caption{
    font-size: 14px;
    padding: 9px 14px;
  }
}

@media (max-width: 991.98px){
  .mvv-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .mvv-card{
    min-height: 260px;
  }

  .mvv-text-card{
    padding: 26px 24px 22px;
  }

  .mvv-text-card h3{
    font-size: 23px;
  }
}

@media (max-width: 767.98px){
  .mission-vision-values-section{
    padding: 40px 0 50px;
  }

  .mvv-grid{
    grid-template-columns: 1fr;
  }

  .mvv-card{
    min-height: auto;
  }

  .mvv-image-card img,
  .mvv-image-caption-card img{
    height: 260px;
  }

  .mvv-text-card{
    padding: 24px 20px;
  }

  .mvv-text-card h3{
    font-size: 22px;
    margin-bottom: 12px;
  }

  .mvv-text-card h4{
    font-size: 19px;
  }

  .mvv-text-card p,
  .mvv-text-card ul li{
    font-size: 15px;
    line-height: 1.7;
  }

  .mvv-caption{
    font-size: 13px;
    padding: 10px 12px;
  }
}

@media (max-width: 575.98px){
  .mvv-image-card img,
  .mvv-image-caption-card img{
    height: 220px;
  }

  .mvv-text-card h3{
    font-size: 20px;
  }

  .mvv-text-card h4{
    font-size: 18px;
  }

  .mvv-text-card p,
  .mvv-text-card ul li{
    font-size: 14px;
  }
}

/* Leadership Section */

.leadership-message-section{
  background: #efefef;
  padding: 55px 0 70px;
  position: relative;
  overflow: hidden;
}

.leadership-message-section::after{
  content: "";
  position: absolute;
  top: 0;
  right: -60px;
  width: 340px;
  height: 100%;
  background: radial-gradient(circle, rgba(180,190,205,0.18) 1px, transparent 2px);
  background-size: 14px 14px;
  opacity: 0.55;
  pointer-events: none;
}

.leader-card{
  background: #f3f3f3;
  border: 1px solid #d9d9d9;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.leader-image img{
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

.leader-content{
  padding: 24px 24px 28px;
  text-align: center;
}

.leader-content h3{
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #0f6db8;
}

.leader-content h4{
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #111;
}

.leader-content p{
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #333;
  font-weight: 400;
}
@media (max-width: 1399.98px){
  .leader-image img{
    height: 320px;
  }
}

@media (max-width: 1199.98px){
  .leadership-message-section{
    padding: 50px 0 60px;
  }

  .leader-image img{
    height: 300px;
  }

  .leader-content{
    padding: 22px 20px 24px;
  }

  .leader-content h3{
    font-size: 21px;
  }

  .leader-content h4{
    font-size: 17px;
  }

  .leader-content p{
    font-size: 15px;
  }
}

@media (max-width: 991.98px){
  .leader-image img{
    height: 320px;
  }

  .leadership-message-section::after{
    display: none;
  }
}

@media (max-width: 767.98px){
  .leadership-message-section{
    padding: 40px 0 50px;
  }

  .leader-image img{
    height: 280px;
  }

  .leader-content{
    padding: 20px 18px 22px;
  }

  .leader-content h3{
    font-size: 20px;
  }

  .leader-content h4{
    font-size: 16px;
  }

  .leader-content p{
    font-size: 14px;
    line-height: 1.7;
  }
}

@media (max-width: 575.98px){
  .leader-image img{
    height: 240px;
  }

  .leader-content h3{
    font-size: 18px;
  }

  .leader-content h4{
    font-size: 15px;
  }

  .leader-content p{
    font-size: 13.5px;
  }
}

/* Awards and Recognition Section */

.awards-recognition-section{
  background: #efefef;
  padding: 55px 0 70px;
}

.awards-heading{
  max-width: 1100px;
  margin: 0 auto 42px;
}

.awards-heading h2{
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: #0f6db8;
}

.awards-heading p{
  margin: 0 auto;
  max-width: 980px;
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  font-weight: 400;
}

.award-card{
  background: #f5f5f5;
  border: 1px solid #d8d8d8;
  height: 100%;
  text-align: center;
  padding: 14px 14px 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.award-image{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 330px;
  margin-bottom: 18px;
}

.award-image img{
  max-width: 100%;
  max-height: 300px;
  object-fit: contain;
  display: block;
}

.award-content h3{
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
  color: #111;
}

.award-content h3 span{
  display: inline;
}

@media (max-width: 1399.98px){
  .award-image{
    min-height: 300px;
  }

  .award-image img{
    max-height: 280px;
  }
}

@media (max-width: 1199.98px){
  .awards-recognition-section{
    padding: 50px 0 60px;
  }

  .awards-heading{
    margin-bottom: 34px;
  }

  .awards-heading h2{
    font-size: 30px;
  }

  .awards-heading p{
    font-size: 17px;
  }

  .award-image{
    min-height: 280px;
  }

  .award-image img{
    max-height: 260px;
  }

  .award-content h3{
    font-size: 16px;
  }
}

@media (max-width: 991.98px){
  .awards-heading h2{
    font-size: 27px;
  }

  .awards-heading p{
    font-size: 16px;
  }

  .award-card{
    padding: 12px 12px 20px;
  }

  .award-image{
    min-height: 260px;
    margin-bottom: 16px;
  }

  .award-image img{
    max-height: 240px;
  }
}

@media (max-width: 767.98px){
  .awards-recognition-section{
    padding: 40px 0 50px;
  }

  .awards-heading{
    margin-bottom: 26px;
  }

  .awards-heading h2{
    font-size: 24px;
  }

  .awards-heading p{
    font-size: 15px;
    line-height: 1.75;
  }

  .award-image{
    min-height: 230px;
  }

  .award-image img{
    max-height: 210px;
  }

  .award-content h3{
    font-size: 15px;
    line-height: 1.6;
  }
}

@media (max-width: 575.98px){
  .awards-heading h2{
    font-size: 22px;
  }

  .awards-heading p{
    font-size: 14px;
  }

  .award-image{
    min-height: 210px;
  }

  .award-image img{
    max-height: 190px;
  }

  .award-content h3{
    font-size: 14px;
  }
}

/* Certificates Section */

.certificates-section{
  background: #efefef;
  padding: 55px 0 70px;
}

.certificates-heading{
  margin-bottom: 34px;
}

.certificates-heading h2{
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #163a7a;
  text-transform: uppercase;
}

.certificate-card{
  text-align: center;
  height: 100%;
}

.certificate-image{
  background: #fff;
  border: 1px solid #d8d8d8;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 310px;
  margin-bottom: 18px;
}

.certificate-image img{
  max-width: 100%;
  max-height: 285px;
  object-fit: contain;
  display: block;
}

.certificate-content h3{
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  color: #163a7a;
  text-transform: uppercase;
}

.certificate-content p{
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #222;
}
@media (max-width: 1399.98px){
  .certificate-image{
    min-height: 290px;
  }

  .certificate-image img{
    max-height: 265px;
  }
}

@media (max-width: 1199.98px){
  .certificates-section{
    padding: 50px 0 60px;
  }

  .certificates-heading{
    margin-bottom: 28px;
  }

  .certificates-heading h2{
    font-size: 25px;
  }

  .certificate-image{
    min-height: 270px;
    margin-bottom: 16px;
  }

  .certificate-image img{
    max-height: 245px;
  }

  .certificate-content h3{
    font-size: 15px;
  }

  .certificate-content p{
    font-size: 14px;
  }
}

@media (max-width: 991.98px){
  .certificate-image{
    min-height: 250px;
  }

  .certificate-image img{
    max-height: 225px;
  }
}

@media (max-width: 767.98px){
  .certificates-section{
    padding: 40px 0 50px;
  }

  .certificates-heading h2{
    font-size: 22px;
  }

  .certificate-image{
    min-height: 230px;
    padding: 8px;
  }

  .certificate-image img{
    max-height: 210px;
  }

  .certificate-content h3{
    font-size: 14px;
    line-height: 1.5;
  }

  .certificate-content p{
    font-size: 13px;
  }
}

@media (max-width: 575.98px){
  .certificate-image{
    min-height: 220px;
  }

  .certificate-image img{
    max-height: 200px;
  }

  .certificates-heading{
    margin-bottom: 22px;
  }

  .certificates-heading h2{
    font-size: 20px;
  }
}

/* Business */

.customer-centric-section{
  background: #efefef;
  padding: 55px 0 70px;
}

.customer-centric-heading{
  max-width: 1180px;
  margin: 0 auto 28px;
}

.customer-centric-heading h2{
  margin: 0;
  color: #1d78c1;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 500;
}

.heading-divider{
  display: inline-block;
  width: 140px;
  height: 2px;
  background: #1d78c1;
  margin-top: 16px;
}

.customer-centric-text{
  max-width: 1260px;
  margin: 0 auto 38px;
}

.text-block p{
  margin: 0 0 16px;
  color: #111;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
 
}

.text-block p:last-child{
  margin-bottom: 0;
}

.industry-gallery-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.industry-gallery-card{
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 295px;
  text-decoration: none;
  background: #ddd;
}

.industry-gallery-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.industry-gallery-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0.08));
}

.industry-gallery-title{
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 18px;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  z-index: 2;
}

.industry-gallery-card:hover img{
  transform: scale(1.05);
}

@media (max-width: 1399.98px){
  .industry-gallery-card{
    min-height: 270px;
  }
}

@media (max-width: 1199.98px){
  .customer-centric-section{
    padding: 50px 0 60px;
  }

  .customer-centric-heading h2{
    font-size: 22px;
  }

  .text-block p{
    font-size: 16px;
  }

  .industry-gallery-card{
    min-height: 250px;
  }

  .industry-gallery-title{
    font-size: 18px;
  }
}

@media (max-width: 991.98px){
  .customer-centric-heading{
    margin-bottom: 24px;
  }

  .customer-centric-heading h2{
    font-size: 21px;
  }

  .customer-centric-text{
    margin-bottom: 30px;
  }

  .industry-gallery-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .industry-gallery-card{
    min-height: 240px;
  }
}

@media (max-width: 767.98px){
  .customer-centric-section{
    padding: 40px 0 50px;
  }

  .customer-centric-heading h2{
    font-size: 19px;
    line-height: 1.5;
  }

  .heading-divider{
    width: 110px;
    margin-top: 14px;
  }

  .text-block p{
    font-size: 15px;
    line-height: 1.8;
  }

  .industry-gallery-card{
    min-height: 220px;
  }

  .industry-gallery-title{
    font-size: 17px;
    bottom: 14px;
  }
}

@media (max-width: 575.98px){
  .industry-gallery-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .customer-centric-heading h2{
    font-size: 18px;
  }

  .text-block p{
    font-size: 14px;
  }

  .industry-gallery-card{
    min-height: 220px;
  }

  .industry-gallery-title{
    font-size: 16px;
    left: 12px;
    right: 12px;
  }
}

/* Investors */

.policy-list-section{
  background: #efefef;
  padding: 35px 0 50px;
}

.policy-list-wrap{
  border: 1px solid #d6d6d6;
  background: #fff;
}

.policy-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 42px;
  padding: 10px 14px 10px 10px;
  text-decoration: none;
  color: #111;
  border-bottom: 1px solid #d6d6d6;
  transition: 0.3s ease;
}

.policy-row:last-child{
  border-bottom: 0;
}

.policy-row:hover{
  background: #f7f7f7;
}

.policy-title{
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #111;
}

.policy-icon{
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
}

.policy-row:hover .policy-title{
  color: #0f6db8;
}

.policy-row:hover .policy-icon{
  color: #d62828;
}
@media (max-width: 991.98px){
  .policy-list-section{
    padding: 30px 0 40px;
  }

  .policy-row{
    padding: 10px 12px 10px 10px;
  }

  .policy-title{
    font-size: 15px;
  }
}

@media (max-width: 767.98px){
  .policy-row{
    min-height: 48px;
    padding: 10px 12px;
    gap: 12px;
  }

  .policy-title{
    font-size: 14px;
    line-height: 1.5;
  }

  .policy-icon{
    font-size: 18px;
  }
}

@media (max-width: 575.98px){
  .policy-list-section{
    padding: 25px 0 35px;
  }

  .policy-row{
    align-items: flex-start;
    padding: 12px 10px;
  }

  .policy-title{
    font-size: 13.5px;
  }

  .policy-icon{
    font-size: 17px;
    margin-top: 2px;
  }
}

/* CSR */

.csr-balance-section{
  background: #efefef;
  padding: 55px 0 70px;
}

.csr-balance-content h2{
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  color: #000;
}

.csr-balance-list{
  margin: 0 0 18px 18px;
  padding: 0;
}

.csr-balance-list li{
  margin-bottom: 8px;
  color: #000;
}

.csr-balance-list li:last-child{
  margin-bottom: 0;
}

.csr-balance-list li a{
  color: #111;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.csr-balance-list li a:hover{
  color: #0f6db8;
}

.csr-balance-content p{
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.7;
  color: #111;
  font-weight: 400;
}

.csr-balance-content p:last-child{
  margin-bottom: 0;
}

.csr-balance-image img{
  max-width: 100%;
  height: auto;
  display: inline-block;
  object-fit: contain;
}

@media (max-width: 1199.98px){
  .csr-balance-section{
    padding: 50px 0 60px;
  }

  .csr-balance-content h2{
    font-size: 17px;
  }

  .csr-balance-content p,
  .csr-balance-list li a{
    font-size: 15px;
  }
}

@media (max-width: 991.98px){
  .csr-balance-section{
    padding: 45px 0 55px;
  }

  .csr-balance-image{
    margin-top: 10px;
  }

  .csr-balance-image img{
    max-width: 360px;
    width: 100%;
  }
}

@media (max-width: 767.98px){
  .csr-balance-section{
    padding: 40px 0 50px;
  }

  .csr-balance-content h2{
    font-size: 16px;
    line-height: 1.7;
  }

  .csr-balance-content p,
  .csr-balance-list li a{
    font-size: 14px;
    line-height: 1.75;
  }

  .csr-balance-list{
    margin-left: 16px;
  }

  .csr-balance-image img{
    max-width: 300px;
  }
}

@media (max-width: 575.98px){
  .csr-balance-content h2{
    font-size: 15px;
  }

  .csr-balance-content p,
  .csr-balance-list li a{
    font-size: 13.5px;
  }

  .csr-balance-image img{
    max-width: 260px;
  }
}

/* Media */
.event-gallery-section{
  background: #efefef;
  padding: 45px 0 60px;
}

.event-card{
  background: #e9e9e9;
  height: 100%;
  text-align: center;
}

.event-card-image{
  overflow: hidden;
}

.event-card-image img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.event-card-content{
  padding: 14px 18px 18px;
}

.event-card-content h3{
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
  min-height: 50px;
}

.event-card-btn{
  display: inline-block;
  padding: 9px 22px;
  border: 1px solid #1976d2;
  color: #1976d2;
  background: transparent;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  transition: 0.3s ease;
}

.event-card-btn:hover{
  background: #1976d2;
  color: #fff;
}

.event-card:hover .event-card-image img{
  transform: scale(1.05);
}
@media (max-width: 1199.98px){
  .event-card-image img{
    height: 230px;
  }

  .event-card-content h3{
    font-size: 17px;
  }
}

@media (max-width: 991.98px){
  .event-gallery-section{
    padding: 40px 0 50px;
  }

  .event-card-image img{
    height: 220px;
  }

  .event-card-content{
    padding: 14px 16px 18px;
  }

  .event-card-content h3{
    min-height: auto;
  }
}

@media (max-width: 767.98px){
  .event-card-image img{
    height: 210px;
  }

  .event-card-content h3{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 14px;
  }

  .event-card-btn{
    font-size: 15px;
    padding: 8px 20px;
  }
}

@media (max-width: 575.98px){
  .event-gallery-section{
    padding: 35px 0 45px;
  }

  .event-card-image img{
    height: 200px;
  }

  .event-card-content{
    padding: 12px 14px 16px;
  }

  .event-card-content h3{
    font-size: 15px;
  }

  .event-card-btn{
    font-size: 14px;
    padding: 8px 18px;
  }
}

/* COntact Us */

.contact-form-section{
  background: #efefef;
  padding: 55px 0 70px;
}

.quick-contact-box{
  background: #184f9c;
  color: #fff;
  padding: 28px 24px 24px;
  height: 100%;
}

.quick-contact-box h2{
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

.quick-contact-box > p{
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

.quick-contact-item{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 28px;
}

.quick-contact-item:last-child{
  margin-bottom: 0;
}

.quick-contact-icon{
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: #fff;
  color: #184f9c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-top: 2px;
}

.quick-contact-text h4{
  margin: 0 0 3px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.quick-contact-text span{
  display: block;
  font-size: 16px;
  line-height: 1.45;
  color: #fff;
}

.quick-contact-text a{
  color: #fff;
  text-decoration: none;
}

.quick-contact-text a:hover{
  text-decoration: underline;
}

.contact-form-wrap h2{
  margin: 0 0 22px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}

.custom-contact-input,
.custom-contact-textarea,
.custom-contact-file{
  border: 0;
  border-radius: 2px;
  background: #f2f2f2;
  color: #333;
  font-size: 16px;
  min-height: 50px;
  box-shadow: none !important;
}

.custom-contact-textarea{
  min-height: 120px;
  resize: vertical;
  padding-top: 14px;
}

.custom-contact-input::placeholder,
.custom-contact-textarea::placeholder{
  color: #8a8a8a;
}

.contact-upload-label{
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
}

.contact-submit-btn{
  width: 100%;
  border: 0;
  background: #1ea0b8;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 14px 20px;
  transition: 0.3s ease;
}

.contact-submit-btn:hover{
  background: #17889d;
}
@media (max-width: 1199.98px){
  .contact-form-section{
    padding: 50px 0 60px;
  }

  .quick-contact-box,
  .contact-form-wrap{
    height: 100%;
  }

  .quick-contact-box h2,
  .contact-form-wrap h2{
    font-size: 24px;
  }

  .quick-contact-text span,
  .quick-contact-box > p,
  .contact-upload-label,
  .custom-contact-input,
  .custom-contact-textarea,
  .custom-contact-file{
    font-size: 15px;
  }
}

@media (max-width: 991.98px){
  .quick-contact-box{
    padding: 24px 20px;
  }

  .quick-contact-item{
    margin-bottom: 22px;
  }

  .contact-form-wrap h2{
    margin-bottom: 18px;
  }
}

@media (max-width: 767.98px){
  .contact-form-section{
    padding: 40px 0 50px;
  }

  .quick-contact-box h2,
  .contact-form-wrap h2{
    font-size: 22px;
  }

  .quick-contact-box > p,
  .quick-contact-text span,
  .contact-upload-label,
  .custom-contact-input,
  .custom-contact-textarea,
  .custom-contact-file{
    font-size: 14px;
  }

  .custom-contact-input,
  .custom-contact-file{
    min-height: 46px;
  }

  .custom-contact-textarea{
    min-height: 110px;
  }

  .contact-submit-btn{
    font-size: 17px;
    padding: 12px 18px;
  }
}

@media (max-width: 575.98px){
  .quick-contact-box{
    padding: 22px 16px;
  }

  .quick-contact-item{
    gap: 12px;
  }

  .quick-contact-icon{
    width: 26px;
    height: 26px;
    min-width: 26px;
    font-size: 13px;
  }

  .quick-contact-box h2,
  .contact-form-wrap h2{
    font-size: 20px;
  }

  .contact-submit-btn{
    font-size: 16px;
  }
}

.testimonial-section{
  background: #efefef;
  padding: 40px 0 55px;
}

.testimonial-carousel .item{
  padding: 0 8px;
}

.testimonial-card{
  background: #f6f6f6;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  padding: 18px 18px 24px;
  min-height: 330px;
  height: 100%;
}

.testimonial-top{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.testimonial-user{
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.testimonial-avatar{
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testimonial-meta h3{
  margin: 0 0 2px;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 700;
  color: #1f1f1f;
}

.testimonial-meta span{
  display: block;
  font-size: 16px;
  line-height: 1.4;
  color: #6b6b6b;
}

.testimonial-google img{
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
}

.testimonial-stars{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
}

.testimonial-stars i{
  color: #f28c28;
  font-size: 24px;
  line-height: 1;
}

.testimonial-content p{
  margin: 0;
  color: #222;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
}

/* Owl dots */
.testimonial-carousel .owl-dots{
  margin-top: 26px;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot span{
  width: 12px;
  height: 12px;
  margin: 5px 6px;
  background: #c8c8c8;
  transition: 0.3s ease;
}

.testimonial-carousel .owl-dots .owl-dot.active span{
  background: #156fca;
}
@media (max-width: 1199.98px){
  .testimonial-card{
    min-height: 310px;
  }

  .testimonial-meta h3{
    font-size: 20px;
  }

  .testimonial-content p{
    font-size: 16px;
  }
}

@media (max-width: 991.98px){
  .testimonial-card{
    min-height: 290px;
  }

  .testimonial-meta h3{
    font-size: 18px;
  }

  .testimonial-meta span{
    font-size: 15px;
  }

  .testimonial-stars i{
    font-size: 22px;
  }

  .testimonial-content p{
    font-size: 15px;
    line-height: 1.7;
  }
}

@media (max-width: 767.98px){
  .testimonial-section{
    padding: 35px 0 45px;
  }

  .testimonial-card{
    min-height: auto;
    padding: 16px 16px 20px;
    border-radius: 14px;
  }

  .testimonial-avatar{
    width: 50px;
    height: 50px;
    min-width: 50px;
  }

  .testimonial-meta h3{
    font-size: 17px;
  }

  .testimonial-meta span{
    font-size: 14px;
  }

  .testimonial-google img{
    width: 30px;
    height: 30px;
  }

  .testimonial-stars{
    gap: 6px;
    margin-bottom: 18px;
  }

  .testimonial-stars i{
    font-size: 20px;
  }

  .testimonial-content p{
    font-size: 14px;
  }

  .testimonial-carousel .owl-dots{
    margin-top: 20px;
  }
}

@media (max-width: 575.98px){
  .testimonial-meta h3{
    font-size: 16px;
  }

  .testimonial-content p{
    font-size: 13.5px;
    line-height: 1.75;
  }

  .testimonial-carousel .item{
    padding: 0 4px;
  }
}

.industries-cater-section{
  background: #efefef;
  padding: 55px 0 70px;
}

.industries-heading{
  margin-bottom: 34px;
}

.industries-heading h2{
  margin: 0;
  color: #111;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* font-family: Georgia, "Times New Roman", serif; */
}

.industry-box{
  background: #dfe5ec;
  border-radius: 16px;
  min-height: 248px;
  padding: 34px 20px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.35s ease;
}

.industry-box:hover{
  transform: translateY(-6px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.08);
}

.industry-icon{
  margin-bottom: 26px;
  line-height: 1;
}

.industry-icon img{
  width: 70px;
  height: 70px;
  object-fit: contain;
  display: inline-block;
}

.industry-box h3{
  margin: 0;
  color: #222;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}

/* Scroll reveal */
.reveal-up{
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-up.active{
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1399.98px){
  .industries-heading h2{
    font-size: 46px;
  }

  .industry-box{
    min-height: 228px;
  }

  .industry-box h3{
    font-size: 22px;
  }
}

@media (max-width: 1199.98px){
  .industries-cater-section{
    padding: 50px 0 60px;
  }

  .industries-heading h2{
    font-size: 40px;
  }

  .industry-box{
    min-height: 215px;
    padding: 30px 18px 24px;
  }

  .industry-icon img{
    width: 62px;
    height: 62px;
  }

  .industry-box h3{
    font-size: 20px;
  }
}

@media (max-width: 991.98px){
  .industries-heading{
    margin-bottom: 28px;
  }

  .industries-heading h2{
    font-size: 34px;
  }

  .industry-box{
    min-height: 200px;
  }

  .industry-icon{
    margin-bottom: 20px;
  }

  .industry-box h3{
    font-size: 18px;
  }
}

@media (max-width: 767.98px){
  .industries-cater-section{
    padding: 40px 0 50px;
  }

  .industries-heading h2{
    font-size: 28px;
    line-height: 1.3;
  }

  .industry-box{
    min-height: 185px;
    border-radius: 14px;
    padding: 24px 16px 20px;
  }

  .industry-icon img{
    width: 56px;
    height: 56px;
  }

  .industry-box h3{
    font-size: 17px;
    line-height: 1.4;
  }
}

@media (max-width: 575.98px){
  .industries-heading h2{
    font-size: 24px;
  }

  .industry-box{
    min-height: 170px;
  }

  .industry-icon img{
    width: 50px;
    height: 50px;
  }

  .industry-box h3{
    font-size: 16px;
  }
}
.plant-section {
      padding: 40px 0;
    }

    .plant-tabs-wrap {
      background: #d8d8d8;
      padding: 21px 17px 20px;
      border-radius: 4px 4px 0 0;
    }

    .plant-tabs {
      gap: 10px;
      border-bottom: none;
    }

    .plant-tabs .nav-link {
      border: 1px solid #b9b9b9;
      color: #0645ad;
      font-weight: 700;
      font-size: 14px;
      padding: 10px 18px;
      border-radius: 7px;
      background: #fff;
      line-height: 1;
    }

    .plant-tabs .nav-link.active {
      background: #fff;
      color: #0645ad;
      border: 2px solid #777;
    }

    .plant-content-box {
      background: #ffffff;
      padding: 22px 26px;
    }

    .plant-title {
      font-size: 28px;
      font-weight: 500;
      color: #111;
      margin-bottom: 6px;
    }

    .plant-desc {
      font-size: 14px;
      color: #111;
      line-height: 1.6;
      max-width: 880px;
      margin-bottom: 18px;
    }

    .snapshot-title {
      font-size: 15px;
      font-weight: 700;
      margin-bottom: 8px;
      color: #111;
    }

    .plant-table {
      width: 100%;
      border-collapse: collapse;
      background: #fff;
      font-size: 13px;
    }

    .plant-table th,
    .plant-table td {
      border: 1px solid #999;
      padding: 7px 9px;
      vertical-align: top;
      color: #111;
    }

    .plant-table th {
      font-weight: 700;
      background: #f8f8f8;
    }

    .plant-image-box {
      width: 100%;
      height: 100%;
      min-height: 390px;
      /* border: 2px solid #ff1d1d; */
      border-radius: 10px;
      background: #f7f7f7;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    .plant-image-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .image-placeholder {
      color: #ff1d1d;
      font-size: 14px;
      font-weight: 700;
      text-transform: lowercase;
    }

    @media (max-width: 991px) {
      .plant-title {
        font-size: 24px;
      }

      .plant-image-box {
        min-height: 280px;
        margin-top: 20px;
      }

      .plant-tabs {
        gap: 8px;
      }

      .plant-tabs .nav-link {
        font-size: 13px;
        padding: 9px 13px;
      }
    }

    @media (max-width: 575px) {
      .plant-content-box {
        padding: 18px 14px;
      }

      .plant-tabs-wrap {
        overflow-x: auto;
        white-space: nowrap;
      }

      .plant-tabs {
        flex-wrap: nowrap;
      }

      .plant-tabs .nav-link {
        font-size: 12px;
      }

      .plant-table {
        font-size: 12px;
      }
    }