/*
Website Name:  Triunity Collective LLP
Website URL: www.triunity.world/
Website Author: Triunity Collective
Google Fonts: 
Copyright 2025. All Rights Reserved.
************************************
Color Guide:
************************************
RGB - dark blue: 46  81  133 
Color code - dark blue: #2E5185;
RGB - LIGHT BLUE: 113  208  246
Color code - LIGHT BLUE: #71D0F6;
Color code - Black: #000000;
Color code - Gray: #F4F2ED;

************************************/

/************************************************
1.  ---------------- Navbar
2.  ---------------- about
3.  ----------------
4.  ----------------
5.  ----------------
6.  ----------------
7.  ----------------
8.  ----------------
9.  ----------------
************************************************/
*{
    margin: 0px;
    padding: 0px;
    box-sizing:border-box;
}

@font-face {
    font-family: codec-regular;
    src: url(../fonts/Codec-Cold-Regular-trial.ttf);
}

@font-face {
    font-family: codec-bold;
    src: url(../fonts/Codec-Cold-Bold-trial.ttf);
}

@font-face {
    font-family: codec-ExtraBold;
    src: url(../fonts/Codec-Cold-ExtraBold-trial.ttf);
}

@font-face {
    font-family: codec-heavy;
    src: url(../fonts/Codec-Cold-Heavy-trial.ttf);
}

@font-face {
    font-family: codec-light;
    src: url(../fonts/Codec-Cold-Light-trial.ttf);
}

html, body{
    overflow-x: hidden !important;
}

 /* Scroll Buttons */
  #scrollArrow {
    position: fixed;
    right: 30px;
    bottom: 80px;
    opacity: 0;
    display: block; /* initially block, hum JS mein control karenge */
    pointer-events: none;
    border: none;
    outline: none;
    background: none;
    padding: 10px;
    cursor: pointer;
    z-index: 9999;
    transition: opacity 0.6s ease;
  }

  #scrollArrow.visible {
    opacity: 1;
    pointer-events: auto;
  }

  #scrollArrow:hover {
    background: none;
    transform: scale(1.1);
  }

  #scrollArrow img {
    width: 25px;
    height: auto;
    pointer-events: none;
    user-select: none;
    display: block;
  } 


/* 1.Navbar Styles */
.logo-img { height: 50px; width: auto; }

.dropdown-menu {
  display: block;
  top: 100%;
  left: 0; right: 0;
  border-radius: 0;
  box-shadow: 0 5px 15px rgba(0,0,0,0.212);
  padding: 2rem;
  background: #000000;
  border-bottom: 1px solid #71D0F6 !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-14px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* Below the lg breakpoint the mega menu becomes position:static (inline,
   accordion-style) instead of an absolute overlay, so an opacity/visibility
   toggle alone still reserves its full ~1000px height while "closed",
   leaving a large dead gap in the collapsed navbar. Collapse it with
   max-height instead, same technique already used for .submenu-list. */
@media (max-width: 992px) {
  .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    padding: 0 2rem;
    transition: max-height 0.35s ease, opacity 0.3s ease, padding 0.35s ease;
  }
  .dropdown-menu.show {
    max-height: 2000px;
    overflow-y: auto;
    padding: 1.5rem 2rem;
  }
}

