.hero-section {
  position: relative;
  width: 100%;
  min-height: 500px;
  /* background: linear-gradient(to right, #0a4784, #043c55); */
  /* background: rgb(17, 173, 189); */
  background: linear-gradient(90deg, rgba(17, 173, 189, 1) 0%, rgba(4, 60, 85, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 50px;
  overflow: visible;
  color: #fff;
}

/* Left Side Text */
.hero-left {
  z-index: 2;
  max-width: 42%;
  margin-top: 50px;
}

.hero-breadcrumbs {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #efeded;
}

.hero-title {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

/* Right Side Banner */
.hero-right {
  position: absolute;
  bottom: -20px; /* Drop banner below background */
  right: 6%;
  width: 48%;
  z-index: 1;
}

.hero-banner {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.header-top {
    background: #11adbd; /* reference-style dark navy */
    padding: 8px 0;
    font-size: 14px;
}

.top-info span {
    color: #ffffff;
    margin-right: 25px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}

.top-info span i {
    color: #ffffff;
    margin-right: 6px;
    font-size: 14px;
}
.top-info span a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}
.top-social-bar {
    float: left;
}
.top-social-bar a {
    color: #ffffff;
    margin-left: 12px;
    font-size: 15px;
    transition: 0.3s;
}
.top-social-bar a:hover {
    color: #fff;
}
.top-social-bar a i {
    font-size: 16px;
}
.top-social a:hover {
    color: #0b99a8;
}
.ak-nav .ak-nav_list > li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    border: 2px solid var(--body-color);
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    margin-left: 6px;
    position: relative;
    top: -2px;
    border-radius: 0px 0px 2px 0px;
}
.testmonial-content .testmonial-title{
    color:#0054a6 !important;
    font-size: 1.2rem;
    font-weight: 600;
}
.testmonial-content .testmonial-title p{
    font-size: 1rem;
    color:#555555 !important;
    line-height: 1.6;
    margin-top: 10px;
}
.testmonial-content .name{
    color:#0e6ab0 !important;
    font-size: 1rem;
    font-weight: 600;
}
.testmonial-content .form{
    color:#555555 !important;
    font-size: 0.9rem;
}
.slider-btn {
    width: 50px;
    height: 50px;
    border: 2px solid #11adbd;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    transition: background-color 0.3s;
}
.tops-social-title{
    margin-right: 10px;
    color: #ffffff;
    font-weight: 600;
    float: left;
}
/* Mobile clean */
@media (max-width: 767px) {
    .header-top{
        display: none;
    }
    .top-info span {
        display: block;
        margin: 4px 0;
    }
    .top-social {
        display: none;
    }

    .ak-nav .ak-nav_list > li.menu-item-has-children > a::after {
        display: none;
    }
}



.mg_image_box {
  position: relative;
  padding: 0;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
  background: #fff;
  transition: 0.4s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* Image Area */
.mg_image_box .image_box {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
}
.mg_photo_box .image_box {
  height: 185px;
}

.mg_image_box .image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

/* Overlay Icon */
.mg_image_box .image_box .ab_link {
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: 0.4s ease;
}

.mg_image_box .image_box .ab_link i {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #11adbd;
  color: #fff;
  font-size: 20px;
  position: absolute;
  inset: 0;
  margin: auto;
  line-height: 52px;
  opacity: 0;
  transform: translateY(-12px);
  transition: 0.4s ease;
}

/* Title Bar */
.mg_image_box h2 {
  position: absolute;
  bottom: 0;
  left: -100%;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  text-align: left;
  background: linear-gradient(90deg, #11adbd, #2a77bb);
  color: #fff;
  transition: 0.4s ease;
}

.mg_image_box h2 a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

/* FLOATING CIRCLE BADGE */
.item-wrapper {
    position: relative;
    overflow: visible; /* only outer wrapper will show overflow */
}
.item-wrapper .tag {
  position: absolute;
  top: -10%;
  right: -10px;
  width: 48px;
  height: 48px;
  background: #fff;
  color: #2a77bb;
  font-weight: 700;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 3px solid rgb(17, 173, 189);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  z-index: 20;
}


/* Optional hover effect */
.mg_image_box:hover .tag {
  transform: scale(1.06);
}

/* For photo box variant */
.mg_photo_box .image_box .ab_link i {
  opacity: .7;
  transform: translateY(0);
}

/* Hover Effects */
.mg_image_box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15);
}

.mg_image_box:hover .image_box img {
  opacity: 0.45;
  transform: scale(1.03);
}

.mg_image_box:hover .image_box .ab_link i {
  opacity: 1;
  transform: translateY(0);
}

.mg_image_box:hover h2 {
  left: 0;
}
.vmv-section {
    background-color: #f5f7fa;
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Cards */
.vmv-section .card {
  border: none;
  border-radius: 20px;
  padding: 40px 30px;
  transition: transform 0.4s, box-shadow 0.4s;
  margin-bottom: 40px;
}

/* Hover Effect */
.vmv-section .card:hover {
  /* transform: translateY(-8px); */
  box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

/* Alternating Card Colors (branding feel) */
.card.even {
  background: #e6f4ea; /* soft green */
  box-shadow: 10px -10px #11adbd;
}

.card.odd {
  background: #e8ecfa; /* soft blue */
  box-shadow: -10px 10px #0b656f;
}

/* Card Text */
.card-title {
  font-size: 45px;
  font-weight: 700;
  color: #0e6ab0; /* corporate dark blue */
  margin-bottom: 20px;
}

/* Images */
.vmv-img {
  width: 100%;
  max-width: 500px;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.team-card{

    transition: transform 0.3s, box-shadow 0.3s;
    background-color: #f3f3f3;
}
.team-card:hover {
   box-shadow: 0 4px 15px rgba(7, 171, 83, 0.3);
}
.team-btn{
    background-color: #11adbd;
    color: #fff;
    border: none;
}
.team-btn:hover{
    background-color: #0b656f;
    color: #fff;
}

/* Images */
.vmv-img {
  width: 100%;
  max-width: 500px;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}
#member-modal .modal-title {
  color: #006fbd;
  font-size: 1.8rem;
  text-shadow:  1px 1px 2px rgba(0, 0, 0, 0.1);

}
#member-modal .modal-body p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
}

#member-modal .modal-header .btn-close {
  font-size: 1.1rem;
  color: #333333;
  opacity: 1;
}

#member-modal .title {
  color: #006fbd;
  font-size: 1.4rem;
}
#member-modal .designation {
  font-size: 1rem;
}

