/* Global */

@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap");

:root {
  --main-color: #fff;
  --upperbar: #333;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Ubuntu", sans-serif;
}

/* Global */

/* Upperbar */

.upperbar {
  padding: 8px 0;
  font-size: 13px;
  background: var(--upperbar);
  color: #fff;
}

.upperbar i {
  margin-left: 10px;
}

.upperbar span {
  margin-left: 5px;
  display: inline-block;
}

/* Upperbar */

/* Navbar */

.navbar {
  background-color: var(--main-color) !important;
  padding: 25px 0;
}

.navbar .navbar-brand img {
  width: 100px;
  height: 40px;
  object-fit: contain;
  margin-top: 6px;
  margin-left: 19px;
  transform: scale(2);
}

.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  padding-bottom: 0;
}

/* Navbar */

/* Slider */

.slider {
  width: 100%;
  height: calc(100vh - 141.5px);
  position: relative;
}

.slider img {
  width: 100%;
  height: 100%;
}

.slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.slider .overlay .overlay-content {
  width: 45%;
  height: 100%;
  margin-left: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.slider .overlay .overlay-content span {
  text-transform: uppercase;
  letter-spacing: 4px;
  opacity: 0.5;
}

.slider .overlay .overlay-content h2 {
  font-weight: bold;
  font-size: 31px;
  text-transform: uppercase;
  margin-top: 13px;
}

.slider .overlay .overlay-content p {
  font-size: 13px;
  line-height: 1.5;
  color: #d3d3d3;
  margin-top: 6px;
}

.slider .overlay .overlay-content .openingHours {
  margin-top: 20px;
}

.slider .overlay .overlay-content .openingHours span {
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
  opacity: 1;
}

/* Slider */

/* Services */

.services {
  padding: 50px;
}

.services h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.services .service {
  padding: 48px;
  text-align: center;
  background-color: #004aad;
  color: #fff;
  border-radius: 10px;
  margin-top: 15px;
  height: 300px;
  transition: all 0.2s ease-in-out;
}

.services .service:hover {
  background-color: #333;
  color: #fff !important;
}

.services .service i {
  font-weight: bold;
  font-size: 40px;
}

.services .service h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

.services .service h5 {
  font-size: 13px;
  margin-top: 15px;
  font-style: italic;
  color: #fff;
}

.services .service p {
  font-size: 12px;
  line-height: 1.1;
  text-transform: capitalize;
  color: #ddd;
  margin-top: 20px;
}

/* Services */

/* Story */

.story {
  padding: 50px 0;
  background-color: #184371;
}

.story .sides {
  display: flex;
  justify-content: center;
  align-items: center;
}

.story .sides .leftSide {
  width: 40%;
}

.story .sides .leftSide span {
  font-weight: 400;
  display: block;
  color: #565555;
  letter-spacing: 5px;
  opacity: 0.75;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
}

.story .sides .leftSide h2 {
  font-size: 40px;
  color: #000;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
}

.story .sides .leftSide p {
  color: #999;
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 0;
}

.story .sides .leftSide span {
  color: #fff !important;
}

.story .sides .leftSide h2 {
  color: #fff !important;
}

.story .sides .leftSide p {
  color: #9b9b9b !important;
}

.story .sides .rightSide {
  width: 40%;
  margin-left: 10%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.story .sides .rightSide img {
  width: 80%;
  height: 450px;
  object-fit: contain;
  position: relative;
}

.story .sides .rightSide::after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 83px;
  display: block;
  background-image: url(../images/dots.png);
  background-repeat: repeat;
  width: 77%;
  height: 85%;
  z-index: 1;
}

/* Story */

/* Work */

.work {
  background-color: #ddd;
}

.work h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #004aad;
}

.work .w-block {
  height: 400px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 15px;
}

.work .w-block img {
  width: 100%;
  height: 50%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  object-fit: cover;
}

.work .content {
  width: 100%;
  height: 50%;
  padding: 15px;
}