.nav-link { color: #ffffff !important; font-family: codec-bold; text-transform: uppercase; font-size: 1rem;}
.nav-link:hover { color: #71D0F6 !important; }
.nav-link.active, .nav-link:focus { color: #ffffff !important; }

.dropdown-menu h4 { font-size: 1.2rem; font-family: codec-ExtraBold; color: #71D0F6; }

.submenu-toggle {
  cursor: pointer; display: block; padding: 1px 15px;
  font-size: 16px; color: #ffffff; font-family: codec-bold;
}
.submenu-toggle:hover { background: #2E5185; }

.submenu-list {
  list-style: none;
  margin: 0;
  background: #2E5185;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.3s ease, margin 0.35s ease;
}
.submenu-list.show {
  max-height: 1000px;
  opacity: 1;
  margin: 5px 0;
}
.submenu-list li { border: 0.5px solid rgba(255, 255, 255, 0.15); padding-left: 20px; }
.submenu-list li a { color: #ffffff; font-size: 16px; text-decoration: none; }
.submenu-list li a:hover { color: #71D0F6; }

.toggler-icon {
  display: block; width: 22px; height: 2px; background: #ffffff;
  margin: 5px auto; transition: all 0.3s ease-in-out;
}
.navbar-toggler.open .top-bar { transform: rotate(45deg) translate(5px, 5px); }
.navbar-toggler.open .middle-bar { opacity: 0; }
.navbar-toggler.open .bottom-bar { transform: rotate(-45deg) translate(5px, -5px); }

.navbar { background: #2E5185; transition: top 0.4s ease; padding: 5px 20px; border-bottom: 1px solid #71D0F6;}
.navbar.hidden { top: -100px; }

/* Below lg, the navbar is position:fixed with no height cap of its own, so
   a fully expanded mega menu (category list, or a 9-10 item submenu) can
   grow taller than the screen. Since a fixed element doesn't scroll with
   the page, anything past the viewport edge becomes permanently
   unreachable. Cap the collapsed menu to the space below the brand/toggle
   row and let it scroll internally instead. */
@media (max-width: 992px) {
  #navbarNavDropdown.show {
    max-height: calc(100vh - 64px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* Tablet (576px–992px) */
@media (max-width: 992px) and (min-width: 576px) {
  /* Navbar */
  .navbar-nav {
    text-align: left;
  }
  .nav-link {
    padding: 10px 15px;
  }

    .logo-img {
    height: 40px;
    width: auto;
}

  /* Mega Menu Columns */
  .dropdown-menu .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  /* Submenu List (padding/border only apply once expanded, so the
     collapsed state has zero height instead of a leftover padding gap) */
  .submenu-list {
    margin-left: 12px;
  }
  .submenu-list.show {
    padding: 6px 10px;
    border-left: 2px solid #71D0F6;
  }
  .submenu-list li {
    padding: 6px 0 6px 12px;
  }

  /* Submenu Toggle Spacing */
  .submenu-toggle {
    display: block;
    margin: 0;
    font-weight: 600;
    cursor: pointer;
  }
}

/* Mobile (<576px) */
@media (max-width: 576px) {
  /* Navbar */
  .navbar-nav {
    text-align: left;
  }
  .nav-link {
    padding: 8px 12px;
  }

  .logo-img {
    height: 35px;
    width: auto;
}

  /* Mega Menu Columns → single column */
  .dropdown-menu .row {
    display: block;
  }
  .dropdown-menu .col {
    margin-bottom: 20px;
  }

  /* Submenu List (padding/border only apply once expanded, so the
     collapsed state has zero height instead of a leftover padding gap) */
  .submenu-list {
    margin-left: 8px;
  }
  .submenu-list.show {
    padding: 4px 8px;
    border-left: 2px solid #71D0F6;
  }
  .submenu-list li {
    padding: 5px 0 5px 10px;
  }

  /* Submenu Toggle Spacing */
  .submenu-toggle {
    display: block;
    margin: 0;
    font-weight: 600;
    cursor: pointer;
  }
}


 
/* 2. Slider */
.banner-slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}


.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}


.banner-slider .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
 background: linear-gradient(180deg, rgba(0, 0, 0, 0.664) 0%, rgba(0, 0, 0, 0.55) 55%, rgb(0 0 0 / 34%) 100%); 
  color: #ffffff;
  padding: 100%;
  transition: padding 0.35s ease, background 0.35s ease;
  overflow: hidden;
  text-align: left;
}

.banner-content {
  z-index: 2;
  color: #ffffff;
  text-align: center;
  padding: 0px 20px;
  max-width: 900px;
  margin: auto;
  display: flex;           /* Flex layout */
  flex-direction: column;  /* Stack vertically */
  align-items: center;     /* Center horizontally */
  justify-content: center; /* Center vertically if needed */
}

.banner-heading {

  font-size: clamp(1.8rem, 5vw, 4rem); /* Auto adjust */
  font-family: codec-heavy;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 20px;
  min-height: auto;
}


.banner-subheading {
  font-size: clamp(1rem, 3vw, 2rem);
  font-family: codec-regular;
  margin: 10px 0 25px;
  line-height: 1.3;
  text-transform: uppercase;
}

.banner-btn {
  background: #2E5185;
  color: #ffffff;
  padding: 0.7rem 1.8rem;
  font-size: clamp(0.8rem, 2vw, 1rem);
  border: none;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
  text-transform: uppercase;
  margin-top: 10px;
}



.banner-btn:hover {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 0 10px rgba(113, 208, 246, 0.7);
}

#typewriter {
  display: inline-block;
  vertical-align: middle;
  border-right: 3px solid #ffffff;
  white-space: nowrap;
  overflow: hidden;
  animation: blink 0.7s infinite;
}




@keyframes blink {
  0%, 50% { border-color: #ffffff; }
  51%, 100% { border-color: transparent; }
}

@keyframes fadeSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Media Queries */
@media (max-width: 1024px) {
  .banner-slide {
    height: 90vh;
  }
}

@media (max-width: 768px) {
  .banner-slide {
    height: 80vh;
  }
  .banner-content {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .banner-slide {
    height: 75vh;
  }
  .banner-heading {
    line-height: 1.3;
  }
  .banner-btn {
    width: 100%; /* Mobile full width button */
    max-width: 250px;
  }
}


/* 3. Logo Slider Section */

.logo-slider-section {
  background: #000000;
  padding: 15px 0;
  overflow: hidden;
}

/* Outer Container */
.logo-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}


/* Inner Track (Auto Scroll) */
.logo-track {
  display: flex;
  align-items: center;
  gap: clamp(15px, 4vw, 40px); /* Responsive gap */
  width: max-content;
  animation: scroll 40s linear infinite;
}

/* Pause on hover */
.logo-slider:hover .logo-track {
  animation-play-state: paused;
}

/* Logo Styling */
.logo-track img {
  width: clamp(70px, 10vw, 130px); /* Auto adjust for screen size */
  height: auto;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.logo-track img:hover {
  transform: scale(1.1);
}


/* Animation Keyframes */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Tablet */
@media (max-width: 992px) {
  .logo-track {
    animation-duration: 50s; /* Slower for smaller screens */
  }
}

/* Mobile */
@media (max-width: 576px) {
  .logo-track {
    animation-duration: 60s;
  }
  .logo-track img {
    flex-shrink: 0; /* Prevent shrinking */
  }
}


/*4.About us Section*/
.about-section {
  padding: 120px 20px;
  background: #F4F2ED;
  position: relative;
  overflow: hidden;
}

.about-section::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -140px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 81, 133, 0.07), transparent 70%);
  z-index: 0;
}

.about-split {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 1;
}

/* --- Visual side: no photo, brand mark on a color panel + floating badges --- */
.about-visual {
  position: relative;
  flex: 0 0 40%;
  max-width: 420px;
}

.about-visual-panel {
  aspect-ratio: 4 / 5;
  border-radius: 24px;
  background: linear-gradient(155deg, #2E5185 0%, #1f3a61 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.about-visual-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(195deg, rgb(46 81 133 / 13%) 0%, rgb(31 58 97 / 11%) 100%);
  z-index: 1;
}

.about-visual-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.about-visual-card {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 18px;
  background: #ffffff;
  color: #2E5185;
  font-size: 1.4rem;
  box-shadow: 0 14px 34px rgba(46, 81, 133, 0.22);
}

.about-visual-card-1 {
  top: 10%;
  left: -20px;
  transform: rotate(-6deg);
}

.about-visual-card-2 {
  bottom: 8%;
  right: -20px;
  transform: rotate(8deg);
  background: #71D0F6;
}

/* --- Content side ---
   Scoped under .about-split (homepage-only) since the bare class name
   .about-content is also used, unscoped, by .services-about-us on the 73
   sub-service pages — an unscoped rule here would bleed into that unrelated
   section too. */
.about-split .about-content {
  flex: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about-split .about-content-watermark {
position: absolute;
    top: 50%;
    left: 50%;
    width: 335px;
    height: auto;
    opacity: 0.50;
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: -1;
    pointer-events: none;
    user-select: none;
}

.about-eyebrow {
  display: inline-block;
  color: #2E5185;
  font-family: codec-bold;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.95rem;
  margin-bottom: 14px;
  position: relative;
  padding-left: 34px;
}

.about-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background: #2E5185;
}

.about-split .about-content h2 {
  font-size: 3rem;
  font-family: codec-heavy;
  color: #2E5185;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.underline::after {
  content: "";
  display: block;
  width: 140px;
  height: 4px;
  background: #2E5185;
  text-align: center;
}

.about-split .about-content p {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  color: #404040;
}

.about-points {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
}

.about-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  font-family: codec-bold;
  color: #2E5185;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(46, 81, 133, 0.15);
}

.about-points i {
  color: #71D0F6;
  font-size: 1.1rem;
  flex-shrink: 0;
}

/*Tablet */
@media (max-width: 992px) {
  .about-section {
    padding: 70px 20px;
  }

  .about-split {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }

  .about-visual {
    flex: none;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .about-split .about-content h2 {
    font-size: 2.2rem;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .about-section {
    padding: 50px 15px;
  }

  .about-visual {
    display: none;
  }

  .about-split .about-content h2 {
    font-size: 1.6rem;
  }

  .about-split .about-content p {
    font-size: 16px;
  }

  .about-points {
    grid-template-columns: 1fr;
  }
}


/*-- 4.Services  --*/

.services {
  padding: 110px 20px;
  background: #2E5185;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.services-header {
  margin: 0 auto 60px auto;
}

.services-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #71D0F6;
  font-family: codec-bold;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.85rem;
  margin-bottom: 16px;
}

.services-eyebrow::before,
.services-eyebrow::after {
  content: "";
  width: 24px;
  height: 2px;
  background: #71D0F6;
}

.services-header h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: codec-heavy;
}

.services-header p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.6;
}

.services-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 1250px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.service-card {
  /* background: #71D0F6; */
  border: 1px solid #71D0F6;
  color: #2E5185;
  padding: 34px 24px;
  border-radius: 16px;
  display: flex;
  flex: 1 1 250px;
  max-width: 285px;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease, color 0.35s ease;
  align-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.service-card:hover,
.service-card:focus,
.service-card:visited {
  color: #ffffff;
  text-decoration: none;
}

.service-card:hover {
  background: #2E5185;
  border-color: rgba(113, 208, 246, 0.5);
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.service-icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #2E5185;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: background 0.35s ease, transform 0.35s ease;
}

.service-card:hover .service-icon {
  background: linear-gradient(135deg, #71D0F6, #2E5185);
  transform: scale(1.08);
}

.service-icon img{
  height: 60px;
  width: auto;
  margin-bottom: 0;
}

.service-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.service-card p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
  color: #ffffff;
}

.service-card:hover p {
  color: #ffffff;
  font-size: 16px;
}

.btn-read {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #2E5185;
  font-size: 14px;
  font-weight: 700;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: gap 0.3s ease, opacity 0.3s ease, color 0.35s ease;
  color: #ffffff;
}

.service-card:hover .btn-read {
  color: #71D0F6;
}

.btn-read-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
}

.btn-read:hover {
  gap: 12px;
  opacity: 0.85;
}


/* Responsive Design */

/* Tablet */
@media (max-width: 992px) {
  .services {
    padding: 70px 20px;
  }

  .services-header h2 {
    font-size: 2.2rem;
  }

  .services-header p {
    font-size: 16px;
  }

  .service-card {
    padding: 26px 18px;
  }

  .service-card h3 {
    font-size: 16px;
  }

  .service-card p {
    font-size: 16px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .services {
    padding: 50px 15px;
  }

  .services-header h2 {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .services-header p {
    font-size: 16px;
  }

  .services-container {
    gap: 15px;
  }

  .service-card {
    flex: 1 1 100%;
    max-width: 100%; /* sab cards ek column me */
    padding: 24px 18px;
  }

  .service-icon {
    width: 66px;
    height: 66px;
  }

  .service-icon img {
    height: 50px;
    width: auto;
  }

  .service-card h3 {
    font-size: 15px;
  }

  .service-card p {
    font-size: 16px;
  }

  .btn-read {
    font-size: 13px;
  }
}


/* What we do */
.whatwedo {
  background: linear-gradient(rgba(0,0,0,0.65), rgba(0, 0, 0, 0.65)),
              url("../img/whatwedo/whatwedo.jpg") center center / cover no-repeat;
  background-attachment: fixed;   /* Parallax effect */
  padding-bottom: 0;
}

.whatwedo-hero {
  padding: 100px 100px;
  color: #ffffff;
  text-align: center;
}

.whatwedo-hero h2 {
  font-size: 3rem;
  font-family: codec-heavy;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.whatwedo-hero h3 {
  font-size: 1.3rem;
  font-family: codec-Bold;
  text-transform: uppercase;
}

.whatwedo-hero p {
  margin-top: 15px;
  font-size: 16px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

/* Tablet */
@media (max-width: 768px) {
  .whatwedo {
    background-attachment: scroll; /* Mobile devices par parallax smooth nahi hota */
  }

  .whatwedo-hero {
    padding: 60px 15px;
  }

  .whatwedo-hero h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .whatwedo-hero h3 {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}

/* Mobile */
@media (max-width: 425px) {
  .whatwedo-hero h2 {
    font-size: 1.6rem;
  }

  .whatwedo-hero h3 {
    font-size: 1rem;
    line-height: 1.4;
  }
}



    /*why choose us */

.feature-section {
  padding: 110px 0;
  background: linear-gradient(135deg, #71D0F6 0%, #71D0F6 45%, #71D0F6 100%);
  position: relative;
  overflow: hidden;
}

.feature-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 34px 28px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #2E5185;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  transition: transform 0.3s ease;
}

.feature-icon .fas {
  font-size: 24px;
  color: #ffffff;
  padding-bottom: 0;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}

.feature-card:hover .feature-icon {
  transform: scale(1.08);
}

.feature-card h5 {
  font-size: 1rem;
  font-family: codec-bold;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #2E5185;
}

.feature-card p {
  font-size: 16px;
  color: #404040;
  margin: 0;
  text-align: justify;
}

.choose-us-eyebrow {
  display: inline-block;
  color: #2E5185;
  font-family: codec-bold;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
  margin-bottom: 14px;
  position: relative;
  padding-left: 34px;
}

.choose-us-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background: #2E5185;
}

.choose-us h2 {
  font-size: 3rem;
  font-family: codec-heavy;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #ffffff;
}

.choose-us p {
  color: #ffffff;
  font-size: 16px;
  text-align: justify;
  margin-bottom: 26px;
}

.choose-us-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #2E5185;
  color: #ffffff;
  padding: 14px 26px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease, gap 0.3s ease;
}

.choose-us-btn:hover {
  background: #2E5185;
  color: #ffffff;
  transform: translateY(-3px);
  gap: 14px;
  text-decoration: none;
}

/* Tablet */
@media (max-width: 991.98px) {
  .feature-section {
    padding: 70px 20px;
  }

  /* Direct-child combinator so this only reverses the outer
     cards/text row, not the nested 4-card grid row inside
     .feature-grid - that one was unintentionally being forced into
     a single reversed column too, breaking the 2-column card layout. */
  .feature-section > .container > .row {
    flex-direction: column-reverse;
  }

  .choose-us {
    margin-bottom: 30px;
    text-align: center;
  }

  .choose-us-eyebrow {
    margin-left: auto;
    margin-right: auto;
  }

  .choose-us h2 {
    font-size: 32px;
  }

  .choose-us p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .feature-section {
    padding: 50px 15px;
  }

  .choose-us h2 {
    font-size: 1.6rem;
  }

  .choose-us p {
    font-size: 16px;
  }

  .feature-card {
    padding: 24px 18px;
  }

  .feature-icon {
    width: 52px;
    height: 52px;
  }

  .feature-icon .fas {
    font-size: 20px;
  }

  .feature-card h5 {
    font-size: 0.95rem;
  }

  .feature-card p {
    font-size: 16px;
  }
}



    /* .team-magic removed — unused, no .php file references this class */



    /*-- our plan --*/

.our-plan {
  position: relative;
  padding: 100px 70px;
  text-align: center;
  max-width: 100%;
  margin: auto;
  background: linear-gradient(rgba(0, 0, 0, 0.356), rgba(0, 0, 0, 0.356)), url('../img/ourplan/our-plan.jpg') center center / cover no-repeat;
  background-attachment: fixed; /* this keeps the image fixed */
  z-index: 1;
  overflow: hidden;
  color: #ffffff;
}

.our-plan::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* dark overlay for readability */
  z-index: 0;
}

.our-plan .text-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: auto;
}

.our-plan h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: codec-heavy;
}

.our-plan p {
  font-size: 16px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .our-plan {
    background-attachment: scroll; /* mobile fallback */
    padding: 60px 15px;
  }

  .our-plan h2 {
    font-size: 16px;
  }

  .our-plan p {
    font-size: 16px;
  }
}



/*Our Mission*/

.mission-section {
  background: #F4F2ED;
  padding: 110px 100px;
  position: relative;
  overflow: hidden;
}

.mission-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  max-width: 1300px;
  margin: 0 auto;
}

/* ---- Visual side ---- */
.mission-visual {
  position: relative;
  flex: 1;
  max-width: 520px;
}

.mission-visual-shape {
  position: absolute;
  top: -28px;
  left: -28px;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #2E5185, #71D0F6);
  border-radius: 24px;
  z-index: 0;
}

.mission-image-frame {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 25px 60px rgba(46, 81, 133, 0.2);
}

.mission-image-frame img {
  width: 100%;
  display: block;
  border-radius: 16px;
}

.mission-badge {
  position: absolute;
  bottom: -30px;
  right: -24px;
  z-index: 2;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 22px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 14px;
}

.mission-badge-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #2E5185;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.mission-badge strong {
  display: block;
  font-size: 1rem;
  color: #2E5185;
  font-family: codec-heavy;
  line-height: 1.2;
  white-space: nowrap;
}

.mission-badge small {
  color: #000000;
  font-size: 0.75rem;
  white-space: nowrap;
}

/* ---- Content side ---- */
.mission-content {
  flex: 1;
}

.mission-eyebrow {
  display: inline-block;
  color: #2E5185;
  font-family: codec-bold;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
  margin-bottom: 14px;
  position: relative;
  padding-left: 34px;
}

.mission-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background: #71D0F6;
}

.mission-content h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
  font-family: 'codec-heavy';
  text-transform: uppercase;
  color:#2E5185;
}

