/* hero section start  */
.pwp-abthero-sec {
  font-family: "Plus Jakarta Sans", sans-serif;
  position: relative;
  width: 100%;
  min-height: 520px;
  background-color: #0b111e;

  /* Background Image with Dark Industrial Radial/Linear Gradient Overlay */
  background-image:
    linear-gradient(
      90deg,
      rgba(11, 17, 30, 0.96) 0%,
      rgba(11, 17, 30, 0.88) 45%,
      rgba(11, 17, 30, 0.65) 100%
    ),
    url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTIptY1J71S3Qi4pK0N1tZEwMvQMYbkTFfqq7kNy4-lqA&s=10");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  padding: 100px 20px;
  box-sizing: border-box;
}

.pwp-abthero-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.pwp-abthero-content {
  max-width: 760px;
  text-align: left;
}

/* Breadcrumb Styling */
.pwp-abthero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 24px;
}

.pwp-abthero-breadcrumb-active {
  color: #e07228;
}

.pwp-abthero-breadcrumb-sep {
  color: #475569;
  font-weight: 400;
}

/* Main Heading Typography */
.pwp-abthero-title {
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin: 0 0 24px 0;
  letter-spacing: -1.2px;
}

/* Paragraph Subtext */
.pwp-abthero-text {
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 1.65;
  color: #94a3b8;
  margin: 0;
  max-width: 620px;
  font-weight: 400;
}

/* Responsive Layout Adjustments */
@media (max-width: 768px) {
  .pwp-abthero-sec {
    padding: 70px 20px;
    min-height: auto;
    background-image:
      linear-gradient(
        180deg,
        rgba(11, 17, 30, 0.8) 0%,
        rgba(11, 17, 30, 0.8) 100%
      ),
      url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTIptY1J71S3Qi4pK0N1tZEwMvQMYbkTFfqq7kNy4-lqA&s=10");
  }

  .pwp-abthero-breadcrumb {
    margin-bottom: 18px;
  }

  .pwp-abthero-title {
    margin-bottom: 18px;
  }
}

@media (max-width: 480px) {
  .pwp-abthero-sec {
    padding: 50px 16px;
  }
}

/* hero section end  */

/* about us section start  */
.pwp-story-sec {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #ffffff;
  padding: 100px 20px;
  box-sizing: border-box;
}

