/* Global Reset and Box Sizing */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Nunito Sans", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Navbar Section */
.navbar {
  padding: 10px 20px;
}

.navbar-brand img {
  max-height: 50px;
}

.navbar-toggler {
  border: none;
}

.navbar-nav .nav-link {
  padding: 10px 15px;
}

/* Banner Section */
.banner_wrapper {
  padding: 80px 0;
  text-align: center;
}

.banner-content {
  text-align: left;
}

.banner-content h1 {
  font-size: 2.5rem;
  line-height: 1.2;
}

/* Services Section */
.service_wrapper {
  padding: 60px 0;
}

.service_wrapper .section-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.service-btn {
  width: 195px;
  text-align: center;
}

/* Clients Section */
.client_wrapper {
  padding: 60px 0;
}

.single-logo-item img {
  max-height: 80px;
  margin: 0 auto;
}

.client-info {
  text-align: center;
  margin-top: 30px;
}

/* About Section */
.about_wrapper {
  padding: 60px 0;
}

.about-img img {
  width: 100%;
  height: auto;
}

.about_wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.about_wrapper p {
  font-size: 1rem;
  line-height: 1.6;
}

/* Talent Section */
.talent-box {
  padding: 20px;
  border-radius: 8px;
}

.talent-box h5 {
  font-size: 1.5rem;
  margin-top: 15px;
}

.talent-box p {
  font-size: 1rem;
  line-height: 1.6;
}

/* Numbers Section */
.numbers-section {
  padding: 0px 0px 60px 0px;
  text-align: center;
}

.number-box {
  margin: 20px 0;
}

.number {
  font-size: 2.5rem;
  font-weight: bold;
}

.label {
  font-size: 1rem;
  color: #555;
}

/* Footer Section */
.footer-box {
  background: #462b34;
  color: #fff;
  padding: 40px 0;
}

.footer-box h5,
.footer-box h6 {
  color: #ffffff;
}

.footer-box p,
.footer-box a {
  color: #d1d1d1;
  font-size: 0.9rem;
}

.footer-box a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-box .fab {
  font-size: 1.5rem;
}

/* Responsive Styles */
@media (max-width: 1199.5px) {
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 2.1875rem;
  }
  h3 {
    font-size: 1.875rem;
    line-height: 2.6875rem;
  }
  h5 {
    font-size: 1.0625rem;
  }
}

@media (max-width: 991px) {
  .header-scrolled {
    height: auto;
  }
  .header_wrapper .navbar-collapse {
    margin-top: -0.125rem;
  }
  .header_wrapper .menu-navbar-nav {
    text-align: center;
    background-color: var(--bg-white);
    padding-bottom: 0.9375rem;
  }
  .header_wrapper .nav-item .nav-link {
    margin-top: 0.9375rem;
    color: black;
  }
  .service-para::before,
  .service-para::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/comma.png) no-repeat center center;
    background-size: contain;
    z-index: -1;
    border-radius: 5px;
  }
  .service-para::before {
    top: -24px;
    left: -7px;
  }
  .service-para::after {
    bottom: -11px;
    right: 6px;
    transform: rotate(180deg);
  }
  .banner_wrapper {
    padding-top: 6.875rem;
    z-index: 1;
    background: url(../images/bg-img.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    opacity: 0.9;
    height: 65vh;
  }
  .main-heading {
    font-weight: 800;
    color: #ffffff;
  }
  .banner_wrapper .banner-content {
    vertical-align: middle;
    align-self: flex-start;
    margin-left: 25px;
  }
  .service_wrapper .col-lg-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  h2 {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
  h3 {
    font-size: 1.5625rem;
    line-height: 2.875rem;
  }
  h5 {
    font-size: 1.0625rem;
  }
  .about_wrapper .client-info::before {
    top: 0.25rem;
    left: 2.825rem;
  }
  .about_wrapper .client-info > div {
    justify-content: center;
  }
  .about-img {
    margin-bottom: 20px;
  }
  .about_wrapper h2,
  .about_wrapper h4 {
    text-align: center;
  }
  .about_wrapper p {
    text-align: justify;
  }
  .service_wrapper .col-lg-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 575.5px) {
  .about-section
    .image-column
    .inner-column
    .image
    .overlay-box
    .year-box
    .number {
    position: absolute;
    left: -70px;
    top: 10px;
    width: 85vw;
    height: 10vh;
    color: #d7a449;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 105px;
    text-align: center;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    opacity: 0.9;
  }
  .footer-box {
    text-align: center;
  }
  .footer-box .d-flex {
    justify-content: center;
  }
}

@media (max-width: 390px) {
  .banner_wrapper .banner-content h2::after {
    left: 34%;
  }
}