.mission-content p {
  color: #404040;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: justify;
}

.mission-pillars {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.mission-pillars li {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid rgba(46, 81, 133, 0.15);
  padding: 10px 18px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  color: #2E5185;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mission-pillars li:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(46, 81, 133, 0.15);
}

.pillar-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2E5185;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  flex-shrink: 0;
}

/* Responsive */

/* Tablet */
@media (max-width: 992px) {
  .mission-section {
    padding: 70px 40px;
  }

  .mission-container {
    flex-direction: column;
    text-align: center;
    gap: 60px;
  }

  .mission-visual {
    max-width: 420px;
  }

  .mission-badge {
    right: 50%;
    transform: translateX(50%);
    bottom: -26px;
  }

  .mission-eyebrow {
    margin-left: auto;
    margin-right: auto;
  }

  .mission-content h2 {
    font-size: 2.2rem;
  }

  .mission-content p {
    font-size: 16px;
    text-align: justify;
  }

  .mission-pillars {
    justify-content: center;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .mission-section {
    padding: 50px 20px 70px;
  }

  .mission-visual {
    max-width: 280px;
  }

  .mission-visual-shape {
    top: -16px;
    left: -16px;
    border-radius: 18px;
  }

  .mission-image-frame {
    padding: 12px;
    border-radius: 18px;
  }

  .mission-badge {
    padding: 12px 16px;
    gap: 10px;
  }

  .mission-content h2 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .mission-content p {
    font-size: 16px;
    line-height: 1.5;
  }

  .mission-pillars li {
    font-size: 13px;
    padding: 8px 14px;
  }
}


/*--Our vision */

.vision-section {
  background: #ffffff;
  padding: 110px 100px;
  position: relative;
  overflow: hidden;
}

.vision-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  max-width: 1300px;
  margin: 0 auto;
}

