@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");

/* navbar */
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}
/* back to top */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #00bfff;
  color: white;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
.bi-arrow-up {
  color: white;
}
.back-to-top:hover {
  background-color: #009ad6;
  transform: scale(1.05);
}

@media (max-width: 576px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    font-size: 18px;
    bottom: 15px;
    right: 15px;
  }
}
/* Sticky Header */
.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.top-bar {
  background: #0d0d0d;
  font-size: 14px;
  color: #fff;
}

.top-bar a {
  color: white;
  text-decoration: none;
}

.navbar {
  transition: all 0.3s ease-in-out;
  background-color: white;
  color: #000;
}

.navbar-brand img {
  height: 60px;
  transition: filter 0.3s ease;
}

.navbar .nav-link {
  color: #000;
  transition: color 0.3s;
  margin: 5px;
  font-weight: 800;
}

.navbar .nav-link:hover {
  color: #03a9f4;
  border-bottom: 3px solid #03a9f4;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #03a9f4;
  border-bottom: 3px solid #03a9f4;
}

.navbar.scrolled {
  background-color: #fff !important;
  padding: 12px 16px;
}

.navbar.scrolled .nav-link {
  color: #000 !important;
}

.navbar.scrolled .navbar-brand img {
  filter: brightness(0);
}

.navbar-toggler {
  border: none;
  color: black;
}

.navbar-toggler-icon i {
  color: black;
}

.navbar.scrolled .navbar-toggler-icon i {
  color: #000;
}

.sticky-header.sticky {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/* Carousel Item */
.owl-carousel-item {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.owl-carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 8s ease-in-out;
}

.owl-carousel .owl-item.active .owl-carousel-item img {
  transform: scale(1.1);
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
/* Banner Text Styling */
.owl-carousel-item {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
}

.hero-caption {
  position: absolute;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.hero-caption h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.hero-caption h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #00bfff;
  margin-bottom: 15px;
}

.hero-caption p {
  font-size: 1.1rem;
  margin-bottom: 25px;
  line-height: 1.6;
  color: #e0f7ff;
}

.hero-caption .btn {
  margin: 5px;
  font-size: 1rem;
  padding: 10px 25px;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 191, 255, 0.4);
}

.hero-caption .btn-outline-light {
  color: #00bfff;
  border-color: #00bfff;
  background-color: transparent;
}

.hero-caption .btn-outline-light:hover {
  background-color: #00bfff;
  color: white;
}
/* Responsive */
@media (max-width: 768px) {
  .owl-carousel-item {
    height: 90vh;
  }

  .hero-caption h1 {
    font-size: 1.75rem;
  }

  .top-bar {
    display: none;
  }

  .hero-caption p {
    font-size: 1rem;
  }

  .hero-caption .btn {
    display: block;
    width: 100%;
    margin: 8px 0;
  }

  .hero-caption {
    top: 55%;
  }

  .hero-caption h2 {
    font-size: 2rem;
  }

  .hero-caption h3 {
    font-size: 1.4rem;
  }

  .hero-caption p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .hero-caption h2 {
    font-size: 1.6rem;
  }

  .hero-caption h3 {
    font-size: 1.2rem;
  }

  .hero-caption p {
    font-size: 0.9rem;
  }

  .hero-caption .btn {
    font-size: 0.9rem;
    padding: 8px 20px;
  }
}

/* breadcrumb */
.hero-banner {
  background: url("../images/pgheader.webp") no-repeat center center/cover;
  height: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}

.hero-banner h1 {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 15px 30px;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.breadcrumb-section {
  background-color: #f8f9fa;
  padding: 15px;
  border-top: 1px solid #ddd;
  border-bottom: 2px solid #03a9f4;
}

.breadcrumb {
  background-color: transparent;
  margin: 0;
  font-size: 15px;
}

.breadcrumb a {
  color: #03a9f4;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  padding: 0 8px;
  color: #999;
}

.breadcrumb-item.active {
  color: #000;
  font-weight: bold;
}

@media (max-width: 768px) {
  .hero-banner h1 {
    font-size: 1.6rem;
    padding: 10px 20px;
  }
}

/* mission and vision */
.vmq-section {
  padding: 60px 20px;
  text-align: center;
  background-color: #f9f9f9;
}

.vmq-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.vmq-box {
  flex: 1 1 300px;
  max-width: 340px;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: transform 0.3s;
}

.vmq-box:hover {
  transform: translateY(-5px);
}

.vmq-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.icon-blue {
  background-color: #03a9f4;
  color: #fff;
}

.icon-orange {
  background-color: #ff9800;
  color: #fff;
}

.icon-purple {
  background-color: #8e24aa;
  color: #fff;
}

.vmq-icon i {
  font-size: 36px;
}

.vmq-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #222;
}

.vmq-text {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

@media (max-width: 768px) {
  .vmq-box {
    max-width: 100%;
  }
}

/* about home */
.what-we-do {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 60px 20px;
  max-width: 1300px;
  margin: auto;
  gap: 40px;
}

.what-we-do .text-content {
  flex: 1 1 500px;
}

.what-we-do .text-content h5 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.what-we-do .text-content h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.what-we-do .text-content h2 em {
  font-style: italic;
  font-weight: 600;
}

.what-we-do .text-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 30px;
}

.what-we-do .text-content p b {
  color: #222;
}

.what-we-do .btn {
  display: inline-block;
  background-color: #0099e5;
  color: #fff;
  text-decoration: none;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.what-we-do .btn:hover {
  background-color: #0077c0;
}

.what-we-do .image-content {
  flex: 1 1 500px;
  text-align: center;
}

.what-we-do .image-content img {
  max-width: 100%;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
}

@media (max-width: 992px) {
  .what-we-do {
    flex-direction: column-reverse;
    text-align: center;
  }

  .what-we-do .text-content {
    text-align: center;
  }
}

/* our products */

.offer-section {
  padding: 60px 20px;
  text-align: center;
}

.offer-section h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
  font-size: 14px;
  margin-bottom: 10px;
}

.offer-section h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.offer-section p.subtitle {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 16px;
  color: #666;
}

.offer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.offer-box {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  padding: 20px;
  text-align: left;
  max-width: 350px;
  flex: 1 1 300px;
  transition: transform 0.3s ease;
}

.offer-box:hover {
  transform: translateY(-5px);
}

.offer-box img {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
  margin-bottom: 15px;
}

.offer-box h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #222;
}

