body {
  font-family: 'Josefin Sans', sans-serif
}

/* Top Bar */
.top-bar {
  background: #0f172a;
  /* Dark Slate Blue */
  color: #fff;
  padding: 8px 30px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  position: absolute;
  z-index: 99999;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  /* Subtle separation */
}


.top-bar p {

  margin-bottom: 0px;
}

/* Top bar */
/* .top-bar {
    background: #32556e;
    color: #fff;
    padding: 8px 30px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
} */

/* Navbar */
.custom-navbar {
  background: transparent;
  transition: all 0.4s ease;
  padding: 0;
  /* top: 40px; top-bar height */
  margin-top: 40px;
}

.custom-navbar.scrolled {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  /* color: #00134c; */
  margin-top: 0%;

}

/* .custom-navbar.scrolled .nav-item_pro {
  padding: 5% 0% 0% 0%;
} */

.custom-navbar.scrolled .nav-link {
  color: #32556e;
}

/* Navbar
.custom-navbar {
    background: transparent;
    transition: all 0.4s ease;
    padding: 0% 0;
    backdrop-filter: blur(12px); 
    margin-top: 28px;
    overflow: hidden;
}

.custom-navbar .nav-link {
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
}
.custom-navbar .nav-link:hover {
    text-decoration: underline 3px #ffffff;
}


After scroll 
.custom-navbar.scrolled {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    color: #32556e;
    margin-top: 0px;
    overflow: hidden;
}

.custom-navbar.scrolled .nav-link {
    color: #32556e;
}
*/
/* Hero */
.hero-carousel .carousel-item {
  height: 520px;
  background-size: cover;
  background-position: center;
  position: relative
}

.hero-carousel .carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45)
}

.hero-text {
  /* position:absolute;top:50%;left:50%; */
  /* transform:translate(-50%,-50%); */
  color: #fff;
  text-align: center
}

.hero-text h1 {
  font-size: 60px;
  font-weight: 700
}

/* About */
.aabout-section {
  background: url('../img/logo_bg.png') center/contain no-repeat
}

.about-box {
  position: relative;
  background: #217c04;
  color: #fff;
}

.parallax-bg {
  background: url('../img/about-bg.jpg') center / cover fixed;
  height: 352px;
  text-align: justify;
  margin-top: 14%;
}

.parallax-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .5)
}

.about-content {
  position: relative;
  z-index: 2;
  padding: 50px
}

/* Products */
.product-grid img {
  width: 100%;
  height: 200px;
  object-fit: cover
}

.prod {
  position: relative;
  overflow: hidden
}

.product_hov {
  position: absolute;
  inset: 0;
  background: rgba(20, 80, 8, .6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: .3s
}

.prod:hover .product_hov {
  opacity: 1
}

/* Certifications */
.strength-section {
  padding: 80px 0;
  background: #f9fafc;
}

.strength-box {
  background: #fff;
  padding: 35px 25px;
  border-radius: 15px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.strength-box h5 {
  font-weight: 700;
  color: #32556e;
  margin-bottom: 12px;
}

.strength-box p {
  font-size: 15px;
  color: #555;
}

.strength-box:hover {
  transform: translateY(-8px);
  background: #32556e;
}

/* .strength-box:hover h5,
.strength-box:hover p {
  color: #fff;
} */


/* CTA */
.products_bnr {
  background: url('../img/18.png');
  padding: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 850px;


}

/* .products_bnr{
  position: relative;
  background: url('../img/18.png') center/cover no-repeat;
  width: 100%;
  height: 850px;
  overflow: hidden;
} */

/* RIGHT GLASS BUTTON AREA */
.bnr-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* VERTICAL TEXT */
.bnr-btn span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 28px;
  letter-spacing: 6px;
  font-weight: 700;
  color: #2c3e9f;
  position: relative;
  z-index: 2;
}

/* HOVER LAYER */
.bnr-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  /* 80% transparent */
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* ON HOVER */
.bnr-btn:hover::after {
  opacity: 1;
}

.products {
  padding: 40px 0;
  /* background: url('../'./img/18.png');
  padding: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
   */
  /* font-family: "Georgia", serif; */
}

.container {
  width: 90%;
  max-width: 1300px;
  margin: auto;
}

.products h2 {
  font-size: 42px;
  margin-bottom: 10px;
  color: #32556e;
}


.products .intro {
  max-width: 700px;
  color: #32556e;
  margin-bottom: 40px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;

}

li.nav-item {
  margin: -35px 0px 0px 80px !important;
}

.product-card {
  position: relative;
  height: 260px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  cursor: pointer;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  transition: 0.4s;
}

.product-card:hover::before {
  background: rgba(0, 0, 0, 0.5);
}

.overlay {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #fff;
  z-index: 2;
  transition: 0.4s;
}

.overlay h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.overlay span {
  font-size: 14px;
  opacity: 0;
  transform: translateY(10px);
  display: inline-block;
  transition: 0.4s;
}

.product-card:hover .overlay span {
  opacity: 1;
  transform: translateY(0);
}

/* View All Card */
.view-all {
  background: #32556e;
  text-decoration: none;
}

.view-all::before {
  background: rgba(0, 0, 0, 0);
}

.view-all:hover::before {
  background: rgba(0, 0, 0, 0.15);
}

.view-all h3 {
  font-size: 26px;
}

.view-all span {
  font-size: 30px;
  opacity: 1;
  transform: none;
}

.strength-section {
  padding: 41px 0;
  background: transparent;
  color: #ffffff;
}

.strength-box {
  background: #ffffff;
  padding: 35px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
  font-weight: 600;
  transition: .3s;
  color: #05220f;
}

.strength-box:hover {
  background: #32556e;
  color: #fff;
  transform: translateY(-6px);
}

/* Why Us */
.why-us {
  background: #0f172a;
  /* Dark Slate Blue to match footer/theme */
  color: #fff;
  padding: 80px 0;
  position: relative;
}

.why-us h2 {
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

.why-us h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #4ade80;
  /* Brand Accent */
  margin: 10px auto 0;
  border-radius: 2px;
}

.why-box {
  background: rgba(255, 255, 255, 0.05);
  /* subtle glass effect */
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px;
  text-align: left;
  /* Better readability */
  border-radius: 16px;
  transition: transform 0.3s ease, background 0.3s ease;
  height: 100%;
}

.why-box h5 {
  color: #4ade80;
  /* Bright Green Accent */
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.why-box p {
  font-size: 16px;
  margin-top: 15px;
  font-weight: 400;
  color: #cbd5e1;
  /* Light Slate text */
  line-height: 1.7;
}

.why-box:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-5px);
  border-color: rgba(74, 222, 128, 0.3);
}

