/* ========== Slider Section ========== */

.slider-section {
  background-color: #FFFFFF;
  overflow: hidden;
  position: relative;
  padding-top: 100px;
}

.short-image {
  width: 478.2px;
  height: 366px;
  object-fit: cover;
  margin-top: 80px;
}
.long-image {
  width: 478.2px;
  height: 560px;
  object-fit: cover;
}
.slider-box {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  animation: scroll 40s linear infinite;
  width: max-content;
  will-change: transform;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50%));
  }
}

.slider-box:hover {
  animation-play-state: paused;
}

.slide {
  flex-shrink: 0;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

/* Slider Badge Styles */
.slider-badge {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 140px;
  z-index: 10;
}

.slider-badge .badge-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.slider-badge .badge-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-badge .badge-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.slider-badge .badge-circular-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotate 20s linear infinite;
}

.slider-badge .badge-circular-text text {
  fill: #333;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.slider-logo {
  padding: 120px 0px;
}

.slider-logo .slider-box {
  gap: 96px;
}

.slider-logo .slide img {
  width: 160px;
  height: 80px;
  object-fit: contain;
}

.case-studies {
  padding: 96px 0;
  background: linear-gradient(
    149deg,
    rgba(255, 255, 255, 0.51) 0%,
    rgba(163, 215, 255, 0.21) 100%
  );
}
.title {
  text-align: center;
}
.subtitle {
  color: #333;

  font-size: 28px;

  font-weight: 400;
  padding-bottom: 32px;
}
.maintitle{
    color: #333;
font-size: 72px;
font-weight: 300;
display: inline;
}
.maintitle-blue{
    color: #008DFF;
font-size: 72px;
display: inline;
}
.projects{
    padding-top: 100px;
}

/* Featured Card */
.featured-card {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.featured-image {
  flex: 0 0 65%;
}

.featured-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}

.featured-content {
  flex: 0 0 35%;
}

.featured-content .tag {
  background: #000;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 9999px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.featured-content .description {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 12px;
}

.featured-content .services {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 400;
}

/* Small Cards Grid */
.small-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.card {
  border-radius: 24px;
}

.card-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  margin-bottom: 24px;
}

.card-content {
  padding: 0 8px;
}

