body {
  margin: 0;
  background-color: hsl(0, 14%, 97%);
  font-family: Arial, sans-serif;
}

.header {
  background-color: #f4f2f2;
  color: rgb(248, 246, 246);
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 60px;
  margin: 20px;
  position: relative;

}

.right-area {
  display: flex;
  align-items: center;
  gap: 20px;
}




.logo-area {
  display: flex;
  align-items: center;
  gap: 15px;
  
}

.logo {
  width: 150px;
  height: auto; /* Keeps original aspect ratio */
  object-fit: contain;
  image-rendering: auto;
}


.logo-area .text h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.logo-area .text p {
  margin: 0;
  font-size: 20px;
  color: #bbb;
}

/* Default navbar style */
.navbar {
  display: flex;
  gap: 20px;
  align-items:center;
}
.navbar a {
  text-decoration: none !important;
  color: black; /* or your preferred color */
  font-weight: 600;
  border: none !important;
  box-shadow: none !important;
}


/* Hamburger menu icon hidden by default */
.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

/* Mobile styles */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
    color: #000;
  }

  .navbar {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: #f6efef;
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  }

  .navbar.active {
    display: flex;
  }

 

  .header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

}


.call-btn {
  background: linear-gradient(to right, #0f44a1, #249beb);
  color:  #f3f2f2;
  padding: 10px 20px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}

.call-btn:hover {
  opacity: 0.9;
}
@media (max-width: 768px) {
.header {
flex-wrap: wrap;
flex-direction: column;
align-items:center;
padding: 15px 20px;


}
.right-area{
  width: 100%;
 
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.menu-toggle {
display: block;
color: #000;
font-size: 28px;
cursor: pointer;
align-self: flex-end;
order: 2;
}

.navbar {
display: none;
flex-direction: column;
width: 100%;
margin-top: 15px;
background: #f6efef;
padding: 10px 0;
border-radius: 10px;
z-index: 10;
}

.navbar.active {
display: flex;
}

.navbar a {
padding: 10px 20px;
width: 100%;
text-align: left;
border-bottom: 1px solid #ddd;
color: #000;
font-weight: 600;
text-decoration: none;
}

.call-btn {
width: 100%;
margin-top: 10px;
align-self: center;
order: 1;
}
}




.hero {
  
  color:white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  animation: fadeIn 3s ease-in-out;
  margin-top: 0px;
  padding-top: 20px;
  
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255); /* dark overlay */
  z-index: 0;
}


.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 68vh;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("homepageimage2.png"); /* Your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white; /* White text */
}

/* 🔥 Overlay behind text */
.hero-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35); /* Dark transparent layer */
  z-index: 0;
  border-radius: inherit;
}

/* ✨ Make text readable on image */
.hero-content h1,
.hero-content p,
.hero-content .hero-btn {
  position: relative;
  z-index: 1;
  color: white;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7); /* Glow effect */
}


@media (max-width: 768px) {
  .hero-content {
    background-size: cover;           /* Make image fully cover the area */
    min-height: 85vh;                 /* More vertical space */
    padding: 60px 20px;               /* More padding */
    background-position: center top;  /* Align image better */
    color:white;                     /* Optional: better contrast */
  }

  .hero-content h1 {
    font-size: 24px;
    line-height: 1.4;
  }

  .hero-content p {
    font-size: 16px;
  }

  .hero-content .hero-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.hero-content h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
  color: black; /* or white depending on background */
  margin: 0;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 28px;
    line-height: 1.4;
  }
}





.hero h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
}

.hero p {
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.hero-btn {
  background: #1e90ff;
  color: white;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
 
}

.hero-btn:hover {
  background: #0b74d2;
}

.trust {
  font-size: 0.4rem;
  margin-top: 20px;
}





/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.services {
  padding: 60px 40px;
  text-align: center;
  background-color: #f3f2f2;
  color: rgb(11, 11, 11);
}

.services h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.services h2 span {
  color: #4d8bff; /* Gradient like color effect */
}

.services .sub-heading {
  color: #0c0c0c;
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.service-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.card {
  background: #fffdfd;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 30px 20px;
  width: 250px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);
}

.card img {
  width: 40px;
  margin-bottom: 15px;
  filter: brightness(0) saturate(100%)  invert(33%) sepia(76%) saturate(749%) hue-rotate(183deg) brightness(94%) contrast(97%);
}

.card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: rgb(1, 35, 56);
}