.pwp-sty-container {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* --- Left Text Content --- */
.pwp-sty-subheading {
  color: #e07228;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.pwp-sty-title {
  font-size: clamp(30px, 3.8vw, 44px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.15;
  margin: 0 0 32px 0;
  letter-spacing: -0.8px;
  max-width: 540px;
}

.pwp-sty-text-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pwp-sty-paragraph {
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
  margin: 0;
  font-weight: 400;
}

/* --- Right Staggered Image Gallery --- */
.pwp-sty-image-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.pwp-sty-img-box {
  flex: 1;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
  background-color: #f1f5f9;
}

.pwp-sty-img-box img {
  width: 100%;
  height: 380px;
  display: block;
}

/* Second Image Stagger Shift */
.pwp-sty-img-box-stagger {
  margin-top: 50px;
}

/* --- Responsive Media Queries --- */
@media (max-width: 1024px) {
  .pwp-story-sec {
    padding: 70px 20px;
  }

  .pwp-sty-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .pwp-sty-title {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .pwp-story-sec {
    padding: 50px 16px;
  }

  .pwp-sty-title {
    margin-bottom: 24px;
  }

  .pwp-sty-paragraph {
    font-size: 14px;
  }

  .pwp-sty-image-wrapper {
    flex-direction: column;
    gap: 16px;
  }

  .pwp-sty-img-box img {
    height: auto;
    width: 300px;
  }

  .pwp-sty-img-box-stagger {
    margin-top: 0;
  }
}

/* about us section end  */

/* mission section start */
.pwp-mvq-sec {
  font-family: "Plus Jakarta Sans", sans-serif;
  background: linear-gradient(180deg, #f5f7fb 0%, #ebf0f7 100%);
  padding: 80px 20px;
  box-sizing: border-box;
  width: 100%;
}

.pwp-mvq-container {
  max-width: 1240px;
  margin: 0 auto;
}

/* 3-Column Card Grid */
.pwp-mvq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* Card Styling with Hover Enhancements */
.pwp-mvq-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 44px 36px;
  box-shadow:
    0 10px 30px rgba(15, 23, 42, 0.04),
    0 4px 10px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  transition:
    transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 0.35s cubic-bezier(0.165, 0.84, 0.44, 1),
    border-color 0.35s ease;
  border: 1px solid rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

/* Accent Top Border Line on Hover */
.pwp-mvq-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #e07228, #f7730e);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}

.pwp-mvq-card:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.pwp-mvq-card:hover {
  transform: translateY(-10px);
  box-shadow:
    0 25px 50px rgba(15, 23, 42, 0.1),
    0 10px 20px rgba(12, 70, 196, 0.06);
}

/* Blue Circular Icon Badge with Hover Effects */
.pwp-mvq-icon-box {
  width: 54px;
  height: 54px;
  background-color: #0c46c4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 28px;
  box-shadow: 0 6px 16px rgba(12, 70, 196, 0.25);
  flex-shrink: 0;
  transition:
    transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    background-color 0.35s ease,
    box-shadow 0.35s ease;
}

.pwp-mvq-card:hover .pwp-mvq-icon-box {
  transform: scale(1.12) rotate(4deg);
  background-color: #003ecb;
  box-shadow: 0 10px 24px rgba(12, 70, 196, 0.4);
}

/* Headings with Hover Color Shift */
.pwp-mvq-title {
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 16px 0;
  letter-spacing: -0.4px;
  transition: color 0.3s ease;
}

.pwp-mvq-card:hover .pwp-mvq-title {
  color: #e07228;
}

/* Paragraph Descriptions */
.pwp-mvq-desc {
  font-size: 14.5px;
  line-height: 1.65;
  color: #64748b;
  margin: 0;
  font-weight: 400;
  transition: color 0.3s ease;
}

.pwp-mvq-card:hover .pwp-mvq-desc {
  color: #334155;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .pwp-mvq-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .pwp-mvq-sec {
    padding: 50px 16px;
  }

  .pwp-mvq-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pwp-mvq-card {
    padding: 32px 24px;
    border-radius: 20px;
  }
}

/* mission section end */

/* our journey section start */
.pwp-timeline-sec {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #ffffff;
  padding: 100px 20px;
  box-sizing: border-box;
  width: 100%;
}

.pwp-tml-container {
  max-width: 780px;
  margin: 0 auto;
}

/* Header Section */
.pwp-tml-header {
  text-align: center;
  margin-bottom: 60px;
}

.pwp-tml-subheading {
  color: #e07228;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.pwp-tml-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.8px;
}

/* Timeline Vertical Wrapper */
.pwp-tml-wrapper {
  position: relative;
  padding-left: 36px;
}

/* Left Vertical Connecting Line */
.pwp-tml-wrapper::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 6px;
  width: 2px;
  background-color: #e2e8f0;
}

/* Timeline Items */
.pwp-tml-item {
  position: relative;
  margin-bottom: 48px;
  transition: transform 0.3s ease;
}

.pwp-tml-item:last-child {
  margin-bottom: 0;
}

/* Timeline Orange Dot */
.pwp-tml-dot {
  position: absolute;
  left: -36px;
  top: 4px;
  width: 14px;
  height: 14px;
  background-color: #e07228;
  border-radius: 50%;
  transform: translateX(-50%);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.pwp-tml-item:hover .pwp-tml-dot {
  transform: translateX(-50%) scale(1.3);
  box-shadow: 0 0 12px rgba(224, 114, 40, 0.5);
}

/* Year Highlight */
.pwp-tml-year {
  color: #e07228;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

/* Item Heading */
.pwp-tml-item-title {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 10px 0;
  letter-spacing: -0.3px;
  transition: color 0.3s ease;
}

.pwp-tml-item:hover .pwp-tml-item-title {
  color: #e07228;
}

/* Description Text */
.pwp-tml-desc {
  font-size: 14.5px;
  line-height: 1.65;
  color: #64748b;
  margin: 0;
  font-weight: 400;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .pwp-timeline-sec {
    padding: 60px 16px;
  }

  .pwp-tml-header {
    margin-bottom: 44px;
  }

  .pwp-tml-wrapper {
    padding-left: 28px;
  }

  .pwp-tml-wrapper::before {
    left: 4px;
  }

  .pwp-tml-dot {
    left: -28px;
    width: 12px;
    height: 12px;
  }

  .pwp-tml-item {
    margin-bottom: 36px;
  }

  .pwp-tml-item-title {
    font-size: 18px;
  }

  .pwp-tml-desc {
    font-size: 14px;
  }
}

/* our journey section end */

/* our process section start */
.pwp-process-sec {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #111622;
  padding: 100px 20px;
  box-sizing: border-box;
  width: 100%;
}

.pwp-prc-container {
  max-width: 1280px;
  margin: 0 auto;
}

/* Header Section */
.pwp-prc-header {
  text-align: center;
  margin-bottom: 60px;
}

.pwp-prc-subheading {
  color: #f7730e;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.pwp-prc-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.8px;
}

/* 5-Column Grid Layout */
.pwp-prc-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

/* Dark Card Styling */
.pwp-prc-card {
  background-color: #1a202c;
  border-radius: 20px;
  padding: 36px 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.pwp-prc-card:hover {
  transform: translateY(-8px);
  border-color: rgba(247, 115, 14, 0.3);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
}

/* Step Number */
.pwp-prc-step {
  color: #f7730e;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 20px;
}

/* Line Icon */
.pwp-prc-icon {
  color: #f7730e;
  font-size: 24px;
  margin-bottom: 24px;
  transition: transform 0.35s ease;
}

.pwp-prc-card:hover .pwp-prc-icon {
  transform: scale(1.15);
}

/* Card Heading */
.pwp-prc-card-title {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 14px 0;
  letter-spacing: -0.3px;
  line-height: 1.3;
}

/* Card Description */
.pwp-prc-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: #94a3b8;
  margin: 0;
  font-weight: 400;
}

/* Responsive Media Queries */
@media (max-width: 1200px) {
  .pwp-prc-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .pwp-process-sec {
    padding: 60px 16px;
  }

  .pwp-prc-header {
    margin-bottom: 40px;
  }

  .pwp-prc-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .pwp-prc-card {
    padding: 28px 20px;
  }
}

@media (max-width: 520px) {
  .pwp-prc-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* our process section end */

/* visit call section start   */
.pwp-cta-sec {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #ffffff;
  padding: 80px 20px;
  box-sizing: border-box;
  width: 100%;
}

.pwp-cta-container {
  max-width: 1140px;
  margin: 0 auto;
}

/* Blue Card Banner */
.pwp-cta-card {
  background: linear-gradient(135deg, #092f7c 0%, #1144a6 50%, #1855c4 100%);
  border-radius: 28px;
  padding: 64px 40px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(17, 68, 166, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Heading Typography */
.pwp-cta-title {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 16px 0;
  letter-spacing: -0.6px;
  max-width: 720px;
}

/* Subtitle Description */
.pwp-cta-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #c7d7f7;
  margin: 0 0 36px 0;
  max-width: 600px;
  font-weight: 400;
}

/* Button Group Wrapper */
.pwp-cta-btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Base Button Styling */
.pwp-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 14.5px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background-color 0.3s ease;
  box-sizing: border-box;
}

/* Primary Orange Call Button */
.pwp-cta-btn-primary {
  background-color: #f7730e;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(247, 115, 14, 0.35);
}

.pwp-cta-btn-primary:hover {
  transform: translateY(-3px);
  background-color: #e06505;
  box-shadow: 0 12px 25px rgba(247, 115, 14, 0.5);
}

/* Secondary Glassy Blue Button */
.pwp-cta-btn-secondary {
  background-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
}

.pwp-cta-btn-secondary:hover {
  transform: translateY(-3px);
  background-color: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.4);
}

.pwp-cta-arrow {
  transition: transform 0.3s ease;
}

.pwp-cta-btn-secondary:hover .pwp-cta-arrow {
  transform: translateX(4px);
}

/* Responsive Media Queries */
@media (max-width: 768px) {
  .pwp-cta-sec {
    padding: 50px 16px;
  }

  .pwp-cta-card {
    padding: 44px 24px;
    border-radius: 20px;
  }

  .pwp-cta-desc {
    margin-bottom: 28px;
  }

  .pwp-cta-btn-group {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
  }

  .pwp-cta-btn {
    width: 100%;
  }
}

/* visit call section end  */
