*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  height: 100%;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -3%;
}

.bg-primary {
  background: #2a236c !important;
}

h1,
h2,
h3 {
  font-weight: bold;
}
.card img {
  height: 200px;
  object-fit: cover;
}
footer {
  background: #111;
  color: #bbb;
}

.main {
  /* margin-top: 20px; */
  box-sizing: border-box;
}

/* Navbar  */
.home-hero .nav-container {
  border-radius: 10px 10px 0 0 !important;
  overflow: hidden;
}
.nav-top-border {
  height: 20px;
  width: 100%;
  background-color: #2a236c;
  border-radius: none;
}
.custom-navbar {
  padding: 0.5rem 0;
  background: transparent;
  position: relative;
  z-index: 10;
  border-radius: 10px 10px 0 0;
}

/* Logo white box */
/* Navbar container */
.custom-navbar {
  padding: 0;
  background: transparent;
  /* border-top: 10px solid #2a236c; */
}

/* Logo */
.logo-box {
  background: #fff;
  padding: 0 0.8rem 0.3rem 0.8rem;
  border-radius: 6px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo-box h6 {
  font-size: 15px;
  margin: 0;
  color: #222;
}
.logo-box small {
  font-size: 11px;
  color: #555;
}

/* Enquiry button */
.enquire-box {
  background: #2a236c;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}
.enquire-box:hover {
  background: #2a236c;
  color: #fff;
}

/* Menu Box with angled sides */
.menu-box {
  background: #2a236c;
  padding: 0.6rem 2rem 1rem 2rem;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%);
  min-width: 500px; /* ensures menu doesn’t shrink */
}

/* Menu list */
.main-menu {
  list-style: none;
  gap: 1.5rem;
  padding-left: 0;
}
.main-menu li a {
  color: #ddd;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
}
.main-menu li a:hover,
.main-menu li a.active {
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 3px;
}

/* Mobile navbar style */
.main-menu-mobile {
  list-style: none;
}
.main-menu-mobile li {
  list-style: none;
  padding: 8px 0;
}
.main-menu-mobile a {
  color: #222;
  text-decoration: none;
}

.main-menu-mobile .enquire-box {
  color: #fff;
}
.navbar-toggler-icon {
  background-image: url("../images/navigation-bar.png") !important;
  border: 0;
}
.mobile-toggle {
  /* filter: invert(1); */
  border: 0 !important;
  background-color: #fff !important;
  margin-top: 24px;
}
/* Responsive */
@media (max-width: 991px) {
  .menu-box {
    clip-path: none;
    min-width: unset;
    padding: 1rem;
    border-radius: 8px;
  }
  .main-menu {
    flex-direction: column;
    /* text-align: center; */
  }
}
/* End Custom Navbar */
.btn-primary {
  background-color: #2c286d;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  outline: none;
}
.btn-primary:hover {
  background-color: #2c286d;
}
.hero-txt {
  font-size: 38px;
  font-weight: 600 !important;
  line-height: 1.3;
}
.fw-600 {
  font-weight: 600 !important;
}
.f-40px {
  font-size: 40px;
  line-height: 1.2;
}
.f-16 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.f-18 {
  font-size: 18px;
  line-height: 1.4;
}
.white-text-70 {
  color: rgba(255, 255, 255, 0.7);
}

.hero-section {
  border-radius: 10px 10px 0 0;
}

/* Project slider */
.project-slider {
  overflow: hidden;
}
.slider-nav-in {
  padding: 20px;
  border: 1px solid #0000001f;
  border-radius: 6px;
  text-align: left;
}
.slider-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #2c286d;
  background-color: #f5f4ff;
  padding: 10px;
  border-radius: 6px;
}
.slider-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.slider-nav li {
  font-size: 18px;
  margin: 0.8rem 0;
  cursor: pointer;
  position: relative;
}
.slider-nav li.active {
  font-weight: 600;
  color: #2a236c;
}

/* Progress bar under each li */
.slider-nav .progress {
  height: 1px;
  background: #ddd; /* inactive line */
  margin-top: 4px;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
}
.slider-nav .progress span {
  display: block;
  height: 100%;
  width: 0;
  background: #2a236c; /* active color */
  transition: width 3s linear;
}