/* .copyright{
  background-color: #217c04;
} */
.hero-text h1 {
  font-size: 60px;
  font-weight: 700;
  z-index: 999999;
  position: relative;
  color: #fff;
  text-align: center;
  margin-top: 17%;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 0px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.6;
}

.carousel-indicators .active {
  opacity: 1;
  background: #217c04;
}


/* video full background */

/* content above video */
.strength-section {
  position: relative;
  z-index: 3;
  /* padding: 80px 0; */
}

.title {
  color: #fff;
  font-weight: 800;
}

.strength-box {
  background: rgba(255, 255, 255, 0.92);
  padding: 20px;
  border-radius: 10px;
  font-weight: 600;
  transition: transform .3s ease;
}

.strength-box:hover {
  transform: translateY(-6px);
}

/* mobile */
/* @media(max-width:768px){
    .stre-capb{
        min-height: 420px;
    } */
/* } */

.products_bnr {
  position: relative;
  background: url('../img/18.png') center/cover no-repeat;
  width: 100%;
  height: 850px;
  overflow: hidden;
}

/* TEXT OVER PHOTO */
.bnr-overlay {
  position: absolute;
  bottom: -880px;
  left: 0;
  width: 100%;
  padding: 30px 50px;
  background: rgba(0, 0, 0, 0.45);
  transition: bottom 0.8s ease;
  color: #fff;
  /* height: 100%; */
  font-size: 46px;
}

/* TEXT STYLE */
.bnr-overlay p {
  color: #fff;
  font-size: 22px;
  letter-spacing: 2px;
}

/* HOVER ON BANNER */
.products_bnr:hover .bnr-overlay {
  bottom: 0;
}

/* RIGHT HAZY PANEL */
.bnr-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.bnr-btn span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 26px;
  letter-spacing: 6px;
  font-weight: bold;
  color: #2c3e9f;
}

/* section */
/* Hero/Banner */
.hero-gallery {
  display: flex;
  /* height: 80vh; */
  width: 100%;
  overflow: hidden;
}

.gallery-item h2 {
  color: #ffffff;
  /* font-size: 94px; */
  margin-bottom: 0px;
  /* margin-top: -15%; */
  text-transform: uppercase;
  text-shadow: 5px 2px 5px #000e23c8;
  font-weight: 900;
}

.gallery-item p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  text-shadow: 2px 3px 2px rgb(0 0 0);
}

.gallery-item {
  flex: 1;
  background-size: cover;
  /* background-position: center; */
  /* transition: all 0.6s ease; */
  /* filter: blur(3px); */
  cursor: pointer;
  color: #fff;
  padding: 35% 0px 0px 3%;
}

/* Active (clicked) image */
.gallery-item.active {
  flex: 3;
  filter: blur(0);
}

/* Small images */
/* .gallery-item:not(.active) {
  opacity: 0.7;
} */

.hero_bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* banner  */


