* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --main-bg-color: #FFFFFF;
  --primary-color: #F2F3F8;
  --button-color: #0071DC;
  --text-color: #171432;
  --text-yl: #F8A406;

  --testblue: #2035F2;
  --testyello: #FFBA00;
  --testgren: #006C76;
}



html,
body {
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}

/* -----------------nav menu----------------------------- */
.main_nav {
  position: sticky;
  top: 0;
  z-index: 100000;
}

.nav1 {
  background-color: var(--testgren);
  display: flex;
  list-style: none;
  gap: 15px;
  color: white;
  padding: 8px 15px;
  justify-content: space-around;
  font-size: 16px;

}

.nav2 {
  display: flex;
  justify-content: space-between;
  background-color: var(--primary-color);
}

.nav2 ul {
  list-style: none;
  display: flex;
  font-size: 24px;
  padding: 30px 10px;
  gap: 50px;
}

.nav2 ul a {
  text-decoration: none;
  color: var(--text-color);
  font-weight: 500;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.nav2 ul a:hover {
  color: var(--testgren);
}

.logo {
  padding-left: 20px;
  padding-top: 10px;
}

.logo img {
  width: 190px;
  height: auto;
}

.button {
  padding-right: 40px;
  padding-top: 25px;

}

.button a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  background-color: var(--text-color);
  font-size: 18px;
}



.button a:hover {
  background-color: var(--testgren);
}


* ------------------------2.hero images----------------------- */ .herocnt {
  display: flex;
  width: 100%;
  background-color: var(--primary-color);
}

.herocontaine {
  padding: 30px;

  width: 55%;

  padding-left: 20px;
  padding-top: 50px;
}

.herocontaine h5 {
  /* background-color:#E5F0F1; */
  color: var(--testgren);
  font-size: 20px;
  padding: 10px;
  width: 30%;
  margin-left: 10px;
}

.herocontaine h1 {
  font-size: 72px;
  padding: 10px;
  color: var(--text-color);

}

.heroh1 {
  color: var(--testgren);
}

.herocontaine p {
  padding: 10px;
  margin-left: 10px;
  font-size: 18px;
  color: rgba(116, 115, 115, 0.918);
  font-weight: 500;
}

.herobtn {
  margin: 40px 20px;
  font-size: 20px;


}



.herocontaine .herobtn .btn1 {
  background-color: var(--text-color);
  padding: 14px 34px;
  color: #FFFFFF;
  border-radius: 40px;
  margin-right: 15px;
  text-decoration: none;
  transition: transform 0.3s ease, background-color 0.3s ease;

}

.herocontaine .herobtn .btn2 {
  padding: 12px 24px;
  border: 2px solid var(--testgren);
  border-radius: 40px;
  text-decoration: none;
  color: var(--text-color);
  transition: transform 0.3s ease, background-color 0.3s ease;


}

.herobtn .btn1:hover {
  background-color: var(--testgren);
}

.herobtn .btn2:hover {
  border: 2px solid var(--text-color);


}



.heroimg {
  width: 45%;

  background-size: cover;
  background-position: center;
}



/* -------------------OUR SERVICES----------------------- */
.ourservices {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}

h2 {
  font-size: 2.25rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 4rem;
  color: var(--testgren);
  letter-spacing: -0.025em;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

a.group {
  background-color: white;
  border-radius: 1.5rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  text-align: center;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.3s ease;
}

a.group:hover {
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
}

a.group i {
  font-size: 4rem;
  margin-bottom: 1.5rem;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
}

a.group h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--text-color);
  transition: color 0.3s ease;
}

a.group:hover h3 {
  color: var(--text-color);
}

a.group p {
  color: #4b5563;
  max-width: 20rem;
  margin: 0 auto;
}

.btn-viewmore {
  background-color: var(--testgren);
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition: background-color 0.3s ease;
  margin-top: 1.5rem;
  display: inline-block;
  text-decoration: none;
}

.btn-viewmore:hover {
  background-color: var(--text-color);
}


/* ----------------------------aboutus---------------------------------- */

.aboutus {
  display: flex;
  margin: 0 auto;
  padding: 1rem 4.7rem;
  width: 100%;

}

.aboutus h2 {}

.abtimage {
  position: relative;
  width: 35%;
  left: 100px;


}

.abtfllimg {
  position: relative;
  height: 550px;
  overflow: hidden;
}

.abtimage {
  width: 40%;

}

.abtfllimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/image/office.jpg");
  background-size: cover;
  background-position: center;
  filter: blur(3px);
  z-index: 0;
}

.abthlfimg {
  position: absolute;
  background-color: #006C76;
  height: 150px;
  width: 320px;
  z-index: 1000;
  bottom: 70px;
  left: -60px;
  border-radius: 20px;
}

.aboutimage {
  height: auto;
  display: flex;
}

.aboutimage img {
  width: 90px;
  border-radius: 100%;
  position: relative;
  top: -15px;
  left: -10px;
}


.abtimgcnt {
  position: absolute;
}

.abtimgcnt h3 {
  color: #FFFFFF;
  padding: 8px;
  font-weight: 100;

}