/* Image slider */
.slider-images {
  position: relative;
}
#sliderImages img {
  display: none;
  width: 100%;
  border-radius: 8px;
}
#sliderImages img.active {
  display: block;
}

/* Arrows */
.arrow {
  position: absolute;
  bottom: 0px;
  /* right: 20px; */
  transform: translateY(-50%);
  background: white;
  color: #2a236c;
  border: none;
  padding: 0.5rem 0.8rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
}
.arrow.left {
  right: 90px;
  line-height: 0;
}
.arrow.right {
  right: 30px;
  line-height: 0;
}

/* Indicators */
.indicators {
  position: absolute;
  bottom: 10px;
  right: 15px;
  display: flex;
  gap: 0.4rem;
}
.indicators span {
  width: 10px;
  height: 10px;
  background: #bbb;
  border-radius: 50%;
  display: block;
  cursor: pointer;
}
.indicators span.active {
  background: #2a236c;
}

/* Responsive */
@media (max-width: 991px) {
  .project-slider .row {
    flex-direction: column;
  }
  .slider-nav {
    text-align: center;
    margin-bottom: 1rem;
  }
  .slider-nav li.active::before {
    content: "";
  }
}
/* project slider end */
.home-about .fact-text {
  font-size: 64px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.5rem;
}
.home-about .fact-text-sub {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
}
.fact-container {
  border-bottom: 1px solid #ffffff33;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.divided {
  width: 100%;
  height: 1px;
  background: #00000033;
  margin: 2rem 0;
}
.pt-50 {
  padding-top: 50px !important;
}
.plain-card {
  border-right: 1px solid #0000001f;
  padding: 0px 30px;
  transition: 0.3s;
  height: 100%;
}

.plain-card.br-none {
  border-right: none;
}
.plain-card h5 {
  font-size: 18px;
  font-weight: 600;
  min-height: 45px;
}

.plain-card p {
  font-size: 15px;
  font-weight: 400;
  color: #000000b2;
}

.custom-card {
  position: relative;
  overflow: hidden;
  height: 485px;
  border-radius: 6px;
}
.serivce-cards .custom-card {
  height: 360px;
}

.card-img {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  border-radius: 12px;
  overflow: hidden;
}

/* Image background as pseudo element */
.card-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.6s ease;
  z-index: 1;
  border-radius: 12px;
  /* inherit inline background-image */
  background-image: inherit;
}

.custom-card:hover .card-img::before {
  transform: scale(1.1);
}

/* Overlay text (stays fixed) */
.card-text-overlay {
  position: relative;
  z-index: 2; /* above background */
  background: #fff;
  padding: 20px;
  width: 100%;
  margin: 16px;
  border-radius: 6px;
}
.serivce-cards .card-text-overlay {
  min-height: 130px;
}

.card-title {
  font-size: 24px;
  font-weight: 600;
}
.serivce-cards .card-title {
  font-size: 18px;
}
.card-text {
  font-size: 16px;
  margin-top: 8px;
}

/* Product slider */
.product-range-section {
  background-color: #2d2370; /* Dark Blue Background */
}

.card-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}

.product-card {
  flex: 0 0 320px; /* fixed width */
}

.product-card .card {
  border-radius: 8px;
  border: 1px solid #0000001f;
  overflow: hidden;
  transition: transform 0.3s ease;
  padding: 22px 16px;
}

.product-card .card img {
  border-radius: 8px;
}

.product-card .card .card-body {
  padding: 16px 0 !important;
}

.product-card .card .card-body .card-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 16px;
}
.product-card .card .card-body .card-text {
  color: #000000b2;
  font-size: 16px;
}
/* .product-card .card:hover {
  transform: translateY(-5px);
} */

.home-products .product-card {
  border-top: 0;
}
.card-carousel::-webkit-scrollbar {
  display: none; /* Hide scrollbar */
}

