@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/* ============Variables=========== */
:root {
  --primary-color: #a82c48;
  --secondary-color: #43121d;
  --white-color: #ffffff;
  --black-color: #000000;
  --text-color: #555555;
  --text-gray-color: #999999;
  --primary-font: "Roboto", sans-serif;
}

/*===================Navbar===================*/

.navbar {
  height: 7.5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-item {
  padding-inline: 0.5rem;
}

/*********Section Styles*********/
/* Navbar Styling */

.navigation-wrap {
  background-color: #ffffff !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

//* Custom Styles */
.navigation-wrap {
  background-color: #ffffff !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 120px 0 60px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: #2c3e50;
}

.hero-content h5 {
  font-size: 1.5rem;
  color: #6c757d;
  margin-bottom: 2rem;
}

.hero .row:nth-child(2) {
  margin-bottom: 2rem;
  justify-content: center;
}

.hero .col-lg-2 {
  margin-bottom: 1rem;
  flex: 0 0 auto;
  max-width: 200px;
}

.hero .col-lg-2 h3 {
  font-weight: bold;
  color: #007bff;
}

.hero .col-lg-2 span {
  color: #007bff;
}

.hero .btn {
  margin: 0.5rem;
}

section {
  padding: 80px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.section-title p {
  font-size: 1.2rem;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
}

.service-card,
.tech-card {
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
  background: white;
}

.service-card:hover,
.tech-card:hover {
  transform: translateY(-5px);
}

.service-card i,
.tech-card i {
  font-size: 3rem;
  color: #007bff;
  margin-bottom: 1rem;
}

.portfolio-item {
  margin-bottom: 2rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.portfolio-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.blog-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.contact-form {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 10px;
}

footer {
  background: #2c3e50;
  color: white;
  padding: 3rem 0 1rem;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.5rem;
  }

  .hero-content h5 {
    font-size: 1.2rem;
  }

  .hero .col-lg-2 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #ffffff !important;
    padding: 1rem;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .navbar-nav .nav-link {
    color: #000 !important; /* Ensure visibility */
  }
}

/* Contact form  */

.contact-alert {
  margin-bottom: 1rem;
}

.form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='m2.3 6.73.94-.94-.94-.94L1.36 5.8z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath d='m5.8 4.6 1.4 1.4M7.2 7.4 5.8 6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
}