.map-wrapper {
  width: 100%;
  height: 100%;
 border:5px solid #11adbd;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);

}
.contact-title {
    color: #006fbd;
    font-size: 1.5rem;
    font-weight: 600;
}

.contact-section .feature-card {
  background: #ffffff;
  border-radius: 12px;
  transition: all 0.3s ease;
  border-top: 4px solid #11adbd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  max-height: 250px;
}

.contact-section .feature-card:hover .icon-box, .contact-section .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 84, 166, 0.15);
  border-top-color: #0b656f;
}

.contact-section .icon-box {
  width: 70px;
  height: 70px;
  background: #11adbd;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto;
  transition: 0.3s ease;
}

.contact-section .feature-card:hover .icon-box {
  background: #0b656f;
}

.contact-section .feature-title {
  color: #0054a6;
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
}

.contact-section .feature-desp {
  color: #555555;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 10px;

}

.alert-error {
  background-color: #ffdddd;
  border-left: 6px solid #f44336;
  padding: 10px 15px;
  margin-bottom: 20px;
  color: #a94442;
  border-radius: 4px;
}

.contact-form {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.product-section ul {
    list-style: none;
    padding-left: 20px;
    margin-top: 10px;
}

.product-section ul li {
    position: relative;
    padding-left: 22px; /* marker + gap */
    margin-bottom: 8px;
    line-height: 1.6;
}

.product-section ul li::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #11adbd;
    position: absolute;
    left: 0;
    top: 0.55em; /* 🔥 fine-tuned vertical alignment */
}
/* Remove default Bootstrap right arrow */
/* .accordion-button::after {
    display: none;
} */