.carousel-control-next,
.carousel-control-prev {
  background: #fff;
  color: #2a236c;
  border: none;
  padding: 0.5rem 0.8rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  opacity: 1 !important;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #2a236c;
}
.carousel-control-prev {
  left: 10px !important;
}
.card-carousel-arrows {
  width: 100px;
  height: 45px;
  left: 70%;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #0000001f;
  border-radius: 12px !important;
  padding: 40px !important;
  text-align: left;
  height: 100%;
}
.testimonial-card .testimonial-text {
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #000000;
  line-height: 1.4 !important;
}
.testimonial-profile {
  padding-top: 10px;
  border-top: 1px solid #0000001f;
  gap: 15px;
}
.testimonial-profile .profile {
  background-color: #2c286d;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  font-weight: 600;
}

.testimonial-profile .name {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
}
.cta-container {
  background: #052d6b;
  background-image: url("../images/wrapper-bg.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 60px;
  border-radius: 6px;
  color: #fff;
}
.cta-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cta-text {
  font-size: 18px;
  font-weight: 500;
  color: #ffffffb2;
}
.cta-card-btn {
  /* text-wrap: nowrap; */
  font-size: 18px;
  color: #2c286d;
  font-weight: 500;
  padding: 10px 30px;
}

/* Footer */
.footer-col {
  padding-right: 16px;
}
.social {
  display: flex;
  align-items: center;
  gap: 8px !important;
  margin-top: 24px;
}

.social a {
  width: 35px;
  height: 35px;
  background-color: #ffffff1f;
  border-radius: 50%;
  position: relative;
  display: block;
  line-height: 25px;
  text-align: center;
}
.social .social-icon {
  margin-top: 8px;
  width: 20px;
  height: 20px;
}
.ft-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.ft-divided {
  width: 100%;
  height: 1px;
  background: #ffffff4d;
  margin: 1.4rem 0;
}
.ft-list {
  list-style: none;
  padding: 0;
}
.ft-list,
.footer-col p,
.ft-list li,
.ft-list li a,
.ft-link {
  font-size: 14px;
  color: #ffffffb2 !important;
  text-decoration: none;
  display: block;
}
.ft-list li {
  margin-bottom: 6px;
  transition: 0.3s;
}
.copy,
.developedby,
.developedby a {
  font-size: 14px;
  color: #ffffffb2 !important;
  text-decoration: none;
}

/* About style */
.about-hero h1 {
  font-weight: 600;
  font-size: 36px;
  color: #000;
  margin-bottom: 16px;
}

.about-hero .tag {
  background-color: #2c286d14;
  border-radius: 50px;
  font-size: 16px;
  color: #2c286d;
  display: inline-block;
  padding: 6px 20px;
}
.about-hero p {
  font-size: 16px;
  color: #000000b2;
  line-height: 1.6 !important;
}
.about-vision-mission {
  text-align: left;
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 30px;
}
.about-vision-mission h4 {
  font-size: 24px;
  font-weight: 600;
  color: #2c286d;
  margin-bottom: 6px;
}
.about-vision-mission .vision-icon {
  width: 110px;
  height: 110px;
}
.about-vision-mission p {
  font-size: 14px;
  font-weight: 400;
  color: #000000b2;
  margin-bottom: 0px;
}
.feature-row-container {
  padding: 40px 0;
  border-bottom: 1px solid #ffffff33;
}
.feature-grid {
  padding: 60px 40px;
  border-radius: 12px;
  text-align: center;
}

.feature-grid h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
}
.feature-grid-box {
  text-align: center;
  padding: 0 40px;
  /* border-radius: 12px; */
  transition: 0.3s;
  height: 100%;
  border-right: 1px solid #ffffff33;
}

.br-0 {
  border-right: 0px;
}
.bb-0 {
  border-bottom: 0px;
}
.feature-grid-box .icon img {
  width: 25px !important;
  height: 25px !important;
}
.feature-grid-box .icon {
  margin-bottom: 20px;
}
.feature-grid-box .content h4 {
  font-size: 18px;
}
.our-capabilities-section {
  padding-top: 80px;
  padding-bottom: 60px;
}
.our-capable-head {
  min-height: 404px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.our-capable-head h2 {
  font-size: 28px;
  font-weight: 500;
  color: #000000;
}
.our-capable-head p {
  font-size: 15px;
  color: #000000b2;
}
.our-capabilities {
  background-color: #f8f8f8;
  border: 1px solid #0000001f;
  border-radius: 12px;
  padding: 22px 16px 48px 16px;
  min-height: 404px;
}
.our-capabilities .card-img img {
  width: 100%;
  border-radius: 8px;
}
.our-capabilities .card-body {
  padding: 28px 0 5px 0;
}
.our-capabilities .card-body h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.our-capabilities .card-body p {
  font-size: 15px;
  font-weight: 400;
  color: #000000b2;
  margin-bottom: 0;
}
.trusted-customer-container {
  background-color: #f8f8f8;
  border: 1px solid #0000001f;
  border-radius: 8px;
  padding: 44px 102px;
  text-align: center;
  margin-bottom: 60px;
}
.trusted-customer-container h2 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 16px;
}

