/*

Theme Name: shreemughaconstructions

Theme URI: http://www.shreemughaconstructions.com

Author: shreemughaconstructions

Author URI: http://www.shreemughaconstructions.com

Description: Simple and Responsive Wordpress theme.

*/



/* -- style for common -- */

html {
  overflow-x: clip;
  max-width: 100vw;
}

body {
  overflow-x: clip;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
}

p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  color: var(--black);
  font-family: "Outfit", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: var(--black);
}

a,
input,
textarea,
button,
select {
  outline: none;
}

a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  color: var(--black);
  text-decoration: none;
}

input,
textarea,
button,
select,
label,
a,
span,
img {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  box-shadow: none !important;
}

.container {
  width: 100%;
  max-width: 1200px;
}

ul,
ol {
  text-decoration: none;
  padding: 0;
  margin: 0;
}

a {
  color: var(--black);
  text-decoration: none;
}

/* Common Style */

:root {
  --primary: #FF3173;
  /* Pink from logo */
  --secondary: #00BDD6;
  /* Cyan from logo */
  --black: #000;
  --white: #fff;
  --text-dark: #333;
}

/* -- Utilities -- */
.premium-container {
  max-width: 1600px;
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

/* -- Buttons -- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 40px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  white-space: nowrap;
}

.btn-primary {
  background-color: var(--primary);
  color: var(--white);
}

.btn-primary:hover {
  background-color: #d81c5a;
  color: var(--white);
}

.icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.icon-btn:hover {
  background: var(--primary);
  border-color: var(--primary);
}

/* -- Header -- */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 99;
  background: transparent;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo img {
  max-height: 70px;
}

.header-nav {
  display: flex;
  align-items: center;
}

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

.header-nav ul li a {
  color: var(--black);
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
  transition: color 0.3s;
  white-space: nowrap;
}

.header-nav ul li a:hover,
.header-nav ul li.active>a,
.header-nav ul li.current-menu-item>a {
  color: var(--primary);
}

.header-nav ul li.active>a::after,
.header-nav ul li.current-menu-item>a::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
}

.header-right {
  display: flex;
  align-items: center;
  gap: 25px;
}

.tollfree {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--black);
  white-space: nowrap;
}

.tollfree-icon {
  width: 35px;
  height: 35px;
}

.tollfree-text span {
  display: block;
  font-size: 13px;
  color: #666;
}

.tollfree-text strong {
  font-size: 18px;
  font-family: "Outfit", sans-serif;
}

/* -- Hero Section -- */
/* -- Modern Hero Section -- */
.modern-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 150px 0 100px;
  overflow: hidden;
  color: var(--black);
}

.modern-hero::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 50%;
  height: 50%;
  background: radial-gradient(circle, rgba(255, 49, 115, 0.15) 0%, rgba(11, 15, 25, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}

.hero-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  position: relative;
  z-index: 2;
}

.hero-text-content {
  flex: 1;
  max-width: 600px;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: var(--secondary);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 189, 214, 0.7);
  animation: pulse-cyan 2s infinite;
}

@keyframes pulse-cyan {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 189, 214, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 189, 214, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 189, 214, 0);
  }
}

.hero-main-title {
  font-size: 72px;
  font-family: "Outfit", sans-serif;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 25px;
  animation: slideUp 1s ease-out forwards;
}

.text-gradient {
  background: linear-gradient(90deg, var(--primary), #ffa3c2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-outline {
  color: transparent;
  -webkit-text-stroke: 1px rgb(0 0 0 / 80%);
}

.hero-description {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 40px;
  animation: slideUp 1.2s ease-out forwards;
}

.hero-actions {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 50px;
  animation: slideUp 1.4s ease-out forwards;
}

.hero-btn {
  padding: 16px 32px;
  font-size: 15px;
}

.hero-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--black);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.3s ease;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.hero-btn-outline:hover {
  color: var(--secondary);
  border-color: var(--secondary);
  background: rgba(0, 189, 214, 0.1);
}

.hero-stats {
  display: flex;
  gap: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  animation: slideUp 1.6s ease-out forwards;
}

.stat-item h3 {
  font-size: 36px;
  color: var(--black);
  margin-bottom: 5px;
  font-family: "Outfit", sans-serif;
}

.stat-item p {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-visual {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.image-wrapper {
  position: relative;
  width: 90%;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 15px 25px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  animation: float-small 4s ease-in-out infinite;
}

.floating-card.top-right {
  top: 40px;
  right: -20px;
  animation-delay: 0s;
}

.floating-card.bottom-left {
  bottom: 40px;
  left: -20px;
  animation-delay: 2s;
}

.floating-card h4 {
  font-size: 16px;
  color: var(--black);
  margin-bottom: 2px;
}

.floating-card p {
  font-size: 12px;
  color: #555;
  margin: 0;
  line-height: 1.2;
}

.icon-circle {
  width: 40px;
  height: 40px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

@keyframes float-small {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

.slide-up-anim {
  animation: slideUp 1s ease-out forwards;
}

/* -- Floating Actions -- */
.floating-actions {
  position: fixed;
  bottom: 40px;
  left: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 100;
}

.fab {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}

.fab:hover {
  transform: translateY(-5px);
}

.fab-whatsapp {
  background-color: #25D366;
}

.fab-phone {
  background-color: var(--secondary);
}

.fab-close {
  background-color: #1877F2;
}

.fab svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

/* -- Who We Are Section (Modern Layout) -- */
.who-we-are-section {
  position: relative;
  padding: 120px 0;
  background-color: #f8f9fa;
  overflow: hidden;
}

.building-line-art {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='800' height='600' viewBox='0 0 800 600' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000000' stroke-width='1.5' stroke-opacity='0.03'%3E%3Cpath d='M100 600V250H200V150H350V600' /%3E%3Cpath d='M250 600V300H450V200H600V600' /%3E%3Cpath d='M400 600V400H500V100H700V600' /%3E%3Cpath d='M650 600V350H750V600' /%3E%3Cpath d='M0 500H800' /%3E%3Cpath d='M0 400H800' /%3E%3Cpath d='M0 300H800' /%3E%3Cpath d='M0 200H800' /%3E%3Crect x='120' y='300' width='20' height='30' /%3E%3Crect x='160' y='300' width='20' height='30' /%3E%3Crect x='120' y='350' width='20' height='30' /%3E%3Crect x='160' y='350' width='20' height='30' /%3E%3Crect x='280' y='350' width='30' height='30' /%3E%3Crect x='330' y='350' width='30' height='30' /%3E%3Crect x='380' y='350' width='30' height='30' /%3E%3Crect x='280' y='420' width='30' height='30' /%3E%3Crect x='330' y='420' width='30' height='30' /%3E%3Crect x='380' y='420' width='30' height='30' /%3E%3Crect x='420' y='450' width='25' height='25' /%3E%3Crect x='460' y='450' width='25' height='25' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  z-index: 0;
}

.who-we-are-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  gap: 60px;
}

.who-we-are-image-block {
  flex: 1;
  position: relative;
  min-height: 500px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.who-we-are-image-block .main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.who-we-are-image-block:hover .main-img {
  transform: scale(1.05);
}

.exp-badge {
  position: absolute;
  bottom: -1px;
  right: -1px;
  background-color: var(--primary);
  color: var(--white);
  padding: 30px;
  border-top-left-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: -10px -10px 30px rgba(0, 0, 0, 0.1);
}

.exp-badge .exp-num {
  font-size: 42px;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 5px;
}

.exp-badge .exp-text {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.who-we-are-content {
  flex: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-subtitle {
  font-family: "Outfit", sans-serif;
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}

.section-subtitle::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--primary);
}

.section-title {
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: var(--black);
  line-height: 1.2;
  margin-bottom: 30px;
  letter-spacing: -0.5px;
}

.section-title .highlight {
  color: var(--primary);
  position: relative;
}

.section-text p {
  font-size: 17px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}

.section-text p strong {
  color: var(--black);
  font-weight: 700;
}

.who-we-are-features {
  display: flex;
  gap: 30px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.w-feature {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: var(--black);
}

.w-feature svg {
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: rgba(216, 28, 90, 0.1);
  color: var(--primary);
  border-radius: 50%;
}

.btn-outline-dark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 35px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  color: var(--black);
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  background: transparent;
  text-decoration: none;
  align-self: flex-start;
}

.btn-outline-dark svg {
  color: var(--primary);
  transition: transform 0.3s ease;
}

.btn-outline-dark:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
  box-shadow: 0 10px 20px rgba(216, 28, 90, 0.2);
}

.btn-outline-dark:hover svg {
  color: var(--white);
  transform: translate(3px, -3px);
}

@media (max-width: 991px) {
  .who-we-are-wrapper {
    flex-direction: column;
  }
}

/* -- Centered Section Header -- */
.centered-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.centered-section-header .section-subtitle {
  margin-bottom: 20px;
}

.centered-section-header .section-subtitle::after {
  left: 50%;
  transform: translateX(-50%);
}

.centered-section-header .section-title {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 25px;
  letter-spacing: -0.5px;
}

.centered-section-header .section-title .highlight {
  color: var(--primary);
}

.centered-section-header .section-text p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 0;
}

.centered-section-header .btn-outline-dark {
  margin: 20px auto 0;
}

/* -- Interactive Services Section -- */
.interactive-services-section {
  padding: 100px 0 0;
  color: var(--text-dark);
  position: relative;
}

.is-top-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}

.is-badge {
  flex: 0 0 auto;
  margin-right: 40px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 49, 115, 0.3);
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: var(--primary);
  text-transform: uppercase;
  background: rgba(255, 49, 115, 0.05);
}

