/*
==========================================
    Reset Css
==========================================
*/
:root {
  --primary: #fc721e;
  --white: #f5f3f3;
}
html,
body {
  font-family: "Lato", sans-serif;
  -ms-text-size-adjust: 100%;
}
body {
  color: var(--body);
  font-size: 14px;
  line-height: 1.8;
  overflow-x: hidden;
  width: 100%;
}
ul li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
.display-4,
ul {
  margin: 0;
  padding: 0;
}
a,
a:hover {
  text-decoration: none;
}
/* Website Css */
body {
  background-color: #000;
  color: #fff;
}
/* ***Header Top  Css Start*** */
/* Top section */
.top_bg {
  background-color: #f85606;
}
/* Navbar */
.nave_logo {
  height: 38px;
  width: auto;
}
.navbar-custom {
  background-color: #0fcf98;
}
.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
  color: #ffffff;
}
.navbar-custom .nav-link:hover {
  color: #000001;
}
.navbar-custom .navbar-toggler {
  border-color: #a6c3c3bd;
}
/* Contact From */
.form-container {
  max-width: 800px;
  margin: 50px auto;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px #0000001a;
}

.form-container h2 {
  margin-bottom: 20px;
  color: #f85606;
}

.form-group label {
  font-weight: bold;
  color: #0fcf98;
}

.form-control:focus {
  box-shadow: none;
  border-color: #f85606;
}

.btn-primary {
  background-color: #f85606;
  border: none;
}

.btn-primary:hover {
  background-color: #e64a00;
}

.btn-primary:focus {
  box-shadow: none;
  background-color: #f85606;
}

.form-container input,
.form-container textarea {
  border: 1px solid #0fcf98;
}

.form-container input:focus,
.form-container textarea:focus {
  border-color: #f85606;
}

.form-group {
  margin-bottom: 20px;
}

/* Footer Section Css * Footer Top Start * */
.footer {
  background-color: #262626;
  padding: 40px 0;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer h5 {
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
}
.footer .col-md-3 {
  margin-bottom: 20px;
}
.font_color {
  color: #fff;
}
/* Our Client */

.client-logo:hover {
  border-color: #f85606;
  background-color: #fef4ea;
}
.client_head {
  text-align: center;
  margin-bottom: 10px;
  color: #0fcf98;
  font-weight: bold;
}
.client_text {
  text-align: center;
  margin-bottom: 30px;
  color: #666;
}
.client-logo img {
  height: 160px;
  width: auto;
}

/* Aboutus */
.about-section {
  padding: 50px 0;
}
.about-img {
  width: 100%;
  height: 400px;
  border-radius: 10px;
}
.about-content {
  color: #333;
}
/* Our Teams */
.team-member {
  text-align: justify;
  padding: 20px;
  transition: 0.3s ease-in-out;
}

.team-member img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid #28a745;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}

.team-member h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  color: #333;
}

.team-member p {
  color: #777;
  font-size: 14px;
}

.team-member:hover {
  transform: scale(1.05);
}

.team-member:hover img {
  border-color: #007bff;
}
/* Client review */
.testimonial-card {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
.testimonial-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-card h5 {
  font-weight: bold;
  margin-top: 15px;
}

/* Security */
.feature-box {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.icon-circle {
  width: 80px;
  height: 80px;
  background: #f48024;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 15px;
  color: #fff;
  font-size: 30px;
}
/* Our Busness Card Design */
/* Home page */
.image-container img {
  width: 100%;
  height: 370px;
}

/* Our NFC Design */
.card {
  background-color: #1a1a1a !important;
  color: white;
  padding: 20px;
  border-radius: 10px;
}
.contact-btn {
  background-color: #d42424;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.contact-icons a {
  color: #fff;
  font-size: 24px;
  margin: 10px;
}
.profile-img {
  display: block;
  margin: 0 auto;
}
.sevinformation {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sevinformation p {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: white;
  font-weight: 500;
  margin: 0;
}

.sevinformation i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: red;
  color: white;
  border: 2px solid white;
  font-size: 20px;
  margin-right: 12px;
  min-width: 40px;
}