.card-content .tag {
  background: #000;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 9999px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.card-content .description {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

.card-content .services {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 400;
}

/* ========== Industry Expertise Section ========== */

.industry-expertise {
  background: #fff;
}

.expertise-slider {
  position: relative;
  margin-top: 48px;
}

.expertise-slider.full-width {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.slides-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 400px;
}

.expertise-slide {
  position: absolute;
  width: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

.expertise-slide.active {
  position: relative;
  opacity: 1;
  transform: translateX(0);
}

.expertise-slide.slide-out {
  transform: translateX(-100%);
}

.expertise-content {
  display: flex;
  align-items: center;
  gap: 0;
}

.expertise-image {
  flex: 0 0 50%;
  position: relative;
}

.expertise-image .desktop-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.expertise-image .mobile-image {
  display: none;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.expertise-slide .expertise-info {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 80px 40px 60px;
  box-sizing: border-box;
}

.expertise-header {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 0;
}

.expertise-number {
  color: #008DFF;
  font-size: 44px;
  font-weight: 400;
  margin: 0;
}

.expertise-name {
  color: #333333;
  font-size: 80px;
  font-weight: 300;
  margin: 0;
}

.expertise-info > .expertise-description {
  color: #333;
  font-family: 'Urbanist', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  padding-top: 34px;
  padding-bottom: 34px;
  margin-bottom: 0;
}

.expertise-link {
  color: #008DFF;
  font-size: 20px;
  font-weight: 500;
  /* Keep the underline only on the text span (not on the arrow ::after) */
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}

.expertise-link .expertise-link-text {
  text-decoration: none;
}

.expertise-link::after {
  content: '>';
  font-size: 18px;
  font-weight: 600;
  color: #008DFF;
  text-decoration: none !important;
  display: inline-block;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.expertise-link:hover {
  text-decoration: none;
  gap: 12px;
}

.expertise-link:hover::after {
  opacity: 1;
  transform: translateX(0);
  text-decoration: none !important;
}

/* Section Learn More Link */
.section-learn-more {

  color: #008DFF;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  margin-top: 26px;
  margin-bottom: 20px;
}

.section-learn-more:hover {
  text-decoration: none;
}

.expertise-slider .expertise-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  width: 50%;
  margin-left: 0;
}

.expertise-dots.mobile-dots-fixed {
  display: none;
}

.expertise-dots .dot {
  width: 40px;
  height: 4px;
  background: rgba(0, 141, 255, 0.4);
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.expertise-dots .dot.active {
  background: #008DFF;
}

.expertise-dots .dot:hover {
  background: #66B3FF;
}

/* ========== Common Padding Utility ========== */

.common-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* ========== Development Practices ========== */

.practices-subtitle {
  color: #333;
  text-align: center;
  font-family: Urbanist;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
}

.development-practice-img {
  margin-top: 40px;
}

.development-practice-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* Hide large/desktop image by default, show small/mobile (Mobile first) */
.development-practice-img img:first-child,
.development-practice-img .practice-img-desktop {
  display: none;
}

.development-practice-img img:last-child,
.development-practice-img .practice-img-mobile {
  display: block;
}

/* ========== Our Expertises Section ========== */
/* Base styles - Mobile first (< 768px) */

.expertises-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 32px;
}

.expertises-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.expertise-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 12px;
  align-items: center;
}

.expertise-card:nth-child(5) {
  grid-column: 1 / -1;
  max-width: 50%;
  margin: 0 auto;
}

.expertise-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}

.expertise-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.expertise-card .expertise-info {
  flex: 1;
}

.expertise-card .expertise-title {
  color: #333;
  font-family: 'Urbanist', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px 0;
}

.expertise-card .expertise-description {
  color: #333;
  font-family: 'Urbanist', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.expertises-process {
  display: none;
}

.expertises-process img {
  width: 100%;
  height: auto;
}

/* ========== Navbar Styles ========== */

.navbar {
  background-color: #ffffff;
  padding: 20px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 1001;
}

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

/* Hamburger Menu (Mobile Only) */
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

/* Elementor menu toggle - keep blue when active */
.elementor-menu-toggle.elementor-active,
.elementor-menu-toggle.elementor-active i,
.elementor-menu-toggle.elementor-active svg {
  color: #008DFF !important;
  fill: #008DFF !important;
}

.hamburger img {
  width: 20px;
  height: 20px;
}

/* Nav Menu */
.navbar-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.navbar-nav {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 35px;
  margin: 0;
  padding: 0;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #1a1a1a;
  font-family: "Urbanist", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  transition: color 0.3s ease;
  position: relative;
  padding-bottom: 8px;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #0088ff;
  border-radius: 10px;
  transition: width 0.3s ease;
}

.nav-link:hover {
  color: #0088ff;
}

.nav-link:hover::after {
  width: calc(100% - 20px);
}

.dropdown-icon {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}

/* Contact Button */
.btn-contact {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 16px 32px;
  border-radius: 12px;
  background: #008dff;
  color: #fff;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
}

.btn-contact i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  width: 0;
}

.btn-contact:hover {
  gap: 12px;
}

.btn-contact:hover i {
  opacity: 1;
  transform: translateX(0);
  width: auto;
}

/* Mobile Contact Button (Hidden on Desktop) */
.btn-contact-mobile {
  display: none;
}

/* ========== Dropdown Menu Styles ========== */

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  padding: 12px;
  min-width: 380px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  margin-top: 10px;
  z-index: 1000;
}

.dropdown.active .dropdown-menu,
.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 15px;
}

.dropdown.active .dropdown-icon,
.dropdown:hover .dropdown-icon {
  transform: rotate(180deg);
}

.dropdown-icon {
  transition: transform 0.3s ease;
}

.dropdown-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px;
}

.dropdown-icon-box {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}

.dropdown-icon-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}

.dropdown-icon-box .default-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.dropdown-icon-box .default-icon svg {
  width: 24px;
  height: 24px;
}

.dropdown-content {
  flex: 1;
  padding-top: 4px;
}

.dropdown-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 4px 0;
}

.dropdown-content h4 a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.dropdown-content h4 a:hover {
  color: #0088FF;
}

.dropdown-content p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin: 0;
  word-wrap: break-word;
}

.dropdown-menu .no-items span {
  display: block;
  padding: 12px;
  color: #999;
  font-size: 14px;
}

/* ========== Hero Banner Styles ========== */

.hero-banner {
  display: flex;
  padding: 64px 0;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}



.hero-title {
  font-family: "Urbanist", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  color: #333;
  margin: 0;
  align-self: stretch;
}