.is-badge .dot {
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(255, 49, 115, 0.4);
}

.is-title-wrapper {
  flex: 1;
}

.is-title {
  font-family: "Outfit", sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.is-title .highlight {
  color: var(--primary);
}

.is-subtitle {
  font-size: 18px;
  color: #666;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  max-width: 500px;
  line-height: 1.6;
}

.is-bottom-content {
  display: flex;
  gap: 60px;
  align-items: stretch;
  position: relative;
  z-index: 2;
}

.is-image-col {
  flex: 1.2;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 550px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transform: translateZ(0);
  backface-visibility: hidden;
}

.is-image-col img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-out;
  transform: scale(1.01);
}

.is-image-col:hover img {
  transform: scale(1.04);
}

.is-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 60%, transparent 100%);
  color: var(--white);
  padding: 60px 40px 40px;
  font-family: "Outfit", sans-serif;
  display: flex;
  align-items: flex-end;
}

.is-image-overlay p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.6;
  margin: 0;
  color: #fff;
}

.is-list-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.is-list-item {
  display: flex;
  align-items: center;
  padding: 20px;
  margin: 0 -20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  background-color: transparent;
}

.is-list-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.is-list-item.active,
.is-list-item:hover {
  background-color: var(--white);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border-color: transparent;
  transform: translateX(10px);
  z-index: 2;
}

.is-number {
  font-size: 16px;
  font-weight: 700;
  color: #999;
  width: 50px;
  font-family: "Outfit", sans-serif;
  transition: color 0.3s ease-out;
}

.is-item-title {
  flex: 1;
  font-size: 24px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  color: var(--black);
  margin: 0;
  text-transform: uppercase;
  transition: color 0.3s ease-out;
}

.is-arrow {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
  color: var(--black);
}

.is-arrow svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease-out;
}

.arrow-active {
  display: none;
}

/* Hover / Active State Inner Elements */
.is-list-item.active .is-item-title,
.is-list-item:hover .is-item-title {
  color: var(--primary);
}

.is-list-item.active .is-number,
.is-list-item:hover .is-number {
  color: var(--secondary);
}

.is-list-item.active .is-arrow,
.is-list-item:hover .is-arrow {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
  transform: scale(1.05);
}

.is-list-item.active .arrow-inactive,
.is-list-item:hover .arrow-inactive {
  display: none;
}

.is-list-item.active .arrow-active,
.is-list-item:hover .arrow-active {
  display: block;
}

@media (max-width: 1199px) {
  .is-title {
    font-size: 48px;
  }

  .is-item-title {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .interactive-services-section {
    padding: 80px 0;
  }

  .is-top-header {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }

  .is-badge {
    margin-right: 0;
  }

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

  .is-bottom-content {
    flex-direction: column;
    gap: 40px;
  }

  .is-image-col {
    min-height: 400px;
  }

  .is-list-item.active,
  .is-list-item:hover {
    transform: none;
  }
}

/* -- Why Choose Us Section -- */
.why-choose-us-section {
  padding: 100px 0 0;
  background-color: var(--white);
  position: relative;
}

.wcu-header {
  margin-bottom: 50px;
}

.wcu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  /* Space for the staircase effect */
  padding-top: 0px;
  margin-bottom: 50px;
}

.wcu-card {
  background: var(--white);
  border-radius: 16px;
  padding: 12px;
  /* Small padding around the image */
  text-align: left;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  z-index: 1;
  min-height: 400px;
}

/* Staircase staggered effect */
.wcu-card:nth-child(2) {
  margin-top: 40px;
}

.wcu-card:nth-child(3) {
  margin-top: 80px;
}

.wcu-card:nth-child(4) {
  margin-top: 120px;
}

.wcu-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}

.wcu-card-img {
  width: 100%;
  height: 160px;
  border-radius: 12px;
  overflow: hidden;
}

.wcu-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.wcu-card-content {
  padding: 24px 12px 30px 12px;
  position: relative;
  flex-grow: 1;
}

.wcu-card h3 {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--black);
  margin: 0 0 15px 0;
  position: relative;
  z-index: 2;
}

.wcu-card h3 .highlight-text {
  color: var(--primary);
}

.wcu-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
  position: relative;
  z-index: 2;
}

.wcu-number {
  position: absolute;
  bottom: -20px;
  right: 0px;
  font-size: 90px;
  font-weight: 800;
  color: #f0f0f0;
  /* Very light grey */
  line-height: 1;
  z-index: 1;
  font-family: "Outfit", sans-serif;
}

@media (max-width: 1199px) {
  .wcu-grid {
    gap: 15px;
  }

  .wcu-card-img {
    height: 140px;
  }
}