/* --- Custom Responsive CSS Grid --- */

.responsive-grid {
  display: grid;
  /* Default: Mobile (1 column) */
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-gap);
}

/* Tablet Breakpoint: 640px and up (3 columns) */
@media (min-width: 640px) {
  .responsive-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Desktop Breakpoint: 1024px and up (4 columns) */
@media (min-width: 1024px) {
  .responsive-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* Grid Item Styling */
.grid-item {
  background-color: white;
  padding: 1.5rem;
  border-radius: 0.75rem; /* Rounded xl */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1); /* Shadow lg */
  border: 1px solid var(--color-secondary);

  /* Hover effects */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Service page */
.service-hero-section {
  padding: 74px 0 60px 0;
}
.service-hero-section h1 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 24px;
}
.serive-hero-ol {
  color: #000000b2;
  font-size: 15px;
  line-height: 1.6 !important;
}
.divided-dash {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #00000033;
  margin: 2rem 0;
}
.title-dash-line {
  background-color: #2c286d14;
  border-radius: 50px;
  text-align: center;
  padding: 6px 20px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #2c286d;
  flex-grow: 1;
}
/* Product page */
.hero-tag {
  background-color: #2c286d14;
  border-radius: 50px;
  font-size: 16px;
  color: #2c286d;
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 16px;
}
.product-hero-section {
  padding: 74px 0 60px 0;
}

.product-hero-section h2 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

.product-card .card-body .card-title {
  font-size: 28px;
  font-weight: 600;
  color: #000000cc;
  margin-bottom: 16px;
}

.product-card .card-body .card-text {
  font-size: 18px;
  font-weight: 400;
  color: #000000b2;
  margin-bottom: 16px;
}

.product-card img {
  max-height: 200px;
  object-fit: cover;
  border-radius: 6px;
}

.product-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.product-card {
  border-top: 1px solid #dee2e6; /* light gray divider on top */
}

/* remove extra spacing from the last card if needed */
.product-card:last-child {
  margin-bottom: 0;
}

/* Gallery style start */
/* --- Section base --- */
body {
  background: #fff;
  color: #222;
}
.gallery-section {
  padding: 40px 0;
}

/* Tabs center with dashed lines left & right */
.tab-center-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
.dash-line {
  flex: 1;
  height: 1px;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.12);
}
.tab-pills {
  display: flex;
  gap: 12px;
}
.tab-pill {
  padding: 9px 26px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: 600;
  background: #2c286d14;
  color: #2d2370;
  /* border:1px solid rgba(45,35,112,0.06); */
  text-decoration: none;
}
.tab-pill.active {
  background: #2d2370;
  color: #fff;
  box-shadow: 0 4px 14px rgba(45, 35, 112, 0.15);
}

/* Header row: left title, right filters */
.gallery-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 18px;
}
.gallery-head h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  color: #000;
}
.filters {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

/* Year strip centered (white dashed with pills) */
.year-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 18px 0;
}
.year-dash {
  flex: 1;
  height: 1px;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.08);
}
.year-pill {
  padding: 6px 16px;
  background: transparent;
  border-radius: 20px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #333;
  font-weight: 500;
}
.year-pill.active {
  background: #2d2370;
  color: #fff;
  border-color: transparent;
}

.filter-dropdown {
  background-color: #0000001f;
  height: 40px !important;
  border-radius: 6px;
}
.filter-dropdown:focus {
  box-shadow: none;
  border-color: #2d2370;
  outline: none;
}
/* grid */
.gallery-grid {
  margin-top: 45px;
}
.gallery-item {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 20px rgba(45, 35, 112, 0.06);
}