/* ---- Content side ---- */
.vision-content {
  flex: 1;
}

.vision-eyebrow {
  display: inline-block;
  color: #2E5185;
  font-family: codec-bold;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
  margin-bottom: 14px;
  position: relative;
  padding-left: 34px;
}

.vision-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background: #71D0F6;
}

.vision-content h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  color:#2E5185;
  font-family: 'codec-heavy';
  text-transform: uppercase;
}

.vision-content p {
  color: #404040;
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: 16px;
  text-align: justify;
}

/* ---- Visual side ---- */
.vision-visual {
  position: relative;
  flex: 1;
  max-width: 520px;
}

.vision-visual-shape {
  position: absolute;
  bottom: -28px;
  right: -28px;
  width: 100%;
  height: 100%;
  background: linear-gradient(315deg, #2E5185, #71D0F6);
  border-radius: 24px;
  z-index: 0;
}

.vision-image-frame {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 25px 60px rgba(46, 81, 133, 0.2);
}

.vision-image-frame img {
  width: 100%;
  display: block;
  border-radius: 16px;
}

.vision-badge {
  position: absolute;
  top: -30px;
  left: -24px;
  z-index: 2;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 22px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 14px;
}

.vision-badge-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #2E5185;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.vision-badge strong {
  display: block;
  font-size: 1rem;
  color: #2E5185;
  font-family: codec-heavy;
  line-height: 1.2;
  white-space: nowrap;
}