@media (max-width: 991px) {
  .wcu-grid {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 60px;
  }

  .wcu-card:nth-child(2) {
    margin-top: 60px;
  }

  .wcu-card:nth-child(3) {
    margin-top: 0px;
  }

  .wcu-card:nth-child(4) {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .wcu-grid {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .wcu-card:nth-child(n) {
    margin-top: 0;
  }
}

/* -- Premium Rank Section -- */
.premium-rank-section {
  padding: 100px 0;
  color: #222222;
  position: relative;
  overflow: hidden;
  font-family: "Outfit", sans-serif;
}

.pr-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 60px;
}

.pr-visual-side {
  flex: 1 1 40%;
  position: relative;
}

.pr-sticky {
  position: sticky;
  top: 120px;
}

.pr-title {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 25px;
  color: #111111;
  letter-spacing: -1.5px;
}

.pr-title .highlight {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--primary);
}

.pr-subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 40px;
  max-width: 90%;
}

.pr-image-wrapper {
  position: relative;
  border-radius: 20px;
  padding: 15px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.06);
  display: inline-block;
  overflow: hidden;
}

.pr-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  background: var(--primary);
  filter: blur(100px);
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.2;
}

.pr-image {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  max-width: 100%;
  height: auto;
  filter: grayscale(10%) contrast(1.05);
  transition: all 0.5s ease;
}

.pr-image-wrapper:hover .pr-image {
  filter: grayscale(0%) contrast(1);
  transform: scale(1.02);
}

.pr-list-side {
  flex: 1 1 50%;
}

.pr-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 50px;
}

.pr-card {
  position: relative;
  padding: 30px 40px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.02);
  display: flex;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  overflow: hidden;
  z-index: 1;
}

.pr-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(226, 28, 91, 0.06) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.pr-card:hover {
  transform: translateX(15px);
  border-color: rgba(226, 28, 91, 0.2);
  box-shadow: -10px 15px 35px rgba(226, 28, 91, 0.08);
}

.pr-card:hover .pr-card-bg {
  opacity: 1;
}

.pr-num {
  font-size: 48px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(0, 0, 0, 0.08);
  margin-right: 35px;
  line-height: 1;
  transition: all 0.4s ease;
}

.pr-card:hover .pr-num {
  -webkit-text-stroke: 1.5px var(--primary);
  color: rgba(226, 28, 91, 0.05);
  transform: scale(1.1);
}

.pr-content {
  flex: 1;
}

.pr-role {
  font-size: 22px;
  font-weight: 700;
  color: #222222;
  margin: 0 0 8px 0;
  transition: color 0.4s ease;
}

.pr-card:hover .pr-role {
  color: var(--primary);
}

.pr-org {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  margin: 0;
}

.pr-action {
  text-align: right;
}

.pr-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 18px 40px;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.pr-btn:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(226, 28, 91, 0.2);
}

@media (max-width: 991px) {
  .pr-wrapper {
    flex-direction: column;
  }

  .pr-visual-side,
  .pr-list-side {
    flex: 1 1 100%;
    width: 100%;
  }

  .pr-sticky {
    position: static;
    margin-bottom: 40px;
  }

  .pr-card {
    padding: 25px;
  }

  .pr-num {
    font-size: 36px;
    margin-right: 20px;
  }

  .pr-role {
    font-size: 18px;
  }
}

/* -- Scroll Reveal Animations -- */
.scroll-reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.scroll-reveal-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.scroll-reveal-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.scroll-reveal-scale {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.scroll-reveal.in-view,
.scroll-reveal.is-visible,
.scroll-reveal-left.in-view,
.scroll-reveal-left.is-visible,
.scroll-reveal-right.in-view,
.scroll-reveal-right.is-visible,
.scroll-reveal-scale.in-view,
.scroll-reveal-scale.is-visible {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1);
  visibility: visible;
}

.delay-100 {
  transition-delay: 100ms;
}

.delay-200 {
  transition-delay: 200ms;
}

.delay-300 {
  transition-delay: 300ms;
}

.delay-400 {
  transition-delay: 400ms;
}

.delay-500 {
  transition-delay: 500ms;
}

/* ==========================================================================
   Inner Page Styles (Blog, etc.)
   ========================================================================== */

/* -- Inner Hero Section -- */
.inner-hero-section {
  position: relative;
  padding: 200px 0 120px;
  background: url('./assets/images/blog_banner_light.png') center/cover no-repeat;
  overflow: hidden;
}

.inner-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(15 23 42 / 30%);
  z-index: 1;
}

.inner-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at top right, rgba(255, 49, 115, 0.15) 0%, transparent 60%);
  pointer-events: none;
  z-index: 1;
}

.inner-hero-content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}

.inner-hero-subtitle {
  font-family: "Outfit", sans-serif;
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.inner-hero-subtitle::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: var(--primary);
}

.inner-hero-title {
  font-family: "Outfit", sans-serif;
  font-size: 58px;
  font-weight: 700;
  color: var(--black);
  line-height: 1.1;
  margin-bottom: 25px;
}

.inner-hero-title .highlight {
  color: var(--secondary);
}

.inner-hero-desc {
  font-size: 18px;
  color: #555;
  line-height: 1.7;
  max-width: 650px;
  margin: 0 auto;
}

/* -- Blog Grid & Cards -- */
.blog-list-section {
  padding: 80px 0 50px;
  background-color: #fff;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-bottom: 70px;
}