.gallery-thumb {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}
.glightbox-clean .gslide-description {
  display: none;
} /* hide lightbox caption */

.gallery-grid .item-body {
  padding: 12px 14px;
  display: none !important;
}
.item-title {
  font-weight: 700;
  margin-bottom: 6px;
}
.item-desc {
  color: #666;
  font-size: 0.95rem;
}

/* video overlay play icon */
.play-badge {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  transform: translateY(-50%);
  background: #2a236c;
  color: #fff;
  padding: 6px 8px;
  border-radius: 50%;
  font-size: 22px;
  text-align: center;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 24px;
  border: 3px solid #fff;
}

/* responsive tweaks */
@media (max-width: 991px) {
  .gallery-head {
    flex-direction: column;
    align-items: stretch;
  }
  .filters {
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .gallery-grid .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  } /* single column on very small screens */
  .gallery-thumb {
    height: 180px;
  }
}

/* pagination center */
.pagination-wrapper {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}
/* Custom pagination styles */
.custom-pagination {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0;
  margin: 20px 0;
  font-size: 15px;
  font-weight: 500;
  color: #666;
}

.custom-pagination .page-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.2s;
}
.custom-pagination .page-btn:hover:not(.disabled) {
  background: #2d2370;
  color: #fff;
  border-color: #2d2370;
}
.custom-pagination .page-btn.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.custom-pagination .page-info {
  display: flex;
  align-items: center;
  gap: 6px;
}

.custom-pagination .page-info input {
  width: 50px;
  height: 32px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  color: #2d2370;
}

/* contact us  */
.contact-container {
  display: flex;
  flex-wrap: wrap;
  background: #f5f6f8;
  border: 1px solid #0000001f;
  border-radius: 6px;
  padding: 20px;
  max-width: 1100px;
  margin: 60px auto;
}
.contact-left,
.contact-right {
  flex: 1;
  min-width: 300px;
  padding: 20px;
}
.contact-tag {
  background-color: #2c286d14;
  border-radius: 50px;
  border: 0px;
  font-size: 16px;
  color: #2c286d;
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 16px;
}
.contact-tag:hover {
  background-color: #2c286d14;
  color: #2c286d;
}
.contact-left h2 {
  font-size: 34px;
  margin: 10px 0;
}
.contact-left p {
  font-size: 16px;
  color: #000;
  margin-bottom: 32px;
}
.divider {
  border-top: 1px dashed #ccc;
  margin: 15px 0;
}
.info-box {
  display: flex;
  align-items: center;
  margin: 25px 0;
}
.info-box img {
  width: 40px;
  margin-right: 10px;
}
.ft-link {
  color: #ffffffb2 !important;
  text-decoration: none;
}
.form-group {
  margin-bottom: 15px;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #000;
}
input,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  background: #f5f6f8;
  color: #00000099;
}
.submit-btn {
  background: #2e2370;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
}
button:hover {
  background: #1d1550;
}
.success {
  color: green;
  margin-top: 10px;
}
.error {
  color: red;
  margin-top: 10px;
}

.form-container {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #0000001f;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .trusted-customer-container {
    padding: 22px 22px;
  }
  .about-vision-mission {
    padding: 16px;
  }
  .our-capable-head {
    padding-bottom: 30px;
    min-height: auto;
  }
  .our-capabilities {
    min-height: auto;
    margin-bottom: 20px;
  }
  .about-vision-mission .vision-icon {
    width: 80px;
    height: 80px;
  }
  .feature-grid-box {
    border-right: none;
    border-bottom: 1px solid #ffffff33;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .product-range-section .ps-5 {
    padding-left: 10px !important;
  }
  .custom-card {
    height: 350px;
  }
  .cta-container {
    padding: 30px 20px;
  }
  .cta-card-btn {
    font-size: 16px;
    padding: 10px 20px;
  }
  .product-card .card-body {
    padding: 16px 0 !important;
  }
  .form-container {
    padding: 20px;
  }
  .info-box .mobile- {
    display: flex;
    flex-direction: column;
  }
}