.vision-badge small {
  color: #000000;
  font-size: 0.75rem;
  white-space: nowrap;
}

/* Tablet */
@media (max-width: 992px) {
  .vision-section {
    padding: 70px 40px;
  }

  .vision-container {
    flex-direction: column-reverse;
    text-align: center;
    gap: 60px;
  }

  .vision-visual {
    max-width: 420px;
  }

  .vision-badge {
    left: 50%;
    transform: translateX(-50%);
    top: -26px;
  }

  .vision-eyebrow {
    margin-left: auto;
    margin-right: auto;
  }

  .vision-content h2 {
    font-size: 2.2rem;
  }

  .vision-content p {
    font-size: 16px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .vision-section {
    padding: 50px 20px 70px;
  }

  .vision-visual {
    max-width: 280px;
  }

  .vision-visual-shape {
    bottom: -16px;
    right: -16px;
    border-radius: 18px;
  }

  .vision-image-frame {
    padding: 12px;
    border-radius: 18px;
  }

  .vision-badge {
    padding: 12px 16px;
    gap: 10px;
  }

  .vision-content h2 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .vision-content p {
    font-size: 16px;
    line-height: 1.5;
  }
}








/* Client Reviews */
.testimonials-section {
  background: #ffffff;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.testimonials-header {
  text-align: center;
  margin-bottom: 70px;
}

.testimonials-header h2 {
  font-size: 3rem;
  font-family: codec-heavy;
  color: #2E5185;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.testimonials-header p {
  font-size: 16px;
  color: #404040;
}

.testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  max-width: 350px;
  flex: 1 1 30%;
  border-top: 2px solid #2E5185;
}