.offer-box p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

.offer-box a {
  display: inline-block;
  margin-top: 10px;
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

.offer-box a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .offer-box {
    max-width: 100%;
  }
}

/* stationery */
.stationery-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 60px 20px;
  max-width: 1300px;
  margin: auto;
  gap: 40px;
}

.stationery-text {
  flex: 1 1 500px;
}

.stationery-text h2 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #222;
}

.stationery-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

.stationery-text p b {
  color: #000;
}

.stationery-text .btn {
  display: inline-block;
  margin-top: 25px;
  padding: 10px 18px;
  font-size: 14px;
  background: #0099e5;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s;
}

.stationery-text .btn:hover {
  background: #007ac1;
}

.stationery-image {
  flex: 1 1 500px;
  background: #fff;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 6px;
  text-align: center;
  position: relative;
}

.stationery-image img {
  max-width: 100%;
  height: auto;
}

.stationery-image .image-title {
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 20px;
  font-family: "Georgia", serif;
  color: #444;
}

@media (max-width: 992px) {
  .stationery-section {
    flex-direction: column;
    text-align: center;
  }

  .stationery-image .image-title {
    position: static;
    margin-top: 15px;
  }
}

/*consumable-section  */
.consumable-section {
  padding: 60px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.consumable-image {
  flex: 1 1 400px;
  text-align: center;
  padding: 15px;
}

.consumable-image img {
  width: 100%;
  max-width: 450px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.consumable-content {
  flex: 1 1 400px;
  padding: 15px;
}

.consumable-content h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #222;
}

.consumable-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

.btn-primary {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 22px;
  font-size: 15px;
  background-color: #0099ff;
  color: white;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-primary:hover {
  background-color: #007acc;
}

@media (max-width: 768px) {
  .consumable-section {
    flex-direction: column;
    text-align: center;
  }

  .consumable-content {
    padding-top: 30px;
  }
}

/* clients */

.clients-section {
  text-align: center;
  padding: 60px 20px;
  max-width: 1300px;
  margin: auto;
}

.clients-section h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 40px;
}

.client-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 30px;
  align-items: center;
  justify-items: center;
}