.abtimgcnt h3 span {
  color: #F8A406;
  font-weight: 600;
}

.abtimgcnt p {
  width: 250px;
  position: relative;
  top: -28px;
  left: 70px;
  color: rgb(197, 190, 190);
  font-size: 15px;
  line-height: 20px;
}

.abuotcnt {
  width: 50%;
  position: relative;
  left: 100px;
  padding: 40px 70px;


}

.abuotcnt h4 {
  color: white;
  padding: 5px;
  width: 200px;
  background-color: #171432;
  text-align: center;

}

.abuotcnt h1 {
  padding: 5px;
  font-size: 40px;
  color: var(--text-color);

}

.abuotcnt p {
  padding: 5px;
  font-size: 18px;
  color: #4b5563;
  margin-bottom: 35px;


}

.aboutbtn a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 25px;
  padding: 10px;
  background-color: var(--button-color);
  transition: transform 0.3s ease, background-color 0.3s ease;

}

.aboutbtn a:hover {
  background-color: var(--testgren);
}





/* -----------------------------table confirmdata--------------------------- */
.countup-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 30px 30px;
  background-color: var(--testgren);
  flex-wrap: wrap;
  color: #FFFFFF;
}


.stat-box {
  text-align: center;
  min-width: 130px;
  padding: 10px;

  border-radius: 40px;
  margin: 10px;
}


.stat-box h2 {
  font-size: 3.5rem;
  color: #ffffff;
  margin: 0;
  font-weight: 700;
}

.stat-box p {
  font-size: 1.5rem;
  color: var(--text-color);
  font-weight: 700;
  padding: 5px;
}

/* ---------------------why choose us----------------------- */
.whyus {
  max-width: 1120px;
  margin: 0 auto;
  padding: 4rem 1.5rem 6rem;
}

.container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

@media (min-width: 768px) {
  .container {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
  }
}

.left {
  width: 100%;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .left {
    width: 40%;
    margin-bottom: 0;
  }
}

.left h2 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: var(--testgren);
  line-height: 1.1;
}

.left p {
  font-size: 1.125rem;
  color: var(--text-color);
  max-width: 36rem;
  line-height: 1.6;
}

.right {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

@media (min-width: 768px) {
  .right {
    width: 60%;
    grid-template-columns: repeat(3, 1fr);
  }
}

.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 1rem;
  border-radius: 0.5rem;
}

.item:hover,
.item:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 10px 15px rgba(37, 99, 235, 0.3);
  background-color: #eff6ff;
  outline: none;
}

.icon {
  font-size: 3rem;
  color: var(--testgren);
  margin-bottom: 1rem;
  line-height: 1;
  transition: color 0.3s ease;
}

.item:hover .icon,
.item:focus-visible .icon {
  color: #00363b
}

.item h3 {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-color);
  line-height: 1.3;
  transition: color 0.3s ease;
}

.item:hover h3,
.item:focus-visible h3 {
  color: #0e0c1f;
}




/* -----------------team section----------- */