.testimonial-card p {
  font-size: 16px;
  color: #404040;
  line-height: 1.6;
  margin-bottom: 20px;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.client-info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.client-info h4 {
  margin: 0;
  font-size: 1.2rem;
}

.client-info small {
  color: #000000;
}

/* Tablet */
@media (max-width: 992px) {
  .testimonials-header h2 {
    font-size: 2.2rem;
  }

  .testimonials-header p {
    font-size: 16px;
  }

  .testimonials-grid {
    gap: 20px;
  }

  .testimonial-card {
    max-width: 100%;
    flex: 1 1 45%;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .testimonials-section {
    padding: 50px 15px;
  }

  .testimonials-header h2 {
    font-size: 1.6rem;
  }

  .testimonials-header p {
    font-size: 16px;
  }

  .testimonial-card {
    flex: 1 1 100%;
    padding: 20px;
  }

  .testimonial-card p {
    font-size: 16px;
  }

  .client-info h4 {
    font-size: 1rem;
  }

  .client-info small {
    font-size: 0.8rem;
  }
}



/* .team-section / .team-grid / .team-card removed — unused, no .php file references these classes */


/* Triunity Collective Stats Section */

.stats-section {
  background: #2E5185; /* blue background */
  padding: 60px 20px;
  color: #ffffff;
}

/* Heading + Paragraph */
.stats-heading {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
}

.stats-heading h2 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 20px;
  font-family: codec-heavy;
  text-transform: uppercase;

}

.stats-heading p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  opacity: 0.9;
}

.stats-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
  flex-wrap: wrap;
}

.stat-box {
  flex: 1;
  text-align: center;
  position: relative;
  min-width: 200px;
}

.stat-box h2 {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 10px;
}

.stat-box p {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

/* Divider lines for desktop only */
.stat-box:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 20%;
  height: 60%;
  width: 1px;
  background: #ffffff;
}