.blog-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  border: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.blog-card-img {
  position: relative;
  overflow: hidden;
  height: 280px;
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.blog-card:hover .blog-card-img img {
  transform: scale(1.1);
}

.blog-date {
  position: absolute;
  top: 25px;
  left: 25px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 12px 18px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.blog-date .d-day {
  font-size: 28px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}

.blog-date .d-month {
  font-size: 12px;
  color: var(--black);
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 700;
}

.blog-category {
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: auto;
  background: var(--primary);
  color: var(--white);
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 40px;
  z-index: 2;
  box-shadow: 0 5px 15px rgba(255, 49, 115, 0.3);
}

.blog-card-content {
  padding: 40px 35px 35px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-title {
  font-size: 24px;
  font-family: "Outfit", sans-serif;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 18px;
}

.blog-title a {
  color: var(--black);
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-card:hover .blog-title a {
  color: var(--primary);
}

.blog-excerpt {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
  flex: 1;
}

.blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--black);
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-read-more svg {
  color: var(--primary);
  transition: transform 0.3s ease;
}

.blog-read-more:hover {
  color: var(--primary);
}

.blog-read-more:hover svg {
  transform: translateX(4px);
}

/* -- Pagination -- */
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  height: 45px;
  padding: 0 15px;
  border-radius: 30px;
  background: #f5f5f5;
  color: var(--black);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 8px 20px rgba(255, 49, 115, 0.25);
}

.blog-pagination .next,
.blog-pagination .prev {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-pagination .next:hover,
.blog-pagination .prev:hover {
  border-color: var(--primary);
}

/* Responsive Blog Grid */
@media (max-width: 768px) {
  .inner-hero-section {
    padding: 140px 0 80px;
  }

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

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

/* ==========================================================================
   Single Blog Post Styles (single.php)
   ========================================================================== */

.single-blog-section {
  padding: 80px 0 120px;
  background-color: #fff;
}

.single-blog-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
}

/* -- Main Article -- */
.article-header {
  margin-bottom: 40px;
}

.article-featured-image {
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

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

.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 14px;
  font-weight: 600;
}

.meta-item svg {
  color: var(--primary);
}

.article-title {
  font-family: "Outfit", sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: var(--black);
  line-height: 1.3;
}

/* -- Premium Content Formatting -- */
.premium-post-content {
  font-size: 17px;
  color: #555;
  line-height: 1.8;
}

.premium-post-content p {
  margin-bottom: 25px;
}

.premium-post-content h2,
.premium-post-content h3,
.premium-post-content h4 {
  font-family: "Outfit", sans-serif;
  color: var(--black);
  font-weight: 700;
  margin: 40px 0 20px;
}

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

.premium-post-content h3 {
  font-size: 24px;
}

.premium-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 30px 0;
}

.premium-post-content blockquote {
  margin: 40px 0;
  padding: 30px 40px;
  background: #f9f9f9;
  border-left: 4px solid var(--primary);
  border-radius: 0 12px 12px 0;
  font-size: 20px;
  font-style: italic;
  color: var(--black);
  line-height: 1.6;
}

.premium-post-content ul,
.premium-post-content ol {
  margin-bottom: 30px;
  padding-left: 20px;
}

.premium-post-content li {
  margin-bottom: 10px;
}

/* -- Custom Sidebar -- */
.custom-sidebar {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.sidebar-widget {
  background: transparent;
  padding: 0;
}

.widget-title {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 4px solid var(--primary);
  line-height: 1.2;
}

/* Recent Posts Widget */
.widget-recent-posts {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.recent-post-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.rp-img {
  width: 90px;
  height: 90px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.rp-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.recent-post-item:hover .rp-img img {
  transform: scale(1.1);
}

.rp-content {
  flex: 1;
}

.rp-date {
  font-size: 13px;
  color: var(--primary);
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

.rp-content h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.rp-content h4 a {
  color: var(--black);
  text-decoration: none;
  transition: color 0.3s ease;
}

.rp-content h4 a:hover {
  color: var(--primary);
}

/* Categories Widget */
.widget-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget-categories li {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.widget-categories li:last-child {
  border-bottom: none;
}

.widget-categories li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  background: transparent;
  color: var(--black);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.widget-categories li a span {
  font-size: 14px;
  color: #888;
  font-weight: 500;
}

.widget-categories li a:hover {
  color: var(--primary);
  padding-left: 8px;
}

.widget-categories li a:hover span {
  color: var(--primary);
}

/* Responsive Single Blog */
@media (max-width: 991px) {
  .single-blog-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

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

/* ==========================================================================
   Awards Page Styles (template-Awards.php)
   ========================================================================== */

.awards-hero {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.awards-hero .inner-hero-bg {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
}

.awards-hero .section-subtitle {
  color: var(--primary);
}

.awards-hero .inner-hero-title {
  color: var(--white);
}

.awards-hero .inner-hero-desc {
  color: #555;
}

.awards-section {
  padding: 50px 0 100px;
}

.premium-awards-list {
  display: flex;
  flex-direction: column;
}

/* Premium Row Design */
.award-row {
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: transparent;
  z-index: 1;
}

.award-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
}

.award-row:hover {
  padding-left: 30px;
  padding-right: 30px;
  border-bottom-color: transparent;
}

.award-row:hover::before {
  opacity: 1;
}

/* Row Number */
.award-number {
  font-family: "Outfit", sans-serif;
  font-size: 50px;
  font-weight: 200;
  color: rgba(0, 0, 0, 0.1);
  width: 100px;
  flex-shrink: 0;
  transition: color 0.4s ease;
}

.award-row:hover .award-number {
  color: var(--primary);
}

/* Row Details */
.award-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 40px;
}

.award-row-title {
  font-family: "Outfit", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: var(--black);
  margin: 0;
  line-height: 1.3;
}

.award-row-issuer {
  font-size: 15px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* Row Meta (Date & Arrow) */
.award-meta {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
}

.award-row-date {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #888;
  letter-spacing: 1px;
}

.award-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: all 0.4s ease;
}

.award-row:hover .award-arrow {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  transform: translateX(10px);
}

/* Responsive Awards List */
@media (max-width: 991px) {
  .award-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 0;
  }

  .award-number {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .award-details {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .award-meta {
    width: 100%;
    justify-content: space-between;
  }

  .award-row:hover {
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  .awards-hero .inner-hero-title {
    font-size: 38px;
  }

  .award-row-title {
    font-size: 22px;
  }
}

/* ==========================================================================
   About Us Hero Section V2
   ========================================================================== */
.about-hero-v2 {
  position: relative;
  padding: 150px 0 120px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: var(--white);
  text-align: center;
}

.about-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}

.relative-z {
  position: relative;
  z-index: 2;
}

.about-hero-content-v2 {
  max-width: 800px;
  margin: 0 auto;
}

.about-hero-subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--secondary);
  margin-bottom: 20px;
  background: rgba(0, 189, 214, 0.15);
  padding: 8px 16px;
  border-radius: 30px;
  border: 1px solid var(--secondary);
}

.about-hero-title-v2 {
  font-size: 4.5rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 24px;
}

.highlight-primary {
  color: var(--primary);
}

.about-hero-desc-v2 {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 50px;
}

.about-hero-stats-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 40px;
}

.stat-box {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
}

.stat-number {
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}

.stat-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 992px) {
  .about-hero-title-v2 {
    font-size: 3.5rem;
  }

  .about-hero-stats-row {
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .about-hero-title-v2 {
    font-size: 2.5rem;
  }

  .about-hero-v2 {
    padding: 100px 0 80px 0;
  }
}

/* ==========================================================================
   Header Colors for Inner Pages (Non-Home)
   ========================================================================== */
body:not(.home) .header-nav ul li a {
  color: var(--white);
}

body:not(.home) .header-nav ul li a:hover,
body:not(.home) .header-nav ul li.active>a,
body:not(.home) .header-nav ul li.current-menu-item>a {
  color: var(--primary);
}

body:not(.home) .tollfree {
  color: var(--white);
}

body:not(.home) .tollfree-text span {
  color: rgba(255, 255, 255, 0.8);
}

body:not(.home) .icon-btn {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

body:not(.home) .icon-btn:hover {
  background: var(--primary);
  border-color: var(--primary);
}

/* ==========================================================================
   About Us Bento Section
   ========================================================================== */
.about-bento-section {
  padding: 100px 0;
  background-color: var(--white);
}

.about-bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(380px, auto);
  gap: 30px;
}

.bento-item {
  border-radius: 30px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.relative-z {
  position: relative;
  z-index: 2;
}

.bento-text-block {
  grid-column: span 2;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.intro-subtitle {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 25px;
  display: block;
}

.intro-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: var(--black);
  line-height: 1.15;
  margin-bottom: 25px;
}

.intro-desc {
  font-size: 1.15rem;
  color: #555;
  line-height: 1.8;
}

.bento-stat-projects {
  grid-column: span 1;
  background: var(--primary);
  color: var(--white);
  display: flex;
  align-items: center;
}

.bento-stat-projects .bento-bg-overlay {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 60%);
  z-index: 1;
  animation: rotate 20s linear infinite;
}

.bento-stat-projects .stat-num,
.bento-stat-projects .stat-title,
.bento-stat-projects .stat-text {
  color: var(--white);
}

.bento-stat-projects .stat-num .plus {
  color: rgba(255, 255, 255, 0.7);
}

.bento-stat-clients {
  grid-column: span 1;
  background: #000;
  color: var(--white);
  display: flex;
  align-items: center;
}

.bento-stat-clients .stat-num,
.bento-stat-clients .stat-title,
.bento-stat-clients .stat-text {
  color: var(--white);
}

.bento-stat-clients .stat-num .plus {
  color: var(--primary);
}

.bento-stat-satisfaction {
  grid-column: span 2;
  background-size: cover;
  background-position: center;
  color: var(--white);
}

.bento-overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}

.bento-stat-satisfaction .bento-content {
  height: 100%;
}

.bento-stat-satisfaction .flex {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.satisfaction-left {
  flex-shrink: 0;
}

.bento-stat-satisfaction .stat-num {
  font-size: 5rem;
  color: var(--white);
}

.bento-stat-satisfaction .stat-title {
  color: var(--primary);
  font-size: 1.5rem;
}

.bento-stat-satisfaction .stat-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.15rem;
  line-height: 1.7;
}

.satisfaction-right {
  max-width: 350px;
}

/* Shared Stat Styles */
.stat-num {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.stat-num .plus {
  font-size: 2rem;
  margin-left: 5px;
  margin-top: 5px;
}

.stat-title {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.stat-text {
  font-size: 1.05rem;
  line-height: 1.6;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1024px) {
  .about-bento-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bento-text-block {
    grid-column: span 2;
  }

  .bento-stat-satisfaction {
    grid-column: span 2;
  }
}




/* ==========================================================================
   Trusted Construction Section
   ========================================================================== */
.about-trusted-build {
  position: relative;
  height: 250px;
  display: flex;
  align-items: center;
  z-index: 1;
}

.trusted-watermark {
  position: absolute;
  top: 50%;
  left: -2%;
  transform: translateY(-50%);
  font-size: 22vw;
  font-weight: 900;
  color: #efefef;
  z-index: -1;
  line-height: 0.8;
  letter-spacing: -5px;
  user-select: none;
  font-family: 'Outfit', sans-serif;
  text-align: left;
}

.trusted-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.trusted-left {
  flex: 0 0 45%;
  padding-bottom: 80px;
}

.trusted-tag {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.tag-dot {
  width: 8px;
  height: 8px;
  background-color: #ff9800;
  /* Orange dot */
  border-radius: 50%;
  margin-right: 10px;
}

.trusted-title {
  font-size: 4rem;
  font-weight: 800;
  color: #111;
  line-height: 1.1;
  letter-spacing: -1px;
}

.text-gold {
  color: #cda858;
  /* Gold/Mustard */
}

.trusted-right {
  flex: 0 0 55%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.trusted-image-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.isometric-image {
  max-width: 50%;
  width: 100%;
  max-height: 400px;
  object-fit: contain;
  display: block;
  margin-bottom: -100px;
}

@media (max-width: 991px) {
  .trusted-grid {
    flex-direction: column;
    text-align: center;
  }

  .trusted-left {
    flex: 0 0 100%;
    padding-bottom: 40px;
  }

  .trusted-title {
    font-size: 3rem;
  }

  .trusted-right {
    flex: 0 0 100%;
    justify-content: center;
  }

  .isometric-image {
    transform: scale(1) translateX(0);
  }

  .trusted-watermark {
    font-size: 45vw;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* ==========================================================================
   Cinematic Dark Mode Legacy Section
   ========================================================================== */
.about-cinematic-section {
  background-color: #050505;
  color: #e0e0e0;
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}

.about-cinematic-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 12, 87, 0.05) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}

.cinematic-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cinematic-title {
  font-size: 4rem;
  color: #ffffff;
  text-align: center;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.cinematic-divider {
  width: 80px;
  height: 4px;
  background-color: var(--primary);
  margin: 0 auto 60px;
  border-radius: 2px;
}

.cinematic-lead {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #ffffff;
  margin-bottom: 40px;
  font-weight: 300;
}

.drop-cap {
  float: left;
  font-size: 6.5rem;
  line-height: 0.8;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 3px;
  color: var(--primary);
  font-weight: 900;
  font-family: "Outfit", sans-serif;
}

.text-highlight {
  color: var(--primary);
  font-weight: 600;
}

.cinematic-text {
  font-size: 1.15rem;
  line-height: 1.9;
  color: #a0a0a0;
  margin-bottom: 30px;
  font-weight: 300;
}

.cinematic-quote {
  font-size: 2.1rem;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  font-style: italic;
  font-weight: 600;
  margin: 40px 0;
  padding: 0 20px;
  position: relative;
}

.cinematic-quote::before {
  content: '"';
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 8rem;
  color: rgba(255, 12, 87, 0.15);
  font-family: Georgia, serif;
}

.quote-highlight {
  color: var(--primary);
}

.cinematic-subtitle {
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
  margin: 80px 0 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.cinematic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.cg-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #cccccc;
  transition: all 0.4s ease;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.02);
}

.cg-item:hover {
  border-color: var(--primary);
  background: var(--primary);
  color: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(255, 12, 87, 0.2);
}

/* ==========================================================================
   Accolades & Memberships Section
   ========================================================================== */
.about-accolades-section {
  padding: 100px 0;
  background-color: #ffffff;
  position: relative;
}

.accolades-header {
  text-align: center;
  margin-bottom: 60px;
}

.accolades-title {
  font-size: 3rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 15px;
}

.highlight-secondary {
  color: var(--secondary);
}

.accolades-desc {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

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

.accolade-card {
  background: #fdfdfd;
  padding: 25px 25px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.accolade-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-color: var(--primary);
  background: #ffffff;
}

.accolade-card::before {
  content: "★";
  color: var(--primary);
  font-size: 1.3rem;
  margin-right: 15px;
  line-height: 1.2;
}

.accolade-text {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
  font-weight: 500;
}

@media (max-width: 991px) {
  .accolades-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .accolades-title {
    font-size: 2.2rem;
  }
}

/* ==========================================================================
   Ranks Banner Section
   ========================================================================== */
.about-ranks-section {
  position: relative;
  padding: 160px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ranks-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.ranks-title {
  font-size: 4.5rem;
  font-weight: 900;
  color: var(--white);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0;
  text-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

/* ==========================================================================
   Mission & Vision Sticky Section
   ========================================================================== */
.about-mission-vision {
  position: relative;
  overflow: visible;
  padding: 100px 0;
}

.mv-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  min-height: 100vh;
}

.mv-left {
  flex: 0 0 45%;
  position: relative;
}

.mv-sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  padding-right: 40px;
  z-index: 10;
}

.mv-subtitle {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

.mv-title {
  font-size: 4rem;
  font-weight: 800;
  color: #111111;
  line-height: 1.1;
  letter-spacing: -2px;
}

.mv-right {
  flex: 0 0 55%;
}

.mv-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}

.mv-icon-wrapper {
  flex: 0 0 60px;
  height: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.mv-icon {
  stroke: var(--primary);
}

.mv-text-content {
  flex: 1;
}

.mv-block-title {
  font-size: 2rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 20px;
}

.mv-desc {
  font-size: 1.1rem;
  color: #555555;
  line-height: 1.8;
  margin-bottom: 15px;
}

.mv-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin: 60px 0;
  width: 100%;
}

@media (max-width: 991px) {
  .cinematic-title {
    font-size: 3rem;
  }

  .cinematic-lead {
    font-size: 1.2rem;
  }

  .cinematic-quote {
    font-size: 1.5rem;
    padding: 0 20px;
  }

  .drop-cap {
    font-size: 5rem;
  }

  .ranks-title {
    font-size: 3rem;
  }

  .mv-container {
    flex-direction: column;
  }

  .mv-left {
    flex: 0 0 100%;
    position: relative;
    top: 0;
    transform: none;
    align-self: stretch;
    margin-bottom: 60px;
  }

  .mv-sticky-content {
    position: relative;
    top: 0;
    padding-right: 0;
  }

  .mv-right {
    flex: 0 0 100%;
    padding-top: 0;
  }

  .mv-title {
    font-size: 3rem;
  }
}

/* ==========================================================================
   Site Footer (Authentic Professional Construction Footer)
   ========================================================================== */
.site-footer {
  color: #334155;
  padding-top: 70px;
  font-family: "Outfit", sans-serif;
  background: #f8f9fa;
}

.footer-main-grid {
  display: grid;
  grid-template-columns: 2fr 2fr 1.6fr;
  gap: 40px;
  padding-bottom: 50px;
}

.footer-logo img {
  max-height: 50px;
  width: auto;
  margin-bottom: 18px;
}

.footer-logo-text {
  font-size: 1.6rem;
  font-weight: 800;
  color: #0f172a;
  display: inline-block;
  margin-bottom: 18px;
}

.footer-logo-text span {
  color: var(--primary);
}

.footer-company-desc {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 22px;
  max-width: 360px;
}

.footer-social-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-social-links a {
  font-size: 0.88rem;
  font-weight: 600;
  color: #0f172a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-social-links a:hover {
  color: var(--primary);
  text-decoration: underline;
}

.footer-widget-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

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

.footer-menu-links ul li a {
  color: #475569;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-menu-links ul li a:hover {
  color: var(--primary);
}

.footer-contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-contact-info li {
  font-size: 0.95rem;
  color: #334155;
  line-height: 1.6;
}

.contact-label {
  color: #0f172a;
  font-weight: 700;
  display: inline-block;
  margin-right: 4px;
}

.footer-contact-info li a {
  color: #334155;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-contact-info li a:hover {
  color: var(--primary);
}

.footer-bottom-bar {
  border-top: 1px solid #cbd5e1;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
  color: #64748b;
}

.copyright-note a {
  color: #475569;
  text-decoration: none;
}

.copyright-note a:hover {
  color: var(--primary);
}

.top-scroll-link {
  color: #0f172a;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.top-scroll-link:hover {
  color: var(--primary);
}

@media (max-width: 991px) {
  .footer-main-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
}

@media (max-width: 600px) {
  .footer-main-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom-bar {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

/* ==========================================================================
   Dedicated Services Page Styling
   ========================================================================== */
.services-hero {
  position: relative;
  padding: 160px 0 100px;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  overflow: hidden;
}

.services-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.75) 100%);
}

.services-hero-content {
  max-width: 850px;
}

.services-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 189, 214, 0.12);
  border: 1px solid rgba(0, 189, 214, 0.3);
  color: var(--secondary);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.services-hero-title {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -1.5px;
}

.services-hero-title .highlight-primary {
  color: var(--primary);
}

.services-hero-title .highlight-secondary {
  color: var(--secondary);
}

.services-hero-desc {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #cbd5e1;
  margin-bottom: 40px;
}

.services-hero-stats {
  display: flex;
  align-items: center;
  gap: 40px;
}

.s-stat-box {
  display: flex;
  flex-direction: column;
}

.s-stat-num {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}

.s-stat-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 6px;
}

/* Services Showcase Grid */
.services-showcase-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.section-intro-header {
  max-width: 750px;
  margin: 0 auto 60px;
}

.section-intro-header .sub-heading {
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--primary);
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.section-intro-header .main-heading {
  font-size: 2.8rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 18px;
  line-height: 1.2;
}

.section-intro-header .intro-paragraph {
  font-size: 1.1rem;
  color: #64748b;
  line-height: 1.7;
}

.services-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.service-card-item {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
}

.service-card-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.service-card-item:hover::before {
  opacity: 1;
}

.service-card-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 189, 214, 0.3);
}

.service-card-image {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service-card-item:hover .service-card-image img {
  transform: scale(1.08);
}

.service-number-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(8px);
  color: var(--secondary);
  font-size: 0.9rem;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.service-card-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.service-tag {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--secondary);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.service-card-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
  line-height: 1.3;
}

.service-card-desc {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 22px;
}

.service-feature-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
  margin-top: auto;
  border-top: 1px solid #f1f5f9;
  padding-top: 18px;
}

.sf-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #334155;
}

.sf-item svg {
  flex-shrink: 0;
  stroke: var(--secondary);
}

.service-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #0f172a;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-card-btn:hover {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 189, 214, 0.3);
}

/* Process Section */
.services-process-section {
  padding: 100px 0;
  background-color: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

.process-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.process-step-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 35px 25px;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}

.process-step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  border-color: var(--secondary);
}