/* MAIN BANNER */
.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('../img/16.png') center/cover no-repeat;
  display: flex;
  justify-content: flex-start;
  background-size: 100% 100%;
  align-items: flex-end;
  padding: 60px;
  overflow: hidden;
}

.navbar-brand-img img {
  width: 36%;
  height: 0%;
  /* padding: 0% 1px; */
}

/* DARK OVERLAY FOR TEXT READABILITY */
.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background:rgba(0,0,0,0.38) */
}

/* TEXT CONTENT */
.banner-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 700px;
}

.banner-content h1 {
  font-size: 64px;
  margin-bottom: 20px;
}

.banner-content p {
  font-size: 21px;
  line-height: 1.8;
}

/* RIGHT GLASS BUTTON AREA */
.bn_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 14%;
  height: 100%;

  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  display: flex;
  justify-content: center;
  align-items: center;

  z-index: 3;
}

/* VERTICAL TEXT */
.banner-button {
  /* writing-mode: vertical-rl; */
  /* transform: rotate(180deg); */
  font-size: 28px;
  letter-spacing: 6px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 75%;
  text-decoration: none;
  /* width: 100%; */
}


.gallery-item {
  background-image: url('../img/17.png');
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  padding: 20px;
  cursor: pointer;

}



/* Footer */
.footer {
  background: #f5f7fb;
  padding: 50px 0
}

.footer a {
  display: block;
  color: #1f3c88;
  text-decoration: none
}

.copyright {
  background: #32556e;
  text-align: center;
  color: #fff;
  padding: 12px
}




/* products */
.nav-item_pro .nav-link {
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
}

li.nav-item_pro {
  margin-left: 30px;
  display: flex;
  align-items: center;
}


.bg-over {
  position: absolute;
  inset: 0;
  /* background:rgba(0,0,0,0.45); */
  z-index: 1;
}

.procon:hover {
  color: #0d6efd;
  background: #ffffff;
}

.pro1con:hover {
  color: #0d6efd;
  background: #ffffff;
}

.procon {
  color: #fff;
  padding: 2% 6%;
  background: #0d6efd;
  position: absolute;
  top: 72%;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 8px;
}

.pro1con {

  color: #fff;
  padding: 1% 2%;
  background: #0d6efd;
  position: absolute;
  top: 78%;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 8px;
}

.stre-capb {
  background: #0f172a;
  /* Dark Slate Blue to match theme */
  /* Remove old background image or blend it */
  position: relative;
  width: 100%;
  min-height: auto;
  /* min-height: 900px; REMOVED as per new card design */
  overflow: hidden;
  margin-top: 5%;
  padding-bottom: 50px;
  /* Ensure spacing */
}

.product-banner {
  position: relative;
  width: 100%;
  height: 700px;
  background: url('../img/41.jpg') center/cover no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 3%;
}

.about-banner {
  position: relative;
  width: 100%;
  height: 700px;
  background: url('../img/about-Us_Banner.png');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.about-banner .banner-overlay {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.contact-banner {
  position: relative;
  width: 100%;
  height: 700px;
  background: url('../img/42.jpg');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* margin-top: -11%; */
}

/* .contact-banner .banner-overlay{
  position:relative;
  z-index:2;
  color:#fff;
  text-align:center;
} */
/* .product-banner .banner-overlay{
  position:relative;
  z-index:2;
  color:#fff;
  text-align:center;
} */
.products h2 {
  font-size: 52px;
  margin-bottom: 10px;
  color: #32556e;
  margin: 3% 0%;
  font-weight: 700;
}

/* ===== PRODUCT GRID ===== */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
}

/* ===== PRODUCT BOX (OUTER FRAME) ===== */


/* ===== UNIQUE PRODUCT COLOR THEMES ===== */
/* Minerals */


/* contact page  */




/*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:"Segoe UI", sans-serif;
}

body{
  background:linear-gradient(120deg,#f1f5f9,#e2e8f0);
  min-height:100vh;
}

/* ===== PAGE LAYOUT ===== */
.contact-page {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: stretch;
}

/* ===== LEFT INFO CARD ===== */
.contact-info-card {
  background: linear-gradient(180deg, #1e293b, #0f172a);
  color: #fff;
  border-radius: 24px;
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
  transition: 0.4s ease;
  width: 109% !important;
}

.contact-info-card::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.25), transparent 60%);
}

.contact-info-card:hover {
  transform: translateY(-10px);
}

/* Text */
.contact-info-card h1 {
  font-size: 42px;
  margin-bottom: 8px;
}

.subtitle {
  opacity: 0.85;
  margin-bottom: 30px;
}