.card p {
  font-size: 0.9rem;
  color: #131313;
}
html{
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  .header {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    border-radius: 20px;
  }

  .navbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
  }

  .call-btn {
    margin-top: 15px;
    width: 100%;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero p {
    font-size: 1rem;
  }

  .hero-content {
    padding: 20px;
  }

  .services {
    padding: 40px 20px;
  }

  .service-cards {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 90%;
  }
}

.tech-section {
  padding: 40px;
  text-align: center;
  background-color: #f9f9f9;
}

.filter-buttons {
  margin-bottom: 20px;
}

.filter-buttons button {
  margin: 5px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  background: #eee;
  cursor: pointer;
  border-radius: 20px;
}

.filter-buttons button.active {
  background-color: #1e90ff;
  color: white;
  border-color: #1e90ff;
}

.tech-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.tech-card {
  background: white;
  padding: 20px;
  width: 150px;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
  transition: 0.3s;
}

.tech-card img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.tech-card h3 {
  margin: 10px 0 5px;
  font-size: 1rem;
}

.tech-card p {
  font-size: 0.8rem;
  color: #666;
}

@media (max-width: 600px) {
  .tech-card {
    width: 90%;
  }
}

.why-choose-us {
  padding: 60px 40px;
  background-color: #f6f6f6;
  text-align: center;
  color: #0b0b0b;
}

.why-choose-us h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.why-choose-us h2 span {
  color: #2b98f1;
}

.why-choose-us .sub-heading {
  color: #141313;
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.reasons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.reason-card {
  background: rgb(253, 253, 253);
  border-radius: 12px;
  padding: 30px 20px;
  width: 250px;
  box-shadow: 0 5px 15px rgba(157, 178, 180, 0.1);
  transition: transform 0.3s ease;
}

.reason-card:hover {
  transform: translateY(-8px);
}

.reason-card img {
  width: 50px;
  margin-bottom: 15px;
}

.reason-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.reason-card p {
  font-size: 0.95rem;
  color: #080808;
}

@media (max-width: 768px) {
  .why-choose-us {
    padding: 40px 20px;
  }

  .reasons {
    flex-direction: column;
    align-items: center;
  }

  .reason-card {
    width: 90%;
  }

  .why-choose-us h2 {
    font-size: 2rem;
  }

  .why-choose-us .sub-heading {
    font-size: 1rem;
  }

  .reason-card h3 {
    font-size: 1.1rem;
  }

  .reason-card p {
    font-size: 0.95rem;
  }
}

.contact-section {
  background-color: #fcfafa;
  color: rgb(14, 13, 13);
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.contact-section h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.contact-section p {
  text-align: center;
  color: #080808;
  margin-bottom: 40px;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1000px;
  margin: auto;
  background: #ecf2f8;
  border-radius: 15px;
  padding: 30px;
}

.contact-info, .contact-form {
  flex: 1 1 300px;
}

.contact-info h3 {
  margin-bottom: 20px;
  padding-left: 20px;
}

.contact-info p {
  margin: 10px 0;
  text-align: left;
  padding-left: 20px;
}

.contact-info a {
  color: #1e90ff;
  text-decoration: none;
}

.social-icons {
  margin-top: 20px;
}

.social-icons a {
  display: inline-block;
  margin: 0 10px;
  color: #1e90ff;
  font-size: 24px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #63b3ff;
}

.contact-form input,
.contact-form textarea {
  width: 90%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #c1bfbf;
}

.contact-form button {
  background: #55a1f2;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
}

.contact-form button:hover {
  background: #c1e0fb;
}

@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    padding: 20px;
  }
}
.footer {
  background: #e6f0f8;
  color: rgb(12, 12, 12);
  padding: 40px 20px 20px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-col {
  flex: 1;
  min-width: 200px;
  padding: 20px;
}

.footer-col h3 {
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-col p,
.footer-col li,
.footer-col a {
  font-size: 14px;
  line-height: 1.6;
  color: rgb(8, 8, 8);
  text-decoration: none;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.social-icons a {
  margin-right: 10px;
  display: inline-block;
  transition: transform 0.3s;
}

.social-icons img {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%);
}

.social-icons a:hover {
  transform: scale(1.2);
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
}

/* WhatsApp Floating Button */
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
}

.whatsapp-btn img {
  width: 50px;
  height: 50px;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    gap: 20px;
  }

  .footer-col {
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }
}


