.step-num {
  font-size: 2.8rem;
  font-weight: 900;
  color: rgba(0, 189, 214, 0.15);
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}

.step-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
}

.step-desc {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #64748b;
  margin: 0;
}

/* Services CTA Banner */
.services-cta-banner {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  padding: 70px 0;
  color: #ffffff;
}

.s-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.s-cta-heading {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}

.s-cta-sub {
  font-size: 1.1rem;
  color: #94a3b8;
  margin: 0;
}

@media (max-width: 991px) {
  .services-hero-title {
    font-size: 2.8rem;
  }

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

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

  .s-cta-inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .services-hero-title {
    font-size: 2.2rem;
  }

  .services-hero-stats {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .services-showcase-grid {
    grid-template-columns: 1fr;
  }

  .process-steps-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Dedicated Gallery Page Styling (Clean Image-Only Showcase)
   ========================================================================== */
.gallery-hero {
  position: relative;
  padding: 140px 0 80px;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  overflow: hidden;
  min-height: 350px;
  display: flex;
  align-items: center;
}

.gallery-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 23, 42, 0.9);
}

.gallery-hero-content {
  max-width: 850px;
  margin: 0 auto;
}

.gallery-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 189, 214, 0.12);
  border: 1px solid rgba(0, 189, 214, 0.3);
  color: var(--secondary);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.gallery-hero-title {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 0;
  letter-spacing: -1.5px;
}