.client-logos img {
  max-width: 120px;
  max-height: 60px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.client-logos img:hover {
  transform: scale(1.05);
}

@media (max-width: 600px) {
  .client-logos {
    gap: 20px;
  }
}

/* about us */
.about-us {
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
}

.about-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
  align-items: center;
}

.about-text {
  flex: 1 1 500px;
  animation: slideInLeft 1.2s ease;
}

.about-text h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #03a9f4;
}

.about-text p {
  font-size: 16px;
  margin-bottom: 15px;
  color: black;
}

.about-image {
  flex: 1 1 400px;
  text-align: center;
  animation: slideInRight 1.2s ease;
}

.about-image img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 85, 165, 0.2);
  transition: transform 0.4s ease;
}

.about-image img:hover {
  transform: scale(1.03);
}

.about-block {
  margin-bottom: 40px;
  animation: fadeIn 1.2s ease forwards;
}

.about-block h3,
.about-block h4,
.about-block h5,
.about-block h6 {
  font-size: 24px;
  color: #03a9f4;
  margin-bottom: 15px;
  position: relative;
}

.about-block h3::after,
.about-block h4::after,
.about-block h5::after,
.about-block h6::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #03a9f4;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.about-block p {
  font-size: 16px;
  margin-bottom: 12px;
}

.offer-list,
.value-list {
  padding-left: 20px;
  margin-bottom: 15px;
}

.offer-list li,
.value-list li {
  margin-bottom: 8px;
  font-size: 16px;
}

/* Animations */
@keyframes slideInLeft {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(40px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
    text-align: center;
  }

  .about-text h2 {
    font-size: 24px;
  }

  .about-block h3 {
    font-size: 20px;
  }
}

/* whychoose us */
.about-section {
  padding: 60px 20px;
}

.about-text p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #060608;
  margin-bottom: 20px;
  animation: fadeInLeft 0.7s ease-in-out both;
}

.about-text strong {
  color: #00bfff;
}

.about-image {
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(13, 71, 161, 0.15);
  animation: zoomIn 0.8s ease-in-out both;
}

.feature-box {
  margin-top: 40px;
  background: #e1f5fe;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(13, 71, 161, 0.1);
  animation: slideInUp 0.8s ease both;
}

.feature-box strong {
  font-size: 1.4rem;
  color: #00bfff;
}

.feature-box ul {
  margin-top: 20px;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;
  justify-content: center;
}

.feature-box li {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 30px;
  padding: 10px 18px;
  font-size: 0.95rem;
  color: #08090b;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.feature-box li:hover {
  background: #bbdefb;
  transform: translateY(-3px);
}

