* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

/* Navbar Start */

.navbar {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1020;
  border-top: 2px solid #97c398;
  background-color: #fff;
  transition: all 0.3s ease;
}

.navbar-brand img {
  transition: transform 0.3s ease;
}

.navbar-brand:hover img {
  transform: scale(1.05);
}

.navbar-nav .nav-link {
  position: relative;
  padding: 0.5rem 1rem;
  color: #000 !important;
  transition: all 0.3s ease;
  font-weight: 500;
}

.navbar-nav .nav-link.active {
  color: #000 !important;
}

.navbar-nav .nav-link.active::before {
  width: calc(100% - 2rem);
  background-color: #FF802B;
  left: 50%;
  transform: translateX(-50%);
}

.nav-link:hover {
  color: #000;
}

.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #FF802B;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-item:not(.dropdown) .nav-link:hover::before {
  width: calc(100% - 2rem);
}

.nav-item.dropdown .nav-link:hover::before {
  width: 50%;
}

.nav-link.active {
  color: black;
}

.nav-link.active::before {
  width: calc(100% - 2rem);
  background-color: #FF802B;
  left: 50%;
  transform: translateX(-50%);
}

.dropdown-menu {
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  transition: all 0.3s ease;
  opacity: 0;
  display: block;
  visibility: hidden;
  transform: translateY(10px);
  background-color: white;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item {
  padding: 0.5rem 1.5rem;
  transition: all 0.3s ease;
  color: #000 !important;
  background-color: white !important;
  position: relative;
  font-weight: 500;
}

.dropdown-item:hover {
  background-color: #FF802B !important;
  color: white !important;
}

#aboutDropdown.dropdown-toggle::after,
#solutionsDropdown.dropdown-toggle::after,
#awardsDropdown.dropdown-toggle::after {
  display: none !important;
}

.navbar-toggler {
  border: none;
  padding: 0.5rem;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media (min-width: 992px) {
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 20px 0;
  }
}

.dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  display: none;
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

@media (max-width: 991.98px) {
  .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    display: none;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: white !important;
    border: 0;
    box-shadow: none;
  }


  .dropdown-menu.show {
    display: block;
  }

  .dropdown-item {
    padding: 0.5rem 1rem !important;
    color: #000 !important;
    font-weight: 500 !important;
  }

  .dropdown-item:hover {
    background-color: transparent !important;
    color: #FF802B !important;
  }

  .nav-item.dropdown .nav-link::before {
    display: block;
  }
}

/* Navbar End */






/* Curosal Image Start */
body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
}

/* Default Carousel Size */
.carousel-custom-height {
  padding-top: 90px;
  height: 729px; /* Default height for medium devices */
}

.carousel-custom-height .carousel-item,
.carousel-custom-height img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Overlay */
.carousel-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.carousel-caption {
  z-index: 2;
}

/* Text Animations */
.carousel-title {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
  opacity: 0;
  transform: translateY(50px);
  animation: fadeSlideUp 1s ease-out 0.3s forwards;
}

.carousel-subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  color: #e5e5e5;
  margin-top: 1rem;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeSlideUp 1s ease-out 0.6s forwards;
}

.carousel-desc {
  font-size: 1.05rem;
  font-weight: 400;
  color: #d1d5db;
  margin-top: 0.5rem;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeSlideUp 1s ease-out 0.9s forwards;
}