/* Info blocks */
.info-block h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.info-block p {
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 30px;
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.info-item span {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.7;
}

.info-item p {
  font-size: 16px;
  margin-top: 4px;
}

/* Footer note */
.footer-note {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 14px;
  opacity: 0.85;
}

/* ===== RIGHT FORM CARD ===== */
/* .contact-form-card{
  background:#fff;
  border-radius:26px;
  padding:50px;
  box-shadow:0 30px 70px rgba(0,0,0,0.15);
  transition:0.4s ease;
  height: auto !important;
  width: 40% !important;
} */
.contact-form-card {
  background: #fff;
  border-radius: 26px;
  padding: 50px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
  transition: 0.4s ease;
  height: 600px !important;
  width: 100% !important;
}

.contact-form-card:hover {
  transform: translateY(-10px);
}

.contact-form-card h2 {
  font-size: 26px;
  margin-bottom: 30px;
}

/* Form */
.contact-form-card form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 15px;
}

.contact-form-card input,
.contact-form-card textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid #c7d2fe;
  font-size: 15px;
  outline: none;
  transition: 0.3s ease;
}

.contact-form-card input:focus,
.contact-form-card textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

/* Button */
.contact-form-card button {
  margin-top: 10px;
  padding: 15px;
  border: none;
  border-radius: 16px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-form-card button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.4);
}

/* ===== RESPONSIVE ===== */
@media(max-width:900px) {
  .contact-page {
    grid-template-columns: 1fr;
    margin: 40px auto;
  }

  .contact-info-card h1 {
    font-size: 34px;
  }
}

/* about page  */

.media-box {
  width: 100%;
  height: 320px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  transition: 0.5s ease;
}

/* COLOR VARIANTS */
.bg-blue {
  background: linear-gradient(135deg, #2563eb, #1e40af);
}

.bg-orange {
  background: linear-gradient(135deg, #f97316, #ea580c);
}

.bg-green {
  background: linear-gradient(135deg, #16a34a, #065f46);
}

/* HOVER EFFECT */
.media-box:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.25);
}

/* GLOW */
.media-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.35), transparent 60%);
  opacity: 0;
  transition: 0.5s ease;
}

.media-box:hover::after {
  opacity: 1;
}




.slide-left {
  animation: slideLeft 1s ease forwards;
}

.slide-right {
  animation: slideRight 1s ease forwards;
}

.fade-up {
  animation: fadeUp 1s ease forwards;
}

@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(80px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.about-text {
  background: #ffffff;
  padding: 45px;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transition: 0.45s ease;
}

.about-text:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
}

.about-text h2 {
  font-size: 28px;
  color: #0f172a;
  margin-bottom: 15px;
}

.about-text p,
.about-text li {
  font-size: 16px;
  line-height: 1.8;
  color: #475569;
}



.about-intro {
  padding: 90px 0;
  position: relative;
}

.about-intro:nth-child(even) {
  background: #f8fafc;
}



.about-text li {
  list-style: none;
  padding-left: 22px;
  position: relative;
  margin-bottom: 10px;
}

.about-text li::before {
  content: "➜";
  position: absolute;
  left: 0;
  color: #2563eb;
  transition: 0.3s;
}

.about-text li:hover::before {
  transform: translateX(6px);
}




@media(max-width:768px) {
  .media-box {
    height: 220px;
    margin-bottom: 30px;
  }

  .about-text {
    padding: 30px;
  }

  .about-banner {
    height: 350px;
  }
}

/* ================= ABOUT SECTION PROFESSIONAL UPGRADE ================= */

.about-section {
  padding: 50px 0;
  background: #fff;
  /* Clean white background */
  font-family: 'Inter', sans-serif;
  position: relative;
  overflow: hidden;
}

/* Subtle Geometric Background Pattern */
.about-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(33, 124, 4, 0.03) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 0;
}

.about-container {
  max-width: 1280px;
  margin: auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.about-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  /* Reduced breathing room */
}

.about-block.reverse {
  direction: rtl;
  /* Switch columns visually */
}

.about-block.reverse .about-content {
  direction: ltr;
  /* Reset text direction */
}

/* Image Wrapper with decorative elements */
.about-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.about-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.about-image:hover img {
  transform: scale(1.03);
}

/* Typography & Content */
.about-content h2 {
  font-size: 38px;
  font-weight: 800;
  /* Bolder for impact */
  margin-bottom: 25px;
  color: #0f172a;
  line-height: 1.2;
  position: relative;
}

/* Green underline accent */
.about-content h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #217c04;
  margin-top: 15px;
  border-radius: 2px;
}

.about-content p {
  font-size: 17px;
  /* Slightly larger for readability */
  line-height: 1.8;
  color: #475569;
  margin-bottom: 20px;
}

.about-content ul {
  padding-left: 0;
  list-style: none;
  margin-top: 25px;
}

.about-content ul li {
  font-size: 16px;
  line-height: 1.6;
  color: #334155;
  margin-bottom: 18px;
  padding-left: 30px;
  position: relative;
}