.text-blue {
  color: #008dff;
  font-weight: 700;
}

.hero-subtitle {
  font-family: "Urbanist", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  color: #333;
  margin: 0;
  padding: 20px 0;
}

.btn-hero {
  display: flex;
  width: 245.575px;
  height: 71px;
  padding: 22.72px 40.801px 22.72px 40px;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: 17.04px;
  border: 2.84px solid #008dff;
  background: #008dff;
  color: #fff;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
  cursor: pointer;
}

.btn-hero i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  width: 0;
}

.btn-hero:hover {
  gap: 12px;
	padding: 22.72px 44px 22.72px 44px;
}

.btn-hero:hover i {
  opacity: 1;
  transform: translateX(0);
  width: auto;
}

/* ========== Responsive Styles ========== */

/* Hide expertises-process image on tablets and smaller (481px - 991px) */
@media (min-width: 481px) and (max-width: 991px) {
  .expertises-process {
    display: none;
  }
}

/* Small devices (≥576px) */
@media (min-width: 576px) {
  /* Container moved to common.css */
}

/* Medium devices (≥768px) */
@media (min-width: 768px) {
  .common-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-banner {
    padding: 80px 0;
  }

  .hero-title {
    font-size: 72px;
  }

  .hero-subtitle {
    font-size: 20px;
  }

  /* Industry Expertise - Tablet */
  .expertise-content {
    flex-direction: row;
    gap: 32px;
  }

  .expertise-image {
    flex: 0 0 50%;
  }

  .expertise-image .desktop-image {
    display: block;
  }

  .expertise-image .mobile-image {
    display: none;
  }

  .expertise-slide .expertise-info {
    flex: 0 0 50%;
    padding: 30px 40px 30px 30px;
  }

  .expertise-number {
    font-size: 32px;
  }

  .expertise-name {
    font-size: 56px;
  }

  .expertise-info > .expertise-description {
    font-size: 18px;
    padding-top: 16px;
    padding-bottom: 24px;
  }

  /* Hide mobile dots, show desktop dots */
  .expertise-dots.mobile-dots-fixed {
    display: none !important;
  }

  .expertise-dots.desktop-dots {
    display: flex;
  }

  /* Show large/desktop image, hide small/mobile image on tablets and above */
  .development-practice-img img:first-child,
  .development-practice-img .practice-img-desktop {
    display: block;
  }

  .development-practice-img img:last-child,
  .development-practice-img .practice-img-mobile {
    display: none;
  }

  /* Development Practices - Medium devices */
  .practices-subtitle {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Case Studies - Medium devices */
  .case-studies {
    padding: 64px 0;
  }

  .projects {
    padding-top: 48px;
  }

  .featured-card {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
  }

  .featured-image {
    flex: 0 0 100%;
    width: 100%;
  }

  .featured-image img {
    width: 100%;
    height: auto;
    border-radius: 24px;
  }

  .featured-content {
    flex: 0 0 100%;
  }

  .featured-content .description {
    font-size: 24px;
  }

  .card-content .description {
    font-size: 24px;
  }

  .small-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .card-image img {
    width: 100%;
    height: auto;
    border-radius: 24px;
  }

  /* Our Expertises - Medium devices (tablet 768px - 991px) */
  .expertises-content {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 40px;
  }

  .expertises-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }

  .expertise-card {
    display: flex;
    flex-direction: row;
    text-align: left;
    gap: 16px;
    align-items: flex-start;
  }

  .expertise-card:nth-child(5) {
    grid-column: auto;
    max-width: 100%;
    margin: 0;
  }

  .expertise-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    margin: 0;
  }

  .expertise-card .expertise-title {
    font-size: 20px;
  }

  .expertise-card .expertise-description {
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .expertises-process {
    display: none;
  }

  /* Footer - Medium devices */
  .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-column:nth-child(3) {
    grid-column: auto;
  }

  .footer-column:nth-child(4) {
    grid-column: auto;
  }
}
@media (max-width: 1190px){
}