/* Tablet (2 per row) */
@media (max-width: 992px) {
  .stats-container {
    gap: 30px;
  }

  .stats-heading p {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
  text-align: justify;
}

  .stat-box {
    flex: 1 1 calc(50% - 30px);
  }

  .stat-box:not(:last-child)::after {
    display: none; /* Divider hide */
  }

  .stat-box h2 {
    font-size: 36px;
  }

  .stats-heading h2 {
    font-size: 2.2rem;
  }
}
/* Mobile (2 per row) */
@media (max-width: 576px) {
  .stats-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 20px;
  }

  .stat-box {
    min-width: auto;
  }

  .stat-box h2 {
    font-size: 28px;
  }

  .stat-box p {
    font-size: 16px;
  }

  .stats-heading h2 {
    font-size: 1.6rem;
  }

  .stats-heading p {
    font-size: 16px;
  }
}



/*-- Contact form--*/


  .contact-section {
  background: #000000;
  background-attachment: fixed;
  padding: 60px 20px;
}

.contact-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

.contact-form-box {
  flex: 1 1 45%;
  padding: 30px;
  border-radius: 0px;
}

.contact-info-box {
  flex: 1 1 45%;
  padding: 20px;
  border-radius: 8px;
  align-content: center;
}

/* Headings */
.contact-form-box h3,
.contact-info-box h3 {
  font-size: 2rem;
  font-family: codec-ExtraBold;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #ffffff;
}

.contact-form-box p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #ffffff;
}

/* Inputs */
.contact-form .form-group {
  margin-bottom: 0;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  background: #ffffff;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  color: #000000;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #000000;
  font-size: 15px;
}

.contact-form .error-message,
.careers-form .error-message {
  display: block;
  color: #dc3545;
  font-size: 12px;
  font-weight: 600;
  margin-top: 4px;
  min-height: 14px;
}

.contact-form input.input-error,
.contact-form textarea.input-error,
.careers-form input.input-error,
.careers-form textarea.input-error {
  outline: 2px solid #dc3545;
  outline-offset: -2px;
}

/* Button */
.contact-form button {
  background: #2E5185;
  color: #ffffff;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-form button:hover {
  background: #ffffff;
  color: #000000;
}

/* Contact Info */
.contact-info-box ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.contact-info-box ul li {
  margin-bottom: 12px;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
}

.contact-info-box ul li i {
  margin-right: 8px;
  color: #71d0f6;
}

/* Social Icons */
.social-icons a {
  color: #000000;
  background: #71d0f6;
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  transition: background 0.3s;
}

.social-icons a:hover {
  background: #ffffff;
}

/* Tablet */
@media (max-width: 768px) {
  .contact-wrapper {
    flex-direction: column;
    gap: 25px;
  }
  .contact-form-box,
  .contact-info-box {
    flex: 1 1 100%;
    padding: 20px;
  }
  .contact-form-box h3,
  .contact-info-box h3 {
    font-size: 1.6rem;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .contact-form input,
  .contact-form textarea {
    font-size: 13px;
    padding: 10px;
  }
  .contact-form button {
    font-size: 14px;
    padding: 10px 20px;
  }
  .contact-info-box ul li {
    font-size: 14px;
  }
  .social-icons a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
  }
}

/* Extra Small (≤320px) */
@media (max-width: 320px) {
  .contact-form-box h3,
  .contact-info-box h3 {
    font-size: 1.6rem;
  }
  .contact-form p {
    font-size: 16px;
  }
  .contact-form button {
    font-size: 12px;
    padding: 8px 16px;
  }
}



/*Careers*/
.careers-section {
  background: #000000;
  background-attachment: fixed;
  padding: 60px 20px;
}

.careers-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

.careers-form-box {
  flex: 1 1 45%;
  padding: 30px;
  border-radius: 0px;
}

.careers-info-box {
  flex: 1 1 45%;
  padding: 20px;
  border-radius: 8px;
  align-content: center;
}

/* Headings */
.careers-form-box h3,
.careers-info-box h3 {
  font-size: 2rem;
  font-family: codec-ExtraBold;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #ffffff;
}

.careers-form-box p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #ffffff;
}

/* Inputs */
.careers-form .form-group {
  margin-bottom: 0;
}

.careers-form input,
.careers-form textarea,
.careers-form select {
  width: 100%;
  padding: 12px;
  background: #ffffff;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  color: #000000;
}

.careers-form input[type="file"] {
  background: #ffffff;
  padding: 10px;
  font-size: 14px;
  border: none;
  border-radius: 30px;
  color: #000000;
}

.careers-form input::placeholder,
.careers-form textarea::placeholder {
  color: #000000;
  font-size: 15px;
}

/* Button */
.careers-form button {
  background: #2E5185;
  color: #ffffff;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s ease;
}

.careers-form button:hover {
  background: #ffffff;
  color: #000000;
}

/* Careers Info */
.careers-info-box ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.careers-info-box ul li {
  margin-bottom: 12px;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
}

.careers-info-box ul li i {
  margin-right: 8px;
  color: #71d0f6;
}

