@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap");

:root {
  --bs-primary-color: #005aa8;
  --bs-secondary-color: #3a81be;
  --bs-secondary: #3a81be;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Karla", sans-serif;
}

p {
  font-size: 18px;
}
h1 {
  font-weight: 700;
}
h5 {
  font-size: 22px;
  font-weight: 600;
}
.navbar {
  position: relative;
}
.nav-logo {
  width: 200px;
}
.navbar {
  position: relative;
  z-index: 2000; /* keep navbar above breadcrumb */
}

/* Force dropdowns to float above everything */
.navbar .dropdown-menu {
  position: absolute;
  z-index: 3000 !important;
  display: none; /* hidden by default */
}

.navbar .nav-item.dropdown:hover .dropdown-menu {
  display: block; /* show on hover */
}
.breadcrumb-wrapper {
  position: relative;
  padding: 120px 10px 120px;
}
.breadcrumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.breadcrumb {
  position: absolute;
  top: 35%;
  z-index: 1;
}
.breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.breadcrumb h1 {
  font-size: 50px;
  font-weight: 800;
  background: linear-gradient(90deg, #000000, #005aa8, #1a1a1a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.breadcrumb-navigation {
  position: absolute;
  bottom: 0;
  background: var(--bs-primary-color);
  color: white;
  display: flex;
  gap: 10px;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  z-index: 2;
}
.breadcrumb-navigation a {
  color: white;
  text-decoration: none;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.mt-80 {
  margin-top: 80px;
}
.about-about-us-contents h5 {
  color: var(--bs-primary-color);
}
.about-about-us-image img {
  width: 100%;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  height: 400px;
  object-fit: cover;
}
.about-about-us-contents {
  margin-right: 15px;
}
.about-about-us-image {
  margin-left: 15px;
}
.about-about-us-contents h1 {
  font-size: 36px;
  margin-bottom: 15px;
}
.about-us-bottom img {
  width: 70px;
  margin-bottom: 15px;
}
.about-us-bottom-inner {
  background: var(--bs-secondary-color);
  height: 100%;
  padding: 20px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.about-us-bottom-inner h5 {
  color: white;
  font-weight: 600;
}
.about-us-bottom-inner p {
  color: #ededed;
}

.about-offer h5 {
  color: var(--bs-primary-color);
}
.about-offer h1 {
  margin-bottom: 20px;
}
.about-offer-inner {
  background: #ededed;
  padding: 20px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  height: 100%;
}
.about-offer-inner h5 {
  margin-top: 20px;
}
.about-offer-inner-image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  height: 200px;
}
.about-offer-inner:hover .about-offer-inner-image img {
  transform: scale(1.2);
}
.about-offer-inner-image img {
  width: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-bottom: 20px;
  height: 200px;
  object-fit: cover;
  transition: 1s ease-in-out;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-10 {
  margin-top: 10px;
}

.about-productivity-image img {
  width: 100%;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.about-productivity-image {
  margin-right: 15px;
}
.about-productivity-contents {
  margin-left: 15px;
}
.about-productivity h5 {
  color: white;
  font-weight: 700;
}
.about-productivity-contents h1 {
  margin-bottom: 15px;
}
.about-productivity-icon img {
  width: 70px;
  margin-bottom: 10px;
}
.about-productivity-icon {
  margin-bottom: 10px;
  margin-top: 10px;
}

.about-productivity {
  background: var(--bs-primary-color);
  color: white;
}
.about-productivity p {
  color: #ededed;
}

.about-ceo {
}
.about-ceo h5 {
  color: var(--bs-primary-color);
}
.about-ceo-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-bottom: 10px;
}
.about-ceo-contents {
  margin-right: 15px;
}
.about-ceo-image {
  margin-left: 15px;
}
.about-ceo-image p {
  margin-top: -10px;
}

.footer {
  background: #ededed !important;
}
.footer-logo {
  width: 300px;
  margin-top: 40px;
}
.footer-top p {
  margin-top: 50px;
  color: #475751;
}
.pt-50 {
  padding-top: 50px;
}
.footer-headings {
  color: var(--bs-primary-color);
  margin-top: 50px;
  font-size: 22px;
}
.footer-rows a p {
  position: relative; /* Needed for proper icon positioning */
  padding-left: 25px; /* Make space for the icon */
  color: #475751;
}

/* Add the icon using ::before */
.footer-rows a p::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* Required for solid icons */
  content: "\f121"; /* Unicode for fa-code icon */
  position: absolute;
  left: 0;
  top: 2px;
  /* transform: translateY(-50%); */
  color: var(--bs-secondary-color);
  font-size: 16px;
}
.footer-row a {
  color: #475751 !important;
}
.footer-row a i {
  color: var(--bs-secondary-color);
}
.social-links {
  display: flex;
  gap: 20px;
}
.social-links img {
  width: 40px;
  margin-top: 10px;
  transition: 0.3s ease-in-out;
}
.social-links img:hover {
  transform: scale(1.2);
}
.footer-bottom {
  color: black;
  padding-bottom: 30px;
}
.footer-bottom a {
  color: black !important;
}
.footer-bottom span {
  color: var(--bs-primary-color);
  font-weight: 600;
}
.logo {
  width: 200px;
}
.nav-btn a {
  text-decoration: none;
  font-size: 24px;
  background: var(--bs-primary-color);
  color: white;
  padding: 10px 15px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.nav-btn a i {
  font-size: 18px !important;
}
.nav-link {
  font-size: 18px;
  color: var(--bs-secondary-color) !important;
  font-weight: 600;
}
.hero-section {
  background: var(--bs-primary-color);
}
.hero-img {
  border-radius: 25px;
}
.hero-section {
  padding: 80px 0;
}

.theme-btn {
  background: var(--bs-primary-color);
  border: 1px solid var(--bs-primary-color);
  color: white;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  padding: 15px 20px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s ease;
}
.theme-btn:hover {
  background: white;
  color: var(--bs-primary-color);
}
.white-bg-btn {
  background: transparent;
  border: 1px solid white;
  color: white;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  padding: 15px 20px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s ease;
}
.white-bg-btn:hover {
  background: white;
  color: var(--bs-primary-color);
}
.hero-content a {
  text-decoration: none;
}
.about-left-image img {
  width: 100%;
  border-radius: 25px;
  height: 500px;
  object-fit: cover;
}
.about-left-image {
  margin-right: 15px;
}
.about-image-contents {
  margin-left: 15px;
}
.about-right-contents h5 {
  color: var(--bs-primary-color);
  font-size: 22px;
  font-weight: 600;
}
.about-right-contents h1 {
  font-size: 36px;
  font-weight: 700;
}
.stat-item {
  padding: 0;
}
.stats-section {
  background: var(--bs-primary-color);
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}

.stats-section {
  position: relative;
  overflow: hidden;
  padding: 50px 0 50px;
}
.statistics {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.statistics-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.statistics-contents {
  position: relative;
  z-index: 2;
}
.stat-label {
  margin-top: 0;
}

.services-top-left h5 {
  color: var(--bs-primary-color);
  font-size: 22px;
  font-weight: 600;
}
.services-top-left h1 {
  font-size: 36px;
  font-weight: 700;
}
.mt-100 {
  margin-top: 100px;
}
.service-card {
  background: #ededed;
  text-align: left;
}
.service-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(
    135deg,
    var(--bs-primary-color),
    var(--bs-secondary-color)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-bottom: 20px;
  font-size: 2rem;
  color: white;
}

/* Testimonials */
.testimonials {
  background: var(--bs-primary-color);
}
.testimonials h1 {
  font-size: 36px;
  font-weight: 700;
  color: white;
}
.testimonials h5 {
  color: white;
  font-size: 22px;
  font-weight: 600;
}
.testimonials p {
  color: #ededed;
  margin-bottom: 30px;
}
.testimonial-card p {
  color: black;
  margin-left: 0;
  margin-bottom: 30px !important;
}
.testimonial-card {
  height: 100%;
  margin: 0;
}

/* Contact  */
.contact h1 {
  font-size: 36px;
  font-weight: 700;
  color: #374151;
}
.contact h5 {
  color: var(--bs-primary-color);
  font-size: 22px;
  font-weight: 600;
}
.contact p {
  margin-bottom: 30px;
}

/* Services Section - Fixed Sticky Sidebar */
.services {
  position: relative;
  padding: 40px 0;
}

.services .row {
  align-items: flex-start;
}

.sticky-col {
  position: sticky;
  top: 50px; /* Adjust based on your header height */
  height: fit-content;
  z-index: 100;
  padding-right: 30px;
}

.services-nav {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-right: 15px;
}

.services-nav h5 {
  font-weight: 700;
  color: #333;
  background: linear-gradient(to right, #000000, #0b85f6);
  color: white;
  padding: 15px 15px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  font-size: 24px;
  margin: 0;
}

.services-nav p {
  margin-bottom: 0;
  padding: 15px 20px;
  border-top: 2px solid white;
  background: #ededed;
}

.services-nav p a {
  font-size: 18px;
  color: #4e4e4e;
  transition: 0.6s ease-in-out;
  text-decoration: none;
  display: block;
  font-weight: 500;
}

.services-nav p a:hover {
  color: #007bff;
  padding-left: 5px;
}

.services-nav-active {
  background: var(--bs-primary-color) !important;
  color: white !important;
}

.services-nav-active a {
  color: white !important;
  font-weight: 600 !important;
}

/* Services content */
.services-content {
  padding-left: 20px;
}

.services-intro-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 25px;
}

.services-intro-contents h5 {
  color: var(--bs-primary-color);
  font-weight: 600;
  margin-bottom: 10px;
}

.services-intro-contents h1 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

.services-intro-contents p {
  margin-bottom: 15px;
  color: #555;
}

.services-offer h2,
.services-why-choose-us h2,
.services-process h2 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
  font-size: 40px;
}

.services-offer > p,
.services-why-choose-us > p {
  color: #555;
  margin-bottom: 30px;
}

.services-offer-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  height: 100%;
  transition: all 0.3s;
}

.services-offer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.services-offer-card img {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}

.services-offer-card h5 {
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
}

.services-offer-card p {
  color: #555;
}

.services-why-choose-us-inner {
  padding: 25px 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  height: 100%;
  transition: all 0.3s;
}

.services-why-choose-us-inner:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.services-why-choose-us-inner i {
  font-size: 36px;
  color: #007bff;
  margin-bottom: 15px;
  display: block;
}

.services-why-choose-us-inner h5 {
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
}

.services-why-choose-us-inner p {
  color: #555;
}

.service-process-step {
  position: relative;
  padding: 30px 20px 10px;
  background: #ededed;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  height: 100%;
  transition: all 0.3s;
}

.service-process-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.step-number {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: var(--bs-primary-color);
  color: white;
  font-size: 32px;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 15px;
  border-bottom-left-radius: 80%;
  text-align: center;
}

.service-process-step img {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}

.service-process-step h5 {
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
  margin-top: 10px;
}

.service-process-step p {
  color: #555;
}

.pt-100 {
  padding-top: 100px;
}

.pb-50 {
  padding-bottom: 50px;
}

.cta {
  background: #3a81be;
  color: white;
}
.cta .theme-btn {
  background: white;
  color: var(--bs-primary-color);
  border: 1px solid white;
  transition: 0.3 ease-in-out;
}
.cta .theme-btn:hover {
  background: none;
  border: 1px solid white;
  color: white;
}
a {
  text-decoration: none !important;
}

.nav-link {
  color: var(--bs-primary-color) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  padding: 8px;
}
.navbar-nav {
  display: flex;
  gap: 30px;
}

.hero-content .theme-btn {
  background: white;
  color: var(--bs-primary-color);
  border: 1px solid white;
}
.hero-content .theme-btn:hover {
  background: none;
  color: white;
}

.services-offer {
  background-image: url(./images/bg-image.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.mb-100 {
  margin-bottom: 100px;
}
.services-offer-card {
  height: 100% !important;
}

.step-1,
.step-2,
.step-3 {
  margin-bottom: 30px !important;
}

p {
  margin-bottom: 0 !important;
}

.services-offer-1,
.services-offer-2,
.services-offer-3 {
  margin-bottom: 30px;
}
.nav-bottom {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.contact-details-inner-img img {
  width: 50px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.contact-details-inner-contents h5 {
  margin-bottom: -5px !important;
}
.contact-details-inner-contents a {
  color: var(--bs-primary-color);
  font-size: 20px;
}
.contact-details-inner-contents a:hover {
  color: var(--bs-secondary);
}
.contact-bottom {
  display: flex;
}
.hero-content p {
  margin-bottom: 20px !important;
}
.testimonials p {
  margin-bottom: 20px !important;
}
.testimonial-p {
  margin-bottom: 30px !important;
}

.reviews-1,
.reviews-2,
.reviews-3,
.reviews-4,
.reviews-5,
.reviews-6 {
  margin-bottom: 30px;
}

.reviews-wrapper h5 {
  color: var(--bs-primary-color);
}

/* <!-- Mobile Menu CSS (added directly to ensure it works) --> */
/* Mobile Menu Styles */
.mobile-nav-bar {
  display: none;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: -350px;
  width: 350px;
  height: 100vh;
  background-color: #fff;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  transition: right 0.3s ease;
  overflow-y: auto;
}

.mobile-nav.open {
  right: 0;
}

.close-nav {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
  z-index: 1002;
}

.sidebar-nav {
  padding: 60px 20px 20px;
}

.sidebar-nav ul {
  padding-left: 0;
}

.sidebar-nav li {
  margin-bottom: 10px;
  list-style: none;
}

.sidebar-nav a {
  display: block;
  padding: 10px 15px;
  color: #333;
  border-radius: 4px;
  transition: all 0.3s;
  text-decoration: none;
}

.sidebar-nav a:hover {
  background-color: #f8f9fa;
  color: #005aa8;
}

/* MetisMenu Arrow Styling */
.has-arrow::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  float: right;
  transition: transform 0.3s;
}

.has-arrow[aria-expanded="true"]::after {
  transform: rotate(90deg);
}

/* Submenu styling */
.metismenu ul {
  padding-left: 20px;
}

.action-bar {
  padding: 20px;
  border-top: 1px solid #eee;
  margin-top: 20px;
}

.action-bar a {
  display: block;
  margin-bottom: 10px;
  color: #333;
  text-decoration: none;
}

.action-bar i {
  margin-right: 10px;
  color: #005aa8;
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
}

/* Mobile nav toggler */
#hamburger {
  cursor: pointer;
  font-size: 32px;
  color: var(--bs-primary-color);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .navbar-nav.d-none.d-lg-flex {
    display: none !important;
  }
  .nav-btn {
    display: none;
  }

  /* Make the line with logo + hamburger stay on one row */
  .navbar .row,
  .header .row {
    align-items: center;
  } /* (Bootstrap .row is flex already) */

  /* Hamburger container */
  .mobile-nav-bar {
    display: flex !important; /* show and use flex */
    align-items: center;
    justify-content: flex-end; /* icon inside aligned right */
    margin-left: auto; /* push this whole block to the far right */
    flex: 0 0 auto; /* stop grid from forcing 50% width */
    width: auto !important; /* override .col-6 width */
    padding-right: 12px; /* optional spacing from edge */
  }
}

@media (min-width: 992px) {
  .mobile-nav-bar {
    display: none !important;
  }
}

@media (width<1300px) {
  .navbar-nav {
    display: flex;
    gap: 10px;
  }
}

@media (width<1200px) {
  .logo {
    width: 150px;
  }
  .nav-link {
    font-size: 16px !important;
  }
  .nav-btn a {
    font-size: 18px;
  }
  .nav-btn a i {
    font-size: 16px !important;
  }
  .navbar-nav {
    gap: 10px;
  }
  .breadcrumb h1 {
    font-size: 40px;
  }
  .breadcrumb-wrapper {
    position: relative;
    padding: 100px 10px 100px;
  }
  .services-nav p a {
    font-size: 16px;
  }
}

.contact p {
  margin-bottom: 30px !important;
}

@media (width<992px) {
  .logo {
    width: 200px;
  }
  .hero-content {
    margin-bottom: 40px;
  }
  .hero-content h1 {
    text-align: center;
  }
  .hero-content p {
    text-align: center;
  }
  .hero-buttons {
    align-items: center !important;
    justify-content: center !important;
  }

  .about-right-contents {
    margin-bottom: 30px;
  }
  .about-left-image img {
    height: 300px;
  }
  .contact-form {
    margin-bottom: 30px;
  }
  .contact-map {
    height: 300px;
  }

  .footer-bottom {
    text-align: center;
  }
  .footer-logo {
    width: 200px;
  }
  .footer-top span {
    display: none;
  }

  /* About */
  .about-about-us-contents {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .about-about-us-image {
    margin-left: 0;
  }
  .about-about-us-image img {
    height: 300px;
  }
  .about-us-bottom-1,
  .about-us-bottom-2 {
    margin-bottom: 25px;
  }

  .about-productivity-contents {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .about-productivity-image img {
    height: 300px;
    object-fit: cover;
  }
  .about-offer-4 {
    margin-bottom: 30px;
  }
  .about-ceo-contents {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .about-ceo-image {
    margin-left: 0;
  }
  .about-ceo-image img {
    height: 300px;
  }

  /* Contact */
  .contact-form {
    margin-top: 30px;
  }

  /* Reviews */
  .reviews-7,
  .reviews-8 {
    margin-bottom: 30px;
  }
}

@media (width<768px) {
  .cta .col-lg-3 {
    margin-top: 40px !important;
  }
  .hero-content h1 {
    text-align: left;
  }
  .hero-content p {
    text-align: left;
  }
  .hero-buttons {
    display: flex !important; /* flex container */
    flex-direction: row !important; /* row, not column */
    flex-wrap: nowrap !important; /* prevent wrapping */
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 10px; /* optional spacing between buttons */
  }
  .contact-map {
    height: 400px !important;
  }

  /* About */
  .about-us-bottom-3 {
    margin-bottom: 30px;
  }
  .about-offer-5 {
    margin-bottom: 30px;
  }

  /* Contact */
  .contact-left .col-md-4 {
    margin-left: 20px;
  }
  .footer-top p {
    margin-top: 10px;
  }
}

.contact-map {
  height: 100%;
}

.about-offer-1,
.about-offer-2,
.about-offer-3 {
  margin-bottom: 30px;
}

/* Projects */
.projects-wrapper h5 {
  color: var(--bs-primary-color);
}

/* Project Showcase Styles */
.project-filters {
  margin: 40px 0 30px;
  text-align: center;
}

.project-filters button {
  background: transparent;
  border: none;
  padding: 8px 20px;
  margin: 0 5px 10px;
  font-size: 15px;
  font-weight: 500;
  color: #555;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.project-filters button:hover,
.project-filters button.active {
  background: var(--bs-primary-color);
  color: #fff;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.project-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.project-image {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.project-card:hover .project-image img {
  transform: scale(1.05);
}

.project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(62, 100, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.project-card:hover .project-overlay {
  opacity: 1;
}

.project-actions {
  display: flex;
  gap: 15px;
}

.project-actions a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  color: var(--bs-primary-color) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.project-actions a:hover {
  background: #3e64ff;
  color: #fff;
  transform: translateY(-3px);
}

.project-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.project-category {
  font-size: 12px;
  font-weight: 600;
  color: var(--bs-secondary-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.project-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

.project-description {
  color: #666;
  margin-bottom: 20px;
  flex-grow: 1;
}

.project-link {
  color: var(--bs-primary-color);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.project-link:hover {
  color: var(--bs-secondary-color);
}

.project-link i {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.project-link:hover i {
  transform: translateX(5px);
}
.project-filters button {
  background: #ededed;
}

@media (max-width: 992px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr); /* force 2 columns */
  }
}
@media (width<768px) {
  .project-filters {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 10px;
    justify-items: center;
    margin-bottom: 50px;
  }

  .project-filters button {
    width: 100%;
    max-width: 200px; /* adjust if needed */
    margin: 0;
  }
  .projects-grid {
    grid-template-columns: 1fr; /* single column */
    gap: 50px;
  }
  /* .project-card-1{
    margin-top: 30px;
    margin-bottom: 30px !important;
  } */
 
}



.form-button{
  background: var(--bs-primary-color) !important;
}
.form-button:hover{
  background: white !important;
  color: var(--bs-primary-color);
}