.team-card {
  background: white;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  text-align: center;
  cursor: default;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.team-card:hover {
  box-shadow: 0 15px 25px var(--text-color);
  transform: translateY(-5px);
}

.team-photo {
  width: 140px;
  height: 140px;
  border-radius: 9999px;
  object-fit: cover;
  margin: 0 auto 1rem auto;
  border: 4px solid var(--button-color);
  /* Tailwind blue-500 */
}

.team-name {
  font-weight: 700;
  font-size: 1.25rem;
  color: #1f2937;
  /* gray-800 */
  margin-bottom: 0.25rem;
}

.team-role {
  font-size: 1.3rem;
  color: #6b7280;
  /* gray-500 */
  font-style: italic;
  margin-bottom: 1rem;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.social-icons a {
  color: var(--testgren);
  /* blue-500 */
  font-size: 1.6rem;
  transition: color 0.3s ease;
}

.social-icons a:hover,
.social-icons a:focus {
  color: var(--text-color);
  /* blue-800 */
  outline: none;
}

.section-title {
  font-weight: 700;
  font-size: 2.25rem;
  color: #1f2937;
  margin-bottom: 2rem;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}


/* --------------------------------------------------cta get----------------------------------------------- */
.ctaget {

  width: 100%;
  text-align: center;
  margin: 0;
  font-family: 'Inter', sans-serif;
  background-color: #c7e2fd;
  color: var(--testgren);
  justify-content: center;
  padding: 4rem 1.5rem;
}

.ctaget h2 {
  font-weight: 800;
  font-size: 2rem;
  color: var(--testgren);
  margin-bottom: 1.5rem;
}

.ctaget ul {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem 0;
  text-align: left;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  color: #374151;
}

.ctaget ul li {
  display: flex;
  align-items: flex-start;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.ctaget ul li span.bullet {
  color: var(--testgren);
  font-size: 1.75rem;
  margin-right: 0.75rem;
  line-height: 1;
  user-select: none;
}

.ctaget .btn-group {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.5rem;
}

@media (min-width: 640px) {
  .ctaget .btn-group {
    flex-direction: row;
    justify-content: center;
  }
}

.ctaget a.btn-primary {
  background-color: var(--testgren);
  color: white;
  padding: 0.75rem 2rem;
  font-weight: 600;
  border-radius: 0.375rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
  cursor: pointer;
}

.ctaget a.btn-primary:hover,
.ctaget a.btn-primary:focus {
  background-color: white;
  color: var(--text-color);
  outline: none;
  box-shadow: 0 0 0 3px var(--testgren);
}

.ctaget a.btn-primary i {
  margin-left: 0.5rem;
}

.ctaget a.btn-secondary {
  border: 2px solid var(--testgren);
  color: var(--testgren);
  background-color: white;
  padding: 0.75rem 2rem;
  font-weight: 600;
  border-radius: 0.375rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.ctaget a.btn-secondary:hover,
.ctaget a.btn-secondary:focus {
  background-color: var(--testgren);
  color: var(--text-color);
  outline: none;
  box-shadow: 0 0 0 3px var(--testgren);
}

.ctaget a.btn-secondary i {
  margin-left: 0.5rem;
}

.ctaget .avatars {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.ctaget .avatars img {
  width: 80px;
  height: 80px;
  border-radius: 9999px;
  object-fit: cover;
  display: block;
}

.ctaget .trusted-text {
  color: #6b7280;
  font-size: 0.875rem;
  margin-bottom: 2.5rem;
}

.ctaget .contact-info {
  color: #374151;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 640px) {
  .ctaget .contact-info {
    flex-direction: row;
    justify-content: center;
  }
}

.ctaget .contact-info span,
.ctaget .contact-info a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--testgren);
  text-decoration: none;
  white-space: nowrap;
}

.ctaget .contact-info a:hover,
.ctaget .contact-info a:focus {
  text-decoration: underline;
  outline: none;
  color: var(--text-color);
}

.ctaget .contact-info i {
  font-size: 1.125rem;
}


/* ------------------------contact us form----------------------------------------- */

















/* -------our projects---------------- */
.projects-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

.projects-title {
  font-size: 1.875rem;
  /* 3xl */
  font-weight: 700;
  color: #111827;
  /* gray-900 */
  margin-bottom: 2rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.project-card {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  cursor: pointer;
  transition: transform 0.3s ease;
  outline-offset: 2px;
  background-color: white;
  display: flex;
  flex-direction: column;
}

.project-card:hover {
  transform: translateY(-5px);
}

.project-image-wrapper {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  flex-shrink: 0;
}

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

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

.overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 0.9rem;
  line-height: 1.3;
  overflow: hidden;
  max-height: 100%;
  text-align: left;
  pointer-events: none;
}

.project-card:hover .overlay,
.project-card:focus-visible .overlay {
  opacity: 1;
  pointer-events: auto;
}

.overlay p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.project-content {
  padding: 1rem 1.25rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.25rem;
}

.project-title {
  font-weight: 700;
  font-size: 1.125rem;
  color: #111827;
}

.project-category {
  font-size: 0.875rem;
  color: #006C76;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.project-client {
  font-size: 0.9rem;
  color: #374151;
  /* gray-700 */
  font-weight: 500;
  margin-top: 0.5rem;
}

.project-rating {
  margin-top: 0.5rem;
  color: #fbbf24;
  /* yellow-400 */
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

/* Home page container */
.home-projects-section {
  max-width: 1120px;
  margin: 0 auto 4rem auto;
  padding: 3rem 1.5rem 1rem;
}

.home-projects-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--testgren);
  margin-bottom: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.home-projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.view-all-link {
  display: block;
  max-width: 200px;
  margin: 2rem auto 0;
  background-color: var(--testgren);
  /* red-500 */
  color: white;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.view-all-link:hover {
  background-color: var(--text-color);
  /* red-700 */
}


/* ------------------our galllery------------------- */

.gallery-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  text-align: center;
}

.gallery-title {
  font-size: 1.875rem;
  /* 3xl */
  font-weight: 700;
  color: #111827;
  /* gray-900 */
  margin-bottom: 2.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.gallery-item {
  position: relative;
  width: 16rem;
  /* 256px */
  height: 10rem;
  /* 160px */
  border-radius: 0.75rem;
  /* rounded-xl */
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  cursor: pointer;
  transition: transform 0.5s ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay p {
  color: #fff;
  font-size: 0.875rem;
  /* text-sm */
  font-weight: 500;
  text-align: center;
}

.view-more-btn {
  margin-top: 2rem;
  background-color: #ef4444;
  /* red-500 */
  color: white;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
  /* rounded-md */
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.view-more-btn:hover {
  background-color: #b91c1c;
  /* red-700 */
}

@media (min-width: 640px) {
  .gallery-item {
    width: 18rem;
    /* 288px */
    height: 11.25rem;
    /* 180px */
  }
}

@media (min-width: 1024px) {
  .gallery-item {
    width: 20rem;
    /* 320px */
    height: 12.5rem;
    /* 200px */
  }
}