.gallery-hero-title .highlight-primary {
  color: var(--primary);
}

/* Portfolio Filter Tabs (Clean Solid Colors, No Gradients) */
.gallery-portfolio-section {
  padding: 80px 0 100px;
  background-color: #ffffff;
}

.gallery-filter-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 45px;
}

.filter-btn {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  color: #334155;
  padding: 10px 24px;
  border-radius: 30px;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
}

.filter-btn:hover {
  background: #e2e8f0;
  color: #0f172a;
}

.filter-btn.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(255, 49, 115, 0.25);
}

/* Pure Image Gallery Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.gallery-item {
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.image-only-card {
  background: #000000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  border: 1px solid #e2e8f0;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.image-only-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  border-color: var(--primary);
}

.gallery-thumb {
  position: relative;
  height: 300px;
  overflow: hidden;
  cursor: pointer;
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.image-only-card:hover .gallery-thumb img {
  transform: scale(1.06);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 23, 42, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-only-card:hover .gallery-overlay {
  opacity: 1;
}

.zoom-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--primary);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(255, 49, 115, 0.35);
  transform: scale(0.85);
  transition: transform 0.3s ease;
}

.image-only-card:hover .zoom-icon {
  transform: scale(1);
}

/* Lightbox Modal */
.gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.gallery-lightbox.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 12, 20, 0.92);
}