/* Custom Checkmark Bullets */
.about-content ul li::before {
  content: '\f00c';
  /* FontAwesome Check */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #217c04;
  /* Brand Green */
  font-size: 14px;
  background: rgba(33, 124, 4, 0.1);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Responsive */
@media (max-width: 991px) {
  .about-block {
    grid-template-columns: 1fr;
    gap: 30px;
    /* Restore gap for separation */
    margin-bottom: 60px;
  }

  .about-block.reverse {
    direction: ltr;
    /* Reset to normal flow */
  }

  .about-content h2 {
    font-size: 28px;
  }
}

/* Professional Vision & Mission (Split Layout) */
.vision-mission {
  padding: 100px 0;
  background: #0f172a;
  /* Dark background for contrast */
  color: #fff;
  position: relative;
}

.vision-mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.vm-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 50px;
  border-radius: 24px;
  transition: transform 0.3s ease;
  height: 100%;
  /* Equal height cards */
}

.vm-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.08);
}

.vm-icon {
  font-size: 40px;
  color: #4ade80;
  /* Bright Green */
  margin-bottom: 25px;
}

.vm-card h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.vm-card p {
  font-size: 17px;
  line-height: 1.8;
  color: #cbd5e1;
  font-style: italic;
}

@media (max-width: 991px) {
  .vision-mission {
    padding: 60px 0;
  }

  .vision-mission-grid {
    grid-template-columns: 1fr;
    /* Stack on tablet/mobile */
    gap: 30px;
  }

  .vm-card {
    padding: 30px;
    /* Compact padding */
  }
}


.core-values {
  padding: 80px 20px;
  background: #f8fafc;
  overflow: hidden;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.section-title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  color: #0f172a;
}

/* Grid layout */
.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Card */
.value-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #2563eb;
  /* brand accent */
  border-radius: 16px 0 0 16px;
}

.value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.15);
}

.value-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #0f172a;
}

.value-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
}

/* Responsive */
@media(max-width:768px) {
  .values-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 28px;
  }
}


/* product new page  */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background: #f4f6f8;
}

/* Product Banner */
/* .product-banner{
  width:100%;
  /* height:600px;
  background:linear-gradient(135deg,#0f172a,#1e293b); */
/* display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
/* } */

.product-banner-title {
  color: #fff;
  font-size: 48px;
  letter-spacing: 1px;
}

/* Product Section */
.product-section {
  width: 100%;
  /* height:700px; */
  background: #ffffff;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-title {
  font-size: 36px;
  color: #111;
  z-index: 1;
}

/* Hover Overlay */
/* .product-section{
  width:100%;
  /* height:600px;
  position:relative;
  overflow:hidden;
} */

/* Image holder */
/* .product-title{
  width:100%;
  height:100%;
  background-image:url('../img/1.png');
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
} */

/* Hover Overlay */
.product-hover-overlay {
  position: absolute;
  inset: 0;
  background: #0f172aa8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
  padding: 40px;
  opacity: 0;
  transition: 0.4s ease;
  z-index: 2;
}

/* .product1-hover-overlay {
    position: absolute;
    inset: 0;
    background: #0f172aa8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    padding: 40px;
    opacity: 0;
    transition: 0.4s ease;
    z-index: 2;
} */

.product-section:hover .product-hover-overlay {
  opacity: 0.95;
}