.feature-box li i {
  background-color: #00bfff;
  color: white;
  border-radius: 50%;
  padding: 8px;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Animations */
@keyframes fadeInLeft {
  from {
    transform: translateX(-30px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes slideInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .about-section .row {
    flex-direction: column;
  }

  .about-text {
    text-align: center;
  }

  .about-image {
    margin-top: 30px;
    max-width: 80%;
  }

  .feature-box ul {
    flex-direction: column;
    align-items: center;
  }

  .feature-box li {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
}

/* home contact */
.contact-wrapper {
  background: url("../images/banner/contactbg.png") no-repeat center
    center/cover;
  padding: 60px 20px;
  text-align: center;
}

.contact-wrapper h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.contact-wrapper p {
  font-size: 16px;
  color: #000;
}

.contact-form {
  background: #fff;
  color: #000;
  max-width: 600px;
  margin: 40px auto 0;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.contact-form label {
  display: block;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.contact-form textarea {
  resize: vertical;
  min-height: 100px;
}

.contact-form button {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
  background: #ccc;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.contact-form button:hover {
  background: #999;
}

/* contact us */
.contact-section {
  padding: 40px 20px;
  border-bottom: 2px solid #b3d9ff;
}

.contact-section h2 {
  color: #03a9f4;
}

.contact-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(3, 57, 108, 0.1);
}

.contact-form label {
  font-weight: bold;
  margin-top: 10px;
}

.form-select,
.form-control {
  background-color: #f9fcff;
  border: 1px solid #b3d9ff;
}

.contact-form button {
  background-color: #03a9f4;
  color: #fff;
  border: none;
  transition: 0.3s;
}

.contact-form button:hover {
  background-color: #03a9f4;
}

.map iframe {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  border: none;
}

@media (max-width: 768px) {
  .qr-img {
    margin-top: 20px;
    text-align: center;
  }

  .qr-img img {
    max-width: 120px;
  }
}

/* sitemap */
.sitemap-section {
  padding: 60px 15px;
}

.sitemap-container {
  max-width: 900px;
  margin: auto;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 40px 30px;
}

.sitemap-title {
  text-align: center;
  color: #00bfff;
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.sitemap-list {
  list-style: none;
  padding-left: 0;
}

.sitemap-list > li {
  margin: 15px 0;
  color: #00bfff;
  font-size: 18px;
  font-weight: 600;
}

.sitemap-list > li span {
  margin-right: 10px;
}

.sitemap-sublist {
  list-style: none;
  padding-left: 25px;
  margin-top: 8px;
}

.sitemap-sublist li {
  font-size: 16px;
  color: #444;
  margin: 6px 0;
}

.sitemap-sublist li::before {
  content: "↳";
  color: #00bfff;
  margin-right: 8px;
}

.sitemap-list a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.sitemap-list a:hover {
  text-decoration: underline;
  color: #00bfff;
}

@media (max-width: 576px) {
  .sitemap-title {
    font-size: 1.6rem;
  }
}

/* products pages */

.vision-section {
  max-width: 1332px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 30px;
  margin: 33px auto;
}

.image-container {
  position: relative;
  flex: 1 1 60%;
  min-width: 300px;
  padding: 20px;
}

.blue-bg {
  background-color: #00bfff;
  width: 90%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 0;
}

.main-image {
  width: 692px;
  max-width: 100%;
  height: 361px;
  position: relative;
  z-index: 2;
  display: block;
}

.text-box {
  flex: 1 1 40%;
  min-width: 280px;
  background-color: #000;
  color: #fff;
  padding: 40px 30px;
  z-index: 3;
  margin-left: -100px;
  position: relative;
}

.text-box h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.text-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #ccc;
  margin-bottom: 15px;
}

.text-box small {
  font-size: 14px;
  color: #888;
}

.text-box a {
  display: inline-block;
  margin-top: 20px;
  background: #f2f2f2;
  color: #000;
  padding: 10px 25px;
  text-decoration: none;
  border: none;
  font-weight: bold;
  transition: 0.3s ease;
}

.text-box a:hover {
  background: #ddd;
}

@media (max-width: 768px) {
  .vision-section {
    flex-direction: column;
  }

  .text-box {
    margin: 0;
    margin-top: 20px;
  }

  .blue-bg {
    display: none;
  }
}

/* market area content*/
.paper-area {
  background-color: #ffffff;
  margin: 60px auto;
  padding: 30px;
  max-width: 1412px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 153, 255, 0.15);
  text-align: center;
  border-left: 6px solid #0099ff;
  transition: transform 0.3s ease;
}

.paper-area p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 18px;
  text-align: justify;
}

.paper-area p strong {
  color: #0099ff;
  font-weight: 600;
}

@media (max-width: 768px) {
  .paper-area {
    padding: 20px;
    margin: 20px 15px;
  }

  .paper-area p {
    font-size: 15.5px;
  }
}

/* market area page */
h2 {
  text-align: center;
  margin-top: 40px;
  font-size: 2rem;
  color: #00bfff;
}

.market-area-section {
  padding: 20px 15px 60px;
}

.market-area-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 30px;
}

.market-area-box {
  width: 250px;
  padding: 30px 20px;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  color: #00bfff;
  font-weight: 600;
  background: #e3f2fd;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease-in-out, background 0.3s;
}

.market-area-box:hover {
  transform: scale(1.05);
  background: #d1ecff;
}

.market-area-icon {
  font-size: 40px;
  margin-bottom: 15px;
  color: #00bfff;
}

@media (max-width: 768px) {
  .market-area-box {
    width: 90%;
  }
}

/*** Footer ***/
.footer {
  background-color: #111;
  color: #ccc;
  font-size: 15px;
  line-height: 1.8;
}

.footer-item a {
  text-decoration: none;
  color: #ccc;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.footer-item a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-item a i {
  color: #00bfff;
}

.footer-item h4.underline-heading {
  font-size: 20px;
  font-weight: 600;
  color: #00bfff;
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 8px;
}

.footer-item .btn-square {
  width: 36px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  background-color: transparent;
  color: #00bfff;
  border: 1px solid #00bfff;
  transition: 0.3s;
}

.footer-item .btn-square:hover {
  background-color: #00bfff;
  color: #000;
}
.btn-square {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00bfff;
  color: #ffffff;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
}

.btn-square:hover {
  background-color: #009acd;
  transform: scale(1.1);
}

.btn-square i {
  font-size: 16px;
  color: #fff;
}

.fas.fa-share {
  color: #00bfff;
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
  .footer-item h4.underline-heading {
    text-align: center;
  }

  .footer-item a {
    text-align: center;
  }

  .footer-item {
    align-items: center;
  }
}

/* gallery */
h2.section-title,
h3.section-title,
h4.section-title,
h5.section-title,
h6.section-title {
  font-weight: 700;
  font-size: clamp(24px, 5vw, 32px);
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #00bfff;
}
/* gallery */
.gallery-section {
    padding: 50px 0;
}

.gallery-img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-img {
    transform: scale(1.05);
}

.gallery-label {
    background-color: #007bff;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .gallery-img {
        height: 180px;
    }
}

@media (max-width: 576px) {
    .gallery-img {
        height: 160px;
    }
}


/* privacy disclaimer terms */
.disclaimer-B2C-section {
  background-color: #f0faff;
  padding: 40px 20px;
  font-family: "Segoe UI", sans-serif;
  color: #003344;
}

.disclaimer-B2C-container {
  max-width: 1100px;
  margin: auto;
}

.disclaimer-B2C-container h2 {
  font-size: 2.2rem;
  text-align: center;
  color: #00bfff;
  border-bottom: 2px solid #00bfff;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.disclaimer-B2C-block {
  background: #e6f8ff;
  border-left: 4px solid #00bfff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.disclaimer-B2C-block h3 {
  font-size: 1.2rem;
  color: #0099cc;
  margin-bottom: 10px;
}

.disclaimer-B2C-block p {
  font-size: 0.96rem;
  line-height: 1.6;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .disclaimer-B2C-container h2 {
    font-size: 1.8rem;
  }

  .disclaimer-B2C-block h3 {
    font-size: 1.05rem;
  }

  .disclaimer-B2C-block p {
    font-size: 0.93rem;
  }
}

@media (max-width: 480px) {
  .disclaimer-B2C-section {
    padding: 30px 15px;
  }

  .disclaimer-B2C-block {
    padding: 15px;
  }
}


/* our brand */
/* Hide scrollbars (optional) */
.brands-row::-webkit-scrollbar { display: none; }
.brands-row { -ms-overflow-style: none; scrollbar-width: none; }

/* Default: desktop/tablet – wrap & center */
.brands-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;           /* space between items */
}

/* Brand card */
.brand-box {
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 8px;
 box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.brand-box:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.brand-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .brand-box { width: 130px; height: 130px; padding: 12px; }
}

@media (max-width: 575.98px) {
  .brands-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.75rem;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  .brands-row > .col-auto { flex: 0 0 auto; }
  .brand-box {
    width: 110px;
    height: 110px;
    padding: 10px;
    scroll-snap-align: start;
  }
}