/* Accordion item background + border + shadow */
.accordion-item {
    border: 1px solid #d1d5db; /* light gray border */
    border-radius: 8px;
    margin-bottom: 12px;
    background: #f9fafb; /* soft light bg */
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

/* Hover effect for accordion item */
.accordion-item:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

/* Accordion button */
.accordion-button {
    background: transparent;
    font-weight: 600;
    font-size: 16px;
    color: #1f2937; /* dark gray */
    padding: 10px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

/* Remove focus outline */
.accordion-button:focus {
    box-shadow: none;
    border-color: #0ea5e9;
}

/* Left-side icon */
.accordion-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    min-width: 35px;
    border-radius: 50%;
    background: #0ea5e9;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    line-height: 35px;
    transition: all 0.3s ease;
    position: relative;
}

/* + sign default */
.accordion-icon::after {
    content: "+";
    display: block;
    transition: transform 0.3s ease;
}

/* − sign on expand */
.accordion-button:not(.collapsed) .accordion-icon::after {
    content: "−";
}

/* Icon background change on expand */
.accordion-button:not(.collapsed) .accordion-icon {
    background: #11adbd;
}

/* Accordion body offset + fade */
.accordion-collapse .accordion-body {
    transform: translateX(-12px);
    opacity: 0;
    transition: all 0.35s ease;
    padding: 15px 20px;
    font-size: 15px;
    color: #374151; /* medium gray */
    background: #ffffff; /* content bg */
    border-radius: 0 0 8px 8px;
}

/* Show body with offset */
.accordion-collapse.show .accordion-body {
    transform: translateX(0);
    opacity: 1;
}
.accordion-customize{
    max-height:400px;
    overflow-y:auto;
    overflow-x:hidden;
    scrollbar-width: thin;           /* Firefox */
}
.accordion-customize::-webkit-scrollbar{
    width:6px;
}

.accordion-customize::-webkit-scrollbar-thumb{
    background:#ccc;
    border-radius:10px;
}
.accordion-customize .accordion-button {
    background: linear-gradient(90deg, #11adbd, #2a77bb);
    color: #fff;
}
/* .bar-title{
    background:#0a7f8a;
    color:#fff;
    padding:10px 20px;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom:12px;
} */
.bar-title {
    position: relative;
    padding: 12px 0;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #0e6ab0;
}

.bar-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    border-radius: 2px;
    background-color: #0b656f;
}




/* Optional: image in accordion-body centered + rounded */
.accordion-body img {
    display: block;
    margin: 0 auto 12px auto;
    border-radius: 6px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.active-sub{
    font-weight:600;
    color:#11adbd;
    background:#f5f7fa;
    border-left:3px solid #11adbd;
    padding-left:10px;
}

.list-group-item a{
    text-decoration:none;
    color:#333;
    display:block;
    font-size:16px;
}

.product-card{
    border:1px solid #e5e5e5;
    margin-bottom:20px;
    background:#fff;
}

.product-subcategory-bar{
    background:#11adbd;
    color:#fff;
    padding:10px 20px;
    font-size:16px;
    font-weight:600;
    text-transform:uppercase;
}

.product-body{
    padding:10px 20px;
}
.product-title{
    font-weight:600;
    color:#0e6ab0;
    margin-bottom:10px;
}
.accordion-button::after {
    --bs-accordion-btn-icon-width: 16px;
   filter: brightness(0) invert(1);
}

.pagination {
    display: flex;
    flex-wrap: nowrap;           /* sob ek line e thakbe */
    overflow-x: auto;            /* chhoto screen e scroll */
    -webkit-overflow-scrolling: touch; /* smooth ios scroll */
    justify-content: center;
    gap: 5px;
}

.pagination li {
    flex: 0 0 auto;              /* shrink hobe na */
}
.sortProducts {
    width: 250px;
    margin-left: auto;
}
.product_short_details{
    margin-bottom: 30px;
}
.product_short_details .product_short_details_title{
    color:#0b99a8;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;

}
.product_lower_content{
    margin-top: 15px;
}
.product_lower_content p{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 5px;
}

.product-item {
    position: relative;
}

/* vertical divider */
.product-item::after {
    content: "";
    position: absolute;
    top: 0;                 /* 🔥 header theke start */
    bottom: 0;              /* 🔥 last content porjonto */
    left: 25%;              /* col-md-3 */
    width: 1px;
    background-color: #cfcfcf;
    z-index: 1;
}

/* bar er upor border overlap na korar jonno */
.product-subcategory-bar {
    position: relative;
    z-index: 2;
}

/* details ekdom top theke */
.product-details {
    padding-top: 0 !important;
}

.product-details *:first-child {
    margin-top: 0 !important;
}

.product-subcategory-bar {
    flex-wrap: wrap;
}




/* Responsive */
@media (max-width: 992px) {
  .card img {
    max-width: 300px;
    margin-bottom: 20px;
  }
}


@media (min-width: 746px) {
    section.hero-section {
        flex-direction: row;
        display: flex;
    }


}


/* Responsive */
@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 400px;
  }

  .hero-left {
    max-width: 100%;
	margin-top: 30px;
  }

  .hero-title {
	font-size: 2rem;
  }

  .hero-right {
    position: relative;
    width: 100%;
    bottom: -10px;
    right: 0;
  }

  .hero-banner {
    height: 250px;
    border-radius: 10px;
  }


 .card {
    padding: 25px 20px;
  }

  .card-title {
    font-size: 1.6rem;
  }

  .row.flex-column-reverse {
    flex-direction: column-reverse !important;
  }

  .vmv-img {
    max-width: 100%;
  }
  .contact-title {
    margin-top: 20px;
  }

  .map-wrapper {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .mobile-full-btn {
    width: 100%;
    justify-content: center;
  }

  .ak-footer.style-1 .copy-right {
    padding-bottom: 30px;
  }
  .developed_by {

    right: 25%;
    top: 40px;
    color: rgba(214, 212, 212, 0.8); /* Slightly visible */
    font-size: 14px;
    margin-top: 10px;
  }

  .ak-section-heading.ak-style-1 .ak-section-title {
    font-size: 30px;
    line-height: 35px;
  }

  .brand-logo {
        width: 100%;
        padding: 12px;
        border-right: none;
        border-bottom: 1px solid #e7e7e7;
    }

    .sortProducts {
        width: 100%;
        margin-top: 15px;
    }

    .product_short_details .product_short_details_title {
        font-size: 22px;
    }

    .product_lower_content{
        margin-top: 10px;
    }

    .product_lower_content p{
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 5px;
    }

     .product-item::after {
        display: none;
    }

    .product-image {
        border-bottom: 1px solid #cfcfcf;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }







  }
