@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Poppins", serif;
  overflow-x: hidden;
}
body,
html {
  margin: 0;
  padding: 0;
}
:root {
  --primary-color: #e87f17;
  --text-color: #172541;
}

a {
  text-decoration: none;
  color: initial;
}
.primary {
  color: var(--primary-color);
}
.section-one {
  /* background-color: blueviolet; */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/images/bg2.jpg");
  height: 100vh;
  background-size: cover;
  background-position: center;
  /* filter: blur(8px); */
}
.logo-header {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding: 10px 60px;
  position: fixed;
  width: 100vw;
  margin: 0px;
}
.header ul {
  display: flex;
  list-style: none;
}
.header li {
  padding-left: 30px;
}
.whitesmoke {
  color: whitesmoke;
}
.hero-title {
  background-image: url("/bg.jpg");
  padding: 0px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 90vh;
}
.largefont {
  font-size: 32px;
  font-weight: 700;
}
.semi-largefont {
  font-size: 32px;
  font-weight: 700;
}
.hero-subtitle {
  max-width: 500px;
  margin: 20px 0px 30px;
  font-size: 14px;
  color: whitesmoke;
}

.button-section button {
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  padding: 5px 10px;
}
.fill {
  background-color: var(--primary-color);
  color: white;
  margin-right: 5px;
}
.unfill {
  background-color: transparent;
  color: var(--primary-color);
}

.head-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.line {
  height: 2px;
  width: 50px;
  border-radius: 10px;
  background-color: var(--primary-color);
  margin: 0px 10px;
}

.head {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
/* .head {
  color: #172541;
  margin: 0px 0px 52px 0px;
  font-family: "Poppins", Sans-serif;
  font-size: 36px;
  font-weight: 700;
} */
.section-two,
.section-three,
.section-four,
footer,
.testimony {
  padding: 20px;
}
.section-two {
  width: 100%;
  /* background: linear-gradient(
    to right,
    transparent 80%,
    rgba(0, 0, 0, 0.5) 100%
  ); */
}

.flex {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-wrap: wrap;
}

.image-con {
  width: 500px;
  height: 300px;
  margin-right: 30px;
  flex: 0 0 500px;
  background-color: white;
  overflow: hidden;
}

.text-section {
  min-width: 350px;
  width: 350px;
  flex: 1;
}
.image-con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.paragraph {
  margin-top: 20px;
}
.exper-con {
  display: flex;
  align-items: center;
}
.title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #172541;
  margin: 20px 0px;
}

.exper-con {
  background-color: var(--primary-color);
  display: flex;
  color: white;
  padding: 5px 10px;
  display: inline-flex;
  border-radius: 8px;
  margin-top: 20px;
}
.number {
  padding-right: 10px;
  font-size: 25px;
  font-weight: 600;
}
.years {
  font-size: 14px;
  line-height: 1.2;
}
.sup {
  font-size: 20px;
}
.read-more {
  font-size: 14px;
  color: var(--primary-color);
}
.what-para {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}
.icon {
  width: 30px;
}
.service-section {
  display: flex;
  /* justify-content: center; */
  overflow-x: auto;
}
.service-center {
  display: flex;
  justify-content: center;
  width: 100%;
}
.section-card {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  min-width: 300px;
  width: 280px;
  height: 380px;
  margin: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.color-filled {
  background-color: var(--primary-color);
  color: white;
}
.s-title {
  font-weight: 500;
  margin: 15px;
}
.s-body {
  font-size: 14px;
}

footer {
  background-color: var(--primary-color);
  color: white;
  display: flex;
  justify-content: space-between;
}
.footer-short {
  max-width: 500px;
}
.socials {
  display: flex;
  margin-top: 20px;
}
.icon-border {
  border: 1px solid white;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 5px;
}
.footer-contact {
  display: flex;
  margin-bottom: 5px;
}
.footer-header {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
}
.footer-contact i {
  margin-right: 8px;
  margin-top: 3px;
  /* color: #d3d3d3; */
}
.footer-third-div ul li a {
  list-style: square;
  color: white;
}
.placeholder-image {
  width: 100px;
  height: 100px;
  background: #e2e8f0;
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #718096;
  text-transform: uppercase;
}
.member-name {
  font-size: 1.2rem;
  color: #2d3748;
  margin: 0;
  text-align: center;
}

.member-role {
  color: #4a5568;
  text-align: center;
}
.rating {
  background-image: url("/images/counterbg.png");
  background-size: cover;
  background-position: center;
  padding: 30px 20px;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rating-text {
  color: #172541;
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding-top: 10px;
  text-align: center;
  overflow-y: hidden;
}
.rating-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 150px;
}
.rating-cell img {
  width: 46px;
  height: 42px;
}
.rating {
  display: flex;
}
.core-values {
  width: 100vw;

  background: linear-gradient(
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.8)
    ),
    url("/images/services-bg1.jpg");
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
}
.core-values-text {
  width: 600px;
  margin-right: 20px;
}

