body {
  font-family: Georgia, serif;
  font-size: 16px;
  color: black;
}

/* Header  */
.main-header {
  background-color: #fff;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1030;
}

.header-top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

/* Logo Image */
.logo-img {
  width: 450px;
  height: auto;
}

.nav-link {
  color: #1c2d59 !important;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  line-height: 1.4;
  padding: 6px 12px;
  border-radius: 8px;
}

.nav-link:hover {
  background-color: #f27b21;
  color: #fff !important;
  border-radius: 8px;
}
@media (max-width: 991.98px) {
  .main-nav,
  .service-nav {
    display: none !important;
  }
}

/* Services Nav Bar */
.logo-img {
  width: 450px;
  height: auto;
}
.service-nav .service-link {
  color: #1c2d59;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
}

.service-nav .service-link:hover {
  background-color: #f27b21;
  color: #fff;
}

/* CTA Button */
.btn-dark-green {
  background-color: #1c2d59;
  border: none;
}

.btn-dark-green:hover {
  background-color: #f27b21;
  color: #fff;
}
/* .......  */
.it-expert-section {
  background-color: #f9f9f9;
}

.it-expert-section .main-img {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.it-expert-section .overlay-img {
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
  width: 280px;
  border: 8px solid #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.it-expert-section .overlay-img img {
  filter: grayscale(100%);
  border-radius: 0;
}
.icon-circle {
  background-color: #1c2d59;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 10px;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .it-expert-section .overlay-img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    margin-top: 1.5rem;
  }

  .it-expert-section .main-img img {
    width: 100%;
  }
}

/* second section  */

.services-section {
  background-color: #f4f4fa;
}

/* Card base */
.service-card {
  background-color: #fff;
  transition: color 0.3s ease;
  z-index: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
}

.service-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
  background-color: #f27b21;
  z-index: 0;
  transition: height 0.4s ease-in-out;
}

.service-card:hover::before {
  height: 100%;
}

.service-card h6 {
  font-family: Georgia, serif;
  font-size: 16px;
  color: #1c2d59;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 2;
  line-height: 1.4;
}

.service-card p {
  font-family: Georgia, serif;
  position: relative;
  z-index: 2;
}

.service-card .icon-service,
.service-card i {
  color: #f27b21;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
  font-size: 2rem;
  margin: 1rem 0;
}

.service-card:hover h6,
.service-card:hover p {
  color: #fff !important;
}

.service-card:hover .icon-service,
.service-card:hover i {
  color: #fff;
}

.read-more-footer {
  background-color: #1c2d59;
  color: white;
  font-family: Georgia, serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  transition: filter 0.3s ease;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.read-more-footer:hover {
  filter: brightness(1.05);
}

/* CTA box */
.cta-border-box {
  border: 2px solid #1c2d59;
  background-color: #fff;
  font-family: Georgia, serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

/* ANIMATED TITLE STYLING */
.animated-title {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animated-title.visible {
  opacity: 1;
  transform: translateY(0);
}

.main-img,
.overlay-img {
  overflow: hidden;
}

.main-img img,
.overlay-img img {
  transition: transform 0.5s ease;
}

/* Hover effect */
.main-img:hover img,
.overlay-img:hover img {
  transform: scale(1.05);
}
.img-hover-zoom img {
  transition: transform 0.5s ease;
}

.img-hover-zoom img:hover {
  transform: scale(1.05);
}

/* footer  */
.footer-section {
  background-color: #ffffff;
  color: #000000;
  font-family: Georgia, serif;
  font-size: 1.1rem;
}

.footer-headline {
  background-color: #1c2d59;
  color: white;
  padding: 1rem;
  font-size: 1.3rem;
  font-weight: 700;
}

.footer-main-content {
  background-color: #ffffff;
  color: #000000;
  font-weight: 400;
  font-size: 1.1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer-main-content .col-md-4 {
  text-align: left;
}

.footer-main-content a {
  color: black;
  text-decoration: none;
  font-weight: 500;
}

.footer-main-content a:hover {
  text-decoration: underline;
}

.social-icons .icon-circle {
  color: #1c2d59;
  font-size: 1.2rem;
  font-weight: 500;
}

.footer-bottom {
  background-color: #1c2d59;
  color: white;
  font-size: 1.1rem;
  font-weight: 400;
}

.footer-section h6 {
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.footer-section p,
.footer-section li {
  font-size: 1.1rem;
  font-weight: 400;
}

.footer-main-content a[href^="mailto"] {
  word-break: break-word;
  overflow-wrap: break-word;
  display: inline-block;
  max-width: 100%;
}