.lightbox-content {
  position: relative;
  max-width: 1000px;
  width: 92%;
  background: #000000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
  z-index: 2;
  transform: scale(0.96);
  transition: transform 0.3s ease;
}

.gallery-lightbox.active .lightbox-content {
  transform: scale(1);
}

.lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #ffffff;
  font-size: 2rem;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s ease;
}

.lightbox-close:hover {
  background: var(--primary);
}

.lightbox-img-wrapper {
  max-height: 80vh;
  overflow: hidden;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-img-wrapper img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
}

@media (max-width: 991px) {
  .gallery-hero-title {
    font-size: 2.8rem;
  }

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

@media (max-width: 600px) {
  .gallery-hero-title {
    font-size: 2.2rem;
  }

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

/* ==========================================================================
   Inner Page Hero Banner Styling (Blog & Awards Shared Theme)
   ========================================================================== */
.inner-hero-section {
  position: relative;
  padding: 140px 0 80px;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  overflow: hidden;
  min-height: 350px;
  display: flex;
  align-items: center;
}

.inner-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 23, 42, 0.9);
}

.inner-hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
}

.inner-hero-title {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: -1.5px;
}

.inner-hero-title .highlight-primary {
  color: var(--primary);
}

.inner-hero-title .highlight-secondary {
  color: var(--secondary);
}

.inner-hero-desc {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #cbd5e1;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .inner-hero-title {
    font-size: 2.8rem;
  }
}

@media (max-width: 600px) {
  .inner-hero-title {
    font-size: 2.2rem;
  }
}

/* ==========================================================================
   Why Choose Us Section (Exact 1:1 Match to Reference Design)
   ========================================================================== */
.why-choose-us-section {
  overflow: hidden;
}

.wcu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  align-items: flex-start;
}

.wcu-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
  border: none;
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
}

/* Staggered Step Height Effect */
.wcu-card:nth-child(1) {
  margin-top: 0;
}

.wcu-card:nth-child(2) {
  margin-top: 30px;
}

.wcu-card:nth-child(3) {
  margin-top: 60px;
}

.wcu-card:nth-child(4) {
  margin-top: 90px;
}

.wcu-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

.wcu-card-img {
  height: 170px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 22px;
  background: #f8fafc;
}

.wcu-card-img.placeholder-box {
  background: #f8fafc;
  border: none;
}

.wcu-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  border-radius: 16px;
}

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

.wcu-card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-bottom: 20px;
}

.wcu-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #1e293b;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
  line-height: 1.3;
}

.wcu-desc {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #64748b;
  margin-bottom: 25px;
  max-width: 82%;
}

.wcu-number {
  position: absolute;
  bottom: 0;
  right: 5px;
  font-size: 4.6rem;
  font-weight: 800;
  color: #e2e8f0;
  line-height: 1;
  pointer-events: none;
  font-family: "Outfit", sans-serif;
  letter-spacing: -2px;
}

@media (max-width: 991px) {
  .wcu-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .wcu-card:nth-child(1),
  .wcu-card:nth-child(2),
  .wcu-card:nth-child(3),
  .wcu-card:nth-child(4) {
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .wcu-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Offcanvas Sidebar Styles
   ========================================================================== */
html.offcanvas-open,
body.offcanvas-open {
  overflow: hidden !important;
}

.offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  backdrop-filter: blur(3px);
}

.offcanvas-overlay.active {
  opacity: 1;
  visibility: visible;
}

.offcanvas-sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  background: var(--white);
  z-index: 1000;
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
  transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.offcanvas-sidebar.active {
  right: 0;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.offcanvas-logo {
  max-height: 40px;
}

.offcanvas-logo-text {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary);
  margin: 0;
}

.offcanvas-close {
  background: none;
  border: none;
  font-size: 30px;
  line-height: 1;
  color: var(--black);
  cursor: pointer;
  transition: color 0.3s ease;
  padding: 0;
}

.offcanvas-close:hover {
  color: var(--primary);
}

.offcanvas-content {
  padding: 40px;
}

.offcanvas-widget {
  margin-bottom: 40px;
}

.offcanvas-widget h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: var(--black);
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
}