.core-values-img-flex {
  display: flex;
  width: 650px;
}

.core-vaules-container {
  background-color: #ffffff;
  /* padding: 35px 40px 30px 40px; */
  height: 180px;
  flex: 1;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #d5e2f5;
  border-radius: 0px 0px 0px 0px;
  box-sizing: border-box;
  margin-right: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.core-vaules-text {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  margin-top: 8px;
}
.odd {
  display: none;
}
.core-values-texting {
  color: #565872;
  margin-bottom: 20px;
}
.test-section {
  display: flex;
  overflow-x: auto;
  margin-top: 20px;
}
.test-card {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  min-width: 300px;
  width: 430px;
  height: 240px;
  margin: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.test-img-con {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.test-img-con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.test-footer {
  display: flex;
  align-items: center;
  margin-top: auto;
}
.test-footer-text i {
  font-size: 14px;
  color: var(--primary-color);
}
.grey {
  color: grey !important;
}
.about-hero,
.test-hero {
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 300px;
  display: flex;
}
.about-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/images/aboutbg2.jpg");
}
.test-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/images/team.jpg");
}
.about-title {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary-color);
  margin-top: 160px;
  margin-left: 20px;
  letter-spacing: 1.5px;
  text-transform: capitalize;
}
.desktop {
  display: none;
}
/* ✅ Dark Overlay (Initially Off-Screen) */
.overlay {
  position: fixed;
  top: 0;
  left: -100vw; /* Start off-screen */
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  transition: left 0.3s ease-in-out; /* Slide in effect */
  z-index: 10;
}

/* ✅ Sidebar (Initially Off-Screen) */
.nav-sidebar {
  position: fixed;
  top: 0;
  right: -300px; /* Start off-screen */
  width: 250px;
  height: 100vh;
  background: #fff;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
  transition: right 0.6s ease-in-out;
  z-index: 20;
  padding-top: 60px;
}

/* ✅ Show Overlay by Sliding In */
.overlay.active {
  left: 0; /* Moves in from left */
}

/* ✅ Show Sidebar after Overlay */
.nav-sidebar.active {
  right: 0;
}

.nav-sidebar ul {
  list-style: none;
  padding: 0;
}

.nav-sidebar ul li {
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
}

.nav-sidebar ul li a {
  text-decoration: none;
  font-size: 18px;
  color: #333;
}

/* Show sidebar when active */
.nav-sidebar.active {
  right: 0;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
}

#menu-icon {
  font-size: 20px;
  cursor: pointer;
}

.footer-third-div li {
  margin-bottom: 5px;
}
.footer-t {
  font-weight: 600;
}
.about-us {
  margin: 20px;
  display: flex;
}
.about-img {
  min-width: 450px;
  width: 450px;
  height: 300px;
}
.about-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.aa {
  color: #f3525a;
  font-weight: 600;
  text-transform: uppercase;
}
.about-text {
  margin-left: 20px;
}
.about-story {
  margin: 20px;
}
/* .vision {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
} */
.vision {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}

.vision-block,
.mission {
  padding: 10px 20px;
  border-bottom: 3px solid black;
}

