:root {
  --primary: #438984;
  --text-dark: #438984;
  --text-muted: #475569;
  --bg-light: #f8fafc;
  --bg-slate-50: #f8fafc;
}

/* =========================
   GLOBAL
========================= */

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  background: #fff;
}

section {
  position: relative;
  overflow: hidden;
}
.p-4.border.rounded-0.text-center {
    min-height: 155px;
}
/* =========================
   FONTS
========================= */

.nato-class {
  font-family: "Noto Sans", sans-serif !important;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}

.raleway-subheading {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: white;
  font-size: 1.3rem;
}

.raleway-heading {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 3rem;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.main-headings {
  color: rgb(63 143 139);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.17);
}

/* =========================
   TYPOGRAPHY
========================= */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  color: var(--text-dark);
}

p {
  color: var(--text-muted);
  line-height: 1.7;
}

.display-5,
.display-6,
.fw-bold {
  color: #438984;
}

/* =========================
   NAVBAR
========================= */

.navbar {
  width: 100%;
  position: relative;
  background: transparent;
  transition: all 0.4s ease;
  z-index: 1000;
}

.navbar.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  animation: navbarDrop 0.5s ease forwards;
}

@keyframes navbarDrop {
  from {
    transform: translateY(-15px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.navbar-container {
  width: 100%;
  padding: 0 7.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-item-div {
  display: block;
}

.navbar-item,
.toggle-navbar-item,
.nav-scrolled {
  font-family: "Raleway", sans-serif;
  color: #438984 !important;
  font-size: 1rem;
  font-weight: 600;
  transition: 0.3s ease;
}

.navbar-item:hover,
.toggle-navbar-item:hover {
  color: rgb(6, 34, 119) !important;
}

.navbar-toggler {
  display: none;
}

.offcanvas {
  display: none;
  text-align: center;
}

.offcanvas-body {
  margin-top: 30px;
}

/* =========================
   HERO SECTION
========================= */

#consulting {
  position: relative;
  background:
    linear-gradient(
      rgba(67, 137, 138, 0.95),
      rgba(67, 137, 138, 0.75),
      rgba(67, 137, 138, 0.55)
    ),
    url("bgdark.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;
}

#consulting h1,
#consulting p {
  color: #fff !important;
}

#consulting .container {
  position: relative;
  z-index: 2;
}

/* =========================
   GENERAL SECTION SPACING
========================= */

section {
  padding: 100px 0;
}

/* =========================
   CARDS
========================= */

.shadow-sm,
.border.rounded-0,
.border-start {
  transition: all 0.35s ease;
}

.shadow-sm:hover,
.border.rounded-0:hover,
.border-start:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.border-braeon {
  border-left-color: var(--primary) !important;
}

/* =========================
   PROCESS IMAGES
========================= */

.process-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px 16px 0 0;
}

/* =========================
   CTA
========================= */

#contact {
  background:
    linear-gradient(
      rgba(67, 137, 138, 0.95),
      rgba(67, 137, 138, 0.75),
      rgba(67, 137, 138, 0.55)
    ),
    url("bgdark.jpg");
  background-size: cover;
  background-position: center;
}

#contact h2,
#contact p {
  color: #fff !important;
}

/* =========================
   BUTTONS
========================= */

.btn-light {
  color: #438984;
  transition: 0.3s ease;
}

.btn-light:hover {
  background: #f2f2f2 !important;
  transform: translateY(-2px);
}

/* =========================
   FOOTER
========================= */

footer {
  position: relative;
  background:
    linear-gradient(
      rgb(33 33 33),
      rgb(34 34 34 / 84%),
      rgb(16 16 16)
    ),
    url(bgdark.jpg);

  background-size: cover;
  padding: 2rem 4rem;
}

.footer-item {
  font-family: "Raleway", sans-serif;
  color: rgba(255, 255, 255, 0.6) !important;
  font-weight: 600;
}

.footer-item:hover {
  color: rgb(63 143 139) !important;
}

.social-icons {
  position: relative;
  z-index: 2;
}

.d-flex.flex-row.justify-content-center.align-items-center.gap-4 a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgb(63 143 139);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s ease;
}

.d-flex.flex-row.justify-content-center.align-items-center.gap-4 a:hover {
  transform: translateY(-3px);
}

.d-flex.flex-row.justify-content-center.align-items-center.gap-4 i {
  color: #fff;
}