.offcanvas-widget h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 40px;
  height: 2px;
  background: var(--primary);
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  gap: 15px;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.contact-icon {
  width: 45px;
  height: 45px;
  background: rgba(195, 32, 72, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.contact-item:hover .contact-icon {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(195, 32, 72, 0.2);
}

.contact-text {
  display: flex;
  flex-direction: column;
}

.contact-text span {
  font-size: 13px;
  text-transform: uppercase;
  color: #777;
  font-weight: 600;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}

.contact-text a,
.contact-text p {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-text a:hover {
  color: var(--primary);
}

.social-links-wrapper {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.social-links-wrapper a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}

.social-links-wrapper a:hover {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(195, 32, 72, 0.2);
}

/* Hide mobile menu widget on desktop */
.mobile-menu-widget {
  display: none;
}

/* Mobile Menu Styles inside offcanvas */
.mobile-menu-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.mobile-menu-widget ul li a {
  color: var(--black);
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  transition: color 0.3s;
}

.mobile-menu-widget ul li a:hover,
.mobile-menu-widget ul li.current-menu-item>a {
  color: var(--primary);
}

@media (max-width: 480px) {
  .offcanvas-sidebar {
    width: 320px;
    right: -320px;
  }
}

/* ==========================================================================
   Header Responsiveness
   ========================================================================== */
@media (max-width: 1024px) {
  .header-nav {
    display: none;
  }

  .tollfree {
    display: none;
  }

  .header-right .btn-primary {
    display: none;
  }

  .mobile-menu-widget {
    display: block;
  }
}

@media (max-width: 768px) {
  .header {
    padding: 20px 0;
  }

  .header-logo img {
    max-height: 50px;
  }
}

/* ==========================================================================
   Full Home Responsiveness
   ========================================================================== */
@media (max-width: 991px) {

  /* Global Container */
  .premium-container {
    padding: 0 20px;
  }

  /* Hero Section */
  .hero-wrapper {
    flex-direction: column;
    text-align: left;
    gap: 40px;
    padding-top: 20px;
  }

  .hero-text-content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-tag {
    margin-bottom: 20px;
  }

  .hero-main-title {
    font-size: 46px;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
  }

  .hero-description {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
    margin-bottom: 40px;
    justify-content: flex-start;
  }

  .hero-actions .btn,
  .hero-actions .hero-btn-outline {
    width: auto;
    padding: 14px 28px;
  }

  .hero-stats {
    width: 100%;
    background: transparent;
    padding: 25px 0 0 0;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: static;
    transform: none;
  }

  .stat-item h3 {
    font-size: 32px;
  }

  .stat-item p {
    font-size: 13px;
  }

  .hero-visual {
    width: 100%;
    margin-top: 0;
  }

  .image-wrapper {
    height: 400px;
    width: 100%;
    border-radius: 20px;
  }

  /* Who We Are */
  .who-we-are-image-block {
    min-height: 400px;
  }

  .who-we-are-content {
    text-align: center;
  }

  .section-subtitle::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .who-we-are-features {
    justify-content: center;
    flex-wrap: wrap;
  }

  .btn-outline-dark {
    align-self: center;
  }

  /* Services */
  .is-title {
    font-size: 42px;
  }

  .is-top-header {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 20px;
  }

  .is-badge {
    margin-right: 0;
  }

  /* General Sections */
  .centered-section-header .section-title {
    font-size: 42px;
  }

  .pr-title {
    font-size: 46px;
  }
}

@media (max-width: 768px) {
  .hero-main-title {
    font-size: 42px;
  }

  .image-wrapper {
    height: 350px;
  }

  .floating-card {
    display: none;
    /* Hide floating cards on mobile to avoid clutter */
  }

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

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

  .centered-section-header .section-title {
    font-size: 34px;
  }

  .pr-title {
    font-size: 38px;
  }

  .stat-item h3 {
    font-size: 28px;
  }

  .who-we-are-section,
  .interactive-services-section,
  .why-choose-us-section {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .premium-rank-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  section.who-we-are-section {
    padding-bottom: 50px;
  }
}

/* -- Contact Page New Design (Image Match) -- */
.c-subheading {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
}

.c-heading {
  font-family: 'Outfit', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--black);
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.c-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 40px;
}

/* Section 1 */
.c-section-top {
  padding: 80px 0 80px;
  background-color: #f8f9fa;
}

.c-top-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}

.c-info-side {
  flex: 1;
}

.c-form-side {
  flex: 1.1;
}

.c-info-grid-2x2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.c-info-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.c-info-box-icon {
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 50%;
  background-color: rgba(255, 49, 115, 0.1);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-info-box-icon svg {
  width: 20px;
  height: 20px;
}

.c-info-box-text h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 5px;
}

.c-info-box-text p,
.c-info-box-text a {
  font-size: 14px;
  color: #555;
  text-decoration: none;
}

.c-info-box-text a:hover {
  color: var(--primary);
}

.c-form-wrapper {
  background: var(--white);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

/* Section 2: CTA Banner */
.c-cta-banner {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.c-cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 15, 25, 0.9);
  z-index: 1;
}

.c-cta-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.c-cta-image {
  flex: 1;
  position: relative;
}

.engineer-img {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  margin-top: -150px;
  position: relative;
  z-index: 5;
}

.c-cta-content {
  flex: 1.2;
  color: var(--white);
}

.c-cta-content h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
  line-height: 1.2;
}

.c-cta-content p {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 30px;
  line-height: 1.6;
}

.c-cta-features {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.cta-feat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
}

/* Section 3: Office */
.c-office-section {
  padding: 100px 0;
  background-color: #fff;
}

.c-office-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.c-office-content {
  flex: 1;
}

.c-office-image {
  flex: 1;
}

.office-img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.c-office-cards {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.office-card {
  background: #1a2235;
  border-radius: 15px;
  padding: 30px;
  color: var(--white);
  flex: 1;
  position: relative;
  overflow: hidden;
}

.office-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: var(--primary);
}

.office-card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 5px;
}

.o-tag {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8a99b5;
  margin-bottom: 20px;
  display: block;
}

.o-details {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.o-details li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 14px;
  color: #ccc;
  line-height: 1.5;
}

.o-details li svg {
  color: var(--primary);
  flex-shrink: 0;
  margin-top: 2px;
}


.forminator-ui.forminator-custom-form .forminator-row {
  margin-bottom: 20px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
}

.forminator-ui.forminator-custom-form .forminator-col {
  flex: 1 !important;
  min-width: 250px !important;
}

.forminator-ui.forminator-custom-form .forminator-label {
  font-weight: 600 !important;
  color: var(--black) !important;
  font-size: 14px !important;
  margin-bottom: 8px !important;
}

.forminator-ui.forminator-custom-form .forminator-input,
.forminator-ui.forminator-custom-form .forminator-textarea {
  border-radius: 8px !important;
  border: 1px solid #e0e0e0 !important;
  padding: 15px !important;
  background-color: #fff !important;
  color: var(--black) !important;
  transition: all 0.3s ease !important;
}

.forminator-ui.forminator-custom-form .forminator-input:focus,
.forminator-ui.forminator-custom-form .forminator-textarea:focus {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 3px rgba(255, 49, 115, 0.1) !important;
}

.forminator-ui.forminator-custom-form .forminator-button-submit {
  background-color: var(--primary) !important;
  color: var(--white) !important;
  border-radius: 8px !important;
  padding: 15px 40px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-family: 'Outfit', sans-serif !important;
  width: auto !important;
  border: none !important;
}

.contactus-banner {
  margin: auto;
}

/* Footer Social Icons CSS */
.footer-social-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 15px;
}

.footer-social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(195, 32, 72, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}

.footer-social-links a:hover {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(195, 32, 72, 0.2);
}

/* --- INTERNSHIP PAGE CUSTOM DESIGN --- */
.internship-hero {
  padding: 140px 0 100px;
  background-color: #1e1e1e;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  color: white;
  text-align: center;
  position: relative;
}

.internship-hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.internship-hero-title .highlight {
  color: var(--primary);
}

.internship-hero-desc {
  font-size: 1.15rem;
  opacity: 0.9;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.intern-section {
  padding: 80px 0;
}

.intern-section.bg-light {
  background-color: #f9f9fa;
}

.intern-section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 50px;
  color: var(--black);
}

.intern-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.intern-feature-card {
  background: white;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.intern-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(195, 32, 72, 0.1);
}

.intern-feature-icon {
  width: 70px;
  height: 70px;
  background: rgba(195, 32, 72, 0.08);
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.4s ease;
}

.intern-feature-card:hover .intern-feature-icon {
  background: var(--primary);
  color: white;
  transform: scale(1.1) rotate(5deg);
}

.intern-feature-card h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-weight: 700;
  color: var(--black);
}

.intern-feature-card p {
  color: #666;
  line-height: 1.6;
}

.intern-timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.intern-timeline::before {
  content: '';
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  height: 2px;
  background: #e0e0e0;
  z-index: 1;
}

.timeline-step {
  position: relative;
  z-index: 2;
  text-align: center;
  flex: 1;
  padding: 0 15px;
}

.timeline-number {
  width: 70px;
  height: 70px;
  background: var(--primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 800;
  margin: 0 auto 20px;
  border: 6px solid #f9f9fa;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.timeline-step h4 {
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--black);
}

.timeline-step p {
  color: #666;
  font-size: 0.95rem;
}

.intern-apply-wrapper {
  background: white;
  border-radius: 16px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
  padding: 60px;
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .internship-hero-title {
    font-size: 2.5rem;
  }

  .intern-timeline {
    flex-direction: column;
    gap: 40px;
  }

  .intern-timeline::before {
    top: 0;
    bottom: 0;
    left: 35px;
    height: auto;
    width: 2px;
  }

  .timeline-step {
    display: flex;
    text-align: left;
    align-items: flex-start;
    gap: 25px;
  }

  .timeline-number {
    margin: 0;
    flex-shrink: 0;
  }

  .intern-apply-wrapper {
    padding: 30px 20px;
  }
}