/* Large devices (≥992px) */
@media (min-width: 992px) {
  .expertises{
    background: radial-gradient(103.63% 190.5% at 50% 0%, #A3D7FF 0%, #FFF 20%);
  }

  .common-padding {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .navbar-menu {
    display: flex !important;
  }

  .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
  }

  .dropdown:hover .dropdown-icon {
    transform: rotate(180deg);
  }

  .hero-banner {
    padding: 128px 0 64px 0;
  }

  .hero-title {
    font-size: 100px;
  }

  .featured-card {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }

  .featured-image {
    flex: 0 0 65%;
    width: auto;
    height: auto;
  }

  .featured-image img {
    width: 100%;
    height: auto;
  }

  .featured-content {
    flex: 0 0 35%;
  }

  .small-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .card-image img {
    width: 100%;
    height: auto;
  }

  /* Industry Expertise - Large devices */
  .expertise-slide .expertise-info {
    padding: 40px 80px 40px 60px;
  }

  .expertise-number {
    font-size: 44px;
  }

  .expertise-name {
    font-size: 80px;
  }

  .expertise-info > .expertise-description {
    font-size: 22px;
    padding-top: 16px;
    padding-bottom: 24px;
  }

  /* Development Practices - Large devices */
  .practices-subtitle {
    padding-left: 45px;
    padding-right: 45px;
  }

  /* Our Expertises - Desktop (992px+) */
  .expertises-content {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-top: 48px;
  }

  .expertises-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .expertise-card {
    flex-direction: row;
    text-align: left;
    gap: 20px;
    align-items: flex-start;
  }

  .expertise-icon {
    width: 60px;
    height: 60px;
  }

  .expertise-card .expertise-title {
    font-size: 24px;
  }

  .expertise-card .expertise-description {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .expertises-process {
    display: block;
    flex: 0 0 50%;
  }

  /* Footer */
  .footer-content {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Extra large devices (≥1440px) */
@media (min-width: 1440px) {
  .featured-content .description {
    font-size: 48px;
  }

  .card-content .description {
    font-size: 48px;
  }
}

/* ========== Footer ========== */

.footer {
  background: var(--footer-bg, #1a1a1a);
  color: var(--footer-text, #fff);
}

.footer-main {
  padding: 60px 0;
  background: var(--footer-bg, #1a1a1a);
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* Dynamic column layouts */
.footer-columns-1 { grid-template-columns: 1fr; }
.footer-columns-2 { grid-template-columns: repeat(2, 1fr); }
.footer-columns-3 { grid-template-columns: repeat(3, 1fr); }
.footer-columns-4 { grid-template-columns: repeat(4, 1fr); }
.footer-columns-5 { grid-template-columns: repeat(5, 1fr); }
.footer-columns-6 { grid-template-columns: repeat(6, 1fr); }

.footer-column {
  display: flex;
  flex-direction: column;
}

.footer-heading {
  color: var(--footer-text, #fff);
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  color: #ccc;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #008DFF;
}

.footer-brand {
  margin-bottom: 24px;
}

.footer-brand img {
  width: 150px;
  height: auto;
  margin-bottom: 8px;
}

.footer-tagline {
  color: var(--footer-text, #fff);
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.footer-email {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-email-label {
  color: var(--footer-text, #fff);
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.footer-email-link {
  display: block;
  background: #FFF;
  color: rgba(26, 26, 26, 0.59);
  font-family: Urbanist;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  padding: 12px 23.696px 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.3s ease;
  text-align: center;
  justify-content: center;
  width: 100%;
}

.footer-email-link:hover {
  background: #f0f0f0;
}

.footer-bottom {
  background: var(--footer-bottom-bg, #f5f5f5);
  padding: 20px 0;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.footer-social {
  display: flex;
  gap: 16px;
}

.footer-social-link {
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

.footer-social-link:hover {
  color: #008DFF;
}

.footer-text-content {
  color: var(--footer-text, #ccc);
  font-size: 14px;
  line-height: 1.6;
}

.footer-text-content p {
  margin: 0 0 12px;
}

.footer-text-content p:last-child {
  margin-bottom: 0;
}

.footer-text-content a {
  color: #008DFF;
  text-decoration: none;
}

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

/* Container styles moved to common.css */

/* Mobile Styles (< 992px) */
@media (max-width: 991px) {
  .hamburger {
    display: block;
  }

  .btn-contact {
    display: none;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .navbar-menu {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #0088FF 0%, #0066CC 100%);
    flex-direction: column;
    align-items: flex-start;
    padding: 0 30px;
    gap: 0;
    transition: clip-path 0.3s ease-in-out;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: auto;
    clip-path: inset(0 0 100% 0);
    z-index: 999;
  }

  .navbar-menu.active {
    clip-path: inset(0 0 0 0);
    padding: 30px;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .nav-item {
    width: 100%;
    border-bottom: none;
    margin: 0;
    padding: 0;
  }

  .nav-link {
    font-size: 18px;
    padding: 14px 0;
    width: 100%;
    color: #FFFFFF;
    font-weight: 500;
    margin: 0;
    transition: all 0.3s ease;
  }

  .nav-link::after {
    display: none;
  }

  .nav-link:hover {
    color: #FFFFFF;
  }

  .dropdown.active .nav-link {
    background-color: #FFFFFF;
    color: #0088FF;
    padding: 14px 16px;
    border-radius: 8px;
    margin: 0 -16px;
  }

  .dropdown-icon {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
  }

  .dropdown.active .dropdown-icon {
    filter: none;
  }

  .navbar-menu .btn-contact-mobile {
    display: block;
    width: 100%;
    text-align: left;
    padding: 14px 0;
    background-color: transparent;
    color: #ffffff;
    border-radius: 0;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    border: none;
    margin: 0;
  }

  .dropdown-menu {
    position: static;
    transform: none;
    box-shadow: none;
    padding: 0;
    min-width: auto;
    width: 100%;
    margin: 0;
    background-color: transparent;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease, margin 0.3s ease;
  }

  .dropdown.active .dropdown-menu {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    padding: 8px 0 8px 20px;
    margin-top: 4px;
  }

  .dropdown-item {
    padding: 10px 0;
    gap: 12px;
  }

  .dropdown-icon-box {
    width: 40px;
    height: 40px;
  }

  .dropdown-icon-box img {
    border-radius: 10px;
  }

  .dropdown-icon-box .default-icon {
    border-radius: 10px;
  }

  .dropdown-icon-box .default-icon svg {
    width: 20px;
    height: 20px;
  }

  .dropdown-content h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 2px 0;
  }

  .dropdown-content h4 a {
    color: #FFFFFF;
  }

  .dropdown-content h4 a:hover {
    color: #72aee6;
  }

  .dropdown-content p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
  }
}

/* Large phones and tablets (481px - 768px) */
@media (max-width: 768px) {
  .hero-banner {
    padding: 80px 0;
  }

  .hero-title {
    font-size: 40px;
  }

  .hero-subtitle {
    font-size: 18px;
    padding: 18px 0;
  }

  .btn-hero {
    width: auto;
    height: auto;
    padding: 18px 48px;
    border-radius: 14px;
    font-size: 17px;
  }

  .short-image {
    width: 320px;
    height: 245px;
    margin-top: 50px;
  }

  .long-image {
    width: 320px;
    height: 375px;
  }

  .slider-section {
    padding-top: 80px;
  }

  .slider-box {
    gap: 28px;
  }

  .slider-section .slider-badge {
    display: none;
  }

  .slider-logo {
    padding: 80px 0;
  }

  .slider-logo .slider-box {
    gap: 84px;
  }

  .slider-logo .slide img {
    width: 140px;
    height: 68px;
    object-fit: contain;
  }

  .case-studies {
    padding: 60px 0;
  }

  .subtitle {
    font-size: 20px;
    padding-bottom: 24px;
  }

  .maintitle {
    font-size: 36px;
  }

  .maintitle-blue {
    font-size: 36px;
  }

  .projects {
    padding-top: 90px;
  }

  .featured-card {
    flex-direction: column;
    gap: 24px;
  }

  .featured-image {
    width: 100% !important;
    margin-bottom: 16px !important;
    height: auto !important;
  }

  .featured-image img {
    width: 100% !important;
    height: auto !important;
    border-radius: 24px !important;
    margin-bottom: 0 !important;
    display: block !important;
  }

  .featured-content {
    width: 100%;
  }

  .featured-content .tag {
    font-size: 20px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .featured-content .description {
    color: #333;
    font-size: 30px;
    font-weight: 600;
  }

  .featured-content .services {
    font-size: 13px;
  }

  .small-cards .card {
    display: block !important;
  }

  .small-cards .card-image {
    width: 100% !important;
    margin-bottom: 16px !important;
    height: auto !important;
  }

  .small-cards .card-image img {
    width: 100% !important;
    height: auto !important;
    border-radius: 24px !important;
    margin-bottom: 0 !important;
    display: block !important;
  }

  .small-cards .card-content {
    padding: 0 !important;
    width: 100% !important;
    display: block !important;
  }

  .small-cards .card-content .tag {
    font-size: 20px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .small-cards .card-content .description {
    color: #333;
    font-size: 20px;
    font-weight: 600;
  }

  .small-cards .card-content .services {
    font-size: 12px;
  }

  .small-cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  /* Industry Expertise - Tablet */
  .expertise-slide .expertise-info {
    padding: 24px 20px;
  }

  .expertise-slider.full-width {
    padding: 0 16px;
  }
}

/* Small phones (320px - 480px) */
@media (max-width: 480px) {
  .hero-banner {
    padding: 40px 0;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 16px;
    padding: 16px 0;
  }

  .btn-hero {
    width: fit-content;
    height: auto;
    padding: 17.039px 44.101px 17.041px 45px;
    border-radius: 12.78px;
    font-size: 19.17px;
    align-self: flex-start;
  }

  .short-image {
    width: 186.156px;
    height: 142.479px;
    margin-top: 30px;
  }

  .long-image {
    width: 186.156px;
    height: 218px;
  }

  .slider-section {
    padding-top: 60px;
  }

  .slider-box {
    gap: 16px;
  }

  .slider-section .slider-badge {
    display: none;
  }

  .slider-logo {
    padding: 60px 0;
  }

  .slider-logo .slider-box {
    gap: 72px;
  }

  .slider-logo .slide img {
    width: 98.16px;
    height: 48px;
    object-fit: contain;
  }

  .case-studies {
    padding: 40px 0;
  }

  .subtitle {
    font-size: 16px;
    padding-bottom: 16px;
    letter-spacing: 0.32px;
  }

  .maintitle {
    font-size: 22px;
  }

  .maintitle-blue {
    font-size: 22px;
  }
  .projects {
    padding-top: 80px;
  }

  .featured-card {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
  }

  .featured-image {
    width: 100% !important;
    margin-bottom: 16px !important;
    height: auto !important;
  }

  .featured-image img {
    width: 100% !important;
    height: auto !important;
    border-radius: 24px !important;
    margin-bottom: 0 !important;
    display: block !important;
  }

  .featured-content {
    width: 100%;
  }

  .featured-content .tag {
    font-size: 20px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .featured-content .description {
    color: #333;
    font-size: 18px;
    font-weight: 700;
  }

  .featured-content .services {
    font-size: 12px;
  }

  .small-cards .card {
    display: block !important;
    margin-bottom: 24px;
  }

  .small-cards .card-image {
    width: 100% !important;
    margin-bottom: 16px !important;
    height: auto !important;
  }

  .small-cards .card-image img {
    width: 100% !important;
    height: auto !important;
    border-radius: 24px !important;
    margin-bottom: 0 !important;
    display: block !important;
  }

  .small-cards .card-content {
    padding: 0 !important;
    width: 100% !important;
    display: block !important;
  }

  .small-cards .card-content .tag {
    background: #000;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 9999px;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .small-cards .card-content .description {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .small-cards .card-content .services {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
  }

  .small-cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  /* Industry Expertise */


  .expertise-slider {
    margin-top: 32px;
  }

  .expertise-content {
    flex-direction: column;
    gap: 0;
  }

  .expertise-image {
    flex: 0 0 100%;
    order: 1;
  }

  .expertise-image .desktop-image {
    display: none;
  }

  .expertise-image .mobile-image {
    display: block;
  }

  .expertise-slide .expertise-info {
    flex: 0 0 100%;
    order: 3;
    margin-top: 24px;
    padding: 20px 16px;
  }

  .expertise-number {
    font-size: 24px;
  }

  .expertise-name {
    font-size: 36px;
  }

  .expertise-info > .expertise-description {
    font-size: 16px;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .expertise-link {
    font-size: 16px;
  }

  .expertise-slider.full-width {
    padding: 0;
  }

  .slides-wrapper {
    min-height: auto;
  }

  /* Show mobile dots, hide desktop dots */
  .expertise-dots.mobile-dots-fixed {
    display: flex !important;
    width: 100%;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 0;
    gap: 16px;
  }

  .expertise-dots.desktop-dots {
    display: none;
  }

  .expertise-slider .expertise-dots {
    width: 100%;
    margin-left: 0;
  }

  .expertise-dots.mobile-dots-fixed .dot {
    width: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .expertise-dots.mobile-dots-fixed .dot::after {
    content: attr(data-number);
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 141, 255, 0.4);
    margin-top: 10px;
  }

  .expertise-dots.mobile-dots-fixed .dot.active::after {
    color: #008DFF;
    font-weight: 700;
  }

  /* Development Practices */
  .practices-subtitle {
    font-size: 16px;
    letter-spacing: 0.32px;
  }

  /* Our Expertises - already in base styles, nothing extra needed for mobile */
  .expertises-process {
    display: none;
  }

  /* Footer - Mobile */
  .footer-main {
    padding: 40px 0;
  }

  .footer-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  /* Dynamic column layouts - mobile */
  .footer-columns-1,
  .footer-columns-2 { grid-template-columns: 1fr; }
  .footer-columns-3,
  .footer-columns-4,
  .footer-columns-5,
  .footer-columns-6 { grid-template-columns: repeat(2, 1fr); }

  /* Last columns go full width on mobile for 3+ columns */
  .footer-columns-3 .footer-column:nth-child(3),
  .footer-columns-4 .footer-column:nth-child(3),
  .footer-columns-4 .footer-column:nth-child(4),
  .footer-columns-5 .footer-column:nth-child(4),
  .footer-columns-5 .footer-column:nth-child(5),
  .footer-columns-6 .footer-column:nth-child(5),
  .footer-columns-6 .footer-column:nth-child(6) {
    grid-column: 1 / -1;
  }

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

  .footer-links a {
    font-size: 14px;
  }

  .footer-brand img {
    width: 120px;
  }

  .footer-email-label {
    font-size: 14px;
  }

  .footer-bottom-content {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-copyright {
    font-size: 12px;
  }

  .footer-social {
    gap: 20px;
  }
}

/* ========== Page Templates Styles ========== */

/* About Page */
.about-hero-content {
  display: flex;
  align-items: center;
  gap: 60px;
}

.about-hero-text {
  flex: 1;
}

.about-hero-image {
  flex: 1;
}

.about-hero-image img {
  width: 100%;
  height: auto;
}

.about-stats {
  background: #f8f9fa;
  padding: 60px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.stat-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.stat-icon img {
  width: 60px;
  height: 60px;
}

.stat-content {
  display: flex;
  flex-direction: column;
}

.stat-number {
  font-size: 36px;
  font-weight: 700;
  color: #008DFF;
}

.stat-label {
  font-size: 16px;
  color: #666;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 48px;
}

.value-card {
  text-align: center;
  padding: 30px 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.value-icon {
  margin-bottom: 20px;
}

.value-icon img {
  width: 60px;
  height: 60px;
}

.value-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}

.value-description {
  font-size: 14px;
  color: #666;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 48px;
}

.team-card {
  text-align: center;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.team-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.team-placeholder {
  width: 100%;
  height: 250px;
  background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);
}

.team-info {
  padding: 20px;
}

.team-name {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}

.team-role {
  font-size: 14px;
  color: #008DFF;
  margin-bottom: 12px;
}

.team-linkedin img {
  width: 24px;
  height: 24px;
}

.engagement-grid,
.models-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 48px;
}

.engagement-card,
.model-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}

.engagement-icon,
.model-icon {
  margin-bottom: 20px;
}

.engagement-icon img,
.model-icon img {
  width: 60px;
  height: 60px;
}

.engagement-title,
.model-title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}

.engagement-description,
.model-description {
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
}

.engagement-features,
.model-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.engagement-features li,
.model-features li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
}

.engagement-features li::before,
.model-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #008DFF;
  font-weight: 700;
}

.about-cta {
  background: linear-gradient(135deg, #008DFF 0%, #0066CC 100%);
  padding: 80px 0;
  text-align: center;
}

.cta-content h2 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
}

.cta-content p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}

.about-cta .btn-hero {
  background: #fff;
  color: #008DFF;
  border-color: #fff;
}

.about-cta .btn-hero:hover {
  background: #f0f0f0;
}

/* Contact Page */
.contact-hero-content {
  display: flex;
  align-items: center;
  gap: 60px;
}

.contact-hero-text {
  flex: 1;
}

.contact-hero-image {
  flex: 1;
}

.contact-hero-image img {
  width: 100%;
  height: auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
}

.contact-form-wrapper h2,
.contact-info-wrapper h2 {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #008DFF;
}

.contact-info-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

.contact-info-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
}

.contact-info-icon img {
  width: 40px;
  height: 40px;
}

.contact-info-content h3 {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  margin-bottom: 4px;
}

.contact-info-content a,
.contact-info-content p {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}

.contact-info-content a:hover {
  color: #008DFF;
}

.contact-social h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
}

.social-links {
  display: flex;
  gap: 16px;
}

.social-links a img {
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}

.social-links a:hover img {
  transform: scale(1.1);
}

/* Case Study Single */
.case-study-hero {
  padding: 80px 0 40px;
  background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
}

.case-study-hero-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.case-study-meta {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.case-study-industry {
  background: #000;
  color: #fff;
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.case-study-year {
  background: #f0f0f0;
  color: #666;
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
}

.case-study-title {
  font-size: 48px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.case-study-excerpt {
  font-size: 18px;
  color: #666;
}

.case-study-image {
  padding: 40px 0;
}

.case-study-featured-image {
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.case-study-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
}

.case-study-main .case-study-section {
  margin-bottom: 48px;
}

.case-study-main h2 {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 3px solid #008DFF;
  display: inline-block;
}

.case-study-content {
  font-size: 16px;
  color: #555;
}

.case-study-content p {
  margin-bottom: 16px;
}

.case-study-sidebar {
  position: sticky;
  top: 100px;
  align-self: start;
}

.sidebar-card {
  background: #f8f9fa;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
}

.sidebar-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
}

.sidebar-card .client-logo {
  max-width: 150px;
  height: auto;
  margin-bottom: 12px;
}

.sidebar-card .client-name {
  font-size: 14px;
  color: #666;
}

.project-details-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.project-details-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.project-details-list li:last-child {
  border-bottom: none;
}

.project-details-list .label {
  font-size: 14px;
  color: #666;
}

.project-details-list .value {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.project-details-list .value a {
  color: #008DFF;
  text-decoration: none;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-list .tag {
  background: #fff;
  color: #333;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}

.tag-list .tag:hover {
  background: #008DFF;
  color: #fff;
  border-color: #008DFF;
}

.case-study-testimonial {
  background: linear-gradient(135deg, #008DFF 0%, #0066CC 100%);
  padding: 80px 0;
}

.testimonial-card {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.testimonial-card blockquote {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  font-style: italic;
  margin: 0 0 30px;
}

.testimonial-card cite {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-style: normal;
}

/* Archive Pages */
.archive-hero {
  text-align: center;
}

.archive-filters {
  padding: 20px 0 40px;
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.filter-tab,
.filter-btn {
  padding: 10px 24px;
  border: 2px solid #ddd;
  border-radius: 9999px;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.filter-tab:hover,
.filter-btn:hover,
.filter-tab.active,
.filter-btn.active {
  background: #008DFF;
  border-color: #008DFF;
  color: #fff;
}

.archive-pagination {
  margin-top: 60px;
  text-align: center;
}

.archive-pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  background: #f0f0f0;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.archive-pagination .page-numbers:hover,
.archive-pagination .page-numbers.current {
  background: #008DFF;
  color: #fff;
}

.archive-cta,
.case-study-cta,
.industry-cta {
  background: linear-gradient(135deg, #008DFF 0%, #0066CC 100%);
  padding: 80px 0;
  text-align: center;
}

.archive-cta .cta-content h2,
.case-study-cta .cta-content h2,
.industry-cta .cta-content h2 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
}

.archive-cta .cta-content p,
.case-study-cta .cta-content p,
.industry-cta .cta-content p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}

.archive-cta .btn-hero,
.case-study-cta .btn-hero,
.industry-cta .btn-hero {
  background: #fff;
  color: #008DFF;
  border-color: #fff;
}

/* Industry Single */
.industry-hero {
  min-height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.industry-hero-overlay {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
  min-height: 400px;
  display: flex;
  align-items: center;
}

.industry-hero-content {
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.industry-icon img {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}

.industry-title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 16px;
}

.industry-tagline {
  font-size: 20px;
  opacity: 0.9;
}

.industry-content-wrapper {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
}

/* Related Case Studies Section */
.related-case-studies h2.section-title {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin-bottom: 40px;
  text-align: center;
}

/* Responsive Styles for Page Templates */
@media (max-width: 991px) {
  .about-hero-content,
  .contact-hero-content {
    flex-direction: column;
    gap: 40px;
  }

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

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .engagement-grid,
  .models-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .case-study-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .case-study-sidebar {
    position: static;
  }

  .case-study-title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .form-row {
    grid-template-columns: 1fr;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .cta-content h2 {
    font-size: 28px;
  }

  .industry-title {
    font-size: 32px;
  }

  .testimonial-card blockquote {
    font-size: 18px;
  }
}