.product-hover-text {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.6;
  max-width: 900px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lisec {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
}

.produc_pera {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
}






















/* .about-intro{
  padding:90px 0;
  position:relative;
}

.about-intro:nth-child(even){
  background:#f8fafc;
} 
   MEDIA BOX (image wrapper) 
 .media-box{
  width:100%;
  height:320px;
  border-radius:22px;
  overflow:hidden;
  position:relative;
  box-shadow:0 25px 60px rgba(0,0,0,0.15);
  transition:0.6s ease;
}

.media-box img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:0.6s ease;
}

 Gradient overlay 
 .media-box::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    to top,
    rgba(15,23,42,0.55),
    rgba(15,23,42,0.1)
  );
  opacity:0;
  transition:0.6s ease;
}

 Hover effect
.media-box:hover{
  transform:translateY(-14px) scale(1.03);
  box-shadow:0 40px 90px rgba(0,0,0,0.3);
}

.media-box:hover img{
  transform:scale(1.12);
}

.media-box:hover::after{
  opacity:1;
} */

/* Color fallback (future use) */
/* .bg-blue{background:linear-gradient(135deg,#2563eb,#1e3a8a);}
.bg-orange{background:linear-gradient(135deg,#f97316,#c2410c);}
.bg-green{background:linear-gradient(135deg,#16a34a,#065f46);}

/* ---------- SLIDE ANIMATION ---------- 
.slide-left{animation:slideLeft 1.1s ease both;}
.slide-right{animation:slideRight 1.1s ease both;}

@keyframes slideLeft{
  from{opacity:0;transform:translateX(-90px);}
  to{opacity:1;transform:translateX(0);}
}
@keyframes slideRight{
  from{opacity:0;transform:translateX(90px);}
  to{opacity:1;transform:translateX(0);}
} */

/* ---------- TEXT CARD ---------- */
/* .about-text{
  background:#ffffff;
  padding:45px 50px;
  border-radius:26px;
  box-shadow:0 25px 70px rgba(0,0,0,0.08);
  transition:0.5s ease;
}

.about-text:hover{
  transform:translateY(-10px);
  box-shadow:0 35px 90px rgba(0,0,0,0.18);
} */

/* Heading */
/* .about-text h2{
  font-size:30px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:18px;
  position:relative;
} */

/* Accent line 
.about-text h2::after{
  content:"";
  width:60px;
  height:4px;
  background:#2563eb;
  display:block;
  margin-top:10px;
  border-radius:10px;
}

/* Paragraph & list */


/* Arrow icon */
/* .about-text li::before{
  content:"➤";
  position:absolute;
  left:0;
  color:#2563eb;
  transition:0.3s ease;
}

.about-text li:hover::before{
  transform:translateX(6px);
} */

/* ---------- RESPONSIVE ---------- */
/* @media(max-width:992px){
  .media-box{
    height:260px;
    margin-bottom:35px;
  }
  .about-text{
    padding:35px;
  }
}

@media(max-width:576px){
  .about-text h2{
    font-size:26px;
  }
}
 */





/* .produc_pera */



.main-head {
  position: relative;
  overflow: hidden;
}

.devider {
  width: 11px;
  height: 294px;
  background-color: #8d8989;
  border-radius: 7px;
  margin: 6px 93px;
}

/* PARENT */
.product-box {
  position: relative;
  /* MUST */
  overflow: hidden;
  border-radius: 20px;
}

/* IMAGE */
.product-box img {
  width: 100%;
  display: block;
}

/* OVERLAY */
.product1-hover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
  z-index: 5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
  padding: 40px;
  text-transform: uppercase;
}

/* HOVER TRIGGER */
/* HOVER TRIGGER */
.product-box:hover .product1-hover-overlay {
  opacity: 1;
  visibility: visible;
}

.product1-hover-overlay .procon {
  position: static;
  display: inline-block;
  margin-top: 10px;
}

/* GRID */
.overlay-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  height: 100%;
}

/* BUTTON */
/* .pro1con{
  display:inline-block;
  padding:12px 28px;
  background:#3e49ab;
  color:#ffffff;
  font-weight:700;
  border-radius:30px;
  text-decoration:none;
}
 */
@media(max-width:768px) {
  li.nav-item_pro {
    padding: 8% 0% 0% 0%;
  }
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  filter: invert(1);
  /* dark navbar হলে */
}


.pop-up {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #002781a4;
  z-index: 99999999;
  border-radius: 10px;
  left: 50%;
  /* transform: translate(-50% , -0% ); */
}

/* Global Styles */
body {
  font-family: 'Josefin Sans', sans-serif;
  background-color: #f8f9fa;
  color: #333;
}

/* Navbar Scrolled Effect */
/* .custom-navbar {
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
} */

/* .top-bar {
    background: #1a1a1a;
    color: #fff;
    /* padding: 8px 0;
    font-size: 13px;
    overflow: hidden;
} */
/* Banner 
.contact-banner {
    background:  url('../img/42.jpg');
    background-size: cover;
    background-position: center;
    height: 350px;
 } */

/* Contact Card Wrapper */
.contact-wrapper {
  border-radius: 15px;
  overflow: hidden;
  margin-top: -100px;
  /* Overlap effect */
  background: #fff;
}

.contact-info-panel {
  /* background: #222; */
  color: #fff;
}

.contact-section {
  margin: 10% 0%;
}

.info-item label {
  color: #ffc107;
  /* Accent color */
  letter-spacing: 1px;
}

/* Forms */
.form-control {
  border-radius: 0;
  padding: 12px;
  border: 1px solid #ddd;
}

.form-control:focus {
  box-shadow: none;
  border-color: #000;
}

.custom_row {
  display: flex;
}

.custom_image {
  width: 48%;
}

.custom_devider {

  width: 4%;

}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .contact-wrapper {
    margin-top: 20px;
  }

  .contact-banner {
    height: 250px;
  }
}

@media (max-width:768px) {
  .navbar-collapse ul {
    background-color: #fff;
    /* color: #0d6efd; */
  }

  .navbar-collapse ul li a {
    color: #0d6efd;


  }
}

@media (max-width: 576px) {
  .display-4 {
    font-size: 2rem;
  }

  .custom_image {
    width: 100% !important;
  }

  .custom_devider {
    display: none;
  }

  .custom_row {
    display: block;
  }
}

.g-recaptcha {
  margin-top: 15px;
}










/* ==============================
   WHY CHOOSE US - PREMIUM STYLE
================================= */