#vision,
#mission {
  margin-top: 10px;
  display: none; /* Hide initially */
}
.success {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 100%;
  margin: 10px 0px;
  padding: 30px 20px;
}
.success-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #172541;
}
.team-body {
  padding: 20px;
}
.team-img {
  display: flex;
  justify-content: center;
  width: 600px;
  height: 300px;
  background-color: green;
}
.team-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.team-team-img {
  display: flex;
  justify-content: center;
}
.name {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color);
  text-transform: uppercase;
  margin-top: 10px;
}
.role {
  margin-bottom: 10px;
  color: grey;
}
.team-t {
  margin: 10px 0px 5px;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-color);
}
.contact-page {
  display: flex;
  justify-content: center;
  margin: 20px 0px;
}
.contact-block {
  width: 1000px;
  display: flex;
}
.contact-info {
  flex: 1;
  background-image: url("/images/bluebg.jpg");
  /* background-color: var(--primary-color); */
  padding: 20px 30px;
  background-size: cover;
  background-position: center;
  color: white;
}
.contact-field {
  flex: 1;
  background-color: #eef2f6;
  padding: 20px 30px;
}
.ss {
  font-size: 14px;
  margin-bottom: 20px;
}
input {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e7e7e7;
  background-color: white;
  width: 100%;
  padding: 12px 15px 12px 22px;
  margin-bottom: 15px;
}
form button {
  padding: 18px 18px 18px 18px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1em;
  color: #ffffff;
  background-color: #1a2b63;
  border-style: none;
  border-radius: 10px;
  width: 100%;
}
.icon-card {
  display: flex;
  margin: 20px 0px;
  align-items: center;
}
.icon-con {
  background-color: red;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 20px;
}
.service-flex {
  display: flex;
  justify-content: space-between;
  margin: 0px 20px;
}
.service-block {
  flex: 1;
  margin-right: 10px;
  margin-bottom: 20px;
}
.service-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.service-title i {
  margin-right: 8px;
  font-size: 22px;
}
.service-list p {
  font-size: 15px;
  margin-bottom: 3px;
}
.why-con i {
  font-size: 30px;
}
.why-con {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-radius: 50%; */
  border-radius: 10px;
  background-color: rgba(232, 127, 23, 0.2);
  color: var(--primary-color);
}
.ccc {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
}
.buttonx {
  background: linear-gradient(45deg, #e87f17, #ff9f45);
  border: none;
  padding: 10px;
  font-size: 16px;
  color: white;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  margin-top: auto;
  margin-bottom: 60px;
}

.buttonx:hover {
  background: linear-gradient(45deg, #ff9f45, #e87f17);
  transform: scale(1.05);
}
.gollery-logo {
  width: 70px;
}
.footer-logo {
  width: 120px;
}
@media (max-width: 768px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
  .logo-header {
    padding: 10px 20px;
  }
  .hero-title {
    padding: 0px 20px;
  }
  .largefont {
    font-size: 25px;
    font-weight: 700;
  }
  .image-con {
    margin-bottom: 20px;
    height: 220px;
  }
  footer {
    flex-direction: column;
  }
  .footer-third-div,
  .footer-second-div {
    margin-top: 15px;
  }
  .rating-cell {
    margin-bottom: 30px;
  }
  .rating {
    padding-bottom: 0px;
  }
  .core-values-img-flex {
    width: calc(100vw - 40px);
  }
  .even {
    display: none;
  }
  .odd {
    display: flex;
  }
  .core-vaules-container {
    height: 120px;
  }
  .about-hero,
  .test-hero {
    height: 200px;
  }
  .about-title {
    font-size: 30px;
    margin-top: 110px;
  }
  .about-us {
    flex-direction: column;
  }
  .about-text {
    margin-left: 0;
    margin-top: 20px;
  }
  .service-flex {
    flex-direction: column;
  }
  .service-block {
    width: 100%;
  }
  .about-img {
    min-width: 100%;
    width: 100%;
    height: 250px;
  }
  .what-para {
    text-align: start;
  }
  .contact-block {
    flex-direction: column;
    width: 100%;
    margin: 0px 20px;
  }
  .contact-field {
    height: 100%;
  }
}

/* #091350 */