.copyright-text span {
  color: #ffffff8c;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

/* =========================
   ANIMATIONS
========================= */

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(35px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.display-6,
.shadow-sm,
.border-start,
.border.rounded-0 {
  animation: fadeUp 0.8s ease forwards;
}

/* =========================
   RESPONSIVE
========================= */

@media screen and (max-width: 1000px) {

  .navbar-toggler {
    display: block;
  }

  .offcanvas {
    display: block;
    height: 100vh;
  }

  .navbar-item-div {
    display: none;
  }

  .navbar-container {
    padding: 0 1rem;
  }
}

/* =========================
   TABLET
========================= */

@media (max-width: 992px) {

  .display-5 {
    font-size: 2.5rem;
  }

  .display-6 {
    font-size: 2rem;
  }

  section {
    padding: 80px 0;
  }

  .process-img {
    height: 200px;
  }

  .col-lg-3,
  .col-lg-4,
  .col-md-6 {
    margin-bottom: 25px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

  #consulting {
    padding: 90px 20px;
    text-align: center;
  }

  .display-5 {
    font-size: 2.2rem;
    line-height: 1.3;
  }

  .display-6 {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .lead {
    font-size: 1rem;
  }

  section {
    padding: 70px 0;
  }

  .process-img {
    height: auto;
  }

  .footer-item-div ul {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 10px;
  }

  footer {
    padding: 2rem 1rem;
    text-align: center;
  }

  .navbar-brand img {
    width: 90px;
  }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 576px) {

  .display-5 {
    font-size: 1.9rem;
  }

  .display-6 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.1rem;
  }

  p,
  .small {
    font-size: 0.95rem;
  }

  .btn-lg {
    padding: 12px 20px;
    font-size: 1rem;
  }

  section {
    padding: 60px 0;
  }

  #consulting {
    padding: 70px 15px;
  }

  .d-flex.flex-row.justify-content-center.align-items-center.gap-4 {
    gap: 15px !important;
  }
}

/* =========================================
   SMOOTH GLOBAL ANIMATIONS
========================================= */

/* Fade Up Animation */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Fade Left */
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Fade Right */
@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Zoom In */
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.92);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Floating */
@keyframes floating {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* =========================================
   HERO SECTION
========================================= */

#consulting h1 {
  animation: fadeUp 1s ease forwards;
}

#consulting p {
  animation: fadeUp 1.2s ease forwards;
}

#consulting .btn {
  animation: zoomIn 1.4s ease forwards;
  transition: all 0.35s ease;
}

#consulting .btn:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

/* =========================================
   SECTION HEADINGS
========================================= */

.display-6 {
  animation: fadeUp 0.9s ease forwards;
}

/* =========================================
   CONTENT ANIMATIONS
========================================= */

.col-lg-6:first-child {
  animation: fadeLeft 1s ease forwards;
}

.col-lg-6:last-child {
  animation: fadeRight 1s ease forwards;
}

/* =========================================
   PROCESS CARDS
========================================= */

.process-img {
  transition: transform 0.5s ease;
}

.col-lg-3:hover .process-img {
  transform: scale(1.05);
}

.border.rounded-0 {
  animation: fadeUp 1s ease forwards;
  transition: all 0.4s ease;
}

.border.rounded-0:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

/* =========================================
   SERVICE CARDS
========================================= */

.shadow-sm {
  animation: fadeUp 1s ease forwards;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}

.shadow-sm::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    #438984,
    #5ab3ac
  );
  transition: 0.5s ease;
}

.shadow-sm:hover::before {
  left: 0;
}

.shadow-sm:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.12);
}

/* =========================================
   WHY CHOOSE SECTION
========================================= */

.border-start {
  animation: fadeUp 1s ease forwards;
  transition: all 0.35s ease;
}

.border-start:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

/* =========================================
   CTA SECTION
========================================= */

#contact h2 {
  animation: fadeUp 1s ease forwards;
}

#contact p {
  animation: fadeUp 1.2s ease forwards;
}

#contact .btn {
  animation: zoomIn 1.4s ease forwards;
  transition: all 0.35s ease;
}

#contact .btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 35px rgba(0,0,0,0.18);
}

/* =========================================
   FOOTER SOCIAL ICONS
========================================= */

.social-icons {
  transition: all 0.35s ease;
}

.d-flex.flex-row.justify-content-center.align-items-center.gap-4 a:hover {
  transform: translateY(-5px) scale(1.08);
  background: #5ab3ac;
}

/* =========================================
   FLOATING EFFECTS
========================================= */

.process-img,
.shadow-sm:hover,
.border-start:hover {
  will-change: transform;
}

/* =========================================
   STAGGER ANIMATION DELAYS
========================================= */

.col-lg-3:nth-child(1),
.col-lg-4:nth-child(1) {
  animation-delay: 0.1s;
}

.col-lg-3:nth-child(2),
.col-lg-4:nth-child(2) {
  animation-delay: 0.2s;
}

.col-lg-3:nth-child(3),
.col-lg-4:nth-child(3) {
  animation-delay: 0.3s;
}

.col-lg-3:nth-child(4),
.col-lg-4:nth-child(4) {
  animation-delay: 0.4s;
}

/* =========================================
   SMOOTH PAGE RENDER
========================================= */

body {
  animation: fadeUp 0.6s ease;
}