.carousel-btn {
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  animation: fadeSlideUp 0.8s ease-out 1.2s forwards;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.carousel-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

@keyframes fadeSlideUp {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Custom Thumbnail Indicators */
.custom-indicators {
  gap: 15px;
}

.custom-indicators .thumb {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid transparent;
  cursor: pointer;
  transition: border 0.3s, box-shadow 0.3s;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
}

.custom-indicators .thumb.active,
.custom-indicators .thumb:hover {
  border-color: #ffffff;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
}

/* Desktop Indicators */
@media (min-width: 769px) {
  .custom-indicators {
    position: absolute !important;
    top: 50% !important;
    right: 15px !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    flex-direction: column !important;
    z-index: 3 !important;
  }
}

/* Hide indicators on small devices */
@media (max-width: 768px) {
  .custom-indicators {
    display: none;
  }

  .custom-indicators .thumb {
    width: 50px !important;
    height: 50px !important;
  }
}

/* ✅ Responsive Carousel Heights */
@media (min-width: 1200px) {
  .carousel-custom-height {
    height: min(100vh, 810px); /* Full height up to 810px */
  }
}

@media (max-width: 992px) {
  .carousel-custom-height {
    height: 600px; /* Tablet */
  }
}

@media (max-width: 576px) {
  .carousel-custom-height {
    height: 450px; /* Mobile */
  }
}

/* ✅ Responsive Text Sizes */
@media (max-width: 992px) {
  .carousel-title {
    font-size: 2.5rem;
  }

  .carousel-subtitle {
    font-size: 1.2rem;
  }

  .carousel-desc {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .carousel-title {
    font-size: 1.8rem;
  }

  .carousel-subtitle {
    font-size: 1rem;
  }

  .carousel-desc {
    font-size: 0.9rem;
  }

  .carousel-btn {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
  }

  /* Slight upward adjustment for mobile */
  .carousel-caption {
    bottom: 15%;
  }
}


/* Curosal Image End */





/* Customer Start */

.counter-section {
  position: relative;
  z-index: 0;
}

.counter-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(2px);
  z-index: 0;
}

.counter-card {
  background: #406d9e;
  backdrop-filter: blur(10px);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}

.counter-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 12px 30px rgba(255, 193, 7, 0.25);
}

.counter-icon i {
  color: #ffc107;
  transition: transform 0.3s ease;
}

.counter-card:hover .counter-icon i {
  transform: scale(1.15);
}

.counter-number {
  font-size: 2.5rem;
  color: #ffc107;
}

/* Customer End */



/* Solar Subsidy For On-grid System End */

 .solar-advance-section {
      background: radial-gradient(circle at top left, #e3f2fd, #f9f9ff);
      font-family: 'Poppins', sans-serif;
      padding: 80px 0;
      min-height: 100vh;
      position: relative;
      overflow-x: hidden;
    }

    .solar-advance-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat; */
      pointer-events: none;
      z-index: 1;
    }

    .solar-advance-container {
      width: 90%;
      max-width: 1150px;
      margin: 0 auto;
      background: rgba(255, 255, 255, 0.95);
      border-radius: 25px;
      backdrop-filter: blur(15px);
      box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
      padding: 60px 50px;
      position: relative;
      overflow: hidden;
      z-index: 2;
    }

    .solar-advance-container::before {
      content: "";
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: conic-gradient(
        from 180deg,
        #0077b6,
        #00b4d8,
        #48cae4,
        #90e0ef,
        #0077b6
      );
      animation: rotateGradient 12s linear infinite;
      z-index: 0;
      opacity: 0.15;
    }

    @keyframes rotateGradient {
      to {
        transform: rotate(360deg);
      }
    }

    .solar-advance-content {
      position: relative;
      z-index: 2;
    }

    .solar-advance-title {
      text-align: center;
      font-size: 2.8rem;
      font-weight: 700;
      background: linear-gradient(90deg, #0077b6, #00b4d8, #c4c700);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 20px;
      animation: fadeInUp 1s ease-out;
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .solar-advance-description {
      text-align: center;
      font-size: 1.1rem;
      color: #333;
      line-height: 1.8;
      margin-bottom: 40px;
      animation: fadeInUp 1s ease-out 0.2s both;
    }

    /* 🌐 Advanced Table Styles */
    .solar-advance-table-wrapper {
      overflow-x: auto;
      margin-bottom: 40px;
      animation: fadeInUp 1s ease-out 0.4s both;
      border-radius: 15px;
    }

    .solar-advance-table {
      width: 100%;
      border-collapse: collapse;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease;
    }

    .solar-advance-table thead {
      background: linear-gradient(90deg, #0077b6, #00b4d8);
      color: #fff;
      font-weight: 600;
    }

    .solar-advance-table th,
    .solar-advance-table td {
      text-align: center;
      padding: 16px;
      font-size: 1rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .solar-advance-table tbody tr:nth-child(even) {
      background-color: #f8fbff;
    }

    .solar-advance-table tbody tr:hover td {
      background-color: #e0f7fa;
      transform: scale(1.01);
      transition: all 0.3s ease;
    }

    .solar-advance-note {
      font-weight: 600;
      color: #0077b6;
      text-align: center;
      margin-top: 15px;
      font-size: 1rem;
      animation: fadeInUp 1s ease-out 0.6s both;
    }

    /* 💡 Advanced Info Card */
    .solar-advance-info-card {
      background: linear-gradient(135deg, #e0f7fa, #f1fdfc);
      border-left: 6px solid #00b4d8;
      border-radius: 15px;
      padding: 30px;
      margin-bottom: 50px;
      box-shadow: 0 8px 25px rgba(0, 180, 216, 0.15);
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      animation: fadeInUp 1s ease-out 0.8s both;
    }

    .solar-advance-info-card:hover {
      transform: translateY(-8px) scale(1.02);
      box-shadow: 0 15px 40px rgba(0, 180, 216, 0.3);
    }

    .solar-advance-info-card h3 {
      color: #0077b6;
      font-size: 1.4rem;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .solar-advance-info-card p {
      color: #333;
      font-size: 1rem;
      margin-bottom: 12px;
      line-height: 1.7;
    }

    .solar-advance-info-card ul {
      margin: 0;
      padding-left: 25px;
      color: #333;
    }

    .solar-advance-info-card li {
      margin-bottom: 8px;
      transition: color 0.3s ease;
    }

    .solar-advance-info-card li:hover {
      color: #0077b6;
    }

    .solar-advance-highlight {
      background: linear-gradient(90deg, #caf0f8, #ade8f4);
      color: #0077b6;
      font-weight: 600;
      padding: 4px 8px;
      border-radius: 4px;
    }

    /* 🧮 Subsidy Calculator */
    .solar-calculator {
      background: linear-gradient(135deg, #fff3e0, #ffe0b2);
      border-radius: 15px;
      padding: 30px;
      margin-bottom: 50px;
      box-shadow: 0 8px 25px rgba(255, 193, 7, 0.15);
      text-align: center;
      animation: fadeInUp 1s ease-out 1s both;
      transition: all 0.3s ease;
    }

    .solar-calculator:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 30px rgba(255, 193, 7, 0.25);
    }

    .solar-calculator h3 {
      color: #f57c00;
      font-size: 1.4rem;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }

    .solar-calculator label {
      display: block;
      margin-bottom: 10px;
      font-weight: 600;
      color: #333;
    }

    .solar-calculator input[type="range"] {
      width: 100%;
      margin-bottom: 15px;
      height: 8px;
      border-radius: 5px;
      background: #ddd;
      outline: none;
      -webkit-appearance: none;
    }

    .solar-calculator input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #f57c00;
      cursor: pointer;
    }

    .solar-calculator input[type="range"]::-moz-range-thumb {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #f57c00;
      cursor: pointer;
      border: none;
    }

    .solar-calculator #sizeValue {
      font-size: 1.2rem;
      font-weight: 700;
      color: #f57c00;
      margin-bottom: 15px;
    }

    .solar-calculator #totalSubsidy {
      font-size: 1.5rem;
      font-weight: 700;
      color: #0077b6;
      background: rgba(0, 119, 182, 0.1);
      padding: 15px;
      border-radius: 10px;
      margin-top: 15px;
    }

    /* 📱 Enhanced Responsive Design */
    @media (max-width: 768px) {
      .solar-advance-section {
        padding: 30px 15px;
      }

      .solar-advance-container {
        width: 95%;
        padding: 25px 15px;
        margin: 10px auto;
      }

      .solar-advance-title {
        font-size: 2rem;
      }

      .solar-advance-description {
        font-size: 1rem;
      }

      /* Tables Fully Responsive - Stack Layout */
      .solar-advance-table-wrapper {
        overflow-x: auto;
      }

      .solar-advance-table {
        font-size: 0.85rem;
        width: 100%;
      }

      .solar-advance-table thead {
        display: none; /* Hide header for small screens */
      }

      .solar-advance-table tbody tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        padding: 10px;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      }

      .solar-advance-table td {
        display: block;
        text-align: right;
        padding: 8px 0;
        border: none;
        position: relative;
        padding-left: 50%;
        font-size: 0.85rem;
      }

      .solar-advance-table td::before {
        content: attr(data-label) ": ";
        position: absolute;
        left: 0;
        width: 50%;
        font-weight: 600;
        text-align: left;
        color: #0077b6;
      }

      /* Disable rotate animation for small screens */
      .solar-advance-container::before {
        animation: none;
      }

      .solar-calculator input[type="range"] {
        width: 100%;
        margin: 0 auto 15px;
        display: block;
      }

      .solar-calculator h3 {
        font-size: 1.2rem;
      }
    }

    @media (max-width: 480px) {
      .solar-advance-title {
        font-size: 1.8rem;
      }

      .solar-advance-description {
        font-size: 0.9rem;
      }

      .solar-advance-table td {
        font-size: 0.8rem;
        padding-left: 55%; /* Slightly more space for labels on very small screens */
      }

      .solar-advance-table td::before {
        width: 55%;
      }

      .solar-advance-info-card,
      .solar-calculator {
        padding: 15px;
      }

      .solar-calculator h3 {
        font-size: 1.1rem;
      }

      .solar-calculator #totalSubsidy {
        font-size: 1.3rem;
      }
    }



/* Solar Subsidy For On-grid System End */


/* Experience Start */

.about-section {
  background-color: #f8f9fc;
  padding: 60px 0;
}

.about-title {
  color: #1a3c5e;
  font-weight: 600;
  font-size: 30px;
}

.about-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1e2b3c;
}

.about-text {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.7;
}

.about-list {
  list-style: none;
  padding-left: 0;
}

.about-list li {
  margin-bottom: 12px;
  font-size: 16px;
  color: #6c757d;
}

.about-list i {
  color: #28c76f;
  margin-right: 10px;
}

.explore-btn {
  background-color: #1a3c5e;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  color: white;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.explore-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

/* Experience End */


/* Why Choose Us Start */

body {
  background-color: #b0aaa7;
}

.choose-us-section {
  padding: 60px 0;
}

.choose-us-title {
  font-weight: bold;
  font-size: 2.5rem;
}

.choose-us-title span {
  color: rgb(210, 37, 37);
}

.choose-card {
  background: linear-gradient(135deg, #fffdfc, #e6b9a6);
  border-radius: 15px;
  padding: 35px 25px 25px;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
}

.choose-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.icon-wrapper {
  width: 60px;
  height: 60px;
  background: rgba(210, 37, 37, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  transition: background 0.4s ease, transform 0.4s ease;
}

.icon-wrapper i {
  font-size: 28px;
  color: rgb(210, 37, 37);
  transition: transform 0.4s ease, color 0.4s ease;
}

.choose-card:hover .icon-wrapper {
  background: rgba(210, 37, 37, 0.15);
  transform: rotate(8deg);
}

.choose-card:hover .icon-wrapper i {
  transform: scale(1.2);
  color: rgb(180, 0, 0);
}

.choose-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.choose-card p {
  font-size: 0.95rem;
  color: #555;
}

/* Why Choose Us End */


/* Our Services Start */

.icon-circle-float {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #fff;
  color: #1a3c5e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  z-index: 1;
}

.icon-circle-float:hover {
  transform: scale(1.05);
}


.green-bg {
  background-color: #1a3c5e;
  color: white;
}

.white-bg {
  background-color: white;
  color: #1a3c5e;
}

.card img {
  object-fit: cover;
  height: 250px;
}

.card-body .rounded-circle {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card .card-body {
  padding-top: 2.5rem !important;
}

.custom-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.custom-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.custom-card .card-img-top {
  transition: transform 0.4s ease;
}

.custom-card:hover .card-img-top {
  transform: scale(1.08);
}

.icon-circle-float {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #fff;
  color: #1a3c5e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, background-color 0.3s ease, color 0.3s ease;
  z-index: 1;
}

.custom-card:hover .icon-circle-float {
  transform: translateY(-6px) scale(1.1);
  background-color: #1a3c5e;
  color: white;
}

.read-more-link {
  color: #1a3c5e;
  transition: color 0.3s ease, transform 0.3s ease;
}

.custom-card:hover .read-more-link {
  color: #0f243a;
  transform: translateX(4px);
}

.card img {
  object-fit: cover;
  height: 250px;
}

/* Our Services End */


/* Our Projects Start */

:root {
  --bg: #ffffff;
  --text: #1f2937;
  --accent: #d22525;
  --muted: #6b7280;
  --card-radius: 18px;
  --card-shadow: 0 14px 30px rgba(20, 20, 25, 0.08);
  --glass: rgba(255, 255, 255, 0.06);
}

body {
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  background: var(--bg);
  color: var(--text);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.projects-section {
  padding: 5.5rem 1rem;
}

.heading {
  text-align: center;
  margin-bottom: 2.5rem;
}

.heading h2 {
  font-weight: 700;
  font-size: clamp(1.9rem, 3.6vw, 2.6rem);
  margin: 0;
  line-height: 1;
}

.heading h2 .accent {
  background: linear-gradient(90deg, #ff6b6b, var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading p.lead {
  color: var(--muted);
  margin-top: 1.25rem;
  font-weight: 400;
}

.projects-grid {
  margin-top: 1rem;
}

.col-card {
  display: flex;
  align-items: stretch;
}

.project-card {
  --tiltX: 0deg;
  --tiltY: 0deg;
  border-radius: var(--card-radius);
  overflow: hidden;
  box-shadow: var(--card-shadow);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  transition: transform .35s cubic-bezier(.22, .9, .35, 1), box-shadow .35s;
  transform: perspective(1000px) rotateX(var(--tiltX)) rotateY(var(--tiltY));
  will-change: transform;
  cursor: pointer;
  display: block;
  border: 1px solid rgba(16, 24, 40, 0.04);
}

.project-card:focus-visible {
  outline: 3px solid rgba(210, 37, 37, 0.12);
  outline-offset: 6px;
}

.image-wrap {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: linear-gradient(180deg, #f3f4f6, #e9ecef);
}

.image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform-origin: center;
  transition: transform .8s cubic-bezier(.2, .9, .3, 1);
  will-change: transform;
}

.dim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 12%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0.0) 100%);
  opacity: 0;
  transition: opacity .38s ease;
  pointer-events: none;
}

.meta {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 28px;
  /* was 14px — gives more space */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transform: translateY(50%);
  transition: transform 0.38s cubic-bezier(.22, .9, .35, 1);
  z-index: 5;
}

.meta .left {
  display: flex;
  gap: 10px;
  align-items: center;
}

.pin {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.95));
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  border: 2px solid rgba(0, 0, 0, 0.06);
}

.pin i {
  color: var(--accent);
  font-size: 1.05rem;
}

.location {
  color: #fff;
  font-weight: 600;
  font-size: .98rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  gap: 8px;
}

.meta .cta {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: .54rem .9rem;
  border-radius: 999px;
  font-weight: 600;
  display: inline-flex;
  gap: .5rem;
  align-items: center;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  text-decoration: none;
  transition: transform .25s ease, background .25s;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.project-card:hover .image-wrap img {
  transform: scale(1.08) translateY(-2%);
}

.project-card:hover .dim {
  opacity: 1;
}

.project-card:hover .meta {
  transform: translateY(0%);
}

/* small hover lift */
.project-card:hover {
  transform: translateY(-10px) scale(1.01) perspective(1000px) rotateX(calc(var(--tiltX))) rotateY(calc(var(--tiltY)));
  box-shadow: 0 30px 50px rgba(20, 20, 25, 0.12);
}

/* Label / badge at top-left */
.badge-top {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 6;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75));
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 600;
  font-size: .8rem;
  color: #111827;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

/* small responsive tweaks */
@media (max-width: 767.98px) {
  .meta {
    left: 12px;
    right: 12px;
    bottom: 20px;
  }

  .pin {
    width: 36px;
    height: 36px;
  }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {

  .project-card,
  .image-wrap img,
  .meta {
    transition: none !important;
    transform: none !important;
  }
}

@media (max-width: 767.98px) {
  .case-btn {
    display: none !important;
  }
}

/* Our Projects Start */


/* Footer Start */

.footer {
  background-color: #1e2b36;
  color: #ced4da;
  padding: 60px 0 30px;
  font-size: 15px;
}

.footer h5 {
  color: white;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer a {
  color: #ced4da;
  text-decoration: none;
}

.footer a:hover {
  color: #28c76f;
}

.footer .social-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #ced4da;
  border-radius: 50%;
  margin-right: 8px;
  color: #ced4da;
  transition: 0.3s;
}

.footer .social-icons a:hover {
  background-color: #28c76f;
  color: #fff;
  border-color: #28c76f;
}

.footer .gallery img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin: 4px;
  border-radius: 6px;
}

.footer-bottom {
  border-top: 1px solid #334756;
  padding-top: 20px;
  font-size: 14px;
}

/* Footer End */