.why-us {
  padding: 80px 0;
  background: linear-gradient(135deg, #04152d, #000814);
  position: relative;
  overflow: hidden;
}

.why-us::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  background: rgba(0, 140, 255, 0.25);
  filter: blur(120px);
  border-radius: 50%;
}

.why-us::after {
  content: "";
  position: absolute;
  bottom: -150px;
  right: -150px;
  width: 400px;
  height: 400px;
  background: rgba(0, 255, 200, 0.18);
  filter: blur(120px);
  border-radius: 50%;
}

.why-us h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}

.why-box {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  padding: 30px 28px;
  color: #fff;
  text-align: left;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: 0.4s ease;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 2;
  min-height: 240px;
}

.why-box h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #00d4ff;
}

.why-box p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
}

/* Hover Effect */
.why-box:hover {
  transform: translateY(-12px);
  border-color: rgba(0, 212, 255, 0.7);
  box-shadow: 0px 15px 40px rgba(0, 212, 255, 0.25);
}

/* Premium Glow Border Animation */
.why-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 2px;
  /* background: linear-gradient(90deg, rgba(0, 212, 255, 0.6), rgba(0, 255, 180, 0.6)); */
  /* -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); */
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: 0.4s ease;
}

.why-box:hover::before {
  opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .why-us h2 {
    font-size: 30px;
  }

  .why-box {
    padding: 22px 20px;
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .why-us {
    padding: 60px 0;
  }

  .why-us h2 {
    font-size: 32px;
  }

  .why-box h5 {
    font-size: 18px;
  }

  .why-box p {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .why-us {
    padding: 45px 0;
  }

  .why-us h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .why-box {
    padding: 20px 18px;
    border-radius: 14px;
  }

  .why-box h5 {
    font-size: 16px;
  }

  .why-box p {
    font-size: 13.5px;
    line-height: 1.7;
  }

  .why-box:hover {
    transform: translateY(-6px);
  }
}

/* =========================================
   ADDITIONAL RESPONSIVE FIXES
   ========================================= */

@media (max-width: 991px) {

  /* Navbar adjustments - Force specificity over .scrolled */
  .custom-navbar,
  .custom-navbar.scrolled {
    margin-top: 0 !important;
    background: #fff !important;
    padding: 10px 0 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  /* Force Horizontal Layout for Logo and Toggler */
  /* Force Layout for Mobile Navbar */
  .custom-navbar .container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    /* Allow menu to drop to next line */
    justify-content: space-between !important;
    align-items: center !important;
  }

  .navbar-brand-img {
    max-width: 80%;
  }

  .navbar-brand-img img {
    width: auto !important;
    max-height: 66px;
    object-fit: contain;
  }


  .custom-navbar .nav-link,
  .custom-navbar.scrolled .nav-link {
    color: #32556e !important;
  }

  .custom-navbar .navbar-toggler {
    color: #32556e;
    border-color: #32556e;
  }

  .custom-navbar .navbar-toggler-icon,
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(50, 85, 110, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    filter: none !important;
  }

  /* Reset nav item spacing override */
  li.nav-item_pro,
  .custom-navbar.scrolled .nav-item_pro {
    margin: 10px 0 !important;
    padding: 0 !important;
    text-align: center;
    display: block;
    width: 100%;
  }

  /* Top Bar - Hide on smaller screens or adjust */
  .top-bar {
    position: relative;
    font-size: 12px;
    padding: 5px 15px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
  }

  /* Banner */
  .banner {
    height: auto;
    min-height: 100vh;
    padding: 120px 20px 60px;
    /* Top padding for fixed navbar */
    align-items: flex-end;
    /* Keep alignment but ensure space */
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .banner-content {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .banner-content h1 {
    font-size: 48px;
  }

  /* Right side buttons/glass effect in banner - readjust */
  .bn_btn {
    position: relative;
    width: 100%;
    height: 100px;
    background: rgba(255, 255, 255, 0.15);
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner-button {
    margin-top: 0;
    writing-mode: horizontal-tb;
    /* Reset from vertical if it was */
    transform: none;
    font-size: 20px;
    letter-spacing: 2px;
  }

  /* Products Grid */
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card {
    height: 220px;
  }

  /* Sections Padding */
  .strength-section,
  .products,
  .why-us {
    padding: 50px 0;
  }

  /* Strength/Capb */
  .stre-capb {
    min-height: auto;
    padding-bottom: 50px;
    background-attachment: scroll;
    /* Better for mobile performance */
    margin-top: 0;
  }

  /* Product Promo Banner */
  .products_bnr {
    height: 400px;
  }

  .bnr-overlay {
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
  }

  .bnr-btn {
    display: none;
    /* Hide side button on tablet/mobile */
  }
}

@media (max-width: 768px) {

  /* Hide top bar to save space */
  .top-bar {
    display: none;
  }

  .custom-navbar {
    margin-top: 0;
  }

  .banner-content h1 {
    font-size: 36px;
  }

  .banner-content p {
    font-size: 16px;
    line-height: 1.5;
    color: #1c659b;
  }

  /* Stack Products Grid */
  .products-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    height: 200px;
  }

  /* Footer */
  .footer .row>div {
    text-align: center;
    margin-bottom: 30px;
  }

  .footer img {
    margin: 0 auto;
    display: block;
  }

  .products h2 {
    font-size: 32px;
  }

  .products .intro {
    font-size: 14px;
  }

  .products_bnr {
    height: 300px;
  }

  .bnr-overlay {
    font-size: 28px;
  }

  .bnr-overlay p {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .banner {
    background-position: 70% center;
    /* Adjust if image is cut off */
  }

  .banner-content h1 {
    font-size: 32px;
  }

  .why-us h2 {
    font-size: 28px;
  }

  .strength-box {
    margin-bottom: 15px;
  }
}

/* =========================================
   STRATEGIC HUBS SECTION (New Professional Design)
   ========================================= */
.strategic-section {
  padding: 100px 0;
  background: #fff;
  overflow: hidden;
}

.strategic-content {
  padding-right: 40px;
}

.strategic-label {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #217c04;
  /* Brand Green */
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}

.strategic-title {
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  /* Dark Slate */
  line-height: 1.2;
  margin-bottom: 25px;
}

.strategic-text {
  font-size: 17px;
  line-height: 1.8;
  color: #475569;
  /* Slate Gray */
  margin-bottom: 35px;
}

/* Key Features List */
.strategic-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.feature-icon {
  width: 40px;
  height: 40px;
  background: rgba(33, 124, 4, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #217c04;
  font-size: 16px;
}

.feature-text {
  font-weight: 600;
  color: #1e293b;
  font-size: 15px;
}

/* Modern CTA Button */
.btn-strategic {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: #32556e;
  /* Brand Blue */
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(50, 85, 110, 0.2);
}

.btn-strategic:hover {
  background: #274256;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(50, 85, 110, 0.3);
  color: #fff;
}

/* Right Side Visual */
.strategic-visual {
  position: relative;
  height: 100%;
  min-height: 500px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.strategic-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.strategic-visual:hover .strategic-img {
  transform: scale(1.05);
}

.visual-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
}

.stat-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 12px 24px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 991px) {
  .strategic-section {
    padding: 60px 0;
  }

  .strategic-content {
    padding-right: 0;
    margin-bottom: 50px;
  }

  .strategic-visual {
    min-height: 300px;
  }
}

/* =========================================
   PROFESSIONAL FOOTER STYLES
   ========================================= */
.footer-new {
  background-color: #0f172a;
  /* Dark Slate Blue */
  color: #f8fafc;
  /* Bright White/Grey for better readability */
  padding-top: 80px;
  font-size: 15px;
}

.footer-widget {
  margin-bottom: 40px;
}

.footer-logo {
  max-width: 100%;
  margin-bottom: 25px;
  border-radius: 15px;
  /* White logo */
}

.footer-desc {
  line-height: 1.8;
  margin-bottom: 25px;
  opacity: 0.9;
  /* Increased opacity */
  color: #e2e8f0;
  /* Lighter grey */
}

.footer-heading {
  color: #ffffff;
  /* Pure White */
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
  letter-spacing: 0.5px;
}

.footer-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: #4ade80;
  /* Brighter Green for contrast */
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 14px;
}

.footer-links a {
  color: #f1f5f9;
  /* Bright White */
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

/* Hover Effect: Slide right and change color */
.footer-links a:hover {
  color: #4ade80;
  /* Brighter Green */
  transform: translateX(5px);
}

.footer-contact li {
  display: flex;
  gap: 15px;
  margin-bottom: 24px;
}

.footer-contact li i {
  color: #4ade80;
  /* Brighter Green for visibility */
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 4px;
}

.contact-detail b {
  color: #ffffff;
  /* Pure White */
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
  letter-spacing: 0.5px;
}

.contact-detail span {
  color: #e2e8f0;
  /* Lighter grey */
  font-size: 15px;
  line-height: 1.6;
}

.footer-bottom {
  background-color: #020617;
  /* Very Dark */
  padding: 25px 0;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-text {
  margin: 0;
  font-size: 14px;
  opacity: 0.9;
  color: #cbd5e1;
}

.developer-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}

.developer-link:hover {
  color: #4ade80;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .product-box {
    overflow: visible !important;
    height: auto !important;
    display: block;
  }

  .product1-hover-overlay {
    position: relative;
    opacity: 1 !important;
    visibility: visible !important;
    inset: auto;
    background: #0f172a;
    padding: 30px 20px;
    height: auto !important;
    display: block;
  }

  .product1-hover-overlay .text-center {
    text-align: left !important;
  }

  .product1-hover-overlay ul li {
    margin-bottom: 10px;
  }
}