.work .content h3 {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.work .content h5 {
  font-size: 14px;
  color: #004aad;
  text-transform: uppercase;
}

.work .content p {
  font-size: 14px;
  line-height: 1.1;
  color: #333;
  margin-top: 20px;
}

/* Work */

/* AI */

.services {
  background: rgb(221, 221, 221);
}

.services-section {
  padding: 60px 0;
}
.section-title {
  text-align: center;
  margin-bottom: 50px;
}
.section-title h2 {
  font-weight: 700;
  color: #003366;
  text-transform: uppercase;
}
.service-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 35px 25px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.icon-circle {
  background-color: #0056b3;
  color: #ffffff;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 20px;
  font-size: 1.8rem;
}
.service-card h5 {
  font-weight: 700;
  margin-bottom: 8px;
  color: #003366;
}
.service-card em {
  display: block;
  font-size: 0.9rem;
  color: #007bff;
  margin-bottom: 12px;
}
.service-card p {
  font-size: 0.95rem;
  color: #555;
}

/* AI */

/* AI 2 */

.location-section {
  padding: 60px 0;
}
.section-title {
  text-align: center;
  margin-bottom: 50px;
}
.section-title h2 {
  font-weight: 700;
  color: #003366;
  text-transform: uppercase;
}
.location-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}
.map-container {
  min-height: 400px;
}
.contact-info {
  padding: 40px 30px;
  background-color: #003366;
  color: white;
}
.contact-info h5 {
  font-weight: bold;
  margin-bottom: 25px;
}
.contact-info p {
  margin-bottom: 20px;
  font-size: 0.95rem;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.contact-item i {
  font-size: 1.4rem;
  color: #00aced;
  margin-right: 15px;
  flex-shrink: 0;
}
.contact-item span {
  display: block;
  font-weight: 500;
}

/* AI 2 */

/* AI 3 */

.projects-section {
  padding: 60px 0;
  text-align: center;
}
.projects-section h2 {
  font-weight: 700;
  color: #0047ab;
  margin-bottom: 40px;
  letter-spacing: 1.5px;
}
.project-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.project-img {
  height: 220px;
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.project-content {
  padding: 20px 25px;
  text-align: left;
}
.project-content h5 {
  font-weight: 700;
  color: #222;
  margin-bottom: 6px;
  font-size: 1.2rem;
}
.project-content .subtitle {
  font-size: 0.85rem;
  color: #0047ab;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 14px;
  font-weight: 600;
}
.project-content p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .project-img {
    height: 180px;
  }
}

/* AI 3 */

/* Location */

.location {
  padding: 50px;
}

.location h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.location .map {
  position: relative;
}

.location iframe {
  width: 100%;
  height: 400px;
  position: relative;
}

.location .location-data {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #004aad;
  padding: 20px;
  width: 324px;
  height: 254px;
  color: #fff;
}

/* Location */

/* Footer */

footer {
  background: #003366;
  padding: 3px;
  color: #003366 !important;
}

.footer-logo {
  width: 100px;
  height: 40px;
  object-fit: contain;
  margin-top: 6px;
  margin-left: 19px;
  transform: scale(1.8);
}

footer p {
  color: #fff !important;
}

.loc-color {
  background-color: #ddd;
}

/* Footer */

/* Work */

.work-pg {
  padding: 50px;
}

.work-pg h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}

.work-pg .w-block {
  height: 400px;
  background-color: var(--main-color);
  border-radius: 10px;
  margin-top: 15px;
}

.work-pg .w-block img {
  width: 100%;
  height: 50%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.work-pg .content {
  width: 100%;
  height: 50%;
  padding: 15px;
}

.work-pg .content h3 {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.work-pg .content h5 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.work-pg .content p {
  font-size: 14px;
  line-height: 1.1;
  color: #333;
  margin-top: 20px;
}

/* Work */

.about h2,
.contact h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  margin: 30px 0;
}

.serv-color {
  background-color: #ddd;
}

/* Responsive */

@media (max-width: 767px) {
  .slider .overlay .overlay-content {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .slider .overlay .overlay-content p {
    font-size: 10px;
  }

  .slider .overlay .overlay-content .openingHours {
    font-size: 10px;
  }

  .story .sides {
    flex-direction: column;
  }
  .story .sides .leftSide {
    width: 100%;
  }
  .story .sides .rightSide {
    width: 100%;
    margin-left: 0;
  }
  .story .sides .rightSide img {
    width: 100%;
  }

  .work .row {
    padding-left: 10px;
    padding-right: 10px;
  }
  footer .container div {
    font-size: 10px;
  }
  footer .flex-wrap {
    flex-wrap: nowrap;
  }
}

/* Responsive */

/* About */

.contact {
  background-color: #ddd;
  padding: 50px;
}

/* Container for the About Us content */

.about {
  background-color: #ddd;
  padding: 50px;
}

.about-container {
  margin: 40px auto;
  padding: 0 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #333333;
  line-height: 1.6;
}

/* Paragraph styling */
.about-container p {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

/* Subheading for services */
.about-container h3 {
  font-size: 1.8rem;
  color: #004aad; /* Slightly lighter blue */
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

/* List of services */
.about-container ul {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 1.1rem;
  margin-bottom: 30px;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .about-container {
    padding: 0 15px;
  }

  .about-container h1 {
    font-size: 2rem;
  }

  .about-container h2 {
    font-size: 1.4rem;
  }

  .about-container p,
  .about-container ul {
    font-size: 1rem;
  }
}

/* AI 5 */

.about-section {
  background-color: #ffffff;
  padding: 60px 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.section-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #1d1d1d;
  text-align: center;
}

.core-services {
  margin-top: 40px;
}

.core-services h5 {
  color: #0d6efd;
  font-weight: 600;
  margin-bottom: 20px;
}

.core-services ul {
  padding-left: 1rem;
}

.core-services li {
  margin-bottom: 10px;
}

.conclusion {
  margin-top: 30px;
  font-style: italic;
}

/* AI 5 */