/* Responsive */
@media (max-width: 768px) {
  .careers-wrapper {
    flex-direction: column;
    gap: 25px;
  }
  .careers-form-box,
  .careers-info-box {
    flex: 1 1 100%;
    padding: 20px;
  }
  .careers-form-box h3,
  .careers-info-box h3 {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .careers-form input,
  .careers-form textarea {
    font-size: 13px;
    padding: 10px;
  }
  .careers-form button {
    font-size: 14px;
    padding: 10px 20px;
  }
  .careers-info-box ul li {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .careers-form-box h3,
  .careers-info-box h3 {
    font-size: 1.6rem;
  }
  .careers-form p {
    font-size: 16px;
  }
  .careers-form button {
    font-size: 12px;
    padding: 8px 16px;
  }
}


/*Footer*/

.dark-footer {
  background: #2E5185;
  color: #ffffff;
  padding: 60px 60px 0px 60px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 30px;
}

.footer-heading h3 {
  font-size: 2rem;
  font-family: codec-ExtraBold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer-heading p {
  font-size: 16px;
  max-width: 500px;
  color: #ffffff;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-bottom: 10px;
}

.footer-box {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
}

.footer-box img {
  height: 50px;
  width: auto;
}

.footer-box h4 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #ffffff;
  text-transform: uppercase;
}

.footer-box p,
.footer-box ul li {
  color: #ffffff;
  font-size: 16px;
}

.footer-box ul {
  list-style: none;
  padding: 0;
}

.footer-box ul li a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 8px;
  transition: 0.3s;
}

.footer-box ul li a:hover {
  color: #71d0f6;
}

.social-icons span {
  margin-right: 10px;
  font-size: 18px;
}

.footer-bottom
{
 background: #2E5185;
 padding: 20px;

}

.footer-bottom h3 {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  /* Not codec-* here: the copyright line includes the year ("2025"), and
     all 5 codec-* trial font files have their digit glyphs replaced with a
     "ZETAFONTS.COM" watermark, so any codec font here would garble it. */
  font-family: 'Segoe UI', sans-serif;
}

.footer-bottom p.powered-by {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin-top: 6px;
  font-family: codec-regular;
}

.footer-bottom p.powered-by a {
  color: #71D0F6;
  text-decoration: none;
}

.footer-bottom p.powered-by a:hover {
  text-decoration: underline;
}

/* Tablet View (<= 768px) */
@media (max-width: 768px) {
  .dark-footer {
    padding: 50px 30px;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 15px;
  }

  .footer-box img {
    height: 35px;
    width: auto;
}

  .footer-heading h3 {
    font-size: 1.6rem;
  }

  .footer-heading p {
    font-size: 16px;
    max-width: 100%;
    text-align: justify;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

/* Mobile View (<= 480px) */
@media (max-width: 480px) {
  .dark-footer {
    padding: 40px 20px;
  }

  .footer-top {
    text-align: center;
    align-items: center;
  }

  .footer-heading h3 {
    font-size: 1.6rem;
  }

  .footer-heading p {
    font-size: 16px;
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .footer-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
  }

  .social-icons {
    text-align: center;
    margin-top: 10px;
  }

  .social-icons span {
    font-size: 16px;
    margin-right: 8px;
  }

  .footer-bottom h3 {
    font-size: 16px;
    text-align: center;
  }

  .footer-bottom p.powered-by {
    font-size: 16px;
  }
}

/* Extra Small (<= 320px) */
@media (max-width: 320px) {
  .dark-footer {
    padding: 32px 16px;
  }

  .footer-heading h3 {
    font-size: 1.6rem;
  }

  .footer-heading p {
    font-size: 16px;
    text-align: justify;
  }

  .footer-box h4 {
    font-size: 1rem;
  }

  .footer-box ul li,
  .footer-box ul li a {
    font-size: 16px;
  }

  .footer-bottom h3 {
    font-size: 16px;
  }

  .footer-bottom p.powered-by {
    font-size: 16px;
  }
}




/*Do you have Project*/ 

   .project-section {
  position: relative;
  height: 400px;
  overflow: hidden;
  text-align: center;
}

.project-section img.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.project-section .content {
  position: relative;
  z-index: 2;
  color: #000000;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 15px;
}

.project-section h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: codec-heavy;
  color: #2E5185;
}

.project-section a.btn {
  background-color: #000000;
  color: #ffffff;
  padding: 12px 28px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 30px;
  transition: 0.3s;
}

.project-section a.btn:hover {
  background-color: #71D0F6;
  color: #000000;
}

/* Tablet */
@media (max-width: 992px) {
  .project-section {
    height: 300px;
  }

  .project-section h2 {
    font-size: 2.2rem;
  }

  .project-section a.btn {
    font-size: 14px;
    padding: 10px 22px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .project-section {
    height: 250px;
  }

  .project-section h2 {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .project-section a.btn {
    font-size: 13px;
    padding: 8px 18px;
  }
}

/* ============================================================
   Utility classes (replace one-off inline styles across pages)
   ============================================================ */
.text-highlight {
  color: #71D0F6;
}

.resume-label {
  color: #ffffff;
  font-size: 14px;
}
